/* ============================================================
   WORTHY MEDICAL SUPPLY — PREMIUM REDESIGN
   Theme: Elegant Medical · Teal from logo + Warm Gold accents
   Fonts: Playfair Display (display) + Outfit (body)
   ============================================================ */

/* ── CSS VARIABLES ── */
:root {
  /* Primary teal pulled from logo */
  --teal-900: #0c3d37;
  --teal-800: #115046;
  --teal-700: #186657;
  --teal-600: #1d7d69;
  --teal-500: #22967c;
  --teal-400: #2eb89a;
  --teal-300: #62cdb4;
  --teal-200: #a5e0d3;
  --teal-100: #d4f0ea;
  --teal-50:  #edf8f5;

  /* Gold accent */
  --gold-600: #b5800c;
  --gold-500: #d4960f;
  --gold-400: #e8aa22;
  --gold-300: #f2c25a;
  --gold-100: #fdf3d8;

  /* Neutrals */
  --white: #ffffff;
  --gray-50: #f8faf9;
  --gray-100: #f0f4f2;
  --gray-200: #e0e8e5;
  --gray-300: #c8d8d3;
  --gray-400: #9ab5ae;
  --gray-500: #6d9089;
  --gray-700: #2e4e48;
  --gray-900: #0f2420;
  --text-main: #152924;
  --text-muted: #5a7d76;

  /* Shadows */
  --shadow-xs: 0 1px 3px rgba(22,100,87,.06), 0 1px 2px rgba(22,100,87,.04);
  --shadow-sm: 0 4px 16px rgba(22,100,87,.08);
  --shadow-md: 0 8px 32px rgba(22,100,87,.13);
  --shadow-lg: 0 20px 56px rgba(22,100,87,.18);
  --shadow-xl: 0 32px 80px rgba(22,100,87,.24);

  /* Typography */
  --font-display: 'Playfair Display', Georgia, serif !important;
  --font-body: "Geist", sans-serif !important;

  /* Radii */
  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  /* Transitions */
  --ease: cubic-bezier(.4,0,.2,1);
  --t-fast: 180ms var(--ease);
  --t-base: 320ms var(--ease);
  --t-slow: 560ms var(--ease);
}

/* ── RESET & BASE ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body) !important;
  color: var(--text-main);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit;font-family: var(--font-body) !important;}
img { display: block; max-width: 100%; }
p
{
font-family: var(--font-body) !important;	
}
/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-display) !important; font-weight: 700; line-height: 1.15; margin: 0; }

/* ============================================================
   ANNOUNCE BAR
   ============================================================ */
.announce-bar {
  background: var(--teal-900);
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1100;
}

.announce-bar::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.03) 50%, transparent 100%);
  animation: shimmer 3s linear infinite;
}

@keyframes shimmer { from { transform: translateX(-100%); } to { transform: translateX(100%); } }

.announce-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: .83rem;
  color: rgba(255,255,255,.88);
  font-weight: 400;
  letter-spacing: .02em;
  position: relative;
}

.announce-dot {
  width: 7px; height: 7px;
  background: var(--gold-400);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.6; transform:scale(.8); } }

.announce-inner a {
  color: var(--gold-300);
  font-weight: 600;
  border-bottom: 1px solid rgba(242,194,90,.4);
  transition: var(--t-fast);
}
.announce-inner a:hover { color: var(--gold-200, #f7d98e); border-bottom-color: var(--gold-300); }

.announce-close {
  position: absolute; right: 12px;
  background: none; border: none;
  color: rgba(255,255,255,.5);
  font-size: 1rem; cursor: pointer; padding: 2px;
  line-height: 1; transition: var(--t-fast);
}
.announce-close:hover { color: white; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--gray-200);
  padding: 0;
  transition: box-shadow var(--t-base), background var(--t-base), padding var(--t-base);
}

.site-header.scrolled {
  background: rgba(255,255,255,.97);
  box-shadow: var(--shadow-md);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  padding: 0 24px;
  position: relative;
}

/* ── Header Logo ── */
.header-logo {
  position: absolute; left: 50%; transform: translateX(-50%);
  z-index: 2; display: flex; align-items: center;
  transition: opacity var(--t-fast), transform var(--t-fast);
}

.header-logo img { height: 48px !important; width: auto; object-fit: contain; }
.header-logo-mobile { position: relative; left: auto; transform: none; }
.header-logo-mobile:hover { transform: scale(1.02); }

/* ── Nav Groups ── */
.header-nav-left, .header-nav-right {
  display: flex; align-items: center; gap: 4px;
  flex: 1;
}
.header-nav-right { justify-content: flex-end; gap: 8px; }

/* ── Nav Links ── */
.hn-link {
  display: flex; align-items: center; gap: 5px;
  padding: 8px 14px; border-radius: var(--r-pill);
  font-size: .875rem; font-weight: 500; color: var(--gray-700);
  transition: var(--t-fast); white-space: nowrap;
  position: relative;
}
.mega-item-icon i  
{
  color:#1d7d69 ;
}
.hn-link::after {
  content: '';
  position: absolute; bottom: 5px; left: 14px; right: 14px;
  height: 2px; background: var(--teal-500);
  border-radius: 2px;
  transform: scaleX(0); transform-origin: center;
  transition: transform var(--t-fast);
}

.hn-link:hover, .hn-link:focus { color: var(--teal-600); background: var(--teal-50); }
.hn-link:hover::after { transform: scaleX(1); }

.hn-chevron { font-size: .7rem; transition: transform var(--t-base); }
.hn-mega-wrap:hover .hn-chevron { transform: rotate(180deg); }

/* ── CTA Buttons in header ── */
.btn-rx {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 16px; border-radius: var(--r-pill);
  font-size: .82rem; font-weight: 600;
  border: 1.5px solid var(--gray-300);
  color: var(--teal-700); background: transparent;
  transition: var(--t-fast);
}
.btn-rx:hover { background: var(--teal-50); border-color: var(--teal-400); color: var(--teal-700); }

/* ── Mobile Toggler ── */
.mobile-toggler {
  display: flex; flex-direction: column; justify-content: center;
  gap: 5px; padding: 8px; background: none; border: none; cursor: pointer;
  border-radius: var(--r-sm); transition: background var(--t-fast);
  margin-left: auto;
}
.mobile-toggler:hover { background: var(--teal-50); }
.mobile-toggler span {
  display: block; width: 22px; height: 2px;
  background: var(--teal-700); border-radius: 2px;
  transition: var(--t-base);
}
.mobile-toggler.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-toggler.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mobile-toggler.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ============================================================
   MEGA MENU
   ============================================================ */
.hn-mega-wrap { position: relative; }

.mega-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;

  width: 860px;
  min-width: 860px;

  background: var(--white);
  border-radius: var(--r-lg);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-xl);
  border-top: 3px solid var(--teal-500);

  padding: 0;
  overflow: hidden;
  z-index: 999;

  /* IMPORTANT */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(12px);

  transition:
    opacity .22s ease,
    transform .22s ease,
    visibility .22s ease;
}
/* OPEN STATE */
.hn-mega-wrap:hover .mega-menu,
.hn-mega-wrap:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translateY(0);
}


.hn-mega-wrap:hover .mega-menu,
.hn-mega-wrap:focus-within .mega-menu { display: block; }

.mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.mega-col {
  padding: 28px 20px;
  border-right: 1px solid var(--gray-100);
}
.mega-col:last-child { border-right: none; }
.mega-col-promo { background: var(--teal-50); }

.mega-col-label {
  font-family: var(--font-body);
  font-size: .68rem !important; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--teal-500); margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-200);
  display: flex; align-items: center; gap: 6px;
}

.mega-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 10px; border-radius: var(--r-sm);
  margin-bottom: 2px; color: var(--text-main);
  font-size: .875rem; font-weight: 500;
  transition: var(--t-fast); cursor: pointer;
}
.mega-item:hover { background: var(--teal-50); color: var(--teal-700); transform: translateX(4px); }
.mega-item.sub { padding-left: 18px; font-size: .82rem; }

.mega-item-icon { font-size: 1.1rem; flex-shrink: 0; line-height: 1; }
.mega-item-text strong { display: block; line-height: 1.2; }
.mega-item-text small { color: var(--text-muted); font-size: .77rem; font-weight: 400; }

.mega-promo-box {
  margin-top: 16px;
  background: linear-gradient(135deg, var(--teal-600) 0%, var(--teal-500) 100%);
  border-radius: var(--r-md); padding: 16px;
  color: white;
}
.mega-promo-badge {
  display: inline-block; font-size: .68rem; font-weight: 700;
  background: var(--gold-400); color: white;
  padding: 3px 10px; border-radius: var(--r-pill); margin-bottom: 8px; letter-spacing: .04em;
}
.mega-promo-box p { font-size: .82rem !important; opacity: .9; margin: 0 0 12px; line-height: 1.5; }
.mega-promo-btn {
  display: inline-block; font-size: .78rem; font-weight: 700;
  background: white; color: var(--teal-700);
  padding: 7px 14px; border-radius: var(--r-pill);
  transition: var(--t-fast);
}
.mega-promo-btn:hover { background: var(--gold-100); color: var(--gold-600); }

/* ============================================================
   MOBILE DRAWER
   ============================================================ */
.drawer-overlay {
  position: fixed; inset: 0; z-index: 1090;
  background: rgba(12,61,55,.5); backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none; transition: opacity var(--t-base);
}
.drawer-overlay.open { opacity: 1; pointer-events: all; }

.mobile-drawer {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(340px, 90vw); z-index: 1100;
  background: white;
  transform: translateX(110%);
  transition: transform var(--t-slow);
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-xl);
}
.mobile-drawer.open { transform: translateX(0); }

.mobile-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; border-bottom: 1px solid var(--gray-100);
  background: var(--gray-50);
}
.mobile-drawer-header img { height: 40px; }

.mobile-drawer-close {
  background: var(--teal-50); border: 1px solid var(--gray-200);
  color: var(--teal-700); width: 36px; height: 36px;
  border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 1rem; cursor: pointer;
  transition: var(--t-fast);
}
.mobile-drawer-close:hover { background: var(--teal-500); color: white; border-color: var(--teal-500); }

.mobile-drawer-body { flex: 1; overflow-y: auto; padding: 12px 0; }

.md-link {
  display: block; padding: 14px 24px;
  font-size: .95rem; font-weight: 500; color: var(--text-main);
  border-bottom: 1px solid var(--gray-100);
  transition: var(--t-fast);
}
.md-link:hover { color: var(--teal-600); background: var(--teal-50); padding-left: 32px; }

.md-accordion { border-bottom: 1px solid var(--gray-100); }
.md-acc-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px; font-size: .95rem; font-weight: 500;
  color: var(--text-main); background: none; border: none; cursor: pointer;
  transition: var(--t-fast);
}
.md-acc-trigger:hover { color: var(--teal-600); background: var(--teal-50); }
.md-acc-trigger .bi { transition: transform var(--t-base); font-size: .8rem; }
.md-acc-trigger.open .bi { transform: rotate(180deg); }

.md-acc-body { display: none; background: var(--gray-50); padding: 4px 0; }
.md-acc-body.open { display: block; animation: fadeSlide .2s var(--ease); }

@keyframes fadeSlide { from { opacity:0; transform: translateY(-6px); } to { opacity:1; transform: translateY(0); } }

.md-acc-body a {
  display: block; padding: 10px 32px;
  font-size: .875rem; color: var(--text-muted);
  border-bottom: 1px solid var(--gray-100);
  transition: var(--t-fast);
}
.md-acc-body a:hover { color: var(--teal-600); padding-left: 40px; }

.md-ctas { padding: 24px; border-top: 1px solid var(--gray-100); }

/* ============================================================
   BUTTONS (global)
   ============================================================ */
.btn-primary-pill {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 11px 24px; border-radius: var(--r-pill);
  background: var(--teal-600); color: white;
  font-weight: 600; font-size: .875rem; letter-spacing: .01em;
  border: 2px solid var(--teal-600);
  transition: background var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);
  white-space: nowrap; cursor: pointer;
}
.btn-primary-pill:hover {
  background: var(--teal-700); border-color: var(--teal-700); color: white;
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(22,100,87,.32);
}

.btn-lg-pill { padding: 14px 32px; font-size: .95rem; }

.btn-outline-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 24px; border-radius: var(--r-pill);
  background: transparent; color: var(--teal-700);
  font-weight: 600; font-size: .875rem;
  border: 2px solid var(--teal-400);
  transition: var(--t-fast); white-space: nowrap;
}
.btn-outline-pill:hover {
  background: var(--teal-500); color: white; border-color: var(--teal-500);
  transform: translateY(-2px); box-shadow: 0 8px 24px rgba(22,100,87,.22);
}

.btn-ghost-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 18px; border-radius: var(--r-pill);
  background: var(--gray-100); color: var(--teal-700);
  font-weight: 600; font-size: .82rem;
  border: 1.5px solid var(--gray-200);
  transition: var(--t-fast); white-space: nowrap;
}
.btn-ghost-pill:hover { background: var(--teal-50); border-color: var(--teal-300); color: var(--teal-700); }

.btn-white-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 14px 28px; border-radius: var(--r-pill);
  background: white; color: var(--teal-800);
  font-weight: 700; font-size: .9rem;
  border: 2px solid white; transition: var(--t-fast); white-space: nowrap;
}
.btn-white-pill:hover { background: transparent; color: white; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

.btn-outline-white-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 14px 28px; border-radius: var(--r-pill);
  background: transparent; color: white;
  font-weight: 600; font-size: .9rem;
  border: 2px solid rgba(255,255,255,.5); transition: var(--t-fast); white-space: nowrap;
}
.btn-outline-white-pill:hover { background: rgba(255,255,255,.12); border-color: white; transform: translateY(-2px); }

.btn-view-more {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 20px; border-radius: var(--r-pill);
  background: white; color: var(--teal-600);
  font-weight: 600; font-size: .85rem;
  border: 1.5px solid var(--gray-200);
  box-shadow: var(--shadow-xs);
  transition: var(--t-fast); white-space: nowrap; align-self: flex-start;
}
.btn-view-more:hover { background: var(--teal-600); color: white; border-color: var(--teal-600); transform: translateY(-2px); }
.btn-view-more .bi { transition: transform var(--t-fast); }
.btn-view-more:hover .bi { transform: translateX(4px); }

/* ============================================================
   SECTION COMMON PIECES
   ============================================================ */
.section-pad { padding: 100px 0; }

.section-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .14em;
  color: var(--teal-600);
  background: var(--teal-50); border: 1px solid var(--teal-200);
  padding: 5px 14px; border-radius: var(--r-pill);
  margin-bottom: 14px;
}

.section-heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800; color: var(--gray-900);
  line-height: 1.15; margin-bottom: 14px;
}
.section-heading em { color: var(--teal-600); font-style: italic; }

.section-sub {
  font-size: 1rem !important; color: var(--text-muted); line-height: 1.75;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-section {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #edf8f5 0%, #f5fbf9 40%, #fafcfb 100%);
  padding: 100px 0 80px;
  min-height: 92vh; display: flex; align-items: center;
}

/* Dot grid */
.hero-grid-overlay {
  position: absolute; inset: 0;
  background-image: radial-gradient(var(--gray-300) 1px, transparent 1px);
  background-size: 28px 28px; opacity: .55; pointer-events: none;
}

/* Ambient orbs */
.hero-orb {
  position: absolute; border-radius: 50%;
  pointer-events: none; filter: blur(80px); opacity: .5;
}
.hero-orb-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(46,184,154,.22) 0%, transparent 70%);
  top: -200px; right: -150px; animation: orbFloat 8s ease-in-out infinite;
}
.hero-orb-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(212,150,15,.12) 0%, transparent 70%);
  bottom: -150px; left: -100px; animation: orbFloat 10s ease-in-out 2s infinite;
}
.hero-orb-3 {
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(46,184,154,.15) 0%, transparent 70%);
  top: 30%; left: 20%; animation: orbFloat 7s ease-in-out 1s infinite;
}

@keyframes orbFloat {
  0%,100% { transform: translate(0,0); }
  50% { transform: translate(20px,-20px); }
}

.hero-container { position: relative; z-index: 2; }

/* ── Hero Left ── */
.hero-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: white; border: 1px solid var(--gray-200);
  border-radius: var(--r-pill); padding: 8px 18px;
  font-size: .8rem; font-weight: 600; color: var(--teal-700);
  box-shadow: var(--shadow-sm); margin-bottom: 24px;
}
.hero-pill-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--teal-500); animation: pulse 2s ease-in-out infinite;
}

.hero-heading {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 800; color: var(--gray-900); line-height: 1.1;
  margin-bottom: 22px;
}
.hero-heading em { color: var(--teal-600); font-style: italic; }

.hero-sub {
  font-size: 1.05rem !important; color: var(--text-muted); line-height: 1.8;
  max-width: 480px; margin-bottom: 36px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 48px; }

.hero-stats {
  display: inline-flex; align-items: center; gap: 0;
  background: white; border: 1px solid var(--gray-200);
  border-radius: var(--r-xl); padding: 20px 32px;
  box-shadow: var(--shadow-sm);
}
.hero-stat { text-align: center; padding: 0 20px; }
.hero-stat-sep { width: 1px; height: 44px; background: var(--gray-200); }
.hs-num {
  display: block;
  font-family: var(--font-display); font-size: 2rem; font-weight: 800;
  color: var(--teal-600); line-height: 1;
}
.hs-label { display: block; font-size: .73rem; color: var(--text-muted); font-weight: 500; margin-top: 4px; }
.reveal{
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.reveal.active{
  opacity: 1;
  transform: translateY(0);
}
/* ── Hero Right Image ── */
.hero-img-frame {
  position: relative; width: 100%; max-width: 540px; margin-left: auto;
}
.hero-img-glow {
  position: absolute; inset: -40px;
  background: radial-gradient(ellipse, rgba(34,150,124,.18) 0%, transparent 70%);
  border-radius: 50%; pointer-events: none;
}
.hero-main-img {
  width: 100%; border-radius: var(--r-xl);
  box-shadow: var(--shadow-xl);
  object-fit: cover; aspect-ratio: 4/3;
  position: relative; z-index: 1;
}

.hero-float {
  position: absolute; z-index: 2;
  background: white; border: 1px solid var(--gray-200);
  border-radius: var(--r-md); padding: 12px 18px;
  display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-md);
  font-size: .82rem;
}
.hero-float strong { display: block; font-weight: 700; color: var(--gray-900); line-height: 1.2; }
.hero-float small { color: var(--text-muted); font-size: .75rem; }
.hero-float i { font-size: 1.4rem; }

.hero-float-a {
  bottom: 28px; left: -28px;
  animation: floatAnim 4s ease-in-out infinite;
}
.hero-float-a i { color: var(--teal-500); }

.hero-float-b {
  top: 28px; right: -28px;
  animation: floatAnim 4s ease-in-out 2s infinite;
}
.hero-float-b i { color: var(--gold-400); }

@keyframes floatAnim { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ── Scroll Cue ── */
.hero-scroll-cue {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--text-muted); font-size: .72rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  animation: fadeInUp 1s var(--ease) .8s both;
}
@keyframes fadeInUp { from { opacity:0; transform: translateX(-50%) translateY(10px); } to { opacity:1; transform: translateX(-50%) translateY(0); } }

.scroll-cue-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--teal-400), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ============================================================
   BRANDS TICKER
   ============================================================ */
.brands-section {
  padding: 48px 0;
  background: white;
  border-top: 1px solid var(--gray-100);
  border-bottom: 1px solid var(--gray-100);
}

.brands-eyebrow {
  font-size: .72rem !important; font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; color: var(--gray-400); text-align: center;
  margin-bottom: 28px;
}

.brands-ticker-wrap {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 12%, black 88%, transparent);
}

.brands-ticker {
  display: flex; align-items: center; gap: 20px;
  animation: tickerScroll 40s linear infinite;
  width: max-content;
}
.brands-ticker:hover { animation-play-state: paused; }

@keyframes tickerScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.brand-chip {
  flex-shrink: 0;
  background: var(--gray-50); border: 1px solid var(--gray-200);
  border-radius: var(--r-md); padding: 14px 32px;
  cursor: pointer; transition: var(--t-fast);
}
.brand-chip:hover {
  background: var(--teal-50); border-color: var(--teal-200);
  transform: translateY(-3px); box-shadow: var(--shadow-sm);
}

.brand-chip img {
 height: 42px !important; width: auto; object-fit: contain;
  filter: grayscale(30%) opacity(.85);
  transition: filter var(--t-fast);
}
.brand-chip:hover img { filter: grayscale(0%) opacity(1); }

/* ============================================================
   PRODUCTS SECTION
   ============================================================ */
.products-section { background: var(--gray-50); position: relative; overflow: hidden; }

.products-bg-shape {
  position: absolute; top: -80px; right: -80px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(34,150,124,.07) 0%, transparent 70%);
  pointer-events: none;
}

.section-header-row {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 12px; flex-wrap: wrap; gap: 16px;
}
.section-tag-group { flex: 1; }

/* ── Product Card ── */
.product-card {
  background: white;
  border-radius: var(--r-xl);
  border: 1px solid var(--gray-200);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
  height: 100%; display: flex; flex-direction: column;
  position: relative;
}
.product-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
  border-color: var(--teal-200);
}

.product-featured {
  border-color: var(--teal-400);
  box-shadow: 0 4px 20px rgba(22,100,87,.14);
}
.product-featured:hover { box-shadow: 0 24px 72px rgba(22,100,87,.28); }

.featured-tag {
  position: absolute; top: 18px; left: -2px;
  background: linear-gradient(135deg, var(--gold-500), var(--gold-400));
  color: white; font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em;
  padding: 5px 14px 5px 12px;
  border-radius: 0 var(--r-pill) var(--r-pill) 0;
  z-index: 3; box-shadow: 0 4px 12px rgba(180,120,8,.4);
}

.product-card-img-wrap {
  position: relative; overflow: hidden;
  background: var(--gray-50); aspect-ratio: 16/10;
}
.product-card-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease);
}
.product-card:hover .product-card-img-wrap img { transform: scale(1.07); }

.product-img-overlay {
  position: absolute; inset: 0;
  background: rgba(12,61,55,.35);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity var(--t-base);
}
.product-card:hover .product-img-overlay { opacity: 1; }

.product-play-btn {
  width: 56px; height: 56px; border-radius: 50%;
  background: white; color: var(--teal-600);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; transition: var(--t-fast);
  transform: scale(.8); box-shadow: var(--shadow-md);
}
.product-card:hover .product-play-btn { transform: scale(1); }
.product-play-btn:hover { background: var(--teal-500); color: white; }

.product-badge {
  position: absolute; bottom: 12px; right: 12px;
  background: rgba(22,100,87,.9); color: white;
  font-size: .65rem; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; padding: 4px 12px; border-radius: var(--r-pill);
  backdrop-filter: blur(4px);
}

.product-card-body {
  padding: 28px; flex: 1; display: flex; flex-direction: column;
}

.product-name {
  font-family: var(--font-display); font-size: 1.3rem; font-weight: 700;
  color: var(--gray-900); margin-bottom: 6px; line-height: 1.25;
}

.product-tagline {
  font-size: .83rem; font-weight: 600; color: var(--teal-600);
  margin-bottom: 14px; font-style: italic;
}

.product-desc {
  font-size: .87rem !important; color: var(--text-muted); line-height: 1.75;
  margin-bottom: 18px; flex: 1;
}

.product-features {
  list-style: none; padding: 0; margin: 0 0 20px; flex: 1;
}
.product-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .84rem !important; color: var(--text-main);
  padding: 5px 0; line-height: 1.5;
  border-bottom: 1px solid var(--gray-100);
}
.product-features li:last-child { border-bottom: none; }
.product-features li i { color: var(--teal-500); font-size: .95rem; margin-top: 2px; flex-shrink: 0; }

.product-card-footer {
  display: flex; gap: 10px; flex-wrap: wrap;
  padding-top: 20px; border-top: 1px solid var(--gray-100);
  margin-top: auto;
  justify-content: space-between;
}
.footer-logo {
    height: 90px;
    margin-bottom: 18px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
}
/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.why-section { background: white; position: relative; }
.why-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--teal-700), var(--teal-400), var(--gold-400), var(--teal-400), var(--teal-700));
  background-size: 200% 100%; animation: shimmerBar 4s linear infinite;
}
@keyframes shimmerBar { from { background-position: 200% 0; } to { background-position: -200% 0; } }

.why-card {
  background: var(--gray-50); border: 1px solid var(--gray-200);
  border-radius: var(--r-xl); overflow: hidden;
  box-shadow: var(--shadow-xs); height: 100%;
  display: flex; flex-direction: column;
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.why-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--teal-200); }
.why-card-accent { border-color: var(--teal-300); box-shadow: var(--shadow-sm); }

.why-card-img { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.why-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.why-card:hover .why-card-img img { transform: scale(1.07); }

.why-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(22,100,87,.3) 0%, rgba(12,61,55,.55) 100%);
}

.why-card-icon-wrap {
  position: absolute; bottom: 18px; left: 18px;
  width: 50px; height: 50px; border-radius: 50%;
  background: white; display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; color: var(--teal-600); box-shadow: var(--shadow-md);
}

.why-card-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.why-card-body h4 {
  font-family: var(--font-display); font-size: 1.25rem; font-weight: 700;
  color: var(--gray-900); margin-bottom: 10px;
}
.why-card-body p { font-size: .875rem !important; color: var(--text-muted); line-height: 1.75; flex: 1; margin: 0 0 16px; }

.why-learn {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .83rem; font-weight: 700; color: var(--teal-600);
  transition: var(--t-fast); margin-top: auto;
}
.why-learn .bi { transition: transform var(--t-fast); }
.why-learn:hover { color: var(--teal-700); gap: 10px; }
.why-learn:hover .bi { transform: translateX(4px); }

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee-section {
  background: linear-gradient(135deg, var(--teal-800) 0%, var(--teal-600) 100%);
  overflow: hidden; padding: 24px 0;
}

.marquee-track {
  display: flex; align-items: center; gap: 32px;
  animation: marqueeRoll 22s linear infinite;
  width: max-content;
}

@keyframes marqueeRoll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.marquee-track span {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 600;
  color: rgba(255,255,255,.85); white-space: nowrap; letter-spacing: .03em;
}
.mq-sep { color: var(--gold-300) !important; font-size: 1rem !important; }

/* ============================================================
   OFFER SECTION
   ============================================================ */
.offer-section { background: var(--gray-50); }

.offer-card {
  background: white;
  border-radius: var(--r-xl);
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-lg);
  overflow: hidden; position: relative;
}

.offer-card-top-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--teal-600), var(--gold-400));
}

.offer-free-label {
  position: absolute; top: 20px; right: 20px;
  background: var(--gold-100); color: var(--gold-600);
  border: 1px solid rgba(212,150,15,.3);
  border-radius: var(--r-pill); padding: 6px 16px;
  font-size: .75rem; font-weight: 700; letter-spacing: .06em; z-index: 2;
}

/* ── Offer Media ── */
.offer-media-wrap {
  position: relative; height: 100%; min-height: 480px;
  overflow: hidden;
}

.offer-video {
  width: 100%; height: 100%; object-fit: cover;
  min-height: 480px;
}

.offer-media-stack {
  position: absolute; bottom: 16px; right: 16px;
  display: flex; flex-direction: column; gap: 8px;
}
/* CLICKABLE IMAGE */
.zoomable-img{
  cursor: zoom-in;
}

/* POPUP */
.img-popup{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.88);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;

  transition: .35s ease;
  z-index: 99999;

  padding: 30px;
}

/* OPEN */
.img-popup.open{
  opacity: 1;
  visibility: visible;
}

/* POPUP IMAGE */
.img-popup img{
  max-width: 92%;
  max-height: 92vh;

  object-fit: contain;

  border-radius: 18px;

  transform: scale(.9);
  transition: .35s ease;
}

/* IMAGE ANIMATION */
.img-popup.open img{
  transform: scale(1);
}

/* CLOSE BTN */
.img-popup-close{
  position: absolute;
  top: 22px;
  right: 28px;

  width: 46px;
  height: 46px;

  border-radius: 50%;

  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);

  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.3rem;
  cursor: pointer;

  transition: .25s ease;
}

.img-popup-close:hover{
  background: #fff;
  color: #111;
}
.offer-media-stack img {
  width: 100px; height: 100px; object-fit: contain;
  background: white; border-radius: var(--r-md); padding: 8px;
  border: 1px solid var(--gray-200); box-shadow: var(--shadow-sm);
  transition: transform var(--t-fast);
}
.offer-media-stack img:hover { transform: scale(1.08); }

/* ── Offer Text ── */
.offer-text-side { padding: 56px 56px 56px 40px; }

.offer-product-name {
  font-family: var(--font-display); font-size: 1.15rem; font-style: italic;
  color: var(--teal-600); margin-bottom: 14px; font-weight: 600;
}

.gold-text {
  background: linear-gradient(135deg, var(--gold-500), var(--gold-300));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.offer-desc { font-size: .9rem !important; color: var(--text-muted); line-height: 1.8; margin-bottom: 24px; }

.offer-features-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}
.offer-feat {
  display: flex; align-items: center; gap: 8px;
  font-size: .84rem; font-weight: 500; color: var(--text-main);
}
.offer-feat i { color: var(--teal-500); font-size: 1rem; }

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  background: linear-gradient(135deg, var(--teal-900) 0%, var(--teal-700) 60%, var(--teal-600) 100%);
  padding: 80px 0; position: relative; overflow: hidden;
}

.cta-band-texture {
  position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 20px 20px;
	z-index: -9;
}

.cta-eyebrow { color: var(--teal-300) !important; background: rgba(255,255,255,.1) !important; border-color: rgba(255,255,255,.15) !important; }
.cta-heading { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; color: white; margin: 12px 0; }
.cta-sub {     font-size: .95rem !important; color: rgba(255,255,255,.75); line-height: 1.7; max-width: 520px; margin: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--gray-900);
  padding: 80px 0 0; position: relative;
}
.footer-top-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--teal-500), var(--gold-400), var(--teal-400));
}

.footer-main { padding-bottom: 60px; }
.footer-logo { margin-bottom: 18px; }
.footer-desc {     font-size: .875rem !important;
 color: rgba(255,255,255,.55); line-height: 1.75; margin-bottom: 24px; }

.footer-socials { display: flex; gap: 10px; }
.fsoc {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.65); display: flex; align-items: center; justify-content: center;
  font-size: .95rem; transition: var(--t-fast);
}
.fsoc:hover { background: var(--teal-600); border-color: var(--teal-600); color: white; transform: translateY(-3px); }

.footer-col-title {
  font-family: var(--font-display); font-size: 1rem; font-weight: 600;
  color: white; margin-bottom: 18px; padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color: rgba(255,255,255,.55); font-size: .875rem;
  transition: var(--t-fast); display: inline-flex; align-items: center;
  gap: 0;
}
.footer-links a::before {
  content: '→'; opacity: 0; margin-right: 0;
  transition: opacity var(--t-fast), margin var(--t-fast);
}
.footer-links a:hover { color: var(--teal-300); }
.footer-links a:hover::before { opacity: 1; margin-right: 6px; }

.footer-contact { list-style: none; padding: 0; margin: 0 0 18px; }
.footer-contact li {
  font-size: .85rem !important;
  display: flex; align-items: flex-start; gap: 10px;
  color: rgba(255,255,255,.55); font-size: .85rem; margin-bottom: 12px; line-height: 1.6;
}
.footer-contact li i { color: var(--teal-400); flex-shrink: 0; margin-top: 2px; }
.footer-contact a { color: rgba(255,255,255,.55); transition: color var(--t-fast); }
.footer-contact a:hover { color: var(--teal-300); }

.footer-map-wrap { border-radius: var(--r-md); overflow: hidden; }
.footer-map-wrap iframe {
  width: 100%; height: 160px; border: none;
  filter: grayscale(60%) invert(10%);
  transition: filter var(--t-base);
}
.footer-map-wrap:hover iframe { filter: grayscale(0%) invert(0%); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 22px 0; display: flex;
  justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px;
}
.footer-bottom p { margin: 0; font-size: .8rem !important; color: rgba(255,255,255,.35); }
.footer-bottom a { color: var(--teal-400); }
.footer-bottom a:hover { color: var(--teal-300); }
.footer-made .bi-heart-fill { color: var(--gold-400); font-size: .85rem; margin: 0 2px; }

/* ============================================================
   BACK TO TOP
   ============================================================ */
.back-to-top {
  position: fixed; bottom: 28px; right: 28px;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--teal-600); color: white;
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; box-shadow: var(--shadow-lg);
  opacity: 0; transform: translateY(20px); pointer-events: none;
  transition: opacity var(--t-base), transform var(--t-base), background var(--t-fast);
  z-index: 900;
}
.back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: all; }
.back-to-top:hover { background: var(--teal-700); transform: translateY(-3px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .hero-float-a { left: -10px; }
  .hero-float-b { right: -10px; }
  .mega-menu { width: 740px; min-width: 740px; }
}

@media (max-width: 991px) {
  .hero-section { min-height: auto; padding: 80px 0 60px; }
  .hero-stats { display: none; }
  .hero-actions { flex-direction: column; align-items: flex-start; }

  .offer-text-side { padding: 36px 28px; }
  .offer-media-wrap { min-height: 320px; }
  .offer-video { min-height: 320px; }
  .offer-media-stack { flex-direction: row; }
  .offer-free-label { top: 60px; right: 16px; }

  .cta-actions { align-items: flex-start; }
  .section-pad { padding: 72px 0; }

  .product-card-footer { flex-direction: column; }
  .product-card-footer .btn-ghost-pill,
  .product-card-footer .btn-primary-pill { justify-content: center; }
}

@media (max-width: 767px) {
  .hero-heading { font-size: 2rem; }
  .hero-sub { font-size: .95rem; }
  .hero-pill { font-size: .75rem; }

  .section-heading { font-size: 1.9rem; }
  .section-header-row { flex-direction: column; align-items: flex-start; }
  .btn-view-more { align-self: stretch; justify-content: center; }

  .offer-features-grid { grid-template-columns: 1fr; }
  .offer-text-side { padding: 28px 20px; }

  .cta-actions { flex-direction: column; }
  .btn-white-pill, .btn-outline-white-pill { justify-content: center; }

  .footer-bottom { flex-direction: column; text-align: center; }
  .section-pad { padding: 56px 0; }
  .cta-band { padding: 56px 0; }

  .hero-float-a, .hero-float-b { display: none; }
}
@media (max-width: 991px) {
  .header-inner a.header-logo.header-logo-mobile.d-xl-none
  {
    display: none !important;
  }
  .header-logo {
 
    transform: translateX(-90%);
    
}
}

@media (max-width: 480px) {
  .announce-bar .d-none { display: none !important; }
  .hero-actions .btn-lg-pill { padding: 12px 22px; font-size: .875rem; }
  .brand-chip { padding: 10px 20px; }
  .hero-scroll-cue { display: none; }
}
section.offer-section.section-pad.why-choose-us .offer-media-wrap img
{
	height:100%;
	width:100%;
	object-fit:cover;
}
section.offer-section.section-pad.why-choose-us .offer-media-wrap
{
	min-height:auto;
}
.about-section-four
{
	background:#1d7d69 !important;
}
section.offer-section.section-pad.why-choose-us .offer-text-side .offer-features-grid {
    grid-template-columns: 1fr;
}
/* contact-page */
/* =========================================
   CONTACT SECTION
========================================= */

.wm-contact-section{
  background:#f7faf9;
  overflow:hidden;
  position:relative;
}

/* MAIN CARD */
.wm-contact-card{
  background:#fff;
  padding:48px;
  border-radius:32px;
  border:1px solid rgba(29,125,105,.12);
  box-shadow:0 20px 60px rgba(0,0,0,.06);
  position:relative;
}

/* SMALL LABEL */
.wm-contact-mini{
  display:inline-flex;
  align-items:center;
  gap:8px;

  font-size:.8rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;

  color:#1d7d69;

  margin-bottom:14px;
}

/* TITLE */
.wm-contact-title{
  font-size:3rem;
  line-height:1.08;
  font-weight:800;
  color:#111;

  margin-bottom:18px;
}

.wm-contact-text{
  font-size:1rem;
  line-height:1.8;
  color:#5f5f5f;

  margin-bottom:30px;
  max-width:620px;
}

/* FIELD */
.wm-field-wrap{
  position:relative;
}

.wm-field{
  width:100%;
  height:64px;

  border:none;
  outline:none;

  background:#f5f7f6;

  border-radius:18px;

  padding:0 22px;

  font-size:1rem;
  font-weight:500;

  color:#111;

  transition:.3s ease;

  border:1px solid transparent;
}

.wm-field:focus{
  background:#fff;
  border-color:#1d7d69;

  box-shadow:0 0 0 4px rgba(29,125,105,.08);
}

.wm-field::placeholder{
  color:#888;
}

.wm-textarea{
  height:180px;
  padding-top:20px;
  resize:none;
}

/* BUTTON */
.wm-submit-btn{
  height:62px;

  border:none;
  outline:none;

  background:#1d7d69;
  color:#fff;

  padding:0 28px;

  border-radius:18px;

  font-size:1rem;
  font-weight:700;

  display:inline-flex;
  align-items:center;
  gap:12px;

  transition:.3s ease;
}

.wm-submit-btn:hover{
  background:#d4960f;
  transform:translateY(-3px);
}

/* RIGHT SIDE */
.wm-contact-info-wrap{
  padding-left:30px;
}

.wm-info-title{
  font-size:3rem;
  line-height:1.08;
  font-weight:800;

  color:#111;

  margin-bottom:22px;
}

.wm-info-text{
  font-size:1.02rem;
  line-height:1.9;

  color:#5e5e5e;

  margin-bottom:40px;
}

/* INFO ITEM */
.wm-info-item{
  display:flex;
  align-items:flex-start;
  gap:20px;

  margin-bottom:24px;

  background:#fff;
  padding:22px;

  border-radius:24px;

  border:1px solid rgba(29,125,105,.08);

  transition:.3s ease;
}

.wm-info-item:hover{
  transform:translateY(-4px);
  border-color:#1d7d69;
}

/* ICON */
.wm-info-icon{
  width:70px;
  height:70px;

  min-width:70px;

  border-radius:22px;

  background:#1d7d69;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:1.4rem;
}

/* TEXT */
.wm-info-content span{
  display:block;

  font-size:.9rem;
  font-weight:700;

  color:#d4960f;

  margin-bottom:6px;

  text-transform:uppercase;
  letter-spacing:.05em;
}

.wm-info-content a{
  font-size: 1rem;
  line-height:1.4;

  font-weight:700;

  color:#111;

  text-decoration:none;

  transition:.3s ease;
}

.wm-info-content a:hover{
  color:#1d7d69;
}

/* RESPONSIVE */
@media(max-width:991px){

  .wm-contact-card{
    padding:34px;
  }

  .wm-contact-title,
  .wm-info-title{
    font-size:2.4rem;
  }

  .wm-contact-info-wrap{
    padding-left:0;
    margin-top:10px;
  }

}

@media(max-width:767px){

  .wm-contact-card{
    padding:24px;
    border-radius:24px;
  }

  .wm-contact-title,
  .wm-info-title{
    font-size:2rem;
  }

  .wm-info-item{
    padding:18px;
    gap:16px;
  }

  .wm-info-icon{
    width:58px;
    height:58px;
    min-width:58px;

    border-radius:18px;
    font-size:1.1rem;
  }

  .wm-info-content a{
    font-size:1.1rem;
  }

  .wm-submit-btn{
    width:100%;
    justify-content:center;
  }

}
.wm-contact-title
{
	padding-top:0px !important;
}
/* =========================================
   POLICY SECTION
========================================= */

.wm-policy-section{
  padding:50px 0;
  background:#f6f8f7;
  overflow:hidden;
}

/* CARD */
.wm-policy-section .wm-policy-card{
  position:relative;

  height:100%;

  padding:55px 42px;

  border-radius:34px;

  overflow:hidden;

  z-index:1;

  transition:.45s ease;

  border:1px solid rgba(255,255,255,.08);
}

/* DIFFERENT CARD BG */
.wm-policy-section .wm-policy-card-one{
      background: #1d7d698a;
}

.wm-policy-section .wm-policy-card-two{
 background: #d4960f69;
}

/* HOVER EFFECT */
.wm-policy-section .wm-policy-shape{
  position:absolute;

  right:-120px;
  bottom:-120px;

  width:260px;
  height:260px;

  border-radius:50%;

/*   opacity:.12; */

  transition:.55s ease;
}
.wm-policy-section .wm-policy-card-two  .wm-policy-title
{
	color:#000;
}

.wm-policy-section .wm-policy-card-two  p.wm-policy-text
{
	color:#000;
}
.wm-policy-section .wm-policy-card-one .wm-policy-shape{
  background: #1d7d69;
}

.wm-policy-section .wm-policy-card-two .wm-policy-shape{
      background: #d4960f;
}
.wm-policy-section .wm-policy-title
{
	padding-top:0px !important;
}
/* HOVER */
.wm-policy-section .wm-policy-card:hover .wm-policy-shape{
  transform:scale(3.5);
/*   opacity:.18; */
}

.wm-policy-section .wm-policy-card:hover{
  transform:translateY(-10px);
}

/* ICON */
.wm-policy-section .wm-policy-icon{
  width:82px;
  height:82px;

  border-radius:24px;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:2rem;

  margin-bottom:28px;

  position:relative;
  z-index:2;

  backdrop-filter:blur(10px);
}

.wm-policy-section .wm-policy-card-one .wm-policy-icon{
      background: rgb(255 255 255 / 53%);
  color:#fff;
}

.wm-policy-section .wm-policy-card-two .wm-policy-icon{
      background: rgb(255 255 255 / 53%);
  color:#d4960f;
}

/* TITLE */
.wm-policy-section .wm-policy-title{
  font-size:3rem;
  line-height:1.1;

  font-weight:800;

  color:#fff;

  margin-bottom:22px;

  position:relative;
  z-index:2;
}

/* TEXT */
.wm-policy-section .wm-policy-text{
  font-size:1.08rem;
  line-height:1.9;

  color:rgba(255,255,255,.9);

  margin:0;

  position:relative;
  z-index:2;
}

/* RESPONSIVE */
@media(max-width:991px){

  .wm-policy-section{
    padding:70px 0;
  }

  .wm-policy-section .wm-policy-card{
    padding:40px 28px;
  }

  .wm-policy-section .wm-policy-title{
    font-size:2.4rem;
  }

}

@media(max-width:767px){

  .wm-policy-section .wm-policy-card{
    padding:32px 22px;
    border-radius:26px;
  }

  .wm-policy-section .wm-policy-title{
    font-size:2rem;
  }

  .wm-policy-section .wm-policy-text{
    font-size:1rem;
    line-height:1.8;
  }

  .wm-policy-section .wm-policy-icon{
    width:68px;
    height:68px;

    border-radius:18px;

    font-size:1.5rem;
  }

}
.why-choose-us .offer-features-grid .offer-feat
{
	flex-wrap: wrap;
}
/*========================================
  ULTRA PREMIUM PRODUCT SECTION
========================================*/

.product-page{
    position:relative !important;
/*     overflow:hidden !important; */
    background: #ffffff !important;
	    margin: 50px 0px;
}

.container-fluid.color-clor h2.text-light.py-3 {
    color: #000 !important;
}

.product-page .left-column
{
	margin-top:0px;
	padding-top:0px !important;
}
.product-page .row.g-4.color-clor
{
	    background: #f8f8f8;
}
.product-page .right-column
{
	padding-top:0px !important;
	margin-top:0px;
}
.woocommerce ul.products li .pp-infolist-icon .pp-infolist-icon-inner {
    display: flex;
}
/* main wrapper */
.product-page .color-gradient{
    position:relative !important;
/*  
    border-radius:32px !important; */
/*     overflow:hidden !important; */
   background: #fcfaf4 !important;
    border:1px solid rgba(0,0,0,0.06) !important;
    box-shadow:0px 15px 60px rgba(0,0,0,0.07) !important;
    transition:all .45s ease !important;
}

/* hover */
/* .product-page .color-gradient:hover{
    transform:translateY(-8px) !important;
    box-shadow:0px 25px 80px rgba(0,0,0,0.12) !important;
} */

/*========================================
  LEFT CONTENT SIDE
========================================*/

.product-page .left-column{
    position:relative !important;
    padding:40px !important;
    background:#1d7d69 !important;
    overflow:hidden !important;
}

/* even section */
.product-page:nth-of-type(even) .left-column{
    background:#d4960f !important;
}

/* subtle pattern */
.product-page .left-column::before{
    content:"" !important;
    position:absolute !important;
    width:320px !important;
    height:320px !important;
    border-radius:50% !important;
    background: rgb(255 255 255 / 40%) !important; 
    top:-120px !important;
    right:-120px !important;
}

/* title */
.product-page .title{
    position:relative !important;
    font-size:58px !important;
    line-height:1.08 !important;
    font-weight:800 !important;
    color:#ffffff !important;
    margin-bottom:28px !important;
    letter-spacing:-1px !important;
}

/* underline */
.product-page .title::after{
    content:"" !important;
    width:95px !important;
    height:5px !important;
    background:#ffffff !important;
    border-radius:50px !important;
    display:block !important;
    margin-top:18px !important;
}

/* text */
.product-page p{
    position:relative !important;
    color:rgba(255,255,255,0.92) !important;
    font-size:17px !important;
    line-height:1.95 !important;
    margin-bottom:8px !important;
    font-weight:400 !important;
}

/*========================================
  BUTTON DESIGN
========================================*/

.product-page .btn-two{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    padding:18px 34px !important;
    border-radius:70px !important;
    background:#ffffff !important;
    color:#1d7d69 !important;
    font-size:15px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    letter-spacing:.5px !important;
    border:none !important;
    overflow:hidden !important;
    transition:all .4s ease !important;
    box-shadow:0px 12px 35px rgba(0,0,0,0.15) !important;
}

/* even button */
.product-page:nth-of-type(even) .btn-two{
    color:#d4960f !important;
}

/* icon */
.product-page .btn-two span.icon_box i{
    color:inherit !important;
    transition:all .4s ease !important;
}

/* hover */
.product-page .btn-two:hover{
    transform:translateY(-5px) !important;
    background:#111111 !important;
    color:#ffffff !important;
    box-shadow:0px 18px 45px rgba(0,0,0,0.22) !important;
}

/*========================================
  IMAGE SIDE
========================================*/

.product-page .right-column{
    position:relative !important;
    padding:55px !important;
    background:#f8f8f8 !important;
   
}
.product-page .swiper.banner-four__slider
{
	    border-radius: 28px !important;
}
.product-page .swiper.banner-four__slider .swiper-slide .image.img-slider
{
	position: relative !important;
    width: 100% !important;
    border-radius: 28px !important;
    overflow: hidden !important;
    background: #ffffff !important;
/*     padding: 16px !important; */
    transition: all .5s ease !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0px 18px 55px rgba(0, 0, 0, 0.08) !important;
}

.product-page .swiper.banner-four__slider .swiper-slide .image.img-slider img
{
	transition: all .6s ease !important;
	border-radius:20px;
}
.product-page .swiper.banner-four__slider .swiper-slide .image.img-slider:hover
{
	transform: translateY(-10px) !important;
    box-shadow: 0px 28px 70px rgba(0, 0, 0, 0.15) !important;
}
.product-page .swiper.banner-four__slider .swiper-slide .image.img-slider hover img {
    transform: scale(1.06) !important;
}
.product-page .right-column .inner-column .image
{
	    border-radius: 28px !important;
}
/* even image bg */
.product-page:nth-of-type(even) .right-column{
    background:#fcfaf4 !important;
}

/* image box */
.product-page .product__img{
    position:relative !important;
    width:100% !important;
    border-radius:28px !important;
    overflow:hidden !important;
    background:#ffffff !important;
    padding:16px !important;
    transition:all .5s ease !important;
    border:1px solid rgba(0,0,0,0.06) !important;
    box-shadow:0px 18px 55px rgba(0,0,0,0.08) !important;
}

/* border effect */
.product-page .product__img::before{
    content:"" !important;
    position:absolute !important;
    inset:10px !important;
    border:1px solid rgba(29,125,105,0.15) !important;
    border-radius:20px !important;
    pointer-events:none !important;
}

/* even border */
.product-page:nth-of-type(even) .product__img::before{
    border-color:rgba(212,150,15,0.18) !important;
}

/* image */
.product-page .product__img img{
    width:100% !important;
    border-radius:20px !important;
    transition:all .6s ease !important;
    display:block !important;
}

/* image hover */
.product-page .product__img:hover{
    transform:translateY(-10px) !important;
    box-shadow:0px 28px 70px rgba(0,0,0,0.15) !important;
}

.product-page .product__img:hover img{
    transform:scale(1.06) !important;
}

/*========================================
  EVEN SECTION REVERSE
========================================*/


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

@media(max-width:1199px){

    .product-page .title{
        font-size:48px !important;
    }

    .product-page .left-column{
        padding:70px 50px !important;
    }
}

@media(max-width:991px){

    .product-page{
        padding:70px 0px !important;
    }
	.mobile-drawer-header img {
    width: 190px;
}
	.container-fluid.color-clor .inner-column p {
    text-align: left !important;
}


       .container-fluid.color-clor .section-header h2.title.top-main-heading {
   
    padding: 0px 30px;
}
    .product-page .left-column{
        padding:55px 35px !important;
    }

    .product-page .right-column{
        padding:35px !important;
    }

    .product-page .title{
        font-size:40px !important;
    }

    .product-page:nth-of-type(even) .row{
        flex-direction:column !important;
    }
}

@media(max-width:575px){

    .product-page{
        padding:0px 0px !important;
    }
      .container-fluid.color-clor .section-header h2.title.top-main-heading {
   
    padding: 0px 30px;
}
    .product-page .color-gradient{
        border-radius:22px !important;
    }

    .product-page .left-column{
        padding:45px 24px !important;
    }

    .product-page .right-column{
        padding:22px !important;
    }

    .product-page .title{
        font-size:32px !important;
        margin-bottom:20px !important;
    }

    .product-page p{
        font-size:15px !important;
        line-height:1.8 !important;
    }

    .product-page .btn-two{
        width:100% !important;
        padding:16px 22px !important;
    }

    .product-page .product__img{
        padding:10px !important;
        border-radius:18px !important;
    }

    .product-page .product__img img{
        border-radius:14px !important;
    }
}
a.fl-button{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    gap:18px !important;
    border: 2px solid;
    padding: 8px 25px !important;
    border-radius:80px !important;
    background: #d4960f !important;
    text-decoration: none !important;
    overflow: hidden !important;
    transition: all .4s ease !important;
    box-shadow: 0px 15px 40px rgb(212 150 15) !important;
}

/* glow effect */
a.fl-button::before{
    content:"" !important;
    position:absolute !important;
    width:130px !important;
    height:130px !important;
    background:rgba(255,255,255,0.14) !important;
    border-radius:50% !important;
    top:-45px !important;
    right:-35px !important;
}
.contact-section-two .section-header.mb-50 h2.title.wow.fadeInUp.text-white.text-center.text-form {
    color: #000 !important;
}
.product-page .row.color-clor {
        align-items: self-start;
    background: #f8f8f8;
}


.product-page:nth-of-type(odd) .left-column {
    margin-top: 0px;
    min-height: 650px;
}
.product-page:nth-of-type(even) .left-column {
    margin-top: 0px;
    min-height: 650px;
	
}
.product-page:nth-of-type(odd) .right-column .inner-column
{
	position:sticky;
	top:50px;
}
.container-fluid.color-clor .row.g-4.top-row.pt-70.pb-70 .col-lg-6.right-column.end-right .inner-column h3 {
    color: #000 !important;
}
.container-fluid.color-clor .row.g-4.top-row.pt-70.pb-70 {
    background: #fff !important;
}
/* play circle */
a.fl-button::after{
    content:"▶" !important;
    position:relative !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    border-radius:50% !important;
    background:#ffffff !important;
    color:#1d7d69 !important;
    font-size:20px !important;
    font-weight:700 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    order:-1 !important;
    box-shadow:0px 0px 0px 0px rgba(255,255,255,0.6) !important;
    animation:playPulse 1.8s infinite !important;
}

/* text */
a.fl-button .fl-button-text{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    color:#ffffff !important;
    font-size:18px !important;
    font-weight:700 !important;
    line-height:1.3 !important;
    text-decoration:none !important;
}

/* remove underline */
a.fl-button .fl-button-text u{
    text-decoration:none !important;
}

/* small text */
a.fl-button .fl-button-text::after{
    display:block !important;
    font-size:13px !important;
    font-weight:400 !important;
    opacity:.9 !important;
    margin-top:4px !important;
}

/* hover */
a.fl-button:hover{
    transform:translateY(-6px) scale(1.02) !important;
    box-shadow:0px 24px 55px rgba(255,0,0,0.35) !important;
}

/* hover play */
a.fl-button:hover::after{
    transform:scale(1.08) !important;
}

/* pulse */
@keyframes playPulse{
    0%{
        box-shadow:0px 0px 0px 0px rgba(255,255,255,0.55) !important;
    }
    70%{
        box-shadow:0px 0px 0px 16px rgba(255,255,255,0) !important;
    }
    100%{
        box-shadow:0px 0px 0px 0px rgba(255,255,255,0) !important;
    }
}

/* mobile */
@media(max-width:575px){

    a.fl-button{
        width:100% !important;
        justify-content:center !important;
        padding:16px 20px !important;
    }

    a.fl-button::after{
        width:50px !important;
        height:50px !important;
        min-width:50px !important;
        font-size:18px !important;
    }

    a.fl-button .fl-button-text{
        font-size:16px !important;
    }
}
.row.g-4.top-row.pt-70.pb-70.color-clor {
    background: #1d7d69 !important;
}
.container-fluid.color-clor {
    background: transparent !important;
}
.container-fluid.color-clor .section-header h2.title.top-main-heading {
    color: #000 !important;
}
.container-fluid.color-clor .row.g-4.top-row.pt-70.pb-70.top-banner{
    position:relative !important;
    border-radius:34px !important;
    overflow:hidden !important;
    padding:70px 45px !important;
    border:1px solid rgba(0,0,0,0.08) !important;
    background:#ffffff !important;
    
    box-shadow:
    0px 12px 35px rgba(0,0,0,0.06),
    0px 30px 80px rgba(0,0,0,0.08) !important;

    transition:all .45s ease !important;
}

/* top glow */
.container-fluid.color-clor .row.g-4.top-row.pt-70.pb-70.top-banner::before{
    content:"" !important;
    position:absolute !important;
    top:0px !important;
    left:0px !important;
    width:100% !important;
    height:6px !important;
    background:#1d7d69 !important;
}

/* bottom accent */
.container-fluid.color-clor .row.g-4.top-row.pt-70.pb-70.top-banner::after{
    content:"" !important;
    position:absolute !important;
    width:180px !important;
    height:180px !important;
    border-radius:50% !important;
    background:rgba(29,125,105,0.06) !important;
    right:-60px !important;
    bottom:-60px !important;
}

/* hover */


/* mobile */
@media(max-width:767px){

    .container-fluid.color-clor .row.g-4.top-row.pt-70.pb-70.top-banner{
        border-radius:24px !important;
        padding:45px 20px !important;
    }
}
.container-fluid.color-clor .row.g-4.top-row.pt-70.pb-70.top-banner .right-column.end-right .inner-column p a.btn-two.wow.fadeInUp.mt-3.down-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 24px 45px;
    border-radius: var(--r-pill);
    background: var(--teal-600) !important;
    color: white !important;
    font-weight: 600;
    letter-spacing: .01em;
    border: 2px solid var(--teal-600);
    transition: background var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);
    white-space: nowrap;
    cursor: pointer;
}
/* order-page */
/*========================================
  PREMIUM FORM SECTION DESIGN
========================================*/

.contact-section-two{
    position:relative !important;
    padding:100px 0px !important;
    background:#f5f7f6 !important;
    overflow:hidden !important;
}

/* main container */
.contact-section-two .inner-column{
    position:relative !important;
    background:#ffffff !important;
    border-radius:35px !important;
    padding:60px !important;
    border:1px solid rgba(0,0,0,0.06) !important;

    box-shadow:
    0px 20px 60px rgba(0,0,0,0.06) !important;

    overflow:hidden !important;
}

/* top line */
.contact-section-two .inner-column::before{
    content:"" !important;
    position:absolute !important;
    top:0px !important;
    left:0px !important;
    width:100% !important;
    height:6px !important;
    background:#1d7d69 !important;
}

/* floating shape */
.contact-section-two .inner-column::after{
    content:"" !important;
    position:absolute !important;
    width:260px !important;
    height:260px !important;
    border-radius:50% !important;
    background: rgb(29 125 105 / 36%) !important;
    right:-120px !important;
    bottom:-120px !important;
}

/*========================================
  DOWNLOAD BUTTON
========================================*/

.contact-section-two .nebulizer{
    text-align:center !important;
    margin-bottom:40px !important;
}

.contact-section-two .nebulizer .btn-two{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    background:#d4960f !important;
    color:#ffffff !important;
    border-radius:70px !important;
    padding:20px 38px !important;
    font-size:17px !important;
    font-weight:700 !important;
    text-decoration:none !important;
    border:none !important;
    overflow:hidden !important;
    transition:all .4s ease !important;

    box-shadow:
    0px 15px 40px rgba(212,150,15,0.25) !important;
}

/* button hover */
.contact-section-two .nebulizer .btn-two:hover{
    background:#1d7d69 !important;
    transform:translateY(-5px) !important;
    box-shadow:
    0px 20px 50px rgba(29,125,105,0.28) !important;
}


/*========================================
  INPUTS
========================================*/
.contact-section-two p label.mt-3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1d1d1d !important;
    margin-bottom: 12px !important;
	font-family: var(--font-display) !important;
}
.contact-section-two input,
.contact-section-two select,
.contact-section-two textarea{
    width:100% ;
   
    border-radius:18px !important;
    border:1px solid rgba(0,0,0,0.08) !important;
    background:#f8f9fa !important;
    padding:0px 24px !important;
    font-size:15px !important;
    font-weight:500 !important;
    color:#111111 !important;
    outline:none !important;

    transition:all .35s ease !important;

    box-shadow:none !important;
}
body.wp-singular.page-template-default.page.page-id-237 .contact-section-two input,
body.wp-singular.page-template-default.page.page-id-237 .contact-section-two select,
body.wp-singular.page-template-default.page.page-id-237 .contact-section-two textarea
{
	height:64px;
}
body.wp-singular.page-template-default.page.page-id-237 form.wpcf7-form p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-checkbox
{
	display:flex;
	    flex-direction: column;
}
body.wp-singular.page-template-default.page.page-id-237 form.wpcf7-form p span.wpcf7-form-control-wrap span.wpcf7-list-item span.wpcf7-list-item-label {
    color: #000;
}
body.wp-singular.page-template-default.page.page-id-237 form.wpcf7-form p span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item.first label span.wpcf7-list-item-label
{
	color:#000 !important;
}
body.wp-singular.page-template-default.page.page-id-237 form.wpcf7-form p span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item.first label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
}
.cf7-signature p:empty{
    display:none !important;
}
.cf7-signature .dscf7_signature .dscf7_signature_inner canvas#digital_signature-pad_signature-297
{
	    width: 100%;
    border-radius: 18px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    background: #f8f9fa !important;
    padding: 0px 24px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #111111 !important;
    outline: none !important;
    transition: all .35s ease !important;
    box-shadow: none !important;
}
/* textarea */
.contact-section-two textarea{
    min-height:150px !important;
    padding-top:20px !important;
}

/* placeholder */
.contact-section-two input::placeholder,
.contact-section-two textarea::placeholder{
    color:#666666 !important;
    opacity:1 !important;
}

/* focus */
.contact-section-two input:focus,
.contact-section-two select:focus,
.contact-section-two textarea:focus{
    border-color:#1d7d69 !important;
    background:#ffffff !important;

    box-shadow:
    0px 0px 0px 4px rgba(29,125,105,0.10) !important;

    transform:translateY(-2px) !important;
}

/* even fields glow */
.contact-section-two .col-sm-6:nth-child(even) input:focus,
.contact-section-two .col-sm-6:nth-child(even) select:focus{
    border-color:#d4960f !important;

    box-shadow:
    0px 0px 0px 4px rgba(212,150,15,0.12) !important;
}

/*========================================
  LABELS
========================================*/

.contact-section-two h5{
    font-size:16px !important;
    font-weight:700 !important;
    color:#1d1d1d !important;
    margin-bottom:12px !important;
}

/*========================================
  CAPTCHA
========================================*/

.contact-section-two img.wpcf7-captcha-your-captcha{
    margin:18px 0px !important;
    border-radius:12px !important;
    border:1px solid rgba(0,0,0,0.08) !important;
    padding:6px !important;
    background:#ffffff !important;
	height: auto;
    width: auto;
}

/*========================================
  SUBMIT BUTTON
========================================*/

.contact-section-two .wpcf7-submit.btn-two{
    position:relative !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:230px !important;
    height:64px !important;
    border:none !important;
    border-radius:70px !important;
    background:#1d7d69 !important;
    color:#ffffff !important;
    font-size:16px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    letter-spacing:.5px !important;
    cursor:pointer !important;

    transition:all .4s ease !important;

    box-shadow:
    0px 15px 40px rgba(29,125,105,0.24) !important;
}

/* submit hover */
.contact-section-two .wpcf7-submit.btn-two:hover{
    background:#d4960f !important;
    transform:translateY(-5px) !important;

    box-shadow:
    0px 18px 50px rgba(212,150,15,0.28) !important;
}

/*========================================
  NICE SELECT
========================================*/

.contact-section-two .nice-select{
    display:flex !important;
    align-items:center !important;
    float:none !important;
}

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

@media(max-width:991px){

    .contact-section-two{
        padding:70px 0px !important;
    }

    .contact-section-two .inner-column{
        padding:40px 30px !important;
        border-radius:25px !important;
    }
}

@media(max-width:575px){

    .contact-section-two .inner-column{
        padding:30px 18px !important;
    }

    .contact-section-two input,
    .contact-section-two select,
    .contact-section-two textarea{
        height:58px !important;
        padding:0px 18px !important;
        border-radius:14px !important;
        font-size:14px !important;
    }

    .contact-section-two .wpcf7-submit.btn-two{
        width:100% !important;
        min-width:100% !important;
    }

    .contact-section-two .nebulizer .btn-two{
        width:100% !important;
        padding:18px 20px !important;
    }
}
.product-page .color-gradient
{
	align-items: flex-start;
}
/*========================================
  PREMIUM SWIPER DOTS
========================================*/

.banner-four__pagination{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    margin-top:30px !important;
    z-index:10 !important;
}

/* normal dot */
.banner-four__pagination .swiper-pagination-bullet{
    position:relative !important;
    width:14px !important;
    height:14px !important;
    margin:0px !important;
    border-radius:50px !important;
    background:rgba(255,255,255,0.25) !important;
    border:2px solid rgba(29,125,105,0.25) !important;
    opacity:1 !important;
    cursor:pointer !important;
    overflow:hidden !important;
    transition:all .45s ease !important;
}

/* inner dot */
.banner-four__pagination .swiper-pagination-bullet b{
    position:absolute !important;
    inset:3px !important;
    border-radius:50% !important;
    background:#1d7d69 !important;
    opacity:0 !important;
    transition:all .45s ease !important;
}

/* active dot */
.banner-four__pagination .swiper-pagination-bullet-active{
    width:46px !important;
    border-radius:50px !important;
    background:rgba(29,125,105,0.08) !important;
    border-color:#1d7d69 !important;

    box-shadow:
    0px 8px 22px rgba(29,125,105,0.25) !important;
}

/* active inner */
.banner-four__pagination .swiper-pagination-bullet-active b{
    opacity:1 !important;
    border-radius:50px !important;
}

/* even section color */
.product-page:nth-of-type(even) 
.banner-four__pagination 
.swiper-pagination-bullet{
    border-color:rgba(212,150,15,0.28) !important;
}

.product-page:nth-of-type(even) 
.banner-four__pagination 
.swiper-pagination-bullet b{
    background:#d4960f !important;
}

.product-page:nth-of-type(even) 
.banner-four__pagination 
.swiper-pagination-bullet-active{
    background:rgba(212,150,15,0.10) !important;
    border-color:#d4960f !important;

    box-shadow:
    0px 8px 22px rgba(212,150,15,0.28) !important;
}

/* hover */
.banner-four__pagination .swiper-pagination-bullet:hover{
    transform:translateY(-2px) scale(1.08) !important;
}

/* mobile */
@media(max-width:575px){

    .banner-four__pagination{
        gap:10px !important;
        margin-top:24px !important;
    }

    .banner-four__pagination .swiper-pagination-bullet{
        width:12px !important;
        height:12px !important;
    }

    .banner-four__pagination .swiper-pagination-bullet-active{
        width:36px !important;
    }
}
.container-fluid.color-clor .col-lg-12.left-column.top-first h2 {
    background: #d4960f;
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.wm-contact-section .wm-contact-card form.wpcf7-form p input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-one.top-btn
{
	display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 15px 30px;
    border-radius: var(--r-pill);
    background: var(--teal-600) !important;
    color: white;
    font-weight: 600;
    font-size: .975rem;
    letter-spacing: .01em;
    border: 2px solid var(--teal-600);
    transition: background var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);
    white-space: nowrap;
    cursor: pointer;
}
.container-fluid.color-clor .inner-column p {
    text-align: right;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #040303 !important;
}
.term-19 .row.g-4.top-row.pt-70.pb-70.color-clor .col-lg-6.right-column.end-right .inner-column p img {
    border-radius: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* single-product */
/*========================================
  ULTRA PREMIUM SINGLE PRODUCT PAGE
========================================*/

.single-product div.product{
    position:relative !important;
    padding:80px 0px !important;
    background:#f5f7f6 !important;
}

/*========================================
  MAIN PRODUCT WRAPPER
========================================*/

.single-product div.product{
    border-radius:36px !important;
    background:#ffffff !important;
    padding:50px !important;
    border:1px solid rgba(0,0,0,0.06) !important;

    box-shadow:
    0px 18px 60px rgba(0,0,0,0.06) !important;

    overflow:hidden !important;
}

/* top line */
.single-product div.product::before{
    content:"" !important;
    position:absolute !important;
    top:0px !important;
    left:0px !important;
    width:100% !important;
    height:6px !important;
    background:#1d7d69 !important;
}

/* floating shape */
.single-product div.product::after{
    content:"" !important;
    position:absolute !important;
    width:280px !important;
    height:280px !important;
    border-radius:50% !important;
    background:rgba(29,125,105,0.05) !important;
    right:-120px !important;
    bottom:-120px !important;
}

/*========================================
  PRODUCT GALLERY
========================================*/

.single-product .woocommerce-product-gallery{
    position:relative !important;
}

/* main image */
.single-product .woocommerce-product-gallery__image{
    border-radius:28px !important;
    overflow:hidden !important;
    background:#ffffff !important;
    border:1px solid rgba(0,0,0,0.06) !important;
    padding:18px !important;

    box-shadow:
    0px 15px 50px rgba(0,0,0,0.08) !important;

    transition:all .45s ease !important;
}

/* hover */
.single-product .woocommerce-product-gallery__image:hover{
    transform:translateY(-8px) !important;

    box-shadow:
    0px 22px 65px rgba(0,0,0,0.12) !important;
}

/* image */
.single-product .woocommerce-product-gallery__image img{
    border-radius:20px !important;
    transition:all .5s ease !important;
}

.single-product .woocommerce-product-gallery__image:hover img{
    transform:scale(1.05) !important;
}

/* zoom button */
.single-product .woocommerce-product-gallery__trigger{
    position:absolute !important;
    top:20px !important;
    right:20px !important;
    width:56px !important;
    height:56px !important;
    border-radius:50% !important;
    background:#1d7d69 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    z-index:20 !important;
    color:#ffffff !important;

    box-shadow:
    0px 12px 30px rgba(29,125,105,0.28) !important;

    transition:all .35s ease !important;
}

.single-product .woocommerce-product-gallery__trigger:hover{
    transform:scale(1.08) !important;
    background:#d4960f !important;
}

/*========================================
  PRODUCT CONTENT
========================================*/

.single-product .summary{
    padding-left:50px !important;
}

/* title */
.single-product .product_title{
    font-size:54px !important;
    line-height:1.1 !important;
    font-weight:800 !important;
    color:#111111 !important;
    margin-bottom:24px !important;
    letter-spacing:-1px !important;
}

/* underline */
.single-product .product_title::after{
    content:"" !important;
    width:90px !important;
    height:5px !important;
    border-radius:50px !important;
    background:#1d7d69 !important;
    display:block !important;
    margin-top:18px !important;
}

/* meta */
.single-product .product_meta{
    margin-top:25px !important;
    padding:22px 28px !important;
    border-radius:22px !important;
    background:#f8f9fa !important;
    border:1px solid rgba(0,0,0,0.05) !important;
}

/* category */
.single-product .product_meta span{
    font-size:15px !important;
    color:#444444 !important;
    font-weight:600 !important;
}

/* category link */
.single-product .product_meta a{
    color:#1d7d69 !important;
    text-decoration:none !important;
    transition:all .3s ease !important;
}

.single-product .product_meta a:hover{
    color:#d4960f !important;
}

/*========================================
  TABS
========================================*/

.single-product .woocommerce-tabs{
    margin-top:70px !important;
}

/* tabs nav */
.single-product ul.tabs{
    display:flex !important;
    align-items:center !important;
    gap:18px !important;
    border:none !important;
    padding:0px !important;
    margin-bottom:35px !important;
}

/* tab item */
.single-product ul.tabs li{
    margin:0px !important;
    padding:0px !important;
    border:none !important;
    background:none !important;
}

/* tab link */
.single-product ul.tabs li a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:16px 28px !important;
    border-radius:60px !important;
    background:#f3f5f4 !important;
    color:#111111 !important;
    font-size:15px !important;
    font-weight:700 !important;
    text-decoration:none !important;
    transition:all .35s ease !important;
}

/* active */
.single-product ul.tabs li.active a,
.single-product ul.tabs li a:hover{
    background:#1d7d69 !important;
    color:#ffffff !important;

    box-shadow:
    0px 12px 30px rgba(29,125,105,0.22) !important;
}

/*========================================
  DESCRIPTION PANEL
========================================*/

.single-product .woocommerce-Tabs-panel{
    padding:40px !important;
    border-radius:28px !important;
    background:#ffffff !important;
    border:1px solid rgba(0,0,0,0.06) !important;

    box-shadow:
    0px 15px 45px rgba(0,0,0,0.05) !important;
}

/* text */
.single-product .woocommerce-Tabs-panel p{
    font-size:17px !important;
    line-height:1.9 !important;
    color:#444444 !important;
}

/*========================================
  REVIEW FORM
========================================*/

.single-product #review_form{
    margin-top:25px !important;
}

/* inputs */
.single-product #review_form input,
.single-product #review_form textarea,
.single-product #review_form select{
   
    border-radius:18px !important;
    border:1px solid rgba(0,0,0,0.08) !important;
    background:#f8f9fa !important;
    padding:16px 22px !important;
    font-size:15px !important;
    outline:none !important;

    transition:all .35s ease !important;
}

/* textarea */
.single-product #review_form textarea{
    min-height:170px !important;
}

/* focus */
.single-product #review_form input:focus,
.single-product #review_form textarea:focus,
.single-product #review_form select:focus{
    border-color:#1d7d69 !important;
    background:#ffffff !important;

    box-shadow:
    0px 0px 0px 4px rgba(29,125,105,0.10) !important;
}

/* labels */
.single-product #review_form label{
    display:block !important;
    margin-bottom:12px !important;
    font-size:15px !important;
    font-weight:700 !important;
    color:#111111 !important;
}

/* submit button */
.single-product #submit{
    height:60px !important;
    padding:0px 38px !important;
    border:none !important;
    border-radius:60px !important;
    background:#1d7d69 !important;
    color:#ffffff !important;
    font-size:15px !important;
    font-weight:700 !important;
    text-transform:uppercase !important;
    cursor:pointer !important;

    transition:all .35s ease !important;

    box-shadow:
    0px 15px 40px rgba(29,125,105,0.24) !important;
}

/* submit hover */
.single-product #submit:hover{
    background:#d4960f !important;
    transform:translateY(-4px) !important;

    box-shadow:
    0px 18px 45px rgba(212,150,15,0.25) !important;
}

/*========================================
  STARS
========================================*/

.single-product p.stars a{
    color:#d4960f !important;
}

/*========================================
  MOBILE
========================================*/

@media(max-width:991px){

    .single-product div.product{
        padding:35px !important;
    }

    .single-product .summary{
        padding-left:0px !important;
        margin-top:40px !important;
    }

    .single-product .product_title{
        font-size:42px !important;
    }
	.single-product div.product
{
	max-width:100%;
	margin:50px auto;
}
	span.wpcf7-form-control-wrap label {
  
    align-items: center;
}
	.wpcf7-list-item
	{
		margin-left:0px !important;
	}
	body.wp-singular.page-template-default.page.page-id-237 .contact-section-two .form-column .inner-column {
  
    padding: 30px 20px !important;
}
	.custom-email {
     margin-top: 0px !important; 
}
	.container-fluid.color-clor .col-lg-12.left-column.top-first h2 {
    background: #d4960f;
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 23px !important;
    line-height: 36px !important;
}
	.container-fluid.color-clor .row.g-4.top-row.pt-70.pb-70
	{
		padding:40px 20px 0px !important;
	}
	h2.title.wow.fadeInUp.text-white {
    padding-top: 20px !important;
    line-height: 40px !important;
}
}

@media(max-width:575px){

    .single-product div.product{
        padding:22px !important;
        border-radius:24px !important;
    }

    .single-product .product_title{
        font-size:32px !important;
    }

    .single-product .woocommerce-Tabs-panel{
        padding:24px !important;
        border-radius:20px !important;
    }

    .single-product ul.tabs{
        gap:10px !important;
        flex-wrap:wrap !important;
    }

    .single-product ul.tabs li a{
        padding:13px 20px !important;
        font-size:14px !important;
    }

    .single-product #submit{
        width:100% !important;
    }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit{
	display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 11px 24px;
    border-radius: var(--r-pill);
    background: var(--teal-600) !important;
    color: white;
    font-weight: 600;
    font-size: .875rem;
    letter-spacing: .01em;
    border: 2px solid var(--teal-600);
    transition: background var(--t-fast), transform var(--t-fast), box-shadow var(--t-fast);
    white-space: nowrap;
    cursor: pointer;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    left: 30px !important;
    top: 25px !important;
}
.single-product div.product
{
	max-width:80%;
	margin:90px auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
   
    left: 18px !important;
    top: 15px !important;  
}
div#eligibilityPopup .eligibility-popup-box h2 {
    font-size: 34px;
	margin-bottom:10px;
}
div#eligibilityPopup .eligibility-popup-box p 
{
	color:#000;
	margin-bottom:20px;
}
body.wp-singular.page-template.page-template-Order.page-template-Order-php.page.page-id-106 form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text
{
	height:58px;
}
body.wp-singular.page-template.page-template-Order.page-template-Order-php.page.page-id-106 form.wpcf7-form .wpcf7-form-control-wrap input.wpcf7-form-control
{
		height:58px;
}
.contact-section-two input{
height:58px;	
}
.product-page:nth-of-type(odd) .right-column
{
	position: sticky !important;
	top:50px;
}
.product-page:nth-of-type(even) .right-column
{
	position: sticky !important;
	top:50px;
	display: block;
}

/* pagination */
/* ul */
.woocommerce nav.woocommerce-pagination ul.page-numbers{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:14px !important;
    padding:14px 18px !important;
    border:none !important;
    border-radius:80px !important;
    background:#ffffff !important;
    margin-bottom:50px;
    box-shadow:
    0px 15px 50px rgba(0,0,0,0.08) !important;
}

/* li */
.woocommerce nav.woocommerce-pagination ul.page-numbers li{
    border:none !important;
    overflow:visible !important;
}

/* default number */
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers{
    position:relative !important;
    width:56px !important;
    height:56px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:50% !important;
    background:#f4f6f5 !important;
    color:#111111 !important;
    font-size:17px !important;
    font-weight:700 !important;
    text-decoration:none !important;
    border:1px solid rgba(0,0,0,0.06) !important;

    transition:all .35s ease !important;
}

/* hover */
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover{
    background:#1d7d69 !important;
    color:#ffffff !important;
    transform:translateY(-4px) !important;

    box-shadow:
    0px 12px 30px rgba(29,125,105,0.24) !important;
}

/* current */
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current{
    border-radius:60px !important;
    background:#d4960f !important;
    color:#ffffff !important;
    border-color:#d4960f !important;

    box-shadow:
    0px 14px 35px rgba(212,150,15,0.28) !important;
}

/* prev next */
.woocommerce nav.woocommerce-pagination ul.page-numbers li .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .next{
    font-size:22px !important;
    font-weight:700 !important;
}

/* active hover */
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current:hover{
    transform:translateY(-4px) !important;
}

/* mobile */
@media(max-width:575px){

    .woocommerce nav.woocommerce-pagination ul.page-numbers{
        gap:10px !important;
        padding:12px 14px !important;
        border-radius:24px !important;
    }

    .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers{
        width:46px !important;
        height:46px !important;
        font-size:15px !important;
    }

    .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current{
        width:54px !important;
    }
}