:root {
      --green-dark: #554428;
      --green-mid: #e4b460;
      --green-light: #e4b460;
      --cream: #f5f0e8;
      --cream-dark: #ede5d4;
      --warm-white: #faf8f3;
      --text-dark: #1a2a0e;
      --text-mid: #e4b460;
      --accent-gold: #c8a84b;
      --shadow-soft: 0 4px 24px rgba(45,80,22,0.10);
      --radius: 16px;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }

    body {
      font-family: 'Tajawal', sans-serif;
      background: var(--warm-white);
      color: var(--text-dark);
      direction: rtl;
    }

    /* ── TOP BAR ── */
    .top-bar {
      background: var(--green-dark);
      color: #e8f5d8;
      font-size: 13px;
      padding: 7px 0;
    }
    .top-bar a { color: #e8f5d8; text-decoration: none; }
    .top-bar a:hover { color: #fff; }

    /* ── NAVBAR ── */
    .navbar-main {
      background: #fff;
      padding: 14px 0;
      box-shadow: 0 2px 16px rgba(45,80,22,0.08);
      position: sticky;
      top: 0;
      z-index: 1000;
    }
    .brand-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
    }
    .brand-icon {
      width: 52px; height: 52px;
      background: linear-gradient(135deg, var(--green-mid), var(--green-light));
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 22px; color: #fff;
    }
    .brand-text h5 {
      font-size: 22px; font-weight: 900;
      color: var(--green-dark); margin: 0; line-height: 1;
    }
    .brand-text small {
      font-size: 10px; color: var(--green-mid); display: block;
    }

    .nav-link-main {
      color: var(--text-dark) !important;
      font-size: 15px; font-weight: 500;
      padding: 6px 14px !important;
      border-radius: 8px;
      transition: all .2s;
    }
    .nav-link-main:hover, .nav-link-main.active {
      color: var(--green-mid) !important;
      background: var(--cream);
    }

    .btn-register {
      background: var(--green-dark);
      color: #fff !important;
      border-radius: 50px;
      padding: 8px 22px !important;
      font-weight: 700;
      font-size: 14px;
      transition: all .2s;
      border: none;
    }
    .btn-register:hover {
      background: var(--green-mid);
      transform: translateY(-1px);
      box-shadow: 0 4px 16px rgba(45,80,22,0.25);
    }

    .icon-btn {
      width: 40px; height: 40px;
      border-radius: 50%;
      background: var(--cream);
      border: none;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px; color: var(--green-dark);
      cursor: pointer;
      transition: all .2s;
      position: relative;
      text-decoration: none;
    }
    .icon-btn:hover { background: var(--cream-dark); }
    .cart-badge {
      position: absolute; top: -4px; left: -4px;
      background: var(--green-mid); color: #fff;
      width: 18px; height: 18px;
      border-radius: 50%; font-size: 10px;
      display: flex; align-items: center; justify-content: center;
    }

    /* ── HERO SLIDER ── */
    .hero-section {
      position: relative;
      overflow: hidden;
      border-radius: 0 0 32px 32px;
    }
    .hero-slide {
      background: linear-gradient(120deg, #e8f0dc 0%, #f5ede0 50%, #ede8d8 100%);
      min-height: 420px;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
    }
    .hero-slide::before {
      content: '';
      position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234a7c2f' fill-opacity='0.04'%3E%3Cpath d='M0 0h80v80H0z'/%3E%3Ccircle cx='40' cy='40' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      pointer-events: none;
    }
    .hero-leaf {
      position: absolute;
      font-size: 60px;
      opacity: 0.12;
      color: var(--green-mid);
    }
    .leaf-1 { top: 10%; left: 5%; transform: rotate(-30deg); font-size: 80px; }
    .leaf-2 { bottom: 10%; left: 15%; transform: rotate(20deg); font-size: 50px; }
    .leaf-3 { top: 20%; right: 30%; transform: rotate(60deg); font-size: 40px; }

    .hero-text { position: relative; z-index: 2; }
    .hero-text h1 {
      font-size: 48px; font-weight: 900;
      color: var(--green-dark);
      line-height: 1.15;
      margin-bottom: 12px;
    }
    .hero-text p {
      font-size: 17px; color: var(--text-mid);
      margin-bottom: 28px; font-weight: 400;
    }
    .btn-shop {
      background: var(--green-dark);
      color: #fff; border: none;
      padding: 13px 32px;
      border-radius: 50px;
      font-size: 16px; font-weight: 700;
      cursor: pointer;
      transition: all .25s;
      display: inline-flex; align-items: center; gap: 10px;
      text-decoration: none;
    }
    .btn-shop:hover {
      background: var(--green-mid);
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(45,80,22,0.3);
    }
    .btn-shop i { transition: transform .2s; }
    .btn-shop:hover i { transform: translateX(-4px); }

    .hero-img-wrap {
      position: relative; z-index: 2;
    }
    .hero-img-wrap img {
      border-radius: 24px;
      object-fit: cover;
      width: 100%; max-height: 340px;
      box-shadow: 0 12px 40px rgba(45,80,22,0.18);
    }
    .hero-badge {
      position: absolute;
      bottom: 24px; left: -16px;
      background: var(--green-dark);
      color: #fff;
      border-radius: 50%;
      width: 90px; height: 90px;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      font-size: 11px; font-weight: 700;
      text-align: center; line-height: 1.3;
      box-shadow: 0 4px 16px rgba(45,80,22,0.3);
    }
    .hero-badge span { font-size: 20px; font-weight: 900; }

    /* Carousel controls */
    .carousel-control-prev, .carousel-control-next {
      width: 44px; height: 44px;
      background: #fff !important;
      border-radius: 50%;
      top: 50%; transform: translateY(-50%);
      opacity: 1 !important;
      box-shadow: 0 2px 12px rgba(0,0,0,.12);
    }
    .carousel-control-prev { right: auto; left: 16px; }
    .carousel-control-next { left: auto; right: 16px; }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(25%) sepia(50%) saturate(500%) hue-rotate(80deg);
      width: 18px; height: 18px;
    }
    .carousel-indicators [data-bs-target] {
      background-color: var(--green-mid) !important;
      width: 10px; height: 10px;
      border-radius: 50%;
      opacity: .4;
    }
    .carousel-indicators .active { opacity: 1; }

    /* ── FEATURE CARDS ── */
    .features-section { padding: 36px 0 10px; }
    .feature-card {
      background: #fff;
      border-radius: var(--radius);
      padding: 24px 20px;
      display: flex; align-items: flex-start; gap: 16px;
      box-shadow: var(--shadow-soft);
      border: 1px solid var(--cream-dark);
      transition: all .25s;
      height: 100%;
    }
    .feature-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 32px rgba(45,80,22,0.14);
    }
    .feature-icon {
      width: 56px; height: 56px; flex-shrink: 0;
      background: var(--cream);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 24px; color: var(--green-mid);
    }
    .feature-card h6 {
      font-size: 16px; font-weight: 700;
      color: var(--green-dark); margin-bottom: 4px;
    }
    .feature-card p {
      font-size: 13px; color: #666; margin: 0; line-height: 1.6;
    }

    /* ── SECTION HEADER ── */
    .section-header {
      text-align: center;
      margin-bottom: 32px;
      position: relative;
    }
    .section-header h2 {
      font-size: 28px; font-weight: 800;
      color: var(--green-dark);
      display: inline-flex; align-items: center; gap: 14px;
    }
    .section-header h2::before,
    .section-header h2::after {
      content: '';
      display: block;
      width: 50px; height: 2px;
      background: linear-gradient(90deg, transparent, var(--green-mid));
      border-radius: 2px;
    }
    .section-header h2::after {
      background: linear-gradient(90deg, var(--green-mid), transparent);
    }
    .divider-leaf {
      color: var(--green-light); font-size: 18px;
    }

    /* ── CATEGORIES ── */
    .categories-section { padding: 40px 0; }
    .cat-card {
      border-radius: var(--radius);
      overflow: hidden;
      position: relative;
      cursor: pointer;
      transition: transform .25s;
      aspect-ratio: 4/3;
    }
    .cat-card:hover { transform: scale(1.03); }
    .cat-card img {
      width: 100%; height: 100%;
      object-fit: cover;
      transition: transform .4s;
    }
    .cat-card:hover img { transform: scale(1.08); }
    .cat-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(20,50,5,.75) 0%, transparent 60%);
      display: flex; align-items: flex-end;
      padding: 16px;
    }
    .cat-overlay h5 {
      color: #fff; font-size: 18px; font-weight: 800;
      margin: 0; text-shadow: 0 2px 8px rgba(0,0,0,.4);
    }
    .cat-nav-btn {
      position: absolute; top: 50%; transform: translateY(-50%);
      background: rgba(255,255,255,.85);
      border: none; border-radius: 50%;
      width: 32px; height: 32px;
      display: flex; align-items: center; justify-content: center;
      font-size: 13px; color: var(--green-dark);
      cursor: pointer; z-index: 5;
      transition: background .2s;
    }
    .cat-nav-btn:hover { background: #fff; }
    .cat-nav-right { right: 8px; }
    .cat-nav-left { left: 8px; }

    /* ── INFO STRIP ── */
    .info-strip {
      background: var(--cream);
      border-radius: var(--radius);
      padding: 28px 24px;
      margin: 20px 0;
    }
    .info-item {
      display: flex; align-items: center; gap: 14px;
      padding: 10px 0;
    }
    .info-icon {
      width: 48px; height: 48px; flex-shrink: 0;
      background: #fff;
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 20px; color: var(--green-mid);
      box-shadow: 0 2px 8px rgba(45,80,22,0.1);
    }
    .info-item h6 { font-size: 14px; font-weight: 700; color: var(--green-dark); margin: 0 0 2px; }
    .info-item p { font-size: 12px; color: #777; margin: 0; }

    /* ── NOTIFICATION TOAST ── */
    .purchase-toast {
      position: fixed;
      bottom: 24px; right: 24px;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 8px 32px rgba(0,0,0,.14);
      padding: 14px 18px;
      display: flex; align-items: center; gap: 14px;
      z-index: 9999;
      max-width: 280px;
      animation: slideInRight .4s ease;
    }
    @keyframes slideInRight {
      from { transform: translateX(120%); opacity: 0; }
      to { transform: translateX(0); opacity: 1; }
    }
    .toast-img {
      width: 52px; height: 52px;
      border-radius: 10px; object-fit: cover;
    }
    .toast-text small { font-size: 11px; color: #999; display: block; }
    .toast-text strong { font-size: 13px; color: var(--green-dark); display: block; margin: 2px 0; }
    .toast-text span { font-size: 11px; color: var(--green-mid); }

    /* ── FLOATING ACTIONS ── */
    .float-actions {
      position: fixed;
      left: 20px; bottom: 80px;
      display: flex; flex-direction: column; gap: 10px;
      z-index: 999;
    }
    .fab {
      width: 48px; height: 48px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 20px;
      box-shadow: 0 4px 16px rgba(0,0,0,.18);
      cursor: pointer;
      transition: transform .2s;
      text-decoration: none;
    }
    .fab:hover { transform: scale(1.1); }
    .fab-support { background: #c8a84b; color: #fff; }
    .fab-whatsapp { background: #c8a84b; color: #fff; }

    /* ── FOOTER ── */
    .footer {
      background: var(--green-dark);
      color: #c8a84b;
      padding: 50px 0 20px;
      margin-top: 60px;
    }
    .footer h5 { color: #fff; font-weight: 700; margin-bottom: 16px; font-size: 16px; }
    .footer a { color: #c8a84b; text-decoration: none; font-size: 14px; display: block; margin-bottom: 8px; }
    .footer a:hover { color: #fff; }
    .footer-divider { border-color: rgba(255,255,255,.1); margin: 24px 0 16px; }
    .footer-bottom { font-size: 12px; color: #c8a84b; }
    
    /*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  font-size: 14px;
  position: relative;
}

.footer .footer-main {
  padding: 30px 0 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
}

.footer .footer-main .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-main .footer-widget .logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer .footer-main .footer-widget .logo span {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: var(--heading-font);
}

.footer .footer-main .footer-widget p {
  margin-bottom: 20px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.footer .footer-main .footer-widget h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-main .footer-widget h4:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: var(--accent-color);
  bottom: 0;
  right: 0;
}

.footer .footer-main .footer-widget h5 {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer .footer-main .footer-contact .contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.footer .footer-main .footer-contact .contact-item i {
  color: var(--accent-color);
  font-size: 18px;
  margin-left: 12px;
  margin-top: 3px;
}

.footer .footer-main .footer-contact .contact-item span {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  line-height: 1.5;
}

.footer .footer-main .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-main .footer-links li {
  margin-bottom: 12px;
  position: relative;
  padding-right: 15px;
}

.footer .footer-main .footer-links li:before {
  content: "→";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--accent-color);
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer .footer-main .footer-links a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: all 0.3s ease;
}

.footer .footer-main .footer-links a:hover {
  color: var(--accent-color);
}

.footer .footer-main .app-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.footer .footer-main .app-buttons .app-btn {
  display: flex;
  align-items: center;
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.footer .footer-main .app-buttons .app-btn i {
  font-size: 20px;
  margin-left: 8px;
}

.footer .footer-main .app-buttons .app-btn span {
  font-size: 13px;
  font-weight: 500;
}

.footer .footer-main .app-buttons .app-btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.footer .footer-main .social-links {
  margin-top: 25px;
}

.footer .footer-main .social-links h5 {
  margin-bottom: 15px;
}

.footer .footer-main .social-links .social-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.footer .footer-main .social-links .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-color: color-mix(in srgb, var(--default-color), transparent 90%);
  color: var(--default-color);
  font-size: 16px;
  transition: all 0.3s ease;
}

.footer .footer-main .social-links .social-icons a:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.footer .footer-bottom {
  padding: 25px 0;
}

.footer .footer-bottom .payment-methods .payment-icons {
  display: flex;
  gap: 12px;
}

.footer .footer-bottom .payment-methods .payment-icons i {
  font-size: 22px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: color 0.3s ease;
}

.footer .footer-bottom .payment-methods .payment-icons i:hover {
  color: var(--accent-color);
}

.footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.footer .footer-bottom .copyright p strong {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.footer .footer-bottom .credits {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.footer .footer-bottom .credits a {
  color: var(--accent-color);
}

.footer .footer-bottom .legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer .footer-bottom .legal-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer .footer-bottom .legal-links a:hover {
  color: var(--accent-color);
}

@media (max-width: 991.98px) {
  .footer .footer-main {
    padding: 60px 0 30px;
  }

  .footer .footer-widget h4 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .footer .footer-main {
    padding: 50px 0 20px;
  }

  .footer .footer-main .footer-widget {
    text-align: center;
  }

  .footer .footer-main .footer-widget h4:after {
    right: 50%;
    transform: translateX(-50%);
  }

  .footer .footer-main .footer-contact .contact-item {
    justify-content: center;
  }

  .footer .footer-main .footer-links li {
    padding-right: 0;
  }

  .footer .footer-main .footer-links li:before {
    display: none;
  }

  .footer .footer-main .app-buttons {
    justify-content: center;
  }

  .footer .footer-main .social-icons {
    justify-content: center;
  }

  .footer .footer-bottom .copyright,
  .footer .footer-bottom .credits {
    text-align: center;
  }
}


    /* ── RESPONSIVE ── */
    @media (max-width: 768px) {
      .hero-text h1 { font-size: 30px; }
      .hero-badge { width: 70px; height: 70px; left: -8px; bottom: 12px; }
      .hero-badge span { font-size: 15px; }
      .float-actions { left: 12px; bottom: 60px; }
      .purchase-toast { bottom: 12px; right: 12px; max-width: 240px; }
    }

    /* Animations */
    .fade-up {
      opacity: 0; transform: translateY(24px);
      transition: opacity .5s, transform .5s;
    }
    .fade-up.visible { opacity: 1; transform: none; }
    
    
    /*--------------------------------------------------------------
# Shipping Info Section
--------------------------------------------------------------*/
.shipping-info .content-block {
  padding: 60px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 95%);
}

.shipping-info .content-block:first-child {
  padding-top: 0;
}

.shipping-info .content-block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.shipping-info .content-block .section-heading {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.shipping-info .content-block .section-heading i {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.shipping-info .content-block .section-heading h3 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.shipping-info .content-block .section-heading p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.shipping-info .delivery-card {
  background-color: var(--surface-color);
  border-radius: 8px;
  padding: 10px;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.03);
}

.shipping-info .delivery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.shipping-info .delivery-card .card-icon {
  width: 60px;
  height: 60px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.shipping-info .delivery-card .card-icon i {
  font-size: 1.75rem;
  color: var(--accent-color);
}

.shipping-info .delivery-card h4 {
  margin-bottom: 15px;
  font-size: 1.25rem;
}

.shipping-info .delivery-card p {
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.shipping-info .delivery-card .delivery-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  font-weight: 500;
}

.shipping-info .delivery-card .delivery-time i {
  font-size: 1.1rem;
}

.shipping-info .shipping-rates {
  display: grid;
  gap: 20px;
}

.shipping-info .shipping-rates .rate-item {
  background-color: var(--surface-color);
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.03);
}

.shipping-info .shipping-rates .rate-item:hover {
  transform: translateY(-5px);
}

.shipping-info .shipping-rates .rate-item.highlight {
  border: 2px solid var(--accent-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.shipping-info .shipping-rates .rate-item .rate-type {
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--heading-color);
}

.shipping-info .shipping-rates .rate-item .rate-cost {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 10px;
}

.shipping-info .shipping-rates .rate-item .rate-info {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.9rem;
}

.shipping-info .international-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.shipping-info .international-info .info-item {
  text-align: center;
  padding: 25px;
  background-color: var(--surface-color);
  border-radius: 8px;
  transition: transform 0.3s;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.03);
}

.shipping-info .international-info .info-item:hover {
  transform: translateY(-5px);
}

.shipping-info .international-info .info-item i {
  font-size: 2rem;
  color: var(--accent-color);
  margin-bottom: 15px;
}

.shipping-info .international-info .info-item h5 {
  margin-bottom: 10px;
}

.shipping-info .international-info .info-item p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.95rem;
  margin: 0;
}

.shipping-info .faq-list .faq-item {
  background-color: var(--surface-color);
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.03);
}

.shipping-info .faq-list .faq-item h3 {
  margin: 0;
  padding: 20px;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--heading-color);
  transition: color 0.3s;
}

.shipping-info .faq-list .faq-item h3 i {
  font-size: 1.2rem;
  color: var(--accent-color);
}

.shipping-info .faq-list .faq-item h3 i.faq-toggle {
  margin-left: auto;
  transition: transform 0.3s;
}

.shipping-info .faq-list .faq-item .faq-answer {
  display: none;
  padding: 0 20px 20px;
}

.shipping-info .faq-list .faq-item .faq-answer p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin: 0;
}

.shipping-info .faq-list .faq-item.faq-active h3 {
  color: var(--accent-color);
}

.shipping-info .faq-list .faq-item.faq-active h3 .faq-toggle {
  transform: rotate(180deg);
}

.shipping-info .faq-list .faq-item.faq-active .faq-answer {
  display: block;
}

@media (max-width: 767px) {
  .shipping-info .delivery-card {
    padding: 20px;
  }

  .shipping-info .delivery-card .card-icon {
    width: 50px;
    height: 50px;
  }

  .shipping-info .delivery-card .card-icon i {
    font-size: 1.5rem;
  }

  .shipping-info .international-info {
    grid-template-columns: 1fr;
  }
}
