.login-style {
    text-decoration: none;
    color: #fff;
    background-color: #00186B;
    padding: 5px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.login-style:hover {
    text-decoration: none;
    color: #fff;
}

.main-team-head {
    color: #aaaaaa;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 4px;
    margin-bottom: 0px;
    margin-top: 36px;
}

/* .bgImg {
    object-fit: cover;
    object-position: top;
} */

/* .image-container {
    position: relative;
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center;
} */



/* -----------------------------------------------hero section img-------------------------- */

/* .heroSectionTwoImges {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    overflow: hidden;
    justify-content: end;
    flex-wrap: wrap;
    align-items: end;
} */

/* .plainBgImg {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
} */

/* .withoutBgImg {
    width: 54%;
    z-index: 100;
} */

/* .image-container::before {
    content: '';
    background: linear-gradient(to right, #fdefd9 0%, rgba(209, 198, 180, 0) 90%), linear-gradient(to top, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.91) 92%, #000000 102%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

/* .bgImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
} */



/* .mainHeadings {
    position: absolute;
    top: 17%;
    text-align: left;
    z-index: 4;
    width: 100%;
}

.mainHeadingsRow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10%;
} */

/* .logoImg {
    margin-bottom: 55px;
} */


.h1-style {
    color: #1C123E;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 70px;
    line-height: 1.1;
}

.mainHeadingsRow-p-style {
    margin-bottom: 30px;
    font-size: 24px !important;
    color: #1C123E;
}

/* .client-area-style {
    background-color: #0029FF;
    color: #fff;
    padding: 13px 46px;
    border-radius: 10px;
    font-size: 17px;
    cursor: pointer;
}

.client-area-style:hover {
    text-decoration: none;
    color: #fff;
} */

/* .play-btn-style {
    color: #000;
    font-size: 17px;
    cursor: pointer;
    padding: 7px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.play-btn-style:hover {
    text-decoration: none;
    color: #000;
} */

.play-btn-span {
    margin-right: 15px;
}

.linearBg {
    background: linear-gradient(to bottom, rgba(255, 253, 249, 0.30) 0%, rgba(255, 253, 249, 0.56) 6%, rgba(255, 253, 249, 0.63) 20%, #FFEFD6 90%, rgba(255, 250, 242, 0.25) 34%, rgba(255, 250, 242, 0.43) 46%, #FFEFD6 90%, rgba(255, 250, 242, 0.60) 56%, #FFEFD6 90%,
            /* Added alpha value */
            rgba(255, 253, 249, 0.63) 100%);
    /* margin-top: 6%; */
    padding-bottom: 5%;
}

/* /--------------------------------------- swiper ------------------------------------------- */

.carousel-container {
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: 3%;
    /* margin-bottom: 3%; */
    overflow: hidden;
    /* Prevents unwanted vertical scroll */
}

/* Enable full horizontal scrolling */
.carousel {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    /* Enables horizontal scrolling */
    scroll-snap-type: x mandatory;
    padding: 10px 20px;
    /* Prevents cards from getting cut off */
    scrollbar-width: none;
    /* Hides scrollbar (Firefox) */
    -ms-overflow-style: none;
    /* Hides scrollbar (IE/Edge) */
    /* white-space: nowrap; Prevents wrapping */
    touch-action: pan-x;
    /* Ensures smooth touch scrolling */
    justify-content: center;
}

/* Hide scrollbar for Chrome, Safari */
.carousel::-webkit-scrollbar {
    display: none;
}

/* Card Styling */
.card {
    width: 220px;
    background: #ffffff;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s, color 0.3s;
    flex: 0 0 auto;
    /* Prevents shrinking */
    scroll-snap-align: center;
    /* Aligns cards properly */
    margin-right: 10px;
    /* Space between cards */
}

.card img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.card h3 {
    font-size: 13px;
    margin-bottom: 10px;
}

.card p {
    font-size: 11px;
    color: #718096;
    margin-bottom: 0px;
}

/* Active Card */
.card.active {
    transform: scale(1.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    color: #0029ff;
    border: 0.5px solid #0029FF;
}

.card.active h3 {
    color: #0029ff;
    font-size: 15px;
}

.card.active p {
    color: #4A5568;
}

.cardCountry {
    width: 220px;
    background: #ffffff;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s, box-shadow 0.3s, color 0.3s;
    flex: 0 0 auto;
    scroll-snap-align: center;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.cardCountry img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.cardCountry h3 {
    font-size: 13px;
    margin-bottom: 10px;
}

.cardCountry p {
    font-size: 11px;
    color: #718096;
    margin-bottom: 0px;
}

/* Active Card */
.cardCountry.active {
    transform: scale(1.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    color: #0029ff;
    border: 0.5px solid #0029FF;
}

.cardCountry.active h3 {
    color: #0029ff;
    font-size: 15px;
}

.cardCountry.active p {
    color: #4A5568;
}

/* Indicators */
.indicators {
    margin-top: 4%;
    padding-bottom: 5%;
}

.indicator,
.indicatorCountry {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s;
}

.indicator.active {
    background: #0029FF;
}

.indicatorCountry.active {
    background: #0029FF;
}

/* ---------- Responsive Fix for Full Scrolling ---------- */

/* Large Screens & Laptops (4-5 Cards Visible) */
@media (min-width: 1200px) {
    .carousel {
        gap: 5px;
        padding: 20px;
    }

    .card {
        width: 180px;
    }

    .cardCountry {
        width: 180px;
    }
}

/* Tablets (2-3 Cards Visible) */
@media (max-width: 1024px) {
    .carousel {
        gap: 15px;
        padding: 15px;
    }

    .card {
        width: 200px;
    }

    .cardCountry {
        width: 200px;
    }
}

/* Mobile Devices (Ensures Full Scrolling) */
@media (max-width: 768px) {
    .carousel-container {
        overflow-x: scroll;
    }

    .main-team-head {
        font-size: 12px;
        margin: 25px 0px;
    }

    .carousel {
        overflow-x: scroll;
        /* Ensure scrolling */
        display: flex;
        flex-wrap: nowrap;
        /* Prevent wrapping */
        padding: 10px;
        gap: 30px;
        width: 362%;
    }

    .card,
    .cardCountry {
        width: 180px;
    }

    /* Active Card */
    .card.active {
        transform: none;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        color: #000000;
        border: none;
    }

    /* Active Card */
    .cardCountry.active {
        transform: none;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        color: #000000;
        border: none;
    }

    /* Indicators */
    .indicators {
        margin-top: 4%;
        display: none;
        padding-bottom: 5%;
    }

    .indicator,
    .indicatorCountry {
        transition: none;
    }

    .bgColor {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

/* Extra Small Devices (Single Card View) */
@media (max-width: 480px) {
    #navbarNav {
        margin-top: 20px;
    }

    .carousel {
        padding: 30px;
        gap: 10px;
    }

    .card,
    .cardCountry {
        width: 90%;
        max-width: 250px;
        margin: 0 auto;
    }

    /* Active Card */
    .card.active {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        color: #000000;
        border: none;
    }


    /* Active Card */
    .cardCountry.active {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        color: #000000;
        border: none;
    }

    /* Indicators */
    .indicators {
        margin-top: 4%;
        display: none;
        padding-bottom: 5%;
    }

    .indicator,
    .indicatorCountry {
        transition: none;
    }

    .carousel {
        width: 400%;
    }

}

/* /--------------------------------------end swiper--------------------------------- */

.companiesCol {
    margin-top: 1.8%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.scroller {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.scroller__inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8rem;
    /* Increased space between images */
    width: max-content;
    animation: scroll var(--_animation-duration, 20s) linear infinite;
}

.companyLogo {
    width: 200px;
    /* Adjust size */
    height: auto;
    opacity: 0.5;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}

.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}

/* Animation Duration */
.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

/* Continuous Scrolling Effect */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

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


.logo-style {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px 40px 0px;
}

.content-col-style {
    text-align: center;
    padding: 0px;
}

.content-h1-style {
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0% 16%;
    padding-top: 10%;
    font-size: 65px;
    letter-spacing: -1px;
    color: #021D49;
}

.content-p-style {
    font-size: 24px;
    padding: 0% 10%;
    font-weight: 500;
    font-family: 'Inter';
    color: #1C123E;
}

.scroll-indicator {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
    opacity: 0.7;
    width: 45px;
    /* Adjust based on your image size */
    height: 16px;
    /* Adjust based on your image size */
    display: none;
    /* Initially hidden */
}

.left-arrow {
    left: -70px;
    /* Adjust based on your layout */
}

.right-arrow {
    right: -70px;
    /* Adjust based on your layout */
}

.grid-container-product {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: space-around;
    margin-bottom: 100px;
    margin-top: 50px;
    gap: 12%;
    position: relative;
    /* To position arrows correctly */
    padding: 0 50px;
    /* Adjust padding to make space for arrows */
}

.grid-container-product::-webkit-scrollbar {
    display: none;
}

.grid-item-product {
    display: inline-block;
    text-align: center;
    min-width: 100px;
    cursor: pointer;
}

.product {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.productName {
    text-align: center;
    margin-top: 5px;
    word-wrap: break-word;
    white-space: normal;
}

.market-growth {
    margin-top: -10%;
    font-size: 20px;
    margin-bottom: 21px;
    color: #021D49;
}

.metalworking {
    padding: 0px 15px;
    border-radius: 10px;
    box-shadow: 7px 7px 11px #c4c4c4;
    margin-bottom: 15px;
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.metalworking:hover {
    text-decoration: none;
    color: #000;
}

.metalworking-active {
    font-weight: bold;
    color: #000;
    background: linear-gradient(to bottom, #ffffff 0%, #fccf40 133%);
    text-decoration: none;
}

.productName-active {
    padding-bottom: 2%;
}

.box-img-style {
    margin-top: -26px;
    border-radius: 10px;
}

.col-style {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.money {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.years-in-metal {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    color: #021D49;
}

.head-style {
    font-size: 20px;
}

.head-value-style {
    font-size: 32px;
    font-weight: bold;
    margin: 0px;
    color: #021D49;
}

.sub-head-style {
    font-size: 10px;
}

.flags-col-style {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.round {
    width: 440px;
    height: 440px;
    background: linear-gradient(to bottom, #f2f2f299 50%, #ffefc3);
    border-radius: 100%;
    position: absolute;
    z-index: 0;
    margin-left: 22%;
    margin-top: 5%;
}

.card-row {
    position: relative;
    z-index: 1;
}

hr {
    background: linear-gradient(to right, #000000 10%, #000000 17%, #666666 74%);
    height: 0.8px;
    margin: 0% 1.5%;
}

.cnc-style {
    margin-top: -10%;
    font-size: 90px;
    color: #44444422;
    text-align: center;
    position: relative;
}

.frame-style {
    display: flex;
    align-items: start;
}

.frame1 {
    width: 114%;
    margin-top: 21%;
}

.three-x-row-style {
    margin: 12% 0%;
    gap: 100px;
    display: flex;
}

#our-methodology {
    margin-bottom: 12%;
    margin-top: 0%;
}

.three-x-bg {
    position: absolute;
    font-size: 322px;
    color: #e3e3e3;
    font-weight: 500;
    margin-top: 9%;
}

.gradient_threeX {
    background-image: linear-gradient(to right, rgba(230, 230, 230, 0.22) 0%, rgba(128, 128, 128, 0.23) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.strategic-style {
    color: #1c123e;
    font-weight: bold;
    font-size: 46px;
    margin: 360px 0px 30px 0px;
    line-height: 1;
    position: relative;
}

.strategic-sub-style {
    font-size: 17px;
    margin: 0px;
    line-height: 1.5;
    color: #1c123e;
    height: 150px;
    position: relative;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin-top: 10px;
    width: 560px !important;
    margin-left: -62px;
}

.grid-item {
    text-align: center;
    flex: 0 auto;
    /* Allow items to grow and shrink */
    /* min-width: 180px; */
    /* Minimum width for grid items */
}

.box-style {
    background-color: #fff;
    font-size: 15px;
    text-align: center;
    color: #021d49;
    border-radius: 10px;
    padding: 15px 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    margin: 0px;
    /* border: 2px solid #dedede; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}

.box-style-1 {
    border: none;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    color: #021d49;
    border-radius: 10px;
    padding: 15px 49px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin: 0px;
    background: linear-gradient(to right, rgba(252, 207, 64, 0.25), rgba(252, 207, 64, 0.50), rgba(252, 207, 64, 1));
}

.Ellipse {
    position: absolute;
    margin-top: -10%;
    width: 700px;
    margin-left: -16%;
}

.line-icon {
    position: absolute;
    margin-left: 55%;
    margin-top: 21px;
}

.nowrap {
    white-space: nowrap;
    margin: 0px;
}

.long-term-style {
    color: #1c123e;
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
    margin-bottom: 40px;
}

.long-term-first-sub-style {
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #1c123e;
    font-weight: bold;
}

.long-term-second-sub-style {
    font-size: 17px;
    margin: 0px;
    line-height: 1.5;
    color: #1c123e;
    height: 150px;
}

.btn-row {
    margin-top: 50px;
}

.bookBtn {
    padding: 10px 25px;
    background-color: #021d49;
    color: #ffffff;
    border-radius: 10px;
    margin-right: 50px;
    font-weight: 600;
}

.bookBtn:hover {
    text-decoration: none;
    color: #fff;
}

.more-about-us-btn {
    font-weight: 600;
    color: #000408;
}

.more-about-us-btn:hover {
    color: #000408;
    text-decoration: none;
}

.max-box-col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 7px;
    padding: 0px;
}

.maximizingColText {
    padding: 0px 0px 0px 25px;
}

.max-box-style-1 {
    font-weight: 600;
    font-size: 15px;
    width: 504px;
    padding: 20px 30px;
    border-radius: 15px;
    color: #000408;
    background: linear-gradient(to right, rgba(252, 207, 64, 0.25), rgba(252, 207, 64, 0.50), rgba(252, 207, 64, 1));
    cursor: pointer;
    /* box-shadow: 4px 4px 5px rgb(0, 0, 0, 0.25); */
    /* padding-bottom: 40px; */
}

.max-box-style {
    width: 504px;
    font-size: 15px;
    padding: 20px 30px;
    border-radius: 15px;
    color: #000408;
    cursor: pointer;
    background: linear-gradient(to right, #fffaf2 40%, #fffaf2 60%, #fffdf9 100%);
}

.head-row {
    /* margin-top: 8%; */
}

.transparent-head-style {
    font-size: 55px;
    color: #021D49;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}

.cardsName,
.cardsNameCountry {
    gap: 30px;
    margin-bottom: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inactive-a-tag {
    color: #444444;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
}

.active-a-tag {
    color: #021D49;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid #021D49;
    padding-bottom: 10px;
}

.inactive-country-tag {
    color: #444444;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
}

.active-country-tag {
    color: #021D49;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    border-bottom: 1px solid #021D49;
    padding-bottom: 10px;
}

.cardsHeading {
    cursor: pointer;
}

/* .cardsHeading:hover{  
    font-size: 17px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    padding-bottom: 10px;
    color: #021D49;
    text-decoration: none;
} */

.two-side-content {
    display: none;
    /* Hide all cards by default */
}

.two-side-content.activeTransparent {
    display: flex;
    /* Show the active card */
}

.track-p-style {
    color: #1C123E;
    font-size: 24px;
    text-align: center;
    padding: 0 25%;
    margin-bottom: 3%;
}

.small-side {
    padding: 0% 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.one {
    color: rgba(54, 73, 112, 0.07);
    font-size: 500px;
    font-weight: bold;
    position: absolute;
    display: flex;
    /* width: 80%; */
    justify-content: center;
}

.strategy-p {
    font-size: 18px;
    color: #000408
}

.one-p-style {
    color: #021d49;
    position: relative;
    font-size: 25px;
    font-weight: bold;
}

.two-side-content {
    margin-bottom: 5%;
}

/* .market {
    background: linear-gradient(to bottom,
            #ffffff 0%,
            #eeeeee 40%,
            #eeeeee 55%,
            #f7f7f7 70%,
            #d7d3d355 75%,
            #ffffff 100%);
} */

.revolution {
    margin-top: 10%;
    background: linear-gradient(to bottom, #ffffff 43%, #eae9e799 77%, #ffffff 100%);
}

.revolution-head {
    font-size: 55px;
    color: #021D49;
    font-weight: bold;
    text-align: center;
    /* padding: 0 35%; */
    line-height: 1;
    margin-bottom: 2%;
}

.revolution-sub-head {
    color: #000408;
    font-size: 17px;
    text-align: center;
    margin-bottom: 3%;
}

.book-a-call {
    background-color: #fff;
    color: #000408;
    padding: 4%;
    border-radius: 10px;
}

.book-a-call-head {
    font-size: 20px;
    font-weight: bold;
}

.meet-together {
    color: #0029ff;
}

.meet-together:hover {
    text-decoration: none;
}

.boxes-row {
    display: flex;
    /* justify-content: end; */
    gap: 1%;
    margin-bottom: 70px;
}

.container.two-boxes {
    position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.container.two-boxes::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.container.two-boxes .row.boxes-row {
    display: flex;
    flex-wrap: nowrap;
}

.arrow-left,
.arrow-right {
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.arrow-left {
    left: 80px;
    margin-top: 6.5%;
}

.arrow-left {
    display: none;
    /* Hide initially */
}

.arrow-right {
    right: 80px;
    margin-top: -15.5%;
}

.arrow-left img,
.arrow-right img {
    filter: invert(1);
}

.market-access {
    background-color: #fff;
    padding: 4%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.together {
    background: linear-gradient(to bottom, #0b1445 0%, #132378 38%, #848bb6 67%, #ffffff 100%);
    margin-top: 6%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 7%;
}

.togetherLogo {
    width: 30%;
    margin-top: 7%;
}

.together-head {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    margin: 2% 0% 5% 0%;
}

.div-boxes {
    display: grid;
    grid-template-columns: auto 1fr auto;
    /* Grid with left arrow, content, right arrow */
    align-items: center;
    margin: 0 4%;
}

.box-style-footer {
    display: grid;
    grid-auto-flow: column;
    /* Forces the grid to flow horizontally */
    grid-auto-columns: minmax(331px, 1fr);
    /* Each box will take a minimum width of 300px and can expand */
    gap: 10px;
    /* Gap between grid items */
    width: 100%;
    /* Ensure the container takes the full width */
    scroll-behavior: smooth;
    /* Smooth scrolling */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    position: relative;
    overflow-x: scroll !important;
    overflow: hidden;
}

.box-style-footer::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.left,
.right {
    position: absolute;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.left {
    left: 80px;
}

.left {
    display: none;
    /* Hide initially */
}

.right {
    right: 80px;
}

.left img,
.right img {
    filter: invert(1);
}




.box-item {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 5%;
    padding-bottom: 8%;
}

.remain-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 0px 0px 21px;
}

.remain-content-flags {
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5%;
}

.book-a-call-p-style {
    font-size: 12px;
    margin-top: 8%;
}

.remain-content-sub {
    font-size: 12px;
    color: #0029ff;
    margin: 0px;
}

.remain-content-head {
    font-weight: bold;
    margin-bottom: 0%;
}

.open-qoute {
    position: absolute;
}

.close-div {
    display: flex;
    justify-content: end;
    align-items: center;
}

.close-qoute {
    position: absolute;
    margin-top: -2%;
}

.arrow {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow img {
    width: 30px;
}

.left-arrow {
    display: none;
    /* Initially hidden */
}

.hashtags {
    margin-bottom: 7%;
}

.book-a-call-btn {
    color: #021d49;
    background-color: #fccf40;
    border-radius: 10px;
    font-weight: 700;
    margin: 5%;
    padding: 1% 3%;
    border: 1px solid #f4f4f4;
    border: none;
}

.book-a-call-btn:hover {
    text-decoration: none;
    color: #021d49;
}


@media only screen and (max-width: 1290px) {
    .arrow {
        /* visibility: hidden; */
        display: none !important;
    }

    .line-icon {
        display: none;
    }

    .maxArrow {
        display: none;
    }
}

@media only screen and (max-width: 1095px) {
    .arrow {
        /* visibility: hidden; */
        display: none !important;
    }

    .line-icon {
        display: none;
    }

    .max-box-style-1 {
        font-size: 13px;
        width: 395px;
        padding: 20px 16px;
    }

    .max-box-style {
        font-size: 13px;
        width: 395px;
        padding: 20px 16px;
    }

}

@media only screen and (max-width: 1040px) {
    .grid {
        width: 450px;
        margin-left: -50px;
    }

    .btn-row {
        display: none;
    }
}

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

    .one {
        display: none;
    }

    /* .logoImg {
        width: 55%;
        margin-bottom: 40px;
    } */

    .three-x-bg {
        font-size: 200px;
    }

    /* 
    .client-area-style {
        background-color: #0029FF;
        color: #fff;
        padding: 8px 46px;
        border-radius: 10px;
        font-size: 17px;
        cursor: pointer;
    } */

    /* .play-video-col {
        padding: 5px 46px;
        font-size: 17px;
        cursor: pointer;
        margin-top: 20px;
    } */


    /* 
    .play-btn-style {
        color: #000;
        font-size: 12px;
        cursor: pointer;
        padding: 7px 0px;
        font-weight: bold;
    } */

    .play-btn-img {
        width: 20px;
    }

    /* footer */

    .footer-icons {
        margin-bottom: 50px;
    }

    .map-headings {
        margin-bottom: 7%;
    }

    .map-sub-head {
        font-size: 15px;
    }

    .map-headings-join {
        margin-bottom: 5%;
        margin-top: 7%;
    }

    .map-p-style-2 {
        font-size: 15px;
    }

    .subscription-style {
        text-align: center;
        font-size: 10px;
    }

    .copyright-p-style {
        font-size: 10px;
        text-align: center;
    }

    .input-in-footer {
        padding: 4% 5%;
    }

    .subscribe-btn-footer {
        padding: 4% 20%;
    }

    .footerHome {
        margin-bottom: 8% !important;
        width: 60%;
    }

}

@media only screen and (max-width: 854px) {
    .grid {
        width: 419px !important;
        margin-left: -50px;
    }

    .max-box-style-1 {
        width: 334px !important;
    }

    .max-box-style {
        width: 334px !important;
    }
}

@media only screen and (max-height: 632px) {
    .carousel {
        gap: 10px;
    }
}

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



    .textCol {
        padding-left: 32px !important;
    }

    .mainHeadings {
        left: 0%;
    }

    /* .logoImg {
        width: 55%;
        margin-bottom: 40px;
    } */

    .h1-style {
        color: #1C123E;
        padding-right: 29%;
        font-weight: bold;
        margin-bottom: 13px;
        font-size: 50px;
    }

    .mainHeadingsRow-p-style {
        margin-bottom: 25px;
        font-size: 24px;
        color: #1C123E;
        padding-right: 34%;
        line-height: 1.1;
    }

    /* .client-area-style {
        background-color: #0029FF;
        color: #fff;
        padding: 8px 46px;
        border-radius: 10px;
        font-size: 17px;
        cursor: pointer;
    } */

    /* .play-video-col {
        padding: 5px 46px;
        font-size: 17px;
        cursor: pointer;
        margin-top: 20px;

    } */

    /* .play-btn-style {
        color: #000;
        font-size: 12px;
        cursor: pointer;
        padding: 7px 0px;
        font-weight: bold;
    } */

    .play-btn-img {
        width: 20px;
    }

    .frame1 {
        width: 100%;
        margin-top: 0px;
    }

    .round {
        width: 300px;
        height: 300px;
        margin-left: 4%;
        margin-top: 49%;
    }

    .cardsName,
    .cardsNameCountry {
        gap: 15px;
    }

    .inactive-a-tag {
        font-size: 10px;
    }

    .active-a-tag {
        font-size: 15px;
    }

    .inactive-country-tag {
        font-size: 10px;
    }

    .active-country-tag {
        font-size: 15px;
    }

    .one {
        font-size: 20px;
    }

    .three-x-bg {
        font-size: 200px;
    }

    .revolution-head {
        font-size: 35px;
        padding: 0% 8%;
        margin-bottom: 15px;
    }

    .revolution-sub-head {
        font-size: 15px;
        padding: 0% 9%;
        margin: 0px;
        margin-bottom: 20px;
    }

    .strategic-style {
        margin: 170px 0px 30px 0px;
    }

    .three-x-row-style {
        margin: 15% 0% 10% 0%;
        gap: 30px;
    }

    .strategic-sub-style {
        font-size: 20px;
    }

    .frame-style {
        padding: 0px;
    }

    .Ellipse {
        width: 300px;
    }

    .long-term-style {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .long-term-first-sub-style {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .grid {
        width: auto;
        margin-left: 0px;
    }

    .max-box-style-1 {
        padding: 15px 0px 15px 5px;
        width: auto;
        font-size: 13px;
    }

    .max-box-style {
        padding: 15px 0px 15px 5px;
        width: auto;
        font-size: 13px;
    }

    .maximizingColText {
        padding: 3px;
        margin-left: -21px;
    }

    .maximizingRow {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .maximizingCol {
        padding: 0px 0px 0px 13px;
    }

    .checkbox {
        width: 20px;
    }

    .arrow {
        /* visibility: hidden; */
        display: none !important;
    }

    .togetherLogo {
        width: 40%;
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .together-head {
        text-align: center;
        font-size: 35px;
        margin-bottom: 30px;
    }

    .book-a-call-btn {
        margin: 15%;
        padding: 3% 20%;

    }

    .track-p-style {
        font-size: 15px;
        padding: 0% 5%;
        margin: 0px;
        margin-bottom: 25px;
    }

    .transparent-head-style {
        font-size: 35px;
        padding: 0% 8%;
        margin-bottom: 15px;
    }

    .bookBtn {
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .max-box-col {
        /* margin-top: 30px; */
    }

    .hashtags {
        margin-bottom: 0%;
    }

    .content-p-style {
        font-size: 15px;
        padding: 0% 15%;
        margin: 0px;
    }

    .content-h1-style {
        padding-top: 15% !important;
        font-size: 35px;
        padding: 4% 10%;
        margin-bottom: 15px;
    }

    .logo-style {
        margin: 30px 0px 30px 0px;
    }

    /* .logoIMG {
        width: 75%;
    } */

    /* .long-term-second-sub-style {
        margin-bottom: 0px;
    } */

    .btn-row {
        display: none;
    }

    .scroll-container {
        overflow-x: auto;
        /* Enable horizontal scroll */
        white-space: nowrap;
        /* Prevent line breaks */
        padding: 10px;
        margin-top: 20%;
    }

    .grid {
        display: inline-flex;
        /* Align items horizontally */
        margin-top: 25px;
        gap: 0px;
    }

    .grid-item {
        flex: 0 0 auto;
        /* Prevent grid items from shrinking */
        margin-right: 10px;
        /* Add spacing between items */
        min-width: 150px;
        /* Set a minimum width for grid items */
        font-size: 13px;
    }

    .nowrap {
        white-space: nowrap;
        /* Prevent text from wrapping inside the grid items */
    }

    .box-style-1 {
        padding: 15px;
        font-size: 13px;
    }

    .scroller__inner {
        gap: 2rem;
        animation: scroll var(--_animation-duration, 30s) linear infinite;
    }

    .scroller[data-speed="slow"] {
        --_animation-duration: 15s;
    }

    .two-side-content {
        display: flex;
    }

    .two-side-content img {
        order: -1;
        /* Ensures the image appears first */
    }

    .small-side {
        padding-bottom: 0px;
        order: 1;
        padding-top: 10%;
        /* Text content appears after the image */
    }

    .one-p-style {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .strategy-p {
        font-size: 12px;
    }

    .book-a-call {
        padding: 30px;
    }

    .book-a-call-content {
        font-size: 13px;
    }

    /* .together {
        margin: 6px;
    } */

    .map-p-style-1 {
        font-size: 15px;
    }

    /* footer */

    .footer-icons {
        margin-bottom: 50px;
    }

    .map-headings {
        margin-bottom: 7%;
    }

    .map-sub-head {
        font-size: 15px;
    }

    .map-headings-join {
        margin-bottom: 5%;
        margin-top: 7%;
    }

    .map-p-style-2 {
        font-size: 15px;
    }

    .subscription-style {
        text-align: center;
        font-size: 10px;
    }

    .copyright-p-style {
        font-size: 10px;
        text-align: center;
    }

    .input-in-footer {
        padding: 4% 5%;
    }

    .subscribe-btn-footer {
        padding: 4% 20%;
    }

    .line-icon {
        display: none;
    }

    .boxes-row {
        gap: 20px;
    }

    .companiesCol {
        margin-top: -30px;
        margin-bottom: 30px;
    }

    .companyLogo {
        margin-right: 25px;
        width: 8%;
    }
}

/* --------------------------------- optimization ---------------------------------- */
/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.image-container {
    position: relative;
    width: 100%;
    /* height: 700px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.heroSectionTwoImges {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    align-items: end;
    justify-content: end;
}

.plainBgImg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.withoutBgImg {
    width: 50%;
    /* max-width: 600px; */
    z-index: 2;
}

.mainHeadings {
    position: absolute;
    top: 20%;
    text-align: center;
    z-index: 3;
    width: 100%;
}

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

.h1-style {
    color: #1C123E;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 70px;
    line-height: 1.1;
}

.mainHeadingsRow-p-style {
    font-size: 20px;
    text-align: center;
    max-width: 80%;
}

/* Buttons */
.button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.client-area-style,
.play-btn-style {
    font-size: 17px;
    cursor: pointer;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
}

.client-area-style {
    background-color: #0029FF;
    color: #fff;
}

.client-area-style:hover {
    text-decoration: none;
    color: #fff;
}

.play-btn-style {
    color: #000;
    gap: 10px;
}

.play-btn-style img {
    width: 20px;
}

.play-btn-style:hover {
    text-decoration: none;
    color: #000;
}

.play-video-col:hover {
    text-decoration: none;
    color: #000;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .h1-style {
        color: #1C123E;
        font-weight: bold;
        margin-bottom: 25px;
        font-size: 70px;
        line-height: 1.1;
    }

    .mainHeadingsRow-p-style {
        font-size: 24px;
        color: #1C123E;
    }
}

@media (max-width: 992px) {
    .image-container {
        /* height: 600px; */
    }

    .withoutBgImg {
        width: 60%;
    }

    .h1-style {
        font-size: 40px;
    }

    .mainHeadingsRow-p-style {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .image-container {
        /* height: 550px; */
    }

    .withoutBgImg {
        width: 70%;
    }

    .h1-style {
        font-size: 35px;
    }

    #heroSectionAlongWithBg {
        display: block;
    }

    .mainHeadingsRow-p-style {
        font-size: 16px;
    }

    .client-area-style,
    .play-btn-style {
        width: max-content;
        text-align: center;
        padding: 0px;
    }
}

@media (max-width: 576px) {
    #navbarNav {
        margin-top: 20px;
    }

    .image-container {
        /* height: 500px; */
    }

    .withoutBgImg {
        display: none;
    }

    .mainHeadingsRow-p-style {
        font-size: 15px !important;
        padding-right: 21%;
        line-height: 1.5;
    }

    .button-container {
        flex-direction: column;
    }

    .client-area-style {
        width: max-content;
        text-align: center;
        padding: 3px 10px;
        font-size: 12px;
        border-radius: 5px;
    }

    .clientBtn {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 1000px) {

    .frame-style {
        align-items: center;
    }

    .mainHeadingsRow-p-style {
        font-size: 16px !important;
    }

    .client-area-style {
        display: none;
    }

    .play-btn-style {
        padding: 0px;
        justify-content: flex-start;
    }

    .content-h1-style {
        padding: 3% 10%;
        font-size: 50px;
        margin-bottom: 0px;
    }

    .content-p-style {
        font-size: 19px;
    }

    .carousel-container {
        overflow-x: scroll;
        padding-bottom: 20px;
    }

    .main-team-head {
        font-size: 12px;
        margin: 25px 0px;
    }

    .carousel {
        overflow-x: scroll;
        /* Ensure scrolling */
        display: flex;
        flex-wrap: nowrap;
        /* Prevent wrapping */
        padding: 10px;
        gap: 30px;
        width: 175%;
    }

    .card,
    .cardCountry {
        width: 180px;
    }

    /* Active Card */
    .card.active {
        transform: none;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        color: #000000;
        border: none;
    }

    /* Active Card */
    .cardCountry.active {
        transform: none;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
        color: #000000;
        border: none;
    }

    /* Indicators */
    .indicators {
        margin-top: 4%;
        display: none;
        padding-bottom: 5%;
    }

    .indicator,
    .indicatorCountry {
        transition: none;
    }

    .bgColor {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .strategic-style {
        font-size: 50px;
    }

    .tabOptimizationBoxes {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .grid {
        width: 560px !important;
    }

    .three-x-row-style {
        gap: 10px;
    }

    .max-box-style,
    .max-box-style-1 {
        width: 560px !important;
    }

    .max-box-col {
        align-items: center;
        width: 100%;
    }

    .transparent-head-style {
        padding: 3% 10%;
        font-size: 50px;
        margin-bottom: 0px;
    }

    .track-p-style {
        padding: 0%;
        font-size: 19px;
    }

    .small-side {
        padding-bottom: 0px;
        order: 1;
        padding-top: 7%;
        /* Text content appears after the image */
    }

}