.tech {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: start;
    font-family: "Roboto", sans-serif;

}

@media (max-width: 991px) {
    .tech {
        max-width: 100%;
    }
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #008aff;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s, transform 0.3s;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

#scrollToTopBtn.show {
    display: block;
}


.hero-section {
    background-image: url(imgs/solution-hero.jpg);
    display: flex;
    min-height: 680px;
    max-width: 100%;
    width: 100%;
    align-items: start;
    gap: 10px;
    overflow: hidden;
    justify-content: start;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image {
    display: flex;
    min-width: 240px;
    width: 100%;
    padding-bottom: 124px;
    flex-direction: column;
}

@media (max-width: 991px) {
    .image {
        padding-bottom: 100px;
    }
}

/* .header {
    background-color: rgba(34, 45, 57, 0.5);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    line-height: 1.4;
    justify-content: center;
    padding: 8px 32px;
}

@media (max-width: 991px) {
    .header {
        max-width: 100%;
        padding: 0 0px;
    }
}

.header-data {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
} */

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* .menu-list {
    display: none;
}

.menu-list {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 28px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    justify-content: start;
    flex-wrap: wrap;
    margin: auto 0;
    font: 14px Roboto, sans-serif;
}

@media (max-width: 991px) {
    .menu-list {
        max-width: 100%;
    }
}

.menu-list.show {
    display: block;
}

.hamburger {
    cursor: pointer;
    padding: 16px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #ffffff;
}

.menu-list div {
    color: #fff;
    padding: 8px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 768px) {
    .menu-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        width: 100%;
        background-color: #333;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        line-height: 38px;
    }

    .menu-list.active {
        display: flex;
    }

    .header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 769px) {
    .hamburger {
        display: none;
    }

    .menu-list {
        display: flex;
    }
}

.position {
    justify-content: space-between;
}

.menu-list a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    display: block;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.menu-list a:hover {
    color: #008aff;
    padding-left: 15px;
} */

.img {
    aspect-ratio: 0.97;
    object-fit: contain;
    object-position: center;
    width: 57px;
    margin-top: 4px;
}

.jaltix {
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
}

.tech-labs-pvt-ltd {
    color: rgb(236 236 236);
    font-size: 11px;
    z-index: 10;
    margin-top: -6px;
}

.hero-heading {
    transform: rotate(5.460197627371599e-9rad);
    color: rgba(255, 255, 255, 1);
    align-self: start;
    margin: 479px 0 0 37px;
    font: 600 48px/55px Roboto, sans-serif;
}

@media (max-width: 991px) {
    .hero-heading {
        max-width: 100%;
        margin-top: 303px;
        font-size: 40px;
        line-height: 51px;
    }
}

/*===== header css end======*/

.Footer {
    background-color: rgba(34, 45, 57, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

@media (max-width: 991px) {
    .Footer {
        max-width: 100%;
        padding: 20px;
    }
}

.Footer-data {
    display: flex;
    margin-top: 40px;
    align-items: start;
    gap: 40px 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
}

@media (max-width: 991px) {
    .Footer-data {
        max-width: 100%;
    }
}

.community {
    border-radius: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    width: 123px;
}

.community-2 {
    color: var(--White, #fff);
    font: 400 24px/1 Roboto, sans-serif;
}

.learners-leadership-partners-developers {
    color: var(--Text-On-Dark, #adb7c2);
    align-self: start;
    margin-top: 25px;
    font: 500 18px/28px HK Grotesk, sans-serif;
}

.links {
    border-radius: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    width: 143px;
}

.quick-links {
    color: var(--White, #fff);
    font: 400 24px/1 Roboto, sans-serif;
}

.career-about-us-contact-privacy-policy {
    color: var(--Text-On-Dark, #adb7c2);
    margin-top: 25px;
    font: 500 18px/28px HK Grotesk, sans-serif;
}

.about {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: start;
    color: var(--Text-On-Dark, #adb7c2);
    width: 420px;
    justify-content: start;
    font: 400 18px Roboto, sans-serif;
}

.text {
    border-radius: 0px 0px 0px 0px;
    align-self: stretch;
    width: 100%;
    padding-bottom: 9px;
    line-height: 28px;
}

@media (max-width: 991px) {
    .text {
        padding-right: 20px;
    }
}

.img-21 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 36px;
}

.text-2 {
    border-radius: 0px 0px 0px 0px;
    margin-top: 32px;
    width: 157px;
    max-width: 100%;
    white-space: nowrap;
    line-height: 2;
}

@media (max-width: 991px) {
    .text-2 {
        white-space: initial;
    }
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 8px;
}

.social-icon {
    color: #fff;
    background-color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-icon:hover {
    background-color: #555;
}

.social-icon i {
    font-size: 24px;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.linkedin {
    background-color: #0077b5;
}

.instagram {
    background-color: #e1306c;
}

.social-icon:hover.facebook {
    background-color: #2d4373;
}

.social-icon:hover.twitter {
    background-color: #0c85d0;
}

.social-icon:hover.linkedin {
    background-color: #005983;
}

.social-icon:hover.instagram {
    background-color: #c32c60;
}

/* General styles */

.produtcs-sec {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 1310px;
    margin: 60px 100px;
}

@media (max-width: 640px) {
    .produtcs-sec {
        padding: 20px;
        width: 100%;
    }
}

.headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.main-heading {
    color: rgba(1, 35, 91, 1);
    align-self: center;
    font: 600 48px / 1.1 Roboto, sans-serif;
}

@media (max-width: 640px) {
    .main-heading {
        font-size: 32px;
    }
}

.span {
    color: #01235b;
}

.sub-tittle {
    color: #160647;
    font: 20px "Inter", sans-serif;
}

.Types-of-products {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
}

@media (max-width: 991px) {
    .Types-of-products {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .div-6 {
        flex-wrap: wrap;
    }
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border: 1px solid #45aef7;
    border-radius: 28px;
    flex: 1;
    background-color: #fff;
}

.product-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(1, 172, 240, 0.5);
    border-radius: 50%;
    margin-bottom: 7px;
    font-size: 24px;
    color: #45aef7;
}

.product-name {
    color: #1f2937;
    font: 600 18px "Manrope", sans-serif;
}

.div-10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border: 1px solid #45aef7;
    border-radius: 28px;
    flex: 1;
    background-color: #fff;
}

.div-11 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(1, 172, 240, 0.5);
    border-radius: 50%;
    margin-bottom: 7px;
    background-color: #fff;
}

.div-12 {
    color: #1f2937;
    font: 600 20px "Manrope", sans-serif;
}

.div-13 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border: 1px solid #45aef7;
    border-radius: 28px;
    flex: 1;
    background-color: #fff;
}

.div-14 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(1, 172, 240, 0.5);
    border-radius: 50%;
    margin-bottom: 7px;
    background-color: #fff;
}

.div-15 {
    color: #1f2937;
    font: 600 20px "Manrope", sans-serif;
}

.div-16 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border: 1px solid #45aef7;
    border-radius: 28px;
    flex: 1;
    background-color: #fff;
}

.div-17 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(1, 172, 240, 0.5);
    border-radius: 50%;
    margin-bottom: 7px;
    background-color: #fff;
}

.div-18 {
    color: #1f2937;
    font: 600 20px "Manrope", sans-serif;
}

.div-19 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px;
    border: 1px solid #45aef7;
    border-radius: 28px;
    flex: 1;
    background-color: #fff;
}

.div-20 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74px;
    height: 74px;
    border: 1px solid rgba(1, 172, 240, 0.5);
    border-radius: 50%;
    margin-bottom: 7px;
    background-color: #fff;
}

.div-21 {
    color: #1f2937;
    font: 600 20px "Manrope", sans-serif;
}

.White-Label-sec {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 60px 100px;
    width: 1310px;
}

@media (max-width: 991px) {
    .White-Label-sec {
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .White-Label-sec {
        padding: 20px;
    }
}

.White-Label-data {
    flex: 1;
}

.tittle {
    color: #94a2b3;
    margin-bottom: 24px;
    font: 18px "Poppins", sans-serif;
    line-height: 1.5;
}

.button {
    color: #fff;
    border: none;
    border-radius: 99px;
    padding: 16px 40px;
    cursor: pointer;
    background-color: #01acf0;
    font: 18px "Poppins", sans-serif;
}

.White-Label-card {
    border-radius: 20px;
    padding: 24px;
    color: #fff;
    width: 736px;
    background-color: #020713;
}

@media (max-width: 991px) {
    .White-Label-card {
        width: 100%;
    }
}

.WhiteLabel-card-data {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 13px;
}

.tittle-2 {
    margin-bottom: 5px;
    color: #ffffff;
    font: 700 19px "Inter", sans-serif;
}

.sub-tittle-2 {
    color: #9499a6;
    font: 20px "Poppins", sans-serif;
}

.back-office {
    display: flex;
    flex-direction: column;
    padding: 60px 100px;
}

@media (max-width: 640px) {
    .back-office {
        padding: 20px;
    }
}

.mt-20 {
    margin-top: 20px;
}

.back-office-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 32px;
}

@media (max-width: 991px) {
    .back-office-features {
        flex-direction: column;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .back-office-features {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

.back-office-feature {
    border: 2px solid #01acf0;
    border-radius: 36px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
}

.office-feature-data {
    display: flex;
    flex-direction: column;
    margin-left: 13px;
    gap: 12px;
    width: 280px;
}

.product-title {
    color: #160647;
    font: 17px "Inter", sans-serif;
}

.API-Integrations {
    display: flex;
    align-items: center;
    gap: 75px;
    padding: 60px 100px;
}

@media (max-width: 991px) {
    .API-Integrations {
        flex-direction: column;
        padding: 20px;
    }
}


.API-image-sec {
    position: relative;
}

@media (max-width: 991px) {
    .API-image-sec {
        width: 100%;
    }
}

.main-image {
    width: 400px;
    height: 470px;
    object-fit: cover;
}

.secondary-image {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.API-sec-data {
    max-width: 713px;
}

.blue-tittle {
    color: #008aff;
    margin: 40px 0;
    font: 18px "Poppins", sans-serif;
}

.Partnerships-sec {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 100px;
}

@media (max-width: 991px) {
    .Partnerships-sec {
        flex-direction: column;
        padding: 20px;
    }
}

.Partnerships-sec-data {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 645px;
}

.Partnerships-types {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.circle-number {
    background-color: #008aff;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.Partner {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.Partner-data {
    flex: 1;
}

.Partner-tittle {
    color: #222d39;
    margin-bottom: 13px;
    font: 24px "Poppins", sans-serif;
}

.Partners-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 539px;
}

@media (max-width: 991px) {
    .Partners-images {
        width: 100%;
    }
}

.img-helight {
    display: flex;
    align-items: end;
}

.image-1 {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.image-2 {
    width: 90%;
    height: auto;
    object-fit: cover;
}

.image-3 {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.image-4 {
    width: 292px;
    height: auto;
    object-fit: cover;
}

.Jaltix-Works {
    padding: 60px 100px;
    background-color: #f7f9fc;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (max-width: 991px) {
    .Jaltix-Works {
        padding: 20px;
    }
}


.Jaltix-Works-data {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 32px;
    width: 1310px;

}

@media (max-width: 991px) {
    .Jaltix-Works-data {
        flex-direction: column;
        width: 100%;
    }
}

.Jaltix-Works-card {
    flex: 1;
    padding: 22px 12px;
    text-align: center;
}

.Square-icon {
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.Square-icon i {
    font-size: 20px;
}

.Square {
    width: 64px;
    height: 64px;
    border-radius: 2px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #008aff;
}

.navbar-transparent {
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    transition: background 0.3s ease-in-out;
}

.jaltix-logo {
    align-self: stretch;
    display: flex;
    align-items: start;
    gap: 7px;
    font-family: Poppins, sans-serif;
    width: 200px;
    margin: auto 0;
    padding: 1px 16px;
}

.jaltix-logo-text {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .jaltix-logo-text {
        max-width: 100%;
    }
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 1px;
    color: #333;
}

.navbar-nav .nav-link {
    padding: 8px 16px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 18px;
    letter-spacing: 0.7px;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.4);
    color: #000;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
}

.custom-toggler-icon {
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    position: relative;
}

.custom-toggler-icon::before,
.custom-toggler-icon::after {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.custom-toggler-icon::before {
    top: -8px;
}

.custom-toggler-icon::after {
    top: 8px;
}