@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* ====================
  Reset Default CSS Start
  ==================== */
:root {
  --primary-font: "Outfit";
  --secondary-font: "Roboto";
  --primary-color: #3e7b27;
  --secondary-color: #85a947;
  --gradient: linear-gradient(
    180deg,
    rgba(170, 170, 170, 0.1) 0%,
    #cfcfcf 100%
  );
  --facebook-icon-bg-color: #3b5899;
  --twitter-icon-bg-color: #000000;
  --instagram-icon-bg-color: #ff00aa;
  --linkedin-icon-bg-color: #0077b4;
  --youtube-icon-bg-color: #ce201e;
  --blue-color: #00b3fe;
  --green-color-1: #e8ffe0;
  --green-color: #0ccd26;
  --border-color: #333;
  --one-section-bg: #d4d4d4;
  --one-bg-1: #f8f9fa;
  --from-text: #bbb;
  --white: #ffffff;
  --black: #000000;
  --red-color: #fe0000;
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --heading-top-bottom: linear-gradient(90deg, #ffa500, #ff6f00);
  --card-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.03),
    0px -6px 15px rgba(0, 0, 0, 0.03), 6px 0px 15px rgba(0, 0, 0, 0.03),
    -6px 0px 15px rgba(0, 0, 0, 0.03);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--primary-font);
}

p {
  font-family: var(--secondary-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  margin-top: 0;
}

a {
  text-decoration: none !important;
}

ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

button {
  border: none;
  outline: none;
}

input {
  outline: none;
}

body {
  background: var(--white);
}

/*====================
  Reset Default CSS End
  ====================*/

/* About Hero Section Start */
#about_hero_section {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("../img/home/page-hero-img.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#about_hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 87, 28, 0.5);
  z-index: 1;
}

.about_hero_content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
}

.about_hero_content h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about_hero_btn {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.about_hero_btn a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 2px solid var(--white);
}

.about_hero_btn a:first-child {
  background-color: var(--white);
  color: var(--primary-color);
}

.about_hero_btn a:first-child:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

.about_hero_btn a:last-child {
  background-color: transparent;
  color: var(--white);
}

.about_hero_btn a:last-child:hover {
  background-color: var(--white);
  color: var(--primary-color);
}
/* About Hero Section End */

/* Safe Water & Sanitation Program Start */

#safe_water_sanitation {
  margin: 40px 0px;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .safe_water_sanitation_heading {
  text-align: center;
  font-weight: 42px;
  font-weight: bold;
  color: var(--primary-color);
  font-family: var(--primary-font);
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .safe_water_sanitation_items
  .project_overview_item
  .project_overview_heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--black);
  border-bottom: 2px solid var(--red-color);
  display: inline-block;
  padding-bottom: 5px;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .safe_water_sanitation_items
  .project_overview_item
  .project_overview_desc {
  font-weight: 400;
  font-family: var(--secondary-font);
  color: var(--black);
  font-size: 16px;
  margin: 0;
  text-align: justify;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .safe_water_sanitation_items
  .key_initiatives_activities_item
  .key_initiatives_activities_heading {
  display: block;
  font-weight: bold;
  font-family: var(--primary-font);
  color: var(--black);
  font-size: 26px;
  margin: 0;
  padding: 20px 0px;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .key_initiatives_activities_lists {
  max-width: 100%;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .key_initiatives_activities_lists
  .key_initiatives_activities_list
  .activity_items {
  list-style-type: none;
  padding-left: 0;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .key_initiatives_activities_lists
  .key_initiatives_activities_list
  .activity_items
  .activity_item {
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--secondary-font);
  color: var(--black);
  font-size: 16px;
  margin: 0;
  text-align: justify;
  padding: 15px 0px;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .key_initiatives_activities_lists
  .key_initiatives_activities_list
  .activity_items
  .activity_item
  .activity_title {
  font-weight: bold;
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 20px;
  margin: 0;
  padding: 20px 0px;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .impact_items
  .impact_heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--black);
  border-bottom: 2px solid var(--red-color);
  display: inline-block;
  padding-bottom: 5px;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .impact_items
  .impact_desc {
  font-weight: 400;
  font-family: var(--secondary-font);
  color: var(--black);
  font-size: 16px;
  margin: 0;
  text-align: justify;
}

@media (max-width: 767px) {
  #safe_water_sanitation
    .safe_water_sanitation_wrapper
    .key_initiatives_activities_lists
    .key_initiatives_activities_list
    .activity_items
    .activity_item
    .activity_title {
    font-size: 20px;
  }

  #safe_water_sanitation
    .safe_water_sanitation_wrapper
    .key_initiatives_activities_lists
    .key_initiatives_activities_list
    .activity_items
    .activity_item {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  #safe_water_sanitation
    .safe_water_sanitation_wrapper
    .key_initiatives_activities_lists
    .key_initiatives_activities_list
    .activity_items
    .activity_item
    .activity_title {
    font-size: 20px;
  }

  #safe_water_sanitation
    .safe_water_sanitation_wrapper
    .key_initiatives_activities_lists
    .key_initiatives_activities_list
    .activity_items
    .activity_item {
    margin-bottom: 12px;
  }
}

/* Table Start */

.results_overview_container {
  width: 100%;
  overflow-x: auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 20px 0px;
}

.results_overview {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.results_overview .results_overview_heading {
  font-family: var(--primary-font);
  padding: 12px 15px;
  text-align: left;
  transition: background-color 0.4s ease-in-out;
  white-space: nowrap;
}

.results_overview .results_overview_data {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 15px;
  text-align: left;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
}

.results_overview .results_overview_header {
  background-color: var(--primary-color);
  color: var(--white);
}

.results_overview .results_overview_body .results_overview_row {
  border-bottom: 1px solid var(--from-text);
  transition: 0.4s ease-in-out;
}

.results_overview .results_overview_body .results_overview_row .text_bold {
  font-family: var(--primary-font);
}

.results_overview
  .results_overview_body
  .results_overview_row:nth-of-type(even) {
  background-color: var(--white);
}

.results_overview .results_overview_body .results_overview_row:hover {
  background-color: var(--secondary-color);
  transition: background-color 0.6s ease;
}

.results_overview
  .results_overview_body
  .results_overview_row:hover
  .results_overview_data {
  color: var(--white);
  transition: color 0.6s ease;
}

@media screen and (max-width: 1024px) {
  .results_overview {
    font-size: 14px;
  }

  .results_overview .results_overview_heading,
  .results_overview .results_overview_data {
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .results_overview_container {
    overflow-x: auto;
  }

  .results_overview {
    font-size: 13px;
    min-width: 100%;
  }

  .results_overview .results_overview_heading,
  .results_overview .results_overview_data {
    padding: 8px;
  }
}

@media screen and (max-width: 480px) {
  .results_overview {
    font-size: 12px;
    min-width: 100%;
  }

  .results_overview .results_overview_heading,
  .results_overview .results_overview_data {
    padding: 6px;
  }

  .results_overview_container {
    border-radius: 5px;
    margin: 10px 0px;
  }
}

/* Table End */

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .looking_future_goals_items
  .looking_future_goals_item
  .looking_future_goals_heading {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--black);
  border-bottom: 2px solid var(--red-color);
  display: inline-block;
  padding-bottom: 5px;
}

#safe_water_sanitation
  .safe_water_sanitation_wrapper
  .looking_future_goals_items
  .looking_future_goals_item
  .looking_future_goals_desc {
  font-weight: 400;
  font-family: var(--secondary-font);
  color: var(--black);
  font-size: 16px;
  margin: 0;
  text-align: justify;
}

/* Safe Water & Sanitation Program End */
