/** Shopify CDN: Minification failed

Line 545:0 Unexpected "{"
Line 545:1 Expected identifier but found "%"
Line 564:46 Unexpected "{"
Line 564:47 Expected identifier but found "%"
Line 882:0 Unexpected "{"
Line 882:1 Expected identifier but found "%"
Line 884:79 Unexpected "{"
Line 884:80 Expected identifier but found "%"
Line 1092:0 Unexpected "{"
Line 1092:1 Expected identifier but found "%"
... and 2 more hidden warnings

**/

/* Remove padding/margin only for these 4 offer sections */
.shopify-section.section-offer-title,
.shopify-section.section-offer-pricing,
.shopify-section.section-offer-highlights,
.shopify-section.section-offer-whatsapp {
  margin: 0 !important;
  padding: 0 !important;
}

.promo-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
  max-width: 350px;
  margin: auto;
  font-family: 'Tajawal', Arial, sans-serif;
  background: #fff;
  direction: rtl;
}

.promo-header {
  background: #043d79;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.promo-image img {
  height: 100px;
  margin: 0 6px;
}

.free-gift {
  font-size: 14px;
  margin: 10px 0;
}

.discount {
  color: #000;
  font-size: 22px;
  margin: 12px 0;
}
.discount span {
  color:#043d79;
  font-weight: bold;
}

.subtext {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 16px 0;
}
.countdown div {
  border: 1px solid #eee;
  padding: 8px 12px;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 14px;
}
.countdown span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #000;
}

.cta-btn {
  display: block;
  background: #043d79;
  color: #fff;
  font-weight: bold;
  padding: 14px;
  border-radius: 6px;
  margin: 16px 0;
  text-decoration: none;
  font-size: 16px;
}
.cta-btn:hover {
  background: #043d79;
}

.reviews {
  font-size: 14px;
  margin: 12px 0;
  color: #ffcc00;
}
.reviews span {
  color: #333;
  margin-right: 6px;
}

.promo-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 12px;
}
.risk .high {
  color: #043d79;
  font-weight: bold;
}
.shipping {
  color: #000;
  font-weight: 600;
}
.button-wrapper {
  display: flex;
  flex-direction: column;   /* stack vertically */
  align-items: center;      /* center horizontally */
  gap: 14px;                /* space between buttons */
  margin-top: 20px;
}
  /* === Remove any unwanted top/white space === */
html, body {
  margin: 0 !important;
  padding: 0 !important;
}

body {
  background: #fff;
}

/* Remove any automatic spacing from Shopify's section wrappers */
.shopify-section,
.template-section,
main,
#MainContent {
  margin: 0 !important;
  padding: 0 !important;
}

/* Make sure the blue bar is really at the top */
.arabic-announcement-bar {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: 0;
  display: block;
}

/* Tighten the next section (remove white gap after bar) */
.arabic-health-story {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* === Arabic Announcement Bar === */
.arabic-announcement-bar {
  background: #043d79;           
  color: #fff;
  width: 100%;
  height: 55px;
  margin: 0;
  padding: 0;
  position: relative;
  direction: rtl;                /* ensures Arabic text flow */
  overflow: hidden;
  box-sizing: border-box;
}

/* === Text Styling === */
.arabic-announcement-text {
  position: absolute;
  right: 0;                      /* flush against right edge */
  top: 50%;
  transform: translateY(-50%);   /* perfect vertical centering */
  margin: 0;
  padding-right: 14px;           /* slight breathing space */
  font-size: 34px;
  font-weight: 800;
  text-align: right;
  color: #fff;
  line-height: 1;
  font-family: 'Tajawal', sans-serif; /* clean Arabic font */
}

/* === Responsive Adjustments === */
@media (max-width: 600px) {
  .arabic-announcement-bar {
    height: 32px;
  }
  .arabic-announcement-text {
    font-size: 23px;
    padding-right: 10px;
  }
}

/* === Base Layout (refined) === */
.arabic-health-story {
  background: #fff;
  font-family: 'Tajawal', sans-serif;
  color: #222;
  padding: 60px 0 80px;
  direction: rtl;
}
.section-container {
  max-width: 100%;
  margin: auto;
  padding: 0 4%;
  text-align: center;
}

/* === Shared Section Style (tighter) === */
.story-section {
  padding-bottom: 0px;
  border-top: 1px #fff;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.failed-section { background: #fff; box-shadow: none; }

/* === Headings === */
.main-title {
  font-size: 48px;          /* was 42px — bigger */
  font-weight: 900;         /* was 800 — bolder */
  text-align: right;        /* new */
  color: #043d79;
  margin-bottom: 18px;
}
.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 28px;
  line-height: 1.6;         /* was 2.0 — tighter */
  text-align: right;  
}
.section-title {
   font-size: 42px;          /* was 34px — bigger */
  font-weight: 900;         /* was 800 */
  text-align: right;     
  color: #043d79;
  margin-bottom: 26px;
}
.product-name { color: #0077c8; font-weight: 900; }

/* === Author === */
.author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.author-img { width: 39px; height: 34px; border-radius: 50%; }
.author p {   font-size: 14px;     /* smaller — was around 22px */
  margin: 0;
  color: #333;
  line-height: 1.4;    }

/* === Text Blocks === */
/* === Normalize Arabic text layout === */
.story-text,
.story-text p,
.story-text li,
.delivery-details p {
  text-align: right !important;     /* كل النص محاذي يمين */
  direction: rtl !important;        /* اتجاه الكتابة عربي */
  font-family: 'Tajawal', sans-serif; /* خط نظيف عربي */
  font-size: 22px;                  /* حجم موحّد */
  line-height: 1.8;                 /* سطر مريح */
  margin: 0 0 12px 0;               /* مسافة تحت كل فقرة */
  padding: 0;                       /* إزالة أي padding افتراضي */
  text-justify: none !important;    /* منع التمديد الغريب */
  word-spacing: normal !important;  /* منع الفراغات الزيادة */
  letter-spacing: normal;
  width: 100% !important;           /* ياخذ كامل العرض */
  max-width: 100% !important;       /* يمنع الفراغات */
  box-sizing: border-box;
}


.story-text strong { color: #000; }
.story-text p { margin-bottom: 4px; font-size:24px;   line-height: 1.6;  }
.story-textt p { margin-bottom: 4px; font-size:13px;   line-height: 1.6;  }
.delivery-details p {
  margin: 2px 0;        /* remove vertical gaps between paragraphs */
  line-height: 1.6;     /* keep clean readable spacing */
  font-size:24px !important;
}

/* === Images === */
.story-image img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 28px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  object-fit: cover;
}

/* === Bullets === */
.bullet-text {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  direction: rtl;
  text-align: right;
}

.bullet-text li {
  display: flex;                /* keeps bullet & text on same baseline */
  align-items: baseline;        /* vertically align bullet with first line */
  gap: 8px;                     /* minimal gap between bullet and text */
  margin-bottom: 6px;           /* reduce vertical spacing */
  line-height: 1.8;
  color: #222;
  font-size: 24px;
  text-align: right;
}

.bullet-text li::before {
  color: #043d79;
  font-size: 28px;
  flex-shrink: 0;               /* prevents bullet from shifting */
  line-height: 1;
  transform: translateY(-1px);  /* aligns bullet perfectly with text */
}

/* === Quote === */
.highlighted-quote {
  font-size: 22px;
  line-height: 1.4;           /* tighter vertical rhythm */
  color: #333;
  margin-top: 20px;
  padding: 10px 14px;         /* reduced padding */
  background: #f8f9fa;
  border-radius: 10px;
  text-align: right;          /* prevent justification spacing */
  text-justify: none;         /* disable Arabic word stretching */
  direction: rtl;
  word-spacing: 0;            /* remove extra gaps */
  letter-spacing: normal;     /* normalize spacing */
}

.highlighted-quote span {
  display: block;
  color: #043d79;
  line-height: 1.4;
  font-style: italic;
  margin-top: 6px;
  text-align: right;
  text-justify: none;
  word-spacing: 0;
}


/* === Offer Section (refined) === */
.refined-offer {
  background: #fcfcfd;
  text-align: right;
  padding: 72px 2%;
  border-radius: 14px;
  border: 1px solid #eee;
}
.refined-offer-title {
  color: #043d79;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
}
.refined-offer-intro {
  font-size: 22px;
  color: #333;
  line-height: 2.0;
  margin-bottom: 32px;
  text-align: right;
}

/* === Pricing (blue/black only) === */
.refined-offer-pricing {
  background: rgb(190, 219, 252); /* light blue highlight */
  border-radius: 0;
  padding: 40px 16px;    /* top/bottom 40px, sides 16px */
  margin: 32px 0;
  border-radius: 18px;           /* زوايا دائرية */
  width: 100%;           /* take full container width */
  box-sizing: border-box; /* include padding inside width */
   border: 1px solid  rgb(3, 3, 3);     /* إطار رفيع بنفس لون الخلفية */
  text-align: right;
}
.badges {
  display: flex;
  flex-wrap: nowrap;        /* force one row */
  gap: 6px;
  justify-content: flex-end;
  overflow-x: auto;         /* allow scroll if needed */
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
}

.blue-badge {
  display: inline-block;
  background: #0077c8;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  white-space: nowrap;      /* prevent text break */
  flex: 0 0 auto;           /* don't let badges shrink too much */
  max-width: 80%;           /* avoid being too wide */
  text-align: center;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .blue-badge {
    font-size: 14px;        /* slightly smaller text */
    padding: 5px 10px;
    max-width: 45%;         /* each badge takes ~half the screen */
  }

  .badges {
    gap: 6px;             /* smaller gap */
    justify-content: right; /* optional: center on mobile */
  }
}

.limited-time {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  margin-bottom: 14px;
}

.offer-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.discount-badge-round {
  background: #ffca28;
  color: #111;
  font-weight: 800;
  font-size: 18px;
  border-radius: 50px;
  padding: 6px 14px;
}

.price-wrapper {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 20px;
}

.new-price {
  color: #0077c8;
  font-weight: 900;
  font-size: 38px;
}

.old-price {
  text-decoration: line-through;
  color: #666;
  font-size: 28px;
}

.discount-note {
  font-size: 28px;
  margin-top: 6px;
  color: #333;
}

.discount-note i {
  color: #0077c8;
  margin-left: 6px;
}

/* Product highlight section */
.product-highlight {
  text-align: right;
  margin-top: 20px;
}

.blue-badge {
  background: #0077c8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}

.product-name {
  font-size: 26px;
  font-weight: 900;
  margin: 10px 0 4px;
  color: #111;
}

.product-sub {
  font-size: 18px;
  color: #444;
  margin-bottom: 8px;
}

.stars {
  font-size: 18px;
  color: blue; /* golden stars */
  font-weight: 700;
}
.stars span {
  font-size: 14px;
  color: #333;
}

/* === Product Info === */
.product-highlight { margin-top: 16px; }
.product-name { color: #043d79; font-size: 28px; font-weight: 800; }
.product-sub { font-size: 22px; color: #111; margin: 6px 0; }
.product-rating { font-size: 20px; color: #444; }

/* === WhatsApp Button (keep original green) === */
{% comment %} .whatsapp-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 16px 52px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
  margin-top: 36px;
  box-shadow: 0 6px 14px rgba(37, 211, 102, 0.3);
  border: none;
  cursor: pointer;
}
.whatsapp-order-btn:hover { background: #1ebe5a; transform: translateY(-2px); }
.whatsapp-icon { width: 28px; height: 28px; } {% endcomment %}

/* === Visual Slider Section === */
/* === Peek Image Slider === */
.slider-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding: 10px 0;
}

.slider-track::-webkit-scrollbar {
  display: none; /* hide scrollbar */
}

.slide {
  flex: 0 0 95%;  /* was 85%, now each slide takes more space */
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 14px;
}

.slide:hover {
  transform: scale(1.02);
}

.slider-subtitle {
  font-size: 22px;
  color: #444;
  margin-bottom: 16px;
}


/* === DELIVERY DETAILS === */
.delivery-details {
  text-align: right;
  line-height: 2.0;
  font-size: 20px;
  color: #222;
  margin-top: 24px;
}
.delivery-details h3 {
  color: #043d79;
  font-size: 36px;          /* was 28px */
  text-align: right;   
  margin-bottom: 12px;
}

/* === OFFER CARDS (Updated to blue/black) === */
.offers-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 600px;
  margin: 0 auto 20px;
}

.offer-card {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 16px 14px;
  transition: 0.25s ease;
  cursor: pointer;
  text-align: right;
  position: relative;
  font-size: 15px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.03);
}




.offer-card input {
  position: absolute;
  left: 18px;
  top: 18px;
  scale: 1.2;
}
.offer-card:hover {
  border-color: #0077c8;
  box-shadow: 0 6px 18px rgba(0, 119, 200, 0.12);
}

.offer-card.active {
  border-color: #0077c8;
  background: #f8fbff; /* cleaner blue tint */
  box-shadow: 0 4px 12px rgba(0,119,200,0.15);
  transform: scale(1.01);
}


/* Smaller text + tighter layout */
.offer-header p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #043d79;
}
.prices {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.new-price {
  color: #0077c8;
  font-weight: 800;
  font-size: 20px;
}
.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 16px;
}
.discount-badge {
  background: #0077c8;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 600;
}
.badge {
  background: #0077c8;
  color: #fff;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 6px;
}
/* === Hide offer body (dropdowns) until selected === */
.offer-body {
  margin-top: 8px;
  border-radius: 8px;
  padding: 6px 0;
  display: none;
}
.offer-body::before {
  content: "اللون";
  display: block;
  font-weight: 700;
  color: #043d79;
  font-size: 14px;
  margin-bottom: 6px;
}
.offer-card.active .offer-body {
  display: block;
}

.color-group {
  margin: 0;
}
.color-group label {
  display: none; /* hide all 'Colour' titles */
}
.color-group select {
  width: 100%;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-family: 'Tajawal', sans-serif;
  font-size: 14px;
  background-color: #fff;
  margin-bottom: 8px;
}

/* === ORDER SUMMARY (Updated) === */
.order-summary {
  background: #f6f9fc;
  border-radius: 10px;
  padding: 18px 16px;
  max-width: 600px;
  margin: 0 auto;
  text-align: right;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}
.order-summary p {
  margin: 4px 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-summary strong {
  color: #043d79;
  font-size: 16px;
}
.order-summary span {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
.order-summary hr {
  margin: 8px 0;
  border: none;
  border-top: 1px solid #ddd;
}
.order-summary .free { color: #0077c8; font-weight: 800; }
.final-total {
  font-size: 18px !important;
  color: #0077c8;
  font-weight: 800;
  margin-top: 8px;
}
/* === Delivery Form (Enhanced Design) === */
.delivery-form {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px 20px;
  margin-top: 28px;
  max-width: 520px;
  margin-inline: auto;
  text-align: right;
  direction: rtl;
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
}
.delivery-form h3 {
  text-align: center;
  color: #043d79;
  font-size: 22px;
  margin-bottom: 18px;
  font-weight: 800;
}
.form-group { margin-bottom: 14px; position: relative; }
.input-wrapper { position: relative; }
.input-wrapper input {
  width: 100%;
  padding: 12px 40px 12px 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-family: 'Tajawal', sans-serif;
  font-size: 16px;
  text-align: right;
  outline: none;
}
.input-wrapper .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 18px;
}
.form-group label { font-weight: 700; color: #111; display: block; margin-bottom: 6px; }

/* === Buttons === */
/* === Buttons Unified Style === */
.black-order-btn,
.whatsapp-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 42px;    /* more side padding */
  border-radius: 50px;   /* pill shape */
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  width: auto;           /* << important */
  min-width: 240px;      /* uniform look */
  margin: 16px auto 0;   /* centers them */
}


/* Black order button */
.black-order-btn {
  background: #043d79;  /* deep blue */
  color: #fff;
}
.black-order-btn:hover {
  background: #002d5c;
  transform: translateY(-2px);
}

/* WhatsApp button */
.whatsapp-order-btn {
  background: #25d366;
  color: #fff;
}
.whatsapp-order-btn:hover {
  background: #1ebe5a;
  transform: translateY(-2px);
}
.whatsapp-icon {
  width: 22px;
  height: 22px;
}


{% comment %} /* shared class also styles the anchor CTA */
.whatsapp-order-btn { /* already defined above */ }
#whatsapp-send { /* inherits the same look */ width: 100%; max-width: 520px; } {% endcomment %}

/* Validation */
input:invalid { border-color: #ff6b6b; }


/* === CTA Button Centered === */
.scroll-up-btn {
  display: inline-block;
  background: #043d79;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 32px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 6px 14px rgba(4, 61, 121, 0.25);
  margin: 20px auto 0;
}
.scroll-up-btn:hover { background: #003a66; transform: translateY(-2px); }

/* === Comparison Section (Aligned + Clean White) === */
/* === COMPARISON SECTION === */
/* === Comparison Section === */
.comparison-section {
  text-align: center;
  margin-top: 40px;
  padding: 10 3%;
}

.comparison-title {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.6;
}
.comparison-title strong {
  color: #000;
}
.comparison-title span {
  color: #0077c8;
}

/* Product Image + Label */
.comparison-products {
  display: flex;
  justify-content: right;  /* align to right */
  margin-bottom: 20px;
}
.comparison-product {
  text-align: center;
}
.comparison-product img {
  width: 100px;
  border-radius: 8px;
  margin-bottom: 6px;
}
.comparison-product p {
  font-size: 16px;
  font-weight: 700;
}

/* Comparison Table */
/* Comparison Table */
.comparison-section .section-container {
  max-width: 1200px;   /* wider than the rest */
  padding: 0 10px;     /* reduce side padding */
  width: 100%;         /* stretch */
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 12px;  /* more breathing space */
}


/* Header cells */
.comparison-table th {
  font-size: 18px;
  font-weight: 800;
  background: #f9f9f9;
}

.comparison-table th img {
  width: 80px;
  margin: 0 auto;
  display: block;
}

/* Feature column */
.comparison-table td.feature,
.comparison-table th.feature-header {
  width: 50%;
  text-align: right;
  font-weight: 600;
  color: #222;
  direction: rtl;
  padding-right: 20px;
}

/* Check column */
.comparison-table td.check{
  width: 20%;
  text-align: center;
  background: #e6f0ff;
  font-size: 22px;
  font-weight: bold;
  color: #1da836;
}
.comparison-table th.check-header {
  width: 25%;
  text-align: center;
  background: #fff;
  font-size: 22px;
  font-weight: bold;
  border: 0px;
}
/* Cross column */
.comparison-table td.cross{
  width: 28%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #d32f2f;
}
.comparison-table th.cross-header {
  width: 28%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background:#fff;
  border: 0px;
}

/* === Responsive === */
@media (max-width: 768px) {
  .main-title { font-size: 44px; }
  .subtitle, .story-text { font-size: 24px; }
  .section-title { font-size: 36px; }
  .visual-slider-title { font-size: 24px; margin-bottom: 24px; }
  .slider-btn { font-size: 24px; width: 38px; height: 38px; }
  .delivery-details { font-size: 18px; }
  .offer-header p { font-size: 20px; }
  .new-price { font-size: 32px; }
  .order-summary { font-size: 18px; }
  .doctor-title { font-size: 36px; }
  .doctor-text { font-size: 18px; }
  .comparison-title { font-size: 24px; }
  .comparison-products img { width: 50px; }
  .comparison-products p { font-size: 14px; }
  .comparison-table td { font-size: 14px; }
}
/* === Delivery Form Icons beside Inputs (Arabic RTL) === */
.delivery-form .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.delivery-form input {
  flex: 1;
  width: 100%;
  padding: 12px 44px 12px 12px; /* space for icon on right */
  border-radius: 50px; /* rounded pill shape */
  border: 1px solid #ccc;
  font-family: 'Tajawal', sans-serif;
  font-size: 16px;
  text-align: right;
  outline: none;
  background-color: #fff;
  transition: border-color 0.2s ease;
}

.delivery-form input:focus {
  border-color: #0077c8;
}

.delivery-form .input-wrapper i {
  position: absolute;
  right: 14px;
  color: #555;
  font-size: 16px;
  pointer-events: none;
}

/* === Label Styling (Arabic alignment) === */
.delivery-form label {
  font-weight: 700;
  color: #111;
  display: block;
  margin-bottom: 6px;
  text-align: right;
}
.delivery-form label::after {
  content: " *";
  color: red;
}

/* === Black/Blue Button Matching WhatsApp Button === */
{% comment %} .black-order-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #043d79; /* deep blue looks better with theme */
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 16px 52px;
  border-radius: 50px; /* same rounded shape */
  text-decoration: none;
  transition: 0.3s ease;
  margin-top: 24px;
  box-shadow: 0 6px 14px rgba(4, 61, 121, 0.3);
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 520px;
}

.black-order-btn:hover {
  background: #002d5c;
  transform: translateY(-2px);
} {% endcomment %}

.button-wrapper {
  text-align: center;   /* center all buttons */
  display: flex;
  gap: 12px;            /* space between buttons */
  justify-content: center;
  flex-wrap: wrap;      /* stack on mobile */
}

.black-order-btn,
.whatsapp-order-btn {
  display: inline-flex;     /* flex to align text + icon */
  align-items: center;      /* vertical centering */
  justify-content: center;
  padding: 12px 24px;
  border-radius: 50px;
  width: auto !important;   /* prevent full-width */
  min-width: 160px;         /* keep some consistent size */
  text-align: center;
}

/* Ensure WhatsApp icon stays aligned */
.whatsapp-order-btn img.whatsapp-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;  /* keep space between text and icon */
}

.section-title.has-number {
  display: flex;
  flex-direction: row-reverse; /* keep number on right in RTL */
  align-items: baseline;       /* align with text baseline */
  gap: 8px;
}

.section-title.has-number .section-number {
  font-weight: bold;
  color: #043d79;
  flex-shrink: 0;  /* prevent the number from shifting */
}
