/* rlgrain.com: site-specific overrides on top of the base template */

/* Logo mark */
.header-2 .logo img,
.offcanvas__logo img,
.footer-section-2 .logo img { height: 52px; width: auto; }

/* Header CTA button */
.header-2 .header-right .header-cta {
  display: none;
  align-items: center;
  background: var(--theme-2);
  color: var(--header);
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 50px;
  margin-right: 18px;
  white-space: nowrap;
  transition: all .3s;
}
.header-2 .header-right .header-cta:hover { background: var(--white); color: var(--theme); }
@media (min-width: 992px) { .header-2 .header-right .header-cta { display: inline-flex; } }

/* Hero: darken photo so the headline stays readable */
.hero-section-3::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(12,47,37,.78) 0%, rgba(12,47,37,.45) 55%, rgba(12,47,37,.15) 100%);
}
.hero-section-3 .container { position: relative; z-index: 2; }
.hero-section-3 .hero-text { color: #fff; }

/* Products grid: intro paragraph under the title */
.service-section .section-title { margin-bottom: 30px; }
.service-section .section-title p { margin-top: 12px; }
.service-box-items .service-thumb { aspect-ratio: 1 / 1; }

/* Delivery cards */
.shop-box-items .thumb { padding: 10px 20px 0; }
.shop-box-items .thumb img { border-radius: 16px; }

/* Why Choose Us on dark background */
.work-process-section-3.section-bg .section-title h2,
.work-process-section-3.section-bg .section-title .sub-title { color: var(--white); }

/* Contact info cards above the FAQ */
.faq-section-3 .contact-info-row { margin-top: 0; margin-bottom: 70px; }
.faq-thumb-3 { min-height: 520px; }

/* Footer */
.footer-top-wrapper-2 .footer-text { max-width: 320px; margin-right: 0; font-weight: 600; letter-spacing: .5px; }
.footer-section-2 .footer-widget-items .contact-list li .content p { word-break: break-word; }
.footer-bottom-wrapper-2.justify-content-center { justify-content: center; }

/* Anchor offset for sticky header */
section[id] { scroll-margin-top: 90px; }

/* Contact form validation */
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.form-clt.is-invalid input,
.form-clt.is-invalid textarea,
.form-clt.is-invalid .nice-select { border-color: #d64545 !important; }
.form-error { display: block; color: #d64545; font-size: 13px; line-height: 18px; margin-top: 6px; }
.form-message { display: none; margin-top: 18px; padding: 12px 18px; border-radius: 10px; font-size: 15px; }
.form-message.success { display: block; background: #e6f4ea; color: #10551F; }
.form-message.error { display: block; background: #fbe9e9; color: #a92a2a; }
.contact-button .theme-btn[disabled] { opacity: .7; cursor: default; }
