.nav-hero-container {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #112129B2;
    width: 100%;
    position: relative;
    min-height: 100vh;
}

.background-image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* object-position:1% 30%; */
    z-index: 0;
    mix-blend-mode: multiply;

}

.navbar {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    padding: 1rem;
    background: transparent;
    position: relative;

}

.logo {
    height: 30px;
}

.desktop-nav {
    display: none;
    gap: 4rem;
}

.menu-btn {
    font-size: 24px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.hero {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content {
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    text-align: center;
}

.main-heading {
    font-family: iBrand;
    font-size: 70px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    line-height: 55px;
}

.subheading {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #FFFFFF;
}

.explore-btn {
    background: white;
    color: #4B5466;
    border: 1px solid #4B5466;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    font-family: Inter-Regular;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;

}

.explore-btn img {
    width: 18px;
    height: 13px;

}

.hero-boxes {


    display: flex;
    position: relative;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

.stats-absolute {
    position: absolute;
    bottom: -145%;
    color: #FFFFFF;
    font-family: Inter-Light;
    font-weight: 300;
    width: 130%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
    padding-left: 20%;

}

.info-box {
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #999999;
    padding: 0.8rem 0.5rem;
    border-radius: 8px;
    width: 262px;
    font-size: 0.85rem;
    border: 1.5px solid #D9D9D9;
    font-family: Inter-Regular;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
}

.info-box img {
    height: 24px;
    width: 24px;
}

#info-box {
    opacity: 1;
    transition: opacity 0.5s ease;
    /* smooth fade */
}

#info-box.fade {
    opacity: 0;
}

.info-box.small {
    background: rgba(255, 255, 255, 0.9);
}

.services {
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 32px;
    padding-bottom: 0;
    gap: 0;
    border-radius: 10px 10px 0 0;
    z-index: 3;
    width: 1224px;
    margin: 0 auto;
    font-family: Inter-Light;
    font-size: 16px;
    height: 122px;

}

.service-icon {
    text-align: center;
    flex: 1;
    color: #4B5466;
    box-sizing: border-box;
    height: 100%;
    /* transition: border .5s ease; */
    border-bottom: 1px solid #D9D9D9;
}

.service-icon p {
    font-family: Inter-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #4B5466;
}

.service-icon:hover {
    cursor: pointer;
    color: #1EADD3;
    border-bottom: 2px solid #1EADD3;
}

.service-icon img {
    transition: opacity 0.8s ease;
}

.service-icon1:hover img {
    content: url("../assets/img/product21.svg");
}

.service-icon2:hover img {
    content: url("../assets/img/product22.svg");
}

.service-icon3:hover img {
    content: url("../assets/img/product23.svg");
}

.service-icon4:hover img {
    content: url("../assets/img/product24.svg");
}

.service-icon5:hover img {
    content: url("../assets/img/product25.svg");
}

.service-icon6:hover img {
    content: url("../assets/img/product26.svg");
}

.service-icon img {
    width: 48px;
    height: 48px;
    margin-bottom: 0.5rem;
}

.desktop-nav a,
.menu-root {
    align-content: center;
    cursor: pointer;
}

.desktop-nav a.menu-root {
    margin-right: 5px;

}

.dropdown-toggle {
    padding: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dropdown-toggle::after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-left: 0;

}

.desktop-nav li a {
    margin: 0;
    margin-bottom: 0.5rem;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-have {
    position: relative;
    display: flex;
}

.dropdown-have .dropdown-menu {
    position: absolute;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 13px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    top: 90%;
    right: 0;
    z-index: 999;
}

.dropdown-have:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    font-size: 13px;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1EADD3;
    background-color: aliceblue;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1199px) {
    .services {
        width: 90%;
    }
}

/* Responsive Styles */
@media (min-width: 768px) {
    .main-heading {
        font-size: 70px;
        line-height: 55px;
        font-weight: 400;
        width: 100%;
    }

    .mobile-only {
        display: none;
    }

    .subheading {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }

    .desktop-nav {
        display: flex;

    }

    .desktop-nav a {
        font-family: Inter-Regular;
        text-decoration: none;
        color: #FFFFFF;
        gap: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }
.desktop-nav li a{
    color: #4B5466;
}
    .navbar {
        gap: 10%;
        justify-content: center;
        font-family: Inter-Regular;
        font-weight: 400;
        font-size: 13px;
        padding: 1.5rem 1rem;
        border-bottom: 1px solid #BBBFC5;
    }

    .menu-btn {
        display: none;
    }

    .desktop-only {
        display: flex;
    }

}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .navbar {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 1.5rem 1rem;
    }

    .background-image {
        object-position: center;
    }

    .nav-hero-container {
        min-height: 100dvh;
        max-height: fit-content;
        justify-content: space-between;
    }

    .subheading {
        margin-bottom: 3rem;
    }

    .explore-btn {
        margin-bottom: 3rem
    }

}

@media (max-height:630px) {
    .nav-hero-container {
        min-height: 130dvh;
    }

}




.carousel-container {
    overflow-x: hidden;
    white-space: nowrap;
    background: #112129;
    border-top: 1px solid rgb(95, 94, 94);
    padding: 2rem 0;
    display: none;
    flex-direction: column;
    gap: 24px;
    z-index: 3;
    font-family: Inter-Light;
}

.carousel-track {
    display: flex;
    gap: 12px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding: 0 10px;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-item {
    flex: 0 0 auto;
    width: 130px;
    height: 155px;
    background: transparent;
    border: 1px solid #1EADD3;
    border-radius: 40px;
    text-align: center;
    color: #1EADD3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 10px;
    transition: 0.3s;
}

.carousel-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    /* filter: brightness(0) invert(1); */
    /* Makes SVG white */
}

.carousel-item p {
    width: 60%;
    font-family: Inter-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.carousel-item:hover {
    background-color: rgba(0, 224, 255, 0.1);
    box-shadow: 0 0 10px #00e0ff;
}

.carousel-indicator {
    width: 80%;
    height: 1.5px;
    background: #1a2b3c;
    position: relative;
    /* margin-top: 8px; */
    margin-left: auto;
    margin-right: auto;
}

.dot {
    display: block;
    height: 3px;
    width: 20%;
    background: #00e0ff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.3s ease;
    border-radius: 2px;
}

/* @media (max-width:340px) {
    .carousel-item{
        width: 100px;
        height: 120px;
    }
    .carousel-container{
        padding: 1rem 0;
        gap: 1rem;
    }
    .carousel-item img{
        height: 50px;
        width: 50px;
    }
    
} */

@media (max-width:768px) {
    .carousel-container {
        display: flex;
    }

}

@media (max-width:426px) {

    .main-heading {
        font-size: 50px;
        line-height: 50px;
    }

    .subheading,
    .explore-btn {
        margin-bottom: 1rem
    }

    .explore-btn {
        font-size: 12px;
    }

    .explore-btn img {
        width: 16px;
        height: 12px;
    }

}

@media (max-width:321px) {
    .main-heading {
        font-size: 40px;
        line-height: 40px;
    }

    .subheading {
        font-size: 15px;
        line-height: 20px;
    }

    .carousel-item {
        width: 120px;
        height: 145px;
    }

    .carousel-item p {
        width: 80%;
        font-size: 12px;
        line-height: 16px;
    }

    .carousel-item img {
        width: 60px;
        height: 60px;
    }
}