.about-us{
    width: 100%;
    float: left;
}

.what-we-do{
    width: 100%;
    float: left;
}

.sponsorship-proposal{
    width: 100%;
    float: left;
}

.distributions-reach{
    width: 100%;
    float: left;
}

.abt-container {
    width: 100%;
    display: flex;
    padding-top: 4%;
    background: #fffbf0;
}

.wht-container{
        width: 100%;
    display: flex;
}


.abt-text{
width: 40%;
margin: auto;
}
    
.wt-text{
    width: 30%;
margin: auto;
}

.image-2{
    width: 50%;
}


.image-1{
    width: 50%;
}


.image-2 img{
    width: 100%;
}


.image-1 img{
    width: 100%;
}


.what-we-do {
    width: 100%;
    float: left;
    padding: 4% 0%;
}

.abt-text h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Ancizar Serif", serif;
    color: #0b4725;
}

.abt-text p{
    font-size: 20px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      color: #6d6c6c;
}

.abt-text hr{
    width: 30%;
    color: #0b4725;
}

.wt-text hr{
    width: 50%;
    color: #0b4725;
}

.wt-text h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Ancizar Serif", serif;
    color: #0b4725;
}

.wt-text p {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #7b7a79;
}

.wt-text strong{
    color: #000;
}

/* General Section Styling */
.sponsorship-proposal {
  background: url(../images/logo-sponcers/12.jpg) no-repeat center center;
  background-size: cover;
  padding: 3% 20px 20% 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: white;
  /* position: relative; */
}

/* Optional dark overlay if needed for contrast */
.sponsorship-proposal::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: rgba(0, 0, 0, 0.4); dim the background */
  z-index: 1;
}

.sponsorship-proposal .prop-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: auto;
}

.sponsorship-proposal .proposal-item {
  width: 275px;
  height: 275px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #91a8ff, #2e3c92);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  transition: transform 0.3s ease;
}

.sponsorship-proposal .proposal-item:hover {
  transform: scale(1.05);
}

.sponsorship-proposal h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.sponsorship-proposal p {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.head-prop h2 {
    margin-bottom: 1%;
    color: #fff;
    font-size: 32px;
    font-family: "Ancizar Serif", serif;
    font-weight: 700;
}

.head-prop hr {
    width: 15%;
    margin: auto;
    height: 25px;
}

.circ1{
    position: absolute;
    left: 17%;
}

.circ2{
    position: absolute;
    left: 30%;
}

.circ3{
    position: absolute;
    right: 17%;
}

.circ4{
    position: absolute;
    right: 30%;
}

.prop-container{
    position: relative;
}


/* Distributions and Reach Section */
.distributions-reach {
  background: url(../images/logo-sponcers/bg-back.jpg) no-repeat center bottom;
  background-size: cover;
  /* background-color: #fff; */
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  color: #1a1a1a;
}

.distributions-reach::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: rgba(255, 255, 255, 0.85);  */
  z-index: 1;
}

.distributions-reach .dis-container {
  position: relative;
  z-index: 2;
  /* max-width: 1200px; */
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.distributions-reach h3 {
    font-size: 32px;
    font-weight: 700;
    color: #124124;
    margin-bottom: 60px;
    border-bottom: 2px solid #124124;
    display: inline-block;
    padding-bottom: 20px;
    font-family: "Ancizar Serif", serif;
}

.distributions-reach ul {
  columns: 4;
  column-gap: 40px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
  margin: 0 auto;
  text-align: left;
}

.distributions-reach ul li {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.6;
    break-inside: avoid;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    width: 95%;
}

.distributions-reach ul li::marker {
    color: #1c2c4e !important;
}


@media only screen and (min-width: 1501px) and (max-width: 1600px) {
.abt-text h2{font-size: 36px;}

.abt-text p{font-size: 16px;}
.wt-text h2{font-size: 36px;}
.wt-text p{font-size: 16px;}
.sponsorship-proposal .proposal-item {
  width: 215px;
  height: 215px;}

  .sponsorship-proposal p {
  font-size: 22px;}
.sponsorship-proposal h3 {
  font-size: 15px;}

.distributions-reach h3{font-size: 22px;}
.distributions-reach ul li {
  font-size: 16px;}

}


@media only screen and (min-width: 1401px) and (max-width: 1500px) {
.abt-text h2{font-size: 34px;}

.abt-text p{font-size: 14px;}
.wt-text h2{font-size: 34px;}
.wt-text p{font-size: 14px;}
.sponsorship-proposal .proposal-item {
  width: 215px;
  height: 215px;}

  .sponsorship-proposal p {
  font-size: 20px;}
.sponsorship-proposal h3 {
  font-size: 15px;}

.distributions-reach h3{font-size: 20px;}
.distributions-reach ul li {
  font-size: 14px;}

}


@media only screen and (min-width: 1301px) and (max-width: 1400px) {
.abt-text h2{font-size: 34px;}

.abt-text p{font-size: 14px;}
.wt-text h2{font-size: 34px;}
.wt-text p{font-size: 14px;}
.sponsorship-proposal .proposal-item {
  width: 215px;
  height: 215px;}

  .sponsorship-proposal p {
  font-size: 20px;}
.sponsorship-proposal h3 {
  font-size: 15px;}

.distributions-reach h3{font-size: 20px;}
.distributions-reach ul li {
  font-size: 14px;}

}