<style>
/* GLOBAL */
.main-carousel,.carousel-cell{position:relative;z-index:1}

/* HERO SLIDER */
.premium-slide{
    min-height:440px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
    contain:layout paint;
}
.slide-1{background:linear-gradient(120deg,#0f2027,#203a43,#2c5364)}
.slide-2{background:linear-gradient(120deg,#1d4350,#a43931)}
.slide-3{background:linear-gradient(120deg,#42275a,#734b6d)}
.slide-4{background:linear-gradient(120deg,#141e30,#243b55)}

.premium-overlay{text-align:center;padding:50px 20px;z-index:2}

.premium-title{
    font-size:56px;
    font-weight:900;
    line-height:1.1;
    margin-bottom:14px;
    color:#fff;
}
.premium-sub{
    font-size:20px;
    font-weight:600;
    color:#fff;
}

/* SERVICES */
.services-wrapper{
    background:#fff;
    padding:70px 15px 50px;
}
.services-title{
    text-align:center;
    font-size:30px;
    font-weight:800;
    color:#1d3a7c;
}
.services-subtitle{
    text-align:center;
    font-size:16px;
    max-width:720px;
    margin:0 auto 35px;
    color:#555;
}
.service-buttons{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:18px;
}
.service-btn{
    padding:18px;
    border-radius:16px;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    text-align:center;
    min-height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}
.service-btn:hover{transform:translateY(-5px)}

/* ABOUT IMAGES */
.about-image{
    display:flex;
    flex-direction:column;
    gap:25px;
}
.seo-img{
    width:100%;
    max-width:260px;
    height:auto;
    display:block;
}

/* MOBILE */
@media(max-width:768px){
    .premium-title{font-size:34px}
    .premium-sub{font-size:16px}
    .seo-img{max-width:180px}
}
    
    
/* SERVICES WRAPPER */
.services-wrapper{
    background:#ffffff;
    padding:80px 15px 60px;
}

/* TITLE */
.services-title{
    text-align:center;
    font-size:32px;
    font-weight:800;
    color:#1d3a7c;
    margin-bottom:8px;
}

.services-subtitle{
    text-align:center;
    font-size:16px;
    color:#555;
    max-width:760px;
    margin:0 auto 45px;
    line-height:1.6;
}

/* GRID */
.service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:22px;
}

/* CARD */
.service-card{
    background:linear-gradient(135deg,#1d3a7c,#2575fc);
    color:#ffffff;
    padding:22px 20px;
    border-radius:18px;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    box-shadow:0 12px 28px rgba(0,0,0,.18);
    transition:all .35s ease;
    position:relative;
    overflow:hidden;
}

/* GLOW EFFECT */
.service-card::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(120deg,rgba(255,255,255,.25),transparent);
    opacity:0;
    transition:.35s;
}

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

.service-card:hover{
    transform:translateY(-8px) scale(1.02);
    box-shadow:0 20px 40px rgba(0,0,0,.28);
}

/* TEXT */
.service-name{
    font-size:16px;
    font-weight:700;
    line-height:1.3;
}

.service-arrow{
    font-size:22px;
    font-weight:900;
    opacity:.85;
}

/* MOBILE */
@media(max-width:768px){
    .services-title{font-size:24px}
    .services-subtitle{font-size:14px}
    .service-card{
        padding:18px 16px;
        border-radius:14px;
    }
}
/* AUTO COLOR ROTATION */
.service-card:nth-child(6n+1){
    background:linear-gradient(135deg,#1d3a7c,#2575fc);
}
.service-card:nth-child(6n+2){
    background:linear-gradient(135deg,#11998e,#38ef7d);
}
.service-card:nth-child(6n+3){
    background:linear-gradient(135deg,#f7971e,#ffd200);
}
.service-card:nth-child(6n+4){
    background:linear-gradient(135deg,#ff512f,#dd2476);
}
.service-card:nth-child(6n+5){
    background:linear-gradient(135deg,#8360c3,#2ebf91);
}
.service-card:nth-child(6n+6){
    background:linear-gradient(135deg,#00c6ff,#0072ff);
}

    /* ================= PREMIUM GROUP BOX ================= */
.service-group-box{
    background:rgba(255,255,255,0.9);
    backdrop-filter: blur(8px);
    border-radius:22px;
    padding:28px 26px 34px;
    margin-bottom:60px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
    border:1px solid rgba(255,255,255,.4);
    position:relative;
}

/* GROUP HEADER */
.service-group-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:22px;
}

.group-title{
    font-size:22px;
    font-weight:900;
    color:#1d3a7c;
    display:flex;
    align-items:center;
    gap:12px;
}

/* BADGE */
.group-badge{
    background:linear-gradient(135deg,#ffcc00,#ff9800);
    color:#000;
    font-size:12px;
    font-weight:800;
    padding:6px 12px;
    border-radius:30px;
}

/* DEFENCE ICON CIRCLE */
.group-icon{
    width:44px;
    height:44px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:900;
    color:#fff;
    background:linear-gradient(135deg,#1d3a7c,#2575fc);
    box-shadow:0 8px 18px rgba(0,0,0,.25);
}

/* VIP GROUP (SPARSH / ECHS) */
.service-group-box.vip{
    border:2px solid #ffcc00;
    box-shadow:0 30px 70px rgba(255,204,0,.35);
}

/* ================= MOBILE HERO FIX ================= */
@media (max-width:768px){

    .premium-slide{
        min-height:320px !important;   /* height kam */
        padding:20px 10px;
    }

    .premium-overlay{
        padding:20px 10px !important;
    }

    .premium-title{
        font-size:26px !important;   /* bada word control */
        line-height:1.2;
        margin-bottom:10px;
    }

    .premium-sub{
        font-size:14px !important;
        margin-bottom:15px;
    }

    .premium-overlay a{
        display:inline-block;
        padding:8px 16px !important;
        font-size:13px !important;
        margin-bottom:8px;
    }

    .premium-overlay p{
        font-size:12px !important;
        margin-top:8px !important;
    }

}


</style>
<style>

.team-wrap{
    display:flex;
    justify-content:center;
    padding:50px 10px;
}

.team-box{
    width:100%;
    max-width:620px;
    background:#243c4a;
    padding:30px 25px;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.4);
    text-align:center;
    position:relative;
}

/* Title */
.team-box h3{
    color:#fff;
    font-size:18px;
    font-weight:800;
    margin-bottom:25px;
}

/* Slider */
.team-slider-wrap{
    position:relative;
    overflow:hidden;
    max-width:420px;
    margin:0 auto;
}

.team-slider{
    display:flex;
    transition:transform .6s ease, opacity .6s ease;
}

/* Card */
.team-card{
    min-width:100%;
    background:#ffffff;
    border-radius:16px;
    padding:22px 18px;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    opacity:.5;
    transform:scale(.92);
    transition:all .5s ease;
    position:relative;
}

/* Trusted badge (ONLY ADDED) */
.trusted-badge{
    position:absolute;
    bottom:10px;   /* top ki jagah bottom */
    right:12px;
    background:#1e3a8a;
    color:#fff;
    font-size:9px;
    padding:4px 8px;
    border-radius:20px;
    font-weight:600;
}


/* Active card highlight */
.team-card.active{
    opacity:1;
    transform:scale(1);
}

/* Founder special highlight */
.team-card.founder.active{
    border:2px solid gold;
    box-shadow:0 0 18px rgba(255,215,0,.6);
}

/* Verified badge (ONLY ADDED) */
.verify-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    background:#1DA1F2;
    border-radius:50%;
    margin-left:6px;
    font-size:11px;
    color:#fff;
    font-weight:900;
    vertical-align:middle;
}

/* Image */
.team-img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:10px;
}

/* Text */
.team-name{
    font-size:14px;
    font-weight:800;
    margin-bottom:4px;
}

.team-role{
    font-size:12px;
    font-weight:600;
    color:#444;
    margin-bottom:6px;
}

.team-desc{
    font-size:11px;
    color:#666;
}

/* Arrows inside */
.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:32px;
    height:32px;
    border-radius:50%;
    border:none;
    background:#1e3a8a;
    color:#fff;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 5px 12px rgba(0,0,0,.3);
    transition:.3s;
}

.arrow:hover{
    background:#2563eb;
    transform:translateY(-50%) scale(1.1);
}

.arrow.left{ left:10px; }
.arrow.right{ right:10px; }

/* Dot indicators */
.dots{
    margin-top:18px;
}

.dot{
    display:inline-block;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#bbb;
    margin:0 4px;
    cursor:pointer;
    transition:.3s;
}

.dot.active{
    background:#fff;
    transform:scale(1.3);
}

/* Responsive */
@media(max-width:480px){
    .team-box{
        padding:25px 15px;
    }
}

</style>
<style>
.service-faq {
    margin-top: 20px;
}
.service-faq h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.service-faq p {
    margin-bottom: 12px;
    line-height: 1.6;
}
</style>
