/* =========================================================
   ABUZZ WEBTECH - MAIN STYLES
   ========================================================= */

:root{
    --primary:#1764ff;
    --primary-dark:#0b3dbb;
    --navy:#071a3a;
    --navy-2:#0a234b;
    --text:#14213d;
    --muted:#667085;
    --light:#f5f8ff;
    --border:#e5eaf3;
    --white:#fff;
    --success:#18b981;
    --radius:22px;
    --shadow:0 20px 60px rgba(21,44,86,.09);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    font-family:"Inter",sans-serif;
    color:var(--text);
    background:#fff;
    line-height:1.7;
    overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{font-family:"Manrope",sans-serif;line-height:1.18;font-weight:800}
a{text-decoration:none;color:inherit}
img{max-width:100%}
a:focus-visible {
    outline: none;
}
.container{max-width:1240px}
.section-space{padding:100px 0}
a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important;
}
/* =========================================
   HEADER
========================================= */

.site-header{position:fixed;top:0;left:0;width:100%;z-index:9999;background:#fff;border-top:1px solid #e8edf3;border-bottom:1px solid #e5eaf1;transition:all .3s ease}.site-header.scrolled{background:rgba(255,255,255,.97);backdrop-filter:blur(15px);box-shadow:0 8px 30px rgba(16,35,65,.08)}.site-header .navbar{min-height:75px;padding:0;display:flex;align-items:center}.site-header .navbar-brand{display:flex;align-items:center;padding:0;margin:0}.site-header .navbar-brand img{width:105px;height:auto;display:block;object-fit:contain}.site-header .navbar-nav{gap:8px}.site-header .nav-link{position:relative;display:flex;align-items:center;gap:7px;padding:12px 7px!important;border-radius:28px;color:#243653!important;font-size:15px;font-weight:500;white-space:nowrap;transition:all .25s ease}.site-header .nav-link i{font-size:11px;transition:transform .25s ease}.site-header .nav-link.active{color:#0b5dcc!important}.solutions-dropdown{position:static}.solutions-link{cursor:pointer}.solutions-dropdown:hover>.solutions-link{color:#152d52!important;background:#eef4fb}.solutions-dropdown:hover>.solutions-link i{transform:rotate(180deg)}

/* PREMIUM MEGA MENU */
.mega-menu{position:absolute;top:100%;left:0;width:100%;background:#f7f9fc;border-top:1px solid #e8edf3;border-bottom:1px solid #e5eaf1;box-shadow:0 24px 60px rgba(17,38,68,.14);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:9998}@media(min-width:992px){.solutions-dropdown:hover .mega-menu{opacity:1;visibility:visible;transform:translateY(0)}}.mega-menu-inner{width:min(1450px,calc(100% - 70px));margin:0 auto;padding:22px 0 26px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px 16px}.mega-column{position:relative;min-width:0;background:#fff;border:1px solid #e4eaf2;border-radius:14px;padding:16px;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.mega-column:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#0b55a7,#1686e8);opacity:0;transition:opacity .25s ease}.mega-column:hover{transform:translateY(-3px);border-color:#c9dbef;box-shadow:0 12px 30px rgba(26,67,110,.09)}.mega-column:hover:before{opacity:1}.mega-column h6{display:flex;align-items:center;gap:9px;margin:0 0 10px;padding:0 0 11px;color:#172b4d;font-size:13px;font-weight:700;letter-spacing:.2px;text-transform:uppercase;border-bottom:1px solid #edf1f5}.mega-column h6:before{content:"";width:33px;height:33px;flex:0 0 33px;border-radius:9px;background:linear-gradient(135deg,#eef6ff,#e5f0ff);border:1px solid #dcecff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.mega-column:nth-child(1) h6:before{content:"🎓";display:flex;align-items:center;justify-content:center;font-size:15px}.mega-column:nth-child(2) h6:before{content:"✦";display:flex;align-items:center;justify-content:center;font-size:16px;color:#0867ce}.mega-column:nth-child(3) h6:before{content:"✚";display:flex;align-items:center;justify-content:center;font-size:16px;color:#0867ce}.mega-column:nth-child(4) h6:before{content:"▦";display:flex;align-items:center;justify-content:center;font-size:17px;color:#0867ce}.mega-column:nth-child(5) h6:before{content:"♟";display:flex;align-items:center;justify-content:center;font-size:16px;color:#0867ce}.mega-column:nth-child(6) h6:before{content:"⚡";display:flex;align-items:center;justify-content:center;font-size:15px}.mega-column:nth-child(7) h6:before{content:"▣";display:flex;align-items:center;justify-content:center;font-size:16px;color:#0867ce}.mega-column:nth-child(8) h6:before{content:"🛒";display:flex;align-items:center;justify-content:center;font-size:14px}.mega-column a{display:flex;align-items:center;gap:8px;width:100%;min-height:20px;padding:5px 7px;margin:1px 0;border-radius:7px;color:#58677b;font-size:11.5px;font-weight:500;line-height:1.35;text-decoration:none;transition:color .2s ease,background .2s ease,padding .2s ease,transform .2s ease}.mega-column a:hover{color:#075fc8;background:#f1f7ff;padding-left:11px;transform:none}.mega-column a i{width:auto;height:auto;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:0;color:#a4afbd;background:transparent;font-size:10px;opacity:0;transform:translateX(-4px);transition:opacity .2s ease,transform .2s ease,color .2s ease}.mega-column a:hover i{opacity:1;color:#0872dc;background:transparent;transform:translateX(0)}
.mega-menu{
    max-height:calc(100vh - 92px);
    overflow-y:auto;
}
/* HEADER ACTIONS */
.header-actions{display:flex;align-items:center;gap:10px;margin-left:20px}.btn-request{height:42px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #a9c7ed;border-radius:28px;background:#fff;color:#102d63!important;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;transition:all .3s ease}.btn-request i{font-size:18px}.btn-request:hover{border-color:#0b62d6;color:#075cc9!important;transform:translateY(-1px);box-shadow:0 7px 18px rgba(11,98,214,.1)}.btn-demo{height:42px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;border-radius:28px;background:linear-gradient(135deg,#082e78,#0876df);color:#fff!important;font-size:14px;font-weight:700;text-decoration:none;white-space:nowrap;box-shadow:0 8px 20px rgba(8,91,190,.2);transition:all .3s ease}.btn-demo:hover{color:#fff!important;transform:translateY(-2px);box-shadow:0 12px 27px rgba(8,91,190,.28)}.site-header .navbar-toggler{padding:5px;border:0;color:#172d50;font-size:28px}.site-header .navbar-toggler:focus{box-shadow:none;outline:none}
.faq-content .btn-getstarted{
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: rgb(16, 45, 99) !important;
    padding: 0px 20px;
    gap: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 199, 237);
    border-image: none;
    border-radius: 28px;
    background: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s;
}
/* TABLET */
.hero-section {
    min-height: calc(100vh - 72px);
    margin-top: 65px;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* Video Background */
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Dark Blue Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 18, 42, 0.96) 0%, rgb(5 25 50 / 21%) 45%, rgba(4, 21, 44, 0.70) 100%);
    z-index: 1;
}

/* Content Above Video */
.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 2;
}
.site-header .navbar-nav{gap:2px}.site-header .nav-link{padding-left:9px!important;padding-right:9px!important;font-size:14px}.header-actions{margin-left:10px;gap:7px}.btn-request{padding:0 15px;font-size:13px}.btn-demo{padding:0 18px;font-size:13px}.mega-menu-inner{width:min(100%,calc(100% - 40px));gap:12px}.mega-column{padding:14px}.mega-column a{font-size:11px}
/* =========================================
   COMPANY MEGA MENU - NEW
========================================= */

.company-menu-item{
    position:static!important;
}

.company-menu-item>.nav-link{
    position:relative;
}


/* MAIN MENU */

.company-menu-item>.company-mega-menu{
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    min-width:100%!important;
    display:block!important;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    z-index:99999!important;
    padding:28px 0;
    margin:0!important;
    background:#f4f8ff;
    border:1px solid rgba(255,255,255,.10);
    border-radius:0 0 18px 18px;
    box-shadow:0 25px 60px rgba(0,0,0,.35);
    transform:translateY(12px);
    transition:opacity .25s ease,
               visibility .25s ease,
               transform .25s ease;
}


/* OPEN MENU */

.company-menu-item:hover>.company-mega-menu{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
}


/* KEEP MENU OPEN WHEN HOVERING INSIDE */

.company-menu-item>.company-mega-menu:hover{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
}


/* =========================================
   LEFT CONTENT
========================================= */

.company-menu-intro{
    height:100%;
    padding:20px;
    background:#27337d;
    border:1px solid rgba(255,255,255,.10);
    border-radius:18px;
}

.company-menu-label{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-bottom:16px;
    color:#aeb8d2;
    font-size:11px;
    font-weight:700;
    letter-spacing:1.5px;
}

.company-menu-label i{
    color:#4fc3f7;
    font-size:14px;
}

.company-menu-intro h3{
    margin:0 0 14px;
    color:#fff;
    font-size:27px;
    line-height:1.25;
    font-weight:700;
}

.company-menu-intro h3 span{
    display:inline;
    background:#39a2db;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.company-menu-intro p{
    margin:0 0 22px;
    color:#98a4bb;
    font-size:13px;
    line-height:1.7;
}


/* BUTTON */

.company-menu-btn{
    position:relative;
    z-index:10;
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:10px 17px;
    color:#fff!important;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    text-decoration:none!important;
    transition:all .3s ease;
}

.company-menu-btn:hover{
    color:#fff!important;
    background:#27468c;
    border-color:#27468c;
    transform:translateY(-2px);
}

.company-menu-btn i{
    transition:transform .3s ease;
}

.company-menu-btn:hover i{
    transform:translate(3px,-3px);
}


/* =========================================
   MENU CARDS
========================================= */

.company-menu-card{
    position:relative;
    z-index:5;
    min-height:108px;
    width:100%;
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:17px 38px 17px 17px;
    color:#000!important;
    background:#fff;
    border:1px solid rgba(255,255,255,.09);
    border-radius:16px;
    text-decoration:none!important;
    cursor:pointer;
    transition:
        background .3s ease,
        border-color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.company-menu-card:hover{
    color:#fff!important;
    background:#ffffff;
    border-color:rgba(76,185,245,.35);
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.20);
}


/* ICON */

.company-menu-icon{
    flex:0 0 43px;
    width:43px;
    height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    background:linear-gradient(
        135deg,
        #22c7e9,
        #5967ed
    );
    border-radius:12px;
    font-size:18px;
    transition:all .3s ease;
}

.company-menu-card:hover .company-menu-icon{
    transform:scale(1.08);
}


/* CARD TEXT */

.company-menu-card h5{
    margin:2px 0 5px;
    color:#274383;
    font-size:14px;
    font-weight:700;
    line-height:1.3;
}

.company-menu-card p{
    margin:0;
    color:#8f9ab0;
    font-size:11px;
    line-height:1.55;
}


/* ARROW */

.company-menu-card .menu-arrow{
    position:absolute;
    top:18px;
    right:17px;
    color:#68758d;
    font-size:13px;
    transition:all .3s ease;
}

.company-menu-card:hover .menu-arrow{
    color:#fff;
    transform:translate(3px,-3px);
}


/* =========================================
   INDIVIDUAL ICON COLORS
========================================= */

.company-menu-card:nth-child(1) .company-menu-icon{
    background:linear-gradient(135deg,#24b9ef,#5277ee);
}

.company-menu-card:nth-child(2) .company-menu-icon{
    background:linear-gradient(135deg,#a855f7,#e14bd2);
}

.company-menu-card:nth-child(3) .company-menu-icon{
    background:linear-gradient(135deg,#06c99a,#20c7d9);
}

.company-menu-card:nth-child(4) .company-menu-icon{
    background:linear-gradient(135deg,#ff5544,#ff8b2c);
}

.company-menu-card:nth-child(5) .company-menu-icon{
    background:linear-gradient(135deg,#ff9f1c,#ff5d3b);
}

.company-menu-card:nth-child(6) .company-menu-icon{
    background:linear-gradient(135deg,#28b9ec,#5269ed);
}


/* =========================================
   MENU ANIMATION
========================================= */

.company-menu-item:hover .company-menu-intro{
    animation:companyIntro .45s ease both;
}

.company-menu-item:hover .company-menu-card{
    animation:companyCard .4s ease both;
}

.company-menu-item:hover .company-menu-card:nth-child(1){
    animation-delay:.03s;
}

.company-menu-item:hover .company-menu-card:nth-child(2){
    animation-delay:.06s;
}

.company-menu-item:hover .company-menu-card:nth-child(3){
    animation-delay:.09s;
}

.company-menu-item:hover .company-menu-card:nth-child(4){
    animation-delay:.12s;
}

.company-menu-item:hover .company-menu-card:nth-child(5){
    animation-delay:.15s;
}

.company-menu-item:hover .company-menu-card:nth-child(6){
    animation-delay:.18s;
}
.company-timeline{position:relative;margin:10px 0 0px;padding-left:78px}.company-timeline:before{content:"";position:absolute;left:65px;top:5px;bottom:8px;width:1px;background:linear-gradient(to bottom,rgba(82,194,241,.2),rgba(82,194,241,.7),rgba(82,194,241,.1))}.timeline-item{position:relative;min-height:52px;padding-bottom:14px}.timeline-year{position:absolute;left:-78px;top:1px;width:52px;color:#6fbff0;font-size:10px;font-weight:700;text-align:right}.timeline-dot{position:absolute;left:-17px;top:3px;width:9px;height:9px;border:2px solid #42bce8;border-radius:50%;background:#0b1222;z-index:2}.timeline-content h5{margin:0 0 3px;color:#fff;font-size:12px;font-weight:700}.timeline-content p{margin:0;color:#dfdfdf;font-size:10px;line-height:1.45}.timeline-item.active .timeline-dot{width:11px;height:11px;left:-18px;top:2px;background:#42bce8;box-shadow:0 0 0 4px rgba(66,188,232,.12),0 0 14px rgba(66,188,232,.5)}.timeline-item.active .timeline-year{color:#fff}.timeline-item.active .timeline-content h5{color:#55c8ef}.company-menu-btn{position:relative;z-index:20}
@keyframes companyIntro{
    from{
        opacity:0;
        transform:translateX(-12px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes companyCard{
    from{
        opacity:0;
        transform:translateY(8px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}


/* =========================================
   MOBILE
========================================= */

@media(max-width:991px){

    .company-menu-item{
        position:relative!important;
    }

    .company-menu-item>.company-mega-menu{
        position:static!important;
        width:100%!important;
        min-width:0!important;
        display:none!important;
        visibility:visible!important;
        opacity:1!important;
        pointer-events:auto!important;
        transform:none!important;
        padding:15px!important;
        margin-top:10px!important;
        border-radius:14px;
        box-shadow:none;
    }

    .company-menu-item:hover>.company-mega-menu{
        display:none!important;
    }

    .company-menu-intro{
        padding:15px;
    }

    .company-menu-intro h3{
        font-size:22px;
    }

    .company-menu-card{
        min-height:auto;
    }

}
.company-menu-item{
    position:static!important;
}

.company-menu-item>.company-mega-menu{
    top:100%!important;
    margin-top:0!important;
}

/* Invisible bridge between nav and mega menu */
.company-menu-item>.company-mega-menu::before{
    content:"";
    position:absolute;
    top:-15px;
    left:0;
    width:100%;
    height:15px;
    background:transparent;
}

/* Keep menu active while cursor is inside */
.company-menu-item:hover>.company-mega-menu,
.company-menu-item>.company-mega-menu:hover{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
}

/* Make sure links are clickable */
.company-menu-card,
.company-menu-btn{
    position:relative;
    z-index:20;
    pointer-events:auto!important;
    cursor:pointer;
}
/* MOBILE */
@media(max-width:991px){.site-header .navbar{min-height:76px;padding:10px 0}.site-header .navbar-brand img{width:95px}.site-header .navbar-collapse{margin-top:15px;padding:15px;background:#fff;border:1px solid #e6ebf2;border-radius:14px;box-shadow:0 15px 35px rgba(15,35,70,.1);max-height:calc(100vh - 100px);overflow-y:auto}.site-header .navbar-nav{width:100%;align-items:stretch!important;gap:2px}.site-header .nav-item{width:100%}.site-header .nav-link{width:100%;padding:11px 10px!important;font-size:15px;border-radius:8px}.site-header .nav-link:hover{background:#f3f7fc}.header-actions{width:100%;margin:15px 0 0;padding-top:15px;border-top:1px solid #edf1f6;display:flex;flex-direction:column}.btn-request,.btn-demo{width:100%}.mega-menu{position:static;display:none;width:100%;opacity:1;visibility:visible;transform:none;border:0;box-shadow:none;background:#f7f9fc;border-radius:10px;margin-top:4px}.solutions-dropdown.show .mega-menu{display:block}.mega-menu-inner{display:block;width:100%;padding:12px}.mega-column{margin-bottom:10px;padding:15px;border-radius:12px}.mega-column:last-child{margin-bottom:0}.mega-column:hover{transform:none;box-shadow:none}.mega-column h6{margin-bottom:8px}.mega-column a{padding:8px;font-size:13px;min-height:32px}.mega-column a:hover{padding-left:10px}.mega-column a i{opacity:1;transform:none}.solutions-dropdown:hover .mega-menu{}.solutions-dropdown.show .mega-menu{display:block}.solutions-dropdown:hover>.solutions-link{background:transparent}.solutions-dropdown.show>.solutions-link{background:#eef4fb}.solutions-dropdown.show>.solutions-link i{transform:rotate(180deg)}}

/* SMALL MOBILE */
@media(max-width:575px){.site-header .navbar{min-height:70px}.site-header .navbar-brand img{width:85px}.site-header .navbar-collapse{padding:12px}.mega-menu-inner{padding:10px}.mega-column{padding:13px}.mega-column h6{font-size:12px}.mega-column a{font-size:12.5px}}

.site-footer{background:#ffffff;color:#2a2a2a;padding:75px 0 5px}
.site-footer .navbar-brand{color:#fff}
.footer-top{display:grid;grid-template-columns:1.8fr repeat(4,1fr);gap:45px;padding-bottom:50px}
.footer-brand p{color:#414141;font-size:13px;max-width:300px;margin:20px 0}
.social-links{display:flex;gap:8px}
.social-links a{width:35px;height:35px;display:grid;place-items:center;border:1px solid #083a89;border-radius:9px;color:#083a89;transition:.3s}
.social-links a:hover{background:#083a89;color:#fff}
.footer-col h4{font-size:20px;margin-bottom:18px}
.footer-col a{display:block;color:#383838;font-size:13px;margin:9px 0;transition:.2s;    text-decoration: none;}
.footer-col a:hover{color:rgb(8 64 146);}
.footer-bottom{border-top:1px solid rgb(69 69 69 / 16%);padding-top:20px;display:flex;justify-content:space-between;gap:20px}
.footer-bottom p,.footer-bottom a{font-size:13px;color:#575757;text-decoration: none;}
.footer-bottom div{display:flex;gap:18px}
.back-top{
    position:fixed;right:25px;bottom:25px;width:42px;height:42px;border:0;border-radius:11px;
    background:var(--primary);color:#575757;display:none;z-index:999;box-shadow:0 10px 25px rgba(23,100,255,.25)
}

@media(max-width:991px){
    .mega-menu{
        position:static;
        width:100%;
        max-height:calc(100vh - 100px);
        overflow-y:auto;
        opacity:1;
        visibility:visible;
        transform:none;
        border:0;
        box-shadow:none;
        background:#f7f9fc;
        border-radius:10px;
        margin-top:4px;
    }

    .solutions-dropdown.show .mega-menu{
        display:block;
    }

    .solutions-dropdown:hover .mega-menu{
        display:block;
    }

    .solutions-dropdown.show>.solutions-link{
        background:#eef4fb;
        color:#00a7f6!important;
    }

    .solutions-dropdown.show>.solutions-link i{
        transform:rotate(180deg);
    }
}
.back-top.show{display:block}


    
    
    /* Blue grid effect */
    
    .hero-section::before {
    
    content: "";
    
    position: absolute;
    inset: 0;
    
    background-image:
        linear-gradient(
            rgba(47, 166, 255, 0.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(47, 166, 255, 0.08) 1px,
            transparent 1px
        );
    
    background-size: 50px 50px;
    
    pointer-events: none;
    }
    
    
    .hero-content {
    min-height: calc(100vh - 72px);
    padding: 35px 0 50px;
    position: relative;
    z-index: 2;
    }
    
    
    /* ================= BADGE ================= */
    
    .trusted-badge {
    
    display: inline-flex;
    align-items: center;
    
    border: 1px solid rgba(120, 180, 255, 0.45);
    
    background: rgba(35, 74, 130, 0.35);
    
    border-radius: 40px;
    
    padding: 7px 20px 7px 7px;
    
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    
    margin-bottom: 25px;
    }
    
    .trusted-badge span {
    
    width: 38px;
    height: 38px;
    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    background: #0caef5;
    
    border-radius: 50%;
    
    margin-right: 10px;
    
    font-size: 13px;
    
    letter-spacing: 0;
    }
       
    /* ================= HEADING ================= */
    
    .hero-section h1 {
        font-size: clamp(45px, 5vw, 55px);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
    }
    
    .hero-section h1 span {
    color: #36d0f5;
    }
        
    /* ================= DESCRIPTION ================= */
    
    .hero-description {
        max-width: 612px;
        font-size: 18px;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.78);
        margin-bottom: 25px;
    }
    
    
    /* ================= HERO BUTTONS ================= */
    
    .hero-buttons {
    display: flex;
    gap: 14px;
    margin-bottom: 42px;
    }
    
    .hero-demo-btn,
    .explore-btn {
    
    display: inline-flex;
    align-items: center;
    gap: 12px;
    
    padding: 10px 27px;
    
    border-radius: 30px;
    
    text-decoration: none;
    
    font-weight: 600;
    }
    
    .hero-demo-btn {
    
    color: white;
    
    background: linear-gradient(
        90deg,
        #11c9ef,
        #087cf0
    );
    }
    
    .hero-demo-btn:hover {
    color: white;
    transform: translateY(-2px);
    }
    
    .explore-btn {
    
    color: white;
    
    border: 1px solid rgba(255,255,255,0.35);
    
    background: rgba(255,255,255,0.06);
    }
    
    .explore-btn:hover {
    background: rgba(255,255,255,0.15);
    color: white;
    }
    
    
    /* ================= STATS ================= */
    
    .stats-row {
    
    display: flex;
    
    gap: 14px;
    
    flex-wrap: wrap;
    }
    
    .stat-card {
    
    width: 140px;
    min-height: 135px;
    
    padding: 18px;
    
    border-radius: 18px;
    
    border: 1px solid rgba(255,255,255,0.15);
    
    background: rgba(17, 34, 62, 0.72);
    
    backdrop-filter: blur(8px);
    }
    
    .stat-card h3 {
    
    font-size: 34px;
    
    margin-bottom: 8px;
    
    font-weight: 700;
    }
    
    .stat-card p {
    
    font-size: 11px;
    
    letter-spacing: 1.2px;
    
    line-height: 1.45;
    
    color: rgba(255,255,255,0.58);
    
    font-weight: 600;
    margin-bottom: 5px;
    }
    
    
    /* ================= CERTIFICATION ================= */
    
    .certification-box {
    
    margin-top: 0px;
    
    display: flex;
    
    flex-direction: column;
    
    align-items: flex-start;
    
    gap: 23px;
    }
    
    .cert-title {
    
    font-size: 12px;
    
    letter-spacing: 2px;
    
    color: rgba(255,255,255,0.55);
    
    font-weight: 700;
    
    margin-bottom: 3px;
    }
    
    .cert-item {
    
    display: inline-flex;
    
    align-items: center;
    
    gap: 12px;
    
    padding: 7px 18px;
    
    border-radius: 25px;
    
    background: rgb(33 45 63 / 39%);
    
    border: 1px solid rgba(255,255,255,0.12);
    
    color: white;
    
    font-size: 12px;
    
    font-weight: 600;
    
    backdrop-filter: blur(8px);
    }
    
    .cert-item:hover{
        transform:translateY(-5px);
        box-shadow:0 7px 18px rgba(20,50,90,.06);
    }
    
    .cert-item i {
    color: #21c9f3;
    }
    
    .cert-item.large {
    padding-right: 22px;
    }
    .footer-brand img{
        width: 130px;
    }
    
    /* ================= RESPONSIVE ================= */
    
    @media (max-width: 991px) {
    
    .header-buttons {
        margin-top: 15px;
        flex-wrap: wrap;
    }
    
    .hero-content {
        padding-top: 40px;
    }
    
    .certification-box {
        margin-top: 40px;
        display: none;
    }
    
    .hero-section h1 {
        font-size: 48px;
    }
    }
    
    
    @media (max-width: 576px) {
    
    .hero-section h1 {
        font-size: 28px;
        letter-spacing: -1px;
    }
    .hero-description {
        max-width: 320px;
    }
    .hero-description {
        font-size: 13px;
    }
    .hero-demo-btn, .explore-btn {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 8px 15px;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 500;
        flex-direction: row;
        font-size: 13px;
    }
    .stat-card h3 {
        font-size: 25px;
        margin-bottom: 4px;
        font-weight: 700;
    }
    .hero-buttons {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 10px;
    }
    
    .stats-row {
        display: none;
    }
    
    .stat-card {
        width: 100%;
    }
    
    .trusted-badge {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .footer-top {
        display: grid;
        grid-template-columns: auto;
        gap: 15px;
        padding-bottom: 20px;
        grid-auto-flow: row;
    }
    .site-footer {
        background: #ffffff;
        color: #2a2a2a;
        padding: 40px 0 5px;
    }
    .footer-bottom {
        border-top: 1px solid rgb(69 69 69 / 16%);
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        gap: 0px;
        flex-direction: column;
    }
    }
    .abuzz-role-section{padding:55px 20px;background:#fff;}.abuzz-role-section .role-heading{text-align:center;max-width:650px;margin:0 auto 24px}.abuzz-role-section .role-eyebrow{gap:9px;display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border:1px solid #a9cbf6;border-radius:20px;background:#edf6ff;color:#3978b9;font-size:12px;font-weight:700;letter-spacing:1.3px}.abuzz-role-section .role-heading h2{margin:9px 0 13px;color:#111b2e;font-size:40px;line-height:1.08;font-weight:700;letter-spacing:.3px}.abuzz-role-section .role-heading h2 span{display:block;color:#00a7f6}.abuzz-role-section .role-heading p{max-width:550px;margin:auto;color:#68768b;font-size:16px;line-height:1.5}.abuzz-role-section .role-tabs{display:flex;justify-content:center;align-items:center;gap:7px;margin:0 auto 23px}.abuzz-role-section .role-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 13px;border:1px solid #d9e1ec;border-radius:20px;background:#fff;color:#526078;font-size:13px;font-weight:600;cursor:pointer;transition:.25s ease}.abuzz-role-section .role-tab i{font-size:12px}.abuzz-role-section .role-tab:hover{border-color:#9fc4ef;color:#00a7f6;background:#f4f8fd}.abuzz-role-section .role-tab.active{color:#fff;background:#00a7f6;border-color:#00a7f6;box-shadow:0 5px 12px rgba(7,91,198,.18)}.abuzz-role-section .role-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:14px;align-items:stretch}.abuzz-role-section .role-main-card{padding:22px 20px;border:1px solid #d9e2ed;border-radius:13px;background:#fff;box-shadow:0 7px 18px rgba(20,50,90,.07)}.abuzz-role-section .role-card-label{display:block;margin-bottom:8px;color:#4d78a8;font-size:12px;font-weight:600;letter-spacing:1.1px}.abuzz-role-section .role-main-card h3{margin:0;color:#172238;font-size:23px;line-height:1.2;font-weight:700}.abuzz-role-section .daily-pain{margin-top:17px}.abuzz-role-section .pain-title{display:block;margin-bottom:8px;color:#718096;font-size:10.5px;font-weight:600;letter-spacing:1px}.abuzz-role-section .daily-pain ul{margin:0;padding:0;list-style:none}.abuzz-role-section .daily-pain li{position:relative;padding-left:10px;margin-bottom:7px;color:#687589;font-size:12.5px;line-height:1.4}.abuzz-role-section .daily-pain li:before{content:"";position:absolute;left:0;top:6px;width:4px;height:4px;border-radius:50%;background:#ef6572}.abuzz-role-section .role-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:18px}.abuzz-role-section .role-stat{padding:9px 5px;text-align:center;border:1px solid #cdddf1;border-radius:9px;background:#fbfdff}.abuzz-role-section .role-stat strong{display:block;color:#0d4d9c;font-size:23px;line-height:1;font-weight:700}.abuzz-role-section .role-stat span{display:block;margin-top:5px;color:#8190a4;font-size:9.5px;font-weight:700;letter-spacing:.6px}.abuzz-role-section .role-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#0a3e87;font-size:11px;font-weight:700;text-decoration:none;transition:.25s ease}.abuzz-role-section .role-link i{font-size:10px;transition:.25s ease}.abuzz-role-section .role-link:hover{color:#00a7f6}.abuzz-role-section .role-link:hover i{transform:translateX(3px)}.abuzz-role-section .role-features{display:none;grid-template-columns:1fr 1fr;gap:14px}.abuzz-role-section .role-features.active-content{display:grid}.abuzz-role-section .role-feature-card{min-height:145px;padding:17px 16px;border:1px solid #d9e2ed;border-radius:13px;background:#fff;box-shadow:0 7px 18px rgba(20,50,90,.06);transition:.25s ease}.abuzz-role-section .role-feature-card:hover{transform:translateY(-3px);border-color:#b9d2ed;box-shadow:0 12px 25px rgba(20,50,90,.1)}.abuzz-role-section .feature-icon{width:35px;height:35px;display:flex;align-items:center;justify-content:center;margin-bottom:9px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#00a7f6,#086fd8);font-size:15px;box-shadow:0 4px 9px rgba(7,77,160,.18)}.abuzz-role-section .role-feature-card h4{margin:0 0 7px;color:#202c40;font-size:17px;line-height:1.3;font-weight:700}.abuzz-role-section .role-feature-card p{margin:0;color:#718096;font-size:13px;line-height:1.5}@media(max-width:991px){.abuzz-role-section{padding:70px 20px}.abuzz-role-section .role-heading h2{font-size:32px}.abuzz-role-section .role-heading p{font-size:14px}.abuzz-role-section .role-grid{grid-template-columns:1fr}.abuzz-role-section .role-features{grid-template-columns:1fr 1fr}.abuzz-role-section .role-main-card{order:1}.abuzz-role-section .role-features{order:2}}@media(max-width:576px){.abuzz-role-section{padding:55px 15px}.abuzz-role-section .role-heading h2{font-size:24px}.abuzz-role-section .role-heading p{font-size:11px}.abuzz-role-section .role-tabs{flex-wrap:wrap;gap:6px}.abuzz-role-section .role-tab{font-size:10px;padding:7px 10px}.abuzz-role-section .role-grid{grid-template-columns:1fr;gap:10px}.abuzz-role-section .role-features{grid-template-columns:1fr;gap:10px}.abuzz-role-section .role-main-card h3{font-size:17px}.abuzz-role-section .daily-pain li{font-size:10px}.abuzz-role-section .role-stat strong{font-size:17px}.abuzz-role-section .role-stat span{font-size:7px}.abuzz-role-section .role-feature-card{min-height:auto}.abuzz-role-section .role-feature-card h4{font-size:14px}.abuzz-role-section .role-feature-card p{font-size:11px}}

    .abz-about-section{padding:50px 20px 30px;background:#fff;font-family:Arial,sans-serif;overflow:hidden}.abz-about-wrap{max-width:1150px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.abz-about-image{position:relative;padding:20px 25px 35px 0}.about-image-main{position:relative;height:450px;border-radius:24px;overflow:hidden;background:#eef6ff;box-shadow:0 20px 45px rgba(25,70,110,.12)}.about-image-main:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,91,198,.08),transparent 55%)}.about-image-main img{width:100%;height:100%;display:block;object-fit:cover;transition:.6s ease}.abz-about-image:hover .about-image-main img{transform:scale(1.04)}.about-image-badge{position:absolute;right:0;bottom:0;width:145px;padding:18px;border-radius:15px;background:#075bc6;color:#fff;display:flex;align-items:center;gap:10px;box-shadow:0 15px 30px rgba(7,91,198,.25);z-index:2}.about-image-badge strong{font-size:30px;line-height:1}.about-image-badge span{font-size:9px;line-height:1.4;font-weight:600}.about-image-dots{position:absolute;left:-5px;bottom:5px;width:80px;height:55px;background-image:radial-gradient(#75a9db 1.5px,transparent 1.5px);background-size:10px 10px;z-index:-1}.abz-about-content{padding:10px 0}.abz-about-tag{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border:1px solid #cfe1f5;border-radius:30px;background:#f4f9ff;color:#1765ad;font-size:9px;font-weight:700;letter-spacing:1.2px}.abz-about-tag i{font-size:12px}.abz-about-content h2{margin:8px 0 5px;color:#152238;font-size:33px;font-weight: 700;line-height:1.30;letter-spacing:-1.2px}.abz-about-content h2 span{display:block;color:#075bc6}.abz-about-content p{max-width:570px;margin:0 0 5px;color:#68788d;font-size:14px;line-height:1.75}.abz-about-points{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px}.about-point{display:flex;align-items:center;gap:9px;padding:12px;border:1px solid #e0e9f2;border-radius:11px;background:#fbfdff;transition:.3s ease}.about-point:last-child{grid-column:1/3}.about-point:hover{transform:translateY(-3px);border-color:#b9d4ef;box-shadow:0 10px 22px rgba(30,75,120,.07)}.about-point-icon{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#eaf4ff;color:#075bc6;font-size:14px}.about-point strong{display:block;color:#27364b;font-size:14px}.about-point span{display:block;margin-top:0px;color:#8795a6;font-size:11px}.abz-about-btn{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:11px 18px;border-radius:50px;background:#075bc6;color:#fff;text-decoration:none;font-size:13px;font-weight:600;box-shadow:0 8px 18px rgba(7,91,198,.18);transition:.3s ease}.abz-about-btn i{transition:.3s ease}.abz-about-btn:hover{background:#064caa;color:#fff;transform:translateY(-2px)}.abz-about-btn:hover i{transform:translateX(4px)}@media(max-width:991px){.abz-about-wrap{grid-template-columns:1fr;gap:35px}.abz-about-image{max-width:650px;width:100%;margin:auto}.abz-about-content{max-width:700px;margin:auto}}@media(max-width:576px){.abz-about-section{padding:65px 15px}.abz-about-image{padding:10px 15px 30px 0}.about-image-main{height:320px;border-radius:18px}.about-image-badge{width:125px;padding:13px}.about-image-badge strong{font-size:25px}.abz-about-content h2{font-size:35px}.abz-about-content p{font-size:12px;line-height:1.7}.abz-about-points{grid-template-columns:1fr}.about-point:last-child{grid-column:auto}.about-point{padding:11px}}

.why-us-section{position:relative;padding: 60px 0 60px;background:#f6f9fd;overflow:hidden}

.why-heading{position:relative;z-index:2;text-align:center;max-width:850px;margin:0 auto 35px}
.section-tag{display:inline-flex;align-items:center;padding:8px 18px;background:#e9f3ff;color:#00a7f6;border:1px solid #d6e9ff;border-radius:50px;font-size:12px;font-weight:700;letter-spacing:.8px;margin-bottom:17px}
.why-heading h2{font-size:42px;line-height:1.15;font-weight:800;color:#10294d;margin:0 0 18px;letter-spacing:-1px}
.why-heading h2 span{color:#00a7f6}
.why-heading p{max-width:700px;margin:auto;color:#68788f;font-size:17px;line-height:1.7}
.why-card{position:relative;height:100%;padding:25px 17px;background:rgba(255,255,255,.9);border:1px solid #e3ebf5;border-radius:22px;box-shadow:0 12px 35px rgba(21,65,110,.06);overflow:hidden;transition:all .4s ease;z-index:2}
.why-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00a7f6,#74ceff);transform:scaleX(0);transform-origin:left;transition:.4s}
.why-card:hover{transform:translateY(-10px);border-color:#cfe3f8;box-shadow:0 25px 55px rgba(21,76,130,.14)}
.why-card:hover:before{transform:scaleX(1)}
.card-number{position:absolute;top:18px;right:20px;color:#dbe8f5;font-size:13px;font-weight:800;letter-spacing:1px}
.why-icon{width:55px;height:55px;border-radius:18px;background:linear-gradient(135deg,#00a7f6,#3d8cff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:25px;margin-bottom:25px;box-shadow:0 12px 25px rgba(33,103,173,.22);transition:.4s}
.why-card:hover .why-icon{transform:rotate(-5deg) scale(1.08);box-shadow:0 16px 30px rgba(33,103,173,.3)}
.why-content h5{font-size:17px;font-weight:750;color:#13294b;margin-bottom:7px}
.why-content p{font-size:14px;color:#6b7b90;line-height:1.45;margin:0;min-height:75px}
.why-link{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:7px;border-top:1px solid #edf2f7;color:#00a7f6;font-size:13px;font-weight:700}
.why-link i{font-size:16px;transition:.3s}
.why-card:hover .why-link i{transform:translate(4px,-4px)}
.why-bottom{position:relative;z-index:3;margin-top:45px}
.why-bottom-content{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px 35px;border-radius:22px;background:linear-gradient(110deg,#081b4b,#1456aa);box-shadow:0 20px 45px rgba(8,27,75,.18);overflow:hidden;position:relative}
.why-bottom-content:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(116,206,255,.1);right:-100px;top:-170px}
.why-bottom-label{font-size:11px;letter-spacing:1.5px;color:#74ceff;font-weight:700}
.why-bottom h3{position:relative;z-index:2;color:#fff;font-size:25px;line-height:1.3;margin:7px 0 0;font-weight:700}
.why-bottom h3 span{color:#74ceff}
.why-cta{position:relative;z-index:3;display:inline-flex;align-items:center;gap:10px;background:#74ceff;color:#081b4b;padding:14px 24px;border-radius:50px;text-decoration:none;font-size:14px;font-weight:700;white-space:nowrap;transition:.35s}
.why-cta:hover{background:#fff;color:#081b4b;transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.18)}
.why-cta i{transition:.3s}
.why-cta:hover i{transform:translateX(4px)}
@media(max-width:991px){
.why-us-section{padding:75px 0}
.why-heading h2{font-size:35px}
.why-bottom-content{align-items:flex-start;flex-direction:column}
}
@media(max-width:575px){
.why-us-section{padding:60px 0}
.why-heading{margin-bottom:40px}
.why-heading h2{font-size:30px}
.why-heading p{font-size:15px}
.why-card{padding:30px 24px}
.why-content p{min-height:auto}
.why-bottom-content{padding:25px 22px}
.why-bottom h3{font-size:21px}
.why-cta{width:100%;justify-content:center}
}
.faq-section {
    padding: 50px 0;
    background: #eff8ff;
}

.faq-content .sub-title {
    display: inline-block;
    background: #eaf3ff;
    color: #0056d2;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.faq-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #132238;
    margin-bottom: 10px;
    text-align: left;
}

.faq-content p {
    color: #6c757d;
    line-height: 25px;
    margin-bottom: 10px;
}

/* Accordion */

.accordion-item {
    border: none;
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.accordion-button {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    background: #fff;
    color: #132238;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: #00a7f6;
    color: #fff;
}

.accordion-button::after {
    filter: brightness(0);
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.accordion-body {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 21px;
    color: #666;
    background: #fff;
}

/* Hover */

.accordion-item:hover {
    transform: translateY(-3px);
    transition: .3s;
}

/* Responsive */

@media(max-width:991px) {

    .faq-content {
        text-align: left;
        margin-bottom: 0px;
    }

    .faq-content h2 {
        font-size: 34px;
    }

}

@media(max-width:767px) {

    .faq-content h2 {
        font-size: 28px;
    }

    .accordion-button {
        font-size: 14px !important;
        padding: 18px;
    }

    .accordion-body {
        padding: 18px;
        font-size: 13px;
        line-height: 18px;
    }

    .section-title {
        width: 100%;
        margin: 0px auto;
    }

    .section-subtitle {
        font-size: 15px;
        color: #666;
        max-width: 100%;
        margin: auto;
        line-height: 24px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}
.trusted-section{position:relative;overflow:hidden;padding:40px 0;background:linear-gradient(180deg,#f8fbff 0%,#eef7ff 100%)}
/* .trusted-section:before{content:"";position:absolute;width:550px;height:550px;border-radius:50%;background:radial-gradient(circle,rgba(33,103,173,.08),transparent 70%);top:-300px;left:-200px}
.trusted-section:after{content:"";position:absolute;width:450px;height:450px;border-radius:50%;background:radial-gradient(circle,rgba(116,206,255,.08),transparent 70%);bottom:-280px;right:-180px} */
.trusted-section .container{position:relative;z-index:2;width:92%;max-width:1450px;margin:auto}
.trusted-heading{max-width:850px;margin:0 auto}
.ecosystem-badge{display:inline-flex;align-items:center;gap:9px;padding:9px 18px;border:1px solid #dceaff;background:rgba(255,255,255,.85);border-radius:50px;color:#00a7f6;font-size:12px;font-weight:700;letter-spacing:1.2px;box-shadow:0 8px 25px rgba(33,103,173,.07)}
.badge-dot{width:8px;height:8px;border-radius:50%;background:#00a7f6;box-shadow:0 0 10px rgba(33,103,173,.5)}
.trusted-heading h2{font-size:42px;line-height:1.2;font-weight:800;color:#132238;margin:22px 0 15px;letter-spacing:-1px}
.trusted-heading h2 span{color:#00a7f6}
.trusted-heading p{max-width:760px;margin:auto;color:#667085;font-size:16px;line-height:1.75}
.ecosystem-pills{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;margin:35px auto 45px}
.ecosystem-pill{display:flex;align-items:center;gap:8px;padding:5px 10px;border-radius:50px;background:rgba(255,255,255,.8);border:1px solid #e1eaf5;color:#344054;font-size:13px;font-weight:600;transition:.3s;box-shadow:0 5px 18px rgba(30,70,110,.04)}
.ecosystem-pill i{color:#00a7f6;font-size:15px}
.ecosystem-pill:hover{transform:translateY(-3px);background:#fff;border-color:#c9def5;box-shadow:0 10px 25px rgba(33,103,173,.1)}
.logo-heading{display:flex;align-items:center;gap:18px;margin:0 0 18px}
.logo-heading span{font-size:13px;font-weight:700;color:#344054;white-space:nowrap;letter-spacing:.3px}
.logo-heading div{height:1px;background:linear-gradient(90deg,#d8e5f2,transparent);width:100%}
.partner-heading{margin-top:35px}
.logo-slider{overflow:hidden;position:relative;margin-bottom:18px}
.logo-slider:before{content:"";position:absolute;left:0;top:0;width:140px;height:100%;z-index:5;background:linear-gradient(to right,#eef7ff,transparent);pointer-events:none}
.logo-slider:after{content:"";position:absolute;right:0;top:0;width:140px;height:100%;z-index:5;background:linear-gradient(to left,#eef7ff,transparent);pointer-events:none}
.logo-track{display:flex;gap:18px;width:max-content}
.logo-card{width:150px;height:100px;flex-shrink:0;background:rgba(255,255,255,.95);border-radius:18px;display:flex;align-items:center;justify-content:center;border:1px solid #e6edf5;box-shadow:0 8px 25px rgba(24,55,90,.05);transition:.35s;position:relative}
.logo-card:before{content:"";position:absolute;inset:0;border-radius:18px;border:1px solid transparent;transition:.35s}
.logo-card:hover{transform:translateY(-6px);box-shadow:0 16px 35px rgba(33,103,173,.12);background:#fff}
.logo-card:hover:before{border-color:#cfe2f8}
.logo-card img{width:95px;max-height:90px;object-fit:contain;opacity:.7;transition:.35s}
.logo-card:hover img{filter:grayscale(0);opacity:1;transform:scale(1.04)}
.left{animation:leftMove 38s linear infinite}
.right{animation:rightMove 28s linear infinite}
.logo-slider:hover .logo-track{animation-play-state:paused}
.ecosystem-footer{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:38px;color:#667085;font-size:13px;font-weight:500}
.ecosystem-footer i{font-size:18px;color:#00a7f6}
@keyframes leftMove{from{transform:translateX(-50%)}to{transform:translateX(0)}}
@keyframes rightMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:991px){
.trusted-section{padding:70px 0}
.trusted-heading h2{font-size:36px}
.logo-card{width:135px;height:92px}
.logo-card img{width:85px;max-height:52px}
}
@media(max-width:575px){
.trusted-section{padding:60px 0}
.trusted-heading h2{font-size:28px;line-height:1.25}
.trusted-heading p{font-size:14px;line-height:1.65}
.ecosystem-badge{font-size:10px;padding:8px 14px}
.ecosystem-pills{gap:8px;margin:28px auto 35px}
.ecosystem-pill{padding:8px 12px;font-size:11px}
.ecosystem-pill i{font-size:13px}
.logo-heading{gap:10px}
.logo-heading span{font-size:11px}
.logo-card{width:115px;height:80px;border-radius:15px}
.logo-card img{width:70px;max-height:45px}
.logo-track{gap:12px}
.logo-slider:before,.logo-slider:after{width:70px}
.ecosystem-footer{font-size:10px;text-align:center;line-height:1.5}
}
.abuzz-impact-section{padding:50px 20px;font-family:Arial,Helvetica,sans-serif}.impact-container{width:min(100%,1100px);margin:auto}.impact-heading{text-align:center;max-width:650px;margin:0 auto 45px}.impact-badge{display:inline-flex;padding:5px 12px;border:1px solid #b9d5f5;border-radius:30px;background:#edf6ff;color:#075bc6;font-size:10px;font-weight:700;letter-spacing:1.4px}.impact-heading h2{margin:13px 0 10px;color:#111b2e;font-size:42px;line-height:1.08;font-weight:700;letter-spacing:-1px}.impact-heading h2 span{color:#075bc6}.impact-heading p{margin:0;color:#718096;font-size:15px;line-height:1.6}.impact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.impact-card{position:relative;padding:25px 18px 23px;border:1px solid #dce6f2;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(20,50,90,.06);transition:.3s ease}.impact-card:hover{transform:translateY(-6px);border-color:#b7d3f3;box-shadow:0 18px 40px rgba(20,50,90,.11)}.impact-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.impact-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:12px;color:#fff;background:linear-gradient(135deg,#063e9b,#0874df);font-size:18px;box-shadow:0 7px 15px rgba(7,77,160,.2)}.impact-number{color:#b5c4d7;font-size:11px;font-weight:700;letter-spacing:1px}.impact-value{color:#075bc6;font-size:34px;line-height:1;font-weight:600;letter-spacing:-2px}.impact-value sup{font-size:25px;vertical-align:top;top:-.2em;position:relative}.impact-card h3{margin:13px 0 6px;color:#172238;font-size:17px;line-height:1.3;font-weight:700}.impact-card p{margin:0;color:#718096;font-size:13px;line-height:1.65}.impact-line{width:45px;height:3px;margin-top:22px;border-radius:5px;background:#075bc6}.impact-bottom{display:flex;align-items:center;gap:35px;margin-top:25px;padding:18px 22px;border:1px solid #dce6f2;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(20,50,90,.05)}.impact-bottom div{display:flex;align-items:center;gap:7px}.impact-bottom strong{color:#075bc6;font-size:22px}.impact-bottom span{color:#718096;font-size:12px;font-weight:600}.impact-btn{display:inline-flex;align-items:center;gap:8px;margin-left:auto;padding:10px 16px;border-radius:8px;background:#075bc6;color:#fff;text-decoration:none;font-size:12px;font-weight:700;transition:.25s ease}.impact-btn:hover{background:#06499e;color:#fff}.impact-btn i{transition:.25s ease}.impact-btn:hover i{transform:translateX(3px)}@media(max-width:768px){.abuzz-impact-section{padding:65px 18px}.impact-heading h2{font-size:34px}.impact-grid{grid-template-columns:1fr}.impact-card{padding:22px}.impact-bottom{flex-wrap:wrap;gap:18px}.impact-btn{margin-left:0}}@media(max-width:576px){.abuzz-impact-section{padding:55px 15px}.impact-heading{margin-bottom:30px}.impact-heading h2{font-size:28px}.impact-heading p{font-size:13px}.impact-grid{gap:12px}.impact-value{font-size:42px}.impact-card h3{font-size:17px}.impact-card p{font-size:12px}.impact-bottom{display:grid;grid-template-columns:1fr 1fr;padding:16px}.impact-btn{grid-column:1/-1;justify-content:center}}

.abuzz-difference-section{padding:45px 20px;background:#f7faff;font-family:Arial,Helvetica,sans-serif}.difference-container{width:min(100%,1100px);margin:auto}.difference-heading{text-align:center;max-width:680px;margin:0 auto 45px}.difference-badge{display:inline-flex;padding:5px 12px;border:1px solid #b9d5f5;border-radius:30px;background:#edf6ff;color:#075bc6;font-size:10px;font-weight:700;letter-spacing:1.4px}.difference-heading h2{margin:13px 0 10px;color:#111b2e;font-size:42px;line-height:1.08;font-weight:700;letter-spacing:-1px}.difference-heading h2 span{color:#075bc6}.difference-heading p{margin:0;color:#718096;font-size:15px;line-height:1.6}.difference-grid{position:relative;display:grid;grid-template-columns:1fr 60px 1fr;align-items:center;gap:0}.difference-card{padding:27px 25px;height: 100%;border:1px solid #dce6f2;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(20,50,90,.07);transition:.3s ease}.difference-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(20,50,90,.11)}.before-card{border-top:3px solid #075bc6}.after-card{border-top:3px solid #075bc6}.difference-card-head{display:flex;align-items:center;gap:13px;padding-bottom:20px;margin-bottom:5px;border-bottom:1px solid #edf1f6}.difference-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#eef4fa;color:#63758a;font-size:19px}.after-card .difference-icon{background:#eaf4ff;color:#075bc6}.difference-label{display:block;margin-bottom:3px;color:#8795a8;font-size:9px;font-weight:800;letter-spacing:1.3px}.after-card .difference-label{color:#075bc6}.difference-card h3{margin:0;color:#172238;font-size:20px;font-weight:700}.difference-list{padding-top:12px}.difference-item{display:flex;align-items:flex-start;gap:11px;padding:11px 0}.difference-check{flex:0 0 23px;width:23px;height:23px;display:flex;align-items:center;justify-content:center;margin-top:1px;border-radius:50%;background:#ffd7d7;color:#8995a5;font-size:9px}.after-card .difference-check{background:#e9f7ef;color:#159447}.difference-item p{margin:0;color:#68778c;font-size:13px;line-height:1.5}.after-card .difference-item p{color:#52657c;font-weight:500}.difference-vs{position:relative;z-index:2;display:flex;align-items:center;justify-content:center}.difference-vs span{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:4px solid #f7faff;border-radius:50%;background:#075bc6;color:#fff;font-size:10px;font-weight:800;box-shadow:0 6px 18px rgba(7,91,198,.25)}.difference-bottom{display:flex;align-items:center;gap:14px;margin-top:25px;padding:17px 20px;border:1px solid #cfe0f4;border-radius:14px;background:#edf6ff}.difference-bottom-icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;flex:0 0 38px;color:#075bc6;font-size:23px}.difference-bottom strong{display:block;margin-bottom:3px;color:#172238;font-size:14px}.difference-bottom span{display:block;color:#6e7d91;font-size:12px;line-height:1.5}@media(max-width:768px){.abuzz-difference-section{padding:65px 18px}.difference-heading h2{font-size:34px}.difference-grid{grid-template-columns:1fr;gap:15px}.difference-vs{margin:-3px 0}.difference-vs span{width:40px;height:40px}.difference-card{padding:23px 20px}.difference-card h3{font-size:18px}}@media(max-width:576px){.abuzz-difference-section{padding:55px 15px}.difference-heading{margin-bottom:30px}.difference-heading h2{font-size:29px}.difference-heading p{font-size:13px}.difference-card{border-radius:15px;padding:20px 17px}.difference-item{padding:9px 0}.difference-item p{font-size:12px}.difference-bottom{align-items:flex-start;padding:15px}.difference-bottom strong{font-size:12px}.difference-bottom span{font-size:10px}}

.abuzz-user-solutions{padding:60px 20px;background:#f7faff;font-family:Arial,Helvetica,sans-serif;overflow:hidden}.abuzz-user-solutions .container{max-width:1180px;margin:auto}.aus-heading{text-align:center;max-width:720px;margin:0 auto 60px}.aus-badge{display:inline-block;padding:7px 15px;border:1px solid #c8ddf7;border-radius:30px;background:#edf6ff;color:#075bc6;font-size:11px;font-weight:700;letter-spacing:1.4px}.aus-heading h2{margin:17px 0 12px;color:#111c31;font-size:42px;line-height:1.12;font-weight:750;letter-spacing:-1px}.aus-heading h2 span{color:#075bc6}.aus-heading p{margin:0;color:#6c7a90;font-size:15px;line-height:1.7}.aus-wrapper{display:grid;grid-template-columns:390px 1fr;gap:65px;align-items:center}.aus-left{position:relative}.aus-role{display:flex;align-items:center;gap:15px;padding:20px;border:1px solid #dce7f4;border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(25,65,110,.07)}.aus-role-icon{width:50px;height:50px;display:grid;place-items:center;flex:none;border-radius:14px;background:linear-gradient(135deg,#075bc6,#1686e8);color:#fff;font-size:22px;box-shadow:0 8px 20px rgba(7,91,198,.2)}.aus-role small{display:block;margin-bottom:5px;color:#7190b2;font-size:9px;font-weight:800;letter-spacing:1.2px}.aus-role h3{margin:0;color:#172238;font-size:17px;line-height:1.35}.aus-challenge{margin-top:18px;padding:25px;border-radius:18px;background:#101f38;color:#fff;box-shadow:0 18px 40px rgba(16,31,56,.14)}.aus-challenge-head{display:flex;align-items:center;gap:9px;color:#8fc4ff;font-size:13px;font-weight:800;letter-spacing:1.2px}.aus-challenge-head i{font-size:15px}.aus-challenge ul{margin:20px 0 0;padding:0;list-style:none}.aus-challenge li{position:relative;padding:0 0 1px 19px;margin-bottom:7px;border-bottom:1px solid rgba(255,255,255,.09);color:#d9e3f0;font-size:14px;line-height:1.5}.aus-challenge li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.aus-challenge li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#4da2ff}.aus-quote{display:flex;gap:12px;margin-top:20px;padding:17px 18px;border-left:3px solid #075bc6;border-radius:0 12px 12px 0;background:#edf5ff}.aus-quote i{color:#075bc6;font-size:22px}.aus-quote p{margin:0;color:#50637b;font-size:12px;line-height:1.4}.aus-solution-title{margin-bottom:20px}.aus-solution-title>span{color:#3978b9;font-size:10px;font-weight:800;letter-spacing:1px}.aus-solution-title h3{max-width:600px;margin:7px 0 0;color:#172238;font-size:25px;line-height:1.3}.aus-solution-title strong{color:#075bc6}.aus-solutions{display:grid;grid-template-columns:1fr 1fr;gap:14px}.aus-item{position:relative;display:flex;align-items:flex-start;gap:13px;min-height:160px;padding:22px 20px;border:1px solid #dce6f2;border-radius:18px;background:#fff;overflow:hidden;transition:.3s ease;box-shadow:0 8px 25px rgba(25,65,110,.05)}.aus-item:before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:#075bc6;transition:.35s ease}.aus-item:hover{transform:translateY(-5px);border-color:#b8d3ef;box-shadow:0 18px 38px rgba(25,65,110,.11)}.aus-item:hover:before{height:100%}.aus-number{position:absolute;right:15px;top:12px;color:#e5edf7;font-size:28px;font-weight:800;line-height:1}.aus-icon{width:40px;height:40px;display:grid;place-items:center;flex:none;border-radius:12px;background:#edf5ff;color:#075bc6;font-size:17px;transition:.3s ease}.aus-item:hover .aus-icon{background:#075bc6;color:#fff;transform:rotate(-5deg)}.aus-content{padding-right:15px}.aus-content h4{margin:1px 0 8px;color:#202c40;font-size:15px;line-height:1.35}.aus-content p{margin:0;color:#718096;font-size:13.5px;line-height:1.5}.aus-arrow{position:absolute;right:17px;bottom:17px;color:#a6b8cc;font-size:13px;transition:.3s ease}.aus-item:hover .aus-arrow{color:#075bc6;transform:translate(3px,-3px)}@media(max-width:991px){.aus-wrapper{grid-template-columns:1fr;gap:40px}.aus-left{max-width:650px;margin:auto}.aus-right{max-width:800px;margin:auto;width:100%}}@media(max-width:767px){.abuzz-user-solutions{padding:70px 15px}.aus-heading{margin-bottom:40px}.aus-heading h2{font-size:30px}.aus-heading p{font-size:13px}.aus-solutions{grid-template-columns:1fr}.aus-item{min-height:auto}.aus-solution-title h3{font-size:21px}.aus-role h3{font-size:15px}}@media(max-width:480px){.aus-heading h2{font-size:27px}.aus-role{padding:16px}.aus-challenge{padding:20px}.aus-challenge li{font-size:11px}.aus-content h4{font-size:14px}.aus-content p{font-size:11px}}

.abuzz-results-section{position:relative;padding:50px 0px 30px;background:#fff;overflow:hidden}.abuzz-results-section .container{position:relative;z-index:1;max-width:1100px;margin:auto}.results-head{text-align:center;max-width:650px;margin:0 auto 35px}.results-tag{display:inline-block;padding:7px 14px;border:1px solid #c8def7;border-radius:30px;background:#f0f7ff;color:#1765b1;font-size:10px;font-weight:800;letter-spacing:1.4px}.results-head h2{margin:17px 0 10px;color:#152238;font-size:42px;line-height:1.1;letter-spacing:-1px}.results-head h2 span{color:#0866c9}.results-head p{margin:0;color:#718096;font-size:14px;line-height:1.7}.results-flow{position:relative}.results-flow:before{content:"";position:absolute;left:64px;top:65px;bottom:65px;width:1px;background:#d8e8f8}.result-block{position:relative;display:grid;grid-template-columns:130px 1fr 45px;align-items:center;gap:30px;padding:25px 30px;margin-bottom:18px;border:1px solid #dce8f4;border-radius:22px;background:linear-gradient(110deg,#fff,#fafdff);transition:.35s ease}.result-block:hover{transform:translateX(7px);border-color:#b6d5f4;box-shadow:0 18px 40px rgba(35,95,155,.1)}.result-circle{position:relative;width:128px;height:128px;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid #c8def4;border-radius:50%;background:#fff;box-shadow:0 8px 25px rgba(30,95,155,.08)}.result-circle:after{content:"";position:absolute;inset:7px;border:1px dashed #d7e8f8;border-radius:50%}.result-circle span{position:relative;z-index:2;margin-bottom:4px;color:#8aa3bc;font-size:9px;font-weight:800;letter-spacing:1px}.result-circle strong{position:relative;z-index:2;color:#075bc6;font-size:34px;line-height:1;font-weight:800;letter-spacing:-1px}.result-circle small{font-size:17px}.result-content>span{color:#5286b8;font-size:9px;font-weight:800;letter-spacing:1.3px}.result-content h3{margin:7px 0 8px;color:#1a273b;font-size:20px;line-height:1.25}.result-content p{max-width:580px;margin:0;color:#718096;font-size:12px;line-height:1.65}.result-arrow{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#edf6ff;color:#075bc6;font-size:14px;transition:.3s ease}.result-block:hover .result-arrow{background:#075bc6;color:#fff;transform:rotate(45deg)}.results-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:35px;padding:18px;border:1px solid #dce8f4;border-radius:18px;background:#f8fbff}.results-summary div{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-right:1px solid #dce5ef}.results-summary div:last-child{border:0}.results-summary i{color:#075bc6;font-size:18px}.results-summary strong{color:#16253b;font-size:21px}.results-summary span{color:#7a899d;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.7px}@media(max-width:767px){.abuzz-results-section{padding:70px 15px}.results-head{margin-bottom:40px}.results-head h2{font-size:31px}.results-head p{font-size:13px}.results-flow:before{left:49px}.result-block{grid-template-columns:78px 1fr;gap:18px;padding:20px 16px}.result-circle{width:78px;height:78px}.result-circle span{font-size:7px}.result-circle strong{font-size:22px}.result-circle small{font-size:12px}.result-content>span{font-size:7px}.result-content h3{font-size:16px}.result-content p{font-size:10.5px}.result-arrow{display:none}.results-summary{grid-template-columns:1fr;gap:0}.results-summary div{border-right:0;border-bottom:1px solid #dce5ef}.results-summary div:last-child{border-bottom:0}}@media(max-width:420px){.result-block{grid-template-columns:68px 1fr;gap:14px}.result-circle{width:68px;height:68px}.result-circle strong{font-size:19px}.result-content h3{font-size:14px}}

.global-reach-section{padding:60px 20px 60px;background:#fff;font-family:Arial,sans-serif;overflow:hidden}.global-reach-wrap{max-width:1150px;margin:auto}.global-reach-heading{text-align:center;max-width:700px;margin:0 auto 55px}.global-tag{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border:1px solid #d5e5f8;border-radius:30px;background:#f4f9ff;color:#1264b4;font-size:10px;font-weight:700;letter-spacing:1.2px}.global-tag i{font-size:13px}.global-reach-heading h2{margin:15px 0 10px;color:#172238;font-size:42px;line-height:1.12;font-weight: 700;}.global-reach-heading h2 span{color:#075bc6}.global-reach-heading p{max-width:600px;margin:auto;color:#718096;font-size:15px;line-height:1.7}.global-reach-content{display:grid;grid-template-columns:1.05fr 1fr;gap:65px;align-items:center}.global-map-box{height:475px;position:relative;border:1px solid #dce8f5;border-radius:28px;background:linear-gradient(145deg,#f8fbff,#eef6ff);overflow:hidden;box-shadow:0 20px 50px rgba(30,75,120,.08)}.map-glow{position:absolute;width:280px;height:280px;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(24,112,210,.08);border-radius:50%;filter:blur(15px)}.map-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:185px;height:185px;border:1px dashed #a8c9ec;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0b65ba;font-size:82px;opacity:.9}.map-circle:before,.map-circle:after{content:"";position:absolute;border:1px dashed #c2d9ef;border-radius:50%}.map-circle:before{width:245px;height:245px}.map-circle:after{width:315px;height:315px}.map-line{position:absolute;height:1px;background:linear-gradient(90deg,transparent,#9bc2e9,transparent);transform-origin:left center;opacity:.7}.line-one{width:250px;left:22%;top:31%;transform:rotate(22deg)}.line-two{width:270px;left:50%;top:58%;transform:rotate(-18deg)}.line-three{width:220px;left:28%;top:67%;transform:rotate(-35deg)}.location-dot{position:absolute;display:flex;align-items:center;gap:6px;color:#52677f;font-size:10px;font-weight:700;z-index:3}.location-dot span{width:8px;height:8px;border-radius:50%;background:#0867c5;box-shadow:0 0 0 5px rgba(8,103,197,.12);animation:locationPulse 2s infinite}.location-dot b{white-space:nowrap;font-weight:700}.pune{left:47%;top:53%}.bengaluru{left:38%;top:68%}.delhi{left:51%;top:27%}.dubai{left:22%;top:42%}.usa{left:7%;top:23%}.singapore{right:10%;top:65%}.nairobi{left:24%;bottom:17%}.kathmandu{right:12%;top:34%}.global-reach-info{min-width:0}.global-info-title>span{color:#5d83a9;font-size:10px;font-weight:800;letter-spacing:1.5px}.global-info-title h3{margin:9px 0 25px;color:#172238;font-size:30px;line-height:1.2;font-weight: 700;}.location-list{display:grid;grid-template-columns:1fr 1fr;gap:9px}.location-item{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #e1eaf3;border-radius:10px;background:#fff;transition:.3s ease}.location-item i{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#eef6ff;color:#0765b9;font-size:12px}.location-item div{display:flex;flex-direction:column;gap:0px}.location-item strong{color:#27364b;font-size:11px}.location-item small{color:#8a98a9;font-size:9px}.location-item:hover{transform:translateY(-3px);border-color:#b9d5f2;box-shadow:0 8px 20px rgba(25,75,120,.08)}.hq-card{margin-top:20px;padding:17px;border:1px solid #cfe1f4;border-radius:15px;background:#f7fbff;display:flex;align-items:center;gap:13px}.hq-icon{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:#075bc6;color:#fff;font-size:17px;box-shadow:0 7px 15px rgba(7,91,198,.2)}.hq-content{flex:1}.hq-content>span{color:#7190ad;font-size:8px;font-weight:800;letter-spacing:1.2px}.hq-content h4{margin:3px 0;color:#172238;font-size:15px}.hq-content p{margin:0;color:#718096;font-size:13px}.hq-number{padding-left:18px;border-left:1px solid #d8e5f2;text-align:center}.hq-number strong{display:block;color:#075bc6;font-size:23px}.hq-number span{color:#718096;font-size:12px;line-height:1.3}@keyframes locationPulse{0%,100%{box-shadow:0 0 0 4px rgba(8,103,197,.12)}50%{box-shadow:0 0 0 8px rgba(8,103,197,.04)}}@media(max-width:991px){.global-reach-content{grid-template-columns:1fr;gap:35px}.global-map-box{height:400px}.global-reach-heading h2{font-size:36px}}@media(max-width:576px){.global-reach-section{padding:65px 15px}.global-reach-heading{margin-bottom:35px}.global-reach-heading h2{font-size:28px}.global-reach-heading p{font-size:12px}.global-map-box{height:340px;border-radius:20px}.map-circle{width:125px;height:125px;font-size:55px}.map-circle:before{width:175px;height:175px}.map-circle:after{width:225px;height:225px}.location-dot{font-size:8px}.location-dot span{width:6px;height:6px}.usa{left:5%;top:18%}.dubai{left:12%;top:38%}.delhi{left:48%;top:23%}.pune{left:45%;top:51%}.bengaluru{left:35%;top:68%}.nairobi{left:13%;bottom:15%}.kathmandu{right:5%;top:32%}.singapore{right:5%;top:65%}.location-list{grid-template-columns:1fr 1fr;gap:7px}.location-item{padding:9px}.location-item i{width:26px;height:26px}.hq-card{align-items:flex-start;flex-wrap:wrap}.hq-number{margin-left:55px;border-left:0;border-top:1px solid #d8e5f2;padding:10px 0 0;width:100%}}

.mission-vision-section{position:relative;padding:50px 0;background:#f7faff;overflow:hidden}.section-heading{position:relative;z-index:2;max-width:720px;margin:0 auto}.section-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:50px;background:#eaf2ff;color:#1769e0;font-size:13px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}.section-tag i{font-size:15px}.section-heading h2{margin:0 0 15px;font-size:42px;line-height:1.2;font-weight:800;color:#172b4d}.section-heading p{margin:0;color:#68778d;font-size:16px;line-height:1.8}.mv-card{position:relative;z-index:2;height:100%;display:flex;gap:25px;padding:38px;border-radius:20px;background:#fff;border:1px solid #e7edf5;box-shadow:0 15px 45px rgba(28,55,90,.07);transition:.4s;overflow:hidden}.mv-card:before{content:"";position:absolute;width:5px;height:0;left:0;top:0;background:#1769e0;transition:height .4s}.mv-card:hover{transform:translateY(-8px);box-shadow:0 22px 55px rgba(28,55,90,.12)}.mv-card:hover:before{height:100%}.mv-icon{flex:0 0 65px;width:65px;height:65px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:linear-gradient(135deg,#1769e0,#4c9aff);color:#fff;font-size:28px;box-shadow:0 10px 25px rgba(23,105,224,.22);transition:.4s}.mv-card:hover .mv-icon{transform:rotate(-5deg) scale(1.05)}.mv-content{flex:1}.mv-label{display:block;margin-bottom:8px;color:#1769e0;font-size:12px;font-weight:800;letter-spacing:1.5px}.mv-content h3{margin:0 0 15px;color:#172b4d;font-size:25px;font-weight:750;line-height:1.3}.mv-content p{margin:0;color:#68778d;font-size:15px;line-height:1.8}.mv-line{width:45px;height:3px;margin:23px 0 18px;border-radius:10px;background:#1769e0}.mv-point{display:flex;align-items:flex-start;gap:10px;margin-bottom:11px;color:#46566d;font-size:14px;line-height:1.5}.mv-point:last-child{margin-bottom:0}.mv-point i{margin-top:2px;color:#1769e0;font-size:15px}.vision-card .mv-icon{background:linear-gradient(135deg,#173b70,#2c73c9)}.vision-card:before{background:#173b70}.vision-card .mv-label,.vision-card .mv-point i{color:#1769e0}.vision-card .mv-line{background:#1769e0}@media(max-width:991px){.mission-vision-section{padding:80px 0}.section-heading h2{font-size:36px}.mv-card{padding:30px}}@media(max-width:575px){.mission-vision-section{padding:65px 0}.section-heading h2{font-size:30px}.section-heading p{font-size:14px}.mv-card{flex-direction:column;padding:25px;gap:20px}.mv-icon{width:58px;height:58px;flex-basis:58px;font-size:24px}.mv-content h3{font-size:21px}.mv-content p{font-size:14px}}

.journey-section{position:relative;padding:60px 0 0px;background:#fff;overflow:hidden}.journey-content{max-width:600px}.journey-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;margin-bottom:18px;border-radius:50px;background:#eaf2ff;color:#1769e0;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.journey-content h2{margin:0 0 20px;color:#172b4d;font-size:44px;font-weight:800;line-height:1.2}.journey-content h2 span{color:#1769e0}.journey-intro{margin-bottom:16px;color:#43546b;font-size:18px;font-weight:600;line-height:1.7}.journey-description{color:#68778d;font-size:15px;line-height:1.5}.journey-highlight{display:flex;gap:16px;align-items:flex-start;margin-top:30px;padding:22px;border:1px solid #e5edf7;border-radius:16px;background:#f8fbff}.highlight-icon{flex:0 0 48px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#1769e0;color:#fff;font-size:21px}.journey-highlight h4{margin:0 0 6px;color:#172b4d;font-size:17px;font-weight:700}.journey-highlight p{margin:0;color:#68778d;font-size:14px;line-height:1.7}.journey-visual{position:relative;min-height:470px;padding:55px 30px}.journey-circle{position:absolute;width:390px;height:390px;top:40px;left:50%;transform:translateX(-50%);border:1px dashed #b9d2f5;border-radius:50%}.journey-circle:before,.journey-circle:after{content:"";position:absolute;border-radius:50%;background:#eaf2ff}.journey-circle:before{width:100px;height:100px;top:25px;right:15px}.journey-circle:after{width:60px;height:60px;bottom:40px;left:10px}.journey-card{position:relative;z-index:2;display:flex;align-items:flex-start;gap:15px;padding:22px;border:1px solid #e4ebf4;border-radius:18px;background:#fff;box-shadow:0 15px 40px rgba(24,55,90,.09);transition:.4s}.journey-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(24,55,90,.14)}.journey-card-main{margin-left:20px}.journey-card-secondary{margin:25px 20px 0 75px}.journey-card-icon{flex:0 0 48px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#1769e0,#4c9aff);color:#fff;font-size:20px}.journey-card span{display:block;margin-bottom:4px;color:#1769e0;font-size:10px;font-weight:800;letter-spacing:1.5px}.journey-card h3{margin:0 0 6px;color:#172b4d;font-size:19px;font-weight:750}.journey-card p{margin:0;color:#68778d;font-size:13px;line-height:1.6}.journey-line{position:absolute;z-index:1;width:2px;height:25px;left:50%;top:225px;background:#b9d2f5}.journey-globe{position:absolute;z-index:3;right:0;bottom:15px;width:75px;height:75px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#1769e0;color:#fff;font-size:30px;box-shadow:0 12px 30px rgba(23,105,224,.25)}@media(max-width:991px){.journey-section{padding:80px 0}.journey-content{max-width:100%}.journey-content h2{font-size:38px}.journey-visual{margin-top:20px}}@media(max-width:575px){.journey-section{padding:65px 0}.journey-content h2{font-size:31px}.journey-intro{font-size:16px}.journey-visual{min-height:420px;padding:40px 5px}.journey-circle{width:300px;height:300px;top:50px}.journey-card{padding:17px}.journey-card-main{margin-left:0}.journey-card-secondary{margin:20px 0 0 30px}.journey-line{display:none}.journey-globe{width:60px;height:60px;font-size:24px;right:5px;bottom:0}}

.why-abuzz-section{position:relative;padding:60px 0;background:#f7faff;overflow:hidden}.why-heading{max-width:750px;margin:0 auto}.why-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;margin-bottom:16px;border-radius:50px;background:#eaf2ff;color:#1769e0;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.why-heading h2{margin:0 0 15px;color:#172b4d;font-size:42px;font-weight:800;line-height:1.2}.why-heading h2 span{color:#1769e0}.why-heading p{margin:0;color:#68778d;font-size:16px;line-height:1.8}.why-card{position:relative;height:100%;padding:32px 30px;background:#fff;border:1px solid #e5ebf3;border-radius:20px;overflow:hidden;transition:.4s ease}.why-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:#1769e0;transform:scaleX(0);transform-origin:left;transition:.4s ease}.why-card:hover{transform:translateY(-7px);border-color:#cbdcf3;box-shadow:0 20px 45px rgba(28,55,90,.1)}.why-card:hover:before{transform:scaleX(1)}.why-number{position:absolute;top:25px;right:28px;color:#e9f0f8;font-size:38px;font-weight:800;line-height:1}.why-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;margin-bottom:23px;border-radius:15px;background:linear-gradient(135deg,#1769e0,#4c9aff);color:#fff;font-size:24px;box-shadow:0 10px 25px rgba(23,105,224,.2);transition:.4s}.why-card:hover .why-icon{transform:scale(1.08) rotate(-4deg)}.why-content{padding-right:15px}.why-content h3{margin:0 0 10px;color:#172b4d;font-size:20px;font-weight:750;line-height:1.35}.why-content p{margin:0;color:#68778d;font-size:14px;line-height:1.75}.why-arrow{position:absolute;right:25px;bottom:25px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #dce7f4;border-radius:50%;color:#1769e0;font-size:14px;transition:.4s}.why-card:hover .why-arrow{background:#1769e0;border-color:#1769e0;color:#fff;transform:translate(3px,-3px)}@media(max-width:991px){.why-abuzz-section{padding:80px 0}.why-heading h2{font-size:36px}.why-card{padding:28px}}@media(max-width:575px){.why-abuzz-section{padding:65px 0}.why-heading h2{font-size:30px}.why-heading p{font-size:14px}.why-card{padding:25px}.why-number{font-size:32px;right:22px}.why-content h3{font-size:19px}}

.testimonials-section{position:relative;overflow:hidden}.sub-title{display:inline-block;background:#eaf3ff;color:#27468c;padding:8px 20px;border-radius:30px;font-size:14px;font-weight:600;margin-bottom:15px}.section-title h2{font-size:42px;font-weight:700;color:#132238;margin-bottom:15px}.section-title p{color:#6c757d;max-width:650px;margin:auto;font-size:17px;line-height:28px}.testimonialSwiper{padding:20px 10px 30px}.testimonialSwiper .swiper-slide{display:flex;height:auto}.testimonial-card{background:#fff;border-radius:20px;padding:28px;border:1px solid #edf1f7;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:.4s;position:relative;display:flex;flex-direction:column;width:100%;min-height:270px}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 20px 45px rgba(13,110,253,.15)}.testimonial-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:5px;background:#25488e;border-radius:20px 20px 0 0}.quote-icon{width:70px;height:70px;border-radius:50%;background:#edf5ff;display:flex;justify-content:center;align-items:center;margin-bottom:1cqw}.quote-icon i{font-size:30px;color:#27468c}.rating{margin-top:10px}.rating i{color:#ffc107;margin-right:4px;font-size:15px}.testimonial-card p{color:#666;line-height:25px;margin-bottom:15px;flex-grow:1}.client-info{display:flex;align-items:center;gap:15px;margin-top:auto;padding-top:0px}.client-img{width:60px;height:60px;border-radius:50%;background:#eef5ff;display:flex;align-items:center;justify-content:center}.client-img i{font-size:42px;color:#27468c}.client-info h5{margin:0;font-size:20px;font-weight:700;color:#132238}.client-info span{color:#6c757d;font-size:14px}.swiper-button-next,.swiper-button-prev{width:50px;height:50px;border-radius:50%;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.08);color:#27468c;transition:.3s}.swiper-button-next:hover,.swiper-button-prev:hover{background:#27468c;color:#fff}.swiper-button-next:after,.swiper-button-prev:after{font-size:18px;font-weight:700}.swiper-pagination-bullet{width:12px;height:12px;background:#cfd8e3;opacity:1}.swiper-pagination-bullet-active{width:35px;border-radius:20px;background:#27468c}@media(max-width:991px){.section-title h2{font-size:34px}}@media(max-width:767px){.section-title h2{font-size:28px}.testimonial-card{padding:25px}.quote-icon{width:60px;height:60px}.quote-icon i{font-size:28px}.client-info h5{font-size:18px}}
.our-team-section{padding:20px 0 70px;background:#fff}.team-card{height:100%;background:#fff;border:1px solid #e7ecf3;border-radius:18px;overflow:hidden;transition:all .35s ease}.team-card:hover{transform:translateY(-7px);box-shadow:0 15px 35px rgba(36,99,235,.1)}.team-img{height:300px;position:relative;overflow:hidden;background:#eef4ff}.team-img img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.team-card:hover .team-img img{transform:scale(1.05)}.team-social{position:absolute;left:0;right:0;bottom:-55px;display:flex;justify-content:center;gap:8px;padding:12px;background:linear-gradient(transparent,rgba(0,0,0,.65));transition:.35s}.team-card:hover .team-social{bottom:0}.team-social a{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#fff;color:#2463eb;border-radius:50%;font-size:14px;text-decoration:none;transition:.3s}.team-social a:hover{background:#2463eb;color:#fff}.team-content{text-align:center;padding:20px 15px}.team-content h4{font-size:18px;font-weight:700;color:#172033;margin:0 0 5px}.team-content span{font-size:13px;color:#687386}@media(max-width:991px){.our-team-section{padding:70px 0}.our-team-section .section-title h2{font-size:32px}.team-img{height:280px}}@media(max-width:575px){.our-team-section{padding:55px 0}.our-team-section .section-title h2{font-size:27px}.team-img{height:300px}}
.about-breadcrumb{padding:115px 0 65px;background:#f7faff;border-bottom:1px solid #e8eef6}.breadcrumb-content{max-width:700px}.breadcrumb-tag{display:inline-flex;align-items:center;gap:8px;padding:7px 15px;margin-bottom:14px;border-radius:30px;background:#eaf2ff;color:#1769e0;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.breadcrumb-tag i{font-size:14px}.breadcrumb-content h1{margin:0 0 12px;color:#172b4d;font-size:44px;font-weight:800;line-height:1.2}.breadcrumb-content h1 span{color:#1769e0}.breadcrumb-content p{margin:0;color:#68778d;font-size:15px;line-height:1.8}.breadcrumb-nav{display:flex;align-items:center;justify-content:flex-end;gap:12px;font-size:14px}.breadcrumb-nav a{display:flex;align-items:center;gap:7px;color:#1769e0;text-decoration:none;font-weight:600}.breadcrumb-nav a:hover{color:#0d55bb}.breadcrumb-nav>i{color:#a5b1c0;font-size:11px}.breadcrumb-nav span{color:#68778d;font-weight:600}@media(max-width:991px){.about-breadcrumb{padding:55px 0}.breadcrumb-content{text-align:center;margin:0 auto 25px}.breadcrumb-nav{justify-content:center}.breadcrumb-content h1{font-size:38px}}@media(max-width:575px){.about-breadcrumb{padding:45px 15px}.breadcrumb-content h1{font-size:30px}.breadcrumb-content p{font-size:14px}.breadcrumb-nav{font-size:13px}}
.swiper-pagination {
    position: static !important;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
/* =========================================================
   PROFESSIONAL CONTACT PAGE
========================================================= */

.contact-hero-pro{
    position:relative;
    padding:90px 0;
    background:#f7faff;
    overflow:hidden;
}

.contact-hero-pro:before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    right:-180px;
    top:-220px;
    border:80px solid rgba(23,105,224,.035);
    border-radius:50%;
}

.contact-hero-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.25fr .75fr;
    align-items:center;
    gap:80px;
}

.contact-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-bottom:18px;
    color:#1769e0;
    font-size:11px;
    font-weight:800;
    letter-spacing:2px;
}

.contact-hero-text h1{
    max-width:700px;
    margin:0 0 20px;
    color:#172b4d;
    font-size:54px;
    font-weight:800;
    line-height:1.1;
    letter-spacing:-1.5px;
}

.contact-hero-text h1 span{
    color:#1769e0;
}

.contact-hero-text>p{
    max-width:650px;
    margin:0;
    color:#6b7b90;
    font-size:16px;
    line-height:1.8;
}

.hero-contact-links{
    display:flex;
    gap:35px;
    margin-top:35px;
}

.hero-contact-links a{
    display:flex;
    align-items:center;
    gap:11px;
    color:#172b4d;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}

.hero-contact-links a>span:last-child{
    display:flex;
    flex-direction:column;
    gap:3px;
}

.hero-contact-links small{
    color:#8b97a7;
    font-size:10px;
    font-weight:500;
}

.hero-link-icon{
    width:43px;
    height:43px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #dbe5f2;
    background:#fff;
    color:#1769e0;
    border-radius:10px;
}


/* HERO CARD */

.contact-hero-card{
    position:relative;
    padding:35px;
    background:#172b4d;
    color:#fff;
    border-radius:3px;
    box-shadow:0 25px 60px rgba(23,43,77,.15);
}

.contact-hero-card:after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    width:90px;
    height:4px;
    background:#1769e0;
}

.hero-card-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:20px;
    border-bottom:1px solid rgba(255,255,255,.12);
}

.hero-card-top span{
    color:#78aef4;
    font-size:9px;
    font-weight:800;
    letter-spacing:1.5px;
}

.hero-card-top i{
    color:#78aef4;
}

.contact-hero-card h3{
    margin:28px 0 12px;
    font-size:28px;
    font-weight:700;
    line-height:1.25;
}

.contact-hero-card h3 strong{
    color:#78aef4;
}

.contact-hero-card>p{
    margin:0;
    color:#b8c5d6;
    font-size:13px;
    line-height:1.8;
}

.hero-card-line{
    width:35px;
    height:2px;
    margin:25px 0;
    background:#1769e0;
}

.hero-card-info{
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:12px;
    color:#d7dfeb;
    font-size:12px;
}

.hero-card-info i{
    color:#4c9aff;
}


/* =========================================================
   COMMON HEADING
========================================================= */

.pro-section-heading{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:40px;
    margin-bottom:45px;
}

.pro-section-heading>div>span{
    display:block;
    margin-bottom:10px;
    color:#1769e0;
    font-size:10px;
    font-weight:800;
    letter-spacing:2px;
}

.pro-section-heading h2{
    margin:0;
    color:#172b4d;
    font-size:36px;
    font-weight:800;
}

.pro-section-heading p{
    max-width:480px;
    margin:0;
    color:#758397;
    font-size:13px;
    line-height:1.8;
}


/* =========================================================
   OFFICES
========================================================= */

.office-section{
    padding:90px 0;
    background:#fff;
}

.office-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.office-card{
    position:relative;
    padding:32px;
    border:1px solid #e3e9f1;
    background:#fff;
    transition:.35s;
}

.office-card:hover{
    border-color:#1769e0;
    box-shadow:0 15px 40px rgba(23,43,77,.08);
    transform:translateY(-5px);
}

.office-number{
    position:absolute;
    top:28px;
    right:30px;
    color:#d9e1eb;
    font-size:28px;
    font-weight:800;
}

.office-icon{
    width:50px;
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    background:#edf4ff;
    color:#1769e0;
    font-size:20px;
}

.office-type{
    color:#1769e0;
    font-size:9px;
    font-weight:800;
    letter-spacing:1.5px;
}

.office-card h3{
    margin:8px 0 15px;
    color:#172b4d;
    font-size:19px;
    font-weight:750;
}

.office-card p{
    min-height:120px;
    margin:0 0 20px;
    color:#748296;
    font-size:12px;
    line-height:1.8;
}

.office-card>a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding-top:16px;
    border-top:1px solid #edf0f4;
    color:#1769e0;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
}


/* =========================================================
   ENQUIRY
========================================================= */

.enquiry-section{
    padding:100px 0;
    background:#f5f8fc;
}

.enquiry-wrapper{
    display:grid;
    grid-template-columns:.75fr 1.25fr;
    gap:70px;
    align-items:start;
}

.enquiry-intro{
    padding-top:25px;
}

.enquiry-intro h2{
    max-width:450px;
    margin:12px 0 18px;
    color:#172b4d;
    font-size:42px;
    font-weight:800;
    line-height:1.15;
}

.enquiry-intro h2 span{
    color:#1769e0;
}

.enquiry-intro>p{
    max-width:470px;
    color:#728197;
    font-size:14px;
    line-height:1.9;
}

.enquiry-points{
    margin-top:30px;
}

.enquiry-points>div{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
    color:#34465d;
    font-size:13px;
    font-weight:600;
}

.enquiry-points i{
    color:#1769e0;
    font-size:16px;
}


/* FORM */

.enquiry-form{
    padding:38px;
    background:#fff;
    border:1px solid #e1e8f0;
    box-shadow:0 20px 50px rgba(23,43,77,.07);
}

.form-title{
    padding-bottom:20px;
    margin-bottom:25px;
    border-bottom:1px solid #edf0f4;
}

.form-title span{
    color:#1769e0;
    font-size:9px;
    font-weight:800;
    letter-spacing:2px;
}

.form-title h3{
    margin:7px 0 0;
    color:#172b4d;
    font-size:24px;
    font-weight:750;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.form-field{
    margin-bottom:18px;
}

.form-field>label{
    display:block;
    margin-bottom:7px;
    color:#34465d;
    font-size:11px;
    font-weight:700;
}

.form-input{
    position:relative;
}

.form-input>i{
    position:absolute;
    left:14px;
    top:50%;
    transform:translateY(-50%);
    color:#98a5b6;
    font-size:14px;
}

.form-input input,
.form-input textarea{
    width:100%;
    padding:8px 14px 8px 40px;
    border:1px solid #dfe6ef;
    outline:none;
    background:#fbfcfe;
    color:#172b4d;
    font-size:12px;
    border-radius:3px;
    transition:.3s;
}

.form-input input:focus,
.form-input textarea:focus{
    border-color:#1769e0;
    background:#fff;
    box-shadow:0 0 0 3px rgba(23,105,224,.06);
}

.form-input textarea{
    min-height:100px;
    resize:vertical;
}

.form-input.textarea>i{
    top:17px;
    transform:none;
}


/* SERVICES */

.services-list{
    display:grid;
    grid-template-columns:1fr 1fr;
    max-height:230px;
    overflow-y:auto;
    gap:6px;
    padding:2px;
}

.services-list label{
    display:flex;
    align-items:flex-start;
    gap:7px;
    padding:8px;
    border:1px solid #e7ecf2;
    background:#fafbfd;
    cursor:pointer;
    transition:.2s;
}

.services-list label:hover{
    border-color:#b9d2f2;
    background:#f5f9ff;
}

.services-list input{
    margin-top:2px;
    accent-color:#1769e0;
}

.services-list span{
    color:#647388;
    font-size:12px;
    line-height:1.4;
}

.send-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    width:100%;
    padding:14px;
    border:0;
    background:#1769e0;
    color:#fff;
    border-radius:3px;
    font-size:12px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.send-btn:hover{
    background:#0e56bd;
    box-shadow:0 10px 25px rgba(23,105,224,.18);
}


/* =========================================================
   DEPARTMENTS
========================================================= */

.department-section{
    padding:90px 0;
    background:#fff;
}

.department-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.department-card{
    padding:28px;
    border:1px solid #e3e9f1;
    background:#fff;
    transition:.35s;
}

.department-card:hover{
    border-color:#1769e0;
    transform:translateY(-5px);
}

.department-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:22px;
}

.department-icon{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#edf4ff;
    color:#1769e0;
    font-size:19px;
}

.department-top>span{
    color:#d9e1eb;
    font-size:20px;
    font-weight:800;
}

.department-card h3{
    margin:0 0 9px;
    color:#172b4d;
    font-size:17px;
    font-weight:750;
}

.department-card>p{
    min-height:42px;
    margin:0 0 18px;
    color:#7a8798;
    font-size:11px;
    line-height:1.6;
}

.department-card>a{
    display:flex;
    gap:7px;
    color:#1769e0;
    text-decoration:none;
    font-size:10px;
    line-height:1.5;
    word-break:break-word;
}

.department-phone{
    display:flex;
    gap:8px;
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #edf0f4;
    color:#647388;
    font-size:10px;
    line-height:1.7;
}

.department-phone>i{
    color:#1769e0;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1100px){

    .contact-hero-grid{
        gap:45px;
    }

    .contact-hero-text h1{
        font-size:44px;
    }

    .department-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:991px){

    .contact-hero-grid,
    .enquiry-wrapper{
        grid-template-columns:1fr;
    }

    .contact-hero-card{
        max-width:600px;
    }

    .office-grid{
        grid-template-columns:1fr 1fr;
    }

    .office-card:last-child{
        grid-column:span 2;
    }

}

@media(max-width:767px){

    .contact-hero-pro,
    .office-section,
    .enquiry-section,
    .department-section{
        padding:65px 15px;
    }

    .contact-hero-text h1{
        font-size:34px;
    }

    .contact-hero-text>p{
        font-size:14px;
    }

    .hero-contact-links{
        flex-direction:column;
        gap:15px;
    }

    .pro-section-heading{
        display:block;
        margin-bottom:30px;
    }

    .pro-section-heading p{
        margin-top:15px;
    }

    .pro-section-heading h2{
        font-size:30px;
    }

    .office-grid{
        grid-template-columns:1fr;
    }

    .office-card:last-child{
        grid-column:auto;
    }

    .enquiry-intro h2{
        font-size:32px;
    }

    .enquiry-form{
        padding:25px 20px;
    }

    .form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .services-list{
        grid-template-columns:1fr;
        max-height:300px;
    }

    .department-grid{
        grid-template-columns:1fr;
    }

}
.industries-section{padding:90px 0 0;background:#f7f9fc}.industries-section .section-title{max-width:720px;margin:0 auto 45px}.industries-section .sub-title{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;letter-spacing:1px;color:#2463eb;margin-bottom:12px}.industries-section .section-title h2{font-size:38px;font-weight:700;color:#172033;margin-bottom:12px}.industries-section .section-title h2 span{color:#2463eb}.industries-section .section-title p{font-size:15px;line-height:1.7;color:#687386;margin:0}.industry-card{height:100%;display:flex;gap:20px;padding:30px;background:#fff;border:1px solid #e7ecf3;border-radius:18px;transition:all .35s ease}.industry-card:hover{transform:translateY(-7px);border-color:#2463eb;box-shadow:0 15px 35px rgba(36,99,235,.1)}.industry-icon{width:58px;height:58px;min-width:58px;display:flex;align-items:center;justify-content:center;background:#eef4ff;color:#2463eb;border-radius:14px;font-size:25px;transition:.3s}.industry-card:hover .industry-icon{background:#2463eb;color:#fff}.industry-content h4{font-size:20px;font-weight:700;color:#172033;margin:0 0 9px}.industry-content p{font-size:13px;line-height:1.7;color:#687386;margin:0 0 15px}.industry-content a{display:inline-flex;align-items:center;gap:7px;color:#2463eb;font-size:12px;font-weight:700;text-decoration:none}.industry-content a i{transition:.3s}.industry-content a:hover i{transform:translate(3px,-3px)}@media(max-width:991px){.industries-section{padding:70px 0}.industries-section .section-title h2{font-size:32px}}@media(max-width:575px){.industries-section{padding:55px 0}.industries-section .section-title h2{font-size:27px}.industry-card{padding:22px;gap:15px}.industry-icon{width:50px;height:50px;min-width:50px;font-size:21px}.industry-content h4{font-size:18px}}
.featured-stories-section{padding:50px 0 0px;background:#fff}.featured-stories-section .section-title{max-width:700px;margin:0 auto 45px}.featured-stories-section .sub-title{display:inline-block;color:#2463eb;font-size:13px;font-weight:700;letter-spacing:1px;margin-bottom:10px}.featured-stories-section .section-title h2{font-size:38px;color:#172033;font-weight:700;margin-bottom:12px}.featured-stories-section .section-title h2 span{color:#2463eb}.featured-stories-section .section-title p{color:#687386;font-size:15px;margin:0}.story-card{height:100%;background:#fff;border:1px solid #e8edf5;border-radius:18px;overflow:hidden;transition:.35s ease}.story-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(36,99,235,.12)}.story-card-img{height:220px;position:relative;overflow:hidden}.story-card-img img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.story-card:hover .story-card-img img{transform:scale(1.05)}.story-card-img span{position:absolute;left:15px;bottom:15px;padding:8px 12px;background:#fff;border-radius:7px;color:#2463eb;font-size:12px;font-weight:600}.story-card-img span i{margin-right:5px}.story-card-content{padding:24px}.story-card-content h4{font-size:20px;color:#172033;font-weight:700;margin-bottom:10px}.story-card-content>p{font-size:14px;line-height:1.7;color:#687386;margin-bottom:20px}.story-card-client{display:flex;align-items:center;gap:10px;padding-top:15px;border-top:1px solid #edf0f5;margin-bottom:18px}.story-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#eef4ff;color:#2463eb;border-radius:10px}.story-card-client h6{margin:0 0 3px;font-size:13px;color:#172033}.story-card-client small{font-size:11px;color:#7b8494}.story-card-content>a{display:inline-flex;align-items:center;gap:8px;color:#2463eb;font-size:13px;font-weight:700;text-decoration:none}.story-card-content>a i{transition:.3s}.story-card-content>a:hover i{transform:translateX(5px)}@media(max-width:991px){.featured-stories-section{padding:70px 0}.featured-stories-section .section-title h2{font-size:32px}}@media(max-width:575px){.featured-stories-section{padding:55px 0}.featured-stories-section .section-title h2{font-size:27px}.story-card-img{height:200px}}
.client-trust-section{padding:50px 0;background:#f7f9fc}.client-trust-heading{max-width:700px;margin:0 auto 50px}.trust-tag{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;letter-spacing:1px;color:#2463eb;margin-bottom:12px}.client-trust-heading h2{font-size:38px;font-weight:700;color:#172033;margin-bottom:12px}.client-trust-heading h2 span{color:#2463eb}.client-trust-heading p{font-size:16px;line-height:1.7;color:#687386;margin:0}.trust-stat-card{height:100%;text-align:center;background:#fff;border:1px solid #e8edf5;border-radius:18px;padding:30px 15px;transition:all .35s ease}.trust-stat-card:hover{transform:translateY(-8px);border-color:#2463eb;box-shadow:0 15px 35px rgba(36,99,235,.12)}.trust-stat-icon{width:58px;height:58px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:#eef4ff;color:#2463eb;font-size:25px}.trust-stat-card h3{font-size:34px;font-weight:750;color:#172033;margin:0 0 5px}.trust-stat-card h3 span{color:#2463eb}.trust-stat-card p{margin:0;font-size:14px;font-weight:600;color:#687386}@media(max-width:991px){.client-trust-section{padding:70px 0}.client-trust-heading h2{font-size:32px}}@media(max-width:575px){.client-trust-section{padding:55px 0}.client-trust-heading{margin-bottom:35px}.client-trust-heading h2{font-size:27px}.client-trust-heading p{font-size:14px}.trust-stat-card{padding:22px 10px;border-radius:14px}.trust-stat-icon{width:50px;height:50px;font-size:21px;margin-bottom:13px}.trust-stat-card h3{font-size:27px}.trust-stat-card p{font-size:12px}}