:root{--navy:#071f49;--blue:#0b2a55;--gold:#d99a05;--light:#f5f8fc;--text:#102143}*{box-sizing:border-box}body{font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);line-height:1.6}.topbar,.footer,.cta-footer{background:linear-gradient(135deg,#071f49,#082e62);color:#fff}.navbar-brand img{width:155px;height:70px;object-fit:contain}.nav-link{font-weight:600;color:#0b2348!important;font-size:14px}.btn{border-radius:6px;font-weight:700;padding:.65rem 1.25rem}.btn-primary-theme{background:var(--navy);border-color:var(--navy);color:#fff}.btn-primary-theme:hover{background:#103366;color:#fff}.btn-gold{background:var(--gold);border-color:var(--gold);color:#fff}.btn-gold:hover{background:#b98300;color:#fff}.btn-outline-theme{border:1px solid var(--navy);color:var(--navy);font-weight:700}.btn-outline-theme:hover{background:var(--navy);color:#fff}.hero-section{padding:70px 0;background:linear-gradient(90deg,#fff 0%,#f8fbff 50%,#eef4fb 100%);overflow:hidden}.hero-content h1{font-size:46px;line-height:1.12;font-weight:900;color:var(--navy);letter-spacing:-1px}.hero-content p{font-size:18px;font-weight:600;max-width:540px}.hero-img{width:100%;border-radius:0 0 0 70px;object-fit:cover;box-shadow:0 10px 30px rgba(7,31,73,.08)}.stats-row strong{display:block;font-size:24px;color:var(--navy);font-weight:900}.stats-row span{font-size:13px;font-weight:700}.section-pad{padding:55px 0}h2{font-weight:900;color:var(--navy)}.section-mini-title{font-weight:900;color:var(--navy)}.trusted-strip{max-height:84px;object-fit:cover;border-radius:12px}.feature-list div{font-weight:700;color:#102143}.about-count{background:#fff;border:1px solid #e4eaf2;border-radius:14px;padding:18px;text-align:center;box-shadow:0 8px 20px rgba(7,31,73,.05)}.about-count b{display:block;font-size:26px;color:var(--navy)}.about-count span{font-size:13px;font-weight:700}.bg-light-blue{background:var(--light)}.service-card,.why-card,.job-card,.testimonial{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:23px;height:100%;box-shadow:0 10px 24px rgba(7,31,73,.04);transition:.25s}.service-card:hover,.why-card:hover,.job-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(7,31,73,.10)}.service-card img,.why-card img{width:48px;height:48px;margin-bottom:14px}.service-card h5,.why-card h5,.job-card h5{font-weight:900;color:var(--navy);font-size:17px}.service-card p,.why-card p,.job-card p{font-size:14px;margin:0;color:#42506a;font-weight:600}.industry-grid{display:grid;grid-template-columns:repeat(8,1fr);border:1px solid #e2e8f0;border-radius:14px;background:#fff;overflow:hidden}.industry-grid div{padding:24px 14px;text-align:center;border-right:1px solid #e2e8f0}.industry-grid div:last-child{border-right:0}.industry-grid img{height:38px;margin-bottom:10px}.industry-grid span{display:block;font-weight:800;font-size:13px}.process-line{display:flex;justify-content:space-between;gap:20px;position:relative}.process-line:before{content:"";position:absolute;left:8%;right:8%;top:30px;border-top:2px dashed #b9c5d6}.process-item{position:relative;z-index:1;text-align:center;flex:1}.process-item span{display:inline-flex;width:62px;height:62px;border-radius:50%;background:var(--navy);color:#fff;align-items:center;justify-content:center;font-weight:900;border:8px solid #edf3fb}.process-item b{display:block;margin-top:10px;font-size:13px;color:var(--navy)}.testimonial{display:grid;grid-template-columns:70px 1fr;gap:15px;align-items:center}.testimonial img{width:70px;height:70px;border-radius:50%;object-fit:cover}.testimonial p{grid-column:2;margin:0;font-weight:600}.testimonial b,.testimonial span{grid-column:2}.testimonial span{font-size:13px;color:#536071}.cta-footer{padding:38px 0}.footer{padding:45px 0 20px}.footer-logo{width:170px;height:70px;object-fit:contain;background:#fff;border-radius:8px;padding:5px}.footer h5{font-weight:900}.footer a{display:block;color:#dbe8ff;text-decoration:none;margin:4px 0}.footer p{color:#dbe8ff}@media(max-width:991px){.hero-section{padding:45px 0}.hero-content h1{font-size:36px}.hero-img{border-radius:22px}.industry-grid{grid-template-columns:repeat(4,1fr)}.process-line{display:grid;grid-template-columns:repeat(2,1fr)}.process-line:before{display:none}.cta-footer .btn{width:100%}.cta-footer .d-flex{margin-top:15px}}@media(max-width:576px){.navbar-brand img{width:135px}.hero-content h1{font-size:30px}.hero-content p{font-size:15px}.btn-lg{font-size:15px;padding:.65rem 1rem}.stats-row strong{font-size:17px}.stats-row span{font-size:11px}.section-pad{padding:38px 0}.industry-grid{grid-template-columns:repeat(2,1fr)}.industry-grid div{border-bottom:1px solid #e2e8f0}.process-line{grid-template-columns:1fr}.testimonial{grid-template-columns:1fr;text-align:center}.testimonial p,.testimonial b,.testimonial span{grid-column:1}.testimonial img{margin:auto}.footer{text-align:center}}



.floating-whatsapp{
    position: fixed;
    width: 60px !important;
    height: 60px !important;
    bottom: 25px !important;
    right: 25px !important;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.floating-whatsapp:hover{
    transform: scale(1.1);
    color: #fff;
}


.social-icons{
    display:flex;
    align-items:center;
    gap:12px;
}

.social-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffffff15;
    color:#fff;
    font-size:18px;
    text-decoration:none;
    transition:all 0.35s ease;
    border:1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
}

.social-icon:hover{
    transform:translateY(-6px) scale(1.08);
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
}

/* Brand Hover Colors */

.instagram:hover{
    background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
    color:#fff;
}

.twitter:hover{
    background:#000;
    color:#fff;
}

.linkedin:hover{
    background:#0077b5;
    color:#fff;
}

.youtube:hover{
    background:#ff0000;
    color:#fff;
}

.facebook:hover{
    background:#1877f2;
    color:#fff;
}


a.social-icon {
    padding: 6px 10px;
}