/*
 Theme Name:   CFSC - OPEC 2024
 Description:  2024 version of CFSC-OPEC
 Author:       Medina Mohamed
 Template:     cfsc-opec
*/
.strategic-plan-header {
  height: 115vh;
}
.strategic-plan-header .paragraph {
  color: #6caabf;
  font-size: 2.5em;
  font-weight: 100;
}
.strategic-plan-header .button-2 {
  margin-left: 0;
  margin-right: 1em;
}
.strategic-plan-header .images-group {
  height: 60vh;
  background-position: center;
  background-size: 105vw;
  margin: 0 -9999rem 80px -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #d8e0e7;
  margin-top: 2em;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
}
.strategic-plan-header .images-group div {
  margin-top: 2.5em;
  flex: 1; /* Flex grow to fill the space */
  padding: 10px;
  box-sizing: border-box; /* Include padding in the width */
}
.strategic-plan-header .images-group img {
  margin-bottom: 2.5em;
  width: 100%;
  height: auto; /* Keep the aspect ratio */
  border: 1px solid #ddd; /* Optional border */
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow */
  margin-bottom: 8px;
}
.strategic-plan-header .images-group .paragraph {
  font-weight: 400;
  text-align: center;
  color: #194a72;
  font-size: 1.25em;
}

.mission {
  height: 115vh;
}
.mission .paragraph {
  color: #6caabf;
  font-size: 2.5em;
  font-weight: 100;
}
.mission .mv-text {
  font-size: 16px;
  color: black;
  font-size: 1.25em;
}
.mission .mv-text-container {
  width: 75%;
}
.mission .mv-image-container {
  float: right;
  margin-left: 20px;
}
.mission .mv-image-container img {
  max-width: 60%;
  height: auto;
}
.mission .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.mission .grid-item {
  padding: 20px 20px 10px 0px; /* top right bottom left */
  border: none;
}
.mission .mv-title {
  margin-top: 1em;
  font-size: 56px;
  font-weight: light;
  color: #a49037;
  letter-spacing: 10px;
  margin-bottom: 10px;
}

.vision {
  background-position: center;
  background-size: 105vw;
  margin: 0 -9999rem 80px -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #f1ede3;
  margin-top: 2em;
  margin-bottom: 0px;
}

.vision-text {
  color: #436b85;
  font-size: 1em;
}

.vision-p {
  font-size: 1em;
}

.bold-blue {
  font-weight: bold;
  color: #436b85;
}

.buttons-end-page {
  margin-top: 5em;
}

.buttons-end-page-fr {
  margin-top: 15em;
}

@media only screen and (max-width: 1024px) {
  .grid-container {
    grid-template-columns: 1fr; /* Change to a single column */
  }
  .mission-vision {
    margin-top: 20em;
    margin-bottom: -2.5em;
  }
}
@media screen and (max-width: 768px) {
  .strategic-plan-header {
    height: 230vh;
  }
  .strategic-plan-header .images-group {
    height: 150vh;
    flex-direction: column;
  }
  .strategic-plan-header .images-group div {
    margin-top: 1em; /* Adjust margin */
  }
  .mission .vision .grid-container {
    grid-template-columns: 1fr;
  }
  .mission .mv-text-container {
    width: 100%; /* Full width for text container */
  }
  .mission .mv-image-container {
    float: none; /* Remove float */
    margin-left: 0; /* Reset margin */
    margin-top: 1em; /* Adjust margin */
  }
  .buttons-end-page {
    margin-top: 75em;
  }
  .buttons-end-page-fr {
    margin-top: 95em;
  }
}
/* Global styles */
.button {
  background-color: #f1ede3;
  border: none;
  color: #a49037;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin-top: 2em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button-2 {
  margin-left: 0.5em;
  background-color: #d8e0e7;
  border: none;
  color: #436b85;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  margin-top: 2em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button:hover {
  text-decoration: none;
  color: #d1c79b;
}

.button-2:hover {
  text-decoration: none;
  color: #8ca4b8;
}

.heading-two {
  color: #194a72;
  font-size: 3.5em;
}

.section-header {
  height: 60vh;
}
.section-header .heading-two {
  color: #194a72;
  font-size: 3.5em;
}
.section-header .paragraph {
  color: #6caabf;
  font-size: 2em;
  font-weight: 100;
}

.section-tech-literacy .page-header-background {
  background-color: #d8e0e7;
}
.section-tech-literacy .stat {
  background-position: center;
  background-size: 105vw;
  margin: 0 -9999rem 80px -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #f1ede3;
  margin-top: 2em;
  margin-bottom: 0px;
  padding-top: 2.5em;
}
.section-tech-literacy .paragraph {
  color: #ac9b49;
  padding-bottom: 1em;
  font-size: 2.5em;
  font-weight: 100;
  font-style: italic;
  text-align: center;
}
.section-tech-literacy .heading-two {
  font-weight: 600;
  color: #194a72;
  font-size: 2.5em;
  margin-bottom: 2.5em;
}
.section-tech-literacy .quote {
  color: #194a72;
  font-size: 1.5em;
  font-weight: 100;
  font-style: italic;
  margin-right: 2em;
  text-align: left;
}
.section-tech-literacy #chart {
  align-content: center;
}

.section-pie-chart {
  margin: 0 -9999rem 80px -9999rem;
  padding: 0.25rem 9999rem;
}
.section-pie-chart .heading-two {
  margin-top: 1em;
  color: #194a72;
  font-size: 2em;
}
.section-pie-chart .paragraph {
  color: #6caabf;
  font-size: 1.5em;
  font-weight: 100;
}
.section-pie-chart .p-alt {
  color: #ac9b49;
  font-size: 1.25em;
  font-weight: 100;
}

.section-impact .heading-two {
  margin-top: 1em;
  color: #194a72;
  font-size: 2em;
}
.section-impact .heading-two span {
  font-weight: bold;
}
.section-impact .paragraph {
  color: #6caabf;
  font-size: 1.5em;
  font-weight: 100;
}
.section-impact table {
  border-collapse: collapse;
  margin-top: 5em;
  width: 100%;
}
.section-impact .history th,
.section-impact .history td {
  padding: 12px;
  text-align: left;
}
.section-impact .history tr:first-child {
  border-bottom: 1px solid #000;
}
.section-impact .history th,
.section-impact .history td {
  color: black;
  background-color: #d3cdbf;
}
.section-impact .history th:nth-child(3),
.section-impact .history tr,
.section-impact .history td:nth-child(3) {
  background-color: #f1ede3;
}

.section-support-our-mission {
  background-position: center;
  background-size: 105vw;
  margin: 0 -9999rem 80px -9999rem;
  padding: 0.25rem 9999rem;
  background-color: #f1ede3;
  margin-top: 10em;
}
.section-support-our-mission .container {
  display: flex;
  flex-wrap: wrap;
}
.section-support-our-mission .half {
  width: 50%;
  box-sizing: border-box;
  padding: 20px;
}
.section-support-our-mission .image {
  background-image: url("/wp-content/uploads/2024/03/image_mission.jpeg");
  background-size: cover;
  background-position: center;
}
.section-support-our-mission .heading-two {
  color: #ac9b49;
  font-size: 3em;
}
.section-support-our-mission ol {
  padding-top: 1em;
  color: #194a72;
  font-size: 1.5em;
}
.section-support-our-mission li {
  padding-bottom: 0.5em;
}

.section-beneficiaries .heading-two {
  margin-top: 1em;
  color: #194a72;
  font-size: 3em;
}
.section-beneficiaries .heading-three {
  margin-top: 1em;
  color: #194a72;
  font-size: 2em;
}
.section-beneficiaries .beneficiaries-container {
  display: flex;
  flex-wrap: wrap;
}
.section-beneficiaries .beneficiaries-container .beneficiaries {
  margin-top: 1.5em;
  text-align: center;
  max-width: 100%;
  margin-right: 10px;
}
.section-beneficiaries .beneficiaries-container .beneficiaries img {
  width: 275px; /* Set a fixed width */
  height: 333px; /* Set a fixed height */
  object-fit: cover; /* Ensures the image covers the entire space without distortion */
  margin-right: 10px;
}

.section-companies {
  background-position: center;
  background-size: 105vw;
  margin: 0 -9999rem 80px -9999rem;
  padding: 0.25rem 9999rem;
  margin-top: 5em;
  background-color: #d8e0e7;
  margin-bottom: 2.5em;
}
.section-companies .heading-two {
  text-align: center;
  margin-top: 1em;
  color: #194a72;
  font-size: 2em;
}
.section-companies .grid-container {
  margin-top: 2.5em;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 5px;
}
.section-companies .grid-item {
  color: #194a72;
  padding: 5px;
}

.section-contact .heading-two {
  margin-top: 1em;
  color: #194a72;
  font-size: 3em;
}
.section-contact .paragraph {
  color: #6caabf;
  font-size: 1.5em;
  font-weight: 100;
}
.section-contact .heading-three {
  color: #194a72;
  font-size: 1.5em;
  margin-top: 0.25em;
}
.section-contact .button-end-page {
  margin-top: 1em;
}

/********** MEDIA QUERIES ******************/
@media only screen and (max-width: 1024px) {
  /* CSS styles for iPad and smaller screens here */
  .section-header {
    height: 70vh;
  }
  .margin-bottom {
    margin-bottom: 15em;
  }
  .button-end-page {
    margin-top: 15em;
  }
}
@media only screen and (max-width: 700px) {
  /* Your CSS styles for iPhone and smaller screens here */
  .section-support-our-mission .half {
    width: 100%;
  }
  .section-support-our-mission .image {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  /*  CSS styles for even smaller screens here */
  .section-header {
    height: 85vh;
  }
  .button {
    font-size: 1em;
  }
  .button-2 {
    font-size: 1em;
  }
  .section-companies .grid-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 2000px) {
  /* Your CSS styles for big screens here */
  .margin-bottom {
    margin-bottom: -2.75em;
  }
  .button-end-page {
    margin-top: -2.75em;
  }
}

/*# sourceMappingURL=style.css.map */
