

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}


:root {
    --theme-color:#2E7D32;
    --black: #000;
    --white: #ffffff;
  }
.top-bar {
    background-color:var(--theme-color);
    color: white;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}
header{
 position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 0px 1px  black ;
}
.search-bar {
    border: 1px solid var(--theme-color);
    border-radius: 5px;
    flex-grow: 1;
}
.icons a {
    color: var(--theme-color);
    font-size: 20px;
    margin-left: 15px;
    position: relative;
}
.cart-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background: var(--theme-color);
    color: white;
    font-size: 12px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.form-control:focus, 
.form-select:focus {
       box-shadow: 0px 0px 3px 3px var(--theme-color) !important;
   
}

.navbar-toggler {
    border: none;
    background: none;
    font-size: 24px;
    width: 40px; /* Fixed width */
    height: 40px; /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1050; /* Ensures it stays on top */
  }
  
  .toggle-icon {
    transition: transform 0.3s ease-in-out;
    font-size: 24px;
    color: #000; /* Change color as needed */
  }
  
  /* Ensures it does not move when switching */
  .navbar-toggler i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
/* 
.form-control, 
.form-select {
    box-shadow: 0px 0px 4px var(--theme-color) !important;
    outline: 2px solid var(--theme-color) !important;
   
}
.form-control:focus, 
.form-select:focus {
       box-shadow: 0px 0px 4px var(--theme-color) !important;
    outline: 2px solid var(--theme-color) !important;
} */

/* carousel-item */

   

.btn-style1 {
    background-color: var(--theme-color);
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid var(--theme-color);
    text-decoration: none;
    font-weight:700;
    letter-spacing: 1px;
}
.btn-style1:hover{
    background-color: #fff;
    color: var(--theme-color);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid var(--theme-color);
}
.carousel-item2 {
    height: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

span.border_bottom {
    width: 100%;
    display: block;
    border: 5px inset #28834c;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #b41f17;
    position: relative;
}
span.border_bottom:before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    background: #fff;
    left: -10px;
    top: -5px;
    transform: rotate(45deg);
}
*, *::before, *::after {
    box-sizing: border-box;
}
span.border_bottom:after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    background: #fff;
    right: -10px;
    top: -5px;
    transform: rotate(45deg);
}

.about-title h1{ 
    color: #28834c;
    text-align: center; 
}
.about-title2 h1{ 
    color: white;
    text-align: center; 
}

.about-title h2{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #7bc304;
    margin-bottom: 8px;
   
}
.about-title p{
 
   text-align: center;
   font-size: 16px;
   line-height: 1.8;
}

.product-title {
    background-color: #2a9d47;
    color: white;
  
    padding: 10px;
  
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
/* pop up */
.modal-content{
    border: 1px solid #4CAF50 !important;
}

   .product-card {
            background-color: #4CAF50;
            border-radius: 15px;
            padding: 15px;
            text-align: center;
            color: white;
            height: 100%;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease-in-out;
        }
       
        .product-card:hover {
            transform: scale(1.05);
        }
        .product-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
   
        .product-price {
            font-size: 18px;
            font-weight: bold;
        }
        .btn-cart {
            background-color: var(--white) !important;
            color: var(--theme-color)!important;
            font-weight: bold;
            border-radius: 10px;
            padding: 8px;
            width: 100%;
            border: none;
            transition: 0.3s;
            border: 20x solid var(--white);
        }
        .btn-cart:hover {
            background-color: var(--theme-color) !important;
            border: 20x solid var(--white) !important;
            color: var(--white) !important;
            border: 1px solid var(--white) !important;
        }
        .linktext{
            text-decoration: none !important;
        }
        /* 2 */
        
       /* Faq */
      
    .accordion-button {
        background-color: #e8f5e9 !important;
        color:var(--theme-color) !important;
        font-weight: bold;
        box-shadow: none !important;
      
    }
    .accordion-button:not(.collapsed) {
        background-color: #d4edda;
        border-radius: 0px !important;
    }
    .accordion-item{
        border-radius: 0px !important;
    }
     /* footer */
     .footer-title{
        color: var(--theme-color);
     }
     .footer {
        background-color: #f8f5e5;
        padding: 40px 0;
        font-size: 16px;
        color: #2d2d2d;
    }
    input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
    .footer a {
        text-decoration: none;
        color: #2d2d2d;
    }
    .footer a:hover {
        color: #388E3C;
    }
    .footer .footer-logo {
        font-size: 28px;
        font-weight: bold;
        color: #388E3C;
    }
    .error-text{
        color: red !important;
    }
    .footer-bottom {
        background-color: var(--theme-color);
        color: white;
        padding: 10px 0;
        text-align: center;
    }
    .social-icons a {
        margin: 0 8px;
        display: inline-block;
        color: var(--theme-color);
        background-color: var(--white);
        border-radius: 50%;
        width: 34px;
        height: 34px;
         border: 1px solid var(--theme-color);
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px;
    }
    .social-icons a:hover {
        background-color: var(--theme-color);
        border: 1px solid var(--white);
        color: var(--white);
       
    }
    .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        text-decoration: none;
        background-color: #25d366;
        color: white;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    /* testmonial */
    .reviw_slider {
        background-image: url('https://hitkram.com/web-images/testimonial-bg.jpg');
        background-size: cover;
        background-position: center;
        padding: 50px 0;
        overflow: hidden;
    }
    .review_detail {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        height: 400px;
        overflow: auto;
    }
    .nav-link55{
        color: #000 !important;
        font-size: medium !important;
    }
    .slick-list{
        border-radius: 10px !important;
        background-color: transparent;
    }
    .review_detail img {
        width: 100px;
        height: 100px !important;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    .name_of_reviewer {
        font-weight: bold;
        margin-top: 10px;
        color: #2d7730;
    }
    .owl-nav {
        display: none !important;
    }

    /* Hide Owl Carousel dots */
    .owl-dots {
        display: none !important;
    }

.owl-carousel .owl-item img {
display:inline !important; 
width: auto !important; 
}  
       

/*We believe in  */
.custom-card {
    background-color: #fcf7eb; /* Light beige background */
    padding: 30px;
    text-align: center;
  
}
.custom-card2 {
    background-color: #fff; /* Light beige background */
    padding: 30px;
    text-align: center;
  
}
.icon {
    font-size: 50px;
    color: #166534; /* Green color */
}
.custom-card h5 {
    font-weight: bold;
    margin-top: 15px;
}
.custom-card2 h5 {
    font-weight: bold;
    margin-top: 15px;
}
.believe{
    box-shadow: 0px 0px 4px #ccc;
}
    .believeimg img{
        height: 100px;
        display: block;
        margin: 15px auto;
    }   
    
  
  /* video section */
  
  .hero-section {
   
   
    background: linear-gradient(to bottom, #008000, #66bb6a);
}
.left-panel {
    padding: 2rem;
 
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.right-panel {
    position: relative;
    height: 120%;
}
.logo_image_video{
    background-color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;

}
.logo_image_video img {
    width: 100px;
}
.hero__media video {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}


/* contact */
.pagebgimg{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.btn-submit {
    background-color: var(--theme-color);
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    border: 2px solid var(--theme-color);
}
.btn-submit:hover {
    background-color: var(--white);
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
}
.contact-info i {
    color: #166534;
    margin-right: 8px;
}

/* our story */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
}
.flip-card-front {
    background: #f8f9fa;
}
.flip-card-back {
    background: #166534;
    color: white;
    transform: rotateY(180deg);
}
.circular_image {
    width:100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  
}
.social-link {
    color: white;
    font-size: 18px;
    margin: 0 10px;
}

/* purpose */
.purpose{
    background-image: linear-gradient(#28834c, #7dd61f);
    color: #fff;
    text-align: center;
}

/* login */
.login-container {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.btn-green {
    background-color: #2e7d32;
    color: white;
}
.btn-green:hover {
    background-color: #1b5e20;
}
.btn-outline-green {
    border: 2px solid #7cb342;
    color: #7cb342;
}
.btn-outline-green:hover {
    background-color: #7cb342;
    color: white;
}
.text-green {
    color: #7cb342;
}

/* shoping cart */
.product-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}
.btn-qty {
    border: 1px solid #28a745;
    color: #28a745;
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.btn-qty:hover {
    background: #28a745;
    color: white;
}
.remove-link {
    color: #28a745;
    font-weight: bold;
    text-decoration: none;
}
.remove-link:hover {
    text-decoration: underline;
}
.total-container {
    border-top: 2px solid #ddd;
    padding-top: 10px;
    font-size: 18px;
}

.btn-green {
    background-color: #2e7d32;
    color: white;
    border: 2px solid #1b5e20;
    font-weight: bold;
}
.btn-green:hover {
    background-color: #1b5e20;
}

/* productsdatail */
.thumbnail-img {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumbnail-img:hover, .thumbnail-img.active {
    border: 2px solid #007bff;
}
.carousel-item img {
   
    object-fit: cover;
    cursor: pointer;
    height: 100%;
}
.carousel-item33  {
    height: 300px;
}
.ggg {
    background-size: 100% 100%;
    background-position: center;
    background-color: #f8f9fa; 
    background-repeat: no-repeat;
    height: 212px; /* Default height for mobile */
}

/* For screens larger than 768px (tablets & desktops) */
@media (min-width: 768px) {
    .ggg {
        height: 512px; /* Height for desktop */
    }
}

.modal-img {
    max-width: 100%;
    height: auto;
}
/* Black next/prev buttons */
.modal .carousel-control-prev-icon,
.modal .carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
    padding: 10px;
}
.btn-close{
    z-index: 2 !important;
}

.menu_btn{
    outline: none !important;
    box-shadow: none !important;
}

.cardblog{
    height: 100% !important;
}

.active-link {
    color: var(--theme-color) !important;
    font-weight: bold;
  }
  .active{
    color: #28834c !important;
    font-size: 22px !important;
    font-weight: 600 !important;
}
.nav-link{
    font-size: 20px !important;
    font-weight: 500 !important;

}
.dropdown-item{
    background-color: transparent !important;
}


/* blogcart  */

  
 .blogcart765{
    background-color: #4CAF50 !important;
 }
 .article-img{
    width: 100%;
    margin-bottom: 30px;
    height: 500px;
    object-fit: contain;
 }
