/* Ensure JS controls the motion */
@font-face {
    font-family: 'HDHyundai';
    src: url('../fonts/HDHyundai-Bold.woff2') format('woff2'),
        url('../fonts/HDHyundai-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HDHyundai';
    src: url('../fonts/HDHyundai-Light.woff2') format('woff2'),
        url('../fonts/HDHyundai-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'HDHyundai';
    src: url('../fonts/HDHyundai-Medium.woff2') format('woff2'),
        url('../fonts/HDHyundai-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

        html, body, div, span, applet, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, abbr, acronym, address, big, cite, code,
        del, dfn, em, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        b, u, i, center,
        dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,
        table, caption, tbody, tfoot, thead, tr, th, td,
        article, aside, canvas, details, embed,
        figure, figcaption, footer, header, hgroup,
        menu, nav, output, ruby, section, summary,
        time, mark, audio, video {
            font-family: 'HDHyundai';
        }
html {
    scroll-behavior: auto;
}
h1, .heading-size-1, h2, .heading-size-2, h3, .heading-size-3 {
    margin: 0px auto 20px;
}
p {
    line-height: 1.5;
    margin: 0 0 1em 0;
    font-size: 16px;
}
.header_newsletter ::-webkit-input-placeholder {opacity: 1;color:#eee;}
.header_newsletter :-moz-placeholder {opacity: 1;color:#eee;}
.header_newsletter ::-moz-placeholder {opacity: 1;color:#eee;}
.header_newsletter :-ms-input-placeholder {opacity: 1;color:#eee;}

.forminator-row ::-webkit-input-placeholder {   font-size: 15px; }
.forminator-row :-moz-placeholder {font-size: 15px;}
.forminator-row ::-moz-placeholder {font-size: 15px;}
.forminator-row :-ms-input-placeholder {font-size: 15px;}
/* Full-viewport sections */
.section-division {
    min-height: 100svh;
    position: relative;
    overflow: hidden;
}

/* Bullets (optional styling) */
.scrolling-bullets {
    position: fixed;
    left: 4.5%;
    top: 50%;
    transform: translateY(-80%);
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}

.scrolling-bullets li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px 0;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .15) inset;
    cursor: pointer;
    transition: transform .25s ease, background .25s ease;
}

.scrolling-bullets li.active {
    background: #fff;
    transform: scale(1.35);
}

/* Nice content reveal (optional) */
.section-division .video-overlay,
.section-division .column-left-description,
.section-division .column-right-products {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .6s ease, transform .7s ease;
}

.section-division.is-active .video-overlay,
.section-division.is-active .column-left-description,
.section-division.is-active .column-right-products {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {

    .section-division .video-overlay,
    .section-division .column-left-description,
    .section-division .column-right-products {
        transition: none;
        opacity: 1;
        transform: none;
    }
}





.scrolling-bullets li {
    list-style-type: none;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    margin: 10px 15px;
    transition: 0.3s ease;
}

.scrolling-bullets li.active {
    background-color: #00AE44;
    height: 25px;
}


/* .footer_main {
    display: none;
}

.footer_green_line {
    display: none;
} */

section.section-division {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0px;
    overflow: hidden;
    min-height: 100svh;
    /* better than 100vh on mobile */
    scroll-snap-align: start;
    /* snap at the top of each section */
    scroll-snap-stop: always;
}

.mid-container {
    width: 84%;
    margin: 0 auto;
}
.menu-open .category .mid-container {
    width: 84%;
}
.section-division video {
    height: 100vh;
    width: 100% !important;
}

.section-division video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.video-overlay {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: linear-gradient(to bottom, #ffffff00, #000000);
    z-index: 0;
    padding: 250px 0 70px;
}

.video-overlay .section-title {
    color: #00AE44;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 0 5px;
    line-height: 50px;
}
section#sec6 .video-overlay .section-title, section#sec7 .video-overlay .section-title {
    max-width: 50%;
}
.video-overlay h3 {
    color: #fff;
    margin: 0px 0 25px;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0px;
}

.video-overlay p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
}
.home-section-6 .video-overlay p, .home-section-7 .video-overlay p {
    margin: 0px 0 15px;
}
a.btn-knowmore {
    background: #fff;
    padding: 13px 42px 8px;
    border-radius: 30px;
    font-size: 16px;
    color: #000;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.column-left-description {
    padding-right: 15%;
}

.column-right-products h3 {
    margin: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.column-right-products h4 {
    margin: 3px 0px 15px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.products-list {
    border: 3px solid #fff;
    border-radius: 15px;
    padding: 38px 25px 25px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.column-right-products .products-list:hover {
    background: rgb(255 255 255 / 30%);
    border-color: #ffffff00;
}

.section-division .mid-container {
    float: right;
    width: 92%;
}

.section-division .column-right-products a.btn-knowmore {
    background: transparent !important;
    color: #00AE44;
    padding: 0px 0px;
    line-height: normal;
    font-size: 14px;
    display: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.4s;
    position: absolute;
    font-weight: 600;
    border: 0px !important;
    width: 100%;
    left: 0px;
}

.section-division .column-right-products a.btn-knowmore:hover {
    background: transparent !important;
    transform: scale(1.1);
}

.column-right-products .products-list:hover a.btn-knowmore {
    display: block
}

.products-list:hover h4 {
    color: #00AE44;
}


.product-details {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.4s;
}

.column-right-products .products-list:hover .product-details {
    transform: translateY(-15px);
}

.video-overlay .column-right-products p {
    margin-bottom: 15px;
}

/* Easing for the track */
#owl-excavator .owl-stage {
    transition-timing-function: ease-in-out;
}

/* Hint the browser to animate transforms smoothly */
#owl-excavator .owl-item {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

div#owl-excavator.initial-scroll {
    margin-left: 5%;
}

.column-right-products {
    width: 100%;
}



.video-background img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    object-position: bottom;
}

#sec5 .video-overlay {
    padding: 0px;
}

article.ase-slider h2 {
    color: #00AE44;
    margin: 0px;
}

section#sec5 h2 {
    color: #00AE44;
    margin: 0 0;
    position: relative;
    top: 80px;
}

section#sec5 {
    background-position: center -355px !important;
    background-size: 2000px !important;
    background-repeat: no-repeat !important;
}

.products-slider:after {
    clear: both;
    display: block;
    content: "";
}

section#sec5 {
    padding: 70px 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

section#sec5.section-division .mid-container {
    float: none;
    width: 84%;
}

.products-slider {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#sec6 .video-background img {
    object-position: top;
}

.section-division a.btn-knowmore {
    border: 1px solid #fff;
}
.home-section-6.section-division a.btn-knowmore, .home-section-7.section-division a.btn-knowmore {
    margin-top: 15px;
}
.section-division a.btn-knowmore+a.btn-knowmore {
    margin-left: 15px;
    background: transparent;
    color: #fff;
}

.section-division a.btn-knowmore:hover {
    background: #002454 !important;
    color: #00AE44 !important;
    border-color: #002454 !important;
}


.logo-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}
.getinbutton .contact_button_header {
    margin-left: 0px;
    background: #fff;
    border-radius: 30px;
    color: #002454 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 42px 8px;
    display: block !important;
}
.getinbutton .contact_button_header:hover{
    background:#002454;
    color:#00AE44 !important;
}

.item-slide.slide-hl775-9 .item-product-image {
    top: 210px;
}

.item-slide.slide-hl775-9 .item-product-image img {
    height: 365px;
}

.item-slide.slide-hx35az .item-product-image {
    top: 50px;
}

.slide-hx35az .item-product-image img {
    height: 500px;
}

.item-slide.slide-hl760-9 {
    --dx: 138px;
    --dy: 172px;
}
#productCarousel .owl-item.center .slide-hl760-9 .item-product-image {
    top: 157px;
    transform: translateX(-65%) translateY(-45px);
}
#productCarousel .owl-item.center .slide-hl760-9 .item-product-image img {
    /* top: 116px; */
    height: 440px;
}
.item-slide.slide-hx60g {
    --dx: 126px;
    --dy: 145px;
}
#productCarousel .owl-item.center .slide-hx60g .item-product-image {
    top: 153px;
    transform: translateX(-60%) translateY(-62px);
}
#productCarousel .owl-item.center .slide-hx60g .item-product-image img {
    /* top: 116px; */
    height: 440px;
}

#productCarousel .owl-item.center .slide-hx380l .item-product-image img {
    height: 570px;
}
#productCarousel .owl-item.center .slide-hx380l .item-product-image {
    top: -40px;
    transform: translateX(-66%) translateY(-6px);
}
.item-slide.slide-hx380l {
    --dx: 45px;
    --dy: 150px;
}

#productCarousel .owl-item.center .slide-hx360l .item-product-image img {
    height: 570px;
}
#productCarousel .owl-item.center .slide-hx360l .item-product-image {
    top: -40px;
    transform: translateX(-66%) translateY(-6px);
}
.item-slide.slide-hx360l {
    --dx: 45px;
    --dy: 150px;
}

#productCarousel .owl-item.center .slide-hx300sg .item-product-image img {
    height: 480px;
}
#productCarousel .owl-item.center .slide-hx300sg .item-product-image {
    top: 32px;
    transform: translateX(-66%) translateY(-6px);
}
.item-slide.slide-hx300sg {
    --dx: 100px;
    --dy: 156px;
}


.item-product-details a.btn-knowmore {
    font-size: 15px;
    padding: 13px 25px 8px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    font-weight: 500;
}

.item-product-details a.btn-knowmore+a.btn-knowmore {
    background: transparent;
    color: #fff;
    margin-left: 10px;
}

.item-product-details a.btn-knowmore:hover {
    background: #002454 !important;
    color: #00AE44 !important;
    border-color: #002454 !important;
}

.item-product-details li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.item-product-details strong {
    color: #00AE44;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.slider-item {
    text-align: center;
    position: relative;
}

.active .item-product-details {
    display: block;
}

.item-product-details {
    position: relative;
    left: 50%;
    top: -200px;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    display: none;
    z-index: 9;
}

.item-product-image {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-55%);
    width: 100%;
}

.item-product-image img {
    max-height: 600px;
    object-fit: contain;
}

.item-product-details h4 {
    margin: 0px;
    color: #00AE44;
}

.item-product-details h3 {
    color: #fff;
    font-size: 17px;
    margin: 0px;
    font-weight: 400;
}

.item-product-details ul {
    padding: 0px;
    margin: 15px 0 25px;
    color: #fff;
    font-size: 16px;
}


/* Allow peeking (stagePadding) */
#productCarousel .owl-stage-outer {
    overflow: visible;
}

/* If any parent container has overflow hidden, remove it */
.container,
.section,
.row {
    overflow: visible;
}

/* Visual emphasis on center */
#productCarousel .item-slide {
    transition: transform 380ms ease, opacity 380ms ease, box-shadow 380ms ease;
    transform: scale(0.86);
    opacity: 0.35;
    will-change: transform, opacity;
}

#productCarousel .owl-item.center .item-slide {
    transform: scale(1);
    opacity: 1;
    border-radius: 18px;
}

/* Thumbs */
#productThumbs {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    margin-top: 16px;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: max-content;
    background: #ffffff29;
    transform: translateX(-50%);
    border-radius: 30px;
    padding: 5px;
    border: 1px solid #ffffff1c;
}

#productThumbs .thumb {
    background: transparent;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
    border: 0px;
    outline: none;
    text-decoration: none;
    font-weight: 400;
}

#productThumbs .thumb.active {
    background: #00AE44;
    font-weight: 600;
}

.ase-slider .owl-nav button {
    width: 35px;
    height: 35px;
    display: flex;
    border: 1px solid #fff !important;
    border-radius: 30px;
    color: #fff !important;
    font-size: 25px !important;
    line-height: 0px !important;
    align-items: center;
    justify-content: center;
    outline: none;
    text-decoration: none;
}

.ase-slider .owl-nav button span {
    display: block;
    line-height: 0px;
    font-size: 29px;
    height: 5px;
    font-family: 'Montserrat' !important;
}

.ase-slider .owl-nav button:hover {
    opacity: 1;
}

.ase-slider .owl-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 100px;
    left: 8%;
}

div#productCarousel {
    position: static;
}



/* Final/active offsets per product (edit these) */
.item-slide.slide-r210w {
    --dx: 155px;
    --dy: 200px;
}
.item-slide.slide-r180w {
    --dx: 120px;
    --dy: 175px;
}

.item-slide.slide-hx220hd {
    --dx: 145px;
    --dy: 120px;
}

.item-slide.slide-r140w {
    --dx: 70px;
    --dy: 30px;
}

.item-slide.slide-hl775-9 {
    --dx: 140px;
    --dy: 94px;
}

.item-slide.slide-hx35az {
    --dx: -18px;
    --dy: 60px;
}

.item-slide.slide-hx800l {
    --dx: 124px;
    --dy: 90px;
}

.item-slide.slide-hx500l {
    --dx: 163px;
    --dy: 152px;
}
.item-slide.slide-r430lc {
    --dx: 150px;
    --dy: 250px;
}
/* Default if not set */
.item-slide {
    --dx: 0px;
    --dy: 0px;
}


/* BASE (off-center): slightly down & faded */
.item-product-details {
    position: relative;
    left: 50%;
    top: -200px;
    display: inline-block;
    text-align: left;
    opacity: 0;
    transform: translate(calc(-50% + 0px), 24px) scale(0.98);
    /* base */
    transition:
        transform 900ms cubic-bezier(.2, .7, .2, 1),
        opacity 900ms cubic-bezier(.2, .7, .2, 1);
    will-change: transform, opacity;
}

/* ACTIVE (center): move to per-slide target offsets */
#productCarousel .owl-item.center .item-slide .item-product-details {
    opacity: 1;
    transform: translate(calc(4px + var(--dx)), var(--dy)) scale(1);
}

/* Optional: different durations per slide if you like */

.item-product-details.slide-r180w {
    transition-duration: 1820ms;
}

.item-product-details.slide-hx220hd {
    transition-duration: 1820ms;
}

.item-product-details.slide-r140w {
    transition-duration: 1820ms;
}

.item-product-details.slide-hl775-9 {
    transition-duration: 1820ms;
}

.item-product-details.slide-hx35az {
    transition-duration: 1820ms;
}

.item-product-details.slide-hx800l {
    transition-duration: 1980ms;
}

.item-product-details.slide-hx500l {
    transition-duration: 1900ms;
}

.item-product-details ul li {
    opacity: 0;
    transform: translateY(8px);
    transition: transform 600ms ease, opacity 600ms ease;
}

#productCarousel .owl-item.center .item-product-details ul li {
    opacity: 1;
    transform: translateY(0);
}

#productCarousel .owl-item.center .item-product-details ul li:nth-child(1) {
    transition-delay: 100ms;
}

#productCarousel .owl-item.center .item-product-details ul li:nth-child(2) {
    transition-delay: 180ms;
}

#productCarousel .owl-item.center .item-product-details ul li:nth-child(3) {
    transition-delay: 260ms;
}

#productCarousel .item-slide {
    transition: transform 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
    transform: scale(0.86);
    opacity: 0.35;
}

#productCarousel .owl-item.center .item-slide {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
    border-radius: 18px;
}

.item-product-image {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-55%) translateY(0);
    width: 100%;
    transition: transform 900ms cubic-bezier(.2, .7, .2, 1);
}

#productCarousel .owl-item.center .slide-hl775-9 .item-product-image {
    transform: translateX(-65%) translateY(-45px);
}

#productCarousel .owl-item.center .slide-r180w .item-product-image {
    transform: translateX(-65%) translateY(-6px);
}

#productCarousel .owl-item.center .item-product-image {
    transform: translateX(-55%) translateY(-6px);
}

#productCarousel .owl-item.center .slide-hx220hd .item-product-image {
    transform: translateX(-65%) translateY(-40px);
}
#productCarousel .owl-item.center .slide-r210w .item-product-image {
    transform: translateX(-65%) translateY(-25px);
}
#productCarousel .owl-item.center .slide-hx500l .item-product-image {
    transform: translateX(-65%) translateY(42px);
}
#productCarousel .owl-item.center .slide-hx500l .item-product-image img {
    height: 550px;
}
#productCarousel .owl-item.center .slide-r430lc .item-product-image {
    transform: translateX(-70%) translateY(-16px);
}
#productCarousel .owl-item.center .slide-hx800l .item-product-image {
    transform: translateX(-59%) translateY(79px);
}
#productCarousel .owl-item.center .slide-hx800l .item-product-image img {
    max-height: 500px;
}
/* disabled nav look */
.ase-slider .owl-nav button.is-disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

/* (optional) also prevent focus ring on disabled */
.ase-slider .owl-nav button.is-disabled:focus {
    outline: none;
}



/* header section */
.inputform {
    position: relative;
    width: 85%;
    margin-top: 20px;
    display: block;
}

.header_newsletter input[type="email"] {
    background: rgba(255, 255, 255, 0.40);
    border: 0px;
    border-radius: 30px;
    color: #fff;
    outline: none;
    height: 50px;
}

.header_newsletter input[type=submit] {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 30px;
    height: 50px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 600;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.menu-column.newsletter .menutitle {
    color: #00AE44;
}

.menu-column p {
    color: #fff;
    font-size: 16px;
}

.menu-column strong {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    line-height: normal;
    font-size: 18px;
}

.social-media-links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.social-media-links img {
    height: 40px;
    display: inline-block;
    object-fit: contain;
}

.Home-menu a {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

.Home-menu {
    margin: 0 0 30px;
}

.menu-column ul {
    padding: 0px;
    margin: 0px;
}

.menu-column ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu-column ul li a {
    color: #fff;
    font-size: 16px;
}
.menu-column ul li a:hover{
    color: #00AE44;
}
.menutitle {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px;
}
.menutitle a {
    color: #fff;
}
header {
    position: fixed;
    z-index: 99999;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 35px 0 35px;
    background: linear-gradient(to top, #ffffff00, #000000) !important;
}
header .logo img {
    width: 260px;
}
.menu-open header {
    background: transparent;
    padding-bottom: 0px;
}

.head-footcontent {
    position: absolute;
    bottom: 0px;
    padding: 30px 0px;
}

.head-footcontent p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
}

.head-footcontent a {
    color: #fff;
    font-weight: 600;
}

header {
    --line-h: 2px;
    --icon-w: 25px;
    --icon-h: 24px;
    --ease: cubic-bezier(.22, .61, .36, 1);
    --speed: 300ms;
    --overlay-bg: rgba(0, 0, 0, .55);
    --panel-bg: #fff;
}

/* ===== Menu Icon ===== */
.menu-icon {
    width: var(--icon-w);
    height: var(--icon-h);
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    transition: transform var(--speed) var(--ease);
    position: relative;
    -webkit-tap-highlight-color: transparent;
    float: right;
    gap: 0px;
    flex-wrap: wrap;
    top: 5px;
}

.menu-icon:focus-visible {
    outline: 2px solid #000;
    outline-offset: 4px;
    border-radius: 6px;
}

.menu-icon .line {
    height: var(--line-h);
    background: #fff;
    border-radius: 999px;
    transition: transform var(--speed) var(--ease),
        width var(--speed) var(--ease),
        opacity var(--speed) var(--ease),
        background var(--speed) var(--ease);
    transform-origin: center;
    width: 100%;
}

/* Default staggered widths */
.menu-icon .line:nth-child(1) {
    width: 100%;
}

.menu-icon .line:nth-child(2) {
    width: 50%;
}

.menu-icon .line:nth-child(3) {
    width: 85%;
}


.menu-icon:hover .line:nth-child(1) {
    width: 50%;
}

.menu-icon:hover .line:nth-child(2) {
    width: 100%;
}

.menu-icon:hover .line:nth-child(3) {
    width: 90%;
}
html.menu-open .menu-icon:hover .line:nth-child(1){
 width: 90%;
}

.menu-icon:hover {
    transform: translateY(-1px);
}

#fullscreen-menu[hidden] {
    display: none !important;
}

html:not(.menu-init) #fullscreen-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: none !important;
}

#fullscreen-menu {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    align-items: center;
    background: #002454;
    z-index: 999;
    padding: 150px 8% 0px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: none;
}
nav#fullscreen-menu .row .menu-column + .menu-column {
    margin-top: 15px;
    /* min-height: 351px; */
}
.menu-column {
    min-height: 220px;
}
.menu-init #fullscreen-menu {
    transition: opacity var(--speed) var(--ease);
}

.menu-init #fullscreen-menu .panel {
    transition: transform 420ms var(--ease), opacity 420ms var(--ease), filter 420ms var(--ease);
}

.menu-open #fullscreen-menu {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
}

/* Semi-transparent dark overlay */
#fullscreen-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--overlay-bg);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity var(--speed) var(--ease);
}

html.menu-open #fullscreen-menu::before {
    opacity: 1;
}

/* The white panel that gently pops in */


#fullscreen-menu .panel {
    position: relative;
    transform: translateY(18px) scale(.96);
    opacity: 0;
    filter: blur(6px);
    will-change: transform, opacity, filter;
    height: 100%;
}


html.menu-open #fullscreen-menu .panel {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
}



.menu-icon .line {
    position: relative;
    left: 0;
}

html.menu-open .menu-icon .line {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

html.menu-open .menu-icon .line:nth-child(1) {
    top: calc(50% - var(--line-h)/2);
    transform: rotate(45deg);
}

html.menu-open .menu-icon .line:nth-child(2) {
    top: calc(50% - var(--line-h)/2);
    opacity: 0;
    transform: scaleX(0);
}

html.menu-open .menu-icon .line:nth-child(3) {
    top: calc(50% - var(--line-h)/2);
    transform: rotate(-45deg);
}

/* ===== Menu Content Styles ===== */
.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: grid;
    gap: 14px;
}

.menu-list a {
    text-decoration: none;
    color: #111;
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 600;
    line-height: 1.2;
    transition: transform 180ms var(--ease), opacity 180ms var(--ease);
}

.menu-list a:hover {
    transform: translateY(-2px);
}

/* Stagger-in effect for links */
html.menu-open .menu-list li {
    opacity: 1;
    transform: translateY(0);
    transition: transform 420ms var(--ease), opacity 420ms var(--ease);
}

.menu-list li {
    opacity: 0;
    transform: translateY(6px);
}

.menu-list li:nth-child(1) {
    transition-delay: 60ms;
}

.menu-list li:nth-child(2) {
    transition-delay: 120ms;
}

.menu-list li:nth-child(3) {
    transition-delay: 180ms;
}

.menu-list li:nth-child(4) {
    transition-delay: 240ms;
}

.menu-list li:nth-child(5) {
    transition-delay: 300ms;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}


.whatsapp-link a {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    text-decoration: none;
    position: relative;
    background: #28D366;
    border-radius: 30px;
    padding: 7px;
    height: 45px;
    min-width: 45px;
}
.whatsapp-link a:hover .wa-label{
    padding-left: 10px; padding-right: 10px;
}
.whatsapp-link a img {
    height: 20px;
    display: block;
    object-fit: contain;
}
.wa-label {
  /* delay opacity on LEAVE for smoother exit */
  --op-delay: 350ms;
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: normal;

  /* animate width, slide, padding and fade */
  transition:
    max-width 650ms cubic-bezier(.22,.61,.36,1),
    transform 650ms cubic-bezier(.22,.61,.36,1),
    padding   650ms cubic-bezier(.22,.61,.36,1),
    opacity   380ms cubic-bezier(.22,.61,.36,1) var(--op-delay);

  will-change: max-width, transform, opacity, padding;
  margin-top: 5px;
}

/* Reveal on hover or keyboard focus */
.whatsapp-link a:hover .wa-label,
.whatsapp-link a:focus-visible .wa-label {
  max-width: 220px;   /* enough to show full text */
  opacity: 1;
  padding-left: 10px;
  padding-right: 10px;

  /* on ENTER, fade starts immediately */
  --op-delay: 0ms;
}
.Home-menu + .row {
    margin-bottom: 50px;
}

/* Single page styles */
section.single-section-1.single-division {
    display: flex;
    align-items: center;
    min-height: 100vh;
}
strong.news-title a {
    padding: 6px 10px 2px;
    color: #fff;
    background: #0c843c;
    display: inline-block;
}
.image-background {
    position: absolute;
    top: 0px;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    width: 100%;
    left: 0px;
    height: 100vh;
       z-index: 0;
}
section.single-section-1.single-division .image-background:before {
    content: "";
    background: #00000099;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.single-section-1 h1.section-title {
    color: #00AE44;
    font-size: 52px;
    font-weight: 700;
    margin: 0px 0 10px;
    line-height: normal;
}

.single-section-1 .column-left-description {
    color: #fff;
    margin: 0px;
}

.single-section-1 .column-left-description h2 {
    margin: 0px 0 20px;
}

.image-background img {
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
}

.single-product-details {
    position: fixed;
    bottom: 30px;
    left: 0px;
    width: 100%;
    z-index: 111;
}

.single-product-details ul {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 15px 15px 13px 15px !important;
    list-style: none;
    background: #000000ad;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    width: fit-content;
    gap: 20px;
    font-size: 14px;
}

.single-product-details ul li {
    margin: 0px;
    padding: 0px 15px;
}

.single-product-details ul li:first-child {
    padding-left: 15px;
}

.single-product-details ul strong {
    display: block;
    color: #00AE44;
    font-weight: 600;
}

.single-product-details .mid-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-details a.btn-knowmore {
    padding: 13px 34px 8px;
    font-weight: normal;
    display: flex;
    font-size: 15px;
    align-items: center;
    gap: 4px;
}

.single-section-4-title {
    background: #00AE44;
    padding: 17px 0 9px;
    color: #fff;
}

section.single-section-2.single-division {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 00px 0px 0px;
    position: sticky;
    top: 0px;
    z-index: -1;
}

section.single-section-3 {
    padding: 0px;
    background: linear-gradient(to top, #ffffff 80%, #ffffff00 100%);
    position: relative;
    /* height: 100vh; */
}

.single-section-4-title h3 {
    margin: 0px;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0px;
}

section.single-section-2 h2 {
    color: #00AE44;
    text-align: center;
    font-weight: 600;
    font-size: 52px;
    width: 600px;
    line-height: 64px;
    margin: 0px auto;
}

section.single-section-4.single-division {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0px;
}






.single-product-details ul {
    --collapse-duration: 600ms;
    --collapse-ease: cubic-bezier(0.7, 2, 0.36, 1);
    --li-max-open: 260px;
}

.single-product-details ul {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    transition:
        padding var(--collapse-duration) var(--collapse-ease),
        gap var(--collapse-duration) var(--collapse-ease),
        transform var(--collapse-duration) var(--collapse-ease),
        opacity var(--collapse-duration) var(--collapse-ease);
    will-change: transform, padding, gap, opacity;
    transform-origin: left center;
}

.single-product-details ul.is-collapsed {
    gap: 0px;
    padding: 8px 16px;
    transform: scale(0.96);
    opacity: 0.98;
}


.single-product-details ul li {
    overflow: hidden;
    transition:
        opacity var(--collapse-duration) var(--collapse-ease),
        transform var(--collapse-duration) var(--collapse-ease),
        max-height var(--collapse-duration) var(--collapse-ease),
        margin var(--collapse-duration) var(--collapse-ease),
        padding var(--collapse-duration) var(--collapse-ease);
    will-change: opacity, transform, max-height, margin, padding;

    max-height: var(--li-max-open);
}


.single-product-details ul.is-collapsed li:not(.keep-on-collapse) {
    opacity: 0;
    transform: translateY(-8px) scaleY(0.98);
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: none;
    display: none;
}


.single-product-details ul li.keep-on-collapse {
    opacity: 1;
    transform: translateY(0);
    padding: 0 10px 0 0px;
}
.single-product-details ul.is-collapsed li.keep-on-collapse:last-child {
    padding-right: 0px;
}
.single-product-details ul.is-collapsed li.keep-on-collapse {
    opacity: 1;
    transform: translateY(0);
    /* Example micro-lift if you like:
     transform: translateY(-2px);
  */
}

/* section 03 */
.single-section-3 .single-section-3-background {
    position: relative;
    overflow: hidden;
}

.single-section-3 .single-section-3-background img {
    width: 100%;
    height: auto;
    max-width: 100%;
    transform-origin: center center;
    will-change: transform;
    transform: scale(1.1) translateZ(0);
    max-height: 100vh;
    object-fit: contain;
}


section.single-section-5.single-division {
    position: relative;
    padding: 50px 0 100px;
    background: #fff;
    margin: 0px;
    z-index: 1;
}

i.fa-solid.fa-cloud-arrow-down:after {
    content: "\f019";
    font-family: FontAwesome !important;
    font-style: normal;
}
.single-overlay {
    width: 100%;
}

.specify-details h4 {
    margin: 0 0 15px;
    font-size: 26px;
    color: #00AE44;
}
.specify-details table {
    margin: 0px;
    border: 0px;
    border-color: snow;
    color: #002454;
    font-weight: bold;
    padding: 0px;
}
.specify-details {
    padding: 30px 0;
}
.specify-details table td:nth-child(2) {
    font-weight: normal;
}

section.single-section-5.single-division h3 {
    color: #00AE44;
    font-size: 36px;
}
article.related-product-card h4 {
    margin: 0px;
}
a.related-product-image {
    height: 250px;
    display: inline-block;
    margin-bottom: 10px;
}
a.related-product-image img {
    height: 100%;
    object-fit: contain;
}
article.related-product-card h4 {
    margin: 0px;
    font-size: 26px;
}
.related-products a.btn-knowmore {
    border: 1px solid #dddddd6e;
    padding: 13px 34px 8px;
    font-size: 14px;
    color: #000000b0;
}
.related-products a.btn-knowmore:hover{
    background: #00AE44; color: #002454;
}
article.related-product-card {
    text-align: center;
    position: relative;
    z-index: 0;
}
article.related-product-card:before {
    content: "";
    border: 1px solid #00AE44;
    width: 100%;
    /* height: 100%; */
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50px;
    bottom: -20px;
    z-index: -1;
}

.btns {
    margin-top: 10px;
    gap: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
a:hover h3{
    color:#002454 ;
}
.specify-details table td {
    font-size: 16px;
    border-color: inherit;
}
section.single-section-video.single-division {
    position: relative;
    padding: 0px;
    z-index: 1;
}
section.single-section-video.single-division.visibilitychange {
    z-index: 0;
}
section.single-section-video:before {
    content: "";
    display: block;
    position: absolute;
    background: #00000066;
    width: 100%;
    height: 100%;
    top: 0px;
}
section.single-section-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.footer_main {
    z-index: 111;
}
section.single-section-6.single-division {
    position: relative;
    padding: 0px;
    z-index: 1;
}
.large-product-description {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0px;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}
.large-product-image {
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.large-product-description h2 {
    color: #00AE44;
}

.category-description h3 {
    font-size: 24px;
    margin: 0 0 20px;
}
.category-description h4 {
    font-size: 22px;
     margin: 0 0 20px;
}
.category-description {
    font-size: 16px;
}


/* Category Page Start */

section.inner-top-background {
    position: relative;
    top: 0;
    padding: 0;
    z-index: 0;
    height: 100vh;
}

.category-banner-background {
    height: 100%;
}

.category-banner-background img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.inner-top-background .video-background {
    height: 100%
}



.video-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: top
}

.inner_banner_div {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    z-index: 1111;
    text-align: left;
}

.inner_banner_div h2 {
    color: #fff;
    font-size: 44px;
    margin: 0 0 20px
}
.inner_banner_div h1 {
    color: #fff;
    font-size: 44px;
    margin: 0 0 20px
}
section.inner-top-background:after {
    content: "";
    display: block;
    background: linear-gradient(to top, #000000, #00000000);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    z-index: 1;
    position: absolute;
}

.inner_banner_content p {
    color: #eee;
    font-size: 16px;
    width: 900px;
    display: inline-block
}

section.inner-banner {
    padding: 0;
    margin-top: 300px
}

section.category-section {
    padding: 100px 0 0;
    position: relative;
    z-index: 0;
}

section.inner-banner h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 15px
}

nav.breadcrumbs ul li:after {
    content: "›";
    position: absolute;
    right: -4px;
    font-size: 28px;
    top: -8px;
    height: auto;
    line-height: normal;
    font-family: montserrat
}

nav.breadcrumbs ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}

nav.breadcrumbs ul li {
    padding: 0 20px;
    margin: 0;
    color: #fff;
    position: relative;
    font-size: 16px
}

nav.breadcrumbs ul li:first-child {
    padding-left: 0
}

nav.breadcrumbs ul li:last-child:after {
    content: none
}

section.category-section.category-divsion-2 {
    padding: 0px;
    height: 100vh;
    /* background-size: 63% !important; */
    background-position: bottom center !important;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 0;
    background-attachment: fixed;
}

section.category-section.category-divsion-2 h1 {
    margin: 0 0 30px;
    font-size: 36px;
    color: #00AE44;
    padding: 0 25%;
}

.category-divsion-2 p {
    color: #fff;
    font-size: 16px;
}

.category-divsion-2 .content-mid {
    padding: 0 10%;
}

section.category-section.category-divsion-2:before {
    content: "";
    height: 100%;
    background: linear-gradient(to top, #00000000, #000000);
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: -1;
}

section.category-section.category-divsion-2:after {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, #00000000, #000000de);
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: -1;
}

.search-products input[type="text"] {
    border-radius: 30px;
    background: #ffffff24;
    border-color: #ffffff69;
    width: 400px;
    display: inline-block;
    height: 40px
}

.search-products h2 {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    margin: 0 0 10px;
    position: absolute;
    right: 15px;
    top: -30px
}

.search-products {
    text-align: right;
    position: relative
}

.product-details {
    color: #000;
    margin: 0;
    padding: 0;
    border-radius: 30px;
    height: 100%;
    font-size: 16px
}

.products-lists .row .row .col-lg-12 .product-details {
    box-shadow: 0 8px 42px -12px #0000001f;
    border-bottom: 1px solid #28d37a42;
    text-align: center;
    padding: 0 40px;
    border-radius: 20px;
}

h5.category-name {
    position: absolute;
    right: 0px;
    background: #00AE44;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

h5.category-name span {
    transform: rotate(-90deg) translateX(0px) translateY(3px);
    display: block;
    white-space: nowrap;
}

.products-lists .row .row .col-lg-12:nth-child(even) h5.category-name {
    left: 0px;
    right: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0px;
}

h5.category-name span {
    color: #fff;
}

.products-lists .row .row .col-lg-12 {
    margin-bottom: 70px
}

.product-details ul {
    margin: 0 0 15px;
    list-style: none;
    padding: 0
}

section.category-section .product-details ul {
    display: flex;
    align-items: center;
}

section.category-section .product-details ul li {
    color: #002454;
}

section.category-section .product-details ul li:first-child {
    padding: 0px;
    margin: 0px;
}

section.category-section .product-details ul strong {
    display: block;
    text-align: left;
    color: #00AE44;
    font-size: 16px;
}

.product-details strong {
    font-weight: 600
}

.product-details strong:after {
    content: ":";
    margin: 0 5px
}

.product-details h5 {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 17px;
    color: #28D366
}

.category-section .product-details h3 {
    margin: 0 0 5px;
    font-size: 32px;
    font-weight: 600;
    color: #00AE44;
}

.products-lists .col-lg-6 {
    text-align: left;
}

.products-lists .row .row .col-lg-12:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.product-details>.row {
    display: flex;
    align-items: center
}

.product-details .product-image {
    height: 450px;
    margin-bottom: 0;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    margin-top: -55px;
}

.product-details .product-image img {
    height: 100%;
    width: 100%;
    object-fit: contain
}


.product-details .btn-knowmore {
    background: #002454;
    border: 0px;
    font-size: 16px;
    padding: 14px 40px 8px;
    color: #28d366;
    display: inline-block;
    border-radius: 30px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.product-details .btn-knowmore:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -12px rgba(0, 0, 0, .25)
}

.product-details .btn-knowmore.outline {
    margin-left: 20px;
    background: transparent;
    color: #002454;
    border-color: #002454
}

section.category-content {
    padding: 100px 0 150px
}

a.category-card__link {
    display: flex;
    align-items: center;
    text-align: center;
    background: #ffffff1c;
    border-radius: 50px;
    justify-content: center;
    width: 100%;
    padding: 0;
    border: 1px solid #ffffff1c
}

.other-categories h3 {
    color: #329f37;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin: 0 0 10px
}

.other-categories small {
    display: block;
    text-align: center;
    font-size: 17px;
    margin: 0 0 40px
}

.other-categories-lists {
    padding: 0;
    border-radius: 20px
}

.category-card {
    position: relative
}

h4.category-card__title {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #00AE44;
    margin: 0
}

.category-card .category-card__body {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(to bottom, #ffffff00, #002454);
    padding: 50px 0 10px;
    z-index: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.category-card .category-card__image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden
}

.category-card__image img {
    display: inline-block;
    width: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform .6s cubic-bezier(.22, .61, .36, 1)
}

.category-card:hover .category-card__image img {
    transform: scale(1.04)
}

.category-image {
    width: 80%;
    max-width: 90%
}

.category-content .column-left-description {
    padding: 0;
    position: relative
}

.category-content-inside {
    position: absolute;
    left: 60px;
    background: #fff;
    top: 41%;
    padding: 50px;
    box-shadow: 0 21px 42px -26px #0000001f;
    z-index: 99;
    border-radius: 18px
}

.category-content-inside h2 {
    margin: 0 0 5px;
    color: #329f37
}

.category-content-inside h3 {
    margin: 0 0 20px;
    font-size: 20px
}

.category-video {
    position: relative;
    z-index: 0;
    width: 90%;
    max-width: 90%;
    float: right;
    top: 40px
}

.category-video:before {
    content: "";
    background: #329f37;
    width: 100%;
    height: 100%;
    top: -40px;
    position: absolute;
    z-index: -1;
    right: -40px;
    border-radius: 16px
}

.category-video video {
    width: 100%;
    max-width: 100%;
    border-radius: 16px
}

.category-content-inside p {
    font-size: 16px;
    margin: 0
}

.category .mid-container {
    width: 75%
}

section.category-content-1 {
    padding: 30px 0 100px;
    position: relative;
    overflow: hidden
}

section.category-content-1 h2 {
    margin: 0 0 20px
}

/* ===== Scroll reveal animations ===== */
:root {
    --reveal-distance: 24px;
    --reveal-duration: .7s;
    --reveal-ease: cubic-bezier(.22, .61, .36, 1)
}

.reveal {
    opacity: 0;
    transform: translateY(var(--reveal-distance));
    transition: opacity var(--reveal-duration) var(--reveal-ease), transform var(--reveal-duration) var(--reveal-ease);
    will-change: opacity, transform
}

.reveal[data-stagger] {
    transition-delay: calc(var(--i, 0) * 90ms)
}

.reveal[data-anim="slide-left"] {
    transform: translateX(24px)
}

.reveal[data-anim="zoom-in"] {
    transform: scale(.98);
    opacity: 0
}

.reveal.in-view {
    opacity: 1;
    transform: none
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none
    }

    .category-card__image img {
        transition: none
    }
}

/* ===== Subtle parallax / zoom bg ===== */
.bg-zoom {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    will-change: transform;
    filter: saturate(1.02)
}

/* Minor utility */
.cta-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.grid {
    contain: layout paint size
}

.view-products-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    bottom: -70px;
}

.view-products-btn a {
    background: #ffffff52;
    display: flex;
    width: auto;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    padding: 5px 45px 0 35px;
    position: relative;
}

.view-products-btn a:hover {
    box-shadow: 0px 8px 21px -6px #28d36675;
}

.view-products-btn a>div {
    position: absolute;
    right: 32px;
    top: -10px;
}

.chevron {
    position: absolute;
    width: 10px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

section.category-videos {
    overflow: hidden;
}

#video-products .owl-stage-outer {
    width: 116%;
}

.item-category-video {
    border-radius: 14px;
    overflow: hidden;
}


.category-accordion-section {
    margin: 0;
    padding: 30px 0 70px;
}

.accordion {
    /* border: 1px solid #e5e7eb; */
    /* border-radius: 10px; */
    overflow: hidden;
    background: #fff;
}

.acc-item+.acc-item {
    border-top: 1px solid #e5e7eb;
}

.acc-trigger {
    width: 100%;
    text-align: left;
    padding: 20px 16px 10px;
    background: #00AE44;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    outline: none !important;
    text-decoration: none !important;
    border: 0px;
    border-radius: 6px;
}

.acc-icon::before {
    content: '+';
    display: inline-block;
    transition: transform .2s ease;
}

.acc-item.is-open .acc-icon::before {
    /* transform: rotate(90deg); */
    content: "_";
}

.acc-panel {
    overflow: hidden;
    transition: grid-template-rows .28s ease;
    display: grid;
    grid-template-rows: 0fr;
}

.acc-item.is-open .acc-panel {
    grid-template-rows: 1fr;
}

.acc-panel__inner {
    min-height: 0;
    padding: 30px 30px 15px;
    font-size: 16px;
}

.acc-panel[hidden] {
    display: none;
}

.accordion span {
    color: #fff;
    font-size: 15px;
}

.accordion h3 {
    margin: 0px;
}

.acc-item {
    margin: 0 0 10px;
}

.products-lists h2 {
    font-size: 28px;
    line-height: normal;
}
.accordion li span {
    color: #002454;
}
.accordion .acc-panel__inner ul {
    margin: 0px;
}
.acc-panel__inner span {
    color: #002454;
}
.acc-panel__inner b {
    color: #002454;
}
section.category-accordion-section.faq-section h2 {
    margin: 0px 0 25px;
}
.faq-section button.acc-trigger span {
    color: #002454;
}
.faq-section button.acc-trigger {
    background: transparent;
    color: #002454;
}
.faq-section .acc-item {
    margin: 0 0 0px;
    border-bottom: 1px solid #00000054;
}
section#category-lists h2 {
    margin: 0px 0 20px;
}
/* Category Page End */

/* Equipmkent page Start */

 .section-intro {
    color: #fff;
    font-size: 16px;
}
.equipment-division p {
    margin: 0px 0 10px;
}
.equipment-division a.btn-knowmore {
    margin-top: 20px;
}
#equipment-sec .equipment-background {
    height: 100vh;
}
.equipment-background {
    height: 60vh;
}
.equipment-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
section#equipment-sec5 h2 {
    margin: 0 0 30px;
}
section#equipment-sec5 {
    padding: 80px 0;
}
.equipment-division .product-details a.btn-knowmore {
    margin-top: 5px;
    margin-bottom: 5px;
}
section#equipment-sec2 .row, section#equipment-sec4 .row{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.equipment-division .row .column-left-description {
    padding-right: 0px;
}
.equipment-section-6 h1 {
    font-size: 34px;
    margin: 0px 0 30px;
}

.equipment-section-6 .wp-block-gutena-accordion-panel-title {
    background: #00AE44;
    color: #fff;
    border-radius: 10px;
}
.equipment-section-6 .wp-block-gutena-accordion-panel-title h6.wp-block-heading {
    color: #fff !important;
    line-height: normal !important;
    padding: 1px 5px 0px !important;
    font-size: 16px !important;
    vertical-align: middle;
}
.equipment-section-6 .wp-block-gutena-accordion  .wp-block-gutena-accordion-panel-title h6.wp-block-heading {
    color: #fff !important;
    font-size: 18px !important;
    line-height: normal !important;
    margin-top: 3px !important;
}
.equipment-section-6 .wp-block-gutena-accordion.faqaccordion .wp-block-gutena-accordion-panel-title h6.wp-block-heading {
    color: #000 !important;
}
.equipment-section-6 .wp-block-gutena-accordion-panel.gutena-accordion-block__panel {
    border: 0px;
    margin: 0 0 0px !important;
    box-shadow: none;
}
.equipment-section-6 .gutena-accordion-block>.gutena-accordion-block__panel.active>.gutena-accordion-block__panel-title {
    padding-bottom: 13px;
}

.equipment-section-6 .faqaccordion .wp-block-gutena-accordion-panel-title {
    background: #fff;
    color: #000;
    border-radius: 10px;
}
.equipment-section-6 .faqaccordion .wp-block-gutena-accordion-panel.gutena-accordion-block__panel {
    border: 0px;
    margin: 0 0 0px !important;
    box-shadow: none;
    border-bottom: 1px solid #000;
}
.equipment-section-6 .gutena-accordion-block__panel-content-inner {
    padding: 10px 30px !important;
}
section#equipment-sec5 h5.category-name {
    width: 100%;
    height: auto;
    bottom: 0px;
    padding: 10px;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0px;
}

section#equipment-sec5 h5.category-name span {
    transform: rotate(0);
}


section#equipment-sec5 ul li {
    padding: 0px;
    margin: 0px;
    color: #002454;
}
section#equipment-sec5 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px;
    margin: 0 0 10px;
    gap: 15px;
}
section#equipment-sec5  .product-details ul strong {
    display: block;
    text-align: left;
    color: #00AE44;
    font-size: 16px;
}
section#equipment-sec5 ul strong {
    display: block;
}
section#equipment-sec5 .product-details h3 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 600;
    color: #00AE44;
}
section#equipment-sec5 .item-slide {
    margin-bottom: 0px;
    margin-top: 55px;
}
section#equipment-sec5 .product-details {
    box-shadow: 0 8px 42px -12px #0000001f;
    padding: 30px;
    padding-bottom: 60px;
}
section#equipment-sec5 .product-details .product-image {
    height: 300px;
    margin-bottom: 0;
    border-radius: 15px;
    position: relative;
    display: inline-block;
    margin-top: -80px;
}
section#equipment-sec {
    height: 100vh;
}
.equipment-division {
    position: relative;
    padding: 0px;
    z-index: 0;
}
.equipment-division .product-details p {
    font-size: 14px;
}
/* Equipment page END */

.faqs.equipment-section-6 .wp-block-gutena-accordion .wp-block-gutena-accordion-panel-title h6.wp-block-heading {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

/* about Us Start */


section#about-us2 h2 {
    color: #00AE44;
    text-align: center;
    font-size: 32px;
}

section#about-us2 p {
    text-align: center;
    padding: 0 100px;
}

h2.vertical-style {
    position: absolute;
    transform: rotate(-90deg) translateY(-90px) translateX(40px);
    white-space: nowrap;
    top: 50%;
    color: #00AE44;
    font-size: 32px;
    /* transform: translateY(10px); */
}

section#about-us3 {
    background: #001632;
    padding: 0px;
    overflow: hidden;
}

.slider {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding: 0;
}

.slider li {
    position: relative;
    background: none no-repeat center/cover;
    min-height: 100%;
    overflow: hidden;
    flex-grow: 1;
    transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0px;
    margin: 0px;
}

.slider li.category-card:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    background: #0000007a;
    width: 100%;
    height: 100%;
}

.slider li:hover {
    flex-grow: 5;
}

.slider .category-card__desc ul {
    padding: 0px;
    margin: 0px 0 20px;
}

.slider .category-card__desc li {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

.slider .category-card__desc li:before {
    content: "-";
    margin-right: 5px;
}

.slider-content-hover {
    display: none;
    opacity: 0;
    width: 650px;
}

.slider .category-card__slider {
    transform: rotate(-90deg) translateY(10px) translateX(40px);
    position: absolute;
    top: 50%;
    margin: 0px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.slider .category-card h2 {
    color: #fff;
    white-space: nowrap;
    display: block;
    margin: 0 0 20px;
}

.slider .category-card:hover .category-card__slider {
    position: absolute;
    transform: rotate(0deg) translateY(0px) translateX(0px);
    top: auto;
    bottom: 0px;
    padding: 60px;
    white-space: normal;
    text-align: left;
}

.slider .category-card:hover .slider-content-hover {
    display: block;
    opacity: 1;
}

.slider a.btn-knowmore {
    white-space: nowrap;
}

.tl-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    padding: 0px;
}

.tl-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.tl-bg:before {
    content: "";
    background: rgba(0, 36, 84, 0.60);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.tl-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .6s ease;
}

.tl-section .mid-container {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
}

.tl-slide.is-active {
    opacity: 1;
}

.tl-slide img,
.tl-slide video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.tl-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .45), rgba(0, 0, 0, .45));
}

.tl-grid {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
}

.tl-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
}

.tl-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 30px;
    letter-spacing: 0px;
    opacity: 1;
    color: #00AE44;
    position: relative;
}

.tl-years {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    width: fit-content;
}

.tl-years li {
    cursor: pointer;
    padding: 14px 0px;
    border-radius: 999px;
    transition: background .25s ease, transform .2s ease;
    font-weight: 500;
    letter-spacing: .04em;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    user-select: none;
    margin: 0px;
    position: relative;
    font-size: 24px;
}

.tl-years li:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 45px;
    left: 30px;
    /* transform: translateX(-34%); */
}

.tl-years li.is-active:after {
    top: 54px;
    height: 35px;
}

.tl-years li:last-child:after {
    content: none;
}

.tl-years li:hover {
    transform: translateX(4px);
}

.tl-years li.is-active {
    color: #00AE44;
    font-weight: 700;
    font-size: 36px;
}

.tl-right {
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding-left: 70px;
}

.tl-panel {}

.tl-panel-inner {
    display: none;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    line-height: normal;
    font-size: 32px;
    width: 500px;
}

.tl-panel-inner.is-active {
    display: block;
}

@media (max-width: 900px) {
    .tl-grid {
        grid-template-columns: 1fr;
        padding: 5rem 4vw 2rem;
    }

    .tl-left {
        order: 1
    }

    .tl-right {
        order: 2;
        align-items: flex-start
    }

    .tl-title {
        margin-bottom: .5rem
    }



    .tl-years li {
        padding: .5rem .8rem
    }

    .tl-panel {
        margin-top: 1rem
    }
}



section#about-us5 {
    background: #00AE44;
    padding: 60px 0;
}

.about-us5 h2 {
    color: #fff;
    margin-bottom: 20px;
}

.about-us5 p {
    margin-bottom: 20px;
    color: #fff;
}

/* about css End */

/* who we are start */

section#whoweare3 {
    padding: 0;
}
.panel-vision {
    background: url(../images/vision-bg.webp) no-repeat 0 0;
    padding: 0;
}
.panel-mission {
    background: url(../images/mission-bg.webp) no-repeat 0 0;
    padding: 0;
}

.panel-values {
    background: url(../images/vision-bg.webp) no-repeat 0 0;
    padding: 0;
}

  
html.whoweare3-locked {
  overscroll-behavior: contain;
}
section#whoweare2 p {
    padding: 0 50px;
}

section#whoweare2 {
    text-align: center;
}

section#whoweare2 h2 {
    color: #00AE44;
    text-align: center;
    font-size: 32px;
}

section#whoweare2 p {
    text-align: center;
}

ul.who-we-are-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 30px;
    box-sizing: border-box;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

ul.who-we-are-list li {
    width: 23%;
    padding: 0px;
    margin: 0px;
    box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

ul.who-we-are-list h3 {
    font-size: 22px;
    color: #00AE44;
    margin: 0px 0 5px;
}

ul.who-we-are-list p {
    margin: 0px;
}
  #whoweare3 { min-height: 100vh; }
/* Layout */
.tabs-css-only {
    --tab-gap: 16px;
    --tab-radius: 10px;
    --tab-border: 1px solid #e5e7eb;
    --tab-accent: #111827;
    --tab-muted: #6b7280;
    --panel-bg: #ffffff;
    --btn-bg: #f9fafb;
    position: relative;
}

.tabs-css-only .tab-radio {
    display: none;
}

.tabs-css-only .tab-content {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    /* width: 1000px; */
    margin: 0 auto;
    text-align: center;
    height: 100vh;
}

.tab-content h2 {
    color: #00AE44;
    font-size: 30px;
    margin: 0 0 30px;
}

.tab-content p {
    font-size: 24px;
    color: #fff;
    line-height: normal;
}

ul.values-list strong {
    color: #00AE44;
}

/* Panels stacked; only the active one is visible */
.tabs-css-only .tab-panel {
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity .35s ease, transform .35s ease;
    display: none;
    height: 100%;
    padding: 0px;
}

#tab-vision:checked~.tab-content .panel-vision, #tab-mission:checked~.tab-content .panel-mission, #tab-values:checked~.tab-content .panel-values {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    align-items: center;
    justify-content: center;
}
.tabs-css-only .tab-panel>div {
    width: 1000px;
}
/* Buttons row */
.tabs-css-only .tab-buttons {
    display: flex;
    gap: 15px;
    margin-top: var(--tab-gap);
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 30px;
    justify-content: center;
    width: fit-content;
    padding: 10px 10px 5px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%);
}

.tabs-css-only .tab-btn {
    cursor: pointer;
    user-select: none;
    border-radius: 999px;
    padding: 7px 20px 3px;
    color: rgba(255, 255, 255, 0.60);
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .1s ease;
    outline: none;
    font-size: 16px;
}

.tabs-css-only .tab-btn:active {
    transform: translateY(1px);
}

.tabs-css-only .tab-btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .3);
}

/* Active button styling via :checked */
#tab-vision:checked~.tab-buttons #tabbtn-vision,
#tab-mission:checked~.tab-buttons #tabbtn-mission,
#tab-values:checked~.tab-buttons #tabbtn-values {
    color: #fff;
    background: #00AE44;
}

/* Simple content cosmetics */

.tabs-css-only .values-list {
    margin: 0;
    padding-left: 18px;
}

.tabs-css-only .values-list li {
    margin: 6px 0;
}

/* who we are end  */



.search-bar:before {
    content: "";
    display: block;
    background: url(../images/search-icon.svg) no-repeat;
    position: absolute;
    left: 12px;
    top: 14px;
    width: 30px;
    height: 30px;
}



section.inner-top-background.blogs-divsion-1 {
    height: auto;
    padding: 250px 0 50px;
    background: #002454;
}

.blogs-divsion-1 .inner_banner_div {
    position: static;
}

section.inner-top-background.blogs-divsion-1:after {
    content: none;
}

.blogs>.row {
    display: flex;
}

.blogs .col-lg-6 {
    margin-bottom: 30px;
    width: 50%;
    float: left;
}

.content-area.first-blog {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content-area.first-blog figure {
    width: 50%;
    padding-right: 30px;
}

.content-area.first-blog figcaption {
    width: 50%;
    padding-left: 30px;
    margin-top: 0px;
}

.blogs h2 {
    color: #00AE44;
    font-size: 30px;
    margin: 10px 0 20px;
}

.subpage_sction_main p {
    color: #162548;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}

.blogs a.btn-knowmore {
    background: #002454 !important;
    color: #fff;
}
.blogs a.btn-knowmore:hover {
    background: #00AE44 !important;
    color: #fff;
}
.blogs .content-area {
    margin-bottom: 0px;
    padding: 0;
    border: 0px;
    height: 100%;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.blogs figcaption strong {
    font-size: 16px;
    font-weight: 500;
    color: #162548;
    line-height: 18px;
    margin-bottom: 15px;
    display: block;
}
ul.wp-block-list li {
    color: #162548;
    font-size: 16px;
}
.blogs>.row .col-xs-12 {
    padding-bottom: 40px;
    /* margin-bottom: 40px; */
}

.blogs>.row .col-lg-6 {
    padding: 0px;
}

.blogs>.row .col-lg-6:nth-child(odd) .content-area {
    padding-right: 30px;
}

.blogs>.row .col-lg-6:nth-child(even) .content-area {
    padding-left: 30px;
    position: relative;
}

.blogs>.row .col-lg-6:nth-child(even) .content-area:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0px;
    background: #000;
    top: -20px;
}

.row>.col-lg-6:nth-last-child(-n+2) .content-area {
    border: 0px;
}

/* Pagination */
.pagination-nav {
    margin-top: 40px;
    text-align: center;
}

.pagination-nav ul {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 8px;
    padding: 0px;
    margin: 0px;
    align-items: center;
}

.pagination-nav a,
.pagination-nav span {
    border: 1px solid #002454;
    border-radius: 4px;
    text-decoration: none;
    color: #002454;
    width: 39px;
    display: flex;
    height: 39px;
    border-radius: 30px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 0px;
}

ul.page-numbers li {
    margin: 0px;
    padding: 0px;
}

.pagination-nav a:hover {
    background: #00AE44;
    color: #fff;
    border-color: #00AE44;
}

.pagination-nav .current {
    background: #00AE44;
    color: #fff;
    border-color: #00AE44;

}

.pagination-nav a.next.page-numbers:hover {
    background: transparent !important;
    color: #00AE44;
}

.pagination-nav a.prev.page-numbers:hover {
    background: transparent !important;
    color: #00AE44;
}

.pagination-nav a.next.page-numbers,
.pagination-nav a.prev.page-numbers {
    width: auto;
    border: 0px;
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
    line-height: normal;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
    flex-wrap: wrap;
    width: 500px;
    position: relative;
}

.search-bar input {
    flex: 1;
    min-width: 100%;
    padding: 12px 34px;
    font-size: 1rem;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: border-color 0.3s;
    background: transparent;
    color: #fff;
    font-size: 16px;
    height: 46px;
}

.search-bar input:focus {
    border-color: #0073aa;
    outline: none;
}

.btn-search {
    padding: 0px 25px;
    background-color: #00AE44;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
    position: absolute;
    right: 5px;
    height: 36px;
    text-transform: none;
    text-decoration: none !important;
}

.btn-search:hover {
    background-color: #002454;
}

.loading,
.no-results {
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #666;
    font-style: italic;
}


/* Contact Page Css START */

.video-overlay.contact-section-content {
    position: static;
    background: transparent;
}
section#contact-sec {
    background: #002454;
}
.map iframe {
    height: 400px !important;
    width: 100% !important;
}
.contact-section-maps {
    padding: 0px;
}
.contact-section-description{
      padding: 0px;  
}

.contsct-details-information h3 {
    color: #00AE44;
    font-size: 22px;
    font-weight: 600;
    margin: 0px 0 20px;
}
.contsct-details-information p {
    margin: 0px 0 10px;
}
.contsct-details-information a {
    color: #fff;
}
.contsct-details-information strong {
    color: #00AE44;
}
.contsct-details-information {
    margin-top: 100px;
}

.enquiry-form {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
}
.enquiry-form h2 {
    color: #00AE44;
    margin-bottom: 5px;
}
.enquiry-form p {
    color: #000;
}
.enquiry-form input[type="submit"] {
    width: 100%;
    border-radius: 30px;
    background: #00AE44;
}
.enquiry-form button.forminator-button {
    width: 100%;
    border-radius: 30px;
    background: #00AE44;
    font-size: 16px;
    line-height: normal;
    height: 45px;
    padding: 0px;
}
.enquiry-form input[type="text"], .enquiry-form input[type="email"], .enquiry-form textarea {
    border-radius: 30px;
    padding: 0px 20px;
    line-height: 45px;
}
.enquiry-form .ase-modal__body .forminator-row {
    margin-bottom: 15px !important;
}
.forminator-field label {
    display: none;
}
.enquiry-form .ase-modal__body .forminator-row .forminator-col.forminator-col-md-6 {
    margin-bottom: 0px !important;
}
.forminator-error-message {
    color: red;
    /* font-size: 9px; */
}
.enquiry-form p {
    margin: 0 0 15px;
}
.contact-section-content .section-intro {
    width: 400px;
}
.map {
    background: #002454;
    text-align: center;
}
.map h2 {
    color: #fff;
    margin: 0 0 0;
    padding: 15px 0 5px;
    font-size: 22px;
}
/* CONTACT PAGE CSS END */




section.videos-section1 {
    height: auto;
    padding: 250px 0 50px;
    background: #002454;
    position: relative;
}

section.videos-section1 h1 {
    color: #fff;
    font-size: 44px;
    margin: 0 0 20px;
}

.video-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 10px 50px;
    border: 1px solid #002454;
    cursor: pointer;
    background: transparent;
    color: #002454;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    border-radius: 30px;
    text-decoration: none !important;
    outline: none !important;
}
.whoweare3 .tab-btn {
    border: 0px;
}
.tab-btn.active {
    background: #002454;
    color: #fff;
}

.video-item {
    margin-bottom: 20px;
}

.is-hidden {
    display: none !important;
}


.video-thumb {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    position: relative;
}

button.play-btn {
    background: #D9D9D9;
    color: #000;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    outline: none !important;
    text-decoration: none !important;
}

.video-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.media-content {
    padding: 46px 20px 15px;
    color: #333;
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: normal;
    background: linear-gradient(0deg, #002454 2.25%, rgba(0, 36, 84, 0.00) 99.86%);
}



/* Equipment rental Page */
section#rental-section-4 {
    background: url(../images/alshirawimachinery-background.webp) no-repeat 0 0;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    background-attachment: fixed;
}


section.rental-section-1 {
    padding: 150px 0;
}

section#rental-section-1 .row {
    margin-bottom: 80px;
}

section.rental-section-1 p {
    text-align: center;
}

.rental-section-1 h2 {
    color: #00AE44;
    margin-bottom: 150px;
    text-align: center;
}

.renta-product-category h3 {
    color: #00AE44;
    font-size: 22px;
    margin: 0 0 5px;
}

.renta-product-category p {
    margin: 0px;
}

.renta-product-category {
    text-align: center;
    box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}

.renta-product-category i {
    display: inline-block;
    height: 227px;
    position: relative;
    margin-top: -105px;
    margin-bottom: 10px;
}

.renta-product-category i img {
    height: 100%;
    object-fit: contain;
}

section.rental-section-2 {
    padding: 0px;
}
section.rental-section-2 h2 {
    color: #00AE44;
    text-align: center;
    margin-bottom: 50px;
}
.renta-avaiable-product-category {
    border-radius: 20px;
    margin-bottom: 70px;
    padding: 50px;
    background-size: 100%;
    background-position: center;
    position: relative;
    box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-attachment: fixed;
}
.renta-avaiable-product-category h3 {
    color: #00AE44;
    margin: 0px;
    font-size: 30px;
}
.renta-avaiable-product-category h4 {
    font-size: 30px;
    margin: 0px 0 20px;
    color: #002454;
}

.renta-avaiable-product-category:before {
    background: linear-gradient(90deg, #FFF 39.9%, rgba(255, 255, 255, 0.00) 100%);
    content: "";
    display: block;
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.renta-avaiable-product-category a.btn-knowmore {
    background: #002454;
    color: #00AE44;
}
.renta-avaiable-product-category h5.category-name {
    margin: 0px;
    font-size: 20px;
    top: 0px;
}

.rental-section-2 .row .col-lg-12:nth-child(even) .row {
    flex-direction: row-reverse;
}
.rental-section-2 .row .col-lg-12:nth-child(even) .renta-avaiable-product-category:before {
    background: linear-gradient(to left, #FFF 39.9%, rgba(255,255,255,0) 100%);
    left: auto;
    right: 0px;
}
.rental-section-2 .row .col-lg-12:nth-child(even) h5.category-name {
    left: 0px;
    right: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

section.rental-section-3 {
    padding: 50px 0 100px;
}
section.rental-section-3 h2 {
    color: #00AE44;
    margin: 0 0 15px;
}
.attachement-product {
    box-shadow: 2px 2px 30px 0 rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    padding: 0 40px 60px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.attachement-product h3 {
    color: #00AE44;
    font-size: 30px;
    margin: 0 0 10px;
}
.attachement-product h4 {
    background: #00AE44;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    margin: 0px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 15px 0 5px;
}
.rental-section-4 h2 {
    color: #00AE44;
}

.attachement-product i {
    height: 411px;
    display: flex;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}
.attachement-product i img {
    display: inline-block;
}
.rental-section-3 .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
    width: min-content;
    max-width: inherit;
    flex: auto;
}
section.rental-section-3 .row {
    margin-bottom: 80px;
     margin-top: 60px;
    gap: 0 60px;
}



.rental-section-5 {
    background: #F7F7F7;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

section.rental-section-5 .row {
    display: flex;
    align-items: center;
}

.why-choose {
    width: 80%;
}

.why-choose h2 {
    color: #00AE44;
}

section.rental-section-4 ul {
    margin: 0px;
    padding: 0px;
}
section.rental-section-4 li {
    font-size: 16px;
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin: 0px 0 5px 10px;
}
section.rental-section-4 li:before {
    content: "";
    color: #00AE44;
    width: 7px;
    height: 7px;
    background: #00AE44;
    display: block;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
}
.rental-section-4 h4 {
    font-size: 20px;
    margin: 0px 0 20px;
}
.rental-section-4 strong {
    color: #00AE44;
}
/* Equipment rental page css END */


/* ceo Message */

  section#ceo-message2 {
    padding: 100px 0;
}
.ims-policy-content h2 {
    color: #00AE44;
    font-size: 32px;
}
.ims-policy-image {
    padding-left: 50px;
    position: relative;
}
.ims-policy-image:before {
    content: "";
    background: #00AE44;
    width: 130%;
    height: 300px;
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    left: -50%;
}
.ims-policy-image img {
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
    width: 500px;
}
.ims-policy-content img {
    margin-top: 50px;
}
/* ceo message end */


footer.footer-section {
    background: #002454;
    padding: 40px 0 30px;
}

.footer-menu-links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}
.footer-menu-links ul li a {
    color: #fff;
    font-size: 13px;
}
ul#menu-products li:first-child {
    padding-left: 0px;
    margin-left: 0px;
}



.footer-menu-links {
    display: flex;
}

.footer-bottom-links {
    padding: 30px 0 0;
}
.footer-bottom-links p {
    color: #fff;
    padding: 0;
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    text-transform: none;
    display: flex;
}
.social-medi-links-footer p {
    display: flex;
    float: right;
    align-items: center;
}
.social-medi-links-footer a:first-child {
    margin-left: 25px;
}
.social-medi-links-footer a {
    height: 22px;
    overflow: hidden;
}
.social-medi-links-footer img {
    margin-right: 10px;
    margin-left: 10px;
    /* width: 20px; */
    object-fit: contain;
    height: 44px;
}
.social-medi-links-footer a img {
transition: all 0.4s;
}
.social-medi-links-footer a:hover img {
    transform: translateY(-21px);
}


.blogs-divsion-1 h1 {
    color: #fff;
    font-size: 44px;
}



/* modal */
/* Base modal hidden */
.ase-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 99999;
    font-family: inherit;
    background: #000000bd;
}

/* When active */
.ase-modal.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Dark overlay */
.ase-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* Modal dialog */
.ase-modal__dialog {
    position: relative;
    max-width: 620px;
    width: 90%;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.25);
    padding: 60px 60px 30px;
    z-index: 1;
    transform: translateY(15px) scale(0.97);
    opacity: 0;
    transition: all 0.25s ease;
}

/* Animation when visible */
.ase-modal.is-visible .ase-modal__dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Close button */
.ase-modal__close {
    position: absolute;
    top: 14px;
    right: 16px;
    border: none;
    background: transparent;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
    color: #64748b;
    transition: transform 0.15s ease, color 0.15s ease;
    padding: 0px;
    outline: none !important;
    border: 0px !important;
    text-decoration: none !important;
}
.ase-modal__dialog.enquiry-form input[type="text"], .ase-modal__dialog.enquiry-form input[type="email"] {
    height: 44px !important;
}
.ase-modal__close:hover {
  transform: scale(1.1);
  color: #0f172a;
}

/* Header / body / footer */
.ase-modal__header {
  margin-bottom: 10px;
}

.ase-modal__header h2 {
    margin: 0 0 30px;
    font-size: 24px;
    color: #00AE44;
}

.ase-modal__body {
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 18px;
}

.ase-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

/* Buttons */
.ase-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease,
    box-shadow 0.15s ease, transform 0.05s ease;
}

/* Primary button */
.ase-modal__btn--primary {
  background: linear-gradient(135deg, #0f766e, #0ea5e9);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(14, 148, 136, 0.4);
}

.ase-modal__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(14, 148, 136, 0.5);
}

/* Ghost button */
.ase-modal__btn--ghost {
  background: #ffffff;
  color: #0f172a;
  border-color: #e5e7eb;
}

.ase-modal__btn--ghost:hover {
  background: #f9fafb;
}

/* modal end */

#pdfModal .modal-content {
    border-radius: 20px;
}
#pdfModal .modal-body {
    padding: 50px 50px;
    /* border-radius: 30px; */
}
#pdfModal input[type="text"], #pdfModal input[type="password"], #pdfModal input[type="email"], #pdfModal input[type="tel"] {
    border-radius: 30px;
    height: 44px;
}
#pdfModal.modal h4 {
    font-size: 24px;
    margin: 0px 0 15px;
    color: #00AE44;
}
#pdfModal.modal input.wpcf7-submit {
    background: #00AE44;
    height: 55px;
    line-height: normal;
    padding: 0;
    width: 120px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border-radius: 30px;
}
#pdfModal button.close {
    POSITION: absolute;
    right: 5px;
    font-size: 31px;
    background: transparent;
    padding: 10px;
    color: #000;
    opacity: 1;
    z-index: 11;
}
#pdfModal button.close:hover{
    opacity: 0.6;
    transform: scale(1.1);
}



/* footer css  */

.section-division .site-footer .mid-container {
    float: none;
    width: 84%;
}
.footer-top-section h4 {
    font-size: 22px;
    color: #00AE44;
    margin: 0px 0 15px;
}
.footer-top-section p {
    color: #002454;
}
.footer-top-section h5 {
    color: #002454;
    margin: 0 0 10px;
    font-size: 17px;
}
.contact-details br {
    display: none;
}
footer.footer-section .mid-container {
    float: none;
    width: 84%;
}
footer.site-footer a:hover{
    text-decoration:none !important;
    color:#00AE44
}
.margin-top-50 {
    margin-top: 20px;
}
.contact-details h3 {
    color: #002454;
    font-size: 20px;
    margin: 0 0 5px;
}
.contact-details p {
    margin: 0px;
    font-size: 15px;
        color: #002454;
}
.contact-details .sales-info {
    margin-bottom: 20px;
}
.contact-details .after-sales-info {
    margin-bottom: 25px;
}
.site-footer {
    padding-top: 120px;
    display: flex;
    align-items: center;
    /* margin-bottom: 50px; */
    min-height: calc(100vh - 172px);
    /* position: relative; */
    /* z-index: 1; */
    background: #fff;
}
.site-footer a {
    color: #002454;
    text-decoration: none;
    font-size: 15px;
}

.site-footer a:hover {
    text-decoration: underline;
}


.footer-col h4 {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 20px;
}

footer.site-footer section {
    padding: 0px;
}

.footer-col h5 {
    margin: 14px 0 6px;
    font-size: 18px;
}

.footer-col p {
    line-height: 1.5;
    margin-bottom: 10px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.footer-links li {
    margin-bottom: 0px;
    padding: 0px;
    margin-left: 0px;
    line-height: normal;
}

.footer-links.inline {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-links.inline li {
    margin-bottom: 0;
}

.footer-social {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
}

.footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.4);
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}

.footer-bottom-left p {
    margin: 0;
}
/* footer css end */

.social-media-links a {
    height: 20px;
    overflow: hidden;
}


/*  */



#previuos-viewed h3 {
    font-size: 18px;
    font-weight: 500;
    color: #011633;
}
section#section-prvous-viewed h2 {
    color: #00AE44;
    font-size: 36px;
    text-align: center;
}
section#section-prvous-viewed {
    padding: 60px 0 80px;
    position: relative;
    z-index: 1;
    background: #fff;
}
#previuos-viewed article.related-product-card {
    padding-bottom: 23px;
    /* margin-bottom: 32px; */
}
#previuos-viewed article.related-product-card:before {
    bottom: 10px;
    /* content: ""; */
}
article.related-product-card a:hover {
    opacity: 0.7;
}
article.related-product-card .product-image {
    margin-bottom: 10px;
}
#previuos-viewed .item-slide {
    padding: 100px 20px 30px;
}
.renta-product-category a:hover {
    transform: translateY(-20px);
}
.renta-product-category img {
   -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 0.4s;
}
.renta-product-category:hover img {
    transform:scale(1.1)
}
section.category-others + section#section-prvous-viewed {
    padding: 50px 0;
    text-align: center;
}
/*  */



/* spare parts START */
.parts-page .equipment-background img {
    object-position: center;
}
.lists-card {
    box-shadow: 0 8px 42px -12px #0000001f;
    border-radius: 20px;
    margin-bottom: 100px;
    padding: 40px;
    position: relative;
}

.spare-parts-lists .lists-card:last-child {
    margin-bottom: 40px;
}

.lists-card h3 {
    font-size: 24px;
    color: #00AE44;
    margin: 0 0 20px;
}

.lists-card ul {
    display: flex;
    padding: 0px;
    margin: 0px 0 20px;
    font-size: 16px;
    list-style: none;
    gap: 15px;
    flex-wrap: wrap;
}

.lists-card ul li {
    position: relative;
    padding-left: 22px;
    margin: 0px;
}

.lists-card ul li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #00AE44;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
}

.lists-card .btn-knowmore {
    background: #002454;
    border: 0px;
    font-size: 16px;
    padding: 14px 40px 8px;
    color: #28d366;
    display: inline-block;
    border-radius: 30px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.parts-image {
    position: absolute;
    top: -60px;
    right: 60px;
    height: 300px;
}
.parts-image img {
    height: 100%;
    object-fit: contain;
}

section.spare-parts-section-2 {
    background: url(../images/spare-parts-bg-1.webp) no-repeat 0 0;
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
section.spare-parts-section-2:before {
    content: "";
    display: block;
    position: absolute;
    background: #00000080;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
section.spare-parts-section-2 h2 {
    color: #00AE44;
    font-size: 36px;
    margin: 0 0 35px;
}

.spare-parts-section-2 h3 {
    font-size: 24px;
    color: #fff;
    margin: 0px 0 10px;
}

section.spare-parts-section-2 p {
    color: #fff;
    margin-bottom: 30px;
}

section.spare-parts-section-2 .row p {
    margin: 0px;
}
.cards-service {
    text-align: center;
}
.cards-service i {
    display: inline-block;
    margin-bottom: 10px;
}
.middle-width {
    width: 1100px;
    margin: 0 auto;
}
section.spare-parts-section-2 .row {
    margin-top: 50px;
}
.Locationplace h4.wp-block-heading {
    margin: 0px;
    font-size: 20px;
    color: #00AE44;
    max-width: 100% !important;
}
.Locationplace p {
    margin: 0px 0 20px;
    max-width: 100% !important;
}
.Locationgroup {
    display: flex;
    align-items: center !important;
    justify-content: center;
    gap: 150px;
}
.page-content-spare h2.wp-headh2 {
    color: #00AE44;
    font-size: 28px;
}
.Locationplace p a {
    color: #000;
}


/* Spare parts END */


/* after sales service */


.equipment-division a.btn-knowmore:hover {
    background: #002454 !important;
    color: #00AE44 !important;
    border-color: #002454 !important;
}
.equipment-division a.btn-knowmore + a.btn-knowmore {
    margin-left: 10px;
}
.after-sales-section-2 {
    background: url(../images/spare-parts-bg-1.webp) no-repeat 0 0;
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    z-index: 0;
    background-position: center;
}
.after-sales-section-2:before {
    content: "";
    display: block;
    position: absolute;
    background: #00000080;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.parts-content {
    color: #fff;
    text-align: center;
}

.parts-content h2 {
    color: #00AE44;
    font-size: 32px;
    margin: 0 0 20px;
}

.parts-content a.btn-knowmore {
    margin: 10px 0 0;
}

section.after-sales-section-1 h2 {
    color: #00AE44;
    margin: 0 0 20px;
}

section.after-sales-section-1 {
    text-align: center;
    padding: 100px 0;
}

.after-sales {
    margin-bottom: 100px;
}

.services-section a.btn-knowmore {
    background: #002454;
    color: #00AE44;
}

.group-boxes {
    text-align: center;
}

.group-boxes .wp-block-columns {
    max-width: 100% !important;
}

.group-boxes figure.wp-block-image {
    display: inline-block;
    margin: 0px !important;
}

.group-boxes h6.wp-block-heading {
    margin: 10px 0 10px;
}

.page-content-spare h2 {
    color: #00AE44;
}
.getintouch {
    background: #00AE44;
    padding: 60px 100px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}
.getintouch h2 {
    color: #fff;
}
.group-boxes .wp-block-columns + .wp-block-columns {
    margin-top: 100px !important;
}
/* after sales service END */

/* service START CSS */
.services-equipment {
    box-shadow: 0 8px 42px -12px #0000001f;
    border-radius: 20px;
    padding: 30px;
}

.services-equipment h3 {
    color: #00AE44;
    font-size: 24px;
    margin: 0 0 15px;
}

.services-equipment .btn-knowmore {
    background: #002454;
    border: 0px;
    font-size: 16px;
    padding: 14px 40px 8px;
    color: #28d366;
    display: inline-block;
    border-radius: 30px;
    transition: transform .25s ease, box-shadow .25s ease;
    transform: translate(0px) !important;
}

.section-services-1-head {
    margin-bottom: 100px;
}

.services-equipment p {
    margin-bottom: 15px;
}

.section-services-1-bottom {
    margin-top: 50px;
    text-align: center;
}

.tolfree-section {
    margin-top: 15px;
}

section.section-services-1 {
    padding: 150px 0;
}

.section-services-2 {
    color: #fff;
    text-align: center;
    background: url(../images/services-suppport-2.webp) no-repeat 0 0;
}
.section-services-1-head h2 {
    color: #00AE44;
}

.section-services-2 ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* align-items: center; */
}

.section-services-2 ul li {
    width: 32%;
    padding: 20px 30px;
    margin: 0px;
    border: 1px solid #00ae4440;
    border-radius: 20px;
    background: #ffffff03;
    font-size: 16px;
}

.section-services-2-head {
    margin-bottom: 40px;
}
.section-services-2-bottom {
    margin-top: 50px;
}
.section-services-2-head h2 {
    color: #00AE44;
}
section.after-sales-section-3 h2 {
    color: #00AE44;
}


.after-sales-section-3-group h2, .after-sales-section-3-group p, .after-sales-section-3-group ul {
    max-width: 100% !important;
}

.after-sales-section-3-group ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    columns: 2;
}
.after-sales-section-3-group ul li {
    width: 48%;
    text-align: left;
    margin: 0 0 10px;
    padding: 0px;
}
ul.wp-block-list li {
    padding-left: 20px;
    position: relative;
    list-style: none;
    margin: 10px 0 0;
}
ul.wp-block-list li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #00AE44;
    border-radius: 30px;
    position: absolute;
    left: 0px;
    top: 5px;
}


/* Services END CSS */


.enquiry-rental .forminator-row {
    margin-bottom: 10px !important;
}
.enquiry-rental .forminator-error-message {
    margin-top: 10px;
    line-height: normal !important;
    display: block;
    font-size: 12px;
}
.enquiry-rental .forminator-col {
    margin-bottom: 0px !important;
}
.forminator-row .forminator-row {
    margin-bottom: 0px !important;
}


/* Download Css START */

.tab-buttons .tab-btn[aria-selected="true"] {
    background: #002454;
    border-color: #002454;
    color: #fff;
}

.tab-buttons .tab-btn:focus,
.tab-buttons .tab-btn:hover {
    background: #002454;
    color: #fff;
}

.tab-contents .tab-panel {
    display: none;
}

.tab-contents .tab-panel.active {
    display: block;
}

.card-brochure .title {
    color: #00AE44;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 15px;
    line-height: normal;
}


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

.actions a {
    color: #002454;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    line-height: normal;
    gap: 4px;
    font-size: 16px;
    width: 50%;
    text-align: center;
    justify-content: center;
}
.actions a.view-btn {
    border-left: 1px solid #000;
}
.actions a.view-btn i {
    margin-top: -6px;
}
.download-page1 .brochure-lists .col-lg-3.col-md-3 {
    width: auto;
    max-width: max-content;
    margin-bottom: 30px;
}

article.card-brochure a img {
    width: 100%;
}
.content {
    padding: 15px;
}
article.card-brochure {
    width: 282px;
    box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.tab-buttons {
    gap: 8px;
    display: flex;
    margin-bottom: 40px;
}


/* Download CSS END */
.item-product-details h4.avaiable-badge {
    top: -60px;
    position: absolute;
    font-size: 20px;
    padding: 9px 20px 4px;
    left: 0px;
    color: #fff;
    font-weight: 500;
    background: #00ae44;
    border-radius: 10px;
}
#related-products-carousel article.related-product-card {
    margin-bottom: 30px;
}

.avaiable-badge {
    animation: pulseBlink 1.5s infinite;
    position: absolute;
    z-index: 999;
}

@keyframes pulseBlink {
    0% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
    }

    70% {
        opacity: 1;
        box-shadow: 0 0 0 12px rgba(34, 197, 94, 0);
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}
.products-list h4.avaiable-badge {
    padding: 8px 30px 4px;
    font-size: 15px;
    top: -1px;
    white-space: nowrap;
    bottom: auto;
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #00ae449e;
    left: 0px;
    z-index: 9;
}
.products-lists h4.avaiable-badge {
    position: absolute;
    right: 0px;
    background: #00AE44;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /* left: auto; */
    /* top: 0px; */
    margin: 0px;
    font-size: 20px;
}
.products-lists h4.avaiable-badge span {
    transform: rotate(-90deg) translateX(0px) translateY(3px);
    display: block;
    white-space: nowrap;
}




@media screen and (min-width:875px){
.lg-none{
    display: none;;
}

}


@media only screen and (max-width:1200px) {
    p {
    line-height: 1.5;
    margin: 0 0 1em 0;
    font-size: 15px;
}
.middle-width {
    width: 100%;
    margin: 0 auto;
}
.mid-container {
    width: 90%;
    margin: 0 auto;
}
.category .mid-container {
    width: 90%;
}
.category-section .product-details h3 {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: 600;
    color: #00AE44;
}
.product-details .btn-knowmore {
    font-size: 15px;
    padding: 11px 25px 6px;
}
.single-section-1 h1.section-title {
    color: #00AE44;
    font-size: 34px;
}
.single-section-1 .column-left-description h2 {
    margin: 0 0 20px;
    font-size: 22px;
}
.single-product-details ul li {
    margin: 0;
    padding: 0 8px;
}
.single-product-details a.btn-knowmore {
    padding: 13px 25px 8px;
    font-size: 15px;
    gap: 4px;
}
section.single-section-2 h2 {
    font-size: 40px;
    line-height: 54px;
}
#previuos-viewed h3 {
    font-size: 16px;
}
.video-overlay .section-title {
    font-size: 32px;
}

}

@media (min-height: 500px) and (max-height: 800px) {
.equipment-division .equipment-background {
    height: 60vh;
    min-height: 100vh;
}
}
@media only screen and (max-width:874px) {
    .getinbutton .contact_button_header {
    display: none !important;
}
.lg-none a.contact_button_header {
    display: block !important;
    font-size: 14px;
    padding: 13px 25px 8px;
    text-align: center;
}

nav#fullscreen-menu {
    padding: 100px 20px 0px;
}

header {
    padding: 15px 0 80px;
}
header .row {
    align-items: start;
    /* display: flex; */
    flex-wrap: inherit;
}
.whatsapp-link a {
    padding: 9px;
    height: 34px;
    min-width: 34px;
    width: 34px;
}
span.search-icon {
    width: 34px;
    height: 34px;
    background: #fff;
    display: block;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}
.header-search-toggle {
    padding: 0;
}
.Home-menu a {
    font-size: 20px;
}
.menutitle {
    font-size: 20px;
}
.menu-column {
    min-height: auto;
    margin-bottom: 30px;
}
.menu-column ul li a {
    color: #fff;
    font-size: 15px;
}
#fullscreen-menu .col-xs-6 {
    width: 50%;
}
nav#fullscreen-menu .row .col-lg-4:nth-child(2) {
    margin-top: -57px;
}
.Home-menu + .row {
    margin-bottom: 0px;
}

}



@media only screen and (max-width:768px) {
    .enquiry-rental .forminator-col {
    margin-bottom: 10px !important;
}
    section.section-services-1 {
    padding: 50px 0;
}
  .section-services-1 .col-sm-4 {
    margin-top: 120px;
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
.section-services-2 ul li {
    width: 48%;
}
.section-services-1-head {
    margin-bottom: 0px;
}
    .wp-block-group.Locationplace {
    margin-bottom: 0px !important;
}
    .Locationplace .wp-block-spacer {
    height: 0px !important;
}
    .Locationgroup {
    gap: 0px;
}
    section.spare-parts-section-2 {
    padding: 50px 0 30px;
}
    .cards-service {
    text-align: center;
    margin-bottom: 40px;
}
    .spare-parts-section-2 h3 {
    font-size: 20px;
    color: #fff;
    margin: 0px 0 10px;
}
    section.spare-parts-section-2 h2 {
    color: #00AE44;
    font-size: 26px;
    margin: 0 0 35px;
}
    .lists-card .row {
    flex-direction: column-reverse;
}
    .lists-card {
    box-shadow: 0 8px 42px -12px #0000001f;
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 40px;
    position: relative;
}
.parts-image {
    position: static;
    top: -60px;
    right: 60px;
    height: 300px;
    padding: 0px 0 30px;
}
.parts-image img {
    height: 100%;
    object-fit: contain;
}
.ase-modal__header h2 {
    margin: 0 0 20px;
    font-size: 20px;
    color: #00AE44;
}
.ase-modal__dialog.enquiry-form {
    padding: 40px 40px 10px;
}
    .content-area.first-blog figure {
        width: 100%;
        padding-right: 30px;
    }

    .content-area.first-blog figcaption {
        width: 100%;
        padding-left: 0px;
    }

    .blogs h2 {
        color: #00AE44;
        font-size: 24px;
        margin: 10px 0 20px;
        line-height: normal;
    }

    .blogs>.row .col-lg-6 {
        padding: 0 10px;
    }

    .blogs .col-lg-6 {
        margin-bottom: 30px;
        width: 100%;
        float: left;
        padding: 0px 10px;
    }

    .blogs>.row .col-lg-6:nth-child(even) .content-area:before {
        content: none;
    }

    .blogs>.row .col-lg-6:nth-child(even) .content-area {
        padding-left: 0px;
        position: relative;
    }

    section.inner-top-background.blogs-divsion-1 {
        height: auto;
        padding: 100px 0 40px;
        background: #002454;
    }

    .inner_banner_div h2 {
        color: #fff;
        font-size: 24px;
        margin: 0 0 20px;
    }
     .inner_banner_div h1 {
        color: #fff;
        font-size: 24px;
        margin: 0 0 20px;
    }

    section.videos-section1 h1 {
        color: #fff;
        font-size: 24px;
        margin: 0 0 20px;
    }

    section.videos-section1 {
        height: auto;
        padding: 50px 0 0px;
        background: #002454;
        position: relative;
    }

    section.videos-section1 .column-left-description {
        padding-right: 0px;
    }


     section.videos-section1 h1 {
        color: #fff;
        font-size: 24px;
        margin: 0 0 20px;
    }

    section.videos-section1 {
        height: auto;
        padding: 50px 0 0px;
        background: #002454;
        position: relative;
    }

    section.videos-section1 .column-left-description {
        padding-right: 0px;
    }

    .container {
        max-width: 90%;
        width: 100%;
    }

    .header_main .container {
        max-width: 90%;
        width: 100%;
    }

    .category .mid-container {
        width: 90%;
    }

    .enquiry-form .ase-modal__body .forminator-row .forminator-col.forminator-col-md-6 {
    margin-bottom: 15px!important;
}
    .mid-container {
    width: 90%;
    margin: 0 auto;
}
p {
    line-height: 1.5;
    margin: 0 0 1em 0;
    font-size: 14px;
}


section.single-section-2 h2 {
    width: 100%;
    font-size: 26px;
    line-height: normal;
}
.single-product-details ul {
    flex-wrap: wrap;
    justify-content: left;
    gap: 12px 0;
    padding: 20px 15px 15px 15px !important;
    background: #000000cc;
}

.single-product-details ul.is-collapsed {
    gap: 5px 0px;
    padding: 15px 15px 13px 15px !important;
    transform: scale(0.96);
    opacity: 0.98;
}
.single-product-details ul li.keep-on-collapse {
    margin-left: 15px;
}
.single-product-details ul li.keep-on-collapse:last-child {
    margin-left: 0px;
}
.single-product-details ul.is-collapsed li.keep-on-collapse {
    margin-left: 0px;
}
.single-product-details a.btn-knowmore {
    padding: 13px 21px 8px;
}
.single-section-1 h1.section-title {
    color: #00AE44;
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0 10px;
    line-height: normal;
}
.inner_banner_content p {
    color: #eee;
    font-size: 16px;
    width: 100%;
    display: inline-block;
}

.inner_banner_div h2 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px;
}
.inner_banner_div h1 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 20px;
}
.category .mid-container {
    width: 90%;
}

/* Home Page */
.section-division .video-overlay, .section-division .column-left-description, .section-division .column-right-products {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity .6s ease, transform .7s ease;
}
section.section-division {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px;
    overflow: hidden;
    min-height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: #000;
}

section#equipment-sec {
    height: auto;
}
.section-division .video-overlay {
    position: static;
    margin-top: -355px;
    padding: 0 20px;
}
.video-overlay .section-title + h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.video-overlay p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}
.section-division video {
    position: static;
    min-height: 100vh;
    transform: translate(0%, 0%);
}
.section-division .mid-container {
    float: none;
    width: 100%;
}
section#sec5.section-division .mid-container {
    float: none;
    width: 90%;
}
.section-division .video-background img {
    height: 100vh;
}
.video-overlay .section-title {
    color: #00AE44;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: normal;
    margin: 0 0 5px;
    line-height: 40px;
}
.video-overlay .section-title + h3 {
    font-size: 18px;
}
.column-left-description {
    padding-right: 0px;
}
.scrolling-bullets {
    display: none;
}
header .logo img {
    width: 165px;
}
.logo-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

header .logo a {
    width: auto;
    display: inline-block;
}
.column-left-description {
    margin-bottom: 30px;
}
.column-right-products {
    width: 100%;
    padding: 20px 0 30px;
}
div#owl-excavator {
    margin-left: 0%;
    width: 120%;
}
.video-background {
    position: relative;
}
.video-background:after {
    content: "";
    background: linear-gradient(to bottom, #ffffff00, #000000);
    width: 100%;
    bottom: 0px;
    position: absolute;
    height: 200px;
    left: 0px;
    display: block;
}
section#sec5 h2 {
    color: #00AE44;
    margin: 0 0;
    position: relative;
    top: 0px;
    text-align: left;
    font-size: 20px;
}
.item-product-image img {
    max-height: 250px;
    object-fit: contain;
}
.item-slide.slide-r210w {
    --dx: -25px;
    --dy: 40px;
}
#productCarousel .owl-item.center .slide-r210w .item-product-image {
    transform: translateX(0%) translateY(0px);
}
.item-product-image {
    position: static;
}
#productThumbs {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    margin-top: 16px;
    justify-content: left;
    position: absolute;
    bottom: 35px;
    left: 5%;
    width: auto;
    background: #ffffff29;
    transform: translateX(0%);
    border-radius: 15px;
    padding: 5px 5px;
    border: 1px solid #ffffff1c;
    width: 90%;
    /* display: none; */
}
section#sec5 {
    background-position: center -367px !important;
    background-size: 2000px !important;
    background-repeat: no-repeat !important;
}

#productCarousel .owl-item.center .slide-hx500l .item-product-image img {
    height: 300px;
}
.products-list {
    border: 3px solid #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    min-height: auto;
    display: flex;
    align-items: center;
    min-height: 255px;
}
.carousel-shell {
    padding-bottom: 180px;
}
.ase-slider .owl-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
}
#owl-excavator .owl-item, #owl-excavator .products-list, #owl-excavator .product-details {
    height: 100%;
}

#owl-excavator .owl-stage {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}
.item-product-details h4.avaiable-badge {
    top: -42px;
    position: absolute;
    font-size: 15px;
    padding: 7px 20px 2px;
}
.item-product-details {
    width: 370px;
}
#productCarousel .owl-item.center .slide-hx60g .item-product-image {
    top: 153px;
    transform: translateX(-0%) translateY(120px) !important;
}
#productCarousel .owl-item.center .slide-hx300sg .item-product-image {
    top: 32px;
    transform: translateX(-4%) translateY(111px) !important;
}
#productCarousel .owl-item.center .slide-hl760-9 .item-product-image {
    top: 157px;
    transform: translateX(-5%) translateY(144px) !important;
}
#productCarousel .owl-item.center .slide-hl760-9 .item-product-image img {
    transform: scale(1.2);
}
#productCarousel .owl-item.center .slide-hl775-9 .item-product-image {
    transform: translateX(-5%) translateY(154px) !important;
}
#productCarousel .owl-item .item-product-image {
    transform: translateX(-5%) translateY(75px) !important;
}
#productCarousel .owl-item .slide-hx800l .item-product-image {
    transform: translateX(0%) translateY(132px) !important;
}
#productCarousel .owl-item.center .slide-hx500l .item-product-image {
    transform: translateX(-5%) translateY(110px) !important;
}
#productCarousel .owl-item.center .slide-hx500l .item-product-image img {
    transform: scale(1.2);
}
#productCarousel .owl-item .slide-hx800l .item-product-image img {
    transform: scale(1.4);
}
#productCarousel .owl-item .slide-hx35az .item-product-image {
    transform: translateX(-5%) translateY(90px) !important;
}
#productCarousel .owl-item .slide-hx35az .item-product-image {
    transform: translateX(-5%) translateY(108px) !important;
}
#productCarousel .owl-item .slide-r140w .item-product-image {
    transform: translateX(-5%) translateY(108px) !important;
}
#productCarousel .owl-item .slide-r140w .item-product-image img {
    transform: scale(1.1);
}
.item-slide.slide-hl775-9 {
    --dx: -161px;
    --dy: 270px;
}
.item-slide {
    --dx: -161px !important;
    --dy: 245px !important;
}
.item-product-details a.btn-knowmore {
    font-size: 14px;
    padding: 12px 18px 6px;
}

.products-slider {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 50px;
}


div#owl-excavator.initial-scroll {
    margin-left: 0px;
}




.single-section-4-title h3 {
    margin: 0px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0px;
}
.specify-details h4 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #00AE44;
}
section.single-section-5.single-division h3 {
    color: #00AE44;
    font-size: 26px;
}
.related-products a.btn-knowmore {
    margin-bottom: 10px;
}
article.related-product-card {
    margin-bottom: 30px;
}


.contact-section-content .section-intro {
    width: 100%;
}
.contsct-details-information {
    margin-top: 50px;
}
.contsct-details-information .col-lg-4 {
    margin-bottom: 20px;
}
.enquiry-form {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
}
.contact-section-maps {
    padding: 0px;
    background: #002454;
}


section.rental-section-1 {
    padding: 50px 0;
}

.rental-section-1 h2 {
    color: #00AE44;
    margin-bottom: 0;
    text-align: center;
}
.renta-product-category i {
    display: inline-block;
    height: 160px;
    position: relative;
    margin-top: -105px;
    margin-bottom: 10px;
}

.rental-section-1 .col-lg-3 {
    margin-top: 120px;
}
section#rental-section-1 .row {
    margin-bottom: 60px;
}
.renta-avaiable-product-category h3 {
    color: #00AE44;
    margin: 0px;
    font-size: 22px;
}
.renta-avaiable-product-category h4 {
    font-size: 22px;
    margin: 0px 0 15px;
    color: #002454;
}
.renta-avaiable-product-category h5.category-name {
    margin: 0px;
    font-size: 18px;
    top: auto;
}
.rental-section-3 .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
    width: 100%;
    max-width: inherit;
    flex: auto;
    margin-bottom: 30px;
}
section.rental-section-3 {
    padding: 0px 0 50px;
}
section.rental-section-3 .row {
    margin-bottom: 30px;
    margin-top: 30px;
    gap: 0 60px;
}
.renta-avaiable-product-category {
    background-size: cover;
    padding: 30px 30px 50px;
}
.attachement-product h4 {
    font-size: 18px;
    padding: 15px 0 8px;
}
.attachement-product h3 {
    color: #00AE44;
    font-size: 20px;
    margin: 0 0 10px;
}
.attachement-product i {
    height: 250px;
    padding-bottom: 30px;
}
.attachement-product i img {
    height: 100%;
    object-fit: contain;
}
section#rental-section-4 {
    height: auto;
    background-size: cover;
    background-position: center top;
}
section.rental-section-4 li {
    font-size: 15px;
}
.rental-section-4 h4 {
    font-size: 17px;
    margin: 0px 0 20px;
}
.why-choose {
    width: 100%;
    margin-bottom: 30px;
}
h2.wp-block-heading {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}
.faqs.equipment-section-6 .wp-block-gutena-accordion .wp-block-gutena-accordion-panel-title h6.wp-block-heading {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.renta-avaiable-product-category:before {
    width: 90%;
}
.rental-section-2 .row .col-lg-12:nth-child(even) .renta-avaiable-product-category:before {
    width: 90%;
}

section#whoweare2 p {
    padding: 0 0px;
}
ul.who-we-are-list li {
    width: 46%;
    padding: 20px;
}
ul.who-we-are-list h3 {
    font-size: 17px;
    color: #00AE44;
    margin: 0px 0 5px;
}

.tabs-css-only .tab-panel>div {
    width: 100%;
    padding: 0 30px;
}
.tab-content p {
    font-size: 18px;
    color: #fff;
    line-height: normal;
}
.tab-content h2 {
    color: #00AE44;
    font-size: 24px;
    margin: 0 0 30px;
}
.tabs-css-only .tab-buttons {
    width: max-content;
}
section#whoweare2 h2 {
    color: #00AE44;
    text-align: center;
    font-size: 22px;
}


nav#fullscreen-menu {
    overflow-y: auto;
}
.head-footcontent {
    position: static;
    bottom: 0px;
    padding: 30px 0px;
}

.item-product-image img {
    max-height: 320px;
    object-fit: contain;
    height: 320px !important;
    /* width: 490px !important; */
}
.item-slide.slide-hl775-9 .item-product-image img {
    transform: scale(1.2);
}
section#sec6 .video-overlay .section-title, section#sec7 .video-overlay .section-title {
    max-width: 100%;
}

.section-division a.btn-knowmore {
    border: 1px solid #fff;
    padding: 9px 25px 5px;
    font-size: 14px;
}


.section-intro {
    color: #fff;
    font-size: 14px;
}
.equipment-division .row .column-left-description {
    padding-right: 0px;
    margin-bottom: 0px;
}
.equipment-section .video-overlay {
    padding-bottom: 30px;
}

nav.breadcrumbs ul li {
    padding: 0 15px;
    margin: 0;
    color: #fff;
    position: relative;
    font-size: 13px;
}
nav.breadcrumbs ul li:after {
    right: -4px;
    font-size: 24px;
    top: -8px;
}

section#about-us2 h2 {
    font-size: 24px;
}
section#about-us2 p {
    text-align: center;
    padding: 0 0px;
    margin: 0px;
}



.about-us3 h2.vertical-style {
    transform: rotate(0deg) translateY(0px) translateX(0px);
    position: static;
    font-size: 24px;
    white-space: normal;
    padding: 20px 15px 0;
    text-align: center;
}


   .slider {
        flex-direction: column; 
        height: auto;            
        align-items: stretch;    
    }

    .slider li {
    flex: 0 0 auto;
    width: 100%;
    min-height: 25vh;
}

  
    .slider li:hover,  .slider li:focus {
        flex-grow: 1;  
        min-height: 500px;       
    }


    /* .slider li:first-child {
    min-height: 500px;
}
.slider li:first-child .slider-content-hover {
    display: block;
    opacity: 1;
}

.slider li:not(:first-child):hover ~ li:first-child,
.slider li:not(:first-child):hover + li:first-child {
    min-height: 100px !important;
}


.slider:hover li:first-child:not(:hover) {
    min-height: 100px;
} */


.slider .category-card__desc li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-height: auto;
}
.slider-content-hover {
    display: none;
    opacity: 0;
    width: 100%;
}
.slider .category-card__slider {
    transform: rotate(0deg) translateY(0px) translateX(0px);
    position: absolute;
    top: 50%;
    margin: 0;
    color: #fff;
    white-space: normal;
    text-align: center;
    /* font-size: 0px; */
}
.slider .category-card:hover .category-card__slider {
    padding: 30px;
}
.slider .category-card h2 {
    color: #fff;
    white-space: normal;
    display: block;
    margin: 0 0 20px;
    font-size: 20px;
}
.slider a.btn-knowmore {
    white-space: nowrap;
    padding: 11px 25px 5px;
    font-size: 14px;
}


.tl-section {
    height: auto;
    padding: 70px 0 50px;
    min-height: 100vh;
}
.tl-section .mid-container {
    min-height: 100vh;
}
.tl-grid {
    padding: 10px 0px;
}

.tl-years li {
    width: 70px;
    font-size: 17px;
    padding: 15px 0px;
}
.tl-right {
    padding-left: 0;
}
.tl-years li.is-active {
    color: #00AE44;
    font-weight: 700;
    font-size: 22px;
}
.tl-years li:hover {
    transform: translateX(0px);
}
.tl-years li.is-active:after {
    top: 43px;
    height: 35px;
    left: 22px;
}
.tl-years li:after {
    left: 22px;
    top: 40px;
}

.tl-panel-inner {
    font-size: 20px;
    width: 100%;
}
.tl-title {
    font-size: 24px;
}

section#ceo-message2 {
    padding: 50px 0;
}
.ims-policy-image {
    padding-left: 0px;
    position: relative;
    margin-bottom: 50px;
}
.ims-policy-content h2 {
    color: #00AE44;
    font-size: 24px;
}



#equipment-sec.ceo-message .equipment-background {
    height: auto;
    position: relative;
    min-height: auto;
}
#equipment-sec.ceo-message .equipment-background img{
    min-height: auto;
}
.equipment-section.ceo-message .video-overlay {
    position: static;
    background: #002454;
    padding: 20px 0;
}
#equipment-sec.ceo-message .equipment-background:after {
    background: linear-gradient(to bottom, #ffffff00, #000000);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
}

section.category-section.category-divsion-2 h1 {
    margin: 0 0 30px;
    font-size: 28px;
    color: #00AE44;
    padding: 0px;
}
.category-divsion-2 .content-mid {
    padding: 0px;
}
section#category-lists h2 {
    margin: 0px 0 50px;
    font-size: 24px;
}
section.category-section {
    padding: 50px 0 0;
    position: relative;
    z-index: 0;
}
.products-lists .row .row .col-lg-12 .product-details {
    padding: 0 15px 60px;
    border-radius: 20px;
}
.category-section .product-details h3 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 600;
    color: #00AE44;
}
.product-details .product-image {
    height: auto;
    margin-bottom: 0;
    margin-top: -55px;
}

h5.category-name {
    width: 100%;
    height: auto;
    bottom: 0px;
    margin: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    padding: 10px 0 5px;
}
h5.category-name span {
    transform: rotate(0deg) translateX(0px) translateY(0px);
}
.product-details .btn-knowmore {
    font-size: 14px;
    padding: 12px 20px 6px;
}
.products-lists .row .row .col-lg-12:nth-child(even) h5.category-name {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
section.category-videos {
    overflow: hidden;
    padding: 0px;
}
.acc-panel__inner {
    min-height: 0;
    padding: 30px 15px 15px;
    font-size: 14px;
}
.acc-panel__inner table {
    margin: 0px;
}
.category-accordion-section {
    margin: 0;
    padding: 30px 0 30px;
}
section.category-others {
    padding: 0px 0;
}
.other-categories h3 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 10px;
}
.other-categories small {
    display: block;
    text-align: center;
    font-size: 17px;
    margin: 0 0 20px;
}
.category-card {
    margin-bottom: 20px;
}
section.category-section .product-details ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
section.category-section .product-details ul li {
    color: #002454;
    padding: 0px;
    margin: 15px 0 5px;
    width: 100%;
}


.video-overlay .section-title {
    font-size: 24px;
}
.equipment-background {
    height: auto;
    min-height: 100vh;
}
.equipment-background img {
    min-height: 100vh;
}
section#equipment-sec5 {
    padding: 40px 0;
}
section#equipment-sec5 .product-details {
    box-shadow: 0 8px 42px -12px #0000001f;
    padding: 30px 10px;
    padding-bottom: 60px;
}

.equipment-section-6 h1 {
    font-size: 24px;
    margin: 0px 0 30px;
}

.equipment-section-6 .wp-block-gutena-accordion  .wp-block-gutena-accordion-panel-title h6.wp-block-heading {
    font-size: 16px !important;
}
.wp-block-spacer {
    height: 50px !important;
}

.video-overlay.contact-section-content {
    padding: 100px 0 0px;
}
.video-overlay.contact-section-content .enquiry-form p {
    color: #000;
}
section.single-section-2.single-division {
    height: 50vh;
}
section#sec8.section-division {
    background: #fff;
    padding: 50px 0 0;
}
.section-division .site-footer .mid-container {
    float: none;
    width: 100%;
    padding: 0 20px;
}
.site-footer {
    padding-top: 0;
    padding-bottom: 20px;
}
.section-division .site-footer .mid-container {
    float: none;
    width: 100%;
}

}

@media only screen and (max-width:481px) {
.product-details .btn-knowmore {
    font-size: 14px;
    padding: 12px 20px 6px;
    margin-bottom: 10px;
}
.item-product-details a.btn-knowmore+a.btn-knowmore {
    background: transparent;
    color: #fff;
    margin-left: 0px;
    display: block;
    width: fit-content;
    margin-top: 10px;
    padding: 13px 34px 6px;
}
.ase-slider .owl-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 190px;
    left: 50%;
    transform: translateX(-50%);
}
ul.who-we-are-list li {
    width: 100%;
}
.section-division a.btn-knowmore {
    border: 1px solid #fff;
    padding: 13px 25px 6px;
    font-size: 14px;
}


.footer-menu-links ul {
    flex-wrap: wrap;
    display: flex;
}

.footer-menu-links {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-links ul li {
    width: 50%;
    margin: 0px;
}
.footer-menu-links .products-links {
    width: 100%;
}
.social-medi-links-footer p {
    display: flex;
    float: none;
    align-items: center;
}



}