/* ================================
   Mobile header layout — fixed
   Paste at very end of custom-style.css
   ================================ */
@media (max-width: 768px) {
  /* make the header row flexible and allow wrapping */
  .header_top .row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px;
  }

  /* logo: keep auto size so it stays left */
  .header-logo-col {
    order: 1 !important;
    flex: 0 0 auto !important;     /* do not force full width */
    max-width: none !important;    /* override bootstrap col width */
    justify-content: flex-start !important;
    padding-right: 8px !important;
    margin-bottom: 0 !important;
  }

  /* search: take remaining space to appear on same row as logo */
  .header-search-col {
    order: 1 !important;
    flex: 1 1 auto !important;     /* expand to fill remaining row space */
    max-width: none !important;    /* override bootstrap column width */
    justify-content: flex-end !important;
    margin-bottom: 0 !important;
  }

  /* icons: force to next row, full width, centered */
  .header-icons-col {
    order: 3 !important;
    flex: 0 0 100% !important;     /* icons row full width below */
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    margin-top: 8px !important;
  }

  /* small adjustments inside search input area, if needed */
  .header-search-col .form-control {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* hide long text labels for super small widths */
  @media (max-width: 420px) {
    .header_top a span,
    .header_top .d-none.d-md-inline {
      display: none !important;
    }
  }
}
/* forget passwaor */
/* Modal Theme Fix */
.modal-theme {
  background: #ffffff !important;
  border-radius: 20px !important;
}

/* Header color matches your site theme */
.theme-header {
  background: #0a9b73 !important;
  border-radius: 20px 20px 0 0 !important;
}

/* Input rounded style */
.theme-input {
  height: 48px !important;
  padding-left: 20px !important;
  border: 1px solid #d9d9d9 !important;
}

/* Equal width buttons */
.modal-footer .btn {
  font-weight: 600;
  font-size: 15px;
}

/* Green “CHANGE” button theme */
.theme-submit {
  background: #0a9b73 !important;
  border: none !important;
}

/* Outline “CLOSE” button */
.btn-outline-success {
  border: 2px solid #0a9b73 !important;
  color: #0a9b73 !important;
}

.btn-outline-success:hover {
  background: #0a9b73 !important;
  color: #fff !important;
}
/* Fix CLOSE button center alignment */
.btn-outline-success {
    border: 2px solid #0a9b73 !important;
    color: #0a9b73 !important;
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

/* Fix CHANGE button look */
.theme-submit {
    background: linear-gradient(135deg, #0a9b73, #0b8c69) !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

/* Make modal box clean white */
.modal-theme {
    background: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
}

/* Make modal backdrop soft light white instead of blue */
.modal-backdrop.show {
    opacity: 0.4 !important;
    background: #f7f7f7 !important; /* light white background */
}

/* Input styling */
.theme-input {
    height: 48px !important;
    border-radius: 40px !important;
    padding-left: 18px !important;
    border: 1px solid #e3e3e3 !important;
}
/* Make theme buttons turn white text on hover */
.btn-success:hover,
.theme-submit:hover,
.login-btn:hover,
.signup-btn:hover {
    color: #fff !important;
}
/* password enter otp section  */
/* White centered Amazon-style box */
.change-box {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 20px;
    margin: 60px auto; /* space from header + footer */
}

/* Better input fields */
.amazon-input {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    padding-left: 15px;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    background: #fff;
}

.amazon-input:focus {
    border: 2px solid #0a9b73;
    box-shadow: 0 0 6px rgba(10,155,115,0.3);
}

/* Theme button */
.amazon-btn {
    background: linear-gradient(135deg, #0a9b73, #0b8c69) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}

.amazon-btn:hover {
    background: #0a9b73 !important;
}

/* Remove old ugly style */
.field_custom {
    all: unset !important;
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 30px;
    padding-left: 15px;
    border: 1px solid #dcdcdc;
    font-size: 15px;
    background: #fff;
}
/* Ensure the form box stays centered */
.form_section {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* ===== CLEAN PROFESSIONAL HEADER FIX ===== */

.header_top {
  padding: 10px 0;
}

.header_top a {
  gap: 6px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
}

.header_top i {
  font-size: 16px;
}

.header_top .form-control {
  height: 44px;
  border-radius: 999px;
  padding-left: 42px;
  font-size: 14px;
}

.header_top .fa-search {
  top: 50% !important;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .header_top .col-6 {
    text-align: center;
  }

  .header_top .col-6:last-child {
    justify-content: center;
  }
}
 /* 19/12  */
 /* ===============================
   PREMIUM HEADER POLISH
=============================== */

/* Header height & breathing room */
#default_header .navbar {
  min-height: 72px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Right side nav items spacing */
.navbar-nav .nav-item {
  margin-left: 6px;
}

/* Amazon-style nav links */
.navbar-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff !important;
  transition: all 0.2s ease;
}

/* ICON size */
.navbar-nav .nav-link i {
  font-size: 15px;
}

/* ===== FIX TEXT VISIBILITY ON HOVER ===== */
.navbar-nav .nav-link {
  border: 1px solid transparent;
  transition: all 0.25s ease;
}

/* Hover state */
.navbar-nav .nav-link:hover {
  background: #ffffff;
  border: 1px solid #ffffff;

  /* ✅ TEXT COLOR VISIBLE */
  color: #0a9b73 !important;

  /* premium shadow */
  box-shadow:
    0 0 0 2px rgba(255,255,255,0.9),
    0 0 12px rgba(255,255,255,0.7),
    0 6px 18px rgba(0,0,0,0.18);
}

/* ✅ FORCE ICON COLOR */
.navbar-nav .nav-link:hover i {
  color: #0a9b73 !important;
}

/* ✅ FORCE TEXT SPAN COLOR */
.navbar-nav .nav-link:hover span {
  color: #0a9b73 !important;
}


/* Icon color on hover */
.navbar-nav .nav-link:hover i {
  color: #0a9b73;
}

/* Cart badge polish */
.cart-badge {
  position: absolute;
  top: 4px;
  right: 2px;
  background: #ffffff;
  color: #0a9b73;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
  padding: 2px 6px;
}

/* Dropdown (Account) premium */
.dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  border: none;
  margin-top: 8px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 16px;
  transition: background 0.2s ease;
}

.dropdown-menu .dropdown-item:hover {
  background: #f2fff8;
  color: #0a9b73;
}

/* Search bar premium look */
.navbar input.form-control {
  height: 46px;
  border-radius: 999px;
  font-size: 14px;
  padding-left: 44px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* Mobile spacing */
@media (max-width: 768px) {
  .navbar-nav {
    padding-top: 10px;
  }

  .navbar-nav .nav-link {
    margin-bottom: 6px;
  }
}
.navbar-nav .nav-link {
  border: 1px solid transparent; /* keeps layout stable */
}
 /* ===== WHY CHOOSE US – PREMIUM ===== */

.why-choose-wrap {
  background: linear-gradient(180deg, #f7fbf9, #ffffff);
}

.why-heading {
  font-size: 32px;
  font-weight: 700;
  color: #0a9b73;
  margin-bottom: 8px;
}

.why-subtitle {
  font-size: 15px;
  color: #6b6b6b;
}

.why-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.why-img {
  width: 56px;
  height: 56px;
  margin-bottom: 15px;
}

.why-count {
  font-size: 24px;
  font-weight: 700;
  color: #0a9b73;
  margin-bottom: 6px;
}

.why-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Mobile refinement */
@media (max-width: 768px) {
  .why-heading {
    font-size: 26px;
  }

  .why-card {
    padding: 25px 18px;
  }
}
/* ===== MOBILE CAROUSEL PREMIUM ===== */
.carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0a9b73;
  opacity: 0.4;
}

.carousel-indicators .active {
  opacity: 1;
}

@media (max-width: 768px) {
  .why-card {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .why-img {
    width: 50px;
    height: 50px;
  }

  .why-count {
    font-size: 22px;
  }

  .why-text {
    font-size: 13px;
  }
}
/* ===== WHY CHOOSE US – PREMIUM STATS ===== */

.why-choose-wrap {
  background: #f7fbf9;
}

.why-heading {
  font-size: 30px;
  font-weight: 700;
  color: #0a9b73;
}

.why-subtitle {
  font-size: 14px;
  color: #666;
}

/* Compact stat card */
.why-stat-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
}

.why-stat-card img {
  width: 42px;
  height: 42px;
}

.why-stat-card h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #0a9b73;
}

.why-stat-card p {
  margin: 0;
  font-size: 13px;
  color: #555;
}

/* Hover (desktop only) */
@media (min-width: 768px) {
  .why-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.15);
  }
}

/* Carousel dots */
.carousel-indicators {
  margin-top: 10px;
}

.carousel-indicators button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0a9b73;
  opacity: 0.4;
}

.carousel-indicators .active {
  opacity: 1;
}
html, body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
/* WHY CHOOSE US */
.why-section {
  background: #f9fefe;
}

.why-title {
  color: #0a9b73;
  font-weight: 700;
}

.why-subtitle {
  font-size: 14px;
  color: #666;
}

/* Wrapper */
.why-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */
.why-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.25s ease;
}

.why-card:hover {
  transform: translateY(-6px);
}

.why-card img {
  width: 48px;
  margin-bottom: 12px;
}

.why-card h3 {
  color: #0a9b73;
  font-size: 20px;
  font-weight: 700;
}

.why-card p {
  font-size: 13px;
  color: #666;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
  .why-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 10px;
  }

  .why-wrapper::-webkit-scrollbar {
    display: none;
  }

  .why-card {
    min-width: 260px;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .why-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .why-card {
    margin-right: 8px; /* space between cards */
  }

  .why-card:first-child {
    margin-left: 0;
  }

  .why-card:last-child {
    margin-right: 16px; /* end padding */
  }
}
/* =========================
   ORDER WITH PRESCRIPTION
========================= */

.rx-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #eef2f7;
  overflow: hidden;
}

/* LEFT */
.rx-left {
  background: #f1f7ff;
  padding: 28px;
}

.rx-icon {
  width: 72px;
  height: 72px;
}

.rx-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2937;
}

.rx-desc {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 14px;
}

.rx-btn {
  background: #0a9b73;
  color: #fff;
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 500;
  border: none;
}

.rx-btn:hover {
  background: #087f5b;
  color: #fff;
}

/* RIGHT */
.rx-right {
  padding: 28px;
}

.rx-work-title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.rx-step {
  width: 28px;
  height: 28px;
  background: #e6f4ff;
  color: #2563eb;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.rx-right p {
  font-size: 14px;
  color: #374151;
  margin: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .rx-left {
    justify-content: center;
    text-align: center;
  }

  .rx-left img {
    margin-bottom: 12px;
  }
}

.verify-section {
  display: flex;
  align-items: center;
  gap: 24px;               /* spacing between items */
  margin-top: 14px;
}

/* First checkbox stays left */
.verify-section .form-check:first-child {
  margin-right: auto;     /* pushes next item toward center */
}

/* Second checkbox (Email) */
.verify-section .form-check:last-child {
  margin-right: auto;     /* keeps it near center, not right edge */
}
/* ===== OTP PAGE PREMIUM STYLES ===== */

.otp-card {
  max-width: 420px;
  margin: auto;
  background: rgba(255,255,255,0.92);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15);
  backdrop-filter: blur(8px);
}

.otp-title {
  text-align: center;
  font-weight: 700;
  color: #0a9b73;
  margin-bottom: 6px;
}

.otp-subtitle {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 24px;
}

/* OTP INPUT */
.otp-input {
  height: 54px;
  font-size: 20px;
  letter-spacing: 6px;
  text-align: center;
  border-radius: 12px;
  border: 1.5px solid #cfe1d9;
  margin-bottom: 22px;
}

.otp-input:focus {
  border-color: #0a9b73;
  box-shadow: 0 0 0 0.2rem rgba(10,155,115,0.2);
}

/* Buttons row */
.otp-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.otp-actions .btn {
  flex: 1;
  height: 46px;
  border-radius: 12px;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 576px) {
  .otp-card {
    margin: 20px;
    padding: 26px 20px;
  }

  .otp-actions {
    flex-direction: column;
  }
}
/* ===== CART COUNT BADGE (PROFESSIONAL) ===== */
.cart {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -6px;
  right: -10px;

  min-width: 18px;
  height: 18px;
  padding: 0 5px;

  background: #0a9b73;      /* brand green */
  color: #ffffff;           /* white text */

  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;

  border-radius: 999px;     /* pill shape */
  border: 2px solid #ffffff; /* clean separation */

  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
.cart i {
  color: #ffffff;
}
.footer-premium {
  background: #f9fffc;
  border-top: 2px solid #0a9b73;
  font-family: 'Poppins', sans-serif;
}

.footer-heading {
  font-size: 14px;
  font-weight: 600;
  color: #0a9b73;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  text-decoration: none;
  font-size: 14px;
  color: #444;
  transition: 0.25s ease;
}

.footer-list a:hover {
  color: #0a9b73;
  padding-left: 4px;
}

.footer-about {
  font-size: 14px;
  line-height: 1.75;
  color: #555;
}

.footer-bottom {
  background: #0a9b73;
  color: #fff;
  padding: 12px 0;
}

.footer-bottom a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

/* Mobile polish */
@media (max-width: 576px) {
  .footer-heading {
    justify-content: center;
  }
  .footer-list a {
    justify-content: center;
    display: flex;
  }
  .footer-about {
    text-align: center;
  }
}
/* 22/12 */
