*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    overflow-x:hidden;
}

/*----------------------*/

.topbar{

    background:#0d47a1;

    color:#fff;

    padding:8px 0;

    font-size:14px;

}

.top-contact{

    display:flex;

    justify-content:flex-end;

    align-items:center;

    gap:20px;

}

.top-contact span{

    color:#fff;

}

.top-contact a{

    color:#fff;

    text-decoration:none;

}

/*----------------------*/

/* Navbar */
.navbar{
    background:#fff;
    padding:5px 0;
    min-height:100px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

/* Logo Area */

.navbar-brand{
    display:flex;
    align-items:center;
    text-decoration:none;
}

.logo{
    width:115px;
    height:auto;
    margin-right:12px;
}

.brand-text h2{
    margin:0;
    line-height:1;
    font-size:42px;
    font-weight:700;
}

.brand-text .blue{
    color:#1e4db7;
}

.brand-text .orange{
    color:#f5a300;
}

.brand-text p{
    margin:4px 0 0;
    font-size:11px;
    color:#555;
    font-weight:500;
    letter-spacing:0.3px;
}

/* ==========================================
   NAVIGATION LINKS
========================================== */

.navbar-nav .nav-link {

    position: relative;

    color: #222;

    font-weight: 500;

    margin-left: 15px;

    padding: 10px 0;

    text-decoration: none;

    transition: color .3s ease;
}


/* Hover */

.navbar-nav .nav-link:hover {

    color: #1e56d9;
}


/* Active */

.navbar-nav .nav-link.active {

    color: #1e56d9 !important;

    font-weight: 600;
}


/* Blue underline */

.navbar-nav .nav-link.active::after {

    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 2px;

    height: 3px;

    background: #1e56d9;

    border-radius: 3px;
}


/* ==========================================
   CAREER DROPDOWN
========================================== */

.navbar-nav .dropdown {
    position: relative;
}

.navbar-nav .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border-top: 5px solid currentColor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* Dropdown menu */

.navbar-nav .dropdown-menu {

    min-width: 210px;

    margin-top: 8px;

    padding: 8px 0;

    border: none;

    border-radius: 8px;

    background: #fff;

    box-shadow: 0 10px 30px rgba(0,0,0,.12);

}

/* Dropdown item */

.navbar-nav .dropdown-menu .dropdown-item {

    position: relative;

    padding: 11px 18px;

    color: #222;

    font-size: 15px;

    font-weight: 500;

    transition: all .25s ease;

}

/* Hover */

.navbar-nav .dropdown-menu .dropdown-item:hover {

    background: #f1f5ff;

    color: #1e56d9;

}

/* Active dropdown item */

.navbar-nav .dropdown-menu .dropdown-item.active {

    background: #1e56d9;

    color: #fff;

}

/* Keep Career active when child page is active */

.navbar-nav .dropdown > .nav-link.active {

    color: #1e56d9 !important;

    font-weight: 600;

}

/* Remove Bootstrap active background from parent */

.navbar-nav .dropdown > .nav-link.active:focus {

    color: #1e56d9 !important;

}

/* ==========================================
   Tablet View
========================================== */
@media (max-width:991px){

    .topbar{
        padding:10px 0;
        text-align:center;
    }

    .top-contact{
        justify-content:center;
        flex-wrap:wrap;
        gap:10px;
        font-size:13px;
    }

    .navbar{
        min-height:auto;
        padding:10px 0;
    }

    .navbar-brand{
        display:flex;
        align-items:center;
    }

    .logo{
        width:60px;
        margin-right:10px;
    }

    .brand-text h2{
        font-size:28px;
    }

    .brand-text p{
        font-size:10px;
    }

    .navbar-toggler{
        border:none;
        box-shadow:none !important;
    }

    .navbar-collapse{
        margin-top:15px;
        background:#fff;
        border-radius:10px;
        padding:10px;
        box-shadow:0 8px 25px rgba(0,0,0,.08);
    }

    .navbar-nav{
        text-align:center;
    }

    .navbar-nav .nav-link{
        margin-left:0;
        padding:12px;
        border-bottom:1px solid #f1f1f1;
    }

    .navbar-nav .nav-item:last-child .nav-link{
        border-bottom:none;
    }

}

/* ==========================================
   Mobile View
========================================== */
@media (max-width:576px){

  .topbar{
        display:block;
        padding:8px 0;
    }

    .top-contact{
        display:flex;
        justify-content:center;
        align-items:center;
        flex-wrap:wrap;
        gap:8px;
        font-size:12px;
        text-align:center;
    }

    .top-contact span{
        display:inline-flex;
        align-items:center;
        gap:4px;
    }

    .top-contact a{
        font-size:14px;
    }

    .navbar{
        padding:8px 0;
    }

    .navbar-brand{
        width:75%;
    }

    .logo{
        width:50px;
        margin-right:8px;
    }

    .brand-text h2{
        font-size:20px;
        line-height:1.1;
    }

    .brand-text p{
        font-size:8px;
        letter-spacing:0;
    }

    .navbar-toggler{
        padding:4px 8px;
    }

    .navbar-collapse{
        margin-top:10px;
    }

    .navbar-nav .nav-link{
        font-size:16px;
        padding:10px 0;
    }

}


/* =========================================================
   VIEW OUR CLIENTS TOGGLE BUTTON
========================================================= */

.clients-toggle-wrapper{
    margin-left:25px;
    display:flex;
    align-items:center;
}

/* Main Button */

.clients-toggle{
    position:relative;

    display:inline-flex;
    align-items:center;

    gap:10px;

    padding:9px 10px 9px 18px;

    background:linear-gradient(
        135deg,
        #1e56d9,
        #0d47a1
    );

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-size:14px;
    font-weight:600;

    white-space:nowrap;

    overflow:hidden;

    box-shadow:0 6px 18px rgba(30,86,217,.25);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

/* Hover */

.clients-toggle:hover{
    color:#fff;

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(30,86,217,.35);

    background:linear-gradient(
        135deg,
        #0d47a1,
        #1e56d9
    );
}

/* Text */

.clients-toggle-text{
    position:relative;
    z-index:2;
}

/* Circular Arrow */

.clients-toggle-icon{
    width:32px;
    height:32px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff;

    color:#1e56d9;

    border-radius:50%;

    flex-shrink:0;

    transition:transform .35s ease;
}

/* Arrow Animation */

.clients-toggle:hover .clients-toggle-icon{
    transform:translateX(4px) rotate(-5deg);
}

.clients-toggle-icon i{
    font-size:13px;

    transition:transform .35s ease;
}

.clients-toggle:hover .clients-toggle-icon i{
    transform:translateX(2px);
}

/* =========================================================
   ANIMATED SHINE
========================================================= */

.clients-toggle::before{
    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:70%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.25),
        transparent
    );

    transform:skewX(-20deg);

    animation:clientsShine 3s infinite;
}

@keyframes clientsShine{

    0%{
        left:-120%;
    }

    45%{
        left:130%;
    }

    100%{
        left:130%;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width:991px){

    .clients-toggle-wrapper{
        justify-content:center;

        margin:15px 0 5px;

        padding-top:10px;

        border-top:1px solid #f1f1f1;
    }

    .clients-toggle{
        font-size:14px;

        padding:9px 10px 9px 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width:576px){

    .clients-toggle-wrapper{
        margin:12px 0 4px;
    }

    .clients-toggle{
        font-size:13px;

        padding:8px 9px 8px 16px;

        gap:8px;
    }

    .clients-toggle-icon{
        width:29px;
        height:29px;
    }

    .clients-toggle-icon i{
        font-size:12px;
    }

}