@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
}

:root {
    --white: #FFFFFF;
    --red: #A21E21;
    --grey: #929292;
    --golden: #907445;
    --black: #1E1E1E;
}

header {
    position: sticky !important;
    top: 0;
    z-index: 999;
}

main {
    overflow: hidden;
}

.nav {
    display: none;
}

nav.open {
    display: block;
}

html {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

[data-aos] {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.6;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
}

h2,
p,
h1,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
}



/* .row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
} */

.text-red {
    color: var(--red);
}

.text-black {
    color: var(--black)
}

.arrow-icon {
    width: 15px;
    height: 13px;
    transition: all 0.3s ease;
    object-fit: cover;
}

.down-arrow-navigation {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 12vh;
    margin-left: 10vw;
    cursor: pointer;
    z-index: 4;
}

.down-arrow-navigation .down-arrow-icon {
    display: block;
}

.down-arrow-icon {
    width: 15px !important;
    height: 18px !important;
    transition: transform 0.3s ease;
    object-fit: cover;
    /* display: none !important; */
}

.tab-icons {
    width: 28px;
    height: 24px;
    object-fit: cover;
}

.navbar {
    padding: 60px 50px !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 999 !important;
}

.navbar-brand img {
    width: 56% !important;
    object-fit: cover;
}

.container .left-content p {
    width: 63%;
    font-size: 1.38vw;
}

.navbar-nav li {
    font-family: "Manrope", sans-serif;
    font-size: 1.051vw !important;
}

.container {
    padding: 60px 60px !important;
    max-width: inherit !important;
}

a {
    text-decoration: none !important;
    font-family: "Manrope", sans-serif;
}

.mobile-nav {
    position: fixed;
    top: 65px;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #1a1a1a;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 998;
    overflow-y: auto;
}

/* .menu-icons {
    position: absolute;
    top: -4px;
    right: 20px
} */

.menu-icons img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

#menu-icon {
    width: 45px;
    height: 45px;
}

.black-navbar #menu-icon {
    filter: brightness(0) invert(1);
}

.search-icon {
    width: 20px !important;
    height: 20px !important;
    object-fit: cover;
    margin-left: 5px;
}

.search_icon {
    width: 1.4vw;
    height: 1.4vw;
    object-fit: cover;
}

.mobile-nav li {
    font-size: 20px;
    padding: 8px 10px;
    border-bottom: 0.1px solid #494c4d;
}

.mobile-nav.open {
    transform: translateX(0);
}

#menu-icon,
#close-icon {
    cursor: pointer;
    z-index: 1000;
    width: 45px;
    height: 45px;
}

.submenu {
    display: none;
    padding-left: 1rem;
    margin-top: 0.3rem;
}

.submenu li {
    font-size: 16px !important;
}

.submenu li:last-child {
    border-bottom: none !important;
}

.menu-item.open .submenu {
    display: block;
}

.arrow-icon {
    width: 17px !important;
    height: 14px !important;
    transition: transform 0.3s ease;
}

.mobile-nav .arrow-icon {
    width: 13px !important;
    height: 8px !important;
}

.down-arrow-icon {
    /* display: inline-block; */
    transition: transform 0.3s ease;
}

.menu-item.open .down-arrow-icon {
    transform: rotate(180deg);
}

.nav-menu.open .full-menu {
    display: none;
}

/* .nav-menu.open .full-menu .menu-firstbox {
    display: none;
} */

.nav-menu.open .menubox ul li {
    color: var(--white)
}

.stats-section .counter {
    font-size: 2rem;
    transition: all 0.3s ease;
}

/* .menu-item.open .arrow-icon {
    transform: rotate(182deg);
    width: 13px !important;
    height: 8px !important;
} */

.years-text {
    font-size: 15vw;
    font-weight: 900;
}

.left-content .yearbox {
    margin-top: 2.1vw !important;
    width: 19% !important;
}

.years_logo {
    width: 281px;
    height: 157px;
    object-fit: cover;
}

.hero-banner-slide {
    height: 100vh !important
}

.hero-banner-slide .banner-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: auto;
    height: 100vh;
    position: absolute;
    left: 21vw; 
    width: 100%; */
}

/* .homepage-banner .swiper-slide{
    height: 90% !important;
} */

.homepage-banner .banner-text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-banner-slide .border-btn {
    width: 22% !important;
}

.banner-text-content h3 {
    font-size: 4.5vw;
    letter-spacing: 6px !important;
}

.banner-text-content p {
    font-size: 1.295vw;
    width: 70%;
    /* text-align: center !important; */
    color: rgba(255, 255, 255, 0.8)
}

.banner-text-content .border-btn {
    width: 25%;
    padding: 13px 0px
}

.contact-us-section .subheader-text {
    width: 45% !important
}

.swiper-pagination.custom-pagination {
    position: absolute;
    bottom: 2.7vw !important;
}

.swiper-pagination.custom-pagination .swiper-pagination-bullet {
    width: 35px !important;
    height: 3px !important;
    border-radius: 10px !important;
    background: #555 !important;
    opacity: 1;
    transition: background-color 0.3s ease;
    /* position: absolute; */
    /* bottom:0; */
}


.swiper-pagination.custom-pagination .swiper-pagination-bullet-active {
    background: #a6192e !important;
}

/***************************************************************************/
.mainDiv {
    display: none;
}


.footer {
    background: linear-gradient(180deg, #181717 0.96%, #383838 100.96%);
}

.footer-container {
    padding: 0px 60px;
    padding-bottom: 30px;
}

.subscribe-input-box {
    border: 1px solid rgba(231, 231, 231, 0.2) !important;
    padding: 15px;
    padding-left: 2vw;
    padding-right: 15vw;
    /* pad */
    border-radius: 50px !important;
    color: #FFFFFF;
    width: 100%;
    margin-left: 4.1%;
    padding-right: 22vw;
}

.subscribe-input-box::placeholder {
    font-family: "Manrope", sans-serif;
    color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.subscribe-input-box:focus {
    outline: none;
}

.subscribe-btn {
    background-color: #333333;
    border-radius: 1.042vw;
}

/* .border-btn:hover {
    background: #000;
    color: #fff;
} */

.banner-cta-btn {
    font-family: "Poppins", sans-serif;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid white;
    background: transparent;
    color: white;
    width: 15vw;
    text-transform: uppercase;
    margin-top: 3.083vh;
    font-weight: 500;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.4s ease, border-color 0.4s ease;
    text-align:center;
}

.banner-cta-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #A21E21;
    z-index: -1;
    transition: all 2s;
    transition: width 0.4s ease, height 0.4s ease;
}

.banner-cta-btn:hover {
    color: #fff;
    border-color: transparent;
}

.banner-cta-btn:hover::before {
    width: 100%;
    height: 100%;
}

.border-btn {
    position: relative;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: transparent;
    width: auto !important;
    color: white;
    text-transform: uppercase;
    margin-top: 3.083vh;
    font-weight: 600;
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    z-index: 1;
}

.border-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #A21E21;
    z-index: -1;
    transition: width 0.4s ease, height 0.4s ease;
    border-radius: 30px;
}

.border-btn:hover {
    color: #fff;
    border-color: transparent;
}

.border-btn:hover::before {
    width: 100%;
    height: 100%;
}


.footerTitle {
    font-weight: 600;
    font-size: 1.25vw;
    margin-bottom: 1.502vw;
}

.footer-list {
    font-family: "Manrope", sans-serif;
    font-size: 0.940vw;
}

.footer-list li {
    cursor: pointer;
}

.footer-list li:not(:last-child) {
    margin-bottom: 0.5rem;
    /* same as Tailwind's space-y-4 */
}

.footer-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.885vw;
}

.subscribe-box {
    width: 30%
}

.subscribe-box h5 {
    color: #FFFFFF;
    font-weight: 600;
}

.subscribe-box p {
    color: rgba(255, 255, 255, 0.8);
    width: 74%;
    font-size: 1.038vw;
}

.border-line {
    margin-top: 60px;
}

.footer-box {
    width: 24% !important
}

.footer-box p {
    font-size: 1.038vw;
}

.icons-list {
    gap: 3.2vw;
    margin-bottom: 3vw;
}

.submit-btn {
    border-radius: 30px;
    padding: 10px 30px;
    background-color: rgba(51, 51, 51, 0.37);
    position: absolute;
    top: 10px;
    right: 16px;
    border: none !important;
    /* width: 20%; */
}

.submit-btn span {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.white-arrow {
    width: 14px;
    height: 12px;
    object-fit: cover;
    margin-left: 5px;
}

.arrow-text {
    transition: color 0.3s ease;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

a:hover .arrow-icon {
    transform: translateX(5px);
}

a:hover {
    position: relative;
}

.nav-link:hover::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: 5.290vw;
    display: block;
    width: 0%;
    background-color: #eeeeee;
    height: 1px;
    transform: translateX(0%);
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}

.right-content h4 {
    font-size: 2.443vw;
    font-weight: 500 !important;
}

.right-content h5 {
    font-size: 1.771vw;
    font-weight: 500 !important;
}

.right-content p {
    color: #1E1E1E;
    width: 60%;
    font-size: 1.080vw;
}

.right-content a {
    font-weight: 500 !important;
}

.yearbox p {
    margin-top: 1.3vw;
}

.left-content a {
    font-weight: 600 !important;
}

.left-image-section div {
    border-top-right-radius: 20px;
}

.swiper-slide {
    padding-bottom: 30px;
    position: relative;
}


.swiper-button-prev,
.swiper-button-next {
    bottom: 0;
    top: auto;
}


.case-study-scroller .swiper-scrollbar {
    background-color: #e0e0e0;
    height: 2px !important;
    border-radius: 2px;
}

.case-study-scroller .swiper-scrollbar-drag {
    background-color: #191919 !important;
    border-radius: 2px;
}

.our-services-and-products-scroller .swiper-scrollbar-drag {
    background-color: #FFFFFF;
}

.our-services-and-products-scroller .swiper-scrollbar {
    background-color: rgba(231, 231, 231, 0.20);
    height: 2px !important;
    border-radius: 2px;
    margin-left: -14px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important;
}

.case-study-swiper-bottom-right {
    display: flex;
}

.case-study-swiper-bottom-right .swiper-button-prev,
.case-study-swiper-bottom-right .swiper-button-next {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
}

.our-services-and-products-swiper-bottom-right {
    display: flex;
}

.our-services-and-products-swiper-bottom-right .swiper-button-prev,
.our-services-and-products-swiper-bottom-right .swiper-button-next {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
}

.our-services-and-products-swiper-bottom-right .circle-arrow-icon {
    border: 1px solid rgba(255, 255, 255, 0.20);
}

.case-study-swiper-bottom-right .circle-arrow-icon {
    border: 2px solid rgba(255, 255, 255, 0.20);
}


.swiper-button-next:after,
.swiper-button-prev:after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    font-family: inherit;
    color: transparent;
}

.swiper-button-next,
.swiper-button-prev {
    height: 2.5vw !important;
    width: 2.5vw !important;
}

/* s */

.case-study-header-section div p {
    font-size: 1.258vw;
    /* width:70%; */
}

.case-study-header-section div {
    width: 28%;
}

/* .case-study-header-section a {
    margin-top: 7vh;
} */

/* .case-study-header-section .section-subtext {
    width: 80%;
} */

.case-study-slider p {
    font-weight: 500 !important;
    font-size: 1.0vw;
}

.case-study-slider h6 {
    font-weight: 500 !important;
    font-size: 1.354vw;
}

.swiper-scrollbar::after {
    width: 80% !important;
}

.case-study-swiper {
    margin-top: 50px !important;
}

.circle-arrow-icon {
    width: 1.563vw;
    height: 1.563vw;
    border-radius: 50%;
    border: 1px solid rgba(57, 64, 84, 0.2);
    position: relative;
    transition: all 0.3s ease;
}

.client-section-scroller .circle-arrow-icon {
    border: 1px solid rgba(57, 72, 84, 0.20) !important;
}

.client-section-scroller .swiper-scrollbar-drag {
    background-color: #050505 !important;
    border-radius: 2px;
}

.circle-arrow-icon .slider_arrow_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.465vw;
    height: 0.877vw;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.about-section {
    /* background-image: url('../../assets/images/Section_3\ Bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    background: linear-gradient(110deg, #A21E21 -14.73%, #1E1E1E 21.5%);
}

.work-card h5 {
    font-size: 1.458vw;
}

.about-section-scroller .swiper-scrollbar {
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px !important;
    border-radius: 2px;
}

.about-section-scroller .swiper-scrollbar-drag {
    background-color: #FFFFFF !important;
    border-radius: 2px;
}

.about-section-scroller .circle-arrow-icon {
    border: 1px solid rgba(255, 255, 255, 0.2)
}

.work-card .card-img {
    aspect-ratio: 6/7.5;
}

.about-section-slider .card-img {
    transition: transform 0.4s ease;
}

.about-section-slider:hover .card-img {
    transform: scale(1.1);
}

.about-section-slider .card {
    overflow: hidden;
    border-radius: 10px;
}


.banner-swiper {
    height: 90vh;
}

/* .hero-banner-slide {
    background-color: #000;
} */

.nav-item.dropdown .dropdown-menu.full-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu.full-menu {
    position: absolute;
    top: 3.82vw;
    left: 0;
    width: 100%;
    background-color: #1E1E1E;
    color: white;
    z-index: 9999;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.dropdown-menu.full-menu ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.dropdown-menu h5 {
    font-size: 2.193vw;
}

.dropdown-menu p {
    font-size: 1.046vw;
    width: 80%;
}

.dropdown-menu .border-btn {
    width: 45%;
    color: rgba(255, 255, 255, 0.8) !important;
}

.dropdown-trigger:hover .dropdown-menu.full-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-trigger .nav-link {
    position: relative;
}

.dropdown-trigger .nav-link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1.65vw;
    display: block;
    width: 0%;
    background-color: #A21E21;
    height: 2.9px;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    border-radius: 30px;
}

.dropdown-trigger:nth-child(2) .nav-link::after {
    bottom: -1.5vw;
}

.dropdown-trigger:nth-child(3) .nav-link::after {
    bottom: -1.5vw;
}

.dropdown-trigger:nth-child(4) .nav-link::after {
    bottom: -1.5vw;
}

.dropdown-trigger .nav-link:hover::after {
    width: 100%;
}

.dropdown-menu ul li .arrow-icon {
    margin-top: 5px;
}

.right-section-content {
    width: 59% !important;
}

.service-box h5 {
    font-weight: 600;
    font-size: 1.458vw;
    color: white;
    text-align: left;
}

.service-box p {
    font-weight: 500;
    font-size: 1.042vw;
    color: white;
    text-align: left;
}

.service-box {
    background-color: transparent;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 16px;
    padding: 23px;
    /* height: 100%; */
    min-height: 210px;
}

.products-slide .service-box .icon-img {
    width: 44px;
    height: 44px;
}

.icon-img {
    transition: filter 0.3s ease;
}

.products-slide .service-box:hover {
    background: linear-gradient(119deg, #FFF 69.41%, #CE1C20 143.29%);
    color: #111;
    transition: all 0.3s;
}

/* .products-slide .service-box.active img {
    fill: #111;
} */

.products-slide .service-box:hover h5 {
    color: #111;
}

.products-slide .service-box:hover p {
    color: #111;
}

.arrow-icon {
    /* font-size: 20px;
    opacity: 1; */
    transition: opacity 0.3s ease;
}

.nav-list .nav-arrow-icon {
    width: 16px !important;
    height: 13px !important;
}

.products-slide .service-box:hover .arrow-icon {
    opacity: 1;
    color: #111;
}

.products-slide .service-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(119deg, #FFF 69.41%, #CE1C20 143.29%);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: -1;
    border-radius: 16px;
}

.products-slide .service-box:hover::before {
    opacity: 1;
    border-radius: 16px;
}

/* .products-slide .service-box:hover {
    color: #111;
} */

.right-content-box {
    width: 59% !important
}

.tab-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    padding: 6px 25px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.serve-tab-image {
    width: 26px;
    height: 25px
}

.products-swiper {
    margin-top: 3.9vw;
}

.serve-section p {
    width: 70%;
}

.products-swiper .products-slide {
    font-size: 18px;
    background: transparent;
    height: calc((100% - 30px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-swiper .swiper-slide {
    padding-bottom: 0px !important;
}

.products-scroller .swiper-scrollbar {
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px !important;
    border-radius: 2px;
}

.products-scroller .swiper-scrollbar-drag {
    background-color: #FFFFFF !important;
    border-radius: 2px;
}

.tab-button.active {
    background-color: hsl(0, 0%, 90%);
    color: #000;
    font-weight: 400;
    border: none !important;
    transform: scale(1.03);
}


.tab-button p {
    font-size: 1.146vw;
}

.tab-buttons-container {
    width: 91%;
}

.right-content-box p {
    width: 40%;
}

.right-content-box a {
    margin-top: 8vh;
}

.products-slide .service-box .top-right-arrow {
    display: none;
}

.products-slide .service-box:hover .top-right-arrow {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3vw;
    right: 3.5vw;
}

.icon-black-img {
    display: none;
}

.products-slide .service-box:hover .icon-black-img {
    display: block;
}


.products-slide .service-box .icon-black-img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: cover;
    /* margin-bottom: 18px !important; */
}

/* .expertise-section .left-content h2 {
    width: 70%
} */

/* -------Products And Platforms Page Section------- */

/* .banner-swiper .hero-products-banner-slide {
    background-image: url('../../assets/images/Products_And_Platforms_Banner_Img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
} */

/* .hero-products-banner-slide .banner-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-left: 60px;
} */

.hero-products-banner-slide .banner-text-content p {
    text-align: left;
    font-size: 1.655vw;
}

.hero-products-banner-slide h3 {
    font-size: 3.2vw;
    letter-spacing: 0px !important;
}

.contact-us-section h3 {
    width: 70%
}

.products-section h3 {
    font-size: 1.382vw;
    font-weight: 400 !important;
    line-height: 2.6vw;
    margin-bottom: 4vw;
}

.product-card-section .service-box {
    border: 1px solid #DBDADA;
    /* width: 95%; */
}

.product-card-section .service-box:last-child {
    margin-bottom: 2vw;
}

.product-card-section .service-box h5 {
    color: #1E1E1E
}

.product-card-section .service-box p {
    color: #1E1E1E
}


.work-card .card .card-text-box {
    height: 5vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    bottom: 8px;
}

.card-text-box h5 {
    text-align: center;
}

.work-card .card:hover .card-text-box {
    height: 20vh;
}

.card-text-box .border-btn {
    width: 100%;
}

.work-card .card {
    cursor: pointer;
    position: relative;
}

.work-card .card::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0vw;
    display: block;
    width: 100%;
    /* background-color: red; */
    background: linear-gradient(360deg, #1E1E1E 0%, rgba(30, 30, 30, 0.00) 100%);
    height: 30%;
    transition: all 0.3s ease-in-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.support-card-section {
    border-radius: 15px;
    background: linear-gradient(110deg, #A21E21 -14.73%, #242423 21.5%);
    overflow: hidden;
}

.support-section-left-side-content h3 {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 2.758vw;
    width: 60%;
}

.support-section-left-side-content h5 {
    width: 81%;
    margin-top: 4vh;
}

.support-section-left-side-content .border-btn {
    width: 45%;
}

.product-card-section .service-box img {
    width: 72px;
    height: 72px;
    object-fit: cover;
}

.product-card-section .service-box .service-box-icons {
    width: 48px;
    height: 48px;
    margin-left: 0.5vw;
    object-fit: cover;
    margin-top: 1.3vw;
}

.product-card-section .service-box .service-box-icons2 {
    width: 46px;
    height: 51px;
    margin-left: 0.5vw;
    object-fit: cover;
    margin-top: 1.5vw;
    margin-bottom: 1.59vw !important;
}

.support-section-container {
    padding-bottom: 5.8vw;
    max-width: inherit !important;
}

.support-card-section img {
    width: 45.25vw;
    /* height: 400px; */
    object-fit: cover;
}

.support-card-section .support-section-left-side-content {
    padding-top: 5vw;
    padding-left: 4vw;
    padding-bottom: 4vw;
}

.product-card-section .service-box .top-right-arrow {
    display: block;
    width: 19px;
    height: 16px;
    object-fit: cover;
    position: absolute;
    top: 4.2vw;
    right: 2.2vw
}

/* .service-card-section .col-lg-3 {
    width: 23% !important;
} */

/* .service-card-section .work-card {
    width: 23% !important;
} */

.products-section .service-card-section {
    row-gap: 40px !important;
}

.platforms-section .service-card-section .work-card .card-text-box {
    height: 6vh
}

.support-card-section img::after {
    content: '';
    position: absolute;
    background-color: red;
    height: 50px;
    ;
}

/* .service-card-section .card {
    width: 95%;
} */

.support-section-left-side-content {
    position: relative;
    z-index: 1;
    padding: 2rem;
    /* optional */
}

.support-section-left-side-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: -40%;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* background-color: red; */
    background: linear-gradient(87deg, #242423 14.4%, rgba(36, 36, 35, 0.00) 92.37%);
    border-radius: 8px;
}

/* -------What We Do Page Section------- */

.banner-swiper .what-we-do-banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-card {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    border-radius: 10px;
}

.work-card .card {
    overflow: hidden;
    border-radius: 10px;
}

.work-card .card-img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}


.work-card:hover .card-img {
    transform: scale(1.1);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.work-card:hover .overlay-card,
.work-card:hover .card-text-box {
    opacity: 1;
}

/* ----Who-We-Serve----- */

.service-section .serve-card-img {
    /* width: 509px;
    height: 339px; */
    padding-right: 10px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-section p {
    /* width: 83%; */
    font-size: 1.410vw;
    /* line-height: 36px; */
}

.service-section h3 {
    font-size: 2.823vw;
}


.footer-list li {
    position: relative;
    width: max-content;
}

.footer-list li::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -0.290vw;
    display: block;
    width: 0%;
    background-color: #eeeeee;
    height: 1px;
    transform: translateX(0%);
    transition: all 0.3s ease-in-out;
    border-radius: 30px;

}

.footer-list li:hover:after {
    width: 100%;
}

.footer-list li:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

a.cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: transform 0.3s ease;
    width: max-content;
    /* smooth scale */
}

a.cta-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 1px;
    background-color: #A21E21;
    transition: width 0.3s ease-in-out;
    border-radius: 30px;
}

a.btn {
    width: max-content;
    padding: 0px
}

a.btn2 {
    width: 19%;
    padding: 0px
}

a.btn3 {
    width: max-content;
}

a.cta-btn .btn1 {
    width: 5% !important
}

a.cta-btn:hover::after {
    width: 100%;
}

a.cta-btn .arrow-text {
    font-size: 1vw;
    transition: color 0.3s ease;
}

a.cta-btn .arrow-icon {
    width: 17px !important;
    height: 15px !important;
    transition: transform 0.3s ease;
}

a.cta-btn:hover .arrow-icon {
    transform: translateX(5px);
}

.overview-section p {
    width: 100%;
}

.overview-section .small-text {
    font-size: 1.130vw;
    line-height: 25px;
}

.client-section-scroller .swiper-scrollbar {
    background-color: rgba(57, 72, 84, 0.20);
    height: 2px !important;
    border-radius: 2px;
}

.client-section-scroller .swiper-scrollbar-drag {
    background-color: #000000 !important;
    border-radius: 2px;
}

.resource-section {
    margin-top: 4.5vw !important;
}
 .resource-slider {
  width: 100%;
  overflow: hidden;
}
.resource-slider    .swiper-slide {
  width: 80%; /* shows one card, bit peeking */
  margin-right: 15px;
}
.resource-card p {
    margin-bottom: 8px;
}

.case-item p {
    font-size: 1.0vw;
}

.case-item h6 {
    font-size: 1.099vw;
}

/*..*/

.header-text {
    font-size: 2.767vw !important;
    /* line-height: 46px; */
}

.subheader-text {
    font-size: 1.42vw !important;
    /* line-height: 34px !important; */
}

.client-card .card-img {
    width: 144px;
    height: 142px;
    object-fit: cover;
    margin-top: 30px;
}

.client-card .card-img2 {
    width: 252px;
    height: 156px;
    /* object-fit: cover; */
    margin-top: 30px;
}

/* .client-section-swiper {
    margin-top: -3vw;
} */

.client-section-swiper .swiper-slide {
    padding-bottom: 0px !important;
}

.client-section-swiper .client-card p {
    font-size: 1.1vw;
}

.faq-section {
    background: #f9f9f9;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question span {
    font-size: 1.5vw;
    font-weight: 400 !important;
    font-family: "Manrope", sans-serif;
}

.faq-question p {
    font-size: 1.314vw;
    margin-bottom: 0px !important;
    font-weight: 600;
    /* margin-top: 2px; */
}

.question {
    margin-top: 1px !important;
}

.faq-answer {
    display: none;
    margin-top: 10px;
}

.faq-toggle {
    transition: transform 0.3s ease;
}

.faq-answer p {
    font-size: 1.230vw;
    color: var(--black);
}

.faq-answer .answer-text {
    color: white
}

.faq-number {
    margin-right: 10px;
    font-weight: bold;
}

.faq-toggle {
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 1rem;
}

.faq-item-section {
    margin: auto;
    max-width: 70.667vw;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    opacity: 1;
}


.tab-navigation{
    background: #f5f5f5;
    padding: 10px 0;
    position: sticky !important;
    /*top: 7%;*/
    padding-top:25px;
    z-index: 981;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tab-navigation.hidden {
    opacity: 0;
    visibility: hidden;
}

.tab-navigation ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 75px;
    gap: 35px;
}

.tab-navigation li {
    padding: 6px 18px;
    border-radius: 20px;
    transition: background 0.3s ease;
}

.tab-navigation li.active {
    background: #e5e5e5;
}

.tab-navigation a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: block;
    font-weight: 500;
}

.template-overview-section {
    padding: 5vw 13vw
}

.key-benefits-section .subhead {
    font-size: 0.998vw;
}

.key-benefits-section .card-row {
    row-gap: 25px;
}

.key-benefits-section .subheader-text {
    width: 90%
}

.key-benefits-section .subhead1 {
    width: 50% !important
}

.key-benefits-section .subhead {
    width: 95%
}

.card-row h5 {
    font-size: 1.3vw;
}

.card-row p {
    font-size: 1.100vw;
}

.our-solutions p {
    width: 100%;
}

.our-solutions .subhead {
    width: 60%;
}

.solution-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    height: 50vh;
}

.solution-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
    z-index: 1;
}

.solution-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    z-index: 2;
}

.subcontent {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease;
    font-size: 1.101vw;
}

.solution-card:hover .solution-image {
    transform: scale(1.05);
}

.solution-card:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
}


.solution-card:hover .subcontent {
    opacity: 1;
    max-height: 200px;
}

.service-card .card-icon {
    width: 93px;
    height: 73px;
    object-fit: cover;
}

.service-card .card-icon2 {
    width: 75px;
    height: 76px;
    object-fit: cover;
}

.header-row .subhead {
    width: 40%
}

.smart-cities-banner-section {
    background-image: url('../../assets/images/SmartCities_Banner_Img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
    width: 100%;
}

#feature-list li {
    font-family: "Manrope", sans-serif;
    cursor: pointer;
}

#feature-list li:hover span:first-child {
    font-weight: 600;
}

#feature-list li:hover .arrow-icon {
    background: #fff;
    padding: 12px 25px;
    border-radius: 20px;
}

.content-img {
    position: absolute;
    top: 0;
    right: -49px;
    width: 780px;
    height: 100%;
    z-index: -1;
}

#feature-details p {
    width: 92%;
}

.feature-details img {
    opacity: 0.5;
}

.border-lined {
    border-bottom: 1px solid rgba(231, 231, 231, 0.20);
}

.objective-section {
    background-color: #F7F7F7;
}

.section-grey-bg {
    background-color: #F7F7F7;
}

.feature-item img {
    width: 128px;
    height: 130px;
    object-fit: cover;
}

.feature-item h5 {
    font-size: 1.737vw;
    font-weight: 700;
    color: var(--black);
}

.feature-item p {
    font-size: 0.99vw;
    width: 92%;
    color: var(--black);
}

.feature-list .feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
    font-family: "Manrope", sans-serif;
    padding-right: 34px;
}

.feature-list .feature-item.active {
    color: white;
    font-weight: 600;
}

.feature-list .feature-item.active .arrow-icon {
    filter: invert(1);
}

.feature-list .arrow-icon {
    width: 18px;
    transition: filter 0.3s ease;
}

.feature-list .feature-item.active {
    padding-right: 9px;
}

.feature-details p {
    width: 92%;
}

#features {
    position: relative;
    z-index: 1;
}

#features::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #1E1E1E 3.04%, rgba(30, 30, 30, 0.13) 100%);
    /* background-color: red; */
    z-index: -1;
    transform: translateX(-50%);
}


.feature-item.active .navigation-box {
    padding: 6px 25px;
    background-color: white;
    border-radius: 20px;
}

/* .objective-section .header-text {
    padding: 0px 10vw;
} */

.objective-section .first-header {
    padding: 0vw !important;
}

.contact-form .first-header {
    font-size: 1.702vw !important;
}

.contact-form .subheader-text {
    font-size: 1.102vw !important;
}

/* .key-benefits-section {
    background-color: #111;
} */

.section-title {
    font-size: 1.8rem;
    font-weight: 500;
}

.section-subtitle {
    font-size: 0.95rem;
    line-height: 1.5;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0;
    cursor: pointer;
    color: white;
}

.faq-item-section .faq-question {
    padding: 14px 0;
}

.faq-text {
    font-size: 0.95rem;
}

.faq-toggle {
    font-size: 1.2rem;
    color: white;
    transition: transform 0.3s ease;
}

.faq-item-section .faq-toggle {
    font-size: 1.4rem;
    color: var(--black);
    transition: transform 0.3s ease;
}

.faq-item-section .faq-item {
    border-bottom: 0.5px solid rgba(57, 72, 84, 0.20);
}

.faq-item-section .question_1 {
    border-top: 0.5px solid rgba(57, 72, 84, 0.20);
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.faq-item.open .faq-answer {
    opacity: 1;
    display: block;
}

.faq-item.open .faq-toggle {
    transform: rotate(45deg);
}


/* .job-opening-banner-section {
    background-image: url('../../assets/images/Job_Opening_Img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
    width: 100%;
} */

.career-right-side-content p {
    font-size: 1.242vw;
}

.job-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 15px 0;
}

.apply-btn {
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 10px 25px;
    background: transparent;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 1.0vw;
    color: #000;
    transition: all 0.2s;
    z-index: 1;
}

.apply-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #A21E21;
    z-index: -1;
    transition: width 0.4s ease, height 0.4s ease;
    border-radius: 25px;
}

.apply-btn:hover {
    color: #fff;
    border-color: transparent;
}

.apply-btn:hover::before {
    width: 100%;
    height: 100%;
}

.table-header {
    font-family: "Manrope", sans-serif;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 8px !important;
    margin-bottom: 10px;
    padding-top: 20px !important;
    font-weight: 400;
}

.opportunity-section .custom-job-table .arrow-up-icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.opportunity-section .table-header div {
    font-family: "Manrope", sans-serif;
    font-size: 0.990vw;
}

.opportunity-section .small-text {
    font-family: "Manrope", sans-serif;
    font-size: 0.994vw;
    color: #1E1E1E;
    font-weight: 500;
}

.opportunity-section .custom-job-table .view-text {
    font-size: 0.864vw;
    font-weight: 500;
    margin-left: 5px;
}

.opportunity-section .custom-job-table .selection-text {
    font-size: 1.270vw;
    font-family: "Manrope", sans-serif;
}

.custom-job-table tbody tr td {
    font-family: "Manrope", sans-serif;
    border-bottom: 1px solid rgb(100 100 100 / 50%);
    font-size: 14px;
    vertical-align: middle;
    padding: 18px 15px;
}

.resume-section {
    border-radius: 8px;
    /* padding: 5px; */
    margin-top: 2vh !important;
}

.resume-form .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    margin-bottom: 17px;
    background: none !important;
    padding-top: 10px;
    padding-bottom: 18px;
    font-family: "Manrope", sans-serif;
}

.resume-form .form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.upload-btn {
    position: relative;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 34px;
    padding: 10px 28px;
    font-size: 13px;
    background: transparent;
    font-weight: 500;
    color: #000;
    transition: all 0.2s;
    z-index: 1;
}

.upload-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #A21E21;
    z-index: -1;
    transition: width 0.4s ease, height 0.4s ease;
    border-radius: 34px;
}

.upload-btn:hover {
    color: #fff;
    border-color: transparent;
}

.upload-btn:hover::before {
    width: 100%;
    height: 100%;
}


.resume-image img {
    width: 100%;
    height: 80vh;
}

.upload-textbox {
    position: relative;
}

.upload-textbox .upload-btn {
    position: absolute;
    top: 0px;
    right: 10px;
}

.upload-textbox .form-control {
    padding-bottom: 30px;
}

.resume-form .submit-btn {
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 40px;
    font-size: 13px;
    background: transparent;
    font-weight: 500;
}

.submit-btn:hover {
    background: #000;
    color: #fff;
}

.resume-form .btn2 {
    /* width: 35%; */
    margin-top: 5vh;
}

.founder-banner-section-2 {
    background-image: url('../../assets/images/Founder_Image-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
    width: 100%;
}

.founder-overview-section p:first-of-type {
    font-size: 1.500vw;
    font-weight: 600;
    color: #000;
    /* width: ; */
}

.founder-overview-section {
    padding: 5vw 25vw;
}

.founder-banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-banner-section {
    position: relative;
    height: 90vh;
    z-index: -2;
}

.banner-text-content {
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
}

.founder-banner-section .banner-text-content p {
    width: 100%;
}

.contact-form-section .img-icons {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.environment-swiper .cards {
    border: 1px solid #DBDADA !important;
    border-radius: 20px !important;
    padding: 35px !important;
    height: 100% !important;
}

.environment-swiper .cards h4 {
    font-size: 1.332vw;
    margin-top: 2vh;
}

.environment-swiper .cards p {
    font-size: 1.042vw;
}

.culture-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture-section p {
    font-size: 1.146vw;
}

.what-we-look-section .service-box img {
    width: 53px;
    height: 57px;
    object-fit: cover;
    margin-bottom: 4vh !important;
}

.what-we-look-section .service-box .img-icons {
    width: 53px;
    height: 53px;
    object-fit: cover;
}

.what-we-look-section .left-content p {
    width: 85%;
}

.what-we-look-section .container {
    margin: 2vw 0vw;
}

.nav-pills .nav-link {
    font-weight: 400;
    cursor: pointer;
    color: var(--black);
    padding: 0px !important;
}

.nav-pills .nav-link.active {
    font-weight: 700;
    color: #000 !important;
}

.nav-pills .nav-link:hover {
    color: var(--black) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent !important;
}

.tab-content .tab-text2 {
    font-size: 0.918vw;
}

.nav-pills hr {
    width: 60%;
}

.slide-pane {
    transform: translateX(20px);
    opacity: 0;
    transition: all 0.5s ease;
}

.slide-pane.active.show {
    transform: translateX(0);
    opacity: 1;
}

.expect-right-section {
    background: linear-gradient(243deg, #A21E21 -14.73%, #1E1E1E 21.5%)
}

.expect-right-section .text-content {
    padding: 4vw;
}

.expect-right-section .text-content .subtext {
    font-size: 1.354vw;
    width: 90%;
    margin-top: 2vh;
}

.expect-right-section .text-content h3 {
    font-size: 2.744vw;
    margin-bottom: 10px;
}

.expect-right-section .slider-text-content {
    margin-top: 4.5vh;
}

.expect-right-section .slider-text-content p {
    font-size: 1.354vw
}

.text-width {
    width: 90%;
}

.resume-section .contact-form {
    background-color: #F7F7F7;
    border-radius: 20px;
    padding: 4vw 4vw;
    margin-top: -3.2vw;
}

.resume-form .upload-btn {
    /* width: 33% !important */
}

.banner-text-content .header-subtext {
    width: 45% !important;
}

.banner-text-content .banner-subtext {
    width: 63%;
}


.vision-section .vision-box-content {
    border: 1px solid #DBDADA;
    border-radius: 10px;
    padding: 4vw 8vw;
}

.legacy-content p:last-of-type {
    font-size: 1.75vw;
    font-weight: 200;
}

.founder-right-content h6:nth-of-type(1) {
    font-size: 1.133vw;
}

.leadership-section .card-body .card-title {
    font-size: 2.275vw;
    margin-bottom: 10px !important;
}

.leadership-section .card-body {
    padding-left: 35px;
}

.leadership-section .card-body .card-text {
    font-size: 1.135vw !important;
    margin-bottom: 10px !important;
    margin-top: 15px;
}

.section-grey-bg .left-content {
    padding-right: 4vw;
}

.main-subtext {
    font-size: 1.37vw;
    margin-bottom: 20px;
}

.read-more-content {
    display: none;
}

.read-toggle {
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-size: 0.900vw;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--red);
    /* red color */
    text-transform: uppercase;
    display: inline-block;
}

.toggle-symbol {
    font-weight: 900;
    color: var(--red);
    margin-left: 2px;
}

.toggle-text {
    display: none;
    /* hidden by default */
}

.toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.toggle-line {
    flex-grow: 1;
    height: 1px;
    background-color: #999;
}

.toggle-btn {
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-size: 0.900vw;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--red);
    text-transform: uppercase;
    display: inline-block;
}

.toggle-icon {
    font-weight: 900;
    margin-left: 4px;
}

.number {
    font-size: 3.7vw;
    font-weight: 700;
    color: #d3d3d3;
    transition: color 0.3s ease;
    min-width: 7vw;
    cursor: pointer;
}

.number:hover {
    color: var(--red);
}

.sectors-text-content p {
    color: rgba(30, 30, 30, 0.90) !important;
    font-size: 1.042vw;
    margin-top: 9px;
}

.sectors-text-content h5 {
    font-size: 1.8vw;
}

.swiper-top .swiper-slide,
.swiper-bottom .swiper-slide {
    width: auto;
}

.moment-swiper-slide img {
    width: auto;
    height: 245px;
    object-fit: cover;
    border-radius: 12px;
}

.numbers-section {
    padding: 0px 5vw;
    padding-bottom: 2vw;
}

.moment-swiper-slide {
    padding-bottom: 20px !important;
}

.numbers-section h3 {
    color: #1E1E1E;
    font-size: 3vw;
}

.numbers-section p {
    color: #1E1E1E;
    font-size: 1.146vw;
}

.stats-section .col-md-3 {
    position: relative;
}

.stats-section .col-md-3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.15);
}

.stats-section .col-md-3:last-child::after {
    display: none;
}

.expection-bg-section .left-content-img {
    width: 100%;
    height: 670px;
    object-fit: cover;
}

.redirection-arrow {
    position: absolute;
    top: 6vw;
    right: 4vw;
}

.map-container {
    position: relative !important;
    width: 100%;
    height: 100vh;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.map-container .sidebar {
    position: absolute;
    top: 2.3vw;
    left: 6.3vw;
    width: 310px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 10;
    height: 500px;
    overflow-y: scroll;
}


.sidebar h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.sidebar p {
    margin: 0 0 15px;
    font-size: 1.042vw;
    line-height: 25px;
    width: 80%;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar li {
    padding: 10px 0;
    border-bottom: 1px solid #d3d1d1ea;
    cursor: pointer;
}

.sidebar li:hover {
    color: red;
}

.map-list li {
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: var(--black);
}

.testimonialSwiper img {
    width: 100%;
    height: 484px;
    object-fit:cover;
    border-radius: 20px;
}

.testimonialSwiper .swiper-slide {
    padding-bottom: 0px;
}

.testimonialContentSwiper p {
    width: 90%;
    font-weight: 300;
}

.testimonial-box h3 {
    font-weight: 500;
}

.testimonial-box .quote {
    font-size: 80px;
}

.custom-btn {
    width: 43px !important;
    height: 43px !important;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    position: relative;
}

.custom-btn img {
    width: 12px;
    height: 12px;
    object-fit: cover;
}

.navigation-button-box {
    position: absolute;
    bottom: 3vw;
    right: 5.4vw;
    padding-left: 10px;
}

.divider-line {
    border: 0.1px solid rgba(255, 255, 255, 0.23);
    margin-top: 2vh;
    padding-right: 30px;
}

.environment-swiper .swiper-slide {
    height: auto;
}

.what-we-look-section .swiper-slide {
    height: auto;
}

.scroller-top {
    margin-top: 6.3vh;
    margin-right: 20px;
}

.banner-image-swiper .swiper-slide {
    padding-bottom: 0px !important;
    z-index: -2;
}

.quote-img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.menubox a {
    font-family: "Manrope", sans-serif;
    font-size: 1.041vw !important;
    color: var(--black);
    text-transform: uppercase;
}

.career-wrapper {
    position: relative;
    min-height: 200vh;
    height: auto;
}

.career-section {
    position: sticky;
    top: 0;
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.career-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, width 0.3s ease, left 0.3s ease;
}

.career-inner.shrink .career-content {
    opacity: 1;
}

.career-inner.shrink .career-image {
    border-radius: 30px;
}

.career-content {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.servic-wrapper {
    position: relative;
    width: 100%;
    height: 80vh;
    /* keep sticky full screen */
    overflow: hidden;
}

.service-card-wrapper-2 {
    position: sticky;
    top: 0;
    height: 80vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
}

.service-card {
    border-radius: 20px;
    border: 1px solid #DBDADA;
    background: linear-gradient(140deg, #FFF 77.02%, #A21E21 135.3%);
    position: absolute;
    top: 0;
    /* 🔥 align to top instead of center */
    transform: none;
    /* remove translateY(-50%) */
    width: 340px;
    padding: 25px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

.service-card span {
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    padding: 10px 0 8px 0;
    display: block;
    font-weight: 500;
    color: var(--black);
}

.service-card p {
    color: var(--black);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
}


.service-card:nth-child(1) {
    left: 0;
    opacity: 1;
}

.service-card img {
    width: 100%;
    object-fit: cover;
}

.modal-info {
    font-size: 1.2vw;
}

.modal-title {
    font-size: 2.275vw;
}

.modal-content {
    background-color: white !important;
    padding: 45px 0px;
    padding-left: 55px;
    padding-right: 30px;
}

.scrollable-content {
    overflow-y: auto;
    max-height: 230px;
    padding-right: 20px;
}

.scrollable-content::-webkit-scrollbar {
    width: 3px;
}

.scrollable-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.20);
    border-radius: 3px;
}

.scrollable-content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 30px;
    width: 10px !important
}

.scrollable-content::-webkit-scrollbar-button {
    display: none;
}

.scrollable-content::-webkit-scrollbar-button {
    display: none;
}

.custom-close {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 3vw;
    right: 1.6vw;
    cursor: pointer;
}

.feature-item {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;

}

/* --- Search Box --- */

.searchBtn.active span.line {
    width: 100%;
    bottom: 3px;
    right: 3px
}

.searchWrapper {
    width: 100%;
    height: 205px;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white);
    display: none;
    box-shadow: 0 25px 25px rgba(0, 0, 0, .5);
    z-index: 2
}

.searchWrapper .searchForm {
    width: 100%;
    max-width: 1400px;
    height: 60px;
    border: 0 !important
}

.searchWrapper .form-control {
    padding: 10px;
    height: 100%;
    font-family: "Manrope", sans-serif;
    font-size: 2vw;
    font-weight: 500;
    color: #C9CBE5;
    background: transparent;
    border-bottom: 1px solid #26205E !important;
}

.searchWrapper .form-control:focus {
    outline: none;
    box-shadow: none
}

.searchWrapper .form-control::-moz-placeholder {
    color: inherit;
    opacity: .6
}

.searchWrapper .form-control::-ms-input-placeholder {
    color: inherit;
    opacity: .6
}

.searchWrapper .form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .6
}

.searchBtn {
    background-image: url(../../assets/images/SearchIcon.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-top: 6px;
}

.searchbtn-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgb(0, 0, 0);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 0.5vw;
    margin-top: .3vw;
}

.searchbtn-arrow {
    width: 15px !important;
    height: 15px !important;
    transition: all 0.3s ease;
    object-fit: cover;
}

.searchBtn.active {
    background-image: url(../../assets/images/search_close_icon.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-top: -2px !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    background-color: unset;
    border: 0 !important;
    border-bottom: 1px solid #77777757;
    border-radius: 0 !important;
    font-family: "Manrope", sans-serif;
}

.formBtn {
    width: fit-content;
    border-radius: 50px;
    border: 1px solid #106FB3;
    padding: 10px 35px;
    font-size: 0.93rem;
    line-height: 1.37rem;
    background: linear-gradient(to right, #106FB3 50%, rgba(255, 255, 255, 0.1) 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #106FB3;
}

.formBtn:hover {
    background-position: left bottom;
    outline: none;
    color: #fff;
}

.nav-list li {
    font-family: "Manrope", sans-serif;
    font-size: 1.051vw !important;
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.full-menu ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

/* .nav-list li::after {
    content: url("../../assets/images/Chevron_Right_Arrow.svg");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-40%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-list li:hover::after {
    opacity: 1;
} */

/* .nav-list li:first-child::after {
    opacity: 1;
} */

/* .nav-list .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.nav-list li:first-child .arrow {
    display: inline-block;
} */

.nav-list li .arrow-icon {
    display: none;
    width: 16px;
    height: 16px;
}

.nav-list li .nav-arrow-icon {
    display: none;
    width: 16px;
    height: 16px;
}

.nav-list li:hover .nav-arrow-icon {
    display: inline-block;
}

#menu-toggle {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.menu-toggle:focus {
    outline: none;
}

.navbar-container {
    position: sticky;
    top: 0;
    background-color: white;
    padding: 0.92vw 3.125vw;
    z-index: 9999;
}

.nav-list a {
    color: white;
    text-transform: none;
    margin-bottom: 15px;
}

header {
    position: relative;
}

.logo {
    width: 120px;
}

.menubox ul {
    margin: 0;
}

.menubox ul li {
    list-style: none;
}

.menubox .nav-list a li {
    margin-bottom: 8px;
}

.mobileMenu {
    margin-top: 1px !important;
}

.footer-list a {
    display: block;
    margin-bottom: 12px;
}

.full-menu {
    z-index: 1000;
}

.swiper-slide {
    z-index: -2;
}

.obj-sect {
    display: flex;
    flex-direction: column;
}

.banner-swiper .banner-text-content {
    opacity: 0;
    transition: all 1s 1.4s ease;
    filter: blur(30px);
    /* transform: translateX(0px); */
}

.banner-swiper .swiper-slide-active .banner-text-content {
    opacity: 1;
    filter: blur(0px);
    top: 50%;
    /* transform: translateY(-295px); */
}

.banner-image-swiper .banner-text-content {
    opacity: 0;
    transition: all 1s 1.4s ease;
    filter: blur(30px);
    transform: translateX(0px);
}

.banner-image-swiper .swiper-slide-active .banner-text-content {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(-20px);
}

.about-section-scroller .circle-arrow-icon:hover {
    background-color: #a21e21;
    transition: all 0.3s;
    border: none;
}

.client-section-scroller .circle-arrow-icon:hover {
    background-color: #a21e21;
    transition: all 0.3s;
    border: none;
}

.our-services-and-products-swiper-bottom-right .circle-arrow-icon:hover {
    background-color: #a21e21;
    transition: all 0.3s;
    border: none;
}

.client-section-scroller .circle-arrow-icon:hover .slider_arrow_icons {
    filter: brightness(0) invert(1);
}

.founder-banner-section .banner-text-content {
    opacity: 0;
    filter: blur(30px);
    transform: translateY(0);
    transition: all 1s 0.5s ease;
}

.founder-banner-section .banner-text-content.animate-on-load {
    opacity: 1;
    filter: blur(0);
    transform: translateY(-27px);
}

.contact-us-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-us-section {
    position: relative;
    height: 90vh;
}

.contact-us-section .banner-text-content {
    opacity: 0;
    filter: blur(30px);
    transform: translateY(0);
    transition: all 1s 0.5s ease;
}

.contact-us-section .banner-text-content.animate-on-load {
    opacity: 1;
    filter: blur(0);
    transform: translateY(-140px);
}

.scroll-container {
    max-height: 540px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.products-slide .service-box:hover .icon-img {
    filter: brightness(1) invert(1) !important;
}

.products-slide .service-box .icon-black-img {
    filter: invert(1);
    /* black → white */
    transition: filter 0.3s ease;
}

.products-slide .service-box:hover .icon-black-img {
    filter: invert(0);
    /* white → black */
}

.nav-menu.open {
    position: fixed;
    top: 16%;
    height: calc(100vh - 65px);
    left: 0;
    width: 100%;
    background-color: rgb(26, 26, 26);
    overflow-y: auto;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
}

.mobile-hero-banner-image {
    display: none;
}

.serve-info-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: var(--white);
    width: 90%;
    z-index:1;
}

@media (min-width:1400px) {
    .full-menu {
        top: 7vw;
    }

    .dropdown-trigger .nav-link::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -1.4vw;
        display: block;
    }

    .dropdown-trigger:nth-child(2) .nav-link::after {
        bottom: -1.34vw;
    }

    .dropdown-trigger:nth-child(3) .nav-link::after {
        bottom: -1.34vw;
    }

    .dropdown-trigger:nth-child(4) .nav-link::after {
        bottom: -1.34vw;
    }

    .tab-navigation {
        top: 3vw
    }
}

@media (min-width:991px) {
    .full-menu {
        background-color: #1E1E1E;
        position: fixed;
        top: 68.83px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: 4;
        transform: translateY(-5px);
        transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    }

    .full-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }


    .menubox>ul>li:hover .full-menu {
        opacity: 1;
        visibility: visible;
    }

    .dropdown-trigger .nav-link::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -1.6vw;
        display: block;
        width: 0%;
        background-color: #A21E21;
        height: 2.9px;
        transform: translateX(-50%);
        transition: all 0.3s ease-in-out;
        border-radius: 30px;
    }

    .dropdown-trigger:nth-child(2) .nav-link::after {
        bottom: -1.30vw;
    }

    .dropdown-trigger:nth-child(3) .nav-link::after {
        bottom: -1.30vw;
    }

    .dropdown-trigger:nth-child(4) .nav-link::after {
        bottom: -1.30vw;
    }

    .tab-navigation {
        top: 4.5vw
    }
}

@media (max-width: 991px) {

    .full-menu {
        background-color: #1E1E1E;
        position: fixed;
        top: 11.1%;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: 4;
        transform: translateY(-5px);
        transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    }

    .support-section-container .support-card-section {
        display: flex;
        /* flex-direction: column; */
    }

    /* .support-card-section img {
        width: 100%;
        object-fit: cover;
    } */

    /*.submit-btn-group .submit-btn {*/
    /*    width: 32%;*/
    /*}*/

    .support-section-left-side-content .border-btn {
        width: 45%;
    }

    .border-btn {
        width: 75%;
    }

    .border-btn {
        margin-top: 1.083vw !important;
    }

    .founder-banner-section .banner-text-content {
        left: 7% !important;
    }

    .navbar {
        padding: 60px 20px;
    }

    .subscribe-input-box {
        padding-right: 25vw;
    }

    .redirection-arrow {
        position: relative;
    }

    .navigation-button-box {
        position: absolute;
        bottom: 5vw;
        right: 8vw;
    }

    .banner-text-content {
        top: 46%
    }

    .banner-cta-btn {
        width: 50%;
        margin-top: 1.083vh;
    }

    .tab-navigation {
        top: 6.4vw
    }

    .dropdown-trigger:nth-child(2) .nav-link::after {
        bottom: -1.45vw;
    }

    .dropdown-trigger:nth-child(3) .nav-link::after {
        bottom: -1.45vw;
    }

    .dropdown-trigger:nth-child(4) .nav-link::after {
        bottom: -1.45vw;
    }
    

}

@media (max-width: 768px) {

    .navbar {
        padding: 60px 11px !important;
        position: sticky;
        background-color: white;
    }

    .header-text {
        font-size: 28px !important;
        line-height: 40px;
    }

    .subheader-text {
        font-size: 16px !important;
        line-height: 27px !important;
    }

    .founder-right-content h6:nth-of-type(1) {
        font-size: 14px;
    }

    .main-subtext {
        font-size: 17px;
    }

    a.cta-btn {
        width: max-content;
    }

    .container {
        padding: 60px 30px !important;
        max-width: inherit !important;
    }

    .navbar-nav li {
        font-size: 15px !important;
    }

    .footer-container {
        padding: 0px 25px;
        padding-bottom: 30px;
    }

    .footer-list {
        font-size: 13px;
    }

    .footerTitle {
        margin-top: 20px;
        font-size: 19px;
        margin-bottom: 25px;
    }

    .subscribe-input-box {
        margin-top: 20px;
        margin-left: -20px;
        width: 110%;
        margin-left: -2%;
        padding-right: 40vw;
        padding-left: 5vw;
    }

    .contact-us-button {
        font-size: 13px;
    }

    .footer-box {
        width: 100% !important
    }

    .footer-box p {
        font-size: 16px;
        width: 85%;
        margin-top: 15px;
    }

    .icons-list {
        gap: 40px
    }

    .submit-btn {
        position: absolute;
        top: 30px;
        right: 14px;
        /*width: 39%;*/
    }

    .subscribe-box {
        width: 100%;
    }

    .subscribe-box p {
        color: rgba(255, 255, 255, 0.8);
        width: 85%;
        font-size: 16px;
    }

    .right-content {
        padding: 0px 25px;
        padding-bottom: 30px;
    }

    .right-content h4 {
        font-size: 31px;
    }

    .right-content h5 {
        font-size: 20px;
    }

    .right-content p {
        color: #1E1E1E;
        width: 91%;
        font-size: 16px;
    }

    .case-study-header-section div h3 {
        font-size: 31px;
    }

    .case-study-header-section div p {
        font-size: 14px;
        width: 94% !important;
    }

    .case-study-slider p {
        font-size: 18px;
    }

    .case-study-slider h6 {
        font-size: 16px;
    }

    .arrow-text {
        font-size: 14px !important;
    }

    .yearbox p {
        font-size: 17px;
        margin-top: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        height: 29px !important;
        width: 29px !important;
    }

    .slider_arrow_icons {
        width: 6px !important;
        height: 9px !important;
    }

    .work-card h5 {
        font-size: 16px;
    }

    .container .left-content p {
        font-size: 14px;
        width: 100%;
    }

    .hero-banner-slide .banner-text-content {
        height: 89vh;
    }

    .banner-text-content .border-btn {
        width: 40%;
        padding: 13px 0px;
        font-size: 13px;
    }

    .swiper-pagination.custom-pagination {
        position: absolute;
        bottom: 10% !important;
    }

    .banner-text-content h3 {
        font-size: 21px;
        letter-spacing: 2px !important;
    }

    .banner-text-content p {
        font-size: 15px !important;
        width: 75%;
        text-align: center;
        color: rgba(255, 255, 255, 0.8)
    }

    .yearbox {
        margin-top: 60px;
    }

    .right-section-content {
        width: 100% !important;
        margin-top: 40px !important;
    }

    .platforms-section .products-slide .service-box {
        background: linear-gradient(119deg, #FFF 69.41%, #CE1C20 143.29%);
        color: #111;
        transition: all 0.3s;
    }

    .products-slide .service-box .icon-black-img {
        filter: invert(0);
    }

    .products-slide .service-box .icon-img {
        filter: brightness(0) invert(0) !important;
    }

    .products-slide .service-box .top-right-arrow {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50px;
        right: 40px;
    }

    .products-slide .service-box:hover .top-right-arrow {
        top: 10vw;
        right: 9vw;
    }

    .products-slide .service-box h5 {
        color: var(--black);
    }

    .products-slide .service-box p {
        color: var(--black);
    }

    .serve-section p {
        width: 80%;
    }

    .service-box h5 {
        font-size: 18px;
    }

    .service-box p {
        font-size: 13px;
    }

    .right-content-box {
        width: 100% !important;
    }

    .products-swiper {
        margin-top: 40px;
    }

    .border-btn {
        font-size: 11px;
        padding: 10px 15px;
        width: max-content;
    }

    .tab-button {
        padding: 8px 14px;
    }

    .tab-button p {
        font-size: 14px;
    }

    .tab-buttons-container {
        width: 100%;
    }

    .right-content-box p {
        width: 100%;
    }

    .service-box.active .top-right-arrow {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 50px;
        right: 40px;
    }

    .banner-swiper {
        height: 76vh;
    }

    .products-section h3 {
        font-size: 17px;
        font-weight: 400 !important;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .product-card-section .service-box {
        width: 100%;
    }

    .product-card-section .service-box .top-right-arrow {
        position: absolute;
        top: 55px;
        right: 40px
    }

    .product-card-section .service-box:last-child {
        margin-bottom: 25px;
    }

    .support-section-container {
        padding-left: 32px !important;
        padding-right: 30px !important;
        padding-bottom: 50px;
        padding-top: 0px !important;
        margin-top: 40px;
    }

    /* .support-card-section img {
        width: 250px;
        height: auto;
        object-fit: cover;
    } */

    .support-section-left-side-content h3 {
        font-size: 32px;
        width: 96%;
    }

    .footer-list {
        font-size: 14px !important;
    }

    .support-section-container .support-card-section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .support-card-section .support-section-left-side-content {
        padding-left: 35px;
        padding-top: 30px;
        padding-bottom: 40px
    }

    .support-section-left-side-content .border-btn {
        width: 61%
    }

    .support-section-left-side-content h5 {
        font-size: 15px;
        margin-bottom: 30px;
        width: 100%;
    }

    .support-section-left-side-content::after {
        content: "";
        position: absolute;
        height: 100%;
        z-index: -1;
        background: linear-gradient(137deg, #242423 14.4%, rgba(36, 36, 35, 0.00) 92.37%);
        border-radius: 8px;
    }

    /* .hero-products-banner-slide .banner-text-content {
        padding-left: 29px;
        height: 90vh;
    } */

    .service-section .serve-card-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .client-section-swiper .client-card p {
        font-size: 13px;
    }

    .service-section p {
        font-size: 16px;
        width: 100%;
    }

    .card-text-box .border-btn {
        width: 100%;
    }

    .overview-section .small-text {
        font-size: 12px;
    }

    .faq-item-section {
        margin: auto;
        max-width: none !important;
    }

    .client-card .card-img {
        width: 151px;
        height: 141px;
        object-fit: cover;
    }

    .client-card .card-img2 {
        width: 147px;
        height: 104px;
        object-fit: cover;
        margin-top: 30px;
    }

    .tab-navigation ul {
        justify-content: flex-start;
        overflow-x: auto;
        padding: 0 10px;
        white-space: nowrap;
        scrollbar-width: none;
        gap: 1px;
        flex-wrap: nowrap;
    }

    .tab-navigation ul::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .tab-navigation li {
        flex: 0 0 auto;
        padding: 6px 15px;
    }

    .left-content .yearbox {
        width: max-content !important;
    }

    .key-benefits-section .subhead {
        font-size: 14px;
        margin-bottom: 30px !important;
        width: 100%;
    }

    .card-row h5 {
        font-size: 18px;
    }

    .card-row p {
        font-size: 13px;
    }

    .template-overview-section {
        padding: 14vw 7vw;
    }

    .our-solutions .subhead {
        width: 100%;
    }

    .subcontent {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.6s ease;
        font-size: 13px;
    }

    .feature-item h5 {
        font-size: 20px;
    }

    .feature-item p {
        font-size: 14px;
    }

    .header-row .subhead {
        width: 100%;
    }

    .objective-section .header-text {
        padding: 0px !important;
    }

    .faq-question p {
        font-size: 15px;
    }

    .faq-answer p {
        font-size: 14px;
    }

    .resume-section {
        border-radius: 8px;
        padding: 0px;
        margin-top: 0vh !important;
    }

    .upload-btn {
        padding: 10px 15px;
    }

    .resume-form .btn2 {
        width: 70%;
    }

    .opportunity-section .header-text {
        width: 100% !important;
    }

    .career-right-side-content p {
        font-size: 14px;
    }

    .founder-overview-section p:first-of-type {
        font-size: 18px;
    }

    .founder-overview-section .subheader-text {
        font-size: 15px;
    }

    .founder-overview-section {
        padding: 40px 30px !important;
    }

    .founder-banner-section .banner-text-content {
        left: 5%;
    }

    .service-section h3 {
        font-size: 24px;
    }

    .environment-swiper .cards {
        height: 100%;
    }

    .environment-swiper .cards h4 {
        font-size: 20px;
    }

    .environment-swiper .cards p {
        font-size: 14px;
    }

    .culture-section p {
        font-size: 14px;
        /* margin-bottom: 8vh !important; */
    }

    .tab-content .tab-text2 {
        font-size: 12px;
    }

    .what-we-look-section .container {
        margin: 0vw 0vw;
    }

    .expect-right-section .text-content h3 {
        font-size: 24px;
    }

    .expect-right-section .text-content .subtext {
        font-size: 17px;
    }

    .expect-right-section .slider-text-content p {
        font-size: 17px;
    }

    .expect-right-section .text-content {
        padding: 7vw;
        padding-top: 60px;
    }

    .contact-form .first-header {
        font-size: 16px !important;
    }

    .resume-section .contact-form {
        padding: 30px;
        margin-top: 35px;
    }

    .contact-form .subheader-text {
        font-size: 13px !important;
    }

    .resume-form .upload-btn {
        width: 52%;
    }

    .vision-section .vision-box-content {
        padding-top: 10vw;
    }

    .leadership-section .card-body .card-title {
        font-size: 30px;
    }

    .leadership-section .card-body .card-text {
        font-size: 14px !important;
    }

    .read-toggle {
        font-size: 12px;
    }

    .toggle-btn {
        font-size: 12px;
    }

    .legacy-content p:last-of-type {
        font-size: 21px;
    }

    .founder-banner-section {
        height: auto !important;
    }

    .sectors-text-content p {
        font-size: 13px;
    }

    .number {
        font-size: 30px;
    }

    .sectors-text-content h5 {
        font-size: 20px;
    }

    .hero-banner-slide .banner-text-content {
        position: absolute;
        left: 0vw
    }

    .moment-swiper-slide img {
        width: auto;
        height: 180px;
        object-fit: cover;
        border-radius: 12px;
    }

    .hero-banner-slide .border-btn {
        width: 34% !important;
    }

    .numbers-section h3 {
        font-size: 30px;
    }

    .numbers-section p {
        font-size: 13px;
    }

    .support-card-section img {
        width: 100%;
        height: 100%;
    }

    .sidebar p {
        font-size: 14px;
    }

    .map-container .sidebar{
        /* position: absolute;
        top: 4px;
        left: 8px; */
        position: relative;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        padding: 20px;
        z-index: 10;
        height:450px;
        overflow-x:scroll;
    }

    .expection-bg-section .left-content-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .custom-btn {
        width: 43px !important;
        height: 43px !important;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        position: relative;
    }

    .navigation-button-box {
        position: absolute;
        bottom: 9.5vw;
        right: 12.4vw;
        padding-left: 10px;
    }

    .banner-swiper .what-we-do-banner-slide img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .opportunity-section .table-header div {
        font-size: 13px;
    }

    .opportunity-section .custom-job-table .selection-text {
        font-size: 13px;
    }

    .opportunity-section .small-text {
        font-size: 12px !important;
    }

    .apply-btn {
        font-size: 11px;
    }

    .opportunity-section .custom-job-table .view-text {
        margin-left: 0px;
    }

    .custom-job-table tbody tr td {
        padding: 18px 10px;
    }

    .resume-form .btn2 {
        width: 80%;
    }

    .resume-form .form-control::placeholder {
        font-size: 12px;
        color: #666;
        font-weight: 400;
    }

    .upload-textbox .upload-btn {
        right: 2px;
    }

    .nav-menu {
        position: absolute;
        right: 100%;
    }

    .nav-menu.open {
        position: absolute;
        top: 90%;
        height: calc(100vh - 70px);
        left: 0;
        width: 100%;
        background-color: rgb(26, 26, 26);
        overflow-y: auto;
        transform: translateY(0);
        opacity: 1;
        transition: transform 0.3s ease, opacity 0.3s ease;
        z-index: 1000;
    }

    .full-menu .border-btn {
        display: none;
    }

    /* nav.open .full-menu {
        display: none;
    } */

    .arrow-icon {
        width: 12px !important;
        height: 11px !important;
        object-fit: cover;
    }

    .nav-menu.open ul li a {
        font-size: 18px !important;
        color: var(--white) !important;
        text-transform: capitalize !important;
    }

    .nav-menu.open .menubox ul li {
        font-size: 14px !important;
        padding: 13px 10px;
        border-bottom: 0.1px solid rgb(73, 76, 77) !important;
    }

    .nav-menu.open .menubox ul:first-of-type {
        /* height: 100%; */
        padding-right: 32px;
    }

    .menubox ul {
        background-color: rgb(26, 26, 26);
    }

    .menubox {
        height: 100%;
        padding-top: 10px;
    }

    .menubox .menu-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .menubox .menu-item>.arrow-icon {
        position: absolute;
        right: 0;
        top: 0;
        transform: translateY(50%);
    }

    .menubox .menu-item .full-menu {
        width: 100%;
        margin-top: 10px;
    }

    .menubox .mobileMenu {
        /* margin-top: 20vh; */
    }

    .contact-us-section .subheader-text {
        width: 100% !important;
    }

    .career-wrapper {
        position: relative;
        min-height: auto;
        height: auto;
    }

    .career-section {
        position: relative;
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        overflow: visible;
    }


    .career-image {
        position: relative;
        height: auto;
        object-fit: contain;
        border-radius: 0;
        transform: none !important;
        width: 100%;
    }

    .career-content {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        max-width: 100%;
        opacity: 1 !important;
        margin-top: 20px;
    }

    .career-inner.shrink .career-image {
        border-radius: 0;
    }

    .servic-wrapper {
        height: auto;
        overflow: visible;
    }

    .service-card-wrapper-2 {
        position: relative;
        height: auto;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .service-card {
        position: relative;
        opacity: 1 !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .full-menu .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* .nav-menu.open .menubox ul li:not(:last-child) {
        border-bottom: none !important;
    } */

    .nav-list a:last-of-type li {
        border-bottom: none !important;
    }

    /* .nav-list li::after {
        content: url("../../assets/images/Chevron_Right_Arrow.svg");
        position: absolute;
        left: 33%;
        top: 50%;
        transform: translateY(-40%);
        opacity: 0;
        transition: opacity 0.3s ease;
    } */

    .down-arrow-icon {
        width: 12px !important;
        height: 8px !important;
        display: block !important;
    }

    .dropdown-trigger:hover .dropdown-menu.full-menu {
        display: none;
        opacity: 0;
        visibility: visible;
    }

    .dropdown-trigger .nav-link:hover::after {
        display: none;
    }

    .dropdown-trigger .nav-link::after {
        display: none;
    }

    .nav-menu.open .full-menu .menu-firstbox {
        display: none;
    }

    .navbar-container {
        padding: 10px 20px;
        background-color: white;
        z-index: 999 !important;
    }

    .banner-text-content .banner-subtext {
        font-size: 13px !important;
    }

    .founder-text-content {
        top: 54%
    }

    .case-study-header-section div {
        width: 100%;
    }

    .menu-item {
        border-bottom: 0.1px solid rgb(73, 76, 77) !important;
    }

    /*.submit-btn-group .submit-btn {*/
    /*    width: 40%;*/
    /*}*/

    /* .tab-navigation {
        top: 11%
    } */

    .key-benefits-section .subhead1 {
        width: 100% !important;
    }

    .resource-section {
        margin-top: 0.5vw;
    }

    .banner-swiper .swiper-slide-active .banner-text-content {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(-93px)
    }

    .faq-question span {
        font-size: 16px;
    }

    .case-item h6 {
        font-size: 15px;
    }

    .case-item p {
        font-size: 13px;
    }

    .footer-text {
        font-size: 12px;
    }

    .founder-banner-section .banner-text-content.animate-on-load {
        opacity: 1;
        filter: blur(0);
        transform: translateY(-66px);
    }

    .banner-text-content .header-subtext {
        width: 65% !important;
    }

    .searchWrapper .form-control {
        font-size: 16px;
    }

    .searchbtn-icon {
        width: 40px;
        height: 40px;
        margin-left: 1.5vw;
        margin-top: 2.5vw;
    }

    .searchWrapper {
        height: 200px;
        padding-bottom: 0px;
    }

    .searchBtn {
        margin-top: 3px;
    }

    .banner-text-content {
        top: 65%;
    }

    header {
        position: sticky !important;
        top: 0;
        z-index: 999;
    }

    .content-img {
        z-index: -1;
    }

    .homepage-banner .banner-swiper .swiper-slide-active .banner-text-content {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(-331px)
    }

    .hero-banner-image {
        display: none;
    }

    .mobile-hero-banner-image {
        display: block;
        height: 54vh !important;
    }

    .contact-us-section {
        height: 52vh !important;
    }

    .contact-us-section .banner-text-content.animate-on-load {
        transform: translateY(-110px);
    }

    .modal-title {
        font-size: 20px;
    }

    .serve-info-content {
        position: relative;
        top: 4vw;
        left: 0vw;
        color: var(--black);
        width: 100%;
    }

    .contact-us-section {
        position: relative;
        height: 60vh;
    }

    .tab-navigation {
        top: 74px
    }

    .work-card .card .card-text-box .border-btn {
        margin-top: 30px !important;
    }

    .work-card .card:hover .card-text-box .border-btn {
        margin-top: 10px !important;
    }


}

@media (min-width: 773px) and (max-width: 990px) {
    .nav-menu .mobileMenu {
        display: flex !important;
        gap: 1.5rem;
        /* adjust spacing */
        justify-content: center;
        align-items: center;
    }

    .nav-menu .menu-item {
        display: flex !important;
        align-items: center;
    }
}

@media (min-width: 777px) and (max-width: 981px) {
    .subheader-text {
        font-size: 1.42vw !important;
        line-height: 23px !important;
    }
}
/* who we are */
.purpose-section{background: linear-gradient(99deg, #A21E21 -14.08%, #1E1E1E 56.4%);}
.purpose-section h3{color: #FFF;
font-family: Manrope;
font-size: 30px !important;
font-weight: 500;}
.purpose-section p{font-size: 14px !important;}

    .mv-section {
  padding: 60px 20px;
  border-radius: 12px;
}

.mv-tabs {
  display: flex;
  position: relative;
}

/* Base card */
.mv-card {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  cursor: pointer;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 100%;
  position: relative;
  z-index: 1;
  position: relative;
  transition:  0.8s ease;
  z-index: 1; /* default */
}


.mv-card {
  position: relative;
  transition: height 0.8s ease, opacity 0.8s ease;
  flex: 1 1 100px;
  z-index: 1; /* default */

}

.mv-card.active {
  flex: 3;
  padding: 40px;
  max-height: 400px;
  margin-left: 0 !important;
  z-index: 99; /* always on top */
  
}

/* Expanded card */
.mv-card.active {
    flex: 4;
  height:300px;
  z-index: 5;
}
.mv-card.active h5{
    margin-top: 60px;
}

.mv-card:not(.active) .mv-header {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  display: flex;
  gap: 8px;
}

/* Active card header: row */
.mv-card.active .mv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

/* Icon size */
.mv-card img {
    margin-top:-45px;
  width: 75px;
  height: 75px;
}

.mv-body {
  margin-top: 20px;
  opacity: 0;
  max-height: 0;
  transition: all 0.4s ease;
}

.mv-card.active .mv-body {
  opacity: 1;
  max-height: 300px;
}

/* Overlapping collapsed cards */
.mv-card:nth-child(2) {
  margin-left: -60px; /* adjust overlap */
  z-index: 2;
}
.mv-card:nth-child(3) {
  margin-left: -60px;
  z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .mv-tabs {
    flex-direction: column;
    gap: 20px; /* spacing between cards */
  }
  
  .border-line{margin-top: auto ;}

  .mv-card {
    margin-left: 0 !important;
    flex: 1 1 auto;
    width: 100%;
    max-height: none !important;
    padding: 20px;
  }

  /* Reset overlapping */
  .mv-card:nth-child(2),
  .mv-card:nth-child(3) {
    margin-left: 0 !important;
    z-index: 1 !important;
  }

  /* Header layout */
  .mv-card .mv-header {
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
  }

  /* Title spacing */
  .mv-card.active h5 {
    margin-top: 0; 
  }

  /* Image sizing */
  .mv-card img {
    margin-top: 0;
    width: 50px;
    height: 50px;
  }

  /* Body always visible */
  .mv-body {
    opacity: 1 !important;
    max-height: none !important;
    margin-top: 15px;
  }
}


/* Hide lists by default on mobile */
.footer-list {
  display: none;
  padding-left: 0;
}

.footerTitle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-icon {
  font-weight: bold;
  font-size: 16px;
}

@media (min-width: 769px) {
  .footer-list {
    display: block !important; /* always visible on desktop */
  }
  .toggle-icon {
    display: none; /* no + - on desktop */
  }
}

/* blog page  */
.blog-card{padding: 20px; border-radius: 20px; border: 1px solid rgba(219, 218, 218, 0.60);}
.card-img-top{border-radius: 10px;background: linear-gradient(179deg, rgba(0, 0, 0, 0.00) 50%, #000 97.04%);}
.blog-card small{font-size: 13px; color: #1E1E1E; margin: 10px 0; display: block; font-weight: 500;}
.blog-card h6{color: #1E1E1E; font-size: 15px;font-weight: 500; line-height: 140%;}
.blog h5{color: #1E1E1E;font-size: 14px;font-weight: 700; text-transform: uppercase;}
.dropdown{border-radius: 100px; border: 1px solid #1E1E1E; background: transparent; padding: 8px 20px; font-size: 14px;}
/* Custom Pagination Styling */
.custom-pagination .pagination {
  gap: 0.5rem;
}

.custom-pagination .page-link {
  border: none;
  background: transparent;
  color: #000;
  font-weight: 500;
  padding: 0.4rem 0.8rem;
}

.custom-pagination .page-link:hover {
  color: #96722C; /* gold highlight */
}

.custom-pagination .page-item .page-link.rounded-circle {
  width: 36px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 50% !important;
  font-size: 14px;
  padding: 0;
}

.custom-pagination .page-link.dots {
  pointer-events: none;
  color: #888;
}

.blogdetail{ font-size: 13px; color: #1E1E1E; margin: 10px 0; display: block; font-weight: 500;}
.blogdetail img{width: 100%; object-fit: cover;}
.blogdetail .sharelinks img{display: block; width: 45px ; height: 45px; border-radius: 100%; padding: 10px; border: 1px solid rgba(186, 184, 185, 0.55); margin-bottom: 10px;}
.blogdetail .blogimg{gap: 30px;}
.blogdetail span{color: #1E1E1E;font-size: 18px;font-weight: 400; line-height: 150%; margin-bottom: 15px; display: block;}
.blogdetail p{font-size: 15px;}
.blogimg2{width: 40%; margin: auto;}
@media (max-width:786px) {
    .image-overlay::after{background:transparent !important;}
.blogimg2{width: 100%; margin: auto;}
    
}
/* case study */
.casestudy .blog-card{height: 100% !important; display: flex;flex-direction: column;justify-content:space-between;}
.casestudy .blog-card p{font-size: 15px; font-weight: 400;}
.casestudy .blog-card h6{margin: 15px 0;}
@media (min-width:991px){
.image-zoom {
  overflow: hidden;      
  display: inline-block; }
.image-zoom img {
  display: block;
  transition: transform 0.5s ease; 
  transform: scale(1.2);         
}

.image-zoom:hover img {
  transform: scale(1); }
}
  .image-overlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-overlay img {
  display: block;
  transition: transform 0.5s ease;
}

.image-overlay:hover img {
  transform: scale(1.2);
}

.image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(255,255,255,0));
}

@media (min-width:991px){
.heading{color: white; font-weight: 500 ; width: 25rem;}
}
.heading {color: white;}
.scroll-container p:first-child{font-size: 1.410vw;}
.scroll-container p{font-size: 0.9rem;}
.feature-details h3{font-weight: 600; margin-bottom: 1.5rem; color: white;}
.left-content h2{color: var(--red); font-size: 2.767vw;}

@media (min-width:991px){
.heading{color: white; font-weight: 500 ; width: 25rem;}
}
.heading {color: white;}
.scroll-container p:first-child{font-size: 1.410vw;}
.scroll-container p{font-size: 0.9rem;}
.objective-section .nav.flex-column .nav-item:last-child {
  border-bottom: none !important;
}
.sharelinks {
  position: relative;
}

.share-wrapper {
  position: relative;
  display: inline-block;
}

/* Share icon */
.share-icon img {
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.share-wrapper:hover .share-icon img {
  transform: scale(1.1);
}

/* Social icons container */
.social-icons {
  position: absolute;
  bottom: 100%;  /* appears above the share icon */
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin-bottom: 10px;
  pointer-events: none; /* prevent accidental blocking */
}

/* Show on hover of entire wrapper */
.share-wrapper:hover .social-icons {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

/* Each icon */
.social-icons a img {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.social-icons a img:hover {
  transform: scale(1.2);
}
.product-card-section .service-box h5,
.product-card-section .service-box p {
  transition: color 0.6s ease;
}

.product-card-section .service-box img {
  transition: filter 0.6s ease;
}

.product-card-section .service-box:hover {
  background: linear-gradient(110deg, #A21E21 -14.73%, #1E1E1E 21.5%);
  color: #fff;
}

.product-card-section .service-box:hover h5,
.service-box:hover p {
  color: #fff;
}

.product-card-section .service-box:hover img {
  filter: brightness(0) invert(1);
}
.vision-mission .card-container {
      display: flex;
      gap: 20px;
      width: 100%;
      max-width: 1200px;
      flex-wrap: wrap;
    }

    .vision-mission .vision-card {
      flex: 1;
      min-width: 250px;
      height: 450px;
      border-radius: 20px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      color: black;
      background: white;
      transition: flex 0.8s ease;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    /* Vertical title */
    .vision-mission .title-vertical {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%) rotate(180deg);
      writing-mode: vertical-rl;
      font-size: 22px;
      font-weight: bold;
      z-index: 2;
      white-space: nowrap;
      color: black;
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    /* Horizontal block (logo + heading + text) */
    .vision-mission .block {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, 50%); /* start below center */
      z-index: 3;
      text-align: center;
      max-width: 80%;
      opacity: 0;
      transition: transform 0.8s ease, opacity 0.8s ease;
      color: black;
    }

     .vision-mission .block img.card-logo {
      width: 50px;
      height: 50px;
      margin-bottom: 15px;
      transition: transform 0.8s ease;
    }

    .vision-mission .block h3 {
    color: black;
      font-weight: bold;
      margin-bottom: 10px;
    }

     .vision-mission .block p {
      font-size: 15px;
      line-height: 1.4;
    }

    /* Desktop hover animations */
    @media (min-width: 993px) {
     .vision-mission .vision-card.active {
        flex: 3;
      }
     .vision-mission .vision-card.active .title-vertical {
        opacity: 0;
        transform: translateY(-50%) rotate(180deg) translateX(-20px);
      }
    .vision-mission  .vision-card.active .block {
        opacity: 1;
        transform: translate(-50%, -50%);
      }
     .vision-mission .vision-card.active .block img.card-logo {
        transform: rotate(180deg); 
      }
    }

    /* Mobile/Tablet */
    @media (max-width: 992px) {
     .vision-mission .card-container {
        flex-direction: column;
      }
      .vision-mission .vision-card {
        flex: none;
        height: auto;
      }
      .vision-mission .title-vertical {
        display: none;
      }
      .vision-mission .block {
        position: relative;
        opacity: 1 !important;
        transform: none !important;
        padding: 20px;
        left: auto;
        text-align: center;
        max-width: 100%;
      }
      .vision-mission .block img.card-logo {
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
        transform: rotate(180deg);
      }
      .vision-mission .block h3 {
        font-size: 20px;
      }
      .vision-mission .block p {
        font-size: 14px;
      }
    }
 .hero-banner-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-banner-slide .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: 0;
}

.hero-banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeBaneer .banner-text-content {
  position: relative;
  z-index: 1;
}
.thankyou{
    height: 40vh;
    align-items: center;
  
}
@media (min-width:786px) {    
.thankyou h2{  font-size: 50px !important; }
}

.blackimgproduct .service-box .icon{    filter: brightness(1) invert(1);
} 
.overflow{overflow:visible !important;}