/* =========================================================
   AUTHENTIC CORPORATE INDUSTRIAL BANNER & HOMEPAGE STYLES
   ========================================================= */

/* Hero Section */
.corporate-hero-banner {
  position: relative;
  background-image: url('../images/pvc.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 150px 0 90px 0;
}

.corporate-hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(15 23 42 / 37%) 0%, rgb(15 23 42 / 16%) 55%, rgb(15 23 42 / 23%) 100%);
  z-index: 1;
}

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

.hero-kicker-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #579f31;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-main-heading {
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 18px;
  font-family: "Rubik", sans-serif;
}

.hero-main-heading .text-brand-green {
  color: #70c443;
}

.hero-sub-text {
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 580px;
}

.hero-badges-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.hero-badge-pill i {
  color: #70c443;
}

.hero-badge-pill:hover {
  background: rgba(87, 159, 49, 0.3);
  border-color: #70c443;
}

.hero-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.btn-hero-primary {
  background-color: #579f31;
  color: #ffffff !important;
  border: 2px solid #579f31;
  padding: 13px 28px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}

.btn-hero-primary:hover {
  background-color: #468426;
  border-color: #468426;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.btn-hero-outline {
  background-color: transparent;
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}

.btn-hero-outline:hover {
  background-color: #ffffff;
  color: #111827 !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Hero Right Side Highlights Card */
.hero-highlights-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
  border-top: 4px solid #579f31;
}

.hero-card-header {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.hero-card-header h4 {
  font-size: 19px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px 0;
}

.hero-card-header span {
  font-size: 13px;
  color: #6b7280;
}

.hero-highlight-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}

.hero-highlight-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.hero-highlight-icon {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background: #edf7e7;
  color: #579f31;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.hero-highlight-num {
  font-size: 18px;
  font-weight: 800;
  color: #111827;
  margin: 0 0 2px 0;
}

.hero-highlight-desc {
  font-size: 13px;
  color: #4b5563;
  margin: 0;
  line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .corporate-hero-banner {
    padding: 120px 0 70px 0;
    min-height: auto;
  }

  .hero-main-heading {
    font-size: 32px;
  }

  .hero-highlights-card {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .hero-main-heading {
    font-size: 26px;
    line-height: 1.28;
  }

  .hero-sub-text {
    font-size: 16px;
  }

  .hero-badges-wrap {
    gap: 8px;
  }

  .hero-badge-pill {
    font-size: 13px;
    padding: 6px 12px;
  }

  .btn-hero-primary,
  .btn-hero-outline {
    width: 100%;
    justify-content: center;
  }
}

/* ================= ESG PARTNER SECTION ================= */
.esg-partner-sec {
  padding: 85px 0;
  background-color: #ffffff;
}

.sec-kicker {
  display: inline-block;
  color: #579f31;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.sec-title-lg {
  font-size: 34px;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
  margin-bottom: 30px;
  font-family: "Rubik", sans-serif;
}

.esg-feature-box {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 22px;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  transition: all 0.2s ease;
}

.esg-feature-box:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.esg-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #edf7e7;
  color: #579f31;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

.esg-feature-box h5 {
  font-size: 17px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 8px;
}

.esg-feature-box p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

.esg-photo-frame {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  align-items: center;
  background: #f8fafc;
}

.esg-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esg-commitment-box {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #579f31;
  border-radius: 4px;
  padding: 20px 24px;
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.esg-commitment-box i {
  color: #579f31;
  font-size: 24px;
  flex-shrink: 0;
}

.esg-commitment-box p {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .sec-title-lg {
    font-size: 28px;
  }

  .esg-photo-frame {
    margin-top: 20px;
    max-height: 380px;
  }
}

/* ================= MATERIALS WE SERVICE (CLEAN EDITORIAL LAYOUT) ================= */
.materials-clean-sec {
  padding: 85px 0;
  background-color: #ffffff;
}

.materials-clean-sec .sec-title {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 25px;
  font-family: "Rubik", sans-serif;
}

.materials-clean-sec .sub-title {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #edf7e7;
}

.materials-clean-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.materials-clean-list li {
  position: relative;
  padding: 11px 0 11px 30px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 15px;
  line-height: 1.5;
  color: #4b5563;
}

.materials-clean-list li:last-child {
  border-bottom: none;
}

.materials-clean-list li::before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 11px;
  color: #579f31;
  font-size: 16px;
}

.materials-clean-list li strong {
  color: #111827;
  font-weight: 700;
}

.materials-formats-box {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #579f31;
  border-radius: 4px;
  padding: 18px 22px;
  margin-top: 20px;
}

.materials-formats-box h6 {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.materials-formats-box p {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
  line-height: 1.5;
}

.materials-photo-clean {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  align-items: center;
  background: #f8fafc;
}

.materials-photo-clean img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .materials-photo-clean {
    margin-top: 30px;
    max-height: 420px;
  }
}

/* ================= QUOTE & MAP SECTION (CLEAN CORPORATE) ================= */
.quote-corp-sec {
  padding: 85px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.quote-form-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.quote-form-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
}

.quote-form-card p.subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}

.quote-form-card .form-group {
  margin-bottom: 18px;
}

.quote-form-card .form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.quote-form-card .form-control {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
  color: #111827;
  width: 100%;
  transition: all 0.2s ease;
  background-color: #ffffff;
}

.quote-form-card .form-control:focus {
  border-color: #579f31;
  outline: none;
  box-shadow: 0 0 0 3px rgba(87, 159, 49, 0.15);
}

.quote-form-card textarea.form-control {
  min-height: 105px;
  resize: vertical;
}

.btn-submit-quote {
  background-color: #579f31;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 4px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.btn-submit-quote:hover {
  background-color: #488528;
  color: #ffffff;
}

.quote-notice-text {
  font-size: 13px;
  color: #64748b;
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}

.quote-notice-text i {
  color: #579f31;
}

/* Map Card */
.map-corp-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.map-info-header {
  margin-bottom: 18px;
}

.map-info-header h5 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
  font-family: "Rubik", sans-serif;
}

.map-info-header p {
  font-size: 13.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.map-embed-wrapper {
  flex-grow: 1;
  min-height: 340px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.map-embed-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  display: block;
}

@media (max-width: 991.98px) {
  .map-corp-card {
    margin-top: 30px;
  }
}

/* ================= CORPORATE FOOTER REDESIGN ================= */
.footer-corporate {
  background-color: #0b1120;
  color: #94a3b8;
  border-top: 1px solid #1e293b;
}

.footer-top-corp {
  padding: 70px 0 50px 0;
}

.footer-brand-widget .footer-logo-img {
  max-width: 170px;
  height: auto;
  margin-bottom: 18px;
}

.footer-brand-widget p {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 20px;
}

.footer-social-links {
  display: flex;
  gap: 10px;
}

.footer-social-links a {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #1e293b;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.footer-social-links a:hover {
  background-color: #579f31;
  color: #ffffff;
}

.footer-col-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.3px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #579f31;
}

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

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #cbd5e1;
}

.footer-contact-list li i {
  color: #579f31;
  font-size: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}

.footer-contact-list li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact-list li a:hover {
  color: #70c443;
}

.footer-bottom-corp {
  background-color: #060b14;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

.footer-bottom-corp .copyright-text {
  margin: 0;
  color: #64748b;
}

.footer-bottom-corp .copyright-text a {
  color: #94a3b8;
  text-decoration: none;
}

.footer-bottom-corp .copyright-text a:hover {
  color: #579f31;
}

/* ================= CORPORATE HEADER STYLES ================= */
.topbar-corp {
  background-color: #0f172a;
  color: #94a3b8;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar-corp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.topbar-corp-list li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #cbd5e1;
}

.topbar-corp-list li i {
  color: #579f31;
}

.topbar-corp-list li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.topbar-corp-list li a:hover {
  color: #70c443;
}

#header.header.header-corp-wrapper {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  padding: 0 !important;
  position: relative !important;
  height: auto !important;
  min-height: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}

.header-corp-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 0 !important;
  height: auto !important;
}

.header-corp-nav .navbar-brand {
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.header-corp-nav .navbar-brand img {
  max-height: 48px !important;
  height: 48px !important;
  width: auto !important;
  display: block !important;
}

.header-corp-nav .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  gap: 8px !important;
}

.header-corp-nav .nav__item {
  margin: 0 !important;
  padding: 0 !important;
}

.header-corp-nav .nav__item-link {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
  padding: 8px 16px !important;
  text-transform: none !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
  display: block !important;
}

.header-corp-nav .nav__item-link:hover,
.header-corp-nav .nav__item.active .nav__item-link {
  color: #579f31 !important;
}

.header-corp-action-wrap {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.header-corp-action {
  display: flex !important;
  align-items: center !important;
}

.header-corp-action .btn-header-contact {
  background-color: #579f31 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 9px 20px !important;
  border-radius: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  height: auto !important;
  line-height: 1.4 !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  width: auto !important;
}

.header-corp-action .btn-header-contact:hover {
  background-color: #488528 !important;
  color: #ffffff !important;
}

/* Mobile Hamburger Toggle Button */
.mobile-menu-toggle-btn {
  background: #f8fafc !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 5px !important;
  width: 42px !important;
  height: 40px !important;
  padding: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-around !important;
  align-items: center !important;
  cursor: pointer !important;
  outline: none !important;
  transition: all 0.2s ease !important;
}

.mobile-menu-toggle-btn:hover,
.mobile-menu-toggle-btn:focus {
  background-color: #f1f5f9 !important;
  border-color: #579f31 !important;
}

.mobile-menu-toggle-btn .hamburger-bar {
  display: block !important;
  width: 22px !important;
  height: 2.5px !important;
  background-color: #1e293b !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
}

.mobile-menu-toggle-btn.is-active .hamburger-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg) !important;
  background-color: #579f31 !important;
}

.mobile-menu-toggle-btn.is-active .hamburger-bar:nth-child(2) {
  opacity: 0 !important;
}

.mobile-menu-toggle-btn.is-active .hamburger-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg) !important;
  background-color: #579f31 !important;
}

/* Mobile Nav Drawer */
.mobile-nav-drawer {
  max-height: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-top: 1px solid transparent;
  transition: max-height 0.35s ease-in-out, border-color 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.mobile-nav-drawer.open {
  max-height: 550px;
  border-top-color: #e2e8f0;
  overflow-y: auto;
}

.mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}

.mobile-nav-item {
  border-bottom: 1px solid #f1f5f9;
}

.mobile-nav-item:last-child {
  border-bottom: none;
}

.mobile-nav-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 13px 8px !important;
  font-size: 15.5px !important;
  font-weight: 600 !important;
  color: #1e293b !important;
  text-decoration: none !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
}

.mobile-nav-link i {
  color: #579f31 !important;
  font-size: 16px !important;
  width: 20px !important;
  text-align: center !important;
}

.mobile-nav-link:hover {
  color: #579f31 !important;
  padding-left: 12px !important;
}

.mobile-nav-link.highlight {
  color: #579f31 !important;
  font-weight: 700 !important;
}

.mobile-nav-contact-info {
  padding: 16px 14px 18px 14px;
  background-color: #f8fafc;
  border-radius: 6px;
  margin: 12px 0 16px 0;
  border: 1px solid #e2e8f0;
}

.mobile-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13.5px;
}

.mobile-contact-row a {
  color: #334155;
  text-decoration: none;
  font-weight: 600;
}

.mobile-contact-row .text-green {
  color: #579f31;
}

.btn-mobile-quote {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 12px !important;
  background-color: #579f31 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 11px 16px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease !important;
}

.btn-mobile-quote:hover {
  background-color: #488428 !important;
}


/* ================= NATIONWIDE RECOVERY & LOGISTICS (HUMAN EDITORIAL) ================= */
.logistics-hero-sec {
  position: relative;
  background-image: url('../images/Hero-image.jpg');
  background-size: cover;
  background-position: center center;
  padding: 135px 0;
  color: #ffffff;
  background-attachment: fixed;
}

.logistics-hero-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 17, 32, 0.88);
  z-index: 1;
  opacity: 0.2;
}

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

.logistics-editorial-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
  font-family: "Rubik", sans-serif;
  line-height: 1.25;
}

.logistics-editorial-hubs {
  font-size: 15.5px;
  color: #70c443;
  font-weight: 600;
  margin-bottom: 24px;
}

.logistics-editorial-points {
  margin-bottom: 25px;
}

.logistics-point-block {
  margin-bottom: 16px;
  padding-left: 16px;
  border-left: 3px solid #579f31;
}

.logistics-point-block p {
  font-size: 15px;
  line-height: 1.6;
  color: #e2e8f0;
  margin: 0;
}

.logistics-states-inline {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.logistics-states-inline .states-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #fbfbfb;
  margin-bottom: 10px;
  display: block;
}

.logistics-states-inline .state-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.logistics-states-inline .state-tag {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 3px;
}

.logistics-map-natural {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logistics-map-natural img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.4));
}

@media (max-width: 991.98px) {
  .logistics-map-natural {
    margin-top: 30px;
  }

  .logistics-editorial-title {
    font-size: 28px;
  }
}

/* ================= 1. PALLET & GAYLORD OPTIMIZATION SECTION ================= */
.pallet-program-sec {
  padding: 85px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.sec-head-block {
  margin-bottom: 45px;
}

.sec-head-block .sec-kicker-text {
  font-size: 13px;
  font-weight: 700;
  color: #579f31;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
  display: block;
}

.sec-head-block .sec-main-heading {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  font-family: "Rubik", sans-serif;
  line-height: 1.25;
  margin-bottom: 10px;
}

.sec-head-block .sec-sub-desc {
  font-size: 15.5px;
  color: #64748b;
  /* max-width: 720px; */
  margin: 0;
}

.pallet-info-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.pallet-info-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 14px;
  font-family: "Rubik", sans-serif;
}

.pallet-info-card p.card-intro {
  font-size: 14.5px;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 22px;
}

.pallet-features-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.pallet-features-grid li {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #579f31;
  padding: 12px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: #1f2937;
  border-radius: 3px;
}

.advantage-metric-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.advantage-metric-card .metric-icon-wrap {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.advantage-metric-card .metric-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.advantage-metric-card .metric-content h5 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
  font-family: "Rubik", sans-serif;
}

.advantage-metric-card .metric-content p {
  font-size: 13.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.gaylord-savings-box {
  background: #111827;
  color: #ffffff;
  border-radius: 6px;
  padding: 24px;
}

.gaylord-savings-box h5 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.gaylord-savings-box p {
  font-size: 13.5px;
  color: #94a3b8;
  margin-bottom: 16px;
}

.gaylord-rates-compare {
  display: flex;
  gap: 12px;
}

.rate-badge-item {
  flex: 1;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 13px;
}

.rate-badge-item.market-rate {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
}

.rate-badge-item.rpi-rate {
  background: rgba(87, 159, 49, 0.2);
  border: 1px solid #579f31;
  color: #86efac;
}

.rate-badge-item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
}

/* ================= 2. ZERO LANDFILL COLLABORATIVE VENTURE ================= */
.zero-waste-sec {
  position: relative;
  background-image: url('../images/home-banner.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 100px 0;
  color: #ffffff;
}

.zero-waste-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 17, 32, 0.88);
  z-index: 1;
}

.zero-waste-sec .container {
  position: relative;
  z-index: 2;
}

.zero-waste-story-box {
  padding-right: 20px;
}

.zero-waste-story-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  font-family: "Rubik", sans-serif;
}

.zero-waste-story-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 16px;
}

.impact-pillars-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.impact-pillar-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: all 0.2s ease;
}

.impact-pillar-item:hover {
  border-color: #579f31;
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.impact-pillar-item .pillar-icon {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(87, 159, 49, 0.2);
  color: #70c443;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 2px;
}

.impact-pillar-item .pillar-text h5 {
  font-size: 16.5px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  font-family: "Rubik", sans-serif;
}

.impact-pillar-item .pillar-text p {
  font-size: 13.5px;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

line-height: 1.5;
}

/* ================= 3. PARTNERSHIP PROCESS WORKFLOW ================= */
.process-workflow-sec {
  position: relative;
  background-image: url('../images/bg.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 100px 0;
  color: #ffffff;
}

.process-workflow-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 17, 32, 0.90);
  z-index: 1;
}

.process-workflow-sec .container {
  position: relative;
  z-index: 2;
}

.process-step-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 30px 22px;
  height: 100%;
  position: relative;
  transition: all 0.25s ease;
}

.process-step-card:hover {
  border-color: #579f31;
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.process-step-card .step-num {
  font-size: 32px;
  font-weight: 800;
  color: #70c443;
  font-family: "Rubik", sans-serif;
  margin-bottom: 12px;
  display: block;
}

.process-step-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
}

.process-step-card p {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0;
}

color: #94a3b8;
line-height: 1.6;
margin: 0;
}

@media (max-width: 991.98px) {
  .pallet-features-grid {
    grid-template-columns: 1fr;
  }

  .gaylord-rates-compare {
    flex-direction: column;
  }

  .zero-waste-story-box {
    padding-right: 0;
    margin-bottom: 35px;
  }

  .process-step-card {
    margin-bottom: 20px;
  }
}

/* ================= 4. WHY CHOOSE US SECTION ================= */
.why-choose-sec {
  padding: 85px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.why-choose-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 28px 24px;
  height: 100%;
  transition: all 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.why-choose-card:hover {
  border-color: #579f31;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.why-choose-card .wc-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #edf7e7;
  color: #579f31;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.why-choose-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
}

.why-choose-card p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991.98px) {
  .why-choose-card {
    margin-bottom: 20px;
  }
}

/* ================= ABOUT PAGE SPECIFIC STYLES ================= */
.about-page-header {
  position: relative;
  background-image: url('../images/Hero-image.jpg');
  background-size: cover;
  background-position: center;
  padding: 100px 0 70px 0;
  color: #ffffff;
}

.about-page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 17, 32, 0.85);
  z-index: 1;
}

.about-page-header .container {
  position: relative;
  z-index: 2;
}

.about-page-header .page-title-text {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin-bottom: 8px;
}

.about-page-header .page-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #94a3b8;
}

.about-page-header .page-breadcrumbs a {
  color: #70c443;
  text-decoration: none;
}

.about-mission-sec {
  padding: 90px 0;
  background-color: #ffffff;
}

.about-mission-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  font-family: "Rubik", sans-serif;
  margin-bottom: 18px;
  line-height: 1.3;
}

.about-mission-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 18px;
}

.about-stats-row {
  display: flex;
  gap: 16px;
  margin-top: 25px;
}

.about-stat-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #579f31;
  padding: 16px 20px;
  border-radius: 4px;
  flex: 1;
}

.about-stat-box .stat-number {
  font-size: 22px;
  font-weight: 800;
  color: #111827;
  font-family: "Rubik", sans-serif;
  display: block;
  line-height: 1.2;
}

.about-stat-box .stat-label {
  font-size: 12.5px;
  color: #64748b;
  font-weight: 600;
}

.about-img-frame {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

.about-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-pillars-sec {
  padding: 85px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.about-pillar-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 28px 22px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.about-pillar-card .pillar-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: #edf7e7;
  color: #579f31;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.about-pillar-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
}

.about-pillar-card p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

.about-circular-sec {
  position: relative;
  background-image: url('../images/bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 95px 0;
  color: #ffffff;
}

.about-circular-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 17, 32, 0.90);
  z-index: 1;
}

.about-circular-sec .container {
  position: relative;
  z-index: 2;
}

.circular-content-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  font-family: "Rubik", sans-serif;
}

.circular-content-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 16px;
}

.about-cta-sec {
  padding: 60px 0;
  background-color: #579f31;
  color: #ffffff;
}

.about-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.about-cta-box h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  margin: 0 0 6px 0;
}

.about-cta-box p {
  font-size: 14.5px;
  color: #e2f5d5;
  margin: 0;
}

.btn-about-cta {
  background: #ffffff;
  color: #111827 !important;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 28px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-about-cta:hover {
  background: #0f172a;
  color: #ffffff !important;
}

@media (max-width: 991.98px) {
  .about-stats-row {
    flex-direction: column;
  }

  .about-img-frame {
    margin-top: 30px;
  }

  .about-pillar-card {
    margin-bottom: 20px;
  }

  .about-cta-box {
    flex-direction: column;
    text-align: center;
  }
}

/* ================= SERVICES PAGE SPECIFIC STYLES ================= */
.services-overview-sec {
  padding: 90px 0;
  background-color: #ffffff;
}

.service-feature-checklist {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
}

.service-feature-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
}

.service-feature-checklist li::before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 1px;
  color: #579f31;
  font-size: 16px;
}

.service-feature-checklist li strong {
  color: #111827;
  font-weight: 700;
}

.services-catalog-sec {
  padding: 85px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.service-item-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 30px 24px;
  height: 100%;
  transition: all 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.service-item-card:hover {
  border-color: #579f31;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.service-item-card .svc-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background: #edf7e7;
  color: #579f31;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 18px;
}

.service-item-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
}

.service-item-card p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* Packaging Supplies Section */
.supplies-sec {
  padding: 85px 0;
  background-color: #ffffff;
}

.supply-product-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 24px;
  text-align: center;
  height: 100%;
  transition: all 0.2s ease;
}

.supply-product-card:hover {
  border-color: #579f31;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.supply-product-card .supply-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(87, 159, 49, 0.12);
  color: #579f31;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 14px;
}

.supply-product-card h5 {
  font-size: 16.5px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
}

.supply-product-card p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* Industries Served */
.industries-sec {
  position: relative;
  background-image: url('../images/Hero-image.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 95px 0;
  color: #ffffff;
}

.industries-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(11, 17, 32, 0.90);
  z-index: 1;
}

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

.industry-badge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.industry-badge-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 3px solid #579f31;
  padding: 16px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
}

.industry-badge-item:hover {
  background: rgba(255, 255, 255, 0.10);
  transform: translateY(-2px);
}

.industry-badge-item i {
  color: #70c443;
  font-size: 18px;
}

.industry-badge-item span {
  font-size: 14.5px;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .industry-badge-grid {
    grid-template-columns: 1fr;
  }

  .supply-product-card {
    margin-bottom: 20px;
  }

  .service-item-card {
    margin-bottom: 20px;
  }
}

/* ================= SOLUTIONS PAGE SPECIFIC STYLES ================= */
.solutions-grid-sec {
  padding: 85px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.solution-card-full {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 32px 26px;
  height: 100%;
  transition: all 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.solution-card-full:hover {
  border-color: #579f31;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.solution-card-full .sol-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: #edf7e7;
  color: #579f31;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}

.solution-card-full h4 {
  font-size: 19px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  font-family: "Rubik", sans-serif;
}

.solution-card-full p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 14px;
}

.solution-card-full .sol-meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.solution-card-full .sol-meta-tags span {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 11.5px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 3px;
}

/* Equipment Section */
.equipment-sec {
  padding: 90px 0;
  background-color: #ffffff;
}

.equipment-highlight-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #579f31;
  border-radius: 6px;
  padding: 24px 22px;
  height: 100%;
}

.equipment-highlight-card h5 {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
}

.equipment-highlight-card p {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991.98px) {
  .solution-card-full {
    margin-bottom: 20px;
  }

  .equipment-highlight-card {
    margin-bottom: 20px;
  }
}

/* ================= CONTACT PAGE SPECIFIC STYLES ================= */
.contact-page-sec {
  padding: 90px 0;
  background-color: #f8fafc;
}

.contact-hub-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 30px 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.contact-hub-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
  font-family: "Rubik", sans-serif;
  border-bottom: 2px solid #579f31;
  padding-bottom: 8px;
  display: inline-block;
}

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

.contact-details-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  font-size: 14.5px;
  color: #4b5563;
  line-height: 1.5;
}

.contact-details-list li:last-child {
  margin-bottom: 0;
}

.contact-details-list li i {
  color: #579f31;
  font-size: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}

.contact-form-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.contact-form-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  font-family: "Rubik", sans-serif;
}

.contact-form-box p.form-subtitle {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 24px;
}

.contact-form-box .form-group {
  margin-bottom: 18px;
}

.contact-form-box .form-control {
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  /* padding: 12px 16px; */
  font-size: 14.5px;
  color: #1e293b;
  height: auto;
  transition: all 0.2s ease;
}

.contact-form-box .form-control:focus {
  border-color: #579f31;
  box-shadow: 0 0 0 3px rgba(87, 159, 49, 0.15);
  outline: none;
}

.contact-form-box textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.btn-contact-submit {
  background-color: #579f31;
  border: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.2s ease;
}

.btn-contact-submit:hover {
  background-color: #488428;
  color: #ffffff;
}

.map-wrapper-frame {
  border-top: 1px solid #e2e8f0;
  line-height: 0;
}

.map-wrapper-frame iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}

@media (max-width: 767.98px) {
  .contact-form-box {
    padding: 25px 20px;
  }
}

/* ================= FAQ SECTION STYLES ================= */
.faq-sec {
  padding: 90px 0;
  background-color: #ffffff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.faq-accordion-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq-item-card:hover {
  border-color: #cbd5e1;
}

.faq-header-btn {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  outline: none !important;
}

.faq-header-btn h4 {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin: 0;
  font-family: "Rubik", sans-serif;
  line-height: 1.4;
}

.faq-header-btn .faq-toggle-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #579f31;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.faq-header-btn[aria-expanded="true"] .faq-toggle-icon {
  background-color: #579f31;
  color: #ffffff;
  transform: rotate(180deg);
}

.faq-collapse-body {
  padding: 0 24px 22px 24px;
}

.faq-collapse-body p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

.faq-item-card.is-active {
  border-color: #579f31;
  box-shadow: 0 4px 16px rgba(87, 159, 49, 0.06);
}