/* ── Site-wide styles ── */
header .header-row {
    background: rgba(0, 0, 0, 0) url("../images/grey-bg.png") repeat scroll 0 0;
}

body.home header.page-header {
    position: absolute;
    background: none;
}

body:not(.home) {
    background: url(../images/header-photo-bg.jpg) no-repeat center 0;
}

@media (max-width: 991px) {
    #pageTitle {
        background: url(../images/header-photo-bg.jpg) repeat 0;
        background-size: cover;
    }
}

/* ── Transitions & Focus ── */
a,
.btn,
button,
.service,
.box01,
.card01,
.card,
input,
textarea {
    transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus {
    border-color: #fede00 !important;
    box-shadow: 0 0 0 2px rgba(254, 222, 0, 0.2) !important;
    outline: none;
}

/* ── Inner page: offset below fixed navbar ── */
body:not(.home) #pageTitle {
    padding-top: 54px !important;
    padding-bottom: 4px !important;
}

body:not(.home) #pageContent {
    padding-top: 0;
}

@media (min-width: 992px) {
    body:not(.home) #pageTitle {
        padding-top: 60px !important;
    }
}

@media (max-width: 767px) {
    body:not(.home) #pageTitle {
        padding-top: 46px !important;
    }
}

/* ── Page title bar ── */
.page-title-wrapper h1 {
    font-size: 24px !important;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #fff;
    text-align: left !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-title-wrapper .breadcrumbs {
    display: none;
}

@media (max-width: 767px) {
    .page-title-wrapper h1 {
        font-size: 18px !important;
    }
}

/* ── Typography ── */
body {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

h2,
h4,
h5 {
    color: #000;
}

h6.subtitle {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

p {
    margin-bottom: 14px;
}

/* ── Section spacing ── */
section {
    display: block;
}

.block {
    padding: 60px 0;
}

@media (max-width: 767px) {
    .block {
        padding: 40px 0;
    }
}

/* ── Card Hover Polish ── */
.service:hover,
.box01:hover,
.card01:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* ── Full-width layout: zero out Elementor wrapper padding ── */
#primary .elementor-section,
#primary .elementor-container,
#primary .elementor-column,
#primary .elementor-widget-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ── Buttons & inputs ── */
.btn,
.elementor-button,
.input-custom,
.service,
.services-block .image {
    border-radius: 5px !important;
}

.btn-invert:before,
.btn-invert:after {
    background-color: #2c2c2c !important;
}

.filters-row .page-numbers .current {
    background-color: transparent !important;
    color: #fede00;
}

/* ── Navbar phone number ── */
.header-phone {
    text-align: right;
    padding-right: 8px;
}

.header-phone .phone-number,
.header-phone .phone-number a {
    font-size: 13px !important;
    color: #fff !important;
    opacity: 0.9;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.header-phone .phone-number a:hover {
    color: #fede00 !important;
    opacity: 1;
}

/* ── Service Page UI Refinements ── */
.service-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-nav li {
    margin-bottom: 2px;
}

.service-nav li a {
    display: block;
    padding: 12px 20px;
    background: #f8f8f8;
    color: #333;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
}

.service-nav li a:hover,
.service-nav li.active a {
    background: #fff;
    border-left-color: #fede00;
    color: #000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.service-nav li.active a {
    font-weight: 700;
}

.info-hours-card {
    background: #1a1a1a;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-top: 30px;
}

.info-hours-card__title {
    color: #fede00 !important;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.hours-list li:last-child {
    border: none;
}

.hours-list .time {
    font-weight: 600;
    color: #ddd;
}

.service-single h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #111;
}

.service-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.marker-list-sm li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    list-style: none;
}

.marker-list-sm li:before {
    content: "\e911";
    font-family: "autoshine" !important;
    position: absolute;
    left: 0;
    color: #fede00;
    font-size: 12px;
}

.text-icon-sm {
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    text-decoration: none !important;
    height: 100%;
    margin-top: 20px;
}

.text-icon-sm:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: #fede00;
}

.text-icon-sm .icon-wrapper {
    font-size: 40px;
    color: #fede00;
    margin-bottom: 15px;
}

.text-icon-sm .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.text-icon-sm p {
    font-size: 14px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .sticky-sidebar {
        position: sticky;
        top: 100px;
    }
}

/* ── Dark Full-Width Navigation Bar ── */
.page-header,
.navbar#slide-nav,
.navbar#slide-nav .container-fluid,
.navbar#slide-nav #slidemenu,
.header-row-unified {
    background: #111 !important;
    background-color: #111 !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.px-lg-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-top-bar,
.header-top-bar .container-fluid {
    background: #000 !important;
    background-color: #000 !important;
    padding: 6px 15px;
    font-size: 12px;
    color: #888 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.top-info-list {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-info-list i {
    color: #fede00 !important;
    margin-right: 5px;
}

.whatsapp-top {
    display: inline-flex;
    align-items: center;
}

.whatsapp-top svg {
    margin-right: 5px;
    vertical-align: middle;
}

.header-row-unified {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.logo-main {
    max-height: 45px !important;
    width: auto;
    transition: all 0.3s ease;
}

.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: flex !important;
    gap: 25px;
    flex-direction: row !important;
}

.navbar-nav li {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-nav li a {
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    transition: all 0.3s;
    position: relative;
    padding: 10px 0 !important;
    display: block;
}

.navbar-nav li a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fede00;
    transition: width 0.3s;
}

.navbar-nav li a:hover:after,
.navbar-nav li.current-menu-item a:after {
    width: 100%;
}

.navbar-nav li.current-menu-item a,
.panel-menu li.current-menu-item > a {
    color: #fede00 !important;
}

.appointment-btn {
    background: #fede00 !important;
    color: #000 !important;
    padding: 10px 22px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(254, 222, 0, 0.2);
    white-space: nowrap;
}

.btn-text-mobile {
    display: none;
}

.appointment-btn:hover {
    background: #fff !important;
    color: #000 !important;
    transform: translateY(-2px);
}

/* Sticky Dark Header */
.page-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: #111 !important;
    background-color: #111 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    animation: slideDown 0.4s ease;
    border-bottom: 2px solid #fede00 !important;
}

.page-header.is-sticky .header-top-bar {
    display: none !important;
}

.page-header.is-sticky .header-row-unified {
    padding: 5px 20px !important;
}

.page-header.is-sticky .logo-main {
    max-height: 32px !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .header-row-unified {
        padding: 10px 15px !important;
    }
    .logo-main {
        max-height: 35px !important;
    }
    .main-menu-wrapper {
        display: none !important;
    }
    .navbar-toggle i {
        color: #fff !important;
        font-size: 24px !important;
    }
}

/* ── Hero Glassmorphism ── */
.slide-content .vert > .container {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 40px 60px !important;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 700px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

.slide-content h4 {
    color: #fede00 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 700;
}

.slide-content h3 {
    color: #fff !important;
    font-size: 64px !important;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.slide-content p {
    color: #eee !important;
    font-size: 18px !important;
    font-weight: 400;
    margin: 0;
}

.slide-content.center .vert > .container {
    text-align: center;
    margin: 0 auto;
}

.slide-content.left .vert > .container {
    text-align: left;
    margin: 0;
}

@media (max-width: 767px) {
    .slide-content .vert > .container {
        padding: 25px 30px !important;
        max-width: 90%;
    }
    .slide-content h3 {
        font-size: 32px !important;
    }
    .slide-content h4 {
        font-size: 14px !important;
    }
}

/* ── Scroll Reveal ── */
.reveal-effect {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
}

.reveal-effect.active {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
}

/* ── Custom Luxury Scrollbar ── */
html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #111;
}

::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 10px;
    border: 2px solid #111;
    transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #fede00;
}

/* ── Enhanced Original Testimonials ── */
.testimonials-carousel .item__img {
    width: 100px !important;
    height: 100px !important;
    border: 3px solid #fede00 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    background: #fff !important;
    margin: 0 auto 20px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.testimonials-carousel .item__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.testimonials-carousel .item__description p {
    font-size: 20px !important;
    line-height: 1.6 !important;
    color: #eee !important;
    font-weight: 300 !important;
    font-style: italic !important;
    max-width: 800px;
    margin: 0 auto 20px !important;
}

.testimonials-carousel .item__autor {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.testimonials-carousel .item__autor .color {
    color: #fede00 !important;
}

.testimonials-carousel .item__description:before {
    content: "“";
    font-size: 60px;
    color: #fede00;
    line-height: 1;
    opacity: 0.3;
    display: block;
    margin-bottom: -15px;
}

/* ── Compact Testimonial Section ── */
#testimonials .block {
    padding: 40px 0 !important;
}

.section-blog__color02 .section__text-background {
    display: none !important;
}

.testimonials-carousel .item__description p {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

/* ── Midnight Dark Footer ── */
.page-footer {
    background: #0a0a0a !important;
    color: #888 !important;
}

.footer-content {
    background: #0a0a0a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 80px 0 50px !important;
}

.footer-bottom {
    background: #000 !important;
    padding: 25px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.footer-content h4,
.footer-content h5 {
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px !important;
}

.footer-content a {
    color: #888 !important;
    transition: all 0.3s;
    text-decoration: none !important;
}

.footer-content a:hover {
    color: #fede00 !important;
}

/* ── Full Width Map with Floating Glass Card ── */
.footer-map-section {
    position: relative;
    width: 100%;
    background: #0a0a0a;
    overflow: hidden;
    border-top: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
}

.footer-map-container iframe {
    width: 100%;
    height: 400px !important;
    border: 0 !important;
    filter: grayscale(1) invert(0.92) contrast(1.2) brightness(0.9);
    display: block;
}

.map-overlay-container {
    position: absolute;
    top: 65%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
    width: auto;
}

.map-glass-card {
    pointer-events: auto;
    background: rgba(10, 10, 10, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 30px 40px !important;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 420px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
    color: #fff !important;
}

.map-glass-card h4 {
    color: #fff !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #ccc !important;
    font-size: 14px;
    line-height: 1.4;
}

.contact-item i {
    color: #fede00 !important;
    font-size: 16px;
    margin-top: 2px;
}

.contact-item a {
    color: #ccc !important;
    text-decoration: none !important;
    transition: all 0.3s;
}

.contact-item a:hover {
    color: #fede00 !important;
}

.social-links-footer {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-links-footer a {
    width: 40px;
    height: 40px;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-links-footer a:hover {
    background: #fede00;
    color: #000 !important;
    transform: translateY(-3px);
    border-color: #fede00;
}

.copyright {
    font-size: 13px;
    color: #666;
}

.copyright a {
    color: #fede00 !important;
}

/* ── Interactive Price Cards ── */
.slick-list {
    padding: 20px 0 !important;
}

.promo01 {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    border-radius: 20px !important;
    margin: 10px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

.promo01:hover {
    transform: translateY(-10px) scale(1.03) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15) !important;
    z-index: 5;
}

.promo01 .btn {
    transition: all 0.3s ease !important;
}

.promo01:hover .btn {
    background: #fede00 !important;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(254, 222, 0, 0.6) !important;
    transform: scale(1.05);
}

.promo01-header {
    transition: background 0.3s ease;
}

.promo01:hover .promo01-header {
    background: #111 !important;
}

.promo01:hover .promo01-header .text-02 {
    color: #fede00 !important;
}

/* ── Premium Glass Sections ── */
.promo-01 {
    background: rgba(10, 10, 10, 0.7) !important;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 30px !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2) !important;
}

.promo-01__title .text-01 {
    color: #fede00 !important;
}

.promo-01__title .text-02 {
    color: #fff !important;
}

.promo-01__description {
    color: #ccc !important;
}

/* What We Do Glass Captions */
#what-we-do .service .caption {
    background: rgba(10, 10, 10, 0.6) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

#what-we-do .service:hover .caption {
    background: rgba(254, 222, 0, 0.85) !important;
    backdrop-filter: blur(5px);
}

#what-we-do .service:hover .caption h3,
#what-we-do .service:hover .caption .text {
    color: #000 !important;
}

/* Guarantee Box Glass */
.box01 {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-radius: 20px !important;
    padding: 30px !important;
    height: 100%;
    transition: all 0.3s ease;
}

.box01:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    transform: translateY(-5px);
    border-color: #fede00 !important;
}

.box01__icon i {
    color: #fede00 !important;
}

.box01__title {
    color: #111 !important;
    font-weight: 700 !important;
}

.box01 p {
    color: #444 !important;
}

/* Why Choose Us Glass */
.text-icon {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    padding: 40px 20px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease;
}

.text-icon:hover,
.text-icon.active {
    background: rgba(254, 222, 0, 0.05) !important;
    border-color: #fede00 !important;
}

.text-icon .icon-wrapper span i {
    color: #000 !important;
}

/* ── Contact Page Spacing & Polish ── */
@media (min-width: 768px) {
    .info02-wrapper {
        padding-left: 40px !important;
    }
    .box-wrapper {
        padding-right: 40px !important;
    }
}

.info02 {
    margin-bottom: 30px !important;
}

.info02__title {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    color: #111 !important;
}

.info02 address {
    font-style: normal !important;
    line-height: 1.6 !important;
    color: #444 !important;
}

.text-icon .title {
    color: #111 !important;
}

.text-icon .text {
    color: #444 !important;
}

@media (max-width: 991px) {
    .footer-map-section {
        display: flex;
        flex-direction: column;
    }
    .map-overlay-container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 0;
    }
    .map-glass-card {
        width: 100% !important;
        border-radius: 0;
        margin: 0;
        backdrop-filter: none;
        background: #0a0a0a;
        padding: 30px 20px !important;
    }
    .footer-map-container iframe {
        height: 350px !important;
    }
    .social-links-footer {
        justify-content: center;
        margin-top: 20px;
    }
}

.header-actions {
    display: flex !important;
    align-items: center !important;
    visibility: visible !important;
    gap: 20px !important;
}

/* ── Global Mobile Optimization ── */
@media (max-width: 767px) {
    .block {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .section-title,
    .block-title {
        margin-bottom: 20px !important;
    }
    h2 {
        font-size: 24px !important;
        line-height: 1.1 !important;
        margin-bottom: 10px !important;
    }
    h3 {
        font-size: 20px !important;
    }
    .section__text-background,
    .title-separator,
    .divider-sm,
    .divider-md,
    .divider-lg,
    .services__text-background {
        display: none !important;
    }
    header.page-header,
    .page-header {
        background: #111 !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        transform: none !important;
    }
    body {
        margin-top: 0 !important;
        padding-top: 58px !important;
    }
    body.home {
        padding-top: 0 !important;
    }
    .header-row-unified {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 8px 15px !important;
        flex-wrap: nowrap !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .navbar#slide-nav,
    #slide-nav {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        min-height: 0 !important;
    }
    .logo-main {
        height: auto !important;
        max-width: 120px !important;
        display: block !important;
    }
    .appointment-btn {
        display: flex !important;
        padding: 8px 12px !important;
        font-size: 11px !important;
        border-radius: 6px !important;
        background: #fede00 !important;
        color: #000 !important;
        font-weight: 800 !important;
        text-transform: uppercase !important;
        margin-right: 8px !important;
        border: 0 !important;
        white-space: nowrap !important;
        width: auto !important;
        box-shadow: 0 4px 10px rgba(254, 222, 0, 0.3) !important;
    }
}

/* ── Search Feature Styles ── */
.search-trigger-btn {
    background: none;
    border: none;
    color: #fff;
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.search-trigger-btn:hover {
    color: #fede00;
    transform: scale(1.1);
}

.search-trigger-btn i {
    font-size: 18px;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(15px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: none;
    border: none;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.3s ease;
}

.search-close:hover {
    color: #fede00;
    transform: rotate(90deg);
}

.search-overlay-content {
    width: 100%;
    max-width: 800px;
    padding: 0 30px;
    text-align: center;
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s 0.2s ease;
}

.search-overlay.active .search-overlay-content {
    transform: translateY(0);
    opacity: 1;
}

.search-form {
    position: relative;
    margin-bottom: 30px;
}

.search-form input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    font-size: 30px;
    font-weight: 500;
    padding: 15px 60px 15px 0;
    transition: border-color 0.3s ease;
}

.search-form input:focus {
    border-color: #fede00;
}

.search-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fede00;
    font-size: 30px;
    cursor: pointer;
}

.search-suggestions {
    color: #888;
    font-size: 16px;
}

.search-suggestions a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
}

.search-suggestions a:hover {
    color: #fede00;
    border-color: #fede00;
}

@media (max-width: 767px) {
    .search-trigger-btn {
        width: 25px;
        height: 32px;
    }
    .search-trigger-btn i {
        font-size: 16px;
    }
    .search-form input {
        font-size: 24px;
    }
    .search-close {
        top: 20px;
        right: 20px;
        font-size: 40px;
    }
}

/* ── WhatsApp Floating Button ── */
.whatsapp-float {
    position: fixed;
    bottom: 85px;
    right: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: translateY(-5px);
    background-color: #128c7e;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

@media (max-width: 767px) {
    .whatsapp-float {
        bottom: 80px;
        right: 15px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

/* ── Print Settings ── */
@media print {
    /* Hide everything except the print container */
    body > *:not(#print-only-container) {
        display: none !important;
    }
    #print-only-container {
        display: block !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        background: #fff !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Clean B&W Package Style */
    .promo01 {
        border: 2px solid #000 !important;
        margin: 0 auto !important;
        max-width: 500px !important; /* Scale to fit A4 neatly */
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        overflow: hidden !important;
        -webkit-print-color-adjust: economy !important;
        print-color-adjust: economy !important;
    }

    .promo01-header {
        background-color: #f0f0f0 !important; /* Light grey for subtle separation */
        border-bottom: 2px solid #000 !important;
        color: #000 !important;
        padding: 20px !important;
        text-align: center !important;
    }

    .promo01-header .text-02 {
        font-size: 18px !important;
        font-weight: 700 !important;
        color: #000 !important;
        text-transform: uppercase !important;
    }

    .promo01-content {
        background-color: #fff !important;
        color: #000 !important;
        padding: 30px !important;
        text-align: center !important;
    }

    .promo01-content .text-01 {
        font-size: 26px !important;
        font-weight: 800 !important;
        color: #000 !important;
        margin-bottom: 10px !important;
    }

    .promo01-content .text-02 {
        font-size: 15px !important;
        color: #222 !important;
        line-height: 1.5 !important;
    }

    .promo01 .icon-separator {
        margin-bottom: 10px !important;
    }

    .promo01 .icon-separator i {
        color: #000 !important;
        font-size: 35px !important;
    }

    /* Force all variants to consistent B&W */
    .promo01.colors-cheme-02 .promo01-header,
    .promo01.colors-cheme-02 .promo01-content {
        background-color: #fff !important;
        color: #000 !important;
        border: none !important;
    }

    /* Remove interactive UI from print */
    .btn, .print-promo, .slick-arrow, .slick-dots {
        display: none !important;
    }

    @page {
        size: A4;
        margin: 20mm;
    }
}
