/* =========================================================
   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;
    }
}

