/* Contact Page Styles */

/* Test CSS Loading */
body {
    position: relative;
}

/* ===== HEADER STYLES ===== */

/* Font Awesome icon visibility - PROPER FONT WEIGHTS */
/* All icons base rules */
i[class*="fa-"],
.fa,
.fas,
.far,
.fal,
.fab,
i.fa-solid,
i.fa-regular,
i.fa-light,
i.fa-brands {
  display: inline-block !important;
  line-height: inherit !important;
  vertical-align: -0.125em !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-style: normal !important;
  font-kerning: auto !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* Solid icons (900 weight) */
i.fa-solid,
.fa-solid,
.fas {
  font-weight: 900 !important;
}

/* Brands icons (900 weight) */
i.fa-brands,
.fa-brands,
.fab {
  font-weight: 900 !important;
}

/* Regular icons (400 weight) */
i.fa-regular,
.fa-regular,
.far {
  font-weight: 400 !important;
}

/* Light icons (300 weight) */
i.fa-light,
.fa-light,
.fal {
  font-weight: 300 !important;
}

.topbar {
  width: 100%;
  background: rgba(149, 184, 34, 0.944);
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.10);
  backdrop-filter: blur(8px);
  border-bottom: 1.5px solid rgba(204,255,0,0.13);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: background 0.3s;
}

@media (max-width: 480px) {
  .topbar {
    font-size: 0.85rem;
  }
}

.topbar:hover {
  background:#1f9b4a;
  box-shadow: 0 4px 24px 0 rgba(8, 120, 2, 0.13);
  }
  html body .contact-hero {
    margin-top: 0 !important;
    padding-top: 110px !important;
  }
  html body .quote-hero {
    margin-top: 0 !important;
    padding-top: 110px !important;
  }
  html body .electrical-hero {
    margin-top: 0 !important;
    padding-top: 110px !important;
}

.topbar-inner {
  display: flex;
  align-items: center;

  justify-content: space-between;
}

html body .contact-hero .hero-content,
html body .quote-hero .hero-content {
  padding-top: 16px !important;
  padding-bottom: 32px !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  margin-top: 24px !important;
  margin: 0 auto;
  padding: 8px 0 0 0;
}

html body .electrical-hero-content {
  padding-top: 16px !important;
  padding-bottom: 32px !important;
  padding-left: 4px !important;
}

.header-nav.open ~ .contact-hero {
  padding-top: 180px !important;
}

.header-nav.open ~ .quote-hero {
  padding-top: 180px !important;
  padding-right: 4px !important;
  margin-top: 24px !important;
}

.header-nav.open ~ .contact-hero .hero-content,
.header-nav.open ~ .quote-hero .hero-content {
  padding-top: 48px !important;
  margin-top: 32px !important;
}

.header-nav.open ~ .electrical-hero {
  padding-top: 180px !important;
}

.header-nav.open ~ .electrical-hero-content {
  padding-top: 48px !important;
  margin-top: 32px !important;
}

.topbar-link.is-active,
.topbar-link.is-active i {
  color: #000 !important;
}

.topbar-link i.fa-users {
  color: #ffffff;
}

.topbar-link .fa-phone {
  color: #ffffff;
}

.topbar-link .fa-envelope {
  color: #ffffff;
}

.topbar-link i.fa-users {
  margin-right: 6px;
}

.topbar-link i.fa-envelope {
  margin-left: 2px;
}

.contact-combo-icon .contact-icons {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
}

.contact-combo-icon .fa-phone {
  font-size: 1.1em;
  margin-right: -8px;
  z-index: 2;
}

.contact-combo-icon .fa-envelope {
  font-size: 1em;
  margin-left: -2px;
  z-index: 1;
}

.main-header {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 15;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.main-header.scrolled {
  background-color: rgba(15, 41, 32, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.header-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 4px 0 4px 0; 
}

.header-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  min-width: 180px;
}

.gradient-text {
  background: linear-gradient(90deg,#ccff00  0%, #f9fafa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}

.brand-main {
  font-size: 2.2rem;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  width: 180px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 0;
}

.brand-sub {
 font-size: 1.7rem;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  width: 180px;
  font-weight: 650;
  letter-spacing: 0.15em;
  text-align: left;
  margin: 0;
  padding: 0;
}

.header-logo {
  height: 72px;
  width: auto;
  object-fit: contain;
  display: block;
  margin-top: 6px;
}

@keyframes logo-flip {
  0%   { transform: rotateY(0deg);}
  25%  { transform: rotateY(30deg);}
  50%  { transform: rotateY(0deg);}
  75%  { transform: rotateY(-30deg);}
  100% { transform: rotateY(0deg);}
}

.header-logo {
  animation: logo-flip 2.5s ease-in-out infinite;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.header-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(30, 40, 60, 0.35);
  border-radius: 28px;
  padding: 6px 32px;
  backdrop-filter: blur(4px);
  border: 2px solid rgba(204,255,0,0.35);
  box-shadow: 0 8px 32px 0  rgba(204,255,0,0.35);
}

.header-nav a.active,
.header-nav a:hover {
  box-shadow: 0 0 16px 4px rgba(204,255,0,0.45), 0 2px 8px 0 rgba(0,255,255,0.18);
  background: rgba(13, 188, 54, 0.13);
  transition: box-shadow 0.3s, background 0.3s;
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav a {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 12px;
  border-bottom: 2px solid transparent;
  border-radius: 18px;
  transition: 
    border-color 0.2s, 
    color 0.2s, 
    box-shadow 0.3s,
    background 0.3s;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}

.header-nav a.active,
.header-nav a:hover {
  color: #fdfdfd;
  border-bottom: 2.5px solid #dde408;
  background: rgba(9, 9, 9, 0.227);
  box-shadow: 0 4px 24px 0 rgba(0, 255, 255, 0.45), 
              0 2px 8px 0 rgba(0,0,0,0.18);
  border-radius: 18px;
}

.header-nav .dropdown {
  position: relative;
}


.header-nav .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 12px;
  border-bottom: 2px solid transparent;
  border-radius: 18px;
  transition: border-color 0.2s, color 0.2s, box-shadow 0.3s, background 0.3s;
  position: relative;
  z-index: 1;
  background: none;
  border: none;
  cursor: pointer;
}

.header-nav .dropdown-toggle:focus {
  outline: 2px solid #dde408;
  outline-offset: 2px;
}

.header-nav .dropdown-toggle.active,
.header-nav .dropdown-toggle:hover,
.header-nav .dropdown.active > .dropdown-toggle {
  color: #fdfdfd;
  border-bottom: 2.5px solid #dde408;
  background: rgba(9, 9, 9, 0.227);
  box-shadow: 0 4px 24px 0 rgba(0, 255, 255, 0.45), 0 2px 8px 0 rgba(0,0,0,0.18);
  border-radius: 18px;
}

.header-nav .dropdown-toggle i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.header-nav .dropdown-toggle i:hover {
  transform: rotate(180deg);
}

.header-nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(31, 155, 74, 0.98);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 12px 0;
  margin-top: 8px;
  min-width: 240px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.header-nav .dropdown:hover .dropdown-menu,
.header-nav .dropdown.active > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-nav .dropdown-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.header-nav .dropdown-menu a {
  display: block;
  padding: 12px 24px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.header-nav .dropdown-menu a:hover {
  background: #fff;
  color: rgba(31, 155, 74, 0.98);
  padding-left: 28px;
  border-bottom: none;
  box-shadow: none;
  border-radius: 0;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 30;
}

.nav-toggle span {
  display: block;
  height: 4px;
  width: 100%;
  background: #8fb206;
  border-radius: 2px;
  transition: 0.3s;
}

@media (max-width: 1280px) {
  .nav-toggle {
    display: flex;
    margin-left: auto;
    margin-right: 16px;
  }
  .header-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 2px;
    min-width: 180px;
    max-width: 90vw;
    background: #232e3a;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 32px 0 rgba(44,255,255,0.10);
    padding: 0;
    z-index: 100;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 0.3s cubic-bezier(.4,2,.6,1), transform 0.3s cubic-bezier(.4,2,.6,1);
  }
  .header-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 1;
    transform: translateY(0);
  }
  .header-nav ul {
    flex-direction: column;
    gap: 0;
    width: 100%;
    align-items: stretch;
    margin: 0;
    padding: 8px 0;
  }
  .header-nav li {
    width: 100%;
  }
  .header-nav a,
  .header-nav .dropdown-toggle,
  .header-nav .dropdown-menu a {
    width: 100%;
    padding: 8px 16px;
    font-size: 0.98rem;
    border-radius: 0;
    text-align: left;
    transition: background 0.18s, color 0.18s;
    box-shadow: none;
    border: none;
    font-weight: 500;
    color: #fff;
    background: none;
    position: relative;
    outline: none;
    display: block;
  }
  .header-nav a.active {
    background: #1f9b4a;
    color: #fff;
  }
  .header-nav ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
}

/* ===== FOOTER STYLES ===== */
.site-footer {
  background: linear-gradient(135deg, #0f2920 0%, #1a4032 100%);
  color: #fff;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1f9b4a 0%, #ccff00 50%, #1f9b4a 100%);
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  padding: 0 18px 50px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-section h3 {
  color: #ccff00;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  font-size: 0.95rem;
}

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

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s, padding-left 0.3s;
  display: inline-block;
}

.footer-section ul li a:hover {
  color: #ccff00;
  padding-left: 5px;
}

.footer-contact ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-contact ul li i {
  color: #ccff00;
  font-size: 1rem;
  width: 20px;
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
}

.footer-logo-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  height: 60px;
  width: auto;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  min-width: 180px;
}

.footer-brand-main {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, #ccff00 0%, #f9fafa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  width: 180px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.footer-brand-sub {
  font-size: 1.4rem;
  font-weight: 650;
  background: linear-gradient(90deg, #ccff00 0%, #f9fafa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
  letter-spacing: 0.15em;
  width: 180px;
  text-align: left;
  margin: 0;
  padding: 0;
}

.footer-social h3 {
  text-align: center;
  margin-bottom: 18px;
}

.social-icons {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #fff;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.social-icons a:hover {
  transform: translateY(-4px) scale(1.05);
  border-color: rgba(255, 255, 255, 0.2);
}

.social-icons a[aria-label="Facebook"]:hover {
  background: #1877F2;
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.4);
}

.social-icons a[aria-label="Instagram"]:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  box-shadow: 0 8px 20px rgba(225, 48, 108, 0.4);
}

.social-icons a[aria-label="LinkedIn"]:hover {
  background: #0A66C2;
  box-shadow: 0 8px 20px rgba(10, 102, 194, 0.4);
}

.social-icons a[aria-label="Twitter"]:hover {
  background: #1DA1F2;
  box-shadow: 0 8px 20px rgba(29, 161, 242, 0.4);
}

.social-icons a i {
  transition: none;
  font-size: 1.3rem !important;
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 900 !important;
}

.social-icons a:hover i {
  transform: none;
  color: #fff;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.footer-bottom-links {
  display: flex;
  gap: 16px;
  align-items: center;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.footer-bottom-links a:hover {
  color: #ccff00;
}

.footer-bottom-links .separator {
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1100px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-left {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .footer-right {
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0 0;
  }
  
  .footer-left {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .footer-container {
    padding: 0 18px 30px;
  }
}

/* ===== NAVBAR STYLES (for contact.html) ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(19, 120, 85, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0;
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .logo img {
  height: 60px;
  width: auto;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(204, 255, 0, 0.2);
  color: #ccff00;
}

.service-dropdown-wrapper {
  position: relative;
}

.service-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.service-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(15, 41, 32, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 0;
  margin-top: 8px;
  min-width: 260px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  list-style: none;
  z-index: 100;
}

.service-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.service-dropdown-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.service-dropdown-item:hover {
  background: rgba(204, 255, 0, 0.15);
  color: #ccff00;
  padding-left: 32px;
}

.service-dropdown-item i {
  font-size: 1.1rem;
  color: #ccff00;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 1024px) {
  .hamburger {
    display: flex;
  }
  
  .nav-links {
    position: fixed;
    top: 92px;
    right: -100%;
    width: 300px;
    max-width: 80vw;
    height: calc(100vh - 92px);
    background: rgba(15, 41, 32, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    gap: 0;
    padding: 24px 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    transition: right 0.4s ease;
    align-items: stretch;
  }
  
  .nav-links.active {
    right: 0;
  }
  
  .nav-links li {
    width: 100%;
  }
  
  .nav-links a {
    width: 100%;
    padding: 16px 32px;
    border-radius: 0;
    justify-content: flex-start;
  }
  
  .service-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
  }
  
  .service-dropdown-menu.active {
    max-height: 300px;
    padding: 12px 0;
  }
}

/* ===== FOOTER STYLES (for contact.html) ===== */
.footer {
  background: linear-gradient(135deg, #0f2920 0%, #1a4032 100%);
  color: white;
  padding: 60px 0 0;
}

.footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
  color: #ccff00;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 20px;
}

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

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-section ul li a:hover {
  color: #ccff00;
  padding-left: 5px;
}

.footer-section ul li i {
  color: #ccff00;
  font-size: 1rem;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #ccff00;
  color: #0f2920;
  transform: translateY(-3px);
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .nav-container {
    padding: 16px 20px;
  }
}

/* Hero Section */
.contact-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15, 41, 32, 0.85) 0%, rgba(26, 64, 50, 0.85) 50%, rgba(31, 155, 74, 0.85) 100%),
        url('images/img21.jpg') center center / cover no-repeat;
  color: #fff;
  padding: 120px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-hero::after,
.quote-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #137855 0%, #1f9b4a 30%, #ccff00 60%, #a8d400 80%, #137855 100%);
  z-index: 10;
}

/* ============================================
   HERO HEIGHT NORMALIZATION
   ============================================ */
.contact-hero,
.quote-hero {
  min-height: 65vh;
  height: 65vh;
}

@media (max-width: 768px) {
  .contact-hero,
  .quote-hero {
    height: auto;
    min-height: 60vh;
  }
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(204, 255, 0, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(19, 120, 85, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.contact-hero h1 {
    font-size: 3rem;
    font-weight: 900;
    color: white;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.contact-hero p {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: start;
}

/* Contact Form */
.contact-form-container h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #0f2920;
    margin-bottom: 12px;
    background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-subtitle {
    font-size: 1.05rem;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-form {
    background: white;
    padding: 45px 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(19, 120, 85, 0.08);
    border: 1px solid rgba(19, 120, 85, 0.1);
}

.form-message {
    display: none;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}

.form-message--success {
    background: #d4f4e2;
    color: #1a5c38;
    border: 1px solid #6dd49a;
}

.form-message--error {
    background: #fde8e8;
    color: #9b1c1c;
    border: 1px solid #f8b4b4;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f2920;
    margin-bottom: 10px;
}

/* Custom Select Dropdown */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.custom-select-trigger {
    width: 100%;
    padding: 14px 40px 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    background: #fafafa;
    color: #0f2920;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 500;
}

.custom-select-trigger::after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #137855;
    transition: transform 0.3s ease;
}

.custom-select.open .custom-select-trigger::after {
    transform: translateY(-50%) rotate(180deg);
}

.custom-select-trigger:hover {
    border-color: #137855;
    background: rgba(19, 120, 85, 0.05);
}

.custom-select.open .custom-select-trigger {
    border-color: #137855;
    background: white;
    box-shadow: 0 0 0 4px rgba(19, 120, 85, 0.1);
}

.custom-options {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #137855;
    border-radius: 10px;
    max-height: 300px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(19, 120, 85, 0.15);
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-option {
    padding: 14px 18px;
    font-size: 1rem;
    color: #0f2920;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 500;
}

.custom-option:first-child {
    border-radius: 8px 8px 0 0;
}

.custom-option:last-child {
    border-radius: 0 0 8px 8px;
}

.custom-option:hover {
    background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
    color: white;
    padding-left: 24px;
}

.custom-option.selected {
    background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
    color: white;
    font-weight: 600;
}

/* Scrollbar for custom dropdown */
.custom-options::-webkit-scrollbar {
    width: 8px;
}

.custom-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.custom-options::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
    border-radius: 10px;
}

.custom-options::-webkit-scrollbar-thumb:hover {
    background: #0f2920;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fafafa;
}

.form-group select {
    cursor: pointer;
    font-weight: 500;
    color: #0f2920;
    background: #fafafa;
    background-image: linear-gradient(45deg, transparent 50%, #137855 50%),
                      linear-gradient(135deg, #137855 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px),
                         calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    appearance: none;
    padding-right: 40px;
}

.form-group select:hover {
    border-color: #137855;
    background-color: rgba(19, 120, 85, 0.05);
}

.form-group select option {
    padding: 12px;
    background: white !important;
    color: #0f2920 !important;
    font-weight: 500;
}

.form-group select option:hover {
    background: #137855 !important;
    background-color: #137855 !important;
    color: white !important;
    outline: none !important;
}

.form-group select option:checked,
.form-group select option:focus {
    background: #137855 !important;
    background-color: #137855 !important;
    color: white !important;
    font-weight: 600;
}

/* For Firefox */
.form-group select option:checked {
    background: #137855 !important;
    background-color: #137855 !important;
}

/* WebKit specific styling for dropdown */
.form-group select::-webkit-scrollbar {
    width: 10px;
}

.form-group select::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.form-group select::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
    border-radius: 10px;
}

.form-group select::-webkit-scrollbar-thumb:hover {
    background: #0f2920;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #137855;
    background: white;
    box-shadow: 0 0 0 4px rgba(19, 120, 85, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    width: 100%;
    padding: 16px 32px;
    background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(19, 120, 85, 0.3);
    margin-top: 15px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 35px rgba(19, 120, 85, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

.submit-btn i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.submit-btn:hover i {
    transform: translateX(4px);
}

/* Right Side Info Cards */
.info-card {
    background: white;
    border-radius: 20px;
    padding: 35px 30px;
    margin-bottom: 25px;
    box-shadow: 0 8px 30px rgba(19, 120, 85, 0.08);
    border: 1px solid rgba(19, 120, 85, 0.1);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(19, 120, 85, 0.12);
}

.info-card h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #0f2920;
    margin-bottom: 25px;
}

.info-card.why-choose h2 {
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
}

.info-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f2920;
    margin-bottom: 20px;
}

/* Why Choose Section */
.contact-info-container .feature-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-container .feature-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 14px;
    transition: all 0.3s ease;
}

.contact-info-container .feature-item:hover {
    background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
    transform: translateX(6px);
}

.contact-info-container .feature-item:hover .feature-icon {
    background: #137855;
    color: white;
}

.contact-info-container .feature-item:hover .feature-content h3,
.contact-info-container .feature-item:hover .feature-content p {
    color: #0f2920;
}

.contact-info-container .feature-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-info-container .feature-icon i {
    font-size: 1.5rem;
    color: #ccff00;
}

.contact-info-container .feature-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f2920;
    margin-bottom: 6px;
    transition: color 0.3s ease;
}

.contact-info-container .feature-content p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
    transition: color 0.3s ease;
}

/* Contact Details Card */
.detail-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(19, 120, 85, 0.1);
}

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

.detail-item i {
    font-size: 1.5rem;
    color: #137855;
    width: 35px;
    text-align: center;
    flex-shrink: 0;
}

.detail-item div {
    flex: 1;
}

.detail-item strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #0f2920;
    margin-bottom: 6px;
}

.detail-item p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.detail-item a {
    color: #137855;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.detail-item a:hover {
    color: #0f2920;
}

/* Social Connect Card */
.social-connect p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 12px;
    text-decoration: none;
    color: #0f2920;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.social-link i {
    font-size: 1.3rem;
    width: 35px;
    text-align: center;
}

.social-link.facebook i {
    color: #1877F2;
}

.social-link.instagram i {
    color: #E4405F;
}

.social-link.linkedin i {
    color: #0A66C2;
}

.social-link:hover {
    transform: translateX(6px);
    border-color: currentColor;
}

.social-link.facebook:hover {
    background: #1877F2;
    color: white;
}

.social-link.facebook:hover i {
    color: white;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.social-link.instagram:hover i {
    color: white;
}

.social-link.linkedin:hover {
    background: #0A66C2;
    color: white;
}

.social-link.linkedin:hover i {
    color: white;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-hero h1 {
        font-size: 3rem;
    }

    .contact-hero p {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        padding: 120px 20px 80px 20px;
        min-height: 60vh;
    }

    .contact-hero h1 {
        font-size: 2.5rem;
    }

    .contact-hero p {
        font-size: 1.1rem;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-form-container h2 {
        font-size: 2.2rem;
    }

    .contact-form {
        padding: 35px 25px;
    }

    .info-card {
        padding: 30px 25px;
    }

    .feature-item {
        padding: 16px;
    }
}

@media (max-width: 600px) {
    .contact-hero h1 {
        font-size: 2rem;
    }

    .contact-hero p {
        font-size: 1rem;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .submit-btn {
        font-size: 1rem;
        padding: 16px 28px;
    }

    .info-card h2 {
        font-size: 1.6rem;
    }

    .info-card h3 {
        font-size: 1.2rem;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-icon i {
        font-size: 1.3rem;
    }
}

/* ===== FREE QUOTE PAGE STYLES ===== */

.quote-hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(15, 41, 32, 0.85) 0%, rgba(26, 64, 50, 0.85) 50%, rgba(31, 155, 74, 0.85) 100%),
              url('images/img20.jpg') center center / cover no-repeat;
  color: #fff;
  padding: 120px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.quote-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
      radial-gradient(circle at 20% 50%, rgba(204, 255, 0, 0.08) 0%, transparent 50%),
      radial-gradient(circle at 80% 50%, rgba(19, 120, 85, 0.1) 0%, transparent 50%);
  z-index: 1;
}

.quote-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 30px 20px 0;
}

.quote-hero h1 {
  font-size: 3rem;
  font-weight: 900;
  color: white;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.quote-hero p {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
}

/* Quote Section */
.quote-section {
  padding: 100px 0;
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 50%, #f8f9fa 100%);
}

.quote-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: start;
}

.quote-form-container {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 15px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  border-left: 5px solid #137855;
}

.quote-form-container h2 {
  color: #137855;
  font-size: 2rem;
  margin-bottom: 12px;
  font-weight: 700;
}

.form-subtitle {
  color: #666;
  font-size: 1.05rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote-form .form-group {
  display: flex;
  flex-direction: column;
}

.quote-form label {
  color: #0f2920;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.quote-form input,
.quote-form textarea {
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.quote-form input:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: #137855;
  box-shadow: 0 0 0 3px rgba(19, 120, 85, 0.1);
}

.quote-form textarea {
  resize: vertical;
  min-height: 80px;
}

.quote-info-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}

.quote-info-container > * {
  flex: 1;
}

.quote-benefits {
  background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
  color: #ffffff;
  padding: 45px 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(19, 120, 85, 0.2);
  display: flex;
  flex-direction: column;
}

.quote-benefits h3 {
  color: #ccff00;
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.quote-benefits .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.quote-benefits .benefit-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 15px 0;
}

.quote-benefits .benefit-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ccff00;
  color: #0f2920;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.quote-benefits .benefit-content h4 {
  color: #ccff00;
  font-size: 1.15rem;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.quote-benefits .benefit-content p {
  color: #e0e0e0;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.5;
}

.quick-contact {
  background: #ffffff;
  padding: 40px 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ccff00;
  display: flex;
  flex-direction: column;
}

.quick-contact h3 {
  color: #0f2920;
  font-size: 1.4rem;
  margin-bottom: 15px;
  margin-top: 0;
}

.quick-contact > p {
  color: #666;
  margin-bottom: 25px;
  font-size: 0.95rem;
  flex-grow: 0;
}

.quick-detail-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 25px;
}

.quick-detail-item:last-child {
  margin-bottom: 0;
}

.quick-detail-item i {
  color: #137855;
  font-size: 1.3rem;
  margin-top: 3px;
  min-width: 25px;
}

.quick-detail-item strong {
  display: block;
  color: #0f2920;
  font-size: 0.95rem;
  margin-bottom: 3px;
}

.quick-detail-item p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

.quick-detail-item a {
  color: #137855;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.quick-detail-item a:hover {
  color: #0f2920;
}

/* Responsive Quote Page */
@media (max-width: 1024px) {
  .quote-grid {
    gap: 40px;
  }

  .quote-form-container {
    padding: 40px 35px;
  }

  .quote-info-container {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .quote-section {
    padding: 80px 0;
  }

  .quote-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .quote-hero {
    padding: 120px 20px 80px 20px;
    min-height: 60vh;
    margin-top: 0;
  }

  .quote-hero .hero-content {
    padding: 25px 20px 0;
  }

  .quote-hero h1 {
    font-size: 2.1rem;
    line-height: 1.3;
  }

  .quote-hero p {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .quote-form-container {
    padding: 30px 25px;
    border-left: 4px solid #137855;
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .quote-form-container h2 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    color: #137855;
  }

  .form-subtitle {
    font-size: 0.95rem;
    margin-bottom: 25px;
    color: #666;
  }

  .quote-form {
    gap: 16px;
  }

  .quote-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
  }

  .quote-form label {
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #0f2920;
  }

  .quote-form input,
  .quote-form textarea {
    padding: 11px 13px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
  }

  .quote-form textarea {
    min-height: 70px;
    resize: vertical;
  }

  .custom-select-wrapper {
    width: 100%;
  }

  .custom-select {
    width: 100%;
  }

  .custom-select-trigger {
    padding: 11px 34px 11px 13px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
  }

  .custom-select-trigger::after {
    right: 14px;
  }

  .custom-options {
    max-height: 260px;
    max-width: 100%;
    z-index: 1001;
  }

  .custom-option {
    padding: 11px 13px;
    font-size: 0.92rem;
  }

  .submit-btn {
    width: 100%;
    padding: 13px 26px;
    font-size: 0.98rem;
    margin-top: 12px;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .quote-info-container {
    gap: 25px;
  }

  .quote-info-container > * {
    flex: 1;
  }

  .quote-benefits {
    padding: 30px 25px;
    border-radius: 10px;
  }

  .quote-benefits h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }

  .quote-benefits .benefit-item {
    gap: 12px;
    padding: 12px 0;
    display: flex;
    align-items: flex-start;
  }

  .quote-benefits .benefit-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccff00;
    color: #0f2920;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .quote-benefits .benefit-content h4 {
    font-size: 0.95rem;
    margin-bottom: 3px;
  }

  .quote-benefits .benefit-content p {
        margin-top: 24px !important;
    font-size: 0.85rem;
    color: #e0e0e0;
  }

  .quick-contact {
    padding: 25px 20px;
    border-top: 4px solid #ccff00;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  .quick-contact h3 {
    font-size: 1.15rem;
    margin-bottom: 12px;
        margin-top: 32px !important;
  }

  .quick-contact > p {
    font-size: 0.9rem;
    margin-bottom: 18px;
  }

  .quick-detail-item {
    gap: 12px;
    margin-bottom: 14px;
  }

  .quick-detail-item i {
    font-size: 1.1rem;
    min-width: 20px;
  }

  .quick-detail-item strong {
    font-size: 0.9rem;
  }

  .quick-detail-item p {
    font-size: 0.85rem;
  }
}

/* Extra small devices (below 400px) */
@media (max-width: 400px) {
  .quote-hero {
    padding: 120px 20px 80px 20px;
    min-height: 60vh;
    margin-top: 0;
  }

  .quote-hero .hero-content {
    padding: 18px 12px 0;
  }

  .quote-form-container {
    padding: 20px 12px;
  }

  .quote-form-container h2 {
    font-size: 1.3rem;
  }

  .quote-form {
    gap: 14px;
  }

  .quote-form label {
    font-size: 0.85rem;
  }

  .quote-form input,
  .quote-form textarea {
    font-size: 16px;
    padding: 10px 10px;
  }

  .custom-select-trigger {
    font-size: 16px;
    padding: 10px 32px 10px 10px;
  }

  .submit-btn {
    padding: 12px 20px;
    font-size: 0.93rem;
  }
}

@media (max-width: 600px) {
  .quote-section {
    padding: 60px 0;
  }

  .quote-section .container {
    padding: 0 16px;
  }

  .quote-hero {
    padding: 120px 20px 80px 20px;
    min-height: 60vh;
    margin-top: 0;
  }

  .quote-hero .hero-content {
    padding: 20px 15px 0;
  }

  .quote-hero h1 {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .quote-hero p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .quote-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .quote-form-container {
    padding: 22px 16px;
    border-left: 4px solid #137855;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  .quote-form-container h2 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: #137855;
  }

  .form-subtitle {
    font-size: 0.85rem;
    margin-bottom: 22px;
    color: #666;
  }

  .quote-form {
    gap: 14px;
  }

  .quote-form .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .quote-form label {
    font-size: 0.85rem;
    margin-bottom: 4px;
    font-weight: 600;
    color: #0f2920;
  }

  .quote-form input,
  .quote-form textarea {
    padding: 10px 11px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    transition: border-color 0.3s, box-shadow 0.3s;
  }

  .quote-form input:focus,
  .quote-form textarea:focus {
    outline: none;
    border-color: #137855;
    box-shadow: 0 0 0 2px rgba(19, 120, 85, 0.1);
  }

  .quote-form textarea {
    min-height: 65px;
    resize: vertical;
  }

  .custom-select-wrapper {
    width: 100%;
  }

  .custom-select {
    width: 100%;
  }

  .custom-select-trigger {
    padding: 10px 32px 10px 11px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    color: #0f2920;
    transition: all 0.3s ease;
  }

  .custom-select-trigger::after {
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #137855;
  }

  .custom-options {
    max-height: 240px;
    max-width: 100%;
    z-index: 1001;
    top: calc(100% + 3px);
    position: absolute;
    left: 0;
    right: 0;
  }

  .custom-option {
    padding: 10px 11px;
    font-size: 0.9rem;
    cursor: pointer;
  }

  .submit-btn {
    width: 100%;
    padding: 12px 24px;
    font-size: 0.93rem;
    margin-top: 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-sizing: border-box;
  }

  .quote-info-container {
    gap: 20px;
    width: 100%;
  }

  .quote-info-container > * {
    width: 100%;
  }

  .quote-benefits {
    padding: 24px 18px;
    border-radius: 10px;
    background: linear-gradient(135deg, #137855 0%, #0f2920 100%);
    color: #ffffff;
  }

  .quote-benefits h3 {
    color: #ccff00;
    font-size: 1.1rem;
    margin-bottom: 18px;
  }

  .quote-benefits .benefits-list {
    gap: 20px;
  }

  .quote-benefits .benefit-item {
    gap: 10px;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
  }

  .quote-benefits .benefit-number {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccff00;
    color: #0f2920;
    border-radius: 50%;
    flex-shrink: 0;
  }

  .quote-benefits .benefit-content h4 {
    color: #ccff00;
    font-size: 0.9rem;
    margin: 0 0 2px 0;
    font-weight: 600;
  }

  .quote-benefits .benefit-content p {
    color: #e0e0e0;
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.4;
  }

  .quick-contact {
    padding: 22px 18px;
    border-top: 4px solid #ccff00;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }

  .quick-contact h3 {
    color: #0f2920;
    font-size: 1.05rem;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .quick-contact > p {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 14px;
    display: block;
  }

  .quick-detail-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .quick-detail-item:last-child {
    margin-bottom: 0;
  }

  .quick-detail-item i {
    color: #137855;
    font-size: 1rem;
    min-width: 18px;
    margin-top: 2px;
  }

  .quick-detail-item strong {
    display: block;
    color: #0f2920;
    font-size: 0.85rem;
    margin-bottom: 2px;
    font-weight: 600;
  }

  .quick-detail-item p {
    margin: 0;
    color: #666;
    font-size: 0.8rem;
  }

  .quick-detail-item a {
    color: #137855;
    text-decoration: none;
    font-weight: 600;
  }
}

/* ===== CLEAN PROFESSIONAL DOCUMENT ===== */

.doc-container {
  background: #fff;
  max-width: 900px;
  margin: 40px auto;
  padding: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

/* Header */
.doc-header-section {
  padding: 60px 50px;
  text-align: center;
  background: #fff;
  border-bottom: 2px solid #1f9b4a;
}

.doc-logo {
  margin-bottom: 30px;
}

.doc-logo img {
  max-width: 100px;
  height: auto;
}

.doc-header-section h1 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
}

.doc-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin: 0 0 20px 0;
  font-weight: 400;
  letter-spacing: 1px;
}

.doc-divider {
  width: 80px;
  height: 1px;
  background: #1f9b4a;
  border: none;
  margin: 20px auto 30px;
}

.doc-contact-header {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
}

.doc-contact-header p {
  margin: 5px 0;
}

/* Main Section */
.doc-section {
  padding: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.doc-section:last-of-type {
  border-bottom: none;
}

.doc-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 25px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #1f9b4a;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.doc-section h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  margin: 20px 0 15px 0;
  letter-spacing: 0.5px;
}

.doc-section h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1f9b4a;
  margin: 15px 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.doc-section p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin: 0 0 15px 0;
  text-align: justify;
}

.doc-section p:last-of-type {
  margin-bottom: 0;
}

/* Tables */
.doc-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.95rem;
}

.doc-table tr {
  border-bottom: 1px solid #e9e9e9;
}

.doc-table tr:last-child {
  border-bottom: none;
}

.doc-table td {
  padding: 15px 20px;
  text-align: left;
  color: #333;
}

.doc-table td:first-child {
  width: 30%;
  font-weight: 600;
  color: #000;
}

.doc-table td:nth-child(2) {
  width: 20%;
}

/* Two Column */
.doc-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 30px 0 0 0;
}

.doc-two-col .col p {
  font-size: 0.95rem;
  margin: 10px 0 0 0;
}

/* Service List */
.doc-service-list {
  margin: 25px 0;
}

.service-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.service-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-item h4 {
  margin: 0 0 8px 0;
}

.service-item p {
  margin: 0;
  font-size: 0.95rem;
}

/* Checklist */
.doc-checklist {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 0;
}

.doc-checklist li {
  padding: 12px 0 12px 30px;
  position: relative;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.doc-checklist li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1f9b4a;
  font-weight: bold;
  font-size: 1.1rem;
}

/* Testimonials */
.doc-testimonial {
  padding: 25px;
  background: #f9f9f9;
  border-left: 4px solid #1f9b4a;
  margin: 25px 0;
}

.testimonial-quote {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  font-style: italic;
  margin: 0 0 12px 0;
}

.testimonial-author {
  font-size: 0.9rem;
  color: #555;
  font-weight: 600;
  margin: 0;
  font-style: normal;
}

/* Contact Details */
.doc-contact-details {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 25px;
  margin: 30px 0;
  font-size: 0.95rem;
  line-height: 1.8;
}

.doc-contact-details p {
  margin: 0 0 10px 0;
  text-align: left;
}

.doc-contact-details p:last-child {
  margin-bottom: 0;
}

/* Action Buttons */
.doc-action-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 40px 0 0 0;
  flex-wrap: wrap;
}

.doc-action-btn {
  padding: 12px 35px;
  background: #1f9b4a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 2px;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  border: 2px solid #1f9b4a;
}

.doc-action-btn:hover {
  background: #0f2920;
  border-color: #0f2920;
}

.doc-action-btn.btn-alt {
  background: transparent;
  color: #1f9b4a;
}

.doc-action-btn.btn-alt:hover {
  background: #f0f0f0;
}

.doc-footer-section {
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .doc-container {
    margin: 20px;
  }

  .doc-header-section {
    padding: 40px 30px;
  }

  .doc-header-section h1 {
    font-size: 1.8rem;
  }

  .doc-section {
    padding: 40px 30px;
  }

  .doc-section h2 {
    font-size: 1.2rem;
  }

  .doc-two-col {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .doc-table {
    font-size: 0.9rem;
  }

  .doc-table td {
    padding: 12px 15px;
  }

  .doc-action-buttons {
    flex-direction: column;
    align-items: center;
  }

  .doc-action-btn {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .doc-container {
    margin: 10px;
    box-shadow: none;
  }

  .doc-header-section {
    padding: 30px 20px;
  }

  .doc-logo img {
    max-width: 80px;
  }

  .doc-header-section h1 {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

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

  .doc-contact-header {
    font-size: 0.85rem;
  }

  .doc-section {
    padding: 30px 20px;
  }

  .doc-section h2 {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .doc-section h3 {
    font-size: 1rem;
  }

  .doc-section h4 {
    font-size: 0.9rem;
  }

  .doc-section p {
    font-size: 0.9rem;
    text-align: left;
  }

  .doc-two-col {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .doc-two-col .col p {
    font-size: 0.9rem;
  }

  .doc-table {
    font-size: 0.85rem;
  }

  .doc-table td {
    padding: 10px 12px;
  }

  .doc-testimonial {
    padding: 20px;
    margin: 20px 0;
  }

  .testimonial-quote {
    font-size: 0.9rem;
  }

  .testimonial-author {
    font-size: 0.85rem;
  }

  .doc-contact-details {
    padding: 20px;
    font-size: 0.9rem;
  }

  .doc-action-buttons {
    gap: 10px;
    margin: 30px 0 0 0;
  }

  .doc-action-btn {
    padding: 10px 25px;
    font-size: 0.85rem;
  }
}

/* ===== PORTFOLIO COMING SOON ===== */
.coming-soon-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f9f8;
  padding: 20px;
}

.coming-soon-section {
  width: 100%;
}

.coming-soon-content {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e3ebe7;
  border-radius: 10px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 41, 32, 0.08);
}

.coming-soon-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 155, 74, 0.1);
  color: #1f9b4a;
  font-size: 2rem;
}

.coming-soon-content h1 {
  color: #0f2920;
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.coming-soon-content p {
  color: #4a5f55;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

.coming-soon-sub {
  margin-top: 8px !important;
}

.coming-soon-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.coming-soon-actions .btn {
  min-width: 170px;
}

@media (max-width: 640px) {
  .coming-soon-page {
    padding: 16px;
  }

  .coming-soon-content {
    padding: 40px 22px;
  }

  .coming-soon-content h1 {
    font-size: 1.7rem;
  }

  .coming-soon-content p {
    font-size: 0.96rem;
  }

  .coming-soon-actions {
    flex-direction: column;
    align-items: center;
  }

  .coming-soon-actions .btn {
    width: 100%;
    max-width: 260px;
  }
}

/* ============================================
   GLOBAL HERO MOBILE RESPONSIVENESS
   ============================================ */
@media (max-width: 768px) {
  .contact-hero,
  .quote-hero {
    height: auto !important;
    min-height: clamp(380px, 62vh, 560px) !important;
    padding: clamp(96px, 14vw, 120px) 20px clamp(56px, 9vw, 80px) !important;
    background-position: center center;
  }

  .contact-hero .hero-content,
  .quote-hero .hero-content {
    max-width: min(92vw, 780px);
    margin: 0 auto;
  }

  .contact-hero h1,
  .quote-hero h1 {
    font-size: clamp(1.7rem, 6vw, 2.3rem);
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .contact-hero p,
  .quote-hero p {
    font-size: clamp(0.98rem, 3.6vw, 1.15rem);
    line-height: 1.5;
    margin-bottom: 22px;
  }
}

@media (max-width: 400px) {
  html body .hero,
  html body .solar-hero,
  html body .commercial-hero,
  html body .heatpump-hero,
  html body .electrical-hero,
  html body .faultfinding-hero,
  html body .evcharger-hero,
  html body .switchboard-hero,
  html body .camera-hero,
  html body .about-hero,
  html body .quote-hero,
  html body .contact-hero {
    margin-top: 0 !important;
    padding-top: 110px !important; /* topbar (38px) + header (72px) = 110px */
  }
  html body .hero__content,
  html body .solar-hero-content,
  html body .commercial-hero-content,
  html body .heatpump-hero-content,
  html body .electrical-hero-content,
  html body .faultfinding-hero-content,
  html body .evcharger-hero-content,
  html body .switchboard-hero-content,
  html body .camera-hero-content,
  html body .about-hero-content {
    padding-top: 16px !important;
    padding-bottom: 32px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  /* When nav is open, push hero content further down */
  .header-nav.open ~ .hero,
  .header-nav.open ~ .solar-hero,
  .header-nav.open ~ .commercial-hero,
  .header-nav.open ~ .heatpump-hero,
  .header-nav.open ~ .quote-hero,
  .header-nav.open ~ .contact-hero {
    padding-top: 180px !important;
  }
  .header-nav.open ~ .hero__content,
  .header-nav.open ~ .solar-hero-content,
  .header-nav.open ~ .commercial-hero-content,
  .header-nav.open ~ .heatpump-hero-content {
    padding-top: 48px !important;
  }

  /* Ensure hero image/content always starts below nav on home page */
  html body .hero {
    padding-top: 110px !important; /* topbar (38px) + header (72px) = 110px */
    margin-top: 0 !important;
  }
}