\* {
    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-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: 4.5rem;
    padding-right: 4.5rem;
}

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

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

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

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

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

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

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

.client-text {
    color: #828282 !important;
    font-size: 1rem;
    font-weight: 500;
    font-style: bold;
    font-family: 'lato';
}

.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: 5vw;
    word-break: break-word;
}


@media (max-width: 992px) {
    .heading-style-h1 {
        font-size: 3.25rem;
    }
}

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

}

@media (max-width: 576px) {
    .heading-style-h1 {
        font-size: 2rem;
    }


}


.heading-style-h2 {
    color: var(--color--text-heading);
    width: 100%;
    font-family: Gabarito, sans-serif;
    font-size: 4vw;
    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: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    word-break: break-word;
}

h4 {
    font-family: Gabarito, sans-serif;
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1.2;
    word-break: break-word;
}

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

}

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

h4 {
    font-size: 1rem;
}


.p-text {
    color: var(--color--text-body);
    width: 100%;
    /* max-width: 45rem; */
    font-family: 'lato';
    font-size: 1rem;
    font-weight: 500;
}

.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 {
    position: relative;
    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: 9.125rem;
    height: 2.375rem;
    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;
    /* hover pe bhi white hi rahe */
}

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

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

    100% {
        left: 125%;
    }
}


.project-btn {
    position: relative;
    font-size: 15px;
    color: var(--background-color--bg-dark);
    background: transparent;
    border: 1px solid rgb(0, 97, 217);
    box-shadow: 0 0 15px 2px #0061DACC;
    border-radius: 6.25rem;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
    font-family: Gabarito, sans-serif;
    width: 9.125rem;
    height: 2.375rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.project-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgb(183 179 179 / 0%) 0%, rgb(163 161 161 / 40%) 50%, rgb(119 119 119 / 0%) 100%);
    transform: skewX(321deg);
    z-index: -1;
}

.project-btn:hover::before {
    animation: shining 0.8s forwards;
}

@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(1deg, #000000, #00000038);
    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: 0.5rem
}



/* Animated Text */

.animation-text p {
    font-family: "Gabarito", sans-serif;
    font-weight: 700;
    font-size: 5vw;
    text-align: center;
    vertical-align: middle;
    color: var(--color--links-navbar);
}

.header-p {
    height: 16rem;
    margin: 0rem;
}

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

    .header-p {
        height: 8rem;
    }
}

@media (max-width:992px) {
    .animation-text p {
        font-size: 3rem;
    }

    .header-p {
        height: 8rem;
    }
}

@media (max-width:767px) {
    .animation-text p {
        font-size: 2.5rem;
    }

    .header-p {
        height: 6rem;
    }
}

@media (max-width:576px) {
    .animation-text p {
        font-size: 2rem;
    }

    .header-p {
        height: 5rem;
    }
}


.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;
    }
}


/* CONTENT ABOVE VIDEO */
.navbar {
    position: relative;
    z-index: 2;
}

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

/* 
.navbar {
    padding: 0.5rem 3.5rem !important;
    background-color: #191a19;
}

.navbar-collapse {
    display: none;
}

.navbar-toggler {
    display: block;
}

.navbar-collapse.show {
    display: block;
} */

/* .sticky-navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.sticky-navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
} */
:root {
    /* --color--background: hsl(31, 100%, 50%); */
    /* --Black: hsl(31, 100%, 47%); */
    --white: hsl(0, 0%, 100%);
}

.nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header-logo {
    flex-grow: 1;
    z-index: 10;
}

.header-logo img {
    max-width: 130px;
    margin-bottom: 5px;
}

/* Navbar */



.sticky-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
    transition: transform 0.3s ease;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



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

.hamburger:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.hamburger-line {
    width: 28px;
    height: 3px;
    background: white;
    margin: 3px 0;
    border-radius: 2px;
    transform-origin: center;
}

/* Mobile Menu */
.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: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.menu-container {
    width: 100%;
    max-width: 80%;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.menu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.menu-item {
    position: relative;
}

.menu-link {
    font-family: "Gabarito", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: 300;
    display: block;
    padding: 0.5rem 1.5rem;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateY(100px);
    opacity: 0;
    transition: color 0.3s ease;
}

.menu-link:hover {
    color: rgb(0, 97, 217);
}

/* Services Menu Item */
.menu-link-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.services-arrow {
    color: white;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    margin-left: 1rem;
    cursor: pointer;
    user-select: none;
}

.services-arrow.rotated {
    transform: rotate(90deg);
}

/* Horizontal Submenu */
.submenu {
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    /* background: rgba(0, 0, 0, 0.9); */
    /* backdrop-filter: blur(10px); */
    /* border-radius: 12px; */
    padding-inline: 1rem;
    min-width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    transition: all 0.3s ease;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
}

.submenu.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.submenu-item {
    margin: 0.5rem 0;
}

.submenu-link {
    font-family: "Gabarito", sans-serif;
    color: white;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 300;
    display: block;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 1px;
    white-space: nowrap;
}

.submenu-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.05);
}

/* 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;
}

.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%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .services-item {
        position: relative;
    }

    .menu-container {
        flex-direction: column;
        gap: 1rem;
    }


    .submenu {
        display: none;
        position: relative;
        top: 100%;
        left: 0;
        width: 100%;
        background: #111;
        padding: 0.5rem 0;
        margin: 0;
        z-index: 100;

    }

    /* Show submenu */
    .submenu.show {
        display: block;
    }

    .services-arrow.rotated {
        transform: rotate(180deg);
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .header {
        padding: 1rem;
    }

    .logo {
        font-size: 1.5rem;
    }

    .menu-link {
        font-size: 2rem;
    }

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

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

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

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

}



/* Arrow styling */
.arrow-icon {
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}

.nav-item.dropdown:hover .arrow-icon {
    transform: rotate(270deg);
}

/* Dropdown menu style inside vertical nav */
.nav-item.dropdown {
    position: relative;
}

.nav-item.dropdown .dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 130%;
    min-width: 200px;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    border: none;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Dropdown items inside column nav */
.dropdown-menu li a {
    font-size: 1rem;
    color: black;
}

.dropdown-menu li a:hover {
    background-color: #f0f0f0;
}



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

@media (max-width:991px) {


    .nav-item.dropdown .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        padding-left: 1rem;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        transform: none;
    }

    .dropdown-menu li a {
        font-size: 1.3rem;
    }
}

@media (max-width:767px) {
    .navbar-nav {
        padding: 0.5rem 1rem !important;
        display: flex;
        flex-direction: column;
    }

    .navbar ul li a {
        font-size: 2rem;
    }
}

@media (max-width:575px) {
    .navbar-nav {
        padding: 0.5rem 1rem !important;
        display: flex;
        flex-direction: column;
    }

    .navbar ul li a {
        font-size: 1.5rem;
    }
}

*/ .hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90dvh;
}

.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;
}

@media (max-width: 991px) {
    .center-text {
        width: 100%;
        gap: 1rem
    }

    .top-left-text {
        top: 40px;
        left: 50px;
    }

    .bottom-right-text {
        bottom: 0px;
        right: 35px;
    }
}

@media (max-width: 768px) {
    .center-text {
        width: 70%;
        gap: 2rem
    }

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

    .top-left-text {
        font-size: 1.2rem;
    }

    .bottom-right-text {
        bottom: 0px;
        font-size: 1rem;
    }

    .zoom-image {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 575px) {
    .center-text {
        gap: 2rem;
        width: 20%;
    }

    .shine-button {
        margin-top: 30px;
    }

    .top-left-text {
        top: 40px;
        left: 30px;
    }

    .bottom-right-text {
        bottom: 0px;
        right: 25px;
    }

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

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


.horizontal-slider {
    margin-top: 5rem !important;
    height: 80vh !important;
    overflow: hidden;
}

.pin-spacer:has(.horizontal-slider) {
    margin-top: 150px !important;
}

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

.horizontal-slide {
    flex: 0 0 37vw;
    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;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    width: 37vw;
    height: 100%;
    margin: 0rem 0.5rem;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.img-wrapper:hover img {
    transform: scale(1.05);
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.img-wrapper:hover .img-overlay {
    opacity: 1;
    pointer-events: auto;
}

.overlay-btn {
    font-family: "lato", sans-serif;
    padding: 5px 16px;
    font-size: 16px;
    margin-left: 5px;
    background-color: #d6d6d6;
    border: 0.5px solid #b0b0b0;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.5s;
}

.overlay-btn:hover {
    background-color: rgba(105, 105, 105, 0.699)
}

/* Mobile view: full slide per scroll */
@media (max-width: 768px) {
    .horizontal-slider {
        height: 100% !important;
        overflow: visible;
        padding: 2rem 1rem;
        margin-top: 2rem !important;
    }

    .slider-wrapper {
        flex-direction: column;
        gap: 1.5rem;
        width: 100%;
    }

    .horizontal-slide {
        flex: none;
        width: 100%;
        height: auto;
        transform: scale(1) !important;
        opacity: 1 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0% !important;
    }

    .img-wrapper {
        width: 100%;
        height: auto;
        /* aspect-ratio: 16/9; */
        /* 👈 for consistent image height */
        margin: 0 auto;
        border-radius: 10px;
        overflow: hidden;
    }

    .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .img-overlay {
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 20px;
    }

    .overlay-btn {
        font-size: 0.5rem;
    }
}


.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: 2rem;
    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: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

/* Each Card */
.video-card {
    flex: 1 1 calc(50% - 2rem);
    /* 2 columns on desktop */
    border-bottom: 0.5px solid #FFFFFF38;
    display: flex;
    flex-direction: column;
}

.hover-img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    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) {
    .video-card {
        flex: 1 1 100%;
        /* Single column on mobile */
    }

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


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

/* Card */
.card-section .card {
    background-color: var(--color--background);
    padding: 2.3rem 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;
    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;
}

.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;
    }
}

.footer-container {
    min-height: 75dvh;
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 4.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;
    /* text-transform: capitalize; */

}

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

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

.top-nav li a {
    color: #ffffff;
    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(4rem, 12vw, 6rem);
    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: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.copyright-text a {
    color: #ffffff;
    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;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-container {
        padding: 1.5rem;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        text-align: center;
    }

    .top-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .top-nav li a {
        font-size: 14px;
    }

    /* .footer-logo {
        font-size: clamp(3rem, 15vw, 6rem);
        margin: 2rem 0;
    } */

    .footer-bottom {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .copyright-text {
        font-size: 14px;
    }

    .back-to-top {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 1rem;
    }

    .top-nav {
        gap: 0.5rem;
    }

    .footer-logo {
        font-size: clamp(2.5rem, 18vw, 5rem);
    }

    .social-icons {
        gap: 0.8rem;
    }

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

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

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

.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;
}


@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;
    }

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

    /* .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;
    }

    .heading-style-h3 {
        font-size: 3rem;
    }

    .heading-style-h1 {
        font-size: 150px;
    }

    .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 */
.accordion-container {
    font-size: 50px;
}

.accordion {
    background-color: rgb(245, 244, 237);
    color: rgb(0, 0, 0);
    padding: 20px;
    /* Increased padding for a bigger button */
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    /* Larger text size for the button */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Aligns the plus/minus sign and text to the left */
    transition: 0.4s;

}

.accordion:hover {
    background-color: rgb(245, 244, 237);
    /* Slight hover effect */
}

.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;
}

.slides-card .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;
}








/* 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;
}

.digital-header-bg {
    background: url('/assets/images/digital.png') no-repeat center right;
    background-size: contain;
    /* width: 100%;
    height: 100%; */
    display: flex;
    align-items: center;
}

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

.get-in-touch-header-bg {
    background: url('/assets/images/contacct-us.jpg') no-repeat center right;
    background-size: contain;
    display: flex;
    align-items: center;
}

.talent-header-bg {
    background: url('/assets/images/talent-solution-header.jpg') no-repeat center right;
    background-size: contain;
    width: 100%;
    height: 100%;
    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;
        display: flex;
        align-items: center;
    }
}

.services-header-bg {
    background: url('/assets/images/service-header.svg') no-repeat center right;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .services-header-bg {
        background: url('/assets/images/service-header-2.svg') no-repeat center center;
        background-size: contain;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.technology-header-bg {
    background: url('/assets/images/technologybg.svg') no-repeat center right;
    background-size: contain;
    /* width: 100%;
    height: 90%; */
    display: flex;
    align-items: center;
}

.industry-header-bg {
    background: url('/assets/images/industry.png') no-repeat center right;
    background-size: contain;
    display: flex;
    align-items: center;
}

.contact-header-bg {
    background: url('/assets/images/contact-us-bg.svg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.team-header-bg {
    background: url('/assets/images/join-our-team-header.jpg') no-repeat center right;
    background-size: contain;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}


/* 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: 500px;
}

.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;
    }
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
    .heading-style-h2 {
        font-size: 2rem;
    }

    .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: 105px;
}

.salesforce-logo {
    width: 100px;
}

.bigcommerce-logo {
    width: 160px;
}

/* 🔽 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: 140px;
    }

}

/* 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: 2px solid #ccc;
    border-radius: 20px;
    /* transition: transform 0.3s ease; */
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem;
    max-width: 100%;
    margin: 0 auto;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.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: 100vh;
}

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


/* 
.stack-icon {
    width: 70px;
}

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

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

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

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


.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;

}

.swiper {
    padding-right: 50px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Progress bar container */
.swiper-pagination-progressbar {
    width: 5px;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}

/* Progress fill (animated part) */
.swiper-pagination-progressbar-fill {
    background: #000;
    transform-origin: top;
}

.mySwiper .swiper-pagination-progressbar {
    left: auto !important;
    right: 0 !important;
}

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


/* Responsive adjustments */
@media (max-width: 768px) {
    .swiper {
        height: 70vh;
    }
}

@media (max-width: 480px) {
    .swiper {
        height: 60vh;
    }

    .swiper-slide img {
        border-radius: 5px;
    }
}

.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;
}

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

.timelineicon-1 {
    width: 70px;
}

.timelineicon-2 {
    width: 90px;
}

.timelineicon-3 {
    width: 65px;
}

.timelineicon-4 {
    width: 90px;
}

.timelineicon-5 {
    width: 90px;
}

.timelineicon-6 {
    width: 70px;
}

.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;
  }
}