/*
Theme Name: Larevie Child Theme
Theme URI: https://shthemes.net/demosd/larevie
Description: This is child theme of larevie
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain: larevie-child
Template: larevie
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



:root {
    --at-theme-primary: #B58C67;
    --at-common-white: #FFFFFF;
}

a:hover {
    color: var(--at-theme-primary);
}

p.comment-form-cookies-consent {
    display: none;
}

.at-blogpost-area .at-postbox br {
    display: none;
}

.at-sidebar-widget-wrapp.blog .sidebar-widget ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--at-common-white);
    border-bottom: 1px solid var(--at-border-2);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.5);
}

.at-sidebar-widget-wrapp.blog .sidebar-widget ul li:hover {
    border-bottom: 1px solid var(--at-theme-primary);
    color: var(--at-theme-primary);
}

.at-sidebar-widget-wrapp.blog .sidebar-widget ul li a {
    color: var(--at-common-white);
}

.at-sidebar-widget-wrapp .sidebar-widget form br,
.wpcf7-spinner {
    display: none;
}

.at-sidebar-widget-wrapp .sidebar-widget form p {
    margin-bottom: 0px;
}

.at-sidebar-widget-wrapp .sidebar-widget form .at-contact-input .wpcf7-not-valid-tip {
    color: var(--at-common-white);
    margin-top: 10px;
}

.at-sidebar-widget-wrapp .sidebar-widget form .wpcf7-response-output {
    border-color:red !important;
    color: red !important;
    margin: 2em 0em 1em;
}

.at-sidebar-widget-wrapp .sidebar-widget form .at-btn-primary {
    background: transparent;
}

.at-sidebar-widget-wrapp .sidebar-widget form .at-btn-primary:hover {
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}

.at-sidebar-widget-wrapp .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.at-comment h4 {
    font-size: 28px;
    color: var(--at-common-white);
}

.at-comment #comments ol.comment-list {
    list-style: none;
    padding-left: 0px;
}

.at-comment #comments ol li.comment {
    list-style: none;
    position: relative;
    padding-left: 120px;
    display: block;
    margin-bottom: 60px;
}

.at-comment #comments ol li.comment .comment-author {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 80px;
}

.at-comment #comments ol li.comment .comment-author img {
    border-radius: 50%;
}

.at-comment #comments ol li.comment .comment-info .fn {
    display: block;
    color: #fafafa;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.at-comment #comments ol li.comment .comment-info p {
    margin-top: 10px;
}

.at-comment #comments ol li.comment .comment-info .reply {
    position: absolute;
    top: 0px;
    right: 0px;
}

.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 8px 16px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link::before {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    content: "";
    rotate: 50deg;
    transform: translateY(-50%);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    left: 5px;
}

.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link::after {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    content: "";
    rotate: 50deg;
    transform: translateY(-50%);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 8px;
}

.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link:hover {
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}

.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link:hover::after,
.at-comment #comments ol li.comment .comment-info .reply .comment-reply-link:hover::before {
    border-color: var(--at-common-black);
}

#cancel-comment-reply-link {
    float: right;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#cancel-comment-reply-link::before {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    content: "";
    rotate: 50deg;
    transform: translateY(-50%);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    left: 9px;
}

#cancel-comment-reply-link::after {
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    content: "";
    rotate: 50deg;
    transform: translateY(-50%);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: 10px;
}

#cancel-comment-reply-link:hover {
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}

#cancel-comment-reply-link:hover::before,
#cancel-comment-reply-link:hover::after {
    border-color: var(--at-common-black);
}

.at-cta-area .at-cta-wrapper form .at-cta-form-box br {
    display: none;
}

.at-cta-area .at-cta-wrapper form .at-cta-input-icon {
    top: 40%;
}

.at-cta-area .at-cta-wrapper form .wpcf7-not-valid-tip {
    margin-top: 10px;
}

.at-cta-area .at-cta-wrapper form .wpcf7-response-output {
    margin: 2em 0em 1em 4em;
    color: var(--at-common-white);
    border-color: var(--at-common-white);
}

.at-cta-area .at-cta-wrapper form.invalid .at-cta-input-icon {
    top: 25%;
}

.at-cta-area .at-cta-wrapper form.invalid .at-cta-action {
    position: relative;
    top: -18px;
}

.at-blogpost-area .at-blog-item.list .at-blog-metabox .at-blog-meta-title ul.post-categories {
    list-style: none;
}

.at-blogpost-area .at-blog-item.list .at-blog-metabox .at-postbox-author {
    margin-left: 20px;
    color: var(--at-common-white);
    text-transform: capitalize;
}

.at-blogpost-area .at-blog-item.list .at-postbox-title {
    text-transform: capitalize;
}

.at-blogpost-area .at-blog-item.list .at-postbox-title a:hover {
    color: var(--at-theme-primary);
}

ul.pagination-wrap {
    list-style: none;
    display: flex;
    justify-content: center;
}

ul.pagination-wrap li .page-numbers,
.pagination-wrap .post-page-numbers {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 10px 13px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    border-radius: 50%;
    margin-right: 10px;
}

ul.pagination-wrap li .page-numbers i {
    font-size: 13px;
}

ul.pagination-wrap li .page-numbers.current,
ul.pagination-wrap li a.page-numbers:hover,
ul.pagination-wrap li span.page-numbers:hover,
.pagination-wrap .post-page-numbers:hover,
.pagination-wrap .post-page-numbers.current {
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}

.at-team-contact-form form .wpcf7-not-valid-tip {
    margin-top: 15px;
}

.at-team-contact-form form .wpcf7-response-output {
    border-color: var(--at-common-white) !important;
    margin: 2em 0em 1em;
}

.at-team-contact-form form.invalid .at-team-contact-icon {
    top: 20%;
}

.at-booking-area form .at-booking-input:first-child {
    display: block;
    padding-bottom: 15px;
}

.at-booking-area form .at-booking-input .at-booking-icon {
    top: 42%;
}

.at-booking-area form .at-booking-input br {
    display: none;
}

.at-booking-area form .at-booking-input {
    display: block;
}

.at-booking-area form .at-booking-input input.wpcf7-validates-as-date {
    outline: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--at-text-body);
    border: 1px solid var(--at-border-2);
    background: none;
    resize: none;
    scroll-behavior: unset;
}

.at-booking-area form .wpcf7-response-output {
    border-color: var(--at-common-white) !important;
    color: var(--at-common-white);
    margin: 2em 10em 1em 4.5em;
}

.at-about-2-area .at-about-2-content form .col-xl-6:first-child .at-booking-input {
    display: contents;
}

.at-about-2-area .at-about-2-content form .col-xl-6:nth-child(2) .at-booking-input {
    display: block;
}

.at-about-2-area .at-about-2-content form .col-xl-6:nth-child(2) .at-booking-input input {
    outline: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--at-text-body);
    border: 1px solid var(--at-border-2);
    background: none;
    resize: none;
    scroll-behavior: unset;
}

.at-about-2-area .at-about-2-content form .col-xl-6 .at-booking-input .at-booking-icon {
    top: 42%;
}

.at-about-2-area .at-about-2-content form .wpcf7-response-output {
    color: var(--at-common-white);
    border-color: var(--at-common-white) !important;
    margin: 1em 0em 1em;
}

.at-reservation-area .at-reservation-form form .at-booking-input.time,
.at-reservation-area .at-reservation-form form .at-booking-input.date {
    display: block;
}

.at-reservation-area .at-reservation-form form .at-booking-input.date input {
    outline: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 40px;
    color: var(--at-text-body);
    border: 1px solid var(--at-border-2);
    background: none;
    resize: none;
    scroll-behavior: unset;
}

.at-reservation-area .at-reservation-form form .wpcf7-not-valid-tip {
    color: var(--at-common-white);
    margin-top: 15px;
}

.at-reservation-area .at-reservation-form form.invalid .at-cta-input .at-cta-input-icon,
.at-reservation-area .at-reservation-form form.invalid .at-booking-input .at-booking-icon {
    top: 25%;
}

.at-comming-soon-area .at-comming-center .at-comming-bg img {
    border-radius: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: brightness(0) invert(1);
    /* lÃ m icon thÃ nh tráº¯ng */
    position: absolute;
    right: 20px;
    top: 25%;
}

.at-reservation-area .at-reservation-form form .wpcf7-response-output {
    margin: 2em 0em 1em;
    border-color: var(--at-common-white) !important;
    color: var(--at-common-white) !important;
}

.at-contact-wrapper .at-contact-form form .col-xl-6:nth-child(4) .at-contact-input {
    display: flow-root;
}

.at-contact-wrapper .at-contact-form form .at-contact-action .at-btn-primary {
    background: transparent;
}

.at-contact-wrapper .at-contact-form form .at-contact-action .at-btn-primary:hover {
    color: var(--at-common-black);
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white);
}

.at-contact-wrapper .at-contact-form form .wpcf7-not-valid-tip {
    margin-top: 15px;
}

.at-contact-wrapper .at-contact-form form.invalid .at-contact-input-icon {
    top: 25%;
}

.at-contact-wrapper .at-contact-form form .wpcf7-response-output {
    color: var(--at-common-white);
    border-color: var(--at-common-white) !important;
    margin: 2em 0em 1em;
}

.price del,
.price ins {
    text-decoration: none;
}

.price del .woocommerce-Price-amount {
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: line-through;
    color: #767A7D;
}

.price del .woocommerce-Price-amount span {
    color: #767A7D;
    font-weight: 400;
}

.price ins .woocommerce-Price-amount {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--at-common-white);
}

.price ins .woocommerce-Price-amount span {
    color: var(--at-common-white);
}

.woocommerce-product-details__short-description>p {
    font-size: 15px;
    line-height: 1.7;
}

.woocommerce-product-details__short-description>p span {
    font-weight: 500;
    color: var(--at-theme-primary);
}

.at-product-details-wrapper form.cart.at-product-details-action-wrapper {
    margin-bottom: 17px !important;
}

.at-product-details-wrapper form.cart.at-product-details-action-wrapper .single_add_to_cart_button {
    font-size: 17px;
    color: var(--at-common-white);
    text-align: center;
    padding: 14px 30px;
    border: 1px solid var(--at-border-2);
    width: 77%;
    background: transparent;
    font-weight: 400;
    text-transform: capitalize;
    ;
}

.at-product-details-wrapper form.cart.at-product-details-action-wrapper .single_add_to_cart_button:hover {
    background-color: var(--at-theme-primary);
    border-color: var(--at-theme-primary);
    color: var(--at-common-white);
}

.at-product-details-wrapper form.cart.at-product-details-action-wrapper .at-product-details-buy-now-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    background-color: var(--at-theme-primary);
    color: var(--at-common-white);
    text-align: center;
    border-radius: 0px;
    line-height: 2;
}

.at-product-details-wrapper form.cart.at-product-details-action-wrapper .at-product-details-buy-now-btn:hover {
    background-color: var(--at-border-2);
    color: var(--at-common-white);
}

.at-product-details-wrapper .yith-add-to-wishlist-button-block {
    margin-top: 0px;
    padding-bottom: 9px;
    margin-bottom: 25px;
}

.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button {
    text-transform: capitalize;
    margin-bottom: 10px;
    gap: 5px;
}

.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    vertical-align: middle;
    color: #84a1a0;
}

.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button:hover svg,
.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button:hover span {
    color: var(--at-theme-primary);
}

.at-product-details-wrapper .product_meta {
    margin-bottom: 22px;
}

.at-product-details-wrapper .product_meta span.sku_wrapper,
.at-product-details-wrapper .product_meta span.posted_in,
.at-product-details-wrapper .product_meta span.tagged_as {
    display: block;
    font-size: 15px;
    color: var(--at-common-white);
    line-height: 1.4;
    margin-right: 6px;
}

.at-product-details-wrapper .product_meta span.sku_wrapper .sku,
.at-product-details-wrapper .product_meta span.posted_in a,
.at-product-details-wrapper .product_meta span.tagged_as a {
    color: #84a1a0;
}

.at-product-details-wrapper .product_meta span:not(:last-child) {
    margin-bottom: 3px;
}

.at-product-details-bottom .woocommerce-tabs nav ul {
    text-transform: capitalize !important;
    border-bottom: 1px solid var(--at-border-2);
    margin-bottom: 0px !important;
}

.at-product-details-bottom .woocommerce-tabs nav ul::before,
.at-product-details-bottom .woocommerce-tabs nav ul::after {
    display: none !important;
}

.at-product-details-bottom .woocommerce-tabs nav ul li::before,
.at-product-details-bottom .woocommerce-tabs nav ul li::after {
    display: none;
}

.at-product-details-bottom .woocommerce-tabs nav ul li a {
    font-size: 20px;
    color: #A0A2A4 !important;
    margin: 0px 0px -1px !important;
    padding: 8px 7px 8px 9px !important;
    position: relative;
    border: none;
    font-weight: 400 !important;
}

.at-product-details-bottom .woocommerce-tabs nav ul li {
    background: transparent !important;
    border: none !important;
    padding-bottom: 12px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.at-product-details-bottom .woocommerce-tabs nav ul li.active a,
.at-product-details-bottom .woocommerce-tabs nav ul li:hover a {
    color: var(--at-common-white) !important;
    background-color: var(--at-green-1);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.at-product-details-bottom .woocommerce-tabs nav ul li:not(:first-child) {
    margin-left: 40px !important;
}

.at-product-details-bottom .woocommerce-tabs .tab-content .woocommerce-Tabs-panel h2 {
    display: none;
}

.woocommerce #reviews .at-product-details-review-list h3.at-product-details-review-title {
    margin-bottom: 22px;
}

.woocommerce #reviews .at-product-details-review-list .star-rating::before {
    display: none;
}

.woocommerce #reviews .at-product-details-review-list .star-rating {
    font-size: 10px;
}

.woocommerce #reviews .at-product-details-review-list h3.at-product-details-review-avater-title {
    margin-bottom: 9px;
}

.woocommerce #reviews .at-product-details-review-list .description p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.4;
}

.woocommerce #reviews .at-product-details-review-form .comment-form-rating .nice-select {
    display: none;
}

.woocommerce #reviews .at-product-details-review-form h3.at-product-details-review-form-title {
    margin-bottom: 4px;
}

.woocommerce #reviews .at-product-details-review-form form p.comment-notes {
    margin-bottom: 8px;
}

.woocommerce #reviews .at-product-details-review-form form .comment-form-rating p.stars {
    color: var(--at-theme-primary);
    font-size: 12px;
}

.woocommerce #reviews .at-product-details-review-form p.form-submit input.submit {
    color: var(--at-common-white) !important;
    background-color: var(--at-theme-primary) !important;
    position: relative !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 17px 35px !important;
    display: inline-block !important;
    text-transform: capitalize;
    border: 1px solid var(--at-theme-primary) !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.woocommerce #reviews .at-product-details-review-form p.form-submit input.submit:hover {
    color: var(--at-common-black) !important;
    border: 1px solid var(--at-common-white) !important;
    background: var(--at-common-white) !important;
}

.woocommerce #reviews .at-product-details-review-form .comment-respond {
    margin-bottom: 20px !important;
}

.woocommerce div.product .at-product-details-wrapper .woocommerce-product-rating .star-rating {
    font-size: 12px;
    color: var(--at-theme-primary);
    margin: .8em 4px 0 0;
    letter-spacing: 2.5px;
    width: 80px;
}

.related.products {
    display: none;
}

.at-product-area .at-product-wrapper .at-product-review .woocommerce-product-rating .star-rating {
    font-size: 10px;
    display: inline-block;
    color: var(--at-theme-primary);
    margin: .5em 0 0 0;
    letter-spacing: 5px;
    width: 80px;
    float: none;
}

.at-product-area .at-product-wrapper .at-product-review .woocommerce-product-rating .woocommerce-review-link {
    display: none;
}

.at-product-area .at-product-wrapper .at-product-price del {
    display: none;
}

.at-product-area .at-product-wrapper .at-product-price ins {
    text-decoration: none;
}

.woocommerce-pagination ul.pagination-wrap,
.woocommerce-pagination ul.pagination-wrap li {
    border: none !important;
}

.woocommerce-pagination ul.pagination-wrap li .page-numbers {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    padding: 10px 13px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white) !important;
    border: 1px solid var(--at-theme-primary);
    border-radius: 50%;
    margin-right: 15px;
    background: transparent !important;
}

.woocommerce-pagination ul.pagination-wrap li span.current,
.woocommerce-pagination ul.pagination-wrap li .page-numbers:hover {
    color: var(--at-common-black) !important;
    border: 1px solid var(--at-common-white);
    background: var(--at-common-white) !important;
}

.woocommerce-pagination ul.pagination-wrap li .page-numbers i {
    font-size: 13px;
}

.woocommerce .woocommerce-ordering {
    margin: 0px;
}

.woocommerce-notices-wrapper {
    max-width: 1290px;
    margin: 0 auto;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background: var(--at-border-2);
    color: var(--at-common-white);
    border-top-color: var(--at-theme-primary);
}

.woocommerce-notices-wrapper .woocommerce-message::before {
    color: var(--at-theme-primary);
}

.woocommerce-notices-wrapper .woocommerce-message:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.woocommerce-notices-wrapper .woocommerce-message a {
    background-color: var(--at-theme-primary);
    color: var(--at-common-white);
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
}

.woocommerce-notices-wrapper .woocommerce-message a:hover {
    color: var(--at-common-black);
    background: var(--at-common-white);
}

.woocommerce .at-cart-area .at-cart-quantity .at-product-quantity input {}

.table tbody .woocommerce-cart-form__cart-item .product-remove.at-cart-action a.remove.at-cart-action-btn {
    color: #818487 !important;
    width: auto;
    height: auto;
    text-align: left;
}

.table tbody .woocommerce-cart-form__cart-item .product-remove.at-cart-action a.remove.at-cart-action-btn:hover {
    background: transparent;
    color: #FF1826 !important;
}

.at-cart-checkout-wrapper .cart_totals table.shop_table {
    border: none;
}

.at-cart-checkout-wrapper .cart_totals table.shop_table tbody .order-total th,
.at-cart-checkout-wrapper .cart_totals table.shop_table tbody .order-total td {
    border: none;
    font-weight: 500;
    font-size: 18px;
}

.at-cart-checkout-wrapper .cart_totals table.shop_table tbody .cart-subtotal th,
.at-cart-checkout-wrapper .cart_totals table.shop_table tbody .cart-subtotal td {
    font-size: 20px;
    font-weight: 500;
}

.at-cart-checkout-wrapper .cart_totals .wc-proceed-to-checkout a.checkout-button {
    color: var(--at-common-white) !important;
    background-color: var(--at-theme-primary) !important;
    position: relative !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 17px 35px !important;
    display: inline-block !important;
    border-radius: 0px;
}

.at-cart-checkout-wrapper .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
    color: var(--at-common-black) !important;
    background: var(--at-common-white) !important;
}

.cart-empty {
    background: var(--at-border-2);
    color: var(--at-common-white);
    border-top-color: var(--at-theme-primary);
}

.cart-empty::before {
    color: var(--at-theme-primary);
}

.return-to-shop a {
    border-radius: 0px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    background: var(--at-border-2);
    color: var(--at-common-white);
    border-top-color: var(--at-theme-primary);
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: var(--at-theme-primary);
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper select {
    display: block !important;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper span.select2 .selection .select2-selection {
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    background: none;
    box-sizing: border-box;
    border: 1px solid var(--at-border-2);
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper span.select2 .selection .select2-selection .select2-selection__rendered {
    color: #84a1a0;
    line-height: 50px;
    padding-left: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 10px;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p .woocommerce-input-wrapper .nice-select {
    display: none;
}

.woocommerce-checkout form .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row span.woocommerce-input-wrapper .input-text {
    height: 200px;
    resize: none;
}

.at-order-info-list ul li.at-order-info-list-desc p strong.product-quantity {
    font-size: 15px;
    font-weight: 500;
    color: var(--at-theme-primary);
}

#order_review .woocommerce-checkout-payment {
    background: transparent;
}

#order_review .woocommerce-checkout-payment ul,
#order_review .woocommerce-checkout-payment .form-row.place-order {
    padding: 0px !important;
}

#order_review .woocommerce-checkout-payment ul li .woocommerce-info {
    background: var(--at-border-2);
    color: var(--at-common-white);
    border-top-color: var(--at-theme-primary);
}

#order_review .woocommerce-checkout-payment ul li .woocommerce-info::before {
    color: var(--at-theme-primary);
}

.at-checkout-area .col-lg-5 .at-checkout-place {
    padding-bottom: 80px;
}

.woocommerce-page #payment #place_order {
    position: relative !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 17px 35px !important;
    display: inline-block !important;
    text-transform: capitalize;
    color: var(--at-common-white) !important;
    border: 1px solid var(--at-theme-primary) !important;
    background-color: var(--at-theme-primary) !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.woocommerce-page #payment #place_order:hover {
    color: var(--at-common-black) !important;
    border: 1px solid var(--at-common-white) !important;
    background: var(--at-common-white) !important;
}

.wishlist-title-container,
.yith-wcwl-share {
    display: none;
}

.woocommerce table.wishlist_table {
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0 !important;
    border-collapse: collapse;
    border-color: var(--at-border-2) !important;
    border-right: 1px solid var(--at-border-2) !important;
}

.woocommerce table.wishlist_table * {
    border: none !important;
    text-align: center !important;
}

.woocommerce table.wishlist_table thead tr th {
    padding: 20px 12px;
    box-shadow: none;
    vertical-align: middle;
    font-weight: 500;
    font-size: 15px;
    color: var(--at-text-body);
    border: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    background-color: var(--at-border-2);
}

.woocommerce table.wishlist_table tbody tr td {
    padding-top: 30px !important;
    padding: 20px 12px;
    box-shadow: none;
    vertical-align: middle;
    border-color: var(--at-border-2) !important;
    background: none !important;
    border-bottom: 1px solid var(--at-border-2) !important;
    border-right: 1px solid var(--at-border-2) !important;
}

.woocommerce table.wishlist_table tbody tr td:first-child {
    border-left: 1px solid var(--at-border-2) !important;
}

.woocommerce table.wishlist_table tr td.product-price del {
    display: none;
}

.woocommerce table.wishlist_table tr td.product-price ins {
    text-decoration: none;
}

.woocommerce table.wishlist_table tr td.product-remove a.remove {
    color: #818487 !important;
}

.woocommerce table.wishlist_table tr td.product-remove a.remove:hover {
    background: transparent;
    color: #FF1826 !important;
}

.woocommerce table.wishlist_table tr td.product-stock-status .wishlist-in-stock {
    font-weight: 500;
    color: var(--at-text-body);
    font-size: 16px;
}

.woocommerce table.wishlist_table tr td.product-add-to-cart a {
    position: relative;
    line-height: 1;
    text-transform: capitalize;
    color: var(--at-common-white);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 500;
    font-size: 16px;
}

.woocommerce table.wishlist_table tr td.product-add-to-cart a:hover {
    color: var(--at-theme-primary);
}

.woocommerce table.wishlist_table tr td.product-add-to-cart a.added {
    display: none !important;
}

.at-product-details-wrapper .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button--added svg {
    stroke: var(--at-theme-primary);
    fill: var(--at-theme-primary);
}

.woocommerce .star-rating::before {
    color: var(--at-theme-primary);
}

.at-menus-list-content .at-menus-title-box .at-menus-price del {
    display: none;
}

.at-menus-list-content .at-menus-title-box .at-menus-price ins {
    text-decoration: none;
}

.at-product-list .at-product-content .at-product-price del {
    display: none;
}

.at-product-list .at-product-content .at-product-price ins {
    text-decoration: none;
}

.dialog-widget.dialog-lightbox-widget.dialog-type-buttons {
    display: none !important;
}

.at-mobile-menu-active ul li a i {
    padding-left: 3px;
}

.at-footer-newsletter form br {
    display: none;
}

.at-footer-newsletter form .at-footer-newsletter-input p {
    margin-right: 0px;
}

.at-footer-newsletter form.invalid .at-footer-newsletter-input p .at-footer-newsletter-icon {
    top: 30%;
}

.at-footer-newsletter form .at-footer-newsletter-input p .wpcf7-not-valid-tip {
    margin-top: 10px;
    color: var(--at-common-white);
}

.at-footer-newsletter form .wpcf7-response-output {
    margin: 2em 0em 1em;
    color: var(--at-common-white);
    border-color: var(--at-common-white) !important;
}

.at-footer-newsletter form input.at-btn-primary {
    background: transparent;
}

.at-footer-newsletter form input.at-btn-primary:hover {
    background: var(--at-common-white);
}

.search-custom h4 {
    color: var(--at-common-white);
}

.search-custom .form-group {
    position: relative;
}

.search-custom .form-group input {
    width: 100%;
    padding: 17px 20px;
    margin-bottom: 0;
    color: #817f7c;
}

.search-custom .form-group input:focus-visible {
    outline-color: var(--at-common-white) !important;
}

.search-custom .form-group button.btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: var(--at-common-white);
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}

.wp-caption-text,
.gallery-caption,
.bypostauthor,
.sticky {
    color: var(--at-common-white);
    font-weight: 600 !important;
    font-size: 15px !important;
}

.alignright,
.wp-block-image .alignright {
    float: right;
    margin-left: 25px;
    margin-top: 8px;
}

.alignleft,
.wp-block-image .alignleft {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.screen-reader-text {
    display: none;
}

img {
    height: auto;
    max-width: 100%;
}

label.wp-block-search__label {
    display: none;
}

.single-widget .wp-block-group__inner-container h2 {
    color: var(--main-text-color, #051923);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.single-widget .wp-block-group__inner-container h2:after {
    height: 80%;
    width: 2px;
    background: var(--business-consulting, var(--at-theme-primary));
}

.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.widget_recent_comments ul li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 0 !important;
    font-size: 15px;
}

.wp-block-latest-posts__list li:first-child,
.wp-block-latest-comments li:first-child {
    padding-top: 5px;
}

.wp-block-latest-comment-box-all__comment {
    line-height: 1.5;
}

.wp-block-latest-posts__list li:last-child,
.wp-block-latest-comments li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_recent_comments ul li:first-child,
.widget_rss li:first-child {
    padding-top: 0;
}

.wp-block-latest-posts__list li a,
.wp-block-latest-comments__comment-meta a {
    font-weight: 500;
}

.widget_search .wp-block-search__button {
    width: auto;
    position: relative;
    margin-left: -1px;
    height: auto;
}

.wp-block-search__button {
    border: 1px solid var(--at-theme-primary) !important;
    background: var(--at-theme-primary) !important;
    color: var(--at-common-white) !important;
    font-size: 15px;
    padding: 10px;
}

.wp-block-search__button:hover {
    background: #000000;
    color: var(--at-common-white);
    border: 1px solid #000000;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
}

.widget_archive li,
.widget_categories li {
    text-align: right;
}

.widget_archive a,
.widget_categories a {
    float: left;
}

.widget li {
    margin-bottom: 10px;
    display: block;
}

.widget li a {
    font-weight: 500;
}

select {
    width: 100%;
    padding: 10px;
    border: solid 1px #000;
    color: #000000;
    margin-bottom: 20px;
    appearance: auto;
    font-size: 14px;
}

.widget select {
    margin-bottom: 0;
}

.widget_calendar tfoot {
    display: none;
}

.widget_calendar caption {
    caption-side: top;
    border-bottom: none !important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--at-theme-primary);
    color: var(--at-common-white) !important;
    font-size: 15px !important;
    text-align: center !important;
}

.widget_calendar td#today {
    background: var(--at-theme-primary) !important;
    color: var(--at-common-white) !important;
    font-weight: 700;
}

.wp-calendar-nav {
    display: none;
}

.at-blogpost-area table {
    border: 1px solid var(--at-theme-primary) !important;
    padding: 5px !important;
    width: 100%;
    margin-bottom: 20px;
}

.at-blogpost-area table * {
    border: 1px solid var(--at-border-2) !important;
    padding: 10px !important;
    color: var(--at-common-white) !important;
    text-align: center;
}

.at-blogpost-area table a {
    border: none !important;
    padding: 0px !important;
    font-weight: 700;
}

.widget table {
    text-align: center;
    margin-bottom: 0;
}

.wp-block-calendar table th {
    font-weight: 700;
    text-align: center;
    background: transparent;
}

.rssSummary {
    font-size: 14px;
}

.sidebar-single-widget.widget_rss a {
    font-size: 15px;
}

ul.children,
ul.sub-menu {
    padding-left: 20px !important;
    padding-top: 8px !important;
}

.widget .rss-date,
.widget_rss cite {
    font-style: italic;
    font-size: 13px !important;
    display: block;
    font-weight: 600;
    margin: 5px 0;
}

.widget_rss li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 5px;
}

.widget_rss li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.widget_search input {
    padding: 10px;
    border: 1px solid #949494;
    width: 100%;
    font-size: 14px;
}

.widget_search form {
    position: relative;
}

.widget_search button {
    position: absolute;
    background: var(--at-theme-primary);
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    height: 48px;
    width: 48px;
    right: 0;
    top: 0;
    font-size: 14px;
}

.widget_search button:hover {
    background: var(--at-common-white);
    color: var(--at-theme-primary);
}

.widget_text p img {
    margin: 15px 0;
}

.wp-block-image figcaption {
    font-weight: 600;
    color: var(--at-common-white) !important;
    font-size: 15px;
    text-align: center;
}

.blog-details-page-all img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}

a.wp-block-button__link {
    color: white !important;
    font-size: 17px;
    border-radius: 5px;
    background-color: #000000;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: var(--at-common-white) !important;
}

.wp-block-button {
    margin-bottom: 22px !important;
}

.wp-block-archives__label {
    margin-bottom: 10px;
}

p.wp-block-cover-text {
    font-size: 17px !important;
}

p.wp-block-cover-text,
p.wp-block-cover-text a {
    color: white !important;
}

.wp-block-cover {
    margin-bottom: 20px !important;
}

li.blocks-gallery-item img {
    flex: unset !important;
    margin: 0;
    margin-bottom: 0 !important;
}

.blocks-gallery-caption {
    text-align: center;
    font-size: 15px !important;
    font-weight: 600;
    color: var(--at-common-white);
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-bottom: 15px;
}

.wp-block-search__button-outside {
    margin-bottom: 15px;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img {
    height: 100% !important;
}

@media (min-width: 600px) {

    .wp-block-gallery.columns-3.alignfull .blocks-gallery-image,
    .wp-block-gallery.columns-3.alignfull .blocks-gallery-item {
        width: calc((100% - 46px)/3) !important;
        margin-right: 15px !important;
    }

    .wp-block-gallery.columns-4 li.blocks-gallery-item {
        width: calc(24% - 0.75em) !important;
        margin-right: 1em !important;
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(19% - 0.8em) !important;
        margin-right: 1em !important;
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16% - 0.83333em) !important;
        margin-right: 1em !important;
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(13.28571% - 0.85714em) !important;
        margin-right: 1em !important;
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12% - 0.875em) !important;
        margin-right: 1em !important;
    }
}

.wp-block-gallery.columns-3.alignfull .blocks-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    flex: 1;
    object-fit: cover;
}

@media (min-width: 600px) {

    .wp-block-gallery.columns-3.alignfull .blocks-gallery-image img,
    .wp-block-gallery.columns-3.alignfull .blocks-gallery-item img {
        height: 100% !important;
    }

    .wp-block-gallery.columns-7.is-cropped li img {
        height: 100% !important;
    }

    .wp-block-gallery.columns-8.is-cropped li img {
        height: 100% !important;
    }
}

.wp-block-gallery.alignfull.columns-3 {
    display: flex !important;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .wp-block-gallery.alignleft.columns-2 {
        max-width: 60%;
        margin-right: 20px;
    }
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item {
    width: calc((100% - 32px)/2) !important;
    margin-right: 15px !important;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img {
    height: 100% !important;
    flex: 1;
    object-fit: cover !important;
    width: 100% !important;
}

.wp-block-gallery.columns-4 {
    clear: both;
    margin-top: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    display: block !important;
    letter-spacing: 0px;
    font-size: 15px !important;
}

.wp-block-gallery.columns-4.is-cropped.alignwide.featured li img {
    height: 100% !important;
    margin-bottom: 0;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
    height: 100% !important;
}

.blog-details-page-all .wp-block-gallery.columns-5 li img {
    height: auto !important;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blocks-gallery-grid+figcaption {
    margin-bottom: 15px;
}

.tags {
    display: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace !important;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: #e83e8c !important;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

pre cite {
    margin-left: 15px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

blockquote {
    background: #f7f7f7 !important;
    border-left: 5px solid var(--at-theme-primary) !important;
    margin-bottom: 20px !important;
    padding: 15px !important;
    font-size: 15px !important;
    margin-top: 0 !important;
    text-align: left;
    /*
    margin:20px auto!important;*/
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-top: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

figure blockquote {
    margin-top: 20px;
}

blockquote:before {
    content: none;
}

blockquote br {
    display: none;
}

blockquote p {
    margin-bottom: 0 !important;
}

.wp-block-pullquote {
    padding: 1em 0;
    margin-bottom: 0;
}

blockquote cite,
.wp-block-pullquote cite {
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #303030 !important;
    margin-top: 0 !important;
    font-style: italic !important;
}

.at-postbox ol li,
.at-comment ol li {
    list-style: decimal;
    margin-bottom: 0;
}


.at-postbox ul>li,
.at-comment>ul>li {
    list-style-type: disc;
    margin-bottom: 0;
    line-height: 1.75em;
}

.at-postbox ul ul li,
.at-comment ul ul li {
    list-style-type: circle;
}

.at-postbox ul ul ul li,
.at-comment ul ul ul li {
    list-style-type: square;
}

.at-postbox ul,
.at-postbox ol,
.at-comment ul,
.at-comment ol {
    padding-left: 25px;
}

p.has-large-font-size,
p.has-large-font-size+p {
    line-height: 1.3 !important;
}

.wp-block-video figcaption,
.wp-block-embed figcaption {
    color: var(--at-common-white);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.wp-block-calendar caption {
    caption-side: top;
    border-bottom: none !important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--at-theme-primary);
    color: var(--at-common-white) !important;
    font-size: 14px !important;
    text-align: center !important;
}

.wp-block-latest-comment-box-all__comment-excerpt p {
    margin-bottom: 0;
}

.wp-block-group.has-background .wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 20px;
}

.wp-block-media-text img {
    margin-bottom: 0 !important;
}

.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 15px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    text-align: center !important;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}

img.size-thumbnail {
    max-width: 160px !important;
}

span.sticky {
    padding: 5px 10px !important;
    font-size: 14px !important;
    border-color: var(--at-theme-primary);
    background: var(--at-theme-primary);
    color: var(--at-common-white) !important;
    letter-spacing: 2px !important;
    font-weight: 700;
    float: right;
    line-height: 1.5 !important;
}

span.sticky.post {
    position: relative;
}

.post-password-form>p>input {
    background: var(--at-theme-primary) !important;
    color: var(--at-common-white) !important;
    border: 1px solid var(--at-theme-primary) !important;
    padding: 10px 20px;
    border-radius: 0 !important;
    margin-left: -5px;
    font-size: 16px;
}

.post-password-form>p>label input {
    padding: 10px 20px;
    border: 1px solid var(--at-border-2);
}

.post-password-form>p>input:hover {
    background-color: #000000 !important;
    color: var(--at-common-white) !important;
    border-color: #000000 !important;
}

.at-blog-metabox h3.at-blog-meta-title ul.post-categories {
    display: flex;
    gap: 5px;
}

.widget_search input:focus-visible,
.sidebar-widget.widget_archive select:focus-visible,
.sidebar-widget.widget_categories select:focus-visible,
.wp-block-archives-dropdown.wp-block-archives #wp-block-archives-1:focus-visible,
.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input:focus-visible,
.sidebar-widget.widget_text select:focus-visible,
.wp-block-categories-dropdown.wp-block-categories select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.sidebar-widget h2.wp-block-heading {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    padding-left: 30px;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--at-common-white);
}

.sidebar-widget h2.wp-block-heading::before {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 4px;
    left: 0;
    transform: rotate(45deg);
    display: inline-block;
    content: "";
    border: 1px solid var(--at-theme-primary);
}

.sidebar-widget ol li {
    line-height: 24px;
}

.sidebar-widget ol li footer a {
    color: var(--at-common-white);
}

.sidebar-widget ol li footer a:hover {
    color: var(--at-theme-primary);
}

.sidebar-widget.widget_archive select,
.sidebar-widget.widget_categories select,
.sidebar-widget.widget_text select,
.wp-block-archives-dropdown.wp-block-archives select,
.wp-block-categories-dropdown.wp-block-categories select {
    -webkit-appearance: none;
    background: url(../larevie/assets/img/arrow.png) no-repeat right;
    background-position-x: 96%;
    background-color: var(--at-common-white);
    image-rendering: auto;
    background-size: 20px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    padding-left: 12px;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    height: 45px;
    border: 1px solid var(--main-color-two);
    color: var(--main-color-two) !important;
    border: 1px solid;
    display: block !important;
}

.sidebar-widget.widget_archive .nice-select,
.sidebar-widget.widget_categories .nice-select,
.sidebar-widget.widget_text .textwidget .nice-select,
.wp-block-archives-dropdown.wp-block-archives .nice-select,
.wp-block-categories-dropdown.wp-block-categories .nice-select {
    display: none;
}

.sidebar-widget ul li {
    display: block !important;
}

.sidebar-widget ul li ul.children,
.sidebar-widget ul li ul.sub-menu {
    padding-top: 20px !important;
}

.sidebar-widget.widget_rss ul li .rss-date {
    display: block;
    margin: 5px 0;
}

.at-sidebar-widget-wrapp.blog .sidebar-widget.widget_recent_comments ul li a:hover,
.at-sidebar-widget-wrapp.blog .sidebar-widget.widget_rss ul li a:hover {
    color: var(--at-theme-primary);
}

.sidebar-widget.widget_tag_cloud .tagcloud ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sidebar-widget.widget_tag_cloud .tagcloud ul li {
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
    border-bottom: 0px;
}

.sidebar-widget.widget_tag_cloud .tagcloud ul li:hover {
    border-bottom: none;
}

.sidebar-widget.widget_tag_cloud .tagcloud ul li a {
    position: relative;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 1;
    padding: 15px 25px;
    display: inline-block;
    text-transform: capitalize;
    color: var(--at-common-white);
    border: 1px solid var(--at-theme-primary);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar-widget.widget_tag_cloud .tagcloud ul li a:hover {
    color: var(--at-common-black);
    background: var(--at-common-white);
    border: 1px solid var(--at-common-white);
}

.at-main-menu nav.at-mobile-menu-active {
    text-align: -webkit-center;
}

.at-main-menu nav.at-mobile-menu-active ul {
    width: max-content;
}

.at-main-menu nav.at-mobile-menu-active ul li .at-submenu.submenu li .at-submenu.submenu {
    top: -25px;
    height: 132px;
    opacity: 0;
}

.at-main-menu nav.at-mobile-menu-active ul li .at-submenu.submenu li:hover .at-submenu.submenu {
    opacity: 1;
}

.logged-in .header-sticky {
    top: 32px;
}

@media only screen and (max-width: 990px) {
    .at-comment #comments ol li.comment .comment-info .reply {
        position: relative;
        padding-top: 10px;
    }
}

.wp-block-image figure img,
.wp-block-image img,
.wp-caption img {
    margin-bottom: 10px;
}

.at-postbox .wp-block-image:nth-child(33) {
    display: flow-root;
}

:root .has-very-light-gray-color,
p.has-text-color {
    color: var(--at-common-white) !important;
}

.at-postbox h1,
.at-postbox h2,
.at-postbox h3,
.at-postbox h4,
.at-postbox h5,
.at-postbox h6,
.at-comment h1,
.at-comment h2,
.at-comment h3,
.at-comment h4,
.at-comment h5,
.at-comment h6 {
    color: var(--at-common-white);
}

.wp-block-file__button {
    padding: 2px 5px;
    background: #000;
}

.has-fixed-layout tbody tr td {
    color: #333333 !important;
}

.has-fixed-layout tbody tr:nth-child(2) td,
.has-fixed-layout tbody tr:last-child td {
    color: var(--at-common-white) !important;
}

.at-postbox table tbody tr th a:hover,
.at-comment table tbody tr td a:hover,
.at-postbox table tbody tr td a:hover {
    color: var(--at-theme-primary) !important;
}

dd {
    padding-left: 25px;
}

.at-postbox .at-postbox-thumb {
    text-align: center;
}

.at-postbox .at-postbox-thumb img {
    width: auto;
}

.post-password-form>p>input {
    padding: 11.6px 20px 12.6px;
    border: 0px solid var(--at-theme-primary) !important;
}

li.comment .comment-info p img {
    margin: 10px 0px;
}

.at-comment #comments ol li.comment.nopd {
    padding-left: 0px;
}

.at-postbox p:nth-child(31) {
    display: flow-root;
    clear: both;
}

.at-postbox p:nth-child(31) img {
    margin-top: 40px;
}

.at-postbox .pagination-wrap {
    align-items: center;
    display: flex;
    clear: both;
    padding-top: 20px;
}

.at-postbox .pagination-wrap .post-page-numbers:first-child {
    margin-left: 10px;
}

@media only screen and (max-width: 599px) {
    .logged-in .header-sticky {
        top: 0px;
    }
}

@media (min-width: 600px) and (max-width: 781px) {
    .logged-in .header-sticky {
        top: 46px;
    }
}

.at-postbox ul:nth-child(23) {
    margin-bottom: 20px;
}

.woocommerce div.product .at-product-details-wrapper .woocommerce-product-rating a:hover {
    color: inherit;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
}

.woocommerce .at-product-details-additional-info table * {
    text-align: left;
    padding: 12px 34px !important;
    color: var(--at-text-body) !important;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--at-text-body);
}

.at-postbox .at-postbox-details .at-postbox-quote blockquote {
    background: transparent !important;
    border-left: none !important;
    padding: 0px !important;
}

.at-postbox .at-postbox-details .at-postbox-quote blockquote p {
    margin-bottom: 30px !important;
}

.at-postbox .at-postbox-details .at-postbox-quote blockquote .at-postbox-bloger .at-postbox-bloger-textbox cite {
    font-weight: 400 !important;
    font-size: 18px !important;
    font-style: normal !important;
    color: var(--at-common-white) !important;
}

.at-contact-form .at-contact-comment p {
    margin-bottom: 0px;
}

.at-product-details-additional-info table tr td:first-child {
    color: var(--at-common-white) !important;
}

.at-service-btn span svg,
.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.at-about-2-area .at-about-2-content form .col-xl-6:first-child {
    position: relative;
}

.at-about-2-area .at-about-2-content form .col-xl-6:first-child .at-booking-icon {
    left: 170px;
    top: 40%;
}

.at-blog-2-area .at-blog-wrapp .order-2 h3.at-blog-title {
    width: 80%;
}

.at-cart-bottom .at-cart-update {
    right: 24px;
    position: relative;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    padding-left: 20px;
    padding-right: 40px;
    color: var(--at-text-body);
    border: 1px solid var(--at-border-2);
    background: none;
    height: 50px;
    border-radius: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px;
}

.woocommerce .at-product-details-additional-info table th {
    color: var(--at-common-white) !important;
    font-size: 16px;
    background-color: var(--at-green-1);
    width: 306px;
    font-weight: 400;
    padding: 6px 34px !important;
}

.woocommerce .at-product-details-additional-info table td {
    color: var(--at-common-white) !important;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 34px !important;
}

.woocommerce .at-product-details-additional-info table td p {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.at-sidebar-widget-wrapp.blog .sidebar-widget ul.children li {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.at-sidebar-widget-wrapp.blog .sidebar-widget ul.sub-menu li {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 2px;
}

.logged-in .at-slider-area.at-slider-space,
.logged-in .at-hero-area {
    padding-top: 30px;
}

.logged-in .at-breadcrumb-space {
    padding-top: 250px;
}

.logged-in .at-error-area {
    padding-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

    .logged-in .at-slider-area.at-slider-space,
    .logged-in .at-hero-area {
        padding-top: 50px;
    }

    .logged-in .at-breadcrumb-space {
        padding-top: 155px;
    }

    .logged-in .at-error-area {
        padding-top: 190px;
    }
}

/* Flex Custom Header Styles */
.flex-custom-header {
    background-color: #030C16 !important;
    position: relative;
    z-index: 9999;
}

.flex-custom-header .at-header-logo {
    display: block !important;
}

.flex-custom-header .at-header-logo img {
    max-height: 85px !important;
    max-width: 250px !important;
    width: auto !important;
    object-fit: contain;
}

.flex-custom-header .at-header-bottom {
    background-color: #030C16 !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 1200px) {
    .flex-custom-header.header-sticky {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}

/* Mobile Off-canvas Menu Fixes */
.at-offcanvas-header {
    background-color: #030C16 !important;
}

.at-offcanvas-logo img {
    max-height: 60px !important;
    max-width: 200px !important;
    width: auto !important;
    object-fit: contain;
}

.at-offcanvas {
    z-index: 99999 !important;
}

.body-overlay {
    z-index: 99998 !important;
}

/* Flex Story Widget */
.flex-story-btn:hover {
    background-color: #B58C67 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(181, 140, 103, 0.3);
}

@media (max-width: 991px) {
    .flex-story-content {
        padding-left: 0 !important;
        text-align: center !important;
    }

    .flex-story-title,
    .flex-story-subtitle,
    .flex-story-desc {
        text-align: center !important;
    }

    .flex-story-content div {
        margin-left: auto;
        margin-right: auto;
    }
}

.flex-custom-header .at-main-menu nav ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.flex-custom-header .at-main-menu nav ul li.current-menu-item>a,
.flex-custom-header .at-main-menu nav ul li.current_page_item>a,
.flex-custom-header .at-main-menu nav ul li a:hover {
    color: #D4AF37 !important;
}

.flex-header-btn {
    background-color: #D4AF37;
    color: #030C16 !important;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 0.3s ease;
    display: inline-block;
    border: 1px solid #D4AF37;
}

.flex-header-btn:hover {
    background-color: transparent;
    color: #D4AF37 !important;
}

/* Footer Background Color for Inner Pages */
body:not(.home):not(.front-page) footer,
body:not(.home):not(.front-page) .at-footer-area,
body:not(.home):not(.front-page) .at-copyright-area,
body:not(.home):not(.front-page) footer .at-footer {
    background-color: #030C16 !important;
    color: #ffffff;
}

body:not(.home):not(.front-page) footer .at-copyright-text p,
body:not(.home):not(.front-page) footer .widget-title,
body:not(.home):not(.front-page) footer .textwidget,
body:not(.home):not(.front-page) footer a {
    color: rgba(255, 255, 255, 0.8) !important;
}

body:not(.home):not(.front-page) footer a:hover {
    color: #D4AF37 !important;
}

/* Header Navbar Background Color for Inner Pages */
body:not(.home):not(.front-page) header,
body:not(.home):not(.front-page) .at-header-bottom,
body:not(.home):not(.front-page) .at-header-transparent {
    background-color: #030C16 !important;
    position: relative;
}

body:not(.home):not(.front-page) .at-header-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Transparent Header for Home Page */
body.home header,
body.front-page header,
body.home .flex-custom-header,
body.front-page .flex-custom-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: transparent !important;
}

body.home .at-header-bottom:not(.sticky-active):not(.is-sticky),
body.front-page .at-header-bottom:not(.sticky-active):not(.is-sticky) {
    background-color: transparent !important;
    border-bottom: none !important;
}

body.home .at-header-bottom.sticky-active,
body.home .at-header-bottom.is-sticky,
body.front-page .at-header-bottom.sticky-active,
body.front-page .at-header-bottom.is-sticky {
    background-color: #030C16 !important;
}

/* Remove Green Gradient from Title Shape */
.at-section-title-shape.gradient-bg,
.at-section-title-shape.light-bg {
    background: transparent !important;
}

/* Custom Contact Form Styling for Contact Page (CF7, Elementor, WPForms) */
.wpcf7-form,
.elementor-form,
.wpforms-container form,
.fluentform,
.nf-form-layout {
    background: #ffffff !important;
    padding: 45px 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid #f0f0f0 !important;
    position: relative;
    z-index: 10;
}

/* Make sure the form inputs have a white background so they aren't transparent */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea,
.elementor-form input,
.elementor-form textarea,
.wpforms-form input,
.wpforms-form textarea {
    background-color: #fdfdfd !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    color: #333 !important;
    text-align: right !important;
    direction: rtl !important;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #D4AF37 !important;
    outline: none !important;
}

.wpcf7-form label {
    font-weight: 600 !important;
    color: #1a1a1a !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    display: block !important;
}

.wpcf7-form label span.required {
    color: #e74c3c !important;
}

/* Style the submit button to match the design */
.wpcf7-form input.wpcf7-submit,
.elementor-button.elementor-size-sm,
.wpforms-submit {
    background-color: #030C16 !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 18px 30px !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    margin-top: 15px !important;
}

.wpcf7-form input.wpcf7-submit:hover,
.elementor-button:hover,
.wpforms-submit:hover {
    background-color: #D4AF37 !important;
    color: #030C16 !important;
}

/* Hide the icons inside the contact form inputs */
.at-contact-wrapper .at-contact-form form .at-contact-input-icon,
.wpcf7-form .at-contact-input-icon {
    display: none !important;
}

/* Make Email Field Full Width */
.at-contact-wrapper .at-contact-form form .col-xl-6:has(input[type="email"]),
.at-contact-wrapper .at-contact-form form .col-lg-6:has(input[type="email"]),
.at-contact-wrapper .at-contact-form form .col-md-6:has(input[type="email"]) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Fix placeholder color for forms with light backgrounds */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder,
.elementor-form input::placeholder,
.elementor-form textarea::placeholder,
.wpforms-form input::placeholder,
.wpforms-form textarea::placeholder,
.at-footer-newsletter-input input::placeholder,
.at-cta-form-box input::placeholder,
.mc4wp-form input::placeholder {
    color: #777 !important;
    opacity: 1 !important;
}

/* Quote Home 1 Widget Custom Design */
.at-quote-section {
    padding: 80px 0;
}

.at-quote-wrapper {
    background: linear-gradient(135deg, #fdfdfc 0%, #f9f5ed 100%);
    border-radius: 20px;
    padding: 70px 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    border: 1px solid rgba(181, 140, 103, 0.15);
    direction: rtl;
}

.at-quote-row {
    position: relative;
}

.at-quote-row::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    bottom: -20px;
    width: 1px;
    background: rgba(181, 140, 103, 0.2);
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .at-quote-row::after {
        display: none;
    }
}

.at-quote-decor-top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.at-quote-decor-top .line {
    width: 50px;
    height: 1px;
    background: #B58C67;
}

.at-quote-decor-top .diamond {
    width: 6px;
    height: 6px;
    background: #B58C67;
    transform: rotate(45deg);
    margin: 0 10px;
}

.at-quote-title {
    font-size: 38px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.5;
}

.at-quote-title .highlight {
    color: #B58C67;
}

.at-quote-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 45px;
    padding: 0 30px;
    line-height: 1.8;
}

.at-quote-features {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: nowrap;
}

.at-quote-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 25%;
}

.at-quote-feature-item i {
    font-size: 30px;
    color: #B58C67;
    margin-bottom: 12px;
}

.at-quote-feature-item span {
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

/* Quote CF7 Form Styling */
.at-quote-form-container .wpcf7 form,
.at-quote-form-container .wpcf7-form {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 15px !important;
    justify-content: space-between !important;
}

.at-quote-form-container .wpcf7-form p,
.at-quote-form-container .wpcf7-form>div.at-cta-form-box {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    flex: 1 !important;
}

.at-quote-form-container .wpcf7-form div:not(.wpcf7-response-output):not(.at-cta-form-box),
.at-quote-form-container .wpcf7-form .at-quote-form-group,
.at-quote-form-container .wpcf7-form-control-wrap,
.at-quote-form-container .at-cta-input,
.at-quote-form-container .at-cta-action {
    display: block !important;
    width: 100% !important;
    flex: 1 !important;
}

.at-quote-form-container .wpcf7-form .wpcf7-response-output {
    margin-top: 15px !important;
    width: 100% !important;
    position: absolute;
    bottom: -50px;
}

.at-quote-form-container .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    flex: 1 !important;
}

.at-quote-form-container .wpcf7-form input[type="text"],
.at-quote-form-container .wpcf7-form input[type="email"],
.at-quote-form-container .wpcf7-form input[type="tel"],
.at-quote-form-container .wpcf7-form select,
.at-quote-form-container .wpcf7-form .wpcf7-select {
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    border-radius: 8px !important;
    height: 55px;
    padding-right: 50px !important;
    padding-left: 20px !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
    color: #333 !important;
    width: 100% !important;
}

.at-quote-form-container .wpcf7-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
    position: relative !important;
    z-index: 50 !important;
    cursor: pointer !important;
}

/* Custom form fields with icons */
.at-quote-form-group {
    position: relative;
    margin-bottom: 10px;
    width: 100% !important;
}

.at-quote-form-group i {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #B58C67;
    font-size: 18px;
    z-index: 10;
}

/* Submit button */
.at-quote-form-container .wpcf7-submit {
    background-color: #B58C67 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    height: 60px !important;
    border-radius: 8px !important;
    margin-top: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
}

.at-quote-form-container .wpcf7-submit:hover {
    background-color: #030C16 !important;
    color: #fff !important;
}

/* Submit button icon via wrapper */
.at-quote-submit-group {
    position: relative;
    width: 100% !important;
    margin-top: 10px !important;
}

.at-quote-submit-group i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
    pointer-events: none;
    z-index: 10;
}

.at-quote-security {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.at-quote-security i {
    color: #B58C67;
    font-size: 16px;
}

/* ====================================================
   Service Quote Card (Sidebar "اختر الخدمة التي تناسبك")
====================================================== */
.sidebar-widget-title.at-eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-left: 0;
    padding-right: 22px;
    margin-bottom: 14px;
    color: var(--at-theme-primary, #B58C67);
}

.sidebar-widget-title.at-eyebrow::before {
    left: auto;
    right: 0;
    top: 5px;
}

.at-quote-heading {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 600;
    color: #141820;
    margin-bottom: 14px;
}

.at-quote-subtitle {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 28px;
}

.at-quote-form-container.at-quote-stacked {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(20, 24, 32, 0.08);
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.at-quote-form-container.at-quote-stacked * {
    box-sizing: border-box;
    max-width: 100%;
}

.at-quote-form-container.at-quote-stacked .wpcf7 form,
.at-quote-form-container.at-quote-stacked .wpcf7-form,
.at-quote-form-container.at-quote-stacked .wpcf7-form p,
.at-quote-form-container.at-quote-stacked .at-cta-form-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;

}

.at-quote-form-container.at-quote-stacked .at-cta-input,
.at-quote-form-container.at-quote-stacked .at-cta-action {
    width: 100% !important;
    flex: none !important;
    margin: 0 !important;
}

.at-quote-form-container.at-quote-stacked .wpcf7-form input[type="text"],
.at-quote-form-container.at-quote-stacked .wpcf7-form input[type="tel"],
.at-quote-form-container.at-quote-stacked .wpcf7-form input[type="email"] {
    height: 58px;
}

.at-quote-form-container.at-quote-stacked .wpcf7-submit {
    background-color: var(--at-theme-secondary, #102B2A) !important;
}

.at-quote-form-container.at-quote-stacked .wpcf7-submit:hover {
    background-color: #030C16 !important;
    color: #fff !important;
}

/* Show one summary message at the bottom instead of per-field errors */
.at-quote-form-container.at-quote-stacked .wpcf7-not-valid-tip {
    display: none !important;
}

.at-quote-form-container.at-quote-stacked .wpcf7-response-output {
    position: static !important;
    margin-top: 16px !important;
    padding: 10px 14px !important;
    font-size: 13px;
    text-align: center;
}

.at-trust-badges {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.at-trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
    flex: 1 1 auto;
}

.at-trust-badge i {
    color: var(--at-theme-secondary, #102B2A);
    font-size: 16px;
}

/* ====================================================
   Premium CTA Widgets (quote-home1 / ctaarea-about)
====================================================== */
.at-premium-section {
    position: relative;
    overflow: hidden;
}



.at-premium-row,
.at-premium-content-box {
    position: relative;
    z-index: 1;
}

.at-premium-image-box img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

.at-premium-badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: var(--at-theme-primary, #B58C67);
    margin-bottom: 18px;
}

.at-premium-title {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    margin-bottom: 16px;
}

.at-premium-subtitle {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 28px;
}

.at-premium-form-container {
    margin-bottom: 24px;
}

.at-premium-trust-badges {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.at-premium-trust-badges .trust-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

/* ====================================================
   Premium Branded CTA Card (Flex Event medallion style)
====================================================== */
.at-premium-branded .container {
    position: relative;
    z-index: 1;
}

.at-premium-card {
    background: #FBF6EF;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 28px;
    padding: 70px 50px 50px;
    position: relative;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.at-premium-medallion {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.at-premium-medallion-line {
    width: 90px;
    height: 1px;
    background: rgba(181, 140, 103, 0.5);
}

.at-premium-medallion-diamond {
    width: 6px;
    height: 6px;
    background: var(--at-theme-primary, #B58C67);
    transform: rotate(45deg);
    flex-shrink: 0;
}

.at-premium-medallion-badge {
    position: relative;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
}

.at-premium-medallion-ring {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: contain;
    animation: at-premium-spin 30s linear infinite;
}

.at-premium-medallion-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 46px;
    max-height: 46px;
    object-fit: contain;
}

@keyframes at-premium-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.at-premium-title {
    color: #1c1c1c;
}

.at-premium-subtitle {
    color: #6b6b6b;
}

.at-premium-highlight {
    font-style: italic;
    color: var(--at-theme-primary, #B58C67);
}

.at-premium-feature-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}

.at-premium-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #4a4a4a;
    text-align: center;
    min-width: 80px;
}

.at-premium-feature i {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(181, 140, 103, 0.4);
    font-size: 16px;
    color: var(--at-theme-primary, #B58C67);
}

.at-premium-right-col {
    position: relative;
}

.at-premium-right-col::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
    .at-premium-right-col::before {
        display: none;
    }
}

.at-quote-form-container.at-quote-stacked.at-premium-form {
    background: transparent;
    box-shadow: none;
    padding: 0 0 0 26px;
    margin-bottom: 0;
}

.at-quote-form-container.at-quote-stacked.at-premium-form .wpcf7-form input[type="text"],
.at-quote-form-container.at-quote-stacked.at-premium-form .wpcf7-form input[type="tel"],
.at-quote-form-container.at-quote-stacked.at-premium-form .wpcf7-form select {
    background-color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    height: 52px;
}

.at-quote-form-container.at-quote-stacked.at-premium-form .wpcf7-submit {
    background-color: var(--at-theme-primary, #B58C67) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 54px !important;
}

.at-quote-form-container.at-quote-stacked.at-premium-form .wpcf7-submit:hover {
    background-color: #9c7654 !important;
    color: #fff !important;
}

.at-quote-form-container.at-quote-stacked.at-premium-form .wpcf7-submit::before {
    content: "\2039";
    font-size: 20px;
    line-height: 1;
}

.at-quote-form-container.at-quote-stacked.at-premium-form .at-quote-security {
    margin-top: 14px;
    font-size: 12px;
}

@media (max-width: 991px) {
    .at-quote-form-container.at-quote-stacked.at-premium-form {
        padding: 26px 0 0;
    }

    .at-premium-card {
        padding: 60px 24px 30px;
    }

    .at-premium-feature-row {
        justify-content: center;
    }

    .at-premium-right-col {
        margin-top: 30px;
    }
}

/* Fix Breadcrumb Title Color on Light Backgrounds */
.at-breadcrumb-title,
.at-breadcrumb-title.text-white {
    color: #0F3B35 !important;
    /* Dark Green instead of White */
}

/* Mobile header bar: add space between the toggle icon and logo */
@media (max-width: 991px) {
    .at-header-right-toggle {
        margin-inline-end: 20px;
    }
}


/* ====================================================
   Flex Service Icon Widget (Elementor Custom Widget)
====================================================== */
.flex-service-icon-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    text-align: center;
    padding: 40px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
}

.flex-service-icon-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
    border-color: #e8e8e8;
}

.fsc-icon-wrapper {
    width: 90px;
    height: 90px;
    background-color: #FDF8F2;
    /* Very light golden background */
    border-radius: 50%;
    margin: 0 auto 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f8ead8;
    overflow: hidden;
    /* Ensure image stays inside circle */
}

.fsc-icon {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}

.fsc-title {
    font-size: 20px;
    color: #111111;
    margin-bottom: 15px;
    font-weight: 700;
}

.fsc-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.fsc-btn {
    color: #C89B6D;
    /* Gold color */
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.fsc-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.fsc-btn:hover {
    color: #a87e55;
}

.fsc-btn:hover i {
    transform: translateX(3px);
    /* Move arrow to right on hover */
}

/* ====================================================
   Flex Detailed Service Widget (Elementor Custom Widget)
====================================================== */
.flex-detailed-card {
    display: flex;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.flex-detailed-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-color: #e8e8e8;
}

.fdc-left {
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
    /* Make it a flex container so child stretches */
}

.fdc-main-img {
    width: 100%;
    object-fit: cover;
    /* In a flex row, an item will stretch its height to fill parent automatically */
}

.fdc-right {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fdc-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.fdc-main-icon-wrap {
    width: 60px;
    height: 60px;
    background-color: #0D1C22;
    /* Dark theme color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fdc-main-icon {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}

.fdc-main-title {
    font-size: 28px;
    color: #111111;
    font-weight: 700;
    margin: 0;
}

.fdc-main-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.fdc-sub-features {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.fdc-sub-item {
    text-align: center;
    flex: 1;
    position: relative;
    padding: 0 10px;
}

.fdc-sub-icon-wrap {
    width: 70px;
    height: 70px;
    background-color: #FDF8F2;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f8ead8;
}

.fdc-sub-icon-wrap img {
    max-width: 35px;
    max-height: 35px;
    object-fit: contain;
}
    .ffc-section-header {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
}