* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
}


.container {
    padding: 0;
}

body {
    overflow-x: hidden;
    background-color: #f4f4f4;
}

p {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Krub", sans-serif;
    font-weight: 700;
}

.container-fluid {
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    color: #000;
    font-weight: 500;
}

.dropdown-item {
    font-weight: 500;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.tab-pane {
    padding: 10px;
    border: 1px solid #dee2e6;
    border-left: none;
    min-height: 150px;
}

.dropdown-toggle::after {
    margin-left: 0.5em;
}

.navbar-brand img {
    width: 150px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Krub", sans-serif;
}

.main-header.sticky .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #008900;
}

#productsSection {
    padding: 0px 0 30px 30px;
    position: fixed;
    z-index: 5;
    background: #fff;
    top: 68px;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.for-mb {
    display: none;
}


#productsSection .close-btn {
    position: absolute;
    right: 20px;
    width: 40px;
    top: 20px;
    cursor: pointer;
    color: #008900;
}

#productsSection .close-btn i {
    color: #008900;
    font-size: 20px;
}

.tab-pane {
    border: none;
    padding: 0;
}

#main-tabs {
    background-color: #fff;
    padding-right: 10px;
    padding-top: 30px;
}

/* #tab-A,#tab-B,#tab-C{padding-top: 50px;} */

.tab-pane h5 {
    padding-top: 10px;
}
.dos-img{border-radius: 10px;}
.asit-btm{margin-top: 30px;}

.tab-pane.show.active .container {
    background-color: #f4f4f4;
    padding: 0 30px 30px 30px;
    overflow-y: auto;
    max-height: calc(100vh - 50px);
    padding-bottom: 100px;
    padding-bottom: 50px;
}

.tb-heads {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
}

img {
    width: 100%;
}

.ft {
    border-right: 8px solid #f4f4f4;
}
.futur-info{background-color: #fff;padding: 30px;margin-bottom: 20px;text-align: justify;border-radius: 20px;}
.futur-info h5{margin-bottom: 20px;}
.hds{font-size: 29px;color: #008900;}
.card-menu-product {
    display: block;
    color: #101010;
    transition: color .3s;
    margin-bottom: 20px;
}

.card-menu-product p {
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
}

.card-menu-product:hover {
    color: #008900;
}

.card-menu-product:hover .card-menu-product__image-holder {
    bottom: 15px
}

.card-menu-product__image-block {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
}

.card-menu-product__image-block:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 52.9411764706%
}

.card-menu-product__image-block-bg-ellipse {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
    display: none;
}

.about-sec .col-md-8 p {
    text-align: justify;
}

.img-taker {
    position: relative;
}

.img-taker::before {
    background-image: url(../imgs/icon-wheat-green.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: -44px;
    top: 0;
    width: 40px;
    height: 45px;
}

.about .next-section {
    margin-top: -20px;
}

.card-menu-product__image-holder {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 5;
    width: 70%;
    transform: translateX(-50%);
    transition: bottom .3s;
    height: auto;
}

.card-menu-product__image-holder:before {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    padding-top: 63.2352941176%
}

.areas-home .card-area {
    width: 100%;
    padding: 24px 8px;
    color: #101010;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #008900;
    border-radius: 10px;
}

.nav-pills .nav-link {
    background-color: #f4f4f4;
    color: #101010;
    margin-bottom: 10px;
    border-radius: 10px;
}

.nav-pills .nav-link:hover {
    background-color: #d4d4d4;
}

#main-tabs h3 {
    font-size: 30px;
    font-weight: 700;
}

#productsSection h5 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 40px;
    margin-bottom: 15px;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    /* transition: 0.s; */
    background-color: #fff;
      transition: all 0.4s ease-in-out;
}

.home .main-header {
    background-color: transparent;
}

.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
      transition: all 0.4s ease-in-out;
}



.banner-heading {
    width: 60%;
    text-align: left;
}
.banner-heading .btn.btn-primary{border-bottom: 2px solid #fff;transition: 0.8s ease-in-out;}
.banner-heading .btn.btn-primary:hover{background-color: #00890085;border-bottom: 2px solid #fff;}
.sld-btns a{margin-right: 20px;}
.banner-heading h2 {
    font-size: 45px;
    text-transform: uppercase;
}



.banner-heading p {
    margin: 10px 0 30px 0;
    width: 85%;
}

.btn.btn-primary {
    background-color: #008900;
    color: #fff;
    font-size: 18px;
    border: 1px solid #008900;
    padding: 5px 15px;
    border-radius: 25px;
}

.prdts-fix-btns .btn.btn-primary {
    display: flex;
    align-items: center;
}



.btn.btn-primary:hover {
    background-color: #008900;
    border-bottom: 2px solid #000;
}

.prdts-fix-btns .btn.btn-primary:hover {
    background-color: transparent;
    border: none !important;
}

/*----------------------------------------*/

/* Fixed video section */
.slider-vd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
}

.bloc-video {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bloc-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Custom poster overlay */
.custom-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: opacity 0.6s ease;
}

/* Hide poster */
.custom-video-poster.hide {
    opacity: 0;
    pointer-events: none;
}

.content-video {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    /* Optional dark overlay */
}

/*


.bloc-video {
    position: relative;
    width: 100%;
    height: 100%;
}

.bloc-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.content-video {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.8);
 
} */

.home .next-section {
    min-height: 100vh;
    margin-top: 120vh;
    padding-top: 50px;
}

/* Scrolling content */
.next-section {
    position: relative;
    z-index: 1;
    background: #f4f4f4;
    padding: 10px 0px 0px 0;
    min-height: 50vh;
    border-radius: 40px 40px 0 0;
    margin-top: 120px;
    /* Push it below fixed video */
}

.video-inner {
    display: flex;
}

#productsSection .nav-link.active span {
    display: block;
    margin-left: 10px;
    margin-top: 2px;
}

#productsSection .nav-link span {
    display: none;
}

#productsSection .nav-link {
    display: inline-flex;
    justify-content: space-between;
}

#main-tabs .nav-link {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
}


/*--------------about-sec-----------------*/
.about-sec {
    background-color: #f4f4f4;
    border-radius: 40px 40px 0 0;
    margin-top: -50px;
    z-index: 5555;
    padding-top: 60px;
}

.about-sec .col-md-6 p {
    text-align: justify;
    font-weight: 500;
}

.about-sec h3 {
    font-size: 40px;
    font-weight: 700;
}

.about-blocks {
    margin-top: 30px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}

.facts-outer {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 10px 0;
    border-bottom: 5px solid #d4d4d4;
    text-align: center;

}

.facts-outer:hover {
    border-bottom: 5px solid #008900;
}

.facts-outer p {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 15px;
}

.part-ab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 0;
}

.fact-details {
    margin-left: 20px;
    text-align: left;
}

.part-ab h4 {
    font-size: 40px;
    color: #008900;
    font-weight: 700;
    margin-bottom: 0;
}

.quote-sec {
    background-color: #008900;
    color: #fff;
    border-radius: 40px 40px 0 0;
    padding: 60px 0 60px 0;
    margin-top: 80px;
}

.text-qut {
    text-align: center;
}

.text-qut p {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    font-family: "Krub", sans-serif;
}

.text-qut p span {
  font-family: "Krub", sans-serif;
  font-size: 28px;
    
}

.content-video {
    background: rgba(0, 0, 0, 0.85);
}

.about-blocks {
    margin-top: 30px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;

    .facts-outer:hover {
        border-bottom: 5px solid #008900;
    }

    .facts-outer p {
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 600;
        font-size: 15px;
    }

    .part-ab {
        display: flex;
        align-items: center;
    }

    .fact-img {
        border: 1px solid #53544a;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 5px;
    }

    .fact-details {
        margin-left: 20px;
        text-align: left;
    }

    .part-ab h4 {
        font-size: 40px;
        color: #008900;
        font-weight: 700;
        margin-bottom: 0;
    }

}

.facts-outer {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 10px 0;
    border-bottom: 5px solid #d4d4d4;
    text-align: center;

}

/*--------------------------------------------------*/
.home-product-slider .row {
    align-items: center;
}
.home .home-products{margin-bottom: 90px;}
.home-product-slider {
    padding: 20px 0 0px 0;
}

.main-head-pr {
    font-size: 45px;
    /* font-family: "Quicksand", sans-serif; */
}

.product-details p {
    width: 90%;
    font-weight: 500;
}

.product-details h5 {
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* font-family: "Quicksand", sans-serif; */
}

.img-outer {
    position: relative;
    padding: 0 30px;
}

.img-outer::after {
    width: 70%;
    height: 75%;
    position: absolute;
    top: 45%;
    left: 51%;
    z-index: -1;
    display: block;
    /* background-color: #008900; */
    border-radius: 10px;
    transform: translate(-50%, -50%);
    content: "";
    /* background-image: linear-gradient(to bottom, #ffffff00, #f4f4f4bf), url(../imgs/hmeprd-bg.jpg); */
    background-position: right center;

}

.certificate-cast-outer {
    background-color: #fff;
    padding: 50px 0;
}

.certi-title {
    background-color: #008900;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    display: flex;
}

.certificate-cst-part {
    background-color: #f4f4f4;
    border-radius: 10px;
    border: 1px solid #fff;
    border-bottom: none;

}
.certificate-description h3{margin-bottom: 30px;}

.certificate-description {
    padding: 0 50px;
    text-align: left;
}

.certificate-description ul {
    /* list-style: none; */
    padding-left: 20px;


}

.certificate-description ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(218 208 208);
    padding-bottom: 15px;
}
.csr-cntnt1{text-align: justify;}
.slick-dots li button::before {
    font-size: 12px !important;
}

.slick-dots li.slick-active button::before {
    color: #008900;
}

.slick-next,
.slick-prev {
    top: initial;
    bottom: -40px;
    z-index: 2;
}

.slick-prev {
    left: 41%;
}

.slick-next {
    right: 41%;
}

.slick-next::before,
.slick-prev::before {
    color: #008900;
}

.title-stnd {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.home-products .btn.btn-primary span {
    margin-left: 12px;
}

.areas-home {
    padding: 0 0 50px 0;
}


.areas-home .card-area {
    width: 100%;
    padding: 24px 8px;
    color: #101010;
    text-align: center;
    background-color: #fff;
    border-radius: .5rem;
    margin-bottom: 20px;
}

.areas-home .row {
    margin-top: 30px;
}

.our-partners {
    margin: 80px auto 0 auto;
    background-color: #fff;
    padding: 50px 0 10px 0;
}

.tst-indep {
    margin-right: 10px;
}

.tst-indep .nws-detils {
    padding-left: 0;
}

.tst-indep img {
    margin-bottom: 20px;
    border-radius: 10px;
}

.nws-img img {
    border-radius: 10px;
}

.indt-cntct {
    background-image: url('../imgs/cntct-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;    
    border-radius: 10px;
}
.future-innovation .about-sec p{text-align: justify;}
.product-download-banner {
    background: url(../imgs/product-dwnlod.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 380px;
    border-radius: 10px;
}

.inpr-nevt img {
    border-radius: 10px;
}

.nnr-details {
    padding: 60px;
    color: #fff;
}

.nnr-details h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.nnr-details p {
    margin-bottom: 30px;
}
.our-partners {
    padding-bottom: 30px;
}
.our-partners img {
    text-align: center;

}

.partner-slider {
    margin-bottom: 0 !important;

}

.areas-home .card-area__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin-bottom: 16px;
    background-color: #008900;
    border: 2px solid #fff;
    border-radius: 50%
}

.areas-home .card-area__icon-holder {
    width: 60px;
    height: 60px;
    position: relative
}

.btn.btn-primary span {
    margin-left: 5px;
}

/*--------Home News----------------*/
.home-news img {
    border-radius: 10px 10px 0 0;
}

.home-news a {
    color: #008900;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
}

.home-news a:hover {
    color: #53544a;
}

.home-news a i {
    margin-left: 10px;
}

.news-details {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.single-product .news-details {
    min-height: 190px;
}

.news-outer {
    padding: 0 10px;
}

.home-news .slick-list {
    margin: 0 -10px;
}

.news-outer h4 {
    font-size: 20px;
    font-weight: 500;
}

.txt-ryt {
    text-align: right;
}

.home-event {
    padding: 80px 0;
}

.home-event p {
    color: #53544a;
    margin-top: 20px;
    text-align: justify;
    margin-bottom: 0;
}

.white-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 5px solid #d4d4d4;
    transition: 0.2s;
}

.white-box:hover {
    border-bottom: 5px solid #008900;
}

.white-box h3 {
    font-size: 30px;
    color: #008900;
}

.home-earth {
    background: url(../imgs/largest-index.webp);
    background-position: center top;
    /*border-radius: 40px 40px 0 0;*/
    padding: 90px 0;
    color: #fff;
    background-size: cover;
    min-height: 425px;
}

.home-earth h3 {
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
    margin-top: -30px;
}


.prct-hd {
    color: #008900;
    font-size: 60px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;

}

.home-earth p {
    font-size: 16px;
    color: #000;
}



.marquee-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: normal;
    position: relative;
    background: #f3f3f3;
    white-space: nowrap;
    margin-top: 30px;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
}

.marquee span {
    display: inline-block;
    padding: 0 50px;
    font-size: 50px;
    font-weight: 800;
    font-family: "Krub", sans-serif;
}


.bg-wht {
    background-color: #fff !important;
    color: #000 !important;
}

.wd-5 {
    width: 30%;
    margin-top: 10px;
}

.home-social-media {
    padding: 80px 0 70px 0;
}

.home-social-media .slick-prev {
    left: 39%;
    bottom: -60px;
}

.home-social-media .slick-next {
    right: 39%;
    bottom: -60px;
}

.home-social-media .slick-dots {
    bottom: -65px;
}

.home-social-media .slick-initialized .slick-slide {
    margin: 0 10px;
}

/* .cmt-img{margin-top: -250px;} */
.home-social-media img {
    border-radius: 10px;
}

.media-part {
    position: relative;
}

.media-part img {
    background-color: rgba(16, 16, 16, .2);
}

.media-part span i {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #008900;
    color: #fff;
    padding: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.social-icons {
    position: fixed;
    right: -83px;
    z-index: 888;
    width: 150px;
    top: 30%;
}

.social-icons ul {
    list-style: none;
}

.social-icons ul li {
    margin-bottom: 5px;
}

.social-icons ul li a {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background-color: #008900;
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
    box-shadow: -5px 5px 10px rgba(16, 16, 16, .05);
    transition: background-color .3s;
}

footer {
    padding: 15px 0 10px 0;
    background-color: #fff;
}

footer p {
    margin-bottom: 0;
}


.mdia-footr {
    margin-left: auto;
}


.footer__language-dropdown {
    display: flex;
    align-items: center;
}

.footer__language-dropdown .dropdown-toggle {
    border: none;
    margin-top: -5px;
}

.footer__language-dropdown i {
    margin-right: 5px;
}

footer ul {
    list-style: none;
}

.f-menus-outer ul {
    display: flex;
    margin-bottom: 0;
}

.f-menus-outer ul li {
    margin-right: 30px;
}

footer h5 {
    font-size: 12px;
    margin-bottom: -10px;
    text-align: right;
}

footer ul li a {
    color: #000;
    text-transform: capitalize;
    font-family: "Krub", sans-serif !important;
}

footer .footer-social {
    margin-right: -10px;
}

footer .footer-social a {
    color: #fff;
    margin-right: 10px;
    background-color: #008900;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    padding-top: 0;
    border: 1px solid #008900;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-social a i {
    font-size: 20px;
}

footer .footer-social a:hover {
    background-color: #fff;
    color: #008900;
}

footer .footer-social {
    padding-left: 0;
    display: flex;
    margin-top: 20px;
}

.mdia-footr h5 {
    text-align: right;
}

.header-top ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

.header-top ul li a {
    color: #fff;
    margin-right: 20px;
}

.main-header.sticky .header-top ul li a {
    color: #000;
}

.user-login {
    color: #000;
    font-size: 25px;
    margin-right: 10px;
}

.main-header.sticky .user-login {
    color: #000
}

.main-header .btn.btn-primary span {
    margin-left: 0;
    margin-right: 8px;
}

.quote-sec .text-qut {
    position: relative;
}

.text-qut p {
    width: 80%;
    margin: auto;
}


.quote-sec .text-qut::before {
    background-image: url(../imgs/icons/icon-wheat.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 50px;
    height: 55px;
}

.quote-sec .text-qut::after {
    background-image: url(../imgs/icons/icon-wheat.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    width: 50px;
    height: 55px;
}

.home-social-media .slick-initialized .slick-slide {
    position: relative;
}

.home-social-media .slick-initialized .slick-slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, 0.4);
    transition: opacity .3s;
    border-radius: 10px;
}

.home-social-media .slick-initialized .slick-slide:hover .slick-slide::before {
    background-color: rgba(16, 16, 16, 0);
}

.areas-home p {
    font-weight: 500;
}

.news-details p {
    font-weight: 500;
    color: #53544a;
}

.home-community p {
    font-weight: 500;
    text-align: justify;
}
.marq-back{background-image: url(../imgs/scroll-bg.jpg);padding: 8px 0;margin-top: 0px;color: #fff;margin-bottom: 40px;}
.marq-back span{color: #fff;font-size: 30px;position: relative;}
.marq-back span::after{content: '';position: absolute;color: #f2f2f2;
background-image: url(../imgs/icons/icon-wheat.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: -25px;
    top: 0px;
    width:35px;
    height: 45px;}
.marq-back .marquee{border-top: 2px solid #fff;border-bottom: 2px solid #fff;}
.csr .csr-cntnt{padding-bottom:50px;}
.spare-part .infra-description{background-color: #fff;padding: 70px 0;}
.spare-part .financing-works{margin: 70px 0;}
.spare-part .customer-suport-outer{margin-top: 0;}
.spare-info{background-color: #fff;padding: 150px 0 70px 0;}
.spare-info ul li{padding-bottom: 10px;}
.spare-info ul{margin-top: 10px;}
.spr-img{position: relative;}
.spr-img img{position: absolute;top:-150px;border-radius: 10px;width:;}
.spare-part .next-section{margin-top: 50px;}
/* #tab-B .col-4{margin-top: 30px;}
#tab-C .col-4{margin-top: 30px;}
#tab-D .col-4{margin-top: 30px;} */
#productsSection .tab-pane.active.show .container {
    height: 100vh;
    z-index: 1;
}

#tab-C .tab-pane.active.show {
    height: 100vh;
}

#tab-D .tab-pane.active.show {
    height: 100vh;
}

.about-banner-description p {
    text-align: justify;
}

.mdl-btn {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 20px 0;
    margin-top: 50px;
    border-radius: 10px;
    background-color: #fff;
}

/*-----------------------Contact-----------------------*/
.contact-outer {
    background-color: #fff;
    padding: 50px 50px 30px 50px;
    border-radius: 0 0 30px 30px;
    margin: 0 0 50px 0;
    border-bottom: 5px solid #d4d4d4;
}

.cnt-head {
    width: 60%;
    margin-left: 55px;
}

.contact-sections {
    padding: 60px 0;
}

.contact-form {
    padding: 10px;
}

.contact-form .form-control {
    background-color: #f4f4f4;
    border: none;
    margin-bottom: 20px;
}

.contact-form .form-select {
    background-color: #f4f4f4;
    border: none;
    margin-bottom: 20px;
}

.contact-form .form-check {
    margin-top: 15px;
}

.contact-form label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.enqry-head {
    position: relative;
    margin-bottom: -20px;
    width: 40%;
}

.contact-togle .nav-item {
    width: 50%;
}

.contact-togle .nav-item .nav-link {
    width: 100%;
    border: none;
    font-family: "Krub", sans-serif;
    border-radius: 20px 20px 0 0;
    font-size: 35px;
}

.contact-togle .nav-item .nav-link:hover {
    color: #008900;
}

.assistance-tab-outer .nav-link {
    margin-right: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
}

.assistance-tab-outer .nav-link.active {
    background-color: #008900;
    color: #fff;
}

.assistance-tab-outer .nav-tabs {
    border: none;
    margin-bottom: 20px;
}

.service-suport .img-srvice {
    border-radius: 10px;
    overflow: hidden;
}



.service-suport h4 {
    margin-top: 20px;
    font-size: 20px;
}

.service-suport p {
    text-align: justify;
}

.assistance-tab-outer {
    margin-bottom: 50px;
    margin-top: 50px;
}

.about-sec.assitanc-top {
    background-color: #fff;
    padding-bottom: 60px !important;
}

.customer-suport-outer {
    background-color: #008900;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    margin-top: 20px;
}

.customer-suport-outer .col {
    text-align: center;
}

.customer-suport-outer .col p {
    margin-bottom: 0;
}

/*--------------services-modal-----------------*/
/* Button */
.open-modal-btn {
    padding: 10px 20px;
    background: #008900;
    font-weight: 500;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 20px;
    border-radius: 15px;
}

/* Outer wrapper */
.service-support-modal {
    position: relative;
}

/* Modal Background */
.service-support-modal .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

/* Modal Box */
.service-support-modal .modal-box {
    background: rgb(244, 244, 244);
    width: 90%;
    max-width: 55%;
    margin: 100px auto;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Close Button */
.service-support-modal .close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
}

.service-support-modal form {
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}

.service-support-modal form label {
    font-weight: 500;
}

/* Form Fields */
.service-support-modal input,
.service-support-modal textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 14px;
}

.form-msg {
    background-color: #008900;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
}

.consent-wrap label {
    font-size: 13px;
}

.form-msg p {
    margin-bottom: 0;
}

.form-msg p i {
    font-size: 20px;
}

/* Submit Button */
.service-support-modal .submit-btn {
    width: 100%;
    padding: 10px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.service-support-modal .form-actions {
    margin-top: 20px;
    text-align: center;
}

.cnt-wrp {
    display: flex;
    align-items: flex-start;
}

.cnt-wrp input {
    width: 100px;
    margin-top: 5px;
    margin-right: 5px;
}

.for-dsn-nl select {
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #f1f1f1;
}

.for-dsn-nl button {
    margin: auto;
}

.assistance-product-section {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 30px;
}

.for-dsn-nl {
    margin: auto;
    width: 40%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

/*-------------------------------------------*/
.form-check a {
    color: #008900;
}

.inner-detail {
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    border-bottom: 5px solid #d4d4d4;
    margin-bottom: 20px;
}

.inner-detail:hover {
    border-bottom: 5px solid #008900;
}

.inner-detail img {
    width: 40px;
    width: 40px;
}

.assistance-sections {
    margin-bottom: 50px;
}

.assistance-faqs .accordion-item {
    margin-bottom: 10px;
}

.accordion .accordion-button{font-weight: 500;}
.home .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
}

.home .header-top ul li a {
    color: #fff;
}

.contact .user-login {
    color: #000;
}

.contact .next-section {
    padding: 0;
    min-height: 10px;
    margin-top: 130px;
}

.contact-outer iframe {
    border-radius: 10px;
}



.contact footer {
    margin-top: 80px;
}

.inner-detail h6 {
    margin: 10px 0;
    color: #008900;
}

.inner-detail p {
    font-size: 14px;
}

.inner-detail ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.inner-detail ul a {
    padding-bottom: 1px;
}

.contact-details h6 {
    font-size: 30px;
    color: #008900;
    text-transform: uppercase;
    margin-top: -20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.out1 {
    padding-top: 50px;
}

.contact-details ul {
    list-style: none;
    padding-left: 0;
}

.contact-details ul li {
    margin-top: 15px;
}

.contact-details ul li:last-child {
    margin-top: 40px;
}

.contact-details ul li a {
    display: flex;

}

.conct-policy {
    background-color: #f4f4f4;
    padding: 20px;
    width: 100%;
    height: 600px;
    overflow-y: scroll;
    border-radius: 10px;
    color: #212529;
}

.conct-policy p {
    font-size: 16px;
    font-weight: 400;
}

.conct-policy h5:first-child {
    padding-top: 0;
}

.conct-policy h5 {
    font-size: 18px;
    padding-top: 10px;
}

.contact-form .ml-3 {
    padding-left: 30px;
}

.contact-details ul li a span {
    color: #53544a;
    font-size: 22px;
}

.for-mobile-only {
    display: none;
}

.prd-highlights {
    padding-top: 50px;
    text-align: justify;
    background-color: #fff;
    margin-bottom: -20px;
}

.contact-details ul li a .icons {
    color: #fff;
    background-color: #008900;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 5px 0;
    margin-right: 10px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.contact-details ul li a .icons i {
    font-size: 18px;
}

.breadcrumb {
    margin-left: 10px;
    margin-bottom: 50px;
}

.breadcrumb li a {
    color: #53544a;
    opacity: 0.5;
}

.breadcrumb-item.active {
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

/*---------------------Dealer---------------------------*/
.dealer-outer {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 50px;
    border-bottom: 5px solid #d4d4d4;
    border-radius: 30px;
}

.dealer-outer img {
    border-radius: 0 10px 10px 0;
}
.careers .dealer-outer{margin-bottom: 70px;}
.dealer .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}

.header-top ul li a {
    color: #000;
}

.dealer .next-section {
    padding: 0;
    min-height: 10px;
    margin-top: 120px;
    background-color: transparent;
}

.dealer .main-header {
    background-color: #fff;
    padding-bottom: 10px;
}

.contact .main-header {
    background-color: #fff;
    padding-bottom: 10px;
}

.home .user-login {
    color: #fff
}

textarea {
    min-height: 150px !important;
}

.frm-txt {
    padding-top: 20px;
    font-size: 12px;
    font-weight: 300;
}

.dealer-outer.dealer-bg {
    padding: 50px;
    margin-bottom: 10px;
}

.dealer-outer.dealer-bg img {
    border-radius: 0 10px 10px 0;
}

/*-----------------------------------Single Products--------------------------*/
.single-product-outer {
    margin-bottom: 50px;
    position: relative;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.single-product .breadcrumb-item.active {
    font-family: "Quicksand", sans-serif;
}

.product-img .product__img-ellipse {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    /* behind the image but above background */
    width: 90%;
    display: none;
}

.section-product__img-holder {
    position: relative;
    z-index: 2;
    animation: slideDown 1.5s ease forwards;
}

/*--========================================-------*/
.product-flip {
    background-color: #fff;
    padding-bottom: 50px;
}

.product-flip .services-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product-flip .service {
    margin: 6px 0;
    width: 25%;
}

.product-flip .flip-box {
    background-color: transparent;
    width: 96%;
    height: 200px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    perspective: 1000px;
}

.product-flip .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;

}

.product-flip .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front h2 {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #00890085;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 0;
    border-radius: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

.flip-box-back h3 {
    font-size: 20px;
}

.flip-box-back p {
    margin-bottom: 0;
}

.product-flip .flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.product-flip .flip-box-front {
    background-color: #fff;
    color: black;
    border-radius: 10px;
}

.product-flip .flip-box-front img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.product-flip .flip-box-back {
    background-color: #ffffff;
    color: #000;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 16px;
}

.producr-bnner {
    background-image: url(../imgs/Product-Background-Banner4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 15px;
    padding-top: 50px;
    position: relative;
}

.single-product .next-section {
    margin-top: 57px;
    border-radius: 0;
}

.single-product-outer {
    margin-bottom: 0;
}

.prct-hd {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
}


.product-specifications .tab-content {
    padding: 0 15px 15px 15px;
}

.product-specifications .vertical-tabs {
    display: flex;
}

.product-specifications .vertical-tabs .nav {
    flex-direction: column;
    width: 250px;

}
.product-specifications table td{background-color:#fff;}

.product-specifications .vertical-tabs .nav-pills .nav-link {
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 5px;
    text-align: right;
}

.product-specifications .vertical-tabs .tab-content {
    width: 85%;
}

.product-specifications .vertical-tabs .nav-link.active {
    background-image: linear-gradient(to right, #199219, #008900);
    text-transform: uppercase;
}

.product-specifications .vertical-tabs .nav {
    width: 20%;
    margin-right: 20px;
}

/*----============================------*/

/* Slide animation */
@keyframes slideDown {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.user-login:hover {
    color: #008900;
}

.product-title {
    font-size: 34px;
    color: #000;
    font-family: "Krub", sans-serif;
    text-transform: uppercase;
}

.accordion-products .accordion-body {
    padding: 0;
    padding-top: 20px;
    background-color: #f4f4f4;
}

.sub-title {
    color: #000;
    font-family: "Krub", sans-serif;
}

.finance-sec {
    background-color: #008900;
    border-radius: 10px;
    padding: 10px 28px 13px 20px;
    margin: 0 auto 40px auto;
    position: relative;
    overflow: hidden;
}

.finance-banner {
    background-image: url(../imgs/finanace-banner.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: left;
}

.outer-details {
    margin-bottom: 50px;
}

.product-rnge-page .sub-filters {
    list-style: circle !important;
}

.rupee-prt {
    position: absolute;
    right: 0;
    top: -0;
    background-image: linear-gradient(21deg, #ffffff91, #0089008a);
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    border-radius: 10px;
    height: 100%;
}

.verified-slider {
    margin-bottom: 0;
}

.fince-desctrptn {
    color: #fff;
}

.fince-desctrptn .w-80 {
    width: 94%;
}

.fince-desctrptn .title-stnd {
    color: #fff;
    margin-bottom: 0;
    font-size: 32px;
}

.fince-desctrptn h5 a {
    padding: 4px 16px 6px 10px;
    border: 1px solid #fff;
    display: inline-flex;
    color: #008900;
    border-radius: 5px;
    font-size: 30px;
    background-color: #fff;
    font-weight: 600;
    font-family: Krub, sans-serif;
}

.fince-desctrptn h5 a span {
    display: inline-block;
    position: relative;
    right: -8px;
    bottom: 5px;
}

.fince-desctrptn h5 {
    position: relative;
    right: 8px;
    top: 13%;
    text-align: right;
}

.fince-desctrptn .row {
    margin-top: 60px;
}

.fince-desctrptn p {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 0;
}

.rupee-prt h3 {
    color: #fff;
    font-size: 60px;
    font-family: "Krub", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.product-description {
    padding-top: 50px;
}


.product-description-bg {
    position: absolute;
    top: 2%;
    left: 0;
    width: 50%;
    min-height: 300px;
    padding: 30px;
    border-radius: 20px;
    /* Glassmorphism background */
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Dissolve effect on right side */
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.icon-dv img {
    width: 50px;
    margin-bottom: 15px;
}

.product-description-bg p {
    width: 80%;
    margin-top: 30px;
    text-align: justify;
}

.product-description p {
    margin-top: 30px;
    font-weight: 400;
}

.single-product .accordion-header .accordion-button:not(.collapsed) {
    background-color: #008900;
    color: #fff;
    border-radius: 5px;
}

.single-product .accordion-item .accordion-header {
    background-color: #008900;
    border-radius: 5px;
}

.single-product .accordion-item {
    background-color: 008900;
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
}

.single-product .accordion-button {
    border-radius: 5px;
    background-color: #008900;
    color: #fff;
}

.single-product .accordion-collapse {
    margin-bottom: 10px;
}

.faq-dealer .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

.fince-desctrptn .col-2 {
    text-align: center;
}

.prd-center-heading h2 {
    color: #000;
    font-size: 80px;
    font-weight: 700;
}

.fince-desctrptn .btn.btn-primary {
    border: 1px solid #fff;
}

.product-areas {
    padding: 60px 0;
    background-color: #fff;
}

.product-areas h3 {
    font-size: 28px;
}

.single-product .home-earth {
    background-image: url(../imgs/product-earth.jpg);
    min-height: 425px;
    border-radius: 0;
}


.call-action {
    /* background-color: #fff; */
    padding: 10px 0;
    border-radius: 10px;
}

.btns-earth {
    display: flex;
    margin-top: 20px;
}

.btns-earth a {
    margin-right: 50px;
}

.areas-of-application-collapse {
    background-image: url(../imgs/collepse-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 18px;
    border-radius: 10px;
    background-position: center;
}

.call-action ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
}

.call-action ul li {
    padding-right: 20px;
    color: #008900;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    width: 18%;
    text-align: center;

}

.call-action ul li i {
    margin-right: 10px;
    color: #000;
}

.call-action ul li a {
    color: #000;
    font-family: "Krub", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.call-action ul li a:hover {
    color: #008900;
}

.product-areas .card-body {
    background: transparent;
    border: none;

}

.faq-dealer .accordion-item {
    margin-bottom: 5px;
    border-radius: 10px;
}


.single-product .accordion-button:not(.collapsed)::after {
    transform: none;
    background-image: url(../imgs/down-arrow.png);
}

.single-product .accordion-button::after {
    background-image: url(../imgs/down-arrow.png);
}

.areas-of-application-collapse__header .icomoon-chevron-down svg {
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    fill: #fff;
}

/* When the collapse is shown (aria-expanded="true"), rotate the icon */
.areas-of-application-collapse__header[aria-expanded="true"] .icomoon-chevron-down svg {
    transform: rotate(180deg);
}

.areas-of-application-collapse__icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: #008900;
    border-radius: 50rem;
}

.areas-of-application-collapse__icon-holder {
    width: 35px;
    height: 35px;
}

.areas-of-application-collapse__title {
    font-size: 28px;
}

.card.card-body p {
    font-size: 16px;
}

.areas-of-application-collapse {
    margin-bottom: 20px;
}

.prdct-btns ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding-left: 0;
    justify-content: space-between;
    margin-bottom: 50px;
}

.prdct-btns .btn.btn-primary {
    border-radius: 6px;
    min-width: 180px;
}

.feature-part {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 30px;
}


.features__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    background-color: #008900;
    border-radius: 50%
}

.features__icon-holder {
    width: 36px;
    height: 36px;
    position: relative;
    overflow: hidden
}

.specifiction-table table {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
}

.specifiction-table table th {
    /* background-color: #008900; */
    color: #fff;
    font-size: 18px;
    padding: 5px;
    text-align: left;
}

.spcf-gl {
    position: relative;
    cursor: pointer;
}

.spcf-gl::after {
    content: '';
    top: 10px;
    right: 5px;
    position: absolute;
    width: 20px;
    height: 10px;
    color: #fff;
    background-image: url(../imgs/down-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.specifiction-table td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;

}

.crt-dst {
    font-size: 35px;
}

.specifiction-table tr:nth-child(even) {
    background-color: #dddddd;
}

.specifiction-table tr:nth-child(odd) {
    background-color: #fff;
}

.product-specifications {
    padding: 30px 0 40px 0;
}

.product-specifications h3 {
    text-align: center;
    margin-bottom: 20px;
}

footer .row {
    display: flex;
}

.related-products {
    margin-bottom: 80px;
}

.related-products .slider-container {
    margin-left: 120px;
    transition: all 0.3s ease;
}

.related-products .slider-container.edge-to-edge {
    margin-left: 0;
}


.related-products .slick-slide {
    margin-right: 20px;

}

.related-products .slick-slider {
    margin-right: -20px;

}

.form-btn .btn.btn-primary {
    width: 150px;
}

.news-img {
    position: relative;
}

.news-img span {
    position: absolute;
    left: 10px;
    border: 1px solid #fff;
    padding: 5px 10px;
    padding: 5px 14px;
    border-radius: 20px;
    bottom: 11px;
    color: #fff;
}

.single-product .home-news {
    padding-bottom: 50px;
    padding-top: 30px;
}

.single-product .news-details {}

.re-prdts-img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.4);
    transition: .2s ease-in-out;
}

.re-prdts-details h3 {
    font-size: 22px;
    margin-top: 20px;

}

.re-prdts-details p {
    font-family: "Quicksand", sans-serif;
}

.re-prdts-img a:hover {
    background-color: #000;
}

.re-prdts-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.re-prdts-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    /* transparent by default */
    transition: background-color 0.3s ease;
    z-index: 1;
}

.re-prdts-img:hover {
    transform: scale(1.1);
}

.re-prdts-img img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
    position: relative;
}

/*------------------About Us-----------------------*/

.about .breadcrumb {
    margin-bottom: 30px;
}

.about-global {
    background-image: url(../imgs/conpany-profile-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px;
    background-position: bottom center;
    display: flex;
    align-items: center;
    justify-content: start;
}

.about-global h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0px;
    text-shadow: 1px 1px 3px #111;
}
.about-global h2 strong{font-family: "Krub", sans-serif;}

.for-hrvst {
    margin-top: 40px;
}

.we-are {
    background-color: #fff;
    border-radius: 40px 40px 0 0;
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 80px;
}

.we-are-outer {
    position: relative;
    text-align: justify;
}

.we-are-outer::before {
    background-image: url(../imgs/icon-wheat-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 50px;
    height: 55px;
}

.we-are-outer::after {
    background-image: url(../imgs/icon-wheat-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 50px;
    height: 55px;
}

.we-details {
    width: 93%;
    margin: auto;
}

.we-details p {
    margin-bottom: 30px;
}

.we-details h3 {
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: 700;
}

.about-history {
    padding: 40px 0 0 0;
}

.timeline {
    overflow-x: hidden;
    padding: 80px 0 20px;
    position: relative;
    margin-bottom: 32px;
}

.timeline__list {
    display: flex;
    gap: 105px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    justify-content: center;

}

/* .timeline::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
    bottom: 67px;
    z-index: -1;
} */
.we-details img {
    border-radius: 10px;
}

.timeline__item {
    text-align: center;
    position: relative;
}

.timeline__item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
    bottom: 17px;
    z-index: -1;
    width: 150px;
}

.timeline__item:last-child:after {
    background-color: transparent;
}

.timeline__item:nth-child(10)::after {
    background-color: transparent;
}

.timeline__btn {
    padding: 0;
    background-color: #101010;
    border: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.timeline__btn:hover {
    background-color: #878787;
}

.timeline__btn.active {
    background-color: #008900;
}

.timeline__btn.active+.timeline__year {
    color: #008900;
    font-weight: 700;
    font-size: 32px;
}

.timeline__year {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 5;
    font-size: 18px;
    transform: translate(-50%, -16px);
    transition: color 0.3s, font-size 0.3s;
}

.about-history .tab-content {
    width: 80%;
    margin: auto;
}

.about-history .tab-content img {
    border-radius: 10px;
}

.mission-vision {
    margin-top: 0px;
    border-radius: 20px 20px 0 0;
    padding-top: 40px;
    position: relative;
}

.mission-vision:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 75%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
    border-radius: 30px 30px 0 0;
}

.certifications .next-section {
    margin-top: 0;
}

.certifications .certificate-cst-part {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #008900;
}

.certifications .certificate-cast-outer {
    text-align: center;
}

/* Blur the image when hovered */
.certifications .certificate-cst-part:hover img {
    opacity: 0.4;
    transition: 0.3s ease;
}

/* Hidden FontAwesome icon */
.certifications .certificate-cst-part::after {
    content: "\f019";
    /* download icon */
    font-family: "FontAwesome";
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.3s ease;
}

/* Show icon on hover */
.certifications .certificate-cst-part:hover::after {
    opacity: 1;
}



.mission-vision p {
    text-align: justify;
}

.infrastructure-img img {
    border-radius: 10px;
    margin-top: 40px;
}

.about-economy {
    padding: 50px 0 50px 0;
}

.about-history .title-stnd.ml-hd {
    margin-bottom: 0;
}

.about-parts {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    border-bottom: 5px solid #d4d4d4;
}
.company-profile .about-parts img{margin-bottom: 20px;border-radius: 6px;}
.company-profile .about-parts h4{margin-bottom: 10px;}

.about-parts:hover {
    border-bottom: 5px solid #008900;
}

.about-parts p {
    text-align: justify;
    margin-bottom: 0;
}

.about-parts h4 {
    color: #008900;
    font-weight: 700;
    margin-bottom: 20px;
}

.embed-responsive iframe {
    border-radius: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: #f2f2f2;
    cursor: pointer;
}

th,
td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}


/* .prdts-fix-btns {
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 50px;
    background-color: #008900;
    z-index: 5;
    transition: transform 0.3s ease;
} */


.prdts-fix-btns {
    width: 100%;
    min-height: 50px;
    background: #008900;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: top 0.2s ease, transform 0.2s ease;
}

.btn-wrapper {
    /* stick to bottom of viewport */
    width: 100%;
    background: #008900;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.product-bottom .prdts-fix-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #008900;
    z-index: 2;
    transition: transform 0.3s ease;
}

.product-bottom .prdts-fix-btns.hide {
    transform: translateY(100%);
    /* smoothly slide down */
}

.inner-detail ul {
    display: flex;
}

.inner-detail ul li {
    padding-right: 20px;
}

.inner-detail ul li i {
    color: #008900;
    font-size: 25px;
}


.innr-btns12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prdts-fix-btns .btn.btn-primary img {
    width: 30px;
    margin-right: 8px;
}

.prdts-fix-btns .btn.btn-primary i {
    font-size: 40px;
    padding-right: 10px;
}

.prdts-fix-btns.hide {
    transform: translateY(100%);
    /* slide down */
}

.single-lg img {
    width: 50%;
}

.single-lg {
    text-align: right;
}

.dnwd-sec {
    padding: 60px 0;
}

.dwn-part {
    background-color: #fff;
    padding: 15px;
    border-bottom: 4px solid #d4d4d4;
    border-radius: 10px;
}

.dwn-part:hover {
    border-bottom: 4px solid #008900;
}

.dwn-part span {
    margin-right: 5px;
}

.dwn-part img {
    width: 80px;
    margin-bottom: 20px;
}

.dwn-part a {
    color: #008900;
    font-weight: 700;
}

.media-kit-page .about-sec {
    background-color: #fff;
}

.media-enry {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.mda-part {
    background-color: #f1f1f1;
    padding: 50px;
    width: 40%;
    margin: 10px;
    border-radius: 10px;
    border-bottom: 4px solid #d4d4d4;
}

.mda-part:hover {
    border-bottom: 4px solid #008900;
}

.media-enry .d-flex {
    justify-content: center;
}

.media-enry h4 {
    margin: 10px 0;
}

.mda-part img {
    width: 50px;
}

.prdts-fix-btns ul {
    display: flex;
    list-style: none;
    padding: 30px 0;
    justify-content: center;
    margin-bottom: 0;
}

.prdts-fix-btns .btn.btn-primary {
    padding: 0;
    font-family: "Krub", sans-serif !important;
    line-height: 1.2;
    border: none;
}

.prdts-fix-btns .btn.btn-primary:hover {
    color: #f1f1f1;
}

.prdts-fix-btns ul li span {
    text-align: left;
    font-size: 16px;
    font-family: "Krub", sans-serif !important;
    font-weight: 500;
}

.prdts-fix-btns ul li {
    margin-right: 60px;
}

.product-verified .slick-prev {
    left: 0;
    bottom: 40%;
}

.product-verified .slick-next {
    right: 0;
    bottom: 40%;
}

.product-verified {
    background-color: #fff;
    padding: 20px 0 20px 0;
}

/*---------------Infrastructure---------------*/
.infrastructure .next-section {
    margin-top: 57px;
}

.infrastructure .breadcrumb {
    margin-bottom: 10px;
}

.wht-cl li a {
    color: #fff;
    opacity: 0.5;
}

.wht-cl .breadcrumb-item.active {
    color: #fff;
}

.wht-cl .breadcrumb-item::before {
    color: #fff !important;
}

.spare-part .infrastructure-banner{background-image: url(../imgs/Spare-Top-Banner.jpg);}
.merchandise  .infrastructure-banner{background-image: url(../imgs/MERCHANDISE-BANNER.jpg);}
.media-kit-page  .infrastructure-banner{background-image: url(../imgs/Media-Kit-News-and-Media.jpg);}
.downloads-page  .infrastructure-banner{background-image: url(../imgs/Downloads-banner.jpg);}

.infrastructure-banner {
    background-image: url(../imgs/infra-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.infrastructure-banner h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 60px;
    text-shadow: 1px 1px 3px #111;
}

.infra-description {
    padding: 60px 0 30px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    background-color: rgb(244, 244, 244);
}

.financing-works-ourte {
    padding-bottom: 50px;
    background-color: #f4f4f4;
    border-radius: 40px 40px 0 0;
    margin-top: -50px;
}

.finance-desc p {
    text-align: justify;
    margin-bottom: 30px;
}

.finance-desc {
    background-color: #fff !important;
    padding-top: 30px;
    min-height: 295px;
}

.infra-description p {
    text-align: justify;
    padding-right: 20px;
}

.banner-title h2 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;

}

.inf-details .sub-head {
    margin-top: -10px;
    margin-bottom: 30px;
}

.infra-description img {
    border-radius: 10px;
}

/*----------------------------------------*/
.infrastructure .infra-overlap-sec{margin-bottom: 80px;}
.infra-overlap-sec {
    position: relative;
}

.infra-overlap-sec p {
    font-weight: 300;
}

.infra-overlap-sec .panel {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    font-size: 2rem;
    color: #000;
    position: sticky;
    top: 0;
    border-bottom: 2px solid #d1cfcf;
}

/* Assign z-index based on order */
#section-1 {
    z-index: 1;

}

#section-2 {
    z-index: 2;
}

#section-3 {
    z-index: 3;
}

#section-4 {
    z-index: 4;
}

#section-5 {
    z-index: 5;
}

#section-6 {
    z-index: 6;

}

#section-7 {
    z-index: 7;

}

#section-8 {
    z-index: 8;
}

.overlp-content {
    width: 60%;
}

.overlp-img {
    width: 40%;
    border-radius: 10px;
}

.overlp-img img {
    border-radius: 10px;
}

.infra-overlap-sec .pr-5 {
    padding-right: 20px;
}

.infra-overlap-sec .pl-5 {
    padding-left: 20px;
}

.infra-overlap-sec .panel {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
}

.infra-overlap-sec .panel h3 {
    font-size: 30px;
    text-transform: uppercase;
}




/*------------------------------------------*/
.infra-brands {
    background-image: url(../imgs/scroll-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    margin: 30px auto 50px auto;
    border-radius: 10px;
}

.brand-outer {
    display: flex;
    flex-wrap: wrap;
}

.img-b {
    width: 25%;
    text-align: center;
    border: 2px solid #fff;
}

.img-b img {
    width: 50%;
    margin: auto;
}

.infra-brand-ourter {
    padding: 60px 0;
}

.brand-outer .b-t {
    border-top: none;
    padding-bottom: 10px;
}

.brand-outer .b-b {
    border-bottom: none;
    padding-top: 10px;
}

.faq-dealer {
    margin-bottom: 50px;
}

.brand-outer .img-b:nth-child(1) {
    border-left: none;
}

.brand-outer .img-b:nth-child(5) {
    border-left: none;
}

.brand-outer .img-b:nth-child(4) {
    border-right: none;
}

.brand-outer .img-b:last-child {
    border-right: none;
}

.infra-brands .row {
    align-items: center;
}

.infra-brands p {
    color: #fff;
    font-weight: 300;
    text-align: justify;
}

/*----------------------------------------------*/


.product-verified .row {
    align-items: center;
}



@media (min-width: 576px) {
    .areas-home .card-area {
        padding: 24px 16px
    }
}

@media (min-width: 992px) {
    .areas-home .card-area[data-area] {
        cursor: pointer;
        transition: color .3s, background-color .3s
    }
}

@media (min-width: 992px) {
    .areas-home .card-area[data-area]:hover {
        color: #fff;
        background-color: #008900;
    }

    .timeline__btn.active+.timeline__year {
        font-size: 44px;
    }
}




@media (min-width: 1400px) {
    .timeline__btn.active+.timeline__year {
        font-size: 45px;
    }
}






/*-------------------------***********************------*/


/*--------------------------News-----------------------*/
.all-sme-page .next-section {
    margin-top: -20px;
}

.all-sme-page .global-banner {
    background-image: url(../imgs/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: left;
}

.global-banner {
    background-image: url(../imgs/news-banner.jpg) !important;
}

.all-sme-page .global-banner h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 0px;
    text-shadow: 1px 1px 3px #111;
}

.news .about-economy {
    padding-top: 50px;
}

.news .news-outer .news-img img {
    border-radius: 10px 10px 0 0;
}

/*------------------Financing Options---------------------*/
.works-heads h6 {
    margin-top: -15px;
}

.works-outer {
    display: flex;
    margin-bottom: 50px;
    margin-top: 30px;
}

.works-details {
    display: flex;
    align-items: flex-start;

}

/* .work-part::after {
    content: "";
    position: absolute;
    left: 25px;
    top: 25px;
    min-height: 160px;
    width: 90%;
    border: 1px solid #d4d4d4;
    z-index: -1;
    border-radius: 5px;
    background: #fff;
} */

.works-details img {
    width: 50px;
}

.work-part .work-number {
    position: absolute;
    right: 15px;
    top: 2px;
}

.works-outer .work-part:first-child {
    margin-left: 0;
}

.works-outer .work-part:last-child {
    margin-right: 0;
}

.work-part {
    margin-top: 20px;
    width: 25%;
    position: relative;
    padding: 20px;
    background-color: #fff;
    margin: 0 10px;
    border-radius: 10px;
}

.work-part .work-number h5 {
    color: #fff;
}

.work-number h6 {
    margin-bottom: 0;
    color: #d4d4d4;
    font-size: 60px;
}

.works-details p {
    font-size: 14px;
    width: 90%;
}

.evryth-details-outer {
    display: flex;
    background-color: #008900;
    justify-content: space-between;
    padding: 20px 10px;
    color: #fff;
    border-radius: 10px;

}

.evryth-details-outer1 h4 {
    border-bottom: 2px solid #008900;
    display: inline;
    padding-bottom: 5px;
}

.evryth-details-outer h4 {
    display: inline;
    padding-bottom: 5px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 18px;
    margin-bottom: 20px;
}

.evryth-details {
    width: 95%;
}

.evryth-details-outer ul {

    margin-bottom: 0;
}

.evryth-img img {
    height: 100px;
    width: 100%;
    margin-right: 20px;
}

.finance-faqs {
    margin-bottom: 10px;
}

.everything-finance {
    margin: 80px 0;
}

.finance-faqs .accordion-item {
    margin-bottom: 5px;
}

.disclaimer-txt {
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: 5px;
    text-align: left;
    font-weight: 300;
}

.finance-faqs .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.assistance-faqs .accordion-button {
    font-weight: 500;
}

.accordion-body p {
    font-size: 14px;
    font-weight: 500;
}

.evryth-details ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.our-finace-partners .slick-slide {
    margin: 0 10px;
}

.our-finace-partners .slick-slide img {
    border-radius: 10px;
    border-bottom: 1px solid #d4d4d4;
    border-right: 0.5px solid #d4d4d4;
}

.technical-specifications-outer {
    background-color: #fff;
}

.technical-specifications-outer .nav-pills .nav-link {
    background-color: transparent;
    border-radius: 10px;
}

.contact .inner-detail {
    margin-bottom: 0;
}

/*--------------Certification-------------*/
.certification-details {
    border-radius: 40px 40px 0 0;
    margin-top: -50px;
    background-color: #fff;
    padding-top: 50px;
    margin-bottom: -20px;
}

.certifications-apprvd {
    background-image: linear-gradient(to bottom,
            #d2d2d2 0%,
            #f5f5f5 45%,
            #e0e0e0 100%);
    padding: 20px;
    border-radius: 10px;

}

.certification-details p {
    text-align: justify;
}

.side-left {
    transform: rotate(345deg);
}

.side-right {
    transform: rotate(15deg);
}

.certifications-apprvd-outer {
    background-color: #fff;
    padding: 60px 0;
}

.apprv-inner {
    border: 0.2px dashed #FFFFFF33;
    border-radius: 10px;
}

.certification-part {
    color: #fff;
    text-align: center;
    border-right: 1px dashed #bfbfbc;
}

.certification-part img {
    /* width: 60%; */
    margin: auto;
}

.certificate-slider {
    margin-bottom: 0;
}

.certification-part p {
    margin-bottom: 0;
    font-weight: 300;
    width: 80%;
    margin: auto;
}

.certificateimg-outer {
    padding: 80px 0;
}

.certificateimg-outer img {
    border-radius: 10px;
}

.certificateimg-outer img {
    max-width: 100%;
    display: block;
    transition: transform 1s ease;
    /* smooth animation */
}

/* When in view */
.certificateimg-outer img.in-view {
    transform: rotate(45deg);
    transform-origin: 20% 40%;
}


/*----------CSR Page-----------*/
.csr .next-section {
    margin-top: 0;
}

.csr .infra-description {
    background-color: #fff;
    padding-bottom: 50px;
}

.csr-features h3 {
    text-align: center;
    margin: 40px 0 30px 0;
}

.csr-cntnt {
    margin: 30px auto -10px auto;
    text-align: justify;
    background-color: #fff;
    padding: 30px 0;
    padding-bottom: 40px;
}

.csr-features .feature-part {
    text-align: left;
    margin-top: 30px;
    border-bottom: 5px solid #d4d4d4;
}
.csr-features .feature-part img{border-radius: 10px;}

.csr-features .feature-part h4{margin-top: 20px;font-size: 23px;color: #008900;}
.csr-features .feature-part p {
    margin-bottom: 0;
}

.csr-features .feature-part:hover {
    border-bottom: 5px solid #008900;
}

/*------------------------------------------*/
.life-vishal .next-section {
    margin-top: 20px;
}

.life-video {
    padding: 60px 0 30px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -40px;
    background-color: rgb(244, 244, 244);
}

.video-sec video {
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.life-video-section .life-detail {
    border-radius: 20px;
    margin-bottom: 20px;
}

.life-video-section .life-detail iframe {
    border-radius: 10px 10px 0 0;
}

.life-video-section .life-cntnt {
    padding: 20px;
}

.life-video-section {
    border-radius: 20px 20px 0 0;
}
.life-cntnt{text-align: justify;}
.life-cntnt h3 {
    font-size: 15px;
}
.life-cntnt p {
    font-size: 14px;
}
.life-outer {
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    padding: 60px 0 70px 0;
}

.life-outer h3 {
    text-align: center;
    margin-bottom: 30px;
}

.life-part {
    background-color: #f4f4f4;
    border-radius: 20px;
    padding: 20px 10px 20px 20px;
    margin-bottom: 20px;
    border-bottom: 5px solid #d4d4d4;
}

.life-part:hover {
    border-bottom: 5px solid #008900;
}

.life-slider img {
    padding: 10px;
    border-radius: 15px;
}

.life-video-section .title-stnd {
    margin-bottom: 30px;
}

/*-------------------------------------------------------*/
/*********************************************************/
/*-------------------------------------------------------*/
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    z-index: 99999;
    display: none;
}


.mega-menu.active {
    display: block;
}

.submenu {
    display: none;
    flex-direction: column;
    height: 100%;
}

.submenu .menu-header {
    flex-shrink: 0;
    background: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 10;
}

.submenu .list-group {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 80px;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.list-group-item {
    cursor: pointer;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    text-align: left;
    position: relative;
}

.list-group-item:hover {
    background: #f1f1f1;
}

.list-group-item::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    top: 18px;
    background-image: url(../imgs/right-arrow.png);
    background-size: contain;
}

/*-------------Quality Page-----------------------*/
.for-corp-pgs .next-section {
    margin-top: 20px;
}

.quality-outer {
    padding: 50px 0 0px 0;
}

.qulity-parts {
    margin-bottom: 30px;
}

.ql-img {
    width: 50%;
}

.ql-img {
    width: 200px;
}

.ql-details {
    padding-left: 20px;
}

.ql-details h5 {
    font-size: 25px;
}

.qulity-certificate {
    background-color: #fff;
    padding: 60px 0;
}

.qulity-check {
    background-color: #fff;
    padding: 60px 0 40px 0;
}

.check-part {
    background-color: #f4f4f4;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    border-bottom: 5px solid #d4d4d4;
}

.check-part img {
    width: 60px;
    margin-bottom: 20px;
}

.quality-chks {
    padding: 20px 0;
}

.quality-chks img {
    padding: 30px;
    border-radius: 20px;
}

.research-features {
    background-color: #fff;
    padding: 60px 0;
}

.rs-part {
    background-color: #f4f4f4;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    border-bottom: 5px solid #d4d4d4;
}

.rs-part img {
    width: 150px;
}

.for-corp-pgs .about-sec {
    padding-bottom: 40px;
}

.product-rnge-page .about-sec .d-flex {
    gap: 10px;
}

.success-details {
    padding-left: 20px;
}

.quality-slider .slick-slide {
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.7;
    /* side slides slightly faded */
}

.quality-slider .slick-center {
    transform: scale(1.2);
    /* scale up center slide */
    opacity: 1;
    z-index: 2;
    /* ensures center slide stays on top */
}

.quality-slider .slick-slide img {
    display: block;
    margin: auto;
}

.quality-slider .slick-slide img {
    margin: 50px auto;
    border-radius: 40px;
}

.quality-page .quality-chks {
    position: relative;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
}

.quality-page .quality-chks::after {
    position: absolute;
    top: 250px;
    background-color: #f4f4f4;
    content: '';
    height: 350px;
    width: 100%;
    z-index: -1;
}

.r-d-page .quality-slider .slick-slide img {
    width: 100%;
    border-radius: 20px;
}

.r-d-page .quality-slider .slick-slide {
    padding: 0 30px;
}

.r-d-cntnt {
    text-align: center;
    margin-bottom: 50px;
}

.last-rsr {
    padding-top: 50px;
}

.assistance-bg1 {
    background-image: url(../imgs/about-bg.jpg);
    background-position: center;
    padding: 50px;
    display: flex;
    color: #fff;
    justify-content: center;
    text-align: center;
}

.assistance-parts h3 {
    color: #fff;
}

.assistance-parts p {
    font-size: 20px;
    margin-bottom: 30px;
}

.assistance-parts a {
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.assistance-dealers {
    padding: 50px 0;
}

.assistance-dealers .delr-cnt p {
    text-align: justify;
}

.delr-cnt {
    margin-bottom: 20px;
    margin-left: 30px;
}

.assistance-dealers .text-center {
    margin-bottom: 30px;
}

.assistance-ourter {
    margin-bottom: 30px;
}

.assitanc-top .row {
    align-items: center;
}

.assitanc-top p {
    padding-right: 80px;
}

.asist-top-img {
    overflow: hidden;
    border-radius: 20px;
}

.asist-top-img:hover img {
    transform: scale(1.1);
    transition: ease-in-out 1.5s;
}

.assistance-bg1 {
    border-bottom: 4px solid #fff;
    margin: 0 -10px;
}


.product-range {
    display: none;
}

.product-range.active {
    display: block;
}

.filters-outer {
    display: flex;
    flex-direction: column;
    width: 15%;
    text-align: left;
}

.filters-outer .btn.btn-primary {
    background-color: #008900;
    color: #fff;
    border-radius: 10px;
}

.sub-filters .btn.btn-primary {
    color: #008900;
}

.product-rnge-page .sub-filters .filter-btn {
    background-color: transparent;
    border: none;
    padding: 0;
}

.filters-outer .filter-btn {
    background-color: #fff;
    color: #000;
    padding: 0;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
}

.filters-outer ul li .filter-btn {
    font-weight: 600;
}

.products-wrapper {
    padding-left: 50px;
    width: 85%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.products-wrapper h3 {
    font-size: 24px;
    text-align: center;
    background-color: #f4f4f4;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
}

.products-wrapper .product-range {
    margin-bottom: 20px;
}

.media-kit .certi-title {
    border-top: 1px solid #fff;
    margin-bottom: 20px;
}

#mediaTabsContent .certi-title {
    border-top: 1px solid #fff;
    background-color: #fff;
    color: #000;
    padding-top: 5px;
    margin-bottom: 0;
}


.news .about-sec {
    padding-bottom: 50px;
    background-color: #fff;
}

.news.all-sme-page .news-outer {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    padding: 0;
    min-height: 250px;
}

footer ul {
    padding-left: 10px;
}

.cpy-right {
    display: flex;
    justify-content: space-between;
}

.cpy-right p {
    font-size: 10px;
}

.book-service input {
    margin-bottom: 10px;
}

.book-service .form-actions {
    margin-top: 30px;
    text-align: center;
}

.dealer-details {
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 5px solid #d4d4d4;
    padding: 20px;
    transition: 0.5s ease-in-out;
    margin-bottom: 20px;
}

.dealer-details p:last-child {
    margin-bottom: 0;
}

.dealer-details h4 {
    color: #008900;
}

.dealer-details:hover {
    border-bottom: 5px solid #008900;
}

.locate-dealer-page .next-section {
    margin-top: 40px;
}

.catalog-dwn-btn a {
    background-color: #008900;
    color: #fff;
    display: inline-flex;
    width: 100%;
    padding: 0 10px;
    border-radius: 10px;
    min-height: 40px;
    align-items: center;
}

.catalog-dwn-btn a span:first-child {
    border-right: 1px solid #f1f1f1;
    width: 20%;
    text-align: center;
}

.catalog-dwn-btn a span:last-child {
    padding-left: 20px;
}

.catalog-dwn-btn {
    margin-bottom: 10px;
}

.dwnlod-vrt .dld-dwn-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #d4d4d4;
    border-radius: 20px;
    margin-bottom: 30px;
}

.dwnlod-vrt .dld-dwn-btn .d-flex {
    width: 80%;
}

.logo-jm .dld-dwn-btn .d-flex img {
    /* height: 60px; */
    width: 160px;
}

.dwnlod-vrt .dld-dwn-btn .d-flex div {
    margin-left: 20px;
}

.dwnlod-vrt .certificate-cst-part {
    background-color: #fff;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 23px;
    padding-bottom: 0;
}

.dwnlod-vrt .certificate-cst-part:hover {
    border-bottom: 2px solid #008900;
}

.dwnlod-vrt .certificate-cst-part i {
    color: #008900;
}

.dwnlod-vrt .dld-dwn-btn a {
    color: #008900;
    font-weight: 700;
    font-size: 18px;
    display: flex
}

.catalog-jm .dld-dwn-btn .d-flex img {
    width: 50px !important;
    height: 50px;
}

#mediaTabs {
    width: 30%;
    background-color: #fff;
    padding-right: 20px;
    height: 500px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    padding-left: 20px;
    padding-top: 30px;
}

.img-on-df .dwn-bg {
    background-image: url(../imgs/about-bg-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    padding-left: 20px;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.media-vdo {
    background-image: url(../imgs/about-bg-dark.jpg);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.media-vdo a {
    color: #fff;
    font-size: 30px;
}

.vd-hmd {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 10px;
}

.dwn-bg div {
    width: 50%;
}

.dwn-bg a {
    color: #fff;
}

.dwn-bg .dm {
    position: absolute;
    right: 30px;
    bottom: 50px;
}

#mediaTabs .nav-item {
    width: 100%;
    border: none;
    padding-top: 0px;
    position: relative;
}

#mediaTabs .nav-item .nav-link {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    width: 100%;
    border: none;
    text-align: left;
}

#mediaTabsContent {
    width: 70%;
    margin-left: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.ft-hd {
    margin-bottom: 10px;
    margin-left: 5px;
}

.dwn-part h5 {
    font-size: 22px;
    margin: 0px 0 30px 0;
}

#mediaTabs .nav-item .nav-link.nav-link.active {
    color: #008900;
}

.job-tabs ul {
    display: flex;
    justify-content: center;
    border: none;
}

.job-tabs .nav-item .nav-link {
    background-color: #fff;
    padding: 10px;
    width: 250px;
    border: none;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.job-tabs .nav-item {
    margin: 20px 20px 0 20px;
}

.job-tabs .tab-content {
    margin-top: 30px;
}

.job-tabs .nav-item .nav-link.nav-link.active {
    background-color: #008900;
    color: #fff;
}

.job-tabs {
    margin-bottom: 40px;
}

.job-details {
    background-color: #fff;
    border-radius: 10px;
    border-bottom: 5px solid #d4d4d4;
    padding: 20px;
    transition: 0.5s ease-in-out;
    margin-bottom: 20px;
}

.job-details p:last-child {
    margin-bottom: 0;
}

.job-details h4 {
    color: #008900;
}

.job-details:hover {
    border-bottom: 5px solid #008900;
}

.footer-outer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.footer-logo img {
    width: 160px;
    margin-right: 25px;
    margin-bottom: ;
}

.footer-links-outre {
    /* width: 90%; */
    display: flex;

}

footer hr {
    margin: 0;
    margin-bottom: 10px;
}

.footer-logo .footer-menu {
    margin-right: 25px;
    padding-top: 10px;
}

.footer-logo {
    align-items: center;
}

.slick-slide {
    height: auto;
}

.txt-ryt {
    text-align: center;
}


.related-products .slick-prev {
    left: 39%;
}

.related-products .slick-next {
    right: 39%;
}

.vendor .dealer-outer {
    margin-bottom: 50px;
}

.export .dealer-outer {
    margin-bottom: 50px !important;
}

.inpd-part {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
    transition: .2s ease-in-out;
    border-radius: 10px;
}

.assistance-ourter .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #008900;
    font-weight: 500;
}

.prs1 {
    background-image: url("../imgs/Merchandise-Scale-Model.webp");
}

.prs2 {
    background-image: url("../imgs/Merchandise-Brand-Wear.webp");
}

.prs3 {
    background-image: url("../imgs/Merchandise-Scale-Novelities.webp");
}

.inpd-part:hover {
    opacity: .8;
}

.indep-prds-outer {
    padding-bottom: 50px;
}

.inpd-part a {
    position: absolute;
    left: 20px;
    bottom: 12px;
}

.inpd-part a h3 {
    color: #000;
    font-size: 30px;
}
.future-innovation .nnr-details p {
    margin-bottom: 20px;
}
#futureTabsContent img{border-radius: 10px;}
.inpd-part a hr {
    border: none;
    border-bottom: 6px solid #008900;
    opacity: 1;
    margin-top: -10px;
    width: 80px;
}

.cta-indp {
    background-color: #008900;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 50px;
}

.hds {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}


.hds .title-stnd {
    margin-bottom: 0;
}

.innr-indp {
    align-items: center;
}

.nws-detils {
    padding-left: 20px;
}

.innr-indp p {
    font-size: 20px;
    margin-bottom: 0;
}

.dte {
    color: #008900;
}

.news-indep {
    margin-bottom: 20px;
}

.innr-indp img {
    width: 80px;
    margin-right: 10px;
}

.indpt-abut {
    margin: 50px auto;
}

.innr-indp .sub-title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
}

.btn.btn-primary.wht-cl {
    border: 1px solid #fff !important;
    background-color: transparent;
}

.dwnlod-vrt {
    display: flex;
}

.single-product .slick-next {
    right: 40%;
}

.single-product .slick-prev {
    left: 40%;
}

.product-rnge-page .infrastructure-banner {
    background-image: url(../imgs/product-range-bg.jpg);
}

.areas-home .card-area:hover a {
    color: #fff;
}

.ars-rw .col a {
    width: 100%;
}

.quality-page .infrastructure-banner {
    background-image: url(../imgs/Quality-bg.jpg);
}

.future-innovation .infrastructure-banner {
    background-image: url(../imgs/Innovation-banner.webp);
}

.assistance .infrastructure-banner {
    background-image: url(../imgs/Customer-Assitance.jpg);
}

.infrastructure .infrastructure-banner {
    background-image: url(../imgs/infrastructure-banner.jpg);
}

.faq-ots {
    margin-top: 50px;
}

.futute-invs-outer {
    margin-top: 50px;
}

.futute-invs-outer .nav-item .nav-link {
    width: 100%;
    border: none;
    font-family: "Krub", sans-serif;
    border-radius: 15px 15px 0 0;
    font-size: 24px;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
}

.futute-invs-outer .nav-item .nav-link:hover {
    color: #008900;
}

.futute-invs-outer nav-link.active {
    color: #008900;
}

.future-innovation .indt-cntct {
    min-height: auto;
    background-image: url(../imgs/conatct-img.jpg);
}
.merchandise .indt-cntct {
    background-image: url(../imgs/conatct-img.jpg);
}

.futute-invs-outer .tab-content {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 10px 10px;
    border: none;
}

.futute-invs-outer .nav-tabs {
    justify-content: center;
    border: none;
}

.futute-invs-outer h3 {
    font-size: 26px;
}

.futute-invs-outer ul li p {
    margin-bottom: 0;
}

.csr .infrastructure-banner {
    background-image: url(../imgs/csr-bg.jpg);
}

.news-details p {
    margin-bottom: 0;
}

.testi-slider .news-details h4 {
    font-weight: 600;
    font-size: 20px;
}

/* .prdt-tests-dwns{background-color: #fff;padding: 60px 0;} */
.prdt-tests-dwns {
    padding-top: 60px;
}
.inpr-nevt{background-color: #fff;padding: 60px 0;}



/* Keep container fixed (no global hover) */
.social-icons {
    position: fixed;
    right: 0;
    z-index: 888;
    width: auto;
    top: 30%;
}

/* Each item hidden partially */
.social-icons ul li {
    position: relative;
    right: -100px; /* hide each item */
    transition: 0.3s;
}

/* Expand ONLY hovered item */
.social-icons ul li:hover {
    right: 0;
}

/* Link styling */
.social-icons ul li a {
    width: 150px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    color: #fff;
    font-size: 16px;
    background-color: #008900;
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
    box-shadow: -5px 5px 10px rgba(16, 16, 16, .05);
    transition: 0.3s;
}

/* Icon */
.social-icons ul li a i {
    font-size: 18px;
}

/* Text hidden */
.social-icons ul li a span {
    opacity: 0;
    transition: 0.3s;
}

/* Show text only on hover */
.social-icons ul li:hover span {
    opacity: 1;
}
.table-success th{background-color: #008900;color: #fff;}
.product-specifications table th{background-color: #008900;color: #fff;}