.footer__links--title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--white-color, #fff);
}

.footer__links--list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__links--list li {
  margin-bottom: 0.6rem;
}

.footer__links--list a,
.footer__links a {
  color: var(--light-color2, #aaa);
  text-decoration: none;
}

.footer__links--list a:hover,
.footer__links a:hover {
  color: var(--white-color, #fff);
}

.footer__links p {
  color: var(--light-color2, #aaa);
  margin-bottom: 0.5rem;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 1.4rem;
}

.breadcrumb__list li:not(:last-child)::after {
  content: " / ";
  margin-left: 0.5rem;
  color: var(--text-gray-color, #666);
}

.breadcrumb__list a {
  color: var(--secondary-color2, #4f5ac2);
}

.seo-list {
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.seo-list li {
  margin-bottom: 0.5rem;
}

.faq-section {
  padding: 4rem 0;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-item {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color2, #e4e4e4);
}

.faq-item h3 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}

.area-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.area-card {
  border: 1px solid var(--border-color2, #e4e4e4);
  border-radius: 8px;
  padding: 1.5rem;
  text-align: center;
  transition: box-shadow 0.2s ease;
}

.area-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.area-card a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

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

.contact-card {
  background: var(--bg-gray-color, #f7f8fc);
  border-radius: 10px;
  padding: 2rem;
}

.service-areas-inline a {
  color: var(--secondary-color2, #4f5ac2);
  text-decoration: none;
  margin-right: 0.5rem;
}

.service-areas-inline a::after {
  content: " · ";
  color: var(--text-gray-color, #666);
}

.service-areas-inline a:last-child::after {
  content: "";
}

/* Header CTA buttons */
.header__actions,
.header__cta {
  gap: 10px;
}

.header__action-btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.header__action-btn:hover {
  opacity: 0.9;
}

.header__action-btn--call {
  background: var(--white-color, #fff);
  color: var(--primary-color, #121a25);
}

.header__action-btn--wa {
  background: #25d366;
  color: #fff;
}

.header__action-btn--sm {
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}

.offcanvas__cta .header__action-btn {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.gap-10 { gap: 10px; }
.mt-10 { margin-top: 10px; }
.ms-15 { margin-left: 15px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }
.text-center { text-align: center; }

/* Why Choose Us */
.why-choose__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.5rem;
}

.why-choose__card {
  background: var(--bg-gray-color, #f7f8fc);
  border-radius: 10px;
  padding: 2rem;
  border: 1px solid var(--border-color2, #e4e4e4);
}

.why-choose__card h3 {
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
}

.why-choose__card p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: var(--text-gray-color, #666);
  margin: 0;
}

/* Trust */
.trust-guarantees {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.trust-guarantee {
  background: var(--white-color, #fff);
  border: 1px solid var(--border-color2, #e4e4e4);
  border-radius: 10px;
  padding: 2rem;
}

.trust-guarantee strong {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.trust-guarantee p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 0;
  color: var(--text-gray-color, #666);
}

/* Testimonials */
.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  background: var(--white-color, #fff);
  border-radius: 10px;
  padding: 2rem;
  margin: 0;
  border-left: 4px solid var(--secondary-color2, #4f5ac2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.testimonial-card__text {
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-style: italic;
  margin-bottom: 1rem;
}

.testimonial-card__author {
  font-size: 1.3rem;
  color: var(--text-gray-color, #666);
}

/* CTA band */
.cta-band {
  background: var(--primary-color, #121a25);
  color: var(--white-color, #fff);
  padding: 4rem 0;
}

.cta-band__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.cta-band__title {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  color: var(--white-color, #fff);
}

.cta-band__text p {
  margin: 0;
  opacity: 0.9;
  font-size: 1.5rem;
}

.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.cta-btn {
  display: inline-block;
  padding: 1.2rem 2rem;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.2s ease;
}

.cta-btn:hover {
  opacity: 0.92;
}

.cta-btn--primary {
  background: var(--secondary-color, #f51c1c);
  color: #fff;
}

.cta-btn--wa {
  background: #25d366;
  color: #fff;
}

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

.cta-band .cta-btn--outline {
  border-color: rgba(255, 255, 255, 0.8);
}

/* Sticky CTAs (site-chrome.js) */
.float,
.rw-sticky-wa {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 14px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile,
.rw-sticky-call {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  left: 14px;
  background-color: #121a25;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-float { margin-top: 0; }
.mobile-float { margin-top: 0; }

/* Contact form */
.contact-form {
  max-width: 560px;
  margin-top: 2rem;
}

.contact-form label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1.2rem;
  border: 1px solid var(--border-color2, #e4e4e4);
  border-radius: 6px;
  font-size: 1.5rem;
  font-family: inherit;
}

.contact-form button.cta-btn {
  border: none;
  cursor: pointer;
  width: 100%;
}

.cta-inline .cta-btn--outline {
  border: 2px solid var(--primary-color, #121a25);
  color: var(--primary-color, #121a25);
  background: transparent;
}

.footer__trust-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 1.3rem;
  color: var(--light-color2, #aaa);
}

.footer__trust-list li {
  margin-bottom: 0.4rem;
}

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

.about-stat {
  text-align: center;
  padding: 1.5rem;
  background: var(--bg-gray-color, #f7f8fc);
  border-radius: 8px;
}

.about-stat strong {
  display: block;
  font-size: 2.4rem;
  color: var(--secondary-color2, #4f5ac2);
}

@media (max-width: 767px) {
  .header__actions .header__action-btn--call {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }
  .header__actions .header__action-btn--wa {
    font-size: 1.1rem;
    padding: 0.5rem 0.8rem;
  }
  .cta-band__inner {
    flex-direction: column;
    text-align: center;
  }
  .cta-band__actions {
    justify-content: center;
  }
}

/* Language switch button */
.lang-switch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  background: transparent;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.lang-switch-btn:hover {
  background: #fff;
  color: var(--primary-color, #121a25);
}
.lang-switch-btn--header {
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
}
.lang-switch-btn--block {
  display: block;
  text-align: center;
  width: 100%;
}

/* RTL Arabic pages */
html[dir="rtl"] body {
  text-align: right;
}
html[dir="rtl"] .breadcrumb__list,
html[dir="rtl"] .seo-list,
html[dir="rtl"] .footer__links--list {
  padding-right: 0;
}
html[dir="rtl"] .header__topbar--inner {
  flex-direction: row-reverse;
}
html[dir="rtl"] .main__header--inner {
  flex-direction: row-reverse;
}
html[dir="rtl"] .header__menu--navigation ul {
  flex-direction: row-reverse;
}
html[dir="rtl"] .cta-band__inner {
  flex-direction: row-reverse;
}
html[dir="rtl"] .cta-inline {
  flex-direction: row-reverse;
}
html[dir="rtl"] .mobile {
  left: auto;
  right: 14px;
}
html[dir="rtl"] .float {
  right: auto;
  left: 14px;
}
@media (max-width: 767px) {
  html[dir="rtl"] .header__topbar--inner {
    flex-direction: column;
    text-align: center;
  }
}

/* Google Reviews / Star Ratings */
.review-stars {
  color: #f4a523;
  font-size: 2.2rem;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 0.4rem;
}

.testimonial-card__stars {
  color: #f4a523;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.8rem;
  letter-spacing: 2px;
}

.google-reviews__rating {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  color: var(--text-gray-color, #555);
}

.google-reviews__rating strong {
  color: var(--primary-color, #121a25);
}

.google-reviews__link {
  display: inline-block;
  margin-left: 1rem;
  color: var(--secondary-color2, #4f5ac2);
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: 600;
}

.google-reviews__link:hover {
  text-decoration: underline;
}

/* What We Buy grid reuses .why-choose__grid */
.what-we-buy .why-choose__card a {
  color: var(--secondary-color2, #4f5ac2);
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.6rem;
}

.what-we-buy .why-choose__card a:hover {
  text-decoration: underline;
}

/* How-we-buy steps */
.how-we-buy {
  background: var(--bg-gray-color, #f7f8fc);
  border-radius: 10px;
  padding: 2rem 2.5rem;
  border: 1px solid var(--border-color2, #e4e4e4);
}

.how-we-buy p {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}

/* Arabic RTL reviews */
html[dir="rtl"] .google-reviews__link {
  margin-left: 0;
  margin-right: 1rem;
}

html[dir="rtl"] .testimonial-card {
  border-left: none;
  border-right: 4px solid var(--secondary-color2, #4f5ac2);
}
