@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    
font-family: "Inter", sans-serif;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover{
  color: #0571C3  !important;
}

.pl-0{ padding-left:0px;}
.pr-0{ padding-right:0px;}
ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
}

img {
  width: 100%;
}
.pl-0{ padding-left:0px; padding-right:0px;}
.white{
  color: #fff !important;
}
.mb-mt{ margin:40px 0px;}
.menuImg{
  display: none;
  height: 30px;
  background-color: #fff;
  padding: 2px;
  border-radius: 4px;
}
/* keyframes */
@keyframes slide-in {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.imgMenu{
    width: 40px;
    height: 40px;
  animation: slide-in 0.5s ease-in-out ;
  display: block;
  background-color: #fff;
  padding: 2px;
  border-radius: 4px;
}
.top-head {
    background: #ffffff;
    border-bottom: solid thin rgb(24 23 19 / 45%);
    float: left;
    width: 100%;
}

 .logo{
    font-family: "Khand", sans-serif;
    padding:10px 0px;
    display: flex;
    justify-content: center;
}
 .logo img {
  width: 240px;
}
 .logo h1{
  color: #0571C3;
  font-weight: 800;
    font-size: 70px;
    letter-spacing: 2px;
    margin-bottom: 0px;
 }
 .logo h1 span{
  color: #282828;
 }
 .menuWrapper {
  position: sticky;
  top: 0;
  z-index: 3; 
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
 .menuWrapper .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
 .menuWrapper .search {
  display: inherit;
  padding: 2px;
  border-bottom: 1px solid #EEF8FF;
}
 .menuWrapper .search input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #181713;
}
 .menuWrapper .search input::-moz-placeholder {
  color: #181713;
}
 .menuWrapper .search input::placeholder {
  color: #181713;
}
 .menuWrapper .search svg {
  font-size: 18px;
  color: #181713;
}
.menu {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 40px;
  position: relative; /* Add relative positioning to the menu container */
}

.menu button {
  display: none;
  width: fit-content;
}

.menu ul {
  margin: 0px;
  padding: 0;
  display: flex;
  -moz-column-gap: 35px;
  column-gap: 35px;
  position: relative; /* Add relative positioning to the main menu ul */
}

.menu ul li {
  line-height: 55px;
  position: relative; /* Add relative positioning to each list item */
}

.menu ul li a {
  font-weight: 700;
  line-height: 1.8;
  color: #181713;
  font-size: 16px;
  
font-family: "Inter", sans-serif;
  position: relative; /* Add relative positioning to each anchor element */
}

.menu ul li a.active {
    color: #C9A32B !important;
}

.menu ul li a:hover {
  transition: 0.5s ease-in-out;
  color: #ff651c !important;
}

/* Style the submenu */
.menu ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0571c3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 150px; 
}

.menu ul li:hover > ul {
  display: block; /* Show the submenu when hovering over the list item */
}
.menu ul ul li{
  padding: 5px 20px;
  border-bottom: dashed thin #1e85d3;
}
.menu ul ul li a{
  color:#fff;
  font-size: 19px;
}
.menu ul ul li:last-child{
  border-bottom: none;
}








/*********************** title & Button ********************************/

h2.title {
    font-size: 36px;
    color: #222520;
    font-weight: 800;
    text-align: center;
}
h2.title-white {
	float:left;
	width:100%;
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    text-align: center;
}
h2.title span, h2.title-white span{
    color: #C9A32B;
}
a.btn{
    background: #C9A32B;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 0px auto;
    width: auto;
    padding: 7px 20px;
}
a.btn:hover{
    background: #46a065;
    color: #fff !important;
}


/*********************** Title ********************************/


/***************************** Overlay ***********************************/

  


.overlay-box {
    width: calc(100% - 919px);
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 25px;
    margin-bottom: 40px;
}
.overlay-box:nth-last-child(3){
  margin-right: 0px;
}
.overlay-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}
.overlay-box img {
    height: 420px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
.overlay-content {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.overlay-content  h3 {
    margin: 0px;
    line-height: 1.2;
    font-weight: 800;
    font-size: 24px;
}
.overlay-content  h3 a {
    color: #fff;
    margin-bottom: 15px;
}
.overlay-content  h3 a:hover{
  color: #bf1821;
}


/***************************** Overlay ***********************************/


/****************************************** Banner *************************************************/

.hero {
  float: left;
  width: 100%;
  position: relative;
  background-image: url('../images/banner.jpg'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
 /* background: linear-gradient(to right, rgba(0, 127, 78, 0.8), rgba(0, 127, 78, 0.3));*/
  width: 100%;
  height:  800px;
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
}
.hero .swiper {
  width: 100%;
  height: 800px;
  position: relative;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  height: 100%;
  position: relative;
}

.slide-content {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: linear-gradient(to right, rgba(0, 127, 78, 0.8), rgba(0, 127, 78, 0.3));*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  z-index: 2;
}

.hero-content {
  max-width: 500px;
  color: #fff;
}

.hero .swiper-button-next, .hero .swiper-button-prev {
    background: #008000;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.hero .swiper-button-next:after{ font-size:20px; font-weight:800;}
.hero .swiper-button-prev:after{ font-size:20px; font-weight:800;}

.form-box {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  width: 100%;
  max-width: 400px;
}
.form-box h2{
    float: left;
    width: 100%;
    margin-bottom: 0px;
    background: #F4F5F0;
    border:solid thin #DFDFD7;
    text-align: center;
    color: #333232;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* Outer container to center the form */
.donation-form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

/* Form styles */
.donation-form {
	width:100%;
	float:left;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-width: 400px;
  width: 100%;
  padding: 30px 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.donation-form .form-row.two-col {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.donation-form .input-single {
    float: left;
    width: 45%;
    margin-right: 17px;
}
.donation-form .input-single:last-child{ margin-right:0px;
    width: 50%;}
.donation-form .form-row.two-col .wpcf7-form-control-wrap {
  flex: 1;
}
.donation-form .form-row.two-col input {
  flex: 1 1 48%;
}

.donation-form input,
.donation-form select {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background-color: #efefea;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.donation-form input::placeholder,
.donation-form select {
  color: #888;
}

.donation-form select {
  appearance: none;
}

.objectives-label {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin: 5px 0;
    text-align: left !important;
    font-style: normal !important;
    float: left;
}

.donation-form input[type="submit"],
.donation-form button {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffd54f;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #000;
  transition: background 0.3s ease;
  margin-top: 0px;
}

.donation-form p{ margin:0px;
float:left;
width:100%;}
.donation-form input[type="submit"]:hover,
.donation-form button:hover {
  background-color: #fbc02d;
}

@media (max-width: 600px) {
  .donation-form .form-row.two-col {
    flex-direction: column;
  }

  .donation-form .form-row.two-col input {
    flex: 1 1 100%;
  }
}

}

.objectives-label {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  margin-top: 5px;
}

.donation-form button {
  margin-top: 10px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  background-color: #ffd54f;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #000;
  transition: background 0.3s ease;
}

.donation-form button:hover {
  background-color: #fbc02d;
}

@media (max-width: 600px) {
  .donation-form .form-row.two-col {
    flex-direction: column;
  }
}


/****************************************** Banner *************************************************/



/****************************************** About ***********************************************/

.about {
    float: left;
    width: 100%;
    background: #f9e8c6;
    padding: 2rem 1rem;
    text-align: center;
}
.about p{
    color: #333232;
    font-size:16px;
    padding: 20px 0;
}

/****************************************** About ***********************************************/


/***************************************** Project area ******************************************/

.project-areas {
    float: left;
    width: 100%;
    text-align: center;
    height: 400px;
  background-color: #222520;
  padding: 60px 20px;
  margin-bottom: 60px; /* Add this */
  position: relative;
  z-index: 1;
}
.project-areas h2.title-white {
    margin-bottom: 50px;
}
.project-areas .map-image img {
  max-width: 100%;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0 -1px 29px rgb(0 0 0 / 14%);
}


/***************************************** Project area ******************************************/






/***************************************** Media ******************************************/

.media-section {
    float: left;
    width: 100%;
    padding: 120px 20px 60px 20px;
    background-color: #fff;
}
.media-section .swiper{
    margin-top: 50px;
}
.media-section .swiper-slide {
    width: 226px !important;
}
.media-card {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  height: 353px;
}

.media-card img {
  width: 100%;
  height: 353px;
  border-radius: 3px;
  display: block;
  object-fit: cover;
  object-position: top;
}

.media-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 353px;
  padding: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));  
  display: flex;           /* add flexbox */
  flex-direction: column; /* vertical stacking */
  justify-content: flex-end; /* push content to bottom */
}
.media-caption h3{
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 25px;
}
.media-caption h3 a{
  color: #fff;
}
.media-caption h3 a:hover{
    color: #C9A32B !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    margin-top: 30px;
}
.swiper-pagination-bullet-active{
    background: #C9A32B !important;
}
.media-stat {
    width: 100%;
    float: left;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-bottom: 30px;
}
.media-stat:first-child {
    margin-top: 50px;
}
.media-stat img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    margin-bottom: 15px;
    object-fit: cover;
    object-position: top;
}
.media-stat h3{
    padding: 15px 20px 15px 0px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 22px;
}
.media-stat h3 a{}

/***************************************** Media ******************************************/





/********************************** Counter ***********************************************/

.counter-section {
  float: left;
  width: 100%;
  position: relative;
  background-image: url('../images/banner.jpg'); /* Replace with your image */
  background-size: cover;
  background-position: center;
  padding: 0px;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  margin-top:80px;
}

.counter-overlay {
  background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
  padding: 80px 20px;
}

.counter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.counter-box {
  flex: 1 1 200px;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.counter-section.animate .counter-box {
  opacity: 1;
  transform: translateY(0);
}

.counter-icon {
  font-size: 48px;
  color: #f4c542;
  margin-bottom: 15px;
  animation: bounce 2s infinite;
}
.counter-icon i{
    border: solid 2px #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 25px 0px 20px 0px;
    border-radius: 50px;
    font-size: 35px;
    color: #fff;
}
.counter-icon img{
	width:90px;
	height:90px;
}
.counter-number {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.counter-label {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}



/********************************** Counter ***********************************************/



/********************************** Strategic Objectives ***********************************************/

.obj{
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.obj-img-wrapper {
  position: relative;
  overflow: hidden;
}

.obj-img img {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.obj-img h3 {
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.5); /* optional dark overlay */
  color: #fff;
  font-size: 24px;
  z-index: 2;
  transition: 0.3s ease;
  width: 92%;
  border-radius: 3px;
}

.obj-img h3:hover {
  background: rgba(0, 0, 0, 0.7);
}
.obj ul {
    padding: 55px;
}
.obj ul li{
    float: left;
    width: 100%;
    border:solid thin #E9EAE4;
    background: #fff;
    border-radius: 10px;
    text-align: left;
    padding: 15px;
    margin-bottom: 20px;
    color: #222520;
    font-size: 18px;
    font-weight: 600;
}
.obj ul li:hover{
    background: #C9A32B;
    border-color: #C9A32B;
    cursor: pointer;
}
.obj ul li:hover a{
    color: #fff;
}
.obj ul li a:hover{
    color: #fff !important;
}
.obj ul li a i {
    margin-right: 10px;
}
.obj ul li img{
	width:40px;
	height:40px;
	border-radius:50px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  height: auto;
}

.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}



/********************************** Strategic Objectives ***********************************************/




/********************************** Partner ***********************************************/

.partner-section{
    float: left;
    width: 100%;
    background: #f1f0f0;
    padding: 60px 0;
}
.partner-carousel{
    margin-top: 50px;
}
.partner-carousel .swiper-slide{
    width: 175px !important;
}
.partner-carousel .swiper-slide img{
    width: 175px;
    height: 140px;
    object-fit: cover;
}
.partner-section .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    display: none;
}


#mixedSlider {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#mixedSlider .MS-content .item .imgTitle img {
    height: 140px;
    width: 100%;
    object-fit: contain;
    object-position: top;
    margin-bottom: 20px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
#mixedSlider .MS-content .item .imgTitle h3{
  font-size: 20px;
  font-weight: 600;
    line-height: 10px;
    padding:0px;
  text-align: center;
    float: left;
    width: 100%;
}
#mixedSlider .MS-content .item .imgTitle span{
  text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 5px;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
    font-size: 19px;
    top: 50px;
    color: #fff;
    transition: 0.15s linear;
    width: 30px;
    height: 30px;
    background: #222520;
    border-radius: 50px;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}

/********************************** Partner ***********************************************/
.consortium-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.consortium-right{
    float: left;
    width: 100%;
    border-right: solid thin #dfdbdb;
}
.consortium-box{
    float: left;
    width: 29%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin-right: 20px;
    height: 160px;
}
.consortium-box img{
    max-width: 100%;
    height: auto;
    display: block;
    width: 70%;
    margin: 0 auto;
}


/********************************** FOOTER ***********************************************/

footer{
    float: left;
    width: 100%;
  background: #121414;
	margin-top:60px;
}
.footer-top{
  padding: 30px 0px 20px 0px;
  margin-top: 60px;
  background: linear-gradient(12deg, #0571c3 0.19%, #0571c3 48.63%, #2a2a2a 97.06%);
    background-size: cover;
    margin-bottom: 50px;
    border-bottom: solid thin #075d9f75;
}
.footer-top .social{
  display: flex;
  justify-content: end;
}
.footer-top .social a{
  color: #fff;
  margin-right: 20px;
  background: none;
  width: auto;
  height: auto;
}
.footer-top .social a i{
    font-size: 26px;
    margin-right: 25px;
}
.footer-top .social a span {
    font-size: 19px;
    font-weight: 500;
}
.footer-logo {
    float: left;
    width: 100%;
    padding: 0px  0px 13px 0px;
    margin-bottom: 20px;
}
.footer-logo img{
  width: 70%;
}
.footer-bottom{
    float: left;
    width: 100%;
  padding: 60px 0px 20px 0px;
  margin-top: 60px;
}
.footer-bottom h3{
  text-align: left;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 10px;
}
.footer-bottom ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 33px;
    color: #667471;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footer-bottom ul li i{
    color: #3ce174;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 16px;
    margin-top: 6px;
    margin-right: 10px;
}
.footer-bottom ul li a{
  color: #667471;
  font-weight: 600;
  font-size: 17px;
  line-height: 33px;
}
ul.links li i{
  transform: rotate(334deg);
}
.footer-bottom ul li a:hover{
  color: #C9A32B !important;
}
.footer-bottom-content{
    padding-right: 25px;
}
.footer-bottom-content .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
    margin-bottom: 25px;
  margin-top: 16px;
}
.footer-bottom-content  span {
  background-color: #3ce174;
  height: 2px;
  width: 10px;
}
.footer-bottom-content  .large-line {
  width: 50px;
}

.footer-bottom-content h4{
    color: #FFA500;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 0px;
}
.footer-bottom-content p{
    font-size: 18px;
    color: #dfcece;
    margin-bottom: 0px;
    font-weight: 600;
}
.footer-bottom-content strong{
    color: #FFA500;
    font-weight: 700;
    font-size: 20px;
}
.footer-bottom-content.last{
  border-right:none;
}
.footer-bottom-content.last ul{
  width: 33.33333333%;
  float: left;
}
.footer-bottom-content.last ul.right-ul li{ 
    display: flex;
    justify-content: end;
}
.footer-bottom-content .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 16px;
}
.footer-bottom-content  span {
  background-color:#3ce174;
  height: 2px;
  width: 10px;
}
.footer-bottom-content  .large-line {
  width: 50px;
}

.cp-list {
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
    display: flex; /* Align items in a row */
    gap: 10px; /* Add space between items */
}

.cp-list li {
    display: inline-block; /* Keep list items inline */
}

.cp-list img {
    width: 110px; /* Set image width */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove inline spacing below images */
}

ul.mid-ul {
    text-align: center;
}
.copyright{
    float: left;
    width: 100%;
  border-top:solid thin #123630;
  padding: 20px ;
  text-align: center;
}
.copyright p{
  margin-bottom: 0px;
  color: #fff;
}
.copyright p a{
  color: #C9A32B;
}
.copyright p strong{
  color: #FFA500;
  text-align: right;
}

/*********************** Overlay ****************************/


.overlay-box {
    width:calc(100% - 740px);
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 0px;
}
.overlay-box:nth-last-child(2){
  margin-left: 20px; 
}
.overlay-box:nth-last-child(3){
  margin-left: 20px;
}
.overlay-box:nth-last-child(1){
    margin-left: 20px;}
.overlay-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}
.overlay-box img {
    height: 320px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
.overlay-content {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.overlay-content  h3 {
    margin: 0px;
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px !important;
}
.overlay-content  h3 a {
    color: #fff;
    margin-bottom: 15px;
}
.overlay-content  h3 a:hover{
  color: #bf1821;
}

/*********************** Overlay ****************************/



.numbers-block {
  padding: 0px;
  float: left;
  width: 100%;
  background: #fafafa;
  border-radius: 5px;
  border: solid thin #f8f6f6;
  box-shadow: 0px 3px 3px 0px rgb(0 0 0 / 6%);
  margin-bottom: 30px;
}
.numbers-block:hover {
  box-shadow: 0px 2px 15px rgb(44 73 100 / 8%);
}
.numbers-block img{ margin-bottom:20px;}
.numbers-block h3{ 
    padding: 0px 15px;
    font-size: 20px;
    font-weight: 500;
    color: #20689e;}
.numbers-block p{
    padding: 0px 15px;
    margin: 0px 0px 8px 0px;}
.navbar-nav {
  display: flex !important;
  visibility: visible !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
	background:none !important;
	color:#c9a32b !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	font-size:14px !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background: none !important;
	font-size:16px !important;
	font-weight:700 !important;
}
.breadcrumb {
	background:#222520;
	float:left;
	width:100%;
    margin-bottom: 50px;
}
.breadcrumb h2{
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 50px;
    font-weight: 700;
}
.abt-wrap{
    float: left;
    width: 100%;
}
.abt-wrap p{
    text-align: justify;
    color: #444841;
    font-weight: 500;
}
.abt-sub {
    float: left;
    width: 100%;
    margin: 50px 0px;
}
.abt-bloc-img {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px #dfdfdf;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px;
}
.abt-bloc-img img {
    height: auto;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 40px;
}
.abt-bloc-img h3 {
    font-size: 40px;
    font-weight: 600;
    color: #C9A32B;
    display: flex;
    justify-content: flex-start;
}
.abt-bloc-img ul {
    float: left;
    width: 100%;
    margin-left: 20px;
    padding: 0px 15px;
}
.abt-bloc-img ul li {
    float: left;
    width: 100%;
    list-style: disc;
    margin-bottom: 15px;
}

.team-wrap {
    width: 100%;
    float: left;
    padding: 30px 0px;
	text-align:center;
}
.team-img img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 10px #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
    display: block;
    margin: 0 auto;
}
.team-content {
    float: left;
    width: 100%;
    text-align: center;
}
.team-content h3{
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    color: #479b64;
    line-height: 25px;
}
.team-content h3 a{
	color:#479b64;
}
.team-content span {
    font-size: 14px;
	color:#667471;
}
.team-content p{
    text-align: justify;}
span.page-numbers.current {
    background-color:#11377e;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
a.page-numbers{
    background-color: var(--rgba-primary-1);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 16px;
    color: #11377e;
    margin: 0px 5px;
}
a.page-numbers:hover{
    background: #9f985d;
    color: #fff;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.5); /* Black with opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: white;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 600px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.team {
    padding: 50px 0px !important;
}
.round-block {
    display: flex;
    justify-content: center;
}
.reports-wrap object {
    display: none !important;
}
.reports-wrap .wp-block-column {
    border: solid thin #ddd;
    border-radius: 50px;
    padding: 20px 30px 0px 30px;
    text-align: center;
}
.reports-wrap .wp-block-column a {
    font-weight: 600;
    color: #C9A32B;
    float: left;
    width: 100%;
    font-size: 15px;
}
.reports-wrap a.wp-block-file__button.wp-element-button {
    float: left;
    width: 50%;
    background: #C9A32B;
    color: #fff;
    margin: 15px 0px 15px 24%;
}

.sp-tab__nav-tabs .sp-tab__nav-link {
    border-right: 0px !important;
}
.sp-tab__lay-default > ul .sp-tab__nav-item {
    background: #479b64 !important;
	margin-right:0px !important;
}
.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title{ color:#fff !important;}

.sp-tab__lay-default > ul > li > .sp-tab__nav-link{
	border-color:#388552 !important;}
.sp-tab__lay-default > ul > li .sp-tab__nav-link{ border-radius:0px !important;}
.sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active{ background-color:#2d6c43 !important;}

a.donate-btn {
    color: #fff;
}
 a.donate-btn::before {
    background-color: #f98d43 !important;
}
 a.donate-btn::after {
    background-color: #f98d43 !important;
}
.sp-tab__tab-content .alignright {
    float: right;
    width: auto;
    border-radius: 8px;
	padding-left:20px;
}
.sp-tab__tab-content .alignleft{
    float: left;
    width: auto;
    border-radius: 8px;
	padding-right:20px;
}
.sp-tab__tab-content tr {
    display: flex;
}
section.tab-wrap {
    float: left;
    width: 100%;
    margin: 60px 0px;
}
ul.footer-social li {
    float: left;
    width: auto;
    margin-right: 20px;
}
.swiper.partner-carousel.swiper-initialized.swiper-horizontal{
	width:100%;
	float:left;
}
.branch-section{
	float:left;
	width:100%;
	background:#e9ede2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.branch-wrap {
    float: left;
    width: 100%;
}
.branch-section .hero-content h1{
	color:#3e3e3d;
}
.branch-section .hero-content p{
    color: #3B3B3C;
	margin-bottom:0px;
}
.branch-section .hero-content {
	background:#e9ede2;
    width: 100%;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.branch-section .donation-form input[type="submit"]{
	margin-bottom:0px;
}
.branch-block {
    float: left;
    width: 100%;
    border-radius: 5px;
    border: solid thin #DFDFD7;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.branch-block h3{
    font-size: 16px;
    font-weight: 600;
    color: #222520;
}
.branch-block span{
	color:#C9A32B;
}
.branch-block ul li{
    color: #666666;
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
}
.branch-block ul li i{
    margin-right: 10px;
}
.branch-wrap h2.title{
    margin-bottom: 20px;
    font-size: 26px;
}
.feedback .donation-form{
	max-width:fit-content;
}
.feedback .donation-form p{
    color: #8d8383;
	margin-bottom:20px;
}
/* Stack radio items vertically */
.wpcf7 .custom-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Align radio button and label text horizontally */
.wpcf7 .custom-radio label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
}

/* Optional: consistent size for radio button */
.wpcf7 .custom-radio input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #007bff;
    margin: 3px 0 0 0;
}
.wpcf7 .custom-radio .wpcf7-list-item{
	margin:0 0 0 -2.5em;
}
.feedback textarea{
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #efefea;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 47px;
}
.feedback .donation-form input[type="submit"]{ width:auto;}
.wpcf7 .screen-reader-response {
    clip-path: none !important;
    height: auto !important;
    width: 100% !important;
    position: relative !important;
}
.go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #444;
  color: white;
  font-size: 22px;
  padding: 10px 14px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 999;
  display: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.go-to-top:hover {
  background-color: #000;
}
.help__content tr, td {
    border: solid thin #ddd;
    padding: 0px 10px;
}
.help__content tr, td img{
    width: 40px;
    margin: 10px;
}
.help__content ul li{ list-style:disc !important;}
.success-story{
    width: 100%;
    float: left;
    margin: 40px 0 80px 0px;
}
.success-story h2.title {
    margin-bottom: 40px;
}
.success-story .overlay-block {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 25px;
    margin-bottom: 0px;
}
.success-story .overlay-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
}
.success-story .overlay-block img {
    height: 320px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}
.success-story .overlay-block img {
    height: 320px;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.success-story .overlay-block-content {
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.success-story .overlay-block-content  h3 {
    margin: 0px;
    line-height: 1.4;
    font-weight: 600;
    font-size: 20px !important;
}
.success-story .overlay-block-content  h3 a {
    color: #fff;
    margin-bottom: 15px;
}
.success-story .overlay-block-content  h3 a:hover{
  color: #bf1821;
}
.tab-wrap .gallery-item img {
    height: auto;
    border: none !important;
    padding: 5px !important;
    border-radius: 10px !important;
}
section.single-wrap {
    float: left;
    width: 100%;
    padding: 60px 0px;
}
.single-block {
    float: left;
    width: 100%;
}
.single-block h2.title {
    float: left;
	width:100%;
    text-align: left;
    border-top: dashed thin #ddd;
    border-bottom: dashed thin #ddd;
    padding: 15px 0px;
    margin-bottom: 40px;
}
.single-block-image {
    float: left;
    width: 100%;
}
.single-block-image img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.single-block-content {
    float: left;
    width: 100%;
}
.single-block-content p {
    text-align: justify;
    font-weight: 500;
}
.cat-block {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}
.cat-block img {
    width: 215px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link{ font-size:14px !important; text-transform:capitalize !important;}