html {
  overflow-y: scroll;
}

section.hero-section-bg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.dropdown-icon-block {
  min-width: 25px;
  display: inline-block;
}
.header-area.header-area-custom {
  position: relative !important;
  top: auto !important;
  width: auto !important;
  left: 0 !important;
  z-index: auto !important;
}
.header-top-bottom-space {
  padding-bottom: 80px;
}
.overlay-btn img,
.btn-callto-link img {
  transition: transform 0.3s ease;
}

.overlay-btn:hover img,
.btn-callto-link:hover img {
  transform: translateX(3px); /* Move 3px to the right */
}
@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
  }

  .dropdown:hover .dropdown-menu,
  .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.pr30 {
  padding-right: 30px !important;
}
.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt100 {
  margin-top: 100px;
}
.mr60 {
  margin-right: 60px;
}
.brdr-btm-0 {
  border-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb1rem {
  margin-bottom: 1rem;
}
.gap15 {
  gap: 15px;
}
.gap24 {
  gap: 24px;
}
.hero-title-bottom-space {
  margin-bottom: 40px;
}
.section-row {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #252525;
}
.section-row-custom {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.section-row-bg-01 {
  background-color: #f5f2ed;
}
.section-row .section-title {
  color: #c23f3a;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%; /* 52.8px */
  margin-bottom: 48px;
}
.section-row .section-subtitle {
  color: #c23f3a;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.inner-section-two-column {
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 24px;
}
.column-with-border {
  flex: 1;
  min-width: 0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 32px;
  background: #fff;
}

.partner-list li {
  font-family: "Satoshi-Bold";
  color: #252525;
  font-size: 13px;
  font-style: normal;
  break-inside: avoid;
  margin-bottom: 0.75rem;
}
.partner-list li span {
  color: #616161;
  font-family: "Satoshi-Regular";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 16.5px */
  display: block;
}

.inner-section-two-column-gap {
  gap: 64px;
}
.sectors-section-subtitle {
  font-family: "Satoshi-Bold";
  color: #c23f3a;
  font-size: 30px;
  margin-bottom: 24px;
}
.sectors-section-thrid-subtitle {
  font-family: "Satoshi-Bold";
  color: #8a6f63;
  font-size: 16px;
  line-height: 120%; /* 19.2px */
}
ul.sectors-section-list {
  padding-left: 25px;
}
ul.sectors-section-list li {
  list-style-type: disc;
  font-family: "Satoshi-Regular";
  font-size: 16px;
  line-height: 140%; /* 19.2px */
}
.sectors-section-row-custom {
  padding-top: 64px !important;
  padding-bottom: 0 !important;
}
.sectors-section-row-custom .text {
  font-size: 16px;
  color: #252525;
}
.sectors-column-with-bg {
  border-radius: 16px;
  background: #f5f2ed;
  padding: 20px;
}
.sectors-column-with-bg p:last-child {
  margin-bottom: 0;
}
.call-to-action-section {
  padding: 48px 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, #0b1220 0%, #c23f3a 100%);
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.15);
  display: none !important;
}
.call-to-action-section .title {
  font-family: "Satoshi-Bold";
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 120%; /* 38.4px */
  letter-spacing: -1px;
  margin-bottom: 48px;
}
.call-to-action-section .btn-callto-link {
  border-radius: 999px;
  min-width: 150px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
  font-family: "Satoshi-Bold";
  color: #c23f3a;
  font-size: 16px;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}
.btn-callto-link .text {
  color: #c23f3a !important;
}
.call-to-action-section .btn-callto-link .d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sector-block-box-brdr {
  border-radius: 16px;
  border: 1px solid #8a6f63;
  background: #f5f2ed;
  padding: 20px;
}
.electricity-solution-row {
  gap: 24px;
}
.sector-block-box-brdr p:last-child {
  margin-bottom: 0;
}
.text-red-italic {
  color: #c23f3a !important;
  font-style: italic;
}
.text-bold {
  font-family: "Satoshi-Bold";
}
.sector-block-box-brdr.sector-block-box-style2 {
  background-color: transparent !important;
}
.sector-block-box-style2 .text {
  font-size: 14px !important;
}
.sector-block-box-style2 img {
  margin-bottom: 25px;
}
.sector-opportunities-title {
  margin-top: 80px;
  margin-bottom: 80px;
  color: #c23f3a;
  font-size: 30px;
  font-family: "Satoshi-Bold";
}
.sector-opportunities {
  background: #ffffff;
}
.opportunity-card .card-tag span {
  font-size: 16px !important;
}
.overlay-btn img {
  width: 16px;
  height: auto;
}
.overlay-btn .readmore {
  display: inline-block;
  margin-right: 10px;
}
.sector-opportunities {
  margin-bottom: 80px;
}
.subscribe-btn {
  display: inline-flex;
  height: 48px;
  padding: 13px 26px;
  align-items: center;
  border-radius: 30px;
  background: #fff;
  color: #252525;
  font-family: Satoshi;
  font-size: 16px;
  max-width: 460px;
  cursor: pointer;
}
.subscribe-btn a {
  color: #252525;
}
.subscribe-btn img {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.subscribe-btn:hover img {
  transform: translateX(3px); /* Move 3px to the right */
}
.home-banner {
  min-height: 960px !important;
}
.envsocialbenifits-icon {
  font-family: "Satoshi-Bold";
  color: #c23f3a;
  font-size: 14px;
}
.envsocialbenifits-icon img {
  margin-right: 12px;
}
.envsocialbenifits-icon span {
  margin-right: 16px;
}
@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
  section.hero-section-bg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .header-top-bottom-space {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .hero-section-logos {
    justify-content: space-between !important;
  }
  .hero-section-logos img {
    max-width: 120px;
    margin-right: 0 !important;
  }
  .inner-section-two-column {
    flex-direction: column !important;
  }
  .column-with-border {
    flex: none !important;
  }
  .section-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .section-row-custom {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .section-row .section-title {
    font-size: 32px;
    line-height: 110%; /* 35.2px */
  }
  .inner-section-two-column-gap {
    flex-direction: column !important;
    gap: 24px !important;
  }
  .btn-callto-link {
    flex-direction: column !important;
    gap: 24px !important;
  }
  .electricity-solution-row {
    flex-direction: column !important;
    gap: 24px !important;
  }
  .sector-opportunities-title {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .sectors-section-subtitle {
    margin-bottom: 40px;
  }
  .hero-icon-block {
    display: none;
  }
  .hero-title {
    text-align: left;
  }
  .faq-banner h1 {
    font-size: 36px;
  }
  .hero-faq-description {
    margin-top: 0;
  }
  .home-banner {
    height: auto !important;
    min-height: auto !important;
  }
  /* .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px !important;
  } */
}
