/*==================================================
BISON SYSTEMS
Enterprise Technology Website

Author : BISON SYSTEMS
Version : 2.0
===================================================*/

/*==================================================
GOOGLE FONTS
===================================================*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

/*==================================================
ROOT VARIABLES
===================================================*/

:root{

    --primary:#0B5ED7;
    --primary-dark:#084298;
    --secondary:#0A192F;
    --accent:#00C2FF;
    --success:#16C47F;
    --white:#ffffff;
    --light:#F8FAFC;
    --gray:#6B7280;
    --dark:#111827;

    --gradient:linear-gradient(135deg,#0B5ED7,#00C2FF);

    --shadow-sm:0 8px 20px rgba(0,0,0,.08);

    --shadow-md:0 15px 40px rgba(0,0,0,.12);

    --shadow-lg:0 25px 60px rgba(0,0,0,.18);

    --radius:18px;

    --transition:.4s ease;

}





.loader{

    position:fixed;

    inset:0;

    background:#07111f;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    z-index:99999;

}

.loader h3{

    color:#fff;

    letter-spacing:4px;

    margin-top:30px;

    font-size:20px;

    font-weight:700;

}

@keyframes loaderSpin{

    100%{

        transform:rotate(360deg);

    }

}

#progressBar{

    position:fixed;

    top:0;

    left:0;

    width:0;

    height:4px;

    background:var(--gradient);

    z-index:999999;

    transition:.15s;

}

.brand-text h4{

    color:#fff;

    margin:0;

    font-size:22px;

    font-weight:700;

}

.brand-text span{

    color:#d4d4d4;

    font-size:12px;

    letter-spacing:1px;

}

/*==================================================
NAVBAR
===================================================*/

.custom-navbar{

    padding:18px 0;

    transition:.4s;

    background:rgba(6,15,35,.18);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(255,255,255,.08);

}

.custom-navbar.scrolled{

    padding:10px 0;

    background:rgba(7,16,34,.96);

    box-shadow:0 15px 40px rgba(0,0,0,.18);

}

/*==================================================
NAVBAR TOGGLER
===================================================*/

.navbar-toggler{

    border:none;

    box-shadow:none !important;

}

.navbar-toggler i{

    color:#fff;

    font-size:28px;

}

.navbar-nav{

    gap:10px;

}

.hero-gradient{

    position:absolute;

    inset:0;

    background:linear-gradient(
    120deg,
    rgba(0,194,255,.15),
    rgba(11,94,215,.05),
    rgba(255,255,255,.05));

    animation:gradientMove 10s ease infinite;

}

/*==================================================
FLOATING BLOBS
===================================================*/

.blob{

    position:absolute;

    border-radius:50%;

    filter:blur(70px);

    opacity:.55;

    animation:blobFloat 10s ease-in-out infinite;

}

.blob1{

    width:350px;

    height:350px;

    background:#00c2ff;

    top:-80px;

    left:-120px;

}

.blob2{

    width:280px;

    height:280px;

    background:#2d7dff;

    right:-70px;

    top:20%;

    animation-delay:2s;

}

.blob3{

    width:320px;

    height:320px;

    background:#6e5bff;

    bottom:-120px;

    left:35%;

    animation-delay:4s;

}

@keyframes blobFloat{

    50%{

        transform:translateY(-35px) scale(1.08);

    }

}

/*=================================
Grid Overlay
=================================*/

.grid-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:90px 90px;
    animation:gridMove 18s linear infinite;
    pointer-events:none;
}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    border-radius:50px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.15);

    font-weight:600;

    margin-bottom:30px;

}

.hero-title{

    font-size:64px;

    line-height:1.15;

    font-weight:800;

    color:#fff;

    margin-bottom:25px;

}

.gradient-text{

    background:linear-gradient(90deg,#00e5ff,#ffffff,#00c2ff);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.hero-description{

    font-size:18px;

    color:rgba(255,255,255,.82);

    max-width:650px;

    margin-bottom:40px;

}

/*===================================================
BUTTONS
===================================================*/

.hero-buttons{

display:flex;
flex-wrap:wrap;
gap:18px;

}

.hero-buttons .btn{

padding:15px 34px;

border-radius:50px;

font-weight:700;

transition:.35s;

}

.hero-buttons .btn-primary{

background:#18c8ff;
border-color:#18c8ff;

}

.hero-buttons .btn-primary:hover{

background:#00b2f2;
border-color:#00b2f2;

transform:translateY(-4px);

box-shadow:0 15px 35px rgba(24,200,255,.35);

}

.hero-buttons .btn-outline-light:hover{

transform:translateY(-4px);

box-shadow:0 15px 35px rgba(255,255,255,.12);

}

.hero-stats{

    display:flex;

    gap:30px;

    flex-wrap:wrap;

}

.stat-box{

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.10);

    border-radius:18px;

    padding:20px 25px;

    min-width:150px;

}

.stat-box h2{

    color:#fff;

    font-size:38px;

    margin-bottom:6px;

}

.stat-box span{

    color:#d7d7d7;

    font-size:15px;

}

.hero-image-wrapper{

    position:relative;

    display:inline-block;

}

/*==================================================
FLOATING CARDS
===================================================*/

.floating-card{
    position: absolute;
    width: 300px;              /* Bigger card */
    min-height: 140px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 25px 28px;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,.20);
    animation: cardFloat 5s ease-in-out infinite;
}

.floating-card h6{
    color: #fff;
    margin: 12px 0 6px;
    font-size: 1.1rem;
}

.floating-card small{
    color: #d9d9d9;
    font-size: .95rem;
}

.floating-card i{
    color: #00e5ff;
    font-size: 36px;
}

/*==================================================
SCROLL INDICATOR
===================================================*/

.scroll-indicator{

    position:absolute;

    left:50%;

    bottom:30px;

    transform:translateX(-50%);

}

.scroll-indicator span{

    display:block;

    width:30px;

    height:55px;

    border:2px solid rgba(255,255,255,.45);

    border-radius:30px;

    position:relative;

}

.scroll-indicator span::before{

    content:"";

    position:absolute;

    left:50%;

    top:10px;

    width:7px;

    height:7px;

    background:#fff;

    border-radius:50%;

    transform:translateX(-50%);

    animation:scrollDown 1.8s infinite;

}

@keyframes scrollDown{

    0%{

        opacity:0;

        top:10px;

    }

    100%{

        opacity:1;

        top:30px;

    }

}

/*==================================
Heading
==================================*/

.trusted-section .section-tag{

    background:rgba(255,255,255,.08);

    color:#54d8ff;

    border:1px solid rgba(255,255,255,.1);

    backdrop-filter:blur(18px);

    padding:8px 18px;

    border-radius:40px;

    display:inline-block;

    margin-bottom:18px;

}

.trusted-section .section-heading{

    color:#fff;

}

.trusted-section .section-description{

    color:rgba(255,255,255,.72);

}

/*==================================
Fade Effect
==================================*/

.marquee-fade{

    position:absolute;

    top:0;

    width:160px;

    height:100%;

    z-index:3;

}

.marquee-fade.left{

    left:0;

    background:linear-gradient(to right,#071327 0%,transparent);

}

.marquee-fade.right{

    right:0;

    background:linear-gradient(to left,#071327 0%,transparent);

}

.logo-marquee{

    position:relative;

    overflow:hidden;

    margin-top:60px;

}

.logo-track{

    display:flex;

    gap:28px;

    animation:logoScroll 28s linear infinite;

}

/*==================================
Logo Cards
==================================*/

.logo-card{

    flex:0 0 auto;

    width:180px;

    height:100px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.07);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.10);

    border-radius:18px;

    transition:.4s;

    box-shadow:0 15px 35px rgba(0,0,0,.25);

}

.logo-card:hover{

    transform:translateY(-8px);

    background:rgba(13,110,253,.18);

    box-shadow:0 20px 45px rgba(0,180,255,.30);

}

.logo-card img{

    max-width:120px;

    max-height:55px;

    object-fit:contain;

    filter:grayscale(100%) brightness(2);

    opacity:.8;

    transition:.4s;

}

.logo-card:hover img{

    filter:none;

    opacity:1;

    transform:scale(1.08);

}

/*==================================================
TECHNOLOGY SECTION - PREMIUM DARK
==================================================*/

.technology-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at top right,
        rgba(13,110,253,.16),
        transparent 35%),
        radial-gradient(circle at bottom left,
        rgba(0,198,255,.12),
        transparent 35%),
        linear-gradient(180deg,#071426,#081b32,#06101e);
}

.technology-section::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:#0d6efd;
    filter:blur(140px);
    opacity:.12;
    top:-180px;
    right:-150px;
}

.technology-section::after{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:80px 80px;
    animation:gridMove 22s linear infinite;
    opacity:.35;
}

.technology-section .container{
    position:relative;
    z-index:5;
}

/*==================================
Heading
==================================*/

.technology-section .section-tag{

    display:inline-block;
    padding:8px 18px;
    border-radius:40px;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.10);

    backdrop-filter:blur(15px);

    color:#4fd8ff;

    margin-bottom:18px;

}

.technology-section .section-heading{

    color:#fff;

}

.technology-section .section-description{

    color:rgba(255,255,255,.72);

}

/*==================================
Technology Cards
==================================*/

.tech-card{

    position:relative;

    overflow:hidden;

    height:100%;

    padding:40px 28px;

    border-radius:24px;

    background:rgba(255,255,255,.06);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.10);

    transition:.45s;

    box-shadow:0 18px 45px rgba(0,0,0,.28);

}

.tech-card:hover{

    transform:translateY(-12px);

    border-color:rgba(0,183,255,.35);

    box-shadow:
        0 25px 60px rgba(0,180,255,.20),
        0 0 35px rgba(13,110,253,.18);

}

/* Animated Glow */

.tech-card::before{

    content:"";

    position:absolute;

    width:180px;

    height:180px;

    background:radial-gradient(circle,
    rgba(13,110,253,.45),
    transparent 70%);

    top:-90px;

    right:-90px;

    opacity:0;

    transition:.5s;

}

.tech-card:hover::before{

    opacity:1;

}

/*==================================
Icon
==================================*/

.tech-icon{

    width:80px;

    height:80px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

    background:linear-gradient(135deg,#0d6efd,#00c8ff);

    color:#fff;

    font-size:30px;

    transition:.5s;

    box-shadow:0 12px 30px rgba(13,110,253,.35);

}

.tech-card:hover .tech-icon{

    transform:rotateY(180deg) scale(1.08);

}

/*==================================
Text
==================================*/

.tech-card h4{

    color:#fff;

    margin-bottom:18px;

}

.tech-card p{

    color:rgba(255,255,255,.72);

    line-height:1.8;

}

/*==================================================
WHY CHOOSE US - PREMIUM DARK
==================================================*/

.why-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at top right,
        rgba(13,110,253,.18),
        transparent 35%),
        radial-gradient(circle at bottom left,
        rgba(0,198,255,.10),
        transparent 35%),
        linear-gradient(180deg,#071326,#081c34,#06101d);
}

.why-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:#0d6efd;
    filter:blur(150px);
    opacity:.12;
    top:-180px;
    right:-180px;
}

.why-section::after{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:80px 80px;
    animation:gridMove 22s linear infinite;
    opacity:.35;
}

.why-section .container{
    position:relative;
    z-index:5;
}

/*==========================
Heading
==========================*/

.why-section .section-tag{

    display:inline-block;
    padding:8px 20px;
    border-radius:40px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    backdrop-filter:blur(15px);
    color:#52d8ff;
    margin-bottom:18px;

}

.why-section .section-heading{

    color:#fff;

}

.why-section .section-description{

    color:rgba(255,255,255,.72);

}



/*==================================================
PROCESS SECTION - PREMIUM DARK
==================================================*/

.process-section{
    position:relative;
    overflow:hidden;
    padding:120px 0;
    background:
        radial-gradient(circle at left center,
        rgba(13,110,253,.16),
        transparent 35%),
        radial-gradient(circle at right bottom,
        rgba(0,198,255,.10),
        transparent 35%),
        linear-gradient(180deg,#06101d,#081b33,#06101d);
}

.process-section::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:#0d6efd;
    filter:blur(150px);
    opacity:.12;
    left:-180px;
    top:-180px;
}

.process-section::after{
    content:"";
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size:80px 80px;
    animation:gridMove 24s linear infinite;
    opacity:.35;
}

.process-section .container{
    position:relative;
    z-index:5;
}

/*==================================
Heading
==================================*/

.process-section .section-tag{

    display:inline-block;
    padding:8px 18px;
    border-radius:40px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    backdrop-filter:blur(15px);
    color:#52d8ff;
    margin-bottom:18px;

}

.process-section .section-heading{

    color:#fff;

}

.process-section p{

    color:rgba(255,255,255,.72);

}

/*==================================================
OUR PROCESS - PREMIUM DARK
==================================================*/

.process-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at top right,#0b5ed7 0%,transparent 35%),
        radial-gradient(circle at bottom left,#123a86 0%,transparent 35%),
        linear-gradient(135deg,#061221,#08172d,#0a1d37);
}

.process-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:70px 70px;
    animation:gridMove 20s linear infinite;
    opacity:.22;
}

.process-section .section-tag{
    color:#79d4ff;
    background:rgba(11,94,215,.15);
    border:1px solid rgba(121,212,255,.35);
}

.process-section .section-heading{
    color:#fff;
}

.process-section p{
    color:#c6d6eb;
}

/* Timeline */

.process-timeline{
    margin-top:70px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:30px;
    position:relative;
}

.process-timeline::before{
    content:"";
    position:absolute;
    left:6%;
    right:6%;
    top:52px;
    height:3px;
    background:linear-gradient(90deg,#0b5ed7,#42c5ff,#0b5ed7);
    box-shadow:0 0 25px rgba(11,94,215,.5);
    z-index:0;
}

/* Cards */

.process-step{
    position:relative;
    z-index:2;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.10);
    border-radius:24px;
    padding:70px 25px 35px;
    text-align:center;
    transition:.45s;
}

.process-step::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:radial-gradient(circle,#0b5ed7 0%,transparent 70%);
    right:-120px;
    top:-120px;
    opacity:.15;
    transition:.5s;
}

.process-step:hover{
    transform:translateY(-12px);
    border-color:#0b5ed7;
    box-shadow:0 20px 45px rgba(11,94,215,.30);
}

.process-step:hover::before{
    transform:scale(1.4);
    opacity:.35;
}

/* Step Number */

.step-number{
    position:absolute;
    top:-22px;
    left:50%;
    transform:translateX(-50%);
    width:72px;
    height:72px;
    border-radius:50%;
    background:linear-gradient(135deg,#0b5ed7,#3cb8ff);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:22px;
    font-weight:700;
    box-shadow:0 0 28px rgba(11,94,215,.45);
    border:4px solid #08172d;
}

.process-step h4{
    color:#fff;
    margin-bottom:15px;
    font-size:22px;
}

.process-step p{
    color:#c6d6eb;
    margin:0;
    line-height:1.8;
}

/* Responsive */

@media(max-width:991px){

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

.process-timeline::before{
    display:none;
}

}

@media(max-width:767px){

.process-timeline{
    grid-template-columns:1fr;
}

}

/*==================================================
FEATURED CASE STUDIES - PREMIUM DARK
==================================================*/

.case-study-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at top left,#0b5ed7 0%,transparent 35%),
        radial-gradient(circle at bottom right,#143b86 0%,transparent 35%),
        linear-gradient(135deg,#071327,#08182d,#0b1831);
}

.case-study-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:70px 70px;
    animation:gridMove 20s linear infinite;
    opacity:.22;
}

.case-study-section .section-tag{
    color:#7fd6ff;
    background:rgba(11,94,215,.15);
    border:1px solid rgba(127,214,255,.35);
}

.case-study-section .section-heading{
    color:#fff;
}

.case-study-section .section-description{
    color:#bfd0e5;
}

/*==========================
CASE CARD
==========================*/

.case-card{
    position:relative;
    overflow:hidden;
    border-radius:26px;
    background:#0d203b;
    border:1px solid rgba(255,255,255,.08);
    transition:.45s;
    height:100%;
    box-shadow:0 18px 40px rgba(0,0,0,.30);
}

.case-card img{
    width:100%;
    height:360px;
    object-fit:cover;
    transition:.8s;
    display:block;
}

.case-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(to top,
        rgba(4,12,25,.98),
        rgba(4,12,25,.65),
        rgba(4,12,25,.15));
}

.case-card:hover{
    transform:translateY(-12px);
    border-color:#0b5ed7;
    box-shadow:0 25px 60px rgba(11,94,215,.28);
}

.case-card:hover img{
    transform:scale(1.12);
}

/*==========================
OVERLAY
==========================*/

.case-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:35px;
    z-index:5;
}

.case-overlay span{
    display:inline-block;
    padding:7px 16px;
    margin-bottom:18px;
    border-radius:40px;
    background:rgba(11,94,215,.22);
    border:1px solid rgba(81,183,255,.4);
    color:#84d6ff;
    font-size:13px;
    letter-spacing:.5px;
}

.case-overlay h4{
    color:#fff;
    font-size:25px;
    margin-bottom:16px;
    line-height:1.35;
}

.case-overlay p{
    color:#c5d4e8;
    line-height:1.8;
    margin-bottom:25px;
}

.case-overlay a{
    color:#57b7ff;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

.case-overlay a i{
    margin-left:8px;
    transition:.35s;
}

.case-overlay a:hover{
    color:#fff;
}

.case-overlay a:hover i{
    transform:translateX(6px);
}

/*==========================
GLOW
==========================*/

.case-card::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:radial-gradient(circle,#0b5ed7 0%,transparent 70%);
    right:-120px;
    top:-120px;
    opacity:.14;
    z-index:2;
    transition:.5s;
}

.case-card:hover::before{
    transform:scale(1.4);
    opacity:.30;
}

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

@media(max-width:991px){

.case-card img{
    height:300px;
}

}

@media(max-width:767px){

.case-card img{
    height:250px;
}

.case-overlay{
    padding:25px;
}

.case-overlay h4{
    font-size:22px;
}

}

/*==================================================
GLOBAL PRESENCE - PREMIUM DARK
==================================================*/

.global-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at top right,#0b5ed7 0%,transparent 35%),
        radial-gradient(circle at bottom left,#123b87 0%,transparent 35%),
        linear-gradient(135deg,#061221,#08182e,#0a1d37);
}

.global-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:70px 70px;
    animation:gridMove 20s linear infinite;
    opacity:.22;
}

.global-section .section-tag{
    color:#80d7ff;
    background:rgba(11,94,215,.15);
    border:1px solid rgba(128,215,255,.35);
}

.global-section .section-heading{
    color:#fff;
}

.global-section p{
    color:#c5d6eb;
}

/*==========================
COUNTERS
==========================*/

.global-counter{
    position:relative;
    overflow:hidden;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.10);
    border-radius:22px;
    padding:30px;
    text-align:center;
    transition:.45s;
    height:100%;
}

.global-counter::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    right:-110px;
    top:-110px;
    border-radius:50%;
    background:radial-gradient(circle,#0b5ed7 0%,transparent 70%);
    opacity:.15;
    transition:.5s;
}

.global-counter:hover{
    transform:translateY(-10px);
    border-color:#0b5ed7;
    box-shadow:0 20px 45px rgba(11,94,215,.28);
}

.global-counter:hover::before{
    transform:scale(1.4);
    opacity:.32;
}

.global-counter h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.global-counter p{
    margin:0;
    color:#a9bfd8;
    font-size:15px;
}

/*==========================
WORLD MAP
==========================*/

.world-map{
    max-width:100%;
    animation:floatMap 7s ease-in-out infinite;
    filter:
        drop-shadow(0 0 18px rgba(11,94,215,.35))
        drop-shadow(0 0 40px rgba(11,94,215,.25));
}

@keyframes floatMap{

0%,100%{
    transform:translateY(0);
}

50%{
    transform:translateY(-15px);
}

}

/*==========================
GLOW ORBIT
==========================*/

.global-section .col-lg-6:last-child{
    position:relative;
}

.global-section .col-lg-6:last-child::before{
    content:"";
    position:absolute;
    width:480px;
    height:480px;
    border-radius:50%;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border:1px dashed rgba(74,177,255,.22);
    animation:rotateOrbit 30s linear infinite;
}

.global-section .col-lg-6:last-child::after{
    content:"";
    position:absolute;
    width:330px;
    height:330px;
    border-radius:50%;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    background:radial-gradient(circle,rgba(11,94,215,.18),transparent 70%);
    z-index:-1;
}

@keyframes rotateOrbit{

from{
    transform:translate(-50%,-50%) rotate(0deg);
}

to{
    transform:translate(-50%,-50%) rotate(360deg);
}

}

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

@media(max-width:991px){

.global-counter{
    margin-bottom:20px;
}

.world-map{
    margin-top:50px;
}

.global-section .col-lg-6:last-child::before{
    width:360px;
    height:360px;
}

}

/*==================================================
CLIENT TESTIMONIALS - PREMIUM DARK
==================================================*/

.testimonial-section{
    position:relative;
    overflow:hidden;
    padding:110px 0;
    background:
        radial-gradient(circle at top left,#0b5ed7 0%,transparent 35%),
        radial-gradient(circle at bottom right,#123c88 0%,transparent 35%),
        linear-gradient(135deg,#071327,#08182d,#0b1932);
}

.testimonial-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:70px 70px;
    animation:gridMove 20s linear infinite;
    opacity:.22;
}

.testimonial-section .section-tag{
    color:#7fd7ff;
    background:rgba(11,94,215,.15);
    border:1px solid rgba(127,215,255,.35);
}

.testimonial-section .section-heading{
    color:#fff;
}

.testimonial-section p{
    color:#c6d6eb;
}

/*==========================
CARD
==========================*/

.testimonial-card{
    position:relative;
    overflow:hidden;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.10);
    border-radius:26px;
    padding:40px 35px;
    height:100%;
    transition:.45s;
}

.testimonial-card::before{
    content:"";
    position:absolute;
    width:240px;
    height:240px;
    right:-120px;
    top:-120px;
    border-radius:50%;
    background:radial-gradient(circle,#0b5ed7 0%,transparent 70%);
    opacity:.14;
    transition:.5s;
}

.testimonial-card:hover{
    transform:translateY(-12px);
    border-color:#0b5ed7;
    box-shadow:0 22px 50px rgba(11,94,215,.28);
}

.testimonial-card:hover::before{
    transform:scale(1.45);
    opacity:.32;
}

/*==========================
QUOTE ICON
==========================*/

.quote{
    width:72px;
    height:72px;
    border-radius:50%;
    background:linear-gradient(135deg,#0b5ed7,#39b8ff);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    margin-bottom:25px;
    box-shadow:0 0 28px rgba(11,94,215,.45);
}

.testimonial-card p{
    color:#d0ddee;
    line-height:1.9;
    margin-bottom:35px;
}

/*==========================
CLIENT
==========================*/

.client-info{
    display:flex;
    align-items:center;
    gap:18px;
    border-top:1px solid rgba(255,255,255,.10);
    padding-top:22px;
}

.client-info img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid rgba(11,94,215,.5);
    box-shadow:0 0 18px rgba(11,94,215,.35);
}

.client-info h5{
    color:#fff;
    margin-bottom:4px;
    font-size:18px;
}

.client-info span{
    color:#87cfff;
    font-size:14px;
}

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

@media(max-width:991px){

.testimonial-card{
    margin-bottom:25px;
}

}

@media(max-width:767px){

.testimonial-card{
    padding:30px 25px;
}

.quote{
    width:60px;
    height:60px;
    font-size:24px;
}

.client-info img{
    width:60px;
    height:60px;
}

}

/*==================================================
AWARDS - PREMIUM DARK
==================================================*/

.awards-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:
        radial-gradient(circle at top center,#0b5ed7 0%,transparent 35%),
        linear-gradient(135deg,#061221,#08182d,#0b1a33);
}

.awards-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size:70px 70px;
    animation:gridMove 20s linear infinite;
    opacity:.22;
}

/*==================================
AWARD CARD
==================================*/

.award-card{
    position:relative;
    overflow:hidden;
    background:rgba(255,255,255,.06);
    backdrop-filter:blur(20px);
    border:1px solid rgba(255,255,255,.10);
    border-radius:24px;
    padding:45px 25px;
    text-align:center;
    transition:.45s;
    height:100%;
}

.award-card::before{
    content:"";
    position:absolute;
    width:230px;
    height:230px;
    right:-120px;
    top:-120px;
    border-radius:50%;
    background:radial-gradient(circle,#0b5ed7 0%,transparent 70%);
    opacity:.14;
    transition:.45s;
}

.award-card:hover{
    transform:translateY(-12px);
    border-color:#0b5ed7;
    box-shadow:0 22px 55px rgba(11,94,215,.30);
}

.award-card:hover::before{
    transform:scale(1.4);
    opacity:.30;
}

/*==================================
ICON
==================================*/

.award-card i{
    width:90px;
    height:90px;
    margin:auto auto 25px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0b5ed7,#3ab9ff);
    color:#fff;
    font-size:34px;
    box-shadow:0 0 30px rgba(11,94,215,.45);
    transition:.45s;
}

.award-card:hover i{
    transform:rotateY(180deg) scale(1.08);
}

.award-card h4{
    color:#fff;
    font-size:22px;
    margin:0;
    font-weight:600;
}

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

@media(max-width:991px){

.award-card{
    margin-bottom:25px;
}

}

@media(max-width:767px){

.award-card{
    padding:35px 20px;
}

.award-card i{
    width:75px;
    height:75px;
    font-size:28px;
}

.award-card h4{
    font-size:20px;
}

}

.premium-cta{

    position:relative;

    background:linear-gradient(135deg,#08192f,#0B5ED7);

    color:#fff;

    overflow:hidden;

}

.premium-cta::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    filter:blur(80px);

    top:-180px;

    left:-180px;

}

.premium-cta::after{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:#00c2ff22;

    filter:blur(80px);

    right:-180px;

    bottom:-180px;

}

.premium-cta .container{

    position:relative;

    z-index:2;

}

.premium-cta h2{

    color:#fff;

    font-size:52px;

    margin:20px 0;

}

.premium-cta p{

    color:rgba(255,255,255,.82);

    max-width:720px;

    margin:auto;

    font-size:18px;

}

/*==================================================
FOOTER
==================================================*/

.footer{

    background:#06101d;

    color:#bfc7d4;

    padding:90px 0 30px;

}

.footer h4,

.footer h5{

    color:#fff;

}

.footer p{

    color:#bfc7d4;

    line-height:1.8;

}

.footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer ul li{

    margin-bottom:14px;

}

.footer ul li a{

    color:#bfc7d4;

    transition:.3s;

}

.footer ul li a:hover{

    color:#fff;

    padding-left:8px;

}

.footer hr{

    border-color:rgba(255,255,255,.12);

}

.footer-bottom{

    padding-top:30px;

    text-align:center;

    color:#95a2b5;

}