/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}

.text-right{
  text-align: right;
}

section{
    padding:35px 0;
    background-color: #F9F5F0;
}

a{
    text-decoration: none !important;
    color: inherit;
}

/* Page Title */
    .page-title-area {
        text-align: center;
        background-color: #2D4F2B;
        padding: 40px 0;
        color: #FFF1CA;
        border-bottom: 4px solid #FFB823;
    }

    .page-title-content h1 {
        color: #FFF1CA;
        font-weight: 700;
    }

    .page-title-content ul {
        list-style: none;
        padding: 0;
        margin-top: 10px;
    }

    .page-title-content ul li {
        display: inline-block;
        color: #FFF1CA;
    }

    .page-title-content ul li a {
        color: #FFB823;
        text-decoration: none;
    }

    .page-title-content ul li a:hover {
        text-decoration: underline;
    }

/* ========================== */
/* Custom styles */
        .navbar {
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            background-color: #F9F5F0;
        }
        
        /* Sticky header styles */
        .navbar.sticky {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.98);
            padding: 10px 0;
            box-shadow: 0 2px 15px rgba(0,0,0,0.1);
            animation: slideDown 0.3s ease-out;
        }
        
        @keyframes slideDown {
            from {
                transform: translateY(-100%);
            }
            to {
                transform: translateY(0);
            }
        }
        
        /* Add padding to body when header is sticky */
        body.sticky-padding {
            padding-top: 70px;
        }

        .navbar-brand{
          margin: 0 !important;
        }
        
        .navbar-brand img {
            width: 100%;
            height: 60px;
            transition: all 0.3s;
        }
        
        .navbar.sticky .navbar-brand img {
            height: 50px;
        }
        
        .nav-link {
            font-weight: 500;
            padding: 8px 15px;
            transition: all 0.3s;
        }
        
        .navbar.sticky .nav-link {
            padding: 6px 15px;
        }
        
        .mobile-cta{
          display: flex;

        }
        
        /* Desktop hover dropdown */
        @media (min-width: 992px) {
            .dropdown:hover .dropdown-menu {
                display: block;
                margin-top: 0;
            }

            .mobile-cta{
              display: none;
            }
        }
        
        /* Mobile menu adjustments */
        .navbar-toggler {
            border: none;
            padding: 0.5rem;
        }
        
        .navbar-toggler:focus {
            box-shadow: none;
        }
        
        /* Full-screen left mobile menu */
        @media (max-width: 991.98px) {
            .offcanvas {
                width: 80% !important;
                max-width: 300px;
            }
            
            .offcanvas-start {
                top: 0;
                left: 0;
                border-right: 1px solid rgba(0, 0, 0, 0.1);
                transform: translateX(-100%);
            }
            
            .offcanvas.show {
                transform: none;
            }
            
            .offcanvas-header {
                padding: 1rem;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }
            
            .offcanvas-body {
                padding: 1rem;
            }
            
            .navbar-nav {
                padding-top: 1rem;
            }
            
            .nav-item {
                margin-bottom: 0.5rem;
            }
            
            .dropdown-menu {
                position: static !important;
                transform: none !important;
                border: none;
                margin-left: 1rem;
                margin-top: 0.5rem;
            }
            
            .dropdown-toggle::after {
                float: right;
                margin-top: 0.5rem;
            }
            
        }


        @media (max-width: 575.98px) {
            .navbar-brand img {
                width: 180px;
                height: 50px;
            }
            
            .navbar.sticky .navbar-brand img {
                height: 40px;
            }
        }

        .navbar-nav li{
            margin-left: 15px;
        }
        .navbar-nav li a{
          color: #000;
          font-weight: 600;
        }
        
        .navbar-nav li:hover .nav-link{
            color: #19549b !important;
        }
        .navbar-nav li:active .nav-link{
            color: #19549b !important;
        }

        .dropdown-menu .show{
            background-color:#e6cd6c ;
            color: #2D4F2B !important;
        }
          
      .ecom{
            display: flex;
            flex-direction: row !important;
            gap: 10px;
            align-items: center
        }

        .ecom i{
            font-size: 18px;
            color: #2D4F2B;
            font-weight: 600;
        }
        .cart_circle {
            position: relative;
            }

        .cart_Qunt {
            font-size: 12px;
            color: #000000;
            position: absolute;
            top: -10px;
            right: -8px;
            background-color: #F4991A;
            padding: 6px;
            border-radius: 50%;
            width: 16px;
            height: 20px;
        }

        /* .emob{
            margin-bottom: 20px !important;
            margin-left: 17px !important;
        } */


        .navbar-toggler {
            border: none !important;
            box-shadow: none!important;
          }

          .navbar-toggler:focus {
            box-shadow: none!important;
          }

          /* Dark hamburger icon */
          .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
          }


          /* ============top header========== */
/* TOP BAR */
.top-marquee{
  width:100%;
  background:#0e223f;
  color:#fff;
  overflow:hidden;
  height:42px;
  display:flex;
  align-items:center;
  position:relative;
  z-index:99;
  pointer-events:none; /* prevents hover interference */
  border-bottom:1px solid rgba(255,255,255,0.12);
}

/* moving container */
.marquee{
  display:flex;
  width:max-content;
  animation: scrollMarquee 35s linear infinite;
}

/* text line */
.marquee-content{
  display:flex;
  align-items:center;
  white-space:nowrap;
}

/* each item */
.marquee-content span{
  padding:0 45px;
  font-size:14px;
  font-weight:500;
  letter-spacing:.3px;
}

/* infinite animation */
@keyframes scrollMarquee{
  0%{
    transform:translateX(0);
  }
  100%{
    transform:translateX(-50%);
  }
}

/* ===== Tablet ===== */
@media (max-width:1024px){
  .marquee-content span{
    padding:0 35px;
    font-size:13px;
  }
}

/* ===== Mobile ===== */
@media (max-width:768px){
  .top-marquee{
    height:34px;
  }

  .marquee-content span{
    padding:0 25px;
    font-size:12px;
    font-weight:500;
  }
}



/* ======== Banner Section ====== */

.banner{
    padding:120px 5px !important;
    /* background-image: url('../images/banner.jpg'); */
    background-size: cover;
    background-position: center;
    background-color: #c2cf75;

    justify-content: center;
}

.banner .row{
    display: flex;
    align-items: center;
}
.x-banner-image img{
      width: 80%;
    }

.btn-shop-now{
    background-color: #F4991A;
    color: #000000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.x-banner-content{
  width: 80%;
  margin: 0 auto;
}

.x-banner-image {
        text-align: center;
    }

@media screen and (max-width: 990.99px) {
    .banner .row{
        flex-direction: column-reverse;
       justify-items: center;
    }
    .x-banner-content{
        text-align: center;
    }

    .x-banner-image img{
      width: 60%;
    }
}

@media screen and (max-width: 575.99px) {
    .x-banner-image img{
      width: 100%;
    }
}


/* ========================================= */
 
@media (min-width:991.99px){
.product-feature-section .x-product-content{
    margin-top: 20px;
}
}

.x-pro-fea span:nth-child(1) {
  background-color: #e0f7fa;
  color: #1a1a1a;
}
.x-pro-fea span:nth-child(2) {
  background-color: #fff9c4;
  color: #1a1a1a;
}
.x-pro-fea span:nth-child(3) {
  background-color: #ffe0b2;
  color: #1a1a1a;
}
.x-pro-fea span:nth-child(4) {
  background-color: #f3e5f5;
  color: #1a1a1a;
}
.x-pro-fea span {
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.x-product-img img{
  width: 100%;
}

@media (min-width:450px) and (max-width:991.99px){
  .x-product-img img{
  width: 60%;
}
}

.product-feature-section .x-product-price{
    font-size: 16px;
    color: #000;
    font-weight:500;
    margin-top: 10px;
}


.prod-box{
  position: relative;
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 5px;

}

/* Optional subtle shadow */
.product-ribbon {
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.prod-box img{
    width: 100%;
    height: auto;
}
.prod-box h3{
    font-size: 16px;
    color: #242424;
    margin: 10px 0;
}

.rating p{
    font-size: 12px;
    color: #242424;
    margin-bottom: 5px;
    padding: 2px 5px;
    display: flex;
    justify-content: space-between;
}

.prod-desc{
    padding-bottom: 10px;
    text-align: center;
}
.quantity{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:8px;
}

.btn-qty1{
  background-color: #ceffe1 !important;
  color: #000000;
  padding: 3px 8px;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #ffffff;
}

.btn-qty1:hover , .btn-qty1.active{
  background-color: #219653 !important;
  color: #fff;
  border: 1px solid #000000;
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.34118); 
}

.prod-price{
  text-align: center;
  padding: 10px 0;
}
.prod-price p{
  font-size: 16px;
  color: #242424;
  font-weight: 600;
  margin: 5px 0;
}

.price-value{
  font-size: 18px;
  font-weight: 600;
  color: #ff0404;
}

.prod-order-btn{
  display: flex;
  gap: 5px;
  justify-content: center;
}

.btn-details{
  background-color: #F4991A;
  color: #000000;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.btn-order-now{
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}

.btn-order-now:hover{
  background-color: #272727;
  color: #fff;
}

.owl-dots{
  display: none;
}


/* ======================Title =================== */
  .section-title-x {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-title-x 
  h2{
    color: #F4991A;
  }


  /* =================== */

/* Grid Layout */
.info-box-main{
  display:grid;
  gap:18px;
  grid-template-columns: repeat(4, 1fr);
  margin-top:25px;
}

.info-box{
  padding:18px;
  border:1px dashed #222;
  background:#F9F5F0;
  border-radius:10px;
  transition:.25s ease;
  height:100%;

  display: flex;
    gap: 10px;
}

/* hover effect (premium feel) */
.info-box:hover{
  transform:translateY(-5px);
  box-shadow:0 8px 20px rgba(0,0,0,0.12);
  border-style:solid;
}

.info-box img{
  width:30px;
  height:30px;
  margin-bottom: 12px;
}

/* Typography */
.info-box h3{
  font-size:18px;
  font-weight:700;
  margin-bottom:8px;
}

.info-box p{
  font-size:15px;
  line-height:1.6;
  margin:0;
}

/* =================== */
/* Laptop (1200px) */
/* =================== */
@media(max-width:1200px){
  .info-box-main{
    grid-template-columns: repeat(4, 1fr);
  }
}

/* =================== */
/* Tablet (992px) */
/* =================== */
@media(max-width:992px){
  .info-box-main{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =================== */
/* Mobile (600px) */
/* =================== */
@media(max-width:600px){
  .info-box-main{
    grid-template-columns: 2fr;
  }

  section{
    padding:40px 0;
  }

  .info-box{
    display: flex;
    gap: 10px;
    padding:10px;
  }

  .info-box h3{
    font-size:17px;
  }

  .info-box p{
    font-size:14px;
  }
}



  /* ===================== */

.x-product-fea{
  padding: 10px;
  border-left:5px solid #27AE60;
  margin: 10px;

}

.x-product-fea h3{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
.x-product-fea p{
    font-size: 14px;
}




/* Hide radio */
.product-quanti-tab input[type="radio"] {
    display: none;
}

/* Button wrapper */
.btn-qty {
    margin: 5px;
    cursor: pointer;
}

/* Text span = actual button */
.btn-qty span {
    display: inline-block;
    font-size: 15px;
    background-color: #b2ffd2;
    color: #000;
    padding: 6px 16px;
    border-radius: 5px;
    transition: all 0.25s ease;
    user-select: none;
}

/* Hover */
.btn-qty:hover span {
    background-color: #219653;
    color: #fff;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.34);
}

/* ✅ Active (checked) */
.product-quanti-tab input[type="radio"]:checked + span {
    background-color: #219653;
    color: #fff;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.34);
}


/* ============= */







/* ========== */

.brand-marquee {
    overflow: hidden;
    background: #fff;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll-marquee 25s linear infinite;
}

.marquee-content {
    display: flex;
    align-items: center;
}

.marquee-content img {
    height: 45px;
    margin: 0 40px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: 0.3s;
}

.marquee-content img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Animation */
@keyframes scroll-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


@media (max-width: 768px) {
    .marquee-content img {
        height: 32px;
        margin: 0 20px;
    }
}


/* ======Home blog section======= */

.blog-box{
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    height: 100%;
}

.blog-box img{
    width: 100%;
    height: auto;
}

.blog-desc {
    padding: 10px 10px 0 10px;
}
.blog-meta span{
    font-size: 12px;
    color: #888888;
    margin-right: 10px;
}

.blog-desc h3{
    font-size: 16px;
    color: #242424;
    margin: 10px 0;
}
.btn-read-more{
    color: #F4991A;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

.btn-read-more:hover{
    color: #F4991A;
}


/* =============FAQ's============== */

.faq-section {
  margin: 0 auto;
  padding: 60px 20px;
}
.faq-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer p {
  padding-bottom: 18px;
  line-height: 1.7;
  color: #555;
  font-size: 15px;
}


/*========blog Page ======== */


.blog_item{
  background-color: #fff;
  padding:10px;
  border-radius:5px;
}

.blog_thumb img{
   border-radius:5px;
   width:100%;
   height:350px;
}

.blog_item_meta span{
    color:#F4991A;
    font-weight:500;
    font-size:15px;
    margin-right:10px;
}
.blog_head_main-2 a{
    color:#344F1F;
    font-weight:800;
    font-size:28px;
}

.btn-read{
    background-color:#000;
    color:#fff;
    padding:5px 15px;
}
.btn-read:hover{
    background-color:#F4991A;
}


.sidebar-widget{
    background-color: #fff;
    padding:10px;
    border-radius:5px;
}

.side-blog-title {
    font-size:16px;
    font-weight:500;
}

.side-prodt{
     font-size:16px;
    font-weight:500;
}

@media (max-width: 450px) {
    .blog_head_main-2 a{
        font-size:22px;
        letter-spacing:normal;
    }

    .blog_item_meta span{
        font-weight:500;
        font-size:12px;
    }
}


/* ========author======== */


.dr_img img{
  width: 100%;
  border-radius:50%;
  border:3px solid  #2D4F2B;
}

.Reviwe{
    background-color:#fff;
    padding:10px;
    border: 1px dashed #F4991A;
}

.dr_info{
    margin-top:10px;
}




/* ========footer========= */
footer{
    background-color: #F2EAD3;
    color: #000000;
    padding: 60px 0 0 0;
}

.footer-logo img{
    width:200px;
  }


footer ul {
    padding: 0;
    margin: 0 !important
}
footer ul li {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 5px;
}

footer ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
}
.footer-heading{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-newsletter form {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px ;
}
.footer-newsletter input[type="email"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}
.footer-newsletter button {
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-bottom{
    flex-direction: column;
    text-align: center;
  }

  .footer-logo img{
    width: 90%;
  }

}

@media screen and (max-width: 525px) {
  .footer-logo img{
    width:60%;
  }
}















