/** Shopify CDN: Minification failed

Line 1204:0 Expected "}" to go with "{"

**/
/* ===== ENGLISH FONT: INTER ===== */
@font-face {
  font-family: 'Inter';
  src: url('{{ "Inter-Regular.woff2" | asset_url }}') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('{{ "InterDisplay-Medium.woff2" | asset_url }}') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('{{ "InterDisplay-Bold.woff2" | asset_url }}') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('{{ "InterDisplay-Light.woff2" | asset_url }}') format('woff2');
  font-weight: 300;
  font-style: normal;
}

/* ===== ARABIC FONT: ALEXANDRIA ===== */
@font-face {
  font-family: 'Alexandria';
  src: url('{{ "Alexandria-Regular.woff2" | asset_url }}') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Alexandria';
  src: url('{{ "Alexandria-Medium.woff2" | asset_url }}') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Alexandria';
  src: url('{{ "Alexandria-Bold.woff2" | asset_url }}') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Alexandria';
  src: url('{{ "Alexandria-Light.woff2" | asset_url }}') format('woff2');
  font-weight: 300;
  font-style: normal;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.7;
  font-weight: 300;
}

h1, h2, h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #000000;
}

html[lang="ar"] h1, html[lang="ar"] h2 {
  font-family: 'Alexandria', sans-serif;
  font-weight: 700;
}

.reason-card {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 120px;
}

.reason-card h3 {
  font-size: 1.3rem;
  color: white;
  line-height: 1.6;
}


html[lang="ar"], [dir="rtl"] {
  font-family: 'Alexandria', sans-serif;
}

.subheading {
  font-weight: 400;
  font-size: 1.25rem;
  color: #333;
}

.why-hadi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.why-hadi-grid h3::before {
  content: "✓";
  margin-right: 8px;
  color: #d22630;
}


.cta-buttons a {
  background-color: #d22630;
  color: #fff;
  transition: background 0.3s ease;
}

.cta-buttons a:hover {
  background-color: #a41d25;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.section {
  padding: 4rem 2rem;
  margin-bottom: 4rem;
}

.grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
}

.vision-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .vision-mission-grid {
    grid-template-columns: 1fr;
  }
}



/* === Enhancements === */
.section-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.section-subtitle {
  font-size: 1.6rem;
  font-weight: 300;
  color: #555;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.glow-card:hover {
  box-shadow: 0 0 12px rgba(210, 38, 48, 0.5);
  transform: translateY(-4px);
  transition: all 0.3s ease-in-out;
}

.icon-circle {
  width: 48px;
  height: 48px;
  background: #d22630;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.hero {
  background: linear-gradient(to right, #1a1a1a, #000);
  color: white;
  text-align: center;
  padding: 6rem 2rem;
}

.hero h1, .hero p {
  color: white;
}

.dark-section {
  background-color: #121212;
  color: white;
}

.dark-section .card {
  background-color: #1e1e1e;
  color: white;
}

/* Vision & Mission Enhancements */
.card-gradient-border {
  position: relative;
  overflow: hidden;
  border-top: 4px solid transparent;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #d22630, #000);
}

.card-gradient-border:hover {
  background-image: url('{{ "pattern-light.svg" | asset_url }}');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 120px;
  transition: all 0.4s ease-in-out;
}

.icon-circle svg {
  width: 32px;
  height: 32px;
  fill: white;
}

.brand-partner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.brand-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.brand-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.brand-card img {
  width: 100px;
  height: auto;
  margin-bottom: 1rem;
  object-fit: contain;
}

.logo-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-wrapper img {
  max-width: 100%;
  max-height: 100%;
  transition: transform 0.4s ease;
  z-index: 2;
}

.logo-overlay {
  position: absolute;
  width: 140%;
  height: 140%;
  background: radial-gradient(rgba(210, 38, 48, 0.2), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.brand-card:hover .logo-wrapper img {
  transform: scale(1.05);
}

.brand-card:hover .logo-overlay {
  opacity: 1;
}

.brand-card h3 {
  font-size: 1.55rem;
  font-weight: 700;
  color: #d22630;
  margin-bottom: 0.5rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.project-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 2rem;
}

.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.project-card h3 {
  margin-top: 1rem;
  font-size: 1.55rem;
  color: #d22630;
}

.project-logo {
  width: 100px;
  height: auto;
  object-fit: contain;
  margin-bottom: 1rem;
}

.project-desc {
  font-size: 1.55rem;
  color: #555;
  margin-top: 0.5rem;
}

.project-type {
  font-size: 1.55rem;
  color: #999;
  margin-top: 0.25rem;
}

.card-gradient-right {
  position: relative;
  overflow: hidden;
  border-right: 4px solid transparent;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card-gradient-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #d22630, #000);
  z-index: 1;
}

.card-gradient-right > * {
  position: relative;
  z-index: 2;
}

.final-cta {
  background: #000;
  text-align: center;
  padding: 5rem 2rem;
  border-radius: 24px;
  margin-top: 4rem;
}

.final-cta .section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.final-cta .cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.cta-btn {
  background-color: #d22630;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 40px;
  font-weight: 600;
  font-size: 1.7rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(210, 38, 48, 0.4);
}

.cta-btn:hover {
  background-color: #a41d25;
  box-shadow: 0 6px 18px rgba(210, 38, 48, 0.6);
}

.cta-btn.secondary {
  background-color: transparent;
  border: 2px solid #d22630;
  color: #d22630;
}

.cta-btn.secondary:hover {
  background-color: #d22630;
  color: white;
}

.contact-hero {
  position: relative;
  background-image: url('{{ "hadi-hq.jpg" | asset_url }}'); /* Replace with real file */
  background-size: cover;
  background-position: center;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 4rem;
}

.contact-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0.7));
  z-index: 1;
}

.contact-hero .hero-text {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 800px;
  padding: 2rem;
}

.contact-hero .section-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.contact-hero .section-subtitle {
  font-size: 1.2rem;
  color: #ddd;
}

.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.location-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.location-card h3 {
  font-size: 1.4rem;
  color: #d22630;
  margin-bottom: 1rem;
}

.fancy-contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  background: #f1f1f1;
  padding: 2rem;
  border-radius: 16px;
  margin-bottom: 2rem;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  font-size: 1.7rem;
  color: #333;
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 50px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-method {
  text-decoration: none;
}
.contact-method:hover {
  text-decoration: none;
}

.contact-method:hover {
  background: #d22630;
  color: #fff;
}

.contact-form {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding: 3rem;
  background: linear-gradient(to bottom right, #ffffff, #f5f5f5);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}

.contact-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
   width: 100%;
}

.contact-form .form-row.center {
  align-items: center;
}

.form-row.center {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 1.5rem;
}

@media (max-width: 640px) {
  .form-row.center {
    flex-direction: column;
    align-items: stretch;
  }
}


.contact-form input,
.contact-form textarea {
  padding: 1.2rem 1.5rem;
  font-size: 1.55rem;
  border-radius: 12px;
  border: 1px solid #ccc;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #d22630;
}

.contact-form textarea {
  width: 100%;
  min-height: 160px;
  max-height: 300px;
  font-size: 1.55rem;
  padding: 1.2rem 1.5rem;
  border-radius: 12px;
  border: 1px solid #ccc;
  resize: vertical;
  color: #555;
}


/* Responsive grid for larger screens */
@media screen and (min-width: 768px) {
  .contact-form .form-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-form .form-row input {
    width: 48%;
  }
}

.contact-form {
  background: radial-gradient(circle at top left, #fff, #f2f2f2);
}

.contact-form {
  margin-bottom: 4rem;
}

@keyframes pulse-border {
  0% {
    box-shadow: 0 0 0 0 rgba(210, 38, 48, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(210, 38, 48, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(210, 38, 48, 0);
  }
}

.form-success-message {
  background-color: #e6f9ea;
  color: #135d25;
  border: 2px solid #b6efc4;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border-radius: 12px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 500;
}

.contact-form select {
  width: 100%;
  padding: 1.2rem 1.5rem;
  font-size: 1.55rem;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 1.2rem center;
  background-size: 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  color: #555;
}

.contact-form select:focus {
  outline: none;
  border-color: #d22630;
  box-shadow: 0 0 0 3px rgba(210, 38, 48, 0.2);
}

.contact-form option {
  font-size: 1.4rem;
  color: #333;
}

html[lang="ar"] select {
  direction: rtl;
  background-position: left 1.2rem center;
  padding-right: 1.5rem;
  padding-left: 2.5rem; /* to make space for arrow on the left */
}

html[lang="ar"] option {
  direction: rtl;
  text-align: right;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  text-align: inherit;
  direction: inherit;
}

.form-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem 2rem;
  width: 100%;
  min-height: 320px; /* Force consistent step size */
  transition: min-height 0.3s ease;
}


.map-links {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.map-links a {
  font-size: 1.4rem;
  color: #d22630;
  text-decoration: none;
  background: #f5f5f5;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: background 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.map-links a:hover {
  background: #ffeaea;
}

.brand-index-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 4rem;
}

.brand-index-section h3 {
  text-decoration: none;
  color: #d22630;
}

.brand-index-section p {
  text-decoration: none;
  color: inherit;

.brand-index-section a:hover h3,
.brand-index-section a:hover p {
  text-decoration: none;
}

  .brand-index-grid .brand-card * {
  text-decoration: none !important;
  color: inherit;
}

  .brand-index-section a {
  text-decoration: none;
  color: inherit;
}

.brand-index-section a:hover {
  text-decoration: none;
}

a.brand-card {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
}

a.brand-card h3,
a.brand-card p {
  text-decoration: none !important;
  color: inherit !important;
}

a.brand-card *:hover {
  text-decoration: none !important;
}

/* === QUOTE CART FIXES === */

  .quote-cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}

.quote-item-card {
  box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1rem;
  transition: transform 0.3s ease;
}

  #quote-cart-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
  box-sizing: border-box;
}

#quote-cart-items > .quote-item-card {
  width: 260px;
  flex: 0 0 auto;
}

.quote-item-card:hover {
  transform: translateY(-4px);
}

.quote-item-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1rem;
}

.quote-item-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.quote-item-card p {
  margin: 0.5rem 0;
  font-size: 1.1rem;
}

.quote-item-card input[type="number"] {
  width: 60px;
  padding: 0.4rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  text-align: center;
  margin-left: 0.5rem;
}


  .quote-item-card .cta-btn.secondary {
    margin-top: 0.8rem;
  }
@media screen and (min-width: 786px) {
  .quote-cart-grid {
    justify-content: start;
  }
}
  /* === Quote Form Styling === */
#quote-form {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem;
  background: linear-gradient(to bottom right, #ffffff, #f5f5f5);
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}

#quote-form input,
#quote-form textarea {
  width: 100%;
  padding: 1.1rem 1.4rem;
  font-size: 1.2rem;
  border-radius: 12px;
  border: 1px solid #ccc;
}

#quote-form select {
  width: 100%;
  padding: 1.1rem 1.4rem;
  font-size: 1.2rem;
  border-radius: 12px;
  border: 1px solid #ccc;
}

#quote-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

#quote-form .form-row.center {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  #quote-form .form-row:not(.center) {
    flex-direction: row;
    flex-wrap: wrap;
  }

  #quote-form .form-row input {
    width: 48%;
  }

  #quote-form .form-row select,
  #quote-form .form-row textarea {
    width: 100%;
  }
}

  .shopify-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 20px;
  background: linear-gradient(to bottom right, #ffffff, #f5f5f5);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05);
}

.shopify-form-wrapper input,
.shopify-form-wrapper select,
.shopify-form-wrapper textarea {
  padding: 1.2rem 1.5rem;
  font-size: 1.55rem;
  border-radius: 12px;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  margin-bottom: 1.5rem;
}

.shopify-form-wrapper label {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
}

.shopify-form-wrapper .form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.shopify-form-wrapper .form__row > * {
  flex: 1 1 48%;
}

@media (max-width: 768px) {
  .shopify-form-wrapper .form__row {
    flex-direction: column;
  }
  .shopify-form-wrapper .form__row > * {
    flex: 1 1 100%;
  }
}



/* === SECTION: Hero === */
.custom-hero-section {
  background: #0d0d0d;
  color: #fff;
  padding: 4rem 2rem;
}

.dark-hero-section {
  background-color: transparent; /* Avoid double background */
}

.custom-hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  max-width: 1300px;
  margin: 0 auto;
}

.hero-image-wrapper img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content h1 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 0.8rem;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #ccc;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

  .hero-brand-model {
  font-size: 1.55rem;
  color: #bbb;
  margin-bottom: 1rem;
}

  .hero-brand-model .brand-name::after {
  content: " - ";
  margin: 0 0.3rem;
}

.hero-price {
  font-size: 1.5rem;
  color: #d22630; /* Brand red */
  font-weight: 600;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .custom-hero-container {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .hero-image-wrapper img {
    max-height: 300px;
    border-radius: 16px;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-price {
    font-size: 1.2rem;
  }

  .hero-brand-model {
    font-size: 1rem;
  }
}

  .sar-icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  fill: #d22630; /* Brand Red - you can override in dark mode */
}

.price-with-sar {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 600;
  font-size: 1.5rem;
  direction: ltr; /* Ensures icon comes after amount in all cases */
}

  [lang="ar"] .price-with-sar {
  flex-direction: row-reverse;
}

.hero-content[dir="rtl"],
.hero-content[lang="ar"] {
  text-align: right;
  align-items: flex-end;
}

  /* === SECTION: Specs & Options === */
.product-specs-container {
  max-width: 900px;
  margin: 0 auto;
}

.spec-field {
  margin-bottom: 2rem;
}

.spec-label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #333;
}

.spec-static {
  background: #f7f7f7;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  color: #444;
}

/* Optional if not already in your global.css */

.spec-dropdown {
  font-family: inherit;
  font-size: 16px;
  border-radius: 12px;
  padding: 10px 14px;
  background: white;
  transition: all 0.2s ease-in-out;
}

.checkbox-style {
  width: 16px;
  height: 16px;
  accent-color: #000;
}

.quote-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 360px;
  height: 100%;
  background: #121212;
  color: #fff;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.4);
  z-index: 99999;
  padding: 2rem;
  transition: right 0.3s ease;
}

.quote-drawer.show {
  right: 0;
}

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.drawer-header h3 {
  font-size: 1.5rem;
  margin: 0;
}

.close-drawer {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.drawer-body {
  max-height: calc(100% - 100px);
  overflow-y: auto;
}

#quote-items-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

#quote-items-list li {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.cta-btn {
  display: block;
  text-align: center;
  background: #d22630;
  padding: 0.8rem 1.2rem;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
