@font-face {
    font-family: 'DM Sans';
    src: url('../lib/fonts/DM_Sans/static/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
    font-weight: 100 900;
    /* variable weight range */
    font-style: normal;
}

body {
    font-family: 'DM Sans', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    font-family: 'DM Sans', sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    font-family: 'DM Sans', sans-serif;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


#mouse-ball {
    opacity: 0;
    width: 10px;
    height: 10px;
    transform-origin: center;
    transition: background-color 0.3s ease;
    will-change: transform;
    border-radius: 50%;
    z-index: 9999;
}

.hero-heading {
    font-size: 3.4rem;
    line-height: 1.0;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: hwb(215 12% 78%);
    left: 85%;
    width: 45vw;
    transform: translate(-40%, 25%);
}

#hero {
    padding-top: 2.5rem;
}

.word {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
}

.word:nth-child(1) {
    animation-delay: 0.7s;
}

.word:nth-child(2) {
    animation-delay: 1.0s;
}

.word:nth-child(3) {
    animation-delay: 1.3s;
}

.word:nth-child(4) {
    animation-delay: 1.7s;
}

.word:nth-child(5) {
    animation-delay: 2.0s;
}

.text-gray {
    color: #94A3B8;
}

.description-block {
    position: absolute;
    right: 12%;
    top: 30%;
    width: 25vw;
    text-align: center;
}

.description-block p {
    position: relative;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: 1px;
    color: #64748B;
    text-align: start;
    left: 20%;
    font-size: 22px;
    font-style: italic;

}

@media (max-width: 800px) {

    .word {
        display: inline-block;
        opacity: 0;
        transform: translateY(20px);
    }

    #hero {
        padding-top: 3rem;
    }

}

.pd-top-5 {
    padding-top: 10rem;
}

/* 
.image-3d-wrapper.hovered .image-3d-inner {
    box-shadow: 0 20px 60px rgba(255, 255, 255, 0.15), 0 8px 30px rgba(0, 0, 0, 0.2); 
} */
.responsive-section {
    background: rgba(100, 100, 100, 0.1);
    padding: 3rem 8rem;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    margin-top: -20%;
}

.custom-grid {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
    gap: 2rem;
    align-items: stretch;
}

.custom-grid-1 {
    display: grid;
    grid-template-columns: 6fr 6fr;
    margin-top: 2rem;
    gap: 2rem;
    align-items: stretch;
}

@media (max-width: 1024px) {
    .responsive-section {
        padding: 3rem 4rem;
    }

}

@media (max-width: 768px) {
    .responsive-section {
        padding: 2rem;
        margin-top: -64%;
    }

    .pd-top-5 {
        padding-top: 6rem;
    }
}

.blocked {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 350px;
    max-height: 400px;
    overflow: hidden;
    transition: border-radius 0.1s ease;
    border-radius: 4%;
}

.blocked-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 240px;
    max-height: 400px;
    overflow: hidden;
    transition: border-radius 0.1s ease;
    border-radius: 20px;
}

.blocked:hover #mouse-ball {
    background-color: white;
}

.blocked:hover .text-box {
    background-color: white;
}

.white-ball:hover~#mouse-ball {
    background: white;
}


.block-2 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.block-2>div {
    flex: 1;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .responsive-section {
        padding: 3rem 4rem;
    }

    .custom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .custom-grid-1 {
        grid-template-columns: 1fr 1fr;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .responsive-section {
        padding: 2rem;
    }

    .custom-grid {
        grid-template-columns: 1fr;

    }

    .custom-grid-1 {
        grid-template-columns: 1fr;

    }

    .blocked-1 {

        height: 300px;
    }
}

@media (max-width: 768px) {
    .hero-heading {
        position: static;
        transform: none;
        text-align: center;
        font-size: 2.3rem;
        padding: 1.5rem 0;
        margin: 0 auto;
        width: 75vw;
    }

    .description-block {
        position: absolute;
        top: 80%;
        left: 0%;
        padding: 0px;
        padding-left: 0px;
        margin-left: 0px;
        display: flex;
        align-items: start;
        justify-content: center;
    }

    .description-block p {
        text-align: start;
        font-size: 1.5rem;
        position: absolute;
        width: 200px;
        padding: 0px;
        margin: 0px;
        display: none;
    }

}

.heading {
    font-size: 5rem;
    line-height: 1.1;
    font-weight: 500;
    color: #000;
}

.description {
    font-size: 1.8rem;
    line-height: 1.0;
    font-weight: 300;
    color: #64748B;
    font-style: italic;
}

.gradient-shaded {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(to top, white 35%, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.testimonials-block-2 {
    background-size: 100% 80%;
    background-position: top;
    background-repeat: no-repeat;
    margin-bottom: 1.4rem;
}

.testimonials-block-3 {
    background-size: 100% 90%;
    background-position: top;
    background-repeat: no-repeat;
}

.testimonials-block-4,
.testimonials-block-5,
.testimonials-block-6 {
    background-size: 100% 75%;
    background-position: top;
    background-repeat: no-repeat;
}

.testimonials-block-5 {
    margin-top: -7rem;
}

.testimonials-block-6 {
    margin-top: -2rem;
}

@media (max-width: 768px) {

    .testimonials-block-2,
    .testimonials-block-3,
    .testimonials-block-4,
    .testimonials-block-5,
    .testimonials-block-6 {
        background-size: 100% 100%;
    }

    .testimonials-block-1 {
        margin-bottom: 2rem;
    }

    .testimonials-block-4,
    .testimonials-block-5 {
        margin-bottom: 7.5rem;
    }

    .testimonials-block-5 {
        margin-bottom: 3rem;
    }

    .gradient-shaded {
        height: 20%;
    }
}

.tilt-div {
    position: absolute;
    bottom: 3rem;
    left: 1rem;
    background-color: white;
    transform: rotate(-6deg);
    transform-origin: bottom left;
    margin-top: -1.25rem;
    width: 10%;
    max-width: 590px;
    border-radius: 0.375rem;
    border: 1px solid #000;
}

@media (max-width: 639px) {
    .tilt-div {
        left: 1.2rem;
        bottom: 3rem;
        width: 90%;
        max-width: 28rem;
        transform: rotate(-10deg);
    }

    .contact-email {
        font-size: 1.1rem;
        padding-bottom: 1rem;
    }

    .description {
        font-size: 1.5rem;
        line-height: 1.1;
        font-weight: 300;
        color: #64748B;
        font-style: italic;
    }
}

.contact-email {
    font-size: 2.5rem;
    font-weight: 500;
}


@media (min-width: 640px) {
    .tilt-div {
        left: 1.25rem;
        bottom: 2.5rem;
        width: 96%;
        max-width: 28rem;
    }

    .middleSingleCard0 {
        width: 100vw;
    }
}

@media (min-width: 768px) {
    .tilt-div {
        left: 1.1rem;
        bottom: 3rem;
        width: 94%;
        max-width: 36rem;
    }

}

@media (min-width: 1024px) {
    .tilt-div {
        left: 1.25rem;
        bottom: 2.5rem;
        width: 95%;
        max-width: 40rem;
        padding: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .tilt-div {
        left: 1.3rem;
        bottom: 2.9rem;
        transform: rotate(-5deg);
        padding: 0px;
    }

    .contact-email {
        padding: 0px;
        margin: 0px;
        font-size: 2.5rem;
    }
}

@media (min-width: 1600px) {
    .tilt-div {
        left: 1rem;
        bottom: 2.7rem;
        transform: rotate(-4deg);
        padding: 0px;
    }

    .contact-email {
        padding: 0px;
        margin: 0px;
        font-size: 4rem;
    }
}

#mobile-menu {
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.active {
    font-weight: bold;
    color: #E20074;
    position: relative;
}

.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    border-radius: 2px;
}

.mobile-view-only {
    display: none !important;
}

@media (max-width: 900px) {

    .middleSingleCard,
    .middleSingleCard2 {
        display: none !important;
    }

    .middleSingleCard0 {
        width: 100% !important;
        max-width: 100vw !important;
        border-radius: 0 !important;
        /* Remove border radius if needed */
    }

    footer {
        flex-direction: column !important;
        max-width: 100vw !important;
        padding: 0 !important;
    }



    .mobile-view-only-flex {
        display: flex !important;
    }

}

.descP {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8%;
    margin-right: 8%;
    text-align: justify;
    font-size: 1.25rem;
    line-height: 1.0;
}

.titleFlex {
    width: 80%;
}

@media (max-width: 800px) {
    .descP {
        margin-top: 0px;
        margin-bottom: 3rem;
        margin-left: 0px;
        margin-right: 2%;
        text-align: left;
        font-size: 1.25rem;
    }

    .titleFlex {
        width: 100%;
    }
}

.container {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

.custom-section {
    position: relative;
    width: 100%;
    height: 500px;
    background: rgba(49, 49, 49, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(21px);
    overflow: visible;
    margin-top: 15rem;
    z-index: 25;
}

.about-description {
    align-items: end;
    margin-right: 6rem;
    margin-top: 2rem;
    text-align: left;
}

.service-description {
    align-items: end;
    margin-top: 2rem;
    text-align: right;
}

.about-heading {
    margin-left: 5rem;
    letter-spacing: 2%;
}

.hero-heading-upper span {
    letter-spacing: 3px;
}

.about-description-top {
    padding-right: calc(var(--spacing) * 18);
}

@media screen and (max-width: 800px) {

    .hero-heading-upper span {
        letter-spacing: 0px;
    }

    .service-description {
        text-align: center;
        font-size: 24px;
        line-height: 1.0;
    }

    .about-heading {
        margin: 0 auto;
        text-align: center;
        font-size: 40px;
        line-height: 1.0;
    }

    .about-description-top {
        padding-right: 0px;
        margin-left: 2%;
    }

    .about-description {
        margin: 5% 2%;
        text-align: center;
        align-items: center;
        width: 100%;
        font-size: 24px;
        line-height: 1.0;
    }

    .container {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .about-leadership-heading {
        justify-content: center;
    }

    .leadership-desc {
        display: flex;
        justify-content: center;
    }

}

.about-3d-ball-image {
    position: absolute;
    top: 0%;
    right: 0%;
    transform: translate(-40%, -50%);
    width: 100%;
    max-width: 600px;
    z-index: 1;
    pointer-events: none;
}


.about-3d-ball-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-main-div1 {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 30%;
    max-width: 400px;
    height: 100px;
    border-radius: 0.375rem;
    padding: 1rem 1.5rem;
    background: white;
    line-height: 36px;
}

.about-main-div2 {
    position: absolute;
    top: 35%;
    left: 20%;
    width: 27%;
    max-width: 400px;
    height: 100px;
    border-radius: 0.375rem;
    padding: 1rem 1.5rem;
    background: white;
    line-height: 36px;
}

.about-main-div3 {
    position: absolute;
    top: 60%;
    left: 37%;
    width: 27%;
    max-width: 400px;
    height: 100px;
    border-radius: 0.375rem;
    padding: 1rem 1.5rem;
    background: white;
    line-height: 36px;
}

.about-main-div4 {
    position: absolute;
    top: 60%;
    left: 70%;
    width: 25%;
    max-width: 400px;
    height: 100px;
    border-radius: 0.375rem;
    padding: 1rem 1.5rem;
    background: white;
    line-height: 36px;
}


@media (max-width: 800px) {
    .custom-section {
        height: 450px;
    }

    .about-3d-ball-image {
        width: 80%;
        top: 0%;
        left: 50%;
        padding: 0px;
        margin: 0px;
        transform: translate(-50%, -50%);
    }

    .about-main-div1,
    .about-main-div2,
    .about-main-div3,
    .about-main-div4 {
        height: 18%;
        margin: 0px auto;
        width: 85%;
    }


    .about-main-div1 {
        top: 5%;
        left: 7%;
    }

    .about-main-div2 {
        top: 27%;
        left: 7%;
    }

    .about-main-div3 {
        left: 7%;
        top: 50%;
    }

    .about-main-div4 {
        top: 75%;
        left: 7%;
    }

    .about-main-div1>div:first-child,
    .about-main-div2>div:first-child,
    .about-main-div3>div:first-child,
    .about-main-div4>div:first-child {
        font-size: 1.5rem;
    }

    .about-main-div1>div:last-child,
    .about-main-div2>div:last-child,
    .about-main-div3>div:last-child,
    .about-main-div4>div:last-child {
        font-size: 1rem;
    }

}

.vision-div-container {
    position: relative;
}

.vision-div-scale {
    transform: scale(0.6);
    transform-origin: center;
    overflow: hidden;
}

.vision-div {
    position: relative;
    background-image: url('../assets/images/about-tilt-bg.png');
    background-size: contain;
    background-position: start;
    background-repeat: no-repeat;
    display: flex;
    transform: scale(0.9);
    align-items: flex-start;
    gap: 1.5rem;
}

.vision-div-heading {
    position: absolute;
    bottom: -12%;
    left: 3.3%;
    color: black;
    z-index: 10000;
    display: flex;
    font-size: 2.5rem;
    align-items: center;
    gap: 0.5rem;
}

.foreground-image {
    position: relative;
    z-index: 10;
    width: auto;
    max-width: 100%;
    height: auto;
}

.vision-text {
    font-weight: 400;
    font-style: italic;
    font-size: 2rem;
    line-height: 36px;
    color: #94A3B8;
    max-width: 600px;
}

.svg-1 {
    height: 35px;
    width: 35px;
}


@media (max-width: 768px) {
    .bg-vision-mission {
        margin-top: 4rem;
    }

    .vision-div {
        transform: none;
        background-position: start;
        background-size: contain;
        gap: 1rem;
        padding: 1rem;
        margin: 0 auto;
    }

    .foreground-image {
        width: 40%;
        transform: scale(1.1);
        left: 6%;
        top: 1%;
    }

    .vision-text {
        width: 100%;
        margin-left: 2rem;
        font-size: 1.2rem;
        line-height: 1.1;
        text-align: left;
        padding-right: 1rem;
    }

    .vision-div-heading {
        bottom: -25%;
        left: 3%;
        font-size: 1rem;
        margin: 1rem;
    }

    .svg-1 {
        height: 25px;
        width: 25px;
    }
}




.mission-div {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 2rem;
    background-image: url('../assets/images/about-tilt-bg-1.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    transform: scale(0.9);
}

.mission-text {
    max-width: 550px;
    font-weight: 400;
    font-style: italic;
    font-size: 2rem;
    line-height: 36px;
    color: #94A3B8;
    margin-bottom: 1rem;
    text-align: right;
}

.mission-foreground-image {
    flex-shrink: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    z-index: 10;
}

.mission-div-heading {
    position: absolute;
    top: -12%;
    right: 5%;
    color: black;
    z-index: 10000;
    display: flex;
    font-size: 2.5rem;
    align-items: center;
    gap: 0.5rem;
}



@media (max-width: 768px) {
    .mission-div {
        margin-top: 8rem;
        transform: none;
        background-position: start;
        background-size: contain;
        gap: 1rem;
        padding: 1rem;
    }

    .mission-foreground-image {
        width: 40%;
        transform: scale(1.1);
        left: -5%;
        top: 1%;
    }

    .mission-text {
        width: 100%;
        margin-right: 0.5rem;
        font-size: 1.2rem;
        line-height: 1.1;
        text-align: left;
        padding-right: 1rem;
    }

    .mission-div-heading {
        top: -25%;
        right: 3%;
        font-size: 1rem;
        margin: 1rem;
    }

    .svg-1-mission {
        height: 25px;
        width: 25px;
    }
}

.about-middle-line {
    width: 100%;
    position: absolute;
    top: 25%;
    left: 0;
}

.full-width-line {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .about-middle-line {
        display: none;
    }
}

.about-leadership {
    position: relative;
    width: 100%;
    background-color: black;
    margin-top: 10rem;
    z-index: 99;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.heading-container {
    font-weight: 500;
    font-size: 78px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .heading-container {
        font-size: 48px;
        line-height: 50px;
    }

    .heading {
        text-align: center;
        font-size: 4rem;
    }
}

@media (max-width: 480px) {
    .heading-container {
        font-size: 36px;
        line-height: 40px;
    }
}

.leadership-desc {
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    margin-top: 3%;
    max-width: 90%;
}

@media (max-width: 768px) {
    .leadership-desc {
        font-size: 24px;
        line-height: 30px;
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .leadership-desc {
        font-size: 18px;
        line-height: 24px;
    }
}


.card-container {
    display: flex;
    gap: 25%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10%;
}

.leadership-card-2 {
    margin-top: 10%;
}


.leadership-card {
    width: 360px;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-header {
    display: flex;
    align-items: end;
    gap: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
}

.card-name {
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 0;
}

.card-role {
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    flex-shrink: 1;
}

.card-desc {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 1.4;
}

.card-bottom {
    margin-top: 10%;
}

@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }

    .leadership-card {
        width: 80%;
    }

    .card-bottom {
        margin-top: 24px;
    }

    .card-name {
        font-size: 24px;
    }

    .card-desc {
        font-size: 16px;
    }

    .card-image img {
        width: 70%;
        height: auto;
        border-radius: 6px;
        display: block;
        margin: 0 auto;
    }

    .card-header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Responsive for phones */
@media (max-width: 480px) {
    .leadership-card {
        width: 100%;
    }

    .card-name {
        font-size: 20px;
    }

    .card-role {
        font-size: 14px;
    }

    .card-desc {
        font-size: 14px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }
}


.clip-path {
    position: absolute;
    bottom: -28%;
    right: -10%;
}

.clip-path-1 {
    position: absolute;
    bottom: 0%;
    right: 0%;
}

@media screen and (max-width: 800px) {
    .leadership-heading {
        font-size: 3rem;
    }

    .clip-path {
        width: 50%;
        bottom: -23%;
        right: -15%;
    }

    .clip-path-1 {
        width: 100px;
    }

    .clip-line {
        display: none;
    }

}

.about-statics {
    position: relative;
    width: 100%;
    background: rgba(49, 49, 49, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(2px);
    overflow: visible;
    margin-top: 10rem;
    z-index: 15;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.about-sets-apart>div {
    max-width: 80%;
    margin-left: auto;
    margin-right: 0;
}

.about-stat-bg {
    left: 45%;
    top: 15%;
}

.about-stat-bg>svg {
    width: 700px;
    height: 700px;

}

@media screen and (max-width: 800px) {
    .about-sets-apart>div {
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
    }

    .about-sets-apart>div>div:first-child {
        font-size: 1.2rem;
    }

    .about-sets-apart>div>div:last-child {
        font-size: 1rem;
    }

    .about-stat-bg {
        left: -10%;
        top: 25%;
    }

    .about-stat-bg>svg {
        width: 400px;
        height: 500px;

    }

}

.company-name {
    font-weight: bold;
    /* color: black; */
}

.expertise-title {
    font-weight: 400;
    font-size: 56px;
    letter-spacing: 0;
    margin: 0 auto 0 0;
    max-width: 1000px;
    line-height: 0.9;
    text-align: left;
}

.approach-title {
    font-weight: 400;
    font-size: 64px;
    letter-spacing: 0;
    margin: 0 auto 0 0;
    line-height: 0.9;
    text-align: left;
    max-width: 1000px;
}

@media (max-width: 767px) {
    .expertise-title {
        font-size: 28px;
        max-width: 100%;
        margin: 0 auto;
    }

    .approach-title {
        font-size: 28px;
        max-width: 100%;
        margin: 0 auto;
    }

    .expertise-heading {
        font-size: 21px;
    }

    .ai-tools-card-desc {
        text-align: left;
    }
}

@media (min-width: 1024px) {
    .expertise-title {
        font-size: 78px;
        max-width: 1000px;
    }
}

.capabilities-wrapper {
    justify-content: flex-end !important;
}

.capabilities-wrapper img {
    display: block;
    max-width: 200px;
    width: 100%;
    height: auto;
}

#core-services {
    width: 80%;
    margin: 5% auto;
}


.core-services-heading {
    font-size: 4rem;
    width: 40%;
    line-height: 0.9;
}

@media screen and (max-width: 800px) {
    .core-services-heading {
        font-size: 2rem;
        width: 100%;
        text-align: center;
    }
}

.text-silver-gray {
    color: #64748B;
}

.services-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: nowrap;
}

.services-flex>div.flex-grow {
    min-width: 0;
    flex-grow: 0;
    flex-shrink: 1;
    width: 70%;
}

@media screen and (max-width: 800px) {
    .services-flex {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .services-flex>div.flex-shrink-0 {
        min-width: 0;
        width: 100%;
        flex-grow: 0;
        flex-shrink: 1;
    }

    .services-flex>div.flex-grow {
        min-width: 0;
        flex-grow: 0;
        flex-shrink: 1;
        width: 100%;
        letter-spacing: 1px;
    }

    .mobile-center {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #core-services {
        width: 100%;
        margin: auto;
    }

    .custom-btn {
        padding: 0.5rem 1rem;
    }
}

.custom-btn {
    padding: 0.25rem 0.5rem;
    border: 1px solid white;
    border-radius: 0.5rem;
    color: black;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.custom-btn:hover {
    background-color: black;
    color: #e20074;
}

.services-div {
    border-bottom: 1px solid #64748B;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
}

.services-image-wrapper {
    flex: 1 1 30%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
}

.image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.image {
    width: 100%;
    height: auto;
    display: block;
}

.note-text {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    background: transparent;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    text-align: left;
}

.note-desc {
    margin-top: 0.5rem;
    color: #94A3B8;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.3;
}

@media (max-width: 800px) {
    .image-container {
        flex-direction: column;
        align-items: center;
    }

    .services-image-wrapper {
        max-width: 70%;
    }

    .note-text {
        font-size: 1.5rem;
    }
}

.services-image-wrapper:nth-child(1) {
    transform: translateY(0);
}

.services-image-wrapper:nth-child(2) {
    transform: translateY(30%);
}

.services-image-wrapper:nth-child(3) {
    transform: translateY(60%);
}

.services-image-wrapper {
    transition: transform 1s ease-in-out;
}

.clip-line {
    top: 27%;
    left: 35%;
}

.capabilities-div {
    padding-bottom: 300px;
}

@media (max-width: 800px) {

    .services-image-wrapper:nth-child(1) {
        transform: translateY(0);
        margin: 0 auto;
    }

    .services-image-wrapper:nth-child(2) {
        transform: translateY(0%);
        margin: 0 auto;
    }

    .services-image-wrapper:nth-child(3) {
        transform: translateY(00%);
        margin: 0 auto;
    }

    .clip-line {
        display: none;
    }

    .capabilities-div {
        padding-bottom: 0px;
    }

}

.mobile-vision-mission-section {
    display: none;
}

/* Hide desktop section on mobile */
@media (max-width: 768px) {
    .desktop-vision-mission {
        display: none;
    }

    .mobile-vision-mission-section {
        display: block;
    }
}

.about-statics-heading {
    font-size: 3.75rem;
}

.about-statics-heading>svg {
    height: 60px;
    width: 60px;
}

@media (max-width: 768px) {
    .about-statics-heading {
        font-size: 2rem;
        margin: 0 auto;
        line-height: 1.0;
    }


}

.about-sets-apart-heading {
    font-size: 2rem;
}

.about-sets-apart-desc {
    font-size: 1.5rem;
}



.product-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.product-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.product-card {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.product-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0;
    flex-shrink: 0;
}

.product-card h3 {
    font-size: 1.125rem;
    margin: 0 1rem 1rem 1rem;
}

.product-card p {
    font-size: 0.875rem;
    color: #94A3B8;
    margin: 0.75rem 1rem 0.25rem 1rem;
}

.staggered {
    transform: translateY(5rem);
}

@media (max-width: 767px) {
    .product-cards-grid {
        grid-template-columns: 1fr;
    }

    .staggered {
        transform: none;
        margin-top: 0;
    }
}


.animate-item {
    opacity: 0;
    transform: translateY(50px);
    visibility: hidden;
    /* hides until animated */
}

.char {
    display: inline-block;
    transition: color 0.3s ease;
}

.char:hover {
    color: black;
}

.char-1 {
    display: inline-block;
    transition: color 0.3s ease;
}

.char-1:hover {
    color: #E20074;
    cursor: pointer;
}

.char-2 {
    display: inline-block;
    transition: color 0.3s ease;
}

.char-2:hover {
    color: #94A3B8;
    cursor: pointer;
}


.about-stat {
    padding-inline: calc(0.25rem * 14);
}


.about-pink-card-heading {
    line-height: 1.0;
}

@media (max-width: 767px) {
    .about-stat {
        padding-inline: calc(0.25rem * 5);
    }

    .about-pink-card-heading {
        line-height: 1.0;
    }
}

/* Default: hide mobile version, show desktop version */
.desktop-heading {
    display: block;
}

.mobile-heading {
    display: none;
}

/* On screens less than 768px (mobile), reverse it */
@media (max-width: 767px) {
    .desktop-heading {
        display: none;
    }

    .mobile-heading {
        display: block;
    }
}



.hero-mobile-section {
    padding: 4rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-heading-block {
    margin-bottom: 1.5rem;
}

.hero-mobile-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
}

.hero-mobile-heading .highlight {
    color: #000;
}

.hero-image-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 1.5rem auto;
}

.hero-mobile-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.hero-description-block {
    max-width: 320px;
    color: #444;
    line-height: 1.1;
    margin: 0 auto;
}

.hero-description-block p {
    font-size: 1.5rem;
    line-height: 1.1;
}

.mobile-flex {
    display: none;
}

@media (max-width: 769px) {
    .desktop-flex {
        display: none;
    }

    .mobile-flex {
        display: block;
    }
}

.contact-email-mobile {
    display: none;
}

@media (max-width: 640px) {
    .contact-email-mobile {
        display: block;
        margin-top: 1rem;
    }
}

#main-header {
    will-change: transform;
}

.active-btn {
    background-color: #c40065 !important;
    color: black !important;
    box-shadow: 0 4px 12px rgba(226, 0, 116, 0.4);
}

.Connect-onHover {
    border: 1px solid white;
    border-radius: 7px;
    transition: all 0.3s ease;
    color: #f8fafc;
}

.Connect-onHover:hover {
    background-color: #ffffff;
    color: #19233a;
    border: 1px solid #0f172a;
}

.Connect-onHover:hover>span>svg path {
    stroke: #0f172a;
}

@media (max-width: 799px) {
    .hero-heading-top {
        padding-left: 0rem;
    }
}

@media (min-width: 800px) {


    .hero-heading-top {
        padding-left: 1%;
    }

    .hero-heading-bottom {
        font-size: 4rem;
    }
}

.text-pink {
    color: #E20074;
}

.hero-heading-upper {
    top: 25%;
    left: 20%;
    width: 90%;
    letter-spacing: 3px;
}

.hero-heading-middle {
    top: 55%;
}

.hero-heading-upper-1 {
    position: relative;
}

.hero-headings-full {
    font-size: 3.75rem;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 3px;
}

.hero-heading-middle-svg {
    width: 50px;
    height: 50px;
}

@media (max-width: 769px) {
    .hero-heading-upper {
        position: absolute;
        margin-top: 20%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 2rem;
    }

    .hero-heading-bottom {
        margin-top: 35%;
        width: 100%;
    }

    .hero-heading-middle {
        top: 65%;
    }

    .hero-headings-full {
        font-size: 2rem;
    }

    .hero-heading-middle-svg {
        width: 25px;
        height: 25px;
    }
}

.blur-bg {
    background-color: #F8F8F8;
    padding: 3rem;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100px;
    overflow: hidden;
    position: relative;
}

.blur-bg-1 {
    background-color: #F8F8F8;
    padding: 2rem;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    position: relative;
}

.text-box {
    position: relative;
}


.svg-icon {
    position: absolute;
    bottom: 17%;
    left: 5%;
}

.text-label {
    position: absolute;
    top: 10%;
    right: 5%;
    text-align: right;
    padding: 0.5rem;
    width: 65%;
}

.text-label-1 {
    position: absolute;
    top: 10%;
    right: 5%;
    text-align: right;
    padding: 0.5rem;
    width: 100%;
}

@media (max-width: 800px) {

    .blur-bg,
    .blur-bg-1 {
        height: 100px;
    }

    .blocked {
        height: 350px;
        max-height: 350px;
    }

    .text-label-1 {
        width: 65%;
        font-size: 1.6rem;
    }
}

.convert-iq {
    height: 500px;
}

.convert-iq-1 {
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.convert-iq-2 {
    top: 50%;
    left: 40%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.convert-iq-3 {
    top: 75%;
    left: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.stackIq-1 {
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.stackIq-2 {
    top: 70%;
    left: 40%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.stackIq-3 {
    top: 67%;
    left: 70%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

@media (max-width: 800px) {
    .convert-iq {
        height: 400px;
    }

    .convert-iq-1 {
        top: 23%;
        left: 20%;
        transform: translate(-50%, -50%);
        object-fit: contain;
        width: 60%;
    }

    .convert-iq-2 {
        top: 50%;
        left: 50%;
        width: 60%;
        object-fit: contain;
        transform: translate(-50%, -50%);
    }

    .convert-iq-3 {
        top: 75%;
        left: 75%;
        width: 60%;
        object-fit: contain;
        transform: translate(-50%, -50%);
    }

    .stackIq-1 {
        top: 35%;
        width: 100%;
        left: 48%;
        transform: translate(-50%, -50%);
        object-fit: contain;
    }

    .stackIq-2 {
        top: 65%;
        left: 30%;
        width: 50%;
        object-fit: contain;
        transform: translate(-50%, -50%);
    }

    .stackIq-3 {
        top: 63%;
        left: 85%;
        width: 60%;
        object-fit: contain;
        transform: translate(-50%, -50%);
    }

}

.slider-viewport {
    overflow: hidden;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.slider-slide {
    flex: 0 0 100%;
    box-sizing: border-box;

}

@media (min-width: 640px) {
    .slider-slide {
        flex: 0 0 50%;
    }
}

.product-power-section {
    padding: 1rem;
}

.product-power-section-div {
    padding: 1rem;
}

@media (min-width: 800px) {
    .product-power-section {
        padding: 3rem;
    }

    .product-power-section-div {
        padding: 2.5rem;
    }


}

#view-more-container {
    margin-top: 4rem;
}

#view-more-btn {
    padding-left: 4rem;
    padding-right: 4rem;
}

#view-more-btn:hover {
    background-color: black;
    color: white;
}

.feedback-heading {
    font-size: 6rem;
}

@media (max-width: 800px) {

    .feedback-heading {
        margin: 0px auto;
        max-width: 90%;
        font-size: 2.5rem;
    }

    .footer-mobile {
        margin: 0px 0.5rem;
    }
}

.social-icons {
    margin-top: 5rem;
}

.copyright {
    margin-top: 3.3rem;
    margin-left: -2rem;
}

.footer {
    width: 1250px;
    height: 510px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-call {
    width: 350px;
    height: 140px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-logo {
    bottom: -10px;
    right: -10px;
}

.footer-links {
    padding-left: 0.15rem;
    padding-bottom: 2rem;
}

@media (max-width: 800px) {
    .copyright {
        margin-top: 0.1rem;
        margin-left: 0rem;
    }


}

.footer-logo-mobile {
    bottom: -20px;
    right: 0px;
}

.contact-us-from-div {
    margin-top: 3rem;
}

.a-301io-svg {
    margin-bottom: -10%;
    margin-top: 8rem;
}

@media (max-width: 800px) {
    .contact-us-from-div {
        margin-top: 2rem;
    }

    .a-301io-svg {
        margin-bottom: -45%;
        margin-top: 1rem;
    }
}

.contact-us-active {
    background-color: #fff;
    color: #ec4899;
    border: 2px solid #ec4899;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(236, 72, 153, 0.2);
}

.contact-us-active:hover {
    background-color: #fce7f3;
    color: #db2777;
    border-color: #db2777;
    box-shadow: 0 4px 12px rgba(219, 39, 119, 0.3);
}