* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #00923F;
    --text-color: #444444;
    --title-color: #1E1E1E;
    --black: #000;
    --white: #fff;
}

body {
    font-family: "Noto Sans", sans-serif;
    overflow-x: hidden;
}

.indx-body {
    padding-top: 87PX;
}

/* Common CSS Start */
/* .mb84 {
    margin-bottom: 84px;
} */
.title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    /* margin-bottom: 32px; */
    margin-bottom: 22px;
    color: var(--title-color);
}

.title span {
    color: var(--primary-color);
}

.our {
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #00923f;
}

.sub-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--primary-color);
}

.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
}

/* Banner section */
.banner-section {
    padding: 140px 0;
    background-image: url('../images/common-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.page-title.title {
    color: var(--white);
}

.page-sub-title.sub-title {
    margin-bottom: 0;
    color: var(--white);
}

.hero-section-video {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 24px; */
}

.page-id-656 .breadcrumb-section {
    background-color: #F5F5F5;
}

.breadcrumb-section .breadcrumb {
    padding: 24px 0;
    margin: 0;
}

.breadcrumb-section .breadcrumb li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.breadcrumb-section .breadcrumb li a {
    color: var(--title-color);
    text-decoration: none;
}

.breadcrumb-section .breadcrumb li.active {
    color: var(--primary-color);
}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: var(--title-color);
    content: '>';
}

.pt-120px {
    padding-top: 120px;
}

.pb-120px {
    padding-bottom: 120px;
}

.pt-80px {
    padding-top: 80px;
}

.pb-80px {
    padding-bottom: 80px;
}

.pt-60px {
    padding-top: 60px;
}

.pb-60px {
    padding-bottom: 60px;
}

.pt-40px {
    padding-top: 40px;
}

.pb-40px {
    padding-bottom: 40px;
}

.mt-120px {
    margin-top: 120px;
}

.mb-120px {
    margin-bottom: 120px;
}

.mt-100px {
    margin-top: 100px !important;
}

.mb-100px {
    margin-bottom: 100px;
}

.mt-80px {
    margin-top: 80px;
}

.mb-80px {
    margin-bottom: 80px;
}

.mt-60px {
    margin-top: 60px;
}

.mb-60px {
    margin-bottom: 60px;
}

.mt-40px {
    margin-top: 40px;
}

.mb-40px {
    margin-bottom: 40px;
}

.button {
    padding: 16px 24px !important;
    border-radius: 10px !important;
    font-weight: 600;
    text-decoration: none;
}

.dark-button {
    background-color: var(--primary-color);
    color: var(--white) !important;
}

.custom-btn {}

/* Common CSS End */
/* ===== Theme styles Start ===== */
/* Header Start */
.header {
    /* padding-block: px; */
    background-color: transparent;
    border-bottom: 3px solid var(--primary-color);
    z-index: 99;
}

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

.header .navbar-collapse .navbar-nav {
    column-gap: 12px;
}

.header .navbar-collapse .navbar-nav .nav-item {
    align-content: center;
}

.header .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10.5px 10px;
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

.header .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none;
}

.header .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    border-radius: 0 0 8px 8px;
    padding: 0;
    border: 0;
}

.header .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
    padding: 12px 24px;
}

.header .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:last-child {
    border-radius: 0 0 8px 8px;
}

.header .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item.active,
.header .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:active {
    color: var(--primary-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.hamburger {
    width: 30px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.hamburger:focus-visible {
    outline: none;
}

.hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background: var(--black);
    border-radius: 2px;
    transition: 0.35s ease;
}

/* When active → transform into X */
.hamburger.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Header End */
/* Home Page Start */
/* Old CSS  */
/* .hero-section {
    margin-top: -85px;
    height: 100vh;
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.hero-section .home-video {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
}
.hero-section .overlay-bg {
    width: 100%;
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.hero-section .hero-info {
    position: absolute;
    z-index: 2;
    padding-top: 250px;
    max-width: 959px;
}
.hero-section .hero-info .hero-h1 {
    color: var(--white);
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 32px;
    max-width: 570px;
}
.hero-section .hero-info .hero-h3 {
    margin-bottom: 52px;
    color: var(--white);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
} */
/* Hero Section New CSS  */
.hero-section {
    height: 100vh;
    min-height: 600px;
    position: relative;
}

/* Video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

/* Content */
.hero-content {
    position: relative;
    z-index: 3;
}

.hero-title {
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 60px;
}

.hero-subtitle {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.hero-btn {
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 6px;
}

/* Scroll Down */
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 15px;
    z-index: 3;
    color: #fff;
    text-decoration: none;
    gap: 10px;
    transform: rotate(-90deg);
    transform-origin: left;
}

.scroll-down img {
    width: 18px;
    transform: rotate(90deg);
}

/* Home Page End */
/* About Page Start */
.beyond-section {
    padding-bottom: 100px;
    background-image: url('../images/about-bg.png');
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}

.beyond-section .content-wrapper {
    padding-left: 50px;
}

/* .philosophy-section {
    padding-bottom: 100px;
} */
/* .philosophy-section .title-wrap {
    max-width: 340px;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--title-color);
    margin-bottom: 32px;
} */
.philosophy-section .portfolio-wrapper {
    padding-left: 35px;
}

.philosophy-section .portfolio-wrapper .sub-title {
    margin-bottom: 20px;
}

.philosophy-section .portfolio-wrapper .portfolio-items-wrap {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.philosophy-section .portfolio-items-wrap .portfolio-item {
    border: 1px solid #00843D4D;
    border-radius: 8px;
    padding: 9px 24px;
    background-color: #55AE361A;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--title-color);
}

.philosophy-section .portfolio-items-wrap .portfolio-item.item-full-width {
    grid-column: span 2;
}

/* .mission-vision-section {
    padding-bottom: 100px;
} */
.mission-vision-section .m-v-wrap {
    padding: 75px 49px;
    color: var(--white);
    background-color: rgb(223, 223, 223);
    background-position: center;
    background-size: cover;
    height: 100%;
}

.mission-vision-section .mission {
    background-image: url('../images/mission.jpg');
    border-radius: 24px 0 0 24px;
}

.mission-vision-section .vision {
    background-image: url('../images/vision.jpg');
    border-radius: 0 24px 24px 0;
}

.mission-vision-section .m-v-wrap .text {
    margin-bottom: 0;
    color: var(--white);
}

.mission-vision-section .m-v-wrap .m-v-title {
    margin-bottom: 22px;
}

.principles-section {
    padding: 50px 0;
    box-shadow: 10px 10px 69.1px 10px #0000000D;
}

.principles-section .principles-wrapper {
    max-width: 1075px;
    margin: auto;
}

/* About Page End */
/* Our Team & Global Presence Page Start */
.team-image-section {
    margin-top: 24px;
}

.team-image-section img {
    width: 100%;
    border-radius: 24px;
}

.our-team-text {
    margin-block: 100px;
}

/* Our Team & Global Presence Page End */
/* Awards And Certifications Page Start */
.section-why-certifications {
    margin-top: 26px;
}

/* section.out-certificates-section:nth-of-type(1)  */
.certificate-items {
    display: flex;
    gap: 48px 32px;
    justify-content: center;
    flex-wrap: wrap;
}

.certificate-items .certificate-item {
    max-width: 328px;
}

.certificate-items .certificate-item .item-head {
    padding: 24px;
    background-color: #00923F0D;
    border-radius: 24px;
    margin-bottom: 24px;
    min-height: 444px;
    display: flex;
    align-items: center;
}

.certificate-items .certificate-item .item-head img {
    border-radius: 12px;
}

.certificate-items .certificate-item .text-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.certificate-items .certificate-item .text-content p {
    color: var(--black);
    line-height: 22px;
}

.certificate-items .certificate-item .text-content p.first-text {
    color: var(--primary-color);
}

.certificate-items .certificate-item .text-content p.bold {
    font-weight: 600;
}

/* Awards And Certifications Page End */
/* Rubber Moulding Division Page Start */
.moulding-section {
    margin-top: 26px;
}

.moulding-section .image-wrap img {
    border-radius: 24px;
}

.moulding-section .content-wrap {
    padding-left: 39px;
}

.products-lsiting {
    /* margin: 100px 0; */
    margin-top: 26px;
}

.products-lsiting .row {
    row-gap: 24px;
}

.products-lsiting .product-card {
    /* max-width: 288px;
    margin: auto; 
    text-align: center; */
    background-color: #E9F0EC;
    border-radius: 12px;
}

.products-lsiting .product-card .card-header {
    min-height: 290px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .products-lsiting .product-card img {} */
.products-lsiting .product-card .card-body {
    padding: 15px 30px;
    background-image: linear-gradient(to bottom, #00B14F, #1A1A1A);
    border-radius: 0 0 12px 12px;
}

.products-lsiting .product-card .card-body a {
    text-decoration: none;
    color: var(--white);
}

.precision-engineering-section {
    padding: 58px 0;
    background-color: var(--primary-color), 0.05;
    box-shadow: 10px 10px 69.1px 10px #0000000D;
    background-color: rgba(0, 146, 63, 0.05);
}

.precision-engineering-section .title {
    max-width: 70%;
}

.precision-engineering-section .image-wrap {
    position: relative;
}

.precision-engineering-section .image-wrap img {
    border-radius: 12px;
}

.precision-engineering-section .image-wrap .img-shape {
    background: var(--primary-color);
    position: absolute;
    top: -16px;
    right: -16px;
    border-radius: 12px;
    z-index: -1;
    width: 435px;
    height: 521px;
}

.products-lsiting .left-menu {
    background-image: url(../images/inner-menu-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    /* max-width: 300px; */
    padding: 20px 37px;
}

.products-lsiting .left-menu .nav-link {
    text-align: left;
    color: var(--white);
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
}

.products-lsiting .left-menu .nav-pills {
    row-gap: 4px;
}

.products-lsiting .left-menu .nav-link.active {
    background-color: #FFFFFF1A;
    border: 1px solid #FFFFFF;
}

.products-lsiting .left-menu .nav-link:hover {
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF1A;
}

.products-lsiting .tab-content .right-tab .right-menu-title {
    border-bottom: 2px solid transparent;
    border-image-source: linear-gradient(270deg, #00B14F 66.65%, #416250 83.19%);
    border-image-slice: 1;
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.products-lsiting .tab-content .right-tab {
    padding-left: 60px;
}

/* Rubber Moulding Division Page End */
/* Global Exports Page Start */
.global-exports-section {
    padding-top: 27px;
}

.global-exports-section .ge-bg-img {
    background-image: url('../images/global-exports.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
}

.global-exports-section .ge-inner-wrap {
    padding-block: 43px;
    text-align: center;
    max-width: 60%;
    margin: auto;
    color: var(--white);
}

.global-exports-section .ge-inner-wrap .text,
.global-exports-section .ge-inner-wrap .sub-title,
.global-exports-section .ge-inner-wrap .title {
    color: var(--white);
}

.global-exports-section .ge-inner-wrap .sub-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.global-exports-section .ge-inner-wrap .text-box-parents {
    display: flex;
    column-gap: 24px;
    margin-block: 8px 24px;
}

.global-exports-section .ge-inner-wrap .text-box-parents .text-box {
    background-color: rgba(68, 68, 68, 0.74);
    border-radius: 12px;
    width: 25%;
    padding: 31px 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global-exports-section .ge-inner-wrap .text-box-parents .text-box p {
    font-weight: 600;
    margin-bottom: 0;
}

.global-Presence-section {
    padding: 64px 0;
    background-color: #E9F0EC;
}

/* Global Exports Page End */
/* ==============================
        Bhagirath CSS
============================== */
.indx-body {
    padding-top: 0;
}

.container-fluid {
    padding: 0;
}

/* NAVBAR-SECTION */
header {
    position: fixed;
    background-color: #FFFFFF;
    border-bottom: 3px solid #008d36;
    top: 0;
    z-index: 999;
    width: 100%;
}

nav .container-fluid {
    padding: 0%;
}

.indx-header {
    background-color: transparent;
    border: transparent;
    /* position: relative; */
}

.single-post .indx-header {
    background-color: #b1b1b1;
}

header.indx-header.scrolled#sticky-nvabar {
    background-color: white;
    border-bottom: 3px solid #008d36;
}

header.indx-header.scrolled#sticky-nvabar .nav-menu .nav-link {
    color: black;
}

header.indx-header.scrolled#sticky-nvabar .nav-menu a :hover {
    color: #008d36;
}

.nav-logo1 {
    display: block;
    max-width: 127px;
}

.nav-logo2 {
    display: none;
}

.navbar-item {
    gap: 12px;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.nav-item a {}

.nav-item a:hover {
    color: #00923f;
}

.nav-menu .nav-link :hover {
    color: #00923f;
}

.nav-button {
    background-color: #00923f;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    padding: 16px 30px;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 41px;
}

.nav-button:hover {
    background-color: #ffffff;
    color: #00923f;
    border: 2px solid #00923f;
    padding: 14px 28px;
}

/* header-end */
/* herro-section */
.herro-section {
    width: 100%;
    max-height: 100vh;
    margin-top: -102px;
    position: relative;
    overflow: hidden;
}

.home-video {
    width: 100%;
    position: relative;
    height: 100%;
}

.herro-section .overlay-bg {
    width: 100%;
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.herro-info {
    position: absolute;
    top: 30%;
    max-width: 100%;
    z-index: 2;
}

.herro-h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    margin-bottom: 32px;
    max-width: 571px;
    text-align: left;
}

.herro-h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 68px;
}

.herro-button1 {
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 10px;
    border: 2px transparent;
    background-color: #00923f;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}

.herro-button1:hover {
    background-color: #ffffff;
    color: #00923f;
    border: 2px solid #00923f;
    padding: 14px 22px;
}

.idx-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 8%;
    rotate: 270deg;
    left: 4.5%;
}

.idx-scroll a {
    text-decoration: none;
}

.inx-scroll-img {
    height: 16px;
    width: 16px;
    rotate: 90deg;
}

.indx-scroll-h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-left: 6px;
}

/* herro-section-end */
/* about-section */
.about-section {
    padding: 100px 0;
    /* margin: 0 120px; */
}

/* .about-section h5 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #00923f;
} */
.about-section .about-h2 span {
    color: #00923f;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
}

.about-section .herro-button1 {
    display: inline-block;
    padding-top: -32px;
}

/* .about-p {
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
} */
/* about-section-end */
/* product-section */
.product-section {
    padding: 80PX 0 100px 0;
    background-color: #f2f5f7;
}

.product-section .title {
    max-width: 50%;
}

.vehicles {
    margin-top: 58px;
}

.gasket-vehicle {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 33px;
    max-width: 338px;
    text-decoration: none;
}

.gasket-vehicle a {
    text-decoration: none;
}

.vehicle-col {
    margin-bottom: 48px;
}

.product-vehicle {
    width: 130px;
    height: 130px;
    opacity: 1;
    border-radius: 21px;
}

.vehicle-h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #444444;
    margin-bottom: 20px;
}

.vehicle-arrow {
    height: 20px;
    width: 20px;
}

.vehicle-info {
    /* padding: 25px 0; */
    margin: 0;
}

/* product-section-end */
/* green-section */
.green-section {
    background-image: url("../images/green-sec-bg.png");
    height: auto;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.green-section .our {
    color: var(--white);
}

.green-section .title {
    color: var(--white);
}

.in-green-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 173px 0;
}

.sustainability {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

/* .green-h3 {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
} */
.green-h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 32px;
}

.green-button {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 16px 24px;
    border-radius: 10px;
}

.green-button:hover {
    background-color: #ffffff;
    color: #00923f;
}

/* green-section-end */
/* client-section */
.client-section {
    background-color: #F5F5F5;
    background-image: url("../images/ani-ali-bg.png");
    background-repeat: no-repeat;
    background-position-x: 45rem;
    background-position-y: 11rem;
    background-size: 980px;
}

.client-info {
    padding: 70px 0px 92px 0;
    max-width: 49%;
}

/* .client-h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 32px;
    font-weight: 400;
    color: #1e1e1e;
}
.client-h3 span {
    color: #00923f;
} */
.client-P {
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    /* max-width: 49%; */
    font-weight: 400;
    margin-bottom: 0;
}

/* index-slider */
.ani-slider-client {
    padding-bottom: 80px;
}

:root {
    --animation-duration: 50s;
}

.ani-slider-client {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper {
    position: relative;
    display: flex;
    height: 120px;
    width: 100%;
    overflow: hidden;
    gap: 100px;
}

.is-img-div {
    height: 120px;
    width: 120px;
    background-color: #FFFFFF;
    box-shadow: 10px 10px 69.1px 10px #0000000D;
    display: flex;
    justify-content: center;
    align-items: center;
}

.is-img {
    width: 100px;
    height: auto;
}

.img-item {
    position: absolute;
    height: inherit;
    width: 120px;
    left: 100%;
    animation: scrollX var(--duration) linear infinite;
    animation-delay: calc(var(--duration)/var(--totalitems) * (var(--totalitems) - var(--i)) * -1);
}

@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }

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

img {
    height: inherit;
}

*/:root {
    --slide-width: 160px;
    --slide-gap: 40px;
    --animation-duration: 5s;
}

.slider-container2 {
    overflow: hidden;
    width: 100%;
    padding: 0 0 80px 0;
}

.slider-track2 {
    display: flex;
    gap: var(--slide-gap);
    width: max-content;
    animation: scrollSlider 20s linear infinite;
}

.slide2 {
    flex: 0 0 auto;
    width: var(--slide-width);
    height: var(--slide-width);
    border-radius: 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.5);
    /* 0.5 transparency on box */
}

.slide2 img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Infinite scroll animation */
@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }

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

/* ðŸ“± Small screens (2 images visible) */
@media (max-width: 600px) {
    :root {
        --slide-width: 100px;
        --slide-gap: 20px;
        --animation-duration: 20s;
    }
}

/* ðŸ“± Medium screens (4 images visible) */
@media (min-width: 601px) and (max-width: 1024px) {
    :root {
        --slide-width: 130px;
        --slide-gap: 30px;
        --animation-duration: 25s;
    }
}

/* ðŸ’» Large screens (6+ images visible) */
@media (min-width: 1025px) {
    :root {
        --slide-width: 160px;
        --slide-gap: 40px;
        --animation-duration: 8s;
    }
}

/* index-slider-end */
/* client-section-end */
/* contect-section */
.index-contect-section {
    padding: 100px 0;
}

.index-contect-section .text {
    color: var(--white);
}

.contect-maindiv {
    background-image: url("../images/call-to-action-bg.png");
    background-size: cover;
    background-position: center;
    background-color: #00923f;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-contact-info {
    padding: 64px 0 64px 84px;
}

/* .contact-h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20PX;
} */
.contect-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 42px;
}

.contact-a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 24px;
    display: inline-block;
}

.contact-a:hover {
    color: #00923f;
    background-color: #ffffff;
    border: 1px solid #00923f;
}

/* contect-section-end */
/* footer */
.f-r-f {
    justify-content: space-between;
}

footer {
    background-color: #444444;
}

footer .first-row {
    padding-block: 33px;
}

footer .text {
    color: var(--white);
}

/* fd1 */
/* .footer-div1 {
  padding-top: 31px;
} */
.fd1-img {
    height: 76px;
    margin-bottom: 20px;
}

.fd1-p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    max-width: 312px;
    margin-bottom: 20px;
}

.fd1-icon {
    display: flex;
    gap: 10px;
}

.fd1-icon i {
    color: #ffffff;
    size: 16px;
}

/* fd2 */
/* .fd2-info {
  padding-top: 15px;
} */
.footer-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.f-ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.f-ul li {
    margin-top: 20px;
}

.f-ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.2s ease;
}

.f-ul li a:hover {
    color: #008d36;
}

/* footer-second-row */
.fl-row {
    padding-block: 16px;
}

.fC1-h6 {
    font-size: 10px;
    line-height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.fC2-h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #ffffff;
    text-align: right;
    margin: 0;
}

.fC2-h6 a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.fC2-h6 a:hover {
    color: #008d36;
}

/* footer-end */
/* fix-button */
.fix-button {
    padding: 16px 41px;
    border-radius: 10px 10px 0px 0px;
    background-color: #00923f;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    position: fixed;
    left: 95%;
    top: 50%;
    rotate: 270deg;
    border: 2px solid transparent;
    text-decoration: none;
    z-index: 5;
    display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* Integrated-engineering */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* .ie-herro-section */
.ie-herro-info {
    padding: 163px 0;
}

.ie-herro-section {
    background-image: url("../images/integrated-engineering/ie-herro-bg.png");
    background-size: cover;
    height: auto;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.ie-herro-h1 {
    color: #ffffff;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 32px;
}

.ie-herro-h4 {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

/* .ie-herro-section-end */
/* breadcrumb-section */
/* .breadcrumb-section {
    padding-bottom: 50px;
} */
/* breadcrumb-section-end */
/* ie-overview-section */
.ie-overview-section {
    /* padding-bottom: 164px; */
    margin-top: 26px;
}

.ie-overview-brc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.ie-overview-brc a {
    text-decoration: none;
    color: #1e1e1e;
}

.ie-overview-brc span {
    color: #00923f;
}

/* .ie-o-info {
    padding: 60px 0;
} */
.ie-o-h4 {
    color: #00923f;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
}

.ie-o-h2 {
    color: #1e1e1e;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 32px;
}

.ie-o-h2-2 {
    margin-bottom: 52px;
}

.ie-o-p {
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 90%;
}

.ie-o-p2-2 {
    margin-bottom: 32px;
}

.qa-e-p {
    margin-bottom: 52px;
}

/* .ie-o-img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
} */
/* ie-overview-end */
/* capabilities-section */
/* .capabilities-section {
    margin: 0 0 100px 0;
} */
.capabilities-section .cap-col-div1 .text:first-child {
    margin-top: 0;
}

.capabilities-section .cap-col-div1 .text:last-child {
    padding-bottom: 0;
    border: 0;
}

.ie-Capabilities-bgi {
    text-align: center;
}

.Capabilities-h4 {
    color: #00923f;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.Capabilities-h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    color: #1e1e1e;
    margin-bottom: 64px;
}

.im-cap-p {
    padding-bottom: 20px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(270deg, #00B14F 66.65%, #416250 83.19%);
    border-image-slice: 1;
}

.im-cap-p {
    margin-top: 20px;
}

.im-cap-p3 {
    padding-bottom: 0;
    border: transparent;
}

.im-cap-img {
    height: 100%;
    border-radius: 24px;
}

/* capabilities-section-end */
/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* bespoke-Engineering */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* r-and-d-herro-section */
.bes-video {
    width: 100%;
    position: relative;
    margin-top: -180px;
}

.overlay-bg {
    width: 100%;
    position: absolute;
    inset: 0px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.bes-herro-info {
    position: absolute;
    top: 40%;
    left: 16%;
    z-index: 2;
}

/* r-and-d-herro-section-end */
/* r&dinfo-section */
/* .r-and-dinfo-section {
    padding-bottom: 100px;
} */
/* r&dinfo-section-end */
/* r-d-accordion-sectin */
.r-d-accordion-sectin {
    overflow-x: hidden;
}

.r-d-accordion-sectin .image-section {
    background-color: #e2e2e2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.r-d-accordion-sectin .image-section.dark {
    background-color: #636363;
}

.r-d-accordion-sectin img {
    height: 100%;
    width: 100%;
}

/* .bes-a-img {
    height: 100%;
    width: 100%;
} */
.bes-a-info {
    background-color: var(--primary-color);
    height: 100%;
}

.bes-a-info2 {
    padding: 51px 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.bes-acc-h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--white);
    margin-bottom: 27px;
}

.bes-aa-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 27px;
}

.bes-aa-p1 {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ffffff;
}

.bes-aa-p2 {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0px;
    padding-bottom: 12px;
    margin-top: 20px;
}

.bes-aa-p4 {
    margin: 27px 0 0 0;
}

.bes-aa-p5 {
    margin-bottom: 24px;
}

.bes-aa-p6 {
    margin: 24px 0 0 0;
}

.bes-a-info-col3 {
    background-color: #444444;
    height: 100%;
}

.bes-aa-h4 {
    color: #FFFFFF;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

/* r-d-accordion-sectin-end */
/* bes-contect-section */
.bes-contect-section {
    margin-bottom: 65px;
}

.bes-contect-maindiv {
    background-image: url("../images/Bespoke-Engineering/Mask\ group\ \(1\).png");
    background-size: cover;
    background-position: center;
    background-color: #e5f4ec;
    border-radius: 24px;
}

.bes-contact-info {
    padding: 74px 84px;
}

.bes-contact-h5 {
    color: #00923F;
}

.bes-contect-h3 {
    color: #1E1E1E;
}

.bes-contact-a {
    color: #FFFFFF;
    background-color: #00923F;
}

/* bes-contect-section-end */
/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* Quality Assurance */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.qa-herro-section {
    background-image: url("../images/qualiy-a/q-a-herro-bg.png");
    background-size: cover;
    height: 400px;
    margin-bottom: 24px;
}

.ie-overview-section-qa {
    padding-bottom: 100px;
    margin-top: 26px;
}

.qa-key-h3 {
    color: var(--black);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    margin-bottom: 24px;
}

.qa-col-div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 17px;
}

.qa-col-div:first-of-type {
    padding-top: 0;
}

.qa-h5 {
    color: var(--text-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
    margin-bottom: 0;
}

.qa-h5 span {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}

.qa-e-info {
    padding-right: 44px;
}

.qa-e-info .qa-key-info {
    margin-top: 44px;
}

.qa-o-img {
    width: 100%;
    height: 100%;
}

/* qa-inspaction-section */
/* .qa-inspaction-section {
    padding-bottom: 100px;
} */
.qai-imges {
    margin-top: 10px;
}

.qa-i-img {
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.qai-h5 {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 24px 0 0 0;
}

/* qa-inspaction-section-end */
/* qa-oe-section */
/* .qa-oe-section {
    padding: 0 0 100px 0;
} */
.qa-oe-h5 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--text-color);
    margin-bottom: 10px;
}

.qa-oe-p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    max-width: 560px;
    margin-bottom: 0;
}

.qa-oe-col {
    border: 1px solid #44444433;
    padding: 24px 8px 32px 24px;
    border-radius: 12px;
    background-color: #00923F1A;
    height: 100%;
}

/* qa-oe-section-end */
/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* green-tech */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
/* herro-section */
.g-t-herro-section {
    background-image: url("../images/green-tech/green-t-herro-bg.png");
    background-size: cover;
    background-position: bottom;
    height: auto;
    margin-bottom: 24px;
}

/* herro-end */
/* .green-overview-section {
    padding-bottom: 100px;
} */
.gt-o-img {
    border-radius: 24px;
}

.gt-o-img2 {
    border-radius: 29px;
    width: 100%;
    height: auto;
}

.gt-o-h2 {
    max-width: 437px;
}

.gt-o-p {
    max-width: 100%;
}

/* green-path-section */
/* .green-path-section {
    padding-bottom: 100px;
} */
.green-path-main-col {
    padding-top: 24px;
}

.gp-s-o-h4 {
    text-align: center;
}

.gp-s-o-h2 {
    text-align: center;
}

.green-path-info-h5 {
    /* max-width: 225px; */
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.gt-icon {
    height: 32px;
}

.green-path-icon-h5 {
    background-image: url("../images/green-tech/IMG_8845\ 1\ \(1\).png");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 100%;
    padding: 23px 32px;
    border-radius: 12px 12px 0 0;
}

.green-path-icon-h5 .our {
    color: var(--white);
    margin-bottom: 0;
}

.green-path-p {
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding: 22px 24px 30px 24px;
    margin-bottom: 0;
}

.gp-col {
    border: 1px solid #4444441a;
    border-radius: 12px;
}

.g-path-row {
    padding-top: 20px;
    row-gap: 24px;
}

/* green-path-section-end */
.vision-section {
    padding-bottom: 100px;
}

.img-fluid2 {
    width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* carrer */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.carrer-herro-section {
    background-image: url("../images/carrer/carrer-herro.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    /* margin-bottom: 24px; */
}

/* .career-e-col {
  padding: 63.5px 0;
} */
.gp2-h4 {
    margin-bottom: 20px;
}

.gp2-h2 {
    margin-bottom: 32px;
}

.crr-o-p {
    max-width: 80%;
}

.carrer-o-img {
    height: 100%;
    width: 100%;
}

/* teamcore-section */
.teamcore-section {
    padding: 100px 0;
}

.gp-s-o-h4 {
    margin-bottom: 20px;
}

.gp-s-o-h2 {
    margin: 0;
}

.teamcore-row {
    padding-top: 52px;
}

.teamcore-info {
    border: 1px solid #4444441A;
    border-radius: 10px;
    gap: 24px;
}

.teamcore-info2 {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 9px 75px 9px 32px;
    background-image: url("../images/carrer/crr-teamcore-bg.png");
    background-size: cover;
    background-position: center;
    border-radius: 10px 10px 0 0;
}

.teamcore-info-img {
    height: 32px;
    margin-bottom: 0px;
}

.collaborative {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.solve-real {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 18px 52px 18px 32px;
}

/* teamcore-section-end */
/* join-team-section */
.join-team-section {
    padding-bottom: 100px;
}

.crr-join-team {
    margin-bottom: 32px;
}

.join-team-p {
    color: #444444;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.join-team-p2 {
    margin-bottom: 42px;
}

.join-team-p span a {
    font-weight: 700;
}

.join-team-p span a {
    text-decoration: none;
    color: #444444;
}

.product-en-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 29px 32px;
    border-radius: 12px;
}

.product-en-info-first {
    margin-bottom: 24px;
}

.product-en-h4 {
    color: #00923f;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
}

.product-en-h4 span {
    color: #1e1e1e;
}

.join-team {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    background-color: #00923f;
    border-radius: 10px;
    padding: 16.5px 26px;
    color: #ffffff;
}

.join-team:hover {
    background-color: #ffffff;
    color: #00923f;
    border: 2px solid #00923f;
}

/* model  */
.modal-lg,
.modal-xl {
    --bs-modal-width: 766px;
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 766px;
    }
}

.modal-main-form {
    padding: 84px 84px 32px 84px;
}

.form-model-input {
    background-color: transparent;
}

.radio-button {
    border-radius: 0px;
}

.gen-radio {
    display: flex;
    justify-content: space-around;
}

.modal-btn {
    gap: 20px;
    display: flex;
}

.model-btn1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    background-color: #00923F;
    padding: 12px 62px;
    border: transparent;
    border-radius: 10px;
}

.model-btn2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #00923F;
    background-color: #FFFFFF;
    padding: 12px 62px;
    border: 1px solid #00923F;
    border-radius: 10px;
}

.model-btn2:hover {
    color: #FFFFFF;
    background-color: #00923F;
}

.car-m-h2 {
    margin-bottom: 52px;
}

.carr-model-h5 {
    color: #E53935;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 84px 84px;
}

.carr-model-h5-span {
    /* background-color: yellow; */
    color: #000000;
    font-size: 15px;
}

/* model-end */
/* join-team-section-end */
/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* contact */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.contact-herro-section {
    /* margin-bottom: 24px; */
    background-image: url("../images/contect/contect-hero-bg.png");
    background-size: cover;
    height: auto;
    background-position: center;
}

.ie-overview-h4 {
    margin-bottom: 0;
}

/* sales-team-section */
.sales-team-section {
    padding-bottom: 84px;
}

.sales-t-row {
    gap: px;
}

.sales1 {
    padding: 0 0 16px 0;
}

.sales-t-info-h5-div {
    width: 243px;
    border-right: 1px solid #44444433;
}

.sales-team-h5 {
    color: #1e1e1e;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    max-width: 211px;
}

.sales-team-gmail2-img {
    width: auto;
    height: 10px;
}

.collaborative-st {
    margin-bottom: 0px;
    color: #00923F;
}

.sales-team-gmail {
    gap: 16px;
}

.sales-team-gmail {
    display: flex;
    align-items: center;
}

.sales-team-gmail3 {
    margin-bottom: 0;
}

.sales-team-gmail4 {
    margin-top: 16px;
}

.sales-team-info {
    padding: 25px 32px;
    border: 1px solid #44444433;
    border-radius: 21px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.sales-team-gmail2 {
    display: flex;
    align-items: center;
    gap: 16px;
}

.solve-real a {
    text-decoration: none;
    color: #1E1E1E;
    margin-bottom: 0;
}

.solve-real {
    margin-bottom: 0;
}

.solve-real-contact {
    padding: 0;
}

/* sales-team-section-end */
/* contect-form-section */
.contect-form-section {
    padding: 0 0 84px 0;
}

.contect-form-section-main-row {
    background-color: #f2faf5;
}

.contect-form-bg-info {
    background-image: url("../images/contect/contect-form-bg.png");
    background-size: cover;
    height: 100%;
}

.c-f-team-h5 {
    color: #ffffff;
    padding-bottom: 10px;
    margin: 0;
}

.cf-hr {
    margin: 4.18px 0 32px 0;
}

.cf-hr2 {
    margin: 5.18px 0 52px 0;
}

.contect-form-bg-info2 {
    padding: 51px 0 0 40px;
}

.contect-vectores {
    display: flex;
    gap: 25px;
    align-items: center;
    padding-top: 38.5px;
}

.c-f-vector-img {
    height: 24px;
}

.c-f-real {
    color: #ffffff;
    margin-bottom: 0px;
    padding: 0;
}

/* form */
.contect-main-form {
    padding: 56px 43px 0px 30px;
}

.contect-main-form-div {
    background-color: #f2faf5;
}

.form-input-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-input {
    border: transparent;
    color: #8d8d8d;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background-color: #f2faf5;
    max-width: 278px;
}

.form-model-input {
    background-color: transparent;
}

label {
    color: #1e1e1e;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* margin-top: 16px; */
}

.submit-button {
    background-color: #00923f;
    color: #ffffff;
    width: 180px;
    border: transparent;
    border-radius: 10px;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 0px 0 57px 80%;
}

/* form-end */
/* contect-form-section-end */
/* .map-img-section {
    height: 400px;
    width: 100%;
} */
/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* oem */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.oem-body {
    overflow-x: hidden;
}

.oem-body .breadcrumb-section {
    background-color: #F5F5F5;
}

.oem-herro-section {
    background-image: url("../images/market-oem/oem-herro-bg.png");
    height: auto;
    background-size: cover;
    margin-bottom: 0px;
}

.breadcrumb-section-owm {
    background-color: #f5f5f5;
    padding-top: 24px;
}

.oem-v-o-info {
    padding: 0;
}

.oem-vehicle-h4 {
    text-align: center;
    color: #00923f;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 26px;
}

.oem-vehicle-h2 {
    text-align: center;
}

.oem-vehicle-p {
    /* max-width: 100%; */
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 50px;
}

.custom-grid-vehicles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Mobile */
    gap: 20px;
}

.grid-item-vehicles {
    background: #f5f5f5;
    /* padding: 20px; */
    text-align: center;
    border-radius: 8px;
}

/* .oem-ve-img {
    height: 271px;
} */
.oem-ve-h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 33px;
    /* padding-bottom: 50px; */
}

.oem-vehicle-r {
    padding-top: 16px;
}

.oem-vehicle-img {
    height: 488px;
}

.oem-s-h4 {
    margin-bottom: 24px;
}

.oem-s-h4-2 {
    margin-bottom: 4px;
}

.oem-solution-r {
    padding: 80px 0 0 100px;
}

.oem-solution-h2 {
    max-width: 562px;
}

.oem-s-p {
    max-width: 95%;
}

/* oem-slider */
.slider-container {
    overflow: hidden;
    /* width: 95%; 
    padding: 20px 0; */
    padding-top: 20px;
}

.slider-track {
    display: flex;
    gap: var(--slide-gap);
    width: max-content;
    animation: scrollSlider var(--animation-duration) linear infinite;
}

.slide {
    flex: 0 0 auto;
    width: var(--slide-width);
    height: var(--slide-width);
    border-radius: 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.slide img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Infinite scroll animation */
@keyframes scrollSlider {
    0% {
        transform: translateX(0);
    }

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

/* oem-slider-end */
.oem-solution-r {
    padding: 100px 0;
}

.oem-solutin-img {
    width: auto;
    height: 80%;
    /* margin-top: -30px;
  transform: skew(-33deg);
  border-radius: 12px; */
}

.oem-solutin-img-boxshadow {
    /* width: 507px;
  height: 311px;
  border-radius: 12px;
  background-color: #00923f;
  transform: skew(23deg);
  background-size: cover;
  margin-top: 56px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.oem-o-section {
    background-color: #F5F5F5;
    /* padding-bottom: 34px; */
    padding-top: 26px;
    margin-top: 0;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* after-marcket */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.ie-overview-h4-am {
    padding: 0;
}

.am-overview-section {
    padding-top: 26px;
    /* padding-bottom: 100px; */
}

.am-vehicle-r {
    padding-top: 16px;
}

.ie-o-p-am {
    max-width: 100%;
}

.ie-am-h4 {
    color: #1e1e1e;
    font-weight: 400;
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 32px;
}

.am-icon-row {
    margin-left: 40px;
    grid-template-columns: 4px;
}

.am-icon-main-div {
    display: grid;
    grid-template-rows: 192px;
    grid-template-columns: 272px 272px 272px 272px;
    gap: 11.5%;
}

.am-icon-img {
    height: 42px;
}

.am-overview-section .icon-am-info-main {
    max-width: 275px;
    margin: auto;
}

.icon-am-info {
    /* max-width: 270px; */
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: transparent;
    gap: 12px;
    border-radius: 24px 24px 12px 12px;
    padding: 28px 23px;
    position: relative;
}

.icon-am-info.upward {
    border-radius: 12px 12px 24px 24px;
}

/* ============ */
.icon-am-info::before {
    content: "";
    position: absolute;
    left: -12px;
    bottom: -12px;
    right: -12px;
    background: var(--primary-color);
    border-radius: 12px 12px 24px 24px;
    width: auto;
    height: 132px;
    z-index: -1;
}

.icon-am-info.upward::before {
    top: -12px;
    bottom: 0;
    border-radius: 24px 24px 12px 12px;
}

/* ======== */
.icon-am-info3 {
    margin-top: 0px;
}

.icon-am-info4 {
    top: -118px;
    border-radius: 12px 12px 24px 24px;
}

.am-icon-text h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0;
}

/* af-about-section */
.af-about-section {
    /* padding: 80px 0 78px 0; */
    background-color: #f2faf5;
}

.af-about-img {
    box-shadow: 20px -18px 0px var(--primary-color);
    border-radius: 12px;
    margin-top: 20px;
    /* height: 100%; */
}

.am-about-h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: var(--primary-color);
}

.am-about-h4-2 {
    margin-bottom: 22px;
}

.am-col-div2 {
    display: flex;
    gap: 27px;
    align-items: center;
    margin-top: 10px;
}

/* af-about-section-end */
/* slider-am-section */
/* .slider-am-section {
    padding: 73px 0 100px 0;
} */
.s-div {
    height: 358px;
    width: 778px;
}

.testimonial-slider {
    /* width: 778px; 
    background-color: #e5e5ee; */
}

.testimonial-slider .testimonial-item {
    padding: 50px;
}

.testimonial-slider .testimonial-card {
    max-width: 778px;
    margin: auto;
    box-shadow: 0px 20px 60px 0px #2E213D14;
    padding: 54px 38px;
    /* background-color: #e5e5ee; */
    border-radius: 10px;
}

.testimonial-card .testimonial-img {
    margin: auto;
    margin-bottom: 25px;
}

.testimonial-card .testimonial-slider .name {
    color: #171C2C;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 7px;
}

.testimonial-slider .designation {
    color: #9598A0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    margin-bottom: 32px;
}

.testimonial-slider .text {
    color: #9598A0;
    margin: 0;
}

.testimonial-slider .slick-next {
    color: transparent;
    background-image: url("../images/aftermarcket-imges/slider-right.png");
    background-size: cover;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 252px;
    right: -130px;
}

.slick-dots li button:before {
    color: #E9F0EC;
}

.slick-dots li.slick-active button:before {
    color: var(--primary-color);
}

.testimonial-slider .slick-prev {
    background-image: url('../images/aftermarcket-imges/slider-left.png');
    background-size: cover;
    color: transparent;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 252px;
    left: -130px;
}

/* .slider-div {
    height: 400px;
    width: 778px;
} */
/* .slider-div2 {
    text-align: center;
    margin-top: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 20px 60px 0px #2E213D14;
} */
/* .slider-pro-img {
    width: 106px;
    height: 106px;
    margin: 54px 0 25px 0;
    display: flex;
} */
/* slider-am-section-end */
/* market-card-section */
.market-card-section {
    margin-top: 50px;
}

.am-card-img {
    border-radius: 12px 12px 0 0;
}

.card-body2 {
    padding: 24px;
}

.market-card-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
}

.market-card-text {
    margin-bottom: 0;
    color: #1e1e1e;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.card-img {
    height: auto;
}

.card-body {
    background-color: #f5f5f5;
}

.market-card-group {
    margin-top: 45px;
}

/* market-card-section-end */
/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* csr */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.csr-c-r {
    background-color: #00923F0D;
    padding: 0px 0 84px 0;
}

.csr-herro-section {
    background-image: url("../images/csr/csr-herro.png");
    height: auto;
    background-size: cover;
}

.csr-herro-info {
    max-width: 404px;
}

.csr-herro-h1 {
    margin-bottom: 24px;
}

.csr-bread {
    background-color: #00923F0D;
}

.csr-o-p {
    max-width: 683px;
}

.csr-com-img {
    /* width: 84.5%; */
    width: 100%;
}

.com-main-icons {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto;
    gap: 16px;
}

.com-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    padding: 26px 36px;
    border-radius: 12px;
}

.csr-i-img {
    height: 42px;
    margin-bottom: 12px;
}

.csr-i-h4 {
    color: #00923f;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}

.csr-i-h5 {
    color: #444444;
    font-weight: 400;
    font-size: 17.5px;
    line-height: 26px;
    margin-bottom: 0;
}

.csr-hr {
    color: #444444;
    margin: 2rem 0;
}

.csr-c-h2 {
    margin-bottom: 52px;
}

/* card */
/* .csr-card-section {
    padding: 84px 0 100px 0;
} */
.csr-card-img {
    /* border-radius: 24px 24px 0 0; */
    margin-bottom: 18px;
}

.csr-card-info {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    padding: 22px 40px;
}

.card-body3 {
    background-color: transparent;
}

.card-info-h5 {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
}

.csr-card-info-p {
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    max-width: 304px;
    margin: 0;
    text-align: center;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* events */
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.eve-card-a {
    text-decoration: none;
}

.event-card-img {
    height: auto;
}

.event-card {
    border: transparent;
    border-radius: 12px;
    height: 100%;
}

.card-body-event {
    padding: 20px;
    border: transparent;
    border-radius: 12px;
}

.card-body-event-c4 {
    padding: 20px;
}

.event-card-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #1E1E1E;
}

.event-card-tex {
    margin-bottom: 0;
    /* max-width: 334px; */
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.card-body-event-c4 .event-card-tex {
    margin-top: -11px;
}

.event-card-text2 {
    color: #00923F;
}

.eve-card-a {
    cursor: pointer;
    height: 100%;
}

.modal-body {
    padding: 84px 52px 84px 84px;
}

.es1-img {
    /* height: inherit; */
    /* margin-left: 28%;
  width: 486px; */
    max-width: 100%;
    margin-left: 10.5%;
}

.event-slider1 .slick-next:before {
    font-size: 50px;
    color: transparent;
    margin-left: -95px;
    background-image: url('../images/events/es-button.png');
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: -20px;
}

.event-slider1 .slick-prev:before {
    font-size: 50px;
    color: transparent;
    margin-left: 0px;
    background-image: url('../images/events/es-b2.png');
    background-size: cover;
    opacity: 1;
    left: 0px;
    position: absolute;
    top: -20px;
}

/* .sli-info {
  margin-left: 123px;
}
.event-card-text4 {
  max-width: 92%;
} */
.market-card-section .modal.show .modal-dialog {
    max-width: 840px;
}

.slick-dots li button:before {
    color: grey;
}

.card-body-event-c2 {
    padding: 20px 20px 16.5px 20px;
}

.blogs-card-group a {
    text-decoration: none;
}

.sli-info {
    padding-top: 32px;
    max-width: 100%;
    position: relative;
    right: 27px;
}

/*................................................................................ bolg-c1 .....................................................*/
.blogc1-c {
    padding: 84px 0 100px 0;
}

.blog-c1-herro-section {
    padding-top: 84px;
}

.b-c1-img {
    width: 100%;
    border-radius: 24px;
}

.blog-c1-h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 24px;
    color: #1E1E1E;
}

.blog-c1-h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
    color: #444444;
}

.blog-c1-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
    color: #444444;
}

.blog-c1-h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1E1E1E;
    margin-bottom: 16px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------*/
/* Resources*/
/* ------------------------------------------------------------------------------------------------------------------------------------------ */
.reso-row {
    padding: 24px 0 76px 0;
}

.pdf-all-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 8px 12px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: all 0.5s;
}

.pdf-all-info:hover {
    background-color: rgba(0, 146, 63, 0.1);
}

.pdf-dow-img {
    border-radius: 7px;
    transition: all 0.8s;
    height: 34px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #717170;
}

.pdf-all-info:hover .pdf-dow-img {
    background-color: #00923F;
    color: #FFFFFF;
}

.pdf-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pdf-info-img {
    width: 19px;
}

.pdf-info-h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #1E1E1E;
    margin-bottom: 0;
}

.modal-main-form-reso {
    padding: 64px;
}

.res-model-h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
    color: #1E1E1E;
}

.model-btn1-reso {
    padding: 12.5px 16.5px;
}

.statutory-reports-links a {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.statutory-reports-links a:hover {
    color: var(--primary-color);
}