/* ========================== COMMON CSS START ========================== */
:root {
    --color-title: #111;
    --text-secondary-color: #555;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth !important;
    padding: 0 !important;
}

body {
    font: 400 16px/26px "Poppins", helvetica, sans-serif;
    color: var(--text-secondary-color);
}

@media (max-width:1599px) {
    body {
        font-size: 15px;
        line-height: 27px;
    }
}

@media (max-width:767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

:focus-visible {
    outline: none;
}

.Commen-Heading h3 {
    font: 700 44px/46px "inter", Helvetica, sans-serif;
    padding: 38px 0 0 0;
    color: #1f412b;
    margin: 0 0 30px 0;
    text-align: center;
    position: relative;
}

.Commen-Heading .title-desc {
    font: 600 22px/36px "Poppins", Helvetica, sans-serif;
    color: #111;
    text-align: center;
    width: 75%;
    margin: -15px auto 40px;
}

.Commen-Heading h3::before {
    background-image: url(../Images/separator-img.png);
    background-size: cover;
    width: 82px;
    height: 40px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    content: "";
    position: absolute;
}

@media (max-width:1499px) {
    .Commen-Heading h3 {
        font-size: 40px;
        line-height: 44px;
    }
}

@media (max-width:1399px) {
    .Commen-Heading h3 {
        font-size: 38px;
        line-height: 40px;
    }
}

@media (max-width:1299px) {

    .Commen-Heading .title-desc {
        width: 80%;
        font-size: 22px;
        line-height: 34px;
    }
}

@media (max-width:1199px) {
    .Commen-Heading h3 {
        font-size: 34px;
        line-height: 38px;
        margin: 0 0 25px 0;
    }

    .Commen-Heading .title-desc {
        font-size: 22px;
        line-height: 36px;
    }
}

@media (max-width:991px) {
    .Commen-Heading h3 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 20px 0;
    }

    .Commen-Heading h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .Commen-Heading .title-desc {
        font-size: 16px;
        line-height: 26px;
        width: 96%;
        margin: -5px auto 20px;
    }


}

@media (max-width:575px) {
    .Commen-Heading h3 {
        font-size: 30px;
        line-height: 34px;
        padding: 32px 0 0 0;
    }

    .Commen-Heading .title-desc {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }

    .Commen-Heading h3::before {
        width: 64px;
        height: 31px;
    }
}

@media (max-width:480px) {

    .Commen-Heading h3 {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 15px 0;
    }

    .Commen-Heading .title-desc {
        font-size: 14px;
        line-height: 22px;
        margin: -5px auto 20px;

    }

}

.common-btn {
    font: 600 18px /20px "Poppins", Helvetica, sans-serif;
    text-transform: capitalize;
    background-color: #5ab03a;
    color: #fff;
    padding: 15px 33px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: inline-block;
    position: relative;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    overflow: hidden;
    border: none;
}

.common-btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    border-radius: 50px;
    z-index: -1;
    right: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    background: #1f412b;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.common-btn:hover::before,
.common-btn:active::before,
.common-btn:focus::before {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    height: 100%;
}

.common-btn:hover,
.common-btn:focus,
.common-btn:active {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #1f412b;
    background: #fff;
}

.common-btn::before {
    background: #1f412b;
}

.common-btn:is(:hover, :active, :focus) {
    color: #fff;
    background: #1f412b;
}

@media (max-width:480px) {
    .common-btn {
        font-size: 16px;
        line-height: 18px;
        padding: 14px 30px;
    }

}

@media (max-width:480px) {
    .common-btn {
        font-size: 16px;
        line-height: 18px;
        padding: 14px 24px;
    }

}

/* =============================================================== */

.top-header {
    background: #1f412b;
    color: #fff;
    font-size: 14px;
}

.top-header .top-header-wrapper {
    margin: auto;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-left,
.top-center,
.top-right {
    display: flex;
    align-items: center;
}

.top-left a {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}

.top-left .icon {
    background-color: #fff;
    color: #045426;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.top-left .icon i {
    color: #045426;
    font-size: 18px;
}

.top-center {
    text-align: center;
    gap: 5px;
    flex: 1;
    justify-content: center;
    font-size: 14px;
}

.whatsapp-link {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    margin: 0 0 0 10px;
}

.whatsapp-link:hover {
    color: #fff;
}

.whatsapp-link span {
    font-weight: 500;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    text-decoration: underline;
}

.whatsapp-link span:hover {
    color: #fff;
}

.top-right {
    gap: 15px;
}

.top-right a {
    margin-left: 12px;
    display: inline-flex;
}

.top-right a i {
    color: #fff;
    font-size: 20px;
}

.top-right svg:hover {
    opacity: 0.7;
}

/* Responsive */
@media (max-width:1399px) {
    .top-center {
        font-size: 12px;
    }
}

@media (max-width:1199px) {
    .top-center {
        flex-wrap: wrap;
        gap: 0;
    }
}

@media (max-width:991px) {
    .top-left {
        order: 1;
    }

    .top-right {
        order: 2;
    }

    .top-center {
        order: 3;
        flex: auto;
    }

    .top-header .top-header-wrapper {
        gap: 15px 50px;
        justify-content: center;
    }


}

@media (max-width:575px) {
    .top-center {
        order: 3;
        flex: auto;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width:480px) {
    .top-header .top-header-wrapper {
        gap: 6px;
    }
}

/*  =============== NAVBAR SECTION START=============== */
header {
    width: 100%;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#header.sticky {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.navbar {
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
    align-items: center;

}

.navbar-expand-lg .navbar-collapse .nav-item {
    padding: 50px 0;
}

header nav .navbar-brand {
    max-width: 100%;
}

header nav .navbar-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 2px;
    background: #111;
    border-radius: 1px;
    margin: 0 0 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}

header nav .navbar-toggler .icon-bar:last-child {
    margin: 0;
}

header nav .navbar-toggler,
header nav .navbar-toggler:hover,
header nav .navbar-toggler:focus,
header nav .navbar-toggler:active {
    box-shadow: none;
}

header nav ul li a {
    color: #333333 !important;
    font: 500 18px/20px 'Poppins', Helvetica, sans-serif !important;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    padding: 0 !important;
    margin: 0;
    transition: all 400ms ease-in-out !important;
    -webkit-transition: all 400ms ease-in-out !important;
    -moz-transition: all 400ms ease-in-out !important;
    -ms-transition: all 400ms ease-in-out !important;
    -o-transition: all 400ms ease-in-out !important;
    position: relative;
}

header nav ul li a {
    padding: 0 30px 0 30px !important;
    border-right: 2px solid #333;
}

header nav ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    right: auto;
    background-image: url(../Images/header-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 43px;
    height: 22px;
    transform: translateX(-50%);
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    opacity: 0;
}

header nav ul li a.active::before,
header nav ul li:hover a::before {
    top: -18px;
    opacity: 1;
}

header nav ul li a.active,
header nav ul li:hover a {
    color: rgb(90, 176, 58) !important;
}

header nav ul li:last-child a {
    border: none;
}

/* header nav ul li:last-child {
    margin: 0;
    padding: 0 !important;
    border: none;
} */


.custom-dropdown {
    position: relative;
}

#header .dropdown-menu li a::before {
    display: none;
}

#header .dropdown-menu li {
    margin: 0;
    padding: 0 !important;
    border: none;
}

.custom-dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.35s ease;
    margin-top: 0;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.custom-dropdown:hover .custom-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-dropdown-menu .dropdown-item {
    padding: 10px 20px;
}

.custom-dropdown-menu .dropdown-item:hover {
    background: #f5f5f5;
}

.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 8px;
    transition: transform 0.3s ease;
    font-size: 14px;
}

.btn-nav-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.btn-nav-item ul li a::before {
    display: none;
}

.btn-nav-item ul li {
    padding: 0 !important;
    margin: 0;
    border-right: none;
    text-align: center;
}

/* Search Button */
.search-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

/* Catalogue Button */
.catalogue-btn {
    font: 500 18px/20px 'Poppins', Helvetica, sans-serif;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 14px 22px;
    border-radius: 30px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.catalogue-btn:is(:hover, :active, :focus) {
    color: #fff;
    background-color: #045426;
}

.catalogue-btn::after {
    content: '\f019';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
}

/* Dropdown Style */
#header .dropdown-menu {
    border-radius: 10px;
    padding: 10px;
    top: 122px !important;
    margin: 0 !important;
    border-radius: 0 0px 10px 10px;
    min-width: 225px;
}

#header .dropdown-menu a {
    margin: 0 !important;
    padding: 8px 10px !important;
    color: #333 !important;
    font-size: 17px !important;
}

#header .dropdown-menu a:hover {
    color: rgb(90, 176, 58) !important;
    background: transparent !important;
}

/* Drawer Main */
.search-drawer {
    position: absolute;
    top: 100%;
    /* header ke niche open hoga */
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

/* Active State */
.search-drawer.active {
    max-height: 120px;
    /* height adjust kar sakte ho */
}

/* Search Box */
.search-box {
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
}

/* Input */
.search-box input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
}

/* Close Button */
.close-btn {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
}


@media (max-width: 1599px) {

    .navbar-expand-lg .navbar-collapse .nav-item {
        padding: 42px 0;
    }

    header nav ul li a {
        font-size: 17px !important;
    }

    #header .dropdown-menu {
        top: 105px !important;
    }
}

@media (max-width: 1499px) {
    #header .dropdown-menu {
        top: 93px !important;
    }

    .navbar-expand-lg .navbar-collapse .nav-item {
        padding: 36px 0;
    }
}

@media (max-width: 1299px) {
    header nav ul li a {
        padding: 0 20px 0 20px !important;
    }

}

@media (max-width: 1199px) {

    header nav .navbar-brand {
        max-width: 190px;
    }

    header nav ul li a {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    header nav ul li a {
        padding: 0 15px 0 15px !important;
    }

    .catalogue-btn {
        font-size: 16px;
        line-height: 18px;
        padding: 12px 20px;
    }

    #header .dropdown-menu {
        top: 79px !important;
    }

    .navbar-expand-lg .navbar-collapse .nav-item {
        padding: 30px 0;
    }

}


@media (max-width: 991px) {

    header {
        position: static;
    }

    .btn-nav-item {
        position: absolute;
        right: 0;
    }

    #header .dropdown-menu {
        top: 63px !important;
    }

    header nav {
        padding: 15px 30px !important;
        background: transparent;
        box-shadow: none;
        height: 85px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    header nav .navbar-brand {
        max-width: 100%;
        width: 195px;
        position: absolute;
        left: 0;
        right: 100px;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        top: 85px;
        left: 0;
        right: 0;
        z-index: 3;
        background: #fff;
    }

    header nav .navbar-toggler {
        position: absolute;
        left: 0;
        border: none;
    }

    header nav .navbar-toggler i {
        font-size: 28px;
        line-height: 30px;
        color: #ffffff;
    }

    header .navbar-nav {
        padding: 10px 20px;
        border-top: 1px solid #d9d9d9;
        align-items: flex-start !important;
        gap: 14px;
    }

    header nav ul li a {
        border: none !important;
    }

    header nav ul li a::before {
        display: none;
    }

    header nav ul li a {
        padding: 0 !important;
        margin: 0;
        border: none !important;

    }

    header nav ul {
        width: 100%;
    }

    header nav ul li a {
        margin: 0 0 5px;
    }

    header nav ul li a {
        margin: 0;
    }

    .navbar-expand-lg .navbar-collapse .nav-item {
        padding: 0;
    }

    #header .dropdown-menu {
        display: block;
        position: static;
        transform: none;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        transition:
            max-height 0.4s ease,
            opacity 0.3s ease,
            padding 0.3s ease;
    }

    #header .dropdown-menu.show {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        padding-top: 8px;
        padding-bottom: 0;
        box-shadow: none;
    }

}


@media (max-width: 575px) {

    header nav .navbar-brand {
        width: 150px;
    }

    .btn-nav-item {
        gap: 15px;
    }

    header nav .navbar-brand {
        right: 140px;
    }
    #header .dropdown-menu a{
        font-size: 16px !important;
    }

}

@media (max-width:480px) {
    .catalogue-btn {
        font-size: 13px;
        line-height: 15px;
        padding: 8px 8px;
    }
    #header .dropdown-menu a {
        padding: 6px 8px !important;
    }

    .navbar-expand-lg .navbar-collapse {
        top: 70px;
    }

    header nav .navbar-brand {
        right: 105px;
        width: 120px;
    }

    #header .dropdown-menu {
        top: 50px !important;
        left: -60px;
    }

    .search-btn {
        font-size: 16px;
    }

    header nav {
        height: 70px;
    }
}

@media (max-width:360px) {
    header nav .navbar-toggler {
        left: -15px;
    }

    header nav .navbar-brand {
        right: 110px;
        width: 120px;
    }
}

/*  =============== NAVBAR SECTION END=============== */



/*  =============== SLIDER SECTION  =============== */
#slider {
    margin: 0 0 50px 0;
}

#slider .slider-section {
    overflow-x: hidden;
}

#slider .slider-section .carousel-control-prev,
#slider .slider-section .carousel-control-next {
    width: auto;
    opacity: 1;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#slider .slider-section .carousel-control-prev {
    left: -50px;
    right: auto;
}

#slider .slider-section .carousel-control-next {
    left: auto;
    right: -50px;
}

#slider .slider-section:hover .carousel-control-prev,
#slider .slider-section:focus .carousel-control-prev,
#slider .slider-section:active .carousel-control-prev {
    left: 50px;
}

#slider .slider-section:hover .carousel-control-next,
#slider .slider-section:focus .carousel-control-next,
#slider .slider-section:active .carousel-control-next {
    right: 50px;
}

#slider .slider-section .slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 34%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#slider .slider-section .slider-content .sub-title {
    font: 400 20px/22px 'Poppins', Helvetica, sans-serif;
    color: #fff;
}

#slider .slider-section .slider-content .slider-title {
    font: 700 60px/66px 'Poppins', Helvetica, sans-serif;
    letter-spacing: 0.1px;
    margin: 6px 0 10px;
    text-transform: capitalize;
    color: #fff;
}

#slider .slider-section .slider-content .slider-detail {
    font: 400 22px/32px 'Poppins', Helvetica, sans-serif;
    letter-spacing: 0.3px;
    margin: 0 0 20px;
    color: #fff;
    width: 90%;
    margin: 25px auto;
}

#slider .slider-section .slider-content .common-btn {
    margin: 0 10px;
}

#slider .slider-section .slider-content .common-btn:hover,
#slider .slider-section .slider-content .common-btn:focus,
#slider .slider-section .slider-content .common-btn:active {
    background: #fff;
    color: #5ab03a;
}

#slider .slider-section .slider-content .common-btn::before {
    background-color: #fff;
}

#slider .carousel-control-prev-icon,
#slider .carousel-control-next-icon {
    background-image: none;
}

#slider .slider-section .carousel-control-prev,
#slider .slider-section .carousel-control-next {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    color: #000000;
    margin: auto;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#slider .slider-section .carousel-control-prev:hover,
#slider .slider-section .carousel-control-prev:focus,
#slider .slider-section .carousel-control-prev:active,
#slider .slider-section .carousel-control-next:hover,
#slider .slider-section .carousel-control-next:focus,
#slider .slider-section .carousel-control-next:active {
    background: #5ab03a;
    color: #fff;
}

#slider .slider-section .carousel-control-prev i,
#slider .slider-section .carousel-control-next i {
    font-size: 18px;
    line-height: 28px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

@media (max-width: 1699px) {

    #slider .slider-section .slider-content .slider-title {
        font-size: 54px;
        line-height: 60px;
    }

    #slider .slider-section .slider-content .slider-detail {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1599px) {
    #slider .slider-section .slider-content {
        width: 36%;
    }

    #slider .slider-section .slider-content .slider-title {
        font-size: 50px;
        line-height: 60px;
    }

    #slider .slider-section .slider-content .slider-detail {
        margin: 22px auto;
    }
}

@media (max-width: 1499px) {
    #slider .slider-section .slider-content .slider-title {
        font-size: 46px;
        line-height: 50px;
    }

    #slider .slider-section .slider-content .slider-detail {
        margin: 18px auto;
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 1399px) {
    #slider .slider-section .slider-content .slider-detail {
        font-size: 18px;
        line-height: 28px;
        margin: 16px auto;
    }

    #slider .slider-section .slider-content .slider-title {
        font-size: 42px;
        line-height: 46px;
    }
}

@media (max-width: 1299px) {

    #slider .slider-section .slider-content {
        width: 36%;
    }

    #slider .slider-section .slider-content .slider-title {
        font-size: 40px;
        line-height: 48px;
    }

    #slider .slider-section .slider-content .slider-detail {
        font-size: 16px;
        line-height: 26px;
        margin: 15px auto;
    }

}

@media (max-width: 1199px) {
    #slider {
        margin: 0 0 40px 0;
    }

    #slider .slider-section .slider-content {
        width: 38%;
    }

    #slider .slider-section .slider-content .slider-title {
        font-size: 32px;
        line-height: 36px;
    }

    #slider .slider-section .slider-content .slider-detail {
        font-size: 16px;
        line-height: 26px;
        margin: 16px auto;
    }
}

@media (max-width: 991px) {

    #slider .slider-section .carousel-control-prev {
        left: -100px;
    }

    #slider .slider-section .carousel-control-next {
        right: -100px;
    }

    #slider .slider-section:hover .carousel-control-prev,
    #slider .slider-section:focus .carousel-control-prev,
    #slider .slider-section:active .carousel-control-prev {
        left: 20px;
    }

    #slider .slider-section:hover .carousel-control-next,
    #slider .slider-section:focus .carousel-control-next,
    #slider .slider-section:active .carousel-control-next {
        right: 20px;
    }

    #slider .slider-section .carousel-control-prev,
    #slider .slider-section .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    #slider .slider-section .carousel-control-prev i,
    #slider .slider-section .carousel-control-next i {
        font-size: 16px;
    }

    #slider .slider-section .slider-content {
        width: 44%;
    }

    #slider .slider-section .slider-content .slider-title {
        font-size: 32px;
        line-height: 36px;
    }

    #slider .slider-section .slider-content .slider-detail {
        font-size: 14px;
        line-height: 22px;
        margin: 12px auto;
    }

    #slider .slider-section .slider-content .sub-title {
        font-size: 16px;
        line-height: 18px;
    }

    #slider .slider-section .common-btn {
        font-size: 14px;
        line-height: 18px;
        padding: 12px 24px;
    }
}

@media (max-width: 767px) {
    #slider {
        margin: 0 0 30px 0;
    }

    #slider .slider-section .slider-content {
        width: 55%;
    }

    #slider .slider-section .slider-content .slider-title {
        font-size: 28px;
        line-height: 32px;
    }

    #slider .slider-section .slider-content .common-btn {
        margin: 0 5px;
    }

    #slider .slider-section .slider-content .slider-detail {
        display: none;
    }

    #slider .slider-section .slider-content .common-btn {
        padding: 12px 25px;
    }

    #slider .slider-section .carousel-control-prev,
    #slider .slider-section:hover .carousel-control-prev,
    #slider .slider-section:focus .carousel-control-prev,
    #slider .slider-section:active .carousel-control-prev {
        left: 30px;
    }

    #slider .slider-section .carousel-control-next,
    #slider .slider-section:hover .carousel-control-next,
    #slider .slider-section:focus .carousel-control-next,
    #slider .slider-section:active .carousel-control-next {
        right: 30px;
    }
}

@media (max-width: 575px) {
    #slider .slider-section .slider-content {
        width: 48%;
    }

    #slider .slider-section .slider-content .slider-title {
        font-size: 28px;
        line-height: 32px;
    }

    #slider .slider-section .slider-content .common-btn {
        margin: 0 0px;
    }


    #slider .slider-section .carousel-control-prev,
    #slider .slider-section:hover .carousel-control-prev,
    #slider .slider-section:focus .carousel-control-prev,
    #slider .slider-section:active .carousel-control-prev {
        left: 10px;
    }

    #slider .slider-section .carousel-control-next,
    #slider .slider-section:hover .carousel-control-next,
    #slider .slider-section:focus .carousel-control-next,
    #slider .slider-section:active .carousel-control-next {
        right: 10px;
    }

    #slider .slider-section .carousel-control-prev,
    #slider .slider-section .carousel-control-next {
        width: 35px;
        height: 35px;
    }

    #slider .slider-section .slider-content {
        width: 56%;
    }
}

@media (max-width: 480px) {
    #slider {
        margin: 0 0 20px 0;
    }

    #service .service .service-img {
        width: 90%;
    }

    #slider .slider-section .slider-content {
        width: 75%;
    }

    #slider .slider-section .slider-content .slider-title {
        margin: 0 0 10px;
        font-size: 26px;
        line-height: 30px;
    }

    #slider .slider-section .slider-content .common-btn {
        padding: 10px 15px;
    }

    #slider .carousel-inner img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        display: block;
    }

    #slider .slider-section .carousel-control-prev i,
    #slider .slider-section .carousel-control-next i {
        line-height: 33px;
    }
}

@media (max-width: 360px) {
    #slider .slider-section .slider-content .slider-title {
        font-size: 26px;
        line-height: 29px;
    }

    #slider .slider-section .slider-content .common-btn {
        padding: 8px 12px;
    }
}

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


/*  =============== PRODUCT SECTION  =============== */
#product-section {
    margin: 0 0 60px 0;
    text-align: center;
}
#product-section .product-section-title {
	font: 700 44px/46px "inter", Helvetica, sans-serif;
	color: #1f412b;
	margin: 0 0 30px 0;
    padding: 38px 0 0 0;
	text-align: center;
	position: relative;
}
#product-section .product-section-title::before {
	background-image: url(../Images/separator-img.png);
	background-size: cover;
	width: 82px;
	height: 40px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: auto;
	top: 0;
	content: "";
	position: absolute;
}

#product-section .product-item-grid {
    row-gap: 30px;
    margin: 0 0 80px;
}

#product-section .section-sub-title {
    padding: 12px 58px;
}

#product-section .product-section-img-section {
    overflow: hidden;
}

#product-section .product-section-img-section .product-section-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#product-section .product-section-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#product-section .product-section-img img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#product-section .product-section-img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

#product-section .product-section-img-section .product-section-img img {
    width: 100%;
    height: 100%;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#product-section .product-section-img-section .product-section-img:hover img,
#product-section .product-section-img-section .product-section-img:focus img,
#product-section .product-section-img-section .product-section-img:active img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.product-section-btn {
    display: block;
    margin: 30px auto 0;
}

.product-section-img .product-name {
    font: 500 22px/28px 'Poppins', Helvetica, sans-serif;
    position: absolute;
    bottom: 20px;
    top: auto;
    left: 0;
    right: 0;
    color: #111;
    padding: 0 26px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-section-img:hover .product-name {
    color: #5ab03a;
}

.product-section-btn .common-btn:is(:hover, :active, :focus) {
    color: #fff;
    background: #1f412b;
}

.product-section-btn .common-btn::before {
    background: #1f412b;

}

@media (max-width: 1499px) {
    #product-section {
        margin: 0 0 50px 0;
    }

    #product-section .product-section-detail {
        margin: 0 0 35px;
    }

    #product-section .section-sub-title {
        padding: 10px 50px;
    }

    .product-section-img .product-name {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 1399px) {
    .product-section-img .product-name {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 1299px) {
    .product-section-img .product-name {
        min-height: 48px;
    }
}

@media (max-width: 1199px) {
    #product-section .product-section-detail {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 40px;
    }

    #product-section .owl-carousel .item .product-section-img {
        margin: 0 0 15px;
    }


}

@media (max-width: 991px) {
    #product-section {
        margin: 0 0 40px;
    }

    #product-section .product-section-detail {
        margin: 0 0 30px;
    }

    #product-section .section-sub-title {
        padding: 9px 45px;
    }

    #product-section .product-section-img {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    #product-section .product-section-detail {
        margin: 0 0 20px;
    }

    #product-section .product-section-img-section .product-section-img::before,
    #product-section .product-section-img-section .product-section-img:hover::before,
    #product-section .product-section-img-section .product-section-img:focus::before,
    #product-section .product-section-img-section .product-section-img:active::before {
        background: rgba(0, 0, 0, 0.5);
    }

    #product-section .product-section-img-section .product-section-img .product-section-search-icon.tb-search-icon {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .product-section-img .product-name {
        padding: 0 15px;
    }
}

@media (max-width: 575px) {

    #product-section .product-section-img-section .product-section-img .product-section-search-icon.tb-search-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .product-section-img .product-name {
        min-height: 28px;
    }

    #product-section {
        margin: 0 0 20px;
    }

    #product-section .product-section-detail {
        margin: 0 0 20px;
    }

    #product-section .product-section-img-section .item {
        margin: 0;
    }

    #product-section .owl-carousel .item .product-section-img {
        margin: 0 0 10px;
    }

    #product-section .product-item-grid {
        row-gap: 20px;
    }
}

@media (max-width: 360px) {
    #product-section .product-section::before {
        top: -155px;
    }

    .product-section-img .product-name {
        font-size: 20px;
        line-height: 26px;
    }
}

/*  =============== PRODUCT SECTION  =============== */
/*  =============== how-made-section START =============== */

#how-made-section {
    background-image: url(../Images/how-it-made-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 350px;
    position: relative;
    z-index: -1;
}

#how-made-section .how-made-text {
    width: 82%;
    margin: 0 auto;
}

#how-made-section .how-made-title {
    font: 600 24px/38px "Poppins", Helvetica, sans-serif;
    color: #111;
    margin: 25px 0;
}

#how-made-section .how-made-description {
    font: 400 18px/26px "Poppins", Helvetica, sans-serif;
    color: #111;
}

.how-made-process {
    margin: -300px 0 60px 0;
}

#how-made-section::before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 0;
    right: auto;
    left: 0;
    width: 255px;
    height: 300px;
    background-image: url(../Images/how-it-made-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: up-down2 50s linear infinite;
    -webkit-animation: up-down2 50s linear infinite;
}

@keyframes up-down2 {
    0% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }

    50% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }
}

#how-made-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 10%;
    right: 0;
    left: auto;
    width: 255px;
    height: 300px;
    background-image: url(../Images/how-it-made-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: up-down3 50s linear infinite;
    -webkit-animation: up-down3 50s linear infinite;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

@keyframes up-down3 {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    50% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media (max-width:1499px) {
    #how-made-section {
        padding: 50px 0 270px;
    }
}

@media (max-width:1499px) {
    .how-made-process {
        margin: -230px 0 60px 0;
    }

    #how-made-section {
        padding: 70px 0 270px;
    }
}

@media (max-width:1399px) {
    .how-made-process {
        margin: -200px 0 60px 0;
    }

    #how-made-section {
        padding: 50px 0 230px;
    }
}

@media (max-width:1299px) {
    @keyframes up-down3 {
        0% {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }

        50% {
            transform: translateY(300px);
            -webkit-transform: translateY(300px);
            -moz-transform: translateY(300px);
            -ms-transform: translateY(300px);
            -o-transform: translateY(300px);
        }

        100% {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }
    }

    @keyframes up-down2 {
        0% {
            transform: translateY(300px);
            -webkit-transform: translateY(300px);
            -moz-transform: translateY(300px);
            -ms-transform: translateY(300px);
            -o-transform: translateY(300px);
        }

        50% {
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
        }

        100% {
            transform: translateY(400px);
            -webkit-transform: translateY(400px);
            -moz-transform: translateY(400px);
            -ms-transform: translateY(400px);
            -o-transform: translateY(400px);
        }
    }
}

@media (max-width:1199px) {

    #how-made-section::before,
    #how-made-section::after {
        width: 185px;
        height: auto;
    }

    #how-made-section {
        padding: 40px 0 230px;
    }

    #how-made-section .how-made-description {
        font-size: 16px;
        line-height: 24px;
    }

    #how-made-section .how-made-title {
        font-size: 20px;
        line-height: 34px;
        margin: 18px 0;
    }
}

@media (max-width:991px) {
    #how-made-section .how-made-title {
        font-size: 20px;
        line-height: 30px;
        margin: 20px 0;
    }

    #how-made-section .how-made-description {
        font-size: 14px;
        line-height: 23px;
    }

    .how-made-process {
        margin: -130px 0 40px 0;
    }

    #how-made-section {
        padding: 30px 0 170px;
    }

    #how-made-section::before,
    #how-made-section::after {
        display: none;
    }

    #how-made-section .how-made-text {
        width: 100%;
    }


}

@media (max-width:767px) {
    #how-made-section {
        padding: 20px 0 120px;
    }

    .how-made-process {
        margin: -100px 0 40px 0;
    }
}

@media (max-width:575px) {
    #how-made-section .how-made-text {
        width: 100%;
    }

    #how-made-section .how-made-title {
        font-size: 20px;
        line-height: 28px;
        margin: 20px 0 20px;
    }

    #how-made-section .how-made-description {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width:480px) {
    #how-made-section .how-made-title {
        font-size: 16px;
        line-height: 22px;
        margin: 15px 0 15px;
    }

    #how-made-section .how-made-description {
        font-size: 14px;
        line-height: 20px;
    }
}

/*  =============== how-made-section END =============== */
/*  =============== feature-product START =============== */

#feature-product {
    margin: 0 0 60px;
}

#feature-product .feature-product-image-wrapper {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

#feature-product .Commen-Heading h3 {
    margin: 0 0 40px;
}

#feature-product .feature-product-image-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #1f412bb0;
    opacity: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#feature-product .feature-product-image-wrapper:hover::before {
    opacity: 1;
}

#feature-product .feature-product-image-wrapper .feature-product-detiles {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    margin: auto;
    transform: translate(-50%, -20%);
    -webkit-transform: translate(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -o-transform: translate(-50%, -20%);
    text-align: center;
    opacity: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    width: 90%;
}

#feature-product .feature-product-image-wrapper:hover .feature-product-detiles {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: 1;
}

#feature-product .feature-product-image-wrapper .feature-product-detiles .feature-product-name {
    font: 500 42px/44px "inter", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
}

#feature-product .feature-product-btn {
    text-align: center;
    margin: 40px 0 0;
}

#feature-product .feature-product-btn .common-btn {
    text-transform: none;
}

#feature-product .feature-product-btn .common-btn:before,
#feature-product .feature-product-btn .common-btn:is(:hover, :active, :focus) {
    background-color: #045426;
    color: #fff;
}

@media (max-width:1499px) {
    #feature-product .feature-product-image-wrapper .feature-product-detiles .feature-product-name {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 20px;
    }

}

@media (max-width:1399px) {
    #feature-product .Commen-Heading h3 {
        margin: 0 0 40px;
    }

}

@media (max-width:1199px) {
    #feature-product .feature-product-image-wrapper .feature-product-detiles .feature-product-name {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 10px;
    }

    #feature-product .feature-product-btn {
        text-align: center;
        margin: 20px 0 0;
    }

    #feature-product .Commen-Heading h3 {
        margin: 0 0 30px;
    }

}

@media (max-width:991px) {
    #feature-product {
        margin: 0 0 40px;
    }

    #feature-product .feature-product-image-wrapper {
        display: inline-flex;
    }

    .feature-product-wrapper {
        text-align: center;
        row-gap: 20px;
    }

    #feature-product .feature-product-image-wrapper .feature-product-detiles .feature-product-name {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 14px;
    }
}

@media (max-width:767px) {
    #feature-product .Commen-Heading h3 {
        margin: 0 0 20px;
    }
}

@media (max-width:575px) {
    #feature-product .feature-product-image-wrapper .feature-product-detiles .feature-product-name {
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 14px;
    }
}

@media (max-width:480px) {
    #feature-product {
        margin: 0 0 20px;
    }

    #feature-product .feature-product-image-wrapper .feature-product-detiles .feature-product-name {
        font-size: 30px;
        line-height: 32px;
        margin: 0 0 10px;
    }
}

/*  =============== feature-product END =============== */
/*  =============== offer-section START =============== */

#offer-section {
    margin: 0 0 60px;
}

#offer-section .offer-wrapper .offer-item-wrapper {
    background-color: #f8f8f8;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    border-bottom: 3px solid #1f412b;
    position: relative;
    min-height: 355px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#offer-section .offer-before {
    position: relative;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#offer-section .offer-wrapper .offer-before:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    box-shadow: rgb(31, 65, 43) 0px 25px 20px -25px;
}


#offer-section .offer-wrapper .offer-before::before {
    content: "";
    position: absolute;
    left: -7px;
    right: auto;
    top: -7px;
    bottom: auto;
    width: 100px;
    height: 100px;
    border-radius: 25px 0 25px 0;
    -webkit-border-radius: 25px 0 25px 0;
    -moz-border-radius: 25px 0 25px 0;
    -ms-border-radius: 25px 0 25px 0;
    -o-border-radius: 25px 0 25px 0;
    background-color: #1f412b;
    z-index: -5;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#offer-section .offer-wrapper .offer-item-wrapper .offer-title {
    font: 600 26px/34px "Poppins", Helvetica, sans-serif;
    color: #263427;
    margin: 30px 10px 18px;
}

#offer-section .offer-wrapper .offer-item-wrapper .offer-desc {
    font: 400 20px/26px "Poppins", Helvetica, sans-serif;
    color: #111;
}

#offer-section .feature-product-btn {
    text-align: center;
    margin: 40px 0 0;
}

#offer-section .feature-product-btn .common-btn {
    text-transform: none;
}

#offer-section .feature-product-btn .common-btn:before,
#offer-section .feature-product-btn .common-btn:is(:hover, :active, :focus) {
    background-color: #045426;
    color: #fff;
}

@media (max-width:1599px) {
    #offer-section .offer-wrapper .offer-item-wrapper .offer-title {
        font-size: 24px;
        line-height: 30px;
        margin: 30px 20px 18px;
    }
}

@media (max-width:1499px) {
    #offer-section {
        margin: 0 0 50px;
    }

    #offer-section .offer-wrapper .offer-item-wrapper {
        padding: 25px;
        min-height: 305px;
    }

    #offer-section .offer-wrapper .offer-item-wrapper .offer-title {
        font-size: 22px;
        line-height: 28px;
        margin: 30px 10px 18px;
    }

    #offer-section .offer-wrapper .offer-item-wrapper .offer-desc {
        font-size: 18px;
        line-height: 26px;
    }

    #offer-section .offer-wrapper .offer-item-wrapper .offer-icon img {
        width: 80px;
        height: auto;
    }
}

@media (max-width:1399px) {
    #offer-section .offer-wrapper .offer-item-wrapper .offer-title {
        font-size: 17px;
        line-height: 28px;
        margin: 25px 0 16px;
    }

    #offer-section .offer-wrapper .offer-item-wrapper {
        padding: 30px 20px;
        min-height: 270px;
    }

    #offer-section .offer-wrapper .offer-item-wrapper .offer-desc {
        font-size: 16px;
        line-height: 24px;
    }

}

@media (max-width:1199px) {
    .offer-wrapper {
        row-gap: 30px;
    }

    #offer-section .offer-wrapper .offer-item-wrapper .offer-title {
        font-size: 24px;
        line-height: 28px;
        margin: 20px 20px 12px;
    }

    #offer-section .offer-wrapper .offer-item-wrapper {
        padding: 30px 20px;
        min-height: 250px;
    }

    #offer-section .feature-product-btn {
        margin: 30px 0 0;
    }
}

@media (max-width:991px) {
    #offer-section .offer-wrapper .offer-item-wrapper .offer-title {
        font-size: 22px;
        line-height: 26px;
    }

    #offer-section {
        margin: 0 0 40px;
    }
}

@media (max-width:575px) {
    #offer-section .offer-wrapper .offer-item-wrapper {
        padding: 30px 20px;
        min-height: auto;
    }
}

@media (max-width:480px) {
    #offer-section {
        margin: 0 0 20px;
    }

    #offer-section .offer-wrapper .offer-item-wrapper .offer-title {
        font-size: 20px;
        line-height: 22px;
    }

    #offer-section .feature-product-btn {
        text-align: center;
        margin: 20px 0 0;
    }
}

/*  =============== offer-section END =============== */
/*  =============== offer-section START =============== */
#why-choose {
    margin: 0 0 80px;
    position: relative;
    padding: 80px 0 0px;
}

#why-choose::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    background-image: url(../Images/why-choose-bg.jpg);
    height: 370px;
}

#why-choose .why-choose-item-wrapper {
    text-align: center;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    padding: 40px 20px;
    transition: all 400ms ease-in-out;
}

#why-choose .why-choose-item-wrapper img {
    transition: all 400ms ease-in-out;
}

#why-choose .why-choose-item-wrapper:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

#why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-number {
    font: 500 58px/70px "Poppins", Helvetica, sans-serif;
    color: #263427;
    margin: 20px 10px 0px;
}

#why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-desc {
    font: 400 20px/26px "Poppins", Helvetica, sans-serif;
    color: #111;
}

@media (max-width:1699px) {
    #why-choose {
        padding: 60px 0 0px;
    }
}

@media (max-width:1499px) {
    #why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-number {
        font-size: 44px;
        line-height: 56px;
    }

    #why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-desc {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width:1399px) {

    #why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-number {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width:1299px) {
    #why-choose {
        padding: 50px 0 0;
    }

    #why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-number {
        font-size: 48px;
        line-height: 56px;
    }

    #why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-desc {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width:1199px) {
    #why-choose {
        margin: 0 0 60px;
    }

    #why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-number {
        font-size: 38px;
        line-height: 42px;
    }

    #why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-desc {
        font-size: 16px;
        line-height: 22px;
    }

    #why-choose .why-choose-item-wrapper {
        padding: 25px 10px;
    }

    #why-choose::before {
        height: 290px;
    }

    #why-choose {
        padding: 30px 0 0;
    }
}

@media (max-width:991px) {
    .why-choose-wrapper {
        row-gap: 30px;
    }

    #why-choose {
        margin: 0 0 40px;
    }
}

@media (max-width:575px) {
    #why-choose {
        margin: 0 0 20px;
    }
}

@media (max-width:480px) {
    #why-choose {
        padding: 20px 0 0;
    }

    #why-choose .why-choose-item-wrapper img {
        width: 85px;
        height: auto;
    }

    #why-choose .why-choose-wrapper .why-choose-item-wrapper .why-choose-number {
        margin: 10px 10px 0px;
        font-size: 34px;
        line-height: 38px;
    }
}

/*  =============== offer-section END =============== */


/* ================ blog START ================ */
#green-supply-section {
    margin: 0 0 80px;
}

#green-supply-section .blog-card {
    padding: 10px;
    border: 2px solid #e7e7e7;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

#green-supply-section .blog-card__img-wrap {
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

#green-supply-section .blog-card__img-wrap img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#green-supply-section .blog-card__img-wrap:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

#green-supply-section .blog-card__body {
    min-height: 245px;
    padding: 15px 10px 10px;
}

#green-supply-section .blog-card__meta {
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
}

#green-supply-section .blog-card__meta i {
    color: #5ab03a;
    font-size: 20px;
}

#green-supply-section .blog-card__body .blog-card__title {
    font: 700 18px/28px "Poppins", Helvetica, sans-serif;
    color: #111;
}

#green-supply-section .blog-card__body .blog-card__excerpt {
    font: 400 15px/25px "Poppins", Helvetica, sans-serif;
    color: #333333;
    margin: 12px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#green-supply-section .blog-card__body .common-btn {
    font: 400 14px /16px "Poppins", Helvetica, sans-serif;
    padding: 10px 16px;
    position: absolute;
    top: auto;
    bottom: 20px;
}

#green-supply-section .owl-nav .owl-prev {
    left: -80px;
}

#green-supply-section .owl-nav .owl-next {
    right: -80px;
}

#green-supply-section:hover .blog-card .owl-nav .owl-prev {
    left: 50px;
}

#green-supply-section:hover .blog-card .owl-nav .owl-next {
    right: 50px;
}

#green-supply-section .swiper-pagination {
    display: none;
}

#green-supply-section .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    justify-content: space-between;
    display: flex;
    transform: translate(0, -50%);
}

#green-supply-section .owl-nav .owl-prev,
#green-supply-section .owl-nav .owl-next {
    font-size: 0px;
    color: #fff;
    background-color: #5ab03a;
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    display: inline-block;
    text-align: center;
    z-index: 1;
    position: relative;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
}

#green-supply-section .owl-nav .owl-prev.disabled,
#green-supply-section .owl-nav .owl-next.disabled {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    cursor: not-allowed;
}

#green-supply-section .owl-nav .owl-prev.disabled:is(:hover, :active, :focus),
#green-supply-section .owl-nav .owl-next.disabled:is(:hover, :active, :focus),
#green-supply-section .owl-nav .owl-prev.disabled::after,
#green-supply-section .owl-nav .owl-next.disabled::after {
    background-color: #5ab03a;
}

#green-supply-section .owl-nav .owl-prev.disabled::before,
#green-supply-section .owl-nav .owl-next.disabled::before {
    color: #fff;
}

#green-supply-section .owl-nav .owl-prev.disabled:hover::before,
#green-supply-section .owl-nav .owl-next.disabled:hover::before,
#green-supply-section .owl-nav .owl-prev.disabled:active::before,
#green-supply-section .owl-nav .owl-next.disabled:active::before,
#green-supply-section .owl-nav .owl-prev.disabled:focus::before,
#green-supply-section .owl-nav .owl-next.disabled:focus::before {
    color: #fff;
}

#green-supply-section .owl-nav .owl-prev span,
#green-supply-section .owl-nav .owl-next span {
    display: none;
}

#green-supply-section .owl-nav .owl-prev:hover,
#green-supply-section .owl-nav .owl-next:hover,
#green-supply-section .owl-nav .owl-prev:active,
#green-supply-section .owl-nav .owl-next:active,
#green-supply-section .owl-nav .owl-prev:focus,
#green-supply-section .owl-nav .owl-next:focus {
    color: #fff;
    background: #1f412b;
}

#green-supply-section .owl-nav .owl-prev::after,
#green-supply-section .owl-nav .owl-next::after {
    background: #1f412b;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    z-index: -1;
    right: 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

#green-supply-section .owl-nav .owl-prev:hover::after,
#green-supply-section .owl-nav .owl-next:hover::after,
#green-supply-section .owl-nav .owl-prev:active::after,
#green-supply-section .owl-nav .owl-next:active::after,
#green-supply-section .owl-nav .owl-prev:focus::after,
#green-supply-section .owl-nav .owl-next:focus::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    height: 100%;
}

#green-supply-section .owl-nav .owl-prev::before,
#green-supply-section .owl-nav .owl-next::before {
    font-family: "Font Awesome 6 Free";
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    line-height: 50px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

#green-supply-section .owl-nav .owl-prev::before {
    content: "\f104";
}

#green-supply-section .owl-nav .owl-next::before {
    content: "\f105";
}

#green-supply-section .owl-nav .owl-prev:hover::before,
#green-supply-section .owl-nav .owl-next:hover::before,
#green-supply-section .owl-nav .owl-prev:active::before,
#green-supply-section .owl-nav .owl-next:active::before,
#green-supply-section .owl-nav .owl-prev:focus::before,
#green-supply-section .owl-nav .owl-next:focus::before {
    color: #fff;
}

@media (max-width:1599px) {
    #green-supply-section .owl-nav {
        justify-content: center;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        position: relative;
        margin: 15px 0 0;
    }

    #green-supply-section .owl-nav .owl-prev {
        left: 0;
    }

    #green-supply-section .owl-nav .owl-next {
        right: 0;
    }
}

@media (max-width:1499px) {
    #green-supply-section {
        margin: 0 0 50px;
    }
}

@media (max-width:1199px) {
    #green-supply-section {
        margin: 0 0 60px;
    }
}

@media (max-width:991px) {
    #green-supply-section .blog-card__body .blog-card__title {
        font-size: 17px;
        line-height: 25px;
    }

    #green-supply-section .blog-card__body .blog-card__excerpt {
        font-size: 15px;
        line-height: 23px;
        margin: 10px 0;
    }
}

@media (max-width:767px) {
    #green-supply-section .blog-card__body .blog-card__title {
        font-size: 20px;
        line-height: 30px;
    }

    #green-supply-section {
        margin: 0 0 40px;
    }
}

@media (max-width:480px) {
    #green-supply-section {
        margin: 0 0 20px;
    }

    #green-supply-section .blog-card__body .blog-card__title {
        font-size: 16px;
        line-height: 24px;
    }

    #green-supply-section .blog-card__body .blog-card__excerpt {
        font-size: 14px;
        line-height: 22px;
    }

    #green-supply-section .owl-nav .owl-prev,
    #green-supply-section .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    #green-supply-section .owl-nav .owl-prev::before,
    #green-supply-section .owl-nav .owl-next::before {
        line-height: 35px;
        font-size: 14px;
    }
}

@media (max-width:360px) {
    #green-supply-section .blog-card__body .blog-card__title {
        font-size: 14px;
        line-height: 22px;
    }

    #green-supply-section .owl-nav .owl-prev::before,
    #green-supply-section .owl-nav .owl-next::before {
        line-height: 40px;
    }
}

/* ================ blog END ================ */
/* ================ Brand Logo START ================ */
#brand-logo {
    background-image: url(../Images/why-choose-bg.jpg);
    padding: 30px 0;
}

#brand-logo .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}

#brand-logo .item a img {
    width: auto;
    margin: 0 auto;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#brand-logo .item:hover a img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

@media (max-width:1199px) {
    #brand-logo {
        padding: 30px 0;
    }
}

@media (max-width:480px) {
    #brand-logo {
        padding: 20px 0;
    }
}

/* ================ Brand Logo END ================ */
/* ================ Footer START ================ */
.footer-section {
    background: #05180d;
    color: #fff;
    padding: 60px 0 0;
    font-family: 'Poppins', sans-serif;
}

.footer-section .subscribe-text {
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    padding: 0 100px 0 0;
    margin: 20px 0;
}

.subscribe-box {
    overflow: hidden;
    width: 70%;
    position: relative;
}

.subscribe-box input {
    border: none;
    padding: 14px 70px 14px 20px;
    color: #fff;
    width: 100%;
    outline: none;
    background-color: #1f3b31;
    border-radius: 50px;
    font-size: 13px;
}

.subscribe-box button {
    background: #4caf50;
    border: none;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    position: absolute;
    left: auto;
    right: 5px;
    top: 5px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.subscribe-box button:is(:hover, :active, :focus) {
    background-color: #05180d;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #1c3f32;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-icons a i {
    font-size: 20px;
}

.social-icons {
    margin: 50px 0 0;
}

.social-icons a:hover {
    background: #4caf50;
}

.footer-section h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #5ab03a;
}

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

.footer-links li {
    margin-bottom: 12px;
}

.contact-info a,
.footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 15px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.contact-info a:hover,
.footer-links a:hover {
    color: #fff;
}

.contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 18px;
}

.contact-info span i {
    color: #fff;
    font-size: 14px;
}

.contact-info span {
    width: 26px;
    height: 26px;
    background-color: #5ab03a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 8px 0 0px;
}

.footer-section p {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

.footer-bottom {
    border-top: 2px solid #1f3b31;
    margin-top: 30px;
    padding: 15px 0;
}

.footer-bottom p {
    font-size: 16px;
}

.footer-bottom span {
    color: #4caf50;
    font-weight: 600;
}

.footer-bottom span a {
    color: #4caf50;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.footer-bottom span a:hover {
    color: #fff;
}

.address-section .address-title {
    font: 500 17px /19px "Poppins", Helvetica, sans-serif;
    margin: 0 0 8px 0;
}

.footer-section .address-section p {
    color: #aaa;
    font-size: 15px;
    line-height: 24px;
}

.address-section .phone a,
.address-section .phone {
    font: 500 15px /24px "Poppins", Helvetica, sans-serif;
    color: #aaa;
    margin: 12px 0px 0;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.address-section .phone span {
    color: #fff;
}

.address-section .phone a:hover {
    color: #fff;
}

.address-section .Factory {
    margin: 20px 0;
}

@media (max-width:1399px) {
    .social-icons {
        margin: 30px 0 0;
    }

    .footer-section .subscribe-text {
        margin: 20px 0 20px;
    }
}

@media (max-width:1199px) {

    .contact-info span {
        margin: 0 3px 0 0px;
    }

    .footer-section .address-section p {
        font-size: 14px;
        line-height: 22px;
    }

    .subscribe-box {
        width: 90%;
    }

    .footer-section .subscribe-text {
        padding: 0 20px 0 0;
    }
}

@media (max-width:991px) {
    .footer-row {
        row-gap: 30px;
    }
}

@media (max-width:767px) {
    .subscribe-box input {
        width: 100%;
    }

    .subscribe-box {
        width: 100%;
    }

    .logo-wrapper {
        text-align: center;
    }

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

@media (max-width:575px) {
    .footer-section .subscribe-text {
        margin: 0px 0 18px;
        padding: 0;
    }

    .subscribe-box button {
        right: 5px;
        top: 3px;
    }

}

@media (max-width:480px) {
    .footer-bottom {
        margin-top: 30px;
        padding: 18px 0;
    }
}

/* ================ Footer END ================ */


#product-hero {
    background-image: url(../Images/product-hero-bg.jpg);
    padding: 85px 15px;
    position: relative;
    overflow: hidden;
    margin: 0 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
}
#product-hero .hero-title {
    margin: 0 0 18px;
}

/* =============================
       2.  BREADCRUMB HERO SECTION
    ============================= */
.about-hero {
    background-image: url(../Images/about-us-hero.jpg);
    padding: 75px 15px;
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog-breadcrumb {
    background-image: url(../Images/blog-hero-bg.jpg);
    padding: 65px 15px;
    margin: 0 0 60px;
}

.hero-breadcrumb {
    font: 400 18px/25px "Poppins", Helvetica, sans-serif;
    color: #b0d0bb;
    margin-bottom: 25px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.hero-breadcrumb span {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 6px;
}

.hero-breadcrumb span i {
    font-size: 12px;
}

.hero-breadcrumb a {
    color: #b0d0bb;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.hero-breadcrumb a.active {
    color: #4CAF50;
}

.hero-breadcrumb a:hover {
    color: #4CAF50;
}

.hero-title {
    font: 700 46px/56px "Inter", Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 25px;
}

.hero-sub {
    font: 400 22px/33px "Poppins", Helvetica, sans-serif;
    color: #fff;
}

.hero-img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-icon-circle {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
}

.hero-icon-circle i {
    font-size: 80px;
}

@media (max-width:1599px) {
    .about-hero {
        padding: 55px 15px;
    }

    #product-hero {
        padding: 60px 15px;
    }
}

@media (max-width:1499px) {
    .hero-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    .hero-breadcrumb {
        font-size: 16px;
        line-height: 20px;
    }

    .hero-sub {
        font-size: 18px;
        line-height: 30px;
    }

    .about-hero {
        background-position: center;
        margin: 0 0 60px;

    }

    #product-hero {
        padding: 65px 15px;
        margin: 0 0 60px;

    }
    #product-hero .hero-title{
        margin: 0 0 10px;
    }
}

@media (max-width:1399px) {
    .hero-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width:1199px) {
    .about-hero {
        margin: 0 0 60px;
    }

    #product-hero {
        padding: 35px 15px;
    }

    #product-hero .hero-sub {
        width: 75%;
    }
}

@media (max-width:991px) {
    .about-hero {
        margin: 0 0 40px;
        padding: 35px 15px;
    }

    .hero-breadcrumb {
        margin-bottom: 15px;
    }

    .hero-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    #product-hero {
        margin: 0 0 40px;
    }

}

@media (max-width:767px) {
    .hero-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .hero-sub {
        font-size: 16px;
        line-height: 28px;
    }

    .hero-breadcrumb {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width:575px) {

    .hero-breadcrumb {
        margin-bottom: 10px;
    }

    .about-hero {
        background-position: left;
    }

    #product-hero .hero-sub {
        width: 100%;
    }
}

@media (max-width:480px) {
    .about-hero {
        margin: 0px 0 20px;
        padding: 20px 0px;
    }

    #product-hero {
        padding: 15px 15px;
        margin: 0px 0 20px;
    }

    .hero-sub {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
}

@media (max-width:360px) {
    .hero-sub {
        font-size: 14px;
        line-height: 26px;
    }

    .hero-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 8px;
    }
}


/* ========================================================================= */

.unique-section {
    margin: 0 0 100px;
}

.feature-card {
    background: #fff;
    border-radius: 16px;
    position: relative;
}

.feature-card .feature-img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.feature-card .feature-img img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.feature-card .feature-img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.feature-card .feature-img.img-01::before {
    content: "";
    position: absolute;
    clip-path: polygon(16% 48%, 100% 100%, 100% 0);
    width: 45px;
    height: 50px;
    background-color: #fff;
    left: auto;
    right: 0;
    top: 30px;
    bottom: auto;
    z-index: 9;

}

.feature-card .feature-img.img-02::before {
    content: "";
    position: absolute;
    clip-path: polygon(16% 48%, 100% 100%, 100% 0);
    width: 45px;
    height: 50px;
    background-color: #fff;
    left: 40px;
    right: auto;
    top: auto;
    bottom: -3px;
    transform: rotate(90deg);
    z-index: 9;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.feature-card .feature-img.img-03::before {
    content: "";
    position: absolute;
    clip-path: polygon(16% 48%, 100% 100%, 100% 0);
    width: 45px;
    height: 50px;
    background-color: #fff;
    left: 0;
    right: auto;
    top: 20px;
    bottom: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    z-index: 9;
}


/* Content */
.features-section-row {
    row-gap: 50px;
}

.feature-content h4 {
    font: 700 22px/30px "Poppins", Helvetica, sans-serif;
    color: #111;
    margin: 0 0 12px;
}

.feature-content p {
    font: 400 16px/28px "Poppins", Helvetica, sans-serif;
    color: #333;
    margin: 0 0 15px;
}

/* Alternate Layout */
.feature-card.reverse {
    flex-direction: row-reverse;
}

/* Small Arrow Shape Effect */
.feature-img::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.feature-card.reverse .feature-img::after {
    left: -10px;
    right: auto;
    border-left: none;
    border-right: 12px solid #fff;
}

/* Responsive */
@media (max-width: 1499px) {
    .feature-content h4 {
        font-size: 20px;
        line-height: 29px;
    }

    .unique-section {
        margin: 0 0 80px;
    }
}

@media (max-width: 1399px) {
    .feature-content p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 1299px) {
    .unique-section {
        margin: 0 0 60px;
    }

    .feature-content p {
        font-size: 16px;
        line-height: 26px;
    }

    .feature-content h4 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 1199px) {
    .unique-section {
        margin: 0 0 60px;
    }

    .features-section-row {
        row-gap: 30px;
    }

    .feature-card .feature-img.img-01::before,
    .feature-card .feature-img.img-02::before,
    .feature-card .feature-img.img-03::before {
        width: 30px;
        height: 35px;
    }

    .feature-content h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .feature-content p {
        font-size: 15px;
        line-height: 24px;
    }

    .feature-card .feature-img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}

@media (max-width: 991px) {
    .unique-section {
        margin: 0 0 40px;
    }

    .features-section-row>div:nth-child(1) {
        order: 1;
    }

    .features-section-row>div:nth-child(2) {
        order: 2;
    }

    .features-section-row>div:nth-child(3) {
        order: 3;
    }

    .features-section-row>div:nth-child(4) {
        order: 6;
    }

    .features-section-row>div:nth-child(5) {
        order: 5;
    }

    .features-section-row>div:nth-child(6) {
        order: 4;
    }

    .features-section-row>div:nth-child(7) {
        order: 7;
    }

    .features-section-row>div:nth-child(8) {
        order: 8;
    }

    .features-section-row>div:nth-child(9) {
        order: 9;
    }

    .features-section-row>div:nth-child(10) {
        order: 12;
    }

    .features-section-row>div:nth-child(11) {
        order: 11;
    }

    .features-section-row>div:nth-child(12) {
        order: 10;
    }

    .feature-card .feature-img.img-01::before,
    .feature-card .feature-img.img-02::before,
    .feature-card .feature-img.img-03::before {
        left: auto;
        right: 0;
        top: 30px;
        bottom: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
}

@media (max-width: 767px) {
    .feature-card .feature-img {
        display: inline-block;
    }

    .feature-card {
        width: 85%;
        margin: 0 auto;
        text-align: center;
    }

    .features-section-row {
        row-gap: 20px;
    }

    .feature-card .feature-img.img-01::before,
    .feature-card .feature-img.img-02::before,
    .feature-card .feature-img.img-03::before {
        left: 50%;
        right: auto;
        top: auto;
        bottom: -3px;
        transform: translateX(-50%) rotate(90deg);
        -webkit-transform: translateX(-50%) rotate(90deg);
        -moz-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        -o-transform: translateX(-50%) rotate(90deg);
    }

    .feature-content h4 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 12px;
    }
}

@media (max-width:480px) {
    .unique-section {
        margin: 0 0 20px;
    }

    .feature-card {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .feature-content h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }

    .feature-content p {
        font-size: 15px;
        line-height: 22px;
    }

}

@media (max-width:360px) {
    .feature-content h4 {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
    }
}

/* ========================================================================= */



/* =============================
       4.  GREEN VISION & MISSION
    ============================= */
.vision-section {
    background-image: url(../Images/vision-bg.jpg);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.vision-title {
    font: 700 42px/54px "Inter", Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.vision-body {
    font: 400 18px/32px "Poppins", Helvetica, sans-serif;
    color: #fff;
    text-align: justify;
}

.vision-section .vision-image img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.vision-section:hover .vision-image img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

.vision-section .vision-image .img {
    width: fit-content;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.vision-section .vision-image .img-1 {
    position: relative;
    z-index: 2;
}

.vision-section .vision-image .img-2 {
    margin: -190px 30px 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width:1499px) {
    .vision-title {
        font-size: 38px;
        line-height: 50px;
    }

    .vision-body {
        font-size: 18px;
        line-height: 30px;
    }

    .vision-section {
        padding: 60px 0;
    }
}

@media (max-width:1399px) {
    .vision-title {
        font-size: 34px;
        line-height: 48px;
    }

    .vision-body {
        font-size: 16px;
        line-height: 28px;
    }

    .vision-section .vision-image .img-1 {
        width: 66%;
    }

    .vision-section .vision-image .img-2 {
        width: 70%;
        margin: -160px 0px 0 auto;
    }
}

@media (max-width:1299px) {
    .vision-title {
        font-size: 40px;
        line-height: 52px;
    }

    .vision-section .vision-image .img-2 {
        width: 66%;
        margin: -140px 0px 0 auto;
    }
}

@media (max-width:1199px) {
    .vision-body {
        font-size: 16px;
        line-height: 24px;
    }

    .vision-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 16px;
    }

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

    .vision-section .vision-image .img-1 {
        width: 60%;
    }

    .vision-section .vision-image .img-2 {
        margin: -130px 0px 0 auto;
    }
}

@media (max-width:991px) {

    .vision-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .vision-section .row {
        gap: 30px;
    }

    .vision-section {
        padding: 40px 0 40px;
    }

    .vision-section .vision-image .img-1 {
        width: fit-content;
    }

    .vision-section .vision-image .img-2 {
        width: fit-content;
        margin: -150px 20px 0 auto;
    }

    .vision-image {
        width: 72%;
        margin: 0 auto;
    }
}

@media (max-width:850px) {
    .vision-image {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}


@media (max-width:767px) {
    .vision-body {
        font-size: 16px;
        line-height: 26px;
    }

    .vision-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 16px;
    }

    .vision-section .vision-image .img-1 {
        width: 50%;
    }

    .vision-section .vision-image .img-2 {
        width: 65%;
    }
}

@media (max-width:575px) {
    .vision-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .vision-section .vision-image .img-2 {
        width: 65%;
        margin: -130px 0px 0 auto;
    }
}

@media (max-width:480px) {
    .vision-section {
        padding: 35px 0 35px;
    }

    .vision-body {
        font-size: 14px;
        line-height: 22px;
    }

    .vision-title {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .vision-section .vision-image .img {
        border-radius: 10px;
    }

    .vision-section .vision-image .img-2 {
        width: 55%;
        margin: -100px 10px 0 auto;
    }

    .vision-section .row {
        gap: 20px;
    }

    .vision-section .vision-image .img-1 {
        width: 50%;
        margin: 0 0px 0px 10px;
    }


}

/* =============================
       5.  HOW OUR PRODUCTS HELP THE PLANET
    ============================= */
.planet-section {
    padding: 70px 0 60px;
    background-image: url(../Images/planet-section-bg.jpg);
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
}

.planet-section::before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 0;
    right: auto;
    left: 0;
    width: 255px;
    height: 300px;
    background-image: url(../Images/how-it-made-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: up-down2 50s linear infinite;
    -webkit-animation: up-down2 50s linear infinite;
}

@keyframes up-down2 {
    0% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }

    50% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }
}

.planet-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 10%;
    right: 0;
    left: auto;
    width: 255px;
    height: 300px;
    background-image: url(../Images/how-it-made-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: up-down3 50s linear infinite;
    -webkit-animation: up-down3 50s linear infinite;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

@keyframes up-down3 {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    50% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.planet-title {
    font: 700 34px/44px "Poppins", Helvetica, sans-serif;
    margin-bottom: 12px;
}

.planet-sub {
    font: 400 15px/26px "Poppins", Helvetica, sans-serif;
    max-width: 560px;
    margin: 0 auto 60px;
}

.planet-box {
    text-align: center;
}

.planet-box .planet-icon {
    background-color: #5bb03b;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.planet-box .planet-icon img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.planet-box:hover .planet-icon img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.planet-box .planet-text {
    font: 600 20px/31px "Poppins", Helvetica, sans-serif;
    color: #111;
    margin: 10px 0 0;
}

.earth-wrap .earth-wrap-wrapper .col-lg-2:nth-child(2) .planet-box,
.earth-wrap .earth-wrap-wrapper .col-lg-2:nth-child(4) .planet-box {
    margin: -120px 0 0;
}

.earth-wrap .earth-wrap-wrapper {
    position: relative;
    margin-top: 170px;
    z-index: 9;
}

.earth-wrap .earth-wrap-wrapper::before {
    content: "";
    background-image: url(../Images/planet-line.png);
    width: 100%;
    height: 197px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}

.earth-image {
    text-align: center;
    margin: -240px 0 0 0;
    z-index: -1;
}

@media (max-width:1499px) {
    .planet-section {
        padding: 60px 0 50px;
        margin: 0 0 60px;
    }

    .earth-wrap .earth-wrap-wrapper::before {
        top: -90px;
    }

    .planet-box .planet-text {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width:1399px) {
    .earth-wrap .earth-wrap-wrapper::before {
        top: -80px;
        width: 70%;
        margin: 0 auto;
    }

    .planet-box .planet-text {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width:1299px) {

    .earth-wrap .earth-wrap-wrapper::before {
        top: -70px;
        width: 70%;
        margin: 0 auto;
    }

    .earth-wrap .earth-wrap-wrapper {
        margin-top: 130px;
    }
}

@media (max-width:1199px) {
    .planet-section {
        padding: 60px 0 60px;
        margin: 0 0 60px;
    }

    .earth-image {
        margin: -180px 0 0 0;
    }

    .earth-wrap .earth-wrap-wrapper::before {
        top: -50px;
        width: 75%;
        margin: 0 auto;
    }

    .planet-box .planet-icon {
        width: 110px;
        height: 110px;
    }

    .planet-box .planet-icon img {
        width: 80%;
    }

    .earth-wrap .earth-wrap-wrapper .col-lg-2:nth-child(2) .planet-box,
    .earth-wrap .earth-wrap-wrapper .col-lg-2:nth-child(4) .planet-box {
        margin: -90px 0 0;
    }

    .planet-section::after,
    .planet-section::before {
        width: 145px;
        height: 170px;
    }


}

@media (max-width:991px) {
    .planet-section {
        padding: 40px 0 40px;
        margin: 0 0 40px;
    }

    .earth-wrap .earth-wrap-wrapper::before {
        display: none;
    }

    .earth-wrap .earth-wrap-wrapper .col-lg-2:nth-child(2) .planet-box,
    .earth-wrap .earth-wrap-wrapper .col-lg-2:nth-child(4) .planet-box {
        margin: 0;
    }

    .earth-wrap .earth-wrap-wrapper {
        margin: 0;
        row-gap: 20px;
    }

    .earth-image {
        margin: 40px 0 0 0;
    }

    .planet-box .planet-text {
        font-size: 18px;
        line-height: 26px;
    }

    .planet-section::after,
    .planet-section::before {
        display: none;
    }
}

@media (max-width:767px) {
    .planet-box .planet-text {
        font-size: 18px;
        line-height: 28px;
    }

    .planet-box .planet-icon {
        width: 100px;
        height: 100px;
    }
}

@media (max-width:575px) {
    .planet-box .planet-text {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width:480px) {
    .planet-section {
        padding: 30px 0 30px;
        margin: 0 0 20px;
    }

    .planet-box .planet-text {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width:360px) {
    .earth-wrap .earth-wrap-wrapper {
        row-gap: 15px;
    }

    .planet-box .planet-text {
        font-size: 18px;
        line-height: 28px;
    }
}

/* =============================
       6.  COMMITMENT CARDS
    ============================= */

.commit-section {
    margin: 0 0 100px;
}

.commit-card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 35px;
    border-radius: 14px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    gap: 50px;
    min-height: 235px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.commit-card img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.commit-card:hover img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.card-01 .commit-card {
    background-color: #fff5e0;
}

.card-02 .commit-card {
    background-color: #e6f9f3;
}

.card-03 .commit-card {
    background-color: #eeebfe;
}

.card-04 .commit-card {
    background-color: #fcece6;
}

.commit-icon {
    flex-shrink: 0;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.commit-row {
    row-gap: 30px;
}

.commit-text h4 {
    font: 700 22px/24px "Poppins", Helvetica, sans-serif;
    color: #111;
    margin-bottom: 6px;
}

.commit-text p {
    font: 400 17px/30px "Poppins", Helvetica, sans-serif;
    color: #333;
    margin: 20px 0 0;
}

@media (max-width:1499px) {
    .commit-section {
        margin: 0 0 60px;
    }

    .commit-text p {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width:1399px) {
    .commit-text h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .commit-card {
        gap: 30px;
    }

    .commit-text p {
        font-size: 16px;
        line-height: 28px;
        margin: 15px 0 0;
    }

    .commit-icon {
        width: 118px;
        height: 118px;
    }

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

@media (max-width:1299px) {
    .commit-text h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .commit-text p {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 0;
    }
}

@media (max-width:1199px) {
    .commit-card {
        flex-direction: column;
        text-align: center;
        min-height: 318px;
    }

}

@media (max-width:991px) {
    .commit-section {
        margin: 0 0 40px;
    }

    .commit-text h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .commit-card {
        padding: 25px 25px;
    }

    .commit-text p {
        font-size: 15px;
        line-height: 24px;
        margin: 10px 0 0;
    }

}

@media (max-width:767px) {
    .commit-card img {
        width: 80px;
        height: auto;
    }
}

@media (max-width:480px) {
    .commit-section {
        margin: 0 0 20px;
    }

    .commit-text p {
        font-size: 15px;
        line-height: 26px;
        margin: 15px 0 0;
    }

    .commit-card {
        min-height: auto;
    }
}

@media (max-width:360px) {
    .commit-text h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .commit-card {
        padding: 20px;
    }
}

/* =============================
       7.  CTA SECTION
    ============================= */
.cta-section {
    margin: 0 0 100px;
}

.cta-inner {
    background-image: url(../Images/about-contact.jpg);
    border-radius: 200px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    padding: 30px 0px 30px 100px;
}

.cta-title {
    font: 700 32px/44px "inter", Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

.cta-section .cta-inner .common-btn::before,
.cta-section .cta-inner .common-btn:is(:hover, :active, :focus) {
    background-color: #fff;
    color: #045426;
}

.cta-product-img img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.cta-inner:hover .cta-product-img img {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

@media (max-width:1499px) {
    .cta-section {
        margin: 0 0 60px;
    }
}

@media (max-width:1399px) {
    .cta-title {
        font-size: 30px;
        line-height: 44px;
    }

    .cta-inner {
        padding: 30px 0px 30px 100px;
    }
}

@media (max-width:1299px) {

    .cta-title {
        font-size: 28px;
        line-height: 42px;
    }

    .cta-product-img img {
        width: 80%;
    }
}

@media (max-width:1199px) {
    .cta-section {
        margin: 0 0 60px;
    }

    .cta-inner {
        padding: 30px 40px 30px 80px;
    }

    .cta-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px;
    }
}

@media (max-width:991px) {
    .cta-section {
        margin: 0 0 40px;
    }

    .cta-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 14px;
    }
}

@media (max-width:767px) {
    .cta-inner {
        padding: 20px;
        border-radius: 30px;
        text-align: center;
    }

    .cta-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 14px;
    }

    .cta-product-img img {
        width: 60%;
        margin: 20px 0 0;
    }
}

@media (max-width:575px) {
    .cta-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }
}

@media (max-width:480px) {
    .cta-section {
        margin: 0 0 20px;
    }

    .cta-inner {
        border-radius: 15px;
    }

    .cta-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
    }
}

@media (max-width:360px) {
    .cta-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}


/* ==================== sustainability-hero START ============================ */
#sustainability-hero {
    background-image: url(../Images/sustainability-hero-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 20px 0px;
    margin: 0 0 100px;
}

.sustainability-image-wrapper {
    text-align: right;
}

@media (max-width:1699px) {
    .sustainability-image-wrapper img {
        width: 35%;
    }
}

@media (max-width:1499px) {
    #sustainability-hero {
        margin: 0 0 60px;
    }
}

@media (max-width:1399px) {
    .sustainability-image-wrapper img {
        width: 40%;
    }
}

@media (max-width:1199px) {
    .sustainability-image-wrapper img {
        width: 70%;
    }

}

@media (max-width:991px) {
    .sustainability-image-wrapper img {
        width: 90%;
    }

    #sustainability-hero {
        margin: 0 0 40px;
    }

}

@media (max-width:992px) {
    .sustainability-image-wrapper {
        display: none;
    }
}

@media (max-width:480px) {
    #sustainability-hero {
        margin: 0 0 20px;
    }
}

/* ==================== sustainability-hero END ============================= */
/* ==================== sustainability-commitment START ============================= */
#sustainability-commitment {
    margin: 0 0 100px;
}

#sustainability-commitment .commitment-image-wrapper {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    overflow: hidden;
}

#sustainability-commitment .commitment-image-wrapper img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#sustainability-commitment .commitment-image-wrapper:hover img {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
}

#sustainability-commitment .section-title {
    font: 700 44px/56px "Inter", Helvetica, sans-serif;
    margin-bottom: 20px;
    color: #1f412b;
}

#sustainability-commitment .section-subtitle {
    font: 400 18px/34px "Poppins", Helvetica, sans-serif;
    color: #111111;
    margin: 0 0 18px;
}

@media (max-width:1699px) {
    #sustainability-commitment .section-title {
        font-size: 40px;
        line-height: 52px;
        width: 80%;
    }
}

@media (max-width:1599px) {
    #sustainability-commitment .section-title {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 16px;
    }

    #sustainability-commitment .section-subtitle {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width:1499px) {
    #sustainability-commitment {
        margin: 0 0 60px;
    }
}

@media (max-width:1399px) {
    #sustainability-commitment .section-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    #sustainability-commitment .section-subtitle {
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 14px;
    }
}

@media (max-width:1199px) {
    #sustainability-commitment .section-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 12px;
    }

    #sustainability-commitment .section-subtitle {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 14px;
    }
}

@media (max-width:991px) {
    #sustainability-commitment {
        margin: 0 0 40px;
    }

    #sustainability-commitment .commitment-image-wrapper {
        width: fit-content;
        margin: 0 auto;
    }

    #sustainability-commitment .section-title {
        font-size: 32px;
        line-height: 38px;
        margin: 15px 0;
        width: 100%;
    }

    #sustainability-commitment .section-subtitle {
        font-size: 17px;
        line-height: 28px;
        margin: 0 0 14px;
    }
}

@media (max-width:767px) {
    #sustainability-commitment .section-title {
        font-size: 28px;
        line-height: 34px;
    }

    #sustainability-commitment .section-subtitle {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 12px;
    }
}

@media (max-width:575px) {
    #sustainability-commitment .section-subtitle {
        font-size: 15px;
        line-height: 24px;
        margin: 0 0 12px;
    }

    #sustainability-commitment .section-title {
        font-size: 26px;
        line-height: 32px;
    }

    #sustainability-commitment .commitment-image-wrapper {
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
}

@media (max-width:480px) {
    #sustainability-commitment {
        margin: 0 0 10px;
    }

    #sustainability-commitment .section-title {
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0;
    }
}

/* ==================== sustainability-commitment END ============================= */
/* ==================== sustainability-economy START ============================= */

#sustainability-economy {
    padding: 70px 0 60px;
    background-image: url(../Images/planet-section-bg.jpg);
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
}

#sustainability-economy .economy-circular-wrapper {
    text-align: center;
    position: relative;
}

#sustainability-economy .economy-circular-wrapper .economy-title {
    position: absolute;
    top: 40%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    font: 800 54px/58px "inter", Helvetica, sans-serif;
    color: #1f412b;
    width: 25%;
    padding: 38px 0 0 0;
}

#sustainability-economy .economy-circular-wrapper .economy-title::before {
    background-image: url(../Images/separator-img.png);
    background-size: cover;
    width: 82px;
    height: 40px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    content: "";
    position: absolute;
}

#sustainability-economy::before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 0;
    right: auto;
    left: 0;
    width: 255px;
    height: 300px;
    background-image: url(../Images/how-it-made-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: up-down2 50s linear infinite;
    -webkit-animation: up-down2 50s linear infinite;
    z-index: 1;
}

@keyframes up-down2 {
    0% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }

    50% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }
}

#sustainability-economy::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 10%;
    right: 0;
    left: auto;
    width: 255px;
    height: 300px;
    background-image: url(../Images/how-it-made-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: up-down3 50s linear infinite;
    -webkit-animation: up-down3 50s linear infinite;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

@keyframes up-down3 {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    50% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media (max-width:1499px) {

    #sustainability-economy::after,
    #sustainability-economy::before {
        width: 175px;
        height: 206px;
    }

    #sustainability-economy .economy-circular-wrapper .economy-title {
        font-size: 46px;
        line-height: 48px;
    }

    #sustainability-economy {
        padding: 50px 0 50px;
        margin: 0 0 60px;
    }
}

@media (max-width:1199px) {

    #sustainability-economy::after,
    #sustainability-economy::before {
        display: none;
    }

    #sustainability-economy .economy-circular-wrapper .economy-title {
        font-size: 44px;
        line-height: 46px;
    }
}

@media (max-width:991px) {
    #sustainability-economy {
        padding: 30px 0 30px;
        margin: 0 0 40px;
    }

    #sustainability-economy .economy-circular-wrapper .economy-title {
        font-size: 36px;
        line-height: 38px;
        padding: 32px 0 0 0;
    }

    #sustainability-economy .economy-circular-wrapper .economy-title::before {
        width: 68px;
        height: 32px;
    }
}

@media (max-width:767px) {
    #sustainability-economy .economy-circular-wrapper .economy-title {
        font-size: 24px;
        line-height: 26px;
        padding: 22px 0 0 0;
    }

    #sustainability-economy .economy-circular-wrapper .economy-title::before {
        width: 50px;
        height: 24px;
    }
}

@media (max-width:575px) {
    #sustainability-economy .economy-circular-wrapper .economy-title {
        font-size: 20px;
        line-height: 22px;
        padding: 22px 0 0 0;
    }
}

@media (max-width:480px) {
    #sustainability-economy {
        padding: 20px 0 20px;
        margin: 0 0 20px;
    }

    #sustainability-economy .economy-circular-wrapper .economy-title {
        font-size: 16px;
        line-height: 18px;
        padding: 18px 0 0 0;
    }

    #sustainability-economy .economy-circular-wrapper .economy-title::before {
        width: 40px;
        height: 20px;
    }
}

@media (max-width:360px) {
    #sustainability-economy .economy-circular-wrapper .economy-title {
        font-size: 14px;
        line-height: 16px;
        padding: 14px 0 0 0;
    }

    #sustainability-economy .economy-circular-wrapper .economy-title::before {
        width: 32px;
        height: 14px;
    }
}


/* ==================== sustainability-economy END ============================= */
/* ==================== sustainability-packaging START ============================= */

#sustainability-packaging {
    margin: 0 0 100px;
}

#sustainability-packaging .tb-section-title {
    width: 60%;
    margin: 0 auto 40px;
    line-height: 58px;
}

#sustainability-packaging .packaging-text h3 {
    font: 800 36px/46px "inter", Helvetica, sans-serif;
    color: #1f412b;
    text-align: center;
    width: 80%;
    margin: 10px auto 80px;
    -webkit-text-stroke: 7.5px white;
    paint-order: stroke fill;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.35), 4px 4px 6px rgba(0, 0, 0, 0.25);
}

#sustainability-packaging .packaging-card .card-item-wrapper {
    background-color: #f8f8f8;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    border-bottom: 3px solid #1f412b;
    position: relative;
    min-height: 228px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#sustainability-packaging .packaging-card .card-before {
    position: relative;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#sustainability-packaging .packaging-card .card-before::before {
    content: "";
    position: absolute;
    left: -7px;
    right: auto;
    top: -7px;
    bottom: auto;
    width: 100px;
    height: 100px;
    border-radius: 25px 0 25px 0;
    -webkit-border-radius: 25px 0 25px 0;
    -moz-border-radius: 25px 0 25px 0;
    -ms-border-radius: 25px 0 25px 0;
    -o-border-radius: 25px 0 25px 0;
    background-color: #1f412b;
    z-index: -5;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#sustainability-packaging .packaging-card .card-before:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    box-shadow: rgb(31, 65, 43) 0px 25px 20px -25px;
}

#sustainability-packaging .packaging-card .card-item-wrapper .card-title {
    font: 700 28px/30px "Poppins", Helvetica, sans-serif;
    color: #263427;
    margin: 0 0 12px;
}

#sustainability-packaging .packaging-card .card-item-wrapper .card-description {
    font: 400 20px/34px "Poppins", Helvetica, sans-serif;
    color: #333;
    margin: 0;
    width: 88%;
    margin: 0 auto;
}

@media (max-width:1599px) {
    #sustainability-packaging .packaging-text h3 {
        font-size: 32px;
        line-height: 42px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-title {
        font-size: 26px;
        line-height: 28px;
    }
}

@media (max-width:1499px) {
    #sustainability-packaging {
        margin: 0 0 60px;
    }

    #sustainability-packaging .tb-section-title {
        line-height: 48px;
    }

    #sustainability-packaging .packaging-text h3 {
        font-size: 30px;
        line-height: 42px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-description {
        font-size: 18px;
        line-height: 32px;
    }
}

@media (max-width:1399px) {
    #sustainability-packaging .tb-section-title {
        width: 70%;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-title {
        font-size: 24px;
        line-height: 26px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-description {
        font-size: 16px;
        line-height: 30px;
        width: 100%;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper {
        padding: 30px;
        min-height: 192px;
    }

    #sustainability-packaging .packaging-text h3 {
        margin: 10px auto 60px;
    }
}

@media (max-width:1199px) {
    #sustainability-packaging .tb-section-title {
        line-height: 46px;
        margin: 0 auto 30px;
    }

    #sustainability-packaging .packaging-text h3 {
        font-size: 28px;
        line-height: 40px;
    }

    #sustainability-packaging .packaging-text h3 {
        margin: 20px auto 50px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-title {
        font-size: 20px;
        line-height: 22px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper {
        padding: 24px;
        min-height: 175px;
    }
}

@media (max-width:991px) {
    #sustainability-packaging {
        margin: 0 0 40px;
    }

    #sustainability-packaging .tb-section-title {
        line-height: 42px;
        margin: 0 auto 25px;
    }

    #sustainability-packaging .packaging-text h3 {
        font-size: 24px;
        line-height: 38px;
        width: 90%;
    }

    .packaging-row {
        row-gap: 30px;
    }
}

@media (max-width:767px) {
    #sustainability-packaging .tb-section-title {
        width: 100%;
        line-height: 38px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper {
        padding: 15px;
        min-height: auto;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-title {
        font-size: 18px;
        line-height: 22px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-description {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    #sustainability-packaging .packaging-card .card-before::before {
        left: -4px;
        top: -4px;
        border-radius: 15px 0 15px 0;
        -webkit-border-radius: 15px 0 15px 0;
        -moz-border-radius: 15px 0 15px 0;
        -ms-border-radius: 15px 0 15px 0;
        -o-border-radius: 15px 0 15px 0;
    }

    #sustainability-packaging .packaging-text h3 {
        font-size: 22px;
        line-height: 34px;
        width: 100%;
        margin: 20px auto 28px;
    }
}

@media (max-width:575px) {
    #sustainability-packaging .tb-section-title {
        font-size: 28px;
        line-height: 34px;
    }

    #sustainability-packaging .packaging-text h3 {
        font-size: 20px;
        line-height: 32px;
        margin: 20px auto 28px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-title {
        font-size: 22px;
        line-height: 26px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-description {
        font-size: 16px;
        line-height: 26px;
        width: 90%;
    }

    #sustainability-packaging .packaging-card .card-before::before {
        width: 80px;
        height: 80px;
    }

}

@media (max-width:480px) {
    #sustainability-packaging .tb-section-title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 auto 15px;
    }

    #sustainability-packaging .packaging-text h3 {
        font-size: 18px;
        line-height: 28px;
        margin: 20px auto 28px;
    }

    #sustainability-packaging .packaging-card .card-item-wrapper .card-title {
        font-size: 20px;
        line-height: 24px;
    }

    #sustainability-packaging {
        margin: 0 0 20px;
    }
}

/* ==================== sustainability-packaging END ============================= */
/* ==================== sustainability-Life Cycle START ============================= */

#sustainability-lifecycle {
    background-color: #f2f6f0;
    padding: 80px 0;
    margin: 0 0 100px;
}

#sustainability-lifecycle .lifecycle-wrapper {
    text-align: center;
    position: relative;
}

#sustainability-lifecycle .Commen-Heading h3 {
    width: 44%;
    margin: 0 auto 60px;
    line-height: 58px;
}

#sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
    position: absolute;
    top: 46%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    font: 800 42px/46px "inter", Helvetica, sans-serif;
    color: #1f412b;
    width: 25%;
    padding: 32px 0 0 0;
}

#sustainability-lifecycle .lifecycle-wrapper .lifecycle-text::before {
    background-image: url(../Images/separator-img.png);
    background-size: cover;
    width: 62px;
    height: 30px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    content: "";
    position: absolute;
}

@media (max-width:1499px) {
    #sustainability-lifecycle {
        padding: 60px 0;
        margin: 0 0 60px;
    }

    #sustainability-lifecycle .Commen-Heading h3 {
        line-height: 50px;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 38px;
        line-height: 42px;
    }
}

@media (max-width:1399px) {
    #sustainability-lifecycle .Commen-Heading h3 {
        width: 60%;
        line-height: 46px;
        margin: 0 auto 50px;

    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 34px;
        line-height: 38px;
    }
}

@media (max-width:1299px) {
    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (max-width:1199px) {
    #sustainability-lifecycle .Commen-Heading h3 {
        width: 70%;
        line-height: 42px;
        margin: 0 auto 30px;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 28px;
        line-height: 32px;
    }
}

@media (max-width:991px) {
    #sustainability-lifecycle {
        padding: 40px 0;
        margin: 0 0 40px;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 22px;
        line-height: 24px;
        top: 45%;
    }

    #sustainability-lifecycle .Commen-Heading h3 {
        line-height: 40px;
    }
}

@media (max-width:767px) {
    #sustainability-lifecycle .Commen-Heading h3 {
        font-size: 28px;
        line-height: 34px;
        width: 90%;
        margin: 0 auto 30px;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 15px;
        line-height: 17px;
        top: 45%;
        padding: 28px 0 0 0;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text::before {
        width: 50px;
        height: 24px;
    }
}

@media (max-width:575px) {
    #sustainability-lifecycle .Commen-Heading h3 {
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 13px;
        line-height: 15px;
        top: 42%;
        padding: 28px 0 0 0;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text::before {
        width: 37px;
        height: 18px;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 13px;
        line-height: 15px;
        padding: 16px 0 0 0;
    }
}

@media (max-width:480px) {
    #sustainability-lifecycle {
        padding: 20px 0;
        margin: 0 0 20px;
    }

    #sustainability-lifecycle .Commen-Heading h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 auto 20px;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text::before {
        display: none;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 12px;
        line-height: 14px;
        padding: 0;
        top: 45%;
    }

}

@media (max-width:360px) {
    #sustainability-lifecycle .Commen-Heading h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 auto 20px;
    }

    #sustainability-lifecycle .lifecycle-wrapper .lifecycle-text {
        font-size: 11px;
        line-height: 13px;
    }
}

/* ==================== sustainability-Life Cycle END ============================= */
/* ==================== sustainability-Returns START ============================= */

#sustainability-returns {
    margin: 0 0 100px;
}

#sustainability-returns .tb-section-title {
    width: 50%;
    margin: 0 auto 40px;
    line-height: 58px;
}

#sustainability-returns .returns-card .returns-card-wrapper .returns-title {
    font: 700 54px/56px "Poppins", Helvetica, sans-serif;
    color: #32673b;
    margin: 0 0 20px;
}

#sustainability-returns .returns-card .returns-card-wrapper .returns-desc {
    font: 400 22px/34px "Poppins", Helvetica, sans-serif;
    color: #263427;
}

#sustainability-returns .returns-card .returns-card-wrapper {
    padding: 40px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#sustainability-returns .returns-card .returns-card-wrapper:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
}

#sustainability-returns .returns-text {
    font: 800 36px/46px "inter", Helvetica, sans-serif;
    color: #1f412b;
    text-align: center;
    width: 100%;
    margin: 40px auto 0;
    -webkit-text-stroke: 7.5px white;
    paint-order: stroke fill;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.35), 4px 4px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width:1599px) {
    #sustainability-returns .returns-card .returns-card-wrapper .returns-title {
        font-size: 50px;
        line-height: 52px;
    }
}

@media (max-width:1499px) {
    #sustainability-returns .returns-card .returns-card-wrapper .returns-title {
        font-size: 46px;
        line-height: 48px;
    }

    #sustainability-returns .returns-card .returns-card-wrapper .returns-desc {
        font-size: 19px;
        line-height: 30px;
    }

    #sustainability-returns .returns-text {
        font-size: 32px;
        line-height: 42px;
    }

    #sustainability-returns {
        margin: 0 0 60px;
    }

    #sustainability-returns .tb-section-title {
        line-height: 46px;
    }
}

@media (max-width:1399px) {
    #sustainability-returns .returns-card .returns-card-wrapper {
        padding: 30px;
    }

    #sustainability-returns .returns-card .returns-card-wrapper .returns-desc {
        font-size: 18px;
        line-height: 28px;
    }

    #sustainability-returns .returns-card .returns-card-wrapper .returns-title {
        font-size: 42px;
        line-height: 44px;
    }

    #sustainability-returns .returns-text {
        font-size: 30px;
        line-height: 32px;
    }

    #sustainability-returns .tb-section-title {
        margin: 0 auto 30px;
    }
}

@media (max-width:1199px) {
    #sustainability-returns .returns-text {
        font-size: 24px;
        line-height: 26px;
        margin: 20px auto 0;
    }

    #sustainability-returns .returns-card .returns-card-wrapper .returns-title {
        font-size: 34px;
        line-height: 38px;
    }

    #sustainability-returns .returns-card .returns-card-wrapper .returns-desc {
        font-size: 16px;
        line-height: 26px;
    }

    #sustainability-returns .returns-card .returns-card-wrapper {
        padding: 22px;
    }
}

@media (max-width:991px) {
    #sustainability-returns {
        margin: 0 0 40px;
    }

    #sustainability-returns .tb-section-title {
        line-height: 40px;
        width: 70%;
    }

    #sustainability-returns .returns-card .returns-card-wrapper {
        padding: 30px;
    }

    #sustainability-returns .returns-card .returns-card-wrapper .returns-desc {
        font-size: 18px;
        line-height: 30px;
    }

    .returns-card-row {
        row-gap: 30px;
    }
}

@media (max-width:767px) {
    #sustainability-returns .tb-section-title {
        line-height: 36px;
        width: 80%;
    }

    #sustainability-returns .returns-card .returns-card-wrapper .returns-title {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 15px;
    }

    #sustainability-returns .returns-text {
        font-size: 24px;
        line-height: 34px;
        margin: 20px auto 0;
    }
}

@media (max-width:575px) {
    #sustainability-returns .returns-card .returns-card-wrapper .returns-title {
        font-size: 34px;
        line-height: 38px;
        margin: 0 0 15px;
    }

    #sustainability-returns .tb-section-title {
        line-height: 34px;
        width: 100%;
        margin: 0 auto 25px;
    }
}

@media (max-width:480px) {
    #sustainability-returns .tb-section-title {
        line-height: 26px;
        width: 100%;
        margin: 0 auto 20px;
    }

    #sustainability-returns .returns-card .returns-card-wrapper .returns-title {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 15px;
    }

    #sustainability-returns .returns-card .returns-card-wrapper {
        padding: 25px;
    }

    #sustainability-returns .returns-text {
        font-size: 20px;
        line-height: 28px;
        margin: 20px auto 0;
    }

    #sustainability-returns {
        margin: 0 0 20px;
    }
}

@media (max-width:360px) {
    .returns-card-row {
        row-gap: 20px;
    }

    #sustainability-returns .returns-text {
        font-size: 18px;
        line-height: 28px;
        margin: 20px auto 0;
    }

    #sustainability-returns .returns-card .returns-card-wrapper .returns-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px;
    }
}

/* ==================== sustainability-Returns END ============================= */
/* ==================== sustainability-Performance START ============================= */

#sustainability-performance {
    padding: 70px 0 60px;
    background-image: url(../Images/planet-section-bg.jpg);
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
}

#sustainability-performance .Commen-Heading h3 {
    width: 60%;
    margin: 0 auto 60px;
    line-height: 58px;
}

#sustainability-performance::before {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 0;
    right: auto;
    left: 0;
    width: 255px;
    height: 300px;
    background-image: url(../Images/how-it-made-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: up-down2 50s linear infinite;
    -webkit-animation: up-down2 50s linear infinite;
}

@keyframes up-down2 {
    0% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }

    50% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    100% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }
}

#sustainability-performance::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 10%;
    right: 0;
    left: auto;
    width: 255px;
    height: 300px;
    background-image: url(../Images/how-it-made-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    animation: up-down3 50s linear infinite;
    -webkit-animation: up-down3 50s linear infinite;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

@keyframes up-down3 {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    50% {
        transform: translateY(400px);
        -webkit-transform: translateY(400px);
        -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
        -o-transform: translateY(400px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@media (max-width:1499px) {
    #sustainability-performance {
        padding: 60px 0;
        margin: 0 0 60px;
    }

    #sustainability-performance::after,
    #sustainability-performance::before {
        width: 185px;
    }

    #sustainability-performance .Commen-Heading h3 {
        line-height: 50px;
    }
}

@media (max-width:1299px) {
    #sustainability-performance .Commen-Heading h3 {
        line-height: 46px;
    }
}

@media (max-width:1199px) {

    #sustainability-performance::after,
    #sustainability-performance::before {
        display: none;
    }

    #sustainability-performance .Commen-Heading h3 {
        line-height: 42px;
    }
}

@media (max-width:991px) {
    #sustainability-performance {
        padding: 40px 0;
        margin: 0 0 40px;
    }

    #sustainability-performance .Commen-Heading h3 {
        line-height: 36px;
        width: 80%;
        margin: 0 auto 40px;
    }

}

@media (max-width:767px) {
    #sustainability-performance .Commen-Heading h3 {
        font-size: 28px;
        line-height: 34px;
        width: 90%;
        margin: 0 auto 30px;
    }
}

@media (max-width:575px) {
    #sustainability-performance .Commen-Heading h3 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width:480px) {
    #sustainability-performance {
        padding: 20px 0;
        margin: 0 0 20px;
    }

    #sustainability-performance .Commen-Heading h3 {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        margin: 0 auto 20px;
    }
}

@media (max-width:360px) {
    #sustainability-performance .Commen-Heading h3 {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        margin: 0 auto 20px;
    }
}

/* ==================== sustainability-Performance END ============================= */
/* ==================== sustainability-EXPORT START ============================= */

#sustainability-export {
    margin: 0 0 100px;
}

#sustainability-export .Commen-Heading h3 {
    width: 60%;
    margin: 0 auto 60px;
    line-height: 58px;
}

#sustainability-export .export-image-wrapper {
    text-align: center;
}

#sustainability-export .export-text h3 {
    font: 800 36px/46px "inter", Helvetica, sans-serif;
    color: #1f412b;
    text-align: center;
    width: 70%;
    margin: 40px auto 0;
    -webkit-text-stroke: 7.5px white;
    paint-order: stroke fill;
    text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.35), 4px 4px 6px rgba(0, 0, 0, 0.25);
}

@media (max-width:1599px) {
    #sustainability-export .export-text h3 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width:1499px) {
    #sustainability-export {
        margin: 0 0 60px;
    }
}

@media (max-width:1399px) {
    #sustainability-export .Commen-Heading h3 {
        width: 60%;
        margin: 0 auto 40px;
        line-height: 48px;
    }

    #sustainability-export .export-text h3 {
        font-size: 32px;
        line-height: 40px;
        width: 90%;
    }
}

@media (max-width:1299px) {
    #sustainability-export .Commen-Heading h3 {
        line-height: 44px;
    }
}

@media (max-width:1199px) {
    #sustainability-export .Commen-Heading h3 {
        width: 70%;
        line-height: 42px;
        margin: 0 auto 30px;
    }

    #sustainability-export .export-text h3 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width:991px) {
    #sustainability-export {
        margin: 0 0 40px;
    }

    #sustainability-export .Commen-Heading h3 {
        line-height: 38px;
    }

    #sustainability-export .export-text h3 {
        font-size: 22px;
        line-height: 34px;
        width: 100%;
    }
}

@media (max-width:767px) {
    #sustainability-export .Commen-Heading h3 {
        font-size: 28px;
        line-height: 34px;
        width: 90%;
        margin: 0 auto 30px;
    }

    #sustainability-export .export-text h3 {
        font-size: 20px;
        line-height: 32px;
        margin: 30px auto 0;
    }
}

@media (max-width:575px) {
    #sustainability-export .Commen-Heading h3 {
        font-size: 24px;
        line-height: 32px;
    }

    #sustainability-export .export-text h3 {
        font-size: 18px;
        line-height: 32px;
        margin: 20px auto 0;
    }
}

@media (max-width:480px) {
    #sustainability-export .Commen-Heading h3 {
        font-size: 20px;
        line-height: 26px;
        width: 100%;
        margin: 0 auto 20px;
    }

    #sustainability-export .export-text h3 {
        font-size: 16px;
        line-height: 30px;
        margin: 20px auto 0;
    }

    #sustainability-export {
        margin: 0 0 20px;
    }
}

@media (max-width:360px) {
    #sustainability-export .Commen-Heading h3 {
        font-size: 18px;
        line-height: 24px;
    }

    #sustainability-export .export-text h3 {
        font-size: 16px;
        line-height: 28px;
        margin: 20px auto 0;
    }
}

/* ==================== sustainability-EXPORT END ============================= */


/* ======================================================================= */
/* TITLE BANNER Start */
.title-banner {
    background-image: url(../Images/product-title-banner.jpg);
    background-size: cover;
    background-position: center;
    /* border-radius: 12px; */
    padding: 55px 20px;
    text-align: center;
    margin: 0 0 40px;
}

.title-banner .page-title-heading {
    font: 700 34px/40px "inter", Helvetica, sans-serif;
    color: #fff;
}

@media (max-width:1399px) {
    .title-banner {
        padding: 45px 20px;
    }
}

@media (max-width:480px) {
    .title-banner .page-title-heading {
        font-size: 28px;
        line-height: 34px;
    }

    .title-banner {
        padding: 30px 10px;
        margin: 0 0 20px;
    }
}

/* TITLE BANNER End*/


/* Main image container */
.main-img-wrap {
    position: relative;
    border: 1.5px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    background: #fafaf8;
    aspect-ratio: 5/4;
    cursor: crosshair;
}

.main-img-wrap img#mainImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.25s ease;
}

/* Zoom lens overlay */
.zoom-lens {
    display: none;
    position: absolute;
    border: 2px solid #6aaa64;
    border-radius: 4px;
    width: 100px;
    height: 100px;
    background: rgba(106, 170, 100, 0.08);
    pointer-events: none;
    z-index: 5;
}

/* Zoom result panel */
.zoom-result {
    display: none;
    position: absolute;
    top: 0;
    left: calc(100% + 12px);
    width: 340px;
    height: 100%;
    border: 1.5px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    z-index: 20;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.zoom-result-img {
    position: absolute;
    width: 400%;
    height: 400%;
    top: 0;
    left: 0;
    pointer-events: none;
}

/* Zoom icon button – top-right */
.zoom-icon-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.zoom-icon-btn:hover {
    background: #6aaa64;
    border-color: #6aaa64;
    transform: scale(1.08);
}

.zoom-icon-btn:hover svg path,
.zoom-icon-btn:hover svg circle {
    stroke: #fff;
}

.zoom-icon-btn svg {
    width: 18px;
    height: 18px;
}

.zoom-icon-btn svg circle,
.zoom-icon-btn svg path {
    stroke: #444;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
}

/* ─── Thumbnails ────────────────────────────────────────────── */
.thumb-list {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.thumb-item {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    border: 2px solid #e8e8e8;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fafaf8;
    flex-shrink: 0;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transition: transform 0.3s ease;
}

.thumb-item:hover img {
    transform: scale(1.07);
}

.thumb-item.active,
.thumb-item:hover {
    border-color: #6aaa64;
    box-shadow: 0 0 0 3px rgba(106, 170, 100, 0.15);
}

/* ─── RIGHT: Product Info ───────────────────────────────────── */
.product-title {
    font: 700 24px/34px "Poppins", Helvetica, sans-serif;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.product-price {
    font: 600 18px/34px "Poppins", Helvetica, sans-serif;
    color: #1a1a1a;
    margin-bottom: 15px;
}

/* Overview section */
.section-label {
    font: 600 13px/20px "Poppins", Helvetica, sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 10px;
}

.overview-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.overview-list li {
    font: 500 14px/22px "Poppins", Helvetica, sans-serif;
    color: #333;
    padding: 6px 0 6px 20px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.overview-list li:last-child {
    border-bottom: none;
}

.overview-list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 15px;
    color: #6aaa64;
    font-weight: 700;
    width: 4px;
    height: 4px;
    background-color: #111;
    border-radius: 50%;
}

/* Badges */
.badges-row {
    display: flex;
    gap: 18px;
    margin: 20px 0 24px;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    text-align: center;
}

.badge-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1.5px solid #6aaa64;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-icon img {
    width: 60%;
}

.badge-icon svg {
    width: 26px;
    height: 26px;
}

.badge-label {
    font: 600 13px/15px "Poppins", Helvetica, sans-serif;
    color: #333;
}

/* Spec table */
.spec-title {
    font: 600 16px/24px "Poppins", Helvetica, sans-serif;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-bottom: 22px;
}

.spec-table tr:nth-child(even) td {
    background: #f9f9f7;
}

.spec-table td {
    font: 400 15px/26px "Poppins", Helvetica, sans-serif;
    padding: 9px 14px;
    border-bottom: 1px solid #eeeeee;
    color: #333;
}

.spec-table td:first-child {
    font-weight: 600;
    color: #2c2c2c;
    width: 52%;
}

.spec-table tr:last-child td {
    border-bottom: none;
}

/* Inquiry button */
.inquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #6aaa64;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 13px 36px;
    font: 600 14px/20px "Poppins", Helvetica, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.22s, transform 0.18s, box-shadow 0.22s;
    box-shadow: 0 4px 16px rgba(106, 170, 100, 0.28);
    text-decoration: none;
}

.inquiry-btn:hover {
    background: #5a9655;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(106, 170, 100, 0.35);
}

.inquiry-btn:active {
    transform: translateY(0);
}

@media (max-width:1499px) {
    .spec-table td {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (min-width:481px) {
    .thumb-list .owl-stage .owl-item {
        width: 100px !important;
    }
}

@media (max-width:480px) {
    .badges-row {
        margin: 15px 0 15px;
        padding: 15px 0;
    }
}


/* ─── Tabs ──────────────────────────────────────────────────── */
.tab-section-desktop {
    display: block;
}

.tab-section-mobile {
    display: none;
}

.tabs-section {
    margin-top: 36px;
    margin-bottom: 40px;
}

.tab-nav {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 0;
}

.tab-btn {
    font: 600 15px/22px "Poppins", Helvetica, sans-serif;
    padding: 11px 24px;
    background: none;
    border: none;
    border-bottom: 2.5px solid transparent;
    cursor: pointer;
    color: #888;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
}

.tab-btn.active {
    color: #1a1a1a;
    border-bottom-color: #1a1a1a;
    background: #fff;
}

.tab-btn:hover:not(.active) {
    color: #444;
}

.tab-content-area {
    /* padding: 22px 4px 0; */
    max-width: 880px;
    margin: 0 auto;
}

.tabs-section #tab-additional {
    margin: 30px 0 0;
}

.tab-panel {
    display: none;
}

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

.desc-table {
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    min-width: 320px;
}

.desc-table tr:nth-child(even) td {
    background: #f9f9f7;
}

.desc-table td {
    font: 400 13px/20px "Poppins", Helvetica, sans-serif;
    padding: 10px 18px;
    border-bottom: 1px solid #eee;
    color: #444;
}

.desc-table td:first-child {
    font-weight: 600;
    color: #2c2c2c;
    width: 40%;
}

.desc-table tr:last-child td {
    border-bottom: none;
}

.add-info-table {
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    min-width: 320px;
}

.add-info-table td {
    font: 500 14px/22px "Poppins", Helvetica, sans-serif;
    padding: 10px 18px;
    border-bottom: 1px solid #eee;
    color: #444;
}

.add-info-table td:first-child {
    font-weight: 600;
    color: #2c2c2c;
    width: 40%;
}

.add-info-table tr:last-child td {
    border-bottom: none;
}

@media (max-width:991px) {
    .tab-section-desktop {
        display: none;
    }

    .tab-section-mobile {
        display: block;
    }
}

@media (max-width:480px) {
    .tab-btn {
        padding: 8px 8px;
        font-size: 14px;
        line-height: 20px;
    }
}

/* ─── Fullscreen Lightbox ───────────────────────────────────── */
.lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.22s ease;
}

.lightbox-overlay.open {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.lightbox-inner {
    position: relative;
    max-width: 86vw;
    max-height: 86vh;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleIn 0.24s cubic-bezier(.22, 1, .36, 1);
}

@keyframes scaleIn {
    from {
        transform: scale(0.88);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-inner img {
    max-width: 100%;
    max-height: 86vh;
    border-radius: 10px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
    object-fit: contain;
    background: #fff;
    padding: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.lightbox-close {
    position: fixed;
    top: 20px;
    right: 26px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 10001;
}

.lightbox-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

/* Nav arrows */
.lb-arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 10001;
}

.lb-arrow:hover {
    background: rgba(255, 255, 255, 0.28);
}

.lb-arrow.left {
    left: 20px;
}

.lb-arrow.right {
    right: 20px;
}

/* Responsive tweaks */
@media (max-width:1199px) {
    .product-title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .product-wrapper {
        border-radius: 10px;
    }

    .gallery-col {
        margin-bottom: 28px;
    }

    .zoom-result {
        display: none !important;
    }

    .product-title {
        font-size: 22px;
        line-height: 30px;
    }

    .section-label {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 575px) {
    .product-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 14px;
    }
}

@media (max-width: 480px) {
    .product-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}



/* ─── Description Tab Rich Content ────────────────────────── */
.desc-main-title {
    font: 700 20px/30px "Poppins", Helvetica, sans-serif;
    color: #1a1a1a;
    margin: 10px 0;
}

.desc-sub-title {
    font: 600 16px/26px "Poppins", Helvetica, sans-serif;
    color: #333;
    margin-bottom: 0px;
}

.desc-body {
    font: 400 14px/24px "Poppins", Helvetica, sans-serif;
    color: #555;
    margin-bottom: 0;
}

.desc-section {
    margin-bottom: 30px;
}

.desc-divider {
    border: none;
    border-top: 1px solid #eeeeee;
    margin: 28px 0;
}

.desc-img-card img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.desc-img-caption {
    font: 400 16px/22px "Poppins", Helvetica, sans-serif;
    color: #333;
    padding: 12px 0px;
    text-align: left;
}

.desc-img-row .desc-text-card .desc-text {
    font: 400 15px/24px "Poppins", Helvetica, sans-serif;
    color: #333;

}

.product-feature-card {
    border-radius: 10px;
    padding: 18px 16px;
    transition: box-shadow 0.2s;
}

.feature-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1.5px solid #6aaa64;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}


.feature-card-title {
    font: 600 16px/22px "Poppins", Helvetica, sans-serif;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.feature-card-desc {
    font: 400 15px/23px "Poppins", Helvetica, sans-serif;
    color: #666;
}

/* Highlight blocks (Innovative / Elegantly) */
.highlight-block {
    row-gap: 20px;
    align-items: center;
}

.highlight-img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.highlight-img img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    display: block;
}

.highlight-text-title {
    font: 700 18px/28px "Poppins", Helvetica, sans-serif;
    color: #1a1a1a;
    margin: 10px 0;
}

.highlight-text-desc {
    font: 400 15px/22px "Poppins", Helvetica, sans-serif;
    color: #555;
}

@media (max-width:1199px) {
    .desc-img-row .desc-text-card .desc-text {
        font-size: 14px;
        line-height: 22px;
    }

    .desc-img-caption {
        font-size: 14px;
        line-height: 20px;
    }

    .desc-sub-title {
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {
    .desc-main-title {
        font-size: 18px;
        line-height: 28px;
    }

    .desc-img-row .desc-text-card .desc-text {
        margin: 0 0 10px;
    }

    .product-feature-card {
        text-align: center;
        padding: 18px 12px;
    }

    .feature-icon-wrap {
        margin: 0 auto 12px;
    }
}

@media (max-width:480px) {
    .desc-main-title {
        font-size: 16px;
        line-height: 22px;
    }

    .desc-sub-title {
        font-size: 14px;
        line-height: 20px;
    }
}




/* ================================= CONTACT SECTION ================================== */

/* ── CONTACT SECTION ───────────────────────────────────────── */
.contact-section {
    padding: 40px 0 60px;
}

/* LEFT – info panel */
.info-heading {
    font: 600 36px/46px "inter", Helvetica, sans-serif;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.info-description {
    font: 400 18px/30px "Poppins", Helvetica, sans-serif;
    color: #333;
    margin: 0 0 25px;
}

#formMessage {
    margin: 0 0 10px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.contact-section .contact-key-point ul,
.contact-section .contact-address-info ul {
    padding: 0;
}

.contact-section .contact-key-point ul li,
.contact-section .contact-address-info ul li {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #111;
    font-size: 17px;
}

.contact-section .contact-address-info ul li a {
    color: #111;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.contact-section .contact-address-info ul li a:is(:hover, :active, :focus) {
    color: #5a9b3e;
}

.contact-section .contact-key-point {
    margin: 0 0 40px;
    padding: 0 0 30px;
    border-bottom: 2px solid #dedede;

}

.contact-section .contact-key-point ul .check-contact,
.contact-section .contact-address-info ul .phone-contact {
    width: 30px;
    height: 30px;
    background: #111;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #5a9b3e;
    border-radius: 50px;
    font-size: 15px;
}

.contact-section .contact-address-info ul .email-contact,
.contact-section .contact-address-info ul .location-contact {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.contact-section .contact-address-info ul .email-contact {
    color: #5a9b3e;
    font-size: 26px;
}

.col-divider-right {
    border-left: 2px solid #dedede !important;
    padding-left: 40px !important;
}

.col-divider-left {
    padding-right: 40px !important;
}

.contact-section .contact-address-info ul li {
    margin-bottom: 20px;
}

.contact-address-info ul li:first-child {
    font-size: 18px;
}

.info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(76, 175, 80);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

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

.info-item .info-text {
    width: 65%;
}

.info-item .info-text a strong,
.info-item .info-text a {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

.info-item .info-text a:hover strong {
    color: rgb(76, 175, 80);
}

.info-text strong {
    display: block;
    font-weight: 600;
    font-size: .95rem;
    color: #1a1a1a;
}

.info-text span,
.info-text a {
    font-size: .875rem;
    text-decoration: none;
}

/* RIGHT – form panel */
.form-heading {
    font-family: 'poppins', serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 28px;
}

.captcha-box,
.form-control-custom {
    width: 100%;
    background: transparent;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 12px 20px;
    font: 400 16px/22px "Poppins", Helvetica, sans-serif;
    color: #111;
    outline: none;
    transition: border-color .25s;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.placeholder {
    background-color: #fff;
    color: #8f8f8f;
}

.custom-select {
    position: relative;
    margin-bottom: 20px;
}

.custom-select .form-control-custom {
    margin: 0;
    appearance: none;
}

.custom-select::before {
    content: " ";
    appearance: none;
    background-image: url("data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\ <polyline points='6 9 12 15 18 9'/>\</svg>");
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    right: 5px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: auto;
}

.form-control-custom::placeholder {
    color: #666;
}

textarea.form-control-custom {
    resize: none;
    height: 100px;
}

.captcha-label {
    font-size: 16px;
    color: #111;
    margin-bottom: 8px;
}

.Inquiry-support {
    display: flex;
    align-items: center;
    gap: 50px;
}

.Inquiry-text ul {
    padding: 0;
    margin: 0;
}

.Inquiry-support .Inquiry-text ul li {
    margin: 5px 0;
    color: #111;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.Inquiry-support .Inquiry-text ul li span i {
    color: #5a9b3e;
}

.Inquiry-support .common-btn {
    padding: 18px 50px;
    font-size: 20px;
}

/* ── MAP SECTION ───────────────────────────────────────────── */
.map-location {
    margin: 60px 0 0;
}

.map-location .map-title {
    font: 600 20px/22px "Poppins", Helvetica, sans-serif;
    margin: 0 0 10px 0;
    color: #111;
}


@media (max-width:1599px) {
    .map-location iframe {
        height: 360px;
    }

    .map-location .map-title {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width:1499px) {
    .Inquiry-support {
        gap: 40px;
    }
}

@media (max-width:1399px) {
    .info-heading {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}

@media (max-width:1299px) {
    .info-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .contact-section {
        padding: 20px 0 40px;
    }

    .contact-section .contact-key-point ul li,
    .contact-section .contact-address-info ul li {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    .info-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .info-description {
        font-size: 16px;
        line-height: 26px;
    }

    .title-banner {
        margin: 0 0 30px;
    }

    .Inquiry-support {
        gap: 20px;
    }

    .Inquiry-support .common-btn {
        padding: 16px 40px;
        font-size: 18px;
    }

    .contact-address-info ul li:first-child {
        font-size: 16px;
    }

    .col-divider-right {
        padding-left: 30px !important;
    }

    .col-divider-left {
        padding-right: 30px !important;
    }
}

@media (max-width:991px) {
    .col-divider-right {
        padding-left: 15px !important;
    }

    .col-divider-left {
        padding-right: 15px !important;
    }

    .contact-section .contact-key-point {
        margin: 0 0 20px;
        padding: 0 0 20px;
        border-bottom: 2px solid #dedede;
    }

    .contact-address-info {
        border-bottom: 2px solid #dedede;
        margin: 0 0 20px;
    }

    .map-location {
        margin: 35px 0 0;
    }

    .Inquiry-support .Inquiry-text ul li {
        font-size: 16px;
    }
}

@media (max-width:767px) {


    .contact-section {
        padding: 0px 0 40px;
    }

    .map-location iframe {
        height: 300px;
    }

    .info-heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 18px;
    }

    .info-item .info-text {
        width: 75%;
    }

    .map-location {
        margin: 30px 0 0;
    }
}

@media (max-width:575px) {
    .info-item .info-text {
        width: 85%;
    }

    .info-item {
        margin-bottom: 18px;
    }

    .info-heading {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 14px;
    }
}

@media (max-width:480px) {
    .info-heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 14px;
    }

    .Inquiry-support {
        gap: 20px;
        flex-direction: column;
        gap: 10px;
    }

    .info-description {
        margin: 0 0 20px;
    }

    .contact-section .contact-key-point {
        margin: 0 0 18px;
        padding: 0 0 10px;
        border-bottom: 2px solid #dedede;
    }

    .map-location iframe {
        height: 240px;
    }

    .contact-section {
        padding: 0px 0 30px;
    }

    .contact-section .contact-key-point ul li,
    .contact-section .contact-address-info ul li {
        font-size: 15px;
    }

    .form-control-custom {
        padding: 10px 16px;
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 20px;
    }
}


/* whatsapp live chat end*/
#tb-whatsapp-live .whatsapp-name {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#tb-whatsapp-live #whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 98px;
    left: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

#tb-whatsapp-live .blantershow-chat img {
    width: 32px;
    height: 32px;
}

#tb-whatsapp-live a.blantershow-chat {
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 98;
    bottom: 50px;
    left: 30px;
    padding: 8px 18px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    font: 500 16px/32px "Poppins", Helvetica, sans-serif;
}

#tb-whatsapp-live a.blantershow-chat img {
    margin: 0 5px 0 0;
}

#tb-whatsapp-live a.blantershow-chat:hover {
    background: #095e54;
    color: #fff;
}

#tb-whatsapp-live a.blantershow-chat svg {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

#tb-whatsapp-live .header-chat {
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

#tb-whatsapp-live .header-chat h3 {
    margin: 0 0 10px;
}

#tb-whatsapp-live .header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

#tb-whatsapp-live .info-avatar {
    position: relative;
}

#tb-whatsapp-live .info-avatar img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
}

#tb-whatsapp-live a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

#tb-whatsapp-live a.informasi:hover {
    background: #f1f1f1;
}

#tb-whatsapp-live .info-chat span {
    display: block;
}

#tb-whatsapp-live #get-label,
#tb-whatsapp-live span.chat-label {
    font-size: 12px;
    color: #888;
}

#tb-whatsapp-live #get-nama,
#tb-whatsapp-live span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#tb-whatsapp-live #get-label,
#tb-whatsapp-live #get-nama {
    color: #fff;
}

#tb-whatsapp-live span.my-number {
    display: none;
}

#tb-whatsapp-live textarea#chat-input {
    border: none;
    font-family: "Poppins", sans-serif;
    width: 100%;
    outline: none;
    overflow: hidden;
    resize: none;
    padding: 10px 64px 10px 10px;
    font-size: 14px;
    height: 52px;
    line-height: 32px;
}

#tb-whatsapp-live #send-it img {
    width: 22px;
}

#tb-whatsapp-live a#send-it {
    font-weight: 700;
    padding: 3px 8px 3px 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 40px;
    top: 0;
    background: #03b19d;
    display: flex;
    width: 40px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    align-items: center;
}

#tb-whatsapp-live a#send-it:hover {
    background: #095e54;
}

#tb-whatsapp-live .first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

#tb-whatsapp-live .first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

#tb-whatsapp-live .start-chat .blanter-msg {
    display: flex;
    position: relative;
}

#tb-whatsapp-live #get-number {
    display: none;
}

#tb-whatsapp-live a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }

    15% {
        background-color: #111;
    }

    25% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }

    25% {
        background-color: #111;
    }

    35% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }

    35% {
        background-color: #111;
    }

    45% {
        background-color: #b6b5ba;
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #tb-whatsapp-live #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

#tb-whatsapp-live .hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

#tb-whatsapp-live .show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

#tb-whatsapp-live .whatsapp-message-container {
    display: flex;
    z-index: 1;
}

#tb-whatsapp-live .whatsapp-message {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    -moz-border-radius: 0px 8px 8px;
    -webkit-border-radius: 0px 8px 8px;
    -khtml-border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

#tb-whatsapp-live .whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
}

#tb-whatsapp-live .whatsapp-chat-body::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    -moz-opacity: 0.08;
    -khtml-opacity: 0.08;
    -webkit-opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}

#tb-whatsapp-live .dAbFpq {
    display: flex;
    z-index: 1;
}

#tb-whatsapp-live .eJJEeC {
    background-color: #fff;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

#tb-whatsapp-live .hFENyl {
    position: relative;
    display: flex;
}

#tb-whatsapp-live .ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    animation-name: ZpjSY;
}

#tb-whatsapp-live .dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

#tb-whatsapp-live .kAZgZq {
    padding: 7px 14px 6px;
    background-color: #fff;
    border-radius: 0px 8px 8px;
    -moz-border-radius: 0px 8px 8px;
    -webkit-border-radius: 0px 8px 8px;
    -khtml-border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

#tb-whatsapp-live .kAZgZq::before {
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

#tb-whatsapp-live .bMIBDo {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

#tb-whatsapp-live .iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111;
}

#tb-whatsapp-live .cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

#tb-whatsapp-live {
    display: none;
}

#tb-whatsapp-live .blantershow-chat {
    animation: zoom-in-zoom-out 5s ease infinite;
    display: none;
}

@keyframes zoom-in-zoom-out {
    0% {
        background-color: #fff;
        color: #000;
    }

    50% {
        background: #095e54;
        color: #fff;
    }

    100% {
        background-color: #fff;
        color: #000;
    }
}

/* whatsapp live chat end*/



/* blog Detile Css Start */

.blog-breadcrumb .blog-card__meta {
    display: flex;
    gap: 50px;
    margin: 15px 0 0;
    color: #fff;
}

.blog-breadcrumb .hero-title {
    font: 700 40px/52px "Inter", Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.blog-breadcrumb .hero-breadcrumb {
    margin-bottom: 15px;
}

.blog-breadcrumb .hero-sub {
    font: 400 20px/30px "Poppins", Helvetica, sans-serif;
    color: #fff;
}


#blog-detiles {
    margin: 0 0 60px;
}

#blog-detiles .blog-image {
    text-align: center;
    margin: 0 0 15px;
    width: 50%;
    margin: 0 0 20px;
}


#blog-detiles .blog-image img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}


#blog-detiles .main-title {
    font: 700 36px/46px "inter", Helvetica, sans-serif;
    color: #1f412b;
    margin: 0 0 20px;
}

#blog-detiles p {
    font: 400 18px/30px "Poppins", Helvetica, sans-serif;
    margin: 0 0 15px;
    color: #111;
}

#blog-detiles .ul-title {
    font-weight: 600;
}

#blog-detiles .sub-title {
    font: 600 22px/32px "Poppins", Helvetica, sans-serif;
    margin: 0 0 15px;
    color: #1f412b;
}

#blog-detiles .blog-ul {
    padding: 0 0 0 30px;
    margin: 0 0 15px;
}

#blog-detiles .blog-ul li {
    font: 400 16px/26px "Poppins", Helvetica, sans-serif;
    list-style: disc;
    color: #111;
    margin: 0 0 4px;
}

.blog-section {
    scroll-margin-top: 140px;
    /* adjust based on your header height */
}

#blog-detiles .toc-box {
    position: sticky;
    top: 140px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0 0 20px;
}

#blog-detiles .toc-box h4 {
    font: 600 20px/22px "Poppins", Helvetica, sans-serif;
    color: #111;
    margin: 0 0 15px;
}

#blog-detiles .toc-box ul li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 10px;
}

#blog-detiles .toc-box ul li a {
    font: 500 16px/20px "Poppins", Helvetica, sans-serif;
    color: #111;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#blog-detiles .toc-box ul li a:hover {
    color: #4CAF50;
}

#blog-detiles .toc-box ul {
    padding: 0;
    margin: 0;
}

#blog-detiles .toc-box ul li::after {
    content: "\f35a";
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin: auto;
    text-align: center;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    display: inline-block;
    position: absolute;
    left: 0;
    right: auto;
    top: 4px;
    bottom: auto;
    color: #4caf50;
}

.linkedin-box {
    margin-top: 30px;
    text-align: center;
}

#blog-detiles .linkedin-box p {
    margin: 0 0 10px;
    line-height: 20px;
}

#blog-detiles .linkedin-box a {
    color: #111;
    text-decoration: underline;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}

#blog-detiles .linkedin-box a:hover {
    color: #4caf50;
}

#blog-detiles .blog-section {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
}

#blog-detiles .blog-section:last-child {
    border: none;
}

@media (max-width:1599px) {
    .blog-section {
        scroll-margin-top: 120px;
    }
}

@media (max-width:1499px) {
    #blog-detiles .main-title {
        font-size: 32px;
        line-height: 42px;
    }

    .blog-section {
        scroll-margin-top: 110px;
    }
}

@media (max-width:1199px) {
    #blog-detiles .main-title {
        font-size: 26px;
        line-height: 32px;
    }

    #blog-detiles .toc-box ul li {
        line-height: 20px;
    }

    #blog-detiles p {
        font-size: 16px;
        line-height: 28px;
    }

    .blog-section {
        scroll-margin-top: 95px;
    }
}

@media (max-width:991px) {
    #blog-detiles .main-title {
        font-size: 28px;
        line-height: 32px;
    }

    #blog-detiles .sub-title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width:767px) {
    #blog-detiles {
        margin: 0 0 40px;
    }

    #blog-detiles .main-title {
        font-size: 26px;
        line-height: 34px;
        margin: 0 0 15px;
    }

    #blog-detiles .blog-image {
        width: 70%;
        margin: 0 0 15px;
    }

    #blog-detiles .blog-ul li {
        font-size: 15px;
        line-height: 26px;
    }

    #blog-detiles p {
        font-size: 15px;
        line-height: 26px;
        margin: 0px 0 12px;
    }
}

@media (max-width:575px) {

    #blog-detiles .sub-title {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px;
    }

    #blog-detiles p {
        margin: 0px 0 10px;
    }

    #blog-detiles .blog-ul {
        margin: 0 0 10px;
    }

    #blog-detiles .main-title {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 10px;
    }

    #blog-detiles .blog-image img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

}

@media (max-width:480px) {
    #blog-detiles .blog-image {
        width: 100%;
    }

    #blog-detiles .main-title {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px;
    }
}

/* blog Detile Css End */


.coming-soon {
    font: 700 44px/46px "inter", Helvetica, sans-serif;
    color: #1f412b;
    margin: 0 0 260px 0;
}



/* Default desktop */
.toc-toggle-btn {
    display: none;
}

/* 🔹 Mobile Design */
@media (max-width: 991px) {

    .toc-toggle-btn {
        display: inline-block;
        position: fixed;
        top: 50%;
        bottom: auto;
        left: 0.;
        z-index: 999;
        background: #000;
        color: #fff;
        padding: 10px 15px;
        border-radius: 0 5px 5px 0;
        border: none;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .toc-sidebar {
        position: fixed;
        top: 50%;
        left: -400px;
        width: 340px;
        /* height: 100%; */
        background: #fff;
        z-index: 1000;
        overflow-y: auto;
        transition: 0.3s ease;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 20px;
        bottom: auto;
        transform: translate(0, -50%);
    }

    .toc-sidebar.active {
        left: 0;
    }

    #blog-detiles .toc-box {
        margin: 0;
    }

    .toc-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 999;
        display: none;
    }

    .toc-overlay.active {
        display: block;
    }
}



@media (max-width:1599px) {
    .blog-breadcrumb .about-hero {
        padding: 55px 15px;
    }
}

@media (max-width:1499px) {
    .blog-breadcrumb .hero-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    .blog-breadcrumb .hero-breadcrumb {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-breadcrumb .hero-sub {
        font-size: 18px;
        line-height: 30px;
    }

    .blog-breadcrumb .about-hero {
        background-position: center;
    }
}

@media (max-width:1399px) {
    .blog-breadcrumb .hero-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width:1199px) {
    .blog-breadcrumb .about-hero {
        background-position: left;
    }
}

@media (max-width:991px) {
    .blog-breadcrumb .about-hero {
        margin: 0 0 40px;
        padding: 35px 15px;
    }

    .blog-breadcrumb .hero-breadcrumb {
        margin-bottom: 15px;
    }

    .blog-breadcrumb .hero-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    .blog-breadcrumb .hero-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .blog-breadcrumb .hero-sub {
        font-size: 16px;
        line-height: 28px;
    }

    .blog-breadcrumb .hero-breadcrumb {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width:575px) {

    .blog-breadcrumb .hero-breadcrumb {
        margin-bottom: 10px;
    }

    .blog-breadcrumb .about-hero {
        background-position: left;
    }
}

@media (max-width:480px) {
    .blog-breadcrumb .about-hero {
        margin: 0px 0 20px;
        padding: 20px 0px;
    }

    .blog-breadcrumb .hero-sub {
        font-size: 14px;
        line-height: 24px;
    }

    .blog-breadcrumb .hero-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .blog-breadcrumb .blog-card__meta {
        margin: 10px 0 0;
    }
}

@media (max-width:360px) {
    .blog-breadcrumb .hero-sub {
        font-size: 14px;
        line-height: 26px;
    }

    .blog-breadcrumb .hero-title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 8px;
    }
}