/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    https://example.com/twenty-sixteen-child
 Description:  Child theme of Twenty Sixteen
 Author:       Aapka Naam
 Author URI:   https://example.com
 Template:     twentysixteen
 Version:      1.0.0
*/

/* Yahan se apna custom CSS likho */
:root {
    --brand-green: #1f6b2f;
    --brand-green-dark: #0f4d1f;
    --brand-yellow: #f6c343;
    --soft-cream: #fff9ec;
    --muted-bg: #f6f7fb;
    --radius: 14px;
    --shadow: 0 16px 40px rgba(15, 27, 40, 0.08);
  }
  body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    background: #fff;
    color: #1f2a37;
    line-height: 1.6;
  }
  div#content {
        padding: 0 !important;
    }
  a { text-decoration: none; }
  .topbar {
    background: linear-gradient(90deg, rgba(255, 249, 236, 0.9), rgba(255, 255, 255, 0.8));
    font-size: 0.95rem;
  }
  .topbar a { color: #2c3e50; transition: color 0.25s ease; }
  .topbar a:hover { color: var(--brand-green); }

  .navbar {
    backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.92) !important;
    box-shadow: 0 8px 24px rgba(15, 27, 40, 0.06);
  }
  .navbar-brand img { height: 46px; }
  .nav-link { font-weight: 600; color: #1f2a37 !important; margin: 0 6px; }
  .nav-link.active, .nav-link:hover { color: var(--brand-green) !important; }

  .btn-success-custom {
    background: linear-gradient(135deg, var(--brand-green), #23923c);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    box-shadow: 0 12px 24px rgba(31, 107, 47, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }
  .btn-success-custom:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(31, 107, 47, 0.3); }
  .btn-white-custom {
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.8);
    color: #fff;
    padding: 10px 18px;
    backdrop-filter: blur(4px);
    transition: transform 0.2s ease, background 0.2s ease;
  }
  .btn-white-custom:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }

  .btn-outline-success-custom {
    border-radius: 999px;
    border: 1px solid var(--brand-green);
    color: var(--brand-green);
    padding: 9px 16px;
    transition: all 0.2s ease;
  }
  .btn-outline-success-custom:hover {
    background: var(--brand-green);
    color: #fff;
    box-shadow: 0 10px 20px rgba(31, 107, 47, 0.2);
  }
  .btn-yellow-custom {
    background: var(--brand-yellow);
    border-radius: 999px;
    color: #1f2a37;
    padding: 9px 16px;
    border: none;
    box-shadow: 0 10px 24px rgba(246, 195, 67, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .btn-yellow-custom:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(246, 195, 67, 0.45); }

  /* Hero */
  .hero { padding-top: 0; }
  .hero-slide {
    min-height: 78vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
  }
  .hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,77,31,0.72), rgba(15,77,31,0.35));
  }
  .hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 650px;
    padding: 12px;
  }
  .hero-content h1 { font-size: clamp(2.3rem, 4vw, 3.4rem); font-weight: 800; letter-spacing: -0.5px; }
  .hero-content p { font-size: 1.1rem; color: rgba(255,255,255,0.9); }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1) drop-shadow(0 6px 12px rgba(0,0,0,0.4));
    width: 1.5rem; height: 1.5rem;
  }
  .hero button.carousel-control-next:hover { background:transparent !important;}
  .hero button.carousel-control-prev:hover { background:transparent !important;}

  /* Sections */
  .section-title { font-weight: 800; letter-spacing: -0.3px; }

  /* About */
  .about-hero { position: relative; }
  .about-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(31,107,47,0.12);
    color: var(--brand-green);
    font-weight: 700;
    font-size: 0.9rem;
  }
  .about-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(31,107,47,0.12);
    color: #1f2a37;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(15, 27, 40, 0.04);
  }
  .about-visual { position: relative; }
  .about-visual img { box-shadow: var(--shadow); border-radius: var(--radius); }
  .about-visual {
    position: relative;
    padding: 12px;
    background: radial-gradient(circle at 20% 20%, rgba(31,107,47,0.06), transparent 32%), #f8fbf7;
    border: 1px solid rgba(31,107,47,0.08);
    border-radius: calc(var(--radius) + 4px);
    box-shadow: 0 18px 38px rgba(15,27,40,0.1);
  }
  .about-visual::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: calc(var(--radius) + 2px);
    border: 1px dashed rgba(31,107,47,0.12);
    pointer-events: none;
  }
  .about-ribbon {
    position: absolute;
    top: 14px; left: 16px;
    background: linear-gradient(135deg, var(--brand-green), #23923c);
    color: #fff;
    padding: 7px 14px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    box-shadow: 0 12px 22px rgba(31,107,47,0.25);
    z-index: 2;
  }
  .about-spec {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    background: #fff;
    border: 1px solid rgba(31,107,47,0.12);
    border-radius: 999px;
    box-shadow: 0 12px 22px rgba(15,27,40,0.12);
    font-weight: 700;
    color: #1f2a37;
    z-index: 2;
    font-size: 0.95rem;
  }
  .about-spec-capacity { top: 16px; right: 16px; }
  .about-spec-power { bottom: 193px; left: 20px; }
  .about-visual-card {
    position: absolute;
    bottom: 12px; left: 12px; right: 12px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(6px);
    border-radius: var(--radius);
    padding: 14px;
    box-shadow: 0 14px 32px rgba(15,27,40,0.16);
    border: 1px solid rgba(15,77,31,0.08);
  }
  .about-visual-card ul { padding-left: 18px; }
  .about-visual-card li { margin-bottom: 6px; color: #1f2a37; }
  .about-visual-card li:last-child { margin-bottom: 0; }
  .about-card {
    border-radius: var(--radius);
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(15,77,31,0.08);
    box-shadow: var(--shadow);
  }
  .about-icon {
    width: 46px; height: 46px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(31,107,47,0.12);
    color: var(--brand-green);
    margin-bottom: 10px;
  }
  .about-stats .stat-card {
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(31,107,47,0.08);
    padding: 14px;
    box-shadow: 0 12px 28px rgba(15,27,40,0.08);
    height: 100%;
  }
  .stat-value { font-weight: 800; font-size: 1.1rem; color: var(--brand-green); }
  .stat-label { font-size: 0.92rem; color: #4b5563; }
  .timeline { border-left: 2px solid rgba(31,107,47,0.25); padding-left: 18px; }
  .timeline-item { position: relative; margin-bottom: 14px; }
  .timeline-item:last-child { margin-bottom: 0; }
  .timeline-dot {
    position: absolute;
    left: -28px; top: 4px;
    width: 12px; height: 12px;
    background: var(--brand-green);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(31,107,47,0.15);
  }
  .about-cta {
    border-radius: var(--radius);
    padding: 20px;
    background: linear-gradient(120deg, rgba(31,107,47,0.1), rgba(31,107,47,0.02));
    border: 1px solid rgba(31,107,47,0.12);
  }

  /* Feature cards */
  .feature-card {
    border-radius: var(--radius);
    padding: 20px;
    background: #fff;
    box-shadow: var(--shadow);
    border: 1px solid rgba(15,77,31,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, translate 0.25s ease;
  }
  .feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(15, 27, 40, 0.12); }
  .feature-icon {
    width: 62px; height: 62px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(31,107,47,0.12);
    color: var(--brand-green);
    margin-bottom: 12px;
  }

  /* Products */
  .product-card {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(15,77,31,0.06);
    box-shadow: var(--shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    background: #fff;
  }
  .product-card:hover { transform: translateY(-8px); box-shadow: 0 22px 50px rgba(15, 27, 40, 0.15); }
  .product-card .card-img-top { height: 230px; object-fit: cover; transition: transform 0.4s ease; }
  .product-card:hover .card-img-top { transform: scale(1.05); }
  .product-badge {
    position: absolute; right: 12px; top: 12px;
    background: var(--brand-yellow); color: #1f2a37;
    font-weight: 700; padding: 6px 11px; border-radius: 999px;
    box-shadow: 0 10px 20px rgba(246, 195, 67, 0.4);
  }

  /* Testimonials */
  .testimonial {
    border-radius: var(--radius);
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(15,77,31,0.06);
    box-shadow: var(--shadow);
    min-height: 160px;
  }
  .rating { color: var(--brand-yellow); }

  /* Contact */
  .contact-card {
    border-radius: var(--radius);
    padding: 24px;
    background: #fff;
    box-shadow: var(--shadow);
    border: 1px solid rgba(15,77,31,0.06);
  }
  .form-control { border-radius: 12px !important; padding: 12px 14px !important; border: 1px solid #dfe4ea !important; }
  .form-control:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 0.2rem rgba(31,107,47,0.12);
  }

  /* Footer */
  .site-footer {
    background: radial-gradient(circle at 18% 20%, rgba(255,255,255,0.08), transparent 25%), #0f4d1f;
    color: #f2f6f3;
  }
  .site-footer a { color: #e9f2eb; }
  .site-footer a:hover { color: var(--brand-yellow); }

  /* Utilities */
  .bg-soft { background: var(--muted-bg); }
  .section-pad { padding: 72px 0; }
  
  #products .card .card-body strong{ width: min-content;}
  #catalog .card .card-body strong {width: min-content;}
  #products .card .card-body span.woocommerce-Price-amount.amount bdi {background: transparent; color: #212529;}
  mark, ins { background: transparent !important; color:#212529 !important;}
  
  @media (max-width: 767px) {
    .hero-slide { min-height: 70vh; }
    .product-card .card-img-top { height: 190px; }
    .topbar .container { flex-direction: column; gap: 6px; }
    .about-visual { padding: 10px; }
    .about-ribbon {
      position: static;
      display: inline-block;
      margin-bottom: 8px;
    }
    .about-spec {
      position: static;
      margin-top: 8px;
      box-shadow: 0 8px 14px rgba(15,27,40,0.08);
    }
    .about-visual-card {
      position: static;
      margin-top: 12px;
    }
  }

  .testi-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  }
  .testi-controls {
  display: inline-flex;
  gap: 8px;
  }
  .testi-controls .carousel-control-prev,
  .testi-controls .carousel-control-next {
  position: static;
  width: 42px;
  height: 42px;
  opacity: 1;
  }
  .testi-controls .carousel-control-prev-icon,
  .testi-controls .carousel-control-next-icon {
  filter: invert(1) drop-shadow(0 4px 8px rgba(0,0,0,0.25));
  }
  @media (max-width: 575px) {
  .testi-header { flex-direction: column; align-items: flex-start; }
  .testi-controls { align-self: flex-start; }
  }
.site-footer ul {margin:0 }
.woocommerce-page .site-content { max-width: 1140px; margin: auto;}
.woocommerce-page .content-area { width: 100%;}

/*=========================== cart page ============================*/

.woocommerce-cart .wc-block-grid__products {
  list-style: none;
  padding: 0;
  margin: 0 -12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}
.woocommerce-cart .wc-block-grid__products>li{
  max-width:100% !important;
}
.woocommerce-cart .wc-block-grid__product {
  background: #fff;
  border: 1px solid rgba(31,107,47,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-cart .wc-block-grid__product:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(15,27,40,0.12);
}

.woocommerce-cart .wc-block-grid__product-link { color: inherit; display: block; }

.woocommerce-cart .wc-block-grid__product-image {
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce-cart .wc-block-grid__product-image img {
  max-width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 12px;
}

.woocommerce-cart .wc-block-grid__product-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 6px;
  color: #1f2a37;
}

.woocommerce-cart .wc-block-grid__product-price {
  margin: 6px 0 10px;
  font-weight: 700;
  color: var(--brand-green);
}
.woocommerce-cart .wc-block-grid__product-price del {
  color: #9ca3af;
  margin-right: 6px;
}
.woocommerce-cart .wc-block-grid__product-price ins {
  text-decoration: none;
  color: var(--brand-green);
}

.woocommerce-cart .wc-block-grid__product-onsale span[aria-hidden="true"] {
  background: var(--brand-yellow);
  color: #1f2a37;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  box-shadow: 0 10px 20px rgba(246,195,67,0.35);
  display: inline-block;
  margin-bottom: 0 !important;
}

.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  padding: 10px 14px;
  background: linear-gradient(135deg, var(--brand-green), #23923c);
  color: #fff;
  border: none;
  box-shadow: 0 12px 24px rgba(31,107,47,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(31,107,47,0.3);
}

/* Responsive tweaks */
@media (max-width: 575px) {
  .woocommerce-cart .wc-block-grid__products { gap: 14px; }
  .woocommerce-cart .wc-block-grid__product-image img { height: 170px; }
}

.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-button.wc-block-components-checkout-place-order-button {
    background: linear-gradient(135deg, var(--brand-green), #23923c);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    box-shadow: 0 12px 24px rgba(31, 107, 47, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-button.wc-block-components-checkout-place-order-button:hover{
    background:#FFF;
    border: 1px solid #23923c !important;
    color:#1b2a37;
}
.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button {
    border: 1px solid #23923c !important;
    color: #000000;
    border-radius: 999px;
    padding: 10px 28px;
    box-shadow: 0 12px 24px rgba(31, 107, 47, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    display:flex;
    align-items:center;
}
.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row a.wc-block-components-checkout-return-to-cart-button:hover{ background:#23923c; color:#FFF;}
.woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
    fill: currentColor;
    position: unset !important;
    transform:none;
    margin-right:5px;
}

.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-container a.wc-block-cart__submit-button {
    background: linear-gradient(135deg, var(--brand-green), #23923c);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    box-shadow: 0 12px 24px rgba(31, 107, 47, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.woocommerce-cart .wc-block-cart__submit .wc-block-cart__submit-container a.wc-block-cart__submit-button:hover{
     background: linear-gradient(135deg, var(--brand-green), #198754);
}
nav.woocommerce-breadcrumb {
    padding: 20px;
}

button.single_add_to_cart_button.button.alt {
    background: linear-gradient(135deg, var(--brand-green), #23923c);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 16px 18px;
    box-shadow: 0 12px 24px rgba(31, 107, 47, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
/* ===============================
   PRODUCTS GRID (LEFT + RESPONSIVE)
   =============================== */

.woocommerce-page ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    justify-content: start;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

/* ===============================
   PRODUCT CARD
   =============================== */

.woocommerce-page ul.products li.product {
    background: #fff;
    border-radius: 4px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    width: 100% !important;
    list-style: none;
}

.woocommerce-page ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.15);
}

/* ===============================
   PRODUCT IMAGE
   =============================== */

.woocommerce-page ul.products li.product img {
    width: 100%;
    max-height: 220px;
    object-fit: contain;
    margin-bottom: 15px;
}

/* ===============================
   SALE BADGE
   =============================== */

.woocommerce-page span.onsale {
    background: #2e7d32;
    color: #fff;
    border-radius: 20px;
    padding: 0 14px;
    font-size: 13px;
    top: 15px;
    right: 15px;
    left: auto;
}

/* ===============================
   PRODUCT TITLE (NO VERTICAL TEXT)
   =============================== */

.woocommerce-page ul.products li.product h2 {
    font-size: 17px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
    line-height: 1.4;

    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;

    /* Max 2 lines (professional look) */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===============================
   PRICE
   =============================== */

.woocommerce-page ul.products li.product .price {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}

.woocommerce-page ul.products li.product .price del {
    color: #999;
    font-size: 14px;
}

.woocommerce-page ul.products li.product .price ins {
    text-decoration: none;
    color: #e53935;
}

/* ===============================
   ADD TO CART BUTTON
   =============================== */

.woocommerce-page ul.products li.product .button {
    background: linear-gradient(135deg, var(--brand-green), #23923c);
    color: #fff;
    border-radius: 30px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.woocommerce-page ul.products li.product .button:hover {
    background: linear-gradient(135deg, #23923c, var(--brand-green));
    transform: scale(1.05);
}

/* ===============================
   RESPONSIVE BREAKPOINTS
   =============================== */

/* TABLET – 2 COLUMNS */
@media (max-width: 991px) {
    .woocommerce-page ul.products {
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce-page ul.products li.product {
        padding: 16px;
    }
}

/* MOBILE – 1 COLUMN */
@media (max-width: 576px) {
    .woocommerce-page ul.products {
        grid-template-columns: 1fr;
    }

    .woocommerce-page ul.products li.product img {
        max-height: 180px;
    }

    .woocommerce-page ul.products li.product h2 {
        font-size: 15px;
        -webkit-line-clamp: 3;
    }

    .woocommerce-page ul.products li.product .button {
        padding: 12px 24px;
        font-size: 13px;
    }
}

.woocommerce #review_form {
    background: #f9fbf9;
    border-radius: 4px;
    padding: 24px;
    border: 1px solid #e0e0e0;
}

.woocommerce #review_form #reply-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
    border:none;
}

.woocommerce #review_form label {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 6px;
    display: block;
}

.woocommerce #review_form textarea {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.woocommerce #review_form textarea:focus {
    border-color: var(--brand-green);
    box-shadow: 0 0 0 2px rgba(35,146,60,0.2);
    outline: none;
}
.woocommerce .stars a {
    color: #007b3a;
}

.woocommerce .stars a:hover,
.woocommerce .stars a.active,
.woocommerce .stars a.selected {
    color: var(--brand-green);
}
.woocommerce #review_form #submit {
    background: linear-gradient(135deg, var(--brand-green), #23923c) !important;
    color: #fff !important;
    padding: 12px 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce #review_form #submit:hover {
    background: linear-gradient(135deg, #23923c, var(--brand-green));
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
#products .product-card img {
    display: block;
    margin: 0 auto;
}
#products .product-card .position-relative {
    display: flex;
    justify-content: center;
    align-items: center;
}

#products .product-card img {
    max-width: 100%;
    height: auto;
}
.woocommerce-page .related h2 {
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -0.3px;
}
.woocommerce-page .product .woocommerce-tabs .woocommerce-Tabs-panel--description table {
    border-width: thin;
    margin: 0;
    width: 100%;
}
/* Make table responsive on small devices */
.woocommerce-Tabs-panel table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

/* Wrap table for horizontal scroll on mobile */
@media (max-width: 768px) {
    .woocommerce-Tabs-panel {
        overflow-x: auto;
    }

    .woocommerce-Tabs-panel table {
        min-width: 100%;
        display: block;
    }
}

/* Optional: better spacing */
.woocommerce-Tabs-panel td {
    padding: 10px 8px;
    vertical-align: top;
}

.woocommerce-Tabs-panel h5 {
    margin: 0;
    font-size: 14px;
}

.woocommerce-Tabs-panel p {
    margin: 0;
    font-size: 14px;
}
.woocommerce-page nav.woocommerce-breadcrumb {
    padding: 20px 0  10px!important;
}
.woocommerce-page .related  a.added_to_cart.wc-forward {
    color: #1b2a37;
}

/* =========================
   CART PAGE SCOPE
========================= */
.wp-block-woocommerce-cart .wc-block-cart-items {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 16px;
}

/* Cart row as card */
.wp-block-woocommerce-cart .wc-block-cart-items__row {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Remove borders */
.wp-block-woocommerce-cart .wc-block-cart-items th,
.wp-block-woocommerce-cart .wc-block-cart-items td {
    border: none;
    vertical-align: top;
    padding: 16px;
}

/* =========================
   PRODUCT IMAGE
========================= */
.wp-block-woocommerce-cart .wc-block-cart-item__image img {
    width: 100px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* =========================
   PRODUCT DETAILS
========================= */
.wp-block-woocommerce-cart .wc-block-components-product-name {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}

.wp-block-woocommerce-cart .wc-block-cart-item__prices ins {
    color: #e53935;
    font-weight: 700;
    text-decoration: none;
}

.wp-block-woocommerce-cart .wc-block-cart-item__prices del {
    color: #9ca3af;
    font-size: 13px;
}

/* Sale badge */
.wp-block-woocommerce-cart .wc-block-components-sale-badge {
    display: inline-block;
    margin: 6px 0;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
}

/* Description */
.wp-block-woocommerce-cart .wc-block-components-product-metadata p {
    font-size: 13px;
    color: #6b7280;
    margin: 8px 0 0;
}

/* =========================
   QUANTITY
========================= */
.wp-block-woocommerce-cart .wc-block-cart-item__quantity {
    margin-top: 12px;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    overflow: hidden;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector__input {
    width: 48px;
    border: none;
    text-align: center;
    font-weight: 600;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector__button {
    background: #f3f4f6;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
}

/* Remove item */
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
    display: block;
    margin-top: 8px;
    color: #dc2626;
    font-size: 13px;
    background: none;
    border: none;
    cursor: pointer;
}

/* =========================
   TOTAL PRICE
========================= */
.wp-block-woocommerce-cart .wc-block-cart-item__total {
    text-align: right;
}

.wp-block-woocommerce-cart 
.wc-block-cart-item__total-price-and-sale-badge-wrapper span {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

/* =========================
   MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {

    .wp-block-woocommerce-cart .wc-block-cart-items thead {
        display: none;
    }

    .wp-block-woocommerce-cart .wc-block-cart-items__row {
        display: block;
        padding: 12px;
    }

    .wp-block-woocommerce-cart .wc-block-cart-items__row td {
        display: block;
        padding: 8px 0;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__image img {
        width: 120px;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__total {
        text-align: left;
        margin-top: 10px;
        font-size: 16px;
    }
}

/* CART PAGE – APPLY COUPON BUTTON */
.wp-block-woocommerce-cart 
.wc-block-components-totals-coupon__button {
    background: linear-gradient(135deg, var(--brand-green), #23923c) !important;
    color: #fff !important;
    border-radius: 30px;
    padding: 7px 28px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

/* Hover */
.wp-block-woocommerce-cart 
.wc-block-components-totals-coupon__button:hover:not([disabled]) {
    transform: scale(1.05);
    opacity: 0.95;
}

/* Disabled state (when coupon empty) */
.wp-block-woocommerce-cart 
.wc-block-components-totals-coupon__button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* CHECKOUT PAGE – APPLY COUPON BUTTON */
.wp-block-woocommerce-checkout 
.wc-block-components-totals-coupon__button {
    background: linear-gradient(135deg, var(--brand-green), #23923c) !important;
    color: #fff !important;
    border-radius: 30px;
    padding: 12px 28px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

/* Hover */
.wp-block-woocommerce-checkout 
.wc-block-components-totals-coupon__button:hover:not([disabled]) {
    transform: scale(1.05);
    opacity: 0.95;
}

/* Disabled state */
.wp-block-woocommerce-checkout 
.wc-block-components-totals-coupon__button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* Accordion item */
#faqAccordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Accordion button default */
#faqAccordion .accordion-button {
    background: #f8f9fa;
    color: #1f2937;
    font-weight: 600;
    padding: 16px 18px;
    transition: all 0.3s ease;
}

/* Remove bootstrap focus shadow */
#faqAccordion .accordion-button:focus {
    box-shadow: none;
}

/* ACTIVE / OPEN accordion → your gradient */
#faqAccordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--brand-green), #23923c);
    color: #fff;
}

/* Arrow icon color fix */
#faqAccordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/* Hover effect */
#faqAccordion .accordion-button:hover {
    background: linear-gradient(135deg, var(--brand-green), #23923c);
    color: #fff;
}

/* Accordion body */
#faqAccordion .accordion-body {
    background: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    padding: 16px 18px;
}
.testimonial__sec .testi-header button.carousel-control-next:hover, .testimonial__sec .testi-header button.carousel-control-prev:hover {background:#0f4d1f;}
.policy-content h2 {
    font-size: 24px !important;
	margin:0;
}
