/* GLOBAL LAYOUT OVERRIDES START */
.commercial-new-page .fh {
  margin-bottom: 0;
}

.commercial-new-page .fh-bg {
  background-image: url('/assets/hero/commercial-new-images/Commercial-banner-bg.webp') !important;
  background-position: center right !important;
}

.commercial-new-page .fh-overlay {
  background: linear-gradient(90deg, rgba(16, 36, 69, 0.95) 0%, rgba(16, 36, 69, 0.85) 45%, rgba(16, 36, 69, 0.15) 100%) !important;
  opacity: 1 !important;
}

.commercial-new-page .fh-h1 span {
  color: #FFC70A !important;
}

.commercial-new-page .fh-inner {
  width: min(960px, 80%);
  max-width: 960px;
  gap: 36px;
}

.commercial-new-page .fh-btn-secondary img {
  width: 18px;
  height: 18px;
  transform: none;
  filter: invert(1);
}

.commercial-new-page section:not(.fh) {
  padding: 96px 6% !important;
}

.commercial-new-page section p.commercial-solar-solutions-built-for-australian-businesses-text,
.commercial-new-page section p.solar-solutions-designed-for-every-business-need-lead,
.commercial-new-page section p.find-battery-lead,
.commercial-new-page section p.smarter-solutions-text,
.commercial-new-page section p.vc-body-text,
.commercial-new-page section h2 + p {
  font-size: 18px !important;
  line-height: 1.65 !important;
}

.commercial-new-page section .commercial-solar-solutions-built-for-australian-businesses-bullet span,
.commercial-new-page section .solar-solutions-designed-for-every-business-need-card-content p,
.commercial-new-page section .why-choose-item-text,
.commercial-new-page section .vc-install-step-text p,
.commercial-new-page section h3 + p,
.commercial-new-page section h4 + p {
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.commercial-new-page section .spec-item,
.commercial-new-page section .price-prefix,
.commercial-new-page section .package-rebate-tag span,
.commercial-new-page section .package-badge,
.commercial-new-page section .package-number {
  font-size: 14px !important;
}

@media (min-width: 993px) {
  .commercial-new-page h2 {
    font-size: 44px !important;
    font-weight: 600 !important;
  }
}

@media (max-width: 768px) {
  .commercial-new-page section:not(.fh) {
    padding: 64px 5% !important;
  }
}
/* GLOBAL LAYOUT OVERRIDES END */

/* HERO BANNER START */
.commercial-new-page .fh-deco-lines {
  display: none !important;
}

.fh-trust-bar {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 10px;
  animation: fadeUp .8s .4s ease both;
}

.fh-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fh-trust-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.16px;
  line-height: 1.25;
  white-space: normal;
}

.fh-trust-icon {
  display: block;
  flex-shrink: 0;
}

.fh-trust-divider {
  width: 2px;
  height: 38px;
  background-color: #FFC70A;
  opacity: 1;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .commercial-new-page .fh-inner {
    width: auto;
    max-width: none;
  }

  .fh-trust-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
    margin-top: 5px;
  }

  .fh-trust-divider {
    display: none;
  }

  .fh-trust-text {
    font-size: 15px;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .fh-trust-bar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fh-trust-text {
    font-size: 14px;
  }
}
/* HERO BANNER END */

/* COMMERCIAL SOLAR SOLUTIONS START */
.commercial-solar-solutions-built-for-australian-businesses {
  position: relative;
  padding: 96px 6%;
  background: #ffffff;
  overflow: hidden;
}

.commercial-solar-solutions-built-for-australian-businesses-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 30%);
  height: auto;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}

.commercial-solar-solutions-built-for-australian-businesses-container {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.commercial-solar-solutions-built-for-australian-businesses-img-block {
  flex: 1;
  position: relative;
}

.commercial-solar-solutions-built-for-australian-businesses-main-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08);
}

.commercial-solar-solutions-built-for-australian-businesses-content {
  flex: 1.1;
}

.commercial-solar-solutions-built-for-australian-businesses-eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #FFC70A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.commercial-solar-solutions-built-for-australian-businesses-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 24px;
}

.commercial-solar-solutions-built-for-australian-businesses-text {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: #596475;
  margin-bottom: 32px;
}

.commercial-solar-solutions-built-for-australian-businesses-bullets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.commercial-solar-solutions-built-for-australian-businesses-bullet {
  display: flex;
  align-items: center;
  gap: 12px;
}

.commercial-solar-solutions-built-for-australian-businesses-bullet svg {
  flex-shrink: 0;
}

.commercial-solar-solutions-built-for-australian-businesses-bullet span {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: var(--dark);
}
/* COMMERCIAL SOLAR SOLUTIONS END */

/* COMMERCIAL SOLAR SOLUTIONS WE OFFER START */
.solar-solutions-designed-for-every-business-need {
  padding: 96px 6%;
  background: var(--cream);
}

.solar-solutions-designed-for-every-business-need-container {
  max-width: 1380px;
  margin: 0 auto;
}

.solar-solutions-designed-for-every-business-need-header {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.solar-solutions-designed-for-every-business-need-eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #FFC70A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.solar-solutions-designed-for-every-business-need-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 40px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 20px;
}

.solar-solutions-designed-for-every-business-need-lead {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: #596475;
}

.solar-solutions-designed-for-every-business-need-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (min-width: 993px) {
  .solar-solutions-designed-for-every-business-need-card:last-child:nth-child(3n - 2) {
    grid-column: 2;
  }
}

.solar-solutions-designed-for-every-business-need-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: transform 0.25s, box-shadow 0.25s;
}

.solar-solutions-designed-for-every-business-need-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.solar-solutions-designed-for-every-business-need-card-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.solar-solutions-designed-for-every-business-need-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.solar-solutions-designed-for-every-business-need-card-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
}

.solar-solutions-designed-for-every-business-need-card-content p {
  font-family: var(--font-sans);
  font-size: 14px;
  color: #596475;
  line-height: 1.5;
}
/* COMMERCIAL SOLAR SOLUTIONS WE OFFER END */

/* BATTERY PACKAGES START */
.find-battery_sec {
  background: #F6F6F6;
  padding: 96px 6%;
}

.find-battery-container {
  max-width: 1380px;
  margin: 0 auto;
}

.find-battery-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  gap: 40px;
}

.find-battery-top-left {
  flex: 1.2;
  max-width: 680px;
}

.find-battery-top-right {
  flex: 1;
  max-width: 520px;
}

.find-battery-eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #FFC70A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.find-battery-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

.find-battery-lead {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: #596475;
}

.find-battery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.package-card {
  background: var(--cream);
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.package-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.package-number {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: #596475;
}

.package-badge {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-orange {
  background: #FFC70A;
  color: #090909;
}

.package-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 28px;
  line-height: 1.15;
}

.package-specs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
  margin-bottom: 32px;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 14px;
  color: #232820;
  font-weight: 500;
}

.spec-check {
  flex-shrink: 0;
}

.package-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 24px;
}

.price-prefix {
  font-family: var(--font-sans);
  font-size: 14px;
  color: #596475;
  font-weight: 600;
}

.price-val {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: var(--dark);
}

.package-rebate-tag {
  background: #FFFDF5;
  border: 1px solid #FFEBB0;
  border-radius: 100px;
  padding: 8px 16px;
  margin-bottom: 28px;
  align-self: flex-start;
  max-width: 100%;
}

.package-rebate-tag span {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #A37E19;
}

.package-image-block {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: auto;
  height: 260px;
}

.package-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.package-image-block .package-cta-btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  margin-top: 0;
}

.package-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  background: #FFC70A;
  color: #090909;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  margin-top: auto;
  border: none;
  cursor: pointer;
}

.package-cta-btn:hover {
  background: #f0bb00;
  transform: translateY(-2px);
}

.package-cta-arrow {
  flex-shrink: 0;
}
/* BATTERY PACKAGES END */

@media (max-width: 992px) {
  .commercial-solar-solutions-built-for-australian-businesses-container {
    flex-direction: column;
    gap: 40px;
  }

  .commercial-solar-solutions-built-for-australian-businesses-img-block,
  .commercial-solar-solutions-built-for-australian-businesses-content {
    flex: none;
    width: 100%;
  }

  .solar-solutions-designed-for-every-business-need-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .find-battery-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }

  .find-battery-top-left,
  .find-battery-top-right {
    max-width: none;
    width: 100%;
  }

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

@media (max-width: 768px) {
  .commercial-solar-solutions-built-for-australian-businesses,
  .solar-solutions-designed-for-every-business-need,
  .find-battery_sec {
    padding: 64px 5%;
  }

  .solar-solutions-designed-for-every-business-need-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .commercial-solar-solutions-built-for-australian-businesses-bullets {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solar-solutions-designed-for-every-business-need-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .solar-solutions-designed-for-every-business-need-card {
    padding: 20px;
    gap: 16px;
  }

  .package-card {
    padding: 28px;
  }

  .package-title {
    font-size: 26px;
  }

  .package-specs-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .package-image-block {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .package-rebate-tag {
    border-radius: 12px;
    align-self: stretch;
  }

  .price-val {
    font-size: 32px;
  }
}

/* BENEFITS & WHY CHOOSE VOLTARIS ENERGY START */

/* Section 6 (Why Businesses Choose Voltaris Energy) */
.why-businesses-choose-voltaris-energy {
  padding: 96px 6%;
  background: #F5F8FA;
}

.why-businesses-choose-voltaris-energy-container {
  max-width: 1380px;
  margin: 0 auto;
}

.why-businesses-choose-voltaris-energy-top {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 72px;
}

.why-businesses-choose-voltaris-energy-top-content {
  flex: 1.1;
}

.why-businesses-choose-voltaris-energy-eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #FFC70A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.why-businesses-choose-voltaris-energy-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 24px;
}

.why-businesses-choose-voltaris-energy-text {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: #596475;
}

.why-businesses-choose-voltaris-energy-top-img {
  flex: 1;
  max-width: 580px;
}

.why-businesses-choose-voltaris-energy-top-img img {
  width: 100%;
  height: auto;
  display: block;
}

.why-businesses-choose-voltaris-energy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 96px;
  row-gap: 48px;
}
.why-businesses-choose-voltaris-energy .why-choose-item-icon{
    width: 64px;
    height: 64px;

}

@media (min-width: 993px) {
  .why-businesses-choose-voltaris-energy-grid .why-choose-item:not(:nth-child(3n))::after {
    content: '';
    position: absolute;
    right: -48px;
    top: 10%;
    height: 80%;
    border-right: 2px dashed #FFC70A;
    opacity: 0.8;
  }
}

@media (max-width: 992px) {
  .why-businesses-choose-voltaris-energy-top {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 48px;
  }

  .why-businesses-choose-voltaris-energy-top-content,
  .why-businesses-choose-voltaris-energy-top-img {
    width: 100%;
    max-width: none;
  }

  .why-businesses-choose-voltaris-energy-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 40px;
  }
}

@media (max-width: 768px) {
  .why-businesses-choose-voltaris-energy {
    padding: 64px 5%;
  }
}

@media (max-width: 600px) {
  .why-businesses-choose-voltaris-energy-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}


/* Section 5 (Why Commercial Solar Makes Smart Business Sense) */
.why-commercial-solar-makes-smart-business-sense {
  padding: 96px 6%;
  background: #FFFFFF;
}

.why-commercial-solar-makes-smart-business-sense-container {
  max-width: 1380px;
  margin: 0 auto;
}

.why-commercial-solar-makes-smart-business-sense-header {
  text-align: left;
  max-width: 100%;
  margin-bottom: 56px;
}

.why-commercial-solar-makes-smart-business-sense-eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #FFC70A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.why-commercial-solar-makes-smart-business-sense-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 24px;
}

.why-commercial-solar-makes-smart-business-sense-lead {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: #596475;
}

.why-commercial-solar-makes-smart-business-sense-body {
  display: flex;
  gap: 48px;
  align-items: center;
}

.why-commercial-solar-makes-smart-business-sense-img {
  flex: 1;
  max-width: 400px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.why-commercial-solar-makes-smart-business-sense-img img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  display: block;
}

.why-commercial-solar-makes-smart-business-sense-grid {
  flex: 1.25;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.benefit-card {
  background: #F5F7FA;
  border-radius: 16px;
  padding: 20px 20px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.25s, box-shadow 0.25s;
}

.benefit-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(16, 36, 69, 0.08);
}

.benefit-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
}

.benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.benefit-content {
  flex-grow: 1;
}

.benefit-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 8px 0;
}

.benefit-content p {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
  color: #596475;
  margin: 0;
}

@media (max-width: 1200px) {
  .why-commercial-solar-makes-smart-business-sense-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .why-commercial-solar-makes-smart-business-sense-body {
    flex-direction: column;
    gap: 40px;
  }

  .why-commercial-solar-makes-smart-business-sense-img,
  .why-commercial-solar-makes-smart-business-sense-grid {
    width: 100%;
    max-width: none;
  }
  
  .why-commercial-solar-makes-smart-business-sense-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-commercial-solar-makes-smart-business-sense {
    padding: 64px 5%;
  }
}

@media (max-width: 600px) {
  .why-commercial-solar-makes-smart-business-sense-grid {
    grid-template-columns: 1fr;
  }
  
  .benefit-card {
    padding: 20px;
    gap: 16px;
  }
}
/* BENEFITS & WHY CHOOSE VOLTARIS ENERGY END */

/* GOVERNMENT REBATES AND FINANCE OPTIONS START */
.battery-rebates_sec {
  position: relative;
  background:  
              url('/assets/hero/residential-new-images/Save%20Thousands%20With%20Battery%20Rebates.webp') no-repeat center/cover;
  color: #ffffff;
  padding: 96px 6%;
  overflow: hidden;
}

.battery-rebates-container {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.battery-rebates-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.battery-rebates-eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #FFC70A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.battery-rebates-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 24px;
}

.battery-rebates-lead {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}

.rebates-carousel-wrapper {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 50px;
}

.rebates-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
  padding: 16px 0;
  margin-bottom: 54px;
}

.rebates-carousel::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome/Safari/Edge */
}

.rebates-carousel .battery-rebate-card {
  position: relative;
  flex: 0 0 calc(33.333% - 16px); /* 3 cards visible on screen first */
  min-width: 280px;
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 28px;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 0.25s, box-shadow 0.25s;
}

@media (max-width: 900px) {
  .rebates-carousel-wrapper {
    padding: 0 15px 70px 15px;
  }
  .rebates-carousel .battery-rebate-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 600px) {
  .rebates-carousel .battery-rebate-card {
    flex: 0 0 85%;
  }
}

.battery-rebate-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.battery-rebate-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
}

.battery-rebate-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.battery-rebate-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
  margin-top: 0;
}

.battery-rebate-card p {
  font-family: var(--font-sans);
  font-size: 16px;
  color: #596475;
  line-height: 1.55;
  margin: 0;
}

.battery-rebates-btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 56px;
  flex-wrap: wrap;
}

.battery-rebates-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  background: #FFC70A;
  color: #090909;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(255, 199, 10, 0.3);
}

.battery-rebates-btn:hover {
  background: #f0bb00;
  transform: translateY(-2px);
}

.battery-rebates-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  background: transparent;
  color: #ffffff;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  border: 2px solid #ffffff;
  cursor: pointer;
}

.battery-rebates-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.battery-rebates-arrow {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.battery-rebates-btn:hover .battery-rebates-arrow,
.battery-rebates-btn-secondary:hover .battery-rebates-arrow {
  transform: translateX(4px);
}

@media (max-width: 1100px) {
  .battery-rebates-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .battery-rebates-grid::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .battery-rebates-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* GOVERNMENT REBATES AND FINANCE OPTIONS END */

/* RECENT COMMERCIAL PROJECTS START */
.commercial-solar-installations-we-are-proud-of {
  background: #FFFFFF;
  padding: 96px 6%;
  position: relative;
  overflow: hidden;
}

.commercial-solar-installations-we-are-proud-of-deco {
  position: absolute;
  left: -434px;
  top: -35px;
  opacity: 0.3;
  pointer-events: none;
  width: 600px;
}

.commercial-solar-installations-we-are-proud-of-inner {
  max-width: 1293px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.commercial-solar-installations-we-are-proud-of-eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #FFC70A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.commercial-solar-installations-we-are-proud-of-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 24px;
}

.commercial-solar-installations-we-are-proud-of-lead {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.65;
  color: #596475;
  margin-bottom: 56px;
}

.commercial-solar-installations-we-are-proud-of-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.project-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  border: 1px solid #EAEFF2;
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}

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

.project-card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.project-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.project-card:hover .project-card-image img {
  transform: scale(1.05);
}

.project-card-content {
  padding: 28px 32px 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.project-type {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  color: #FFC70A;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: inline-block;
}

.project-card-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 16px 0;
}

.project-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  border-top: 1px solid #EAEFF2;
  padding-top: 16px;
}

.detail-item {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-sans);
  font-size: 15px;
  color: #596475;
}

.detail-item strong {
  color: var(--dark);
  font-weight: 600;
}

.detail-item .savings {
  color: #03a9f4;
  font-weight: 700;
}

@media (max-width: 850px) {
  .commercial-solar-installations-we-are-proud-of-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* RECENT COMMERCIAL PROJECTS END */

/* CUSTOMER TESTIMONIALS START */
.what-our-clients-are-saying {
  background: #F5F8FA;
  padding: 96px 6%;
  position: relative;
  overflow: hidden;
}

.what-our-clients-are-saying-inner {
  max-width: 1293px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.what-our-clients-are-saying-eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #FFC70A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.what-our-clients-are-saying-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 24px;
}

.what-our-clients-are-saying-lead {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.65;
  color: #596475;
  margin-bottom: 56px;
}

.what-our-clients-are-saying-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 38px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: transform 0.25s, box-shadow 0.25s;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.testimonial-card-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-name {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--dark);
  margin-bottom: 6px;
}

.testimonial-stars {
  color: #FFC70A;
  font-size: 20px;
  letter-spacing: 1px;
}

.testimonial-quote {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: #596475;
  margin: 0;
}

@media (max-width: 850px) {
  .what-our-clients-are-saying-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .testimonial-card {
    padding: 28px;
  }
}
/* CUSTOMER TESTIMONIALS END */

/* SERVICE AREAS START */
.commercial-new-page .vc-where-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #090909;
  margin-bottom: 8px;
}

.vc-where-card {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    padding: 20px 20px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    min-width: 0px;
}

@media (min-width: 993px) {
  .commercial-new-page .vc-where-cards {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
/* SERVICE AREAS END */

/* OUR INSTALLATION PROCESS START */
.commercial-new-page .vc-install-step-text h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #090909;
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .commercial-new-page .vc-install-step-text h3 {
    font-size: 16px;
  }
}
/* OUR INSTALLATION PROCESS END */

/* INDUSTRIES CAROUSEL START */
.industries-carousel-wrapper {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 50px;
}

.industries-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Hide scrollbar in Firefox */
  padding: 16px 0;
}

.industries-carousel::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome/Safari/Edge */
}

.industry-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height:270px; /* Slightly taller to accommodate always-visible descriptions comfortably */
  cursor: pointer;
  flex: 0 0 calc(33.333% - 16px); /* 3 cards visible on screen first */
  min-width: 280px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.industry-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(16, 36, 69, 0.95) 0%, rgba(16, 36, 69, 0.5) 70%, transparent 100%);
  transition: background 0.3s ease;
}

.industry-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.industry-card-content h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.industry-card-content p {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 10px;
  opacity: 1; /* Content descriptions are always visible */
  max-height: none;
  overflow: visible;
}

.industry-card:hover {
  transform: translateY(-4px);
  /* box-shadow: 0 12px 30px rgba(16, 36, 69, 0.25); */
}

.industry-card:hover img {
  transform: scale(1.05);
}

.industry-card:hover .industry-card-overlay {
  background: linear-gradient(to top, rgba(16, 36, 69, 0.98) 0%, rgba(16, 36, 69, 0.7) 100%);
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #EAEFF2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: var(--dark);
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s, border-color 0.25s, color 0.25s;
}

.carousel-btn:hover {
  background: #FFC70A;
  color: #090909;
  border-color: #FFC70A;
  box-shadow: 0 6px 16px rgba(255, 199, 10, 0.35);
  transform: translateY(-50%) scale(1.05);
}

.prev-btn {
  left: -15px;
}

.next-btn {
  right: -15px;
}

@media (max-width: 900px) {
  .industries-carousel-wrapper {
    padding: 0 15px 70px 15px; /* Room for bottom buttons */
  }
  .carousel-btn {
    top: auto;
    bottom: 12px;
    transform: none;
    width: 44px;
    height: 44px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  .carousel-btn svg {
    width: 18px;
    height: 18px;
  }
  .prev-btn {
    left: auto;
    right: calc(50% + 10px);
  }
  .next-btn {
    left: calc(50% + 10px);
    right: auto;
  }
  .industry-card {
    flex: 0 0 calc(50% - 12px); /* 2 cards on tablet */
  }
}

@media (max-width: 600px) {
  .industry-card {
    flex: 0 0 85%; /* 1.15 cards on mobile */
  }
}
/* INDUSTRIES CAROUSEL END */

/* GET A FREE QUOTE START */

 .vc-cta {
    background: #ffffff;
}
 
@media (min-width: 993px) {
  .commercial-new-page .vc-cta-content {
    max-width: 700px !important;
  }
}
/* GET A FREE QUOTE END */

/* ── NEW CONTACT PAGE STYLES ── */
.contact-new-page .fh-bg {
  background-image: url('https://images.unsplash.com/photo-1523217582562-09d0def993a6?w=1920&q=90') !important;
  background-position: center !important;
}

.contact-main-section {
  padding: 96px 6% !important;
  background: var(--cream);
}

.contact-main-container {
  max-width: 1380px;
  margin: 0 auto;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 992px) {
  .contact-main-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .contact-main-section {
    padding: 64px 5% !important;
  }
}

.contact-eyebrow {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: #FFC70A;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.25;
  margin-bottom: 24px;
}

.contact-h2 span {
  color: #FFC70A;
}

.contact-lead-text {
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.65;
  color: #596475;
  margin-bottom: 36px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 36px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #FFC70A;
  color: #090909;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255, 199, 10, 0.2);
}

.contact-info-icon i {
  font-size: 18px;
  color: #090909;
}

.contact-info-text strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 4px;
}

.contact-info-text a,
.contact-info-text span {
  font-family: var(--font-sans);
  font-size: 15px;
  color: #596475;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-info-text a:hover {
  color: #FFC70A;
}

.contact-info-text .time-info {
  font-size: 13px;
  color: #757870;
  margin-top: 4px;
}

.accreditations-block {
  background: #ffffff;
  border: 1px solid #EAEFF2;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.accreditations-block h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--dark);
  margin-bottom: 16px;
}

.accreditations-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.accreditation-badge {
  padding: 8px 16px;
  background: #F5F8FA;
  border: 1px solid #EAEFF2;
  border-radius: 100px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: #596475;
  transition: all 0.2s;
}

.accreditation-badge:hover {
  background: #FFC70A;
  color: #090909;
  border-color: #FFC70A;
}

.form-card {
  background: #ffffff;
  border: 1px solid #EAEFF2;
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.04);
}

.form-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}

.form-card-sub {
  font-family: var(--font-sans);
  font-size: 14px;
  color: #596475;
  margin-bottom: 8px;
}

.form-card .vf-form {
  margin: 0;
  padding-top: 16px;
}

.form-card .vf-section {
  margin-bottom: 24px;
}

.form-card .vf-section:last-of-type {
  margin-bottom: 8px;
}

.form-card .vf-submit-gold {
  background: #ffc70a;
  color: #090909;
  border-radius: 9999px;
  font-family: 'Space Grotesk', sans-serif;
}

.form-card .vf-submit-gold:hover {
  background: #f0bb00;
}

.form-card .vf-submit-gold:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.form-card:has(.form-success.show) h3,
.form-card:has(.form-success.show) .form-card-sub {
  display: none;
}

.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: var(--dark);
  margin-bottom: 8px;
  letter-spacing: 0.2px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 18px;
  background: #F5F8FA;
  color: var(--dark);
  border: 1px solid #EAEFF2;
  border-radius: 12px;
  font-family: var(--font-sans);
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.01);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #FFC70A;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(255, 199, 10, 0.15);
}

.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23596475' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  padding-right: 40px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.fr2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 600px) {
  .fr2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .form-card {
    padding: 28px 20px;
  }
  .form-card .vf-grid,
  .form-card .vf-check-grid {
    grid-template-columns: 1fr;
  }
}

.f-submit {
  width: 100%;
  padding: 16px;
  background: #090909;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-top: 12px;
  box-shadow: 0 4px 12px rgba(9, 9, 9, 0.15);
}

.f-submit:hover {
  background: #FFC70A;
  color: #090909;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 199, 10, 0.3);
}

.form-privacy-note {
  font-family: var(--font-sans);
  font-size: 12px;
  text-align: center;
  color: #757870;
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.form-success {
  display: none;
  text-align: center;
  padding: 40px 32px;
  background: #FFFDF5;
  border: 1px solid #FFEBB0;
  border-radius: 20px;
  margin-top: 16px;
  box-shadow: 0 8px 24px rgba(255, 199, 10, 0.05);
}

.form-success.show {
  display: block;
  animation: scaleIn 0.4s ease both;
}

.form-success h4 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}

.form-success p {
  font-family: var(--font-sans);
  font-size: 15px;
  color: #596475;
  line-height: 1.6;
}

.success-icon {
  margin-bottom: 20px;
  display: inline-block;
}

.success-icon i {
  font-size: 54px;
  color: #FFC70A;
}
/* Crisp icon rendering */
.vc-why-card-icon img,
.vc-unlock-tile-icon img,
.vc-rebates-card-icon img,
.vc-install-step-icon img,
.vc-brand-card img,
.vc-where-card-icon img,
.vc-trust-card img,
.why-choose-item-icon,
.unlock-potential-card-icon img,
.benefit-icon img,
.battery-rebate-icon img,
.fh-trust-item img{
  object-fit:contain;
  image-rendering:auto;
}
