﻿* {
     box-sizing: border-box;
     font-family: 'Poppins', sans-serif;
     margin: 0;
     padding: 0;
}
 html {
     scroll-behavior: smooth;
}
 body {
     background: #fef9f0;
     color: #555;
     line-height: 1.6;
}
 .main-header {
     background: #fff;
     padding: 0px 20px;
     box-shadow: 0 2px 4px rgba(0,0,0,0.1);
     position: sticky;
    /* makes header stick */
     top: 0;
     z-index: 2;
}
 nav {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
}
 .logo img {
     width: 120px;
     height: auto;
}
 .nav-links {
     list-style: none;
     display: flex;
     flex-wrap: wrap;
}
 .nav-links li {
     margin-left: 20px;
}
 .nav-links a {
     text-decoration: none;
     color: #333;
     font-weight: 600;
}
 .hero {
     background: linear-gradient(rgba(254, 249, 240, 0.85), rgba(254, 249, 240, 0.85)), url('images/hero-bg.jpg') center/cover no-repeat;
     height: 400px;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 0 20px;
     text-align: center;
}
 .hero-text h1 {
     font-size: 3rem;
     color: #555;
}
 .hero-text h1 span {
     color: #c79b29;
}
 .hero-text p {
     margin: 20px 0;
     font-size: 1.2rem;
}
 .btn-primary {
     background: #c79b29;
     color: white;
     border: none;
     padding: 12px 25px;
     font-weight: 700;
     cursor: pointer;
     border-radius: 5px;
}
 .welcome {
     text-align: center;
     padding: 40px 20px;
}
 .welcome h2 span {
     color: #c79b29;
}
 .welcome-images {
     display: flex;
     justify-content: center;
     margin: 20px 0;
     gap: 20px;
     flex-wrap: wrap;
}
 .welcome-images img {
     width: 200px;
     border-radius: 10px;
}
 .counters {
     background: #6f6440;
     color: #fff;
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
     padding: 30px 20px;
     text-align: center;
}
 .counter h3 {
     font-size: 2.5rem;
     margin-bottom: 5px;
}
 .store {
     padding: 40px 20px;
     text-align: center;
}
 .store h2 span {
     color: #c79b29;
}
 .product-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
     gap: 20px;
     margin-top: 30px;
}
 .product-card {
     background: white;
     border-radius: 10px;
     padding: 15px;
     box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
 .product-card img {
     width: 100%;
     border-radius: 10px;
}
 .product-card h4 {
     margin: 10px 0 5px;
}
 .price {
     color: #c79b29;
     font-weight: 700;
}
 .btn-secondary {
     background: #c79b29;
     color: white;
     border: none;
     padding: 8px 15px;
     font-weight: 700;
     cursor: pointer;
     border-radius: 5px;
     margin-top: 10px;
}
 .gallery {
     padding: 0px 20px;
     text-align: center;
}
 .gallery h2 span {
     color: #c79b29;
}
 .gallery-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
     gap: 15px;
     margin-top: 30px;
}
 .gallery-grid img {
     width: 100%;
     border-radius: 10px;
     height: 120px;
     object-fit: cover;
}
 footer {
     background: #2d2a27;
     color: white;
     padding: 30px 40px;
}
 .footer-content {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}
 .about img {
     width: 120px;
     margin-bottom: 15px;
}
 .useful-links, .contact-info {
     flex: 1;
     min-width: 200px;
     margin-left: 40px;
}
 .useful-links h4, .contact-info h4 {
     margin-bottom: 15px;
}
 .useful-links ul {
     list-style: none;
}
 .useful-links ul li {
     margin-bottom: 10px;
}
/* --- KS Section Styles --- */
 .ks_background {
     min-height: 100vh;
     padding: 0 0 1px;
     position: relative;
     background: #ffffff center 0;
     background-size: cover;
}
 .ks_bg-shape {
     margin: 0 auto;
     padding: 12px 0 21px;
     background: #ffffff;
     position: relative;
}
 .ks_l-constrained-5 {
     margin: 0 auto;
     position: relative;
     width: 100%;
     max-width: 1310px;
     padding: 0 20px;
}
 .ks_vector-smart-object {
     float: left;
     margin: 0 0 0 -2px;
}
 .ks_icon {
     float: right;
     margin: 13px 70px 0 0;
     padding: 10px 0;
     width: 35px;
     border-radius: 50%;
     background: #d9af3d;
}
 .ks_text-2 {
     display: block;
     margin: 0 auto;
}
 .ks_text {
     float: right;
     margin: 25px 40px 0 0;
}
 .ks_image-here {
     margin: 0 auto;
     padding: 245px 0 191px;
     width: 100%;
     background: url(images/image_bg_shape_11.jpg) no-repeat center top;
     background-size: cover;
     height: 70px;
}
 .ks_group-4 {
     margin: 0 auto;
     position: relative;
     width: 100%;
     max-width: 1310px;
     padding: 0 20px;
}
 .ks_text-3, .ks_text-4 {
     display: block;
     position: relative;
     margin-left: 10px;
}
 .ks_text-4 {
     margin-top: 10px;
}
 .ks_text-5 {
     margin: 27px 0 0;
     width: 100%;
     max-width: 540px;
     color: #ffffff;
     font-family: 'Bricolage Grotesque', sans-serif;
     font-size: 96.33737%;
     font-weight: 300;
     line-height: 1.2;
     margin-left: 10px;
}
 @media (max-width: 480px) {
     .ks_text-5 {
         font-size: 78.5%;
        /* ~14px */
         margin-top: -25px;
         text-align: left;
         padding: 0 0;
    }
     .ks_text-9999 {
         margin-top: 62px;
    }
}
 .ks_shape-holder {
     margin: 46px 0 0;
     min-height: 46px;
     padding: 0 22px;
     width: 153px;
     border-radius: 10px;
     background: #d9af3d;
     color: #000000;
     font-size: 88.76181%;
     font-weight: 600;
     line-height: 46px;
     text-align: center;
     text-transform: uppercase;
}
 .ks_col {
     margin: 0 auto;
     min-height: 100vh;
     padding: 79px 0;
     position: relative;
     background: #f2eedc;
}
 .ks_l-constrained {
     margin: 0 auto;
     position: relative;
     width: 100%;
     max-width: 1310px;
     padding: 0 20px;
}
 .ks_text-7 {
     display: block;
     margin: 0 auto;
}
 .ks_text-8 {
     display: table;
     margin: 38px auto 0;
     font-size: 93.75%;
     line-height: 166.67%;
     text-align: center;
}
 .ks_row-8 {
     margin: 45px auto 0;
     position: relative;
     text-align: center;
}
 .ks_row-8 > * {
     display: inline-block;
     vertical-align: top;
     margin: 0 30px 0 0;
}
 .ks_row-8 > *:last-child {
     margin-right: 0 !important;
}
 .ks_shape, .ks_shape-2, .ks_shape-3 {
     width: 370px;
}
 .ks_shape-copy-2-holder {
     display: table;
     margin: 55px auto 0;
     min-height: 46px;
     padding: 0 32px;
     border-radius: 10px;
     background: #d9af3d;
     color: #000000;
     font-size: 88.76%;
     font-weight: 600;
     line-height: 46px;
     text-align: center;
     text-transform: uppercase;
}
 .ks_image {
     margin: 10px auto 0;
     padding: 15px 0 170px;
     background: #504b3a;
     position: relative;
}
 .ks_l-constrained-6 {
     margin: 0 auto;
     padding: 0 20px;
     width: 100%;
     max-width: 1310px;
}
 .ks_cases-completed, .ks_success-mission, .ks_work-done {
     float: left;
     position: relative;
     width: 94px;
     text-align: center;
}
 .ks_success-mission {
     margin-left: 40px;
     width: 171px;
}
 .ks_work-done {
     margin-left: 40px;
     width: 155px;
}
 .ks_icon-2, .ks_icon-3, .ks_icon-4 {
     margin: 0 auto;
     padding: 21px 0;
     width: 70px;
     border-radius: 50%;
}
 .ks_icon-2, .ks_icon-4 {
     border: 1px solid #ffffff;
}
 .ks_icon-3 {
     background: #d9af3d;
}
 .ks_text-11, .ks_text-13, .ks_text-14 {
     display: block;
     margin: 0 auto;
}
 .ks_text-12, .ks_text-15 {
     margin: 21px auto 0;
     position: relative;
}
 .ks_countries {
     display: block;
     margin: 15px auto 0;
}
 .ks_text-16 {
     margin: 18px 0 0;
     color: #ffffff;
     font-family: Montserrat, sans-serif;
     font-size: 150.25%;
     font-weight: 700;
     text-align: center;
}
 .ks_text-17 {
     margin: 3px 0 0;
     color: #ffffff;
     font-family: Montserrat, sans-serif;
     font-size: 106.25%;
     font-weight: 600;
     text-align: center;
}
 .ks_text-18, .ks_text-22, .ks_text-26, .ks_text-29, .ks_text-32 {
     display: block;
     margin: 0 auto;
}
 .ks_text-19, .ks_text-23 {
     margin: 15px auto 0;
     position: relative;
}
 .ks_text-20, .ks_text-24 {
     color: #ffffff;
     font-family: Montserrat, sans-serif;
     font-size: 168.75%;
     font-weight: 600;
     text-align: center;
}
 .ks_text-21, .ks_text-25, .ks_text-30, .ks_text-33, .ks_text-34, .ks_text-31 {
     display: block;
     margin: 2px auto 0;
     position: relative;
}
 .ks_satisfied-custoers {
     position: relative;
     width: 160px;
     margin: 1px auto 0;
     text-align: center;
}
 .ks_icon-5 {
     margin: 0 auto;
     padding: 23px 0;
     width: 70px;
     border: 1px solid #ffffff;
     border-radius: 50%;
}
 .ks_l-constrained-2 {
     margin: 0px auto 0;
     position: relative;
     width: 100%;
     max-width: 1310px;
     padding: 0 20px;
}
 .ks_row {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 24px;
     margin: 0px auto 0;
     max-width: 1273px;
}
 .ks_group-7, .ks_group-7-copy {
     max-height: 410px;
     margin: 10px;
     width: 250px;
     border-radius: 28px;
     background: #ffffff;
     padding: 20px;
     box-sizing: border-box;
}
 .ks_layer-2, .ks_layer-2-2 {
     display: block;
     margin: 0 auto;
}
 .ks_row-9, .ks_row-10 {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin: 28px auto 0;
     max-width: 261px;
}
 .ks_text-27, .ks_col-25, .ks_col-10 {
     width: 100%;
     max-width: 200px;
     position: relative;
}
 .ks_text-28 {
     margin: 14px 0 0 48px;
}
 .ks_shape-1 {
     margin: 18px 0 0 4px;
}
 .ks_row-27 {
     margin: 2px auto 0;
     position: relative;
     max-width: 260px;
}
 .ks_rectangle-633-holder {
     margin: 10px 3px 0;
     padding: 0px 0;
     width: 150px;
     border-radius: 4px;
     background: #d9af3c;
     float: right;
}
 .ks_col-28 {
     margin: 14px 0 0;
     width: 97px;
     float: right;
}
/* Base styles */
 .ks_row-30, .ks_row-31, .ks_row-32, .ks_row-33 {
     margin-left: 2rem;
     position: relative;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
}
 .ks_text-35, .ks_text-40, .ks_text-45, .ks_text-55, .ks_shape-1-2, .ks_shape-1-3, .ks_shape-1-4, .ks_shape-1-6 {
     margin-right: 0.25rem;
     margin-top: 0.25rem;
}
 .ks_rectangle-633-holder-2, .ks_rectangle-633-holder-3, .ks_rectangle-633-holder-4, .ks_rectangle-633-holder-5, .ks_rectangle-633-holder-6, .ks_rectangle-633-holder-7 {
     margin-top: 1rem;
     padding: 0.5rem 0;
     border-radius: 4px;
     background: #d9af3c;
     text-align: center;
}
 .ks_group-7-copy-2, .ks_group-7-copy-3, .ks_group-7-copy-4, .ks_group-7-copy-4-2, .ks_group-7-copy-5 {
     margin: 0.5rem;
     padding: 1rem;
     border-radius: 28px;
     background: #fff;
     width: 100%;
     max-width: 250px;
     max-height: 410px;
     box-sizing: border-box;
}
 .ks_layer-2-3, .ks_layer-2-4, .ks_layer-2-5, .ks_layer-2-6, .ks_layer-2-7, .ks_text-36, .ks_text-41, .ks_text-46, .ks_text-51, .ks_text-56 {
     display: block;
     margin: 0 auto;
     text-align: center;
}
 .ks_row-11, .ks_row-12, .ks_row-13, .ks_row-14, .ks_row-17 {
     margin-top: 2rem;
     width: 100%;
     max-width: 261px;
     margin-left: auto;
     margin-right: auto;
}
 .ks_col-11, .ks_col-12, .ks_col-14, .ks_col-26, .ks_col-27, .ks_col-30, .ks_col-31 {
     flex: 1 1 45%;
     margin-top: 1rem;
}
 .ks_text-37, .ks_text-38, .ks_text-39, .ks_text-42, .ks_text-43, .ks_text-44, .ks_text-49, .ks_text-50, .ks_text-52, .ks_text-53, .ks_text-54, .ks_text-59, .ks_text-60 {
     margin-top: 0.5rem;
     display: block;
}
 .ks_row-7, .ks_row-24 {
     margin-top: 6rem;
     display: flex;
     flex-wrap: wrap;
     gap: 1rem;
     justify-content: center;
}
 .ks_col-23 {
     flex: 1 1 100%;
}
 .ks_row-23 {
     width: 100%;
}
 .ks_text-61 {
     display: block;
     margin: 0 auto;
}
 .ks_group-7-copy-5-2 {
     float: right;
     min-height: 398px;
    /* padding: 36px 0 20px;
    */
     margin: 10px;
     position: relative;
     width: 300px;
     -webkit-border-radius: 28px;
     -moz-border-radius: 28px;
     border-radius: 28px;
     background: #ffffff;
}
 .ks_layer-2-8 {
     display: block;
     margin: 0 auto;
}
 .ks_row-18 {
     margin: 28px auto 0;
     position: relative;
     width: 261px;
}
 .ks_col-18 {
     float: left;
     position: relative;
     width: 152px;
}
 .ks_text-62 {
     display: block;
     position: relative;
}
 .ks_text-63 {
     display: block;
     margin: 5px 0 0;
     position: relative;
}
 .ks_text-64 {
     display: block;
     margin: 12px 0 0;
     position: relative;
}
 .ks_col-32 {
     float: right;
     margin: 14px 0 0;
     position: relative;
     width: 97px;
}
 .ks_row-34 {
     margin: 0 0 0 36px;
     position: relative;
}
 .ks_text-65 {
     float: left;
     margin: 0 4px 0 0;
}
 .ks_shape-1-8 {
     float: left;
     margin: 4px 0 0;
}
 .ks_rectangle-633-holder-8 {
     margin: 18px 0 0;
     padding: 7px 0;
     position: relative;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     background: #d9af3c;
}
 .ks_text-66 {
     display: block;
     margin: 0 auto;
}
 .ks_col-24 {
     float: right;
     position: relative;
     width: 624px;
}
 .ks_row-25 {
     position: relative;
}
 .ks_group-7-copy-4-3 {
     float: left;
     min-height: 398px;
    /* padding: 36px 0 20px;
    */
     margin: 10px;
     position: relative;
     width: 300px;
     -webkit-border-radius: 28px;
     -moz-border-radius: 28px;
     border-radius: 28px;
     background: #ffffff;
}
 .ks_layer-2-9 {
     display: block;
     margin: 0 auto;
}
 .ks_row-15 {
     margin: 28px auto 0;
     position: relative;
     width: 261px;
}
 .ks_col-15 {
     float: left;
     position: relative;
     width: 152px;
}
 .ks_text-67 {
     display: block;
     position: relative;
}
 .ks_text-68 {
     display: block;
     margin: 5px 0 0;
     position: relative;
}
 .ks_text-69 {
     display: block;
     margin: 12px 0 0;
     position: relative;
}
 .ks_col-33 {
     float: right;
     margin: 14px 0 0;
     position: relative;
     width: 97px;
}
 .ks_row-35 {
     margin: 0 0 0 36px;
     position: relative;
}
 .ks_text-70 {
     float: left;
     margin: 0 4px 0 0;
}
 .ks_shape-1-9 {
     float: left;
     margin: 4px 0 0;
}
 .ks_rectangle-633-holder-9 {
     margin: 18px 0 0;
     padding: 7px 0;
     position: relative;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     background: #d9af3c;
}
 .ks_text-71 {
     display: block;
     margin: 0 auto;
}
 .ks_group-7-copy-4-4 {
     float: right;
     min-height: 398px;
    /* padding: 36px 0 20px;
    */
     margin: 10px;
     position: relative;
     width: 200px;
     -webkit-border-radius: 28px;
     -moz-border-radius: 28px;
     border-radius: 28px;
     background: #ffffff;
}
 .ks_layer-2-10 {
     display: block;
     margin: 0 auto;
}
 .ks_row-16 {
     margin: 28px auto 0;
     position: relative;
     width: 261px;
}
 .ks_col-16 {
     float: left;
     position: relative;
     width: 152px;
}
 .ks_text-72 {
     display: block;
     position: relative;
}
 .ks_text-73 {
     display: block;
     margin: 5px 0 0;
     position: relative;
}
 .ks_text-74 {
     display: block;
     margin: 12px 0 0;
     position: relative;
}
 .ks_col-34 {
     float: right;
     margin: 14px 0 0;
     position: relative;
     width: 97px;
}
 .ks_row-36 {
     margin: 0 0 0 36px;
     position: relative;
}
 .ks_text-75 {
     float: left;
     margin: 0 4px 0 0;
}
 .ks_shape-1-10 {
     float: left;
     margin: 4px 0 0;
}
 .ks_rectangle-633-holder-10 {
     margin: 18px 0 0;
     padding: 7px 0;
     position: relative;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     background: #d9af3c;
}
 .ks_text-76 {
     display: block;
     margin: 0 auto;
}
 .ks_row-26 {
     margin: 95px 0 0;
     position: relative;
}
 .ks_group-7-copy-5-3 {
     float: left;
     min-height: 398px;
    /* padding: 36px 0 20px;
    */
     margin: 10px;
     position: relative;
     width: 300px;
     -webkit-border-radius: 28px;
     -moz-border-radius: 28px;
     border-radius: 28px;
     background: #ffffff;
}
 .ks_layer-2-11 {
     display: block;
     margin: 0 auto;
}
 .ks_row-19 {
     margin: 28px auto 0;
     position: relative;
     width: 261px;
}
 .ks_col-19 {
     float: left;
     position: relative;
     width: 152px;
}
 .ks_text-77 {
     display: block;
     position: relative;
}
 .ks_text-78 {
     display: block;
     margin: 5px 0 0;
     position: relative;
}
 .ks_text-79 {
     display: block;
     margin: 12px 0 0;
     position: relative;
}
 .ks_col-35 {
     float: right;
     margin: 14px 0 0;
     position: relative;
     width: 97px;
}
 .ks_row-37 {
     margin: 0 0 0 36px;
     position: relative;
}
 .ks_text-80 {
     float: left;
     margin: 0 4px 0 0;
}
 .ks_shape-1-11 {
     float: left;
     margin: 4px 0 0;
}
 .ks_rectangle-633-holder-11 {
     margin: 18px 0 0;
     padding: 7px 0;
     position: relative;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     background: #d9af3c;
}
 .ks_text-81 {
     display: block;
     margin: 0 auto;
}
 .ks_group-7-copy-5-4 {
     float: right;
     min-height: 398px;
    /* padding: 36px 0 20px;
    */
     margin: 10px;
     position: relative;
     width: 300px;
     -webkit-border-radius: 28px;
     -moz-border-radius: 28px;
     border-radius: 28px;
     background: #ffffff;
}
 .ks_layer-2-12 {
     display: block;
     margin: 0 auto;
}
 .ks_row-20 {
     margin: 28px auto 0;
     position: relative;
     width: 261px;
}
 .ks_col-20 {
     float: left;
     position: relative;
     width: 152px;
}
 .ks_text-82 {
     display: block;
     position: relative;
}
 .ks_text-83 {
     display: block;
     margin: 5px 0 0;
     position: relative;
}
 .ks_text-84 {
     display: block;
     margin: 12px 0 0;
     position: relative;
}
 .ks_col-36 {
     float: right;
     margin: 14px 0 0;
     position: relative;
     width: 97px;
}
 .ks_row-38 {
     margin: 0 0 0 36px;
     position: relative;
}
 .ks_text-85 {
     float: left;
     margin: 0 4px 0 0;
}
 .ks_shape-1-12 {
     float: left;
     margin: 4px 0 0;
}
 .ks_rectangle-633-holder-12 {
     margin: 18px 0 0;
     padding: 7px 0;
     position: relative;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     background: #d9af3c;
}
 .ks_text-86 {
     display: block;
     margin: 0 auto;
}
 .ks_our-gallery-area {
     position: relative;
     width: 1310px;
     overflow: auto;
}
/*.open-btn {
    display:none;
}*/

.ks_section-title {
    display: table;
    margin: 0 auto;
    position: relative;
}
 .ks_text-87 {
     display: block;
     margin: 20px auto;
}
 .ks_text-88 {
     margin: 27px auto 0;
     font-size: 93.75%;
    /* 15px / 16px = 93.75% */
     line-height: 166.66667%;
    /* 25px / 15px = 166.66667% */
     text-align: center;
}
 .ks_nave-menu {
     margin: 50px auto 0;
     position: relative;
     right: 12px;
     width: 644px;
}
 .ks_text-90 {
     position: relative;
}
 .ks_text-91 {
     float: left;
     color: #333333;
     font-size: 87.5%;
    /* 14px / 16px = 87.5% */
     font-weight: 600;
     text-align: center;
     text-decoration: line-through;
}
 .ks_text-92 {
     float: left;
     margin: 0 0 0 45px;
     color: #333333;
     font-size: 87.5%;
    /* 14px / 16px = 87.5% */
     font-weight: 600;
     text-align: center;
}
 .ks_text-93 {
     float: left;
     margin: 0 0 0 48px;
     color: #333333;
     font-size: 87.5%;
    /* 14px / 16px = 87.5% */
     font-weight: 600;
     text-align: center;
}
 .ks_planting {
     float: left;
     margin: 0 0 0 63px;
     color: #333333;
     font-size: 87.5%;
    /* 14px / 16px = 87.5% */
     font-weight: 600;
     text-align: center;
}
 .ks_text-94 {
     float: left;
     margin: 0 0 0 37px;
     color: #333333;
     font-size: 87.5%;
    /* 14px / 16px = 87.5% */
     font-weight: 600;
     text-align: center;
}
 .ks_all-image {
     margin: 51px -50px 0;
     position: relative;
}
 .ks_col-21 {
     float: left;
     margin: 0 30px 0 0;
     position: relative;
     width: 570px;
}
 .ks_image-bg-shape {
     display: block;
     width: 570px;
}
 .ks_row-21 {
     margin: 30px 0 0;
     position: relative;
}
 .ks_image-bg-shape-2 {
     float: left;
     margin: 0 30px 0 0;
     width: 270px;
}
 .ks_image-bg-shape-3 {
     float: left;
     width: 270px;
}
 .ks_col-22 {
     float: left;
     position: relative;
     width: 570px;
}
 .ks_row-22 {
     position: relative;
}
 .ks_image-bg-shape-4 {
     float: left;
     margin: 0 30px 30px 0;
     width: 270px;
}
 .ks_image-bg-shape-5 {
     float: left;
     width: 270px;
}
 .ks_image-bg-shape-6 {
     display: block;
     margin: 30px 0 0;
     width: 570px;
}
 .ks_image-here-2 {
     margin: 10px auto 0;
     padding: 10px 0;
     position: relative;
     background: #504b3a;
     width:100%;
}
 .ks_l-constrained-4 {
     margin: 0 auto;
     position: relative;
     width: 1310px;
}
 .ks_image-bg-shape-7 {
     height: 90px;
     margin: 0 auto;
     width: 90px;
     border: 3px solid #dddddd;
    /*stroke*/
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #ffffff;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
    /*Will not allow bg color to leak outside borders*/
}
 .ks_name {
     display: table;
     margin: 18px auto 0;
     position: relative;
}
 .ks_text-95 {
     color: #ffffff;
     font-family: Montserrat, sans-serif;
     font-size: 100%;
    /* 16px / 16px = 100% */
     font-weight: 600;
     text-align: center;
}
 .ks_ceo {
     margin: 8px 0 0;
     color: #ffffff;
     font-size: 100%;
    /* 16px / 16px = 100% */
     text-align: center;
}
 .ks_text-96 {
     display: table;
     margin: 11px auto 0;
     color: #ffffff;
     font-size: 87.5%;
    /* 14px / 16px = 87.5% */
     line-height: 171.42857%;
    /* 24px / 14px = 171.42857% */
     text-align: center;
}
 .ks_next-prv {
     margin: 34px auto 0;
     position: relative;
     text-align: center;
}
 .ks_next-prv > * {
     margin: 0 10px 0 0;
}
 .ks_next-prv > *:last-child {
     margin-right: 0 !important;
}
 .ks_shape-1-13 {
     height: 15px;
     width: 15px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #ffffff;
     margin-top: 3px !important;
}
 .ks_shape-2-2 {
     height: 20px;
     width: 20px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #d9af3c;
}
 .ks_shape-3-2 {
     height: 15px;
     width: 15px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #ffffff;
     margin-top: 3px !important;
}
 .ks_next-prv > * {
     display: inline-block;
     vertical-align: top;
}
 .ks_our-service-area {
     margin: 82px auto 0;
     position: relative;
     width: 1310px;
}
 .ks_section-title-2 {
     display: table;
     margin: 0 auto;
     position: relative;
}
 .ks_faq-s {
     display: block;
     margin: 0 auto;
}
 .ks_text-98 {
     margin: 33px auto 0;
     font-size: 93.75%;
    /* 15px / 16px = 93.75% */
     line-height: 166.66667%;
    /* 25px / 15px = 166.66667% */
     text-align: center;
}
 .ks_all-service {
     display: table;
     margin: 52px auto 0;
     position: relative;
}
 .ks_row-2 {
     position: relative;
     width: 1170px;
}
 .ks_row-2 > * {
     float: left;
     margin: 0 30px 0 0;
}
 .ks_row-2 > *:last-child {
     margin-right: 0 !important;
}
 .ks_licensed-bonded {
     min-height: 174px;
     padding: 33px 10px 30px 15px;
     position: relative;
     width: 370px;
     background: #f9f9f9;
}
 .ks_icon-6 {
     float: left;
     margin: 24px 14px 0 0;
     padding: 14px 0;
     position: relative;
     width: 60px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #d9af3c;
}
 .ks_text-100 {
     display: block;
     margin: 0 auto;
}
 .ks_text-101 {
     float: left;
     position: relative;
     width: 271px;
}
 .ks_text-102 {
     font-family: Montserrat, sans-serif;
     font-size: 112.5%;
    /* 18px / 16px = 112.5% */
     font-weight: 600;
     text-transform: uppercase;
}
 .ks_shape-4 {
     height: 1px;
     margin: 11px 0 0;
     position: relative;
     width: 260px;
     border-top: 1px dotted #73b21a;
    /*stroke*/
     background: #ffffff;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
    /*Will not allow bg color to leak outside borders*/
}
 .ks_text-103 {
     margin: 9px 0 0;
     width: 271px;
     font-size: 87.49994%;
    /* 14px / 16px = 87.5% */
     line-height: 171.42857%;
    /* 24px / 14px = 171.42857% */
}
 .ks_excellent-service {
     min-height: 174px;
     padding: 33px 10px 30px 15px;
     position: relative;
     width: 370px;
     background: #d9af3c;
     -webkit-box-shadow: 0 0 13.3px 0.7px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 0 13.3px 0.7px rgba(0, 0, 0, 0.25);
     box-shadow: 0 0 13.3px 0.7px rgba(0, 0, 0, 0.25);
    /*drop shadow*/
}
 .ks_icon-7 {
     float: left;
     margin: 24px 14px 0 0;
     padding: 14px 0;
     position: relative;
     width: 60px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #d9af3c;
}
 .ks_text-104 {
     display: block;
     margin: 0 auto;
}
 .ks_text-105 {
     float: left;
     position: relative;
     width: 271px;
}
 .ks_text-106 {
     color: #ffffff;
     font-family: Montserrat, sans-serif;
     font-size: 112.5%;
    /* 18px / 16px = 112.5% */
     font-weight: 600;
     text-transform: uppercase;
}
 .ks_shape-5 {
     height: 1px;
     margin: 11px 0 0;
     position: relative;
     width: 260px;
     border-top: 1px dotted #73b21a;
    /*stroke*/
     background: #ffffff;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
    /*Will not allow bg color to leak outside borders*/
}
 .ks_text-107 {
     margin: 9px 0 0;
     width: 271px;
     color: #ffffff;
     font-size: 87.49994%;
    /* 14px / 16px = 87.5% */
     line-height: 171.42857%;
    /* 24px / 14px = 171.42857% */
}
 .ks_water-gardening {
     min-height: 174px;
     padding: 32px 10px 30px 15px;
     position: relative;
     width: 370px;
     background: #f9f9f9;
}
 .ks_icon-8 {
     float: left;
     margin: 25px 14px 0 0;
     padding: 14px 0;
     position: relative;
     width: 60px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #d9af3c;
}
 .ks_text-108 {
     display: block;
     margin: 0 auto;
}
 .ks_text-109 {
     float: left;
     position: relative;
     width: 271px;
}
 .ks_text-110 {
     font-family: Montserrat, sans-serif;
     font-size: 112.5%;
    /* 18px / 16px = 112.5% */
     font-weight: 600;
     text-transform: uppercase;
}
 .ks_shape-6 {
     height: 1px;
     margin: 11px 0 0;
     position: relative;
     width: 260px;
     border-top: 1px dotted #73b21a;
    /*stroke*/
     background: #ffffff;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
    /*Will not allow bg color to leak outside borders*/
}
 .ks_text-111 {
     margin: 9px 0 0;
     width: 271px;
     font-size: 87.49994%;
    /* 14px / 16px = 87.5% */
     line-height: 171.42857%;
    /* 24px / 14px = 171.42857% */
}
 .ks_row-3 {
     margin: 30px 0 0;
     position: relative;
     width: 1170px;
}
 .ks_row-3 > * {
     float: left;
     margin: 0 30px 0 0;
}
 .ks_row-3 > *:last-child {
     margin-right: 0 !important;
}
 .ks_garden-decoration {
     min-height: 174px;
     padding: 32px 10px 30px 15px;
     position: relative;
     width: 370px;
     background: #f9f9f9;
}
 .ks_icon-9 {
     float: left;
     margin: 25px 14px 0 0;
     padding: 14px 0;
     position: relative;
     width: 60px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #d9af3c;
}
 .ks_text-112 {
     display: block;
     margin: 0 auto;
}
 .ks_text-113 {
     float: left;
     position: relative;
     width: 271px;
}
 .ks_text-114 {
     margin: 0 0 0 1px;
     font-family: Montserrat, sans-serif;
     font-size: 112.5%;
    /* 18px / 16px = 112.5% */
     font-weight: 600;
     text-transform: uppercase;
}
 .ks_shape-7 {
     height: 1px;
     margin: 11px 0 0 1px;
     position: relative;
     width: 260px;
     border-top: 1px dotted #73b21a;
    /*stroke*/
     background: #ffffff;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
    /*Will not allow bg color to leak outside borders*/
}
 .ks_text-115 {
     margin: 9px 0 0;
     width: 271px;
     font-size: 87.49994%;
    /* 14px / 16px = 87.5% */
     line-height: 171.42857%;
    /* 24px / 14px = 171.42857% */
}
 .ks_license {
     min-height: 174px;
     padding: 33px 10px 30px 15px;
     position: relative;
     width: 370px;
     background: #f9f9f9;
}
 .ks_icon-10 {
     float: left;
     margin: 24px 14px 0 0;
     padding: 14px 0;
     position: relative;
     width: 60px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #d9af3c;
}
 .ks_text-116 {
     display: block;
     margin: 0 auto;
}
 .ks_text-117 {
     float: left;
     position: relative;
     width: 271px;
}
 .ks_text-118 {
     font-family: Montserrat, sans-serif;
     font-size: 112.5%;
    /* 18px / 16px = 112.5% */
     font-weight: 600;
     text-transform: uppercase;
}
 .ks_shape-8 {
     height: 1px;
     margin: 11px 0 0;
     position: relative;
     width: 260px;
     border-top: 1px dotted #73b21a;
    /*stroke*/
     background: #ffffff;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
    /*Will not allow bg color to leak outside borders*/
}
 .ks_text-119 {
     margin: 9px 0 0;
     width: 271px;
     font-size: 87.49994%;
    /* 14px / 16px = 87.5% */
     line-height: 171.42857%;
    /* 24px / 14px = 171.42857% */
}
 .ks_group-2 {
     min-height: 174px;
     padding: 33px 10px 30px 15px;
     position: relative;
     width: 370px;
     background: #f9f9f9;
}
 .ks_icon-11 {
     float: left;
     margin: 24px 14px 0 0;
     padding: 14px 0;
     position: relative;
     width: 60px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #d9af3c;
}
 .ks_text-120 {
     display: block;
     margin: 0 auto;
}
 .ks_text-121 {
     float: left;
     position: relative;
     width: 271px;
}
 .ks_text-122 {
     font-family: Montserrat, sans-serif;
     font-size: 112.5%;
    /* 18px / 16px = 112.5% */
     font-weight: 600;
     text-transform: uppercase;
}
 .ks_shape-9 {
     height: 1px;
     margin: 11px 0 0;
     position: relative;
     width: 260px;
     border-top: 1px dotted #73b21a;
    /*stroke*/
     background: #ffffff;
     -moz-background-clip: padding;
     -webkit-background-clip: padding-box;
     background-clip: padding-box;
    /*Will not allow bg color to leak outside borders*/
}
 .ks_text-123 {
     margin: 9px 0 0;
     width: 271px;
     font-size: 87.49994%;
    /* 14px / 16px = 87.5% */
     line-height: 171.42857%;
    /* 24px / 14px = 171.42857% */
}
 .ks_bg-shape-2 {
     margin: 20px auto 0;
     padding: 0px 0 44px;
     position: relative;
     background: #151515;
}
 .ks_l-constrained-3 {
     margin: 0 auto;
     position: relative;
     width: 1310px;
}
 .ks_row-6 {
     margin: 0 auto;
     position: relative;
     width: 1177px;
}
 .ks_col-6 {
     float: left;
     position: relative;
     width: 370px;
}
 .ks_vector-smart-object-copy {
     display: block;
     margin: 0 0 0 4px;
     position: relative;
}
 .ks_text-124 {
     margin: 14px 0 0;
     position: relative;
     color: #dddddd;
     font-size: 93.75%;
    /* 15px / 16px = 93.75% */
     line-height: 173.33333%;
    /* 26px / 15px = 173.33333% */
}
 .ks_shape-10 {
     height: 1px;
     margin: 33px 0 0;
     position: relative;
     width: 366px;
     background: #444444;
}
 .ks_socail-icon {
     margin: 10px 0 0;
     position: relative;
}
 .ks_socail-icon > * {
     float: left;
     margin: 0 19.46px 0 0;
}
 .ks_socail-icon > *:last-child {
     margin-right: 0 !important;
}
 .ks_text-127 {
     margin-top: 1px !important;
}
 .ks_links {
     float: left;
     margin: 22px 0 0 182px;
     position: relative;
     width: 155px;
}
 .ks_title {
     position: relative;
     color: #dddddd;
     font-family: Montserrat, sans-serif;
     font-size: 150%;
    /* 24px / 16px = 150% */
     font-weight: 500;
     text-align: center;
}
 .ks_home {
     margin: 34px 4px 0;
     position: relative;
}
 .ks_shape-11 {
     float: left;
     height: 5px;
     margin: 5px 10px 0 0;
     width: 5px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #dddddd;
}
 .ks_home-2 {
     color: #dddddd;
     font-size: 93.75%;
    /* 15px / 16px = 93.75% */
     font-weight: 600;
}
 .ks_service {
     margin: 18px 4px 0;
     position: relative;
}
 .ks_shape-12 {
     float: left;
     height: 5px;
     margin: 8px 9px 0 0;
     width: 5px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #d9af3c;
}
 .ks_service-2 {
     color: #dddddd;
     font-size: 93.75%;
    /* 15px / 16px = 93.75% */
     font-weight: 600;
}
 .ks_team {
     margin: 19px 4px 0;
     position: relative;
}
 .ks_shape-13 {
     float: left;
     height: 5px;
     margin: 5px 9px 0 0;
     width: 5px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #dddddd;
}
 .ks_text-131 {
     color: #dddddd;
     font-size: 87.5%;
    /* 14px / 16px = 87.5% */
     font-weight: 600;
}
 .ks_project {
     margin: 19px 4px 0;
     position: relative;
}
 .ks_shape-14 {
     float: left;
     height: 5px;
     margin: 7px 10px 0 0;
     width: 5px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #dddddd;
}
 .ks_project-2 {
     color: #dddddd;
     font-size: 93.75%;
    /* 15px / 16px = 93.75% */
     font-weight: 600;
}
 .ks_blog {
     margin: 22px 4px 0;
     position: relative;
}
 .ks_shape-15 {
     float: left;
     height: 5px;
     margin: 7px 10px 0 0;
     width: 5px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #dddddd;
}
 .ks_text-132 {
     color: #dddddd;
     font-size: 93.75%;
    /* 15px / 16px = 93.75% */
     font-weight: 600;
}
 .ks_contact {
     margin: 18px 4px 0;
     position: relative;
}
 .ks_shape-16 {
     float: left;
     height: 5px;
     margin: 6px 9px 0 0;
     width: 5px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background: #dddddd;
}
 .ks_contact-2 {
     color: #dddddd;
     font-size: 93.75%;
    /* 15px / 16px = 93.75% */
     font-weight: 600;
}
 .ks_recent-post {
     float: left;
     margin: 22px 0 0 208px;
     position: relative;
     width: 262px;
}
 .ks_title-2 {
     position: relative;
     color: #dddddd;
     font-family: Montserrat, sans-serif;
     font-size: 150%;
    /* 24px / 16px = 150% */
     font-weight: 500;
}
 .ks_post-1 {
     margin: 34px 0 0 1px;
     position: relative;
}
 .ks_image-shape {
     float: left;
     margin: 0 19px 0 0;
     width: 80px;
}
 .ks_text-134 {
     float: left;
     position: relative;
     width: 162px;
}
 .ks_text-135 {
     color: #dddddd;
     font-family: Montserrat, sans-serif;
     font-size: 100%;
    /* 16px / 16px = 100% */
     line-height: 162.5%;
    /* 26px / 16px = 162.5% */
}
 .ks_text-136 {
     margin: 6px 0 0;
     color: #979797;
     font-size: 81.25%;
    /* 13px / 16px = 81.25% */
     font-weight: 600;
}
 .ks_post-2 {
     margin: 20px 0 0 1px;
     position: relative;
}
 .ks_image-shape-2 {
     float: left;
     margin: 0 19px 0 0;
     width: 80px;
}
 .ks_text-137 {
     float: left;
     position: relative;
     width: 162px;
}
 .ks_text-138 {
     color: #dddddd;
     font-family: Montserrat, sans-serif;
     font-size: 100%;
    /* 16px / 16px = 100% */
     line-height: 162.5%;
    /* 26px / 16px = 162.5% */
}
 .ks_text-139 {
     margin: 6px 0 0;
     color: #979797;
     font-size: 81.25%;
    /* 13px / 16px = 81.25% */
     font-weight: 600;
}
 .ks_footer-bottom {
     display: table;
     margin: 90px auto 0;
     position: relative;
}
 .ks_shape-17 {
     height: 1px;
     width: 1170px;
     background: #444444;
}
 .ks_row-4 {
     margin: 44px 0 0;
     position: relative;
     width: 1171px;
}
 .ks_text-140 {
     float: left;
     width: 226px;
     color: #dddddd;
     font-size: 87.5%;
    /* 14px / 16px = 87.5% */
}
 .ks_nav {
     float: right;
     margin: 1px 0 0;
     position: relative;
     width: 251px;
}
 .ks_nav-list {
     position: relative;
     list-style: none;
}
 .nav-list li {
     float: left;
     margin: 0 28px 0 0;
}
 .nav-list li:last-child {
     margin-right: 0;
}
 .ks_nav-item-1 {
     line-height: unset;
}
 .ks_nav-item-3 {
     line-height: unset;
}
 .ks_nav-item-4 {
     line-height: unset;
}
 .ks_nav-item-4-2 {
     line-height: unset;
}
 .useful-links ul li a {
     color: #c79b29;
     text-decoration: none;
}
 .footer-bottom {
     text-align: center;
     margin-top: 25px;
     font-size: 0.9rem;
     border-top: 1px solid #444;
     padding-top: 15px;
}
 .mySlides .myshowDirectorSlides {
     display: none;
}
/*img {
     vertical-align: middle;
}
*/
/* Slideshow container */
 .slideshow-container{
     max-width: 1120px;
     position: relative;
     margin: 25px;
}
/* The dots/bullets/indicators */
 .dot .dotshowDirectors {
     height: 15px;
     width: 15px;
     margin: 0 2px;
     background-color: #bbb;
     border-radius: 50%;
     display: inline-block;
     transition: background-color 0.6s ease;
}
 .active {
     background-color: #717171;
}
/* Fading animation */
 .fade {
     animation-name: fade;
     animation-duration: 1.5s;
}
 @keyframes fade {
     from {
         opacity: .4 
    }
     to {
         opacity: 1 
    }
}
 .strike {
     text-decoration: line-through 
}
/* === Responsive Enhancements for Mobile and Tablet Screens === */
 @media (max-width: 768px) {
     nav, .footer-content, .ks_row, .ks_row-8 {
         flex-direction: column;
         align-items: center;
    }
     .logo img {
         width: 80px;
    }
     .nav-links {
         align-items: center;
         padding: 10px 0;
         font-size:10px;
         font-weight:400px;
    }
     .hero {
         height: auto;
         padding: 40px 20px;
    }
     .hero-text h1 {
         font-size: 2rem;
    }
     .hero-text p {
         font-size: 1rem;
    }
     .btn-primary, .btn-secondary {
         width: 100%;
         padding: 12px;
         font-size: 1rem;
    }
     .product-card, .gallery-grid img {
         max-width: 100%;
         margin: 0 auto;
    }
     .ks_group-7, .ks_group-7-copy, .ks_group-7-copy-2, .ks_group-7-copy-3, .ks_group-7-copy-4, .ks_group-7-copy-5 {
         width: 90% !important;
         margin: 10px auto;
    }
     .ks_col-24, .ks_col-22, .ks_col-21, .ks_col-20, .ks_col-19, .ks_col-15, .ks_col-16 {
         float: none;
         width: 100%;
    }
     .ks_image-here {
         padding: 80px 0;
         height: auto;
    }
}
 @media (max-width: 480px) {
     .hero-text h1 {
         font-size: 1.5rem;
    }
     .ks_text-8, .ks_text-20, .ks_text-24, .ks_text-96 {
         font-size: 0.95rem;
         text-align: center;
    }
     .ks_shape-holder, .ks_shape-copy-2-holder {
         width: 100%;
         font-size: 0.9rem;
    }
     .ks_row, .ks_row-8, .ks_row-7 {
         margin-left: 0;
         gap: 1rem;
    }
     .footer-content, .ks_row-2, .ks_row-3 {
         flex-direction: column;
         align-items: center;
    }
     .ks_our-gallery-area, .ks_our-service-area, .ks_l-constrained, .ks_l-constrained-2, .ks_l-constrained-4 {
         width: 100%;
         padding: 0 10px;
    }
}
/* === FULL MOBILE OVERRIDES === */
 @media (max-width: 768px) {
     .ks_row, .ks_row-7, .ks_row-8, .ks_row-24, .ks_row-30, .ks_row-31, .ks_row-32, .ks_row-33, .ks_row-2, .ks_row-3 {
         flex-direction: column !important;
         align-items: center !important;
         display: flex !important;
    }
     .ks_col, .ks_col-6, .ks_col-10, .ks_col-11, .ks_col-12, .ks_col-14, .ks_col-15, .ks_col-16, .ks_col-18, .ks_col-19, .ks_col-20, .ks_col-21, .ks_col-22, .ks_col-23, .ks_col-24, .ks_col-26, .ks_col-27, .ks_col-28, .ks_col-30, .ks_col-31, .ks_col-32, .ks_col-33, .ks_col-34, .ks_col-35, .ks_group-7, .ks_group-7-copy, .ks_group-7-copy-2, .ks_group-7-copy-3, .ks_group-7-copy-4, .ks_group-7-copy-4-2, .ks_group-7-copy-5, .ks_group-7-copy-5-2, .ks_group-7-copy-5-3, .ks_group-7-copy-5-4 {
         width: 100% !important;
         float: none !important;
         margin: 10px auto !important;
    }
     .ks_l-constrained, .ks_l-constrained-2, .ks_l-constrained-3, .ks_l-constrained-4, .ks_l-constrained-5, .ks_l-constrained-6 {
         max-width: 100% !important;
         padding: 0 15px !important;
    }
     .ks_image, .ks_image-here, .ks_image-here-2, .ks_all-image {
         padding: 50px 0 !important;
         height: auto !important;
    }
     .ks_nav, .ks_nav-list {
         float: none !important;
         width: 100% !important;
         text-align: center !important;
    }
     .ks_nav-list li {
         float: none !important;
         margin: 10px 0 !important;
    }
     .ks_shape-holder, .ks_shape-copy-2-holder {
         width: 100% !important;
         text-align: center !important;
    }
     .ks_text-8, .ks_text-20, .ks_text-24, .ks_text-96, .ks_text-16, .ks_text-17 {
         font-size: 1rem !important;
         text-align: center !important;
         padding: 0 10px;
    }
     .ks_icon, .ks_icon-2, .ks_icon-3, .ks_icon-4, .ks_icon-5, .ks_icon-6, .ks_icon-7, .ks_icon-8, .ks_icon-9, .ks_icon-10, .ks_icon-11 {
         margin: 0 auto !important;
         display: block !important;
         float: none !important;
    }
     .ks_nav {
         padding: 10px 0 !important;
    }
     .ks_text-140, .ks_footer-bottom {
         text-align: center !important;
         float: none !important;
         width: 100% !important;
    }
     .ks_our-gallery-area, .ks_our-service-area {
         width: 100% !important;
         padding: 0 10px !important;
    }
     .ks_text-90, .ks_text-91, .ks_text-92, .ks_text-93, .ks_planting, .ks_text-94 {
         float: none !important;
         display: block !important;
         margin: 10px auto !important;
    }
}
 @media (max-width: 480px) {
     .videoModal .modal-content {
         width: 30% !important;
         margin: 10% auto;
         display:block;
    }
     #videoFrame {
         height: 100px;
        /* smaller height for phones */
    }
     .videoModal .closeVidPopUp {
         font-size: 24px;
         top: 5px;
         right: 10px;
    }
     .mySlides img{
         height:100%;
         width:100%;
    }
     .hero-text h1, .ks_section-title h2 {
         font-size: 1.5rem !important;
    }
     .ks_text-8, .ks_text-20, .ks_text-24, .ks_text-96 {
         font-size: 0.9rem !important;
    }
     .btn-primary, .btn-secondary {
         font-size: 0.9rem !important;
         padding: 10px !important;
         width: 100% !important;
    }
     .ks_group-7, .ks_group-7-copy, .ks_group-7-copy-2, .ks_group-7-copy-3, .ks_group-7-copy-5 {
         max-width: 100% !important;
         height :398px;
    }
     .ks_text-3, .ks_text-4 {
         display: none;
        !important;
    }
}
 .modal {
     display: none;
     position: fixed;
     z-index: 9999;
     padding-top: 5px;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: auto;
     background-color: rgba(0,0,0,0.5);
}
 .modal-content {
     position: relative;
     background-color: #fff;
     margin: auto;
     padding: 20px;
     width: 90%;
     max-width: 700px;
     border-radius: 10px;
}
 .close {
     position: absolute;
     top: 10px;
     right: 15px;
     font-size: 24px;
     font-weight: bold;
     color: #444;
     cursor: pointer;
}
 .modal-body {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     align-items: center;
}
 .modal-body img {
     flex: 1 1 40%;
     max-width: 250px;
     height: 340px;
}
 .modal-text {
     flex: 1 1 55%;
     font-size: 14px;
}
 @media (max-width: 748px) {
     .modal-body {
         flex-direction: column;
         align-items: center;
         text-align: center;
    }
     .main-header {
         position: sticky;
        /* makes header stick */
         top: 0;
         z-index: 2;
    }
     .modal-body img {
         width: 100%;
         height: auto;
         max-width: 100%;
    }
     .modal-text {
         font-size: 15px;
         padding: 10px 0;
    }
     .modal-content {
         width: 95%;
         padding: 15px;
    }
}
 .product-card {
     position: relative;
    /* important for badge placement */
     display: inline-block;
}
 .discount-badge {
     position: absolute;
     top: -220px;
     left: 165px;
     background: #6BAF35;
    /* green background */
     color: #fff;
     font-size: 14px;
     font-weight: bold;
     padding: 5px 10px;
     z-index: 0;
     border-radius: 25%;
    /* makes it round */
     box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
 @media (max-width: 480px) {
     .discount-badge {
         left: 10px !important;
         top:-150px;
    }
    .ks_text-27, .ks_col-25, .ks_col-10 {
        font-size: 12px;
        margin-left: 10px;
    }
    .ks_row-9, .ks_row-10 {
        margin: -153px -18px 0;
        max-width: 400px;
    }
    .ks_rectangle-633-holder {
        margin: 24px 180px 0;
    }
    .ks_row-27.group {
        margin: 12px -18px 0;
        max-width: 400px;
    }
    .modal-text {
        font-size: 14px;
        padding: 8px 0;
    }
     .modal-content {
         padding: 12px;
         width: 96%;
    }
     .close {
         font-size: 22px;
         top: 8px;
         right: 10px;
    }
     .ks_text-124{
         font-size:65%;
    }
     .ks_shape-10{
         width:300px;
    }
     .ks_title-2{
         display:none;
    }
     .ks_text-140 {
         text-align: center !important;
         float: left !important;
         width: 25% !important;
    }
}
 @media (max-width: 340px) {
     .main-header {
         position: sticky;
        /* makes header stick */
         top: 0;
         z-index: 2;
    }
     .nav-links li {
         font-size :12px;
    }
}
 .modal-body {
     display: flex;
     align-items: center;
    /* vertical alignment */
     gap: 20px;
    /* space between image and text */
}
 .modal-left img {
     max-height:50%;
     display: block;
}
 .modal-right {
     flex: 1;
    /* take remaining space */
}
/* Sidebar container */
 .social-sidebar {
     position: fixed;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     display: flex;
     flex-direction: column;
     gap: 12px;
     z-index: 1000;
}
/* Each icon link */
 .social-sidebar a {
     display: block;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     overflow: hidden;
     background: #fff;
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     transition: transform 0.2s;
}
 .social-sidebar a:hover {
     transform: scale(1.1);
}
/* Icon images */
 .social-sidebar img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
/* Mobile: shrink icons */
 @media (max-width: 480px) {
     .social-sidebar a {
         width: 32px;
         height: 32px;
    }
}
 @media (max-width: 480px) {
     .social-sidebar {
         left:0;
    }
}
:root {
    --bg: #0f1724;
    --card: #ffffff;
    --muted: #6b7280;
    --accent: #f59e0b;
    --glass: rgba(255,255,255,0.06);
}

.open-btn {
    background: linear-gradient(90deg,var(--accent),#f97316);
    border: none;
    color: white;
    padding: 14px 20px;
    border-radius: 10px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(2,6,23,0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .modal.show {
        display: flex;
    }

.modal-panel {
    width: 100%;
    max-width: 980px;
    max-height: 90vh;
    background: var(--card);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(2,6,23,0.6);
    display: flex;
    flex-direction: column;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
    background: linear-gradient(90deg,#fff 0%, #fff 100%);
}

.modal-title {
    font-size: 20px;
    font-weight: 700;
    color: #0b1220;
}

.modal-sub {
    font-size: 13px;
    color: var(--muted);
    margin-top: 4px;
}

.close-btn {
    background: transparent;
    border: 0;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #0b1220;
}

/* Content */
.modal-body {
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.faq-list {
    padding: 18px;
    display: block;
}

.accordion-item {
    border-bottom: 1px solid #f1f1f1;
}

.accordion-header {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 16px 12px;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.qnum {
    min-width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--accent);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.qtext {
    flex: 1;
    font-weight: 600;
    color: #0b1220;
    text-align: left;
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease, padding .28s ease;
    padding: 0 12px;
    background: #fff;
}

    .accordion-body.open {
        padding: 12px;
    }

.eng {
    color: #111827;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.hin {
    color: #374151;
    font-size: 14px;
    line-height: 1.5;
    background: #f9fafb;
    padding: 10px;
    border-radius: 8px;
}

.small {
    font-size: 13px;
    color: var(--muted);
    padding: 12px;
    text-align: center;
}

/* responsive */
@media (max-width:480px) {
    .modal-panel {
        max-width: 50%;
        height: 50%;
        max-height: 50vh;
        border-radius: 10px;
    }
    .modal {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        width: 100%;
        height: 70%; /* adjust height as needed */
        max-height: 70%;
        border-radius: 16px 16px 0 0; /* like a bottom sheet */
    }
    .modal-header {
        padding: 14px;
    }

    .accordion-header {
        padding: 12px;
    }
}



@media (max-width: 600px) {
    .ks_row.match-height.group > div {
        flex: 1 1 100%; /* single column on small screens */
    }
    
}
@media (max-width: 480px) {
    .ks_row-8.no-space-between-inline-blocks {
        display: none !important;
    }

    .blinkclass {
        margin-left: 16% !important;
    }

    .ks_layer-2, .ks_layer-2-2 {
        margin: 0px 122px;
    }

    .blinkclass {
        margin-left: 38%;
    }
    /* Fix header nav links for mobile */
    .nav-links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

        .nav-links li {
            flex: 1 1 auto;
            text-align: center;
        }
}

