body a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 18px;
}

.navbar-brand {
    margin-left: 40px;
}

.navbar-brand img {
    width: 250px;
    height: auto;
    object-fit: contain;
}

.offcanvas-title img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.carousel-item img {
    min-height: 600px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 6px 10px !important;
}

.form-floating>label {
    padding: 6px 10px !important;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    min-height: 38px;
    max-height: 38px;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    z-index: -99;
}

/* .nav_container {
    margin-bottom: -120px;
} */

/* .bg_color_overflow {
    margin-top: 20px;
} */

body:has(.offcanvas.show) #sticky_top {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

#sticky_top.no-blur {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

#sticky_top {
    background-color: #fff;
    /* background: rgba(255, 255, 255, 0.15); */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); */
    transition: backdrop-filter 0.2s ease;
    padding-bottom: 0px;
    padding-top: 0px;
}

.nav-item a {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    transition: all 500ms ease;
    position: relative;
    z-index: 10;
}

.navbar-expand-lg .collapse .navbar-nav .nav-link {
    border-radius: 5px;
    transition: 0.5s;
}

.navbar-expand-lg .collapse .navbar-nav .nav-item .active {
    background-color: #198754;
    color: #fff;
    transition: 0.5s;
}

.navbar-expand-lg .collapse .navbar-nav .nav-item:hover {
    background-color: #198754;
    color: #fff;
    border-radius: 5px;
    transition: 0.5s;
}

.navbar-expand-lg .collapse .home_search1:hover {
    background-color: #198754;
    color: #fff;
}

.modal-body .btn-outline-secondary:hover {
    background-color: #198754;
    color: #fff;
}

.modal-body .btn-outline-secondary:hover i {
    background-color: #198754;
    color: #fff;
}

.navbar-expand-lg .collapse .home_search1:hover i {
    color: #fff;
}

.navbar-expand-lg .collapse .navbar-nav .nav-item:hover a {
    color: #fff;
    transition: 0.5s;
}

 .navbar-nav .nav-item a {
    font-family: 'Fraunces', Georgia, serif;
}

.offcanvas-body .navbar-nav .nav-item .active {
    background-color: #198754;
    color: #fff;
    transition: 0.5s;
}

.offcanvas-body .navbar-nav .nav-item a {
    padding: 10px 15px;
    border-radius: 25px;
    transition: 0.5s;
}

.offcanvas-body .navbar-nav .nav-item:hover {
    background-color: #198754;
    color: #fff;
    transition: 0.5s;
}

.offcanvas-body .navbar-nav .nav-item:hover a {
    color: #fff;
    transition: 0.5s;
}

.offcanvas-header {
    border-bottom: 1px dotted #ccc;
}

.offcanvas-body {
    padding-top: 10px;
}

.offcanvas-body .navbar-nav .nav-item {
    padding-left: 1px;
}

.offcanvas-body .input-group {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-expand-lg .collapse .navbar-nav .nav-item {
    margin-right: 5px;
}

/* .bg_color_overflow .input-group {
    width: 90%;
} */

.navbar {
    transition-duration: .7s;
    z-index: 999;
}

.offcanvas-body .input-group .btn {
    background-color: #198754;
}

.offcanvas-body .input-group .btn i {
    color: #fff;
}

.navbar.nav-top {
    position: fixed;
    top: 0px;
    left: 0px;
    /* left: 50%;
    transform: translateX(-50%); */
    width: max-content;
    z-index: 999;
    transition-duration: .7s;
    width: 100%;
    border-bottom: 1px solid #ccc;
    /*  background-color: #ecf2fa !important;
    border-radius: 25px; */
}

.home_search1 {
    display: none;
}

.home_search1 {
    border: 1px solid #ccc;
    border-radius: 15%;
}

.navbar.nav-top>.container,
.navbar.nav-top>.container-fluid {}

/* .mx-auto.nav-top .btn.btn-outline-light {
    background-color: #3e9244;
    outline-color: #3e9244;
    border-color: #3e9244;
} */

.home_search .btn-outline-secondary:hover {
    background-color: #198754;
}

.home_search .btn-outline-light:hover i {
    color: #fff;
}

#carouselExampleCaptions {
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 10%;
    width: auto;
    text-align: left;
    transform: translateY(-50%);
}

.carousel-caption p {
    font-size: 28px;
}

.carousel-caption h2 {
    font-size: 46px;
    margin-bottom: 40px;
}

.caro_links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.caro_links .caro_link_contact,
.caro_links .caro_link_more {
    padding: 15px 25px;
    border-radius: 25px;
    border: 2px solid #fff;
    font-weight: 400;
    font-size: 20px;
    transition: all 350ms ease;
}

.caro_links .caro_link_contact {
    background-color: #fff;
    color: #000;
}

.caro_links .caro_link_more {
    background-color: transparent;
    color: #fff;
}

.caro_links .caro_link_contact:hover {
    background-color: transparent;
    color: #fff;
    transition: all 350ms ease;
}

.caro_links .caro_link_more:hover {
    background-color: #fff;
    color: #000;
    transition: all 350ms ease;
}

.bottom_about_us {
    position: absolute;
    bottom: -1px;
    right: 0%;
    background-color: #fff;
    padding: 20px 20px;
    z-index: 99;
    border-top-left-radius: 25px;
    /* padding-right: 120px;
    padding-left: 55px;
    padding-bottom: 15px;
    padding-top: 50px; */
}

.bottom_about_us_content {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center;
    justify-content: center;
    align-items: center;
}

.bottom_about_us_cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin-right: 10px;
    padding: 20px;
    border-radius: 25px;
    color: #173519;
}

.bottom_about_us_cont_1 {
    background: #88c74a67;
}

.bottom_about_us_cont_2 {
    background: #ff847b69;
}

.bottom_about_us_cont_3 {
    background: #7ca0f449;
}

.bottom_about_us_cont_4 {
    background: #ffcc5e59;
}

.bottom_about_us_cont h4 {
    font-size: 32px;
    font-weight: 600;
}

.bottom_about_us_cont p {
    font-size: 20px;
    font-weight: 600;
}

/* category */
.category_top {
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}

.category_title {
    margin-bottom: 50px;
}

.category_title h2 {
    font-family: 'PT Serif', sans-serif;
    font-weight: 700;
}

.category_title p {
    font-weight: 400;
}

.cat_top_slider {
    text-align: center;
}

.cat_top_slider_items {
    text-align: center;
}

.cat_top_outer {
    margin: 10px;
    padding: 20px;
    position: relative;
}

.cat_top_outer_1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid rgba(118, 167, 19, 0.15);
    -webkit-transform: matrix(1, -0.04, 0, 1, 1, 1);
    -ms-transform: matrix(1, -0.04, 0, 1, 1, 1);
    transform: matrix(1, -0.04, 0, 1, 1, 1);
}

.cat_top_slider_items:hover .cat_top_outer_1::before {
    background-color: #cfe8b6;
}

.cat_top_slider_items:hover .cat_top_outer_2::before {
    background-color: #cfe8b6;
}

.cat_top_outer_2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid rgba(118, 167, 19, 0.15);
    -webkit-transform: matrix(1, 0.04, 0, 1, 1, 1);
    -ms-transform: matrix(1, 0.04, 0, 1, 1, 1);
    transform: matrix(1, 0.04, 0, 1, 1, 1);
}

.cat_top_outer:hover::before {
    border-color: white;
    -webkit-box-shadow: 10px 0 60px rgba(118, 167, 19, 0.15);
    box-shadow: 10px 0 60px rgba(118, 167, 19, 0.15);
}

.cat_top_outer,
.cat_top_contant {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cat_top_contant {
    margin-top: 20px;
}

.cat_top_title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'PT Serif', sans-serif;
}

.cat_top_img {
    background-color: #f2f2f2;
    border-radius: 80px;
    padding: 12px;
    width: 140px;
    height: 140px;
}

.cat_top_img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


.cat_top_img img {
    border-radius: 55px;

}

.cat_top_slider_items {}


.cat_top_title_img img {
    animation: twist 2s ease-in-out infinite;
    transform-style: preserve-3d;
}

.cat_top_title_img {
    perspective: 1000px;
}

@keyframes twist {
    0% {
        transform: rotateY(0deg);
    }

    25% {
        transform: rotateY(20deg);
    }

    50% {
        transform: rotateY(0deg);
    }

    75% {
        transform: rotateY(-20deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}





/* About */
.about_width_container {
    padding-top: 80px;
    padding-bottom: 60px;
}

.about_width_img {
    max-width: 500px;
    width: 100%;
}

.about_width_img img {
    width: 100%;
    display: block;
    object-fit: contain;
}

.about_width h2 {
    font-family: 'PT Serif', sans-serif;
    color: #eece38;
    p
}

/* .about_width p .second {
    color: #173519;
}

.about_width p .first {
    color: #e9bf59;
} */

.about_width .about_details {
    padding-top: 35px;
}

.about_width .about_details a {
    padding: 15px 25px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

/* Read More Button */
.about_width .about_details .about_readmore {
    margin-right: 25px;
    background-color: #e9bf59;
    color: #fff;
    position: relative;
    z-index: 1;
}

.about_width .about_details .about_readmore span,
.about_width .about_details .about_shop span {
    position: relative;
    z-index: 2;
}

.about_width .about_details .about_readmore::before,
.about_width .about_details .about_shop::before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #458b35;
    transition: 0.5s;
    z-index: 0;
}

.about_width .about_details .about_shop::before {
    background-color: #e9bf59;
}

.about_width .about_details .about_readmore:hover::before,
.about_width .about_details .about_shop:hover::before {
    left: 0;

}

/* Keep text above overlay */
.about_width .about_details .about_readmore span,
.about_width .about_details .about_readmore,
.about_width .about_details .about_shop span,
.about_width .about_details .about_shop {
    position: relative;
    z-index: 1;
}

/* Shop Button */
.about_width .about_details .about_shop {
    background-color: #458b35;
    color: #fff;
}

/* Icon */
.about_width .about_details a i {
    margin-right: 10px;
    color: #fff;
}

.about_width_2 {
    position: relative;
}

.company_yr {
    position: absolute;
    top: -5%;
    left: 25%;
    width: 160px;
    height: 160px;
    border: 2px dashed #3e9244;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotateCircle 12s linear infinite;
}

.company_yr p {
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    animation: rotateCircle 12s linear infinite reverse;
}

@keyframes rotateCircle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Year text */
.company_yr p .abt_yrs {
    font-size: 36px;
    font-weight: 700;
    color: #e9bf59;
}










/* product_categories */

.product_categories {
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}

.product_categories h2 {
    font-family: 'PT Serif', sans-serif;
    /* color: #eece38; */
    font-weight: 700;
    margin-bottom: 20px;
}

.product_categories p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 35px;
}

.product_categories .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    align-items: center;
}

.procat_img {
    height: 400px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px;
}

.procat_img_content .pro_dis {
    background: #629D23;
    border-radius: 6px;
    display: block;
    max-width: max-content;
    margin-bottom: 15px;
    padding: 7px 26px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.procat_img_content h3 {
    text-align: left;
}

.procat_img_content h3 span {
    font-weight: 400;
    color: #629D23;
}

.pro_view_more {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.pro_view_more i {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #629D23;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition-duration: 0.7s;
}

.pro_view_more:hover i {
    color: #eece38;
    background-color: #fff;
    transition-duration: 0.5s;
}

.pro_view_more span {
    font-weight: 700;
    color: #232722;
}

/* Product List */
.products_container {
    background-color: #efe6d5;
    position: relative;
}

.products_list {
    padding-top: 60px;
    padding-bottom: 60px;

}

.product_list_heading {
    text-align: center;
}

.product_list_heading h4 {
    font-family: 'PT Serif', sans-serif;
    color: #eece38;
    font-weight: 400;
    margin-bottom: 10px;
}

.product_list_heading h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'PT Serif', sans-serif;
}

.product_list_heading p {
    margin-bottom: 35px;
}

.product_items {
    border-radius: 25px;
    border: 1px solid #ccc;
    overflow: hidden;
    transition-duration: 0.5s;
}

.product_items a {
    text-decoration: none;
}

.product_items .product_items_img {
    overflow: hidden;
    width: 440px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_items .product_items_img img {
    width: 100%;
    transition-duration: 0.5s;
}

.product_items:hover .product_items_img img {
    transform: scale(1.1);
    transition-duration: 0.5s;
}

.product_items:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product_items_details {
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
}

.product_items_details p {
    margin-bottom: 0px;
}

.pro_title {
    font-size: 26px;
    font-weight: 600;

}

.pro_place {
    font-size: 18px;
    color: #173519;
    font-weight: 600;
}

.pro_view {
    font-size: 18px;
    font-weight: 500;
    color: #3e9244;
    background-color: #3e92442d;
    padding: 10px 20px;
    border-radius: 25px;
}

.product_items_details a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.product_items_details .pro_view::before {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #458b35;
    transition: 0.5s;
    z-index: 0;
}

.product_items_details .pro_view:hover::before {
    left: 0;
}

.product_items_details .pro_view:hover span {
    position: relative;
    z-index: 2;
    color: #fff;
}



/* .product_list_heading h2 {
   
} */

/* choose_us */
.choose_us {
    padding: 60px 0px;
}

.choose_us .row.gx-3 {
    display: flex;
    align-items: center;
}

.choose_us h2 {
    margin-bottom: 20px;
    /* color: #eece38; */
    font-family: 'PT Serif', sans-serif;
    font-weight: 700;
}

.choose_us_content_left {
    float: left;
}

.choose_us_content_right {
    float: right;
}

.choose_us_content {
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.choose_us_content img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 10px;
}

/* .choose_us_content {
    margin-bottom: 10px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.choose_us_top_img{
    width: 50px;
    height: 50px;
} */
.choose_us_content p {
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 600;
}

.choose_us_content p span {
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 600;
}

.choose_us_content span {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.choose_us_content_right .choose_us_content {
    text-align: right;
}

.choose_us .choose_us_img img {
    border-radius: 25px;
}

.choose_us .col-lg-3 {
    width: 30%;
}

.choose_us .col-lg-6 {
    width: 40%;
}

.choose_us_content_right .choose_us_content .d-flex.align-items-center {
    justify-content: flex-end;
}

/* Testimonial */
.test_container {
    background-color: #ecf2fa;
    padding: 60px 0px;
    color: #333;
    text-align: center;
    position: relative;
}

.test_title {
    position: relative;
    z-index: 1;
}

.test_title h2 {
    font-family: 'PT Serif', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
}

.test_title p {
    font-size: 18px;
    font-weight: 400;
}

.slider_items {
    padding: 10px 0px;
}

.slider_items-1,
.slider_items-2 {
    text-align: left;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}

.slider_items-1 h4,
.slider_items-2 h4 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
}

.slider_items-1 p,
.slider_items-2 p {
    margin-bottom: 5px;
    font-size: 22px;
}

.slider_items-1 span,
.slider_items-2 span {
    font-size: 18px;
}

/* Dot container */
.test_container .slick-dots li button:before {
    color: #000;
    /* dot color */
    opacity: 0.5;
    font-size: 10px;
}

/* Active dot */
.test_container .slick-dots li.slick-active button:before {
    color: #000;
    opacity: 1;
}

.testimonial_slider .row {
    display: flex;
    flex-wrap: wrap;
}

.testimonial_slider .col-lg-6 {
    display: flex;
}

.slider_items-1,
.slider_items-2 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Certificates */
/* .certificates_container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.certifited_title h2 {
    padding-bottom: 10px;
    font-family: 'PT Serif', sans-serif;
    font-weight: 700;
}

.certifited_title p {
    font-weight: 400;
}

.certifited_slider {
    transition: 0.7s;
}

.certifited_slider .slider_items {
    padding-left: 15px;
    padding-right: 15px;
    transition: 0.7s;
}  .certifited_slider .slider_img {
    width: 100%;
    object-fit: contain;
    border: 6px solid #ecf2fa;
    transition: 0.7s;
    border-radius: 25px;
}

.certifited_slider .slider_img img {
    border-radius: 25px;
}

.certifited_slider .slick-list.draggable {
    padding-top: 20px !important;
}

.certifited_slider .slick-center {
    transform: translateY(-20px);
    transition: 0.7s;
} */
/* ===================== CERTIFICATES ===================== */
.cert-section {
    background: var(--paper, #faf7f0);
    padding: 60px 0;
}

.cert-head {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 35px;
}

.mono {
    font-family: 'JetBrains Mono', monospace;
}

.cert-head .tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--mustard, #c98a2c);
    margin-bottom: 12px;
    display: block;
}

.cert-head h2 {
    font-family: 'Fraunces', Georgia, serif;
    color: var(--forest-deep, #12331d);
    font-size: clamp(28px, 4vw, 38px);
    margin-bottom: 12px;
}

.cert-head p {
    color: #5a5347;
    font-size: 15.5px;
}

.cert-slider {
    padding: 10px 0 30px;
}

.cert-slider .slick-list.draggable {
    padding-top: 20px !important;
}


.cert-item .cert-card:hover~.cert_text,
.cert-item:hover .cert_text {
    color: var(--mustard, #c98a2c);
}

.cert-item {
    padding: 0 12px;
}

.cert-item .cert-card {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid var(--line, #d8cdb3);
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    transition: .3s;
}

.cert-item:hover .cert-card {
    border-color: var(--forest, #1f4d2c);
    box-shadow: 0 16px 30px rgba(18, 51, 29, .12);
    transform: translateY(-6px);
}

.cert_text {
    background: #fff;
    border: 1px solid var(--line, #d8cdb3);
    border-top: none;
    border-radius: 0 0 14px 14px;
    text-align: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .3px;
    color: var(--forest-deep, #12331d);
    padding: 12px 14px;
    line-height: 1.4;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cert-item:hover .cert_text {
    border-color: var(--forest, #1f4d2c);
    color: var(--mustard, #c98a2c);
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(18, 51, 29, .12);
}

.cert-num {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: .5px;
    color: #fff;
    background: var(--forest-deep, #12331d);
    padding: 5px 10px;
    border-radius: 20px;
}

.cert-card img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    display: block;
    transition: .4s;
}

.cert-card:hover img {
    transform: scale(1.06);
}

.cert-zoom {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(18, 51, 29, 0);
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: .3s;
}

.cert-card:hover .cert-zoom {
    background: rgba(18, 51, 29, .45);
    opacity: 1;
}

/* Slick center-mode lift, kept from original but restyled */
.cert-slider .slick-center .cert-item {
    transform: translateY(-14px);
    border-color: var(--mustard, #c98a2c);
}

/* Slick arrows recolored to brand */
.cert-slider .slick-prev:before,
.cert-slider .slick-next:before {
    color: var(--forest-deep, #12331d);
    font-size: 22px;
}


@media(max-width: 600px) {
    .cert-card img {
        height: 190px;
    }
}

/* footer */
.footer_bg_img {
    position: relative;
    z-index: 2;
    text-align: center;
}

.footer_bg_img .subscribe-head {
    margin-bottom: 35px;
}

.footer_bg_img .subscribe-head h4 {
    font-family: 'PT Serif', sans-serif;
    /* color: #eece38; */
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 32px;
    color: transparent;
    -webkit-text-stroke: 2px #eece38;
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
}

.footer_bg_img .subscribe-head p {
    font-size: 18px;
}

.footer_bg_img .footer_top {
    padding-top: 80px;
    padding-bottom: 50px;
    max-width: 581px;
}

/* .footer_top .form-group-2 {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.footer_top .form_get {
    display: flex;
    border: solid 2px #ebebeb;
    border-radius: 22px;
    padding: 2px;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
}

.input-group {
    justify-content: space-between;
}

.input-group #sub-email {
    border: none;
    border-radius: 22px;
    padding-left: 10px;
    width: 80%;
}

/* .input-group  #sub-email {
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-width: 0;
    border-color: #222;
    background: #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
} */

.footer_top #sub-email:focus-visible {
    outline: none !important;
}

.footer_top .sub-submit {
    float: left;
    width: 0%;
}


.footer_top #sub-email:focus-visible {
    outline: none !important;
}

.footer_top .hvr-forward {
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    z-index: 2;
    float: right;
    position: relative;
    overflow: hidden;
    background-color: #458b35;
    color: #fff;
    width: 20%;
    transition-duration: 0.6s;
}

.footer_top .hvr-forward:hover {
    background-color: #eece38;
    transition-duration: 0.6s;
}

.footer_top .hvr-forward:hover::before {
    left: 0;
}

.product_items_details .pro_view:hover span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.footer_top .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.footer_bottom {
    padding: 40px;
    position: relative;
    z-index: 2;
}

/* *{
    border: 1px solid red;
} */
.footer_bottom_width {
    float: left;
    text-align: left;
}

.footer_bottom_width h5 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.footer_bottom_width_2_2 {
    display: none;
}

.footer_bottom_width ul {
    list-style: none;
    float: left;
    text-align: left;
    padding: 0px;
    margin-bottom: 0px;
}

.footer_bottom_width ul li {
    margin-bottom: 8px;
}

.footer_bottom_width ul li i,
.footer_bottom_width p i {
    color: #198754;
    margin-right: 5px;
}

.footer_bottom_width ul li img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    animation: rotateCircle 12s linear infinite;
}

.footer_bottom_width p img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    animation: rotateCircle 12s linear infinite;
}

.fot_bot {
    padding: 10px 40px 25px;
    position: relative;
    z-index: 3;
}

.bot_to_top {
    background-color: #173519;
    padding: 20px;
    border-radius: 5px;
    transition-duration: 0.6s;
}

.bot_to_top:hover {
    background-color: #f7c758;
    transition-duration: 0.6s;
}

.bot_to_top i {
    color: #fff;
}

.fot_bot .bot_to_top {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

/* Contact Page */
.contact_us {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #faf7f0;
    border-top: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
}

.contact_content {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 45px;
    border-radius: 25px;
    border: 1px solid #ccc;
}

.contact_content_1,
.contact_content_2 {
    display: flex;
    flex-direction: row;

}

.contact_ions {
    margin-right: 10px;
}

.contact_ions i {
    font-size: 24px;
    margin-top: 5px;
    padding: 10px 15px;
    background-color: #232722;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
}

.contact_form label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact_form input,
.contact_form textarea {
    margin-bottom: 10px;
}

.capcha-outer {
    margin-top: 15px;
}

.contact_bottom {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #ecf2fa;
}

.about_readmore input {
    border: 1px solid #ccc;
    outline: none;
    background-color: #fff;
    padding: 12px 17px;
    border-radius: 5px;
}

.about_readmore input:hover {
    background-color: #198754;
    color: #fff;
}

.contact_page_img img {
    border-radius: 5px;
}

/* about Page */
/* 
.about_us_page {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #ecf2fa;
}

.about_page_content {
    padding-top: 30px;
}

.about_pg_content_1 {
    border: 1px solid #ccc;
    padding: 20px 20px 10px 20px;
    border-radius: 25px;
    margin-bottom: 25px;
    background-color: #fff;
}

.about_pg_content_2 {
    margin-bottom: 25px;
}

.about_pg_content_2 img {
    width: 100%;
    border-radius: 25px;
}
.about_page_img img{
    width: 100%;
    border-radius: 25px;
} */
.pro_view_btn {
    text-align: center;
    margin: 35px auto 0;
    width: 180px;
}

.pro_view_btn a {
    display: block;
    padding: 10px 15px;
    color: #3e9244;
    background-color: #3e92442d;
    font-size: 18px;
    font-weight: 500;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    transition: color 0.5s;
}

.pro_view_btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #458b35;
    transition: left 0.5s;
    z-index: -1;
}

.pro_view_btn a:hover::before {
    left: 0;
}

.pro_view_btn a:hover {
    color: #fff;
}

.products_container .products_list .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 24px;
}

.products_container .products_list .card {
    background: #fff;
    border: 1px solid #d8cdb3;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    transition: .25s;
}

.products_container .products_list .card.show {
    display: flex;
    flex-direction: column;
}

.products_container .products_list .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(18, 51, 29, .12);
    border-color: #1f4d2c;
}


.products_container .products_list .thumb {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.products_container .products_list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.products_container .products_list .card:hover .thumb img {
    transform: scale(1.06);
}

.products_container .products_list .cat-tag a {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #12331d;
    color: #fff;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10.5px;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 20px;
    transition: 350ms ease;
}

.products_container .products_list .cat-tag a:hover {
    background: #dff3e0;
    color: #1f4d2c;
    transition: 350ms ease;
}

.products_container .products_list .info {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* *{
    border: 1px solid red;
} */
.products_container .products_list .info h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: calc(1.5em * 2);
}


.products_container .products_list .info .loc {
    font-size: 14px;
    color: #8a8371;
    margin-bottom: 14px;
}

.products_container .products_list .view-btn {
    margin-top: auto;
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: #dff3e0;
    color: #1f4d2c;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 13.5px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color .4s ease;
}

.products_container .products_list .view-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #1f4d2c;
    transform: translateX(-100%);
    transition: transform .4s ease;
    z-index: -1;
}

.products_container .products_list .view-btn:hover::before {
    transform: translateX(0);
}

.products_container .products_list .view-btn:hover {
    color: #fff;
}

.products_container .products_list .empty-msg {
    text-align: center;
    padding: 60px 0;
    color: #8a8371;
    display: none;
}



#loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #faf7f090;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.loader-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-mark {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}

/* Circular Spinner */
.loader-spinner {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(11, 81, 15, 0.15);
    border-top: 5px solid #0b510f;
    border-right: 5px solid #0b510f;
    border-radius: 50%;
    animation: spinnerRotate 0.8s linear infinite;
}

@keyframes spinnerRotate {
    100% {
        transform: rotate(360deg);
    }
}

#loader.fade-out {
    opacity: 0;
    pointer-events: none;
}