:root {
    --accent-color: linear-gradient(135deg,
            #D9A648 0%,
            #D9A648 40%,
            #D9B282 50%,
            /* The reflection */
            #D9A648 60%,
            #D9A648 100%);
}

.abt-text {
    line-height: 2rem !important;
}

.hero-slide {
    min-height: 100vh;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide .container {
    width: 100%;
}

.hero-slide .section-title {
    margin-top: 50px;
}

.hero-slide .hero-sub-heading {
    margin-top: 0;
}

.hero-slide .hero-content-body {
    margin-top: 30px;
}

@media only screen and (max-width: 991px) {
    .hero-slide {
        background-attachment: scroll;
        min-height: 100vh;
        padding: 80px 0;
    }

    .hero-slide .section-title {
        margin-top: 30px;
    }
}

header.main-header .header-sticky {
    background: #f6f6f6 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

header.main-header .header-sticky.active {
    background: #f6f6f6 !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.navbar {
    padding: 0 !important;
}

.main-menu ul li a {
    color: #222 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    background: linear-gradient(135deg, #D9A648 0%, #D9A648 40%, #f5d07a 50%, #D9A648 60%, #D9A648 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.slicknav_menu {
    background: #f6f6f6 !important;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    color: #222 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
    color: #D9A648 !important;
    background-color: transparent !important;
}

.slicknav_arrow:after {
    color: #222 !important;
}

.slicknav_open>a .slicknav_arrow:after {
    color: #D9A648 !important;
}

.interactive-services-swiper {
    width: 100%;
}

.interactive-process-item-wap {
    transform: translateY(36px) !important;
}

.interactive-process-layout .interactive-inner-process.activate .interactive-process-item-wap,
.interactive-process-layout .interactive-process-item:hover .interactive-process-item-wap {
    transform: translateY(0px) !important;
}

@media only screen and (max-width: 767px) {
    .interactive-process-item-wap {
        transform: none !important;
    }
}

footer,
footer section,
footer .footer__area-common {
    background: #f6f6f6 !important;
}

footer,
footer p,
footer h4,
footer h3,
footer h2,
footer span,
footer li,
footer .footer__widget-title h4 {
    color: #000000 !important;
}

footer a {
    color: #000 !important;
    transition: color 0.3s ease;
}

footer a:hover,
footer a:focus {
    color: #7621cc !important;
}

footer svg path {
    stroke: #7621cc !important;
}

footer a:hover svg path,
footer a:focus svg path {
    stroke: #000 !important;
}

footer .footer__bottom-wrapper {
    background: #e8e8e8 !important;
    border-top: 1px solid #d0d0d0;
}

footer .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px 0;
}

footer .footer__copyright p {
    margin: 0;
    font-size: 14px;
}

footer .footer__copyright-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

footer .footer__copyright-menu ul li a {
    font-size: 14px;
}

@media (max-width: 767px) {
    footer .footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

footer .footer-wrap {
    align-items: flex-start !important;
    padding: 50px 0 30px;
    margin: 0 !important;
}

footer .footer__area-common {
    overflow: visible !important;
    padding: 0 !important;
}

footer .footer__logo img {
    width: 200px !important;
    max-width: 100%;
    height: auto !important;
}

footer .footer__widget {
    padding: 0 15px 30px !important;
}

footer .footer__widget-title h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    border-bottom: 2px solid currentColor;
}

footer .footer__link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer__link ul li {
    margin-bottom: 10px !important;
}

footer .footer__link ul li a {
    font-size: 15px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

footer .footer__content p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    overflow: visible !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    max-height: none !important;
}

footer .footer__subscribe ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer__subscribe ul li {
    margin-bottom: 14px !important;
}

footer .footer__subscribe ul li a {
    font-size: 15px !important;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

footer .footer__social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

footer .footer__social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

footer .footer__social a:hover {
    opacity: 0.7;
}

@media (max-width: 991px) {
    footer .footer__logo img {
        width: 150px !important;
    }
}

/* ── About section mobile ── */
@media (max-width: 991px) {
    .about-us-image-box {
        margin-bottom: 30px;
    }

    .about-image-circle-box {
        position: relative;
        width: 100%;
    }

    .about-us-image figure,
    .about-us-image iframe {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        border-radius: 10px;
    }

    .years-experience-circle {
        width: 90px !important;
        height: 90px !important;
        bottom: -20px !important;
        left: 10px !important;
    }

    .years-experience-circle figure img {
        width: 90px !important;
        height: 90px !important;
    }

    .years-experience-counter-box h2 {
        font-size: 20px !important;
    }
}

/* ── Services layout: desktop/mobile split ── */
.svc-mobile-wrap {
    display: none;
}

.svc-mobile-swiper {
    height: 640px;
}

.svc-m-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.svc-m-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 20, 0.92) 55%, rgba(10, 10, 20, 0.15) 100%);
    z-index: 1;
}

.svc-m-content-wrap {
    position: relative;
    z-index: 2;
    padding: 20px 24px !important;
}

.svc-m-item-wap {
    transform: none !important;
}

.svc-m-body-wap {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.svc-m-slide:hover .svc-m-body-wap {
    opacity: 1 !important;
    visibility: visible !important;
}

@media (max-width: 991px) {
    .svc-desktop-wrap {
        display: none !important;
    }

    .svc-mobile-wrap {
        display: block !important;
    }
}

/* ── About stats row mobile fix ── */
@media (max-width: 575px) {
    .about-stats-row {
        gap: 12px;
    }

    .about-projects-card {
        padding: 18px 16px;
        min-width: 0;
    }

    .about-projects-card h2 {
        font-size: 26px;
    }

    .about-projects-card p {
        font-size: 11px;
    }

    .years-experience-circle figure img {
        max-width: 110px !important;
    }

    .years-experience-circle .years-experience-counter-box {
        width: 60px !important;
        height: 60px !important;
    }

    .years-experience-counter-box h2 {
        font-size: 20px !important;
    }
}

/* ── Process section — full col image ── */
.process-full-img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
}

.process-full-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

@media (max-width: 1199px) {
    .process-full-img {
        min-height: 300px;
        margin-top: 30px;
    }
}

/* ── Booking section mobile ── */
@media (max-width: 991px) {
    .contact-image-form-box {
        flex-direction: column !important;
    }

    .contact-image-box {
        display: none !important;
    }

    .contact-form {
        width: 100% !important;
        padding: 30px 20px !important;
    }

    #book-event .section-title h2 {
        font-size: 24px !important;
    }
}


/* ── Portfolio Swiper ── */
.pf-cat-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.85;
}

/* ── Portfolio section — override dark approach bg ── */
#portfolio.our-approach {
    background: #f6f6f6 !important;
}

#portfolio.our-approach::before {
    background-image: none !important;
    background-color: #f6f6f6 !important;
}

#portfolio .section-title h3,
#portfolio .section-title h2 {
    color: #1a1a1a !important;
}

/* ── Portfolio popup — smooth animation ── */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: translateY(30px) scale(0.97);
}

/* ── Close button outside popup ── */
.mfp-inline-holder .mfp-close {
    position: fixed;
    top: 16px;
    right: 16px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    background: #fff;
    color: #1a1a1a !important;
    font-size: 22px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    opacity: 1 !important;
    padding: 0;
    top: 16px;
    right: 16px;
}

.mfp-inline-holder .mfp-close:hover {
    background: #f0f0f0;
}

/* ── About stats row ── */
.about-stats-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.about-projects-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #161A2D;
    background-image: url('../images/dark-section-bg-shape.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 16px;
    padding: 40px 36px;
    margin-top: 40px;
    flex: 1;
    min-width: 180px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.384);
}

.about-projects-card .about-projects-icon {
    font-size: 30px;
    color: #D9A648;
    margin-bottom: 10px;
}

.about-projects-card h2 {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 6px;
    line-height: 1;
}

.about-projects-card p {
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

@media (max-width: 991px) {
    .about-stats-row {
        gap: 16px;
    }

    .about-projects-card {
        padding: 20px 24px;
        min-width: 130px;
    }

    .about-projects-card h2 {
        font-size: 28px;
    }

    .about-projects-card .about-projects-icon {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .about-stats-row {
        justify-content: center;
    }

    .about-projects-card {
        flex: none;
        width: auto;
    }

    .about-projects-card p {
        font-size: 13px;
    }
}

/* ── Booking cards ── */
.bk-info-card {
    background: #f6f6f6;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.bk-info-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.bk-info-card .icon-box {
    background: var(--accent-color);
    color: #fff;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bk-info-card .icon-box i {
    font-size: 22px !important;
    color: #fff !important;
}

.bk-info-card .contact-info-content h3 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
}

.bk-info-card .contact-info-content p,
.bk-info-card .contact-info-content p a {
    color: #333;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
}

.bk-info-card .contact-info-content p a:hover {
    color: #D9A648;
}

.bk-divider {
    border-color: #ddd;
    margin: 20px 0;
}

.bk-map-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.bk-map-card iframe {
    width: 100%;
    height: 220px;
    display: block;
    border: none;
}

#book-event .contact-form .btn-default {

    text-align: center;
    padding: 16px 32px;
    font-size: 16px;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(217, 166, 72, 0.35);
}
/* ── Footer copyright background ── */
.footer-copyright-bg {
    position: relative;
}

.footer-copyright-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../images/our-testimonials-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    z-index: 0;
}

.footer-copyright-bg .container {
    position: relative;
    z-index: 1;
}
