   #membership{
    width: 100%;
  float: left;
  background: url(../images/membership_01.jpg)  no-repeat bottom;

    background-repeat: no-repeat;
    background-size: cover;
   }

   ::selection {
  color: #ffffff;
  background: black;
}

    .tab-container {
width: 90%;
    max-width: 1501px;
    margin: 40px auto;

    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    border-radius: 8px;
    padding: 20px 30px;
    }

    .tab-buttons {
 display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* spacing between tab and divider */
  position: relative;
    }

    .tab-button {
      padding: 12px 18px;
      cursor: pointer;
      font-weight: bold;
      color: #444;
      border: none;
      background: none;
      outline: none;
    }
.tab-divider {
  color: #888;
  font-size: 20px;
  padding: 0 10px;
}

    .tab-button.active {
      border-bottom: 3px solid #e63946;
      color: #e63946;
    }

    .tab-content {
      display: none;
    }
.tab-content h2 {
  text-align: center;
  color: #294089;
  font-family: "Ancizar Serif";
  font-size: 42px;
  margin: 3% auto;
  font-weight: 700;


  padding-bottom: 10px;
}



    .tab-content.active {
      display: block;
    }

    h2 {
      color: #1d3557;
    }
.no-bullet {
  list-style-type: none;
  padding-left: 0;
  margin-left: 1.2em; /* optional indent to align with others */
}

.red-highlight {
  color: #e63946;
    font-weight: 500;
}
.new{
  margin-top: 20px;
}
.new li{
    font-size: 18px;
}
    h3 {
      color: #457b9d;
    }

.section-titlee {
    font-weight: bold;
    color: #0D4625;
    font-family: "Ancizar Serif";
    margin-top: 27px;
    margin-bottom: 24px;
    }

    ul {
      list-style: disc;
      padding-left: 20px;
    }

    li {
      margin-bottom: 10px;
      line-height: 1.6;
           font-family: "Poppins", sans-serif;
      color: #333;
    }
    /* Add this new part */
.tab-content ul li::marker {
  color: #e63946;
  font-size: 1.2em;
}



#membership_info{
width: 100%;
 background-color: #fefaf2;
float: left;
   margin: 0;
      padding: 40px 20px;
}

    .section-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    max-width: 1400px;
    margin: 53px auto;
}

    .info-box {
      flex: 1 1 450px;
      background-color: #fff;
      border: 1px solid #ccc;
      padding: 85px 80px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      transition: 0.3s;
    }

    .info-box:hover {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }

    .info-box h4 {
      color: #014421;
      font-size: 24px;
      font-weight: bold;
      font-family: "Ancizar Serif";
      margin-bottom: 15px;
    }

    .info-box p {
     color: #444;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
         font-family: "Poppins", sans-serif;
    font-weight: 500;
    }

    @media (max-width: 768px) {
      .info-box {
        flex: 1 1 100%;
      }
    }

    /* activities */
    /* activities */
    /* activities */
#activities{
  width: 100%;
  float: left;
}
        .activities-section {
    background: url(../images/membership_02.jpg) no-repeat bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
padding: 130px 20px;
    color: #fff;
    }

    .activities-section::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
    }

    .activities-content {
      position: relative;
      z-index: 2;
      max-width: 1599px;
      margin: auto;
      text-align: center;
    }

    .activities-content h2 {
      font-size: 42px;
      font-weight: bold;
      font-family: "Ancizar Serif";
      margin-bottom: 40px;
      border-bottom: 2px solid #fff;
      display: inline-block;
      padding-bottom: 8px;
    }

    .activities-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 60px;
      text-align: left;
      margin-top: 20px;
    }

    .activity-box h4 {
      font-size: 24px;
      font-weight: bold;
      font-family: "Ancizar Serif";
      margin-bottom: 10px;
    }

    .activity-box p {
      font-size: 14px;
      line-height: 1.6;

           font-family: "Poppins", sans-serif;
    }

    @media (max-width: 768px) {
      .activities-content h2 {
        font-size: 24px;
      }

      .activity-box h4 {
        font-size: 15px;
      }
    }

    .activity-box {
  position: relative;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .activity-box:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3); /* subtle white divider */
  }
}


    /* csr */
#csr{
  width: 100%;
  float: left;
}
        .csr-section {
          padding: 10px 20px;
        }
        
        .csr-container {
max-width: 1700px;
    background-color: #fefaf2;
    margin: auto;
    display: flex
;
    flex-wrap: wrap;
     padding: 110px 59px;
    gap: 34px;
    position: relative;
    align-items: flex-start;
    z-index: 99;
    bottom: 40px;
    }

    .csr-left {
      flex: 1 1 300px;
    }

    .csr-left h3 {
         font-family: "Ancizar Serif";
      font-size: 42px;
      font-weight: bold;
      color: #014421;
 
      margin: 0;
    }

    .csr-right {
      flex: 1 1 600px;
    }

    .csr-right p {
      font-size: 15px;
           font-family: "Poppins", sans-serif;
      line-height: 1.8;
      color: #444;
      margin-bottom: 16px;
    }

    @media (max-width: 768px) {
      .csr-container {
        flex-direction: column;
      }

      .csr-left, .csr-right {
        flex: 1 1 100%;
      }

      .csr-left h3 {
        font-size: 18px;
      }

      .csr-right p {
        font-size: 14px;
      }
    }

    #admin{
      width: 100%;
      float: left;
    }

     .admin-section {
      background-color: #ffffff;
      text-align: center;
    padding: 50px 20px 100px 20px;
    }

    .admin-section h3 {
      color: #014421;
      font-size: 42px;
               font-family: "Ancizar Serif";
      font-weight: bold;
      margin-bottom: 20px;
    }

    .admin-section p {
      max-width: 900px;
      margin: 0 auto;
           font-family: "Poppins", sans-serif;
      font-size: 15px;
      line-height: 1.8;
      color: #444;
    }

    @media (max-width: 768px) {
      .admin-section h3 {
        font-size: 18px;
      }

      .admin-section p {
        font-size: 14px;
      }
    }




    
@media only screen and (min-width: 1501px) and (max-width: 1600px) {
.csr-left h3 {

    font-size: 34px;
}

.tab-content h2 {

    font-size: 34px;
}
.activities-content h2 {
    font-size: 34px;
}
.activities-content {
    max-width: 1400px;
}
.admin-section h3 {
    color: #014421;
    font-size: 34px;

}
.info-box {

    padding: 66px 62px;
}
}

    
@media only screen and (min-width: 1401px) and (max-width: 1500px) {
.csr-left h3 {

    font-size: 34px;
}

.tab-content h2 {

    font-size: 34px;
}
.activities-content h2 {
    font-size: 34px;
}
.activities-content {
  max-width: 1340px;
}
.admin-section h3 {
    color: #014421;
    font-size: 34px;

}
.info-box {

    padding: 66px 62px;
}
}

    
@media only screen and (min-width: 1301px) and (max-width: 1400px) {
.csr-left h3 {

    font-size: 34px;
}

.tab-content h2 {

    font-size: 34px;
}
.activities-content h2 {
    font-size: 34px;
}
.activities-content {
  max-width: 1340px;
}
.admin-section h3 {
    color: #014421;
    font-size: 34px;

}
.info-box {

    padding: 66px 62px;
}
.csr-container {
    padding: 105px 36px;}

    .csr-right p {
    font-size: 14px;
    }
    .info-box p {
    color: #444;
    font-size: 14px;
    }
    li {

    font-size: 14px;
    }

    .new li {
    font-size: 14px;
}
.admin-section p {

    font-size: 14px;
}

}


    
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
.csr-left h3 {

    font-size: 28px;
}

.tab-content h2 {

    font-size: 28px;
}
.activities-content h2 {
    font-size: 28px;
}
.activities-content {
        max-width: 1157px;
}
.admin-section h3 {
    color: #014421;
    font-size: 28px;

}
.info-box {

    padding: 66px 62px;
}
.csr-container {
    padding: 105px 36px;}

    .csr-right p {
    font-size: 14px;
    }
    .info-box p {
    color: #444;
    font-size: 14px;
    }
    li {

    font-size: 14px;
    }

    .new li {
    font-size: 14px;
}
.admin-section p {

    font-size: 14px;
}

.activities-grid {
   gap: 23px;

}
}


@media only screen and (min-width: 1101px) and (max-width: 1200px) {
.csr-left h3 {

    font-size: 28px;
}

.tab-content h2 {

    font-size: 28px;
}
.activities-content h2 {
    font-size: 28px;
}
.activities-content {
        max-width: 1157px;
}
.admin-section h3 {
    color: #014421;
    font-size: 28px;

}
.info-box {

    padding: 66px 62px;
}
.csr-container {
    padding: 105px 36px;}

    .csr-right p {
    font-size: 14px;
    }
    .info-box p {
    color: #444;
    font-size: 14px;
    }
    li {

    font-size: 14px;
    }

    .new li {
    font-size: 14px;
}
.admin-section p {

    font-size: 14px;
}

.activities-grid {
   gap: 23px;

}
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
.csr-left h3 {

    font-size: 28px;
}

.tab-content h2 {

    font-size: 28px;
}
.activities-content h2 {
    font-size: 28px;
}
.activities-content {
        max-width: 1157px;
}
.admin-section h3 {
    color: #014421;
    font-size: 28px;

}
.info-box {
        padding: 58px 32px;
}
.csr-container {
    padding: 105px 36px;}

    .csr-right p {
    font-size: 14px;
    }
    .info-box p {
    color: #444;
    font-size: 14px;
    }
    li {

    font-size: 14px;
    }

    .new li {
    font-size: 14px;
}
.admin-section p {

    font-size: 14px;
}

.activities-grid {
   gap: 23px;
   grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));

}
}

@media only screen and (min-width: 901px) and (max-width: 1000px) {
.csr-left h3 {

    font-size: 28px;
}

.tab-content h2 {

    font-size: 28px;
}
.activities-content h2 {
    font-size: 28px;
}
.activities-content {
        max-width: 1157px;
}
.admin-section h3 {
    color: #014421;
    font-size: 28px;

}
.info-box {
        padding: 58px 32px;
}
.csr-container {
    padding: 105px 36px;}

    .csr-right p {
    font-size: 14px;
    }
    .info-box p {
    color: #444;
    font-size: 14px;
    }
    li {

    font-size: 14px;
    }

    .new li {
    font-size: 14px;
}
.admin-section p {

    font-size: 14px;
}

    .activities-grid {
        gap: 23px;
        grid-template-columns: repeat(auto-fit, minmax(427px, 1fr));
    }

    .section-wrapper {

    gap: 34px;

}
}

@media only screen and (min-width: 801px) and (max-width: 900px) {
.csr-left h3 {

    font-size: 28px;
}

.tab-content h2 {

    font-size: 28px;
}
.activities-content h2 {
    font-size: 28px;
}
.activities-content {
        max-width: 1157px;
}
.admin-section h3 {
    color: #014421;
    font-size: 28px;

}
.info-box {
        padding: 58px 32px;
}
.csr-container {
    padding: 105px 36px;}

    .csr-right p {
    font-size: 14px;
    }
    .info-box p {
    color: #444;
    font-size: 14px;
    }
    li {

    font-size: 14px;
    }

    .new li {
    font-size: 14px;
}
.admin-section p {

    font-size: 14px;
}

    .activities-grid {
        gap: 23px;
        grid-template-columns: repeat(auto-fit, minmax(427px, 1fr));
    }

    .section-wrapper {

    gap: 34px;

}
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
.csr-left h3 {

font-size: 22px;
}

    .tab-content h2 {
        font-size: 22px;
        margin-bottom: 5%;
        margin-top: 5%;
    }
.activities-content h2 {
    font-size: 22px;
}
.activities-content {
        max-width: 1157px;
}
.admin-section h3 {
    color: #014421;
    font-size: 22px;
}
.info-box {
        padding: 58px 32px;
}
.csr-container {
    padding: 56px 36px;}

    .csr-right p {
    font-size: 12px;
    }
    .info-box p {
    color: #444;
    font-size: 12px;
    }
    li {

font-size: 12px;

}

    .new li {
    font-size: 12px;
}
.admin-section p {

font-size: 12px;
}

    .activities-grid {
        gap: 23px;
        grid-template-columns: repeat(auto-fit, minmax(427px, 1fr));
    }

    .section-wrapper {

    gap: 34px;

}
.activities-section {
    padding: 58px 20px;
}
.activity-box p {
    font-size: 12px;
}
.section-titlee {
    font-size: 22px;

}
.info-box h4 {

    font-size: 22px;
}
}

@media only screen and (min-width: 301px) and (max-width: 700px) {
.csr-left h3 {

  font-size: 18px;
}

    .tab-content h2 {
  font-size: 18px;
        margin-bottom: 5%;
        margin-top: 5%;
    }
.activities-content h2 {
  font-size: 18px;
}
.activities-content {
        max-width: 1157px;
}
.admin-section h3 {
    color: #014421;
  font-size: 18px;
}
.info-box {
           padding: 34px 22px;
}
.csr-container {
    padding: 56px 36px;}

    .csr-right p {
    font-size: 12px;
    }
    .info-box p {
    color: #444;
    font-size: 12px;
    }
    li {

font-size: 12px;

}

    .new li {
    font-size: 12px;
}
.admin-section p {

font-size: 12px;
}

    .activities-grid {
        gap: 23px;

    }

    .section-wrapper {

    gap: 34px;

}
.activities-section {
    padding: 58px 20px;
}
.activity-box p {
    font-size: 12px;
}
.section-titlee {
   font-size: 18px;

}
.info-box h4 {

    font-size: 18px;
}
.admin-section {

    padding: 0px 20px 100px 20px;
}
.tab-button {
    padding: 5px 9px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    border: none;
    font-size: 14px;
    background: none;
    outline: none;
}
.tab-container {
    width: 100%;
}
.tab-buttons {
  gap: 4px;
}
}

