* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#Navbar {
    background-color: #040012 !important;
}

#Navbar .navbar-brand {
    width: 18%;
}

#Navbar .nav-logo {
    width: 60%;
}

#Navbar .custom-btn {
    transition: 0.3s ease;
}

#Navbar .custom-btn:hover {
    background-color: #e6e6e6;
}

#navbarMenu .navbar-nav {
    padding: 0 15px;
    border: 2px solid #2DC4ED;
    border-radius: 20px;
    justify-content: space-between;
}

#navbarMenu a {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

#navbarMenu a:hover {
    color: #2DC4ED;
    transition: color 0.3s ease;
}

#navbarMenu a.active {
    color: #2DC4ED;
}


#Navbar .toggle input,
#Navbar .toggle-2 input {
    display: none;
}

/* Outer background */
#Navbar .toggle,
#Navbar .toggle-2 {
    /* width: 55px;
    height: 25px;
    background: #3bc4ed;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    display: inline-block; */
    display: none;
}

/* Circle button */
/* #Navbar .slider {
    width: 15px;
    height: 15px;
    background: #163b74;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: 0.25s ease-in-out;
}


#Navbar .toggle input:checked+.slider,
#Navbar .toggle-2 input:checked+.slider {
    transform: translateX(30px);
} */


#Navbar .toggle-btn {
    width: 20%;
    text-align: end;
}

#Navbar .toggle-btn-2 {
    padding: 5px 0;
    width: 20%;
    text-align: start;
    display: none;
}

.navbar-toggler {
    padding: 5px 10px !important;
   background: #2DC4ED !important;
}


/* hero-section */

#home-Hero {
    position: relative;
    padding-top: 120px;
    padding-bottom: 0;
    background: #040012;
    color: #ffffff;
    z-index: 2;
    margin: -1px 0;
    overflow: hidden;
}

#home-Hero .images img {
    position: absolute;
    width: 80px;
    animation: float 4s infinite ease-in-out;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}




/* Image 1 */
#home-Hero .images img:nth-child(1) {
    width: 98px;
    top: 40px;
    left: 240px;
    filter: blur(2px);
}

/* Image 2 */
#home-Hero .images img:nth-child(2) {
    width: 62px;
    top: 80px;
    left: 563px;
    filter: blur(2px);
}

/* Image 3 */
#home-Hero .images img:nth-child(3) {
    width: 35px;
    top: 55px;
    left: 926px;
    filter: blur(2px);
}

/* Image 4 */
#home-Hero .images img:nth-child(4) {
    width: 62px;
    bottom: 152px;
    right: 528px;
    filter: blur(2px);
}

/* Image 5 */
#home-Hero .images img:nth-child(5) {
    width: 194px;
    bottom: 100px;
    right: -80px;
    filter: blur(2px);
}

/* Image 6 */
#home-Hero .images img:nth-child(6) {
    width: 194px;
    bottom: 65px;
    left: 278px;
    filter: blur(2px);
}


@media (max-width: 1800px) {

    /* Image 1 */
    #home-Hero .images img:nth-child(1) {
        left: 210px;

    }

    /* Image 2 */
    #home-Hero .images img:nth-child(2) {
        left: 500px;
    }

    /* Image 3 */
    #home-Hero .images img:nth-child(3) {
        left: 842px;
    }

    /* Image 4 */
    #home-Hero .images img:nth-child(4) {
        right: 480px;
    }

    /* Image 6 */
    #home-Hero .images img:nth-child(6) {
        left: 250px;
    }

}

@media (max-width: 1730px) {

    /* Image 1 */
    #home-Hero .images img:nth-child(1) {
        left: 150px;

    }

    /* Image 2 */
    #home-Hero .images img:nth-child(2) {
        left: 450px;
    }

    /* Image 3 */
    #home-Hero .images img:nth-child(3) {
        left: 800px;
    }

    /* Image 4 */
    #home-Hero .images img:nth-child(4) {
        right: 400px;
    }

    /* Image 6 */
    #home-Hero .images img:nth-child(6) {
        left: 200px;
    }

}



@media (max-width: 1630px) {

    /* Image 1 */
    #home-Hero .images img:nth-child(1) {
        left: 90px;

    }

    /* Image 2 */
    #home-Hero .images img:nth-child(2) {
        left: 410px;
    }

    /* Image 3 */
    #home-Hero .images img:nth-child(3) {
        left: 750px;
    }

    /* Image 4 */
    #home-Hero .images img:nth-child(4) {
        right: 360px;
    }

    /* Image 6 */
    #home-Hero .images img:nth-child(6) {
        left: 150px;
    }

}

@media (max-width: 1430px) {

    /* Image 1 */
    #home-Hero .images img:nth-child(1) {
        left: 20px;

    }

    /* Image 2 */
    #home-Hero .images img:nth-child(2) {
        left: 330px;
    }

    /* Image 3 */
    #home-Hero .images img:nth-child(3) {
        left: 692px;
    }

    /* Image 4 */
    #home-Hero .images img:nth-child(4) {
        bottom: 180px;
        right: 290px;
    }

    /* Image 6 */
    #home-Hero .images img:nth-child(6) {
        left: 70px;
    }

}

@media (max-width: 768px) {

    /* Image 1 */
    #home-Hero .images img:nth-child(1) {
        width: 60px;
        left: 10px;
        top: 10px;
    }

    /* Image 2 */
    #home-Hero .images img:nth-child(2) {
        width: 40px;
        left: 125px;
        top: 42px;
    }

    /* Image 3 */
    #home-Hero .images img:nth-child(3) {
        width: 35px;
        left: 355px;
        top: 0px;
    }

    /* Image 4 */
    #home-Hero .images img:nth-child(4) {
        width: 50px;
        top: 45px;
        right: 90px
    }

    /* Image 5 */
    #home-Hero .images img:nth-child(5) {
        width: 100px;
        bottom: 130px;
        right: -45px;
    }

    /* Image 6 */
    #home-Hero .images img:nth-child(6) {
        width: 100px;
        left: 20px;
        bottom: 140px;
    }

}

@media (max-width: 650px) {

    /* Image 1 */
    #home-Hero .images img:nth-child(1) {
        left: -4px;
        top: 0px;
    }

    /* Image 2 */
    #home-Hero .images img:nth-child(2) {
        left: 65px;
        width: 30px;
        top: 130px;
    }

    /* Image 3 */
    #home-Hero .images img:nth-child(3) {
        left: 300px;
    }

    /* Image 4 */
    #home-Hero .images img:nth-child(4) {
        top: 45px;
        right: 33px;
    }

    /* Image 5 */
    #home-Hero .images img:nth-child(5) {
        bottom: 130px;
        right: -45px;
    }

    /* Image 6 */
    #home-Hero .images img:nth-child(6) {
        left: -47px;
        bottom: 60px;
    }

}

@media (max-width: 500px) {

    /* Image 1 */
    #home-Hero .images img:nth-child(1) {
        left: -4px;
        top: 0px;
    }

    /* Image 2 */
    #home-Hero .images img:nth-child(2) {
        left: 30px;
        width: 40px;
        top: 150px;
    }

    /* Image 3 */
    #home-Hero .images img:nth-child(3) {
        left: 230px;
    }

    /* Image 4 */
    #home-Hero .images img:nth-child(4) {
        top: 35px;
        right: 0px;
    }

    /* Image 5 */
    #home-Hero .images img:nth-child(5) {
        bottom: 150px;
    }

    /* Image 6 */
    #home-Hero .images img:nth-child(6) {
        bottom: 25px;
    }

}

@media (max-width: 400px) {

    /* Image 1 */
    #home-Hero .images img:nth-child(1) {
        left: 7px;
        top: 42px;
    }

    /* Image 2 */
    #home-Hero .images img:nth-child(2) {
        left: 42px;
        width: 40px;
        top: 208px;
    }

    /* Image 3 */
    #home-Hero .images img:nth-child(3) {
        left: 151px;
    }

    /* Image 4 */
    #home-Hero .images img:nth-child(4) {
        top: 72px;
        right: 10px;
    }

    /* Image 6 */
    #home-Hero .images img:nth-child(6) {
        bottom: 80px;
    }

}


/* Heading styling */
.hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

/* Blue highlighted text */
.hero-title .highlight {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgb(45 196 237 / 68%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


/* Paragraph styling */
#home-Hero .hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    max-width: 940px;
    margin: 0 auto;
    font-size: 24px;
    opacity: .9;
}

/* 
.hero-section .button {
    margin-bottom: -50px;
} */

.hero-section .button .hero-btn,
.hero-section .button .hero-btn-2 {
    position: relative;
    z-index: 10;
}


/* Outline button */
.button .hero-btn {
    display: flex;
    border-radius: 50px;
    padding: 10px;
    background: #1A1D30;
    border: 1px solid #2DC4ED;
    transition: .3s;
    width: 190px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    transition: all 1 ease-in-out;
}

.button .hero-btn:hover {
    transform: translateY(-4px);
    background: #2dc3ed00;
}

.button .hero-btn img {
    margin-bottom: -3px;
}

.button .hero-btn a,
.button .hero-btn-2 a {
    color: #ffff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}


/* Filled button */
.button .hero-btn-2 {
    display: flex;
    border-radius: 50px;
    padding: 10px;
    background: #1A1D30;
    transition: .3s;
    width: 190px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    transition: all 1 ease-in-out;
}

.button .hero-btn-2:hover {
    transform: translateY(-4px);
    background-color: #2DC4ED;
}


.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}


@media (max-width: 992px) {

    #Navbar .navbar-brand {
        width: 25%;
    }

    #Navbar .nav-logo {
        width: 80%;
    }

    #Navbar .toggle-btn {
        display: none;
    }

    #Navbar #navbarMenu .navbar-nav {
        border-radius: 0 0 25px 25px;
    }

    #Navbar .navbar-collapse {
        position: absolute;
        top: 85px;
        z-index: 99;
        width: 700px;
        background-color: #000;
        height: auto;
        border-radius: 0 0 25px 25px;

    }

}


@media (max-width: 768px) {

    #Navbar .nav-logo {
        width: 100%;
    }

    #Navbar .navbar-collapse {
        width: 500px;
        height: fit-content;
    }

    .hero-section {
        margin: -1px 0 0 0;
        /*padding-top: 60px !important;*/
    }

    .hero-section .hero-title {
        font-size: 36px !important;
    }

    .hero-section .hero-subtitle {
        font-size: 18px !important;
    }
}

@media (max-width: 500px) {

    #Navbar .navbar-collapse {
        width: 92%;
    }

    .hero-section .hero-subtitle {
        font-size: 16px !important;
    }

}

@media (max-width: 400px) {
    
        .hero-section .hero-title {
        font-size: 28px !important;
    }
    #Navbar .navbar-brand {
        width: 33%;
    }
}


/* image-section */

.image-section {
    background-color: #030108;
    background: url(assets/img/ai-bg.gif) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    margin: -1px 0 -1px 0;
}

/* .image-section h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: capitalize !important;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(45, 196, 237, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
} */


@media (max-width: 768) {
    .image-section {
        height: 500px !important;
    }

}




/* Timeline-section */

.timeline-section {
    position: relative;
    background: url(assets/img/timeline-bg.jpg) no-repeat;
    background-position: 0 -1220px;
    background-size: cover;
    width: 100%;
    height: -webkit-fill-available;
    color: #fff;
    z-index: 2;
    padding-bottom: 320px !important;
    padding-top: 50px !important;
    box-sizing: content-box;
    margin: 0 0 -1px 0;
}

.timeline-section .heading {
    position: relative;
    z-index: 2;
    padding: 0 0 120px 0;
}

.timeline-section .heading h1 {
    margin-top: -150px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: capitalize !important;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(45, 196, 237, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    z-index: 2;
}

.timeline-section .row {
    margin-top: 10px !important;
}

.timeline .box {
    padding: 0 6rem;
}

.timeline-item-left:nth-of-type(1) .box {
    position: relative;
    top: -66%;
}

.timeline-item-right:nth-of-type(2) .box {
    position: relative;
    top: -1%;
}

.timeline-item-left:nth-of-type(3) .box {
    position: relative;
    top: -135px;
}

.timeline-item-right:nth-of-type(4) .box {
    position: relative;
    top: -3px;
}

.timeline-item-left:nth-of-type(5) .box {
    position: relative;
    top: -130px;
}

.timeline-item-right:nth-of-type(6) .box {
    position: relative;
    top: 30px;
}

.timeline-section h5 {
    color: #2DC4ED;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
}

.timeline-section p {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 14px;
}


/* Overlay */
.timeline-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.82);
    z-index: 1;
    backdrop-filter: blur(8px);
    /* -webkit-backdrop-filter: blur(8px); */
}

.timeline-section .container {
    position: relative;
    z-index: 2;
}




/* Timeline dot */
.timeline-dot {
    width: 20px;
    height: 20px;
    background: #2DC4ED;
    background: linear-gradient(180deg, rgba(45, 196, 237, 1) 50%, rgba(26, 112, 135, 0.6) 100%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* Left items dots */
.timeline-item-left .timeline-dot {
    left: 100%;
    top: -25px;
}

/* Right items dots */
.timeline-item-right .timeline-dot {
    left: 0;
    top: 60px;
}

.timeline-item-left:nth-of-type(1) .timeline-dot {
    left: 100%;
    top: -20%;
}

.timeline-item-right:nth-of-type(2) .timeline-dot {
    top: 45%;
}


.timeline-item-left:nth-of-type(3) .timeline-dot {
    top: -30px;
}


.timeline-item-right:nth-of-type(4) .timeline-dot {
    top: 100px;
}



.timeline-item-right:nth-of-type(6) .timeline-dot {
    left: 0;
    top: 130px;
}


.timeline-icon img {
    width: 80px;
}

/* Timeline icons */
.timeline-icon i {
    color: #34c8ff;
    z-index: 2;
}


.timeline-dot.active {
    background: #ffffff !important;
    box-shadow: 0px 0px 12px #2DC4ED;
}


/* Timeline line */
.timeline {
    position: relative;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 0;
    background: linear-gradient(180deg,
            rgba(45, 196, 237, 1) 0%,
            rgba(45, 196, 237, 0.8) 50%,
            rgba(16, 68, 99, 0.6) 100%);
    filter: blur(0.5px);
    transition: height 0.6s ease;
    z-index: 1;
}



.timeline .box {
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translateY(40px) scale(0.95);
    opacity: 0.6;
}

.timeline .box.active-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}




@media (max-width: 1800px) {

    .timeline-section {
        background-position: 0 -1100px;

    }

}

@media (max-width: 1700px) {

    .timeline-section {
        background-position: 0 -1000px;

    }

}

@media (max-width: 1550px) {

    .timeline-section {
        background-position: 0 -900px;

    }

}


@media (max-width: 1400px) {

    .timeline-section {
        background-position: center center;

    }

    .timeline-item-right:nth-of-type(6) .timeline-dot {
        top: 135px;
    }

}

@media (max-width: 1200px) {

    .timeline .box {
        padding: 0 2rem;
    }

    .timeline-section::before {
        background-color: rgba(0, 0, 0, 0.75);
    }
}



@media (max-width: 770px) {

    .timeline-section {
        padding-bottom: 70px !important;
    }

    #line-wth {
        width: 100%;
        margin-bottom: -300px;
    }


    .timeline-section .heading h1 {
        font-size: 36px !important;
        padding: 0px 0 50px 0;
    }

    /* line */
    #Timeline .start-50 {
        left: 0% !important;
        margin-top: 10px;
    }


    /* dots */
    .timeline-item-left:nth-of-type(1) .timeline-dot {
        top: -20%;
        left: 24px;
    }

    .timeline-item-right:nth-of-type(2) .timeline-dot {
        top: -24%;
        left: 24px;
    }

    .timeline-item-left:nth-of-type(3) .timeline-dot {
        top: -42%;
        left: 24px;
    }

    .timeline-item-right:nth-of-type(4) .timeline-dot {
        top: -45%;
        left: 24px;
    }

    .timeline-item-left:nth-of-type(5) .timeline-dot {
        top: -63%;
        left: 24px;
    }

    .timeline-item-right:nth-of-type(6) .timeline-dot {
        top: -96%;
        left: 24px;
    }


    /* boxes */

    #Timeline .timeline-line .row {
        width: 100%;
    }

    .timeline-item-left:nth-of-type(1) .box {
        position: relative;
        top: -180px;
    }

    .timeline-item-right:nth-of-type(2) .box {
        position: relative;
        top: -190px;
    }

    .timeline-item-left:nth-of-type(3) .box {
        position: relative;
        top: -215px;
    }

    .timeline-item-right:nth-of-type(4) .box {
        position: relative;
        top: -230px;
    }

    .timeline-item-left:nth-of-type(5) .box {
        position: relative;
        top: -250px;
    }

    .timeline-item-right:nth-of-type(6) .box {
        position: relative;
        top: -270px;
    }

}


@media (max-width: 630px) {

    .timeline .box {
        padding: 0px 1.5rem;
        width: 100%;
    }

    .timeline-item-left:nth-of-type(1) .timeline-dot {
        top: -20%;
    }

    .timeline-item-right:nth-of-type(2) .timeline-dot {
        top: -24%;
    }

    .timeline-item-left:nth-of-type(3) .timeline-dot {
        top: -42%;
    }

    .timeline-item-right:nth-of-type(4) .timeline-dot {
        top: -45%;
    }

    .timeline-item-left:nth-of-type(5) .timeline-dot {
        top: -63%;
    }

    .timeline-item-right:nth-of-type(6) .timeline-dot {
        top: -96%;
    }
}

@media (max-width: 525px) {
    .timeline-item-right:nth-of-type(6) .timeline-dot {
        top: -85%;
        left: 24px;
    }

    #line-wth {
        margin-bottom: -400px;
    }
}



@media (max-width: 410px) {

    #line-wth {
        margin-bottom: -450px;
    }

    .timeline-icon {
        display: flex;
        justify-content: center;
    }


    .timeline-section h5 {
        text-align: center;
    }

    .timeline-section p {
        text-align: center;
    }

    .timeline .box {
        padding-right: 0px !important;
    }

    #line-wth {
        margin-left: -10px;
    }

    #Timeline .start-50 {
        left: 15px !important;
    }

    .timeline-item-right:nth-of-type(2) .timeline-dot {
        top: -22%;
    }

    .timeline-item-left:nth-of-type(3) .timeline-dot {
        top: -37%;
    }

    .timeline-item-left:nth-of-type(5) .timeline-dot {
        top: -55%;
    }

    .timeline-item-right:nth-of-type(6) .timeline-dot {
        top: -63%;
        left: 24px;
    }


}

@media (max-width: 370px) {
    .timeline-line {
        margin-top: -33px;
        height: 78%;
    }

    #line-wth {
        margin-bottom: -500px;
    }
}

@media (max-width: 350px) {
    #line-wth {
        margin-bottom: -550px;
    }
}





/* Industry-section */
.Industry-section {
    background: #030108 !important;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    box-sizing: content-box;
}


.Industry-section .before-img {
    position: absolute;
    top: -180px;
    left: -1006px;
    width: 100%;
    height: 950px;
    background: url(assets/img/serv-before.png) no-repeat center center;
    background-size: cover;
}

.Industry-section .after-img {
    position: absolute;
    top: -180px;
    left: 1004px;
    width: 100%;
    height: 950px;
    background: url(assets/img/serv-after.png) no-repeat center center;
    background-size: cover;
}

.Industry-section .before-img::before,
.Industry-section .after-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.Industry-section .box {
    cursor: pointer;
    transition: all 0.3s ease;
}


.Industry-section .box:hover {
    transform: translateY(-8px);
}

/* .Industry-section .row.text-white>div:nth-child(1) .box {
    margin-left: 40px;
} */


.Industry-section .row.text-white>div:nth-child(4) .box {
    margin-top: -50px;
    /* margin-left: 40px; */
}

.Industry-section .row.text-white>div:nth-child(5) .box {
    margin-top: -50px;
}


.Industry-section .box {
    position: relative;
    z-index: 2;
}

.Industry-section .box .heading {
    color: #23c2ff;
    font-weight: 600;
    font-size: 1.3rem;
}

.Industry-section .box p {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.8;
    line-height: 1.6;
}

.Industry-section .icon {
    width: 70px;
}


.Industry-section .bg-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Industry-section .bg-img img {
    position: absolute;
    height: 530px;
    left: 190px;
    top: 17px;
    z-index: 2;
}

.Industry-section .bg-img .center-circle {
    display: none;
}




.Industry-section .row.text-white>div:nth-child(2) .center-circle h2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 70%, rgba(45, 196, 237, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.Industry-section .bg-img .center-circle h2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 70%, rgba(45, 196, 237, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}


.Industry-section .center-circle {
    width: 100%;
    height: 370px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 100px;
    z-index: 2;
}


.Industry-section .center-circle h2 {
    color: white;
    font-weight: 700;
    font-size: 1.8rem;
}


@media (max-width: 1700px) {

    .Industry-section .before-img {
        left: -915px;
    }

    .Industry-section .after-img {
        left: 915px;
    }

}



@media (max-width: 1430px) {

    .Industry-section .before-img {
        left: -755px;
    }

    .Industry-section .after-img {
        left: 755px;
    }

}

@media (max-width: 1400px) {

    .Industry-section .bg-img img {
        left: 102px;
    }
}

@media (max-width: 1200px) {

    .Industry-section .row.text-white>div:nth-child(1) .box {
        margin-left: 0px;
    }

    .Industry-section .row.text-white>div:nth-child(4) .box {
        margin-left: 0px;
    }

    .Industry-section .bg-img img {
        position: absolute;
        height: 450px;
        left: 82px;
        top: 57px;
    }

}


@media (max-width: 992px) {

    .Industry-section .bg-img img {
        position: absolute;
        height: 450px;
        left: -38px;
        top: -30px;
    }

    .Industry-section .center-circle {
        order: 1;
    }

    .Industry-section .left-top {
        order: 2;
    }

    .Industry-section .right-bottom {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .Industry-section .row.text-white>div:nth-child(4) .box {
        margin-top: 0px;
    }

    .Industry-section .before-img {
        top: 170px;
        left: -483px;
    }

    .Industry-section .after-img {
        left: 515px;
        top: 170px;
    }

    .Industry-section .box {
        text-align: center;
    }

    .Industry-section .bg-img {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .Industry-section .bg-img .center-circle {
        display: block;
        width: 100%;
        top: 162px;
        justify-content: center;
        text-align: center;
        z-index: 3;
    }

    .Industry-section .center-circle {
        display: none;
    }


}


@media (max-width: 768px) {


    .Industry-section .bg-img .center-circle {
        display: block;
        position: absolute;
        width: 100%;
        top: 112px;
        /* display: flex; */
        /* align-items: center; */
        justify-content: center;
        text-align: center;
        /* position: relative; */
        z-index: 3;
    }

    .Industry-section .bg-img {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }

    .Industry-section .center-circle {
        display: none;
    }

    .Industry-section .bg-img img {
        position: relative;
        height: auto;
        left: 0;
        top: 0;
    }

    .Industry-section {
        padding-top: 100px;
    }

    .Industry-section .box {
        text-align: center;
        padding-bottom: 20px;
    }

    .Industry-section .before-img {
        left: -422px;
        top: 500px;
    }

    .Industry-section .after-img {
        left: 422px;
        top: -50px;
    }
}


@media (max-width: 500px) {

    /* .Industry-section .bg-img {
        height: 450px;
    } */

    .Industry-section .bg-img img {
        position: relative;
        height: auto;
        left: 0;
        top: 0px;
    }

    .Industry-section .bg-img .center-circle {
        top: 0;
        position: relative;
        height: fit-content;
    }


    .Industry-section {
        padding-top: 200px;
    }

    /* .Industry-section .center-circle {
        height: 265px !important;
    } */


    .Industry-section .before-img {
        left: -380px;
        top: 360px;
    }

    .Industry-section .after-img {
        left: 380px;
        top: -50px;
    }

}

@media (max-width: 400px) {

    .Industry-section .bg-img {
        justify-content: space-between;
        height: 301px !important;
    }

    .Industry-section .before-img {
        left: -543px;
        top: 360px;
        width: -webkit-fill-available;
    }

    .Industry-section .after-img {
        left: 380px;
        top: -50px;
    }
}


@media (max-width: 380px) {

    .Industry-section {
        padding-top: 240px;
    }

}

@media (max-width: 340px) {

    .Industry-section {
        padding-top: 340px;
    }
}



/* Industry Box Scroll Animation */
.Industry-section .box {
    transition: all 0.5s ease;
}

/* Scale animation only for mobile (below 768px) */
@media (max-width: 768px) {
    .Industry-section .box {
        transform: scale(0.9);
        pointer-events: none; /* Disable clicks by default */
    }

    .Industry-section .box.active-box {
        transform: scale(1);
        pointer-events: auto; /* Enable clicks when active */
    }
    
    .Industry-section .box.active-box:hover {
        transform: translateY(-8px) scale(1);
    }
}


/*====================================================*/
/* half-circle-section */
.half-circle {
    background: #030108 !important;
    overflow: hidden;
    margin: -100px 0;
    display: none !important;
}

.half-circle .top-img,
.half-circle .bottom-img {
    display: flex;
    justify-content: center;
    align-items: start;
}

.half-circle .top-img {
    margin-top: -120px;
}

.half-circle .bottom-img {
    margin-top: -120px;
}

.half-circle .top-img img {
    width: 725px;
    height: 545px;
}

.half-circle .bottom-img img {
    width: 800px;
    height: 370px;
}


@media (max-width: 992px) {

    .half-circle {
        margin: 0;
        margin-bottom: -50px;
    }
}


@media (max-width: 768px) {

    .half-circle {
        margin: 0;
        margin-bottom: -130px;
    }

    .half-circle .top-img {
        margin-top: -140px;
    }

    .half-circle .top-img img {
        width: 590px;
        height: 470px;
    }

    .half-circle .bottom-img img {
        width: 800px;
        height: 320px;
    }
}


@media (max-width: 430px) {

    .half-circle {
        margin: 0;
        margin-bottom: -130px;
    }

    .half-circle .top-img {
        margin-top: -140px;
    }

    .half-circle .top-img img {
        width: 450px;
        height: 390px;
    }

    .half-circle .bottom-img img {
        width: 500px;
        height: 280px;
    }
}


/* video-section */
#vidoe-sec {
    background: #030108 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -1px 0 0 0;
    display: none !important;

}

#vidoe-sec.video-sec {
    display: none !important;
}

#vidoe-sec .heading {
    background-color: #030108 !important;
    display: flex;
    align-items: start;
    justify-content: center;

    background: url(assets/img/intro-bg.png) no-repeat center center;
    background-size: cover;

    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
}

/* Overlay */
#vidoe-sec .heading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

#vidoe-sec .heading * {
    position: relative;
    z-index: 2;
}


#vidoe-sec h1 {
    padding-top: 70px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: capitalize !important;
    text-align: center;
    color: #2DC4ED;
}

.video-frame {
    background: #1F232F !important;
    border-radius: 18px;
    padding: 25px;
    position: relative;
}

.video-main-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center top;
}

.play-btn {
    width: 80px;
    height: 80px;
    background: rgba(255, 0, 0, 0.85);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.play-btn i {
    font-size: 38px;
    color: white;
    margin-left: 5px;
}

.controls-bar {
    background: #111827;
    padding: 10px;
    border-radius: 0 0 12px 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: -8px;
}

.progress-line {
    flex: 1;
    height: 4px;
    background: #444;
    border-radius: 2px;
    position: relative;
}

.progress-line::after {
    content: "";
    width: 30%;
    height: 4px;
    background: red;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}


@media (max-width: 992px) {

    #vidoe-sec .heading {
        height: 250px;
    }

    #vidoe-sec .video-main-img {
        height: 430px;
    }
}


@media (max-width: 768px) {

    #vidoe-sec .heading {
        height: 180px;
    }

    #vidoe-sec .video-main-img {
        height: 310px;

    }

    #vidoe-sec .heading h1 {
        font-size: 36px !important;
        padding-top: 30px;
    }
}

@media (max-width: 500px) {
    #vidoe-sec .heading {
        height: 140px;
    }

    #vidoe-sec h1 {
        padding-top: 10px;
    }
}



/* footer-bg */

.footer-bg {
    /* background-color: #030108 !important; */
    background-color: black;
    overflow: hidden;
    margin: -1px 0 -1px 0;
    background-image: url(assets/img/waves.png);
    background-position: 0 -10px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
}



@media (max-width: 1400px) {

    .footer-bg {
        background-position: -170px -41px;
        height: 406px;
    }
}


@media (max-width: 992px) {

    .footer-bg {
        background-position: -430px -41px;
        height: 406px;
    }
}

@media (max-width: 768px) {

    .footer-bg {
        background-position: center;
        height: 260px;
        background-size: contain;
    }
}

@media (max-width: 660px) {

    .footer-bg {
        height: 200px;
    }
}

@media (max-width: 530px) {
    .footer-bg {
        background-position: center;
        height: 150px;
    }
}


/* footer */

.footer-section {
    background-color: #030108;
    color: #d6d6d6;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
   
}

/* Top box */
.top-box {
    border: 1px solid #3b3b4a;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.774);
}

/* Headings */
.footer-section h6 {
    font-weight: 600;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 500 !important;
}

/* Footer Links */
.footer-link {
    color: #d6d6d6 !important;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400
}

.footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Bottom bar */
.bottom-bar {
    padding: 0 30px;

}

.bottom-bar a {
    font-family: 'Inter', sans-serif;
    color: #EFEDFD99;
    font-size: 14px;
    font-weight: 400;
}

.bottom-bar .copy-right {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #8B8B8B;
}

.dot {
    margin: 0 10px;
}

@media (max-width: 768px) {
    .bottom-bar {
        text-align: center;
    }
}



/* ===================================Next Pages CSS====================================== */

/* solution, industries, and contact navbar */


#Navbar-2 {
    padding: 50px 0;
    margin: 0 0 -1px 0;
}

#Navbar-2 .navbar-brand {
    width: 18%;
}

#Navbar-2 .nav-logo {
    width: 60%;
}

#Navbar-2 .custom-btn {
    transition: 0.3s ease;
}

#Navbar-2 .custom-btn:hover {
    background-color: #e6e6e6;
}

#Navbar-2 #navbarMenu .navbar-nav {
    padding: 0 15px;
    border: 2px solid #2DC4ED;
    border-radius: 20px;
    justify-content: space-between;
}

#Navbar-2 #navbarMenu a {
    color: #ffff;
    font-family: 'Inter', sans-serif;
}



#Navbar-2 #navbarMenu a:hover {
    color: #2DC4ED;
    transition: color 0.3s ease;
}


#Navbar-2 #navbarMenu a.active {
    color: #2DC4ED;
}


#Navbar-2 .toggle input,
#Navbar-2 .toggle-2 input {
    display: none;
}

/* Outer background */
#Navbar-2 .toggle,
#Navbar-2 .toggle-2 {
    /* width: 55px;
    height: 25px;
    background: #3bc4ed;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    display: inline-block; */
    display: none;
}

/* Circle button */
/* #Navbar-2 .slider {
    width: 15px;
    height: 15px;
    background: #163b74;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: 0.25s ease-in-out;
}


#Navbar-2 .toggle input:checked+.slider,
#Navbar-2 .toggle-2 input:checked+.slider {
    transform: translateX(30px);
} */


#Navbar-2 .toggle-btn {
    width: 20%;
    text-align: end;
}

#Navbar-2 .toggle-btn-2 {
    padding: 5px 0;
    width: 20%;
    text-align: start;
    display: none;
}


@media (max-width: 992px) {
    #Navbar-2 .navbar-brand {
        width: 25%;
    }

    #Navbar-2 .nav-logo {
        width: 80%;
    }

    #Navbar-2 .toggle-btn {
        display: none;
    }

    #Navbar-2 #navbarMenu .navbar-nav {
        border-radius: 0 0 25px 25px;
    }

    #Navbar-2 .navbar-collapse {
        position: absolute;
        top: 85px;
        z-index: 99;
        width: 700px;
        background-color: #000;
        height: auto;
        border-radius: 0 0 25px 25px;
    }
}



@media (max-width: 768px) {

    #Navbar-2 .nav-logo {
        width: 100%;
    }

    #Navbar-2 .navbar-collapse {
        width: 500px;
        height: fit-content;
    }

}

@media (max-width: 500px) {

    #Navbar-2 .navbar-collapse {
        width: 92%;
    }

}

@media (max-width: 400px) {
    #Navbar-2 .navbar-brand {
        width: 33%;
    }
}


/* ================================================== */

.solution-background {
    background-color: #030108 !important;
    background: url(assets/img/solution.png) no-repeat;
    background-size: cover;
    background-position: 0 -300px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

#s-bg {
    width: 100%;
    position: relative;
    z-index: 1;
}

#s-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    background: url(assets/img/s-bg.png) no-repeat;
    background-position: 0px 0px;
    background-size: cover;
    opacity: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    #s-bg::before {
        height: 450px;
    }
}


/* Overlay */
/* #s-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #133c5544;
    z-index: 1;
} */

#s-bg::before {
    /* content: "";
    position: absolute;
    inset: 0;
    background: #133c558c;
    z-index: 1;
    filter: blur(5px);   */
}

#s-bg>* {
    position: relative;
    z-index: 2;
}


/* solution-Hero-section */

#solution-Hero {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
}


#solution-Hero .images img {
    position: absolute;
    width: 80px;
    animation: float 4s infinite ease-in-out;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Image 1 */
#solution-Hero .images img:nth-child(1) {
    width: 98px;
    top: 40px;
    left: 240px;
    filter: blur(1px);
}

/* Image 2 */
#solution-Hero .images img:nth-child(2) {
    width: 62px;
    top: 80px;
    left: 563px;
    filter: blur(1px);
}

/* Image 3 */
#solution-Hero .images img:nth-child(3) {
    width: 35px;
    top: 55px;
    left: 926px;
    filter: blur(1px);
}

/* Image 4 */
#solution-Hero .images img:nth-child(4) {
    width: 62px;
    bottom: 152px;
    right: 528px;
    filter: blur(1px);
}

/* Image 5 */
#solution-Hero .images img:nth-child(5) {
    width: 194px;
    bottom: 100px;
    right: -80px;
    filter: blur(1px);
}

/* Image 6 */
#solution-Hero .images img:nth-child(6) {
    width: 194px;
    bottom: 65px;
    left: 278px;
    filter: blur(1px);
}


@media (max-width: 1800px) {

    /* Image 1 */
    #solution-Hero .images img:nth-child(1) {
        left: 210px;

    }

    /* Image 2 */
    #solution-Hero .images img:nth-child(2) {
        left: 500px;
    }

    /* Image 3 */
    #solution-Hero .images img:nth-child(3) {
        left: 842px;
    }

    /* Image 4 */
    #solution-Hero .images img:nth-child(4) {
        right: 480px;
    }

    /* Image 6 */
    #solution-Hero .images img:nth-child(6) {
        left: 250px;
    }

}

@media (max-width: 1730px) {

    /* Image 1 */
    #solution-Hero .images img:nth-child(1) {
        left: 150px;

    }

    /* Image 2 */
    #solution-Hero .images img:nth-child(2) {
        left: 450px;
    }

    /* Image 3 */
    #solution-Hero .images img:nth-child(3) {
        left: 800px;
    }

    /* Image 4 */
    #solution-Hero .images img:nth-child(4) {
        right: 400px;
    }

    /* Image 6 */
    #solution-Hero .images img:nth-child(6) {
        left: 200px;
    }

}



@media (max-width: 1630px) {

    /* Image 1 */
    #solution-Hero .images img:nth-child(1) {
        left: 90px;

    }

    /* Image 2 */
    #solution-Hero .images img:nth-child(2) {
        left: 410px;
    }

    /* Image 3 */
    #solution-Hero .images img:nth-child(3) {
        left: 750px;
    }

    /* Image 4 */
    #solution-Hero .images img:nth-child(4) {
        right: 360px;
    }

    /* Image 6 */
    #solution-Hero .images img:nth-child(6) {
        left: 150px;
    }

}

@media (max-width: 1430px) {

    /* Image 1 */
    #solution-Hero .images img:nth-child(1) {
        left: 20px;

    }

    /* Image 2 */
    #solution-Hero .images img:nth-child(2) {
        left: 330px;
    }

    /* Image 3 */
    #solution-Hero .images img:nth-child(3) {
        left: 692px;
    }

    /* Image 4 */
    #solution-Hero .images img:nth-child(4) {
        bottom: 180px;
        right: 290px;
    }

    /* Image 6 */
    #solution-Hero .images img:nth-child(6) {
        left: 70px;
    }

}


@media (max-width: 768px) {

    /* Image 1 */
    #solution-Hero .images img:nth-child(1) {
        width: 60px;
        left: 10px;
        top: 10px;
    }

    /* Image 2 */
    #solution-Hero .images img:nth-child(2) {
        width: 40px;
        left: 125px;
        top: 42px;
    }

    /* Image 3 */
    #solution-Hero .images img:nth-child(3) {
        width: 35px;
        left: 355px;
        top: 0px;
    }

    /* Image 4 */
    #solution-Hero .images img:nth-child(4) {
        width: 50px;
        top: 45px;
        right: 90px
    }

    /* Image 5 */
    #solution-Hero .images img:nth-child(5) {
        width: 100px;
        bottom: 130px;
        right: -45px;
    }

    /* Image 6 */
    #solution-Hero .images img:nth-child(6) {
        width: 100px;
        left: 20px;
        bottom: 140px;
    }

}

@media (max-width: 650px) {

    /* Image 1 */
    #solution-Hero .images img:nth-child(1) {
        left: -4px;
        top: 0px;
    }

    /* Image 2 */
    #solution-Hero .images img:nth-child(2) {
        left: 65px;
        width: 30px;
        top: 130px;
    }

    /* Image 3 */
    #solution-Hero .images img:nth-child(3) {
        left: 300px;
    }

    /* Image 4 */
    #solution-Hero .images img:nth-child(4) {
        top: 45px;
        right: 33px;
    }

    /* Image 5 */
    #solution-Hero .images img:nth-child(5) {
        bottom: 130px;
        right: -45px;
    }

    /* Image 6 */
    #solution-Hero .images img:nth-child(6) {
        left: -47px;
        bottom: 60px;
    }

}

@media (max-width: 500px) {

    /* Image 1 */
    #solution-Hero .images img:nth-child(1) {
        left: -4px;
        top: 0px;
    }

    /* Image 2 */
    #solution-Hero .images img:nth-child(2) {
        left: 30px;
        width: 40px;
        top: 150px;
    }

    /* Image 3 */
    #solution-Hero .images img:nth-child(3) {
        left: 230px;
    }

    /* Image 4 */
    #solution-Hero .images img:nth-child(4) {
        top: 35px;
        right: 0px;
    }

    /* Image 5 */
    #solution-Hero .images img:nth-child(5) {
        bottom: 150px;
    }

    /* Image 6 */
    #solution-Hero .images img:nth-child(6) {
        bottom: 25px;
    }

}

@media (max-width: 400px) {

    /* Image 1 */
    #solution-Hero .images img:nth-child(1) {
        left: 7px;
        top: 42px;
    }

    /* Image 2 */
    #solution-Hero .images img:nth-child(2) {
        left: 42px;
        width: 40px;
        top: 208px;
    }

    /* Image 3 */
    #solution-Hero .images img:nth-child(3) {
        left: 151px;
    }

    /* Image 4 */
    #solution-Hero .images img:nth-child(4) {
        top: 72px;
        right: 10px;
    }

    /* Image 6 */
    #solution-Hero .images img:nth-child(6) {
        bottom: 80px;
    }

}

/* Heading styling */

#solution-Hero .hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
}

/* Blue highlighted text */

#solution-Hero .hero-title .highlight {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 35%, rgb(45 196 237) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


/* Paragraph styling */

#solution-Hero .hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    max-width: 940px;
    margin: 0 auto;
    font-size: 24px;
    opacity: .9;
    padding: 0 10px;
}



@media (max-width: 768px) {
    
    #solution-Hero {
    padding-top: 90px;

}

    #solution-Hero .hero-title {
        font-size: 36px !important;
    }

    #solution-Hero .hero-subtitle {
        font-size: 18px !important;
    }
}

@media (max-width: 500px) {

    #solution-Hero .hero-subtitle {
        font-size: 16px !important;
    }
}


/* solution-section */

#solutions {
    color: #fff;
    overflow: hidden;
    /* padding: 80px 0 !important; */
    padding: 350px 0 250px 0 !important;
    box-sizing: border-box;
    margin: -1px 0;
}

/* Cards */

#solutions .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}


#solutions .row>div:nth-child(3) {
    padding: 10px;
}


#solutions .solution-card {
    border: 1px solid rgba(53, 208, 255, 0.6);
    border-radius: 18px;
    padding: 30px;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    position: relative;
}

#solutions .solution-card h5 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #2DC4ED;
    margin-bottom: 12px;
}

#solutions .solution-card p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #cbd5e1;
}

#solutions .solution-card:hover {
    transform: translateY(-6px);
}


/* #solutions .row > div:nth-child(1) .solution-card {
} */

@media (max-width: 992px) {
    
    #solutions{
        padding: 130px 0 40px 0 !important
    }


    #solutions .row>div:nth-child(3) {
        padding: 30px 10px;
    }

    #solutions .row>div:nth-child(6) {
        padding: 30px 10px;
    }


}

@media (max-width: 768px) {
        #solutions{
        padding: 70px 0 0px 0 !important;
    }


    #solutions .row>div:nth-child(1) {
        padding-bottom: 30px;
    }

    #solutions .row>div:nth-child(4) {
        padding-bottom: 30px;
    }


}

@media (max-width: 500px) {
        #solutions{
        padding: 50px 0 0px 0 !important;
    }


}



/* =================================Industry background==================================== */
#industry-background {
    background-color: #030108 !important;
    background: url(assets/img/industry-bg.png) no-repeat;
    background-size: cover;
    /* background-position: 0 -200px; */
    background-position: center center;
    width: 100%;
    position: relative;
}

#ind-bg {
    width: 100%;
    position: relative;
}

/* Overlay */
#ind-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: #00000085; */
    background: #00000038;
    z-index: 1;
    width: 100%;
    height: -webkit-fill-available;
}

#ind-bg>* {
    position: relative;
    z-index: 2;
    margin: -1px 0;
}

@media (max-width: 768px) {

    #industry-background {
        background-position: -200px -200px;
    }

}


/* Industry-Hero-section */

#Industry-Hero.hero-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 180px;
    color: #ffffff;
    z-index: 1;
}


/* Heading styling */
#Industry-Hero .hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 30%, rgba(45, 196, 237, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}



/* Paragraph styling */
#Industry-Hero .hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 24px;
    opacity: .9;
    text-align: center;
}

@media (max-width: 768px) {
    #Industry-Hero.hero-section {
    padding-top: 80px;
    padding-bottom: 130px;
}
}

@media (max-width: 768px) {

    #industry-background {
        background-position: -200px -200px;
    }

    #Industry-Hero .hero-title {
        font-size: 36px !important;
    }

    #Industry-Hero .hero-subtitle {
        font-size: 18px !important;
    }
}

@media (max-width: 500px) {

    #Industry-Hero .hero-subtitle {
        font-size: 16px !important;
    }
}



/* services-section */
.services-section {
    /* padding-top: 120px; */
    padding: 160px 0 250px 0 !important;
}

.services-section .service-card {
    border-radius: 25px;
    background: #1c3a6d67;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 230, 255, 0.3);
    box-shadow: 0 0 20px rgba(0, 220, 255, 0.3);
    color: #d8faff;
    height: -webkit-fill-available;
    transition: all 0.3s ease;
    cursor: pointer;
}

.services-section .service-card:hover {
    transform: translateY(-6px);
}

.services-section .service-card h5 {
    color: #00e5ff;
}

.services-section .service-icon {
    width: 40px;
    filter: brightness(1.8);
}

@media (max-width: 992px){
    .services-section {
    padding: 0px 0 60px 0 !important;
}

}

@media (max-width: 768px){
    .services-section {
    padding: 0 10px !important;
}

}


/* ================================================================== */

/* about-hero-section */
#about-hero {
    position: relative;
    background-color: #040012 !important;
}

#about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #132636 !important;
    background: linear-gradient(180deg, rgba(19, 38, 54, 1) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.53) 70%, rgba(19, 38, 54, 1) 100%) !important;
    /* background: linear-gradient(180deg, #2DC4ED33 20%, #57C6E400 0%, #57C6E421 13%, #2DC4ED6E 43%); */
    z-index: 1;
}

#about-hero .images img {
    width: 100% !important;
    height: -webkit-fill-available !important;
    object-fit: contain !important;
    position: relative;
    z-index: 2;
}


/* about-story-section */

#about-story.story-section {
    position: relative;
    background: url(assets/img/story.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    /* height: -webkit-fill-available; */
    height: 600px;
    background-color: #040012 !important;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    overflow: hidden;
}


/* Overlay */
#about-story.story-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

#about-story .story {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

#about-story .story h1 {
    padding-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-transform: capitalize !important;
    color: #2DC4ED;
}

#about-story .story p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #e3e3e3;
    padding: 0 20px;
}

#about-story .after-img {
    position: absolute;
    bottom: -300px;
    left: 1264px;
    width: 67%;
    height: -webkit-fill-available;
    background: url(assets/img/serv-after.png) no-repeat center center;
    background-size: contain;
    /* z-index: 999; */
}

/* #about-story .after-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
} */



@media (max-width: 1800px) {

    #about-story .after-img {
        bottom: -249px;
        left: 1234px;
    }
}

@media (max-width: 1700px) {

    #about-story .after-img {
        width: 80%;
        bottom: -265px;
        left: 1067px;
    }
}

@media (max-width: 1600px) {

    #about-story .after-img {
        width: 80%;
        bottom: -265px;
        left: 1067px;
    }
}

@media (max-width: 1500px) {

    #about-story .after-img {
        width: 90%;
        bottom: -265px;
        left: 820px;
    }
}

@media (max-width: 1400px) {

    #about-story .after-img {
        width: 90%;
        bottom: -265px;
        left: 770px;
    }
}

@media (max-width: 1300px) {

    #about-story .after-img {
        width: 100%;
        bottom: -265px;
        left: 647px;
    }
}

@media (max-width: 992px) {

    #about-story .after-img {
        bottom: -312px;
        left: 500px;
    }
}

@media (max-width: 882px) {

    #about-story .after-img {
        bottom: -340px;
        left: 450px;
    }
}


@media (max-width: 768px) {

    #about-story.story-section {
        height: -webkit-fill-available !important;
    }

    #about-story .story h1 {
        font-size: 36px !important;
    }
}




/* core-section */
.core-section {
    background: #030108 !important;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    margin: -1px 0;
}


.core-section .before-img {
    position: absolute;
    top: -70px;
    left: -920px;
    width: 100%;
    height: -webkit-fill-available;
    background: url(assets/img/serv-before.png) no-repeat center center;
    background-size: cover;
}



.core-section .before-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


.core-section .row.text-white>div:nth-child(2) .center-circle h2 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 70%, rgba(45, 196, 237, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}



.core-section .box {
    position: relative;
    border: 1px solid #2A2B3A;
    padding: 20px;
    border-radius: 15px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: box-float 4s infinite ease-in-out;
}


@keyframes box-float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .core-section .box {

        animation: none;
    }
    
}


.core-section .box:hover {
    /* transform: translateY(-8px); */
    border-color: rgba(53, 208, 255, 0.6);
    box-shadow: 0 0 25px rgba(53, 208, 255, 0.15);
}

.core-section .box .heading {
    color: #23c2ff;
    font-weight: 600;
    font-size: 1.8rem;
}

.core-section .box p {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    opacity: 0.8;
    line-height: 1.6;
}


.core-section .center-circle {
    width: 100%;
    height: 470px;
    background: url('assets/img/core-bg.gif') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 50px;
    z-index: 1;
}

.core-section .right-top{
    margin-top: -50px;
}

.core-section .left-bottom{
    margin-top: 50px;
}


.core-section .center-circle h2 {
    color: white;
    font-weight: 700;
    font-size: 1.8rem;
}

@media (max-width: 1700px) {
    .core-section .before-img {
        left: -840px;
    }
}

@media (max-width: 1500px) {
    .core-section .before-img {
        left: -740px;
    }
}

@media (max-width: 1300px) {
    .core-section .before-img {
        left: -640px;
    }
}

@media (max-width: 1100px) {
    .core-section .before-img {
        left: -540px;
    }
}

@media (max-width: 992px) {

    .core-section .center-circle {
        order: 1;
    }

    .core-section .left-top {
        order: 2;
    }

    .core-section .center-circle {
        height: 400px;
        top: 0px;
    }

    .core-section .right-bottom {
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }


    .core-section .before-img {
        height: 710px;
        top: 215px;
        left: -483px;
    }

}

@media (max-width: 768px) {

    .core-section .right-top,
    .core-section .right-bottom {
        padding-bottom: 20px;
    }

    .core-section .box {
        padding: 20px 10px;
        text-align: center;
    }

    .core-section .before-img {
        height: 900px;
        top: 300px;
        left: -413px;
    }
}

@media (max-width: 500px) {
    .core-section .before-img {
        left: -260px;
    }

}

@media (max-width: 400px) {
    .core-section {
        padding-top: 0px;
    }

}




/* leadership-section */
.leadership-section {
    background: #030108 !important;
    color: #fff;
    height: -webkit-fill-available;
    padding: 40px 0;
    margin: -1px 0;
}

/* Section Title */
.leadership-section .section-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #2DC4ED;
    letter-spacing: 0.5px;
    padding-bottom: 40px;
}

/*people image in mobile */
/*.people-img */
.people-img {
    background: #030108 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin: -1px 0;
    display: none;
}

.people-img .img-fluid {
    margin-top: -70px !important;
    padding-bottom: 60px !important;
}



/* Team Card */
.leadership-section .team-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 25px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.leadership-section .team-card:hover {
    transform: translateY(-8px);
    border-color: rgba(53, 208, 255, 0.6);
    box-shadow: 0 0 25px rgba(53, 208, 255, 0.15);
}

/* Avatar */
.leadership-section .avatar {
    display: flex;
}

.leadership-section .avatar img {
    width: 80px;
}

/* Name */
.leadership-section .team-card .name {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize !important;
    color: #2DC4ED;
    margin-bottom: 12px;
}

/* Description */
.leadership-section .team-card .desc {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    color: #cbd5e1;
}



@media (max-width: 768px) {

    .leadership-section .section-title {
        font-size: 36px !important;
    }

.people-img {
    display: block;
}

    .leadership-section .avatar {
        align-items: center;
        justify-content: center;
    }

    .leadership-section .team-card .name {
        text-align: center;
    }


    .leadership-section .team-card .desc {
        text-align: center;
    }

}


/*===============================================*/

/* p-section */
.people-section {
    background: #030108 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin: -1px 0;
}


@media (max-width: 768px){
    .people-section {
    display: none;
    }
}


/* ===================================================================== */

/* contact-background */

.c-background {
    background-color: #030108 !important;
    background: url(assets/img/contact-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}


/* Contact-Hero-section */

#Contact-Hero.hero-section {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    z-index: 2;
}

/* Heading styling */

#Contact-Hero .hero-title {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.2;
    color: #2DC4ED;
}

/* Blue highlighted text */

#Contact-Hero .hero-title .highlight {
    font-family: 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
}


/* Paragraph styling */

#Contact-Hero .hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    max-width: 900px;
    margin: 0 auto;
    font-size: 24px;
    opacity: .9;
    text-align: center;
}

@media (max-width: 768px) {
    
    #Contact-Hero .c-background {
    background-position: center !important;
    }

    #Contact-Hero .hero-title,
    #Contact-Hero .hero-title .highlight {
        font-size: 36px !important;
    }

    #Contact-Hero .hero-subtitle {
        font-size: 18px !important;
    }
}

@media (max-width: 500px) {

    #Contact-Hero .hero-subtitle {
        font-size: 16px !important;
    }
}



/* CONTACT SECTION */

.contact-section {
    padding: 120px 0;
    color: #fff;
    overflow: hidden;
}

#form-box {
    padding: 10px;
    margin-top: 80px;
    background: #000;
    border-radius: 35px;
    border: none;
    box-shadow: 0 0 20px #2DC4ED;
    width: 100%;
    height: -webkit-fill-available;
    margin: 0 auto;
}


#form-box .left {
    background: #18181A;
    border-radius: 25px;
    padding: 10px 0;
    margin-left: -20px;
    height: 563px !important;
    box-sizing: border-box;
}

#form-box .heading h2 {
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 10px;
    padding-bottom: 10px;
}

#form-box .left h5 {
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
}

#form-box .left p {
    font-family: 'Inter', sans-serif;
    color: #b9b9b9;
    font-size: 16px !important;
    font-weight: 500;
}


#form-box .left .contact {
    padding: 10px 0;
}

#form-box .left .mail {
    padding-bottom: 10px;
}

#form-box .right form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#form-box .custom-input {
    background: transparent !important;
    border: none;
    border-bottom: 2px solid #3bc4ed !important;
    border-radius: 0;
    color: #fff !important;
}


#form-box form:nth-child(1) div input {
    border-bottom: 1px solid #3bc4ed !important;
}

#form-box form:nth-child(2) div input {
    border-bottom: 1px solid #3bc4ed !important;
}

#form-box form:nth-child(3) div input {
    border-bottom: 1px solid #3bc4ed !important;
}

#form-box form div:nth-child(4) textarea {
    border: 1px solid #3bc4ed !important;
    border-radius: 8px !important;
}

#form-box .custom-input:focus {
    box-shadow: none;
    border-bottom: 1px solid #00eaff;
}

.custom-input::placeholder {
    color: #ffffff !important;
}

#form-box .btn-custom {
    background: #3bc4ed;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    font-size: 16px !important;
    font-weight: 600;
    width: 30%;
}

#form-box .btn-custom:hover {
    background: #2ab8dd;
}



@media (max-width: 1200px) {

    #form-box .btn-custom {
        width: 40%;
    }

}

@media (max-width: 992px) {

    #form-box {
        padding: 30px 15px;
    }

    #form-box .left {
        margin-left: 0px;
        margin-top: -15px;
    }

    #form-box .left {
        height: 500px !important;
    }

    #form-box .btn-custom {
        width: 30%;
    }

}


@media (max-width: 768px) {

    #form-box .btn-custom {
        width: 100%;
    }

}


@media (max-width: 500px) {

    #form-box .heading h2 {
        font-size: 28px;
    }

}

/*===========================================================================================*/

/* Solutions cards animation */
@media (max-width: 768px) {
    
    
    #solutions .solution-card {
        transform: scale(0.92);
        pointer-events: none;
    }
    #solutions .solution-card.active-box {
        transform: scale(1);
        pointer-events: auto;
    }
}

/* Services section animation */
@media (max-width: 768px) {
    
    .services-section .service-card {
        transform: scale(0.92);
        pointer-events: none;
    }
    .services-section .service-card.active-box {
        transform: scale(1);
        pointer-events: auto;
    }
}

/* Core section animation */
@media (max-width: 768px) {
    
    .core-section .box {
        transform: scale(0.92);
        pointer-events: none;
    }
    .core-section .box.active-box {
        transform: scale(1);
        pointer-events: auto;
    }
}

/* Leadership section animation */
@media (max-width: 768px) {
    
    .leadership-section .team-card {
        transform: scale(0.92);
        pointer-events: none;
    }
    .leadership-section .team-card.active-box {
        transform: scale(1);
        pointer-events: auto;
    }
}



.industrygif{
    height: 600px;
    width: 100%;
    text-align: center;
    background-color: black ;
}


.industrygif img{
    height: 600px;
    object-fit: contain;
    width: 100%;
    margin: 0 auto;
    padding-top:8rem ;
}






/* about-hero-section */
#solution-img .images {
    width: 50% !important;
    margin: 0 auto;
}

#solution-img .images img {
    width: 100% !important;
    height: -webkit-fill-available !important;
    object-fit: contain !important;
    position: relative;
    z-index: 2;
    border-radius: 18px;
}
