:root {
    --theme-color1: #ec3237;
    --theme-color2: #0D2A3C;
    --color-white: #fff;
    --font-color: #616161;
    --color-dark: #000;
    --footer-color: #CBCCCD
}


/*========
    FONTS
=========*/
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.space-grotesk-<uniquifier> {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}


/*========    COMMON CSS   =========*/
body {
    font-family: "Space Grotesk", sans-serif;
    font-weight: normal;
    font-style: normal;
}

p {
    color: var(--font-color)
}

ul {
    padding-left: 0;
    list-style: none
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}


.theme-btn,
.theme-btn2 {
    font-size: 16px;
    color: var(--color-white);
    padding: 15px 30px;
    gap: 15px;
    display: inline-flex;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: var(--theme-color1);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

.theme-btn::before,
.theme-btn2::before {
    content: '';
    height: 300px;
    width: 300px;
    background: var(--color-black);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.theme-btn:hover {
    color: var(--color-white);
    background: var(--color-dark);
}

.theme-btn:hover::before,
.theme-btn2:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}




.theme-btn2 {
    background: var(--theme-color2);
    color: var(--color-white);
}

.theme-btn2::before {
    background: var(--color-black);
}

.theme-btn2:hover {
    color: var(--color-white);
}

.icon-box svg {
    height: 18px;
    fill: #fff
}

.default-section {
    padding: 50px 0;
}

.title-section {
    padding-bottom: 25px;
}

.title-section .title-text {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--theme-color1)
}

.title-section .title-text svg {
    fill: var(--theme-color1)
}

.title-section .main-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-black);
    line-height: 1.2;
    font-family: "Space Grotesk", sans-serif;
}

.title-section .sub-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-black);
    line-height: 1.2;
    padding-bottom: 7px;
}

.style-ul {
    list-style: none;
    padding: 0
}

.feature-ul {
    padding: 0;
    list-style: none;
}

.feature-ul li {
    margin-block: 18px;
    position: relative;
    padding-left: 40px;
    color: var(--font-color);
}

.feature-ul li i {
    position: absolute;
    left: 0;
    background: #CEF2E5;
    border-radius: 50%;
    padding: 6px;
    font-size: 12px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin-right: 7px;
    height: 25px;
    width: 25px;
    color: #10AC58;
}


.owl-carousel .owl-dots {
    padding-block: 25px 20px;
    display: flex;
    justify-content: center;
    gap: 7px;
}


.owl-carousel .owl-dots button.owl-dot {
    height: 12px;
    width: 12px;
    background: rgba(209, 236, 255, 1)
}

.owl-carousel .owl-dots button.owl-dot.active {
    background-color: var(--theme-color1)
}


.theme-bg1 {
    background: var(--theme-color2)
}

/*======== HEADER ==========*/
.top-header {
    background: var(--theme-color1);
    padding: 10px
}

.top-header-flex-bar {
    display: flex;
    justify-content: space-between
}

.top-header-flex-bar .top-header-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-header-flex-bar .top-header-info a {
    color: var(--color-white);
    font-size: 14px;
}

.top-header-flex-bar .top-header-info a svg {
    height: 18px;
    width: auto
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px 20px;
    text-transform: uppercase;
    color: var(--color-dark);
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: var(--theme-color1)
}

.navbar-toggler {
    border: none
}

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


#header.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    animation: slideDown 0.7s ease;
    width: 100%;
    z-index: 999
}

/* slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* logo shrink effect */

#header.sticky .logo {
    font-size: 20px;
}








/*======== SLIDER ===========*/

.slider-carousel.owl-carousel .owl-item .item {
    position: relative;
}

/* .slider-carousel.owl-carousel .owl-item .item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: linear-gradient(to right, rgba(13, 42, 60, 0.85) 0%, rgba(13, 42, 60, 0.75) 35%, rgba(13, 42, 60, 0.4) 60%, rgba(13, 42, 60, 0.6) 100%);
}
 */
.slider-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 60px;
}

.slider-carousel.owl-carousel .owl-nav button.owl-next {
    right: 60px;
}

.slider-carousel.owl-carousel .owl-dots {
    display: none
}

.slider-carousel .owl-nav {
    display: flex;
    gap: 10px;
    position: absolute;
    inset-inline-end: 200px;
    /* top: 50%; */
	bottom:0;
    transform: translate(50%, -50%);
    z-index: 1;
    /* flex-direction: column; */
}

.slider-carousel.owl-carousel .owl-nav button {
    background: var(--theme-color1);
    color: var(--color-white);
    font-size: 18px;
    z-index: 2;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    z-index: 2;
    transition: 0.5s;
}

.slider-carousel.owl-carousel .owl-nav button:hover {
    background: var(--theme-color2) !important
}


.slider-content-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.slider-content-block {
    width: 60%;
    color: var(--color-white)
}

.slider-content-block .subtitle {
    font-size: 18px;
    font-weight: 500;
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
    animation-delay: 0.3s;
    animation-duration: 0.7s;
    padding-bottom: 15px;
}

.slider-content-block .subtitle img {
    height: 14px;
    width: auto;
    display: inline-block;
}

.slider-content-block .banner-title {
    font-size: 68px;
    font-weight: 700;
    padding-bottom: 25px;
    line-height: normal;
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
    animation-delay: 0.5s;
    animation-duration: 0.9s;
}

.slider-content-block .banner-text {
    font-size: 16px;
    margin-bottom: 20px;
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
    animation-delay: 0.7s;
    animation-duration: 1.1s;
}

.banner-button {
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
    animation-delay: 0.9s;
    animation-duration: 1.3s;
}


.tab-pill-nav {
    border-bottom: 1px solid #eee;
}

.tab-pill-nav.nav-pills .nav-link {
    border-radius: 0;
    font-weight: 500;
    color: var(--color-dark);
}

.tab-pill-nav.nav-pills .nav-link.active {
    font-weight: 600;
    background: none;
    color: var(--theme-color1);
    border-bottom: 1.5px solid var(--theme-color1);
}

.tab-pill-nav.nav-pills .nav-link.focus {
    box-shadow: none;
    border: 0;
}


.stats-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -200px;
    text-align: center;
    flex-wrap: wrap;
    /* Makes it mobile friendly */
}

.stat-item {
    flex: 1;
    min-width: 150px;
    margin: 20px;
}

/* The Outlined Number Effect */
.stat-number {
    font-size: 80px;
    font-weight: 500;
    margin: 0;
    color: transparent;
    /* Makes the inside of the letters see-through */
    -webkit-text-stroke: 2px var(--theme-color1);
    /* Green outline */
}

/* The Horizontal Divider */
.stat-divider {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin: 15px 0;
}

/* The Label Text */
.stat-label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 0;
}

/*============== Client Partner ===============*/
/*.client-grid-2-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px
}
.client-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
}*/
.client-logo {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    width: 170px;
    padding: 20px
}

/*=============mainproduct-block ==================*/
.mainproduct-block {
    padding: 20px;
    background: #fff;
}

.mainproduct-block .mainproduct-image {
    display: flex;
    justify-content: center;
    /* padding: 15px 0; */
    background: #6eb1ff;
    /* background: linear-gradient(180deg, rgba(110, 177, 255, 1) 0%, rgba(209, 236, 255, 1) 40%, rgba(209, 236, 255, 1) 60%, rgba(173, 213, 255, 1) 100%); */
    background: linear-gradient(180deg,rgba(46, 178, 182, 1) 0%, rgba(34, 174, 187, 1) 33%, rgba(21, 128, 148, 1) 66%, rgba(16, 100, 124, 1) 100%);
}

.mainproduct-block .mainproduct-image img {
    /* height: 325px; */
    width: auto;
    text-align: center;
}

.mainproduct-block .mainproduct-content {
    padding-top: 15px;
}

.mainproduct-block .mainproduct-content .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-dark);
    padding-bottom: 10px;
    margin: 0
}

.mainproduct-block .mainproduct-content p {
    font-size: 18px;
}

.mainproduct-block .mainproduct-content .mainproduct-link {
    display: flex;
    gap: 15px;
    align-items: center;
    color: var(--theme-color1);
    font-weight: 500
}

.mainproduct-block .mainproduct-content .mainproduct-link svg {
    fill: var(--theme-color1);
    height: 16px;
}



.machine-feature-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    counter-reset: count;
}

.machine-feature-section .feature-block {
    display: flex;
    gap: 15px 25px;
    padding: 25px;
    position: relative;
    border-radius: 4px;
    background: #fff;
}

.machine-feature-section .feature-block::before {
    position: absolute;
    color: #E7E9EC;
    counter-increment: count;
    content: "0" counter(count);
    z-index: 1;
    font-size: 30px;
    font-weight: 700;
    bottom: 35px;
    inset-inline-start: 35px;
    line-height: 1;
    transform: rotate(-90deg);
}

.machine-feature-section .feature-block .feature-icon {
    width: 60px;
    height: 60px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 4px;
}

.machine-feature-section .feature-block .feature-icon svg {
    fill: var(--theme-color1);
    height: 40px;
}

.machine-feature-section .feature-block:hover .feature-icon svg {
    animation: rs-fold linear 0.3s;
}

@keyframes rs-fold {
    0% {
        transform: rotateY(0);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0);
    }
}

.machine-feature-section .feature-block .feature-content .feature-content-title {
    font-size: 22px;
    font-weight: 700
}

/*        .machine-feature-section .feature-block .feature-content p{margin:0;}*/
/*======================== enquire-section    ================*/
.enquire-section {
    background: var(--theme-color2);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2)
}

.bg-enq-img {
    position: absolute;
    width: 40%;
    height: 100%;
    object-fit: cover;
    top: 0;
    inset-inline-end: 0;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.enquire-contact-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    padding-top: 50px;
}

.enquire-contact-list .contact-list-item {
    display: flex;

    gap: 30px;
}

.enquire-contact-list .contact-list-item .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: var(--theme-color1);
    border-radius: 5px;
}

.enquire-contact-list .contact-list-item .icon svg {
    fill: #fff;
    height: 30px;
    width: auto
}

.contact-list-info p,
.contact-list-info a {
    color: #f7f7f7;
    display: block;
}

.enquire-contact-list .contact-list-item .contact-list-content .heading {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}


/*=======================    Testimonial =============*/
/*------ testimonial -------*/

.testimonial-block {
    padding: 20px;
    border: 1px solid #f5f2f2;
}

.testimonial-profile {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 20px;
}

.testimonial-img img {
    height: 65px;
    width: auto;
}

.testimonial-bio p {
    margin: 0;
    color: var(--color-dark);
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 600
}

.testimonial-content .testi-title {
    font-size: 18px;
    font-weight: 600;
}

.testimonial-carousel {
    margin-top: 20px;
}



.testimonial-content p {
    font-weight: 400;
    color: #6e6e6e;
    font-size: 17px
}

.testimonial-content .testimonial-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(221, 221, 221, 0.6);
    margin-top: 30px;
    padding-top: 20px;
}

.testimonial-content .testimonial-bottom .testimonial-quote svg path {
    fill: #DDD
}

.ratings-block {
    display: flex;
    margin: 10px 0;
    gap: 10px
}


.ratings-block p {
    margin: 0
}

.ratings-block ul {
    display: flex;
    gap: 2px;
    margin: 0
}

.ratings-block i {
    font-size: 15px;
    color: var(--theme-color1)
}


.testimonial-slider .owl-nav {
    display: flex;
    gap: 10px;
    padding-top: 40px;
    z-index: 1;

}

.testimonial-slider.owl-carousel .owl-nav button {
    background: var(--theme-color1);
    color: var(--color-white);
    font-size: 18px;
    z-index: 2;
    transition: 0.5s;
    width: 40px;
    height: 40px;
    z-index: 2;
    transition: 0.5s;
}

.testimonial-slider.owl-carousel .owl-nav button:hover {
    background: var(--theme-color2) !important
}


/*==================== ABOUT US =========================*/
/*.page-section-block {
    padding: 150px 0;
    background: linear-gradient(rgb(245 0 0 / 64%), rgba(0, 0, 0, .55)), url('assets/images/bannerimg1.jpg') center / cover no-repeat;
    color: #fff;
    position: relative*/
/*    background-image: url('')*/
/*}*/

.page-section-block {
    background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/bg-pager-banner1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 140px 0 110px; */
	padding:25px 0;
    color: #fff;
    position: relative
}

.page-section-text .subtitle {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500
}

.page-section-text .banner-title {
    font-size: 48px;
    font-weight: 700
}

.page-section-text .breadcrumb-custom a {
    color: var(--theme-color1)
}

.req-quote-section {
    color: #fff;

}

.req-quote-block-section {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.req-quote-section .sub-req-quote {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.req-quote-section .main-req-quote {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
}


/* =========================   Product Page  =========================*/

/* ===== LAYOUT ===== */
.product-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
}

/* ===== SIDEBAR ===== */
.product-sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: fit-content;
    position: sticky;
    top: 20px;
}

.sidebar-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Category List */
.category-list {
    list-style: none;
}

.category-list li {
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

/* Hover + Active */
.category-list li:hover,
.category-list li.active {
    background: var(--theme-color1);
    color: #fff;
}

/* ===== PRODUCTS ===== */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Product Card */
.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.4s ease;
}

/* Hover */
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Image */
.product-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Content */
.product-content {
    padding: 18px;
}

.product-content h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.product-content p {
    font-size: 13px;
    color: #666;
    margin-bottom: 12px;
}

/* Button */
.btn {
    display: inline-block;
    padding: 8px 14px;
    background: var(--theme-color1);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 13px;
}

/* ===== FILTER ANIMATION ===== */
.product-card.hide {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    position: absolute;
}

.product-card.show {
    opacity: 1;
    transform: scale(1);
    position: relative;
}

/* =========================   Product detail Page  =========================*/


/* ==================  Contact page ================ */
.map-bg-img {
    position: absolute;
    width: 40%;
    height: 100%;
    object-fit: cover;
    top: 0;
    inset-inline-end: 0;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-form-section {
    padding: 50px 100px;
}

.contact-form-section .form-group {
    margin-bottom: 20px;
}

.contact-form-section .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.contact-form-section .form-group .form-control {
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;

}

.contact-form-section .form-group .form-control:focus {
    border-color: var(--theme-color1);
    box-shadow: 0 0 5px rgba(236, 50, 55, 0.5);
    outline: none;
}

.contact-form-section .submit-btn {
    background: var(--theme-color1);
    color: #fff;
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form-section .submit-btn:hover {
    background: var(--theme-color2);
}


/*============fixed-whatsapp=============*/
.fixed-whatsapp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #06da03;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    z-index: 99
}

.fixed-whatsapp i {
    color: #fff;
    font-size: 22px;
}

/*======================  footer  ==========================*/
.footersection {
    background: var(--theme-color2);
    padding: 70px 0;
}

.flex-footersection {
    color: #fff;
    display: flex;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.flex-footersection a,
.flex-footersection p {
    color: var(--footer-color)
}

.flex-footersection .footer-widget {
    flex: 1;
    min-width: 0;
    /*            padding-left:25px*/
}

.flex-footersection .footer-widget:first-child {
    flex: 1.3;
}

.flex-footersection .footer-widget:nth-child(2) {
    flex: 0.7;
}

.footer-widget .footer-widget-title {
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 700
}

.footer-widget .footer-widget-content {
    font-size: 17px;
}

.footer-widget-social-section {}

.footer-widget-social-section .title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

.footer-widget-socialicons {
    display: flex;
    gap: 10px;
}

.footer-widget-socialicons a {
    color: rgba(255, 255, 255, 0.54);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.09);
    transition: 0.3s;
}

.footer-widget-socialicons a:hover {
    background-color: var(--theme-color1)
}

.footer-widget-socialicons a:hover i {
    color: var(--color-white)
}

.footer-widget .footer-widget-content ul li {
    margin-bottom: 15px
}

.footer-address {
    padding-bottom: 20px;
}

.flex-footersection .menu-list ul li a:hover {
    color: var(--theme-color1)
}

.flex-footersection a:hover {
    color: var(--theme-color1)
}

/*    --bottom-footer--*/
.bottom-footer {
    display: flex;
    padding-top: 20px;
    justify-content: space-between
}

.bottom-footer p {
    color: var(--color-white)
}

.bottom-footer a {
    color: var(--theme-color1)
}

/*---================-back to top===================== ---*/
.backbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color1);
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.backbtn svg {
    height: 30px;
    width: auto;
    fill: #fff;
}

.backbtn:hover {
    cursor: pointer;
    background-color: var(--theme-color2);
}

.backbtn:active {
    background-color: var(--theme-color2);
}

.backbtn.show {
    opacity: 1;
    visibility: visible;
}

/*========================== RESPONSIVE =====================*/


/***** Mobile ***/
@media(max-width:767px) {
    .slider-carousel.owl-carousel .owl-item img {
     
        object-fit: cover;
    }

    .slider-content-block .subtitle img {
        height: auto !important;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

    .specs-header {
        padding: 18px 20px;
    }

    .specs-header h3 {
        font-size: 1.2rem;
    }

    .custom-table tr td {
        padding: 14px 12px;
        font-size: 14px;
    }

    .custom-table tr td:first-child {
        width: 40%;
    }

    .title-section .main-title {
        font-size: 28px;
    }

    .enquire-contact-list .contact-list-item .icon {

        width: 50px;
        min-width: 50px;
        height: 50px;

    }

    .enquire-section {
        padding: 50px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 15px 10px;
        font-size: 14px;
    }
}

@media(min-width:767px) and (max-width:991px) {}

@media (max-width: 991px) {

    .slider-content-block {
        width: 100%;
    }

    .slider-content-block .banner-title {
        font-size: 30px;
    }
        .stats-container {
        margin-top: 0px !important; 
        align-items: flex-start;
    }
    .stat-number{
        font-size: 50px;
    }
    .stat-item{
        min-width: auto;
    }
.theme-btn, .theme-btn2{
    padding: 12px 25px;
    font-size: 14px;
}
.backbtn{display: none}
    .slider-carousel .owl-nav {
        display: none;
    }

    .header-button {
        display: none
    }

    .top-header-flex-bar {
        flex-wrap: wrap
    }

    .top-header-info {
        flex-wrap: wrap
    }

    .client-grid-2-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-layout {
        grid-template-columns: 1fr;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .machine-feature-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .machine-feature-section .feature-block .feature-content .feature-content-title {
        font-size: 18px;
    }

    .flex-footersection,
    .bottom-footer {
        flex-direction: column;
    }

    .bg-enq-img {
        display: none
    }

    .enquire-contact-list {
        grid-template-columns: repeat(1, 1fr)
    }

    .navbar-brand {
        width: 70%;
    }

    .navbar-brand img {
        width: 100%;

    }

    .enquire-contact-list .contact-list-item .contact-list-content .heading {
        font-size: 20px;
    }

    .req-quote-section .main-req-quote {
        font-size: 28px;
    }
.page-section-text .banner-title{
    font-size: 28px;
}
.page-section-block {
    padding: 70px 0;
}
.contact-form-section {
    padding: 30px 20px;
}
.map-bg-img{
    height: 300px;
    width: 100%;
    padding: 10px;
}
.top-header{display: none;}
}


@media (max-width: 1400px) {
    .stats-container {
        margin-top: -150px
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px
    }
}