
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* background: #f2f2f2; */
  font-family: "Poppins", sans-serif;
  /* font-weight: 500; */
  font-style: normal;
  /* border: 1px solid red !important; */
  /* padding: 0 35px; */
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 35px;
  /* background-color: #f2f2f2; */
  flex-wrap: wrap;
  position: relative;
  z-index: 999;
}

.container {
  /* max-width: 1600px; */
  width: 100%;
  margin: 0 auto;
}

.head {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.left-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.left-buttons a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #555;
}

.left-buttons .download-btn {
  background-color: #00d298;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.left-buttons .download-btn:hover {
  background-color: #00b884;
}

.logo-section {
  text-align: center;
  flex: 1;
  margin-left: 175px;
}

.logo-section p {
  font-weight: bold;
  margin-top: 5px;
  color: #222;
}

.logo-section h4 {
  font-size: 25px;
  margin-left: 125px;
  cursor: pointer;
}

nav {
  display: flex;
  gap: 25px;
}

nav a {
  text-decoration: none;
  font-size: 16px;
  color: #666;
  transition: color 0.3s;
  overflow: hidden;
  white-space: nowrap;
}

nav a:hover {
  color: #00d298;
  border-radius: 5px;
  /* transform: translateX(0) translateY(0); */
}

.hero {
  text-align: center;
  margin-top: 50px;
  padding: 0 20px;
}

.hero h1 {
  font-size: 38px;
  font-weight: 400;
  color: #333;
}

.hero h1 strong {
  display: block;
  font-size: 56px;
  font-weight: 800;
  color: #1f1f3e;
}

.hero img {
  margin-top: 40px;
  width: 300px;
  max-width: 90%;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}

.map-header {
  display: none;
}

.map-wrapper {
  display: none;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-left: 100px;
}

.social-icons a {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icons i {
  font-size: 18px;
}

.social-icons a:hover {
  transform: scale(1.1);
  color: #00b884;
}

.logo {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  flex: 1;
  color: #000;
}

nav {
  display: flex;
  align-items: center;
}

nav a {
  color: #716f87;
  text-decoration: none;
}

#nav-menu a {
  /* color: #716f87; */
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 1.2em;
  letter-spacing: -0.35px;
}
#nav-menu a.active {
  color: #00c693; /* Green when active */
}

.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.head {
  text-align: center;
}

.head::before {
  content: "";
  background-image: url(../images/shape.png);
  bottom: 0;
  left: 0;
  transform: translate("-50%,-50%");
  position: absolute;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 135% 100%;
  padding-top: 45%;
  z-index: 5;
  border-radius: 50px;
  background-color: #f1f1f1;
}

/* circle */
.circle-container {
  position: absolute;
  width: 500px;
  height: 500px;
  left: 63%;
  top: 50%;
  z-index: -4;
  transform: translate(-50%, -50%);
}

.circle {
  position: absolute;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  left: 0%;
  top: 50%;
}

.circle1 {
  width: 1000px;
  height: 800px;
  background-color: #0fdbaf;
}

.circle2 {
  width: 800px;
  height: 600px;
  background-color: #0ccf9e;
}

.circle3 {
  width: 600px;
  height: 400px;
  background-color: #08c08c;
}

.circle4 {
  width: 400px;
  height: 200px;
  background-color: #04b07a;
}

/* rotate icon */

.icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 2rem;
}

.circle-icon {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.circle-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.circle-icon p {
  margin: 0;
  font-weight: bold;
}

.circle-icon:hover {
  transform: rotate(180deg);
}

/* .circle-wrapper {
  position: relative;
  width: 800px;
  height: 800px;
  margin: 100px auto;
}

.box {
  position: absolute;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

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

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 10px;
  z-index: 9999;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.popup img {
  width: 300px;
  height: auto;
}

.popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
} */

/* main-box */

.main-style {
  /* flex-direction: column; */
  gap: 5px;
  position: relative;
  left: 0;
  top: 120px;
  z-index: 9999;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  /* text-align: center; */
  left: 100px;
  left: 0;
  height: 800px;
}

.maindesign1 {
  display: flex;
  position: relative;
}

.sidemain1 {
  width: 150px;

  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  margin-left: 10px;
  position: absolute;
  left: 0;
}

.content1 img {
  height: 100px;
  width: 100px;
}

.hover-box1:hover + .content1 {
  display: block;
  transition: opacity 1s ease, transform 1s ease;
  height: 100px;
  width: 100px;
}

.maindesign2 {
  display: flex;
  position: relative;
  width: 100px;
}

.sidemain2 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  margin-left: 10px;
  position: absolute;
  left: 0;
}

.hover-box1:hover + .content1 {
  display: block;
  pointer-events: none;
}

.maindesign3 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain3 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign4 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain4 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
  pointer-events: none;
}

.maindesign5 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain5 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* pointer-events: none; */
  opacity: 1;
  transform: translateX(0);
  /* pointer-events: auto; */
  /* left: 30px; */
}

.maindesign6 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain6 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign7 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain7 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign8 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain8 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign9 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain9 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign10 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain10 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign11 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain11 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign12 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain12 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign13 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain13 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign14 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain14 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign15 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain15 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign16 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain16 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

.maindesign17 {
  display: flex;
  position: relative;
  width: 150px;
}

.sidemain17 {
  width: 150px;
  height: 100px;
  /* background-color: red; */
  cursor: pointer;
  /* transition: all 0.3s; */
  /* position: absolute; */
  left: 0;
}



.sdg-section {
  max-width: 1500px;
  margin: 0 auto;
}
.sdg-section h3 {
  margin-left: 20px;
}
.sdg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  padding: 20px 0;
  margin: 0 20px;
}
.sdg-card {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-around;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.sdg-01 {
  background-color: #e5243b;
} /* No Poverty */
.sdg-02 {
  background-color: #dda63a;
} /* Zero Hunger */
.sdg-03 {
  background-color: #4c9f38;
} /* Health */
.sdg-04 {
  background-color: #c5192d;
} /* Education */
.sdg-05 {
  background-color: #ff3a21;
}
.sdg-06 {
  background-color: #26bde2;
}
.sdg-07 {
  background-color: #fcc30b;
}
.sdg-08 {
  background-color: #a21942;
}
.sdg-09 {
  background-color: #fd6925;
}
.sdg-10 {
  background-color: #dd1367;
}
.sdg-11 {
  background-color: #fd9d24;
}
.sdg-12 {
  background-color: #bf8b2e;
}
.sdg-13 {
  background-color: #3f7e44;
}
.sdg-14 {
  background-color: #0a97d9;
}
.sdg-15 {
  background-color: #56c02b;
}
.sdg-16 {
  background-color: #00689d;
}
.sdg-17 {
  background-color: #19486a;
}

.sdg-image img {
  width: 100vw;
  height: auto;
  object-fit: cover;
  display: block;
}
.sdg-title5 {
  font-size: 48px;
}

.content1 {
  display: none;
  position: absolute;
  left: 0;
}

.hover-box:hover + .content1 {
  display: block;
  /* left: 30px; */
}

/* Optional: add a hover effect */

.mainbox1 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  background-color: #e5243b;
  /* transition: height .2s ease-in-out, font-size .2s ease-in-out; */
  height: 100px;
  width: 15px;
}

.mainbox2 {
  /* background-color: var(--pill-color); */
  border-radius: 100px;
  /* text-align: center; */

  /* display: flex; */

  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  background-color: #dda63a;
  height: 100px;
  width: 15px;
}

.mainbox3 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  height: 100px;
  width: 15px;
  background-color: #4c9f38;
}

.mainbox4 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  height: 100px;
  width: 15px;
  background-color: #c5192d;
}

.mainbox5 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  height: 100px;
  width: 15px;
  background-color: #e7412e;
}

.mainbox6 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  height: 100px;
  width: 15px;
  background-color: #26bde2;
}

.mainbox7 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  height: 100px;
  width: 15px;
  color: #fff0;
  background-color: #fcc30b;
}

.mainbox8 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  height: 100px;
  width: 15px;
  background-color: #a21942;
}

.mainbox9 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  height: 100px;
  width: 15px;
  background-color: #fd6925;
}

.mainbox10 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  height: 100px;
  width: 15px;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  background-color: #dd1367;
}

.mainbox11 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  height: 100px;
  width: 15px;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  background-color: #fd9d24;
}

.mainbox12 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  height: 100px;
  width: 15px;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  background-color: #bf8b2e;
}

.mainbox13 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  height: 100px;
  width: 15px;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  background-color: #3f7e44;
}

.mainbox14 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  height: 100px;
  width: 15px;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  background-color: #0a97d9;
}

.mainbox15 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  height: 100px;
  width: 15px;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  background-color: #56c02b;
}

.mainbox16 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  height: 100px;
  width: 15px;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  background-color: #00689d;
}

.mainbox17 {
  border-radius: 100px;

  display: flex;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: var(--font-size-m);
  color: #fff0;
  height: 100px;
  width: 15px;
  transition: height 0.2s ease-in-out, font-size 0.2s ease-in-out;
  background-color: #19486a;
}

.sdg-subtitle {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 25px;
  text-align: center;
}

.sdg-image img {
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.sdg-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  /* padding-right: 2rem; */
}

.image-flex {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.sdg-content-wrapper,
.image-flex {
  flex: 1;
  margin: 0 auto;
}

.image-flex {
  flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
  justify-content: center;
  width: 100% !important;
  max-width: 100%;
  /* ADD THIS */
}

.sdg-subtitle-animate {
  opacity: 0;
  transform: translateX(60px);
  animation: slideFromRight 1s ease-out 0.5s forwards;
}

@keyframes slideFromRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* main-about-info */
.main-about-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 0 20px;
  gap: 20px;
  padding-top: 70px;
  max-width: 1500px;
  margin: 0 auto;
}

.main-about1 {
  flex: 1;
  padding: 20px;
  max-width: 600px;
  animation: fadeInLeft 1s ease forwards;
  text-align: center;
  animation: fadeInRight 1s ease forwards;
}

.main-about1 p {
  font-size: 18px;
  line-height: 1.8;
  /* color: #333; */
  margin-bottom: 20px;
  /* font-family: "Cedarville Cursive", cursive; */
  text-align: left;
  color: #4169e1;
}
.main-about1 :nth-child(3) {
  font-size: 25px;
   animation: glowText 2s infinite ease-in-out;
}

@keyframes glowText {
  0% {
    color: red;
    /* text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red; */
  }
  14% {
    color: rgb(255, 0, 221);
    /* text-shadow: 0 0 5px orange, 0 0 10px orange, 0 0 15px orange; */
  }
  28% {
    color: rgb(255, 153, 0);
    /* text-shadow: 0 0 5px yellow, 0 0 10px yellow, 0 0 15px yellow; */
  }
  42% {
    color: green;
    /* text-shadow: 0 0 5px green, 0 0 10px green, 0 0 15px green; */
  }
  57% {
    color: blue;
    /* text-shadow: 0 0 5px blue, 0 0 10px blue, 0 0 15px blue; */
  }
  71% {
    color: indigo;
    /* text-shadow: 0 0 5px indigo, 0 0 10px indigo, 0 0 15px indigo; */
  }
  85% {
    color: rgb(116, 23, 116);
    /* text-shadow: 0 0 5px violet, 0 0 10px violet, 0 0 15px violet; */
  }
  100% {
    color: red;
    /* text-shadow: 0 0 5px red, 0 0 10px red, 0 0 15px red; */
  }
}
.main-about1 h2
.page-template-homepage  h2
{
  color: #4169e1;
}
.main-about1 {
  flex: 1;
  max-width: 1000px;
}

.main-about2 img {
  max-width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.main-about2 img:hover {
  transform: scale(1.05) rotate(2deg);
  cursor: pointer;
}

/* Animations */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-main {
  display: flex;
  /* max-width: 1500px; */
  justify-content: space-around;
  padding: 20px 0;
  align-items: center;
  /* background: content-box; */
  background-color: #f5f5f5;
}

.heading-red {
  margin-left: -65px;
}

.contact-box h3 {
  padding: 10px 0;
  color: #008080;
}

.phone_number a {
  color: black;
  text-decoration: none;
}

.phone_number a:hover {
  color: blue;
}

.email_id a {
  color: black;
  text-decoration: none;
}

.email_id a:hover {
  color: blue;
}

.contactformpage p {
  padding: 10px 0;
}

.contactformpage input {
  padding: 5px 0;
  margin: 5px 0;
}

.contactformpage ::placeholder {
  color: #000;
}

.wpcf7-list-item.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #008080;
  box-shadow: 00 0 8px rgba(0, 128, 128, 0.3);
  outline: none;
}

.wpcf7 input[type="submit"] {
  background-color: #008080;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s;
  width: 100%;
  max-width: 200px;
  margin-top: 10px;
  height: 50px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #000;
  color: #fff;

  transform: scale(1.03);
}

.form-main {
  background: linear-gradient(45deg, #47ebc6 0, #1c2530 50%, #0487ff 100%);
  overflow: hidden;
  -webkit-transition: max-height 0.5s linear !important;
  position: relative;
  padding: 26px;
  border-radius: 15px;
}

.form-main h2 {
  color: #fff;
}

.contact-box h2 {
  font-size: 40px;
  font-weight: 600;
  color: #008080;
}

.breadcrumb {
  position: absolute;
  top: 70%;
  left: 50%;
  color: 008080;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.form-link a {
  color: #fff;
}

.ouraddress i {
  margin-right: 20px;
}

.email_id i {
  margin: 0 20px;
}

.phone_number i {
  margin-right: 20px;
}

.contactformpage input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #000;
}

.visionpage {
  height: 100vh;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
  animation: animatedBackground 15s linear infinite;
}

.vision-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 9999;
}

.vision-img {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  height: 50vh;
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 10%;
}

.vision-inner p {
  font-size: 16px;
  max-width: 500px;
  padding: 15px 0;
}

.vision-inner a {
  background-color: #008080;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s;
  width: 100%;
  /* max-width: 200px; */
  margin-top: 20px;
  text-decoration: none;
  /* height: 50px; */
}

.col-6.right {
}

.overaddress p {
  font-size: 17px;
}

/* pagination */
.blog-pagination {
  /* display: flex
; */
  justify-content: center;
  /* margin-top: 40px; */
  position: absolute;
  /* top: 55%; */
  display: flex;
  left: 47%;
  bottom: 30px;
}

.blog-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.blog-pagination li {
  margin: 0;
}

.blog-pagination a,
.blog-pagination span {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
  border-right: 1px solid #eee;
  background: #f9f9f9;
}

.blog-pagination li:last-child a,
.blog-pagination li:last-child span {
  border-right: none;
}

.blog-pagination a:hover {
  background-color: #000;
  color: white;
  transform: translateY(-3px);
  /* slight float-up */
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.blog-pagination .current {
  background-color: #00cc99;
  color: white;
  font-weight: bold;
}

section.page-main {
  position: relative;
}

/* Typing effect */
@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 24ch;
  }

  /* adjust based on actual text length */
}

/* Cursor blink */
@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.contact-main .content {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}

.contactformpage .content {
  padding: 50px 0;
}

/* .contactformpage input.wpcf7-form-control.wpcf7-submit.has-spinner 
{
      color: #000;
    border: 1px solid #fff;
    background: cadetblue;
}
.contactformpage textarea.wpcf7-form-control.wpcf7-textarea 
{
  margin: 5px 0;
  padding: 11px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  padding: 10px;
} */

/* Responsive */
@media (max-width: 768px) {
  .main-about1,
  .main-about2 {
    max-width: 100%;
  }

  .vision-info {
    flex-direction: column;
  }

  .custom-contact-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .contact-column {
    width: 100%;
  }

  .contactformpage.wpcf7 input[type="submit"] {
    width: 100%;
  }
}

.circle-main {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.circle-wrapper {
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
  left: -90px;
}

.icon {
  position: absolute;
  transition: transform 0.2s;
  will-change: transform;
}

.icon img {
  width: 100px;
  height: 100px;
  transition: opacity 0.3s ease;
  rotate: 90deg;
  cursor: pointer;
}

#popup {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1001;
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 20px #ddd;
  max-width: 420px;
  margin: 0 auto;
}

/* àª¬à«‡àª•àª—à« àª°àª¾àª‰àª¨à« àª¡ àª¶àª°àª¤ */
#popup img {
  max-width: 33vw;
  max-height: 33vh;
}

/* overlay background */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.closeBtn {
  position: absolute;
  right: -10px;
  top: 1px;
  font-size: 31px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 50%;
  /* background-color: #000; */
  color: #fff;
  width: 30px;
  height: 30px;
}

.awesome-button {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  border: none;
  border-radius: 50px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-top: 3px;
}

.awesome-button:hover {
  background: linear-gradient(135deg, #ff4b2b, #ff416c);
  /* box-shadow: 0 6px 20px r0gba(0, 0, 0, 0.3); */
  transform: translateY(-2px);
}

.awesome-button:active {
  transform: scale(0.98);
}

.popup-content img {
  display: none;
  max-width: 100%;
}

.close-button {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: #000;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: -10%;
  z-index: 999;
}

.close-button:hover {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  box-shadow: 0 6px 15px rgba(0, 0, 00, 0.3);
  transform: scale(1.1) rotate(90deg);
}

.close-button:active {
  transform: scale(0.95);
}

#popup-content img {
  width: 100%;
}

#popup img {
  width: 100%;
}

.container-box {
  display: none;
}

/* footer */
.social-icons1 {
  display: flex;
  justify-content: center;
  gap: 50px;
  /* margin: 25px 0; */
}

.social-icons1 a {
  background: white;
  color: #333;
  border-radius: 50%;
  font-size: 20px;
  gap: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
  width: 40px;
  height: 40px;
  margin-top: 25px;
}

.social-icons1 a:hover {
  transform: scale(1.1);
  color: #00b884;
  transition: 0.5s;
}

footer {
  background-color: #00cc99;
  /* margin-top: 60px; */
}

.footer {
  background: #111;
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  border-top: 2px solid #e50914;
}

.footer-content {
  /* max-width: 1200px; */
  margin: auto;
  padding: 10px;
  text-align: center;
}

.footer p {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #e50914;
}

.popup-modal {
  display: none;
}

/* poverty-page */
.poverty-main img {
  margin: 0 auto;
  /* width: 100%; */
}

.bg-poverty1 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #e6213d;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty2 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #dda63a;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty3 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #289c49;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty4 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #c52139;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty5 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #f04229;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty6 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #06add9;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty7 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #feb413;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty8 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #901939;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty9 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #f36e29;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty10 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #e31287;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty11 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #fa9d2b;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty12 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #d08f2b;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty13 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #3f7e44;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty14 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #0a97d9;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty15 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #5abb4a;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty16 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #136a9f;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}

.bg-poverty17 {
  position: relative;
  height: auto;
  /* background: linear-gradient(353deg, #000000, #ff0000); */
  overflow: hidden;
  background: #19486a;
  display: flex;
  /* justify-content: center; */
  justify-content: flex-start;
  align-items: center;
  color: white;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(03, 1fr);
  /* grid-template-columns: repeat(3,0 minmax(250px, 1fr)); */
  gap: 20px;
  padding: 0020px;
  max-width: 1500px;
  margin: auto;
  box-sizing: border-box;
}

.grid-box {
  /* background-color: #009688; */
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  padding: 20px 0;
  /* background: #fff; */
  /* border-radius: 20px; */
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align: center;
  cursor: pointer;
  max-width: 300px;
}
.main-goal-title h3 {
  text-align: center;
  margin-top: 70px;
  font-size: 25px;
}
.img-poverty_goal img {
  /* width: 300px; */
  /* width: 10vw; */
  /* height: 20vh; */
  max-width: 100%;
  width: auto !important;
  margin: 10px auto;
  /* display: block; */
  transition: transform 0.4s ease;
}
.boxgoals {
  /* border: 3px solid #000; */
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 10px;
  text-align: center;
}
.boxgoals a {
  color: #000;
  text-decoration: none;
}
.boxgoals h3 {
  margin-top: 12px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}

.boxgoals p {
  margin-top: 8px;
  font-size: 0.95rem;
  color: #555;
  text-align: center;
}
.all_goal1 a {
  font-size: 14px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s ease;
  animation: gradientMove 5s ease infinite;

  /* background:#00; */
  padding: 3px;
}

.grid-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.goal-box:hover .goal-img img {
  transform: scale(1.05);
}

.all_goal1 {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #000;
  border: 1px solid #000;
}
.all_goal1 h4 {
  margin: 10px 0 8px;
  font-size: 1.3rem;
  color: #111;
  font-weight: 700;
  transition: color 0.3s ease;
}
.all_goal1 p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
.title-poverty {
  font-size: 2.5rem;
  z-index: 2;
  text-align: left;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  /* display: flex; */
   justify-content: center;
  display: flex;
}
.search-btn {
  display: flex;
}
    select#sdg-selector {
        max-width: 45%;
        padding: 12px 16px;
        border: 2px solid #0077cc;
        border-radius: 8px;
        font-size: 16px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        outline: none;
        transition: 0.3s ease;
    }

#input-boxgoal {
  /* width: 100%; */
  padding: 12px 16px;
  border: 2px solid #0077cc;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  outline: none;
  transition: 0.3s ease;
}

#input-boxgoal:focus {
  border-color: #005fa3;
  box-shadow: 0 0 12px rgba(0, 127, 255, 0.3);
}

.suggestion-box {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  position: absolute;
  width: 75%;
  z-index: 10;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  left: -53%;
  top: 100%;
}

.suggestion-box li {
  padding: 10px 16px;
  cursor: pointer;
  transition: 0.2s ease;
}

.suggestion-box li:hover {
  background-color: #f0f8ff;
  color: #0077cc;
  font-weight: 500;
}

.goal-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
}

.goal-card {
  display: none; /* hidden by default */
  padding: 20px;
  background: #f5f5f5;
  border-radius: 12px;
  width: 250px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: bold;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.boxgoals {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.3s;
}

.boxgoals img {
  width: 100px;
  margin-bottom: 10px;
}

.boxgoals h3 {
  margin: 10px 0;
  font-size: 18px;
}

.boxgoals p {
  font-size: 14px;
  color: #666;
}

.hidden {
  display: none;
}

.search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px;
}

.search-box input[type="text"] {
  width: 300px;
  padding: 10px 15px;
  font-size: 16px;
  border: 2px solid #007bff;
  border-radius: 25px;
  outline: none;
  transition: 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
}

.search-box input[type="text"]:focus {
  border-color: #0056b3;
  box-shadow: 0 0 12px rgba(0, 86, 179, 0.3);
}

.search-box button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-box button:hover {
  background-color: #0056b3;
}

.title-poverty p {
  font-size: 18px;
}

.title-poverty span {
  font-size: 150px;
}

.circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  animation: float 6s ease-in-out infinite;
}

.circle-poverty1 {
  width: 300px;
  height: 300px;
  /* top: 10%;
  left: 15%;
   */
  background: inherit;
  left: 18%;
  /* margin-bottom: 40% !important; */
  top: 6%;
}

.circle-poverty2 {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: 20%;
}

.circle-poverty3 {
  width: 150px;
  height: 150px;
  bottom: 50%;
  left: 38%;
}

@keyframes float {
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }
}

.sdg-main5 {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  height: auto;
  padding: 2rem 5%;
  /* gap: 6rem; */
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.sdg-box5 {
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-top: 10%;
  justify-content: center;
}

.sdg-box5::after {
  content: "";
  background-image: url(../images/icon-no-poverty.png);
  width: 745px;
  height: 600px;
  background-repeat: no-repeat;
  position: absolute;
  top: 228px;
  transform: translate(-50%, -50%);
  left: 70%;
}

.sdg-image {
  background-color: transparent;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.sdg-number5 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0 0, 0.3);
  animation: zoomIn 1.5s ease forwards;
}

.sdg-title5 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  animation: slideIn 1.5s ease forwards;
}

.sdg-title5 span {
  -webkit-text-fill-color: #fff;
  font-weight: 800;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.members-main5 {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  height: auto;
  /* padding: 2rem 5%; */
  /* gap: 6rem; */
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.members-box5 {
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  margin-top: 10%;
  justify-content: center;
}

.members-box5::after {
  content: "";
  background-image: url(../images/icon-no-poverty.png);
  width: 745px;
  height: 600px;
  background-repeat: no-repeat;
  position: absolute;
  top: 228px;
  transform: translate(-50%, -50%);
  left: 70%;
}

.members-image {
  background-color: transparent;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.members-number5 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0 0, 0.3);
  animation: zoomIn 1.5s ease forwards;
}

.members-title5 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  animation: slideIn 1.5s ease forwards;
}

.members-title5 span {
  -webkit-text-fill-color: #fff;
  font-weight: 800;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.no-end-poverty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  max-width: 1500px;
  margin: 0 auto;
  gap: 15px;
}

.no-end-poverty p {
  max-width: 1500px;
  line-height: 35px;
  margin-bottom: 10px;
}

.button-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.fancy-btn {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  color: #000;
  /* background: linear-gradient(135deg, #3304b4, #ff4b2b); */
  -webkit-mask-image: linear-gradient(
    95deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );
  -webkit-mask-size: 200%;
  animation: shine 2.5s linear infinite;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(255, 65, 108, 0.3);
}

.fancy-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 30px rgba(255, 75, 43, 0.5);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-end-poverty {
  margin: 0 20px;
}

.news-poverty {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  color: #000;
  /* background: linear-gradient(135deg, #3304b4, #ff4b2b); */
  -webkit-mask-image: linear-gradient(
    95deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );
  -webkit-mask-size: 200%;
  animation: shine 2.5s linear infinite;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 80px 20px rgba(255, 65, 108, 0.3);
  text-align: end;
}

.news-poverty a:hover {
  color: red;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #ff416c, #ff4b2b);
  padding: 15px 0;
  position: relative;
  margin: 15px 0;
}

.marquee-text a {
  white-space: nowrap;
  display: inline-block;
  animation: scroll-left 12s linear infinite;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.share-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.share-section span {
  font-weight: 600;
  font-size: 18px;
  color: #222;
}

.share-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.share-icon:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.twitter {
  background: #1da1f2;
}

.facebook {
  background: #3b5998;
}

.linkedin {
  background: #0077b5;
}

.whatsapp {
  background: #25d366;
}

.email {
  background: #6c6c6c;
}

.things-to-do h2 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
  /* margin: 30px 0; */
}

p.sub {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
  color: #333;
}


.targets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.targetcard {
  margin: 20px 0;
}

.target-card {
  gap: 20px;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  /* align-items: center; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  max-width: 25vw;
  margin: 20px 10px;
  display: flex;
}

.target-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.target-img {
  flex-shrink: 0;
}

.target-img img {
  height: 90px;
  width: auto;
  border-radius: 8px;
}

.target-text h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  transition: color 0.3s;
}

.target-text p {
  /* margin: 10px 0 0; */

  font-size: 15px;
  color: #555;
  transition: all 0.3s ease;
  max-width: 100%;
}

.target-card:hover .target-text h3 {
  color: #d32f2f;
}

.target-card:hover .target-text p {
  color: #000;
}

.things-grid {
  /* max-width: 1200px; */
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content:flex-start;
}

.things-to-do {
  padding: 30px 0;
  max-width: 1500px;
  margin: 0 auto;
}

.thing-item {
    display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  flex: 1 1 30%;
  margin: 10px 20px;
  min-width: 280px;
  max-width: 29%;
}

.thing-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.icon-circle1 {
  min-width: 50px;
  height: 50px;
  background: #e51937;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle2 {
  min-width: 50px;
  height: 50px;
  background: #dda63a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle3 {
  min-width: 50px;
  height: 50px;
  background: #289c49;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle4 {
  min-width: 50px;
  height: 50px;
  background: #c5192d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle5 {
  min-width: 50px;
  height: 50px;
  background: #e7412e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle6 {
  min-width: 50px;
  height: 50px;
  background: #26bde2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle7 {
  min-width: 50px;
  height: 50px;
  background: #fcc30b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle8 {
  min-width: 50px;
  height: 50px;
  background: #a21942;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle9 {
  min-width: 50px;
  height: 50px;
  background: #fd6925;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle10 {
  min-width: 50px;
  height: 50px;
  background: #dd1367;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle11 {
  min-width: 50px;
  height: 50px;
  background: #fd9d24;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle12 {
  min-width: 50px;
  height: 50px;
  background: #bf8b2e;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle13 {
  min-width: 50px;
  height: 50px;
  background: #3f7e44;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle14 {
  min-width: 50px;
  height: 50px;
  background: #0a97d9;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle15 {
  min-width: 50px;
  height: 50px;
  background: #4c9f38;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle16 {
  min-width: 50px;
  height: 50px;
  background: #00689d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.icon-circle17 {
  min-width: 50px;
  height: 50px;
  background: #19486a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.thing-item:hover .icon-circle {
  background: #c4172e;
}

.thing-text p {
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.main-target {
  max-width: 1500px;
  margin: 0 auto;
}

.main-target h2 {
  margin: 30px 0;
}

.thing-text b {
  color: #000;
}

.main-card-thing {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;

  max-width: 1500px;
  margin: 0 auto;
}

h2 {
  text-align: center !important;
  margin: 0 10px;
  padding-top: 15px;
}

.goal-desc,
.thing-text,
.card {
  text-align: justify;
  hyphens: auto;
}

.card {
  background: #fdfdfd;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #ddd;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  position: relative;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1500px;
  margin: 20px auto;
}

.card {
  flex: 0 1 calc(50% - 20px);
  /* 03 cards per row with spacing */
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 15px;
}

.card p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.card a {
  text-decoration: none;
}

.card .btn {
  margin-top: 30px;
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #e51937;
  color: #000;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card .btn:hover {
  background: #e51937;
  color: #fff;
  transform: scale(1.05);
}

.card .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: left 0.3s ease;
}

.card .btn:hover::before {
  left: 0;
}

@media (max-width: 500px) {
  .thing-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .target-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    width: 100%;
    max-width: 100%;
  }

  .newsletter1 p,
  .newsletter2 p,
  .newsletter3 p,
  .newsletter4 p,
  .newsletter5 p,
  .newsletter6 p,
  .newsletter7 p,
  .newsletter8 p,
  .newsletter9 p,
  .newsletter10 p,
  .newsletter11 p,
  .newsletter12 p,
  .newsletter13 p,
  .newsletter14 p,
  .newsletter15 p,
  .newsletter16 p,
  .newsletter17 p {
    font-size: 14px !important;
    /* max-width: 800px; */
    margin: 15px 0;
    /* margin-bottom: 40px; */
    line-height: 1.6;
    padding: 0 10px;
  }

  .social-icons1 {
    gap: 25px;
  }

  .form-row {
    margin-bottom: 0 !important;
  }

  .newsletter p {
    margin: 5px !important;
    font-size: 12px !important;
  }

  .wpcf7-response-output {
    font-size: 15px !important;
  }

  .circle-main {
    min-height: 590px !important;
  }
 .page-id-27 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: fit-content;
  }
  .icon-circle {
    margin-bottom: 10px;
  }

  

 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 95% !important;
    margin: 25px auto;
  }
  .things-to-do h2 {
    margin: 0;
    font-size: 23px;
  }

  .things-to-do {
    padding: 10px 0 !important;
  }

  .contactformpage input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: 0 10px;
  }

  .contactformpage span.wpcf7-form-control-wrap {
    margin: 0 2px;
  }

  .contactformpage
    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 5px 0;
  }

  .contactformpage textarea.wpcf7-form-control.wpcf7-textarea {
    margin: 5px 0;
    padding: 6px;
  }

  .social-icons1 a {
    font-size: 17px;
    width: 30px;
    height: 30px;
  }
}

.newsletter1 {
  text-align: center;
  padding: 30px 0px;
  background: #e6213d;
  color: #fff;
}

.newsletter2 {
  text-align: center;
  padding: 30px 0px;
  background: #d4a12c;
  color: #fff;
}

.newsletter3 {
  text-align: center;
  padding: 30px 0px;
  background: #289c49;
  color: #fff;
}

.newsletter4 {
  text-align: center;
  padding: 30px 0px;
  background: #c52139;
  color: #fff;
}

.newsletter5 {
  text-align: center;
  padding: 30px 0px;
  background: #f04229;
  color: #fff;
}

.newsletter6 {
  text-align: center;
  padding: 30px 0px;
  background: #06add9;
  color: #fff;
}

.newsletter7 {
  text-align: center;
  padding: 30px 0px;
  background: #feb413;
  color: #fff;
}

.newsletter8 {
  text-align: center;
  padding: 30px 0px;
  background: #901939;
  color: #fff;
}

.newsletter9 {
  text-align: center;
  padding: 30px 0px;
  background: #f36e29;
  color: #fff;
}

.newsletter10 {
  text-align: center;
  padding: 30px 0px;
  background: #e31287;
  color: #fff;
}

.newsletter11 {
  text-align: center;
  padding: 30px 0px;
  background: #fa9d2b;
  color: #fff;
}

.newsletter12 {
  text-align: center;
  padding: 30px 0px;
  background: #d08f2b;
  color: #fff;
}

.newsletter13 {
  text-align: center;
  padding: 30px 0px;
  background: #3f7e45;
  color: #fff;
}

.newsletter14 {
  text-align: center;
  padding: 30px 0px;
  background: #1c97d3;
  color: #fff;
}

.newsletter15 {
  text-align: center;
  padding: 30px 0px;
  background: #5abb4a;
  color: #fff;
}

.newsletter16 {
  text-align: center;
  padding: 30px 0px;
  background: #136a9f;
  color: #fff;
}

.newsletter17 {
  text-align: center;
  padding: 30px 0px;
  background: #16486b;
  color: #fff;
}

.newsletter h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.newsletter1 p,
.newsletter2 p,
.newsletter3 p,
.newsletter4 p,
.newsletter5 p,
.newsletter6 p,
.newsletter7 p,
.newsletter8 p,
.newsletter9 p,
.newsletter10 p,
.newsletter11 p,
.newsletter12 p,
.newsletter13 p,
.newsletter14 p,
.newsletter15 p,
.newsletter16 p,
.newsletter17 p {
  font-size: 16px;
  /* max-width: 800px; */
  margin: 15px auto;
  /* margin-bottom: 40px; */
  line-height: 1.6;
}

.form-row p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 auto;
  width: 100%;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 0 auto 20px;
  max-width: 900px;
  /* controls the width */
  /* padding: 0 15px; */
  /* adds space on sides */
  box-sizing: border-box;
}

.form-row input {
  padding: 12px 10px;
  font-size: 16px;
  /* color: #fff; */
  /* background: transparent; */
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  min-width: 200px;
  transition: all 0.3s ease;
  border: 1px solid;
}
.wp-singular .wpcf7-form-control-wrap {
  margin: 0 10px;
}

.wp-singular .wpcf7-form-control {
  margin: 10px 0;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  /* padding: 10px; */
}

.form-row input:focus {
  /* transform: scale(1.05); */
  border-color: #f5f5f5;
}

.form-row .btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin: 20px 0;
}

.form-row .btn:hover {
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}

.note {
  font-size: 13px;
  margin-top: 15px;
}

.note a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.note a:hover {
  color: #ddd;
}

.form-block.wpcf7-form-control-wrap::placeholder {
  color: #000;
}

.cards-container5 {
  display: flex;

  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1500px;
  margin: 0 auto;
}

.latest-news {
  padding:90px 0;
}

.newscard {
  background: #fff;
  border-radius: 12px;
  width: 30%;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  margin-top: 2%;
}

.newscard:hover {
  transform: translateY(-5px);
}

.card-date {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 10px;
  line-height: 1.4;
}

.card-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.read-more {
  font-size: 14px;
  color: #00cc99;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.read-more:hover {
  text-decoration: underline;
}

.read-more::after {
  font-family: "Font Awesome 5 Free";
    content: "\f061";
  margin-left: 6px;
  font-size: 16px;
}

/* Responsive */

/* new */

/* form */
.newsletter p {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}

.wpcf7-response-output {
  position: relative;
  display: inline-block;
  padding: 10px !important;
  margin: 0 !important;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  color: #fff;
  font-family: sans-serif;
  z-index: 1;
  font-size: 18px;
  border-color: #fff !important;
  display: flex;
  text-align: center;
  justify-content: center;
  max-width: 98%;
}

.wpcf7-response-output::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #ff0000, #ff7b00, #ff3c00, #0084ff);
  background-color: transparent !important;
  color: #000;
  background-size: 300% 300%;
  z-index: -1;
  animation: borderAnim 2s linear infinite;
  border-radius: 12px;
  border: #000;
}
.impact-achive .wpcf7-response-output {
  color: #008000;
}



@keyframes borderAnim {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.wpcf7-submit.has-spinner {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin: 20px 0px;
}

.newsletter p {
  font-size: 16px;
  /* max-width: 800px; */
  margin: auto;
  margin-bottom: 40px;
  line-height: 1.6;
}

.all-goals-template-default input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 90%;
  display: flex;
  margin: 20px auto;
}

.page-template-page-become-partner .wpcf7-form-control-wrap {
  margin: 0;
}

.wpcf7-list-item .wpcf7-list-item-label {
  
  margin-left: 15px;
  /* margin-bottom: 15PX; */
  font-size: 16px;
  line-height: 25px;
  /* margin-bottom: 15PX; */
}
.wpcf7-form-control-wrap.wpcf7-not-valid-tip {
  /*color: red !important;*/
  color: #fff;
}
.investor-grid {
  margin-top: 10px;
  max-width: 100%;
}

.subscriber-template-default .wpcf7-not-valid-tip 
{
  
  margin-top: 10px !important;
}
.page-template-page-contact .wpcf7-not-valid-tip
{
  margin-left: 10px;
}
.investor-grid label {
  /* display: flex; */
  align-items: center;
  font-size: 16px;
  white-space: normal;
  line-height: 1.4;
}
.investor-grid .wpcf7-list-item {
  width: 48%;
  display: inline-block;
  margin: 0 0 0 1em;

}
span.wpcf7-list-item.first.last {
  width: 65%;
  padding: 20px 0;
}

.investor-grid input[type="checkbox"] {
  margin-left: -12px;
}

.contactformpage .wpcf7-response-output {
  color: #fff;
}
.investor-title p {
  padding: 15px 0;
}
.form-block .wpcf7-form form {
  gap: 0;
}
.single-all-goals span.wpcf7-not-valid-tip {
  color: #fff;
}


/* single blog post(shreya)*/
.blog-title {
  max-width: 1500px;
  margin: 3rem auto 3rem auto;
  padding: 0 1rem;
  text-align: center;
}

.blog-title h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
   text-transform: capitalize;
}

.blog-title .meta {
  font-size: 0.9rem;
  color: #777;
}

.banner img {
  max-width: 100%;
  height: auto;
  margin-top: 1rem;
  border-radius: 8px;
}

.blog-content {
  max-width: 1500px;
  margin: 0 auto 3rem auto;
  padding: 0 1rem;
  text-align: center;
}

.blog-content img {
  width: 728px;
  height: 728px;
  display: block;
  margin: 1rem auto;
  border-radius: 6px;
}

.newscard .card-img {
  width: 100%;
}
.newscard .card-img img {
     /* width: 100%; */
    /* height: auto; */
    border-radius: 6px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 10px auto;
   
}
/* our vision css */

.our-vision-section {
  padding: 60px 20px;
  background-color: #f5f5f5;
}
.our-vision-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* max-width: 1200px; */
  max-width: 1480px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.our-vision-image img {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 8px;
  display: block;
}
.our-vision-content {
  flex: 1;
  max-width: 700px;
}

.our-vision-content h2 {
  font-size: 48px;
  color: #222;
  margin-bottom: 22px;
}

.our-vision-content p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

/* become partner */
.become-main {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
  /* flex-wrap: wrap; */
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 0;
}

.become-form {
  background: #f5f5f5;
  padding: 25px 50px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  min-width: 400px;
}
.form-fulls label {
  margin: 0 12px;
}

.become-form h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #111;
  transition: color 0.3s ease;
}

.become-form:hover {
  /* transform: scale(1.05); */
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  /* box-shadow: 0 8px 20px rgba(1, 154, 255, 0.3); */
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.become-form.active.invester {
  background: linear-gradient(135deg, #00b894, #00cec9);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 174, 255, 0.4);
}

.become-form.active.vender {
  background: linear-gradient(135deg, #00b894, #00cec9);
  color: #fff;
  box-shadow: 0 10px 30px rgba(255, 180, 0, 0.4);
}

.become-form.active.user {
  background: linear-gradient(135deg, #00b894, #00cec9);

  color: #fff;
  box-shadow: 0 10px 30px rgba(162, 155, 254, 0.4);
}

.become-form.active h3 {
  color: #fff;
}

.form-fulls {
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 0px;
  box-sizing: border-box;
}

.form-block {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  max-width: 1000px;
}

/* Contact Form 7 Fields */
.form-block form {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}

.sdg-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Change to 4 for four columns */
  gap: 10px 30px;
  margin-top: 10px;
}

.members-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* Change to 4 for four columns */
  gap: 10px 30px;
  margin-top: 10px;
}
.wpcf7 textarea.wpcf7-list-item.wpcf7-list-item {
  width: auto;
  margin: 0 10px;
}
.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="tel"],
.form-block textarea {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  transition: border 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}

.form-block input[type="text"]:focus,
.form-block input[type="email"]:focus,
.form-block textarea:focus {
  border-color: #00cec9;
  outline: none;
}

/* Submit Button Styling */
.form-block input[type="submit"] {
  background: #007b7f;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: fit-content;
  align-self: center;
}

.form-block input[type="submit"]:hover {
  background: #00b894;
}

/* related goals banner number */

.rbn-container h4 {
  color: #9f9f9f;
  font-weight: 300;
}

.related-banner-number {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 0;
  justify-content: flex-start;
}

.rbn-card {
   display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  width: 45px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.rbn-card:hover {
  transform: scale(1.05);
}

/* goal column blog page */

.single-post .members-section {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}

.single-post .members-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  padding: 20px 0;
  margin: 0 20px;
}

.single-post .members-card {
  .single-post .members-card {
    width: 100%;
  }
}
.single-post .sdg-section {
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
}

.single-post .sdg-grid {
  display: flex;
      flex-wrap: wrap;
    justify-content: center;
  gap: 15px;
  padding: 20px 0;
  margin: 0 20px;
}


/* Related subscriber */

.related-subscriber-section{
    max-width: 1500px;
    margin: 0 auto;
}
.related-subscriber-section h3{
  text-align: center;
  margin: 20px 0;
}
.related-subscriber-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  padding: 20px 0;
  margin: 0 20px;
}
.related-subscriber-card{
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.related-subscriber-card a{
    text-decoration: none;
    color: white;
}

/* Related Goals on Subscriber */

.related-goals-section {
  max-width: 1500px;
  margin: 0 -18px;
  width: 100%;
  padding: 0 1rem;
}

.related-goals-list {
  display: flex;
  gap: 15px;
  padding: 20px 0;
  /* margin: 0 20px; */
}

.related-goals-heading{
  margin: 30px 0 10px 0;
}

.related-goal-card {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  width: 25%;
}
.related-goal-card a {
  text-decoration: none;
  color: white;
}

.related-goal-card span {
  padding-right: 10px;
}


/* privacy policy */

/* Main Container Styling */
.full-width-content {
  background: linear-gradient(to right, #f0f4f8, #e2eafc);
  padding: 60px 20px;

}

.content-sidebar-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}

/* Main Content Area */
.content {
  padding: 40px 30px;
}

/* Page Title */
.entry-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  /* color: #333; */
  padding-bottom: 10px;
  margin: 0 auto;
}

/* Page Content */
.entry-content {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
}
.entry-content p 
{
  text-align: start;
}

.investor-grid .wpcf7-list-item {
  width: 48%;
  display: inline-block;
  margin: 0 0 0 1em;
  /* width: 48%; */
}

.wpcf7-acceptance .wpcf7-list-item {
  width: 100% !important;
  margin: 20px 0;

}

/* Show CF7 error message below entire sentence */

.single-subscriber .banner {
  text-align: center;
  margin: 2%;
}


/* all members */


    #popupButton {
      display: none;
      position: fixed;
      top: 15%;
      left: 15%;
      transform: translate(-50%, -50%);
      background-color: #007bff;
      color: white;
      padding: 15px 25px;
      border: none;
      border-radius: 30px;
      font-size: 18px;
      font-weight: bold;
      cursor: pointer;
      z-index: 999;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    #popupButton:hover {
      background-color: #0056b3;
    }

    #overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.3);
      z-index: 998;
    }

.members-main {
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;

}

.members-main h1 {
  padding: 50px 0;
}
.members-btn.active {
  background-color: black !important;
  color: white !important;
}
.members {

  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  margin: 0 15px;

  animation: fadeIn 0.6s ease-in-out;
  /* justify-items: center; */
}

.members-btn {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #000;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}
.members button {
  color: white;
}

.members button.active {
  color: black;
}

.members-btn.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn.active,
.members-btn:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn1 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn1.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn1.active {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn2 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn2.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn2.active,
.members-btn2:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn3 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn3.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn3.active,
.members-btn3:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn4 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn4.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn4.active,
.members-btn4:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn5 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn5.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn5.active,
.members-btn5:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn6 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn6.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn6.active,
.members-btn6:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn7 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn7.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn7.active,
.members-btn7:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn8 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn8.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn8.active,
.members-btn8:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn9 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn9.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn9.active,
.members-btn9:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn10 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn10.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn10.active,
.members-btn10:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn11 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn11.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn11.active,
.members-btn11:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn12 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn12.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn12.active,
.members-btn12:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn13 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn13.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn13.active,
.members-btn13:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn14 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn14.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn14.active,
.members-btn14:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn15 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn15.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn15.active,
.members-btn15:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn16 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn16.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn16.active,
.members-btn16:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

.members-btn17 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn17.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, #00c6ff, #007bff);
}

.members-btn17.active,
.members-btn17:hover {
  /* background-color:#0056b3; */
  color: #000;
  background: linear-gradient(45deg, #0077ff, #00c6ff);
  border-color: #fff;

}

#membersDropdown
{
  display: none;
}
.members-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  animation: fadeIn 1s ease forwards;
  padding: 60px 0;
  margin: 0 15px;

}

.members-card {
  /* padding: 12px 20px; */

  background-color: #fff;
  /* border: 2px solid #000; */
  /* color: #0056b3; */
  font-size: 15px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 160px;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

.members-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

.hidden {
  display: none !important;
}

.members-card img {
  max-width: 100%;
  height: auto;
  border-radius: 7px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width: 500px) {
  .members-main h1 {
    font-size: 2rem;
  }
  .sdg-icons 
  {
    top: 28%;
  }
}



@media (max-width: 1200px) {
  .members {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .members {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .members {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .members {
    grid-template-columns: repeat(1, 1fr);
  }
}






.members-dropdown {
  display: none;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
}

@media (max-width: 500px) {
  .members {
    display: none;
    /* Hide button group */
  }

  .members-dropdown {
    display: block;
    /* Show dropdown */
    padding: 10px 20px;
    /* border: none; */
    border-radius: 20px;
    /* background-color: white; */
    /* color: #fff; */
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s ease;
    font-size: 17px;
  }


  
.members-btn {
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #000;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn.active,
.members-btn:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn1 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn1.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}


.members-btn1:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn2 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn2.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn2.active,
.members-btn2:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn3 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn3.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn3.active,
.members-btn3:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn4 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn4.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn4.active,
.members-btn4:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn5 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn5.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn5.active,
.members-btn5:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn6 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn6.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn6.active,
.members-btn6:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn7 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn7.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn7.active,
.members-btn7:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn8 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn8.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn8.active,
.members-btn8:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn9 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn9.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn9.active,
.members-btn9:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn10 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn10.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn10.active,
.members-btn10:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn11 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn11.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn11.active,
.members-btn11:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn12 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn12.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn12.active,
.members-btn12:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn13 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn13.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn13.active,
.members-btn13:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn14 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn14.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn14.active,
.members-btn14:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn15 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn15.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn15.active,
.members-btn15:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn16 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  /* background-color: white; */
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn16.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn16.active,
.members-btn16:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}

.members-btn17 {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 17px;
}

.members-btn17.clicked {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  /* background: linear-gradient(to right, #00c6ff, #007bff); */
}

.members-btn17.active,
.members-btn17:hover {
  /* background-color:#0056b3; */
  color: #000;
  /* background: linear-gradient(45deg, #0077ff, #00c6ff); */
  border-color: #fff;

}
#membersDropdown
{
  display: block;
  /* margin: 0 15px; */
  width: 90% !important;
  margin: 0 auto;
}
.membersbtn 
{
  overflow: hidden;
}
 
    .dropdownmembers {
      width: 300px;
      position: relative;
      font-weight: bold;
      user-select: none;
    }

    .dropdown-selectedmembers {
      padding: 12px;
      border: 3px solid #333;
      border-radius: 10px;
      background-color: #4c9f38; /* Default mem.members 3 */
      color: white;
      cursor: pointer;
    }

    .dropdown-optionsmembers {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      max-height: 400px;
      overflow-y: auto;
      z-index: 999;
      border: 2px solid #ccc;
    }

    .dropdown.open .dropdown-optionsmembers {
      display: block;
    }

    .dropdown-optionmembers {
      padding: 10px;
      color: white;
      cursor: pointer;
    }

    .dropdown-optionmembers:hover {
      opacity: 0.85;
    }

        .members-0  { background: #444; }
    .members-1  { background: #e5243b; }
    .members-2  { background: #dda63a; }
    .members-3  { background: #4c9f38; }
    .members-4  { background: #c5192d; }
    .members-5  { background: #ff3a21; }
    .members-6  { background: #26bde2; }
    .members-7  { background: #fcc30b; color: #000; }
    .members-8  { background: #a21942; }
    .members-9  { background: #fd6925; }
    .members-10 { background: #dd1367; }
    .members-11 { background: #fd9d24; }
    .members-12 { background: #bf8b2e; }
    .members-13 { background: #3f7e44; }
    .members-14 { background: #0a97d9; }
    .members-15 { background: #56c02b; }
    .members-16 { background: #00689d; }
    .members-17 { background: #19486a; }
}



/* === Contact Form 7 Professional Styling === */

.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Segoe UI', Tahoma, sans-serif;
}

.wpcf7-form p {
  margin-bottom: 20px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
  background-color: #fff;
  box-shadow: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: #00796b;
  box-shadow: 0 0 8px rgba(0, 121, 107, 0.4);
  outline: none;
}

.wpcf7 textarea {
  resize: vertical;
  min-height: 120px;
}

.wpcf7 input[type="submit"] {
  background-color: #00796b;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  display: inline-block;
  margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #004d40;
  transform: scale(1.05);
}

/* Placeholder style */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #aaa;
}

/* Hide hidden fields */
.wpcf7 input[type="hidden"] {
  display: none;
}
.subconformain
{
  padding: 20px 0px;
}
.subconformain p 
{
  text-align: left;
}
.subconformain label
{
  margin-left: 10px;
}

/* desktop */
.subscriber-template-default  .wpcf7-form-control-wrap 
{
  margin: 0;
}
/* mobile */
@media (max-width:600px){
div#rc-anchor-container {
    margin-left: 10px;
}
input.subscriber-template-default .wpcf7-form-control .wpcf7-submit.has-spinner
{
  margin-left: 10px;
}
}