/* =========================================================
   ABOUT US V5
========================================================= */

   .about-page-wrap{
        position: relative;
        overflow: hidden;

    }

    .about-story-section-new{
        padding: 90px 0 40px;

    }

    .about-story-left{
        padding-right: 30px;
    }

    .about-story-sub{
        display: inline-block;
        font-size: 12px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #7da2c4;
        margin-bottom: 15px;
    }

    .about-story-heading{
        font-size: clamp(36px, 4vw, 58px);
        line-height: 1.1;
        letter-spacing: -0.02em;
        color: #2b2f38;
        margin-bottom: 25px;
    }

    .about-story-columns{
        display: flex;
        gap: 30px;
        margin-bottom: 25px;
    }

    .about-story-text{
        font-size: 16px;
        line-height: 1.9;
        color: #5f6472;
        flex: 1;
    }

    .about-readmore-text{
        font-size: 15px;
        line-height: 1.9;
        color: #5f6472;
    }

    .about-readmore-text.is-collapsed{
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .about-btn{
        margin-top: 15px;
        display: inline-block;
        padding: 12px 22px;
        border-radius: 25px;
        background: #7da2c4;
        color: #fff;
        font-size: 13px;
        border: none;
        transition: all 0.3s ease;
    }

    .about-btn:hover{
        opacity: 0.92;
    }

    .about-story-images{
        padding-left: 30px;
    }

.about-main-image{
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.about-main-caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 18px 22px;

    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.04em;

background: linear-gradient(
    180deg,
    rgba(255,255,255,0) 0%,
    rgba(180, 210, 240, 0.08) 45%,
    rgba(120, 150, 190, 0.18) 70%,
    rgba(60, 80, 110, 0.35) 100%
);

    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);

    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.about-main-caption{
    opacity: 0.95;
}

@media (min-width: 768px){
    .about-main-caption{
        opacity: 0.85;
    }

    .about-main-image:hover .about-main-caption{
        opacity: 1;
    }
}

    .about-main-image img{
        width: 100%;
        height: 420px;
        object-fit: cover;
        border-radius: 24px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
        transition: transform 0.4s ease, opacity 0.3s ease;
        display: block;
    }

    .about-main-image:hover img{
        transform: scale(1.02);
    }

    .about-thumb-row{
        display: flex;
        gap: 15px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .about-thumb-row img{
        width: 90px;
        height: 90px;
        object-fit: cover;
        border-radius: 16px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .about-thumb-row img:hover{
        transform: translateY(-4px);
    }

    .about-thumb-row img.is-active{
        outline: 2px solid #7da2c4;
        outline-offset: 2px;
    }

    .about-values-section-modern{
        padding: 0px 0 0px;
        background: #eaedf5;
    }

    .about-values-head-modern{
        max-width: 760px;
        margin: 0 auto 42px;
    }

    .about-values-head-modern .sub-title{
        display: inline-block;
        font-size: 12px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #8b6aa7;
        margin-bottom: 14px;
    }

    .about-values-head-modern h2{
        font-size: clamp(32px, 3vw, 48px);
        line-height: 1.14;
        letter-spacing: -0.02em;
        color: #2b2f38;
        margin-bottom: 14px;
    }

    .about-values-head-modern p{
        max-width: 700px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.9;
        color: #666d7b;
    }

    .about-value-card-modern{
        height: 100%;
        padding: 30px 26px;
        border-radius: 24px;
        background: rgba(255,255,255,0.82);
        border: 1px solid rgba(214, 221, 232, 0.9);
        box-shadow: 0 12px 28px rgba(41, 51, 73, 0.05);
        transition: all 0.3s ease;
    }

    .about-value-card-modern:hover{
        transform: translateY(-6px);
        box-shadow: 0 18px 34px rgba(41, 51, 73, 0.09);
    }

    .about-value-icon-modern{
        width: 58px;
        height: 58px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
        background: linear-gradient(135deg, rgba(214,164,255,0.20) 0%, rgba(233,224,247,0.75) 100%);
        color: #8b6aa7;
        font-size: 22px;
    }

    .about-value-card-modern h4{
        font-size: 24px;
        line-height: 1.25;
        color: #2b2f38;
        margin-bottom: 14px;
    }

    .about-value-card-modern p{
        font-size: 15px;
        line-height: 1.9;
        color: #66707f;
        margin-bottom: 0;
    }

    .about-quote-section{
        padding: 35px 0 30px;
    }

    .about-quote-box{
        position: relative;
        overflow: hidden;
        text-align: center;
        padding: 55px 35px;
        border-radius: 30px;
        background:
            radial-gradient(circle at left top, rgba(214,164,255,0.18) 0%, rgba(214,164,255,0) 36%),
            radial-gradient(circle at right bottom, rgba(147,197,253,0.16) 0%, rgba(147,197,253,0) 34%),
            linear-gradient(180deg, #fcfbfe 0%, #f5f8fd 100%);
        box-shadow: 0 20px 45px rgba(64, 72, 96, 0.08);
        border: 1px solid rgba(227,232,242,0.92);
    }

    .about-quote-mark{
        font-size: 54px;
        line-height: 1;
        color: rgba(139,106,167,0.28);
        margin-bottom: 10px;
        font-family: Georgia, serif;
    }

    .about-quote-text{
        font-size: clamp(24px, 3vw, 36px);
        line-height: 1.5;
        color: #3f4654;
        font-family: "Cormorant", serif;
        margin-bottom: 12px;
    }

    .about-quote-author{
        color: #7a8090;
        font-size: 14px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
    
   
   
   
   
   
   
   
    
.about-timeline-section-modern{
    padding: 75px 0 70px;
    background: linear-gradient(180deg, #fff 0%, #eaedf5 100%);
}

.about-section-head-modern{
    max-width: 760px;
    margin: 0 auto 52px;
}

.about-section-head-modern .sub-title{
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8b6aa7;
    margin-bottom: 14px;
}

.about-section-head-modern h2{
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1.14;
    letter-spacing: -0.02em;
    color: #2b2f38;
    margin-bottom: 14px;
}

.about-section-head-modern p{
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.9;
    color: #666d7b;
}

.timeline-slider-wrap{
    position: relative;
    padding: 0 58px;
}

.timeline-top-nav-wrap{
    position: relative;
    margin: 0 auto 34px;
    padding: 10px 0 0;
}

.timeline-top-nav-line{
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(139,106,167,0.18) 0%,
        rgba(139,106,167,0.30) 50%,
        rgba(125,162,196,0.20) 100%
    );
    border-radius: 999px;
}

.timeline-top-nav{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    z-index: 2;
}

.timeline-top-nav-item{
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    padding: 0;
    min-width: 70px;
    cursor: pointer;
}

.timeline-top-nav-year{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8f97a6;
    transition: all 0.28s ease;
}

.timeline-top-nav-dot{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d8dce5;
    border: 4px solid #ffffff;
    box-shadow: 0 6px 16px rgba(41, 51, 73, 0.08);
    transition: all 0.28s ease;
}

.timeline-top-nav-item.is-active .timeline-top-nav-year{
    color: #8b6aa7;
    transform: translateY(-1px);
}

.timeline-top-nav-item.is-active .timeline-top-nav-dot{
    background: #9f7aea;
    box-shadow: 0 10px 24px rgba(159,122,234,0.28);
    transform: scale(1.12);
}

.timeline-slider-track{
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 24px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.timeline-slider-track::-webkit-scrollbar{
    display: none;
}

.timeline-slide{
    flex: 0 0 calc(33.333% - 15px);
    min-width: calc(33.333% - 15px);
    scroll-snap-align: start;
}

.timeline-slide-card{
    height: 100%;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(220,227,237,0.85);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 14px 16px rgba(41, 51, 73, 0.08);
    transition: all 0.3s ease;
}

.timeline-slide-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 16px 14px rgba(41, 51, 73, 0.10);
}

.timeline-slide-image{
    position: relative;
    overflow: hidden;
}

.timeline-slide-image img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.timeline-slide-card:hover .timeline-slide-image img{
    transform: scale(1.03);
}

.timeline-slide-body{
    padding: 24px 22px 24px;
}

.timeline-slide-year{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(214,164,255,0.18) 0%, rgba(233,224,247,0.88) 100%);
    color: #8b6aa7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.timeline-slide-body h4{
    font-size: 24px;
    line-height: 1.25;
    color: #2b2f38;
    margin-bottom: 10px;
}

.timeline-slide-body p{
    font-size: 15px;
    line-height: 1.85;
    color: #66707f;
    margin-bottom: 0;
}

.timeline-slider-arrow{
    position: absolute;
    top: calc(50% + 35px);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1px solid rgba(214, 221, 232, 0.95);
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: #7d8ea4;
    box-shadow: 0 10px 24px rgba(41, 51, 73, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
}

.timeline-slider-arrow:hover{
    background: #ffffff;
    color: #8b6aa7;
    transform: translateY(-50%) scale(1.04);
}

.timeline-slider-arrow-prev{
    left: 0;
}

.timeline-slider-arrow-next{
    right: 0;
}

@media (max-width: 1199px){
    .timeline-slide{
        flex: 0 0 calc(50% - 11px);
        min-width: calc(50% - 11px);
    }
}

@media (max-width: 767px){
    .about-timeline-section-modern{
        padding: 55px 0 50px;
    }

    .about-section-head-modern{
        margin-bottom: 34px;
    }

    .about-section-head-modern h2{
        line-height: 1.2;
    }

    .about-section-head-modern p{
        font-size: 15px;
        line-height: 1.8;
    }

    .timeline-slider-wrap{
        padding: 0;
    }

    .timeline-top-nav-wrap{
        margin-bottom: 26px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .timeline-top-nav-wrap::-webkit-scrollbar{
        display: none;
    }

    .timeline-top-nav{
        width: max-content;
        min-width: 100%;
        gap: 24px;
        padding: 0 4px;
    }

    .timeline-top-nav-line{
        left: 0;
        right: 0;
        min-width: 100%;
    }

    .timeline-slider-arrow{
        display: none;
    }

    .timeline-slide{
        flex: 0 0 86%;
        min-width: 86%;
    }

    .timeline-slide-image img{
        height: 200px;
    }

    .timeline-slide-body{
        padding: 22px 18px 22px;
    }

    .timeline-slide-body h4{
        font-size: 21px;
    }
}

@media (max-width: 480px){
    .timeline-slide{
        flex: 0 0 98%;
        min-width: 98%;
    }
}

@media (max-width: 480px){
    .timeline-journey{
        padding-left: 44px;
    }

    .timeline-journey::before{
        left: 14px;
    }

    .timeline-journey-dot{
        left: -34px;
    }

    .timeline-journey-top{
        flex-direction: column;
    }

    .timeline-journey-image img{
        width: 100%;
        max-width: 160px;
        height: 140px;
    }
}

    .timeline-modern-content p{
        font-size: 15px;
        line-height: 1.9;
        color: #66707f;
        margin-bottom: 0;
    }

.testimonial-section-modern{
    padding: 55px 0 40px;
}

.testimonial-slider-wrap{
    position: relative;
}

.testimonial-slider-track{
    display: flex;
    gap: 22px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding-bottom: 18px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.testimonial-slider-track::-webkit-scrollbar{
    display: none;
}

.testimonial-slide{
    flex: 0 0 calc(33.333% - 15px);
    min-width: calc(33.333% - 15px);
    scroll-snap-align: start;
}

.testimonial-card-modern{
    height: 100%;
    padding: 26px 22px;
    border-radius: 26px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(220,227,237,0.85);
    box-shadow: 0 10px 16px rgba(41, 51, 73, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card-modern:hover{
    transform: translateY(-4px);
    box-shadow: 0 14px 16px rgba(41, 51, 73, 0.12);
}

.testimonial-top{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.testimonial-avatar{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    background: #e9eef5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #7d8ea4;
}

.testimonial-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-meta{
    flex: 1;
}

.testimonial-name{
    font-size: 16px;
    font-weight: 700;
    color: #2b2f38;
}

.testimonial-location{
    font-size: 13px;
    color: #8f97a6;
}

.testimonial-rating{
    margin-bottom: 12px;
}

.testimonial-rating .fa{
    font-size: 14px;
    color: #f4c150;
    margin-right: 2px;
}

.testimonial-text{
    font-size: 18px;
    line-height: 1.6;
    color: #5f6776;
    font-family: "Cormorant", serif;
}

    .about-cta-section{
        padding: 45px 0 80px;
    }

    .about-cta-box{
        position: relative;
        overflow: hidden;
        border-radius: 30px;
        padding: 48px 38px;
        text-align: center;
        background:
            radial-gradient(circle at left center, rgba(214,164,255,0.16) 0%, rgba(214,164,255,0) 30%),
            radial-gradient(circle at right center, rgba(147,197,253,0.15) 0%, rgba(147,197,253,0) 30%),
            linear-gradient(180deg, #ffffff 0%, #f6f8fd 100%);
        box-shadow: 0 20px 45px rgba(64, 72, 96, 0.08);
        border: 1px solid rgba(227,232,242,0.92);
    }

    .about-cta-box h2{
        font-size: clamp(28px, 3vw, 40px);
        line-height: 1.18;
        color: #1e2230;
        margin-bottom: 14px;
    }

    .about-cta-box p{
        max-width: 720px;
        margin: 0 auto 24px;
        color: #656d7b;
        font-size: 16px;
        line-height: 1.85;
    }

    .about-cta-actions{
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    .about-cta-actions .btn-style-one,
    .about-cta-actions .btn-style-two{
        min-width: 180px;
        border-radius: 999px;
        text-align: center;
    }
    
        /* Top Curve */
.td-services-curved-top{
    height: 80px;
    background: #eaedf5;
    border-top-left-radius: 10% 100%;
    border-top-right-radius: 10% 100%;
}


    /* Bottom Curve */
.td-services-curved-bottom{
    height: 80px;
    background: #eaedf5;
    border-bottom-left-radius: 10% 100%;
    border-bottom-right-radius: 10% 100%;
}

.td-services-curved-inner{

    position: relative;
    margin-top: -60px;
    padding-top: 60px;
    z-index: 1;
}
    
    @media (max-width: 1199px){
    .testimonial-slide{
        flex: 0 0 calc(50% - 11px);
        min-width: calc(50% - 11px);
    }
}

    @media (max-width: 991px){
        .about-values-section-modern{
            padding: 20px 0 55px;
        }

        .about-values-head-modern{
            margin-bottom: 32px;
        }
    }

    @media (max-width: 768px){
        .about-story-columns{
            flex-direction: column;
        }

        .about-story-left{
            padding-right: 0;
            margin-bottom: 30px;
        }

        .about-story-images{
            padding-left: 0;
        }

        .about-main-image img{
            height: 300px;
        }
    }

    @media (max-width: 767px){
        
        .about-values-head-modern h2,
        .about-section-head-modern h2,
        .about-section-head h2,
        .about-cta-box h2{
            line-height: 1.2;
        }

        .about-values-head-modern p,
        .about-section-head-modern p,
        .about-section-head p,
        .about-cta-box p{
            font-size: 15px;
            line-height: 1.8;
        }

        .about-value-card-modern{
            padding: 24px 20px;
            border-radius: 20px;
        }

        .about-value-card-modern h4{
            font-size: 21px;
        }

        .about-quote-box{
            padding: 38px 20px;
        }

        .about-quote-text{
            font-size: 26px;
        }

        .about-timeline-section-modern{
            padding: 55px 0 50px;
        }

        .about-section-head-modern{
            margin-bottom: 34px;
        }

        .timeline-modern-item{
            grid-template-columns: 1fr;
            gap: 10px;
            margin-bottom: 20px;
        }

        .timeline-modern-year{
            padding-top: 0;
            padding-left: 4px;
        }

        .timeline-modern-card{
            padding: 20px;
            border-radius: 22px;
        }

        .timeline-modern-top{
            gap: 14px;
        }

        .timeline-modern-image img{
            width: 62px;
            height: 62px;
            border-radius: 16px;
        }

         .testimonial-slide{
        flex: 0 0 86%;
        min-width: 86%;
    }

    .testimonial-card-modern{
        padding: 22px 18px;
    }

    .testimonial-text{
        font-size: 15px;
    }
    
    /* Bottom Curve */
    .td-services-curved-bottom{
    height: 60px;
    background: #eaedf5;
    border-bottom-left-radius: 40% 80%;
    border-bottom-right-radius: 40% 80%;
    }
    
    /* Top Curve */
    .td-services-curved-top{
    height: 60px;
    background: #eaedf5;
    border-top-left-radius: 40% 80%;
    border-top-right-radius: 40% 80%;
    }
    
    .about-values-section-modern{
        position: relative;
        z-index: 2;
    }
        .about-values-section-modern{
        padding-top: 1px; /* reduces space above */
    }

    .about-values-head-modern{
        transform: translateY(-55px); /* moves text into curve */
    }

}

    @media (max-width: 480px){
        .about-story-section-new{
            padding-top: 65px;
        }

        .about-main-image img{
            height: 270px;
        }

        .about-thumb-row img{
            width: 72px;
            height: 72px;
            border-radius: 14px;
        }

        .about-value-card-modern,
        .timeline-modern-card,
        .about-quote-box,
        .about-cta-box,
        .testimonial-section-modern .inner-box{
            border-radius: 22px;
        }

        .about-cta-actions{
            flex-direction: column;
        }

        .about-cta-actions .btn-style-one,
        .about-cta-actions .btn-style-two{
            width: 100%;
        }
        .testimonial-slide{
        flex: 0 0 90%;
        min-width: 90%;
        }
        
    /* Bottom Curve */
    .td-services-curved-bottom{
    height: 60px;
    background: #eaedf5;
    border-bottom-left-radius: 40% 80%;
    border-bottom-right-radius: 40% 80%;
    }
}
    

/* =========================================================
   BLOGS LISTING V5
========================================================= */
 
    .bl-service-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 10;
    transition: transform 0.3s ease;
}

.bl-service-badge.bl-badge-green {
    background-color: #28a745;
}

.bl-service-badge.bl-badge-orange {
    background-color: #fd7e14;
}

.bl-service-badge i {
    margin-right: 5px;
}

/* Move second badge slightly lower */
.bl-service-badge:nth-child(2) {
    top: 45px;
}
.bl-card-img-wrapper {
    overflow: hidden;
}

.bl-card-img-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.4s ease;
}

.bl-card-img-wrapper:hover img {
    transform: scale(1.08);
}
.bl-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.4; /* slightly taller */
    margin-bottom: 10px; /* gives breathing room */
}
.card.bl-event-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
}

.card.bl-event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.bl-card-body .fa-user-circle,
.bl-card-body .fa-tags,
.bl-card-body .fa-calendar-alt {
    color: #43a4f7; /* soft blue, same family as buttons */
}
.bl-shop-sidebar .bl-sidebar-search .bl-search-form .bl-form-group button {
  right: 125px !important;
}
.bl-blog-details__text-2 ul {
    list-style: none;
    padding-left: 1.2rem;
    margin-left: 0;
}

.bl-blog-details__text-2 ul li {
    position: relative;
    margin-bottom: 0.6rem;
}

/* Replace the bullet with a Font Awesome icon */
.bl-blog-details__text-2 ul li::before {
    content: "\f111"; /* Font Awesome circle icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #071e30; /* pick any colour */
    position: absolute;
    left: -1.2rem;
    top: 0.05rem;
    font-size: 0.5rem;
}

.bl-strong,
.bl-strong-tag strong {
    color: #000;
    font-weight: 700 !important;
} 

.bl-shop-sidebar .bl-sidebar-search .bl-search-form .bl-form-group{
  display:flex !important;
  gap: 5px;
  align-items: center;
}

.bl-shop-sidebar .bl-sidebar-search .bl-search-form .bl-form-group input[type="search"]{
  flex: 1 1 auto;
  min-width: 0;
}

.bl-shop-sidebar .bl-sidebar-search .bl-search-form .bl-form-group button{
  flex: 0 0 49px;
  width: 49px;
  height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: static !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bl-blog-search-hero-section{
    padding: 0 0 24px;
}

.bl-blog-search-hero-box{
    background: #f5f7fb;
    border: 1px solid #e1e8f0;
    border-radius: 24px;
    padding: 28px 28px 20px;
    box-shadow: 0 12px 35px rgba(17, 34, 68, 0.06);
}

.bl-blog-search-hero-head{
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e9f1;
}

.bl-blog-search-hero-head h3{
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #132238;
    margin-bottom: 8px;
}

.bl-blog-search-hero-head p{
    margin: 0;
    font-size: 16px;
    color: #5f6f82;
}

.bl-blog-search-label{
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #22344b;
}

.bl-blog-search-input-group{
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 56px;
    background: #fff;
    border: 1px solid #d8e2ee;
    border-radius: 18px;
    overflow: hidden;
    background-color: #eaedf5;
}

.bl-blog-search-input-icon{
    width: 54px;
    min-width: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7b8ba1;
    font-size: 18px;
    background-color: #eaedf5;
}

.bl-blog-icon-background {
    color: #000;
    background-color: #eaedf5;
}

.bl-blog-search-input-group input{
    border: 0 !important;
    box-shadow: none !important;
    height: 56px !important;
    padding: 0 14px 0 8px;
    font-size: 16px;
    background: transparent;
}

.bl-blog-search-btn{
    min-width: 120px;
    border: 0;
    background: #2f6fe4;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 0 20px;
    transition: all 0.25s ease;
}

.bl-blog-search-btn:hover{
    background: #235fd0;
}

.bl-blog-search-select{
    height: 56px;
    border-radius: 18px;
    border: 1px solid #d8e2ee;
    padding-left: 16px;
    font-size: 16px;
    box-shadow: none !important;
}

.bl-blog-advanced-toggle-btn{
    height: 56px;
    border: 0;
    border-radius: 18px;
    background: #96b3cc;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.25s ease;
    margin-top: 36px;
}

.bl-blog-advanced-toggle-btn:hover{
    background: #7f9fbb;
}

.bl-blog-reset-link{
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #5b6f86;
    text-decoration: none;
}

.bl-blog-reset-link:hover{
    color: #2f6fe4;
    text-decoration: underline;
}

.bl-blog-search-summary-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.bl-blog-search-count-pill{
    display: inline-flex;
    align-items: center;
    padding: 11px 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dbe5ef;
    color: #4f6178;
    font-size: 14px;
    font-weight: 600;
}

.bl-blog-search-help-link{
    color: #6a7d92;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.bl-blog-search-help-link:hover{
    color: #2f6fe4;
}

.bl-blog-advanced-search-panel{
    margin-top: 20px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dde6f0;
    border-radius: 20px;
}

.bl-blog-advanced-search-panel .form-label{
    font-size: 13px;
    font-weight: 700;
    color: #31465f;
    margin-bottom: 6px;
}

.bl-blog-advanced-search-panel .form-control,
.bl-blog-advanced-search-panel .form-select{
    height: 48px;
    border-radius: 14px;
    border: 1px solid #d7e1ec;
    box-shadow: none !important;
}

.bl-blog-filter-reset-btn{
    border-radius: 14px;
    border: 1px solid #d7e1ec;
    background: #f8fafc;
    color: #334a62;
    font-weight: 600;
}

@media (max-width: 991.98px){
    .bl-blog-search-hero-head h3{
        font-size: 28px;
    }
    .bl-blog-icon-background {
    color: #000;
    background-color: #eaedf5;
    margin-top: 4px;
    padding-left: 4px;
    }
}

@media (max-width: 767.98px){
    .bl-blog-search-hero-box{
        padding: 22px 18px 18px;
        border-radius: 20px;
    }

    .bl-blog-search-input-group{
        flex-wrap: wrap;
        height: auto;
    }

    .bl-blog-search-input-icon{
        height: 54px;
    }

    .bl-blog-search-input-group input{
        width: calc(100% - 0px);
        min-width: 0;
    }

    .bl-blog-search-btn{
        width: 100%;
        min-width: 100%;
        height: 52px;
    }

    .bl-blog-search-summary-row{
        flex-direction: column;
        align-items: flex-start;
    }
    


    .bl-blog-search-input-group{
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    /* icon button */
    .bl-blog-search-input-group > button:first-child{
        flex: 0 0 24px;
        width: 24px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        background-color: #eaedf5;
    }

    /* input */
    .bl-blog-search-input-group input{
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
    }

    /* push main search button below */
    .bl-blog-search-input-group .bl-blog-search-btn{
        width: 100%;
    }

    /* allow wrapping so button drops below */
    .bl-blog-search-input-group{
        flex-wrap: wrap;
    }
}
.bl-blog-results-toolbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.bl-blog-results-left h5{
    font-size: 18px;
    font-weight: 700;
    color: #1c2e44;
}

.bl-blog-view-switch{
    display: flex;
    gap: 8px;
    background: #f1f5f9;
    padding: 6px;
    border-radius: 12px;
}

.bl-blog-view-switch .bl-view-btn{
    border: 0;
    background: transparent;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 16px;
    color: #5c6f86;
    transition: all 0.2s ease;
}

.bl-blog-view-switch .bl-view-btn.active{
    background: #2f6fe4;
    color: #fff;
}

/* LIST VIEW */
.bl-blog-list-view .bl-blog-item{
    flex: 0 0 100%;
    max-width: 100%;
}

.bl-blog-list-view .bl-event-card{
    flex-direction: row;
    display: flex;
    height: 100%;
}

.bl-blog-list-view .bl-card-img-wrapper{
    width: 260px;
    min-width: 260px;
    height: auto;
}

.bl-blog-list-view .bl-card-img-wrapper img{
    height: 100%;
}

.bl-blog-list-view .bl-card-body{
    padding: 20px;
}

/* TIMELINE VIEW */
.bl-blog-timeline-view{
    position: relative;
}

.bl-blog-timeline-view::before{
    content: "";
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #2f6fe4, #8fb3ff);
    opacity: 0.3;
}

.bl-blog-timeline-view .bl-blog-item{
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-left: 70px;
}

/* timeline dot */
.bl-blog-timeline-view .bl-blog-item::before{
    content: "";
    position: absolute;
    left: 16px;
    top: 28px;
    width: 16px;
    height: 16px;
    background: #2f6fe4;
    border-radius: 50%;
    box-shadow: 0 0 0 6px #eaf1ff;
}

/* card styling */
.bl-blog-timeline-view .bl-event-card{
    display: flex;
    flex-direction: row;
    border-radius: 18px;
    overflow: hidden;
}

/* image left */
.bl-blog-timeline-view .bl-card-img-wrapper{
    width: 240px;
    min-width: 240px;
    height: auto;
}

.bl-blog-timeline-view .bl-card-img-wrapper img{
    height: 100%;
}

/* content */
.bl-blog-timeline-view .bl-card-body{
    padding: 22px 24px;
}

/* title bigger in timeline */
.bl-blog-timeline-view .bl-blog-card-title{
    font-size: 24px;
}

/* subtle hover lift */
.bl-blog-timeline-view .bl-event-card:hover{
    transform: translateY(-4px);
}

/* MOBILE TIMELINE */
@media (max-width: 767px){

    .bl-blog-timeline-view::before{
        left: 12px;
    }

    .bl-blog-timeline-view .bl-blog-item{
        padding-left: 40px;
    }

    .bl-blog-timeline-view .bl-blog-item::before{
        left: 4px;
    }

    .bl-blog-timeline-view .bl-event-card{
        flex-direction: column;
    }

    .bl-blog-timeline-view .bl-card-img-wrapper{
        width: 100%;
        min-width: 100%;
        height: 200px;
    }
}
/* MOBILE */
@media (max-width: 767px){
    .bl-blog-list-view .bl-event-card{
        flex-direction: column;
    }

    .bl-blog-list-view .bl-card-img-wrapper{
        width: 100%;
        min-width: 100%;
        height: 200px;
    }
}
.card.bl-event-card{
    border: none;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(17, 34, 68, 0.08);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
}

.card.bl-event-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(17, 34, 68, 0.12);
}

.bl-card-img-wrapper{
    overflow: hidden;
    background: #eef3f8;
}

.bl-card-img-wrapper img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.4s ease;
}

.bl-card-body{
    padding: 22px 22px 20px;
}

.bl-blog-card-meta{
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bl-blog-card-meta li{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #5f6f82;
}

.bl-blog-card-meta li i{
    font-size: 14px;
    color: #43a4f7;
    margin-top: 4px;
    min-width: 14px;
}

.bl-blog-card-meta li span{
    display: block;
}

.bl-blog-meta-categories span{
    word-break: break-word;
}

.bl-blog-card-title{
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    color: #162739;
    margin-bottom: 12px;
}

.bl-blog-card-excerpt{
    font-size: 15px;
    line-height: 1.75;
    color: #607286;
    margin-bottom: 0;
}

.bl-blog-read-btn{
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 600;
}

.bl-blog-list-view .bl-card-body{
    padding: 24px;
}

.bl-blog-list-view .bl-blog-card-title{
    font-size: 24px;
}

.bl-blog-list-view .bl-blog-card-excerpt{
    font-size: 15px;
}

@media (max-width: 767px){
    .bl-card-body{
        padding: 18px 18px 16px;
    }

    .bl-blog-card-title{
        font-size: 19px;
    }

    .bl-blog-card-excerpt{
        font-size: 14px;
        line-height: 1.7;
    }
}
/* TIMELINE MONTH HEADING */
.bl-blog-timeline-group{
    margin: 10px 0 5px;
    position: relative;
}

.bl-blog-timeline-heading{
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 48px;
    margin-bottom: 18px;
}

.bl-blog-timeline-heading span{
    background: #eef4ff;
    color: #2f6fe4;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 999px;
}

/* align with timeline line */
.bl-blog-timeline-view .bl-blog-timeline-heading{
    position: relative;
}

.bl-blog-timeline-view .bl-blog-timeline-heading::before{
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 14px;
    height: 14px;
    background: #2f6fe4;
    border-radius: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 6px #eaf1ff;
}

/* connector line from dot to label */
.bl-blog-timeline-view .bl-blog-timeline-heading::after{
    content: "";
    position: absolute;
    left: 30px;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #2f6fe4;
    opacity: 0.4;
}

.bl-blog-timeline-heading span{
    background: #eef4ff;
    color: #2f6fe4;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(47,111,228,0.08);
}

/* MOBILE */
@media (max-width: 767px){
    .bl-blog-timeline-heading{
        padding-left: 40px;
    }

    .bl-blog-timeline-view .bl-blog-timeline-heading::before{
        left: 4px;
    }
}

/* =========================================================
   BLOGS DETAILED SHOW V5
========================================================= */


.blog-details__text-2 a {
    color: #2b6cb0;
    border-bottom: 1px dotted #2b6cb0;
    text-decoration: none;
}

.blog-details__text-2 a:hover {
    border-bottom: 1px solid #174a74;
}

.small-text {
    font-size: 12px;
}

.custom-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(7, 24, 48, 0.48);
    backdrop-filter: blur(4px);
}

.custom-modal-content {
    background: #ffffff;
    margin: 10% auto;
    padding: 26px 24px;
    border: 1px solid #e3e9f1;
    width: 92%;
    max-width: 460px;
    text-align: center;
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(17, 34, 68, 0.16);
}

.custom-modal-close,
.custom-modal-close-btn {
    color: #6c7f95;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: none;
}

.custom-modal-close:hover,
.custom-modal-close:focus,
.custom-modal-close-btn:hover,
.custom-modal-close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.blog-single-wrap {
    padding-top: 1px;
    padding-bottom: 50px;
}

.blog-main-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e5ebf2;
    box-shadow: 0 14px 34px rgba(17, 34, 68, 0.07);
    overflow: hidden;
}

.blog-feature-media {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
}

.blog-feature-media .featured-img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.blog-badge-stack {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.blog-top-badge.featured {
    background: #ff6b3d;
}

.blog-top-badge.members {
    background: #28a745;
}

.blog-content-panel {
    padding: 26px 28px 28px;
}

.blog-meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.blog-meta-pills li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f6f9fc;
    border: 1px solid #e4ebf2;
    color: #4e6278;
    font-size: 14px;
    line-height: 1.4;
}

.blog-meta-pills li i {
    color: #43a4f7;
}

.blog-meta-pills li a {
    color: #204d7a;
    text-decoration: none;
    font-weight: 600;
}

.blog-meta-pills li a:hover {
    text-decoration: underline;
}

.blog-details__title {
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
    color: #162739;
    margin-bottom: 22px;
}

.blog-media-card,
.blog-share-card,
.blog-comments-card,
.blog-comment-form-card {
    background: #fbfdff;
    border: 1px solid #e5ebf2;
    border-radius: 22px;
    padding: 22px;
    margin-bottom: 22px;
}

.blog-media-card h4,
.blog-share-card h4,
.blog-comments-card .comment-one__title,
.blog-comment-form-card .comment-form__title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #162739;
    margin-bottom: 14px;
}

.blog-audio audio,
.blog-video video {
    width: 100%;
    border-radius: 14px;
}

.blog-details__text-2 {
    font-size: 17px;
    line-height: 1.95;
    color: #586b81;
}

.blog-details__text-2 p:last-child {
    margin-bottom: 0;
}

.blog-details__text-2 ul {
    list-style: none;
    padding-left: 1.2rem;
    margin-left: 0;
    margin-bottom: 1rem;
}

.blog-details__text-2 ul li {
    position: relative;
    margin-bottom: 0.6rem;
}

.blog-details__text-2 ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #071e30;
    position: absolute;
    left: -1.2rem;
    top: 0.7rem;
    font-size: 0.45rem;
}

.blog-details__text-2 h1,
.blog-details__text-2 h2,
.blog-details__text-2 h3 {
    color: #162739;
    margin-top: 1.4rem;
    margin-bottom: 0.8rem;
}

.blog-details__text-2 h1 {
    font-size: 30px;
}

.blog-details__text-2 h2 {
    font-size: 26px;
}

.blog-details__text-2 h3 {
    font-size: 22px;
}

.blog-share-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.blog-details__social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-details__social-list a {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4fb;
    color: #294f73;
    border: 1px solid #dbe6f0;
    transition: all 0.25s ease;
    text-decoration: none;
}

.blog-details__social-list a:hover {
    transform: translateY(-2px);
    background: #2f6fe4;
    color: #fff;
    border-color: #2f6fe4;
}

.blog-comments-card {
    padding: 18px !important;
}

#comments-section {
    padding: 0;
    border-radius: 0;
}

.comment-one__single {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #ffffff;
    border: 1px solid #e4ebf2;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(17, 34, 68, 0.05);
    margin-bottom: 16px;
}

.comment-one__image {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #edf7ef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#comments-section .comment-one__single img,
#comments-section .comment-one__image i {
    font-size: 28px;
    color: #58b978;
}

.comment-one__content {
    flex: 1 1 auto;
}

.comment-one__content h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #182b3d;
    margin-bottom: 8px;
}

.comment-one__content .comment-text {
    font-size: 15px;
    line-height: 1.8;
    color: #5c6f84;
    font-style: italic;
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 0;
}

.comment-one__content .comment-text::before,
.comment-one__content .comment-text::after {
    content: '“';
    font-size: 1.8em;
    color: #d3dbe5;
    position: absolute;
}

.comment-one__content .comment-text::before {
    left: -4px;
    top: -8px;
}

.comment-one__content .comment-text::after {
    content: '”';
    right: -4px;
    bottom: -14px;
}

.comment-admin-reply {
    margin-top: 14px !important;
    padding: 14px 16px !important;
    background: #f4f8fd !important;
    border: 1px solid #dce7f3 !important;
    border-left: 4px solid #2f6fe4 !important;
    border-radius: 14px;
}

.comment-admin-reply strong {
    display: block;
    color: #183a60;
    margin-bottom: 6px;
}

.comment-admin-reply p {
    margin: 0;
    color: #587089;
    line-height: 1.7;
}

#show-more-comments {
    margin-top: 6px;
}

#show-more-comments .btn {
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(47, 111, 228, 0.12);
}

.blog-comment-form-card p {
    color: #617488;
    line-height: 1.7;
}

.blog-comment-form-card .form-control {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #d9e3ed;
    box-shadow: none !important;
    padding: 12px 16px;
}

.blog-comment-form-card textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.blog-comment-form-card .theme-btn.btn-style-one,
.blog-back-btn {
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(47, 111, 228, 0.16);
}

#comment-recaptcha-error {
    border-radius: 14px;
}

.blog-back-wrap {
    margin-top: 8px;
}

.blog-back-btn {
    padding: 12px 20px;
    font-weight: 600;
}

.sidebar .sidebar__single {
    background: #fff;
    border: 1px solid #e5ebf2;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 12px 28px rgba(17, 34, 68, 0.06);
    margin-bottom: 22px;
}

.sidebar__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #162739;
    margin-bottom: 16px;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    width: 100%;
    height: 54px;
    border-radius: 16px;
    border: 1px solid #d9e3ed;
    box-shadow: none !important;
    padding: 0 58px 0 16px;
}

.sidebar__search-form button {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: #2f6fe4;
    color: #fff;
}

.sidebar__post-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 0 0 14px;
    margin: 0 0 14px;
    border-bottom: 1px solid #edf2f7;
}

.sidebar__post-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar__post-image img {
    width: 82px;
    height: 82px;
    object-fit: cover;
    border-radius: 14px;
}

.sidebar__post-content h3 {
    margin: 0;
    line-height: 1.5;
}

.sidebar__post-content-meta {
    display: block;
    margin-bottom: 6px;
    color: #6d7f92;
    font-size: 12px;
}

.sidebar__post-content-meta i {
    margin-right: 6px;
    color: #43a4f7;
}

.sidebar__post-content a {
    text-decoration: none;
}

.sidebar__post-content a span {
    color: #132238 !important;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.5;
}

.sidebar__category-list li {
    margin-bottom: 10px;
}

.sidebar__category-list li:last-child {
    margin-bottom: 0;
}

.sidebar__category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #f7fafe;
    border: 1px solid #e3ebf3;
    text-decoration: none;
    color: #4e6278;
    font-weight: 600;
    transition: all 0.25s ease;
}

.sidebar__category-list li a:hover,
.sidebar__category-list li.active a {
    background: #eef4ff;
    color: #204d7a;
    border-color: #d4e3fb;
}

.badge1 {
    display: inline-block;
    padding: 0.35em 0.6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge-pill1 {
    border-radius: 10rem;
}

.badge-primary1 {
    background-color: #007bff;
    color: white;
}

.sidebar__comments-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #edf2f7;
}

.sidebar__comments-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar__comments-icon {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #eef4ff;
    color: #2f6fe4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sidebar__comments-text-box a {
    display: inline-block;
    margin-bottom: 5px;
    color: #182b3d;
    font-weight: 700;
    text-decoration: none;
}

.sidebar__comments-text-box a:hover {
    text-decoration: underline;
}

.sidebar__comments-text-box p {
    color: #5f6f82;
    line-height: 1.7;
    margin-bottom: 6px;
}

.sidebar__comments-text-box h5 {
    font-size: 14px;
    margin: 0;
    color: #20354a;
}

.iconscolour {
    color: #43a4f7;
}

    .blog-details__title {
        font-size: 26px;
    }

    .blog-content-panel {
        padding: 18px 18px 20px;
    }

    .blog-meta-pills li {
        justify-content: flex-start;
        border-radius: 16px;
    }

    .blog-share-card {
        padding: 18px;
    }

    .comment-one__single {
        flex-direction: column;
    }

    .comment-one__image {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .sidebar .sidebar__single {
        padding: 18px;
    }

    .sidebar__search-form button[type=submit] {
    top: 26px;
    right: -30px;
    }
    
    @media (max-width: 991.98px) {
    .blog-details__title {
        font-size: 30px;
    }

    .blog-content-panel {
        padding: 22px 22px 24px;
    }
    
    .blog-meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}
}

/* MOBILE */
@media (max-width: 767px){
    .sidebar__search-form button[type=submit] {
    top: 26px;
    right: -10px;
    }
}

@media (max-width: 575.98px) {
    .g-recaptcha {
        transform: scale(0.85) !important;
        margin-left: -20px;
    }
}

/* =========================================================
   BOOKS V5
========================================================= */

.bk-books-hero {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
}

.bk-books-hero h2 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #2f2a24;
    margin-bottom: 15px;
}

.bk-books-hero p {
    font-size: 17px;
    line-height: 1.8;
    color: #6b6258;
    margin: 0;
}

.bk-books-list {
    max-width: 1150px;
    margin: 0 auto;
}

.bk-book-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 25px;
    background: rgba(255,255,255,0.88);
    border-radius: 24px;
    padding: 30px;
    margin-bottom: 35px;
    box-shadow: 0 14px 40px rgba(34, 25, 19, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bk-book-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(34, 25, 19, 0.12);
}

.bk-book-cover-wrap {
    width: 280px;
    flex: 0 0 280px;
}

.bk-book-cover-panel {
    background: linear-gradient(180deg, #ffffff70 0%, #1f252b 100%);
    border-radius: 22px;
    padding: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgb(255 255 255);
}

.bk-book-cover {
    width: 100%;
    aspect-ratio: 2 / 3;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
    position: relative;
    overflow: hidden;
}

.bk-book-cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.18), rgba(0,0,0,0.02));
    pointer-events: none;
}

.bk-book-info {
    flex: 1;
    min-width: 280px;
}

.bk-book-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #4f7697;
    background: rgb(232 244 253);
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 30px;
    padding: 8px 14px;
    margin-bottom: 14px;
}

.bk-book-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #2f2a24;
    margin-bottom: 16px;
}

.bk-book-description {
    font-size: 16px;
    line-height: 1.8;
    color: #5f574d;
    margin-bottom: 24px;
}

.bk-book-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.bk-book-meta span {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    color: #192835;
    background: #e7f3fc;
    border: 1px solid rgba(94, 83, 71, 0.10);
}

.bk-audio-box {
    background: linear-gradient(180deg, #f7f1ff 0%, #fdfcff 100%);
    border: 1px solid rgba(111, 66, 193, 0.12);
    border-radius: 18px;
    padding: 16px 18px;
    margin-bottom: 22px;
}

.bk-audio-box-title {
    font-size: 14px;
    font-weight: 700;
    color: #4e3c69;
    margin-bottom: 10px;
}

.bk-audio-player audio {
    width: 100%;
    display: block;
}

.bk-book-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bk-preview-button-inline,
.bk-buy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 12px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.bk-preview-button-inline {
    background: transparent;
    border: 1px solid #6f42c1;
    color: #6f42c1;
}

.bk-preview-button-inline:hover {
    background: #6f42c1;
    color: #fff;
    text-decoration: none;
}

.bk-buy-button {
    background: linear-gradient(135deg, #3d6689 0%, #93b2cd 100%);
    color: #fff;
    border: none;
    box-shadow: 0 10px 24px rgba(166, 124, 0, 0.20);
}

.bk-buy-button:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(166, 124, 0, 0.26);
}

/* Modal */
.bk-modal-fullscreen {
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
    flex-direction: column;
}

@media (max-width: 768px) {
    .bk-modal-fullscreen {
        padding: 10px;
        display: none;
        align-items: center;
        justify-content: center;
    }
}

.bk-modal-book-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    height: 90vh;
    background: transparent;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .bk-modal-book-content {
        width: 95%;
        height: auto;
        padding: 10px 0;
    }
    #bkFlipbook {
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
    }
    .bk-modal-fullscreen {
        padding: 10px;
    }
}

.bk-modal-book-close {
    position: absolute;
    top: 40px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: #ff4d4d;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    z-index: 10001;
    padding-bottom: 9px;
}

#bkFlipbook {
    width: 90%;
    max-width: 680px;
    height: 612px;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    background: transparent;
    animation: bkPopIn 0.5s ease forwards;
}

@media (max-width: 768px) {
    #bkFlipbook {
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
        margin: auto;
    }
}

@keyframes bkPopIn {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#bkFlipbook .bk-page {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}

@media (max-width: 991px) {
    .bk-book-cover-wrap {
        width: 100%;
        flex: 0 0 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .bk-book-title {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .bk-page-books {
        padding: 20px 0 50px;
    }

    .bk-books-hero {
        margin-bottom: 35px;
    }

    .bk-books-hero h2 {
        font-size: 30px;
    }

    .bk-books-hero p {
        font-size: 15px;
    }

    .bk-book-card {
        padding: 20px;
        gap: 25px;
        border-radius: 20px;
    }

    .bk-book-title {
        font-size: 25px;
        margin-top: 4px;
    }

    #bkFlipbook,
    #bkFlipbookContainer {
        width: 100vw !important;
        height: 65vw !important;
        max-width: 100vw !important;
        max-height: 80vh !important;
        aspect-ratio: 3/4;
    }

    .bk-modal-book-content {
        min-height: 0 !important;
        height: auto !important;
    }
}

@media (max-width: 768px){
    .bk-modal-fullscreen{
        padding: 0 !important;
        align-items: stretch !important;
        justify-content: stretch !important;
    }

    .bk-modal-book-content{
        padding: 0 !important;
        max-width: none !important;
        width: 100% !important;
        height: 100vh !important;
        justify-content: flex-start !important;
    }

    #bkPdfFlipFrameWrap{
        width: 100% !important;
        height: 100vh !important;
    }

    #bkPdfFlipFrame{
        border-radius: 0 !important;
    }
}

/* =========================================================
   COMPETITIONS V5
========================================================= */
   
     .cp-comp-card{ border:none;border-radius:14px;background:#fff;overflow:hidden;
    box-shadow:0 6px 22px rgba(0,0,0,.10);transition:transform .25s, box-shadow .25s;height:100%; }
  .cp-comp-card:hover{ transform:translateY(-4px); box-shadow:0 12px 30px rgba(0,0,0,.10); }
  .cp-comp-img{ aspect-ratio:16/10;width:100%;object-fit:cover;background:#eef1f5; display:block; }
  .cp-badge-soft{ background:#eef5ff;color:#2b6cb0;font-weight:600; }
  .cp-price-tag{ font-size:1.05rem;font-weight:700; }
  .cp-muted{ color:#6c757d; }
  .cp-ribbon {
    position:absolute; top:10px; left:10px; z-index:3;
    background:rgba(33,37,41,.9); color:#fff; padding:.25rem .5rem; border-radius:8px; font-size:.75rem;
  }
  .cp-ribbon.cp-ribbon-members { background:#2bdf31; color:#000; }
  .cp-ribbon.cp-ribbon-vip     { background:#6f42c1; }
  .cp-card-actions .btn { min-width: 140px; }
  .cp-tiny-progress { height:6px;background:#eef1f5;border-radius:999px;overflow:hidden; }
  .cp-tiny-progress > span { display:block;height:100%; background:#2b6cb0; }
  .cp-meta-line { font-size:.9rem; }

  /* Winners carousel */
  .cp-winstrip{background:#e7edf7;padding:14px;border-radius:14px;overflow:hidden}

  .cp-winners-carousel .owl-stage-outer{padding:4px 0}
  .cp-winners-carousel .owl-item{padding:0 4px}

  .cp-winners-carousel .item{width:100%}
  .cp-winners-carousel .cp-win-card{
    display:block; width:100%; text-decoration:none; color:#fff;
    background:#fbfbfb; border-radius:14px; overflow:hidden;
    box-shadow:0 2px 2px rgba(0,0,0,.25);
  }

  .cp-winners-carousel .cp-win-cover{
    width:100%;
    aspect-ratio:16/9;
    background-size:cover;
    background-position:center;
    position:relative;
  }

  .cp-win-gradient{position:absolute; inset:0;
    background:linear-gradient(120deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.2) 20%, rgba(0,0,0,0) 100%)
  }

  .cp-win-headline{position:absolute; left:14px; bottom:14px; right:14px; line-height:1.05}
  .cp-win-name{font-weight:800; font-size:26px; letter-spacing:.5px; text-shadow:0 2px 6px rgba(0,0,0,.6)}
  .cp-win-sub{font-weight:700; opacity:.95; font-size:14px; text-transform:uppercase}
  .cp-win-quote{padding:12px 14px 14px; color:#000; font-size:14px; min-height:56px}

  @media (max-width:576px){
    .cp-win-name{font-size:22px}
  }
  
/* =========================================================
   BRANCH V5
========================================================= */

    .branch-card{ border:none;border-radius:14px;background:#fff;overflow:hidden;
        box-shadow:0 6px 22px rgba(0,0,0,.10);transition:transform .25s, box-shadow .25s;height:100%; }
    .branch-card:hover{ transform:translateY(-4px); box-shadow:0 12px 30px rgba(0,0,0,.10); }
    .branch-img{ aspect-ratio:16/10;width:100%;object-fit:cover;background:#eef1f5; }
    .branch-muted{ color:#6c757d; }
    .branch-contact a{ text-decoration:none; }

    
/* =========================================================
   COMPETITIONS V5
========================================================= */

@media (min-width: 992px){
  .cpd-col-hero { flex: 0 0 52%; max-width: 52%; }
  .cpd-col-right{ flex: 0 0 48%; max-width: 48%; position:sticky; top:16px; }
}

.cpd-comp-hero{ border-radius:16px; overflow:hidden; box-shadow:0 10px 32px rgba(16,38,84,.12); position:relative; }
#cpdHeroImage{ width:100%; height:auto; object-fit:cover; aspect-ratio: 4 / 3; }

.cpd-thumbs img{ width:90px; height:62px; object-fit:cover; transition:transform .15s ease,opacity .15s ease; cursor:pointer; border-radius:10px; border:1px solid #e9eef6; }
.cpd-thumbs img:hover{ transform:translateY(-2px); opacity:.95; }

.cpd-trust-strip{ display:flex; flex-wrap:wrap; gap:6px; }
.cpd-trust-strip .badge{ background:#92b1cc; border:1px solid #e9eef6; }

.cpd-price-card{ border:1px solid #eaf0fb; border-radius:14px; padding:12px; background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%); }
.cpd-muted-small{ color:#6c757d; font-size:.9rem; }

.cpd-countdown{ display:flex; gap:8px; margin-bottom:.5rem; }
.cpd-cd-tile{ background:linear-gradient(180deg,#fff,#f3f6ff); border:1px solid #e7ecf7; border-radius:12px; padding:.55rem .9rem; text-align:center; min-width:64px; box-shadow:0 6px 22px rgba(20,48,92,.05); }
.cpd-cd-num{ font-weight:800; letter-spacing:.2px; }
.cpd-cd-lab{ font-size:.75rem; color:#6c757d; }

.cpd-tickets-strip{ display:grid; grid-template-columns: 1fr auto; gap:8px; align-items:center; }
.cpd-tickets-bar{ background:#eef1f5; border-radius:10px; height:10px; overflow:hidden; width:100%; }
.cpd-tickets-bar > span{ display:block; height:100%; background:linear-gradient(90deg,#6366f1,#4f46e5); width:0%; transition:width .6s ease; }

.cpd-stepper{ display:flex; align-items:center; gap:8px; }
.cpd-btn-step{ width:36px; height:36px; border-radius:10px; display:inline-flex; align-items:center; justify-content:center; }
.cpd-stepper input[type=number]{ max-width:72px; text-align:center; }

#cpdRangeTabs{ display:flex; flex-wrap:wrap; gap:8px }
#cpdRangeTabs .btn{ border-radius:999px; padding:.35rem .7rem }
#cpdRangeTabs .btn.active{ background:#111827; color:#fff; border-color:#111827 }
#cpdRangeTabs .btn:hover{ box-shadow:0 6px 18px rgba(0,0,0,.08) }

.cpd-num-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(44px,1fr)); grid-gap:.45rem }
.cpd-num{ position:relative; padding:.6rem 0; text-align:center; border-radius:10px; background:#e4ebfb; font-weight:700; cursor:pointer; user-select:none; box-shadow:0 1px 0 rgba(0,0,0,.03); transition:transform .08s ease, background .12s ease, box-shadow .12s ease }
.cpd-num:hover{ transform:translateY(-1px); box-shadow:0 6px 16px rgba(0,0,0,.06); background:#eef3ff }
.cpd-num.cpd-taken{ background:#fbb3b3; color:#b42318; cursor:not-allowed; box-shadow:none }
.cpd-num.cpd-reserved{ background:#f3e473; color:#000; cursor:not-allowed; opacity:.55; filter:saturate(0.6) }
.cpd-num.cpd-active{ background:#d1fae5; color:#065f46; box-shadow:0 6px 16px rgba(16,185,129,.25); transform:translateY(-1px) scale(1.02) }
.cpd-num:active{ transform:translateY(0) scale(.99) }

.cpd-legend .cpd-dot{ display:inline-block; width:12px; height:12px; border-radius:50%; margin-right:.4rem; vertical-align:middle }
.cpd-dot-available{ background:#e4ebfb }
.cpd-dot-taken{ background:#fbb3b3 }
.cpd-dot-reserved{ background:#f3e473 }
.cpd-dot-selected{ background:#d1fae5 }

.cpd-chips{ display:flex; flex-wrap:wrap; gap:8px }
.cpd-chip{ background:#111827; color:#fff; border-radius:999px; padding:.35rem .6rem; font-weight:700; font-size:.9rem; display:inline-flex; align-items:center; gap:.4rem }

.cpd-howto-wrapper{ background:linear-gradient(180deg,#f7f9fc 0%, #f2f6ff 100%); border:1px solid #e5ecfa; border-radius:14px; padding:14px 14px 8px }
.cpd-howto-head .cpd-howto-mini-badge{ font-size:.7rem; padding:2px 8px; border-radius:999px; background:#e9f2ff; border:1px solid #d7e6ff }
.cpd-howto-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 768px){
    .cpd-howto-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px){
    .cpd-howto-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.cpd-howto-card{ position:relative; display:flex; align-items:flex-start; gap:10px; padding:12px; background:#fff; border:1px solid #e9eef8; border-radius:14px; box-shadow:0 1px 0 rgba(14,31,53,.03); transform:translateY(8px); opacity:0; transition:transform .35s ease, box-shadow .25s ease, opacity .35s ease }
.cpd-howto-card.cpd-in{ transform:translateY(0); opacity:1 }
.cpd-howto-card:hover{ box-shadow:0 8px 24px rgba(20,48,92,.08); transform:translateY(-2px) }

.cpd-howto-num{ width:34px; height:34px; flex:0 0 34px; border-radius:10px; background:radial-gradient(120% 120% at 20% 0%, #5aa1ff 0%, #3b79f7 60%, #2d62d9 100%); color:#fff; font-weight:700; display:flex; align-items:center; justify-content:center; box-shadow:inset 0 0 0 1px rgba(255,255,255,.15) }
.cpd-howto-ico{ font-size:20px; line-height:1; margin-top:4px }
.cpd-howto-title{ font-weight:600; line-height:1.25 }
.cpd-howto-desc{ font-size:.9rem; margin-top:2px }

.cpd-tnc-box{ max-height:280px; overflow:auto; border:1px solid #e5e7eb; border-radius:12px; padding:12px; background:#fff }
.cpd-other-box{ border:1px solid #89bef3; border-radius:16px; padding:16px; background:#fff }
.cpd-other-item{ min-width:240px; scroll-snap-align:start; border:1px solid #eee; border-radius:12px; overflow:hidden; background:#fff }
.cpd-other-item img{ width:100%; height:150px; object-fit:cover }

.cpd-price-card__divider{
  height:1px; background:#eaf0fb; margin:10px 0;
}

.cpd-tickets-bar{ background:#eef1f5; border-radius:10px; height:10px; overflow:hidden; }
.cpd-tickets-bar > span{ display:block; height:100%; background:linear-gradient(90deg,#6366f1,#4f46e5); width:0%; transition:width .6s ease; }

.cpd-mode-pill{
  display:inline-block;padding:6px 10px;border-radius:999px;
  border:1px solid #e6e9f3;background:#f8faff;font-weight:600;
}

.cpd-btn-step{ width:36px;height:36px;border-radius:10px; }

.cpd-vip-banner{
  background:linear-gradient(90deg,#351a4d,#4b1f6d);
  color:#000;border-radius:12px;padding:8px 12px;
  box-shadow:0 6px 20px rgba(75,31,109,.18);
}

.cpd-num-pager{ display:flex; gap:6px; align-items:center; margin-bottom:8px; }
.cpd-num-pager .btn{ padding:.35rem .6rem; border-radius:10px; }

@media (min-width: 768px){ .cpd-num-pager{ display:none; } }
@media (max-width: 575.98px){
  .cpd-stepper #cpdCtaBtn{ width:100%; margin-left:0 !important; }
}

/* =========================================================
   CONTACT V5
========================================================= */

.contact-soft-card,
.form-soft-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 15px 18px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    margin-bottom: 15px;
}

/* Header strip */
.contact-soft-card-header,
.form-soft-card-header {
    background: linear-gradient(to right, #eef3f8, #f9fafb);
    border-radius: 12px 12px 0 0;
    padding: 12px 18px;
    border-bottom: 1px solid #e1e5e8;
}
.contact-soft-card-header h2,
.form-soft-card-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #102a43;
    font-family: sans-serif;
}

/* Inner rows and icons */
.contact-soft-card .single-contact { padding: 12px 0; }
.contact-soft-card .single-contact:not(:last-child) { border-bottom: 1px solid #e5e7eb; }
.icon-space { width: 24px; display: flex; align-items: flex-start; justify-content: center; margin-right: 10px; }
.contact-soft-card .icon i { font-size: 18px; color: #0a5ca8; }

/* Form inputs (soft) */
.form-soft-card .form-control {
    border-radius: 10px;
    border: 1px solid #d7dde3;
    box-shadow: none;
}
.form-soft-card .form-control:focus {
    border-color: #a8c5e8;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(10, 92, 168, 0.12);
}
.form-soft-card .btn.btn-booking {
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.faq-soft-card {
    padding: 18px 22px; /* smaller padding */
}

.faq-soft-card .contact-form-two {
    padding-top: 3px;
    padding-bottom: 3px;
}

.faq-soft-card .contact-soft-card-header {
    padding: 10px 16px;
}

.faq-soft-card .single-contact {
    padding: 5px 0; /* remove huge gap */
}

.icon-space {
    margin-right: 14px;
}
/* Map soft card */
.map-soft-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  width: 100%;              /* match the map width */
  margin: 0 auto;          /* centre it */
}

.map-soft-card .map-wrap {
  border-radius: 10px;      /* rounded map edges */
  overflow: hidden;         /* clip the map corners */
  height: 308px;            /* keep your current height */
}


/* =========================================================
   DAILY FREEBIES PAGE V5
========================================================= */

    .df-keywords-label {
    font-weight: 700;
    color: #4b2a8a;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(148, 81, 216, 0.2);
}
    .df-share-bar {
        border-top: 1px solid rgba(15, 23, 42, 0.08);
        padding-top: 8px;
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        justify-content: flex-end;
        font-size: 0.8rem;
    }

    .df-share-btn {
        border-radius: 999px;
        padding: 4px 10px;
        border: 1px solid rgba(148, 163, 184, 0.7);
        background: #ffffff;
        cursor: pointer;
        display: inline-flex;
        align-items: centre;
        gap: 4px;
        text-decoration: none;
        color: #111827;
    }

    .df-share-btn:hover {
        box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.4);
        text-decoration: none;
    }

    .df-share-btn i {
        font-size: 0.9rem;
    }
    /* Smooth fade + gentle rise */
.df-fade-up {
    opacity: 0;
    transform: translateY(14px);
    animation: dfFadeUp 0.7s ease-out forwards;
}

@keyframes dfFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CRYSTAL */


    .df-crystal-section {
        padding: 20px 0 10px 0;
    }

    .df-crystal-card {
        border-radius: 18px;
        border: 1px solid rgba(147, 197, 114, 0.25);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
        background: radial-gradient(circle at top left, #ecfdf5 0, #ffffff 48%, #f0fdf4 100%);
        position: relative;
        overflow: hidden;
        height: 100%;
        transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    .df-crystal-card:hover {
        box-shadow: 0 18px 35px rgba(15, 23, 42, 0.25);
        transform: translateY(-2px);
    }

    .df-crystal-card .card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .df-crystal-main {
        flex: 1 1 auto;
    }

    .df-crystal-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 12px;
        border-radius: 999px;
        background: rgba(21, 128, 61, 0.08);
        color: #166534;
        font-size: 0.76rem;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-weight: 600;
    }

    .df-crystal-title {
        font-size: 1.15rem;
        font-weight: 600;
        color: #1f2937;
    }

    .df-crystal-meta {
        font-size: 0.85rem;
        color: #374151;
    }

    .df-crystal-meta .badge {
        font-weight: 500;
    }

    .df-crystal-text {
        font-size: 0.95rem;
        color: #111827;
        max-height: 300px;
        min-height: 300px;
        overflow-y: auto;
        padding-right: 12px;
    }

    .df-blur-content {
        filter: blur(3px);
        opacity: 0.8;
    }

    .df-crystal-vip-chip {
        font-size: 0.75rem;
        border-radius: 999px;
        padding: 4px 9px;
    }

    .df-crystal-media img {
        max-width: 260px;
        width: 100%;
        border-radius: 14px;
        display: block;
    }
    
    
/* CARD OF THE DAY */


 .df-card-section {
        padding: 20px 0 10px 0;
    }

    .df-card-card {
        border-radius: 18px;
        border: 1px solid rgba(212, 175, 55, 0.55);
        box-shadow: 0 12px 24px rgba(32, 15, 71, 0.12);
        background: radial-gradient(
            circle at top left,
            #fff7e6 0,
            #ffffff 45%,
            #fff7e6 100%
        );
        position: relative;
        overflow: hidden;
        height: 100%;
        transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    .df-card-card:hover {
        box-shadow: 0 18px 35px rgba(15, 23, 42, 0.25);
        transform: translateY(-2px);
    }

    .df-card-card .card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .df-card-main {
        flex: 1 1 auto;
    }

    .df-card-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 12px;
        border-radius: 999px;
        background: rgba(212, 175, 55, 0.12);
        color: #4c1d95;
        font-size: 0.76rem;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-weight: 600;
    }

    .df-card-title-main {
        font-size: 1.15rem;
        font-weight: 600;
        color: #1f2937;
    }

    .df-card-text {
        font-size: 0.95rem;
        color: #111827;
        max-height: 330px;
        min-height: 330px;
        overflow-y: auto;
        padding-right: 12px;
    }

    .df-card-faded {
        filter: blur(4px);
        opacity: 0.75;
    }

    .df-card-vip-chip {
        font-size: 0.75rem;
        border-radius: 999px;
        padding: 4px 9px;
        background-color: #fbbf24 !important;
        color: #3b2700 !important;
    }

    .df-card-media img {
        max-width: 260px;
        width: 100%;
        border-radius: 14px;
        display: block;
        box-shadow: 0 8px 18px rgba(148, 81, 216, 0.35);
    }
    
    /* CARD OF THE DAY */
    
       .df-angel-section {
        padding: 20px 0 10px 0;
    }

    .df-angel-card {
        border-radius: 18px;
        border: 1px solid rgba(135, 96, 196, 0.25);
        box-shadow: 0 12px 24px rgba(32, 15, 71, 0.12);
        background: radial-gradient(circle at top left, #f3e8ff 0, #ffffff 48%, #f8f5ff 100%);
        position: relative;
        overflow: hidden;
        height: 100%;
        transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    .df-angel-card:hover {
        box-shadow: 0 18px 35px rgba(32, 15, 71, 0.25);
        transform: translateY(-2px);
    }

    .df-angel-card .card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .df-angel-main {
        flex: 1 1 auto;
    }

    .df-angel-number-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 12px;
        border-radius: 999px;
        background: rgba(61, 34, 119, 0.08);
        color: #4b2a8a;
        font-size: 0.76rem;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-weight: 600;
    }

    .df-angel-main-number {
        font-size: 2.6rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        color: #36185e;
        text-shadow: 0 0 14px rgba(182, 140, 255, 0.4);
    }

    .df-angel-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #5b3b92;
    }

    .df-angel-text {
        font-size: 0.95rem;
        color: #4a3d66;
        max-height: 300px;
        min-height: 300px;
        overflow-y: auto;
        padding-right: 12px;
    }

    .df-angel-faded {
        filter: blur(4px);
        opacity: 0.75;
    }

    .df-angel-vip-chip {
        font-size: 0.75rem;
        border-radius: 999px;
        padding: 4px 9px;
    }
    
     /* MOON PHASE */
     
         .df-moon-section {
        padding: 20px 0 10px 0;
    }

    .df-moon-card {
        border-radius: 18px;
        border: 1px solid rgba(96, 165, 250, 0.25);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
        background: radial-gradient(circle at top left, #e0f2fe 0, #ffffff 48%, #eff6ff 100%);
        position: relative;
        overflow: hidden;
        height: 100%;
        transition: box-shadow 0.25s ease, transform 0.25s ease;
    }

    .df-moon-card:hover {
        box-shadow: 0 18px 35px rgba(15, 23, 42, 0.25);
        transform: translateY(-2px);
    }

    .df-moon-card .card-body {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .df-moon-main {
        flex: 1 1 auto;
    }

    .df-moon-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 12px;
        border-radius: 999px;
        background: rgba(30, 64, 175, 0.08);
        color: #1e3a8a;
        font-size: 0.76rem;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-weight: 600;
    }

    .df-moon-title {
        font-size: 1.15rem;
        font-weight: 600;
        color: #1f2937;
    }

    .df-moon-phase-label {
        font-size: 0.9rem;
        font-weight: 500;
        color: #374151;
        opacity: 0.9;
    }

    .df-moon-text {
        font-size: 0.95rem;
        color: #111827;
        max-height: 300px;
        min-height: 300px;
        overflow-y: auto;
        padding-right: 12px;
    }

    .df-moon-faded {
        filter: blur(4px);
        opacity: 0.75;
    }

    .df-moon-vip-chip {
        font-size: 0.75rem;
        border-radius: 999px;
        padding: 4px 9px;
    }

    .df-moon-media img {
        max-width: 260px;
        width: 100%;
        border-radius: 14px;
        display: block;
    }

/* =========================================================
   FAQ PAGE V5
========================================================= */


.faq-page-modern {
    padding: 50px 0 70px;
    background:
        radial-gradient(circle at top left, rgba(147, 178, 205, 0.12), transparent 30%),
        radial-gradient(circle at top right, rgba(182, 140, 255, 0.10), transparent 28%),
        linear-gradient(180deg, #f9fbfd 0%, #f4f7fb 100%);
}

.faq-page-modern .faq-hero {
    margin-bottom: 35px;
}

.faq-page-modern .faq-hero-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(147, 178, 205, 0.20);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(30, 41, 59, 0.08);
    padding: 34px 30px 28px;
    backdrop-filter: blur(10px);
    overflow: visible;
    position: relative;
}

.faq-page-modern .faq-hero-inner {
    position: relative;
    z-index: 2;
}

.faq-page-modern .faq-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5b7290;
    background: rgba(147, 178, 205, 0.12);
    border: 1px solid rgba(147, 178, 205, 0.22);
    border-radius: 999px;
    padding: 8px 14px;
    margin-bottom: 14px;
}

.faq-page-modern .faq-hero h2 {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #1e293b;
}

.faq-page-modern .faq-hero p {
    margin: 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.7;
    color: #516173;
}

.faq-page-modern .faq-search-shell {
    margin-top: 26px;
    position: relative;
}

.faq-page-modern .faq-tip {
    text-align: center;
    color: #4f6479;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
}

.faq-page-modern .faq-search-container {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 50; 
}

.faq-page-modern .faq-hero-card {
    position: relative;
    z-index: 1;
}

.faq-page-modern .search-box-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(147, 178, 205, 0.18);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.faq-page-modern .faq-search-input-wrap {
    position: relative;
    flex: 1 1 auto;
}

.faq-page-modern .faq-search-input-wrap i {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    font-size: 15px;
    color: #7f8ea3;
}

.faq-page-modern .form-control-search,
.faq-page-modern .input-text {
    width: 100%;
    height: 54px;
    padding: 12px 16px 12px 46px;
    border: 1px solid rgba(147, 178, 205, 0.22);
    border-radius: 14px;
    outline: 0;
    color: #1e293b;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    box-shadow: none;
    transition: all 0.25s ease;
}

.faq-page-modern .form-control-search:focus,
.faq-page-modern .input-text:focus {
    border-color: rgba(107, 146, 187, 0.55);
    box-shadow: 0 0 0 4px rgba(147, 178, 205, 0.14);
}

.faq-page-modern #faqClearBtn {
    width: 115px;
    min-width: 115px;
    height: 54px;
    border: 0;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #93b2cd 0%, #7fa1bf 100%);
    box-shadow: 0 10px 20px rgba(127, 161, 191, 0.24);
    transition: all 0.25s ease;
}

.faq-page-modern #faqClearBtn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(127, 161, 191, 0.30);
}

.faq-page-modern .faq-search-suggestions {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid rgba(147, 178, 205, 0.18);
    border-radius: 18px;
    max-height: 280px;
    overflow-y: auto;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
    z-index: 9999;
}

.faq-page-modern .faq-search-suggestions li {
    padding: 12px 14px;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 12px;
    color: #243447;
    font-size: 14px;
    line-height: 1.5;
    transition: background 0.2s ease, color 0.2s ease;
}

.faq-page-modern .faq-search-suggestions li:hover {
    background-color: #f2f7fb;
    color: #0f172a;
}

.faq-page-modern #noResults {
    margin-top: 14px;
    color: #c2410c !important;
    background: rgba(255, 237, 213, 0.82);
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 14px;
    padding: 12px 14px;
    text-align: center;
}

.faq-page-modern .faq-content {
    margin-top: 10px;
}

.faq-page-modern .category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.faq-page-modern .category-col {
    width: calc(50% - 12px);
}

.faq-page-modern .category-box {
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(147, 178, 205, 0.18);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.faq-page-modern .category-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.10);
}

.faq-page-modern .category-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.faq-page-modern .faq-icon {
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(147, 178, 205, 0.16), rgba(127, 161, 191, 0.08));
    color: #53708f;
}

.faq-page-modern .faq-title {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
    color: #1e293b;
}

.faq-page-modern .questions-count {
    display: inline-block;
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 700;
    color: #68809a;
    background: rgba(147, 178, 205, 0.12);
    border-radius: 999px;
    padding: 7px 12px;
}

.faq-page-modern .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 16px;
    --bs-accordion-inner-border-radius: 16px;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: #f6faff;
    --bs-accordion-btn-bg: #f9fbfd;
}

.faq-page-modern .accordion-item.single-faq {
    border: 1px solid rgba(147, 178, 205, 0.16);
    border-radius: 16px !important;
    overflow: hidden;
    background: #fff;
    margin-bottom: 12px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.faq-page-modern .accordion-header {
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
}

.faq-page-modern .accordion-button {
    cursor: pointer;
    padding: 18px 20px;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.5;
    color: #223244;
    background: #fff;
    box-shadow: none !important;
}

.faq-page-modern .accordion-button:not(.collapsed) {
    color: #17324d;
    background: #f6faff;
}

.faq-page-modern .accordion-button:focus {
    box-shadow: none;
}

.faq-page-modern .accordion-body {
    padding: 18px 20px 20px;
    color: #526272;
    font-size: 15px;
    line-height: 1.75;
    background: linear-gradient(180deg, #fcfdff 0%, #f8fbfe 100%);
}

.faq-page-modern .accordion-body p {
    margin-bottom: 0;
}

.faq-page-modern .accordion-body hr {
    margin: 18px 0;
    border-color: rgba(147, 178, 205, 0.18);
    opacity: 1;
}

.faq-page-modern .faq-feedback {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.faq-page-modern .faq-feedback button {
    background-color: #fff;
    border: 1px solid rgba(147, 178, 205, 0.22);
    min-width: 72px;
    padding: 9px 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.22s ease;
}

.faq-page-modern .faq-feedback button:hover {
    background-color: #f4f8fc;
    transform: translateY(-1px);
}

.faq-page-modern .faq-feedback .thumbs-up {
    color: #18794e;
}

.faq-page-modern .faq-feedback .thumbs-down {
    color: #c2410c;
}

.faq-page-modern button[disabled] {
    opacity: 0.55;
    pointer-events: none;
}

.faq-page-modern .faq-feedback .text-muted {
    width: 100%;
    margin: 4px 0 0;
    font-size: 13px;
    color: #7b8794 !important;
}

.faq-page-modern .view-all {
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
    color: #5c7896;
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    padding: 10px 14px;
    background: rgba(147, 178, 205, 0.10);
    transition: all 0.22s ease;
}

.faq-page-modern .view-all:hover {
    text-decoration: none;
    color: #35506d;
    background: rgba(147, 178, 205, 0.18);
}

.faq-page-modern .flash-effect {
    animation: faqModernFlash 2s ease-in-out;
}

@keyframes faqModernFlash {
    0% {
        background-color: #ffffff;
        border-color: rgba(147, 178, 205, 0.16);
    }
    40% {
        background-color: #fff176; /* strong yellow */
        border-color: #f59e0b;
        box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.35);
    }
    100% {
        background-color: #ffffff;
        border-color: rgba(147, 178, 205, 0.16);
    }
}

.faq-page-modern #feedbackMessage {
    max-width: 760px;
    margin: 25px auto 0;
    border-radius: 16px;
    border: 1px solid rgba(16, 185, 129, 0.16);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.10);
}

@media (max-width: 991px) {
    .faq-page-modern .faq-hero h2 {
        font-size: 32px;
    }

    .faq-page-modern .category-col {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .faq-page-modern {
        padding: 35px 0 50px;
    }

    .faq-page-modern .faq-hero-card {
        padding: 26px 18px 22px;
        border-radius: 20px;
    }

    .faq-page-modern .faq-hero h2 {
        font-size: 28px;
    }

    .faq-page-modern .faq-hero p {
        font-size: 15px;
    }

    .faq-page-modern .faq-search-container {
        max-width: 100%;
    }

    .faq-page-modern .search-box-wrapper {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 10px;
        border-radius: 18px;
    }

    .faq-page-modern .faq-tip {
        font-size: 14px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .faq-page-modern .form-control-search,
    .faq-page-modern .input-text,
    .faq-page-modern #faqClearBtn {
        height: 50px;
    }

    .faq-page-modern #faqClearBtn {
        width: 100%;
        min-width: 100%;
        font-size: 14px;
    }

    .faq-page-modern .category-box {
        padding: 18px;
        border-radius: 18px;
    }

    .faq-page-modern .faq-title {
        font-size: 19px;
    }

    .faq-page-modern .accordion-button {
        padding: 16px 16px;
        font-size: 15px !important;
    }

    .faq-page-modern .accordion-body {
        padding: 16px;
        font-size: 14px;
    }
}

/* =========================================================
   EVENTS DETAILED PAGE V5
========================================================= */

.sp-event-page {
    --sp-event-bg: linear-gradient(180deg, #f7f9fc 0%, #edf3f8 100%);
    --sp-event-card-bg: rgba(255,255,255,0.72);
    --sp-event-card-strong: rgba(255,255,255,0.84);
    --sp-event-border: rgba(147, 178, 205, 0.28);
    --sp-event-shadow: 0 18px 45px rgba(66, 98, 130, 0.14);
    --sp-event-shadow-soft: 0 10px 30px rgba(66, 98, 130, 0.10);
    --sp-event-text: #223142;
    --sp-event-muted: #64748b;
    --sp-event-primary: #93b2cd;
    --sp-event-primary-dark: #6e95b6;
    --sp-event-accent: #d9b86c;
    --sp-event-success: #4f9c77;
    --sp-event-danger: #cf5f68;
    --sp-event-radius: 22px;
    --sp-event-radius-sm: 16px;
    --sp-event-blur: blur(14px);
    background: var(--sp-event-bg);
    padding: 14px 0 36px;
}

.sp-event-page .stylish-breadcrumbs {
    margin-bottom: 26px;
}

.sp-event-page .container {
    position: relative;
}

.sp-event-page .custom-modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
}

.sp-event-page .custom-modal-content {
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    margin: 10% auto;
    padding: 26px;
    border: 1px solid rgba(255,255,255,0.7);
    width: 80%;
    max-width: 430px;
    text-align: center;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.20);
}

.sp-event-page .custom-modal-close,
.sp-event-page .custom-modal-close-btn {
    color: #64748b;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: none;
}

.sp-event-page .custom-modal-close:hover,
.sp-event-page .custom-modal-close:focus,
.sp-event-page .custom-modal-close-btn:hover,
.sp-event-page .custom-modal-close-btn:focus {
    color: #0f172a;
    text-decoration: none;
}

.sp-event-page .description-content {
    max-height: none;
    overflow: visible;
}

.sp-event-page .sp-event-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
    align-items: start;
    width: 100%;
}

.sp-event-page .sp-event-main-left {
    min-width: 0;
    width: 100%;
}

.sp-event-page .sp-event-main-right {
    min-width: 0;
    width: 100%;
}

.sp-event-page .sp-event-glass-card,
.sp-event-page .event-details,
.sp-event-page .event-description,
.sp-event-page .event-instructions,
.sp-event-page .media-box,
.sp-event-page .tags-box,
.sp-event-page .similar-events,
.sp-event-page .social-share,
.sp-event-page .venue-info,
.sp-event-page .event-guest,
.sp-event-page #comments-section,
.sp-event-page .comment-form,
.sp-event-page .event-search-box,
.sp-event-page .event-dates,
.sp-event-page .event-cta {
    background: var(--sp-event-card-bg);
    backdrop-filter: var(--sp-event-blur);
    -webkit-backdrop-filter: var(--sp-event-blur);
    border: 1px solid var(--sp-event-border);
    border-radius: var(--sp-event-radius);
    box-shadow: var(--sp-event-shadow-soft);
}

.sp-event-page .event-description,
.sp-event-page .event-instructions,
.sp-event-page .media-box,
.sp-event-page .tags-box,
.sp-event-page .similar-events,
.sp-event-page .social-share,
.sp-event-page .venue-info,
.sp-event-page .event-guest,
.sp-event-page #comments-section,
.sp-event-page .comment-form,
.sp-event-page .event-dates {
    padding: 24px;
    margin-bottom: 24px;
}

.sp-event-page .sp-event-hero-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.65) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.72);
    border-radius: 30px;
    box-shadow: var(--sp-event-shadow);
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.sp-event-page .sp-event-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(147,178,205,0.26), transparent 34%),
        radial-gradient(circle at bottom left, rgba(217,184,108,0.18), transparent 28%);
    pointer-events: none;
}

.sp-event-page .event-title-with-cover {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.sp-event-page .event-title-with-cover img {
    width: 100%;
    max-width: 320px;
    height: 230px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 14px 32px rgba(34, 49, 66, 0.16);
    border: 1px solid rgba(255,255,255,0.65);
}

.sp-event-page .event-title-with-cover h4 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 12px;
    color: var(--sp-event-text);
    font-weight: 800;
}

.sp-event-page .event-title-with-cover p,
.sp-event-page .event-description p,
.sp-event-page .event-instructions p,
.sp-event-page .event-guest p,
.sp-event-page .venue-info p,
.sp-event-page .media-box p,
.sp-event-page .comment-form p,
.sp-event-page #comments-section p {
    color: var(--sp-event-text);
    line-height: 1.7;
}

.sp-event-page .text-muted,
.sp-event-page small.text-muted,
.sp-event-page .event-title-with-cover small,
.sp-event-page .venue-info small {
    color: var(--sp-event-muted) !important;
}

.sp-event-page .wishlist-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.78);
    border: 1px solid rgba(147,178,205,0.30);
    box-shadow: 0 8px 20px rgba(66, 98, 130, 0.10);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.sp-event-page .wishlist-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(66, 98, 130, 0.15);
}

.sp-event-page #countdown-wrapper {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 260px;
    max-width: 260px;
    max-height: 58px;
    padding: 14px 14px;
    padding-left: 18px;
    border-radius: 999px;
    background: rgba(147,178,205,0.12);
    border: 1px solid rgba(147,178,205,0.22);
    margin: 14px 0 18px;
}

.sp-event-page .countdown-timer {
    color: var(--sp-event-primary-dark);
    font-weight: 700;
    font-size: 15px;
    white-space: nowrap;
}

.sp-event-page .price-banner,
.sp-event-page .feature-banner,
.sp-event-page .sold-out-banner,
.sp-event-page .featured-banner,
.sp-event-page .days-left-banner,
.sp-event-page .free-event-banner {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 8px 14px;
    margin: 6px 8px 16px 0;
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.10);
}

.sp-event-page .price-banner {
    background: linear-gradient(135deg, #7ca8cc, #5e8bb0);
    color: #fff;
    margin-top: 14px;
}

.sp-event-page .feature-banner,
.sp-event-page .featured-banner {
    background: linear-gradient(135deg, #4f9c77, #3f8666);
    color: #fff;
}

.sp-event-page .sold-out-banner,
.sp-event-page .days-left-banner {
    background: linear-gradient(135deg, #d66c73, #b94f57);
    color: #fff;
}

.sp-event-page .free-event-banner {
    background: linear-gradient(135deg, #64b68c, #4c9a73);
    color: #fff;
}

.sp-event-page .event-dates {
    background: linear-gradient(135deg, rgba(250,252,255,0.82) 0%, rgba(243,247,251,0.72) 100%);
}

.sp-event-page .date-time {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(148,163,184,0.16);
    margin-bottom: 0;
}

.sp-event-page .date-time:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sp-event-page .date-time i {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: rgba(147,178,205,0.12);
    color: var(--sp-event-primary-dark);
    margin-right: 0;
}

.sp-event-page .date-time p,
.sp-event-page .date-info p {
    margin: 0;
    font-size: 15px;
    color: var(--sp-event-text);
    font-weight: 500;
}

.sp-event-page .date-info {
    width: 100%;
}

.sp-event-page .event-description h4,
.sp-event-page .event-instructions h4,
.sp-event-page .event-guest h4,
.sp-event-page .media-box h4,
.sp-event-page .similar-events h4,
.sp-event-page .venue-info h5,
.sp-event-page .tags-box h5,
.sp-event-page .social-share h5,
.sp-event-page .comment-form__title,
.sp-event-page .comment-one__title,
.sp-event-page .event-cta h4 {
    margin: 0 0 16px;
    font-size: 1.35rem;
    color: var(--sp-event-text);
    font-weight: 800;
}

.sp-event-page .event-instructions ul {
    margin: 0;
    padding-left: 20px;
}

.sp-event-page .event-instructions li {
    margin-bottom: 8px;
    color: var(--sp-event-text);
}

.sp-event-page .event-guest img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 14px;
    box-shadow: 0 10px 24px rgba(66, 98, 130, 0.14);
}

.sp-event-page .event-guest h5 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: var(--sp-event-text);
    font-weight: 700;
}

.sp-event-page .media-box-left {
    text-align: left;
}

.sp-event-page .event-gallery img,
.sp-event-page .similar-events img {
    max-width: 100%;
    border-radius: 18px;
}

.sp-event-page .gallery-item {
    height: 260px;
    overflow: hidden;
    border-radius: 18px;
}

.sp-event-page .gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sp-event-page .video-wrapper video {
    width: 100% !important;
    max-width: 560px;
}

.sp-event-page #comments-section {
    padding: 24px;
}

.sp-event-page #comments-section .comment-one__single img,
.sp-event-page #comments-section .comment-one__image i {
    font-size: 58px;
    color: #b59a4d;
}

.sp-event-page .comment-one .comment-one__single {
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(147,178,205,0.18);
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(66, 98, 130, 0.08);
    margin-bottom: 16px;
}

.sp-event-page .comment-one__content .comment-text {
    font-size: 1rem;
    font-style: italic;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.sp-event-page .comment-one__single > .comment-one__content .comment-text::before {
    content: '“';
    font-size: 2.1em;
    color: #d3d9e2;
    position: absolute;
    left: -8px;
    top: -8px;
}

.sp-event-page .comment-one__single > .comment-one__content .comment-text::after {
    content: '”';
    font-size: 2.1em;
    color: #d3d9e2;
    position: absolute;
    right: -4px;
    bottom: -18px;
}

.sp-event-page .comment-reply .comment-text::before,
.sp-event-page .comment-reply .comment-text::after {
    content: none !important;
}

.sp-event-page .comment-one__single {
    border-bottom: 0;
}

.sp-event-page .comment-reply {
    margin-left: 24px;
    margin-top: 14px;
    padding: 14px 16px;
    border-left: 3px solid rgba(147,178,205,0.45);
    border-radius: 0 14px 14px 0;
    background: rgba(147,178,205,0.08);
}

.sp-event-page .comment-form {
    padding: 24px;
}

.sp-event-page .comment-form .form-control,
.sp-event-page .event-search-form .form-search-control,
.sp-event-page .event-search-form .form-select,
.sp-event-page #event_date,
.sp-event-page .product-details__quantity input[type="number"] {
    border-radius: 14px;
    border: 1px solid rgba(147,178,205,0.28);
    background: rgba(255,255,255,0.86);
    color: var(--sp-event-text);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
    min-height: 46px;
}

.sp-event-page .comment-form textarea.form-control {
    min-height: 150px;
}

.sp-event-page .event-cta {
    padding: 24px;
    position: sticky;
    top: 120px;
    background: linear-gradient(135deg, rgba(255,255,255,0.88) 0%, rgba(247,250,253,0.78) 100%);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.sp-event-page .product-details__quantity-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 16px auto 0;
}

.sp-event-page .product-details__quantity-container .row {
    width: 100%;
    margin: 0;
    gap: 14px;
}

.sp-event-page .product-details__quantity-container .form-group {
    width: 100%;
    padding: 14px;
    border-radius: 18px;
    background: rgba(147,178,205,0.08);
    border: 1px solid rgba(147,178,205,0.14);
}

.sp-event-page .product-details__quantity .quantity-box,
.sp-event-page .quantity-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.sp-event-page .align-items-center-count {
    align-items: center !important;
    margin-left: 0;
    margin-bottom: 0;
}

.sp-event-page .quantity-box .btn,
.sp-event-page .event-search-form .btn,
.sp-event-page #show-more-comments .btn,
.sp-event-page .social-share .btn,
.sp-event-page .similar-events .btn,
.sp-event-page .purchase-button-container .theme-btn,
.sp-event-page #vipClaimBtn {
    border-radius: 14px;
    border: 0;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.sp-event-page .quantity-box .btn:hover,
.sp-event-page .event-search-form .btn:hover,
.sp-event-page #show-more-comments .btn:hover,
.sp-event-page .social-share .btn:hover,
.sp-event-page .similar-events .btn:hover,
.sp-event-page .purchase-button-container .theme-btn:hover,
.sp-event-page #vipClaimBtn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(66, 98, 130, 0.14);
}

.sp-event-page .purchase-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sp-event-page .purchase-button-container button,
.sp-event-page .purchase-button-container .theme-btn,
.sp-event-page .theme-btn {
    width: 100%;
    max-width: 100%;
    text-align: center;

}

.sp-event-page #totalPriceBox {
    margin-top: 16px !important;
    padding: 14px 16px;
    background: rgba(79,156,119,0.10);
    border-radius: 16px;
    color: #295b45;
    font-weight: 800;
    width: 100%;
    text-align: center;
}

.sp-event-page #savingsBox {
    margin-top: 8px;
    color: var(--sp-event-success) !important;
    text-align: center;
}

.sp-event-page .venue-info,
.sp-event-page .media-box,
.sp-event-page .tags-box,
.sp-event-page .social-share,
.sp-event-page .event-search-form .social-share {
    margin-top: 30px;
    margin-right: 0;
    border-top: 0;
}

.sp-event-page .venue-info i {
    margin-right: 8px;
    color: var(--sp-event-primary-dark);
}

.sp-event-page .map,
.sp-event-page #map {
    border-radius: 20px;
    overflow: hidden;
}

.sp-event-page .tags-box .tag-btn {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 8px 12px;
    background: rgba(147,178,205,0.14);
    color: var(--sp-event-primary-dark);
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    border: 1px solid rgba(147,178,205,0.18);
    text-decoration: none;
}

.sp-event-page .social-share a {
    margin: 0 0 10px;
}

.sp-event-page .social-share .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    margin-bottom: 10px;
    color: #fff;
}

.sp-event-page .social-share .btn i {
    margin-right: 8px;
}

.sp-event-page .social-share .btn-facebook { background: linear-gradient(135deg, #4967aa, #35508f); }
.sp-event-page .social-share .btn-twitter { background: linear-gradient(135deg, #5aaeea, #3a8dca); }
.sp-event-page .social-share .btn-linkedin { background: linear-gradient(135deg, #1f86c5, #00679f); }
.sp-event-page .social-share .btn-email { background: linear-gradient(135deg, #ec6d62, #da4e43); }

.sp-event-page .event-search-form .form-row {
    display: block;
}

.sp-event-page .date-range-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
}

.sp-event-page .form-search-control,
.sp-event-page .input-text {
    height: calc(1.55rem + 18px);
    padding: 10px 14px;
    border-radius: 14px;
    outline: 0;
    background-color: rgba(255,255,255,0.86);
    border: 1px solid rgba(147,178,205,0.25);
    color: var(--sp-event-text);
    font-size: 0.95rem;
    width: 100%;
}

.sp-event-page #event_name.form-search-control {
    color: var(--sp-event-text) !important;
}

.sp-event-page .search-keywords-text::placeholder {
    color: #5f7185 !important;
    opacity: 1;
}

.sp-event-page .original-price {
    text-decoration: line-through;
    color: var(--sp-event-danger);
    margin-right: 10px;
}

.sp-event-page .similar-events .single-service-event {
    text-align: left;
    background: rgba(255,255,255,0.70);
    border: 1px solid rgba(147,178,205,0.14);
    border-radius: 22px;
    box-shadow: 0 12px 26px rgba(66, 98, 130, 0.10);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 14px;
}

.sp-event-page .similar-events .single-service-event .event-image {
    width: 100%;
    height: 210px;
    object-fit: cover;
    position: relative;
    margin-left: 0;
    margin-top: 0;
    border-radius: 18px;
}

.sp-event-page .similar-events .single-service-event .details {
    padding: 16px 8px 8px;
}

.sp-event-page .similar-events .single-service-event .details h5 {
    font-weight: 800;
    color: var(--sp-event-text);
    margin-bottom: 10px;
}

.sp-event-page .similar-events .single-service-event .details p,
.sp-event-page .similar-events .single-service-event .details div {
    color: var(--sp-event-text);
}

.sp-event-page .similar-events .single-service-event .event-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: static;
    background: rgba(147,178,205,0.10);
    color: var(--sp-event-primary-dark);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    margin-top: 14px;
}

.sp-event-page .discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(79,156,119,0.12);
    color: var(--sp-event-success);
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
}

.sp-event-page .owl-nav-custom button {
    border: 1px solid rgba(147,178,205,0.22);
    background: rgba(255,255,255,0.78);
    box-shadow: 0 8px 20px rgba(66, 98, 130, 0.10);
}

.sp-event-page hr {
    border-top: 1px solid rgba(148,163,184,0.16);
    opacity: 1;
}

.sp-event-page .alert {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.45);
}

.sp-event-page .btn-primary,
.sp-event-page .theme-btn.btn-style-one,
.sp-event-page .theme-btn.btn-style-one.btn-primary,
.sp-event-page #show-more-comments .btn,
.sp-event-page .similar-events .btn-primary {
    background: linear-gradient(135deg, #93b2cd, #6f95b7);
    color: #fff;
}

.sp-event-page .btn-secondary {
    background: linear-gradient(135deg, #a7b2bf, #7d8897);
    color: #fff;
}

.sp-event-page .btn-success {
    background: linear-gradient(135deg, #62ac85, #468d69);
    color: #fff;
}

.sp-event-page .btn-outline-primary {
    border-radius: 14px;
    border: 1px solid rgba(147,178,205,0.35);
    color: var(--sp-event-primary-dark);
    background: rgba(147,178,205,0.08);
}

.sp-event-page .btn-outline-secondary {
    border-radius: 12px;
}

.sp-event-page .icon-white {
    color: #fff;
}

.sp-event-page #toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(135deg, #4f9c77, #3e8463);
    color: #fff;
    padding: 12px 20px;
    border-radius: 14px;
    font-size: 14px;
    display: none;
    z-index: 9999;
    box-shadow: 0 12px 30px rgba(15,23,42,0.22);
}

.sp-event-page .right-column-1080,
.sp-event-page .col-md-8,
.sp-event-page .col-md-4 {
    width: 100% !important;
    max-width: 100%;
    flex: 0 0 auto;
    margin-right: 0 !important;
}

.sp-event-page .sp-event-date-range-separator {
    font-size: 13px;
    color: var(--sp-event-muted);
    text-align: center;
    line-height: 1;
}

@media (max-width: 1199px) {
    .sp-event-page .sp-event-main-grid {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 22px;
    }
    
}

@media (max-width: 1024px) {
    .sp-event-page .sp-event-main-grid {
        grid-template-columns: 1fr;
    }

    .sp-event-page .sp-event-main-right,
    .sp-event-page .sp-event-main-left {
        width: 100%;
    }

    .sp-event-page .event-cta {
        position: relative;
        top: 0;
    }

.sp-event-page .date-range-wrapper {
    display: block;
    width: 96%;
}

.sp-event-page .date-range-wrapper .form-group {
    width: 96%;
    margin: 0;
}

.sp-event-page .sp-event-date-range-separator {
    display: block;
    width: 96%;
    text-align: center;
    font-size: 13px;
    color: var(--sp-event-muted);
    margin: 6px 0 8px;
}

    .sp-event-page #countdown-wrapper {
        min-width: 100%;
    }
}

.sp-event-page .sp-event-date-range-separator {
    font-size: 13px;
    color: var(--sp-event-muted);
    text-align: center;
    line-height: 1;
}

@media (max-width: 767px) {
    .sp-event-page #countdown-wrapper {
        min-width: 100%;
    }
}


@media (max-width: 767px) {
    .sp-event-page {
        padding-top: 10px;
    }

    .sp-event-page .sp-event-hero-card,
    .sp-event-page .event-description,
    .sp-event-page .event-instructions,
    .sp-event-page .media-box,
    .sp-event-page .tags-box,
    .sp-event-page .similar-events,
    .sp-event-page .social-share,
    .sp-event-page .venue-info,
    .sp-event-page .event-guest,
    .sp-event-page #comments-section,
    .sp-event-page .comment-form,
    .sp-event-page .event-dates,
    .sp-event-page .event-cta {
        padding: 18px;
        border-radius: 20px;
    }

    .sp-event-page .event-title-with-cover {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sp-event-page .event-title-with-cover img {
        max-width: 100%;
        height: auto;
        min-height: 220px;
    }

    .sp-event-page .event-title-with-cover h4 {
        font-size: 1.5rem;
    }

    .sp-event-page .gallery-item {
        height: 220px;
    }

    .sp-event-page .col-md-8,
    .sp-event-page .col-md-4 {
        width: 100% !important;
        margin-right: 0 !important;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
 .sp-event-page #countdown-wrapper {

    min-width: 340px !important;
    max-width: 350px !important;

}
}


/* =========================================================
   PAGE CURVE V5
========================================================= */

@font-face {
    font-family: 'TenorSans';
    src: url('/fonts/TenorSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-mini-hero .hero-title {
    font-family: 'TenorSans', serif;
    letter-spacing: 1.5px;
}

.test-curved-hero {
    position: relative;
    margin-top: -90px;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 10px 18px rgba(0,0,0,0.12);
}

.test-curved-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

.test-curved-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 30px 20px 45px;
    color: #ffffff;
}

.test-curved-hero-content h2,
.hero-title,
.sidebar-search h2 {
    font-family: 'TenorSans', serif;
    margin-top: 90px;
    letter-spacing: 1.5px;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.test-curved-hero-content p {
    color: rgba(255,255,255,0.92);
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

@media (max-width: 991.98px) {
    .test-curved-hero {
        min-height: 200px;
        border-bottom-left-radius: 50% 18%;
        border-bottom-right-radius: 50% 18%;
        margin-top: -90px
    }

    .test-curved-hero-content {
        padding: 24px 16px 34px;
        margin-top: 20px;
    }

    .test-curved-hero-content h2 {
        font-size: 30px;
    }

    .test-curved-hero-content p {
        font-size: 14px;
    }
    
    .about-btn {
        margin-bottom: 40px;
    }
}

@media (max-width: 575.98px) {
    .test-curved-hero {
        min-height: 210px !important;
        border-bottom-left-radius: 50% 18%;
        border-bottom-right-radius: 50% 18%;
        margin-top: -80px;
    }

    .test-curved-hero-content {
        padding: 20px 14px 28px;
        margin-top: 10px;
    }

    .test-curved-hero-content h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .test-curved-hero-content p {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* =========================================================
   SEARCH RESULTS V5
========================================================= */

.empty-search-state {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    max-width: 720px;
    margin: 10px auto 0;
}

.empty-search-state-inline {
    max-width: 98%;
    margin: 18px auto 0;
}

.empty-search-state-inline h5 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #163a63;
}

.empty-search-state-inline p {
    color: #5b6b7f;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}
.highlight {
    background: #fff3cd;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
}

.sidebar__category-list li a .badge-pill {
    background-color: #ff5722;
    color: white;
    border-radius: 50%;
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 10px;
    padding: 0;
    line-height: 1;
}
/* =========================================================
   EVENTS MOBILE/TABLET STICKY PURCHASE BAR
========================================================= */
.sp-event-page .sp-event-mobile-purchase-bar {
    display: none;
}

@media (max-width: 1024px) {
    .sp-event-page .sp-event-mobile-purchase-bar {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        background: rgba(255,255,255,0.97);
        border-top: 1px solid rgba(147,178,205,0.22);
        box-shadow: 0 -10px 30px rgba(66, 98, 130, 0.16);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .sp-event-page .sp-event-mobile-purchase-inner {
        max-width: 100%;
    }

    .sp-event-page .sp-event-mobile-ticket-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 10px;
    }

    .sp-event-page .sp-event-mobile-ticket-row {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px;
        align-items: center;
    }

    .sp-event-page .sp-event-mobile-ticket-name {
        font-size: 14px;
        font-weight: 700;
        color: var(--sp-event-text);
        line-height: 1.2;
    }

    .sp-event-page .sp-event-mobile-ticket-controls {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(147,178,205,0.10);
        border: 1px solid rgba(147,178,205,0.16);
        border-radius: 999px;
        padding: 4px 6px;
    }

    .sp-event-page .sp-event-mobile-qty-btn {
        width: 32px;
        height: 32px;
        min-width: 32px;
        border: 0;
        border-radius: 50%;
        background: #93b2cd;
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        cursor: pointer;
        padding: 0;
        line-height: 1;
    }

    .sp-event-page .sp-event-mobile-qty-btn:hover {
        background: #6f95b7;
    }

    .sp-event-page .sp-event-mobile-qty-value {
        min-width: 22px;
        text-align: center;
        font-size: 15px;
        font-weight: 800;
        color: var(--sp-event-text);
    }

    .sp-event-page .sp-event-mobile-purchase-footer {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
        align-items: center;
        border-top: 1px solid rgba(147,178,205,0.14);
        padding-top: 10px;
    }

    .sp-event-page .sp-event-mobile-purchase-summary {
        min-width: 0;
    }

    .sp-event-page .sp-event-mobile-purchase-label {
        font-size: 11px;
        line-height: 1.1;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: var(--sp-event-muted);
        margin-bottom: 3px;
    }

    .sp-event-page .sp-event-mobile-purchase-value {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 800;
        color: var(--sp-event-text);
        white-space: nowrap;
    }

    .sp-event-page .sp-event-mobile-purchase-btn {
        min-width: 170px;
        min-height: 46px;
        padding: 18px 18px !important;
        border-radius: 999px !important;
        white-space: nowrap;
        box-shadow: none !important;
    }

    .sp-event-page {
        padding-bottom: 150px;
    }
}

@media (max-width: 575.98px) {
    .sp-event-page .sp-event-mobile-ticket-name {
        font-size: 13px;
    }

    .sp-event-page .sp-event-mobile-qty-btn {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .sp-event-page .sp-event-mobile-qty-value {
        font-size: 14px;
    }

    .sp-event-page .sp-event-mobile-purchase-footer {
        grid-template-columns: 84px 1fr;
        gap: 10px;
    }

    .sp-event-page .sp-event-mobile-purchase-btn {
        width: 100%;
        min-width: 0;
        font-size: 12px;
    }

    .sp-event-page {
        padding-bottom: 155px;
    }
}

/* =========================================================
   PRAYERS V5
========================================================= */

  .prayers-wrapper {
    max-width: 98%;
    margin: 0 auto;
  }

  .prayers-hero {
    padding: 40px 0 10px;
    text-align: left;
  }

  .prayers-hero h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .prayers-hero p {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 0;
  }

  .prayers-message-card {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 18px 20px 18px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  }

  .prayers-section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  /* Main prayer card */
  .prayer-card {
    width: 100%;
    margin: 0 0 22px 0;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.15);
    overflow: hidden;
    border: 1px solid rgba(229, 231, 235, 0.9);
  }

  .prayer-card-banner {
    height: 130px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .prayer-card-inner {
    padding: 0 26px 18px 26px;
    position: relative;
  }

  .prayer-card-photo-wrap {
    position: relative;
    width: 124px;
    height: 124px;
    border-radius: 24px;
    overflow: hidden;
    margin: -60px auto 12px auto;
    border: 4px solid #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.3);
    background: #e5e7eb;
  }

  .prayer-card-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Name + meta: serif for name, sans for meta */
  .prayer-card-name {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 6px;
    color: #111827;
  }

  .prayer-card-meta {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 12px;
    text-align: center;
    color: #6b7280;
    margin-bottom: 12px;
  }

  .prayer-card-meta span.dot {
    display: inline-block;
    margin: 0 4px;
  }

  /* Message / quote */
  .prayer-card-message {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    text-align: left;
    margin: 12px 0 18px 0;
    position: relative;
  }

  .prayer-card-message::before,
  .prayer-card-message::after {
    content: "“";
    font-size: 30px;
    color: #f97316;
    opacity: 0.35;
    position: absolute;
  }

  .prayer-card-message::before {
    left: -12px;
    top: -12px;
  }

  .prayer-card-message::after {
    content: "”";
    right: -8px;
    bottom: -18px;
  }

  .prayer-card-divider {
    height: 1px;
    width: 100%;
    background: #e5e7eb;
    margin-bottom: 12px;
  }

  .prayer-card-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 13px;
  }

  .prayer-card-footer .candles-count {
    color: #6b7280;
  }

  .prayer-card-footer .candles-count span {
    font-weight: 600;
    color: #f97316;
  }

  .prayer-card-footer .btn {
    font-size: 13px;
    border-radius: 999px;
    padding: 6px 14px;
  }

  .prayer-card-footer .btn-outline-warning {
    border-color: #f97316;
    color: #c2410c;
    background: #fffbeb;
  }

  .prayer-card-footer .btn-outline-warning:hover {
    background: #f97316;
    color: #fff;
  }

  .prayer-card-footer .btn-outline-secondary {
    border-color: #d1d5db;
    color: #4b5563;
    background: #ffffff;
  }

  .prayer-card-footer .btn-outline-secondary:hover {
    background: #e5e7eb;
  }

  .prayer-card-footer .share-icon {
    margin-right: 6px;
  }

  /* Inline flickering candle icon inside button */
  .prayers-candle-btn {
    position: relative;
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .candle-icon-inline {
    position: relative;
    width: 12px;
    height: 18px;
    background: #f5deb3;
    border-radius: 3px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    animation: candleBodyPulse 3.2s ease-in-out infinite;
  }

  .candle-icon-inline::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 7px;
    height: 11px;
    background: #ffce54;
    border-radius: 50% 50% 40% 40%;
    box-shadow: 0 0 7px rgba(255, 206, 84, 0.9);
    animation: candleFlameFlicker 1.4s ease-in-out infinite;
  }

  /* Overlay candle (for cards with candles already lit) */
  .prayers-candle-overlay {
    position: absolute;
    bottom: 8px;
    right: 4px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .candle-icon {
    position: relative;
    width: 16px;
    height: 22px;
    background: #f5deb3;
    border-radius: 3px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    animation: candleBodyPulse 3.2s ease-in-out infinite;
  }

  .candle-icon::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 14px;
    background: #ffce54;
    border-radius: 50% 50% 40% 40%;
    box-shadow: 0 0 8px rgba(255, 206, 84, 0.9);
    animation: candleFlameFlicker 1.4s ease-in-out infinite;
  }

  .prayers-candle-overlay::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    width: 45px;
    height: 45px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,206,84,0.9), rgba(255,206,84,0));
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    z-index: -1;
  }

  .candle-level-low .prayers-candle-overlay::after {
    opacity: 0.6;
  }

  .candle-level-medium .prayers-candle-overlay::after {
    opacity: 0.85;
  }

  .candle-level-strong .prayers-candle-overlay::after {
    opacity: 1;
  }

  .prayers-toast {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #10b981;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 5000;
  }

  .prayers-toast.show {
    opacity: 1;
    transform: translateX(-50%) translateY(-8px);
  }

  .prayers-heart {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #ef4444;
    animation: prayersHeartFloat 0.8s ease-out forwards;
    pointer-events: none;
  }

  @keyframes prayersHeartFloat {
    0% {
      transform: translate(-50%, 0);
      opacity: 1;
    }
    60% {
      transform: translate(-50%, -14px);
      opacity: 0.9;
    }
    100% {
      transform: translate(-50%, -24px);
      opacity: 0;
    }
  }

  #candle-alert {
    transition: opacity 0.5s ease;
  }

  #candle-alert.fade-out {
    opacity: 0;
  }

  /* Anniversaries card */
  .prayers-anniversary-card {
    border-radius: 20px;
    background: linear-gradient(120deg, #fee2e2, #e0f2fe);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
    padding: 16px 18px 14px;
    border: 1px solid rgba(248, 250, 252, 0.9);
    margin-bottom: 20px;
  }

  .prayers-anniversary-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .prayers-anniversary-sub {
    font-size: 13px;
    color: #374151;
    margin-bottom: 6px;
  }

  .prayers-anniversary-badge {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #b91c1c;
  }

  @media (max-width: 575.98px) {
    .prayer-card-inner {
      padding: 0 18px 16px 18px;
    }

.prayer-card-footer {
    grid-template-columns: 1fr;
    text-align: center;
}

.prayer-card-footer .btn {
    width: 100%;
    justify-content: center;
}
  }

  @keyframes candleBodyPulse {
    0% {
      transform: scaleY(1);
    }
    50% {
      transform: scaleY(1.03);
    }
    100% {
      transform: scaleY(1);
    }
  }

  @keyframes candleFlameFlicker {
    0% {
      transform: translateX(-50%) translateY(0) scale(1);
      box-shadow: 0 0 8px rgba(255, 206, 84, 0.9);
      opacity: 1;
    }
    25% {
      transform: translateX(-50%) translateY(-1px) scale(1.05);
      box-shadow: 0 0 10px rgba(255, 206, 84, 1);
      opacity: 0.95;
    }
    50% {
      transform: translateX(-50%) translateY(1px) scale(0.97);
      box-shadow: 0 0 7px rgba(255, 206, 84, 0.8);
      opacity: 0.9;
    }
    75% {
      transform: translateX(-50%) translateY(-0.5px) scale(1.03);
      box-shadow: 0 0 11px rgba(255, 206, 84, 1);
      opacity: 0.96;
    }
    100% {
      transform: translateX(-50%) translateY(0) scale(1);
      box-shadow: 0 0 8px rgba(255, 206, 84, 0.9);
      opacity: 1;
    }
  }
  @keyframes prayerCardFadeUp {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.prayer-animate {
  opacity: 0;
  animation: prayerCardFadeUp 0.6s ease forwards;
}



/* =========================================================
   EXTERNAL LINKS V5
========================================================= */

        /* Overall page spacing */
        .pl-page-wrap { margin-top: 10px; }

        /* Controls */
        .pl-controls { gap: 10px; }
        .pl-controls-group { gap: 10px; }
        .pl-count { white-space: nowrap; }
        .pl-select { min-width: 170px; }

        /* Section panel */
        .pl-section {
          border: 1px solid rgba(0,0,0,.06);
          border-radius: 16px;
          background: rgba(255,255,255,.8);
          box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
          padding: 18px;
          margin-bottom: 16px;
        }

        .pl-section-title {
          font-weight: 800;
          margin: 0 0 6px 0;
          letter-spacing: .2px;
        }

        .pl-section-sub {
          margin: 0 0 14px 0;
          opacity: .75;
          line-height: 1.55;
        }

        /* Support callout */
        .pl-callout {
          border-radius: 14px;
          border: 1px solid rgba(0,0,0,.06);
          background: rgba(0,0,0,.02);
          padding: 14px;
          margin: 12px 0 14px 0;
        }

        .pl-callout strong { font-weight: 800; }
        .pl-callout small { opacity: .8; }

        .pl-callout-row {
          gap: 10px;
        }

        /* Grid cards */
        .pl-card {
          border: 1px solid rgba(0,0,0,.06);
          border-radius: 14px;
          background: rgb(235 243 251 / 92%);
          overflow: hidden;
          height: 100%;
          transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
        }

        .pl-card:hover {
          transform: translateY(-2px);
          box-shadow: 0 14px 34px rgba(17, 24, 39, 0.10);
          border-color: rgba(0,0,0,.10);
        }

        .pl-card-wrap {
          position: relative;
        }

        .pl-badge-pinned {
          position: absolute;
          top: 10px;
          right: 10px;
          z-index: 2;
          padding: 6px 10px;
          border-radius: 999px;
          font-size: 12px;
          font-weight: 800;
          background: rgb(236 251 2);
          border: 1px solid rgba(13, 110, 253, 0.22);
          color: rgba(13, 110, 253, 0.95);
          backdrop-filter: blur(2px);
        }

        .pl-card-img {
          width: 100%;
          height: 180px;
          object-fit: cover;
          border-bottom: 1px solid rgba(0,0,0,.06);
          background: rgba(0,0,0,.03);
        }

        .pl-card-body { padding: 14px; }
        .pl-card-title { font-weight: 800; margin: 8px 0 6px 0; }
        .pl-card-company { opacity: .75; margin-bottom: 8px; }

        /* List rows */
        .pl-row {
          border: 1px solid rgba(0,0,0,.06);
          border-radius: 14px;
          background: rgba(255,255,255,.92);
          padding: 14px;
          margin-bottom: 12px;
          transition: box-shadow .18s ease, border-color .18s ease;
        }

        .pl-row:hover {
          box-shadow: 0 12px 28px rgba(17, 24, 39, 0.10);
          border-color: rgba(0,0,0,.10);
        }

        .pl-row-flex {
          gap: 16px;
        }

        .pl-row-media {
          min-width: 110px;
        }

        .pl-row-content {
          flex: 1;
        }

        .pl-row-title { font-weight: 800; margin-bottom: 6px; }
        .pl-row-meta { opacity: .75; margin-bottom: 10px; }

        .pl-row-img {
          width: 110px;
          height: auto;
          border-radius: 12px;
          border: 1px solid rgba(0,0,0,.06);
          background: rgba(0,0,0,.03);
        }

        /* Placeholder when no image */
        .pl-img-ph {
          width: 110px;
          height: 70px;
          border-radius: 12px;
          border: 1px dashed rgba(0,0,0,.14);
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 12px;
          opacity: .65;
          background: rgba(0,0,0,.02);
        }

        /* Button */
        .pl-btn-soft {
          border-radius: 999px;
          padding-left: 14px;
          padding-right: 14px;
        }

        /* Footer note */
        .pl-mini-hr { border-top: 1px solid rgba(0,0,0,.06); }
        .pl-disclaimer { font-size: 12px; }

        @media (max-width: 576px) {
          .pl-select { min-width: 150px; }
          .pl-section { padding: 14px; }
        }
        
/* =========================================================
   MEDIA APPEARANCES V5
========================================================= */

  /* Subtle view-load animation */
  .pma-fade-in { animation: pmaFadeIn .18s ease-in; }
  @keyframes pmaFadeIn {
    from { opacity: 0; transform: translateY(3px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* Controls */
  .pma-controls .form-control { min-width: 180px; }
  .pma-controls .btn-group .btn { min-width: 40px; }
  .pma-controls-wrap { gap: 12px; }
  .pma-controls-left { gap: 12px; }
  .pma-view-row { gap: 8px; }

  /* Common bits */
  .pma-badge-soft {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(0,0,0,.06);
    font-size: 12px;
    font-weight: 700;
  }

  /* Featured placeholder (ready for future is_featured flag) */
  .pma-featured {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(255, 193, 7, .20);
    font-size: 12px;
    font-weight: 800;
  }

  /* Timeline */
  .pma-timeline {
    position: relative;
    padding-left: 28px;
  }

  .pma-timeline:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: rgba(0,0,0,.12);
  }

  .pma-item {
    position: relative;
    padding: 18px;
    margin: 0 0 18px 0;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    background: #fff;
  }

  .pma-item:before {
    content: "";
    position: absolute;
    left: -24px;
    top: 22px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #111;
  }

  .pma-item-flex { gap: 16px; }
  .pma-item-media { min-width: 140px; }
  .pma-item-content { flex: 1; }
  .pma-item-head { gap: 10px; }

  .pma-year {
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 6px;
  }

  .pma-title {
    font-weight: 800;
    margin-bottom: 6px;
  }

  .pma-company {
    opacity: .75;
    margin-bottom: 10px;
  }

  .pma-img {
    width: 140px;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.08);
  }

  /* Grid */
  .pma-card {
    position: relative;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    height: 100%;
    transition: all .25s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
  }

  .pma-card:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: radial-gradient(
      circle at top left,
      rgba(120, 180, 255, 0.25),
      transparent 60%
    );
    opacity: 0;
    transition: opacity .25s ease;
    pointer-events: none;
  }

  .pma-card:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 14px 30px rgba(0,0,0,.18);
  }

  .pma-card:hover:before {
    opacity: 1;
  }

  .pma-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 1px solid rgba(0,0,0,.08);
  }

  .pma-card-body { padding: 14px; }
  .pma-card-head { gap: 10px; }
  .pma-card-feature-row { gap: 8px; }
  .pma-card-title { font-weight: 800; margin: 10px 0 6px 0; }
  .pma-card-company { opacity:.75; margin-bottom: 10px; }

  /* List */
  .pma-row {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    background: #fff;
    padding: 14px;
    margin-bottom: 14px;
  }

  .pma-row-flex { gap: 16px; }
  .pma-row-media { min-width: 110px; }
  .pma-row-content { flex: 1; }
  .pma-row-head { gap: 10px; }

  .pma-row-title {
    font-weight: 800;
    margin-bottom: 6px;
  }

  .pma-row-meta {
    opacity: .75;
    margin-bottom: 10px;
  }

  .pma-row-img {
    width: 110px;
    height: auto;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.08);
  }

  /* Small screens */
  @media (max-width: 576px) {
    .pma-controls .form-control { min-width: 160px; }
    .pma-img { width: 120px; }
  }


/* =========================================================
   WISHLIST V5
========================================================= */

.pw-card.pw-product-card,
.pw-card.pw-course-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
}

.pw-card.pw-product-card:hover,
.pw-card.pw-course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.pw-card-img-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.pw-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.pw-card-text {
    font-size: 14px;
    color: #555;
    line-height: 22px;
}

.pw-price span {
    font-size: 18px;
    font-weight: bold;
}

.pw-discount-badge {
    display: inline-block;
    background: #dc3545;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.pw-days-left-badge {
    margin-top: 10px;
    background: #fcd307;
    color: #000;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
}

.pw-product-tag.pw-voucher {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #007bff;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 10;
}

.pw-product-tag.pw-product {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4757;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 10;
}

.pw-card-buttons .btn {
    font-size: 12px;
    padding: 6px 14px;
    margin: 3px;
    text-transform: uppercase;
}

.pw-card-buttons {
    margin-top: 10px;
}

.pw-section-title {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    color: #222;
}

.pw-search-bar-section {
    margin-bottom: 17px;
}

.pw-highlight {
    background: #fff3cd;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
}

.pw-wishlist-button {
    background: none;
    border: none;
    color: #ff4081;
    font-size: 20px;
}

.pw-wishlist-button:hover {
    color: #e60073;
}

.pw-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    display: none;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.pw-row-main {
    position: relative;
}

.pw-auth-message {
    margin-bottom: 0;
}

.pw-auth-actions {
    margin-top: 1.5rem;
}

.pw-card-buttons-flex {
    display: flex;
    gap: 0.5rem;
}

.pw-empty-alert {
    text-align: center;
}

.pw-empty-alert p {
    margin-bottom: 0;
}

/* =========================================================
   MEMBERS V5
========================================================= */

/* ---------- HERO ---------- */
.members-hero{
  padding: 64px 0 26px;
}

.members-hero__inner{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 22px;
  align-items: stretch;
}

@media (max-width: 991px){
  .members-hero__inner{ grid-template-columns: 1fr; }
}

.members-hero__title{
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  font-weight: 850;
  line-height: 1.08;
}

.members-hero__lead{
  color: var(--members-text);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 18px;
}

.members-hero__cta{
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.members-hero__link{
  color: var(--members-muted);
  text-decoration: none;
  font-weight: 750;
}

.members-hero__link:hover{
  color: rgba(17,24,39,.86);
}

.members-hero__panel{}

.members-hero__stat{
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 14px;
  padding: 12px 12px;
  margin-bottom: 8px;
  background: rgba(251,251,246,.81);
}

.members-hero__statLabel{
  font-size: .82rem;
  color: var(--members-muted);
  font-weight: 750;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.members-hero__statValue{
  color: rgba(17,24,39,.90);
  font-weight: 800;
  line-height: 1.3;
}

.members-recurring-active{
  margin-top: 14px;
  padding: 12px 16px;
  background: #e8f8f0;
  border-radius: 8px;
  font-weight: 600;
  color: #166534;
}

/* ---------- SECTION HEADERS ---------- */
.members-section-head{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.members-section-head h3,
.members-section-head h2,
.members-section-head h4{
  margin: 0;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.members-section-head p{
  margin: 8px 0 0;
  color: var(--members-muted);
}

/* ---------- DIVIDERS ---------- */
.members-divider{
  width: 70%;
  margin: 10px auto 0;
  opacity: .15;
}

/* ---------- PROMOTIONS / FEATURES GRID ---------- */
.members-features{
  padding: 10px 0 30px;
}

.members-features__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 991px){
  .members-features__grid{ grid-template-columns: 1fr; }
}

.members-feature-card{
  border: 1px solid var(--members-border);
  border-radius: var(--members-radius);
  background: rgba(255,255,255,.86);
  box-shadow: var(--members-shadow-sm);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.members-feature-card:hover{
  transform: translateY(-3px);
  border-color: rgba(17,24,39,.16);
  box-shadow: var(--members-shadow);
}

.members-feature-card__img{
  width: 100%;
  height: 160px;
  background: rgba(17,24,39,.04);
  overflow: hidden;
}

.members-feature-card__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.members-feature-card__body{
  padding: 14px 14px 16px;
}

.members-feature-card__title{
  margin: 0 0 6px;
  font-weight: 850;
  font-size: 1.02rem;
  line-height: 1.25;
}

.members-feature-card__text{
  margin: 0;
  color: var(--members-muted);
  line-height: 1.55;
  font-size: .95rem;
}

/* ---------- TIERS ---------- */
#tiers{ scroll-margin-top: 90px; }

.members-tiers-scroll{
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 6px 2px 14px;
  margin: 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.members-tiers-scroll::-webkit-scrollbar{ height: 10px; }
.members-tiers-scroll::-webkit-scrollbar-track{ background: rgba(17,24,39,.06); border-radius: 999px; }
.members-tiers-scroll::-webkit-scrollbar-thumb{ background: rgba(17,24,39,.18); border-radius: 999px; }

.members-tier-slide{
  flex: 0 0 calc(50% - 8px);
  scroll-snap-align: start;
  display: flex;
}

@media (max-width: 991px){
  .members-tier-slide{ flex-basis: 70%; }
}

@media (max-width: 767px){
  .members-tier-slide{ flex-basis: 100%; }
}

.members-tier-card{
  position: relative;
  border: 1px solid var(--members-border);
  border-radius: var(--members-radius);
  background: rgba(255,255,255,.90);
  box-shadow: var(--members-shadow-sm);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  height: 100%;
}

.members-tier-card:hover{
  transform: translateY(-3px);
  border-color: rgba(17,24,39,.16);
  box-shadow: var(--members-shadow);
}

.members-tier-card__header{
  padding: 14px 16px 12px;
  border-bottom: 1px solid rgba(17,24,39,.08);
  background:
    radial-gradient(900px 180px at 10% 0%, rgba(250,247,175,.22), transparent 55%),
    linear-gradient(135deg, rgba(99,102,241,.16), rgba(250,247,175,.16));
}

.members-tier-card__headerInner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.members-tier-card__headerContent{
  flex: 1 1 auto;
  min-width: 0;
}

.members-tier-card__name{
  margin: 0;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.members-tier-card__sub{
  margin-top: 8px;
}

.members-tier-card__desc{
  padding: 0 16px 14px;
  color: var(--members-muted);
  font-size: .95rem;
  line-height: 1.55;
}

.members-tier-card__p{
  margin: 0 0 10px;
}

.members-tier-card__bottom{
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(17,24,39,.08);
  background: rgba(255,255,255,.70);
}

.members-tier-card__small{
  font-size: .82rem;
  color: var(--members-muted);
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

.members-tier-prices{
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.members-tier-prices li{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(17,24,39,.14);
}

.members-tier-prices li:last-child{ border-bottom: 0; }

.members-tier-prices strong{
  font-weight: 900;
  color: rgba(17,24,39,.92);
}

.members-tier-card--c1 .members-tier-card__header{
  background:
    radial-gradient(900px 180px at 10% 0%, rgba(250,247,175,.22), transparent 55%),
    linear-gradient(135deg, rgba(250,247,175,.26), rgba(245,158,11,.14));
}

.members-tier-card--c2 .members-tier-card__header{
  background:
    radial-gradient(900px 180px at 10% 0%, rgba(99,102,241,.18), transparent 55%),
    linear-gradient(135deg, rgba(99,102,241,.20), rgba(168,85,247,.14));
}

.members-tier-card--c3 .members-tier-card__header{
  background:
    radial-gradient(900px 180px at 10% 0%, rgba(34,197,94,.16), transparent 55%),
    linear-gradient(135deg, rgba(34,197,94,.18), rgba(20,184,166,.14));
}

.members-tier-card--c4 .members-tier-card__header{
  background:
    radial-gradient(900px 180px at 10% 0%, rgba(239,68,68,.14), transparent 55%),
    linear-gradient(135deg, rgba(239,68,68,.16), rgba(244,63,94,.14));
}

.members-tier-card__header .members-badge{
  background: rgba(255,255,255,.55);
  border-color: rgba(17,24,39,.12);
}

.members-tier-badges{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.members-badge{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 850;
  font-size: .82rem;
  border: 1px solid rgba(17,24,39,.12);
  background: rgba(17,24,39,.04);
  color: rgba(17,24,39,.86);
}

.members-badge--accent{
  border-color: rgba(250,247,175,.45);
  background: rgba(250,247,175,.22);
}

.members-badge--success{
  border-color: rgba(16,185,129,.30);
  background: rgba(16,185,129,.12);
  color: rgba(6,95,70,.95);
}

.members-badge--info{
  border-color: rgba(59,130,246,.22);
  background: rgba(59,130,246,.10);
  color: rgba(30,64,175,.95);
}

.members-badge--primary{
  border-color: rgba(99,102,241,.22);
  background: rgba(99,102,241,.10);
  color: rgba(67,56,202,.95);
}

.members-tier-card__desc ul,
.members-tier-bullets{
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0;
}

.members-tier-card__desc li,
.members-tier-bullets li{
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  color: rgba(17,24,39,.78);
  line-height: 1.5;
  font-size: .95rem;
}

.members-tier-card__desc li::before,
.members-tier-bullets li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(17,24,39,.55);
  font-weight: 700;
}

/* ---------- COMING SOON ---------- */
.members-coming-card{
  border: 1px solid var(--members-border);
  border-radius: var(--members-radius);
  background: rgba(255,255,255,.90);
  box-shadow: var(--members-shadow-sm);
}

.members-coming-card__body{
  padding: 16px;
}

.members-coming-card__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.members-coming-card__titleWrap{
  min-width: 240px;
}

.members-coming-card__title{
  margin: 0 0 4px;
  font-weight: 900;
}

.members-coming-card__countdownWrap{
  min-width: 220px;
}

.members-coming-card__countdownLabel{
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.members-coming-card__countdown{
  font-variant-numeric: tabular-nums;
  font-weight: 900;
}

.members-coming-card__text{
  flex: 1 1 auto;
  min-width: 240px;
  line-height: 1.55;
}

.members-coming-card__textBlock{
  margin-bottom: 8px;
}

.members-coming-card__textBlock:last-child{
  margin-bottom: 0;
}

.members-coming-card__textBlockTop{
  margin-top: 8px;
}

/* ---------- WHY JOIN ---------- */
.members-why{
  padding: 54px 0;
  background:
    radial-gradient(1100px 520px at 15% 0%, rgba(250,247,175,.14), transparent 60%),
    linear-gradient(180deg, rgba(17,24,39,.03), transparent);
}

.members-why__wrap{
  border: 1px solid var(--members-border);
  border-radius: 22px;
  background: rgb(255 255 255 / 79%);
  box-shadow: var(--members-shadow);
  overflow: hidden;
}

.members-why__inner{
  display: grid;
  grid-template-columns: 1fr;
  padding: 22px;
}

@media (max-width: 991px){
  .members-why__inner{ padding: 18px; }
}

.members-why__title{
  margin: 0 0 8px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.members-why__desc{
  margin: 0 0 18px;
  color: var(--members-muted);
  line-height: 1.6;
}

.members-why__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin-bottom: 16px;
  overflow: hidden;
}

.why-join-list{
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.why-join-list li{
  position: relative;
  padding: 10px 12px 10px 44px !important;
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  color: rgba(17,24,39,.86);
  margin-bottom: 0 !important;
  min-width: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  line-height: 1.5;
}

.why-join-list li::before{
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.02rem;
  color: #174a74;
}

@media (max-width: 991px){
  .members-why__grid{
    grid-template-columns: 1fr;
  }

  .why-join-list{
    grid-template-columns: 1fr;
  }

  .why-join-list li{
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

/* ---------- PAYPAL MODAL ---------- */
.members-paypal-modal{
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.members-paypal-modal__dialog{
  background: #fff;
  width: 100%;
  max-width: 520px;
  border-radius: 18px;
  padding: 24px;
  position: relative;
}

.members-paypal-modal__close{
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.members-paypal-modal__title{
  margin: 0 0 8px;
}

.members-paypal-modal__plan{
  margin: 0 0 18px;
  color: #666;
}

.members-paypal-modal__message{
  margin-top: 14px;
  font-size: 14px;
}

/* =========================================================
   SCHEDULE V5
========================================================= */


/* Main wrapper */
.sc-schedule-container {
    text-align: center;
    max-width: 1200px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    margin: auto;
    align-items: center;
    border-radius: 24px;
    background: var(--sc-container-bg);
}

.sc-small-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    word-spacing: 0.1em;
}

.sc-small-text i {
    font-size: 14px;
}

.sc-disclaimer-text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: var(--sc-disclaimer-color);
}

/* Featured controls */
.sc-live-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 5px;
    background-color: red;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.8);
    animation: sc-pulse 1.5s infinite;
}

@keyframes sc-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
    }
    50% {
        transform: scale(1.3);
        box-shadow: 0 0 10px 3px rgba(255, 0, 0, 0.5);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.8);
    }
}

.sc-live-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
}

.sc-featured-show {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 600px;
    max-width: 600px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
}

.sc-featured-show:hover img {
    filter: brightness(70%);
    transform: scale(1.02);
}

.sc-featured-show:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0 0;
}

.sc-featured-show img {
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.sc-featured-overlay {
    width: 100%;
    background: rgba(110, 187, 246, 0.95);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.sc-featured-overlay h2 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Roboto';
}

.sc-live-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Roboto';
}

.sc-featured-overlay p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

.sc-show-image-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sc-show-image-container:hover .sc-description-overlay {
    opacity: 1;
}

.sc-show-image-container img {
    width: 100%;
    height: auto;
}

.sc-description-overlay {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Schedule grid */
.sc-weekly-schedule-grid {
    width: 99%;
    overflow-x: auto;
    padding: 0;
    border-radius: 12px;
    display: block;
    white-space: nowrap;
}

/* Controls */
.sc-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.sc-schedule-img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

.sc-schedule-img:hover {
    transform: scale(1.04);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#search-bar {
    padding: 10px;
    font-size: 14px;
    width: 200px;
    border-radius: 8px;
    margin-top: 18px;
    margin-bottom: 10px;
    color: #888;
    opacity: 1;
}

#search-bar::placeholder {
    color: #888;
    opacity: 1;
}

#clear-search {
    padding: 10px 12px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #f7f245;
    margin-bottom: 10px;
    margin-top: 18px;
}

#jump-to-today {
    padding: 10px 12px;
    margin-left: 5px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #24b922;
    margin-bottom: 10px;
    margin-top: 18px;
    color: white;
}

#jump-to-today:hover {
    background-color: #0056b3;
}

.sc-category-dropdown {
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
    width: 200px;
    margin-bottom: 10px;
    margin-top: 18px;
}

.sc-day-title {
    font-size: 14px;
    font-weight: bold;
    background-color: var(--sc-day-title-bg);
    border-radius: 4px 4px 0 0;
    align-items: center;
    color: white;
    padding: 8px;
    text-align: center;
}

#prev-month-button,
#next-month-button {
    background-color: #174a74;
    color: white;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

@media (max-width: 767.98px) {
    #prev-month-button,
    #next-month-button {
        width: 60px;
        height: 28px;
    }
}

#prev-month-button:hover,
#next-month-button:hover {
    background-color: #1565C0;
    transform: scale(1.1);
}

#prev-month-button svg,
#next-month-button svg {
    margin: 0;
}

.sc-today {
    background-color: var(--sc-today-bg) !important;
    color: #000;
    font-weight: bold;
}

.sc-highlight {
    background-color: #ffeb3b;
}

.sc-day:hover {
    background-color: var(--sc-day-hover-bg);
}

.sc-day:empty {
    background-color: var(--sc-day-empty-bg);
}

.sc-calendar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-left: 7px;
    margin-bottom: 10px;
    padding: 10px;
}

.sc-month-header {
    display: flex;
    justify-content: space-between;
    width: 95%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.sc-month-jump-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.sc-month-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--sc-month-name-color);
    min-width: 220px;
}

.sc-jump-month {
    width: 160px;
    margin-top: 0;
    margin-bottom: 0;
}

.sc-jump-year {
    width: 120px;
    margin-top: 0;
    margin-bottom: 0;
}

.sc-week-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: bold;
    background-color: #333;
    color: white;
}

.sc-week-header div {
    padding: 10px 0;
    background-color: #444;
}

.sc-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 2px;
    width: 100%;
    background: #e1ebf5;
}

.sc-day {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    background-color: var(--sc-day-bg);
    border-radius: 2px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.sc-day-name {
    font-size: 0.7rem;
    font-weight: bold;
    color: #331d1d;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #f7f7c1;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc-today .sc-day-name {
    background-color: #ffeb3b;
    color: black;
}

.sc-schedule-item {
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-wrap: auto;
    line-height: 16px;
}

.sc-schedule-item .sc-strong1 {
    font-size: 12px;
    color: #000;
    text-wrap: auto;
}

.sc-event-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 1000;
    transition: opacity 0.3s ease-in-out;
}

.sc-modal-schedule-content {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    width: 50%;
    max-width: 600px;
    max-height: 94vh;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out;
}

.sc-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc-modal-close {
    cursor: pointer;
    padding: 8px 12px;
    background-color: #ff5c5c;
    color: white;
    border: none;
    border-radius: 5px;
    margin-bottom: 4px;
}

.sc-modal-close:hover {
    background-color: #ff1f1f;
}

.sc-modal-image {
    width: 100%;
    max-width: 640px;
    height: 340px;
    object-fit: cover;
    border-radius: 5px;
}

.sc-modal-cta-row {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sc-btn-sm {
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 6px;
}

.sc-modal-cta-row .btn i {
    margin-right: 6px;
}

.sc-search-results-wrap {
    width: 100%;
    max-width: 900px;
    text-align: left;
    display: none;
}

.sc-search-results-head {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 6px 0 8px;
}

.sc-search-results-title {
    font-weight: 700;
}

.sc-jump-first-match {
    display: none;
}

.sc-search-results-list {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.12);
}

.sc-empty-month-message {
    grid-column: 1 / -1;
    padding: 30px 10px;
    text-align: center;
    font-size: 15px;
    color: #555;
    font-weight: 600;
}

.sc-spacer {
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .sc-schedule-container {
        width: 95%;
    }

    .sc-weekly-schedule-grid {
        width: 100%;
    }

    .sc-schedule-item {
        width: 100%;
    }

    .sc-schedule-item .sc-strong1 {
        font-size: 10px;
        color: #000;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .sc-calendar-grid {
        display: block;
    }

    .sc-live-container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 0 10px;
    }

    .sc-featured-show {
        width: 90%;
        min-width: unset;
        max-width: 100%;
    }

    .sc-featured-overlay {
        padding: 10px;
        font-size: 18px;
    }

    .sc-featured-overlay h2 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 900;
    }

    .sc-featured-overlay p {
        font-size: 18px;
        color: #ffffff;
        font-weight: 400;
    }

    #search-bar {
        padding: 10px;
        font-size: 14px;
        width: 280px;
        border-radius: 8px;
        margin-top: 18px;
        margin-bottom: 5px;
        color: #888;
        opacity: 1;
    }

    .sc-day-title {
        display: none;
    }

    .sc-day:empty {
        display: none;
    }

    .sc-schedule-container {
        width: 94%;
    }

    .sc-weekly-schedule-grid {
        width: 100%;
        overflow-x: auto;
        padding: 0;
        border-radius: 12px;
        display: block;
        white-space: nowrap;
    }

    .sc-schedule-img {
        border-radius: 12px;
        max-width: 58px;
        height: auto;
        margin-right: 10px;
    }

    .sc-schedule-item .sc-strong1 {
        font-size: 12px;
        color: #000;
        margin-left: 2px;
        margin-right: 5px;
        text-align: left;
        line-height: 18px;
        text-wrap: auto;
    }

    .sc-schedule-item .sc-schedule-title {
        font-size: 14px;
        font-weight: bold;
        color: #000;
    }

    .sc-schedule-item .sc-schedule-time {
        font-size: 12px;
        color: #888;
    }

    .sc-day {
        display: block;
        margin-bottom: 15px;
        padding: 10px;
        background-color: #e5f0fb;
        border-radius: 6px;
        border: 1px solid #ddd;
    }

    .sc-day-name {
        font-size: 0.8rem;
        font-weight: bold;
        color: #fff;
        width: 100%;
        text-transform: capitalize;
        display: inline-block;
        margin-right: 10px;
        margin-top: -5px;
        vertical-align: middle;
        line-height: 1.3;
        text-align: center;
        background-color: #473ceb;
        border-radius: 5px 5px 0 0;
        padding: 10px 15px;
        height: auto;
    }

    .sc-date {
        font-size: 0.9rem;
        color: #555;
        text-align: right;
        display: inline-block;
    }

    .sc-schedule-item {
        padding: 10px;
        margin-top: 10px;
        background-color: transparent;
        border-radius: 5px;
        font-size: 14px;
        text-align: left;
        cursor: pointer;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .sc-schedule-text {
        flex: 1;
    }

    .sc-schedule-item .sc-category-dot {
        width: 10px;
        height: 10px;
        background-color: #ffd15c;
        border-radius: 50%;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .sc-schedule-item .sc-schedule-time,
    .sc-schedule-item .sc-schedule-title {
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
    }

    .sc-disclaimer-text {
        word-wrap: break-word;
        white-space: normal;
        font-size: 12px;
        padding: 10px 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .sc-modal-schedule-content {
        width: 94%;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 5px;
        padding: 14px;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        transition: opacity 0.3s ease-in-out;
    }

    .sc-modal-close {
        padding: 6px;
        background-color: #f21e4e;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: -26px;
        font-size: 12px;
    }

    .sc-modal-schedule-content img,
    .sc-modal-image {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {
    .sc-featured-show {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }

    .sc-featured-overlay p {
        font-size: 12px;
    }

    .sc-show-image-container img {
        max-height: 150px;
    }
}

/* =========================================================
  GALLERY V5
========================================================= */


.pg-gallery-block {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
}

.pg-gallery-block:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
    border-color: rgba(255, 255, 255, 0.4);
}

.pg-gallery-block .pg-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 6px;
}

.pg-gallery-block:hover .pg-overlay {
    opacity: 1;
}

.pg-gallery-block .pg-overlay i {
    font-size: 2rem;
    color: #ffffff;
    transition: transform 0.3s ease-in-out;
}

.pg-gallery-block:hover .pg-overlay i {
    transform: scale(1.2);
}

.pg-gallery-block a {
    cursor: pointer;
}

.pg-gallery-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #28a745;
    color: #fff;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    z-index: 10;
    text-transform: uppercase;
}

.pg-gallery-badge.pg-video {
    background: #dc3545;
}

.pg-single-photo-gallery {
    transition: transform 0.4s ease-in-out;
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 22px 22px 0 0;
    position: relative;
}

.pg-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.pg-video-container iframe,
.pg-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pg-section {
    padding-bottom: 1rem !important;
}

.pg-empty-message {
    font-size: 18px;
    margin-top: 20px;
}

.pg-gallery-col {
    margin-top: 1rem;
}

.pg-inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pg-photo-name {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 8px 12px;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 1.35;
}

.pg-gallery-content {
    padding: 16px 16px 18px;
    text-align: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0.10) 100%);
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pg-gallery-year {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 6px;
}

.pg-gallery-description {
    font-size: 14px;
    line-height: 1.65;
    color: #334155;
    margin-bottom: 12px;
    min-height: 72px;
}

.pg-gallery-link-wrap {
    margin-bottom: 10px;
}

.pg-gallery-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.35);
    border: 1px solid rgba(255,255,255,0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.pg-gallery-likes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.pg-like-btn {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.pg-like-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.10);
}

.pg-like-btn i {
    margin-right: 6px;
}

.pg-like-count {
    font-size: 13px;
    color: #6b7280;
}

.pg-like-btn.liked {
    background: rgba(250, 204, 21, 0.92);
    color: #111827;
    border-color: rgba(250, 204, 21, 0.95);
}

.pg-like-btn.liked i {
    color: #111827;
}

.pg-gallery-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: 8px;

    background: rgba(99, 102, 241, 0.25);
    border: 1px solid rgba(99, 102, 241, 0.35);
    color: #312e81;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.pg-filter-wrap select {
    border-radius: 999px;
    padding: 8px 14px;
}

/* =========================================================
   CONTACT V5
========================================================= */

.sp-contact-page{
    padding: 80px 0 60px;
}

/* Top split section */
.sp-contact-split{
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.sp-contact-left{
    flex: 1;
    padding-right: 20px;
}

.sp-contact-right{
    flex: 1.3;
}

/* Headings */
.sp-contact-eyebrow{
    font-size: 0.75rem;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #8aa6b5;
    margin-bottom: 10px;
}

.sp-contact-title{
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    font-weight: 400;
    color: #344767;
    margin-bottom: 25px;
}

/* Simple list */
.sp-contact-list{
    margin-bottom: 30px;
}

.sp-contact-list-item{
    padding: 14px 0;
    border-bottom: 1px solid #dfe5ea;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4c5b70;
    font-size: 1rem;
}

.sp-contact-list-item i{
    color: #8aa6b5;
}

/* Button */
.sp-contact-btn{
    display: inline-block;
    background: #84aab8;
    color: #fff;
    padding: 12px 28px;
    border-radius: 999px;
    text-decoration: none;
    margin-top: 10px;
}

.sp-contact-btn:hover{
    background: #6f97a6;
    color: #fff;
}

/* Map */
.sp-contact-map{
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: 24px;
    overflow: hidden;
}

.sp-contact-map #map{
    width: 100%;
    height: 100%;
}

.sp-contact-map #map{
    width: 100%;
    height: 100%;
}

/* FORM SECTION */
.sp-contact-form-section{
    margin-top: 60px;
}

.sp-contact-form-wrap{
    background: #dbe6ea;
    border-radius: 24px;
    padding: 40px;
}

/* Form heading */
.sp-contact-form-title{
    text-align: center;
    font-size: clamp(2rem, 3vw, 2.6rem);
    margin-bottom: 10px;
    color: #344767;
}

.sp-contact-form-sub{
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #7c9cb2;
    margin-bottom: 25px;
}

/* Inputs */
.sp-contact-form-wrap .form-control{
    border-radius: 30px;
    height: 52px;
    border: none;
    background: #f3f3f3;
    padding: 0 18px;
}

.sp-contact-form-wrap textarea.form-control{
    height: 140px;
    padding-top: 15px;
}

/* Button */
.sp-contact-form-wrap .btn-booking{
    width: 100%;
    border-radius: 999px;
    background: #84aab8;
    border: none;
    padding: 14px;
    margin-top: 10px;
}

.sp-contact-page .g-recaptcha{
    background: #f3f6f8;
    padding: 10px;
    border-radius: 14px;
    display: inline-block;
}

.captcha iframe {
      position: relative;
      box-shadow: none !important;
    }  

/* Responsive */
@media(max-width: 991px){
    .sp-contact-split{
        flex-direction: column;
    }

    .sp-contact-map{
        height: 360px;
        min-height: 360px;
    }

    .sp-contact-map #map{
        height: 360px;
        min-height: 360px;
    }
}

@media(max-width: 575.98px){
    .sp-contact-map{
        height: 300px;
        min-height: 300px;
        border-radius: 18px;
    }

    .sp-contact-map #map{
        height: 300px;
        min-height: 300px;
    }
    
    .sp-contact-page .g-recaptcha{
        transform: scale(0.85);
        margin-left: -20px;
}
}

/* =========================================================
  TEAMS V5
========================================================= */

/* Hover lift + image zoom + glow */
.team-card{
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  will-change: transform;
  background: #fff;
}
.team-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 18px 50px rgba(0,0,0,.14);
  border-color: rgba(0,0,0,.14);
}
.team-card .media-wrap{
  position: relative;
  overflow: hidden;
}
.team-card img{
  transition: transform .45s ease;
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  background: #f2f2f2;
  object-position: top;
}
.team-card:hover img{ transform: scale(1.06); }

/* Image overlay gradient */
.team-card .media-wrap::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:0;
  height: 62%;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
  pointer-events:none;
}

/* Overlay name + badge */
.team-card .overlay-meta{
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  color: #fff;
}
.team-card .overlay-name{
  font-weight: 800;
  font-size: 15px;
  margin: 0;
  line-height: 1.2;
  color: #fff;

  /* Strong readable outline */
  -webkit-text-stroke: .2px rgba(0,0,0,.85);

  /* Soft glow behind text */
  text-shadow:
    0 2px 4px rgba(0,0,0,.55),
    0 6px 18px rgba(0,0,0,.45),
    0 0 6px rgba(0,0,0,.35);
}

.team-card .overlay-badge{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .4rem;
  padding: .28rem .6rem;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(4px);
  font-size: 12px;
  font-weight: 700;
}

/* Body */
.team-card .card-body{
  padding: 1rem 1rem .9rem 1rem;
}
.team-card .team-specialist{
  color: #454343;
  font-size: 14px;
  line-height: 1.5;
}

/* Collapsible bio */
.team-card .team-bio{
  position: relative;
}
.team-card .team-bio.team-bio-collapsed{
  max-height: 7.2em; /* about 4–5 lines */
  overflow: hidden;
}

/* subtle fade at bottom when collapsed */
.team-card .team-bio.team-bio-collapsed::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 2.2em;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events:none;
}

.team-card .team-readmore{
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .6rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0d6efd;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

.team-card .team-readmore:focus{
  outline: none;
  text-decoration: underline;
}


.team-card .team-specialist *{
  color: #454343 !important;
  font-size: 14px !important;
}
.team-card .team-specialist p{
  margin: 0 0 .6rem 0;
}
.team-card .team-specialist p:last-child{
  margin-bottom: 0;
}


/* If specialist contains lists, keep them tidy */
.team-card .team-specialist ul{
  margin: .25rem 0 0 0;
  padding-left: 1.1rem;
}
.team-card .team-specialist ul li{
  margin: 0 0 .15rem 0;
}

/* Footer button: pill + stronger */
.team-card .card-footer{
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.06);
  padding: .85rem 1rem 1rem 1rem;
}
.team-card .btn-team{
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .2px;
  padding: .55rem .9rem;
}
.team-card .btn-team:hover{
  box-shadow: 0 12px 26px rgba(13,110,253,.18);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .team-card, .team-card img { transition: none; }
}

/* Services chips (scrollable row) */
.team-card .overlay-services{
  margin-top: .45rem;
  display: flex;
  gap: .35rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
  scrollbar-width: thin;
}

.team-card .overlay-services::-webkit-scrollbar{
  height: 6px;
}
.team-card .overlay-services::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.28);
  border-radius: 999px;
}
.team-card .overlay-services::-webkit-scrollbar-track{
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}

.team-card .service-chip{
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .22rem .55rem;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}

/* =========================================================
  CART V5
========================================================= */

.ct-table-responsive {
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
    border: 1px solid #eef2f7;
}

.table.ct-tbl-shopping-cart {
    margin-bottom: 0;
    border: 0 !important;
    background: #ffffff;
}

.table.ct-tbl-shopping-cart thead th {
    background: #f8fafc;
    color: #334155;
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    padding: 18px 16px !important;
    white-space: nowrap;
}

.table.ct-tbl-shopping-cart tbody tr {
    border: 0 !important;
    transition: background 0.2s ease;
}

.table.ct-tbl-shopping-cart tbody tr:hover {
    background: #fcfdff;
}

.table.ct-tbl-shopping-cart td {
    vertical-align: middle;
    border: 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
    padding: 20px 16px !important;
    background: transparent;
}

/* ===== General table cleanup ===== */
table.ct-cart-total {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid #eef2f7;
}

table.ct-cart-total td,
table.ct-cart-total th {
    vertical-align: middle;
    padding: 15px 18px !important;
    border: 0 !important;
    border-bottom: 1px solid #eef2f7 !important;
}

table.ct-cart-total tr:last-child td,
table.ct-cart-total tr:last-child th {
    border-bottom: 0 !important;
}

table.ct-cart-total tr:last-child td {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    background: #f8fafc;
}

/* ===== Item cells ===== */
.product-remove a.remove-from-cart {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff1f2;
    color: #e11d48 !important;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #ffe4e6;
}

.product-remove a.remove-from-cart:hover {
    background: #e11d48;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.product-thumbnail img.ct-product-thumb {
    width: 84px !important;
    height: 84px !important;
    object-fit: cover;
    border-radius: 16px !important;
    border: 1px solid #e5e7eb;
    background: #f8fafc;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.product-name a.open-product-modal {
    color: #111827;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.6;
}

.product-name a.open-product-modal:hover {
    color: #2563eb;
}

.product-name small.text-muted {
    color: #6b7280 !important;
    font-size: 0.78rem;
    text-transform: capitalize;
}

.product-name ul {
    margin-top: 10px !important;
}

.product-price .amount,
.product-subtotal .amount {
    font-weight: 700;
    color: #111827;
    font-size: 1rem;
}

.ct-discount-label {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 9px;
    border-radius: 999px;
    background: #fff1f2;
    color: #be123c !important;
    font-size: 0.75rem;
    font-weight: 600;
}

.ct-price-strike {
    text-decoration: line-through;
    color: #999;
    margin-left: 8px;
}

.ct-price-discount {
    color: #c00;
}

.ct-variation-list {
    margin: 0;
    padding: 0 0 0 18px;
    list-style: disc;
}

.ct-ticket-qty {
    line-height: 1.6;
}

.ct-per-person {
    color: #64748b;
}

/* ===== Quantity box ===== */
.product-details__quantity {
    min-width: 118px;
}

.product-details__quantity .quantity-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: #f8fafc;
    border: 1px solid #dbe3ee;
    border-radius: 999px;
    overflow: hidden;
    padding: 2px;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.product-details__quantity .quantity-box .add,
.product-details__quantity .quantity-box .sub {
    position: static !important;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #334155;
    border-radius: 999px;
    transition: all 0.2s ease;
}

.product-details__quantity .quantity-box .add:hover,
.product-details__quantity .quantity-box .sub:hover {
    background: #e2e8f0;
    color: #111827;
}

.product-details__quantity .quantity-box input.quantity-input {
    width: 48px;
    height: 36px;
    border: 0;
    background: transparent;
    text-align: center;
    font-weight: 700;
    color: #111827;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

/* ===== Instalment section ===== */
.form-check.mt-2 {
    margin-top: 14px !important;
    padding: 12px 14px 12px 34px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
}

.form-check.mt-2 .form-check-label {
    font-weight: 600;
    color: #1f2937;
}

.inst-summary {
    line-height: 1.6;
    color: #64748b !important;
}

/* ===== VIP upsell ===== */
#vip-upsell {
    border-radius: 18px !important;
    border-width: 1px !important;
    box-shadow: 0 14px 35px rgba(34, 197, 94, 0.12);
    overflow: hidden;
    margin-bottom: 16px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#vip-upsell .card-body {
    padding: 20px;
}

#vip-upsell h6 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px;
}

#vip-upsell p {
    color: #475569;
    line-height: 1.7;
}

#vip-upsell .btn {
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 600;
}

/* ===== Checkout button ===== */
a.theme-btn.btn-style-one.ct-checkout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 999px;
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-top: 18px;
    width: 100%;
}

a.theme-btn.btn-style-one.ct-checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 35px rgba(37, 99, 235, 0.22);
}

/* ===== Modal polish ===== */
.ct-modal-content {
    border: 0;
    border-radius: 1.25rem;
    padding: 1rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
}

.ct-modal-title {
    font-size: 1.5rem;
}

#modalProductImage img {
    max-width: 100%;
    border-radius: 0.9rem;
}

.ct-modal-image-wrap {
    padding: 0.5rem;
}

.ct-modal-empty-image {
    padding: 3rem;
    text-align: center;
}

.ct-modal-detail-icon {
    margin-right: 10px;
}

/* ===== Totals section polish ===== */
.ct-cart-total-wrapper {
    position: sticky;
    top: 20px;
}

.ct-cart-total-wrapper h4 {
    font-weight: 700;
    margin-bottom: 14px;
    color: #1f2937;
}

.ct-cart-total {
    border-radius: 20px !important;
    overflow: hidden;
}

.ct-cart-total tr:last-child td {
    font-size: 1.15rem;
    font-weight: 700;
    background: #f1f5f9;
}

.ct-shipping-note {
    color: #64748b;
}

.ct-cart-total i {
    color: #64748b;
    width: 18px;
}

/* ===== Mobile / tablet ===== */
@media only screen and (max-width: 991.98px) {
    .table.ct-tbl-shopping-cart thead {
        display: none;
    }

    .ct-table-responsive {
        overflow: visible;
        background: transparent;
        box-shadow: none;
        border: 0;
    }

    .table.ct-tbl-shopping-cart,
    .table.ct-tbl-shopping-cart tbody,
    .table.ct-tbl-shopping-cart tr,
    .table.ct-tbl-shopping-cart td {
        display: block;
        width: 100%;
    }

    .table.ct-tbl-shopping-cart tr.cart_item {
        background: #ffffff;
        border: 1px solid #eef2f7 !important;
        border-radius: 20px;
        padding: 16px;
        margin-bottom: 16px;
        box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
        position: relative;
        padding: 10px 12px 12px 10px !important;
    }

    .table.ct-tbl-shopping-cart td {
        border: 0 !important;
        padding: 8px 0 !important;
        padding-left: 8px !important;
        padding-right: 6px !important;
    }

    .table.ct-tbl-shopping-cart.table-striped > tbody > tr:nth-of-type(odd) > td.product-remove {
        --bs-table-accent-bg: transparent !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .table.ct-tbl-shopping-cart td.product-remove {
        background: transparent !important;
    }

    .product-remove {
        text-align: right;
        padding-bottom: 4px !important;
        position: absolute;
        top: 12px;
        right: 12px;
        padding: 0 !important;
        z-index: 3;
    }

    .product-thumbnail,
    .product-name,
    .product-price,
    .product-quantity,
    .product-subtotal {
        float: none !important;
        width: 100% !important;
        display: block !important;
        clear: both;
    }

    .product-thumbnail {
        padding-bottom: 10px !important;
        margin: 0 0 10px 0 !important;
        padding-right: 44px !important;
    }

    .product-thumbnail img.ct-product-thumb {
        width: 75px !important;
        height: 75px !important;
        border-radius: 14px !important;
        display: block;
        max-width: 110px;
    }

    .product-name {
        padding-bottom: 12px !important;
        overflow: visible !important;
        padding: 0 0 10px 2px !important;
        word-break: break-word;
    }

    .product-name a.open-product-modal {
        display: inline-block;
        max-width: calc(100% - 10px);
        font-size: 0.95rem;
        line-height: 1.45;
        white-space: normal !important;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .product-name ul {
        padding-right: 0 !important;
    }

    .product-price,
    .product-quantity,
    .product-subtotal {
        margin-top: 6px;
        padding-left: 4px !important;
    }

    .product-price::before,
    .product-quantity::before,
    .product-subtotal::before {
        display: block;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #64748b;
        margin-bottom: 5px;
        margin-bottom: 2px;
        font-size: 0.7rem;
    }

    .product-price::before {
        content: "Price";
    }

    .product-quantity::before {
        content: "Quantity";
    }

    .product-subtotal::before {
        content: "Total";
    }

    .product-subtotal .amount {
        font-size: 1.05rem;
    }

    .table.ct-tbl-shopping-cart td {
        padding: 6px 0 !important;
    }

    .product-price span,
    .product-subtotal span {
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {
    .sidebar-search h2 {
        font-size: 1.6rem;
    }

    .table.ct-tbl-shopping-cart tr.cart_item {
        padding: 14px;
        border-radius: 18px;
    }

    .product-thumbnail img.ct-product-thumb {
        max-width: 90px;
        height: 90px !important;
    }

    .product-details__quantity {
        min-width: 100%;
    }

    .product-details__quantity .quantity-box {
        width: 100%;
        justify-content: space-between;
    }

    .product-details__quantity .quantity-box input.quantity-input {
        flex: 1;
        width: auto;
    }

    table.ct-cart-total td,
    table.ct-cart-total th {
        padding: 13px 14px !important;
    }

    a.theme-btn.btn-style-one.ct-checkout-btn {
        width: 100%;
    }
}

/* =========================================================
  LOGIN - REGISTER V5
========================================================= */

.auth-shell{
    position: relative;
    padding: 70px 0 90px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f9ff 15%,
            #e9f3fb 40%,
            #e9f3fb 60%,
            #f4f9ff 85%,
            #ffffff 100%
        ),
        radial-gradient(circle at top left, rgba(184, 222, 255, 0.25), transparent 40%),
        radial-gradient(circle at bottom right, rgba(129, 169, 214, 0.18), transparent 40%);
    overflow: hidden;
}
    .auth-shell::before,
    .auth-shell::after{
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        filter: blur(8px);
    }

    .auth-shell::before{
        width: 260px;
        height: 260px;
        top: -80px;
        left: -80px;

    }

    .auth-shell::after{
        width: 220px;
        height: 220px;
        right: -70px;
        bottom: -70px;

    }

    .auth-wrap{
        position: relative;
        z-index: 2;
    }

    .auth-grid{
        align-items: stretch;
    }

    .auth-info-card,
    .auth-form-card{
        position: relative;
        height: 100%;
        border-radius: 28px;
        overflow: hidden;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 22px 60px rgba(34, 56, 86, 0.12);
    }

    .auth-info-card{
        padding: 42px 34px;
        background:
            linear-gradient(145deg, rgba(255,255,255,0.72), rgba(255,255,255,0.46)),
            linear-gradient(135deg, rgba(184,222,255,0.30), rgba(133,170,216,0.20));
        border: 1px solid rgba(255,255,255,0.55);
    }

    .auth-form-card{
        padding: 42px 34px;
        background: rgba(255,255,255,0.88);
        border: 1px solid rgba(214, 228, 242, 0.95);
    }

    .auth-eyebrow{
        display: inline-block;
        margin-bottom: 14px;
        padding: 8px 14px;
        border-radius: 999px;
        background: rgba(124, 161, 206, 0.12);
        color: #5a79a0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .auth-heading{
        margin: 0 0 14px;
        font-size: 34px;
        line-height: 1.15;
        font-weight: 700;
        color: #20344f;
    }

    .auth-subtext{
        margin: 0;
        font-size: 16px;
        line-height: 1.75;
        color: #5e7188;
    }

    .auth-feature-list{
        margin: 30px 0 0;
        padding: 0;
        list-style: none;
    }

    .auth-feature-list li{
        display: flex;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 18px;
        color: #40556f;
        font-size: 15px;
        line-height: 1.65;
    }

    .auth-feature-icon{
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #cde5fb, #e8f3ff);
        color: #5d7ea7;
        font-size: 16px;
        box-shadow: inset 0 0 0 1px rgba(124, 161, 206, 0.18);
    }

    .auth-mini-note{
        margin-top: 26px;
        padding: 16px 18px;
        border-radius: 18px;
        background: rgba(255,255,255,0.45);
        border: 1px solid rgba(255,255,255,0.55);
        color: #607389;
        font-size: 14px;
        line-height: 1.65;
    }

    .auth-form-top{
        margin-bottom: 26px;
    }

    .auth-welcome{
        margin: 0 0 12px;
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700;
        color: #20344f;
        min-height: 36px;
    }

    .auth-form-intro{
        margin: 0 0 14px;
        color: #607389;
        font-size: 15px;
        line-height: 1.7;
    }

    .auth-register-link{
        margin: 0;
        color: #607389;
        font-size: 15px;
    }

    .auth-register-link a{
        color: #6888b0;
        font-weight: 600;
        text-decoration: none;
    }

    .auth-register-link a:hover{
        color: #4d6f98;
        text-decoration: underline;
    }

    .auth-divider{
        height: 1px;
        margin: 24px 0 28px;
        background: linear-gradient(90deg, rgba(185,206,229,0), rgba(185,206,229,0.9), rgba(185,206,229,0));
    }

    .auth-label{
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 600;
        color: #324860;
    }

    .auth-form-card .form-control{
        height: 56px;
        border-radius: 16px;
        border: 1px solid #d7e3ef;
        background: #fbfdff;
        box-shadow: none;
        padding: 14px 16px;
        font-size: 15px;
        color: #29405a;
    }

    .auth-form-card .form-control:focus{
        border-color: #9fbddd;
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(159, 189, 221, 0.15);
    }

    .auth-form-card .form-check{
        padding-left: 1.9rem;
    }

    .auth-form-card .form-check-input{
        margin-top: 0.22rem;
        border-color: #bdd0e4;
    }

    .auth-form-card .form-check-label{
        color: #5c7088;
        font-size: 14px;
    }

    .auth-actions{
        margin-top: 28px;
    }

    .auth-login-btn{
        min-width: 190px;
        height: 54px;
        border: none;
        border-radius: 999px;
        padding: 0 26px;
        background: linear-gradient(135deg, #84a9d6 0%, #6f8fb6 100%);
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.01em;
        box-shadow: 0 16px 30px rgba(111, 143, 182, 0.26);
        transition: all 0.25s ease;
    }

    .auth-login-btn:hover{
        transform: translateY(-2px);
        box-shadow: 0 20px 34px rgba(111, 143, 182, 0.32);
        color: #ffffff;
    }

    .auth-forgot{
        margin-top: 22px;
        text-align: center;
    }

    .auth-forgot a{
        color: #6888b0;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

    .auth-forgot a:hover{
        color: #4d6f98;
        text-decoration: underline;
    }

    .auth-form-card .invalid-feedback{
        font-size: 13px;
    }

    @media (max-width: 991.98px){
        .auth-shell{
            padding: 55px 0 75px;
        }

        .auth-info-card,
        .auth-form-card{
            padding: 30px 24px;
            border-radius: 24px;
        }

        .auth-heading{
            font-size: 28px;
        }

        .auth-welcome{
            font-size: 26px;
        }
    }

    @media (max-width: 767.98px){
        .auth-shell{
            padding: 45px 0 65px;
        }

        .auth-heading{
            font-size: 24px;
        }

        .auth-welcome{
            font-size: 22px;
            min-height: auto;
        }

        .auth-login-btn{
            width: 100%;
        }

        .auth-actions{
            margin-top: 24px;
        }
    }
    
/* =========================================================
  PRODUCTS V5
========================================================= */


.voucher-page .card.product-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: #fff;
    position: relative;
}

.voucher-page .card.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.voucher-page .card-img-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.voucher-page .card-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.voucher-page .card-text {
    font-size: 14px;
    color: #555;
    line-height: 22px;
}

.voucher-page .price span {
    font-size: 18px;
    font-weight: bold;
}

.voucher-page .discount-badge {
    display: inline-block;
    background: #dc3545;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.voucher-page .days-left-badge {
    margin-top: 10px;
    background: #fcd307;
    color: #000;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
}

.voucher-page .product-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff4757;
    color: #fff;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 10;
}

.voucher-page .card-buttons .btn {
    font-size: 12px;
    padding: 6px 14px;
    margin: 3px;
    text-transform: uppercase;
}

.voucher-page .card-buttons {
    margin-top: 10px;
}

.voucher-page .section-title {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    color: #222;
}

.voucher-page .search-bar-section {
    margin-bottom: 17px;
}

.voucher-page .highlight {
    background: #fff3cd;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
}

.voucher-page .wishlist-button {
    background: none;
    border: none;
    color: #ff4081;
}

.voucher-page .wishlist-button:hover {
    color: #e60073;
}

.voucher-page .recently-viewed-box {
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    padding: 20px 18px;
    margin-bottom: 30px;
}

.voucher-page .col-md-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

.voucher-page .sidebar-left {
    border-radius: 6px;
    padding: 14px 10px;
    border: 1px solid #ececec;
    max-width: 234px;
    min-width: 210px;
    margin-left: 26px;
}

.voucher-page .reset-product-button {
    margin-top: 0px;
    height: 49px;
    padding: 0 12px;
    line-height: 3;
}

.voucher-page .form-select {
    font-size: 0.9rem !important;
}

.voucher-page .shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
    width: 93% !important;
}

.voucher-page .shop-sidebar .sidebar-search .search-form .form-group button {
    right: 97px !important;
}

.voucher-page .reviews-small {
    font-size: 12px;
}

.voucher-page .product-tag.digital-tag {
    background: #673ab7;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .voucher-page .recently-viewed-box {
        padding: 10px 5px;
    }

    .voucher-page .form-group button {
        right: 84px !important;
    }

    .voucher-page .sidebar-left {
        border-radius: 6px;
        padding: 0;
        border: 0;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
    }

    .voucher-page .product-listings-wrapper {
        margin-left: 0;
    }

    .voucher-page .reset-product-button {
        margin-top: 60px;
        margin-left: -310px;
        height: 32px;
        padding: 0 8px;
        line-height: 2;
    }

    .voucher-page .form-select {
        font-size: 0.9rem !important;
    }

    .voucher-page .shop-sidebar .sidebar-search .search-form .form-group input[type=search] {
        width: 100% !important;
        font-size: 0.9rem;
        padding: 10px 10px 10px 10px;
    }

    .voucher-page .shop-sidebar .sidebar-search .search-form .form-group button {
        right: 8px !important;
    }
}

.voucher-page #recently-viewed-list .card {
    min-width: 190px;
    max-width: 220px;
}

@media (max-width: 600px) {
    .voucher-page #recently-viewed-list .card {
        min-width: 150px;
        max-width: 170px;
    }

    .voucher-page #recently-viewed-list img {
        max-height: 90px !important;
    }
}

@media (min-width: 992px) {
    .voucher-page aside {
        position: sticky;
        top: 100px;
    }
}

.voucher-page .card.p-3 {
    border-radius: 10px;
    background: #fff;
}

.voucher-page .product-listings-wrapper {
    margin-left: 7px;
}

@media (max-width: 991px) {
    .voucher-page .search-bar-section .form-select,
    .voucher-page .search-bar-section .form-label {
        font-size: 15px;
    }

    .voucher-page .search-bar-section .row.g-3 > [class^="col-"] {
        margin-bottom: 8px;
    }
}

.voucher-page .sidebar-left {
    border-radius: 6px;
    padding: 0;
    border: 0;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
}

.voucher-page .product-listings-wrapper {
    margin-left: 0;
}

@media (max-width: 991.98px) {
    .voucher-page .product-listings-wrapper {
        width: 100%;
    }

    .voucher-page .offer-box {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .voucher-page .sidebar-left {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .voucher-page .product-listings-wrapper {
        width: 100%;
    }
}


.voucher-page .card-img-wrapper,
.voucher-page .hover-effect-img-wrapper {
    position: relative !important;
    overflow: visible !important;
    min-height: 220px !important;
}

.voucher-page .card-img-wrapper img,
.voucher-page .hover-effect-img-wrapper img {
    width: 100% !important;
    display: block !important;
    object-fit: cover !important;
}

.voucher-page .card-img-wrapper .main-img {
    z-index: 1 !important;
    opacity: 1 !important;
    transition: opacity 0.3s !important;
}

.voucher-page .card-img-wrapper .hover-img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    z-index: 2 !important;
    transition: opacity 0.3s !important;
    pointer-events: none !important;
}

.voucher-page .card-img-wrapper:hover .main-img {
    opacity: 0 !important;
}

.voucher-page .card-img-wrapper:hover .hover-img {
    opacity: 1 !important;
}

@media (max-width: 576px) {
    .voucher-page .voucher-mini-sort {
        justify-content: flex-start !important;
    }

    .voucher-page .voucher-mini-sort-row {
        flex-wrap: wrap !important;
        width: 100%;
    }

    .voucher-page .voucher-mini-sort-row > div {
        width: 100%;
        justify-content: space-between;
    }

    .voucher-page .voucher-mini-sort label {
        min-width: auto !important;
    }

    .voucher-page .voucher-mini-sort select {
        min-width: 0 !important;
        width: 100%;
    }
}

.voucher-page .offer-plus-sign {
    font-size: 2em;
    line-height: 1;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
}

@media (max-width: 768px) {
    .voucher-page .offer-plus-sign {
        width: 100%;
        margin: 6px 0;
        text-align: center;
    }
}



/* =========================================================
  PRODUCTS V5
========================================================= */
