body {
  font-family: "Poppins", sans-serif;
}

.navbar-brand img {
  width: 160px !important;
}

/* Colors */

.dark-p {
  color: #333333 !important;
  opacity: 0.5 !important;
}

.dark {
  color: #333333 !important;
}

.primary-blue {
  color: #275D8E !important;
}

.bg-primary-blue {
  background-color: #275D8E !important;
}

.primary-red {
  color: #D73438 !important;
}

.primary-green {
  color: #517D4A !important;
}

.secondary-green {
  color: #367E7F !important;
}

.secondary-red {
  color: #D23A42 !important;
}

.primary-grey {
  color: #F5F5F4 !important;
}

.light-blue {
  color: #90BCDF !important;
}

.secondary-yellow {
  color: #E9B968 !important;
}

/* Colors */
/* Headings */
h1 {
  font-size: 48px !important;
  line-height: 58px;
  font-weight: 700 !important;
}

h2 {
  font-size: 32px !important;
  line-height: 42px !important;
  font-weight: 700 !important;
}

h3 {
  font-size: 24px !important;
  line-height: 34px !important;
  font-weight: 700 !important;
}

h4 {
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
}

h5 {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
}

h6 {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
}

/* Body text */
p {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}


/* Buttons */
.button,
button {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  cursor: pointer;
}

/* Captions / Labels */
.caption,
.label {
  font-size: 12px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

/* Small text */
.small-text,
small {
  font-size: 12px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

/* Menu */
.menu {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
}

/* Active Menu */
.menu.active,
.nav-item.active,
.nav-link.active {
  font-weight: 600 !important;
}

.top-bar {
  background-color: #39342f;
}

.training-sec {
  display: flex;
  justify-content: end;
  align-items: center;
}

.training-sec ul {
  margin-bottom: 0;
}

.training-sec ul li {
  display: inline-block;
  list-style: none;
  padding: 5px 10px;
}

.training-sec ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  vertical-align: middle;
}

.training-sec ul li a i {
  font-size: 18px !important;
}

.icon-style {
  font-size: 22px !important;
}

.img-sli {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: auto !important;
  bottom: 70px !important;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.carousel-control-prev {
  right: 186px !important;
  left: auto !important;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50px;
  z-index: 99999;
}

.carousel-control-next {
  right: 116px;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50px;
  z-index: 99999;
}

.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 20px;
  left: 0%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: unset;
  top: 0;
  width: 100%;
}

.carousel-textt {
  margin-top: 6%;
}

.carousel-textt h5 {
  color: #f4b41a;
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}

.carousel-textt h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 68px;
  /*width: 50%;*/
}

.carousel-textt p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 25px;
  margin-bottom: 25px;
  /*width: 50%;*/
}

.carousel-textt button {
  border-radius: 50px;
  border: none;
  padding: 10px 10px;
  color: #275D8E;
  /* color: #234868; */
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-textt button i.rig-arrw {
  background-color: #275D8E;
  color: #fff;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.carousel-textt button:hover {
  background-color: #275D8E;
  color: #fff;
}

.carousel-textt button:hover i.rig-arrw {
  background-color: #fff;
  color: #275D8E;
}

.navbar-section {
  position: absolute;
  z-index: 10;
  width: 100%;
  background: #fff;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 400;
  color: #333333 !important;
  padding: 0 13px;
}

.navbarrig {
  margin-left: 12px;
}

.navbar-button button {
  background-color: #275D8E;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  padding: 9px 24px;
}

.searchbu {
  margin-right: 8px;
}

nav.navbar.navbar-expand-lg.navbar-light {
  padding-bottom: 10px;
  padding-top: 10px;
}

.whowe-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  background-color: white;
  /* Adjust if needed */
  overflow: hidden;
}

.whowe-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  /* Adjust size as needed */
  height: 600px;
  background-image: url("../images/frame.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  opacity: 0.7;
  /* Light/faded look */
  pointer-events: none;
  z-index: 0;
}

/* Make sure actual content appears above the background */
.whowe-section>* {
  position: relative;
  z-index: 1;
}

.who-we-are {}

.who-we-are h2 {
  font-size: 37px;
  font-weight: 700;
  line-height: 48px;
}

.who-we-are p {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.coverage {
  box-shadow: 0px 0px 10px 2px #efefef;
  padding: 35px 25px;
  border-radius: 12px;
  margin-top: 36px;
  background-color: #fff;
}

.coverage h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
}

.coverage h2 {
  font-size: 70px;
  font-weight: 500;
  color: #333333;
}

.coverage p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}

.cashtr {
  padding-top: 15px;
}

.carousel-wrapper {
  /* max-width: 960px; */
  margin-top: 33px;
  position: relative;
}

.carousel-container {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 36px;

  align-items: center;
  height: 430px;
}

.card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  width: 31%;
  flex-shrink: 0;
  padding: 10px;
  border: none;
}

.card img {
  width: 100%;
  /* height: 160px; */
  object-fit: cover;
  border-radius: 12px;
}

.card-content {
  padding: 16px;
}

.card-label {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
}

.card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  height: 130px;
  padding-top: 8px;
}

.featured-content .card-title {
  line-height: 27px !important;
  /* max-height: 120px; */
}

.card-link {
  font-size: 12px;
  font-weight: 700;
  color: #275D8E;
  text-decoration: none;
}

/* Arrows */
.pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.nav-btn:hover {
  background-color: #f0f0f0;
}

.prev-btn {
  border-color: #b0b0b0;
  color: #b0b0b0;
  margin-right: 12px;
}

.next-btn {
  border-color: #275D8E;
  color: #275D8E;
  margin-left: 12px;
}

/* Pagination Dots */
.dots {
  display: flex;
  align-items: center;
}

.dot {
  width: 10px;
  height: 10px;
  background: #d9dce1;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s;
}

.dot.active {
  width: 40px;
  height: 10px;
  border-radius: 10px;
  background-color: #275D8E;
}

.featured-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.featured-content {}

.head-fea {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

.country-section {
  background-color: #f6f6f4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.country-data {}

.poverty-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}

.povertyy {
  background-color: #fff;
  padding: 20px 20px;
  width: 100%;
  min-height: 265px;
}

.round {
  /* background-image: linear-gradient(to bottom, #306a9b, #234868); */
  background-color: #275D8E;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.povertyy h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 13px;
}

.povertyy p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.povbor {
  border-right: 1px solid #ebebeb;
}

.povradius {
  display: inline-grid;
  align-items: center;
  border-radius: 10px 0 0 10px;
}

.povradiusrig {
  border-radius: 0 10px 10px 0;
}

.para-fea {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #39342f;
}

.spcover h4 {
  height: calc(1.5em * 2);
}

.spcover {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
}

.spcover h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #39342f;
  height: 3em;
  overflow: hidden;
}

.spcover p {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
}

.spcover button,
.spcover a {
  border-radius: 50px;
  border: none;
  padding: 10px 30px;
  color: #275D8E;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;

  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #275D8E;
  color: #fff;
  border: 1px solid #275D8E;
}

.spcover button:hover,
.spcover a:hover {
  border: 1px solid #275D8E;
  color: #275D8E;
  background-color: transparent;
}

#mar-to {
  padding-top: 20px;
}

.currentsection {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sindh {
  background-image: url(../images/sindh.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 325px;
  border-radius: 30px;
  padding: 20px;
  position: relative;
}

.sindh2 {
  background-image: url(../images/sindh2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 325px;
  border-radius: 30px;
  padding: 20px;
  position: relative;
}

.sindh3 {
  background-image: url(../images/sindh3.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 325px;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}

.sindh4 {
  background-image: url(../images/sindh4.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 325px;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}

.sindh5 {
  background-image: url(../images/sindh5.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 325px;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}

.resili {
  background-color: #4c4c4c80;
  border-radius: 20px;
  padding: 20px;
  bottom: 17px;
  position: absolute;
  left: 10px;
  right: 10px;
}

.resili-sindh {
  background-color: #4c4c4c80;
  border-radius: 20px;
  padding: 8px 15px;
  top: 10px;
  position: absolute;
  right: 10px;
  border: 1px solid #fff;
}

.resili-sindh h2 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.resili h2 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}

.resili p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 22px;
}

.natin {
  /*white-space: nowrap;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;*/
}

.viewall {
  text-align: center;
  margin-top: 40px;
}

.viewall button:hover {
  background-color: #275D8E;
  color: #fff;
}

.viewall button {
  border-radius: 50px;
  border: 1px solid #275D8E;
  padding: 10px 21px;
  color: #275D8E;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.viewall button i.rig-arrw {
  background-color: #275D8E;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.viewall button:hover i.rig-arrw {
  background-color: #fff;
  color: #275D8E;
}

.disaster {
  background-color: #fff;
  border-radius: 20px;
  padding: 27px 20px;
  border: 1px solid #ebebeb;
  height: 206px;
}

.imagewirr {
  width: 100%;
}

.disaster h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  color: #39342f;
}

.disaster p {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  margin-bottom: 0;
}

.boxes {
  background-color: #275D8E;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.disastermar {
  margin-top: 20px;
}

.latest-news {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 10px;
  height: 100%;
}

.latest-news img {
  width: 100%;
  border-radius: 12px;
}

.latest-news h2 {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  background-color: #f2f4f7;
  padding: 12px 10px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 26px;
  margin-top: 12px;
  margin-bottom: 17px;
}

.latest-news h2 {
  font-size: 18px;
  font-weight: 700;
  color: #344054;
  line-height: 30px;
}

.latest-news p {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: #344054;
}

.newss {
  display: flex;
  gap: 13px;
  align-items: center;
}

.report-sec {
  /* background-image: linear-gradient(to bottom, #306a9b, #234868); */
  background-color: #275D8E;
  border-radius: 20px;
  padding: 20px 20px;
}

.report-sec h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.report-sec h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.report-sec button {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  border: none;
  background-color: transparent;
  text-decoration: underline;
}

.community {
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;

  height: 100%;
}

.resili-community {
  background-color: #4c4c4c80;
  border-radius: 20px;
  padding: 8px 15px;
  top: 30px;
  position: absolute;
  right: 40px;
  border: 1px solid #fff;
}

.resili-community h2 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.villagee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.villagee h3 {
  font-size: 12px;
  font-weight: 400;
  color: #344054;
}

.villagee h2 {
  font-size: 18px;
  font-weight: 700;
  color: #39342f;
}

.community img {
  border-radius: 25px;
}

.community p {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
}

.community button,
.community a {
  border-radius: 50px;
  border: none;
  padding: 10px 18px;
  color: #275D8E;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;

  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #275D8E;
  color: #fff;
  border: 1px solid #275D8E;
}

.community button:hover,
.community a:hover {
  border: 1px solid #275D8E;
  color: #275D8E;
  background-color: transparent;
}

.resili-featured {
  padding: 8px 15px;
  bottom: 170px;
  position: absolute;
  right: 50px;
}

.resili-featured h2 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

.latest-sec {
  border-radius: 17px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.latest-sec img {
  border-radius: 17px;
}

.upcoming {
  top: 26px;
  position: absolute;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.upcoming h2 {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  background-color: #275D8E;
  border-radius: 20px;
  padding: 8px 15px;
}

.annual {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.annual h5 {
  width: 225px;
}

.annual h2 {
  font-size: 12px;
  font-weight: 700;
  color: #39342f;
  line-height: 24px;
  width: 73%;
}

.annual h4 {
  font-size: 10px;
  font-weight: 400;
  color: #306a9b;
  line-height: 24px;
}

.inner-text h2 {
  font-size: 10px;
  font-weight: 700;
  color: #39342f;
  line-height: 20px;
  margin-bottom: 2px;
}

.inner-text p {
  font-size: 10px;
  font-weight: 400;
  color: #959595;
  line-height: 20px;
}

.calend {
  margin-right: 7px;
}

.datess {}

.datess p {
  font-size: 10px;
  font-weight: 400;
  color: #344054;
}

.free button, .free a {
  border-radius: 50px;
  border: none;
  padding: 5px 15px;
  color: #275D8E;
  font-size: 10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;

  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #275D8E;
  color: #fff;
  border: 1px solid #275D8E;
}

.free button:hover, .free a:hover {
  border: 1px solid #275D8E;
  color: #275D8E;
  background-color: transparent;
}

.free {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d6d6d6;
  padding-top: 10px;
  margin-top: auto;
}

.free h3 {
  font-size: 10px;
  font-weight: 500;
  color: #306a9b;
  margin-bottom: 0;
}

.casestudy {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 26px 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.casestudy h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.casestudy h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.casestudy p {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  line-height: 22px;
}

.viewallbutt {
  margin-top: auto;
  padding-top: 40px;
}

.viewallbutt button:hover {
  background-color: #275D8E;
  color: #fff;
}

.viewallbutt button {
  border-radius: 50px;
  border: 1px solid #275D8E;
  padding: 10px 21px;
  color: #275D8E;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.viewallbutt button i.rig-arrw {
  background-color: #275D8E;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.viewallbutt button:hover i.rig-arrw {
  background-color: #fff;
  color: #275D8E;
}

.footer-section {
  background-color: #275D8E;
  padding-top: 50px;
  padding-bottom: 0px;
}

.footer-logo {}

.footer-logo img {
  width: 160px !important;
}

.footer-logo p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #fcfcfd;
  padding-top: 20px;
}

.footer-logo ul {
  padding: 0;
}

.footer-logo ul li {
  display: inline-block;
  padding: 0 10px;
}

.footer-logo ul li a {
  color: #fff;
  text-decoration: none;
  list-style: none;
  font-size: 20px;
}

.privacy-footer {
  padding: 20px 0px !important;
  font-size: 12px !important;
  line-height: 22px !important;
  text-align: end;
}

.privacy-footer p {
  margin-bottom: 0rem !important;
  font-size: 12px !important;
  line-height: 22px !important;
  text-align: left !important;
}

.privacy-footer a {
  padding: 0px 10px !important;
}

.border-left {
  border-left: 1px solid #fff;
}


.privacy-footer-1 {
  border-top: 1px solid #ffffff2e !important;
}

.linksquick {}

.linksquick h2 {
  color: #f5f5f5;

  font-size: 18px;
  font-weight: 500;
}

.linksquick ul {
  padding: 0;
}

.linksquick ul li {
  list-style: none;
  padding: 6px 0;
}

.linksquick ul li a {
  color: #fcfcfd;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}

.footericons {
  display: flex;
  justify-content: space-between;
  /*margin-top: 30px;*/
  border-top: 1px solid #ffffff24;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}

.modal-header {
  border-bottom: 0;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 70%;
    margin: 0.75rem auto;
  }
}

.headin-modal {}

.headin-modal h2 {
  color: #39342f;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.searchsec {
  margin-top: 20px;
}

.search-container {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  padding: 12px 20px;
  border-radius: 10px;
  max-width: 100%;
  margin: 0 auto;
}

.search-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 12px;
  outline: none;
  color: #39342f;
  font-weight: 400;
}

.divider {
  width: 1px;
  height: 30px;
  background-color: #ccc;
  margin: 0 15px;
}

.dropdown {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  font-weight: 400;
}

.search-button {
  background-color: #3b6fa8;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 10px;
  margin-left: 15px;
  cursor: pointer;
  font-size: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-button:hover {
  background-color: #306a9b;
}

.togglesec {
  font-size: 12px;
  font-weight: 400;
}

.dropdown-toggle:focus,
.dropdown-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}

.recentse {
  margin-top: 40px;
}

.recentse h2 {
  color: #39342f;
  font-size: 25px;
  font-weight: 700;
}

.researchineer {
  display: flex;
  align-items: center;
  gap: 30px;
}

.recentsocial {
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 10px;
  height: 100%;
}

.recentsocial img {
  border-radius: 12px;
}

.recentsocial h3 {
  font-size: 8px;
  font-weight: 400;
  color: #959595;
  padding-top: 15px;
}

.recentsocial h2 {
  font-size: 15px;
  font-weight: 500;
  color: #39342f;
}

.modal-body {
  padding-bottom: 48px;
}

.modal-content {
  border-radius: 30px;
}

.dropdown-item {
  font-size: 12px;
  font-weight: 400;
}

.navbar-section-about {
  position: relative;
}

.navbar-section-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #e860c9, #fff);
  filter: blur(130px);
  z-index: -1;
}

.navbar-light .navbar-nav .nav-linkabout {
  font-size: 13px;
  font-weight: 400;
  color: #000 !important;
  padding: 0 13px;
}

.about-imgsection {}

.about-imgtext {
  /* Centering */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertical center */
  align-items: center;
  /* Horizontal center */
  text-align: center;
  /* Align text inside block */
  color: white;

  background-image: url(../images/aboutimg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  border-radius: 20px;
}

.about-imgtext h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.about-imgtext p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.aboutasp-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.aboutasp-left {}

.aboutasp-left h2 {
  font-size: 32px;
  font-weight: 700;
  color: #3c2b4a;
}

.aboutasp-right p {
  color: #959595;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.ourmission-section {}

.ourmissionn {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 40px;
  height: 100%;
}

.ourmissionn h2 {
  color: #234868;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.ourmissionn p {
  color: #234868;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

.aaboutt-section {
  padding-top: 70px;
}

.partnerr-section {
  padding-top: 70px;
}

.adbsec {
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
  margin-top: 18px;
}

.adbsec h2 {
  color: #23262f;
  font-size: 16px;
  font-weight: 700;
}

.adbsec p {
  color: #959595;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.partnersinner {}

.boxesab {
  background-color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
}

.datapartne {
  margin-bottom: 30px;
}

.workwith-section {
  background-color: #f8fafb;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 50px;
}

.workwithus {}

.conatctbut button {
  border-radius: 50px;
  border: 1px solid #275D8E;
  padding: 10px 21px;
  color: #275D8E;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.conatctbut button:hover {
  background-color: #275D8E;
  color: #fff;
}

.conatctbut button i.rig-arrw {
  background-color: #275D8E;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.conatctbut button:hover i.rig-arrw {
  background-color: #fff;
  color: #234868;
}

.workineer {}

.workineer h2 {
  color: #39342f;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.workineer P {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.workwithus {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.workineer {
  max-width: 700px;
  flex: 1;
}

.workineer a {
  color: #333;
  text-decoration: underline;
}

.conatctbut {
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .workwithus {
    flex-direction: column;
    align-items: flex-start;
  }

  .carousel-item .banner-inner {
    width: 100% !important;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 20px !important;
    border-radius: 14px !important;
  }

  .privacy-footer p {
    text-align: center !important;
  }

  .privacy-footer {
    text-align: center !important;
  }

  #carouselExampleCaptions {
    margin-top: 0px !important;
    height: 70vh !important;
  }


  .carousel-caption {
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10;
    padding-top: 0px !important;
    padding-bottom: 10px !important;
    color: #fff !important;
    text-align: unset !important;
    width: 100% !important;
    top: 60px !important;
  }

}

.polocies-imgtext {
  /* Centering */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Vertical center */
  align-items: center;
  /* Horizontal center */
  text-align: center;
  /* Align text inside block */
  color: white;

  background-image: url(../images/policiesmain.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  border-radius: 20px;
}

.polocies-imgtext h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.polocies-imgtext p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.filter-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  background-color: white;
}

.collapsible {
  font-size: 12px;
  color: #191f33;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding: 10px 0;
  font-weight: 400;
}

.collapsible:first-of-type {
  border-top: none;
  padding-top: 0;
}

.collapsible-content {
  display: none;
  padding: 5px 0 10px 10px;
}

.collapsible-content.active {
  display: block;
}

.filter-option {
  margin-bottom: 10px;
}

.filter-option input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #306a9b;
}

.filter-option label {
  font-size: 12px;
  cursor: pointer;
  color: #39342f;
  font-weight: 400;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.apply-btn {
  background-color: #275D8E;
  color: white;
  border: none;
  border-radius: 24px;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 400;
}

.clear-btn {
  background-color: transparent;
  color: #275D8E;
  border: 1px solid #275D8E;
  border-radius: 24px;
  padding: 10px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 400;
}

.searchinner-text {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 50px;
  padding: 5px;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
}

/* wrapper banaya arrow ke liye */
.select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.searchinner-text select {
  border: none;
  background: transparent;
  font-size: 12px;
  padding: 10px 35px 10px 15px;
  /* right padding arrow ke liye */
  border-right: 1px solid #ddd;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 400;
}

/* custom arrow */
.select-wrapper::after {
  content: "▼";
  /* ya \25BC bhi likh sakte ho */
  font-size: 12px;
  position: absolute;
  right: 12px;
  color: #333;
  pointer-events: none;
}

.searchinner-text input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  background: transparent;
}

.searchinner-text button {
  background: #275D8E;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.searchinner-text button:hover {
  background: #275D8E;
}

.searchinner-text button i {
  margin-left: 8px;
  font-size: 14px;
}

.search-section {
  margin-top: 60px;
}

.collapsible-content h2 {
  color: #306a9b;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 18px;
}

a:hover {
  text-decoration: none;
}

.categories-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.category-right {}

.nationalsec {
  border-radius: 17px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;
}

.policynat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e0f3ff;
  padding: 8px 9px;
  border-radius: 40px;
}

.policynat h3 {
  font-size: 8px;
  color: #39342f;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #a7cfdf;
  border-radius: 13px;
  padding: 6px 10px;
}

.policynat h2 {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 0;
}

.socprotection {
  display: flex;
  margin-top: 14px;
  align-items: center;
  gap: 7px;
}

.socprotection p {
  font-size: 8px;
  color: #39342f;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #e6e6e6;
  border-radius: 13px;
  padding: 6px 10px;
}

.stragery {
  margin-top: 20px;
}

.stragery h2 {
  font-size: 22px;
  color: #39342f;
  font-weight: 700;
  line-height: 32px;
}

.stragery p {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
  height: calc(2em * 4);
}

.stragery h3 {
  font-size: 12px;
  color: #344054;
  font-weight: 400;
}

.stragery h3 span {
  margin-right: 10px;
}

.view-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.view-detail h2 {
  font-size: 14px;
  color: #39342f;
  font-weight: 700;
}

.disastermar2 {
  margin-top: 30px;
}

.disastermar23 {
  margin-top: 30px;
}

.policynat-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffe1cb;
  padding: 8px 9px;
  border-radius: 40px;
}

.policynat-col h3 {
  font-size: 8px;
  color: #39342f;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #ffb274;
  border-radius: 13px;
  padding: 6px 10px;
}

.policynat-col h2 {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 0;
}

.policynat-col1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e2dbf9;
  padding: 8px 9px;
  border-radius: 40px;
}

.policynat-col1 h3 {
  font-size: 8px;
  color: #39342f;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #bca6ff;
  border-radius: 13px;
  padding: 6px 10px;
}

.policynat-col1 h2 {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 0;
}

.policynat-col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d5f6ed;
  padding: 8px 9px;
  border-radius: 40px;
}

.policynat-col2 h3 {
  font-size: 8px;
  color: #39342f;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #62d4b8;
  border-radius: 13px;
  padding: 6px 10px;
}

.policynat-col2 h2 {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 0;
}

.policynat-col3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e0f3ff;
  padding: 8px 9px;
  border-radius: 40px;
}

.policynat-col3 h3 {
  font-size: 8px;
  color: #39342f;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #a7cfdf;
  border-radius: 13px;
  padding: 6px 10px;
}

.policynat-col3 h2 {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 0;
}

.policynat-col4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e0f3ff;
  padding: 8px 9px;
  border-radius: 40px;
}

.policynat-col4 h3 {
  font-size: 8px;
  color: #39342f;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #a7cfdf;
  border-radius: 13px;
  padding: 6px 10px;
}

.policynat-col4 h2 {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 0;
}

.found {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.found h3 {
  font-size: 12px;
  color: #39342f;
  font-weight: 400;
  margin-bottom: 0;
}

.select-wrapper1::after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 12px;
  color: #333;
  pointer-events: none;
}

.select-wrapper1 {
  position: relative;
  display: flex;
  align-items: center;
}

.found select {
  border: none;
  background: transparent;
  font-size: 14px;
  padding: 6px 35px 6px 15px;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 400;
  border: 1px solid #c9c9c9;
  border-radius: 50px;
  font-weight: 500;
  color: #39342f;
}

.knowledge-imgtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;

  background-image: url(../images/knowle.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  border-radius: 20px;
}

.knowledge-imgtext h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.knowledge-imgtext p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.resourcesre-section {
  padding-top: 50px;
}

.resources-inner {}

.resources-inner h2 {
  font-size: 34px;
  font-weight: 700;
  color: #39342f;
}

.resources-inner p {
  font-size: 12px;
  font-weight: 400;
  color: #39342f;
}

.annualsocial {
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;
  margin-top: 25px;
}

.calen-annual {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calen-annual p {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  margin-bottom: 0;
}

.calle {
  color: #959595;
}

.pdff {
  display: flex;
  gap: 10px;
  align-items: center;
}

.annualsocial h2 {
  font-size: 20px;
  font-weight: 500;
  color: #39342f;
  line-height: 30px;
  padding-top: 12px;
}

.annualsocial button {
  border: none;
  background-color: transparent;
}

.annualsocial button a {
  color: #959595;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.vox {
  margin-top: 18px;
}

.vox h3 {
  color: #306a9b;
  font-size: 12px;
  font-weight: 300;
}

.vox h2 {
  color: #23262f;
  font-size: 16px;
  font-weight: 700;
}

.stkaehol-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.duration {
  border-radius: 25px;
  padding: 26px;
  margin-top: 25px;
  background-color: #fff;
}

.duration h2 {
  font-size: 20px;
  font-weight: 500;
  color: #39342f;
  line-height: 30px;
  padding-top: 25px;
}

.duration p {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  line-height: 22px;
  margin-bottom: 0;
}

.duration button {
  border: none;
  background-color: transparent;
}

.duration button a {
  color: #959595;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.pdfff p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.pdfff {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.beg1 p {
  color: #306a9b;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
}

.beg2 {
  background-color: #e3e3e3;
  border-radius: 30px;
  padding: 6px 10px;
}

.beg2 p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.video-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 40px 20px;
  gap: 24px;
}

.video-card {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}

.thumbnail {
  position: relative;
  height: 333px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  background: rgb(255 255 255 / 28%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.durationn {
  position: absolute;
  bottom: 8px;
  right: 12px;
  background-color: #e6e6e6;
  color: #39342f;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 13px;
  font-weight: 400;
}

.video-card h2 {
  font-size: 20px;
  padding-top: 16px;
  padding-left: 12px;
  color: #344054;
  font-weight: 700;
}

.video-card h4 {
  padding-top: 20px;
}

.video-card p {
  font-size: 12px;
  color: #000;
  padding-left: 12px;
  font-weight: 400;
}

.meta {
  font-size: 12px;
  color: #344054;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 400;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;

  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  margin: auto;
  /* top: 10%; */
  width: 93%;
  max-width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

#video-player {
  width: 100%;
  height: 90vh;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 36px;
  color: #aaa;
  cursor: pointer;
  z-index: 999999;
}

.close-btn:hover {
  color: #333;
}

.medial-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.eventt-imgtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;

  background-image: url(../images/events.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  border-radius: 20px;
}

.eventt-imgtext h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.eventt-imgtext p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.tabs {}

.tab-links {
  border-bottom: 1px solid #d7d7d7;
}

.tab-link {
  padding: 13px 14px;

  color: #959595;
  border: none;
  cursor: pointer;
  flex: 1;
  text-align: center;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
}

.tab-link:hover {
  border-bottom: 1px solid #306a9b;
  color: #306a9b;
}

.tab-content {
  padding: 20px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tab-innerpan {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 20px;
}

.contact-imgtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;

  background-image: url(../images/contactt.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  border-radius: 20px;
}

.contact-imgtext h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.contact-imgtext p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.auth-buttons button {
  margin-left: 10px;
  padding: 10px 20px;
  background-color: #ff6600;
  color: white;
  border: none;
  cursor: pointer;
}

.auth-buttons button:hover {
  background-color: #cc5200;
}

.contact-options {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-card {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
  min-height: 294px;
}

.contact-card img {
  margin-bottom: 20px;
}

.email-contactsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #234868;
}

.contact-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #234868;
}

.contact-card p {
  font-size: 12px;
  color: #234868;
  font-weight: 400;
}

.message-form {
  text-align: center;
  margin: 50px;
}

.message-form h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.message-form p {
  font-size: 16px;
  margin-bottom: 30px;
}

.suppo {
  text-decoration: underline;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}

.contact-form h2 {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.contact-form p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  font-size: 12px;
  color: #23262f;
  display: block;
  /* margin-bottom: 5px; */
  font-weight: 500;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.input-group textarea {
  height: 120px;
}

.checkbox-group {
  margin-bottom: 20px;
}

.checkbox {
  margin-bottom: 10px;
}

.checkbox input {
  margin-right: 10px;
}

.checkbox label {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
}

.checkbox label a {
  color: #000000;
}

.contact-form button {
  background-color: #275D8E;
  border: none;
  outline: none;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  padding: 9px 24px;
}

.dsdd {
  display: flex;
  gap: 16px;
}

.arwwq {
  margin-left: 5px;
}

.map {
  padding-top: 50px;
  margin-bottom: -6px;
}

.trainingmat-section {
  padding-top: 50px;
}

.traing-inner-colr {
  display: flex;
  margin-bottom: 13px;
}

.traing-inner-colr h3 {
  font-size: 8px !important;
  color: #39342f !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  background-color: #ffe1cb;
  border-radius: 13px;
  padding: 6px 10px;
}

.traing-inner-colr h2 {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 0;
}

.tramatin {
  background-color: #fff;
  padding: 9px;
  border-radius: 17px;
}

.tramatin h2 {
  font-size: 16px;
  color: #39342f;
  font-weight: 700;
  line-height: 24px;
}

.tramatin p {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.tramatin h3 {
  font-size: 12px;
  color: #344054;
  font-weight: 400;
}

.tramatin h3 span {
  margin-right: 10px;
}

.tramatin h4 {
  height: calc(2rem*4);
}

.maimg {
  padding-bottom: 10px;
}

.downloaddisplay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.downheate {
  text-align: center;
}

.downheate h3 {
  font-size: 10px;
  color: #959595;
  font-weight: 400;
  margin-bottom: 3px;
}

.downheate p {
  font-size: 12px;
  color: #39342f;
  font-weight: 400;
}

.materialsec {
  border-radius: 17px;
  background-color: #ffe1cb;
  padding: 8px;
}

.view-detail-traing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.view-detail-traing h2 {
  font-size: 12px;
  color: #fd853a;
  font-weight: 400;
  border: 1px solid #fd853a;
  border-radius: 5px;
  padding: 6px 10px;
}

.view-detail-traing h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background-color: #fd853a;
  border-radius: 40px;
  padding: 6px 10px;
}

.materialsec1 {
  border-radius: 17px;
  background-color: #d5f6ed;
  padding: 8px;
}

.traing-inner-colr1 {
  display: flex;
  margin-bottom: 13px;
}

.traing-inner-colr1 h3 {
  font-size: 8px !important;
  color: #39342f !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  background-color: #d5f6ed;
  border-radius: 13px;
  padding: 6px 10px;
}

.view-detail-traing1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.view-detail-traing1 h2 {
  font-size: 12px;
  color: #39a58a;
  font-weight: 400;
  border: 1px solid #39a58a;
  border-radius: 5px;
  padding: 6px 10px;
}

.view-detail-traing1 h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background-color: #39a58a;
  border-radius: 40px;
  padding: 6px 10px;
}

.materialsec2 {
  border-radius: 17px;
  background-color: #e0f9ff;
  padding: 8px;
}

.traing-inner-colr2 {
  display: flex;
  margin-bottom: 13px;
}

.traing-inner-colr2 h3 {
  font-size: 8px !important;
  color: #39342f !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  background-color: #e0f9ff;
  border-radius: 13px;
  padding: 6px 10px;
}

.view-detail-traing2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.view-detail-traing2 h2 {
  font-size: 12px;
  color: #234868;
  font-weight: 400;
  border: 1px solid #234868;
  border-radius: 5px;
  padding: 6px 10px;
}

.view-detail-traing2 h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background-color: #234868;
  border-radius: 40px;
  padding: 6px 10px;
}

.materialsec3 {
  border-radius: 17px;
  background-color: #ffe1cb;
  padding: 8px;
}

.traing-inner-colr3 {
  display: flex;
  margin-bottom: 13px;
}

.traing-inner-colr3 h3 {
  font-size: 8px !important;
  color: #39342f !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  background-color: #ffe1cb;
  border-radius: 13px;
  padding: 6px 10px;
}

.view-detail-traing3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.view-detail-traing3 h2 {
  font-size: 12px;
  color: #fd853a;
  font-weight: 400;
  border: 1px solid #fd853a;
  border-radius: 5px;
  padding: 6px 10px;
}

.view-detail-traing3 h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background-color: #fd853a;
  border-radius: 40px;
  padding: 6px 10px;
}

.materialsec4 {
  border-radius: 17px;
  background-color: #d5f6ed;
  padding: 8px;
}

.traing-inner-colr4 {
  display: flex;
  margin-bottom: 13px;
}

.traing-inner-colr4 h3 {
  font-size: 8px !important;
  color: #39342f !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  background-color: #d5f6ed;
  border-radius: 13px;
  padding: 6px 10px;
}

.view-detail-traing4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.view-detail-traing4 h2 {
  font-size: 12px;
  color: #39a58a;
  font-weight: 400;
  border: 1px solid #39a58a;
  border-radius: 5px;
  padding: 6px 10px;
}

.view-detail-traing4 h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background-color: #39a58a;
  border-radius: 40px;
  padding: 6px 10px;
}

.materialsec5 {
  border-radius: 17px;
  background-color: #e2dbf9;
  padding: 8px;
}

.traing-inner-colr5 {
  display: flex;
  margin-bottom: 13px;
}

.traing-inner-colr5 h3 {
  font-size: 8px !important;
  color: #39342f !important;
  font-weight: 400 !important;
  margin-bottom: 0;
  background-color: #e2dbf9;
  border-radius: 13px;
  padding: 6px 10px;
}

.view-detail-traing5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.view-detail-traing5 h2 {
  font-size: 12px;
  color: #8256fc;
  font-weight: 400;
  border: 1px solid #8256fc;
  border-radius: 5px;
  padding: 6px 10px;
}

.view-detail-traing5 h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  background-color: #8256fc;
  border-radius: 40px;
  padding: 6px 10px;
}

.protecsoc {}

.protecsoc p {
  font-size: 11px;
  color: #306a9b;
  font-weight: 400;
}

.protecsoc p span {
  color: #39342f;
}

.socialpro-section {
  padding-top: 20px;
}

.socprotectionscc {
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 7px;
}

.socprotectionscc p {
  font-size: 12px;
  color: #39342f;
  font-weight: 400;
  margin-bottom: 0;
  background-color: #e6e6e6;
  border-radius: 13px;
  padding: 6px 10px;
}

.heading-socia {
  padding-top: 20px;
}

.heading-socia h2 {
  font-size: 38px;
  color: #39342f;
  font-weight: 700;
  line-height: 48px;
}

.heading-socia p {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
}

.overview-section {
  padding-top: 50px;
  /* padding-bottom: 50px; */
}

.overheading {}

.overheading h2 {
  font-size: 32px;
  color: #39342f;
  font-weight: 700;
  line-height: 42px;
}

.overheading p {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.keyfeatured {
  margin-top: 50px;
}

.keyfeatured h2 {
  font-size: 32px;
  color: #39342f;
  font-weight: 700;
  line-height: 42px;
}

.feamain {

  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
}

.feainner img {
  box-shadow: 0px 0px 10px 2px #efefef;
  padding: 14px;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 10px;
}

.feainner {
  border: 1px solid #ebebeb;
  padding: 22px;
  text-align: center;
  border-radius: 12px;
}

.feainner h2 {
  font-size: 18px;
  color: #39342f;
  font-weight: 700;
  line-height: 30px;
}

.feainner h4 {
  height: calc(2rem*2);
}

.feainner p {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
}

.Authorr {
  padding-top: 50px;
}

.authorhea h2 {
  font-size: 32px;
  color: #39342f;
  font-weight: 700;
  line-height: 42px;
}

.profile {
  display: flex;
  border-radius: 10px;
  background-color: #f8fafb;
  padding: 20px;
  margin-top: 30px;
}

.profile-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.profile-info {
  flex: 1;
}

.profile-info h2 {
  font-size: 20px;
  font-weight: 700;
  color: #39342f;
}

.profile-info .role {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
}

.profile-info p {
  font-size: 12px;
  color: #959595;
  line-height: 22px;
  margin-top: 10px;
  font-weight: 400;
}

.overview-left {}

.overview-right {}

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

.prevbuttonbor button {
  border: 1px solid #275D8E;
  border-radius: 20px;
  background-color: transparent;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #275D8E;
}

.prevbuttonbg button {
  border: none;
  border-radius: 20px;
  background-color: #275D8E;
  padding: 10px 26px;
  font-size: 12px !important;
  font-weight: 400;
  color: #fff;
}

.material-main {
  border-radius: 17px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;
  margin-top: 20px;
}

.materialinner {
  background-color: #ffe1cb;
  border-radius: 40px;
  padding: 10px 12px;
}

.materialinner h3 {
  font-size: 14px;
  color: #e68b47;
  font-weight: 500;
  margin-bottom: 0;
}

.documentmain1 {
  padding-top: 20px;
}

.documentmain1 h2 {
  font-size: 12px;
  color: #39342f;
  font-weight: 700;
}

.documentmain1 p {
  font-size: 12px;
  color: #959595;
  font-weight: 500;
}

.documentmain {
  padding-top: 5px;
}

.documentmain h2 {
  font-size: 12px;
  color: #39342f;
  font-weight: 700;
}

.documentmain p {
  font-size: 12px;
  color: #959595;
  font-weight: 500;
}

.relatedinner {
  background-color: #d5f6ed;
  border-radius: 40px;
  padding: 10px 12px;
}

.relatedinner h3 {
  font-size: 14px;
  color: #39a58a;
  font-weight: 500;
  margin-bottom: 0;
}

.policyrep-section {
  padding-top: 50px;
}

.policy-heading {}

.policy-heading h2 {
  font-size: 34px;
  color: #39342f;
  font-weight: 700;
}

.policy-heading p {
  font-size: 14px;
  color: #39342f;
  font-weight: 400;
}

.card1 {
  overflow: hidden;
  width: 31%;
  flex-shrink: 0;
  padding: 10px;
  border: none;
}

.carousel-track1 {
  display: flex;
  transition: transform 0.4s ease-in-out;
  gap: 36px;
  align-items: center;
}

.carousel-wrapper1 {
  position: relative;
}

.annualsociall2 h2 {
  font-size: 20px;
  font-weight: 500;
  color: #39342f;
  line-height: 30px;
  padding-top: 12px;
}

.annualsociall2 button {
  border: none;
  background-color: transparent;
}

.annualsociall2 button a {
  color: #959595;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.annualsociall2 {
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;
  margin-top: 10px;
}

.policyrep-section1 {
  padding-top: 50px;
  background-color: #f8fafb;
  padding-bottom: 50px;
  margin-top: 50px;
}

.annualsociall {
  border-radius: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;
  margin-top: 25px;
}

.annualsociall h2 {
  font-size: 20px;
  font-weight: 500;
  color: #39342f;
  line-height: 30px;
  padding-top: 12px;
}

.annualsociall button {
  border: none;
  background-color: transparent;
}

.annualsociall button a {
  color: #fd853a;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.policyrep-section1media {
  padding-top: 50px;
  background-color: #f8fafb;
  padding-bottom: 50px;
  margin-top: 50px;
}

.policyrep-sectionmedia {
  padding-bottom: 50px;
  padding-top: 50px;
}

.policy-headingmedia {
  text-align: center;
}

.policy-headingmedia h2 {
  font-size: 34px;
  color: #39342f;
  font-weight: 700;
}

.policy-headingmedia p {
  font-size: 14px;
  color: #39342f;
  font-weight: 400;
}

.pakispostion {
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;
  border-left: 10px solid #f2b8594d;
}

.pakispostion h3 {
  font-size: 12px;
  color: #344054;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
}

.pakispostion h2 {
  font-size: 17px;
  color: #344054;
  font-weight: 700;
  line-height: 27px;
}

.pakispostion p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
}

.prevbuttonborrr button {
  border: 1px solid #f2b859;
  border-radius: 20px;
  background-color: transparent;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #f2b859;
}

.prevbuttonbggg button {
  border: none;
  border-radius: 20px;
  background-color: #f2b859;
  padding: 10px 26px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.pakispostion2 {
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;
  border-left: 10px solid #d5f6ed;
}

.pakispostion2 h3 {
  font-size: 12px;
  color: #344054;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
}

.pakispostion2 h2 {
  font-size: 17px;
  color: #344054;
  font-weight: 700;
  line-height: 27px;
}

.pakispostion2 p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
}

.prevbuttonborrr2 button {
  border: 1px solid #306a9b;
  border-radius: 20px;
  background-color: transparent;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #306a9b;
}

.prevbuttonbggg2 button {
  border: none;
  border-radius: 20px;
  background-color: #306a9b;
  padding: 10px 26px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.pakispostion3 {
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  padding: 15px;
  border-left: 10px solid #e2dbf9;
}

.pakispostion3 h3 {
  font-size: 12px;
  color: #344054;
  font-weight: 400;
  border-bottom: 1px solid #ededed;
  padding-bottom: 12px;
}

.pakispostion3 h2 {
  font-size: 17px;
  color: #344054;
  font-weight: 700;
  line-height: 27px;
}

.pakispostion3 p {
  font-size: 12px;
  color: #000;
  font-weight: 400;
  line-height: 22px;
}

.prevbuttonborrr3 button {
  border: 1px solid #8256fc;
  border-radius: 20px;
  background-color: transparent;
  padding: 10px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #8256fc;
}

.prevbuttonbggg3 button {
  border: none;
  border-radius: 20px;
  background-color: #8256fc;
  padding: 10px 26px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.main-content {
  width: 70%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px;
  border: 1px solid #d7d7d7;
}

.main-content h2 {
  margin-top: 20px;
  font-size: 24px;
  color: #39342f;
  font-weight: 700;
}

.main-content p {
  font-size: 14px;
  color: #959595;
  font-weight: 400;
}

.main-content .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.main-content .info span {
  font-size: 12px;
  color: #344054;
  font-weight: 400;
}

.main-content .buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.main-content .buttons button {
  padding: 5px 18px;

  font-size: 12px;
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.main-content .buttons .share {
  border: 1px solid #275D8E;
  border-radius: 40px;
  color: #275D8E;
  background-color: transparent;
}

.main-content .buttons .download {
  background-color: #275D8E;
  border-radius: 40px;
  color: #fff;
}

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

.trending h2 {
  font-size: 23px;
  margin-bottom: 20px;
  color: #39342f;
  font-weight: 500;
}

.trending .trend-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.trending .trend-item img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 15px;
}

.trending .trend-item .info {
  flex-grow: 1;
}

.trending .trend-item .info h3 {
  font-size: 11px;
  color: #39342f;
  font-weight: 500;
  margin-bottom: 10px;
}

.trending .trend-item .info p {
  font-size: 10px;
  color: #959595;
  font-weight: 400;
}

.featuredinner {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.infobutton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-card3 {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

.video-card3 h2 {
  font-size: 20px;
  padding-top: 16px;
  padding-left: 12px;
  color: #344054;
  font-weight: 700;
}

.video-card3 p {
  font-size: 12px;
  color: #000;
  padding-left: 12px;
  font-weight: 400;
}

.timingch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timingch p {}

.eventtdetail-imgtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;

  background-image: url(../images/eventdet.png);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  height: 54vh;
}

.eventtdetail-imgtext h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.eventtdetail-imgtext p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.agends-section {
  padding-top: 50px;
}

.agends {}

.agends ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #81818180;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.agends ul li {
  list-style: none;
}

.agends ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #81818180;
}

.agends ul li a:hover {
  border-bottom: 2px solid #306a9b;
  padding-bottom: 13px;
  color: #306a9b;
}

.annualpro-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.annualpro-left {
  padding-top: 60px;
}

.annualpro-left h2 {
  font-size: 38px;
  font-weight: 700;
  color: #39342f;
  line-height: 48px;
}

.annualpro-left p {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  line-height: 22px;
}

.febpakmain {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 50px;
  margin-top: 21px;
}

.febpakinner {
  color: #959595;
}

.febpakinner h3 {
  font-size: 12px;
  font-weight: 500;
  color: #344054;
  line-height: 22px;
  margin-bottom: 0;
}

.febpakinner p {
  font-size: 10px;
  font-weight: 400;
  color: #344054;
  line-height: 22px;
}

.annualpro-right {
  text-align: center;
}

.annualpro-right img {}

.nationals-section {
  background-color: #f8fafb;
  padding-bottom: 50px;
  padding-top: 50px;
}

.nationals-inner {
  width: 80%;
  margin: 0 auto;
}

.nationals-inner h2 {
  font-size: 38px;
  font-weight: 700;
  color: #39342f;
  line-height: 48px;
}

.nationals-inner p {
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  line-height: 22px;
}

.nationals-inner h3 {
  font-size: 14px;
  font-weight: 500;
  color: #39342f;
  line-height: 30px;
  margin-bottom: 0;
}

.viewalldet {
  margin-top: 40px;
}

.viewalldet button:hover {
  background-color: #275D8E;
  color: #fff;
}

.viewalldet button {
  border-radius: 50px;
  border: 1px solid #275D8E;
  padding: 10px 21px;
  color: #275D8E;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.viewalldet button i.rig-arrw {
  background-color: #275D8E;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.viewalldet button:hover i.rig-arrw {
  background-color: #fff;
  color: #275D8E;
}

.speaker-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.speakinner {}

.povertyyer {
  background-color: #fff;
  padding: 20px 20px;
  width: 100%;
}

.povertyyer h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #39342f;
}

.povertyyer p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #959595;
}

.goverc {
  padding-top: 12px;
}

.unitedsoc-section {
  background-color: #f6f6f4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.unilogo {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 40px;
  margin-top: 25px;
}

.unitedsoc-inner {}

.unitedheading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #39342f;
}

.unitedheadingg {
  margin-top: 50px;
}

.unitedheadingg h2 {
  font-size: 32px;
  font-weight: 500;
  color: #39342f;
}

.trainingcurr {}

.trainingcurr h2 {
  font-size: 32px;
  color: #39342f;
  font-weight: 700;
  line-height: 42px;
}

.accordion>.card {
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  box-shadow: none;
}

.card-header {
  background-color: transparent;
}

button.btn.btn-link.btn-block.text-left.collapsed {
  color: #39342f;
  font-size: 14px;
  font-weight: 500;
}

.btn-link:hover {
  color: #39342f;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.btn-link {
  color: #39342f;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.card-body {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
}

/* Rotate arrow when collapsed or expanded */
.accordion .btn-link.collapsed i {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion .btn-link:not(.collapsed) i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

div#accordionExample {
  margin-top: 30px;
  background-color: #f8fafb;
  padding: 10px;
  border-radius: 20px;
}

.trainingcurr {
  margin-top: 50px;
}

.assementa {
  display: flex;

  border-radius: 10px;
  background-color: #f8fafb;
  padding: 20px;
  margin-top: 30px;
  justify-content: space-between;
}

.assementa-left {}

.assementa-left h2 {
  font-size: 20px;
  color: #39342f;
  font-weight: 700;
  line-height: 30px;
}

.assementa-left h3 {
  font-size: 14px;
  color: #39342f;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

.assementa-left p {
  font-size: 14px;
  color: #959595;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 5px;
}

.usdc {
  padding-top: 20px;
}

.usdc h2 {
  font-size: 22px;
  color: #39342f;
  font-weight: 700;
}

.documentmain h2 span {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
}

.enroll {
  margin-top: 20px;
}

.enroll button:hover {
  background-color: #234868;
  color: #fff;
}

.enroll button {
  border-radius: 50px;
  border: 1px solid #234868;
  padding: 10px 21px;
  color: #234868;
  font-size: 12px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  justify-content: center;
}

.enroll button i.rig-arrw {
  background-color: #234868;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.enroll button:hover i.rig-arrw {
  background-color: #fff;
  color: #234868;
}

.enrollpara {
  padding-top: 5px;
  text-align: center;
}

.enrollpara p {
  font-size: 12px;
  color: #959595;
  font-weight: 500;
}

.documentmain h3 {
  font-size: 12px;
  color: #344054;
  font-weight: 500;
}

.dinnersupp {
  background-color: #e2dbf9;
  border-radius: 40px;
  padding: 10px 12px;
}

.dinnersupp h3 {
  font-size: 14px;
  color: #8357fc;
  font-weight: 500;
  margin-bottom: 0;
}

.materialinnerrf {
  background-color: #fad3d8;
  border-radius: 40px;
  padding: 10px 12px;
}

.materialinnerrf h3 {
  font-size: 14px;
  color: #e5233c;
  font-weight: 500;
  margin-bottom: 0;
}

.leadrin {
  background-color: #e0f3ff;
  border-radius: 40px;
  padding: 10px 12px;
}

.leadrin h3 {
  font-size: 14px;
  color: #3a557c;
  font-weight: 500;
  margin-bottom: 0;
}

.leadrinner {
  display: flex;
  padding-top: 20px;
  padding-bottom: 8px;
}

.leadrinnerhead {}

.leadrinnerhead h2 {
  font-size: 12px;
  color: #39342f;
  font-weight: 700;
}

.leadrinnerhead h3 {
  font-size: 12px;
  color: #344054;
  font-weight: 500;
}

.profile-imgg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.years1 {
  font-size: 12px;
  color: #959595;
  font-weight: 500;
  margin-bottom: 0;
}

.implementse {
  margin-top: 50px;
}

.implementse h3 {
  font-size: 20px;
  color: #39342f;
  font-weight: 500;
  line-height: 42px;
}

.implementse h2 {
  font-size: 32px;
  color: #39342f;
  font-weight: 700;
  line-height: 42px;
}

.implementse p {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.implementse ul {}

.implementse ul li {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.implementse1 {
  margin-top: 20px;
}

.implementse1 h3 {
  font-size: 20px;
  color: #39342f;
  font-weight: 500;
  line-height: 42px;
}

.implementse1 h2 {
  font-size: 32px;
  color: #39342f;
  font-weight: 700;
  line-height: 42px;
}

.implementse1 p {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.implementse1 ul {}

.implementse1 ul li {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
}

.totalbued-left {}

.totalbued-left h2 {
  font-size: 20px;
  color: #39342f;
  font-weight: 700;
  line-height: 30px;
}

.totalbued-left h3 {
  font-size: 32px;
  color: #39342f;
  font-weight: 700;
  line-height: 30px;
  /* margin-bottom: 0; */
  margin-top: 20px;
}

.totalbued-left p {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
  line-height: 30px;
}

.provincc {
  color: #39a58a !important;
}

.targett {
  padding-top: 20px;
  text-align: center;
}

.targett h3 {
  font-size: 30px;
  color: #93daff;
  font-weight: 500;
  line-height: 30px;
}

.targett p {
  font-size: 12px;
  color: #39342f;
  font-weight: 400;
  line-height: 30px;
}

.targett2 {
  text-align: center;
}

.targett2 h3 {
  font-size: 30px;
  color: #39a58a;
  font-weight: 500;
  line-height: 30px;
}

.targett2 p {
  font-size: 12px;
  color: #39342f;
  font-weight: 400;
  line-height: 30px;
}

.targett3 {
  text-align: center;
}

.targett3 h3 {
  font-size: 30px;
  color: #e5233c;
  font-weight: 500;
  line-height: 30px;
}

.targett3 p {
  font-size: 12px;
  color: #39342f;
  font-weight: 400;
  line-height: 30px;
}

.targett4 {
  text-align: center;
}

.targett4 h3 {
  font-size: 30px;
  color: #f2b859;
  font-weight: 500;
  line-height: 30px;
}

.targett4 p {
  font-size: 12px;
  color: #39342f;
  font-weight: 400;
  line-height: 30px;
}

.stake-imgtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;

  background-image: url(../images/stake.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  border-radius: 20px;
}

.stake-imgtext h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}

.stake-imgtext p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.paginationn {
  margin-top: 40px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #f3f3f3;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  border: none !important;
}

.footericons {
  display: block !important;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #306a9b;
  border-color: none;
  border-radius: 8px;
}

.page-item:first-child .page-link {
  margin-left: 0;

  cursor: pointer;
  border-radius: 0%;
}

.page-item:last-child .page-link {
  border-radius: 0%;
}

.vert-tabs {}

.vert-tabs button {
  background-color: #fff;
  border: none;
  padding: 11px 15px;
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  transition: 0.3s;
  width: 100%;
  font-weight: 500;
  color: #39342f;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 0;
}

.vert-tabs button:hover {
  border-bottom: 1px solid #306a9b;
  color: #306a9b;
}

.vert-tabs button.active {}

.vert-content {
  flex-grow: 1;
  padding: 0 20px;
  display: none;
}

.vert-content.active {
  display: block;
}

.globals-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.vert-content h2 {
  font-size: 25px;
  font-weight: 700;
  color: #212529;
  line-height: 40px;
}

.vert-content p {
  color: #6c757d;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.vert-content ul {}

.vert-content ul li {
  color: #6c757d;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.country-left {
  width: 33%;
}

.country-left h4 {
  color: #f2b859;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.country-main {
  display: flex;
  gap: 200px;
  margin-top: 25px;
}

.pngglob {
  margin-bottom: 25px;
}

.norelated {
  background-image: url(../images/globalbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
}

.norelated h3 {
  color: #8d8d8d;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

.publicsec {
  position: relative;
}

.publicsec h2 {
  font-size: 19px;
  font-weight: 700;
  color: #344054;
  line-height: 30px;
  margin-top: 10px;
}

.publicsec h3 {
  font-size: 12px;
  font-weight: 400;
  color: #344054;
}

.publicsec h3 span {
  font-size: 12px;
  font-weight: 400;
  color: #344054;
  margin-left: 20px;
}

.publicsec button {
  background-color: #275D8E;
  border-radius: 20px;
  color: #fff;
  padding: 8px 15px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

.publicmain {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 20px;
}

.publicsec img {}

.tickke {
  position: absolute;
  top: 15px;
  right: 25px;
}

.tickke img {
  background-color: #275D8E;
  border-radius: 40px;
  padding: 9px;
}

.publicsec {
  position: relative;

  display: inline-block;

  transition: background-color 0.3s ease;
}

.tickke img {
  transition: transform 0.3s ease;
}

.publicsec:hover .tickke img {
  transform: translateX(10px);
  background-color: #fd853a;
}

.paginationn .pagination {
  display: flex;
  justify-content: center;
  padding: 10px;
  list-style: none;
}

.paginationn .page-item {
  margin: 0 5px;
}

.paginationn .page-link {
  text-decoration: none;
  padding: 8px 16px;
  border: 1px solid #ddd;
  color: #275D8E;
  border-radius: 4px;
  cursor: pointer;
}

.paginationn .page-item.active .page-link {
  background-color: #275D8E;
  color: white;
  border-color: #275D8E;
}

.paginationn .page-item.disabled .page-link {
  color: #6c757d;
  cursor: not-allowed;
}

.paginationn .page-link:hover {
  background-color: #306a9b;
  color: #fff;
}

.leftse {
  margin-right: 6px;
}

.rigsec {
  margin-left: 6px;
}

.cardpublic {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  flex-shrink: 0;
  padding: 10px;
  border: none;
}

.cardpublic img {
  width: 100%;
  /* height: 160px; */
  object-fit: cover;
  border-radius: 12px;
}

.card-contentr {
  padding: 16px;
}

.card-labeld {
  font-size: 12px;
  color: #959595;
  font-weight: 400;
}

.card-titlesd {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  padding-top: 8px;
  color: #39342f;
}

.cardpublic button {
  background-color: #275D8E;
  border-radius: 20px;
  color: #fff;
  padding: 8px 15px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

.card-innertitdf {
  font-size: 12px;
  font-weight: 400;
  color: #234868;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.dotsec {
  width: 8px;
  height: 8px;
  background-color: #fd853a;
  border-radius: 50px;
}

#pak-map {
  display: block;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
}

#PAK1114 {
  fill: #bfbfbf !important;
  stroke: #a9a9a9 !important;
  cursor: default;
}

#PAK1114:hover {
  fill: #b7e5b8 !important;
}

#PAK1111 {
  fill: #bfbfbf !important;
  stroke: #a9a9a9 !important;
  cursor: default;
}

#PAK1111:hover {
  fill: #e2dbf9bf !important;
}

#PAK1110 {
  fill: #bfbfbf !important;
  stroke: #a9a9a9 !important;
  cursor: default;
}

#PAK1110:hover {
  fill: #e2dbf9bf !important;
}

#PAK1108 {
  fill: #bfbfbf !important;
  stroke: #a9a9a9 !important;
  cursor: default;
}

#PAK1108:hover {
  fill: #ffe1cb !important;
}

#PAK1112,
#PAK1113,
#PAK1109,
#PAK1123 {
  fill: #bfbfbf !important;
  stroke: #a9a9a9 !important;
  cursor: default;
}

#PAK1112:hover,
#PAK1113:hover,
#PAK1109:hover,
#PAK1123:hover {
  fill: #e0f3ff !important;
}

/* Map tooltip */
#info-box {
  position: fixed;
  z-index: 1060;
  /* above modal backdrop/content */
  display: none;
  background-color: #fff;
  color: #000;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 10px;
  line-height: 1.35;
  max-width: 260px;
  pointer-events: none;

  white-space: normal;
}

#pak-map [data-info] {
  cursor: pointer;
}

.spcovby {
  text-align: center;
}

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

.coverage9 {
  box-shadow: 0px 0px 10px 2px #efefef;
  padding: 35px 25px;
  border-radius: 12px;
  margin-top: 36px;
  background-color: #fff;
  color: #333333;
}

.coverage9:hover {
  background-color: #D73438;
  color: #fff !important;
}

.coverage9 h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.coverage9 h2 {
  font-size: 70px;
  font-weight: 500;
}

.coverage9 p {
  font-size: 20px;
  font-weight: 400;
}

.coverage8 {
  box-shadow: 0px 0px 10px 2px #efefef;
  padding: 35px 25px;
  border-radius: 12px;
  margin-top: 36px;
  background-color: #fff;
  color: #333333;
}

.coverage8:hover {
  background-color: #517D4A;
  color: #fff !important;
}

.coverage8 h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.coverage8 h2 {
  font-size: 70px;
  font-weight: 500;
}

.coverage8 p {
  font-size: 20px;
  font-weight: 400;
}

.coverage7 {
  box-shadow: 0px 0px 10px 2px #efefef;
  padding: 35px 25px;
  border-radius: 12px;
  margin-top: 36px;
  background-color: #fff;
  color: #333333;
}

.coverage7:hover {
  background-color: #275D8E;
  color: #fff !important;
}

.coverage7 h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.coverage7 h2 {
  font-size: 70px;
  font-weight: 500;
}

.coverage7 p {
  font-size: 20px;
  font-weight: 400;
}

.coverage6 {
  box-shadow: 0px 0px 10px 2px #efefef;
  padding: 18px 25px;
  border-radius: 12px;
  margin-top: 36px;
  background-color: #fff;
  color: #333333;
}

.coverage6:hover {
  background-color: #367E7F;
  color: #fff !important;
}

.coverage6 h3 {
  padding-top: 17px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.coverage6 h2 {
  font-size: 70px;
  font-weight: 500;
}

.coverage6 p {
  font-size: 20px;
  font-weight: 400;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*NEW*/
#carouselExampleCaptions {
  margin-top: 86px;
  height: calc(100vh - 86px);
}

.carousel-inner {
  height: 100% !important;
}

.carousel-item {
  height: 100% !important;
}

.carousel-item .img-sli {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.carousel-item .banner-inner {
  width: 50%;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 14px;
}

.footericons img {
  width: auto;
  margin: 0 10px;
  height: 80px;
}

@media (max-width: 768px) {
  .footericons {
    flex-direction: column;
    /* Stack the items vertically */
    align-items: center;
    /* Center the items horizontally */
    margin-top: 20px;
    /* Reduce the margin on mobile */
    padding-top: 20px;
    /* Reduce the padding on mobile */
  }

  /* .footericons img {
    margin-bottom: 25px;
  } */

  .poverty-sec {
    display: block;

  }

  .footericons .footer-logo-1 {
    width: 94% !important;
    margin: 10px !important;
    height: auto !important;
  }


  .training-sec {

    justify-content: center;

  }

  .training-sec ul li {

    padding: 10px 3px;
  }

  .training-sec ul li a {

    font-size: 10px;
  }

  .carousel-textt h2 {
    color: #fff;
    font-size: 25px !important;
    font-weight: 700 !important;
    line-height: 35px !important;
  }


  .carousel-textt h5 {
    color: #f4b41a;
    font-size: 10px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
  }

  .carousel-textt p {
    color: #fff;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    position: absolute;
    top: auto !important;
    bottom: 10px !important;
  }

  .navbar-section {
    position: inherit;
    z-index: 10;
    width: 100%;
    z-index: 999999999;
    background-color: #fff;
  }

  div#navbarText {
    background-color: #f1f1f1;
    padding: 18px 13px;
    border-radius: 20px;
  }



  .navbarrig {
    margin-left: 0;
  }

  .carousel-control-prev {
    right: 48px !important;
    left: auto !important;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50px;
    z-index: 99999;
  }

  .carousel-control-next {
    right: 0;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50px;
    z-index: 99999;
  }

  .who-we-are h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
  }

  .who-we-are p {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
  }

  .whowe-section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: white;
    overflow: hidden;
  }

  .coverage9 h2 {
    font-size: 40px;
    font-weight: 500;
  }

  .coverage9 h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 6px;
    color: #333333;
  }

  .coverage9 p {
    font-size: 13px;
    font-weight: 400;
  }

  .coverage9 {
    box-shadow: 0px 0px 10px 2px #efefef;
    padding: 35px 25px;
    border-radius: 12px;
    margin-top: 10px;
    background-color: #fff;
    color: #333333;
  }

  .coverage8 h2 {
    font-size: 40px;
    font-weight: 500;
  }

  .coverage8 h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 6px;
    color: #333333;
  }

  .coverage8 p {
    font-size: 13px;
    font-weight: 400;
  }

  .coverage8 {
    box-shadow: 0px 0px 10px 2px #efefef;
    padding: 35px 25px;
    border-radius: 12px;
    margin-top: 10px;
    background-color: #fff;
    color: #333333;
  }

  .coverage7 h2 {
    font-size: 40px;
    font-weight: 500;
  }

  .coverage7 h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 6px;
    color: #333333;
  }

  .coverage7 p {
    font-size: 13px;
    font-weight: 400;
  }

  .coverage7 {
    box-shadow: 0px 0px 10px 2px #efefef;
    padding: 35px 25px;
    border-radius: 12px;
    margin-top: 10px;
    background-color: #fff;
    color: #333333;
  }

  .coverage6 h2 {
    font-size: 40px;
    font-weight: 500;
  }

  .coverage6 h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 6px;
    color: #333333;
  }

  .coverage6 p {
    font-size: 13px;
    font-weight: 400;
  }

  .coverage6 {
    box-shadow: 0px 0px 10px 2px #efefef;
    padding: 35px 25px;
    border-radius: 12px;
    margin-top: 10px;
    background-color: #fff;
    color: #333333;
  }

  .head-fea {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }

  .country-section {
    background-color: #f6f6f4;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .poverty-sec {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
  }

  .povertyy h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 13px;
  }


  .povertyy p {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
  }

  .povertyy {
    background-color: #fff;
    padding: 20px 20px;
    width: 100%;
    min-height: 170px;
  }

  .carousel-wrapper {
    /* max-width: 960px; */
    margin-top: 0px;
    position: relative;
  }

  .card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    width: 93%;
    flex-shrink: 0;
    padding: 10px;
    border: none;
  }

  .spcover h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #39342f;
    height: 2em;
    overflow: hidden;
  }

  .resili h2 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 23px;
  }

  .resili p {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 18px;
  }

  .disaster h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #39342f;
  }

  .report-sec {
    background-image: linear-gradient(to bottom, #306a9b, #234868);
    border-radius: 20px;
    padding: 20px 20px;
    margin-bottom: 10px;
  }

  .villagee h2 {
    font-size: 11px;
    font-weight: 700;
    color: #39342f;
  }

  .casestudy h2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
  }

  .casestudy p {
    font-size: 10px;
    font-weight: 400;
    color: #959595;
    line-height: 22px;
  }

  .navbar-light .navbar-toggler {
    background-color: #ffffffb0;
  }

  .aboutasp-left h2 {
    font-size: 20px;
    font-weight: 700;
    color: #3c2b4a;
  }

  .aboutasp-right p {
    color: #959595;
    font-size: 10px;
    font-weight: 300;
    line-height: 22px;
  }

  li.nav-item {
    padding: 10px 0;
  }

  .searchinner-text {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
    padding: 10px;
  }

  .searchinner-text select,
  .searchinner-text input,
  .searchinner-text button {
    width: 100%;
    margin-top: 10px;
    border-radius: 8px;
  }

  .searchinner-text button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .found select {
    border: none;
    background: transparent;
    font-size: 10px;
    padding: 6px 35px 6px 15px;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 400;
    border: 1px solid #c9c9c9;
    border-radius: 50px;
    font-weight: 500;
    color: #39342f;
  }

  .stragery h2 {
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
    line-height: 32px;
  }

  .stragery p {
    font-size: 10px;
    color: #959595;
    font-weight: 400;
    line-height: 22px;
  }

  .resources-inner h2 {
    font-size: 20px;
    font-weight: 700;
    color: #39342f;
  }

  .knowledge-imgtext h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .annualsocial h2 {
    font-size: 17px;
    font-weight: 500;
    color: #39342f;
    line-height: 30px;
    padding-top: 12px;
  }

  .tab-innerpan {
    display: block;
    grid-template-columns: repeat(2, 48%);
    gap: 20px;
  }

  .tab-content {
    padding: 0;
  }

  .contact-imgtext h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .contact-options {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .researchineer {
    display: block;
    align-items: center;
    gap: 30px;
  }

  .modal-content {
    position: relative;
    margin: auto;
    /* top: 10%; */
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }

  .headin-modal h2 {
    color: #39342f;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

  .search-container {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 12px 20px;
    border-radius: 10px;
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    /* Important for responsiveness */
    gap: 10px;
  }

  .search-input {
    flex: 1 1 10px;
    border: none;
    background: transparent;
    font-size: 12px;
    outline: none;
    color: #39342f;
    font-weight: 400;
    min-width: 150px;
  }

  .divider {
    width: 1px;
    height: 30px;
    background-color: #ccc;
    margin: 0 15px;
    display: block;
  }

  .dropdown {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    font-weight: 400;
  }

  .search-button {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
  }

  /* Dropdown toggle override if needed */
  .togglesec {
    background-color: transparent;
    border: none;
    font-size: 12px;
    color: #333;
    padding: 6px;
  }


  .search-container {
    flex-direction: column;
    align-items: stretch;
  }

  .divider {
    display: none;
    /* Hide divider on small screens */
  }

  .dropdown,
  .search-button {

    justify-content: space-between;
  }

  .togglesec {
    width: 100%;
    text-align: left;
  }

  .polocies-imgtext h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .card1 {
    overflow: hidden;
    width: 100%;
    flex-shrink: 0;
    padding: 10px;
    border: none;
  }

  .policy-heading h2 {
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
  }

  .policy-heading p {
    font-size: 10px;
    color: #39342f;
    font-weight: 400;
  }

  .featuredinner {
    display: block;
    justify-content: space-between;
    padding: 16px 0;
  }

  .main-content {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
    border: 1px solid #d7d7d7;
  }

  .main-content h2 {
    margin-top: 20px;
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
  }

  .main-content p {
    font-size: 10px;
    color: #959595;
    font-weight: 400;
  }

  .main-content .info span {
    font-size: 10px;
    color: #344054;
    font-weight: 400;
  }

  .main-content .buttons .share {
    border: 1px solid #306a9b;
    border-radius: 40px;
    color: #306a9b;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .policy-headingmedia h2 {
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
  }

  .heading-socia h2 {
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
    line-height: 26px;
  }

  .heading-socia p {
    font-size: 10px;
    color: #959595;
    font-weight: 400;
    line-height: 22px;
  }

  .overheading h2 {
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
    line-height: 42px;
  }

  .keyfeatured h2 {
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
    line-height: 42px;
  }

  .overheading p {
    font-size: 10px;
    color: #959595;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .feamain {

    display: block;
    grid-template-columns: repeat(2, 48%);
  }

  .trainingcurr h2 {
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
    line-height: 42px;
  }

  button.btn.btn-link.btn-block.text-left.collapsed {
    color: #39342f;
    font-size: 10px;
    font-weight: 500;
  }

  .btn-link:hover {
    color: #39342f;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
  }

  .implementse h2 {
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
    line-height: 42px;
  }

  .authorhea h2 {
    font-size: 20px;
    color: #39342f;
    font-weight: 700;
    line-height: 42px;
  }

  .totalbued-left h3 {
    font-size: 20px;
  }

  .assementa {
    display: block;
    border-radius: 10px;
    background-color: #f8fafb;
    padding: 20px;
    margin-top: 30px;
    justify-content: space-between;
  }

  .prevbuttonbg button {
    border: none;
    border-radius: 20px;
    background-color: #306a9b;
    padding: 10px 14px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
  }

  .prevbuttonbor button {
    border: 1px solid #306a9b;
    border-radius: 20px;
    background-color: transparent;
    padding: 10px 14px;
    font-size: 10px;
    font-weight: 400;
    color: #306a9b;
  }

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

  .unilogo {
    display: block;
    justify-content: left;
    align-items: center;
    gap: 40px;
    margin-top: 25px;
  }

  .logo-footer {
    width: 26% !important;
    height: 86px !important;
    object-fit: contain !important;
    margin: 10px !important;
  }

  .agends ul {
    padding: 0;
    display: block;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #81818180;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .annualpro-left h2 {
    font-size: 20px;
    font-weight: 700;
    color: #39342f;
    line-height: 27px;
  }

  .annualpro-left p {
    font-size: 10px;
    font-weight: 400;
    color: #959595;
    line-height: 22px;
  }

  .febpakmain {
    display: block;
    align-items: center;
    justify-content: left;
    gap: 50px;
    margin-top: 21px;
  }

  .annualpro-right img {
    width: 100%;
  }

  .nationals-inner h2 {
    font-size: 20px;
    font-weight: 700;
    color: #39342f;
    line-height: 48px;
  }

  .nationals-inner p {
    font-size: 10px;
    font-weight: 400;
    color: #959595;
    line-height: 22px;
  }


  .unitedheadingg h2 {
    font-size: 20px;
    font-weight: 500;
    color: #39342f;
  }

  .unitedheading h2 {
    font-size: 20px;
    font-weight: 700;
    color: #39342f;
  }


  .navbar-brand img {
    width: 58%;
  }


  .carousel-textt button {
    border-radius: 50px;
    border: none;
    padding: 6px 11px;
    color: #234868;
    font-size: 9px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
  }


  button.carousel-control-prev {
    display: none;
  }


  button.carousel-control-next {
    display: none;
  }

  .spcover {
    background-color: #fff;
    border-radius: 20px;
    padding: 49px;
    text-align: center;
    margin-bottom: 20px;
  }

  .sindh {
    background-image: url(../images/sindh.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 325px;
    border-radius: 30px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
  }

  .img-sli {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }



  .latest-news {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    padding: 10px;
    height: auto;
    margin-bottom: 30px;
  }


  .community {
    border-radius: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    padding: 15px;
    height: auto;
    margin-bottom: 30px;
  }

  .resili-featured {
    padding: 8px 15px;
    bottom: auto !important;
    position: absolute;
    right: 32px;
    top: 130px !important;
  }

  .trending {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .policyrep-section1media {
    padding-top: 50px;
    background-color: #f8fafb;
    padding-bottom: 50px;
    margin-top: 0;
  }

  .latest-sec {
    margin-bottom: 30px;
    border-radius: 17px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    padding: 15px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    position: relative;
  }

  .casestudy {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    padding: 26px 18px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .ourmissionn {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 40px;
    height: auto;
    margin-bottom: 30px;
  }

  .found {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .nationalsec {
    border-radius: 17px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
    padding: 15px;
    margin-bottom: 30px;
  }


  .disastermar23 {
    margin-top: 0;
  }

  /* .footericons {
    display: none !important;
  } */

  .footericons-web {
    display: block !important;
  }

  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-item {
    margin: 5px 0;
  }

  .page-link {
    padding: 10px 20px;
    font-size: 12px;
  }



  .partnersinner {
    text-align: center;
  }


  .imagewirr {
    width: 80%;
  }

  .stake-imgtext p {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
  }

  .stake-imgtext h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .stake-imgtext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-image: url(../images/stake.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 31px 0;
    border-radius: 20px;
  }

  .about-imgtext {

    padding: 31px 0;
    border-radius: 20px;
  }

  .polocies-imgtext {

    padding: 31px 0;
  }

  .knowledge-imgtext {

    padding: 31px 0;
  }

  .eventt-imgtext {
    padding: 31px 0;
  }

  .eventt-imgtext h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .eventt-imgtext h2 {
    font-size: 10px;
  }


  .contact-imgtext {

    padding: 31px 0;

  }

  .pagination-controls {
    display: none;
    /* Hide arrows and dots on mobile */
  }

  .carousel-textt {
    margin-top: 0%;
  }

  .navbar-light .navbar-nav .nav-linkabout {
    font-size: 13px;
    font-weight: 400;
    color: #ffffff !important;
    padding: 0 13px;
  }


}




@media (max-width: 480px) {
  .pagination {
    flex-direction: column;
  }

  .page-item {
    margin: 5px 0;
  }

  .page-link {
    padding: 12px 25px;
    font-size: 14px;
  }
}

/* Policies & Programs - Collapsible Content */
.collapsible-content {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 8px;
}

.collapsible-content::-webkit-scrollbar {
    width: 6px;
}

.collapsible-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.collapsible-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.collapsible-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Navbar Dropdown Styles */
.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: 0;
}

.nav-item.dropdown .dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #0056b3;
}

/* Breadcrumb Styles */
.polocies-imgtext p a,
.socialpro-section p a,
.about-imgsection p a {
  text-decoration: none;
  color: #fff;
}

.polocies-imgtext p a:hover,
.socialpro-section p a:hover,
.about-imgsection p a:hover {
  text-decoration: underline;
}

/* Breadcrumb text styling */
.polocies-imgtext p,
.socialpro-section p.label,
.about-imgsection p {
  color: #fff;
}

.polocies-imgtext p span,
.socialpro-section p.label span,
.about-imgsection p span {
  color: #fff;
}