.button2{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/
/* first pages Vanmathi----------------- */

/* Call Button */

.hero-section{
    
    background:
    /* linear-gradient(rgba(77,175,255,0.75),
    rgba(30,77,111,0.85)), */
    
    url("assets/img/bg-tech.jpg");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .btn-call:hover{
    background: #f3ebeb;
    color: #030303;
    transform: translateY(-2px);
} */

/* first page two button css Vanmthi------------------ */
/* =========================
   Hero Section
========================= */
/* 
.hero-header{
    padding-top: 170px;
    padding-bottom: 80px;
    background: linear-gradient(to right, #f8fbff, #eef5ff);
} */

/* Hero Title */

.hero-title{
    font-size: 48px;
    font-weight: 700;
    color: #111;
    line-height: 1.4em;;
    margin-bottom: 25px;
}

.hero-title span{
    color: #1e4d6f;
}

/* Hero Text */

.hero-text{
    font-size: 15px;
    line-height: 1.9;
    color: #000000 ;
    margin-bottom: 35px;
  
    text-align: justify;
}
/* Hero Button Container */

.hero-btns{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;
}


/* Small Modern Button */

.button2{

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    position: relative;
    overflow: hidden;

    z-index: 1;

    color: #090909;
    text-decoration: none;

    cursor: pointer;

    /* SMALL SIZE */
    padding: 3px 10px;

    margin: 0 6px;

    font-size: 12px;
    font-weight: 200;

    border-radius: 8px;

    background: #97c8df;

    border: 1px solid #e8e8e8;

    transition: all 0.2s ease-in;

    box-shadow:
        4px 4px 8px #c5c5c5,
        -4px -4px 8px #ffffff;
}


/* Click Effect */

.button2:active{

    color: #666;

    box-shadow:
        inset 3px 3px 8px #c5c5c5,
        inset -3px -3px 8px #ffffff;
}


/* Before Animation */

.button2:before{

    content: "";

    position: absolute;

    left: 50%;
    top: 100%;

    width: 140%;
    height: 180%;

    transform:
    translateX(-50%)
    scaleY(1)
    scaleX(1.25);

    background-color: rgba(0,0,0,0.05);

    border-radius: 50%;

    transition:
    all 0.5s 0.1s cubic-bezier(0.55,0,0.1,1);

    z-index: -1;
}


/* After Animation */

.button2:after{

    content: "";

    position: absolute;

    left: 55%;
    top: 180%;

    width: 160%;
    height: 190%;

    transform:
    translateX(-50%)
    scaleY(1)
    scaleX(1.45);

    background:
    linear-gradient(135deg,#4dafff,#007ab3);

    border-radius: 50%;

    transition:
    all 0.5s 0.1s cubic-bezier(0.55,0,0.1,1);

    z-index: -1;
}


/* Hover Effect */

.button2:hover{

    color: #fff;

    border: 1px solid #007390;

    transform: translateY(-2px);
}


/* Hover Before */

.button2:hover:before{

    top: -35%;

    background:
    linear-gradient(135deg,#4dafff,#007ab3);

    transform:
    translateX(-50%)
    scaleY(1.3)
    scaleX(0.8);
}


/* Hover After */

.button2:hover:after{

    top: -45%;

    background-color: #009087;

    transform:
    translateX(-50%)
    scaleY(1.3)
    scaleX(0.8);
}


/* Mobile */

@media(max-width:576px){

    .hero-btns{
        flex-direction: column;
        align-items: flex-start;
    }

     .button2{
        width: 100%;
    }
}
/* Hero Image */

.hero-image{
    max-width: 100%;
    animation: floatImage 3s ease-in-out infinite;
}

/* Floating Animation */

@keyframes floatImage{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-12px);
    }
    100%{
        transform: translateY(0px);
    }
}


/* =========================
   Responsive
========================= */

@media(max-width:991px){

    .hero-header{
        padding-top: 140px;
    }

    .hero-title{
        font-size: 40px;
    }

    .navbar-nav{
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        margin-top: 15px;
    }

    .btn-call{
        margin-top: 15px;
        display: inline-block;
    }

}
@media(max-width:576px){

    .hero-btns{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .button2{
        width: auto;
        display: inline-flex;
        font-size: 12px;
        padding: 8px 16px;
        margin: 0;
    }

    .hero-title{
        font-size: 32px;
    }

    .hero-text{
        font-size: 16px;
    }

    .logo-text{
        font-size: 22px;
    }

}

/* van */
/* =========================
   NAVBAR CSS
========================= */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    backdrop-filter: blur(10px);
    transition: 0.3s;
}
/* Logo */
.logo-img {
    height: 70px;
    width: auto;
    transition: 0.3s;
}

.logo-img:hover {
    transform: scale(1.05);
}

/* Nav Links */
.navbar .nav-link {
    color: #0c0b0b !important;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    position: relative;
    transition: 0.3s;

}

/* Hover */
.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #1e4d6f   !important;
}

/* Underline Animation */
.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #1e4d6f  ;
    transition: 0.3s;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    width: 100%;
}

/* Buttons */
.btn-primary {
    background: #0d6efd;
    border: none;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #084298;
    transform: translateY(-2px);
}

.btn-light {
    transition: 0.3s;
}

.btn-light:hover {
    background: #0d6efd;
    color: #fff !important;
}

/* Mobile Toggle */
.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.navbar-toggler .fa-bars {
    color: #fff;
    font-size: 24px;
}

/* Mobile Responsive */
@media (max-width: 991px) {

    .navbar {
        background: #ffffff;
        padding: 15px;
    }

    .navbar-collapse {
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        margin-top: 15px;
    }

    .navbar .nav-link {
        color: #222 !important;
        margin: 10px 0;
    }

    .logo-img {
        height: 55px;
    }

    .navbar-toggler .fa-bars {
        color: #000;
    }
}
/*** Navbar End ***/

/* van */
/*first page  Background Style */

.hero-header{
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(135deg,
        #f4f7ff 0%,
        #dbeafe 35%,
        #c7d2fe 70%,
        #eef2ff 100%);

    padding-top: 170px;
    padding-bottom: 20px;
}


/* Glass Blur Circle */

.hero-header::before{
    content: "";

    position: absolute;

    top: -180px;
    right: -120px;

    width: 350px;
    height: 350px;

    background: rgba(255,255,255,0.35);

    border-radius: 50%;

    backdrop-filter: blur(20px);

    z-index: 0;
}


/* Floating Shape */

.hero-header::after{
    content: "";

    position: absolute;

    left: 80px;
    bottom: 80px;

    width: 120px;
    height: 120px;

    background:
        linear-gradient(135deg,
        rgba(13,110,253,0.25),
        rgba(0,144,135,0.25));

    border-radius: 30px;

    transform: rotate(25deg);

    animation: floatShape 6s ease-in-out infinite;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.08);

    z-index: 0;
}


/* Small Dot Pattern */

.hero-pattern{
    position: absolute;
    top: 20%;
    left: 10%;
    width: 180px;
    height: 180px;

    background-image:
        radial-gradient(#0d6efd 2px, transparent 2px);

    background-size: 18px 18px;

    opacity: 0.15;

    z-index: 0;
}


/* Animation */

@keyframes floatShape{

    0%{
        transform: rotate(25deg) translateY(0px);
    }

    50%{
        transform: rotate(35deg) translateY(-15px);
    }

    100%{
        transform: rotate(25deg) translateY(0px);
    }

}
/*** Hero Header End ***/
/* first psge complete css code------------------- */






/*** Contact Start ***/
.contact {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

.contact::after {
    content: "";
    position: absolute;
    top: 10%;
    left: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveLeft 50s linear infinite;
    z-index: 1;
}

@keyframes ContactMoveLeft {
    0%   {left: 0px;}
    25%   {top: 100px;}
    50%   {left: 90%;}
    75%   {top: 80%;}
    100%  {left: 0px;}
}

.contact::before {
    content: "";
    position: absolute;
    top: 10%;
    right: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveRight 50s linear infinite;
    z-index: 1;
}

@keyframes ContactMoveRight {
    0%   {right: 0px;}
    25%   {top: 100px;}
    50%   {right: 90%;}
    75%   {top: 80%;}
    100%  {right: 0px;}
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-dark);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/



/* VAN about button */
/* =========================
   MODERN BUTTON
========================= */

.button2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    position: relative;
    overflow: hidden;

    padding: 12px 26px;

    border-radius: 14px;

    text-decoration: none;

    font-size: 15px;
    font-weight: 200;

    color: #111;

    background: #97c8df;

    border: 1px solid #e8e8e8;

    transition: 0.4s ease;

    box-shadow:
        6px 6px 12px #cfcfcf,
        -6px -6px 12px #ffffff;

    z-index: 1;
}

/* Text */

.button2 .text{
    position: relative;
    z-index: 2;
}

/* Icon */

.button2 i{
    font-size: 14px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

/* Before Effect */

.button2::before{
    content: "";

    position: absolute;

    width: 140%;
    height: 180%;

    background: linear-gradient(
        135deg,
        #1e4d6f
        #007ab3
    );

    border-radius: 50%;

    top: 100%;
    left: 50%;

    transform:
    translateX(-50%)
    scaleX(1.2)
    scaleY(1);

    transition: 0.5s;
    z-index: -1;
}

/* Hover */

.button2:hover{
    color: #fff;
    transform: translateY(-4px);
}

/* Hover Animation */

.button2:hover::before{
    top: -40%;
}

/* Icon Move */

.button2:hover i{
    transform: translateX(4px);
}

/* Click Effect */

.button2:active{
    transform: scale(0.96);
}
/* about image style */
.RotateMoveLeft img{
    width: 115% !important;
    max-width: 115%;
    height: 450px;
    object-fit: contain;
    margin-top: -100px;
}

.about-img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.about-img img{
    width: 700px;
    max-width: 1000px;
}


.about-section p{
      font-size: 15px;
    line-height: 1.9;
    color: #000000;
    margin-bottom: 35px;
    text-align: justify;
}


/* Mobile Top Space Remove */

@media (max-width: 767px){

    .container-fluid.overflow-hidden.py-1{
        margin-top: 0 !important;
        padding-top: 10px !important;
    }

    .container.py-5{
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }

    /* Image & Content Gap Reduce */

    .about-img{
        margin-bottom: 15px !important;
    }

    .about-section{
        margin-top: 0 !important;
    }

    .row.g-5{
        --bs-gutter-y: 1rem !important;
    }

    /* Heading Size */

    .about-section h1{
        font-size: 30px;
        line-height: 1.3;
    }

    /* Paragraph */

    .about-section p{
        margin-bottom: 20px !important;
    }
}

/* About section end */

/* Van servicess SECTION CSS CODE */

/* MODERN SERVICE CARD */

.container-fluid.service{
    padding-top: 10px;
}
.modern-service-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px 10px;
    background: #e5ecf0;
    color: rgb(5, 4, 4);
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
}

/* Circle Animation */

.modern-service-card::after{
    content: "";
    width: 500px;
    height: 500px;
    border-radius: 50%;
    /* background: linear-gradient(135deg, #8fb7f1, #4dafff); */
    background: #1e4d6f  ;
  
    position: absolute;
    right: 260px;
    transition: right 0.5s ease;
    z-index: 1;
}




.modern-service-card:hover p{
    color: #ffffff;
}
.modern-service-card:hover h4{
    color: #3ed6eb !important;
    position: relative;
    z-index: 999;
}

/* Hover */

.modern-service-card:hover::after{
    right: -160px;
}

.modern-service-card:hover{
    color: #023047;
    transform: translateY(-8px);
}

/* Content Above Animation */

.modern-service-card *{
    position: relative;
    z-index: 10;
}

/* Icon */

.service-icon{
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 40px;
    backdrop-filter: blur(10px);
}

/* Heading */

.modern-service-card h4{
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 15px;
}

/* Paragraph */
.text-center p{
       font-size: 15px;
    line-height: 1.9;
    color: #000000;
    margin-bottom: 35px;
    
}

.modern-service-card h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000 !important;   /* Dark Black */
}

/* Button */

.service-btn{
    display: inline-block;
    padding: 8px 15px;
    background: #fff;
    color: #0c1216;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 200;
    transition: 0.4s ease;
}

/* Button Hover */

.service-btn:hover{
    background: #023047;
    color: #fff;
}.service{
    position: relative;
    overflow: hidden;
    padding: 80px 0;

   
   background:
        linear-gradient(135deg,
        #f4f7ff 0%,
        #dbeafe 35%,
        #c7d2fe 70%,
        #eef2ff 100%);
}

/* BIG BALLS */

.service::before{
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.35);
    border-radius: 50%;
    top: 120px;
    left: 120px;

    box-shadow:
        250px -40px rgba(255,255,255,0.25),
        700px 20px rgba(255,255,255,0.30),
        1050px 180px rgba(255,255,255,0.25),
        350px 320px rgba(255,255,255,0.25),
        850px 420px rgba(255,255,255,0.20);
}

/* SMALL BALLS */

.service::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
    top: 80px;
    left: 260px;

    box-shadow:
        500px 300px rgba(255,255,255,0.20),
        900px 120px rgba(255,255,255,0.20),
        200px 420px rgba(255,255,255,0.20),
        700px 500px rgba(255,255,255,0.20);
}

/* service image style color code */
.service-icon{
    width: 90px;
    height: 90px;
    border-radius: 20px;

    /* Light Blue + Dark Blue Gradient */
    background: linear-gradient(135deg, #4dafff, #1e4d6f);

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    font-size: 40px;
    color: #ffffff;   /* icon white */
}
   

/* about name color */
.text-primary{
    color: #47c6f7 !important;
}



.text-secondary {
    color:#1e4d6f   !important;
}


/* van feature style */
/*  */
.feature-text{
       font-size: 15px;
    line-height: 1.9;
    color: #000000;
    margin-bottom: 35px;
    text-align: justify;
}

/* van our feature box code style */
/* GLASSMORPHISM FEATURE CARD */
/* FEATURE CARD */

.feature-card{
    --bg: #f4f8ff;
    --contrast: #ffffff;
    --grey: #b8c7db;

    position: relative;
    padding: 10px;
    border-radius: 35px;
    background: var(--bg);

    /* SIDE BORDER COLOR */
    border: 2px solid rgba(77,175,255,0.25);

    box-shadow:
        rgba(50, 50, 93, 0.20) 0px 25px 50px -12px,
        rgba(0, 0, 0, 0.15) 0px 18px 35px -18px,
        rgba(10, 37, 64, 0.15) 0px -2px 6px inset;

    overflow: hidden;
    transition: 0.5s ease;
    height: 100%;
}

/* LEFT GLOW BORDER */

.feature-card::after{
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: 6px;
    height: 80%;
    border-radius: 20px;

    background: linear-gradient(
        to bottom,
        /* #4dafff, */
        #1e4d6f, 
        #2563eb
        /* #1e4d6f   */
    );

    box-shadow: 0 0 20px rgba(37,99,235,0.4);
}

/* OVERLAY EFFECT */

.feature-card::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        repeating-conic-gradient(
            var(--bg) 0.0000001%,
            var(--grey) 0.000104%
        )
        60% 60% / 600% 600%;

    filter: opacity(10%) contrast(105%);
}

/* INNER BOX */

.feature-inner{
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: var(--contrast);

    border-radius: 28px;
    padding: 40px 25px;
    text-align: center;
    height: 100%;
}

/* HOVER */

.feature-card:hover{
    transform: translateY(-12px);
    border-color: rgba(37,99,235,0.5);

    box-shadow:
        rgba(37,99,235,0.20) 0px 25px 50px -12px,
        rgba(37,99,235,0.15) 0px 18px 35px -18px;
}

/* ICON */

.feature-icon{
    width: 95px;
    height: 95px;
    border-radius: 25px;

    background:#1e4d6f  ;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    box-shadow: 0 10px 30px rgba(37,99,235,0.25);
}

/* ICON STYLE */

.feature-icon i{
    font-size: 42px;
    color: #fff;
}

/* TITLE */

.feature-content h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0f172a;
}

/* PARAGRAPH */

.feature-content p{
      font-size: 15px;
    line-height: 1.9;
    color: #000000;
    margin-bottom: 35px;
    /* text-align: justify; */
}


/* van about name style */
.about-subtitle{
    color: #25cdeb;
    padding: 10px 22px;

   
}

/* van feature 2 style code  */

/* Feature Section Background */

.feature-wrapper{
    position: relative;
    overflow: hidden;
    /* padding: 40px 30px; */
    /* border-radius: 40px; */

    background: linear-gradient(to right, #dce6f3, #b8c9e2);

    box-shadow:
        0 10px 30px rgba(0,0,0,0.05);
}

/* Optional Floating Circles */

.feature-wrapper::before{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.25);
    border-radius: 50%;
    top: -120px;
    right: -80px;
}

.feature-wrapper::after{
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255,255,255,0.18);
    border-radius: 50%;
    bottom: -80px;
    left: -60px;
}
/* Content Above Background */

.feature-wrapper *{
    position: relative;
    z-index: 2;
}
/* Large Laptop / Desktop */
@media (max-width: 1200px){

    .feature-wrapper{
        padding: 60px 40px;
    }

    .feature-wrapper h1{
        font-size: 42px;
    }
}


/* Tablet */
@media (max-width: 991px){

    .feature-wrapper{
        padding: 50px 30px;
    }

    .feature-wrapper h1{
        font-size: 36px;
        line-height: 1.3;
        text-align: center;
    }

    .feature-img{
        margin-bottom: 40px;
        text-align: center;
    }
}


/* Mobile */
@media (max-width: 767px){

    .feature-wrapper{
        padding: 40px 20px;
    }

    .feature-wrapper h1{
        font-size: 28px;
        line-height: 1.4;
    }

    .feature-wrapper p{
        font-size: 15px;
    }

    .feature-wrapper .col-6{
        width: 100%;
        margin-bottom: 20px;
    }

    .feature-wrapper::before{
        width: 150px;
        height: 150px;
    }

    .feature-wrapper::after{
        width: 120px;
        height: 120px;
    }
}


/* Small Mobile */
@media (max-width: 480px){

    .feature-wrapper{
        padding: 30px 15px;
    }

    .feature-wrapper h1{
        font-size: 24px;
    }

    .feature-wrapper p{
        font-size: 14px;
    }
}

.feature-img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-img img{
    max-width: 100%;
    height: auto;
}

/* van feature code end */


.custom-btn{
    display: inline-block;
    padding: 14px 34px;

    background: linear-gradient(135deg, #0d6efd, #1e4d6f);

    color: #fff;

    font-size: 15px;

    font-weight: 400;   /* Light Font */

    letter-spacing: 0.3px;

    font-family: 'Poppins', sans-serif;

    border-radius: 50px;

    text-decoration: none;

    transition: 0.4s ease;

    box-shadow: 0 10px 25px rgba(13,110,253,0.25);

    position: relative;

    overflow: hidden;
}

.custom-btn:hover{
    transform: translateY(-4px);
    color: #fff;
    box-shadow: 0 14px 30px rgba(13,110,253,0.35);
}

.custom-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    transition: 0.5s;
}

.custom-btn:hover::before{
    left: 100%;
}

/* =========================
   INDUSTRIES SECTION
========================= */

.industries-section{
    /* background: linear-gradient(135deg,#071a35,#0b2347,#071d3a); */
    padding: 100px 0;
}

/* Left Content */

.industry-content h2{
    color: #0f0e0e;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.industry-content h2 span{
    /* color: rgb(143, 183, 241) */
    color: #1e4d6f;
}

.industry-content p{
    color: #040505;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 35px;
    text-align: justify;
}



.industry-btn:hover{
    transform: translateY(-5px);
    color: #fff;
}

/* =========================
   CARD STYLE
========================= */

.industry-card{
    height: 100%;
    padding: 20px 15px;
    border-radius: 30px;
    background: rgba(255,255,255,0.08);

    box-shadow:
    rgba(50, 50, 93, 0.25) 0px 30px 50px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 26px -18px inset;

    backdrop-filter: blur(12px);

    transition: 0.4s;
    border: 1px solid rgba(255,255,255,0.08);
}

/* Hover */

.industry-card:hover{
    transform: translateY(-10px);
    box-shadow:
    rgba(50, 50, 93, 0.35) 0px 30px 50px -12px inset,
    rgba(0, 0, 0, 0.4) 0px 18px 26px -18px inset,
    0 15px 35px rgba(0,0,0,0.25);
}

/* Icon */

.icon-box{
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box i{
    color:  #1e4d6f;
    font-size: 30px;
}

/* Title */

.industry-card h4{
    color: #0a0909;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

/* Paragraph */

.industry-card p{
    color: #010203;
    line-height: 1.9;
    font-size: 15px;
    margin-bottom: 22px;
}

/* Link */

.industry-card a{
    color:  #4dafff;
    text-decoration: none;
    font-weight: 200;
    transition: 0.3s;
}

.industry-card a:hover{
    letter-spacing: 1px;
}
/* .industries-section{
    background: linear-gradient(135deg, #071120, #0b172a, #132238);
} */
.industries-section{
    background:
        linear-gradient(135deg,
        #f4f7ff 0%,
        #dbeafe 35%,
        #c7d2fe 70%,
        #eef2ff 100%);
}
/* Responsive */

@media(max-width:991px){

    .industry-content{
        margin-bottom: 50px;
    }

    .industry-content h2{
        font-size: 40px;
    }
}




/*  */


/* =========================
   CUSTOM ACCORDION
========================= */

.custom-accordion .accordion-item{
    background: #fff;
    border-radius: 18px;
    overflow: hidden;

    box-shadow:
    0 10px 30px rgba(0,0,0,0.08);
}

/* Button */

.custom-accordion .accordion-button{

    background: #ffffff;

    color: #111;

    font-size: 18px;
    font-weight: 600;

    padding: 22px 25px;

    box-shadow: none;
}

/* Active */

.custom-accordion .accordion-button:not(.collapsed){

    background:
    linear-gradient(135deg, #1e4d6f,#76c9f0);
    /* linear-gradient(135deg, #4dafff,#1e4d6f); */
    /* linear-gradient(135deg,#4dafff,#76c9f0); */

    color: #fff;
}

/* Icon */

.custom-accordion .accordion-button::after{
    filter: brightness(0) invert(1);
}

/* Body */

.custom-accordion .accordion-body{
    padding: 25px;
    background: #fff;
}

/* Title */

.custom-accordion .accordion-body h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #007ab3;
}

/* Paragraph */

.custom-accordion .accordion-body p{
    color: #0a0909;
    line-height: 1.8;
    margin-bottom: 15px;
    /* text-align: justify; */
}
/* Floating + Rotate */

.FAQ-img{
    animation: moveImage 5s ease-in-out infinite;
}

@keyframes moveImage{

    0%{
        transform: translateY(0px) rotate(0deg);
    }

    50%{
        transform: translateY(-18px) rotate(2deg);
    }

    100%{
        transform: translateY(0px) rotate(0deg);
    }
}



/* =========================
   FEATURE BUTTON
========================= */
/* =========================
   FEATURE BUTTON STYLE
========================= */

.button2{

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    position: relative;
    overflow: hidden;

    z-index: 1;

    color: #090909;
    text-decoration: none;

    cursor: pointer;

    /* Button Size */
    padding: 10px 22px;

    margin: 0 6px;

    font-size: 14px;
    font-weight: 600;

    border-radius: 12px;

    background: #97c8df;

    border: 1px solid #e8e8e8;

    transition: all 0.3s ease-in;

    box-shadow:
        4px 4px 10px #c5c5c5,
        -4px -4px 10px #ffffff;
}


/* Icon */

.button2 i{
    font-size: 13px;
    transition: 0.3s;
}


/* Click Effect */

.button2:active{

    color: #666;

    box-shadow:
        inset 3px 3px 8px #c5c5c5,
        inset -3px -3px 8px #ffffff;
}


/* Before Animation */

.button2:before{

    content: "";

    position: absolute;

    left: 50%;
    top: 100%;

    width: 140%;
    height: 180%;

    transform:
    translateX(-50%)
    scaleY(1)
    scaleX(1.25);

    background-color: rgba(0,0,0,0.05);

    border-radius: 50%;

    transition:
    all 0.5s 0.1s cubic-bezier(0.55,0,0.1,1);

    z-index: -1;
}


/* After Animation */

.button2:after{

    content: "";

    position: absolute;

    left: 55%;
    top: 180%;

    width: 160%;
    height: 190%;

    transform:
    translateX(-50%)
    scaleY(1)
    scaleX(1.45);

    background:
    /* linear-gradient(135deg,#4dafff,#007ab3); */
    linear-gradient(135deg,#4dafff,#1e4d6f);

    border-radius: 50%;

    transition:
    all 0.5s 0.1s cubic-bezier(0.55,0,0.1,1);

    z-index: -1;
}


/* Hover Effect */

.button2:hover{

    color: #fff;

    border: 1px solid #007390;

    transform: translateY(-3px);
}


/* Hover Before */

.button2:hover:before{

    top: -35%;

    background:
    linear-gradient(135deg,#4dafff,#007ab3);

    transform:
    translateX(-50%)
    scaleY(1.3)
    scaleX(0.8);
}


/* Hover After */

.button2:hover:after{

    top: -45%;

    background-color: #009087;

    transform:
    translateX(-50%)
    scaleY(1.3)
    scaleX(0.8);
}


/* Hover Icon */

.button2:hover i{
    transform: translateX(4px);
}


/* Mobile */

@media(max-width:576px){

    .button2{
        font-size: 12px;
        padding: 8px 18px;
    }
}


/* =========================
   READ MORE BUTTON
========================= */

.custom-btn{

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    position: relative;
    overflow: hidden;

    z-index: 1;

    color: #090909;
    text-decoration: none;

    cursor: pointer;

    /* Button Size */
    padding: 8px 18px;

    margin: 0 6px;

    font-size: 13px;
    font-weight: 600;

    border-radius: 10px;

    background: #97c8df;

    border: 1px solid #e8e8e8;

    transition: all 0.3s ease-in;

    box-shadow:
        4px 4px 10px #c5c5c5,
        -4px -4px 10px #ffffff;
}


/* Icon */

.custom-btn i{
    font-size: 12px;
    transition: 0.3s;
}


/* Click Effect */

.custom-btn:active{

    color: #666;

    box-shadow:
        inset 3px 3px 8px #c5c5c5,
        inset -3px -3px 8px #ffffff;
}


/* Before Animation */

.custom-btn:before{

    content: "";

    position: absolute;

    left: 50%;
    top: 100%;

    width: 140%;
    height: 180%;

    transform:
    translateX(-50%)
    scaleY(1)
    scaleX(1.25);

    background-color: rgba(0,0,0,0.05);

    border-radius: 50%;

    transition:
    all 0.5s 0.1s cubic-bezier(0.55,0,0.1,1);

    z-index: -1;
}


/* After Animation */

.custom-btn:after{

    content: "";

    position: absolute;

    left: 55%;
    top: 180%;

    width: 160%;
    height: 190%;

    transform:
    translateX(-50%)
    scaleY(1)
    scaleX(1.45);

    background:
    linear-gradient(135deg,#4dafff,#007ab3);

    border-radius: 50%;

    transition:
    all 0.5s 0.1s cubic-bezier(0.55,0,0.1,1);

    z-index: -1;
}


/* Hover Effect */

.custom-btn:hover{

    color: #fff;

    border: 1px solid #007390;

    transform: translateY(-3px);
}


/* Hover Before */

.custom-btn:hover:before{

    top: -35%;

    background:
    linear-gradient(135deg,#4dafff,#007ab3);

    transform:
    translateX(-50%)
    scaleY(1.3)
    scaleX(0.8);
}


/* Hover After */

.custom-btn:hover:after{

    top: -45%;

    background-color: #009087;

    transform:
    translateX(-50%)
    scaleY(1.3)
    scaleX(0.8);
}


/* Hover Icon */

.custom-btn:hover i{
    transform: translateX(4px);
}


/* Mobile */

@media(max-width:576px){

    .custom-btn{

        font-size: 12px;
        padding: 7px 16px;
    }
}


/* =========================
   INDUSTRY BUTTON
========================= */

.industry-btn{

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    position: relative;
    overflow: hidden;

    z-index: 1;

    color: #090909;
    text-decoration: none;

    cursor: pointer;

    /* Button Size */
    padding: 10px 22px;

    margin-top: 15px;

    font-size: 14px;
    font-weight: 500;

    border-radius: 12px;

    background: #97c8df;

    border: 1px solid #e8e8e8;

    transition: all 0.3s ease-in;

    box-shadow:
        4px 4px 10px #c5c5c5,
        -4px -4px 10px #ffffff;
}


/* Icon */

.industry-btn i{

    font-size: 13px;

    transition: 0.3s;
}


/* Click Effect */

.industry-btn:active{

    color: #666;

    box-shadow:
        inset 3px 3px 8px #c5c5c5,
        inset -3px -3px 8px #ffffff;
}


/* Before Animation */

.industry-btn:before{

    content: "";

    position: absolute;

    left: 50%;
    top: 100%;

    width: 140%;
    height: 180%;

    transform:
    translateX(-50%)
    scaleY(1)
    scaleX(1.25);

    background-color: rgba(0,0,0,0.05);

    border-radius: 50%;

    transition:
    all 0.5s 0.1s cubic-bezier(0.55,0,0.1,1);

    z-index: -1;
}


/* After Animation */

.industry-btn:after{

    content: "";

    position: absolute;

    left: 55%;
    top: 180%;

    width: 160%;
    height: 190%;

    transform:
    translateX(-50%)
    scaleY(1)
    scaleX(1.45);

    background:
    linear-gradient(135deg,#4dafff,#1e4d6f);

    border-radius: 50%;

    transition:
    all 0.5s 0.1s cubic-bezier(0.55,0,0.1,1);

    z-index: -1;
}


/* Hover Effect */

.industry-btn:hover{

    color: #fff;

    border: 1px solid #007390;

    transform: translateY(-3px);
}


/* Hover Before */

.industry-btn:hover:before{

    top: -35%;

    background:
    linear-gradient(135deg,#4dafff,#007ab3);

    transform:
    translateX(-50%)
    scaleY(1.3)
    scaleX(0.8);
}


/* Hover After */

.industry-btn:hover:after{

    top: -45%;

    background-color: #009087;

    transform:
    translateX(-50%)
    scaleY(1.3)
    scaleX(0.8);
}


/* Hover Icon */

.industry-btn:hover i{
    transform: translateX(4px);
}


/* Mobile */

@media(max-width:576px){

    .industry-btn{

        font-size: 12px;
        padding: 8px 18px;
    }
}




/* =========================
   CONTACT SECTION
========================= */

.contact-section{

    background:
    linear-gradient(135deg,#f5f9ff,#eef5ff);

    position: relative;

    overflow: hidden;
}


/* Wrapper */

.contact-wrapper{

    background: #fff;

    border-radius: 30px;

    padding: 60px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.08);
}


/* Left Image */

.contact-image img{

    max-width: 100%;

    animation: floatImage 4s ease-in-out infinite;
}


/* Floating Animation */

@keyframes floatImage{

    0%{
        transform: translateY(0px);
    }

    50%{
        transform: translateY(-12px);
    }

    100%{
        transform: translateY(0px);
    }
}


/* Contact Tag */

.contact-tag{

    display: inline-block;

    padding: 6px 16px;

    border-radius: 30px;

    background: rgba(13,110,253,0.1);

    color: #0d6efd;

    font-size: 13px;

    font-weight: 600;

    margin-bottom: 15px;
}


/* Heading */

.contact-form-box h2{

    font-size: 38px;

    font-weight: 700;

    color: #111;

    margin-bottom: 15px;
}


/* Paragraph */

.contact-form-box p{

    color: #666;

    font-size: 15px;

    line-height: 1.8;

    margin-bottom: 25px;
}


/* Input */
.custom-input{

    height: 58px;

    border-radius: 16px;

    border: 1px solid #dbe7ff;

    padding: 14px 20px;

    font-size: 15px;

    font-weight: 500;

    color: #111;

    background: rgba(255,255,255,0.9);

    backdrop-filter: blur(10px);

    box-shadow:
        0 4px 12px rgba(0,0,0,0.04);

    transition: all 0.3s ease;
}


/* Placeholder */

.custom-input::placeholder{

    color: #8a8a8a;

    font-weight: 400;
}


/* Hover */

.custom-input:hover{

    border-color: #9ec5ff;

    transform: translateY(-1px);

    box-shadow:
        0 8px 20px rgba(13,110,253,0.08);
}


/* Focus */

.custom-input:focus{

    border-color: #0d6efd;

    background: #fff;

    box-shadow:
        0 0 0 5px rgba(13,110,253,0.10),
        0 10px 25px rgba(13,110,253,0.08) !important;

    transform: translateY(-2px);
}


/* Textarea */

textarea.custom-input{

    height: auto;

    min-height: 140px;

    resize: none;

    padding-top: 18px;
}


/* Select */

select.custom-input{

    cursor: pointer;
}


/* Textarea */

textarea.custom-input{

    height: auto;

    resize: none;
}


/* Focus */

.custom-input:focus{

    border-color: #9cbdf0;

    box-shadow:
    0 0 0 4px rgba(13,110,253,0.10) !important;
}


/* Submit Button */

.submit-btn{

    border: none;

    outline: none;

    padding: 14px 28px;

    border-radius: 14px;

    background:
    linear-gradient(135deg,#4dafff,#007ab3);

    color: #fff;

    font-size: 15px;

    font-weight: 600;

    transition: 0.3s;

    display: inline-flex;

    align-items: center;

    gap: 10px;

    box-shadow:
    0 10px 25px rgba(0,123,255,0.25);
}


/* Hover */

.submit-btn:hover{

    transform: translateY(-3px);

    box-shadow:
    0 15px 30px rgba(0,123,255,0.35);
}


/* Responsive */

@media(max-width:991px){

    .contact-wrapper{

        padding: 35px;
    }

    .contact-form-box h2{

        font-size: 30px;
    }

    .contact-image{

        margin-bottom: 20px;
    }
}


@media(max-width:576px){

    .contact-wrapper{

        padding: 25px;
    }

    .contact-form-box h2{

        font-size: 25px;
    }

    .submit-btn{

        width: 100%;

        justify-content: center;
    }
}



/* =========================
   COPYRIGHT SECTION
========================= */

.copyright{

    background: #0b1120;

    border-top: 1px solid rgba(255,255,255,0.08);
}


/* Main Text */

.footer-copy{

    color: rgba(255,255,255,0.75);

    font-size: 15px;

    font-weight: 400;

    letter-spacing: 0.3px;

    text-align: center;
}


/* Company Name */

.company-name{

    color: #4dafff;

    font-weight: 600;

    transition: 0.3s ease;
}

.company-name:hover{

    color: #fff;

    text-shadow: 0 0 10px rgba(77,175,255,0.7);
}


/* Designed Text */

.footer-designed{

    color: rgba(255,255,255,0.70);

    font-size: 14px;

    text-align: center;
}


/* Heart Animation */

.footer-designed i{

    color: #ff4d6d;

    margin: 0 4px;

    animation: pulseHeart 1.5s infinite;
}


@keyframes pulseHeart{

    0%{
        transform: scale(1);
    }

    50%{
        transform: scale(1.2);
    }

    100%{
        transform: scale(1);
    }
}


/* Mobile */

@media(max-width:576px){

    .footer-copy{

        font-size: 13px;
        line-height: 1.8;
    }

    .footer-designed{

        font-size: 12px;
    }
}





*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Plus Jakarta Sans',sans-serif;
    background:#f4f7fb;
}

/* SECTION */

.pro-contact-section{

    width:100%;
    min-height:100vh;

    display:flex;
    align-items:center;
    justify-content:center;

    gap:50px;

    padding:60px 8%;

    background:
    linear-gradient(135deg,#f8fbff,#eef4ff);
}

/* LEFT */

.pro-form-box{

    flex:1;

    background:#fff;

    padding:45px;

    border-radius:28px;

    box-shadow:
    0 15px 40px rgba(0,0,0,0.08);
}

.form-tag{

    display:inline-block;

    padding:8px 16px;

    border-radius:30px;

    background:#e8f2ff;

    color:#0066cc;

    font-size:13px;
    font-weight:600;

    margin-bottom:20px;
}

.pro-form-box h2{

    font-size:42px;
    line-height:1.2;

    color:#111;

    margin-bottom:15px;
}

.pro-form-box h2 span{
    color:#0d8bff;
}

.form-desc{

    color:#666;
    font-size:15px;

    line-height:1.7;

    margin-bottom:30px;
}

/* GRID */

.form-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

/* INPUT */

.input-group{
    margin-bottom:22px;
}

.input-group label{

    display:block;

    margin-bottom:8px;

    font-size:14px;
    font-weight:600;

    color:#222;
}

.input-group input,
.input-group textarea{

    width:100%;

    border:none;
    outline:none;

    padding:16px 18px;

    border-radius:14px;

    background:#f5f7fb;

    font-size:15px;

    transition:0.3s;
}

.input-group input:focus,
.input-group textarea:focus{

    background:#fff;

    border:1px solid #2196f3;

    box-shadow:
    0 0 0 4px rgba(33,150,243,0.10);
}

/* BUTTON */

.submit-btn{

    border:none;
    outline:none;

    padding:16px 28px;

    border-radius:14px;

    background:
    linear-gradient(135deg,#2196f3,#005bea);

    color:#fff;

    font-size:15px;
    font-weight:600;

    cursor:pointer;

    transition:0.3s;
}

.submit-btn:hover{

    transform:translateY(-3px);

    box-shadow:
    0 10px 25px rgba(33,150,243,0.35);
}

/* RIGHT */

.pro-image-box{

    flex:1;

    display:flex;
    align-items:center;
    justify-content:center;
}

.pro-image-box img{

    width:100%;
    max-width:580px;

    border-radius:30px;

    object-fit:cover;

    box-shadow:
    0 20px 50px rgba(0,0,0,0.15);
}

/* MOBILE */

@media(max-width:992px){

    .pro-contact-section{
        flex-direction:column;
    }

    .form-grid{
        grid-template-columns:1fr;
    }

    .pro-form-box h2{
        font-size:32px;
    }
}




/*** Footer Start ***/
.footer {
    background: #e8edee !important;
    color: #444 !important;
}

.footer-heading {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #222 !important;
}

.footer-item p,
.footer-item a {
    color: #464646 !important;
    line-height: 2 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    display: block !important;
}

.copyright {
    background: #e8edee !important;
    font-size: 12px !important;
    color: #333 !important;
}

.copyright .col-md-9 {
    text-align: left !important;
    padding-left: 100px !important;
    font-size: 12px !important;
    color: #333 !important;
}

.social-icons a {
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important;
    text-decoration: none !important;
}

/* Twitter */
.social-icons a .fa-twitter {
    color: #1DA1F2 !important;
}

/* Facebook */
.social-icons a .fa-facebook-f {
    color: #1877F2 !important;
}

/* LinkedIn */
.social-icons a .fa-linkedin-in {
    color: #0A66C2 !important;
}

/* Instagram */
.social-icons a .fa-instagram {
    color: #E4405F !important;
}

/* YouTube */
.social-icons a .fa-youtube {
    color: #FF0000 !important;
}

.social-icons a:hover {
    transform: translateY(-3px) !important;
    transition: 0.3s ease !important;
}

/* Desktop */
@media (min-width: 992px) {
    .copyright .col-md-9 {
        font-size: 12px !important;
        text-align: left !important;
        padding-left: 40px !important;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .copyright .col-md-9 {
        font-size: 12px !important;
        text-align: center !important;
        padding-left: 0 !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .copyright .col-md-9 {
        font-size: 11px !important;
        text-align: center !important;
        padding-left: 0 !important;
        margin-top: 10px !important;
        line-height: 1.6 !important;
    }

    .copyright-logo {
        max-height: 50px !important;
        margin-bottom: 10px !important;
    }
}
/* Footer End */

/* =========================
   COPYRIGHT SECTION
========================= */

.copyright {
    background: #e8edee !important;
    color: #222 !important;
    font-size: 12px !important;
    padding: 15px 0 !important;
    border-top: 1px solid #d9d9d9 !important;
}

.copyright .row {
    min-height: 70px !important;
    display: flex !important;
    align-items: center !important;
}

.copyright-logo {
    max-height: 65px !important;
    width: auto !important;
}

.pdf-logo {
    max-height: 55px !important;
    width: auto !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.pdf-logo:hover {
    transform: scale(1.05) !important;
}

.copyright-text {
    text-align: center !important;
    font-size: 12px !important;
    color: #222 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

/* =========================
   LARGE DESKTOP
========================= */

@media (min-width: 1400px) {

    .copyright-logo {
        max-height: 70px !important;
    }

    .pdf-logo {
        max-height: 60px !important;
    }

    .copyright-text {
        font-size: 12px !important;
    }
}

/* =========================
   LAPTOP
========================= */

@media (min-width: 992px) and (max-width: 1399px) {

    .copyright-logo {
        max-height: 60px !important;
    }

    .pdf-logo {
        max-height: 50px !important;
    }

    .copyright-text {
        font-size: 12px !important;
    }
}

/* =========================
   TABLET
========================= */

@media (min-width: 768px) and (max-width: 991px) {

    .copyright {
        text-align: center !important;
    }

    .copyright-logo {
        max-height: 55px !important;
    }

    .pdf-logo {
        max-height: 45px !important;
    }

    .copyright-text {
        font-size: 11px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .copyright {
        text-align: center !important;
        padding: 15px 0 !important;
    }

    .copyright .row {
        display: block !important;
    }

    .copyright-logo {
        max-height: 50px !important;
        margin-bottom: 10px !important;
    }

    .pdf-logo {
        max-height: 40px !important;
        margin-top: 10px !important;
    }

    .copyright-text {
        font-size: 11px !important;
        line-height: 1.6 !important;
        padding: 0 10px !important;
        margin: 10px 0 !important;
    }
}
/* COPYRIGHTS END */

/* HEADER START*/
/* =========================
   NAVBAR CSS
========================= */
/* Navbar */
.custom-navbar {
    background: #fff !important;
    padding: 12px 50px !important;
    box-shadow: none !important;
}

/* Logo */
.logo-img {
    height: 65px !important;
    width: auto !important;
}

/* Menu Alignment */
.navbar-collapse {
    justify-content: center !important;
}

.navbar-nav {
    align-items: center !important;
    gap: 12px !important;
}

/* Menu Links */
.navbar-nav .nav-link {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 10px !important;
    white-space: nowrap !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #1789C8 !important;
}

/* Get Quote Button */
.call-btn {
    margin-left: 30px !important;
    padding: 10px 24px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;

    background-image: linear-gradient(
        156deg,
        #1789C8 39%,
        #7CCDF7 94%
    ) !important;
}

.call-btn:hover {
    color: #fff !important;
}

/* =========================
   Large Desktop (1400px+)
========================= */
@media (min-width: 1400px) {

    .navbar-nav {
        gap: 18px !important;
    }

    .navbar-nav .nav-link {
        font-size: 14px !important;
        padding: 0 10px !important;
    }

    .call-btn {
        margin-left: 30px !important;
    }
}

/* =========================
   Laptop (1024px - 1399px)
========================= */
@media (min-width: 1024px) and (max-width: 1399px) {

    .custom-navbar {
        padding: 12px 25px !important;
    }

    .logo-img {
        height: 60px !important;
        width: auto !important;
    }

    .navbar-collapse {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    .navbar-nav {
        margin: 0 auto !important;
        gap: 8px !important;
        align-items: center !important;
    }

    .navbar-nav .nav-link {
        font-size: 13px !important;
        padding: 0 8px !important;
        white-space: nowrap !important;
    }

    .call-btn {
        margin-left: 20px !important;
        padding: 9px 18px !important;
        font-size: 12px !important;
        flex-shrink: 0 !important;
    }
}
/* =========================
   Desktop (992px - 1023px)
========================= */
@media (min-width: 992px) and (max-width: 1023px) {

    .custom-navbar {
        padding: 10px 15px !important;
    }

    .logo-img {
        height: 55px !important;
    }

    .navbar-nav {
        margin-left: 10px !important;
        gap: 2px !important;
    }

    .navbar-nav .nav-link {
        font-size: 12px !important;
        padding: 0 4px !important;
    }

    .call-btn {
        margin-left: 10px !important;
        padding: 8px 14px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {

    .custom-navbar {
        padding: 10px 15px !important;
        background: #fff !important;
    }

    .logo-img {
        height: 50px !important;
        width: auto !important;
    }

    .navbar-toggler {
        border: none !important;
        box-shadow: none !important;
        padding: 5px 8px !important;
    }

    .navbar-collapse {
        margin-top: 15px !important;
        text-align: center !important;
        background: #fff !important;
        padding: 10px 0 !important;
    }

    .navbar-nav {
        width: 100% !important;
        margin: 0 auto !important;
        align-items: center !important;
        gap: 0 !important;
    }

    .navbar-nav .nav-link {
        display: block !important;
        width: 100% !important;
        padding: 12px 0 !important;
        font-size: 14px !important;
        text-align: center !important;
    }

    .call-btn {
        display: table !important;
        margin: 15px auto !important;
        padding: 10px 22px !important;
        font-size: 13px !important;
        text-align: center !important;
    }
}
/*** Navbar End ***/
/* HEADER END */