/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: QuânTP
Template: flatsome
Version: 3.1
*/


:root {
    --custom-primary-color: #B8860B;
    /* Vàng nâu ch? d?o */
    --custom-dark-brown: #5D4037;
    /* Nâu d?m cho ch? */
    --custom-light-gold: #D4AF37;
    /* Vàng sáng nh?n */
    --custom-bg-body: #F4F0E8;
    /* N?n hoi h?ng nh?t/kem */
    --custom-white: #FFFFFF;
    --custom-gray: #FFFFFF;
    --custom-color-theme: #3c3f4c;
    --custom-color-theme2: #3c3f4c4b;
    --custom-main-font: "'Montserrat', sans-serif";
    --custom-title-font: "'Playfair Display', serif";
}


body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: var(--custom-white);
    color: var(--custom-color-theme);
    overflow-x: hidden;
    font-size: 13px;
}


@media only screen and (min-width: 576px) {

    .container,
    .container-width,
    .full-width .ubermenu-nav,
    .row {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {

    .container,
    .container-width,
    .full-width .ubermenu-nav,
    .row {
        max-width: 720px !important;
    }
}

@media only screen and (min-width: 992px) {

    .container,
    .container-width,
    .full-width .ubermenu-nav,
    .row {
        max-width: 960px !important;
    }
}


@media only screen and (min-width: 1200px) {

    .container,
    .container-width,
    .full-width .ubermenu-nav,
    .row {
        max-width: 1140px !important;
    }
}


@media only screen and (min-width: 1400px) {

    .container,
    .container-width,
    .full-width .ubermenu-nav,
    .row {
        max-width: 1300px !important;
    }
}


.p-0 {
    padding: 0 !important;
}

/* Base Style cho Button */
.btn {
    padding: 10px 35px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem !important;
    line-height: 1.1rem;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.4s ease !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px !important;
}

.btn-sm {
    padding: 5px 15px;
    height: 40px;
}

/* 1. Nút Chính (Solid Gold) - Gi?ng ?nh m?u */
.btn-primary {
    background-color: var(--custom-primary-color) !important;
    /* Màu vàng nâu d?c trung */
    color: var(--custom-white) !important;
    box-shadow: 0 4px 15px rgba(184, 148, 84, 0.3) !important;
}

.btn-primary:hover {
    background-color: #3E2723 !important;
    /* Chuy?n sang nâu d?m khi hover */
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(62, 39, 35, 0.4) !important;
}

/* 2. Nút Ph? (Outline) */
.btn-outline {
    background: transparent;
    border: 2px solid var(--custom-primary-color) !important;
    color: var(--custom-primary-color) !important;
}

.btn-outline:hover {
    background: var(--custom-primary-color) !important;
    color: var(--custom-white) !important;
}

/* 3. Nút Có Icon & Hi?u ?ng d? bóng loang */
.btn-icon {
    background: linear-gradient(135deg, var(--custom-primary-color) 0%, #8D6E63 100%) !important;
    color: var(--custom-white) !important;
    border-radius: 4px;
    /* Ho?c 50px n?u mu?n bo tròn h?n */
}

.btn-icon:hover {
    filter: brightness(1.1);
    letter-spacing: 1.5px;
    /* Giãn ch? nh? khi hover */
}

/* Hi?u ?ng g?n sóng khi click (tùy ch?n) */
.btn:active {
    transform: translateY(0);
}


.title {
    font-family: var(--custom-title-font) !important;
    font-size: 2rem;
    line-height: 2.1rem;
    color: var(--custom-primary-color);
    margin-bottom: 25px;
    position: relative;
}

.title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--custom-primary-color);
    margin-top: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: 'Playfair Display', serif !important;
}

.title.text-center::after {
    bottom: -10px;
    left: calc(50% - 30px);
}


/* --custom---custom- KH?I 3: GI?I THI?U --custom---custom- */
.about-section {
    padding: 70px 0 !important;
    background-color: var(--custom-bg-body) !important;
}

.about-section .col-inner,
.about-section .col-inner .process-box {
    height: 100%;
}

.about-text h2 {
    font-size: 2rem;
    line-height: 2.1rem;
    color: var(--custom-primary-color);
    margin-bottom: 25px;
    position: relative;
}

.about-text h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--custom-primary-color);
    margin-top: 10px;
}

.about-text p {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: #555;
}

.about-image .img-inner {
    overflow: visible;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 20px 20px 0px var(--custom-primary-color);
}

.process-box {
    background: var(--custom-white);
    padding: 40px 20px;
    border-radius: 15px;
    transition: 0.4s;
    border-bottom: 4px solid transparent;
    text-align: center;
    cursor: pointer;
}

.process-box:hover {
    transform: translateY(-10px);
    border: 1px solid var(--custom-primary-color);
    border-bottom: 4px solid var(--custom-primary-color);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
}

.process-box i {
    font-size: 2.8rem;
    line-height: 2.9rem;
    color: var(--custom-primary-color);
    margin-bottom: 20px;
}

.process-box h4 {
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: 600;
}


.qodef-section {
    padding: 70px 0 !important;
    background-color: var(--custom-white) !important;
}

.qodef-section .img-inner {
    position: relative;
    overflow: visible;
}

.qodef-section .img-inner:before {
    content: " ";
    position: absolute;
    top: -30px;
    right: 50px;
    height: calc(100% + 2 * 30px);
    width: calc(100% - 100px);
    background-color: var(--custom-bg-body);
    z-index: -1;
}

.slider-nav-reveal .flickity-prev-next-button,
.slider-nav-reveal .flickity-prev-next-button:hover {
    background-color: transparent;
    box-shadow: none;
}

.latest_news_home_slide_swiper {}

.custom-slide-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease, display 0.5s ease allow-discrete;
    transition-behavior: allow-discrete;
    z-index: 999;
    cursor: pointer;
}

.latest_news_home_slide_swiper:hover .custom-slide-btn {
    display: block;
    opacity: 1;
}

.custom-slide-btn svg {
    fill: currentColor;
    border-color: currentColor;
    transition: all .3s;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 20%;
}

.custom-prev {
    left: 0;
}

.custom-next {
    right: 0;
}

.latest_news_home_slide_swiper:hover .custom-next svg {
    transform: translate(-30%, 0);
}

.latest_news_home_slide_swiper:hover .custom-prev svg {
    transform: translate(30%, 0);
}

.latest_news_home_slide_swiper .blog_avata {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
}

.latest_news_home_slide_swiper .blog_avata img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.latest_news_home_slide_swiper .blog_info {
    font-size: 0.9rem;
    line-height: 1rem;
    color: inherit;
    font-weight: 500;
    padding-top: 15px;
}

.latest_news_home_slide_swiper .blog_title {
    margin-top: 10px;
}

.latest_news_home_slide_swiper .blog_title a {
    font-size: 1.15rem;
    line-height: 1.2rem;
    color: var(--custom-primary-color);
    font-weight: 700;
}

.latest_news_home_slide_swiper .blog_des {
    font-size: 0.9rem;
    line-height: 1rem;
    color: inherit;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 15px;
}

.section-content .about-icon {
    color: rgba(64, 88, 97, .29);
    margin-bottom: 16px;
}

.section-content .about-icon svg {
    position: relative;
    display: block;
    width: 174px;
    margin: 0 auto;
    fill: none;
    stroke: black;
    stroke-miterlimit: 10;
}

.latest-news-section {
    padding: 70px 0 0 !important;
    background-color: var(--custom-bg-body) !important;
}

.say-about-section {
    padding: 70px 0 40px !important;
    background-color: var(--custom-white) !important;
}

.say-about-section .qodef-m-icon {
    color: rgba(64, 88, 97, .29);
    margin-bottom: 16px;
}

.say-about-section .qodef-m-icon svg {
    position: relative;
    display: block;
    width: 174px;
    margin: 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-miterlimit: 10;
}

.say-about-section .qodef-m-icon svg path {
    animation-name: qodef-draw-svg;
    animation-fill-mode: forwards;
}

@keyframes qodef-draw-svg {
    100% {
        stroke-dashoffset: 0
    }
}


.say-about-slider {
    padding-top: 25px;
}

.header,
.header-wrapper {
    position: fixed;
    top: 40px;
}

.header .header-main,
.header-wrapper .header-main {
    background-color: transparent !important;
}



#footer {
    background-color: #5d5e60;
    color: #fff;
    padding: 80px 0 0 0;
    position: relative;
}

.footer-logo img {
    width: 150px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.footer-slogan {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #ffffff;
    margin-bottom: 15px;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    color: #C5A059;
    margin-right: 15px;
    font-size: 1.3rem;
    line-height: 1.4rem;
    transition: 0.3s;
}

.social-links a:hover {
    color: #fff;
}

/* Cột 2: Danh sách dịch vụ */
.footer-title {
    font-size: 2rem;
    line-height: 2.1rem;
    color: #C5A059;
    /* Vàng nâu */
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #C5A059;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.footer-links li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.1rem;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #C5A059;
    padding-left: 5px;
}

/* Cột 3: Bản đồ */
.map-container {
    border: 2px solid #C5A059;
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    font-size: 0.9rem;
    line-height: 1rem;
    color: #ffffff;
}

.copyright-footer {
    text-align: center;
}


/* --- MENU ĐÈ LÊN BANNER --- */
#header {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: center;
}

#header .nav-container>div {
    background: rgba(255, 255, 255, 0.9);
    /* Trắng trong suốt nhẹ */
    padding: 10px 40px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(184, 134, 11, 0.2);
}

#header .nav-container>div.mobile {
    display: none;
}

#header .nav-container>div .btn-box a {
    font-size: 2rem;
    line-height: 2.1rem;
}

#header .nav-list {
    list-style: none;
    display: flex;
    align-items: center;
}

#header .nav-item {
    text-decoration: none;
    color: var(--dark-brown);
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    transition: 0.3s;
    display: block;
    min-width: 120px;
    font-weight: bold;
    text-align: center;
    font-family: var(--custom-title-font) !important;
}

#header .nav-item.active,
#header .nav-item:hover {
    color: var(--custom-primary-color);
}

#header .logo-box {
    margin: 0 30px;
    text-align: center;
}

#header .logo-box img {
    height: 60px;
    /* Độ cao của logo ảnh 1 */
    display: block;
}

.header-wrapper.stuck {
    background-color: #fff;
    top: 0;
}

.header-wrapper.stuck .nav-container>div {
    box-shadow: none !important;
    border: none !important;
}


@media only screen and (max-width: 991px) {

    .header,
    .header-wrapper {
        top: 0px;
    }

    .header-wrapper>.row {
        width: 100%;
        max-width: 100% !important;
    }

    .header .header-main,
    .header-wrapper .header-main {
        background-color: var(--custom-white);
    }

    #header .nav-container>div.mobile {
        display: flex;
        justify-content: space-between;
        border-radius: 0px;
    }

    #header .nav-container>div.desktop {
        display: none;
    }


}


@media only screen and (max-width: 576px) {

    #footer .footer-logo div,
    #footer .footer-slogan,
    #footer .social-links,
    #footer .footer-title,
    #footer .footer-links {
        text-align: center;
    }

    #footer .footer-title::after {
        bottom: 0px;
        left: calc(50% - 30px);
    }
}

.about-introduce {
    padding: 100px 0 30px !important;
}


/* Khối hình ảnh lồng ghép */
.about-introduce .image-box {
    position: relative;
    flex: 1;
}

.about-introduce .main-img img {
    width: 85%;
    border-radius: 10px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
}

.about-introduce .sub-img {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 50%;
}

.about-introduce .sub-img img {
    width: 100%;
    border-radius: 10px;
    border: 10px solid #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-introduce .experience-badge {
    position: absolute;
    top: -20px;
    left: -20px;
    background: var(--custom-primary-color);
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    z-index: 2;
}

.about-introduce .experience-badge .number {
    font-size: 2.1rem;
    line-height: 2.2rem;
    font-weight: 700;
    display: block;
}

.about-introduce .experience-badge .text {
    font-size: 0.9rem;
    line-height: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Khối văn bản */
.about-introduce .text-box {
    flex: 1;
}

.about-introduce .text-box .sub-title {
    color: var(--custom-primary-color);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin-bottom: 15px;
    display: block;
}

.about-introduce .text-box .title {
    font-size: 2.5rem;
    line-height: 2.6rem;
    color: var(--custom-color-theme);
    margin-bottom: 25px;
}

.about-introduce .text-box p {
    color: #666;
    margin-bottom: 20px;
    font-size: 1rem;
}

.about-introduce .signature {
    margin-top: 30px;
}

.about-introduce .signature p {
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--custom-color-theme);
}

.about-stats {
    background: var(--custom-color-theme);
    padding: 20px 50px !important;
    border-radius: 15px;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.about-stats .row>div {
    padding-bottom: 0;
}

.about-stats .stat-item h3 {
    font-size: 2.5rem;
    line-height: 2.6rem;
    color: var(--custom-primary-color);
    margin-bottom: 10px;
}

.about-stats .stat-item p {
    font-size: 1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--custom-white);
}

.about-stats .col {
    padding: 0 5px 0 !important;
}

.team-intro {
    background-color: var(--custom-bg-body) !important;
}

.team-content {
    display: flex;
    align-items: center;
    gap: 70px;
}

.team-text {
    flex: 1.2;
}

.team-image-grid {
    flex: 0.8;
    position: relative;
}

.team-text .sub-title {
    color: var(--custom-primary-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    line-height: 1.1rem;
    margin-bottom: 15px;
    display: block;
}

.team-text h2 {
    font-size: 2.6rem;
    line-height: 2.7rem;
    color: var(--custom-color-theme);
    margin-bottom: 25px;
}

.team-description {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #666;
    margin-bottom: 25px;
}

blockquote {
    font-style: italic;
    font-family: var(--custom-title-font) !important;
    font-size: 1.3rem;
    line-height: 1.4rem;
    color: var(--custom-color-theme);
    border-left: 4px solid var(--custom-primary-color);
    padding-left: 20px;
    margin: 30px 0;
}

.team-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 600;
    color: var(--custom-color-theme);
}

.feature i {
    color: var(--custom-primary-color);
}

/* Hình ảnh đội ngũ */
.team-img-main img {
    width: 100%;
    border-radius: 150px 150px 0 0;
    /* Bo tròn kiểu vòm hiện đại */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--custom-primary-color);
}

/* Responsive */
@media (max-width: 992px) {
    .team-content {
        flex-direction: column-reverse;
        text-align: center;
    }

    blockquote {
        border-left: none;
        border-top: 2px solid var(--custom-primary-color);
        padding: 20px 0 0;
    }

    .feature {
        justify-content: center;
    }
}

.services-section {
    background-color: var(--custom-bg-body) !important;
}

.services-section .section-header {
    margin-bottom: 60px;
    text-align: center;
}

.services-section .sub-title {
    color: var(--custom-primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 600;
}

.services-section .main-title {
    font-family: var(--custom-title-font) !important;
    font-size: 3rem;
    line-height: 3.1rem;
    color: var(--custom-color-theme);
    margin: 10px 0;
}

.services-section .title-line {
    width: 60px;
    height: 3px;
    background: var(--custom-primary-color);
    margin: 20px auto;
}


/* Service Card */
.services-section {
    text-align: center;
}

.services-section .service-card {
    background: var(--custom-white);
    padding: 40px 30px;
    border-radius: 15px;
    transition: all 0.4s ease;
    border: 1px solid #eee;
}

.services-section .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(60, 63, 76, 0.1);
    border-color: var(--custom-primary-color);
}

.services-section .service-icon {
    width: 70px;
    height: 70px;
    background: var(--custom-bg-body);
    color: var(--custom-primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 2.1rem;
    margin: auto;
    margin-bottom: 25px;
    transition: 0.4s;
}

.services-section .service-icon .svg-group {
    position: relative;
    display: inline-block;
    width: 85%;
    vertical-align: top;
    fill: none;
    stroke: var(--custom-bg-body);
    transition: all .2s ease-out;
}

.services-section .service-icon .svg-group>svg {
    display: block;
    width: 100%;
    stroke: #ababab;
    fill: inherit;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.services-section .service-card:hover .svg-group {
    stroke: var(--custom-primary-color);
}

.services-section .service-card h4 {
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: var(--custom-color-theme);
    margin-bottom: 15px;
}

.services-section .service-card p {
    font-size: 1rem;
    line-height: 1.4rem;
    color: var(--custom-color-theme2);
    margin-bottom: 20px;
}

.services-section .read-more {
    text-decoration: none;
    color: var(--custom-primary-color);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1rem;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.services-section .read-more:hover {
    border-bottom: 1px solid var(--custom-primary-color);
}

.services-section .section-content .row {
    justify-content: center;
}

.services-section .section-content .col .col-inner,
.services-section .section-content .col .col-inner .service-card {
    height: 100%;
}

.booking-section .col-inner,
.booking-section .box-image {
    height: 100%;
}

.booking-section .booking-image {
    position: relative;
    height: 100%;
}

.booking-section .booking-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.booking-section .booking-image .image-overlay-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    font-family: var(--custom-title-font);
    font-size: 1.7rem;
    line-height: 1.8rem;
    border-left: 3px solid var(--custom-primary-color);
    padding-left: 15px;
    font-weight: 700;
}


.booking-form-wrapper {
    flex: 1;
    padding: 60px;
    background-color: var(--custom-bg-body);
    /* Màu kem nhẹ */
}

.form-header h2 {
    font-size: 1.8rem;
    line-height: 1.9rem;
    color: var(--custom-color-theme);
    margin-bottom: 10px;
}

.form-header p {
    font-size: 0.9rem;
    line-height: 1rem;
    color: var(--custom-color-theme2);
    margin-bottom: 40px;
}

.input-group {
    margin-bottom: 25px;
}

.input-group label {
    display: block;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 600;
    color: var(--custom-color-theme);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.booking-section input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    transition: 0.3s;
    height: unset;
    font-size: 1rem;
    line-height: 1.1rem;
    color: var(--custom-color-theme);
}

.booking-section textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    transition: 0.3s;
    font-size: 1rem;
    line-height: 1.1rem;
    color: var(--custom-color-theme);
}

.booking-section input[type=submit] {
    width: auto;
}

.booking-section input:focus,
.booking-section textarea:focus {
    outline: none;
    border-color: var(--custom-primary-color);
    box-shadow: 0 0 8px rgba(184, 134, 11, 0.2);
}

.booking-section .col-image {
    padding-right: 0 !important;
}

.booking-section .col-content {
    padding-left: 0 !important;
}

.booking-section .col-content .col-inner {
    padding: 30px !important;
    background-color: var(--custom-bg-body);
}

input:hover,
select:hover,
textarea:hover {
    box-shadow: none !important;
}

.news-section {
    background-color: var(--custom-white);
    padding: 30px 0 50px 0;
}

.news-section .search-group .title,
.mobile-sidebar .search-group .title {
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: var(--custom-color-theme);
    margin-bottom: 15px;
}

.news-section .search-group .title::after,
.mobile-sidebar .search-group .title::after {
    display: none;
}

.news-section .ux-search-box .search-box-col,
.mobile-sidebar .ux-search-box .search-box-col {
    position: relative;
    margin-left: 0 !important;
}

.news-section .ux-search-box .search-box-col input,
.mobile-sidebar .ux-search-box .search-box-col input {
    width: 100%;
    padding: 10px 35px 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: transparent;
    transition: 0.3s;
    height: unset;
    font-size: 1rem;
    line-height: 1.1rem;
    color: var(--custom-color-theme);
}

.news-section .ux-search-box .search-box-col input:focus,
.mobile-sidebar .ux-search-box .search-box-col input:focus {
    outline: none;
    border-color: var(--custom-primary-color);
    box-shadow: 0 0 8px rgba(184, 134, 11, 0.2);
}

.news-section .ux-search-box .search-box-col .submit-button,
.mobile-sidebar .ux-search-box .search-box-col .submit-button {
    min-width: 2em;
    position: absolute;
    right: 10px;
    top: 0;
    background-color: transparent;
    border: none;
    height: 100%;
    color: var(--custom-primary-color) !important;
}

.mobile-sidebar .ux-search-box .search-box-col .submit-button {
    top: 2px;
}

.archive-page-header .page-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.archive-page-header .page-title::after {
    content: " ";
    display: block;
    width: 40%;
    height: 1px;
    background: var(--custom-color-theme2);
    margin-top: 10px;
    position: absolute;
    bottom: -10px;
    left: 30%;
}

.back-to-top,
.back-to-top:hover {
    border-color: var(--custom-primary-color) !important;
    background-color: transparent !important;
}

.back-to-top i {
    color: var(--custom-primary-color) !important;
}


.contact-address {
    background-color: var(--custom-bg-body);
    padding: 70px 0 30px 0 !important;
}

.contact-address .branches-section .branch-card {
    background: var(--custom-white);
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    border-top: 4px solid transparent;
}

.contact-address .branches-section .branch-card.highlight {
    border-top-color: var(--custom-primary-color);
}

.contact-address .branches-section .branch-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(60, 63, 76, 0.1);
}

.contact-address .branches-section .branch-label {
    display: inline-block;
    color: var(--custom-primary-color);
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.contact-address .branches-section .branch-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    line-height: 1.7rem;
    color: var(--custom-color-theme);
    margin-bottom: 20px;
}

.contact-address .branches-section .branch-card p {
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: var(--custom-color-theme);
    margin-bottom: 12px;
}

.contact-address .branches-section .branch-card i {
    color: var(--custom-primary-color);
    margin-right: 10px;
    width: 20px;
}

.branches-section .col-inner,
.branches-section .col-inner .branch-card {
    height: 100%;
}

.contact-map {
    background-color: var(--custom-bg-body);
    padding: 50px 0 0 0;
}

.contact-form {
    background-color: var(--custom-bg-body);
    padding: 50px 0 0 0;
}

.news_propose {
    margin-top: 35px;
}

.news_propose .item {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 15px 0;
}

.news_propose .item:first-child {
    padding-top: 0;
}

.news_propose .item .propose_avata {
    width: 40%;
    height: 85px;
    position: relative;
}

.news_propose .item .propose_avata img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.news_propose .item .propose_content {
    width: 60%;
    height: 100%;
    padding-left: 15px;
}

.news_propose .item .propose_content .propose_title a {
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: var(--custom-color-theme);
    text-transform: capitalize;
}

.news_propose .item .propose_content .propose_title a:hover {
    color: var(--custom-primary-color);
}

.news_propose .item .propose_content .propose_date {
    font-size: 0.85rem;
    line-height: 1rem;
    margin-top: 5px;
}

.news_list .item {
    padding: 30px 0;
}

.news_list .item:first-child {
    padding-top: 0;
}

.news_list .blog_avata {
    width: 100%;
    position: relative;
    aspect-ratio: 3 / 2;
}

.news_list .blog_avata img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.news_list .blog_content {
    margin-top: 15px;
}

.news_list .blog_content .blog_date {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--custom-color-theme);
}

.news_list .blog_content .blog_title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--custom-color-theme);
    line-height: 2.5rem;
}

.news_list .blog_content .blog_description {
    font-size: 1rem;
    font-weight: 500;
    counter-reset: var(--custom-color-theme);
    margin-top: 10px;
}

.news_list .blog_content .btn_group {
    margin-top: 15px;
    text-align: right;
    font-size: 1rem;
    font-weight: 500;
    color: var(--custom-primary-color);
}

.news_list .blog_content .btn_group i {
    font-size: 0.9rem;
}

.contact-form .contact-form-group {
    max-width: 800px;
    margin: auto;
    padding: 50px;
    background: linear-gradient(90deg, rgba(42, 45, 57, 1) 0%, rgba(58, 60, 82, 1) 50%);
    border-radius: 20px;
    color: var(--custom-white);
}

.contact-form .contact-form-group .form-info {
    margin-bottom: 35px;
}

.contact-form .contact-form-group .form-info h2 {
    font-family: var(--custom-title-font) !important;
    font-size: 2rem;
    color: var(--custom-white);
    text-align: center;
    margin-bottom: 5px;
}

.contact-form .contact-form-group .form-info p {
    color: #b4b9c5;
    font-size: 0.95rem;
    text-align: center;
}

.contact-form .contact-form-group input,
.contact-form .contact-form-group textarea {
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: var(--custom-white);
}

.error-404.not-found {
    height: 80vh;
    display: flex;
    flex-direction: column;
    background-color: var(--custom-bg-body);
    align-content: initial;
    align-items: initial;
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: initial;
    justify-content: center;
    padding-block-end: 100px;
    padding-block-start: 80px;
    text-align: initial;
    padding-top: 150px;
}

.error-404 .page-title {
    text-align: center;
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--custom-color-theme);
}

.error-404 .page-image {
    height: 200px;
    margin: 20px 0 40px 0;
}

.error-404 .page-image img {
    width: auto;
    height: 100%;
}

.error-404>* {
    text-align: center;
}

.page-wrapper {
    padding: 0 !important;
}

.box-banner .box-text {
    position: absolute;
    top: 140px;
}

.text-white {
    color: var(--custom-white) !important;
}

.box-banner .box-text .box-banner-title {
    font-family: var(--custom-title-font) !important;
    font-size: 2.5rem;
    text-transform: capitalize;
    color: var(--custom-white);
    margin-bottom: 25px;
    position: relative;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
}

.box-banner,
.page-title.blog-featured-title {
    height: 40vh;
}


.box-banner .box-image {
    height: 100%;
}

.box-banner .image-cover {
    padding-top: 0 !important;
    height: 100%;
}

.page-title.blog-featured-title .title-bg.bg-top {
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title.blog-featured-title .page-title-inner {
    padding-top: calc(40vh - 120px - 160px + 20px);
}

.mobile-sidebar .menu-item a.active {
    color: var(--custom-primary-color);
}

.section.team-intro {
    padding: 70px 0 !important;
}

.section.services-section,
.section.booking-section {
    padding: 70px 0 !important;
}

.section-bg {
    display: none;
}

@media screen and (max-width: 549px) {

    #header .nav-container>div.mobile {
        padding: 10px;
    }

    .about-section,
    .qodef-section,
    .say-about-section,
    .about-introduce,
    .section.team-intro,
    .section.services-section,
    .section.booking-section {
        padding: 30px 0 !important;
    }

    .latest-news-section {
        padding: 30px 0 0 !important;
    }

    #footer {
        padding: 80px 0 0 0;
    }

    .about-stats {
        border-radius: 0;
        margin-bottom: 0;
    }

    .booking-section .col-content {
        padding-left: 15px !important;
    }
}