/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    color: #2d2d2d;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
        margin: 20px 0 20px;
        padding: 30px;
}

/* Product gallery styles */
.product-filters {
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin: 18px 0 12px;
}
.product-filters button {
    background:#f2f2f2;
    border:0;
    padding:8px 12px;
    border-radius:6px;
    font-weight:600;
    color:#333;
}
.product-filters button.active { background:#333;color:#fff; }
.product-grid { display:grid; grid-template-columns: repeat(2,1fr); gap:12px; }
.product-card { background:#fff; border-radius:8px; overflow:hidden; box-shadow:0 6px 18px rgba(22,22,22,0.06); display:flex; align-items:center; gap:12px; padding:10px; }
.product-card img { width:84px; height:84px; object-fit:cover; border-radius:8px; flex-shrink:0 }
.product-card .meta { flex:1 }
.product-card .meta h5 { margin:0 0 4px; font-size:16px }
.product-card .meta small { display:block; color:#777; font-size:13px }
.product-card .actions { margin-left:8px }
.product-card .actions .btn { background:#2b2b2b;color:#fff;border-radius:6px;padding:8px 10px;border:0;font-weight:600 }

@media (min-width: 900px) {
    .product-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 600px) {
    .product-grid { grid-template-columns: 1fr; }
    .product-card { padding:12px; }
    .product-card img { width:72px; height:72px }
    .product-filters { gap:6px }
}

/* compact preview cards used on homepage */
.product-preview { display:flex; gap:10px; flex-wrap:wrap }
.product-preview .preview-card { width:80px; text-align:center }
.product-preview .preview-card img { width:80px; height:80px; border-radius:8px; object-fit:cover }

/* header logo sizing */
.logo img { max-height:56px; width:auto; display:block }
@media (max-width:575px) {
    .logo img { max-height:44px }
}


button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 50px;
}
.titlepage span  {
    font-size: 24px;
    color: #ffa700;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    display:block;
    text-transform: uppercase;
}
.titlepage h2 {
    font-size: 50px;
    color: #649b3c;
    line-height: 50px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.titlepage p {
    padding-top: 0px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 16px;
    background: #323232;
    max-width: 203px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.read_more:hover {
    background: #6b7908;
    color: #fff;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header --*/

.header-area {
    border-top: #6b7908 solid 15px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    height: 85px;
    background: rgba(255, 255, 255, 0.94);
    line-height: 68px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.logo a {
    color: #1c1c1b;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.logo a span {
    color: #6b7908;  
}

.navbar-area {
    text-align: center;
    display: flex;
    justify-content: center;
}

.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: #1c1c1b;
    font-size: 17px;
    display: block;
    text-decoration: none;
}

.site-navbar ul li {
    padding-right: 55px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #6b7908;
}
.site-navbar ul li a.active {
    color: #6b7908;
}

/* navbar regular css end */


/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #363636;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #363636;
    display: block;
    transition: .3s;
}

.nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: '';
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}


/* nav-toggler css start */


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}



ul.email li {
     display: inline-block;
     padding-right: 30px;
}
ul.email li:last-child {padding-right: 0;}
ul.email li a {
     color: #6b7908;
     font-size: 17px;
     text-transform: uppercase;
}

ul.email li i {
     color: #1a1b1b;
     font-size: 19px;
     ;
     padding-left: 10px;
}

/** end header **/


/** banner section **/


.relative {
     left: 5%;
     right: 5%;
     text-align: left;
}

.carousel-item {
     height: 100%;
     width: 100%;
}
#banner1,
.moving_hero {
    overflow: hidden;
}

#banner1 .carousel-item img {
    width: 112%;
    max-width: none;
    height: 100vh;
    object-fit: cover;
    animation: heroImageDrift 28s ease-in-out infinite alternate;
}

@keyframes heroImageDrift {
    from {
        transform: translateX(-6%);
    }
    to {
        transform: translateX(0);
    }
}

.moving_hero {
    position: relative;
    min-height: 100vh;
}

.moving_hero picture,
.moving_hero img {
    display: block;
    width: 112%;
    max-width: none;
    height: 100vh;
}

.moving_hero img {
    object-fit: cover;
    animation: heroImageDrift 28s ease-in-out infinite alternate;
}

.moving_hero .container-fluid {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

.moving_hero .row {
    width: 100%;
}

.moving_hero .willom {
    width: 100%;
    margin-top: 0;
}

.moving_hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.16);
    z-index: 1;
}

.contact_hero {
    margin-top: -85px;
}
.willom {
    display: flex;
    margin-top: -85px;
    justify-content: center;
    align-items: center;
    padding: 140px 20px 80px;
}
.hero_content {
    max-width: 760px;
    width: 100%;
    background: transparent;
    border-radius: 28px;
    padding: 36px 32px;
    box-shadow: none;
    text-align: center;
}
.hero_tag {
    display: inline-block;
    color: #ffd45c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .8);
}
.willom h1 {
    font-size: 56px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    margin: 0 auto 12px;
    text-align: center;
    text-shadow: 0 3px 14px rgba(0, 0, 0, .85);
}
.willom p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 24px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .85);
}
.hero_actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.hero_actions .read_more,
.hero_actions .outline_btn {
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    max-width: none;
    width: auto;
    border-radius: 999px;
}
.outline_btn {
    background: transparent;
    color: #dfff00;
    border: 2px solid #dfff00;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
.outline_btn:hover {
    background: #6b7908;
    color: #fff;
}
.slider_main .carousel-indicators {
     display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     display: none;
}



/** end banner section **/

/** about section **/

.about {
    background: #fff;
    padding-top: 90px;
}


.about_img figure {
    margin: 0;
}


.about_img figure img {
    transition: ease-in all 0.5s; 
    border-radius: 5px;
}

.about .titlepage {
    padding-bottom: 0;
    max-width: 610px;
    width: 100%;
    float: right;
}

.about .titlepage p {
    padding-top: 20px;
    color: #999998;
}

.about .read_more {
    margin-top: 35px;
}

.about_img figure img:hover {
    box-shadow: 0 0 16px 3px #635d5d38;
    transition: ease-in all 0.5s;
}


/** end about section **/


/** services section **/

.services {
    background: #fff;
    padding-top: 90px;
}

.services .titlepage {
    padding-bottom: 20px;
}

.services_box {
    margin-top: 30px;
    box-shadow: 0 0 24px rgba(2, 3, 8, 0.10);
    background:#fff;
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services_box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(2, 3, 8, 0.14);
}

.services_box figure {
    margin: 0;
}

.services_box figure img {
    border-radius: 0;
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.veget {
    padding: 28px 24px 30px;
    border-radius: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
    background: #fff;
}

.services_box h3 {
    color: #292928;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 12px;
}

.services_box_main .read_more {
    margin: 0 auto; 
    display: block;
}

.inquiry_services {
    padding-bottom: 120px;
}

.service_accordion {
    display: grid;
    gap: 16px;
}

.service_card {
    border: 1px solid #e9e9e2;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.service_toggle {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.service_toggle h3 {
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 700;
}

.service_toggle p {
    margin: 0;
    color: #777;
}

.service_icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f2f6e4;
    color: #6b7908;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    flex-shrink: 0;
}

.service_panel {
    display: none;
    border-top: 1px solid #f0f0eb;
}

.service_panel.open {
    display: block;
}

.service_panel_inner {
    padding: 24px;
}

.option_group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}

.option_group legend,
.field_label {
    grid-column: 1 / -1;
    color: #2f2f2f;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 6px;
}

.option_tile {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid #e6e7e1;
    border-radius: 12px;
    background: #fbfbf7;
    font-size: 14px;
}

.quantity_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.qty_controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.qty_input {
    width: 62px;
    height: 42px;
    text-align: center;
    border: 1px solid #e0e0db;
    border-radius: 10px;
    background: #fff;
}

.qty_btn,
.add_cart_btn,
.ghost_btn,
.cart_toggle_btn,
.panel_close_btn {
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qty_btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f2f6e4;
    color: #6b7908;
    font-size: 20px;
}

.service_notes,
.custom_select,
.inquiry_cart_panel input,
.inquiry_cart_panel textarea {
    width: 100%;
    border: 1px solid #e1e2da;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    background: #fff;
}

.add_cart_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 999px;
    background: #6b7908;
    color: #fff;
    padding: 0 18px;
    font-weight: 600;
    margin-top: 8px;
}

.add_cart_btn:hover {
    background: #536102;
}

.field_block {
    margin-bottom: 16px;
}

.field_block.hidden {
    display: none;
}

.inquiry_cart_shell {
    position: sticky;
    top: 24px;
}

.cart_toggle_btn {
    width: 100%;
    border-radius: 999px;
    background: #24331a;
    color: #fff;
    padding: 14px 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cart_toggle_btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    border-radius: 50%;
    background: #6b7908;
    padding: 0 7px;
}

.inquiry_cart_panel {
    display: none;
    background: #fff;
    border: 1px solid #ece9dd;
    border-radius: 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    padding: 18px;
}

.inquiry_cart_panel.open {
    display: block;
}

.cart_panel_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.cart_panel_header h3 {
    font-size: 20px;
    margin-bottom: 4px;
}

.cart_panel_header p {
    margin: 0;
    color: #777;
    font-size: 14px;
}

.panel_close_btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f2f6e4;
    color: #6b7908;
    font-size: 24px;
}

.cart_items {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 4px;
}

.cart_item {
    border: 1px solid #ece9dd;
    border-radius: 14px;
    padding: 12px;
    background: #fcfcf8;
}

.cart_item h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.cart_item p {
    margin: 0 0 8px;
    font-size: 13px;
    color: #666;
}

.cart_item_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}

.cart_qty_row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cart_qty_row button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f2f6e4;
    color: #6b7908;
    font-size: 16px;
}

.remove_item_btn {
    border: 0;
    background: transparent;
    color: #b84d3b;
    font-size: 13px;
    padding: 0;
}

.inquiry_status {
    min-height: 20px;
    font-size: 14px;
    color: #6b7908;
    margin-bottom: 10px;
}

.inquiry_status.error {
    color: #b84d3b;
}

.cart_form_block input,
.cart_form_block textarea {
    margin-bottom: 10px;
}

.cart_actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.ghost_btn {
    flex: 1;
    height: 46px;
    border-radius: 999px;
    background: #f4f4eb;
    color: #24331a;
    font-weight: 600;
}

.ghost_btn:hover {
    background: #e6e8dc;
}

.empty_cart {
    text-align: center;
    padding: 24px 8px;
    color: #777;
    border: 1px dashed #ddd;
    border-radius: 14px;
}

/** end services section **/

/** featured product **/

.featured_product {
    background: linear-gradient(135deg, #f7f9ee 0%, #ffffff 100%);
    padding: 90px 0;
}

.featured_product .titlepage {
    padding-bottom: 0;
    max-width: 530px;
}

.feature_list {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.feature_list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #4b4b4b;
    font-size: 16px;
}

.feature_list li::before {
    content: '✓';
    color: #6b7908;
    font-weight: 700;
    font-size: 18px;
}

.product_carousel {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.product_carousel .carousel-item img {
    height: 430px;
    object-fit: cover;
}

.product_carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 24px 30px;
    text-align: left;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
}

.product_carousel .carousel-caption h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 4px;
}

.product_carousel .carousel-caption p {
    color: #f2f2f2;
    margin: 0;
}

.product_carousel .carousel-indicators li {
    background-color: #fff;
    opacity: 0.7;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.product_carousel .carousel-indicators .active {
    opacity: 1;
    background-color: #6b7908;
}

.product_carousel .carousel-control-prev,
.product_carousel .carousel-control-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #24331a;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.product_carousel .carousel-control-prev {
    left: 15px;
}

.product_carousel .carousel-control-next {
    right: 15px;
}

/** end featured product **/

/** customers **/

.customers {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}
.customers .titlepage {padding-bottom: 15px;}
.clients_banner .relative {
    position: inherit;
    bottom: 0;
    padding: 0;
}
.custom { text-align: left;  }
.custom {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);
    margin: 36px 0;
    padding: 40px;
}
.custom i img {
    border-radius: 50%;
    border: #6b7908e3 solid 10px;
}
.clint {
    text-align: left;
    padding-left: 20px;
}
.clint h4 {
    color: #6b7908;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.clint span {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #303030;
}

.custom p {
   
    line-height: 30px;
    padding: 30px 0px;
    
}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 76px;
    height: 76px;
    color: #000;
    font-size: 40px;
    opacity: 1;
    top: 49%;
    z-index: 999;
}

#myCarousel .carousel-control-prev {
    left: 4%;
}

#myCarousel .carousel-control-next {
    right: 4%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
    color: #000;
}


/** end customers **/

/** choose section **/


.choose {
    background: url(../images/chose.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 60px 0;
}

.choose .titlepage h2 {
    color: #fff;
}
.point {margin-bottom: 30px;}
.point h3 {
    max-width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    border: #cfd8b7 solid 18px;
    font-size: 37px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #6b7908;
}

.point span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    padding-top: 28px;
    display: block;
}


/** end choose section **/


/** news section **/

.news {
    background: #fff;
    padding-top: 90px;
}

.news .titlepage {padding-bottom: 20px;}


.latest {
    background: #fff;
    margin-top: 30px;
}
.box_desho {box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);}

.latest figure {
    margin: 0;
}

.latest span {
    background: #6b7908;
    width: 79px;
    height: 68px;
    margin: 0 auto;
    z-index: 999999;
    line-height: 15px;
    color: #fff;
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nostrud {
    padding: 20px 15px 0px 15px;
}
.nostrud p {
    padding-top: 10px;
}

.nostrud h3 {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}



.nostrud .read_more {
    display: inline;
    background: transparent;
    color: #6b7908;
    text-align: left;
}

.nostrud .read_more:hover {
    color:#323232;
}


/** end news section **/


/** contact  **/

.contact {
    background: #fff;
    padding-top: 90px;
}

.map-responsive {margin-top: 90px;}
.main_form .form_control {
    padding: 0 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 66px;
    background: #fff;
    color: #999998;
    font-size: 18px;
    font-weight: normal;
    border: #6b7908 solid 3px;
}

.main_form .textarea {
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    color: #999998 !important;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 20px 15px 20px;
    border: #6b7908 solid 3px;
    height: 179px;
}


.group_btn {display: flex; justify-content: center;}

.main_form .send_btn {
    font-size: 20px;
    transition: ease-in all 0.5s;
    background-color: #323232;
    text-transform: uppercase;
    color: #fff;
    max-width: 169px;
    width: 100%;
    display: block;
    font-weight: 500;
    height: 69px;
    line-height: 69px;
    margin: 0 5px;
    border-radius: 10px;
}

.main_form .send_btn:hover {
    background-color: #6b7908;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #d0d0cf;
    opacity: 1;
}

.datepicker-days {
    padding: 20px;
}


/** end contact  **/




/** footer **/

.footer {
    padding-top: 70px;
    background: #252525;
    text-align: center;
}


.hedingh3  {padding-top: 20px;}
.hedingh3 h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.hedingh3 p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer li a {
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
}

ul.menu_footer li a:hover {
    color: #6b7908;
}

.newsl {
    width: 100%;
    height: 51px;
    background: #fff;
    color: #c9c7c7;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    padding: 0 15px;
    border: #fff solid 2px;
    margin-bottom: 20px;
   
}

.subsci_btn {
    font-size: 16px;
    transition: ease-in all 0.5s;
    background-color: #6b7908;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 59px;
    height: 59px;
    max-width: 70px;
    width: 100%;
    display: block;
    border:inherit;
    border-radius:0px;
}

.subsci_btn:hover {
    transition: ease-in all 0.5s;
    box-shadow: 0 0 10px 0px #dddddd5e;
}

#colof *::placeholder {
    color: #c9c7c7;
    opacity: 1;
}

ul.recent li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

ul.recent li img {
    width: 61px;
    height: 46px;
    margin-right: 13px;
    object-fit: cover;
    border-radius: 5px;
}

ul.recent li a {
    display: flex;
    align-items: center;
    color: #fff;
}

ul.recent li a:hover {
    color: #6b7908;
}

.flot_right {float: right;}


ul.top_infomation li {
    padding-bottom: 8px;
    display: block;
    font-size: 16px;
    color: #fff;
}

ul.top_infomation li i {
    margin-right: 5px;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #6b7908;
    line-height: 30px;
    font-size: 15px;
}

ul.top_infomation li a {
    color: #fff;
}

ul.top_infomation li a:hover {
    color: #6b7908;
}

.copyright {
    margin-top: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #6b7908;
}
ul.social_icon {text-align: right;}
ul.social_icon li {
    display: inline-block;
    margin-left: 40px;
}

ul.social_icon li a i {
    font-size: 17px;
    color: #fff;
    transition: ease-in all 0.5s;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
}

ul.social_icon li a i:hover {
    color: #111111;
    transition: ease-in all 0.5s;

}

.copyright p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
}

.copyright .credit_link {
    text-align: right;
    font-size: 13px;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #111111;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid #ffa700;
    outline-offset: 3px;
}

.loader_bg.is_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.map-responsive iframe {
    min-height: 360px;
}

.product-filters button {
    min-height: 44px;
}

.read_more {
    min-height: 56px;
    height: auto;
    line-height: 1.2;
    padding: 18px 20px;
}

.mobile_action_bar {
    display: none;
}

.newsletter_status {
    min-height: 22px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .header-area {
        border-top-width: 8px;
        min-height: 72px;
        height: auto;
    }

    .site-navbar ul li a {
        min-height: 48px;
        display: flex;
        align-items: center;
    }

    .titlepage {
        padding-bottom: 30px;
    }

    .titlepage span {
        font-size: 15px;
        letter-spacing: .08em;
    }

    .titlepage h2 {
        font-size: clamp(30px, 8vw, 42px);
        line-height: 1.12;
    }

    .mobile_action_bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10000;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
        padding: 8px;
        background: rgba(36, 51, 26, .96);
        box-shadow: 0 -8px 24px rgba(0, 0, 0, .14);
    }

    .mobile_action_bar a {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-align: center;
    }

    .footer {
        padding-bottom: 78px;
    }

    .map-responsive iframe {
        min-height: 300px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}


/** end footer **/


/**  inner page css **/

.inner_page .header-area {
    background: #dddddd7a;
    position: sticky;
    top: 0;
}
.testimonail_page .footer {
    margin-top: 0;
}

.about_page .about, .service_page .services, .blog_page .news {padding-bottom: 90px;} 

/* Homepage hero carousel: let the slide move horizontally beneath the copy. */
.slider_main {
    position: relative;
}

.slider_main > .container-fluid {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.slider_main > .container-fluid .hero_content {
    pointer-events: auto;
}

.slider_main:not(.moving_hero) .willom {
    margin-top: 0;
}

#banner1 .carousel-item {
    transition: transform .9s cubic-bezier(.22, .61, .36, 1);
}

#banner1 .carousel-indicators {
    display: flex;
    bottom: 22px;
    z-index: 4;
    margin-bottom: 0;
}

#banner1 .carousel-indicators li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .65);
}

#banner1 .carousel-indicators li.active {
    background: #ffa700;
    transform: scale(1.2);
}

/* Keep the two hero photographs gently zoomed while they drift from left to right. */
#banner1 .carousel-item img {
    width: 124%;
    animation: heroImagePan 20s linear infinite alternate !important;
    will-change: transform;
}

@keyframes heroImagePan {
    from {
        transform: translate3d(-18%, 0, 0) scale(1.08);
    }
    to {
        transform: translate3d(0, 0, 0) scale(1.08);
    }
}

/* Mobile usability layer
   Keeps the existing brand styles but gives small screens predictable spacing,
   readable type, and touch-sized controls. */
:root {
    --farm-green: #6b7908;
    --farm-ink: #24331a;
    --farm-surface: #f7f8f2;
}

body {
    background: var(--farm-surface);
    -webkit-font-smoothing: antialiased;
}

.container,
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.header-area .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.header-area .row {
    margin-left: 0;
    margin-right: 0;
}

.site-navbar {
    position: relative;
    width: 100%;
}

.site-navbar ul li a,
.nav-toggler,
.product-filters button,
.qty_btn,
.add_cart_btn,
.cart_toggle_btn,
.panel_close_btn,
.send_btn {
    -webkit-tap-highlight-color: transparent;
}

.service_toggle,
.cart_toggle_btn,
.add_cart_btn,
.main_form .send_btn {
    min-height: 48px;
}

.option_tile {
    min-height: 48px;
}

@media (max-width: 767px) {
    html {
        font-size: 15px;
    }

    body {
        padding-bottom: 0;
    }

    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .header-area {
        min-height: 68px;
        border-top-width: 6px;
        line-height: 1;
    }

    .header-area .container-fluid,
    .header-area .row {
        width: 100%;
    }

    .header-area .row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        min-height: 62px;
    }

    .header-area .row > [class*="col-"]:first-child {
        flex: 1 1 auto;
        max-width: none;
        width: auto;
        padding: 0;
    }

    .header-area .row > [class*="col-"]:nth-child(2) {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
        padding: 0;
    }

    .logo img {
        max-height: 42px;
    }

    .navbar-area {
        justify-content: flex-end;
    }

    .site-navbar {
        min-height: 56px;
        justify-content: flex-end;
    }

    .nav-toggler {
        position: relative;
        right: auto;
        width: 48px;
        height: 48px;
        border-width: 2px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-toggler span,
    .nav-toggler span:before,
    .nav-toggler span:after {
        width: 24px;
        height: 2px;
    }

    .site-navbar ul {
        position: absolute;
        top: calc(100% + 8px);
        left: auto;
        right: 0;
        width: min(300px, calc(100vw - 32px));
        border: 1px solid #e5e8da;
        border-radius: 16px;
        align-items: stretch;
        background: #fff;
        box-shadow: 0 18px 35px rgba(36, 51, 26, .16);
    }

    .site-navbar ul li {
        border-bottom: 1px solid #eef0e8;
    }

    .site-navbar ul li:last-child {
        border-bottom: 0;
    }

    .site-navbar ul li a {
        min-height: 52px;
        padding: 10px 18px;
        font-size: 15px;
        line-height: 1.2;
    }

    .site-navbar ul.open {
        max-height: 80vh;
        overflow-y: auto;
        padding-bottom: 0;
    }

    .moving_hero,
    .moving_hero picture,
    .moving_hero img,
    #banner1 .carousel-item img {
        min-height: 620px;
        height: 78svh;
    }

    .moving_hero picture,
    .moving_hero img,
    #banner1 .carousel-item img {
        width: 130%;
        max-width: none;
    }

    .contact_hero {
        margin-top: 0;
    }

    .willom {
        margin-top: 0;
        padding: 88px 0 40px;
    }

    .slider_main > .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    #banner1 .carousel-indicators {
        bottom: 16px;
    }

    #banner1 .carousel-item img {
        width: 145%;
        animation-duration: 18s !important;
    }

    .hero_content {
        padding: 28px 20px;
        border-radius: 20px;
    }

    .willom h1,
    .hero_content h1 {
        padding: 0;
        margin-bottom: 12px;
        font-size: clamp(32px, 9vw, 44px);
        line-height: 1.08;
    }

    .willom p,
    .hero_content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero_actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero_actions .read_more,
    .hero_actions .outline_btn {
        width: 100%;
        min-height: 50px;
    }

    .about,
    .services,
    .news,
    .contact {
        padding-top: 56px;
    }

    .about .titlepage {
        float: none;
    }

    .titlepage h2 {
        font-size: clamp(30px, 9vw, 40px);
    }

    p {
        font-size: 15px;
        line-height: 1.75;
    }

    .about_img {
        margin-top: 28px;
    }

    .services_box {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .services_box h3 {
        font-size: 21px;
    }

    .service_toggle {
        padding: 18px 16px;
        gap: 12px;
    }

    .service_toggle h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    .service_toggle p {
        font-size: 13px;
        line-height: 1.45;
    }

    .service_panel_inner {
        padding: 18px 16px;
    }

    .quantity_row {
        align-items: flex-start;
        flex-direction: column;
    }

    .qty_controls {
        width: 100%;
        justify-content: space-between;
    }

    .qty_btn {
        width: 44px;
        height: 44px;
    }

    .qty_input {
        height: 44px;
        flex: 1;
        max-width: 100px;
    }

    .add_cart_btn,
    .cart_actions .add_cart_btn,
    .cart_actions button {
        width: 100%;
    }

    .inquiry_cart_panel {
        border-radius: 18px;
        padding: 14px;
    }

    .main_form .form_control,
    .main_form .textarea {
        min-height: 52px;
        height: auto;
        margin-bottom: 16px;
        font-size: 16px;
        border-width: 2px;
    }

    .main_form .textarea {
        min-height: 140px;
    }

    .main_form .send_btn {
        max-width: none;
        margin: 0;
        font-size: 16px;
    }

    .product-filters {
        margin-top: 16px;
        gap: 8px;
        padding: 0 0 8px;
        margin-right: -16px;
        padding-right: 16px;
    }

    .product-filters button {
        padding: 10px 14px;
        border-radius: 999px;
        font-size: 13px;
    }

    .product-card {
        min-height: 96px;
        border-radius: 14px;
        gap: 10px;
    }

    .product-card .actions .btn {
        min-height: 44px;
        padding: 8px 12px;
    }

    .map-responsive {
        margin-top: 42px;
    }

    .footer {
        padding-top: 48px;
    }

    .copyright {
        margin-top: 42px;
    }

    ul.social_icon,
    .copyright .credit_link,
    .copyright p {
        text-align: center;
    }

    ul.social_icon li {
        margin: 0 12px;
    }
}
