         :root {
            --primary: var(--color-secondary);
            --secondary: #9753a1;
            --gradient_primary: radial-gradient( circle at top, #000080 0%, #240046 70% );
            --gradient_secondary: radial-gradient( circle at top, #c771d4 0%, #9753a1 70% );
            }
    
    

        /* header .header-inner{
             background: radial-gradient(
        circle at top,
        #5c1a88 0%,
                #400c5a 70%
    );
            padding: 40px !important;
            
            margin-left: 20px;
            margin-right: 20px;
            border-radius: 0px 0px 20px 20px;
        } */

      
        .contact-column .inner-column{
        background:var(--gradient_secondary)!important;
            color:white;
        }
        .about-inner-one .upper-box .content-box .text
        {
            color: #646464;
            font-size:18px;
            font-weight: 700;
        }
        .choose-us-block .inner-box .content-box .text ,
        .testimonial-block-four .inner-box .text ,
        .testimonial-block-four .inner-box .auther-info span ,
        .widget-accordion .block .acc-content .content .text{
           
            font-weight: 700;
            color: #646464;
        }
        .choose-us-block .inner-box .content-box .title ,
        .testimonial-block-four .inner-box .title ,
        .testimonial-block-four .inner-box .auther-info .name ,
        .about-inner-one .faqs-section .widget-accordion .block .acc-btn{
           
           font-weight: 1000; 
        }
        .about-inner-one .faqs-section .widget-accordion .block .acc-btn{
            color:var(--secondary);
        }
        .about-inner-one .faqs-section .widget-accordion .block.active-block .acc-btn{
             color:var(--secondary);
        }
        .boxcar-title h2 ,
        .about-inner-one .upper-box .boxcar-title .text{
             font-weight: 1000;
             color:var(--secondary);
             font-size:50px;
        }
        .about-inner-one .upper-box{
            margin-bottom: 30px;
        }
        .about-inner-one .upper-box .content-box{
            margin-top:60px;
        
        }

        @media (max-width:980px){

              .about-inner-one .upper-box .content-box{
            margin-top:0px;
        
                }
                .about-inner-one .why-us .image-block.style-center{
                    margin-bottom: -160px;
                }
        }

        @media(max-width:480px){
             .about-inner-one .why-us .image-block.style-center{
                    margin-bottom: -260px;
                }
        }

        .boxcar-testimonial-section-four .right-box{
            background:linear-gradient( 135deg, rgb(151, 83, 161), rgba(81, 0, 135, 0.55) );
        }
        .boxcar-testimonial-section-four .stories-slider .slick-prev ,
        .boxcar-testimonial-section-four .stories-slider .slick-next
        {
            border-color:white;
        }
        .boxcar-testimonial-section-four .stories-slider .slick-prev::before ,
        .boxcar-testimonial-section-four .stories-slider .slick-next::before{
            color:white;
        }
        .boxcar-testimonial-section-four .stories-slider .slick-prev::before{
            content: "\f104";
        }
        .boxcar-testimonial-section-four .stories-slider .slick-next{
            left: 50%;
        }
         .boxcar-testimonial-section-four .stories-slider .slick-prev{
            left: 45%;
        }
        @media(max-width:1330px){
             .boxcar-testimonial-section-four .stories-slider .slick-next{
            left: 55%;
        }
         .boxcar-testimonial-section-four .stories-slider .slick-prev{
            left: 35%;
        }
        }
       
       

       

/* Banner */
.galler-section img {
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.galler-section{
    margin-bottom:-250px;
}

/* Section background */
.why-choose-us-section {
    background: linear-gradient(180deg, #f9f7ff 0%, #ffffff 100%);
}

/* Title */
.boxcar-title .title {
    color: var(--secondary);
    font-weight: 800;
    font-size: 2.5rem;
    text-align: center;
    position: relative;
}

.boxcar-title .title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: var(--secondary);
    display: block;
    margin: 15px auto 0;
    border-radius: 2px;
}

/* Cards */
.choose-us-block .inner-box {
    background: #fff;
    border-radius: 18px;
    padding: 35px 25px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(81,0,135,0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.choose-us-block .inner-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--secondary);
}

.choose-us-block .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(81,0,135,0.18);
}

/* Icons */
.choose-us-block .icon-box {
    background: rgba(81,0,135,0.07);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.choose-us-block .inner-box:hover .icon-box {
    background: var(--primary);
}

.choose-us-block .inner-box:hover svg path {
    stroke: #fff;
}

/* Titles */
.choose-us-block .title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 10px;
}

/* Text */
.choose-us-block .text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Who We Are section */
.upper-box {
    
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Decorative shape */
.upper-box::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -220px;
    width: 300px;
    height: 300px;
    background: rgba(253,195,0,0.15);
    border-radius: 50%;
}

.upper-box::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -250px;
    width: 350px;
    height: 350px;
    background: rgba(253,195,0,0.08);
    border-radius: 50%;
}

/* Title block */
.upper-box .boxcar-title h2 {
    font-size: 2.6rem;
    font-weight: 800;
    color: #fff;
}

.upper-box .boxcar-title h2 span {
    color: var(--primary);
}

/* Logo */
.upper-box .auther-info img {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}

/* Text content */
.upper-box .content-box {
    background: rgba(255,255,255,0.07);
    padding: 35px;
    border-radius: 18px;
    backdrop-filter: blur(8px);
}

.upper-box .content-box .text {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.8;
    color: #f2f2f2;
    margin-bottom: 20px;
}

/* Accent line */
.upper-box .content-box::before {
    content: "";
    width: 60px;
    height: 4px;
    background: var(--secondary);
    display: block;
    margin-bottom: 20px;
    border-radius: 2px;
}
.image-block {
    border-radius: 20px;
}

/* Image */
.banner-img {
    height: 70vh;
    min-height: 350px;
    max-height: 500px;
    object-fit: cover;
}

/* Gradient overlay */
.banner-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(81, 0, 135, 0.85),
        rgba(81, 0, 135, 0.55)
    );
    z-index: 1;
}

/* Optional glow */
.banner-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at center,
        rgba(253,195,0,0.18),
        transparent 65%
    );
}

/* Make sure image stays below overlay */
.image-box,
.image-box img {
    position: relative;
    z-index: 0;
}

/* ONE unified section */
.hero-why-section {
    background: linear-gradient(
        180deg,
        var(--color-secondary) 0%,
        #4a007d 45%,
        #f9f7ff 45%,
        #ffffff 100%
    );
    padding-bottom: 100px;
}

/* Banner image */
.banner-img {
    height: 70vh;
    min-height: 450px;
    object-fit: cover;
}

/* Banner overlay */
.banner-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(81, 0, 135, 0.85),
        rgba(81, 0, 135, 0.55)
    );
    z-index: 1;
}

/* Make banner float nicely */
.image-block {
    margin-bottom: -120px;
    z-index: 0;
}

/* Why choose us spacing */
.why-choose-us-section {
    position: relative;
    z-index: 2;
    padding-top: 160px;
}

/* Title styling */
.boxcar-title .title {
    color: var(--secondary);
    font-weight: 800;
    font-size: 2.6rem;
}

.boxcar-title .title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #fdc300;
    display: block;
    margin: 15px auto 0;
    border-radius: 2px;
}

        .choose-us-block {
    margin-bottom: 30px;
}

.choose-us-block .inner-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(81,0,135,0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.choose-us-block .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(81,0,135,0.22);
}

/* Additional styling for combined FAQ + testimonials */
.faq-testimonial-section {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 5rem 0;
}

.faq-column, .testimonial-column {
    flex: 1 1 45%;
}

.faq-column .widget-accordion {
    max-width: 100%;
}

.testimonial-column .testimonial-block-four {
    margin-bottom: 2rem;
}

/* Optional: ensure testimonial cards are scrollable on small screens */
@media (max-width: 992px) {
    .faq-testimonial-section {
        flex-direction: column;
    }
}
   .contact-card{
    border-radius:22px;
    padding:40px 30px;
    background:white;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
    transition:all .35s ease;
    position:relative;
    overflow:hidden;
}

/* hover floating */
.contact-card:hover{
    transform:translateY(-10px) scale(1.02);
    box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

/* animated gradient border */
.contact-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:22px;
    padding:1px;
    background:linear-gradient(135deg,#9753a1,#c77dff,#9753a1);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    opacity:0;
    transition:0.4s;
}

.contact-card:hover::before{
    opacity:1;
}


/* ICON CENTERED */
.contact-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#9753a1,#5c1a88);
    color:white;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:26px;

    margin:0 auto 18px auto;

    transition:all .35s ease;
}

/* icon animation */
.contact-card:hover .contact-icon{
    transform:scale(1.15) rotate(5deg);
    box-shadow:0 8px 20px rgba(151,83,161,0.35);
}

/* subtle pulse animation */
@keyframes iconPulse{
    0%{box-shadow:0 0 0 0 rgba(151,83,161,0.4);}
    70%{box-shadow:0 0 0 12px rgba(151,83,161,0);}
    100%{box-shadow:0 0 0 0 rgba(151,83,161,0);}
}

.contact-icon{
    animation:iconPulse 3s infinite;
}

/* title */
.contact-card h5{
    font-weight:700;
    margin-bottom:8px;
}

/* text */
.contact-card p{
    font-size:15px;
    margin:0;
}

/* CONTACT RIGHT COLUMN */
.contact-column .inner-column{
    background: linear-gradient(135deg,#9753a1,#5c1a88);
    border-radius:28px;
    padding:35px;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

/* glass overlay effect */
.contact-column .inner-column::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    background:rgba(255,255,255,0.08);
    border-radius:50%;
    top:-60px;
    right:-60px;
}


