* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'lato';
    src: url('/assets/fonts/Lato-Regular.ttf');
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden !important;
    overflow-y: auto;
    font-family: 'Gabarito';
    background-color: var(--color--background);
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
}

:root {
    --color--background: #141313;
    --color--links-navbar: #fff;
    --color--text-hero: white;
    --color--text-subheading: #adafad;
    --color--text-subheading-dark: #656464;
    --color--text-dark: #787878;
    --color--text-body: #828282;
    --color--text-heading: white;
    --color--button-border: white;
    --text-color--text-white-50: #adafad;
    --text-color--text-grey: #d8d8d8;
    --base-color-neutral--black: black;
    --base-color-neutral--white: white;
    --background-color--bg-light: #FCFBFB;
    --base-color-brand--white: white;
    --base-color-neutral--neutral-lightest: #eee;
    --base-color-brand--black: black;
    --base-color-neutral--neutral-lighter: #ccc;
    --base-color-system--success-green: #027a48;
    --base-color-system--success-green-light: #ecfdf3;
    --base-color-system--error-red: #b42318;
    --base-color-system--error-red-light: #fef3f2;
    --background-color--bg-dark: #171817;
    --link-color--btn-secondary-light: #6d6d6d;
    --link-color--links-navbar-light: #6d6d6d;
    --link-color--links-navbar-dark: #fff;
    --text-color--text-white: white;
    --text-color--text-black-50: grey;
    --text-color--text-bg-black: #242524;
    --Dark--blue: #0061DA;
    --blue-shade-2: #007AFF;
}

.wrapper {
    width: 100%;
    max-width: 3000px;
    margin: 0 auto;
}

.background-color-light {
    background-color: var(--background-color--bg-light);
}

.global-padding {
    padding-left: 6rem;
    padding-right: 6rem;
}

.global-padding-y {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.global-padding-x {
    padding-left: 6rem;
    padding-right: 0rem;
}

.global-margin {
    margin: 4.5rem 0rem;
}

@media (max-width:1199px) {
    .global-padding {
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media (max-width:991px) {
    .global-padding {
        padding-right: 3.3rem;
        padding-left: 3.3rem;
    }

    .global-padding-x {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width:767px) {
    .global-padding {
        padding-right: 2rem;
        padding-left: 2rem;
    }

}

.attract-section-padding {
    padding: 5rem 3rem;
}

.dark-text {
    color: rgb(4 4 4) !important;
}

.expertise-number {
    color: var(--color--text-hero);
    font-family: 'lato';
    font-size: clamp(56px, 7.55vw, 145px);
    font-weight: 700;
}

.heading-style-h1 {
    color: var(--color--text-heading);
    width: 100%;
    font-family: 'Gabarito', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    font-size: clamp(36px, 4.2vw, 80px);
    word-break: break-word;
}


.heading-style-h2 {
    color: var(--color--text-heading);
    width: 100%;
    font-family: Gabarito, sans-serif;
    font-size: clamp(30px, 3.39vw, 65px);
    font-family: "Gabarito", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}

.heading-style-h3 {
    color: var(--color--text-hero);
    font-family: Gabarito, sans-serif;
    font-size: clamp(24px, 2.4vw, 46px);
    font-weight: 500;
    line-height: 1.2;
    word-break: break-word;
}

.heading-style-h4 {
    color: var(--color--text-hero);
    font-family: Gabarito, sans-serif;
    font-size: clamp(20px, 1.88vw, 36px);
    font-weight: 400;
    /* line-height: 100%; */
    word-break: break-word;
}

.heading-style-h5 {
    color: #B0B3B0;
    word-break: break-word;
    font-family: Gabarito, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;

}

.heading-style-h6 {
    color: #9A9D9A;
    word-break: break-word;
    font-family: "Lato", sans-serif;
    font-style: Bold;
    font-size: 22px;
    line-height: 1.5;

}

@media (max-width:767px) {
    .heading-style-h3 {
        font-size: 1.3rem;
    }
}

.sub-heading-main {
    color: var(--color--text-subheading);
    font-family: "lato", sans-serif;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 500;
    width: 100%;
}

.sub-heading {
    color: var(--color--text-subheading);
    font-family: "lato", sans-serif;
    font-size: clamp(15px, 0.94vw, 18px);
    font-weight: 700;
    width: 100%;
}

.sub-heading-small {
    color: var(--color--text-dark);
    font-family: "lato", sans-serif;
    font-size: clamp(14px, 0.83vw, 16px);
    font-weight: 700;
    width: 100%;
}

.sub-heading-dark {
    color: var(--color--text-subheading-dark);
}

.text-grey {
    color: var(--color--text-subheading);
}


.p-text {
    color: var(--color--text-body);
    width: 100%;
    /* max-width: 45rem; */
    font-family: 'lato';
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 500;
    line-height: 1.5;
}


.business-p-text {
    color: var(--color--text-body);
    font-family: Gabarito, sans-serif;
    font-size: clamp(20px, 1.88vw, 36px);
    font-weight: 400;
    line-height: 1.53;
    word-break: break-word;
}

.p-text-white-bg {
    color: #828282;
    width: 100%;
    max-width: 45rem;
    font-family: 'Gabarito', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.speacial-word {
    color: var(--color--text-heading);
    padding-left: .125rem;
    padding-right: .125rem;
}


.shine-button {
    font-family: 'Gabarito', sans-serif;
    position: relative;
    font-size: clamp(15px, 0.94vw, 18px);
    color: white;
    background: transparent;
    border: 0.5px solid #828282;
    border-radius: 999px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    font-family: "lato", sans-serif;
    width: 10rem;
    height: 3rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shine-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    z-index: -1;
}

.shine-button:hover {
    color: white;
}

.shine-button:hover::before {
    animation: shine 0.8s forwards;
}

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

/* Tablet Landscape */
@media (max-width: 992px) {
    .shine-button {
        font-size: 14px;
        width: 9.5rem;
        height: 2.9rem;
    }
}

/* Tablet Portrait */
@media (max-width: 767px) {
    .shine-button {
        font-size: 14px;
        width: 9rem;
        height: 2.8rem;
    }
}

/* Large Mobile */
@media (max-width: 576px) {
    .shine-button {
        font-size: 13px;
        width: 8.5rem;
        height: 2.7rem;
    }
}

/* Medium Mobile */
@media (max-width: 480px) {
    .shine-button {
        font-size: 13px;
        width: 8.5rem;
        height: 2.7rem;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .shine-button {
        font-size: 12px;
        width: 8rem;
        height: 2.6rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .shine-button {
        font-size: 12px;
        width: 7.5rem;
        height: 2rem;
    }
}

/* Very Small Mobile */
@media (max-width: 320px) {
    .shine-button {
        font-size: 11px;
        width: 7rem;
        height: 2.4rem;
    }
}

/* Touch device optimization */
@media (hover: none) and (pointer: coarse) {
    .shine-button {
        /* Slightly larger touch target for mobile */
        min-height: 2rem;
        min-width: 7rem;
    }
}

/* Landscape orientation on mobile */
@media (max-height: 600px) and (orientation: landscape) {
    .shine-button {
        font-size: 12px;
        width: 8rem;
        height: 2.5rem;
    }
}

.project-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 23px;
    /* background: #242424 ; */
    color: black;
    border-radius: 999px;
    text-decoration: none;
    font-size: clamp(15px, 0.94vw, 18px);
    font-weight: 400;
    border: 1px solid #cccccc;
    position: relative;
    z-index: 10;

}




@keyframes shining {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow: hidden;
}

.preloader-text {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    display: flex;
    gap: 5px;
}

.preloader-text span {
    opacity: 0;
    transform: translateY(100%);
    display: inline-block;
}

/* Blue left-to-right layer */
.blue-layer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--blue-shade-2);
    z-index: 1;
}

/* Black top-to-bottom layer */
.black-overlay {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.preloader-text span {
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    opacity: 0;
    display: inline-block;
    transform: translateY(100%);
}

header {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* VIDEO AS BACKGROUND */
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(16deg, #000000, #00000029);
    z-index: 1;
}

.text-body-hero {
    color: var(--text-color--text-white-50);
    font-family: Gabarito, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    display: block;
}

.center-text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 80%;
    height: 100dvh;
    gap: 2rem;
}

/* Animated Text */
.animation-text p {
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-size: 6vw;
    text-align: center;
    vertical-align: middle;
    color: var(--color--links-navbar);
    line-height: 1.2;
}


/* Large Desktop */
@media (max-width: 1400px) {
    .animation-text p {
        font-size: 5.5vw;
    }

    .header-logo img {
        max-width: 125px;
    }
}

/* Desktop */
@media (max-width: 1200px) {
    .animation-text p {
        font-size: 3.4rem;
    }

    .header-logo img {
        max-width: 120px;
        margin-top: 0.9rem;
    }

    .center-text {
        width: 85%;
    }
}

/* Tablet Landscape */
@media (max-width: 992px) {
    .animation-text p {
        font-size: 3.2rem;
    }

    .header-logo img {
        max-width: 115px;
        margin-top: 0.8rem;
        margin-bottom: 4px;
    }

    .center-text {
        width: 90%;
    }
}

/* Tablet Portrait */
@media (max-width: 767px) {
    .animation-text p {
        font-size: 2.7rem;
    }

    .header-logo img {
        max-width: 110px;
        margin-top: 0.75rem;
        margin-bottom: 4px;
    }

    .center-text {
        width: 90%;
    }
}

/* Large Mobile */
@media (max-width: 576px) {
    .animation-text p {
        font-size: 2.4rem;
    }

    .header-logo img {
        max-width: 100px;
        margin-top: 0.7rem;
        margin-bottom: 3px;
    }

    .center-text {
        width: 90%;
    }
}

/* Medium Mobile */
@media (max-width: 480px) {
    .animation-text p {
        font-size: 2.2rem;
    }

    .center-text {
        width: 92%;
    }

    .header-logo img {
        max-width: 95px;
        margin-top: 0.65rem;
        margin-bottom: 3px;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .animation-text p {
        font-size: 2rem;
    }

    .center-text {
        width: 95%;
    }

    .header-logo img {
        max-width: 90px;
        margin-top: 0.6rem;
        margin-bottom: 3px;
    }
}

/* Extra Small Mobile (iPhone SE, small Android phones) */
@media (max-width: 375px) {
    .animation-text p {
        font-size: 1.8rem;
    }

    .header-logo img {
        max-width: 85px;
        margin-top: 0.5rem;
        margin-bottom: 2px;
    }
}

/* Very Small Mobile */
@media (max-width: 320px) {
    .animation-text p {
        font-size: 1.5rem;
    }

    .header-logo img {
        max-width: 80px;
        margin-top: 0.5rem;
        margin-bottom: 2px;
    }

    .center-text {
        width: 95%;
        gap: 2rem;
    }
}

/* Typed Text Styling */
.typed-text {
    color: var(--blue-shade-2);
    font-family: "Gabarito", sans-serif;
}

.cursor {
    display: inline-block;
    width: 3px;
    margin-left: 4px;
    background: var(--teal);
}

.cursor.blink {
    animation: blink 0.8s ease-in-out infinite;
}

@keyframes blink {

    0%,
    100% {
        background: var(--teal);
    }

    40%,
    50% {
        background: transparent;
    }
}

/* Ensure proper video scaling on mobile */
@media (max-width: 767px) {
    header video {
        min-width: 100%;
        min-height: 100%;
    }
}

/* Handle orientation changes */
@media (max-height: 600px) and (orientation: landscape) {
    .header-logo img {
        max-width: 90px;
        margin-top: 0.5rem;
        margin-bottom: 2px;
    }

    .animation-text p {
        font-size: 1.8rem;
    }

    .center-text {
        gap: 0.5rem;
    }
}

/* Navbar Base Styles */
.nav-bg {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.sticky-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
}

/* After scroll */
.sticky-navbar.scrolled {
    background: rgba(0, 0, 0, 0.6);
    /* transparency */
    opacity: 1;
    /* keep content inside navbar clear */
}

.header-logo img {
    max-width: 122px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/* Hamburger Button */
.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 4px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}



.hamburger-line {
    width: 22px;
    height: 2px;
    background: white;
    margin: 3px 0;
    border-radius: 2px;
}

/* Mobile Menu Overlay */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(20, 20, 20, 0.98) 100%);
    backdrop-filter: blur(20px);
    z-index: 999;
    display: flex;
    justify-content: start;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.mobile-menu.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* Menu Background Elements */
.menu-bg-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(0, 97, 217), rgb(0, 103, 228));
    opacity: 0.5;
}

.circle-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    right: -100px;
}

.circle-2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: -75px;
}

.circle-3 {
    width: 100px;
    height: 100px;
    top: 50%;
    right: 10%;
}

/* Menu Container */
.menu-container {
    width: 90%;
    max-width: 600px;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-item {
    margin: 1rem 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.mobile-menu.active .menu-item {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animation for menu items */
.mobile-menu.active .menu-item:nth-child(1) {
    transition-delay: 0.1s;
}

.mobile-menu.active .menu-item:nth-child(2) {
    transition-delay: 0.15s;
}

.mobile-menu.active .menu-item:nth-child(3) {
    transition-delay: 0.2s;
}

.mobile-menu.active .menu-item:nth-child(4) {
    transition-delay: 0.25s;
}

.mobile-menu.active .menu-item:nth-child(5) {
    transition-delay: 0.3s;
}

/* Menu Links */
.menu-link {
    font-family: "Gabarito", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: 300;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    letter-spacing: 2px;
    transition: color 0.5s ease, background 0.5s ease;
    cursor: pointer;
}

.menu-link:hover {
    color: rgb(255, 255, 255);
}

/* Services Toggle */
.services-item {
    position: relative;
}

.menu-link-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.services-arrow {
    color: white;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

/* Submenu Overlay */
.submenu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(20, 20, 20, 0.98) 100%);
    backdrop-filter: blur(20px);
    z-index: 1001;
    display: flex;
    justify-content: start;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s;
}

.submenu-overlay.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* Submenu Container */
.submenu-container {
    width: 90%;
    max-width: 600px;
}

.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-item {
    margin: 1.5rem 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.submenu-overlay.active .submenu-item {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger animation for submenu items */
.submenu-overlay.active .submenu-item:nth-child(1) {
    transition-delay: 0.1s;
}

.submenu-overlay.active .submenu-item:nth-child(2) {
    transition-delay: 0.15s;
}

.submenu-overlay.active .submenu-item:nth-child(3) {
    transition-delay: 0.2s;
}

.submenu-overlay.active .submenu-item:nth-child(4) {
    transition-delay: 0.25s;
}

.submenu-link {
    font-family: "Gabarito", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: 300;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    letter-spacing: 2px;
    transition: color 0.5s ease, background 0.5s ease;
    cursor: pointer;
}

.submenu-link:hover {
    color: white;
}

/* Back Button */
.back-button {
    position: absolute;
    top: 2rem;
    left: 2rem;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1002;
    transition: transform 0.3s ease;
}

.back-button:hover {
    transform: translateX(-5px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .menu-link {
        font-size: 2rem;
        padding: 0.4rem 1rem;
    }

    .submenu-link {
        font-size: 1.6rem;
    }

    .services-arrow {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .menu-link {
        font-size: 1.8rem;
        padding: 0.4rem 1rem;
    }

    .submenu-link {
        font-size: 1.4rem;
    }

    .back-button {
        font-size: 1.5rem;
        top: 1.5rem;
        left: 1.5rem;
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    z-index: 1;
}

.top-left-text {
    position: absolute;
    top: 70px;
    left: 70px;
    font-size: 1rem;
    font-weight: bold;
    z-index: 1;
    max-width: 22%;
}

.hero-section h1 {
    margin-top: 7rem;
}

.hero_content-bottom-left {
    z-index: 3;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 20rem;
    padding-bottom: 3.5%;
    display: block;
    position: absolute;
    inset: auto 4% 0% auto;
    text-align: right;
}

.bottom-right-text {
    position: absolute;
    bottom: 0px;
    right: 50px;
    font-size: 1.2rem;
    font-weight: 500;
    z-index: 1;
    text-align: end;
}

.spacer {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: #eee;
}


.ecosystem-section {
    position: relative;
    min-height: 200vh;
    /* scroll space */
}

.ecosystem-pin {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.ecosystem-header {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/assets/images/case-study-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.ecosystem-slider {
    height: 50vh;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}


.horizontal-slider {
    height: 100%;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    height: 100%;
}

.horizontal-slide {
    flex: 0 0 clamp(260px, 32vw, 520px);
    height: 100%;
    color: white;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    transition: transform 0.3s, opacity 0.3s;

}

.slide.active {
    opacity: 1;
    transform: scale(1);
    background: #0088ff;
}

.slide-wrapper {
    position: relative;
    width: clamp(240px, 28vw, 480px);
    height: auto;
    margin: 0rem 2rem;
    padding: 30px 40px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
}

.slide-index {
    position: absolute;
    top: -2.2rem;
    left: -2.2rem;
    font-family: Gabarito, sans-serif;
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 400;
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D1D1D;
    z-index: 100;
}

@media (max-width: 768px) {
    .ecosystem-header {
        margin-bottom: 0px;
    }

    .ecosystem-section {
        min-height: auto;
    }

    .ecosystem-pin {
        height: auto;
    }

    .ecosystem-slider {
        height: auto;
        overflow: visible;
    }

    .slider-wrapper {
        display: flex;
        flex-direction: column;
        /* 👈 stack vertically */
        transform: none !important;
        /* 👈 kill GSAP transforms */
    }

    .horizontal-slide {
        flex: none;
        width: 100%;
        margin-bottom: 2rem;
    }

}



.positioning-statement p {
    font-size: 4rem;
    max-width: 80%;
    text-wrap: balance;
    line-height: 1.1;
}

.positioning-statement .button {
    grid-column: contained-end/breakout-end;
}

.client-success {
    padding: 5rem 0;
}

.partner-logo {
    display: flex;
    margin: 1rem;
    filter: grayscale(100%);
}

.partner-logo:hover {
    filter: grayscale(0%);
    transition: filter 1s ease-in-out;
}

@media (max-width: 576px) {
    .partner-logo {
        margin: 0.5rem;
    }
}

@media (max-width: 992px) {

    .scroll-section {
        flex-direction: column;
        min-height: auto;
    }

    .left {
        width: 100%;
        position: relative;
        height: auto;
        text-align: center;
        margin-bottom: 2rem;
    }

    .right {
        width: 100%;
        padding: 0 1rem;
        margin-top: -6rem;
    }

    .content-box {
        margin: 8rem auto;
    }

    .corner-img {
        width: 4rem;
        height: 5rem;
    }

    .top-left-1,
    .top-left-2,
    .top-left-3,
    .top-left-4,
    .top-left-5 {
        top: -40px;
        left: 10px;
    }

    .bottom-right {
        bottom: -40px;
        right: 10px;
    }
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
}



.max-width-30 {
    max-width: 38rem;
}

.stat h3 {
    color: rgb(4 4 4) !important;
    height: 7.8125rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Gabarito', sans-serif;
    font-size: 6.25rem;
}

.stat .per-sign {
    color: rgb(4 4 4) !important;
    margin: 0px 5px;
    font-family: 'Gabarito', sans-serif;
    font-size: 3.75rem;
    font-weight: 900;
    line-height: 120%;
    text-decoration: none;
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 2rem;
        text-align: center;
    }

    .stat h3 {
        font-size: 3rem;
    }

    .stats {
        text-align: center;
    }
}

/* Wrapper */
.portfolio-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem; /* horizontal gap (x-axis) */
    row-gap: 9rem;    /* vertical gap (y-axis) */
    max-width: 2000px;
    margin-inline: auto;
}

/* Each Card */
.video-card {
    /* 2 columns on desktop */
    display: flex;
    flex-direction: column;
}

.hover-img {
    border-radius: 20px 20px 0 20px;
    width: 90%;
    height: 400px;
    display: block;
}

.card-content {
    margin-top: 1.5rem;
}

/* Buttons */
.button-group {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.portfolio-btn {
    width: 140px;
    height: 35px;
    border: 0.5px solid #4B4B4B;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, #171616 100%);
    font-family: "lato", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .portfolio-wrapper {
        grid-template-columns: 1fr;
    }

    .button-group {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }
}

@media (min-width: 2001px) {
    .portfolio-wrapper {
        /* grid-template-columns: repeat(3, 1fr); */
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .portfolio-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
        max-width: 2000px;
        margin-inline: auto;
    }
}

@media (max-width: 786px) {
    .portfolio-wrapper {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2rem;
        max-width: 2000px;
        margin-inline: auto;
    }

    .hover-img {
        max-width: 100% !important;
    }
.image-btn {

    left: 1rem !important;
  
}
    .hyphen-div {
        margin-left: 1rem !important;
        width: calc(100% - 1rem) !important;
        max-width: calc(80% - -8rem) !important;
    }
}

.card-section {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0rem;
}

/* Card */
.card-section .card {
    background-color: #1d1d1d;
    padding: 2.8rem 1rem 0.2rem 1rem;
    border: 0.5px solid #FFFFFF38;
    border-radius: 20px;
    flex: 1 1 350px;
    /* 👈 responsive size */
    max-width: 420px;
    /* 👈 upper limit */
    height: auto;
    /* 👈 fixed height hata dia */
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.3rem;
    transform-origin: center center;
}

/* Gradient overlay */
.card-section .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, #0061da63, #4E4B4B33 80%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
}

.card-section .card:hover::before {
    opacity: 1;
}

.card-section .card>* {
    position: relative;
    z-index: 1;
}

.card-section .card:hover {
    border: none;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    /* justify-content: space-between; */
}

.card-section img {
    width: 6rem;
    transition: transform 0.4s ease;
}

.card-section .card img {
    width: 6rem;
    transition: transform 0.4s ease;
}


.service-icon {
    width: 80px;
    height: 90px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.service-card:hover .service-icon {
    transform: translateY(-15px) scale(1.1);
}

.black-section .card-section .card img {
    width: 96px !important;
    height: 90px !important;
    object-fit: contain !important;
}


.card-section .card:hover img {
    transform: translateY(-15px) scale(1.1);
    /* sirf image scale hogi */
}

/* .card-section .card h5 {
    color: var(--color--text-hero);
    font-family: 'Gabarito', Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 1.5rem;
} */

/* Large screen pe cards aur baray */
@media (min-width: 1200px) {
    .card-section .card {
        flex: 1 1 30%;
        /* har row me 3 card comfortably */
        max-width: calc(33.333% - 20px);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .card-section .card {
        padding: 1.3rem 1rem;
        width: 100%;
        height: auto;
    }
}

.portfolioswiper {
    padding-top: 10rem;
}

.portfolioswiper img {
    width: 50%;
    height: 100%;
}

.testimonial_textbox-2.slide_2 {
    inset: 0% 0% auto auto;
}

@media screen and (min-width: 1280px) {

    .testimonial_textbox-1,
    .testimonial_textbox-2 {
        max-width: 25rem;
    }
}

.testimonial_textbox-2 {
    background-color: var(--white);
    opacity: .94;
    -webkit-backdrop-filter: blur(.625rem);
    backdrop-filter: blur(.625rem);
    border-radius: .5rem;
    z-index: 1;
    width: 100%;
    max-width: 25rem;
    padding: 1.5rem;
    position: absolute;
    inset: -12% auto auto 65%;
    box-shadow: 0 0 1rem .3125rem #0000000d;

}

@media screen and (min-width: 768px) {

    .testimonial_textbox-2 {
        inset: -12% auto auto 65%;
    }


}


.testimonial15_client {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: left;
    align-items: center;
    display: flex;
}

.client-logo img {
    width: 10%;
}

.client-logo p {
    max-width: 30rem;
}

.Conversation {
    padding-top: 10rem;
    padding-bottom: 10rem;
    align-items: center;
    position: relative;
    z-index: 5;
}

@media (max-width: 992px) {
    .Conversation {
        padding: 5rem 1rem;
        text-align: center;
    }

    .Conversation {
        display: inline-block;
    }
}

@media (max-width: 576px) {
    .Conversation {
        padding: 3rem 1rem;
    }

    .carousel .card {
        flex: 0 0 calc(33.333% - 4.9rem) !important;
    }
}

.footer-container {
    min-height: 100dvh;
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 8.5rem;
    position: relative;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.links-typo {
    font-family: 'lato';
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.back-to-top:hover {
    color: #cccccc;
}

.top-nav {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.top-nav li a {
    color: var(--color--text-body);
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.top-nav li a:hover {
    color: #cccccc;
}

.footer-center {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: end;
    flex-grow: 1;
    text-align: center;
    margin-bottom: 1rem;
}

.footer-logo {
    font-size: clamp(48px, 6.77vw, 130px);
    font-weight: 700;
    color: #ffffff;
    font-family: 'Gabarito', sans-serif;
    margin: 0;
    line-height: 1;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid #333;
    padding-top: 1.5rem;
}

.copyright-text {
    color: var(--color--text-body);
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.copyright-text a {
    color: var(--color--text-body);
    transition: color 0.3s ease;
}

.copyright-text a:hover {
    color: #cccccc;
}

.social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.social-icons a {
    transition: opacity 0.3s ease;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons img {
    border-radius: 6px;
}

.linkedin-icon {
    width: 34px;
    height: 34px;
}

.instagram-icon {
    width: 29px;
    height: 29px;
}

.facebook-icon {
    width: 29px;
    height: 29px;
}

/* Large Desktop */
@media (max-width: 1400px) {
    .footer-container {
        padding: 2rem 3.5rem;
    }

    .top-nav {
        gap: 1.75rem;
    }
}

/* Desktop */
@media (max-width: 1200px) {
    .footer-container {
        padding: 2rem 3rem;
    }

    .top-nav {
        gap: 1.5rem;
    }

    .links-typo,
    .top-nav li a,
    .copyright-text {
        font-size: 15px;
    }
}

/* Tablet Landscape */
@media (max-width: 992px) {
    .footer-container {
        padding: 2rem 2.5rem;
        min-height: 90dvh;
    }

    .top-nav {
        gap: 1.25rem;
    }

    .links-typo,
    .top-nav li a,
    .copyright-text {
        font-size: 14px;
    }

    .linkedin-icon {
        width: 32px;
        height: 32px;
    }

    .instagram-icon,
    .facebook-icon {
        width: 27px;
        height: 27px;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .footer-container {
        padding: 2rem 2rem;
        min-height: auto;
    }

    .footer-top {
        flex-direction: column;
        gap: 1.5rem;
    }

    .top-nav {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-center {
        align-items: center;
        margin: 2rem 0;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        gap: 1.5rem;
        padding-top: 1.25rem;
    }

    .copyright-text {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

/* Large Mobile */
@media (max-width: 576px) {
    .footer-container {
        padding: 1.75rem 1.5rem;
    }

    .links-typo,
    .top-nav li a,
    .copyright-text {
        font-size: 14px;
        line-height: 26px;
    }

    .top-nav {
        gap: 0.875rem;
    }

    .footer-bottom {
        gap: 1.25rem;
    }

    .linkedin-icon {
        width: 30px;
        height: 30px;
    }

    .instagram-icon,
    .facebook-icon {
        width: 26px;
        height: 26px;
    }

    .social-icons {
        gap: 0.875rem;
    }
}

/* Medium Mobile */
@media (max-width: 480px) {
    .footer-container {
        padding: 1.5rem 1.25rem;
    }

    .links-typo,
    .top-nav li a,
    .copyright-text {
        font-size: 13px;
        line-height: 24px;
    }

    .top-nav {
        gap: 0.75rem;
    }

    .footer-center {
        margin: 1.5rem 0;
    }

    .linkedin-icon {
        width: 28px;
        height: 28px;
    }

    .instagram-icon,
    .facebook-icon {
        width: 24px;
        height: 24px;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .footer-container {
        padding: 1.25rem 1rem;
    }

    .links-typo,
    .top-nav li a,
    .copyright-text {
        font-size: 12px;
        line-height: 22px;
    }

    .top-nav {
        gap: 0.625rem;
    }

    .footer-bottom {
        gap: 1rem;
        padding-top: 1rem;
    }

    .linkedin-icon {
        width: 26px;
        height: 26px;
    }

    .instagram-icon,
    .facebook-icon {
        width: 22px;
        height: 22px;
    }

    .social-icons {
        gap: 0.75rem;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .footer-container {
        padding: 1rem 0.875rem;
    }

    .links-typo,
    .top-nav li a,
    .copyright-text {
        font-size: 11px;
        line-height: 20px;
    }
}

/* Very Small Mobile */
@media (max-width: 320px) {
    .footer-container {
        padding: 1rem 0.75rem;
    }

    .links-typo,
    .top-nav li a,
    .copyright-text {
        font-size: 10px;
        line-height: 18px;
    }

    .top-nav {
        gap: 0.5rem;
    }

    .linkedin-icon {
        width: 24px;
        height: 24px;
    }

    .instagram-icon,
    .facebook-icon {
        width: 20px;
        height: 20px;
    }

    .social-icons {
        gap: 0.625rem;
    }
}

.swiper {
    width: 100%;
    height: 100vh;
    /* full viewport height */
    max-height: 100dvh;
    overflow: hidden;
}

.dual-section {
    position: relative;
    z-index: 1;
}

.footer_bottom-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.footer_link-div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer_link {
    color: var(--color--text-body);
    font-family: Gabarito, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.policy-terms-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.outline-hover-social-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

/* Responsive Behavior */
@media (min-width: 768px) {
    .footer_bottom-wrapper {
        flex-direction: row;
    }

    .footer_link-div {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .footer_bottom-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_link-div {
        align-items: center;
    }

    .policy-terms-wrapper {
        justify-content: center;
    }

    .outline-hover-social-wrap {
        justify-content: center;
    }
}

.marquee-horizontal-large {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
}

.track-horizontal {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: marquee-horizontal 20s linear infinite;
}

.icon-container-alt {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 150px;
    margin: 0 60px;
}

.icon-container-alt img {
    max-width: 70%;
    max-height: 100%;
    filter: grayscale(100%) brightness(0.8);
    transition: filter 0.3s ease;
}

.paws .icon-container-alt img {
    max-width: 45% !important
}


@keyframes marquee-horizontal {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


/* Extra small devices (phones, 320px and up) */
@media (min-width: 320px) {
    /* Very small phones */
}

/* Small devices (phones, 375px and up) */
@media (min-width: 375px) {
    /* iPhone X/12/13 */
}

/* Medium devices (phones, 425px and up) */
@media (min-width: 425px) {
    /* Large phones */
}

/* Tablets (portrait) */
@media (min-width: 768px) {
    /* iPad portrait */
}

/* Tablets (landscape) & small laptops */
@media (min-width: 1024px) {
    /* iPad landscape / small laptops */
}

/* Common laptops */
@media (min-width: 1366px) {
    /* Normal laptops */
}

/* Large laptops / desktops */
@media (min-width: 1440px) {
    /* Big screens */
}

/* Full HD desktops */
@media (min-width: 1920px) {
    /* Full HD monitors */
}

/* Ultra-wide 2K screens */
@media (min-width: 2560px) {

    /* 2K (QHD) monitors */
    .nav-bg {
        top: 35px;
    }

    /* .p-text {
        font-size: 30px;
    } */

    .global-padding {
        padding-left: 9.5rem;
        padding-right: 9.5rem;
    }

    .animation-text p {
        font-size: 130px;
    }

    .header-p {
        height: 30rem;
    }

    .shine-button {
        font-size: 25px;
        width: 17.125rem;
        height: 4.375rem;
    }

    .global-margin {
        margin: 9.5rem 0rem;
    }

    .horizontal-slider {
        margin-left: 8rem;
    }

    .card-section .card {
        max-width: 750px;
    }

    .icon-container-alt img {
        max-width: 130%;
    }

    .icon-container-alt {
        width: 300px;
        margin: 0 120px;
    }

}

/* Ultra-wide 4K screens */
@media (min-width: 3840px) {
    /* 4K UHD monitors */
}

/* 5K & above (very rare, but future-proofing) */
@media (min-width: 5120px) {
    /* 5K monitors */
}

/* services-page-CSS */

.hero-service-section {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 11.5rem;
    padding-bottom: 3.5rem;
}

.section_our-services {
    display: flex;
    justify-content: end;
    text-align: end;
}

.section_our-services h3 {
    color: var(--color--text-body);
}

.section_our-services h3:hover {
    color: var(--color--links-navbar);
}

.section-margin {
    margin: 10rem 0rem;
}

@media (max-width: 768px) {
    .section-margin {
        margin: 6rem 0rem;
    }
}


.padding-y-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

/* .timeline  */

.sticky {
    position: sticky;
    top: 20%;
    z-index: 0;
    margin: 0;
    padding: 0;

}

.timeline {
    position: relative;
    padding-left: 30px;
}

/* Faint gray track */
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    width: 2px;
    height: 100%;
    background: #e0e0e0;
    z-index: 0;
}

.timeline-image {
    margin-left: 3rem;
    /* width: 80px; */
}

.timeline-step {
    position: relative;
    margin-bottom: 15vh;
}

.timeline-marker {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 13px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 2;
}

.timeline-marker.active {
    background-color: #070707;
    animation: bounceIn 1s ease;
    transform: scale(1.3);
}

.timeline-content {
    padding-left: 57px;
}

@keyframes bounceIn {
    0% {
        transform: scale(0.8);
        opacity: 0.7;
    }

    60% {
        transform: scale(1.4);
        opacity: 1;
    }

    100% {
        transform: scale(1.3);
    }
}

/* Blue progress line that animates */
.timeline-progress {
    position: absolute;
    top: 0;
    left: 9px;
    width: 3px;
    background-color: #000000;
    z-index: 3;
    height: 0;
    transition: height 0.3s ease;
}

/* acordion */

.plus-sign {
    font-size: 24px;
    /* Bigger plus/minus sign */
    margin-right: 15px;
    /* Space between the sign and the text */
}


.panel {
    padding: 20px;
    /* Increased padding for the content area */
    display: none;
    overflow: hidden;
    background-color: #f9f9f9;
    font-size: 18px;
    /* Slightly larger font for panel content */
}


.carousel-container {
    width: 74%;
    overflow: hidden;
    position: relative;
    right: -15%;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

/* .slide {
    width: 33.3%;
     flex-shrink: 0;
    text-align: center;
    padding: 20px;
    background-color: rgb(245, 244, 237);
    color: black;
    font-size: 24px;
} */


.vertical-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.vertical-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.slides-card {
    position: fixed;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    height: 60vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    background-color: var(--color--background);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    box-sizing: border-box;
}

.slides-card h2 {
    color: var(--color--text-heading);
    width: 100%;
    margin-bottom: 1.5rem;
    font-family: Gabarito, sans-serif;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    word-break: break-word;
}

.slides-card.active {
    opacity: 1;
    z-index: 10;
}

.slides-card-img {
    width: 650px;
    height: auto;
}

.icon-img {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.line {
    border: 1px solid var(--color--text-body);
}

.scroll-indicator {
    position: fixed;
    /* right: 50px; */
    left: 50%;
    bottom: 0%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 100;
}

.scroll-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2D2D2D;
    transition: all 0.3s ease;
    cursor: pointer;
}

.scroll-dot.active {
    background: #007aff;
    transform: scale(1.2);
}

.scroll-dot.active {
    animation: growLine 0.3s ease forwards;
}

@keyframes growLine {
    from {
        height: 10px;
        border-radius: 50%;
    }

    to {
        height: 50px;
        border-radius: 1px;
        width: 6px;
        margin-left: 2px;
    }
}

.scroll-hint {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    color: #666;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 100;
}

.scroll-arrow {
    width: 12px;
    height: 12px;
    margin: 10px auto 0;
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0) rotate(45deg);
    }

    50% {
        transform: translateY(10px) rotate(45deg);
    }
}

/* Tablet Responsive Styles */
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .slides-card {
        width: 95%;
        height: 65vh;
        min-height: 450px;
        padding: 1.5rem;
    }

    .slides-card h2 {
        font-size: clamp(1.6rem, 4.5vw, 2.2rem);
        margin-bottom: 1.2rem;
    }

    .slides-card .slides-card-img {
        max-height: 250px;
    }

    .scroll-indicator {
        right: 30px;
    }
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    .slides-card {
        width: 95%;
        height: auto;
        min-height: 70vh;
        max-height: 80vh;
        padding: 1.5rem;
        top: 50%;
    }

    .slides-card .row {
        flex-direction: column-reverse;
    }

    .slides-card .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .slides-card h2 {
        font-size: clamp(1.4rem, 6vw, 1.8rem);
        margin-bottom: 1rem;
        width: 100%;
    }

    .slides-card p {
        width: 100% !important;
        font-size: clamp(0.9rem, 3.5vw, 1rem);
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    .slides-card-img {
        width: 400px;
        height: auto;
        margin: 1rem auto;
        display: block;
    }

    .slides-card .icon-img {
        width: 35px;
        height: 35px;
    }

    .slides-card span.p-text {
        width: 100% !important;
        flex-wrap: wrap;
    }

    .slides-card span.p-text h6 {
        font-size: clamp(0.8rem, 3vw, 0.9rem);
        margin: 0;
    }

    .scroll-indicator {
        right: 20px;
        gap: 10px;
    }

    .scroll-dot {
        width: 8px;
        height: 8px;
    }

    @keyframes growLine {
        from {
            height: 8px;
            border-radius: 50%;
        }

        to {
            height: 35px;
            border-radius: 1px;
            width: 4px;
            margin-left: 2px;
        }
    }

    .scroll-hint {
        bottom: 20px;
        font-size: 12px;
    }

    .scroll-arrow {
        width: 10px;
        height: 10px;
        padding: 3px;
    }
}

/* Small Mobile Devices */
@media screen and (max-width: 480px) {
    .slides-card {
        width: 98%;
        padding: 1rem;
        min-height: 75vh;
        border-radius: 15px;
    }

    .slides-card h2 {
        font-size: clamp(1.2rem, 7vw, 1.6rem);
        margin-bottom: 0.8rem;
    }

    .slides-card p {
        font-size: clamp(0.85rem, 4vw, 0.95rem);
    }

    .slides-card .slides-card-img {
        max-height: 150px;
        width: 70%;
    }

    .slides-card .icon-img {
        width: 30px;
        height: 30px;
    }

    .slides-card span.p-text h6 {
        font-size: clamp(0.75rem, 3.5vw, 0.85rem);
    }

    .scroll-indicator {
        right: 15px;
        gap: 8px;
    }
}

/* Large Desktop Screens */
@media screen and (min-width: 1440px) {
    .slides-card {
        width: 80%;
        max-width: 1400px;
        height: 55vh;
        min-height: 600px;
        padding: 3rem;
    }

    .slides-card h2 {
        font-size: clamp(2.2rem, 4vw, 3rem);
        margin-bottom: 2rem;
    }

    .slides-card .slides-card-img {
        max-height: 400px;
        margin: 30px;
    }

    .slides-card .icon-img {
        width: 50px;
        height: 50px;
    }

    .scroll-indicator {
        right: 60px;
    }
}

/* Ultra-wide Screens */
@media screen and (min-width: 1920px) {
    .slides-card {
        width: 70%;
        max-width: 1600px;
        padding: 4rem;
    }

    .scroll-indicator {
        right: 80px;
    }
}

/* Landscape Mobile Orientation */
@media screen and (max-height: 500px) and (orientation: landscape) {
    .slides-card {
        height: 80vh;
        min-height: 350px;
        width: 95%;
        padding: 1rem;
    }

    .slides-card h2 {
        font-size: clamp(1.2rem, 4vw, 1.6rem);
        margin-bottom: 0.8rem;
    }

    .slides-card .slides-card-img {
        max-height: 120px;
    }

    .scroll-indicator {
        right: 20px;
    }
}

/* High DPI / Retina Display Adjustments */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .slides-card .icon-img,
    .slides-card .slides-card-img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Accessibility - Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) {
    .slides-card {
        transition: opacity 0.3s ease;
    }

    .scroll-dot {
        transition: all 0.2s ease;
    }

    @keyframes growLine {
        from {
            height: 10px;
            border-radius: 50%;
        }

        to {
            height: 50px;
            border-radius: 1px;
            width: 6px;
            margin-left: 2px;
        }
    }

    @keyframes bounce {

        0%,
        100% {
            transform: translateY(0) rotate(45deg);
        }

        50% {
            transform: translateY(5px) rotate(45deg);
        }
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .scroll-dot {
        width: 12px;
        height: 12px;
        cursor: default;
    }

    .scroll-dot.active {
        transform: scale(1.3);
    }

    @keyframes growLine {
        from {
            height: 12px;
            border-radius: 50%;
        }

        to {
            height: 40px;
            border-radius: 1px;
            width: 6px;
            margin-left: 3px;
        }
    }
}

/* New Service Page */

.hero-section-title {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.hero-service-text {
    height: 20vh;
    display: flex;
    justify-content: end;
    text-align: end;
    padding-bottom: 3.5rem;
}

.card-service-section {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 4rem 0rem;
    align-items: flex-start;
}

.card-service-section .card {
    background-color: var(--color--background);
    padding: 2.3rem 1rem;
    border: 0.5px solid #FFFFFF38;
    border-radius: 20px;
    width: 395px;
    height: 390px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0rem 0.2rem;
    transform-origin: center center;
}



/* inner-pages */
.innerheader-text {
    margin-top: 4rem;
}

/* Talent Page Css */

.Talent-page-header {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.benefit .card {
    height: 450px;
}

.counter-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: gradientFlow 8s ease infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.counter-container {
    text-align: center;
    padding: 3rem;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s ease;
}

.counter-container.visible {
    transform: translateY(0);
    opacity: 1;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1000px;
}


.icon {
    font-size: 2.5rem;
    /* margin-bottom: 1rem; */
    opacity: 0.8;
}

.scroll-indicator-talent {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.2);
    padding: 1rem 2rem;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.title {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .counter {
        font-size: 2.5rem;
    }

    .title {
        font-size: 2rem;
    }

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

    .counter-container {
        padding: 2rem;
        margin: 1rem;
    }
}

/* Make the offcanvas take the full screen */
.offcanvas-fullscreen {
    width: 100vw !important;
    max-width: none !important;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #000 !important;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}


/* Optional: style the overlay menu */
.menu-overlay .offcanvas-body {
    padding: 1rem 1.25rem 3rem;
}


.menu-overlay>.offcanvas-body>.nav .nav-link {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    font-family: Gabarito, sans-serif;
    color: #fff
}


.menu-overlay a.nav-link:hover,
.menu-overlay a.nav-link:focus {
    color: #AEAFB0 !important;
}




/* Caret icon rotation on open */
.toggle-caret {
    transition: transform 0.2s ease;
}

.nav-link[aria-expanded="true"] .toggle-caret {
    transform: rotate(90deg);
}


/* Remove default list bullets and extra spacing */
.menu-list,
.menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Dividers */
.menu-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin: 1rem 0;
}

.nested-nav {
    width: 15%;
}

/* Make background transparent */
.navbar {
    background-color: transparent !important;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 2rem 0;
}


.digiital-spacing {
    padding-left: 4rem;
}

.get-in-touch-header-bg {
    background: url('https://stratesfy.s3.us-east-1.amazonaws.com/img/contacct-us.jpg') no-repeat center right;
    background-size: contain;
    display: flex;
    height: 100dvh;
    width: 100%;
    align-items: center;
}

@media (max-width: 576px) {
    .get-in-touch-header-bg {
        /* height: 90dvh; */
    }
}

.talent-header-bg {
    background: url('https://stratesfy.s3.us-east-1.amazonaws.com/talent.png') no-repeat center right;
    background-size: contain;
    width: 100%;
    height: 100dvh;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .talent-header-bg {
        background: url('/assets/images/talent-solution-header.svg') no-repeat center right;
        background-size: contain;
        /* height: 90dvh; */
        display: flex;
        align-items: center;
    }

    .innerheader-text {
        margin-top: 9rem;
    }
}



/* https://stratesfy.s3.us-east-1.amazonaws.com/img/technologybg.svg */


.industry-header-bg {
    background: url('https://stratesfy.s3.us-east-1.amazonaws.com/img/industry.png') no-repeat center right;
    background-size: contain;
    height: 100dvh;
    display: flex;
    align-items: center;
}



.technology-header-bg {
    position: relative;
    /* required for overlay */
    background: url('https://stratesfy.s3.us-east-1.amazonaws.com/technology.png') no-repeat center right;
    background-size: contain;
    height: 100dvh;
    display: flex;
    align-items: center;
}


.digital-header-bg {
    position: relative;
    /* required for overlay */
    background: url('https://stratesfy.s3.us-east-1.amazonaws.com/digital.png') no-repeat center right;
    background-size: cover;
    height: 100dvh;
    display: flex;
    align-items: center;
}


.home-header-bg {
    position: relative;
    /* required for overlay */
    background: url('/assets/images/header-bg.jpg') no-repeat center right;
    background-size: cover;
    height: 100dvh;
    display: flex;
    align-items: center;

}

.ai-header-bg {
    position: relative;
    /* required for overlay */
    background: url('https://stratesfy.s3.us-east-1.amazonaws.com/ai.png') no-repeat center right;
    background-size: cover;
    height: 100dvh;
    display: flex;
    align-items: center;
}

.services-header-bg {
    position: relative;
    background: url('https://stratesfy.s3.us-east-1.amazonaws.com/consulting.jpg') no-repeat center right;
    background-size: cover;
    height: 100dvh;
    display: flex;
    align-items: center;
}



.services-header-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    /* black overlay, adjust 0.5 to increase/decrease opacity */
    z-index: 1;
}

.get-in-touch-header-bg::before,
.team-header-bg::before,
.industry-header-bg::before,
.ai-header-bg::before,
.talent-header-bg::before,
.digital-header-bg::before,
.home-header-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    /* black overlay, adjust 0.5 to increase/decrease opacity */
    z-index: 1;
}

.services-header-bg>.d-flex,
.get-in-touch-header-bg>.d-flex,
.team-header-bg>.d-flex,
.industry-header-bg>.d-flex,
.ai-header-bg>.d-flex,
.services-header-bg>.d-flex,
.digital-header-bg>.d-flex,
.talent-header-bg>.d-flex,
.home-header-bg>.d-flex {
    position: relative;
    /* keep content above overlay */
    z-index: 2;
}



.contact-header-bg {
    background: url('https://stratesfy.s3.us-east-1.amazonaws.com/img/contacct-us.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.team-header-bg {
    background: url('https://stratesfy.s3.us-east-1.amazonaws.com/img/join-our-team-header.jpg') no-repeat center right;
    background-size: contain;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100dvh;
}



/* Card Container */
.digital-solution-card {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

/* Top Section (Black Background) */
.card-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #000;
    color: #fff;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.card-text {
    flex: 1;
    min-width: 250px;
}

.subtitle {
    font-family: 'lato';
    font-size: 16px;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.digital-heading {
    font-family: 'Gabarito';
    font-size: 75px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}


.tags p {
    margin: 0.2rem 0;
    color: #aaa;
    font-size: 0.9rem;
}

/* Right Image aligned at the end */
.card-image {
    display: flex;
    align-items: flex-end;
}

.text-white {
    color: white;
}

.card-image img {
    border-radius: 8px;
    width: 350px;
    height: auto;
}

/* Bottom White Section */
.card-bottom {
    width: 1200px;
    background: #FAF3F3;
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    top: -14px;
    border-radius: 20px;
    z-index: 2;
}

.digital-solution-p {
    padding: 1rem 20rem;
}


.p-bottom {
    padding-bottom: 5rem;
}

/* Wrapper Section */
.image-section {
    padding-bottom: 2rem;
    padding-top: 4rem;
}

.image-container img {
    display: block;
    margin: 30px auto;
    max-width: 1200px;
    border-radius: 10px;

}

/* Overlapping Text Box */
.text-box {
    background: #fff;
    padding: 3rem 2rem;
    margin: -80px auto 0;
    position: relative;
    z-index: 2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.section {
    display: flex;
    align-items: center;
    color: white;

}

.card-line {
    width: 300px;
    border-top: 1.5px solid #adafad;
}


.text {
    flex: 1;
}

.product-width {
    width: 90%;
}

.image {
    flex: 1;
}

.image-2 img {
    width: 550px;
    object-fit: cover;
}

.image-2-space {
    margin-left: 3.5rem;
}

.image img {
    width: 500px;
    object-fit: cover;
}

.category {
    color: #0af;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.text-blue {
    color: #0061DA;
    font: 'lato';
    font-size: 16px;
    font-weight: 800;
}




/* ---------- RESPONSIVE STYLES ---------- */

/* Large screens (desktops > 1200px) */
@media (min-width: 1200px) {
    .digital-solution-card {
        max-width: 1200px;
    }

    .digital-heading {
        font-size: 75px;
    }

    .card-image img {
        width: 350px;
    }

    .digital-solution-p {
        padding: 1rem 20rem;
    }
}

/* Medium screens (tablets & small desktops: 768px - 1199px) */
@media (max-width: 1199px) {
    .digital-solution-card {
        margin: 0 1rem;
    }

    .digital-heading {
        font-size: 48px;
    }

    .card-image img {
        width: 280px;
    }

    .digital-solution-p {
        padding: 1rem 6rem;
    }
}

/* Small screens (mobile: 480px - 767px) */
@media (max-width: 767px) {
    .card-top {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .card-text {
        margin-bottom: 1.5rem;
    }

    .digital-heading {
        font-size: 32px;
        line-height: 1.3;
    }

    .card-image {
        justify-content: center;
    }

    .card-image img {
        width: 220px;
    }

    .card-bottom {
        width: 100%;
        top: -10px;
        border-radius: 15px;
    }

    .digital-solution-p {
        padding: 1rem 2rem;
        text-align: center;
    }

    .p-bottom {
        padding-bottom: 0rem;
    }
}

/* Extra digital-section small screens (< 480px) */
@media (max-width: 480px) {
    .digital-heading {
        font-size: 26px;
    }

    .subtitle {
        font-size: 14px;
    }

    .card-image img {
        width: 180px;
    }

    .digital-solution-p {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .p-bottom {
        padding-bottom: 0rem;
    }
}

/* package section */
/* Tablets (≤ 991px) */
@media (max-width: 991px) {
    .content {
        flex-direction: column;
        /* text-align: center; */
    }

    .left,
    .right {
        flex: 1 1 100%;
        max-width: 100%;
        padding-top: 2rem;
    }

    .left {
        margin-bottom: 1.5rem;
    }

    .heading-style-h2 {
        /* font-size: 2rem; */
        line-height: 1.3;
    }

    .right p {
        font-size: 1rem;
        line-height: 1.5;
    }

    @media (max-width: 991.98px) {
        .leading .custom-list li {
            position: relative;
            padding-left: 0 !important;
            margin-bottom: 2rem;
            font-family: Gabarito, sans-serif;
            font-size: clamp(20px, 1.88vw, 36px);
            font-weight: 400;
            color: #ADAFAD;
        }
    }

}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {

    .subtitle {
        font-size: 0.85rem;
    }

    .right p {
        font-size: 0.9rem;
    }
}


/* Default (desktop first) */
.fabric-logo {
    width: 121px;
}

.aws-logo {
    width: 68px;
}

.zabbix-logo {
    width: 117px;
}

.sap-logo {
    width: 85px;
}

.odoo-logo {
    width: 80px;
}


.partner1-logo {
    padding-top: 0.5rem;
    width: 70px;
}

.salesforce-logo {
    width: 116px;
}

.bigcommerce-logo {
    width: 110px;
}

/* 🔽 Responsive Adjustments */

/* Extra large screens (≥1400px) */
@media (min-width: 1400px) {
    .partner-logo {
        max-width: 150px;
    }

    .bigcommerce-logo {
        max-width: 170px;
    }

}

/* Large screens (≥1200px and <1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .partner-logo {
        max-width: 120px;
    }

    .bigcommerce-logo {
        width: 120px;
    }

}

/* Medium to large screens (≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .partner-logo {
        max-width: 110px;
    }

    .bigcommerce-logo {
        width: 120px;
    }
}

/* Tablets (≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .partner-logo {
        max-width: 90px;
    }

    .bigcommerce-logo {
        width: 110px;
    }
}

/* Small devices (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .partner-logo {
        max-width: 100px;
    }
}

@media (min-width: 375px) and (max-width: 575px) {
    .partner-logo {
        max-width: 85px;
    }
}


.icon-box-2 {
    width: 55px;
    height: 52px;
    background-color: #09317A;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin-right: 0.5rem;
}


.icon-box {
    width: 70px;
    height: 52px;
    background-color: #09317A;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.icon-box img,
.icon-box-2 img {
    width: 19px;
    height: 19px;
    opacity: 1;
}

.footer-nav a {
    text-decoration: none;
}



.digiital-spacing {
    padding-left: 4rem;
}



/* Responsive image styling */
.innovation-image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}



/* Make images responsive */
.image-2 img,
.image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}




/* services */
.half-bg-2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.half-bg-3 img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    display: block;
}


.half-bg-1 {
    background: linear-gradient(to bottom, #F0EFEF 30%, #f8f9fa 30%);

}

.half-bg-4,
.half-bg-2 {
    background: linear-gradient(to bottom, #F0EFEF 50%, #f8f9fa 50%);

}

.half-bg-3 {
    padding-bottom: 6rem;
    background: linear-gradient(to top, #F0EFEF 50%, #f8f9fa 50%);
}



.image-box img {
    max-width: 92%;
    height: auto;
    display: block;
    margin: 0 auto;
}




/* get-in-touch */
.contact-form .form-group input {
    opacity: 1;
    border-radius: 30px !important;
    border-width: 1px;
    height: 55px;
    padding: 10px 28px;
}

.contact-form .form-group .message {
    border-radius: 30px !important;
    border-width: 1px;
    padding: 18px 28px;
    height: 300px;
}



/* services page */
.service-card {
    position: relative;
    /* needed for ::before */
    border: 1px solid #B1B0B0;
    border-radius: 20px;
    /* transition: transform 0.3s ease; */
    background-color: #F5F5F5;
    height: 90%;
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem;
    max-width: 100%;
    margin: 0 auto;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(155deg, #d1d4d863, #fffcfc33 80%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    box-shadow: inset 0 0 40px rgb(190 186 186 / 50%);
    border-radius: 20px;
}

/* keep content above gradient */
.service-card * {
    position: relative;
    z-index: 1;
}

/* show gradient on hover */
.service-card:hover::before {
    opacity: 1;
}

.services-image {
    max-width: 100%;
    height: auto;
}


@media (min-width: 992px) {
    .custom-gap {
        --bs-gutter-x: 6rem;
    }

}

/* technology page*/

.technology-card .service-card {
    background-color: var(--color--background) !important;
    border: 0.5px solid #FFFFFF38;

}


.technology-image {
    height: 90vh;
}

@media (max-width: 767px) {
    .technology-image {
        height: 100%
    }
}


.stack-icon {
    width: 70px;
}

.aws-stack-icon {
    width: 50px;
}


.stack-icon-2 {
    width: 45px;
}

.stack-icon-3 {
    width: 55px;
}

/* Mobile adjustments */
@media (max-width: 768px) {

    .stack-icon {
        width: 50px;
    }



    .stack-icon-2,
    .stack-icon-3 {
        width: 30px;
    }
}


.technology-heading {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}


.products-heading {
    padding-bottom: 1rem;
    padding-top: 2.5rem;
}


/* Adjust spacing on medium screens (tablet) */
@media (max-width: 991px) {
    .digiital-spacing {
        padding-left: 2rem;
    }

    .products-heading {
        font-size: 2rem;
    }
}

/* Stack columns on small screens (mobile) */
@media (max-width: 767px) {
    .image-section .row {
        flex-direction: column;
    }

    .image-section {
        padding-top: 0rem;
    }

    .col-6 {
        width: 100%;
        max-width: 100%;
    }

    .digiital-spacing {
        padding-left: 0;
        margin-top: 2rem;
    }

    .products-heading {
        font-size: 1.5rem;
    }

    .image,
    .image-2 {
        text-align: center;
    }

    .image img,
    .image-2 img {
        max-width: 90%;
    }
}


.products-spacing {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.sticky-section {
    margin: 5rem 0rem;
}

@media (max-width: 1200px) {
    .product-width {
        width: auto;
        max-width: 100%;
    }
}

.footer_bottom-wrapper a {
    list-style: none;
    text-decoration: none;
    color: white;
}

.p-text.list-disc {
    list-style-type: disc;
    padding-left: 1.5rem;
    /* spacing for bullets */
}

.industry-line {
    width: 200px;
    border-top: 1.5px solid #adafad;

}

.privacy a {
    color: var(--color--text-body);
}


.icon-1,
.icon-2,
.icon-3,
.icon-4,
.icon-8,
.icon-9 {
    width: 80px;
}

.icon-5,
.icon-7 {
    width: 70px;
}

.icon-6 {
    width: 90px;
}

.service-container {
    padding: 6rem 0rem 3rem 0rem;
}

.heading-position {
    position: relative;
    top: 6cap;
    /* default for large screens */
}

.timelineicon-1 {
    width: 45px;
}

.timelineicon-2 {
    width: 70px;
}

.timelineicon-3 {
    width: 55px;
}

.timelineicon-4 {
    width: 55px;
}

.timelineicon-5 {
    width: 62px;
}

.timelineicon-6 {
    width: 60px;
}

.timelineicon-7 {
    width: 60px;
}

.timelineicon-8 {
    width: 70px;
}

@media (max-width: 768px) {
    .technology-heading {
        text-align: center;
    }
}


/*---------------- responsiveness ------------------ */
/* get in touch */
@media (max-width: 768px) {
    .global-padding-y {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .global-margin {
        margin: 3rem 0rem;
    }

    /* services */
    .attract-section-padding {
        padding: 2rem 3rem;
    }

    .half-bg-2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .service-container {
        padding: 3rem 0rem !important;
    }

    .service-icon {
        width: 50px;
        height: 45px;
        object-fit: contain;
    }

    .half-bg-3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .half-bg-3 {
        padding-bottom: 2rem;
        background: linear-gradient(to top, #F0EFEF 50%, #f8f9fa 50%);
    }

    /* join our team */
    .heading-position {
        position: relative;
        top: 5cap !important;
    }

    .p-text.sticky {
        position: static !important;
        /* disable sticky on mobile */
    }

    .icon-1,
    .icon-2,
    .icon-3,
    .icon-4,
    .icon-8,
    .icon-9 {
        width: 50px;
    }

    .icon-5,
    .icon-7 {
        width: 45px;
    }

    .icon-6 {
        width: 55px;
    }


    .section-margin {
        margin: 3rem 0rem;
    }

    /* talent solution */
    .timelineicon-1 {
        width: 45px;
    }

    .timelineicon-2 {
        width: 55px;
    }

    .timelineicon-3 {
        width: 40px;
    }

    .timelineicon-4 {
        width: 55px;
    }

    .timelineicon-5 {
        width: 55px;
    }

    .timelineicon-6 {
        width: 45px;
    }

    .timelineicon-7 {
        width: 40px;
    }

    .timelineicon-8 {
        width: 45px;
    }
}

@media (max-width: 768px) {
    .half-bg-4 .col-6 {
        margin-bottom: 1.5rem;
        /* space between stacked cols */
    }

    .half-bg-4 .col-6:last-child {
        margin-bottom: 0;
        /* prevent extra space at bottom */
    }

    .black-section .card-section .card img {
        width: 58px !important;
        height: 72px !important;
        object-fit: contain !important;
    }

    .industry .sticky-section {
        margin: 1rem 0rem;
    }
}

/* ---------------- */
.map-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 600px;
}


.icon-small {
    width: 30px;
    height: 30px;
}

@media (min-width: 462px) and (max-width: 766px) {
    .br-hide-range {
        display: none !important;
    }
}

.hero {
    position: relative;
    height: 100svh;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: center;
}

.hero-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}

.hero__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}

.hero__left h3 {
    font-size: 45px;
}

.hero__right {
    position: absolute;
    right: 20px;
    height: 100%;
    padding-left: 20px;
}

.hero__item {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #111;
    margin-bottom: 40px !important;
    transition: all 0.4s ease-out;
    font-size: 30px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
    border-radius: 20px;
}

.hero__item:last-child {
    margin: 0;
}

.hero__item.active {
    background: linear-gradient(155deg, #0061da63, #4E4B4B33 80%);
}

/* Large Desktop */
@media (max-width: 1400px) {
    .hero__item {
        padding: 2.5rem;
        font-size: 28px;
    }

    .hero__left h3 {
        font-size: 42px;
    }
}

/* Desktop */
@media (max-width: 1200px) {
    .hero__item {
        padding: 3rem;
        font-size: 26px;
        margin-bottom: 35px !important;
    }

    .hero__left h3 {
        font-size: 40px;
    }

    .hero__right {
        right: 15px;
        padding-left: 15px;
    }
}

/* Tablet Landscape */
@media (max-width: 992px) {
    .hero__item {
        padding: 2.5rem;
        font-size: 24px;
        margin-bottom: 30px !important;
    }

    .hero__left h3 {
        font-size: 36px;
    }

    .hero__right {
        right: 10px;
        padding-left: 10px;
    }
}

/* Tablet Portrait - Fix overlap on mobile with sticky */
@media (max-width: 768px) {
    .hero {
        height: auto;
        /* 🔥 remove 100vh */
        overflow: visible;
        /* 🔥 allow normal flow */
        align-items: flex-start;
    }

    .hero__right {
        position: relative;
        right: -10px;
        transform: none !important;
        padding-left: 0;
    }

    .hero__left {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }

    .hero__item {
        padding: 2rem;
        font-size: 20px;
        margin-bottom: 25px !important;
        border-radius: 15px;
    }

    .hero__left h3 {
        font-size: 32px;
    }
}

/* Large Mobile */
@media (max-width: 576px) {
    .hero__item {
        padding: 1.75rem;
        font-size: 18px;
        margin-bottom: 20px !important;
    }

    .hero__left h3 {
        font-size: 28px;
    }
}

/* Medium Mobile */
@media (max-width: 480px) {
    .hero__item {
        padding: 1.5rem;
        font-size: 16px;
        margin-bottom: 18px !important;
    }

    .hero__left h3 {
        font-size: 26px;
    }
}

/* Small Mobile */
@media (max-width: 400px) {
    .hero__item {
        padding: 1.25rem;
        font-size: 15px;
        margin-bottom: 15px !important;
        border-radius: 12px;
    }

    .hero__left h3 {
        font-size: 24px;
    }
}

/* Extra Small Mobile */
@media (max-width: 375px) {
    .hero__item {
        padding: 1rem;
        font-size: 14px;
        margin-bottom: 15px !important;
    }

    .hero__left h3 {
        font-size: 22px;
    }
}

/* Very Small Mobile */
@media (max-width: 320px) {
    .hero__item {
        padding: 0.875rem;
        font-size: 13px;
        margin-bottom: 12px !important;
    }

    .hero__left h3 {
        font-size: 20px;
    }
}

/* Landscape orientation on mobile */
@media (max-height: 600px) and (orientation: landscape) {
    .hero__item {
        padding: 1.5rem;
        font-size: 16px;
        margin-bottom: 15px !important;
    }

    .hero__left h3 {
        font-size: 26px;
    }
}


/* footer services */
/* Submenu hidden initially */
.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    background-color: #1a1a1a;
    padding-top: 1rem;
    border-radius: 8px;
    top: 100%;
    left: 0;
    min-width: 200px;
    z-index: 10;
}

/* Show smoothly on hover */
.services-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Submenu items */
.sub-menu li {
    position: relative;
    margin: 6px 0;
    padding-left: 18px;
}

.sub-menu li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 4px;
    color: #cccccc;
    font-size: 16px;
    line-height: 1;
}

/* Submenu links */
.sub-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sub-menu li a:hover {
    color: #cccccc;
}

.breadcrumbs {
    color: #fff;
    gap: 4rem;
    font-size: 0.95rem;
    white-space: nowrap;
    font-weight: 100;
    padding-top: 0.3rem;
}

.breadcrumb-item {
    opacity: 0.8;
    cursor: default;
}

.breadcrumb-link {
    color: #acaaaa;
    text-decoration: none;
    opacity: 0.9;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.breadcrumb-link:hover {
    opacity: 1;
    color: #00b3ff;
}

/* Active breadcrumb item */
.breadcrumb-link.active {
    color: #fff;
    font-weight: bold;
    text-decoration: none;

}

.breadcrumb-separator {
    color: #aaa;
    opacity: 0.7;
}

/* Hide breadcrumbs only when menu is active */
.menu-open .breadcrumbs {
    display: none !important;
}

.menu-open .breadcrumbs,
.submenu-open .breadcrumbs {
    display: none !important;
}



.Knowledge-hub .card-body .heading-style-h4,
.Knowledge-hub .card-body .p-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

/* 
.Knowledge-hub .card img{
    height: 200px;
    width: 90%;

} */



.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.img7,
.img8,
.img9,
.img10,
.img11,
.img12,
.img13,
.img14 {
    width: 92%;
    aspect-ratio: 16 / 9;
    /* same as 320x180 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.img1 {
    background-image: url('/assets/images/card1.jpg');
    border-radius: 10px 10px 0 0;
}

.img2 {
    background-image: url('/assets/images/card2.jpg');
    border-radius: 10px 10px 0 0;
}

.img3 {
    background-image: url('/assets/images/card3.jpg');
    border-radius: 10px 10px 0 0;
}



.img4 {
    background-image: url('/assets/images/BLOG 1 (1).svg');
}

.img5 {
    background-image: url('/assets/images/blog-2-gpt5.svg');
}

.img6 {
    background-image: url('/assets/images/AI-in-Software-Development.svg');
}


.img7 {
    background-image: url('/assets/images/rise-of-low.png');
}

.img8 {
    background-image: url('/assets/images/future-of-response.png');
}

.img9 {
    background-image: url('/assets/images/progressive.png');
}

.img10 {
    background-image: url('/assets/images/impact-of-5g.png');
}

.img11 {
    background-image: url('/assets/images/design-creating.png');
}

.img12 {
    background-image: url('/assets/images/role-of-ai.png');
}

.img13 {
    background-image: url('/assets/images/blog-4-card.png');
}
.img14 {
    background-image: url('/assets/images/blog-5-card.png');
}



.Knowledge-hub .card-body .heading-style-h3 {
    font-size: 1.3rem;
}


.Knowledge-hub .Knowledge-hub-button {
    font-size: 15px;
    color: white;
    background: transparent;
    border: 1px solid rgb(0, 97, 217);
    box-shadow: 0 0 15px 2px rgba(110, 176, 248, 0.3);
    border-radius: 6.25rem;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    font-family: "lato", sans-serif;
    width: 8rem;
    height: 3rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Hide breadcrumbs on screens 963px and narrower */
@media (max-width: 963px) {
    .breadcrumbs {
        display: none !important;
    }
}


/* carousel slider */

.Knowledge-hub .card {
    background-color: #242424;
    padding: 1rem 0rem;
    border: 0.5px solid #FFFFFF38;
    border-radius: 20px;
    flex: 1 1 350px;
    max-width: 100%;
    height: auto;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.3rem 0.1rem;
    transform-origin: center center;
    height: 100%;
    /* flex: 0 0 calc(33.333% - 1rem); */
    margin-right: 1rem;
}

/* Gradient overlay */
.Knowledge-hub .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, #0061da63, #4E4B4B33 80%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
}

.carousel .card:hover::before {
    opacity: 1;
}

.carousel .card>* {
    position: relative;
    z-index: 1;
}

.carousel .card:hover {
    border: none;
}

.carousel .card-body {
    flex: 1 1 auto;
    padding: 1rem 3rem 0rem 0rem;
}

.carousel img {
    width: 6rem;
    transition: transform 0.4s ease;
}



.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

/* * Dots */
.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    gap: 0.5rem;
}

.carousel-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #555;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
    margin: 0px 5px;
}

.carousel-dots button.active {
    background: #0061da;
    opacity: 1;
    transform: scale(1.2);
}


.carousel-btn:hover {
    background-color: #111a2f;
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}


.card-section .card img {
    width: 6rem;
    transition: transform 0.4s ease;
}



.carousel .card:hover img {
    transform: translateY(-15px) scale(1.1);
}

/* Responsive: Show fewer cards on small screens */

@media (max-width: 992px) {
    .carousel .card {
        flex: 0 0 calc(45% - 1rem);
        /* show 2 full cards */
    }
}

@media (max-width: 600px) {}

/* Between 833px and 992px — medium screens */
@media (max-width: 992px) and (min-width: 834px) {
    .carousel .card {
        flex: 0 0 calc(45% - 1rem);
        max-width: 350px;
    }
}

/* Below 833px — tablets and small screens */
@media (max-width: 833px) {
    /* .carousel .card {
    flex: 0 0 100%;
    max-width: 280px;
  } */
}

/* On medium screens (below 992px) and smaller — image centered */
@media (max-width: 991px) {
    .col-md-6.text-end {
        text-align: center !important;
        margin-top: 2rem;
        /* optional spacing between text and image */
    }
}




.carousel .card {
    flex: 0 0 calc(33.333% - 1rem);
    /* 3 cards visible */
}


/* ------------all new css--------- */
.read-more-btn {

    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 4px 23px;
    /* background: #242424 ; */
    color: #ffffff;
    border-radius: 999px;
    text-decoration: none;
    font-size: clamp(15px, 0.94vw, 18px);
    font-weight: 400;
    border: 0.5px solid #FFFFFF38;
    position: relative;
    z-index: 10;
    width: fit-content;

}

.read-more-btn .arrow {
    font-size: 30px;

}

.read-more-btn:hover {
    /* background: #0061da;
    border-color: #3a3a3a; */
    color: #3a3a3a;
}

.video-card {
    flex: 1 400px;
    max-width: 650px;
    position: relative;
    /* parent for absolute positioning */
}

/* Wrapper (important for alignment) */
.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 1100px;
    /* keeps large screen same */
}

/* Image */
.hover-img {
    width: 100%;
    max-width: 100%;
    height: 600px;
    aspect-ratio: 16 / 9;
    border-radius: 20px 20px 0 20px;
    object-fit: cover;
    display: block;
}

/* Button */
.image-btn {
    position: absolute;
    bottom: 0;
    left: 5rem;
    background-color: #2563eb;
    color: #fff;
    border: none;
    padding: 0.4em 1em;
    font-size: clamp(14px, 1.4vw, 20px);
    cursor: pointer;
    z-index: 2;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
}

/* Hyphen div */
.hyphen-div {
    margin-left: 5rem;
    width: calc(100% - 1rem);
    max-width: calc(90% - 1rem);
    background-color: #242424;
    color: white;
    font-size: clamp(14px, 1.3vw, 18px);
    padding: clamp(10px, 1.5vw, 16px);
    border: 1px solid gray;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}

.experience-card-wrapper .card {
    background-color: #0061da;
    /* border-radius: 20px; */
    padding: 3rem;
    color: white;
}

.r-1 {
    border-radius: 20px;
}

.r-2 {
    border-radius: 20px 0 0 20px !important;
}

.bg-color-card {
    background-color: #1d1d1d !important;
}

.bg-color-card-2 {
    background-color: #E5E5E5 !important;
}

.experience-card-wrapper .card {
    border: 0 !important;
}

.experience-card-wrapper .innovation-1 .shape-square-top {
    background-color: var(--background-color--bg-light) !important;
}

.innovation .experience-card-wrapper .shape-square-bottom {
    background-color: var(--background-color--bg-light) !important;
}

.innovation .expertise-row::before {
    background-color: #606060;
}

/* Card content stays below for readability */
.experience-card-wrapper .content {
    position: relative;
    z-index: 10;
    /* content above background shapes */
}

.experience-card-wrapper .content-text {
    width: 100%;
    font-family: 'lato';
    font-size: clamp(16px, 1.25vw, 24px);
    font-weight: 600;
    line-height: 1.25;
}

.experience-card-wrapper .content-p-text {
    width: 90%;
    font-family: 'lato';
    font-size: clamp(15px, 0.94vw, 18px);
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;

}

/* Shape on top of card (if needed) */
.experience-card-wrapper .shape-square {
    position: absolute;
    bottom: -32px;
    right: -32px;
    width: 128px;
    height: 128px;
    background-color: #141313;
    border-radius: 12px;
    transform: rotate(-1deg);
    z-index: 5;
    /* lower than content so content is readable */
}

/* Or if you want it ABOVE content */
.experience-card-wrapper .shape-square-top {
    bottom: -16px;
    position: absolute;
    right: -22px;
    width: 62px;
    height: 62px;
    background-color: #141313;
    border-radius: 12px;
    transform: rotate(0deg);
    z-index: 48;
}


.experience-card-wrapper .shape-square-bottom {
    top: -16px;
    position: absolute;
    left: -22px;
    width: 62px;
    height: 62px;
    background-color: #141313;
    border-radius: 12px;
    transform: rotate(0deg);
    z-index: 48;
}


.expertise-row {
    position: relative;
}

.expertise-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 250px;
    background-color: rgba(255, 255, 255, 0.3);
    /* subtle line */
    transform: translateX(-50%);
}


/* Force height so dots appear */
#expertiseCarousel .carousel-item {
    min-height: 220px;
}

#expertiseCarousel .img-expertise {
    width: 90px;
    padding-bottom: 1rem;
}

#expertiseCarousel .img-focus {
    width: 70px;
    padding-bottom: 1rem;
}

/* Dots styling */
#expertiseCarousel {
    padding-bottom: 35px;
    /* creates space for dots */
}

.experience-card-wrapper .carousel-indicators {
    bottom: -16px;
    /* keep them inside */
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #4e4e4e;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    /* opacity: .5; */
    transition: opacity .6s ease;
}

.carousel-indicators button {
    all: unset;
    width: 13px !important;
    height: 13px !important;
    border-radius: 50%;
    background-color: rgba(100, 96, 96, 0.4);
    cursor: pointer;
    margin: 0 4px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 21%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators button.active {
    background-color: #0061DA;
}

/* Vertical divider */
.expertise-row::before {
    content: "";
    position: absolute;
    top: 30px;
    bottom: 0px;
    left: 47%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateX(-50%);
    height: 230px;
}

.enterprise img {
    margin-left: 10px;
    margin-top: 22px;
    /* padding: 10px; */
    width: 120px;
    height: 110px;
}

/* Make columns stretch equally */
.equal-height-row {
    display: flex;
    align-items: stretch;
}

.innovation-1 .equal-height-row .experience-card-wrapper,
.equal-height-row .card {
    height: 95%;
}

/* Cards take full height */
.equal-height-row .experience-card-wrapper,
.equal-height-row .card {
    height: 100%;
}


.expertise-width{
width: 80%;
}

@media (max-width: 968px) {
    .expertise-row {
        flex-direction: column;
        /* stack columns vertically */
        position: relative;
    }

    /* Hide vertical line */
    .expertise-row::before {
        display: none;
    }

    /* Add horizontal line between items */
    .expertise-row>div:not(:last-child) {
        position: relative;
    }

    .expertise-row>div:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;

        background-color: rgba(255, 255, 255, 0.25);
        margin-top: 2rem;
        /* spacing above/below line */
    }
.expertise-width{
width: 100%;
}
    .innovation .expertise-row>div:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #606060;
        margin-top: 2rem;
        /* spacing above/below line */
    }
}

.border-start {
    border-left: 2px solid #dee2e6 !important;
}

.enterprise .carousel {
    overflow: hidden;
}

.enterprise .carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.enterprise .card {
    flex: 0 0 100%;
    /* 🔥 Mobile: 1 slide */
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
    border: 0;
    border-radius: 8px;
    padding: 1rem 0;
    min-width: 0;
}

/* Tablet → 2 slides */
@media (min-width: 768px) {
    .enterprise .card {
        flex: 0 0 50%;
    }
}

/* Desktop → 3 slides */
@media (min-width: 1100px) {
    .enterprise .card {
        flex: 0 0 33.333%;
    }
}

.enterprise .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    /* makes all cards equal height */
}


.enterprise .card-body a {
    margin-top: auto;
    /* pushes button to the bottom */
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #0066FF;
    text-decoration: none;
    padding: 0;
}


.enterprise .card-body a .arrow {
    margin-left: 0.5rem;
}

/* Remove clamp by default (mobile first) */
.enterprise .card-body .heading-style-h3,
.enterprise .card-body .p-text {
    display: block;
    overflow: visible;
    -webkit-line-clamp: 3;
    word-break: break-word;

}

/* Apply clamp only on larger screens */
@media (min-width: 992px) {

    .enterprise .card-body .heading-style-h3,
    .enterprise .card-body .p-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3;
    }
}

.enterprise .img1 {
    background-image: url('/assets/images/enterprise-1.svg');
}

.enterprise .img2 {
    background-image: url('/assets/images/enterprise-2.svg');
}

.enterprise .img3 {
    background-image: url('/assets/images/enterprise-3.svg');
}


.collapse {
    &:not(.show) {
        display: none;
    }
}

.collapsing {
    height: 0;
    overflow: hidden;
    @include transition($transition-collapse);

    &.collapse-horizontal {
        width: 0;
        height: auto;
        @include transition($transition-collapse-width);
    }
}

.service-row {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 28px 0;
    border-bottom: 1px solid #e5e5e5;
    transition: border-color 0.3s ease;
}

.service-row:hover {
    border-bottom-color: #0061DA;
}

.service-left {
    display: flex;
    gap: 7rem;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    width: 75%;
}

.count {
    font-weight: 700;
    width: 32px;
    font-size: clamp(20px, 1.83vw, 35px);
}

/* RIGHT CONTENT */
.preview-text {
    cursor: pointer;
}

/* paragraph wrapper */
.preview-text .p-text {
    position: relative;
    padding-right: 100px;
    /* space for arrow */
}

/* arrow link */
.read-more-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
}

/* arrow box */
.arrow-box {
    width: 38px;
    height: 38px;
    background: #f2f2f2;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.3s ease;
}

/* arrow hover on whole row */
.service-row:hover .arrow-box {
    background: #0061DA;
    color: #fff;
    transform: translate(3px, -3px);
}

/* MOBILE */
@media (max-width: 768px) {
    .service-row {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: 16px 0;
    }

    .service-left {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .service-left div {
        order: 2;
        /* heading below step number */
    }

    .count {
        order: 1;
        /* step number first */
        font-size: clamp(18px, 4vw, 32px);
    }

    .service-right {
        width: 100%;
        order: 3;
        /* paragraph below heading */
    }

    .preview-text {
        padding-left: 0;
        /* remove any extra padding */
    }
}

.check-icon {
    height: 15px;
}


.tabs-wrapper {
    max-width: 100%;
    margin: auto;
}

.tabs {
    display: flex;
    gap: 45px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 950px) {
    .tabs {
        gap: 20px;
    }
}

.tab {
    padding: 12px 22px;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #444;
    color: #aaa;
    cursor: pointer;
    transition: 0.3s;
}

.tab.active {
    background: #1677ff;
    color: #fff;
    border-color: #1677ff;
}

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

.slides {
    display: flex;
}

.tab-slide {
    flex: 0 0 100%;
    padding: 60px;
    background: linear-gradient(135deg, #1c1c1c, #111);
    border-radius: 24px;
    font-size: 32px;
}

.slider-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center */
}

.read-more-arrow {
    color: var(--color--text-body);
    ;
}

/* ================= OUR PROCESS ================= */

/* ---------- WRAPPER ---------- */
.process-wrapper {
    position: relative;
    width: 100%;
}

/* ---------- HEADINGS ---------- */
.process-heading {
    position: absolute;
    color: #ffffff;
    font-weight: 400;
    font-size: clamp(20px, 1.88vw, 36px);
    cursor: pointer;
    white-space: nowrap;
}

.process-heading:hover {
    color: #007AFF;
}

/* ---------- POPUP BASE ---------- */
.process-popup {
    position: absolute;
    width: 400px;
    padding: 20px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #d1d5db;
    background: rgba(27, 31, 35, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(128, 128, 128, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;

    max-width: min(400px, 90vw);

    right: -105px;
}

/* ---------- TOP ITEMS (DOWNWARD POPUP) ---------- */
.process-item-1 .process-popup,
.process-item-2 .process-popup,
.process-item-3 .process-popup {
    top: 140%;
}

/* Hover animation */
.process-item-1:hover .process-popup,
.process-item-2:hover .process-popup,
.process-item-3:hover .process-popup {
    top: 200%;
    opacity: 1;
    visibility: visible;
}

/* Arrow (DOWN) */
.process-item-1 .process-popup::before,
.process-item-2 .process-popup::before,
.process-item-3 .process-popup::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid grey;
}

.process-item-1 .process-popup::after,
.process-item-2 .process-popup::after,
.process-item-3 .process-popup::after {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 22px solid #1b1f23;
}

/* ---------- BOTTOM ITEMS (UPWARD POPUP) ---------- */
.process-item-4 .process-popup,
.process-item-5 .process-popup {
    bottom: 140%;
}

/* Hover animation */
.process-item-4:hover .process-popup,
.process-item-5:hover .process-popup {
    bottom: 200%;
    opacity: 1;
    visibility: visible;
}

/* Arrow (UP) */
.process-item-4 .process-popup::before,
.process-item-5 .process-popup::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid grey;
}

.process-item-4 .process-popup::after,
.process-item-5 .process-popup::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 22px solid #1b1f23;
}

/* ---------- RIGHT SIDE FIX ---------- */
.process-item-3 .process-popup,
.process-item-5 .process-popup {
    right: auto;
    left: -157px;
}

/* ---------- TEXT ---------- */
.process-popup p {
    margin: 0;
    white-space: normal;
}

/* ---------- POSITION CLASSES ---------- */

/* TOP */
.heading-top-left {
    top: 15%;
    left: 5%;
}

.heading-top-center {
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.heading-top-right {
    top: 15%;
    right: 5%;
}

/* BOTTOM */
.heading-bottom-left {
    bottom: 7%;
    left: 23%;
}

.heading-bottom-center {
    bottom: 10%;
    right: 23%;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .process-heading {
        font-size: clamp(16px, 3vw, 24px);
    }

    .process-popup {
        width: 170px;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        padding: 10px;
    }
}

/* ---------- SHOW ONLY ON LARGE ---------- */
.our-process {
    display: block;
}

.process-wrapper {
    display: none;
}

@media (min-width: 1024px) {
    .our-process {
        display: none;
    }

    .process-wrapper {
        display: block;
    }
}



















.process-heading:hover .map-popup {
    opacity: 1;
    visibility: visible;
    top: 200%;
    /* adjust vertical position if needed */
}

/* ---------- MAP WRAPPER ---------- */
.map-wrapper {
    position: relative;
    width: 100%;
}

/* ---------- MAP IMAGE ---------- */
.map-image {
    opacity: 40%;
}

/* ---------- MAP POINT ---------- */
.map-point {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* ---------- ICON ---------- */
.map-icon {
    width: 40px;
    height: 40px;
}

/* ---------- POPUP (ALWAYS ABOVE ICON) ---------- */
.map-popup {
    position: absolute;

    bottom: 110%;
    /* 🔥 attach to icon */
    left: 50%;
    transform: translateX(-50%);

    width: 300px;
    padding: 14px;
    border-radius: 12px;

    font-size: 13px;
    line-height: 1.5;
    color: #d1d5db;

    background: transparent;
    backdrop-filter: blur(10px);

    border: 1px solid rgba(128, 128, 128, 0.4);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);

    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

/* ---------- SHOW ON HOVER ---------- */
.map-point:hover .map-popup {
    bottom: 125%;
    opacity: 1;
    visibility: visible;
}

/* ---------- ARROW ---------- */
.map-popup::before {
    content: "";
    position: absolute;

    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid grey;
}

.map-popup::after {
    content: "";
    position: absolute;

    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);

    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #1b1f23;
}

/* ---------- POSITIONS ---------- */
.vector-top-left {
    top: 32%;
    left: 20%;
}

.vector-top-bottom {
    top: 74%;
    left: 28%;
}

.vector-top-right {
    top: 34%;
    left: 70%;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .map-icon {
        width: 28px;
        height: 28px;
    }

    .map-popup {
        width: 160px;
        font-size: 12px;
    }
}

.heading-top-left .process-popup {
    left: -58px;
}

.empowering-innovation .innovation-row {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 50px 0;
}

.empowering-innovation .innovation-row.border-bottom {
    border-bottom: 1px solid #E5E5E5;
}

.empowering-innovation .innovation-img {
    flex: 0 0 60px;
}

.empowering-innovation .innovation-heading {
    flex: 0 0 40%;
}

.empowering-innovation .innovation-text {
    flex: 1;
}

/* Mobile stack */
@media (max-width: 767px) {
    .empowering-innovation .innovation-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .empowering-innovation .innovation-heading,
    .empowering-innovation .innovation-text {
        flex: 100%;
    }
}



.our-core .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
}

.our-core .image-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.our-core .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-core .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 1),
            rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0));

    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.our-core .card-overlay h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.our-core .card-overlay p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.85;
}



/* hide description by default */
.our-core .card-description {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

/* show on hover */
.our-core .image-card:hover .card-description {
    opacity: 1;
    max-height: 200px;
    /* adjust if text is longer */
}


/* Responsive */
@media (max-width: 992px) {
    .our-core .card-grid {
        grid-template-columns: 1fr;
    }

    .our-core .image-card {
        height: 360px;
    }
}

.impact-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

/* step */
.impact-step {
    position: relative;
    text-align: center;
}

/* line AFTER step (except last) */
.impact-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -50%;
    width: 100%;
    border-top: 2px dashed #cfcfcf;
    z-index: 0;
}

/* circle */
.step-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 25px;
    border: 1px solid #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin: 0 auto 10px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

/* label */
.impact-step p {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
}

/* line AFTER step (including last) */
.impact-step::after {
    content: "";
    position: absolute;
    top: 42px;
    right: -14%;
    width: 50%;
    border-top: 2px dashed #cfcfcf;
    z-index: 0;
}

/* BUT step 1 se pehle still kuch nahi */
.impact-step:first-child::before {
    content: none;
}

@media (max-width: 767px) {

    .impact-steps {
        gap: 4px;
    }

    /* smaller circle */
    .step-circle {
        width: 44px;
        height: 44px;
        font-size: 16px;
        margin-bottom: 6px;
    }

    /* smaller text */
    .impact-step p {
        font-size: 14px;
        line-height: 1.2;
    }

    /* line positioning + thickness */
    .impact-step::after {
        top: 22px;
        right: -20%;
        width: 55%;
        border-top-width: 1.5px;
    }

    .impact-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 20px;
        right: -50%;
        width: 100%;
        border-top: 2px dashed #cfcfcf;
        z-index: 0;
    }
}


.arrow-img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.arrow-img.active {
    opacity: 1;
}

.arrow-right {
    transform: scaleX(-1);
}

.technology-carousel {
    width: 100%;
    overflow: hidden;
}

.technology-track {
    display: flex;
    gap: 30px;
    will-change: transform;
}

.technology-card {
    flex: 0 0 440px;
    height: 400px;
    border-radius: 20px;
    background: linear-gradient(135deg, #2b004f, #5e1d91);
    color: #fff;
    padding: 24px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    justify-content: flex-end;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.technology-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 1;
    background: linear-gradient(158.17deg, rgba(0, 0, 0, 0) -1.23%, rgba(0, 0, 0, 0.8) 77.41%);
}

.technology-card>* {
    position: relative;
    z-index: 1;
}

.tech-heading {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.technology-description {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease, max-height 0.5s ease;
}

.technology-card:hover .technology-description {
    opacity: 1;
    max-height: 200px;
    /* adjust as needed */
}

.technology-card:nth-child(1) {
    background-image: url("https://stratesfy.s3.us-east-1.amazonaws.com/tech-3.png");
}

.technology-card:nth-child(2) {
    background-image: url("https://stratesfy.s3.us-east-1.amazonaws.com/tech-2.webp");
}

.technology-card:nth-child(3) {
    background-image: url("https://stratesfy.s3.us-east-1.amazonaws.com/tech-1.png");
}

.technology-card:nth-child(4) {
    background-image: url("https://stratesfy.s3.us-east-1.amazonaws.com/tech-4.png");
}

.technology-card:nth-child(5) {
    background-image: url("https://stratesfy.s3.us-east-1.amazonaws.com/tech-3.png");
}

/* responsive */
@media (max-width: 1920px) {
    .technology-card {
        flex: 0 0 500px;
    }
}

@media (max-width: 1400px) {
    .technology-card {
        flex: 0 0 330px;
    }
}

@media (max-width: 1024px) {
    .technology-card {
        flex: 0 0 300px;
    }
}

@media (max-width: 768px) {
    .technology-track {
        padding-left: 20px;
    }

    .technology-card {
        flex: 0 0 80%;
        /* almost full width */
    }
}

@media (max-width: 480px) {
    .technology-card {
        flex: 0 0 90%;
        /* nearly full width on tiny phones */
    }

    .tech-heading {
        font-size: 22px;
    }

    .technology-description {
        font-size: 16px;
    }
}

.technologyicon11 {
    width: 65px;
}


.tech-icon-1 {
    width: 60px;
}



.tech-icon-2 {
    width: 60px;
}



.tech-icon-3 {
    width: 60px;
}


.tech-icon-4 {
    width: 68px;
}

.tech-icon-5 {
    width: 60px;
}

.tech-icon-6 {
    width: 60px;
}

.tech-icon-7 {
    width: 60px;
}

.tech-icon-8 {
    width: 60px;
}

.tech-icon-9 {
    width: 60px;
}

.tech-icon-10 {
    width: 60px;
}



.custom-list li {
    position: relative;
    padding-left: 29px;
    margin-bottom: 2rem;
    font-family: Gabarito, sans-serif;
    font-size: clamp(20px, 1.88vw, 36px);
    font-weight: 400;
    /* line-height: 100%; */
    color: #ADAFAD;
}

.custom-list li::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 16px;
    width: 27px;
    height: 2px;
    background-color: #ADAFAD;
}

.list-unstyled {

    list-style: none;

}

.row.align-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* keeps space between the two columns */
    align-items: flex-start;
}

.custom-list {
    max-width: 550px;
    /* ensures it doesn’t overflow */
}



.table-rates-options {
    display: flex;
    width: 100%;
    flex-direction: column;

}

.table-rates-head {
    display: flex;
    background: #1d1d1d;
    position: relative;
    /* or sticky / fixed if needed */
    z-index: 1000;
}

.table-rates-head>div {}

.table-rates-head>div:first-child {
    width: 100%;
    display: block;
}

.table-rates-head>div.mobile-div,
.table-rates-body .table-rates-item>div.mobile-div {
    display: none;
}

.table-rates-body {}

.table-rates-body .table-rates-items {
    display: none;
}

.table-rates-body .table-rates-items.active {
    display: flex !important;
}

.table-rates-body {
    display: flex;
    flex-direction: column;
}

.table-rates-items {
    flex-direction: column;
}

.table-rates-title {
    color: #DE002B;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    height: 80px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-bottom: 2px solid #DE002B;
}

.table-rates-title svg {
    display: none;
}

.table-rates-body .table-rates-item {
    display: flex;
}

.table-rates-body .table-rates-item:nth-child(even) {
    background: #F9F9F9;
}

.table-rates-body .table-rates-item:last-child {
    border-bottom: 1px solid #CFCFCF;
}

.table-rates-body .table-rates-item>div {
    height: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    border: 1px solid #CFCFCF;
    border-bottom: 0;
    border-left: 0;
    width: 18%;
}

.table-rates-body .table-rates-item>div:first-child {
    width: 29%;
    padding: 30px 30px 30px 45px;
    border-left: 1px solid #CFCFCF;
    text-align: left;
    justify-content: flex-start;
    background-position: 30px 33px;
    background-repeat: no-repeat;
}

.table-rates-body .table-rates-item>div.tick {
    background-image: url('https://cdn.icon-icons.com/icons2/2584/PNG/128/trick_treat_halloween_candy_icon_154080.png');
    background-position: center;
    background-repeat: no-repeat;
}

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

    .table-rates-body .table-rates-item>div.mobile-div,
    .table-rates-head>div.mobile-div {
        display: flex;
    }

    .block-rates-options h3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 18px;
    }

    .table-rates-head>div {
        font-size: 13px;
        font-weight: 600;
        line-height: 18px;
        width: 50%;
        border-right: 0;
        border-left: 1px solid #CFCFCF;
    }

    .table-rates-head>div:last-child {
        border-right: 1px solid #CFCFCF;
    }

    .table-rates-body .table-rates-items {
        display: flex;
    }

    .table-rates-body .table-rates-item {
        flex-wrap: wrap;
    }

    .table-rates-body .table-rates-item>div {
        width: 50%;
        height: 78px;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        border: 1px solid #CFCFCF;
        border-bottom: 0;
        border-right: 0;
        border-left: 1px solid #CFCFCF;
    }

    .table-rates-body .table-rates-item>div:first-child {
        height: auto;
        width: 100%;
        border-right: 1px solid #CFCFCF;
        background-image: none;
        padding: 20px 16px;
        justify-content: center;
    }

    .table-rates-body .table-rates-item>div:last-child {
        border-right: 1px solid #CFCFCF;
    }

    .table-rates-title {
        background: #F9F9F9;
        justify-content: flex-start;
        text-align: left;
        padding: 20px 16px;
        font-size: 13px;
        font-weight: 600;
        line-height: 17px;
        cursor: pointer;
    }

    .table-rates-list {
        display: none;
    }

    .table-rates-items .table-rates-list {
        display: none;
        flex-direction: column;
    }

    .table-rates-items.is-active .table-rates-list {
        display: flex;
    }

    .table-rates-title svg {
        display: block;
        margin-left: 10px;
        transition: all 0.3s;
    }

    .table-rates-items.is-active .table-rates-title svg {
        transform: rotate(-180deg);
        transition: all 0.3s;
    }
}

.image-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.timeline-heading {
    font-family: Gabarito, sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    word-break: break-word;
}


.lets-talk .read-more-btn {
    display: inline;
}


@media (max-width: 767px) {
    .lets-talk .read-more-btn {
        display: none;
    }

    .tab-slide {
        padding: 25px;
    }

    .get-in-touch-header-bg,
    .team-header-bg,
    .industry-header-bg,
    .ai-header-bg,
    .talent-header-bg,
    .services-header-bg,
    .digital-header-bg,
    .technology-header-bg,
    .home-header-bg {
        position: relative;
        height: 100dvh;
        display: flex;
        align-items: center;

        background: linear-gradient(135deg,
                #0b0f14 0%,
                #111827 45%,
                #1d66af 100%);


    }


    .slide-wrapper {
        width: 77vw;
        height: 98%;
        margin: 1rem 5rem;
    }

    /* paragraph wrapper */
    .preview-text .p-text {
        padding-right: 0;
    }

    /* arrow link */
    .read-more-arrow {
        position: static;
        display: flex;
        margin-top: 12px;
        transform: none;
    }

    /* optional: slightly smaller arrow on mobile */
    .arrow-box {
        width: 34px;
        height: 34px;
    }


    .aws-stack-icon {
        width: 40px;
    }

}



/* @media (max-width: 576px) {
    .services-header-bg {
        background: url('https://stratesfy.s3.us-east-1.amazonaws.com/img/consulting+header.jpg') no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 90dvh;
        display: flex;
        align-items: center;
    }
} */

.custom-list {
    max-width: none;

}


@media (min-width: 992px) {
    .custom-list {
        max-width: 400px;
    }
}

.leading .custom-list li::before {
    display: none !important;
}




.custom-accordion .accordion-item {
    border: none;
    margin-bottom: -23px;
    overflow: hidden;

    /* Only top radius */
    border-radius: 16px;

}



/* Button styling */
.custom-accordion .accordion-button {
    background: transparent;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 700;
    font-family: 'lato';
    padding: 25px 30px 16px 48px;
    ;
    box-shadow: none;
    border-radius: 16px !important;
}

/* Remove arrow */
.custom-accordion .accordion-button::after {
    display: none;
}

/* Remove focus blue */
.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

/* When open */
.custom-accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: transparent;
}

/* Body */
.custom-accordion .accordion-body {
    color: #cccccc;
    padding: 25px;
    background: transparent;
}

/* Text */
.custom-accordion h4 {
    color: #ffffff;
    margin-bottom: 15px;
}

.custom-accordion ul li {
    color: #bbbbbb;
}

.circle-list-wrapper {
    max-width: 550px;
}



.circle-list-wrapper li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #ADAFAD;
    border-radius: 50%;
}

/* Remove default bullets */
.circle-list-reset {
    list-style: none;
    padding-left: 0;
}

/* Responsive behavior same as previous */
@media (min-width: 767px) {
    .circle-list-wrapper {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .circle-list-wrapper {
        max-width: 400px;
    }
}



.ai-framework-section {}

.ai-framework-section .custom-grid {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.ai-framework-section .grid-box {
    background: #1d1d1d;
    padding: 35px 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

.ai-framework-section .grid-box:nth-child(3n) {
    border-right: none;
}

.ai-framework-section .grid-box:nth-last-child(-n+3) {
    border-bottom: none;
}

/* Small screens */
@media (max-width: 767px) {

    .ai-framework-section .grid-box {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .ai-framework-section .grid-box:nth-child(3n) {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .ai-framework-section .grid-box:nth-last-child(-n+3) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

}




.platform .icon-container-alt img {
    filter: none;
}

.platform .icon-container-alt {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;

}




.logo-7 .icon-container-alt img {
    max-width: 30% !important
}


.logo-8 .icon-container-alt img {
    max-width: 25% !important
}


.logo-9 .icon-container-alt img {
    max-width: 40% !important
}

.logo-10 .icon-container-alt img {
    max-width: 45% !important
}

/* Both search and filter boxes */
.search-box,
.filter-box {
    border: 1px solid gray;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    background-color: transparent;
    /* transparent background */
    position: relative;
}




/* Search input */
.search-box input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 0 10px;

    background-color: transparent;
    /* input transparent */
    color: var(--color--text-body);
    width: 100%;
    /* max-width: 45rem; */
    font-family: 'lato';
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 500;
    line-height: 1.5;
}

.custom-dropdown {
    position: relative;
    width: 100%;
    font-family: sans-serif;
}

.dropdown-selected {
    color: var(--color--text-body);
    width: 100%;
    /* max-width: 45rem; */
    font-family: 'lato';
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 500;

    border: 1px solid gray;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;

    cursor: pointer;
    transition: 0.3s ease;
}

.arrow {
    transition: transform 0.3s ease;
}

/* Options container */
.dropdown-options {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #222;
    /* dropdown background */
    border-radius: 15px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual options */
.dropdown-options li {
    padding: 12px 15px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* Option hover color */
.dropdown-options li:hover {
    background: #444;
}

/* Active state */
.custom-dropdown.active .dropdown-options {
    max-height: 200px;
}

.custom-dropdown.active .arrow {
    transform: rotate(180deg);
}

.custom-dropdown {
    position: relative;
    z-index: 1000;
}

.dropdown-options {
    position: absolute;
    z-index: 1001;
}

.blogs-image-radius {
    border-radius: 10px;
}


.pagination-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.dot {
    border: 0.5px solid #FFFFFF38;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s ease;
}

.dot:hover {
    background: #0061DA;
}

.dot.active {
    background: #0061DA;
    color: #fff;
}



.custom-cards-container {
    position: relative;
    /* sticky handled by GSAP pin */
    width: 100%;
}

.custom-card {
    overflow: hidden;
    height: 70px;
    /* only header visible by default */
    transition: height 0.5s ease;
    margin-bottom: -13px;
    background: #fff;
}

.custom-card h2 {
    margin: 0;
    padding: 10px;
    background: #eee;
}



/* 🔹 Large screens (default) */
.custom-card.active {
    height: 460px;
    border-radius: 10px;
}

/* 🔹 Medium screens */
@media (max-width: 992px) {
    .custom-card.active {
        height: 550px;
    }
}

/* 🔹 Small screens */
@media (max-width: 576px) {
    .custom-card.active {
        height: 670px;
    }
}

.custom-card.prev,
.custom-card.next {
    border-radius: 10px;
    /* collapsed height */
}

/* different backgrounds */
.custom-card:nth-child(1) {
    background: #1d1d1d;
    /* red-ish */
}

.custom-card:nth-child(2) {
    background: #282828;
    /* orange-ish */
}

.custom-card:nth-child(3) {
    background: #2f2f2f;
    /* green-ish */
}

/* optional: header background remains separate */
.custom-card h2 {
    background: rgba(255, 255, 255, 0.2);
    /* semi-transparent */
}






.circle-list-wrapper li {
    position: relative;
    padding-left: 29px;
    margin-bottom: 2rem;

    color: #ADAFAD;
}


.spacing-card {
    height: 240px;
}

@media (max-width: 991px) {

    /* small + medium (Bootstrap md breakpoint) */
    .spacing-card {
        height: 160px;
    }
}