    .vision-title {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
        color: #ffffff;
        font-style: normal;
    }

    .vision-col-1 {
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 10%;
        text-align: right;
        font-family: "Raleway", Helvetica, Arial, sans-serif;
    }

    .vision-col-1 p {
        color: #ffffff;
        font-style: normal;
    }
    
    .tab-pane {
        display: none;
    }
    .tab-pane.active {
        display: block;
    }
    .tab-button {
        cursor: pointer;
        margin: 5px;
    }
    
.why-choose-section{
    position:relative;
    background:#f8f9fc;
    overflow:hidden;
    padding:100px 0;
}

/* Left Geometric Design */
.left-pattern{
    position:absolute;
    left:0;
    top:0;
    width:250px;
    height:100%;
    z-index:1;
}

.left-pattern span{
    position:absolute;
    width:90px;
    height:90px;
    transform:rotate(45deg);
}

.left-pattern span:nth-child(1){
    top:0;
    left:30px;
    background:#4d79ff;
}

.left-pattern span:nth-child(2){
    top:80px;
    left:-10px;
    background:#53d4e7;
}

.left-pattern span:nth-child(3){
    top:160px;
    left:50px;
    background:#7468ff;
}

.left-pattern span:nth-child(4){
    top:240px;
    left:0;
    background:#4d79ff;
}

.left-pattern span:nth-child(5){
    top:320px;
    left:60px;
    background:#53d4e7;
}

/* Heading */
.section-title{
    position:relative;
    z-index:2;
}
/* White Card */
.main-feature-card{
    background:#fff;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    position:relative;
    z-index:2;
}

/* Hover Read More */
.feature-readmore{
    position:absolute;
    left:0;
    bottom:-70px;
    width:100%;
    background:linear-gradient(90deg,#4d79ff,#5f52ff);
    color:#fff;
    text-decoration:none;
    text-align:center;
    padding:20px;
    font-weight:600;
    transition:.4s;
}

.feature-box:hover .feature-readmore{
    bottom:0;
}

.feature-readmore:hover{
    color:#fff;
}

/* Responsive */
@media(max-width:991px){

    .left-pattern{
        display:none;
    }

    .section-title h2{
        font-size:24px;
    }

    .feature-box{
        border-right:none;
        border-bottom:1px dashed #ddd;
        min-height:auto;
    }
}


/* ==================================
   STYLE SOURCING ABOUT SECTION
================================== */
.about-section{
    position:relative;
}
.about-section .overlay{
    position:absolute;
    inset:0;
}
.about-card, .why-card{
    position:relative;
    background:#1a0e0e70;
    backdrop-filter:blur(15px);
    border-radius:20px;
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 20px 40px rgba(0,0,0,.25);
    color:#fff;
}
.section-tag{
    color:#00d9ff;
    text-transform:uppercase;
    font-size:13px;
    letter-spacing:2px;
    font-weight:600;
}
.about-card h2{
    font-size:38px;
    font-weight:700;
}
.feature-list{
    padding:0;
    margin:0;
    list-style:none;
}
.feature-list li{
    line-height: 2.3;
    font-size: 18px;
}
.feature-list i{
    color:#00d9ff;
    margin-right:12px;
    width:22px;
}

.btn-primary{

    border-radius:40px;

    padding:12px 35px;

}

@media(max-width:991px){

.about-card{

    margin-bottom:30px;

}

.about-card,
.why-card{

    padding:30px;

}

.about-card h2{

    font-size:30px;

}

}
/* Feature Box */
.feature-box{
    position:relative;
    overflow:hidden;
    height:100%;
    text-align:center;
    box-shadow:rgba(0, 0, 0, 0.08) 0px 10px 35px;;
    transition:.4s;
}

.feature-box:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.feature-icon{
    font-size:45px;
    color:#6f6ff1;
    margin-bottom:20px;
}
.feature-icon i{
    border: 1px solid skyblue;
    padding: 17px;
}

.feature-box h5{
    font-weight:700;
    color:#111;
}
.feature-border{
    border:1px solid #e5e5e5;
    transition:.3s;
}

.feature-border:hover{
    border-color:#0d6efd;
}

@media(max-width:767px){

    .section-title h2{
        font-size:30px;
    }

    .feature-box{
        margin-bottom:20px;
    }

}

.testimonial-section{
    overflow:hidden;
}

.testimonial-wrapper{
    position:relative;
    max-width:900px;
    margin:auto;
}

.testimonial-box{
    background:#190342;
    color:#fff;
    width:75%;
    min-height:500px;
    padding:30px 60px;
    position:relative;
}

.testimonial-subtitle{
    color:#18e0ff;
    font-size:13px;
    font-weight:600;
}

.testimonial-line{
    width:40px;
    height:2px;
    background:#18e0ff;
    margin:15px 0 20px;
}


.client-img{
    width:80px;
    height:80px;
    border-radius:50%;
    overflow:hidden;
    margin-bottom:20px;
    border:3px solid rgba(255,255,255,.2);
}

.client-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.testimonial-text {
    max-width:500px;
}
.testimonial-photo{
    position: absolute;
    right: 0;
    top: 60px;
    width: 55%;
    height: auto;
    overflow: hidden
}

.testimonial-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.testimonial-nav{
    margin-top:30px;
}

.testimonial-nav span{
    width:45px;
    height:45px;
    border:1px solid #ddd;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    margin-right:10px;
    transition:.3s;
}

.testimonial-nav span:hover{
    background:#232a9f;
    color:#fff;
    border-color:#232a9f;
}

@media(max-width:991px){

    .testimonial-box{
        width:100%;
        padding:40px 25px;
    }

    .testimonial-photo{
        position:relative;
        width:100%;
        top:auto;
        right:auto;
        height:250px;
        margin-top:30px;
    }


    .testimonial-title{
        font-size:30px;
    }
}

.contact-section{
    position:relative;
}

.hover-card{
    background:#fff;
    border-radius:18px;
    border:1px solid #edf2f7;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:all .4s ease;
    overflow:hidden;
    height:100%;
    position:relative;
}

.hover-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:linear-gradient(180deg,#3f5efb,#00d2ff);
    transition:.4s;
}

.hover-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
    border-color:#00d2ff;
}

.hover-card:hover::before{
    width:100%;
    opacity:.04;
}

.contact-icon1{
    width:75px;
    height:75px;
    min-width:75px;
    border-radius:50%;
    background:linear-gradient(135deg,#3f5efb,#00d2ff);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-right:22px;
    transition:.4s;
    position:relative;
    z-index:2;
}

.hover-card:hover .contact-icon1{
    transform:scale(1.08) rotate(8deg);
}

.contact-content{
    flex:1;
    position:relative;
    z-index:2;
}

.contact-badge{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    background:#eef4ff;
    color:#3f5efb;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:12px;
    transition:.3s;
}

.hover-card:hover .contact-badge{
    background:linear-gradient(135deg,#3f5efb,#00d2ff);
    color:#fff;
}

.contact-content h5{
    font-size:24px;
    font-weight:700;
    color:#111827;
    margin-bottom:15px;
}

.contact-content p{
    margin:0;
    color:#6b7280;
    font-size:15px;
    line-height:28px;
}

.contact-item{
    display:block;
    text-decoration:none;
    color:#374151;
    font-size:15px;
    font-weight:500;
    margin-bottom:10px;
    transition:.3s;
    position:relative;
    z-index:5;
}

.contact-item i{
    width:22px;
    color:#3f5efb;
    margin-right:6px;
}

.contact-item:hover{
    color:#0d6efd;
    transform:translateX(5px);
}

@media(max-width:991px){

    .hover-card{
        margin-bottom:25px;
    }

    .contact-icon1{
        width:60px;
        height:60px;
        min-width:60px;
        font-size:22px;
        margin-right:18px;
    }

    .contact-content h5{
        font-size:20px;
    }

    .contact-content p,
    .contact-item{
        font-size:14px;
    }
}
