/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/



/* ===== Top Bar ===== */
.top-bar {
  background: #174c2d;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 6px 0;
  margin: 0;
  width: 100%;
}
.top-bar p { margin: 0; padding: 0; }
.top-bar a { color: #b2ff9e; margin-left: 5px; text-decoration: none; }

/* ===== Custom Header ===== */
.custom-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 12px 25px;
  margin: 0;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header-left { display: flex; align-items: center; gap: 15px; }
.menu-toggle {
  font-size: 22px; background: none; border: none; cursor: pointer; line-height: 1;
}
.site-logo img { max-height: 50px; display: block; }

/* ===== Search Box ===== */
.header-search {
  flex: 0 1 60%;
  margin: 0 auto;
  max-width: 700px;
}
.header-search form {
  display: flex;
  width: 100%;
}
.header-search input[type="search"] {
  flex: 1;
  padding: 14px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 6px 0 0 6px;
}
.header-search button {
  background: #97c35d;
  color: #fff;
  padding: 0 28px;
  font-size: 15px;
  border: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

/* ===== Header Icons ===== */
.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
.header-icons a {
  color: #222;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header-icons .icon {
  font-size: 18px;
}
.header-icons select {
  border: none;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}



/* ===== Teapoz Style Footer ===== */
.teapoz-footer {
  background: #fff;
  color: #333;
  font-family: 'Poppins', sans-serif;
  padding: 50px 30px 0;
}

.teapoz-footer .footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
}

.teapoz-footer h4 {
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #444;
}

.teapoz-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.teapoz-footer ul li {
  margin-bottom: 8px;
}

.teapoz-footer ul li a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
}

.teapoz-footer ul li a:hover {
  color: #7db343;
}

.contact-col p {
  font-size: 14px;
  margin: 6px 0;
}

.contact-col a.phone {
  color: #7db343;
  font-weight: bold;
}

/* Payments Section */
.footer-payments {
  text-align: center;
  padding: 30px 0;
  background: #fafafa;
  margin-top: 20px;
  border-radius: 6px;
}


.footer-payments h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #555;
}

.payment-icons img {
  height: 40px;      /* image ki height fix */
  max-width: 100%;   /* responsive */
  object-fit: contain;
}


/* Bottom Bar */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-left p {
  margin: 0;
}

.footer-bottom .brand {
  color: #6fb21c;
  font-weight: 600;
}

.footer-center {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-social a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f4f4f4;
  color: #444;
  font-size: 14px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #6fb21c;
  color: #fff;
}

.footer-right a {
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  color: #444;
  letter-spacing: 0.5px;
}

.footer-right a:hover {
  color: #6fb21c;
}


/* Newsletter Section */
.newsletter-section {
  background: url('http://localhost/teapoz/wp-content/uploads/2025/08/ft1_bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.newsletter-inner {
  max-width: 800px;
  margin: 0 auto;
}

.newsletter-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1d3b2a;
  margin-bottom: 15px;
}

.newsletter-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.newsletter-section .highlight {
  color: #6fb21c;
  font-weight: 600;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-form input {
  flex: 1;
  padding: 15px 20px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 6px 0 0 6px;
  outline: none;
}

.newsletter-form button {
  background: #6fb21c;
  color: #fff;
  border: none;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  background: #5a9a1a;
}

/* Prevent unwanted horizontal scroll */
body, html {
  overflow-x: hidden;
}




/* Hero Section */
.hero-section {
    background: url('https://yourdomain.com/wp-content/uploads/hero-bg.jpg') no-repeat center/cover;
    text-align: center;
    padding: 100px 20px;
    color: #fff;
}

.hero-section h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 20px;
    margin-bottom: 30px;
}

.btn-primary {
    background: #77a83f;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}
.btn-primary:hover {
    background: #5a7f2d;
}

/* Featured Products */
.featured-products {
    padding: 60px 20px;
    text-align: center;
}

.featured-products h2 {
    margin-bottom: 40px;
    font-size: 28px;
    color: #1d4925;
}

/* Blog Grid */
.latest-blog {
    padding: 60px 20px;
    background: #f9f9f9;
}

.latest-blog h2 {
    margin-bottom: 40px;
    font-size: 28px;
    color: #1d4925;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.blog-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.blog-item img {
    border-radius: 10px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}
.blog-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}



/* Slider Item */
.category-slider .item {
    padding: 10px;
}
.category-slider img {
    max-width: 100px;
    margin: 0 auto 10px;
    border-radius: 50%;
}
.category-slider h4 {
    font-size: 14px;
    color: #333;
    margin: 5px 0 0;
}

/* Custom Navigation Arrows */
.owl-nav button.owl-prev, 
.owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: #fff !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #333 !important;
}
.owl-nav button.owl-prev:hover svg,
.owl-nav button.owl-next:hover svg {
    stroke: #fff;
}

.owl-nav button.owl-prev {
    left: -50px;
}
.owl-nav button.owl-next {
    right: -50px;
}




.category-slider {
  position: relative;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.owl-nav button {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  cursor: pointer;
}
.owl-nav svg {
  width: 20px;
  height: 20px;
  stroke: #333;
}


/* ==== Hero Slider ==== */
.hero-slide {
    padding: 80px 0;
}
.hero-slide.slide-1 { background: #fbc4b5; }
.hero-slide.slide-2 { background: #ffe7b3; }
.hero-slide.slide-3 { background: #c3f7e6; }

.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left Text */
.hero-text {
    flex: 1;
    max-width: 45%;
    margin-left: 80px; /* left se thoda space */
}
.hero-text span {
    font-size: 14px;
    letter-spacing: 2px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}
.hero-text h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}
.hero-text p {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
}
.hero-btn {
    background: #fff;
    color: #000;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.hero-btn:hover {
    background: #000;
    color: #fff;
}

/* Right Image */
.hero-image {
    flex: 1;
    text-align: right;
}
.hero-image img {
    max-width: 100%;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-text {
        margin-left: 40px;
        max-width: 50%;
    }
}
@media (max-width: 768px) {
    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .hero-text {
        margin-left: 0;
        max-width: 100%;
    }
    .hero-image {
        text-align: center;
    }
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .header-inner { flex-wrap: wrap; }
  .header-search { order: 3; flex: 1 1 100%; margin-top: 10px; }
  .header-icons { order: 2; margin-left: auto; }
}



/* ===== Seasonal Favourites Title Center ===== */
.seasonal-favourites .fav-left {
  text-align: center;
}

.seasonal-favourites .fav-left h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.seasonal-favourites .fav-left .view-all {
  display: inline-block;
  margin-top: 10px;
  color: #6fb21c;
  font-weight: 600;
  text-decoration: none;
}

/* HERO BANNER */
.hero-banner {
  width: 100%;
  background: #fdf6ef;
  padding: 80px 0;  /* top-bottom padding */
  min-height: 600px; /* 👈 Minimum height set */
  display: flex;
  align-items: center; /* content vertical center */
}


.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 0 20px;
}

/* Left Image */
.hero-left {
  position: relative;
  flex: 1;
}
.hero-left img {
  width: 100%;
  border-radius: 12px;
}
.discount-badge {
  position: absolute;
  top: 20%;
  left: -40px;
  background: #fff;
  border-radius: 50%;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.discount-badge span {
  display: block;
  font-size: 14px;
  color: #333;
}
.discount-badge strong {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #4caf50;
}

/* Right Content */
.hero-right {
  flex: 1;
  text-align: left;
}
.hero-right .offer {
  color: #6aa84f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.hero-right h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #111;
}
.hero-right .desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.6;
}
.shop-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.shop-btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }
  .hero-left img {
    max-width: 350px;
    margin: 0 auto;
  }
  .discount-badge {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
  }
  .hero-right {
    text-align: center;
  }
  .hero-right h1 {
    font-size: 36px;
  }
}

.features-strip {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #11452d;  /* Dark green bg */
  padding: 30px 40px;
  flex-wrap: wrap;
  color: #fff;
}

.feature {
  display: flex;
  align-items: center;
  max-width: 280px;
  text-align: left;
  margin: 15px;
}

.feature .icon {
  width: 70px;
  height: 70px;
  background: #9dc94a; /* Light green */
  border-radius: 50%;  /* Perfect circle */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0; /* prevent stretching */
}

.feature .icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}


.feature .icon img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1); /* makes icon white */
}

.feature .text h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #fff;
}

.feature .text p {
  font-size: 14px;
  margin: 0;
  color: #eee;
}
