/* ========================================
   GLOBAL STYLES
   ======================================== */

* {
  font-family: "DM Sans", sans-serif;
}

body {
  font-family: DM Sans;
}

#main_content {
  overflow: hidden;
}

.esg-title {
  font-size: 40px;
  font-weight: 700;
}

.esg-subtitle {
  font-size: 24px;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #369e48;
}

a:hover {
  text-decoration: underline;
}

/* ========================================
   HEADER & NAVIGATION STYLES
   ======================================== */

.esg_header {
  background: #fff;
  padding: 8px 30px;
  position: relative;
  z-index: 999;
}

a.nav-link {
  text-align: center;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.esg_logo {
  width: 230px;
  height: auto;
  display: block;
}

.hamburger_icon {
  width: 20px;
  height: 20px;
}

.menu_links li {
  position: relative;
}

.menu_links li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  color: #282828;
  transition: 0.3s;
}

.menu_links li a:hover {
  color: #369e48;
}

.menu_links li a.active {
  color: #369e48;
}


/* ========================================
   DROPDOWN MENU STYLES
   ======================================== */

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  padding: 0;
  list-style: none;
  transition: all 0.3s ease;
  display: none !important;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  margin-top: 8px;
}

.dropdown-menu[data-bs-popper] {
  position: absolute;
}

.dropdown-menu.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu li {
  padding: 0;
}

.dropdown-menu li a {
  font-size: 14px;
  color: #282828;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  transition: all 0.2s ease;
}

.dropdown-menu li a:hover {
  background-color: #f5f5f5;
  color: #369e48;
  padding-left: 18px;
}

.dropdown-menu li:hover {
  background: transparent;
}


/* ========================================
   CALL TO ACTION BUTTON
   ======================================== */

.call_button {
  background: #269b40;
  font-weight: 500;
  font-size: 18px;
  color: #ffff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 50px;
}

.call_button img {
  width: 18px;
  height: 20px;
}

.esg_header {
  background: #fff;
  padding: 8px 50px;
}

body {
  font-family: DM Sans;
}

.navbar {
  gap: 10px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.esg_logo {
  width: 220px;
  height: auto;
  flex-shrink: 0;
}

.hamburger_icon {
  width: 20px;
  height: 20px;
}

.menu_links {
  gap: 15px;
}

.menu_links li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  color: #282828;
  transition: 0.3s;
}

.menu_links li a:hover {
  color: #369e48;
}

.menu_links li a.active {
  color: #369e48;
}

.esg_dropdown {
  position: relative;
}

.dropdown-menu {
  top: 100%;
  background: #fff;
  min-width: 180px;
  padding: 8px 0;
  list-style: none;
  transition: 0.3s;
}

.dropdown-menu li {
  padding: 8px 15px;
}

.dropdown-menu li a {
  font-size: 14px;
  color: #333;
}

.dropdown-menu li:hover {
  background: #f5f5f5;
}

.call_button {
  padding: 10px 18px;
  font-size: 14px;
  background: #269b40;
  font-weight: 500;
  color: #ffff;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: 25px;
}

.call_button img {
  width: 18px;
  height: 20px;
}

.dropdown-item:active,
.dropdown-item:focus {
  background-color: transparent;
  color: #369e48;
  box-shadow: none;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
  color: #369e48;
}

.navbar-nav li {
  white-space: nowrap;
}

/* footer */
.esg_footer {
  background: #ffffff;
  font-family: Arial, sans-serif;
  padding: 45px 50px;
  overflow: hidden;
}

.footer_logo {
  width: 250px;
}

.footer_title {
  font-size: 20px;
  font-weight: 700;
}

.footer_title::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #28a745;
  margin-top: 5px;
}

.social_icon {
  color: #369e48;
  font-size: 22px;
}

.follow_us_title {
  font-size: 18px;
  margin-top: 80px;
}

.footer_links {
  list-style: none;
  text-decoration: none;
  line-height: 2.1;
}

.footer_links a {
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

.footer_location_links {
  list-style: none;
  text-decoration: none;
  line-height: 3;
}

.footer_location_links a {
  font-size: 15px;
  cursor: pointer;
  line-height: 1.8;
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

.footer_bottom {
  font-size: 14px;
  border-top: 2px solid #e3e3e3;
  padding-top: 30px;
}

.priacy-policy-link a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

@media (max-width: 1290px) and (min-width: 1200px) {
  .menu_links li a {
    font-size: 14px;
  }

  .menu_links {
    gap: 10px;
  }

  .esg_logo {
    width: 180px;
  }

  .call_button {
    padding: 8px 14px;
    font-size: 13px;
  }

  .call_button {
    font-size: 13px;
    margin-left: 50px;
  }
}

@media (max-width: 1200px) {
  .call_button {
    font-size: 13px;
    margin-left: 0;
  }

  .call_button img {
    width: 12px;
    height: 15px;
  }

  .esg_logo {
    width: 150px;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu_links {
    width: 100%;
    gap: 0;
  }

  .menu_links li {

    display: block;
  }

  .menu_links li a {
    display: block;
    width: 100%;
    font-size: 12px;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    float: none;
    margin: 0;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .footer_title {
    font-size: 16px;
  }

  .footer_links a,
  .footer_location_links a {
    font-size: 14px;
  }

  .footer_logo {
    width: 180px;
  }

  .footer_bottom {
    font-size: 12px;
  }

  .follow_us_title {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .call_button {
    font-size: 14px;
    padding: 8px 15px;
  }

  .esg_footer {
    padding: 30px 15px;
  }

  .footer_links {
    line-height: 1.6;
  }

  .footer_location_links {
    list-style: none;
    text-decoration: none;
    line-height: 1.7;
  }

  .footer_bottom {
    font-size: 12px;
  }
}

/* ========================================
   FOOTER STYLES
   ======================================== */

.esg_footer {
  border-top: 1px solid #e6e6e6;
  background: #ffffff;
  font-family: DM Sans;
  padding: 45px 50px;
  overflow: hidden;
}

.footer_logo {
  width: 250px;
}

.footer_title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer_title::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #28a745;
  margin-top: 5px;
}

.footer_links {
  list-style: none;
  text-decoration: none;
  line-height: 1.6;
}

.footer_links a {
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

.footer_location_links {
  list-style: none;
  text-decoration: none;
  line-height: 3;
}

.footer_location_links a {
  font-size: 15px;
  cursor: pointer;
  line-height: 1.8;
  text-decoration: none;
  font-weight: 400;
  color: #000;
}

.footer_bottom {
  font-size: 14px;
  border-top: 2px solid #e3e3e3;
  padding-top: 30px;
}


/* ========================================
   TOP BANNER & PAGE HEADERS
   ======================================== */

.esg_top_banner {
  background-size: cover;
  min-height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esg_top_banner.contact {
  background-image:
    linear-gradient(#00430c99, #00430c99),
    url("assets/images/contact_us_bg.jpg");
}

.esg_top_banner.partner {
  background-image:
    linear-gradient(#00430c99, #00430c99), url("assets/images/shaking\ hands.jpg");
}

.esg_banner_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 52px;
}

.esg_title {
  color: #fff;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
}


/* ========================================
   CONTACT FORM STYLES
   ======================================== */

.esg_contact_section {
  background: #f4f4f4;
  padding: 0 50px;
}

.esg_contact_form {
  margin: 0 auto;
  background: #ffffff;
  border-radius: 12px;
}

.contact_form_label {
  margin-bottom: 5px;
  color: #282828;
  font-weight: 600;
  font-size: 16px;
}

.contact_form_input {
  border-radius: 8px;
  border: 2px solid #a0a0a066;
  padding: 8px;
}

.contact_form_input::placeholder {
  color: #acacac;
  font-size: 16px;
}

.contact_Submit_btn {
  background: #269b40;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 40px;
  border: none;
  border-radius: 25px;
  color: #ffff;
}


/* ========================================
   PARTNER & TRUSTED SECTION STYLES
   ======================================== */

.esg_partner_section {
  background: #f4f4f4;
}

.esg_partner_para {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #282828;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 260px;
  line-height: 1.3;
}

.trusted_section_title {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.trusted_card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 47px;
  height: 100%;
  border: 1px solid #eee;
  transition: 0.3s ease;
}

.trusted_logo {
  width: 160px;
  height: 80px;
  object-fit: contain;
}

.trusted_logo_2 {
  width: 100px;
  height: 50px;
  object-fit: contain;
}

.trusted_title {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 10px;
}

.trusted_text {
  font-size: 17px;
  color: #282828;
  margin: 0;
}

.accreditation_section_title {
  text-align: center;
  font-weight: 600;
  color: #999;
  margin-bottom: 30px;
}

.accreditation_card {
  width: 170px;
  height: 100px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  flex-shrink: 0;
}

.accreditation_logo {
  max-width: 80px;
  max-height: auto;
  object-fit: contain;
}

.accreditation_card_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}


/* ========================================
   PRIVACY POLICY PAGE STYLES
   ======================================== */

.privacy-content {
  padding: 0 50px;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
}

h2 .sub-text {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}

h5 {
  font-weight: 600;
  margin-top: 25px;
}

p {
  font-size: 16px;
  color: #333;
}

ul {
  padding-left: 0;
  list-style: none;
}

.navbar-nav ul li {
  margin-bottom: 0;
}

ul li {
  margin-bottom: 8px;
  font-size: 16px;
  display: flex;
  align-items: start;
}

ul li i {
  color: #28a745;
  font-weight: bold;
  margin-right: 10px;
}

.section {
  margin-bottom: 25px;
}


/* ========================================
   ABOUT US PAGE STYLES
   ======================================== */

.esg_about_top {
  background-image:
    linear-gradient(#00430c99, #00430c99), url("assets/images/shaking\ hands.jpg");
  background-size: cover;
  min-height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
}

.esg_about_section {
  padding: 0 40px;
  background: #ffffff;
}

.about_section_title {
  font-size: 35px;
}

.about_section_para {
  color: #269b40;
  font-size: 25px;
  font-weight: 700;
}

.esg_about_para {
  color: #282828;
  font-size: 16px;
}

.esg_about_img {
  border-radius: 20px;
  width: 100%;
}

.about_correct_img {
  width: 20px;
  height: 20px;
}


/* ========================================
   ENERGY SECTION STYLES
   ======================================== */

.esg_energy_section {
  background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 80%);
  padding: 0 40px;
}

.esg_energy_img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.top_img {
  flex: 7;
}

.bottom_img {
  flex: 3;
}

.about_check_list {
  padding: 0;
}

.about_check_list li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #282828;
}

.about_check_list img {
  width: 20px;
  height: 20px;
}


/* ========================================
   PROJECT SECTION STYLES
   ======================================== */

.esg_project_section {
  overflow: hidden;
  background: #f5f5f5;
}

.esg_project_section_top {
  border-bottom: 2px solid #eee;
}

.project_top_card {
  border-right: 2px solid #eee;
  padding: 30px 40px;
}

.project_top_card:last-child {
  border-right: none;
}

.project_top_left_text {
  color: #369e48;
  font-weight: 600;
}

.project_top_left_text p {
  font-size: 18px;
}

.project_top_right_text {
  color: #282828;
  font-size: 16px;
  max-width: 200px;
}

.esg_project_section_bottom {
  padding: 0 40px;
}

.esg_project_section_bottom h1 {
  text-align: center;
  font-weight: 700;
}

.project_bottom_card {
  background: #ffff;
  border-radius: 10px;
  padding: 10px;
}

.project_bottom_card img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.project_bottom_card p {
  color: #282828;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}


/* ========================================
   INNOVATION SECTION STYLES
   ======================================== */

.esg_innovation_section {
  padding: 0 40px;
  overflow: hidden;
  background: #ffffff;
}

.esg_innovation_section_left h1 {
  font-weight: 700;
}

.esg_innovation_section_left p {
  color: #282828;
  font-size: 16px;
}

.esg_innovation_section_right img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
}

.about_acc_section_title {
  text-align: center;
  font-weight: 600;
  color: #999;
  margin-bottom: 30px;
}

.about_acc_card {
  width: 170px;
  height: 100px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  flex-shrink: 0;
}

.about_acc_logo {
  max-width: 80px;
  max-height: auto;
  object-fit: contain;
}

.about_acc_card_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}


/* ========================================
   CONSULTATION FORM STYLES
   ======================================== */

.esg_consultation_section {
  padding: 0 40px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.esg_consultation_title {
  font-weight: 700;
  color: #282828;
}

.esg_consultation_text {
  color: #282828;
  max-width: 500px;
  font-size: 16px;
}

.consultation_form_label {
  color: #282828;
  font-size: 14px;
  font-weight: 600;
}

.consultation_form_control,
.consultation_form_select {
  width: 100%;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ddd;
  background: transparent;
  height: 48px;
}

.consultation_form_control:focus,
.consultation_form_select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.consultation_form_select {
  color: #acacac;
}

.consultation_form_select option {
  color: #000;
}

.consultation_form_control::placeholder,
.consultation_form_select::placeholder {
  color: #acacac;
  font-size: 16px;
}

.consultation_form_submit_btn {
  background-color: #269b40;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: 600;
  border: none;
}

.consultation_form_submit_btn:hover {
  background-color: #248037;
}


/* ========================================
   HOME PAGE - HERO SECTION STYLES
   ======================================== */

.esg_home_hero_section {
  position: relative;
  min-height: 80vh;
  border-radius: 20px;
  overflow: hidden;
}

.esg_home_bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.esg_home_hero_overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #00430c99;
}

.hero_content {
  position: relative;
  z-index: 3;
  padding: 0 40px;
}

.hero_content h1 {
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
}

.hero_content p {
  color: #ffffff;
  font-size: 16px;
  max-width: 650px;
  line-height: 1.7;
}

.hero_content button {
  border-radius: 25px;
  padding: 10px 25px;
  background: #ffffff;
  color: #269b40;
  font-weight: 600;
  border: none;
  font-size: 18px;
}


/* ========================================
   HOME PAGE - ABOUT SECTION STYLES
   ======================================== */

.esg_home_about_section {
  padding: 0 40px;
  background: #ffffff;
  overflow: hidden;
}

.esg_home_subtitle {
  color: #a7a7a7;
  font-size: 18px;
  font-weight: 700;
}

.about_section_title {
  font-size: 48px;
}

.about_section_para {
  color: #269b40;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
}

.esg_about_para {
  color: #282828;
  font-size: 16px;
}


/* ========================================
   HOME PAGE - SERVICES SECTION STYLES
   ======================================== */

.esg_home_services_section {
  padding: 0 40px;
  background: #f5f5f5;
  overflow: hidden;
}

.home_services_card {
  background: #ffff;
  border-radius: 10px;
  padding: 10px;
}

.home_services_card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

.home_services_card_title {
  color: #282828;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

.home_services_card_count {
  font-size: 16px;
  text-align: center;
}

.home_services_card a {
  color: #369e48;
  font-size: 16px;
  text-decoration: none;
}

.home_services_card a img {
  width: 12px;
  height: 12px;
  object-fit: cover;
}


/* ========================================
   HOME PAGE - SOCIAL VALUES SECTION STYLES
   ======================================== */

.esg_home_social_section {
  background: #269b40;
  padding: 0 80px;
  overflow: hidden;
}

.home_social_top {
  border-bottom: 2px solid #ffffff;
}

.home_social_card h5 {
  color: #ffffff;
}

.home_social_card p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
}


/* ========================================
   HOME PAGE - INNOVATION SECTION STYLES
   ======================================== */

.innovation_wrapper {
  padding: 0 40px;
}

.home_innovation_section {
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}

.home_innovation_title {
  font-size: 40px;
}

.esg_innovation_para {
  font-size: 16px;
  color: #282828;
  line-height: 1.5;
}

.innovation_img_wrapper {
  width: 100%;
  height: 100%;
  max-height: 875px;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}

.home_innovation_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ========================================
   SOCIAL VALUES PAGE STYLES
   ======================================== */

.esg_social_top {
  background-image:
    linear-gradient(#00430c99, #00430c99),
    url("assets/images/people.jpg");
  background-size: cover;
  min-height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
}

.esg_social_section {
  padding: 0 40px;
  background: #ffffff;
}

.social_top_para {
  color: #282828;
  font-size: 16px;
  max-width: 850px;
  line-height: 1.6;
}

.social_middle_section {
  background: #f4f4f4;
  padding: 0 40px;
}

.esg_social_para {
  font-size: 16px;
  color: #282828;
  line-height: 1.5;
}

.social_middle_img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  border-radius: 15px;
}

.social_values_section {
  background: #269b40;
}

.social_values_top {
  border-bottom: 2px solid #ffffff;
}

.social_values_top h1 {
  text-align: center;
  color: #ffffff;
}

.social_values_card {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 24px 5px;
}

.social_values_card h5 {
  color: #ffffff;
}

.social_values_card p {
  color: #ffffff;
  font-size: 16px;
}


/* ========================================
   RESIDENTIAL SOLAR PAGE STYLES
   ======================================== */
.esg_top_banner.residential-solar {
  background-image:
    linear-gradient(#00430c99, #00430c99), url("assets/images/solar\ \(2\).jpg");
}


.esg_service_section {
  background: #ffffff;
  padding: 0;
}

.section-title {
  color: #282828;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}

.service-main-img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  max-height: 400px;
}

.service-img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.section-spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-spacing h2 {
  font-size: 28px;
  font-weight: 700;
  color: #282828;
  margin-bottom: 20px;
}

.section-spacing p {
  font-size: 16px;
  color: #282828;
  line-height: 1.6;
  margin-bottom: 15px;
}

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

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #282828;
  font-size: 15px;
  font-weight: 500;
}

.check-list i {
  color: #269b40;
  font-size: 18px;
  flex-shrink: 0;
}

.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;

}

.section-text {
  font-size: 16px;
  color: #282828;
  line-height: 1.6;
  margin-bottom: 15px;
}

.services-section {
  background: #f5f5f5;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
  color: #282828;
}

.mw-100 {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}


@media (max-width: 1100px) {
  .call_button {
    display: none !important;
  }
}

/* ========================================
   RESPONSIVE - RESIDENTIAL SOLAR PAGE (max-width: 992px)
   ======================================== */

@media (max-width: 992px) {
  .section-title {
    font-size: 26px;
  }

  .service-main-img {
    max-height: 300px;
  }

  .service-img {
    height: 220px;
  }



  .section-heading {
    font-size: 28px;
  }
}


/* ========================================
   RESPONSIVE - RESIDENTIAL SOLAR PAGE (max-width: 768px)
   ======================================== */

@media (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }



  .service-img {
    height: 200px;
  }

  .check-list li {
    font-size: 14px;
    gap: 10px;
  }

  .section-spacing {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section-spacing h2 {
    font-size: 22px;
  }

  .section-text {
    font-size: 14px;
  }

  .section-heading {
    font-size: 24px;
  }

  .esg_service_section {
    padding: 0;
  }
}


/* ========================================
   RESPONSIVE - RESIDENTIAL SOLAR PAGE (max-width: 576px)
   ======================================== */

@media (max-width: 576px) {
  .section-title {
    font-size: 18px;
  }

  .service-main-img {
    min-height: 200px;
  }

  .service-img {
    height: 180px;
  }

  .check-list li {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .check-list i {
    font-size: 16px;
  }

  .check-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .section-spacing {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-spacing h2 {
    font-size: 18px;
  }

  .section-spacing p {
    font-size: 14px;
  }

  .section-text {
    font-size: 13px;
  }

  .section-heading {
    margin-top: 0;
    font-size: 20px;
  }

  .mw-100 {
    border-radius: 8px;
  }

  .privacy-content {
    flex-direction: column;
  }
}



/* ========================================
   RESPONSIVE DESIGN - TABLET (1329px - 991px)
   ======================================== */

@media (max-width: 1329px) and (min-width: 991px) {
  .esg_header {
    padding: 8px 50px;
  }

  .esg_logo {
    width: 200px;
  }

  .menu_links li a {
    font-size: 12px;
  }

  .dropdown-menu {
    position: absolute;
    top: 120%;
    left: 0;
    background: #fff;
    color: #000;
    min-width: 180px;
    padding: 8px 0;
    list-style: none;
    transition: 0.3s;
  }

  .call_button {
    background: #269b40;
    font-weight: 500;
    font-size: 12px;
    color: #ffff;
    padding: 10px 22px;
    text-decoration: none;
  }

  .call_button img {
    width: 12px;
    height: 15px;
  }

  .innovation_img_wrapper {
    height: 100%;
    max-height: 950px;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
  }

  .home_innovation_title {
    font-size: 30px;
  }

  .esg_innovation_para {
    font-size: 16px;
    color: #282828;
    line-height: 1.3;
  }

  .accreditation_card_wrapper {
    flex-wrap: wrap !important;
  }

  .esg_project_section {
    padding: 0 30px;
  }
}


/* ========================================
   RESPONSIVE DESIGN - MOBILE LANDSCAPE (max-width: 992px)
   ======================================== */

@media (max-width: 992px) {
  .menu_links {
    text-align: center;
  }

  .call_button {

    display: none !important;
  }

  .esg_logo {
    width: 180px;
  }

  .footer_logo {
    display: block;
  }

  .footer_links,
  .footer_location_links {
    padding-left: 0;
  }

  .innovation_img_wrapper {
    height: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
  }

  .esg_banner_title {
    font-size: 42px;
  }

  .esg_partner_para {
    padding: 10px 80px;
    font-size: 20px;
  }

  .trusted_section_title {
    font-size: 32px;
  }

  .trusted_card {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .trusted_logo,
  .trusted_logo_2 {
    width: 120px;
    height: auto;
  }

  .accreditation_card_wrapper {
    flex-wrap: wrap !important;
  }

  .esg_about_title {
    font-size: 55px;
  }

  .esg_about_section {
    padding: 0 40px;
  }

  .about_section_title {
    font-size: 30px;
  }

  .esg_about_img {
    width: 100%;
  }

  .esg_energy_section {
    padding: 0 30px;
  }

  .energy_section_title {
    margin-top: 30px;
  }

  .about_check_list {
    display: flex;
    flex-direction: column;
  }

  .about_check_list li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 15px;
    max-width: 600px;
  }

  .about_correct_img {
    width: 18px;
    height: 18px;
  }

  .esg_project_section {
    padding: 0 30px;
  }

  .esg_project_section_top {
    border-bottom: none;
  }

  .project_top_card {
    border-right: none;
    border-bottom: 2px solid #eee;
  }

  .project_top_left_text {
    max-width: 100px;
  }

  .project_top_right_text {
    font-size: 16px;
    max-width: 400px;
  }

  .esg_project_section_bottom h1 {
    font-size: 30px;
  }

  .project_bottom_card {
    padding: 10px;
  }

  .project_bottom_card img {
    height: 230px;
  }

  .esg_innovation_section {
    padding: 0 40px;
  }

  .esg_innovation_section_left h1 {
    font-size: 32px;
  }

  .esg_innovation_section_left p {
    font-size: 16px;
  }

  .esg_innovation_section_right img {
    width: 100%;
    height: 300px;
  }

  .esg_consultation_section {
    padding: 0 40px;
  }

  .esg_consultation_text {
    font-size: 16px;
  }

  .consultation_form_control,
  .consultation_form_select {
    height: 44px;
  }

  .consultation_form_control::placeholder,
  .consultation_form_select::placeholder {
    font-size: 16px;
  }

  .consultation_form_submit_btn {
    padding: 10px 30px;
  }

  .hero_content {
    padding: 0 60px;
  }

  .hero_content h1 {
    font-weight: 700;
    font-size: 40px;
  }

  .hero_content p {
    font-size: 14px;
    max-width: 500px;
    line-height: 1.5;
  }

  .hero_content button {
    padding: 10px 22px;
    font-size: 16px;
  }

  .esg_home_about_section {
    padding: 0 30px;
  }

  .esg_home_subtitle {
    font-size: 16px;
    text-align: center;
  }

  .about_section_title {
    font-size: 38px;
    text-align: center;
  }

  .about_section_para {
    font-size: 20px;
    text-align: center;
  }

  .esg_about_para {
    font-size: 14px;

  }

  .esg_home_services_section {
    padding: 0 30px;
  }

  .home_services_top h1 {
    font-size: 38px;
  }

  .home_services_card img {
    height: 250px;
  }

  .home_services_card_title {
    font-size: 18px;
  }

  .esg_home_social_section {
    padding: 0 30px;
  }

  .home_social_top h1 {
    font-size: 40px;
    text-align: start;
  }

  .home_social_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .home_social_card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .home_innovation_title {
    font-size: 35px;
    text-align: center;
  }

  .esg_innovation_para {
    font-size: 16px;
    color: #282828;
    line-height: 1.5;
    text-align: center;
    display: flex;
  }

  .innovation_img_wrapper {
    max-height: 500px;
    border-radius: 20px 20px 0 0;
  }

  .social_section_title {
    font-size: 30px;
  }

  .social_middle_section {
    padding: 50px 30px;
  }
}


/* ========================================
   RESPONSIVE DESIGN - TABLET PORTRAIT (max-width: 768px)
   ======================================== */

@media (max-width: 768px) {
  .footer_title {
    font-size: 18px;
  }

  .footer_links a,
  .footer_location_links a {
    font-size: 14px;
  }

  .footer_logo {
    width: 180px;
  }

  .mail-id {
    word-break: break-word;
  }

  .footer_bottom {
    font-size: 13px;
    text-align: center;
  }

  .esg_banner_title {
    font-size: 32px;
    text-align: center;
  }

  .esg_partner_para {
    padding: 10px 20px;
    font-size: 18px;
  }

  .trusted_section_title {
    font-size: 28px;
  }

  .trusted_card {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .trusted_logo,
  .trusted_logo_2 {
    width: 120px;
    height: auto;
  }

  .accreditation_card_wrapper {
    flex-wrap: wrap !important;
  }

  .accreditation_card {
    width: 150px;
    height: 90px;
  }

  .privacy-content {
    padding: 20px;
  }

  .project_top_card {
    padding: 20px 40px;
  }

  .esg_about_title {
    font-size: 50px;
  }

  .esg_about_section {
    padding: 0 30px;
  }

  .about_section_title {
    font-size: 25px;
    text-align: center;
  }

  .about_section_para {
    font-size: 20px;
    text-align: center;
  }

  .esg_about_img {
    width: 100%;
  }

  .esg_energy_section {
    padding: 0 30px;
  }

  .energy_section_title {
    margin-top: 30px;
  }

  .esg_energy_img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
  }

  .about_check_list {
    display: flex;
    flex-direction: column;
  }

  .about_check_list li {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 15px;
    max-width: 600px;
  }

  .about_correct_img {
    width: 18px;
    height: 18px;
  }

  .esg_project_section {
    padding: 0 30px;
  }

  .esg_project_section_top {
    border-bottom: none;
  }

  .project_top_card {
    border-right: none;
    border-bottom: 2px solid #eee;
  }

  .project_top_left_text {
    min-width: 100px;
  }

  .project_top_left_text h1 {
    font-size: 30px;
  }

  .project_top_left_text p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .project_top_right_text {
    font-size: 16px;
    max-width: 400px;
  }

  .esg_project_section_bottom h1 {
    font-size: 30px;
  }

  .project_bottom_card {
    padding: 10px;
  }

  .project_bottom_card img {
    height: 230px;
  }

  .project_bottom_card p {
    font-size: 18px;
  }

  .esg_innovation_section {
    padding: 0 30px;
  }

  .esg_innovation_section_left h1 {
    font-size: 30px;
  }

  .esg_innovation_section_left p {
    font-size: 14px;
  }

  .esg_innovation_section_right img {
    width: 100%;
    height: 400px;
  }

  .about_acc_section_title {
    margin-bottom: 20px;
  }

  .about_acc_card {
    width: 140px;
    height: 90px;
  }

  .esg_consultation_section {
    padding: 0 30px;
  }

  .esg_consultation_title {
    font-size: 24px;
  }

  .esg_consultation_text {
    max-width: 600px;
    font-size: 14px;
  }

  .consultation_form_control,
  .consultation_form_select {
    padding: 8px;
    height: 38px;
  }

  .consultation_form_control::placeholder,
  .consultation_form_select::placeholder {
    font-size: 14px;
  }

  .consultation_form_submit_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .consultation_form_submit_btn {
    padding: 10px 20px;
  }

  .hero_content {
    padding: 0 60px;
  }

  .hero_content h1 {
    font-weight: 700;
    font-size: 40px;
  }

  .hero_content p {
    font-size: 14px;
    max-width: 500px;
    line-height: 1.5;
  }

  .hero_content button {
    padding: 10px 22px;
    font-size: 16px;
  }

  .esg_home_about_section {
    padding: 0 30px;
  }

  .esg_home_subtitle {
    font-size: 16px;
    text-align: center;
  }

  .about_section_title {
    font-size: 38px;
    text-align: center;
  }

  .about_section_para {
    font-size: 20px;
    text-align: center;
  }

  .esg_about_para {
    font-size: 14px;
  }

  .esg_home_services_section {
    padding: 0 30px;
  }

  .home_services_top h1 {
    font-size: 38px;
  }

  .home_services_card img {
    height: 250px;
  }

  .home_services_card_title {
    font-size: 18px;
  }

  .esg_home_social_section {
    padding: 0 30px;
  }

  .home_social_top h1 {
    font-size: 40px;
    text-align: start;
  }

  .home_social_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .home_social_card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .home_innovation_title {
    font-size: 35px;
    text-align: center;
  }

  .esg_innovation_para {
    font-size: 16px;
    color: #282828;
    line-height: 1.5;
    text-align: center;
    display: flex;
  }

  .innovation_img_wrapper {
    max-height: 400px;
    border-radius: 20px 20px 0 0;
  }

  .esg_social_section {
    padding: 0 30px;
  }

  .social_top_para {
    font-size: 14px;
    max-width: 750px;
    line-height: 1.6;
  }

  .social_section_title {
    font-size: 30px;
  }

  .social_middle_title {
    font-size: 25px;
    text-align: center;
  }

  .social_middle_img {
    width: 100%;
    height: 320px;
  }

  .esg_social_para {
    font-size: 14px;
    text-align: center;
  }

  .social_values_top h1 {
    text-align: center;
    color: #ffffff;
    font-size: 30px;
  }

  .social_values_card img {
    width: 50px;
  }

  .social_values_card h5 {
    font-size: 18px;
  }

  .social_values_card p {
    font-size: 14px;
  }
}


/* ========================================
   RESPONSIVE DESIGN - SMALL DEVICES (max-width: 576px)
   ======================================== */

@media (max-width: 576px) {
  .esg_banner_title {
    font-size: 26px;
  }

  .accreditation_section_title {
    margin-top: 0;
  }

  .esg_partner_para {
    font-size: 16px;
    padding: 10px 15px;
  }

  .trusted_section_title {
    font-size: 24px;
  }

  .trusted_title {
    font-size: 18px;
  }

  .trusted_text {
    font-size: 15px;
  }

  .trusted_logo,
  .trusted_logo_2 {
    width: 120px;
  }

  .accreditation_card {
    width: 130px;
    height: 80px;
  }

  .accreditation_logo {
    max-width: 70px;
  }

  .privacy-content {
    padding: 15px;
  }

  h2 {
    font-size: 22px;
  }

  .esg_about_title {
    font-size: 40px;
  }

  .esg_about_section {
    padding: 0 20px;
  }

  .about_section_title {
    font-size: 20px;
  }

  .about_section_para {
    font-size: 18px;
  }

  .esg_energy_section {
    padding: 0 20px;
  }

  .energy_section_title {
    margin-top: 40px;
    font-size: 25px;
  }

  .about_check_list li {
    gap: 8px;
    margin-bottom: 12px;
  }

  .about_correct_img {
    width: 12px;
    height: 12px;
  }

  .esg_project_section {
    padding: 0 30px;
  }

  .project_top_left_text {
    min-width: 80px;
  }

  .project_top_left_text h1 {
    font-size: 25px;
  }

  .project_top_left_text p {
    font-size: 14px;
  }

  .project_top_right_text {
    font-size: 14px;
  }

  .esg_project_section_bottom {
    padding: 0;
  }

  .esg_project_section_bottom h1 {
    font-size: 25px;
  }

  .project_bottom_card img {
    height: 200px;
  }

  .project_bottom_card p {
    font-size: 16px;
  }

  .esg_innovation_section {
    padding: 0 20px;
    text-align: center;
  }

  .esg_innovation_section_left h1 {
    font-size: 25px;
  }

  .esg_innovation_section_right img {
    width: 100%;
    height: 300px;
  }

  .esg_consultation_section {
    padding: 0 20px;
  }

  .esg_consultation_title {
    font-size: 22px;
  }

  .consultation_form_submit_btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .hero_content {
    padding: 0 50px;
  }

  .hero_content h1 {
    font-size: 30px;
  }

  .hero_content button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .esg_home_about_section,
  .esg_home_services_section,
  .esg_home_social_section {
    padding: 0 20px;
  }

  .about_section_title {
    font-size: 28px;
  }

  .about_section_para {
    font-size: 16px;
  }

  .home_services_top h1 {
    font-size: 28px;
  }

  .home_social_top h1 {
    font-size: 30px;
    text-align: center;
  }

  .home_innovation_title {
    font-size: 30px;
  }

  .esg_innovation_para {
    font-size: 14px;
  }

  .innovation_img_wrapper {
    max-height: 400px;
    border-radius: 20px 20px 0 0;
  }

  .esg_social_section {
    padding: 0 20px;
  }

  .esg_social_para {
    line-height: 1.3;
  }

  .social_section_title {
    font-size: 25px;
  }

  .social_middle_section {
    padding: 40px 20px;
  }

  .social_middle_title {
    font-size: 20px;
    text-align: center;
  }

  .social_middle_img {
    height: 220px;
  }

  .social_values_top h1 {
    font-size: 25px;
  }

  .social_values_card img {
    width: 40px;
  }

  .social_values_card h5 {
    font-size: 16px;
  }

  .social_values_section {
    padding: 0 20px;
  }

}


/* ========================================
   RESPONSIVE DESIGN - MOBILE (max-width: 480px)
   ======================================== */

@media (max-width: 480px) {
  .call_button {
    font-size: 14px;
    padding: 8px 15px;
  }

  .esg_footer {
    padding: 30px 15px;
  }

  .footer_links {
    line-height: 1.8;
  }

  .footer_location_links {
    list-style: none;
    text-decoration: none;
    line-height: 2;
  }

  .esg_banner_title {
    font-size: 40px;
  }

  .esg_contact_section {
    padding: 0 20px;
  }

  .contact_form_label {
    margin-bottom: 2px;
    font-size: 14px;
  }

  .contact_form_input {
    padding: 5px;
  }

  .contact_form_input::placeholder {
    font-size: 13px;
  }

  .contact_Submit_btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 25px;
  }
}

.hero-section {
  position: relative;
  height: 70vh;
  min-height: 400px;
  overflow: hidden;
}

.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Green overlay */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#00430c99, #00430c99);
  z-index: 1;
}

/* Content */
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: #fff;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 4rem;
  }
}