.responsive-banner {
  width: 100%;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-top: 88px;
}

@media screen and (max-width: 768px) {
  .banner-image {
    width: 100%;
    height: auto;
    object-fit: contain; 
  }
}


 .responsive-logo {
  width: 100%;
  overflow: hidden;
}

.logo-image {
  width: 100%;
  height: 440px;
  object-fit: contain;
  display: block;
}

/* Optional: Adjust for mobile view */
@media screen and (max-width: 749px) {
  .logo-image {
    width: 100%;
    height: 230px;
    object-fit: contain; /* ensures full image is shown */
  }
}

.paragraph p{
    font-size: 18px;
    max-width: 810px;
    margin: 0 auto;
}

.partner-title{
    font-size: 34px;
    font-family: sans-serif;
    padding: 20px 0;
    color: #016002;
}




.quote-section {
    background-color: #ffffff;
    margin-bottom: 50px;
    text-align: center;
}    

    .quote-box {
      max-width: 800px;
      margin: 0 auto;
      position: relative;
      padding: 25px 20px;
      border-top: 4px solid #016002;
      border-bottom: 4px solid #016002;
    }

    .quote-icon {
      font-size: 40px;
      color: #016002;
      position: absolute;
      top: -33px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      padding: 0px 6px;
    }

    .quote-text {
      font-size: 1.2rem;
      font-weight: 600;
      color: #004d4d;
    }

    .quote-author {
      margin-top: 20px;
      font-weight: bold;
      color: #004d4d;
      font-size: 0.9rem;
      text-transform: uppercase;
    }


    .paragraph-one h2{     
        font-size: 30px;
        font-family: sans-serif;
    }

    strong {
        color: #bdbdbd;
    }

    .paragraph-one p{
        font-size: 18px;
        text-align: justify;
    }

    .paragraph-one {
        max-width: 810px;
        margin: 0 auto;
        text-align: center;
    }


     .section-wrapper {
      padding: 60px 20px;
      background-color: #005E09;
      color: #fff;
    }

    .info-card {
      background-color: rgba(255, 255, 255, 0.1);
      padding: 28px;
      border-radius: 0px;
      height: 100%;
    }

    

    .info-card h3 {
        font-size: 28px;
        font-family: sans-serif;
    }

    



    .subscribe-box{
      background-color: rgba(255, 255, 255, 0.05);
      padding: 27px;
      border-radius: 0;
    }

    .subscribe-box h3{
        font-size: 28px;
        font-family: sans-serif;
    }



    .country-section {
      padding: 8px 20px;
      display: flex;
      justify-content: center;
    }

    .grid-container {
      max-width: 1000px;
      width: 100%;
    }

    .country-item {
      text-align: center;
      margin-bottom: 30px;
    }

    .country-item img {
      width: 85%;
      height: auto;
      margin-bottom: 10px;
    }

    .country-name {
      font-weight: bold;
      font-size: 1.1rem;
    }

    
@media (max-width: 768px){

    .paragraph p{
        font-size: 14px;
    }

    .partner-title{
         font-size: 26px;
    }

    .quote-text{
        font-size: 14px;
    }

    p.quote-author {
        font-size: 14px;
    }

    .paragraph-one h2{
        font-size: 26px;
    }

    .paragraph-one p{
        font-size: 14px;
    }

    .subscribe-box{
        margin-top: 0;
        padding: 20px;
    }

    .subscribe-box h3{
        font-size: 23px;
    }

    .section-wrapper{
        padding: 40px 0;
    }

    .info-card h3{
        font-size: 23px;
    }

    .country-item img{
      width: 100%;
    }

}
