
/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

.wow,
.animated {
    animation-duration: 2s !important;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.back-to-top:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 700 !important;
    font-family: 'Open', sans-serif !important;
}
.mb-0{
    font-weight: 800;
    font-size: 28px;
}
.mb-5{
    font-weight: 600;
    font-size: 35px;
}
.pb-4-ab{
    font-size: 25px;
    font-weight: 300;
}
.fa-ab2{
    padding-top: 3.5rem;
}
h4, h5, h6, .h4, .h5, .h6 {
    font-weight: 600 !important;
    font-family: 'Open', sans-serif !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*** Button Start ***/

.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 10px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary:hover {
    color: var(--bs-primary) !important;
    background: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.btn.btn-dark:hover {
    color: var(--bs-dark) !important;
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .topbar-inner {
    height: 45px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.7);
}
.topbar .topbar-inner1s {
    height: 45px;
    padding: 10px 15px;
    background: #f0ebe0;
}
.container1s{
    background: #faf7f2;
}
.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/
/* ========== OPTIMIZED TOPBAR - FULLY MOBILE RESPONSIVE ========== */
        /* Enhanced Topbar styles with mobile-first approach */
        .topbar {
            background: transparent;
            position: relative;
            z-index: 1030;
        }
        
        .topbar-inner {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(8px);
            padding: 8px 16px;
            border-bottom: 2px solid rgba(226, 92, 44, 0.15);
            transition: all 0.3s ease;
        }
        
        /* Mobile responsive topbar content */
        @media (max-width: 991.98px) {
            .topbar-inner {
                padding: 10px 12px;
            }
            
            .topbar .contact-info-mobile {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 12px;
                font-size: 12px;
            }
            
            .topbar .contact-item {
                font-size: 11px;
                white-space: nowrap;
            }
            
            .topbar .contact-item span {
                font-size: 11px;
            }
            
            .topbar .social-icons {
                justify-content: center;
                margin-top: 6px;
            }
            
            .topbar .social-icons a {
                font-size: 13px;
                padding: 0 8px;
            }
            
            .topbar .follow-text {
                font-size: 11px;
            }
        }
        
        @media (max-width: 576px) {
            .topbar-inner {
                padding: 8px 10px;
            }
            
            .topbar .contact-info-mobile {
                flex-direction: column;
                align-items: center;
                gap: 6px;
            }
            
            .topbar .contact-item {
                white-space: normal;
                text-align: center;
                font-size: 10px;
            }
            
            .topbar .contact-item i {
                font-size: 10px;
                margin-right: 4px;
            }
            
            .topbar .contact-item span {
                font-size: 10px;
            }
            
            .topbar .social-icons a {
                font-size: 11px;
                padding: 0 6px;
            }
            
            .topbar .social-wrapper {
                flex-direction: column;
                gap: 5px;
            }
        }
        
        /* Desktop layout remains clean */
        @media (min-width: 992px) {
            .topbar-inner {
                padding: 10px 20px;
            }
            
            .topbar .contact-item {
                font-size: 14px;
            }
            
            .topbar .contact-item i {
                font-size: 14px;
            }
        }
        
        /* Fix for container padding on mobile */
        @media (max-width: 768px) {
            .container-fluid.fixed-top .container {
                padding-left: 12px;
                padding-right: 12px;
            }
        }

        /* ===== MOBILE NAVBAR COLLAPSE SCROLL FIX ===== */
        @media (max-width: 991.98px) {
            #navbarCollapse {
                max-height: 75vh;
                overflow-y: auto;
                overflow-x: hidden;
                -webkit-overflow-scrolling: touch;
                border-radius: 0 0 10px 10px;
                padding: 10px 16px 16px;
                box-shadow: 0 8px 24px rgba(0,0,0,0.12);
            }
            /* Ensure nav links are tappable and spaced */
            #navbarCollapse .nav-link {
                padding: 10px 4px !important;
                border-bottom: 1px solid rgba(0,0,0,0.06);
            }
            #navbarCollapse .nav-link:last-child {
                border-bottom: none;
            }
        }
        
        /* Ensure navbar doesn't overlap content */
        .fixed-top {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1030;
        }
        
        /* Spacing for fixed header */
        body {
            padding-top: 0;
        }
        
        /* Adjust hero slider to account for fixed header */
        .hero-slider {
            margin-top: 0;
        }
        
        @media (max-width: 991px) {
            .hero-slider .slide {
                padding-top: 100px !important;
            }
        }
        
        /* ========== END OPTIMIZED TOPBAR ========== */
.container .ed1 {
                position: relative;
                z-index: 2;
                padding: 3rem;
                background: rgba(255, 255, 255, 0.7);
                border-bottom-right-radius: 10px;
                border-bottom-left-radius: 10px;
                
}
.ed1.splcontact{
    background: rgba(255, 255, 255, 1);
}

/*** Navbar Start ***/
.fixed-top {
    transition: .5s;
}

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.navbar .navbar-nav .nav-link {
    padding: 12px;
    color: var(--bs-dark);
    font-size: 17px;
    font-weight: 600;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar-collapse {
        background: transparent !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        background: var(--bs-light) !important;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-toggler {
    background: var(--bs-secondary);
    color: var(--bs-light) !important;
    padding: 10px 20px;
    border: 2px solid var(--bs-primary) !important;
    box-shadow: none !important;
}
/*** Navbar End ***/


/*** Hero Header ***/
/* =============================================
               HERO SLIDER — added, nothing else touched
               ============================================= */
            .hero-slider {
                position: relative;
                width: 100%;
                height: 100vh;
                overflow: hidden;
                margin-bottom: 6rem;   /* keeps same spacing as old hero-header */
            }

            .hero-slider .slide {
                position: absolute;
                inset: 0;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                opacity: 0;
                transition: opacity 1.2s ease-in-out;
                display: flex;
                align-items: center;
                padding-top: 15rem;    /* same as original hero-header */
                padding-bottom: 6rem;
            }

            .hero-slider .slide.active {
                opacity: 1;
                z-index: 1;
            }

            /* ── Add your own images here ── */
            .hero-slider .slide-1 { background-image: url('../img/test3.webp'); }
            .hero-slider .slide-2 { background-image: url('../img/test3a.webp'); }
            .hero-slider .slide-3 { background-image: url('../img/1.webp'); }

            /* dark overlay so text stays readable */
            .hero-slider .slide::before {
                content: '';
                position: absolute;
                inset: 0;
                background: rgba(0, 0, 0, 0.30);
            }

            /* content box — mirrors original .hero-header-inner */
            .hero-slider .slide .hero-header-inner {
                position: relative;
                z-index: 2;
                padding: 3rem;
                background: rgba(255, 255, 255, .5);
                border-radius: 8px;
            }

            /* slide-in animation on active slide */
            .hero-slider .slide.active .hero-header-inner {
                animation: heroSlideUp 0.8s ease forwards;
            }

            @keyframes heroSlideUp {
                from { opacity: 0; transform: translateY(35px); }
                to   { opacity: 1; transform: translateY(0); }
            }

            @media (max-width: 992px) {
                .hero-slider .slide { padding-top: 12rem; }
            }

            /* ── Prev / Next Arrows ── */
            .hero-slider .slider-arrow {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                z-index: 10;
                background: rgba(255, 255, 255, 0.20);
                border: 2px solid rgba(255, 255, 255, 0.70);
                color: #fff;
                width: 52px;
                height: 52px;
                border-radius: 50%;
                font-size: 1.5rem;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                transition: background 0.3s;
                backdrop-filter: blur(4px);
                line-height: 1;
            }

            .hero-slider .slider-arrow:hover {
                background: rgba(255, 255, 255, 0.40);
            }

            .hero-slider .slider-arrow.prev { left: 20px; }
            .hero-slider .slider-arrow.next { right: 20px; }

            /* ── Dot Indicators ── */
            .hero-slider .slider-dots {
                position: absolute;
                bottom: 28px;
                left: 50%;
                transform: translateX(-50%);
                z-index: 10;
                display: flex;
                gap: 10px;
            }

            .hero-slider .dot {
                width: 13px;
                height: 13px;
                border-radius: 50%;
                background: rgba(255, 255, 255, 0.45);
                cursor: pointer;
                border: 2px solid #fff;
                transition: background 0.3s, transform 0.3s;
            }

            .hero-slider .dot.active {
                background: #fff;
                transform: scale(1.3);
            }
            /* ============================================= */
/*** Hero Header ***/


/*** About Start ***/
.about a.btn.btn-light:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
    border: 0;
}
/*** About End ***/
/*** service Start ***/
.bg-primary-blue{
    background-color: #c0e9f5;
    border-radius: 20px;
}

.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-inner .service-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
    position: absolute;
    bottom: -100%; 
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
    background: var(--bs-primary);
    opacity: 0;
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
    bottom: 0;
    opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.service .service-item .service-inner .service-title .service-title-name {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
    opacity: 0;
}

.service .service-item .service-inner .service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.service .service-item .service-inner .service-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
    height: 100%;
    opacity: 1;
}

.service .service-item .service-inner .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
    transform: scale(1.3);
}
/*** Service End ***/

/* gala start*/

.service-slider * {
  box-sizing: border-box;
}

.service-slider {
  display: grid;
  place-items: center;
  
}

.service-slider ul {
  display: flex;
  width: calc(100% - 0rem);
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.service-slider li {
  padding: 0;
}

.service-slider img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.1s ease;
}

.service-slider ul:is(:hover, :focus-within) img {
  opacity: calc(0.1 + (var(--active-lerp, 0) * 0.9));
  filter: grayscale(calc(1 - var(--active-lerp, 0)));
}

.service-slider {
  --lerp-0: 1;
  --lerp-1: 0.5787037;
  --lerp-2: 0.2962963;
  --lerp-3: 0.125;
  --lerp-4: 0.037037;
  --lerp-5: 0.0046296;
  --lerp-6: 0;
}

.service-slider a {
  outline-offset: 4px;
}

.service-slider li {
  flex: calc(0.1 + (var(--active-lerp, 0) * 1));
  transition: flex 0.2s ease;
}

.service-slider li:is(:hover, :focus-within) {
  --active-lerp: var(--lerp-0);
  z-index: 7;
}

.service-slider li:has(+ li:is(:hover, :focus-within)),
.service-slider li:is(:hover, :focus-within) + li {
  --active-lerp: var(--lerp-1);
  z-index: 6;
}

.service-slider li:has(+ li + li:is(:hover, :focus-within)),
.service-slider li:is(:hover, :focus-within) + li + li {
  --active-lerp: var(--lerp-2);
  z-index: 5;
}

.service-slider li:has(+ li + li + li:is(:hover, :focus-within)),
.service-slider li:is(:hover, :focus-within) + li + li + li {
  --active-lerp: var(--lerp-3);
  z-index: 4;
}

.service-slider li:has(+ li + li + li + li:is(:hover, :focus-within)),
.service-slider li:is(:hover, :focus-within) + li + li + li + li {
  --active-lerp: var(--lerp-4);
  z-index: 3;
}

.service-slider li:has(+ li + li + li + li + li:is(:hover, :focus-within)),
.service-slider li:is(:hover, :focus-within) + li + li + li + li + li {
  --active-lerp: var(--lerp-5);
  z-index: 2;
}

.service-slider li:has(+ li + li + li + li + li + li:is(:hover, :focus-within)),
.service-slider li:is(:hover, :focus-within) + li + li + li + li + li + li {
  --active-lerp: var(--lerp-6);
  z-index: 1;
}
/* gala stop */

/* Project Item */
.new_id1{
    background-color: #f2e5d4;
    border-radius: 10px;
}
.text-primary { 
    color: var(--primary) !important;
 }
 
        .project-item,
        .project-item .project-img {
            position: relative;

        }

        .project-item .project-img a {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(255, 255, 255, .5);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            opacity: 0;
            transition: .5s;
        }

        .project-item:hover .project-img a {
            opacity: 1;
        }

        .project-item .project-title {
            position: absolute;
            top: 3rem;
            right: 0;
            bottom: 0;
            left: 3rem;
            border: 1px solid var(--light);
            border-radius: 8px;
            display: flex;
            align-items: flex-end;
            padding: 18px;
            z-index: -1;
            transition: .5s;
            background: var(--primary);
        }

        .project-item:hover .project-title {
            background: #fff;
            border-color: var(--primary);
        }

        .project-item .project-title h4 {
            transition: .5s;
        }

        .project-item:hover .project-title h4 {
            color: #333;
        }

        /* Carousel Nav */
        .project-carousel .owl-nav {
            margin-top: 25px;
            display: flex;
            justify-content: center;
            padding-top:30px ;
        }

        .project-carousel .owl-nav .owl-prev,
        .project-carousel .owl-nav .owl-next {
            margin: 0 12px;
            width: 45px;
            height: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            background: #ffffff;
            border-radius: 45px;
            font-size: 22px;
            transition: .5s;
        }

        .project-carousel .owl-nav .owl-prev:hover,
        .project-carousel .owl-nav .owl-next:hover {
            background: var(--primary);
            color: var(--light);
        }

        /* Badge label */
        .border.rounded.text-primary {
            border-color: var(--primary) !important;
        }
/*** Activities Start ***/
.activities .activities-item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 45px rgba(12, 18, 20, .08);
    transition: 0.5s;
}

.activities .activities-item:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a {
    background: var(--bs-light) !important;
    color: var(--bs-dark) !important;
}

.activities .activities-item:hover a:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** Activities End ***/


/*** Events Start ***/
.event-item img {
    transition: 0.5s;
}

.event .event-item a {
    transition: 0.5s;
}

.event-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}

.event-item a:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
    opacity: 0.5s;
}
/*** Events End ***/


/*** Sermon Start ***/
.sermon .sermon-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.sermon-item img {
    transition: 0.5s;
}

.sermon-item:hover img {
    transform: scale(1.2)
}

.sermon-item .sermon-meta a,
.sermon-item .sermon-meta a i {
    transition: 0.5s;
}

.sermon-item .sermon-meta a:hover,
.sermon-item .sermon-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Sermon End ***/


/*** Blog Start ***/
.blog-item {
    height: 100%;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.blog-item img {
    transition: 0.5s;
}

.blog-item:hover img {
    transform: scale(1.2)
}

.blog-item .blog-meta a,
.blog-item .blog-meta a i {
    transition: 0.5s;
}

.blog-item .blog-meta a:hover,
.blog-item .blog-meta a i:hover {
    color: var(--bs-primary) !important;
}
/*** Blog End ***/


/*** Team Start ***/
.team .team-img {
    height: 100%;
    padding: 25px;
    background: var(--bs-white);
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .team-item {
    position: relative;
    overflow: hidden;
}

.team .team-item img {
    transition: 0.5s;
}

.team .team-item:hover img {
    transform: scale(1.2);
}

.team .team-item .team-content {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   padding: 15px;
   transform: translateX(-50%, -50%);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: 0.5s;
}

.team .team-item:hover .team-content {
    opacity: 1;
    background: rgba(241, 193, 82, .7);
}
/*** Team End ***/


/*** testimonial Start ***/
.testimonial-item {
    background: #fbe1bb;
    padding: 40px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    margin-top: 6rem;
    background: #2c2c2c;
}

.footer .footer-item p {
    font-size: 16px;
    line-height: 35px;
}

.footer .border-top,
.footer .border-bottom {
    border-color: rgba(255, 255, 255, .08) !important;
}

.footer button {
    border: 0;
    transition: 0.5s;
}

.footer button:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.footer-item a.btn.btn-light:hover {
    background: var(--bs-primary);
    color: var(--bs-dark) !important;
    border: var(--bs-primary);
}

.footer-item a,
.footer-item a i {
    transition: 0.5s;
}

.footer-item a:hover,
.footer-item a i:hover {
    color: var(--bs-primary) !important;
}
/* ===== MEGA MENU ===== */
.nav-menu{list-style:none; margin:0; padding:0;}
.nav-item{position:relative;display:inline-block;}
.nav-item>a{color:#fff;text-decoration:none;font-size:17px;font-weight:500;padding:10px 15px;}

/* Desktop mega box */
.mega-box{
    position:absolute;
    top:100%;
    left:-300%;
    width:760px;
    background:#faf7f2;
    display:none;
    border-radius:10px;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
    padding:25px;
    padding-bottom:50px;
    z-index: 9999;
}
.mega:hover .mega-box{display:flex;}
.mega-left{width:32%;border-right:1px solid #e6e6e6;list-style:none; padding:0; margin:0;}
.mega-left li{padding:14px 16px;cursor:pointer;font-size:18px;color:#333;transition:.3s;}
.mega-left li:hover{background:#e2c292;color:#ff9900;border-radius:6px;}
.mega-right{width:68%;padding-left:30px;}
.content{display:none;}
.content.show{display:block;}
.content h5{font-size:17px;color:#ff9900;margin-bottom:12px;}
.content a{display:block;text-decoration:none;color:#555;font-size:18px;padding:6px 0;transition:.3s;padding-left:40px;}
.content a:hover{color:#ff9900;padding-left:60px;}

/* ===== MEGA MENU MOBILE (< 992px) ===== */
@media (max-width: 991.98px) {
    .nav-menu { display: block; width: 100%; padding: 0; }
    .nav-item { display: block; position: relative; }
    .nav-item > a { color: #333; padding: 10px 0; display: block; }

    /* Services toggle button */
    .mega > a,
    .services-toggle { 
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 4px;
        color: #333;
        font-size: 17px;
        font-weight: 600;
        cursor: pointer;
        width: 100%;
        text-decoration: none;
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }
    /* "Back to Menu" close button inside mega-box */
    .mega-close-btn {
        font-size: 13px;
        font-weight: 600;
        border-radius: 6px !important;
        padding: 7px 14px !important;
    }

    /* Mobile mega-box: full-width, stacked */
    .mega-box {
        position: static;
        width: 100%;
        left: auto;
        top: auto;
        display: none;
        flex-direction: column;
        border-radius: 8px;
        padding: 12px;
        margin-top: 4px;
        box-shadow: 0 4px 16px rgba(0,0,0,.10);
    }
    .mega.open .mega-box { display: flex !important; }

    /* Stack left + right vertically */
    .mega-left {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .mega-left li {
        padding: 8px 12px;
        font-size: 13px;
        background: #fff;
        border: 1px solid #e2c292;
        border-radius: 20px;
        color: #333;
        cursor: pointer;
    }
    .mega-left li.active-tab,
    .mega-left li:hover { background: #e2c292; color: #c47000; }

    .mega-right { width: 100%; padding-left: 0; }
    .content { padding: 4px 0; }
    .content h5 { font-size: 15px; margin-bottom: 8px; }
    .content a { font-size: 14px; padding: 5px 0 5px 16px; }
    .content a:hover { padding-left: 24px; }
}


/*** Footer End ***/

/*** WhatsApp Float Button ***/
.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 92px; /* sits just above the back-to-top button */
    width: 50px;
    height: 50px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
    z-index: 99;
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.55);
    color: #fff !important;
}
.whatsapp-float i { line-height: 1; }
/*** WhatsApp Float Button End ***/


/*** testimonial Start ***/
.testimonial-item {
    background: #fbe1bb;
    padding: 40px;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 40px;
    background: var(--bs-primary);
    color: var(--bs-dark);
    font-size: 22px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.testimonial-carousel .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}
/*** testimonial End ***/
