 
.editable {
    border: 1px dashed #ccc;
    padding: 5px;
}

.editable:hover {
    border-color: #666;
}

.hidden {
    display: none;
}

.non-editable {
    /* Add any styles for non-editable elements here */
     /* border: 1px dashed #ccc;*/
}

 body{ font-family: 'Noto Sans', sans-serif; font-size: 16px;}


 .btn-custom {
    background-color: #0B9547;
    color: #fff;
    border-radius: 30px;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 30px;
}

.btn-custom:hover{background-color: #FF6A00;}
.searchArea {

    position: relative;
}
.search-box {
    width: 0;
      overflow: hidden;
    transition: width 0.4s ease-in-out;
    position: absolute;
    top: -15px;
    right: 7px;
}
.search-box.active {
    width: 200px;
}
.navbar-nav .nav-item .dropdown-menu {
    right: 0;
    left: auto;
}
.hero-container {
    background: url('../images/topBg.png') no-repeat center center/cover;

   padding-bottom: 150px;
}
.logoDv {
    margin-top: 8px;
}
.topRgt button{ background-color: transparent; box-shadow: none; padding: 0; border: 0; color: #fff;}

a, a:hover { text-decoration: none; }

img{max-width: 100%;}

.menuDv{display: none;}

.close-btn{display: none;}

a.navbar-brand.mx-auto img {
    width: 200px;
}

.navDv { margin-bottom: 40px; }


.navDv {
    width: 100%;

    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
}

.navDv.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #093832;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.navDv.fixed .navbar-brand img {
    width: 150px;    margin: auto;
    display: block;
}

.navDv.fixed .menuDv img {
    width: 18px;
}

.navDv.fixed .topRgt button img {
    width: 18px;
}


.menuDv img {
    width: 20px;
}

.topRgt button img {
    width: 20px;
}

.menu-links {list-style-type: none;margin: 5px 0 0 0;padding: 0 0 0 30px; display: flex;}
.menu-links li{margin-right: 25px;}
.menu-links li:last-child{margin-right: 0;}
.menu-links a{color: #fff; 
font-family: Noto Sans;
font-weight: 500;
font-size: 16px;
line-height: normal;

text-transform: uppercase;
}

.menu-links a:hover, .menu-links .active a{color: #FF6A00;}

.topRgt{justify-content: flex-end;}

.menuCol{ display: flex;  align-items: center;}
.topRgt .dropdown-toggle::after{ display: none; }

.toprgtDv{justify-content: flex-end; display: flex;}
.container-fluid{padding: 0 30px;}


.hero-section h1{ font-family: Manjari;
font-weight: 400;
font-size: 64px;
line-height: normal;

text-transform: uppercase;
}

.hero-container {
    overflow: hidden;
    position: relative;
}
.hero-section{position: relative;}
.sliderRgt {
    position: absolute;
    right: -100px;
    top: 0;

}

.colLeft{padding-top: 100px;}



.features-section {
    background-color: #093832;
    padding: 25px 0;
}

.feature-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
}

.feature-item img {

    height: auto;

}

.feature-item span {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-left: 15px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}


.fresh-produce-section {
    padding: 100px 0;
    text-align: center;
}

.section-heading {
    font-family: 'Manjari', sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.section-subheading {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin: 0 auto 60px;
    color: #3D3D3D;
    max-width: 400px;
}

.fresh-produce-carousel .item {
    display: flex;
    justify-content: center;
}

.product-card {
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 0;
    text-align: center;

    overflow: hidden;
}

.product-card img {
    width: 100%;
    border-radius: 0;
}

.product-info {
    padding: 10px 15px;
}

.product-name {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: left;
}

.product-price {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: right;
    color: #595959;
}


.info-section {
    background-color: #0B9547;
    padding: 100px 0;
    color: #fff;
}

.info-heading {
    font-family: 'Manjari', sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.info-text {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 30px;
}

.quality-list {
    margin-top: 20px;
}

.quality-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-right: 100px;
}

.quality-item img {
    width: 40px;
    height: auto;
    margin-right: 20px;
}

.quality-title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 5px;
}

.quality-desc {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

/* Overlapping Image Styling */
.image-container {
    position: relative;
    width: 100%;
    text-align: center;
}

.background-img {
    width: 300px;
    border-radius: 15px;
    box-shadow: 0px 24px 24px 12px #0000001A;


}

.foreground-img {
        position: absolute;
    width: 300px;
    bottom: 60px;
    right: 0px;
    border-radius: 15px;
    
    box-shadow: 0px 24px 24px 12px #0000001A;


}

.leftText{padding-right: 100px;}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .image-container {
        text-align: center;
    }

    .background-img {
    width: 80%;
    border-radius: 15px;
    margin-top: 60px;
}


   .foreground-img {
    position: absolute;
    width: 60%;
    bottom: 60px;
    right: 0;
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

}


.mostPopularSec .container{padding: 0 100px;}


.testimonial-section {
    width: 100%;
}

.testimonial-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-carousel-wrapper {
    background-color: #FF6A00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    text-align: center;
}

.testimonial-item {
    max-width: 80%;
    margin: 0 auto;
}

.customer-name {
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}

.customer-text {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;

    text-align: center;
    color: #fff;
}

/* Owl Carousel Dots */
.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: black !important;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s;
}

.testimonial-carousel .owl-dot.active span {
    background-color: transparent;
    background: none !important;
    border: 1px solid black;
}


.newsletter-section {
    padding: 60px 0;
    background-color: #fff;
}

.newsletter-heading {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 54px;
    text-transform: uppercase;
    color: #000;
    text-align: right;
}

.newsletter-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0000002B;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.newsletter-input {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    border: none;
    outline: none;
    width: 100%;
    padding: 0 0 10px;
    background: transparent;
}

.newsletter-btn {
    background: none;
    border: none;
    color: #FF6A00;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 10px;
}

.newsletter-btn span {
    display: inline-block;
    transition: transform 0.3s ease;
}

.newsletter-btn:hover span {
    transform: translateX(5px);
}

.nsLc{padding-right: 30px;}
.nsRc{padding-left: 30px;}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .newsletter-heading {
        font-size: 28px;
        line-height: normal;
        text-align: center;
        margin-bottom: 30px;
    }

    .newsletter-form {
        max-width: 100%;
    }
}


.footer-section {
    background-color: #093832;
    padding: 80px 0 20px;
    color: #fff;

}

.footer-logo {
    margin-bottom: 40px;
    width: 200px;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;
}

.footer-links a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 40.5px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
}



.social-icons a {
    font-size: 18px;
    color: #fff;
    margin: 5px;
}

.social-icons a i {
    transition: color 0.3s ease;
}

.social-icons a:hover i {
    color: #FF6A00;
}

.bottom-footer {
   
    padding-top: 15px;
    margin-top: 20px;
}

.bottom-footer span,
.bottom-footer a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 40.5px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.bottom-footer a {
    text-decoration: none;
    margin: 0 10px;
}
.ftrBdr.social-icons a {
    line-height: normal;
}
.ftrBdr{border-left: 1px solid rgba(217, 217, 217, 0.2);display: flex;justify-content: center;height: 115px;align-items: self-start;}

.footer-section a:hover{color: #FF6A00;}

@media (max-width: 768px) {
    .footer-links {
        flex-direction: row;
    }
    
    .separator {
        display: none;
    }

    .bottom-footer {
        text-align: center;
    }
}


#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #FF6A00;
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scrollToTop  {
    transition: transform 0.3s ease;
}

#scrollToTop:hover  {
    transform: translateY(-3px);
}

#scrollToTop.show {
    opacity: 1;
    visibility: visible;
}








@media (max-width: 767px) {

    .topRgt {
        width: 100%;
        justify-content: center;
    }

    .navbar-brand {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }


    .search-box {

    position: relative;
    top: 0;
    right: 7px;}


    a.navbar-brand.mx-auto img {
    width: 120px;}


    .sliderRgt {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 30px;}

    .colLeft {
        padding-top: 0;
    }

    .hero-section h1{font-size: 40px;}

    .btn-custom{margin-top: 10px; font-size: 18px;}

    .feature-item{ max-width: 100% !important; flex: 0 0 100% !important; justify-content: flex-start;  margin: 5px 0;}

    .fresh-produce-section{padding: 40px 0;}

    .section-heading{    font-size: 28px;
    line-height: normal;}

    .section-subheading{font-size: 16px; margin-bottom: 30px;}

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

    .info-heading{font-size: 28px; line-height: normal;}

    .leftText, .quality-item {
    padding-right: 0;}

    .mostPopularSec .container {
    padding: 0 30px;}

    .owl-theme .owl-nav.disabled+.owl-dots{display: none;}

    .container-fluid {
    padding: 0 15px;}

    .testimonial-carousel-wrapper{padding: 20px 0 !important;}

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

    .footer-logo{width: 150px;}

    .ftrBdr {
   
    border-left: 0;
    display: flex;
    justify-content: flex-start;
    height: auto;
    align-items: self-start;}

    .bottom-footer span, .bottom-footer a{line-height: normal;}

    .bottom-footer .text-end{text-align: center !important;}

    .hero-container{padding-bottom: 40px;}

    .owl-theme .owl-dots, .owl-theme .owl-nav{display: none;}

    /* Side Menu Styles */
    .side-menu {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: white;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        padding: 20px;
        transition: all 0.3s ease-in-out;
        z-index: 1001;
    }

    .side-menu.open {
        left: 0;
    }

    .side-menu .close-btn {
        background: none;
        border: none;
        font-size: 24px;
        color: #FF6A00;
        cursor: pointer;
        position: absolute;
        top: 12px;
        right: 15px;
    }

    .menu-links {
        list-style: none;
        padding: 0;
        text-align: left;
    }

    .menu-links li {
        margin-bottom: 15px;
    }

    .menu-links li a {
        font-family: 'Noto Sans', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        color: #333;
        text-decoration: none;
        transition: color 0.3s;
    }

    .menu-links li a:hover {
        color: #FF6A00;
    }

    /* Overlay Styles */
    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        z-index: 1000;
    }

    .menu-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .logoDv{}

    .navDv .container-fluid {
        padding: 0 0px 0 15px;
    }

    .logoDv {
    text-align: right;         padding-right: 5px;}

    .menuDv{color: #fff; display: block; position: relative; top: -8px;}

    .close-btn{display: block;}

    .menu-links{display: block;}

    #scrollToTop{    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;}

    #scrollToTop i {
    font-size: 16px;}


}


