.aboutus1-con .section-subtitle {
    color: #00a78e;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 25px;
}

.aboutus1-con .section-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #ffffff;
}

.aboutus1-con .section-desc {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.aboutus1-cards {
    margin-top: -80px; /* ✅ Moves the cards section slightly upward */
    padding: 40px 20px;
    position: relative;
    z-index: 10;
}

.aboutus1-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 7px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    height: 100%;
    max-width: 370px;
    text-align: left;
    border: 1px solid rgb(211, 205, 205);
}

.aboutus1-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.aboutus1-card img.card-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
}

.aboutus1-card h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline;
    color: #000000;
}

.aboutus1-card p {
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}   

/* ------------------------------------------------------- */
/* ✅ RESPONSIVE DESIGN */
/* ------------------------------------------------------- */

/* 📱 Extra Small Devices (max-width: 576px) */
@media (max-width: 576px) {
    .aboutus1-con .section-subtitle {
        font-size: 18px;
    }

    .aboutus1-con .section-title {
        font-size: 26px;
        line-height: 1.2;
    }

    .aboutus1-con .section-desc {
        font-size: 14px;
    }

    .aboutus1-cards {
        margin-top: 50px;
        padding: 20px 10px;
        gap: 20px;
        margin: auto;
    }

    .aboutus1-card {
        padding: 18px;
    }

    .aboutus1-card img.card-icon {
        width: 22px;
        height: 22px;
    }

    .aboutus1-card h5 {
        font-size: 15px;
    }

    .aboutus1-card p {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* 📲 Small Devices (Tablets: 577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .aboutus1-con .section-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .aboutus1-con .section-desc {
        font-size: 15px;
    }

    .aboutus1-card {
        padding: 22px;
        max-width: 320px;
    }

    .aboutus1-card h5 {
        font-size: 15px;
    }

    .aboutus1-card p {
        font-size: 13.5px;
    }
}

/* 💻 Medium Devices (Small Laptops: 769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {

    .aboutus1-con .section-title {
        font-size: 34px;
    }

    .aboutus1-con .section-desc {
        font-size: 16px;
    }

    .aboutus1-card {
        padding: 24px;
    }

    .aboutus1-card h5 {
        font-size: 16px;
    }

    .aboutus1-card p {
        font-size: 13.5px;
    }
}

/* 🖥️ Large Devices (Desktops: 993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .aboutus1-con .section-title {
        font-size: 36px;
    }

    .aboutus1-card {
        max-width: 350px;
    }

    .aboutus1-card h5 {
        font-size: 16px;
    }

    .aboutus1-card p {
        font-size: 14px;
    }
}


.aboutus2-con {
    padding: 20px;
    background: #fff;
}

.aboutus2-con .aboutus2-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.aboutus2-con .aboutus2-text p {
    text-align: justify;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
}

.aboutus2-con .aboutus2-text strong {
    font-weight: 700;
    color: #000;
}

/* Responsive */
@media (max-width: 991px) {
    .aboutus2-img {
        margin-bottom: 20px;
    }
}

.aboutus3-con {
    padding: 40px 20px 5px 30px;
    background-color: #DDFFFB;
    font-family: Arial, sans-serif;
    line-height: 1.7;
}

.aboutus3-con h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.aboutus3-con p {
    font-size: 17px;
    color: #000000;
    margin-bottom: 25px;
}

.aboutus3-con .mission-point {
    margin-bottom: 18px;
}

.aboutus3-con .mission-point strong {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.aboutus3-con .mission-point span {
    font-size: 17px;
    color: #000000;
}

/* Responsive */
@media (max-width: 768px) {
    .aboutus3-con {
    padding: 20px 15px;
    }
    .aboutus3-con h2 {
    font-size: 24px;
    }
    .aboutus3-con p,
    .aboutus3-con .mission-point span {
    font-size: 14px;
    }
}

.aboutus4-con {
    background: #fff;
}

.aboutus4-img {
    max-width: 65%;
}

.aboutus4-content {
    padding: 20px;
}

.aboutus4-title {
    font-size: 38px;
    font-weight: 700;
    color: #1d2b4f;
    line-height: 1.3;
}

.aboutus4-title span {
    color: #4a4a4a;
    font-weight: 300;
}

.aboutus4-sub {
    font-size: 16px;
    color: #5a5a5a;
    margin-top: 15px;
}

.aboutus4-sub i {
    color: #06c5a6;
    margin-right: 8px;
}

.aboutus4-overline {
    width: 120px;
    height: 6px;
    background: #01A996;
    margin-bottom: 10px;
    border-radius: 3px;
}


.aboutus4-underline {
    width: 120px;
    height: 6px;
    background: #ffc107;
    margin-top: 10px;
    border-radius: 3px;
}

.aboutus5-con {
  background-color: #004d40; 
  padding: 80px 0;
}

.aboutus5-con h4 {
  font-size: 33px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.aboutus5-con .logo-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus5-con .brand-center-logo {
  border-radius: 15px;
  padding: 25px 40px;
  max-width: 1100px;
  height: auto;
}


/* ------------------------------------------------------- */
/* ✅ RESPONSIVE DESIGN */
/* ------------------------------------------------------- */

/* 📱 Extra Small Devices (Mobile Phones: max-width: 576px) */
@media (max-width: 576px) {
  .aboutus5-con {
    padding: 10px;
  }

  .aboutus5-con h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .aboutus5-con .brand-center-logo {
    max-width: 400px;
    padding: 15px 20px;
  }
}

/* 📲 Small Devices (Tablets: min-width: 577px) and (max-width: 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .aboutus5-con {
    padding: 60px 20px;
  }

  .aboutus5-con h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .aboutus5-con .brand-center-logo {
    max-width: 400px;
    padding: 20px 25px;
  }
}

/* 💻 Medium Devices (Small Laptops: min-width: 769px) and (max-width: 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .aboutus5-con {
    padding: 70px 30px;
  }

  .aboutus5-con h4 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .aboutus5-con .brand-center-logo {
    max-width: 600px;
    padding: 25px 30px;
  }
}

/* 🖥️ Large Devices (Desktops: min-width: 993px) and (max-width: 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .aboutus5-con {
    padding: 80px 40px;
  }

  .aboutus5-con h4 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .aboutus5-con .brand-center-logo {
    max-width: 900px;
    padding: 25px 35px;
  }
}



.aboutus6-con {
    background-color: #e6f9f9;   /* light aqua background */
    padding: 20px;
    border-radius: 6px;
}

.aboutus6-heading {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.aboutus6-name {
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
}

.aboutus6-text {
    font-size: 22px;
    line-height: 1.6;
    color: #222;
}


.aboutus7-con {
    background-color: #00a89d;
    padding: 40px 0;
    border-radius: 6px;
    text-align: center;
    gap: 30px;
    margin: auto;
    align-items: center;
}

.person-img {
    position: relative;
    width: 110px;
    height: 250px;
    margin: 0 auto;
    border-radius: 40px / 40px;
}

.person-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
    border-radius: 60px / 60px;
}

.person-img:hover img {
    transform: scale(1.05);
}

.person-name {
    position: absolute;
    top: 75%;
    right: 10px;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: right center;
    background: rgba(0, 0, 0, 0.6); 
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

/* Hover effect */
.person-img:hover .person-name {
    opacity: 1;
    right: 20px;
}

/* ========================= */
/* ✅ Responsive Breakpoints */
/* ========================= */

/* Extra Small Devices (Mobile Phones: up to 576px) */
@media (max-width: 576px) {
    .person-img {
        width: 100px;
        height: 180px;
    }
    .person-name {
        font-size: 10px;
        padding: 3px 6px;
    }
}

/* Small Devices (Tablets: 577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .person-img {
        width: 90px;
        height: 180px;
    }
    .person-name {
        font-size: 11px;
        padding: 3px 8px;
    }
}

/* Medium Devices (Small Laptops: 769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .person-img {
        width: 100px;
        height: 200px;
    }
    .person-name {
        font-size: 12px;
    }
}

/* Large Devices (Desktops: 993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .person-img {
        width: 110px;
        height: 220px;
    }
    .person-name {
        font-size: 13px;
    }
}

/* Extra Large Devices (1201px and above) */
@media (min-width: 1201px) {
    .person-img {
        width: 120px;
        height: 240px;
    }
    .person-name {
        font-size: 14px;
    }
}




/* Base Section */
.aboutus8-con {
    gap: 30px;
    justify-content: center;
}

.aboutus8-con .news-title p {
    color: #4752FF;
    font-size: 16px;
    font-weight: 600;
}

.aboutus8-con h2 {
    font-size: 32px;
    color: #223258;
}

.aboutus8-con .card {
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 320px;
   
}

.aboutus8-con .card-body h6 {
    margin-bottom: 20px;
}

.aboutus8-con .card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.aboutus8-con .card img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 220px;
    object-fit: cover; /* ✅ corrected from 'top' */
    width: 100%;
}

/* ========================= */
/* ✅ Responsive Breakpoints */
/* ========================= */

/* Extra Small Devices (Mobile Phones: up to 576px) */
@media (max-width: 576px) {
    .aboutus8-con {
        margin: auto;
    }
    .aboutus8-con h2 {
        font-size: 20px;
    }
    .aboutus8-con .news-title p {
        font-size: 14px;
    }
    .aboutus8-con .card {
        width: 100%;
        max-width: 95%;
        margin: auto;
    }
    .aboutus8-con .card img {
        height: 180px;
    }
    .aboutus8-con .card-body h6 {
        font-size: 14px;
    }
}

/* Small Devices (Tablets: 577px - 768px) */
@media (min-width: 577px) and (max-width: 768px) {
    .aboutus8-con h2 {
        font-size: 24px;
    }
    .aboutus8-con .news-title p {
        font-size: 15px;
    }
    .aboutus8-con .card {
        width: 100%;
        max-width: 280px;
        margin: auto;
    }
    .aboutus8-con .card img {
        height: 200px;
    }
}

/* Medium Devices (Small Laptops: 769px - 992px) */
@media (min-width: 769px) and (max-width: 992px) {
    .aboutus8-con h2 {
        font-size: 26px;
    }
    .aboutus8-con .card {
        width: 300px;
    }
    .aboutus8-con .card img {
        height: 210px;
    }
}

/* Large Devices (Desktops: 993px - 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
    .aboutus8-con h2 {
        font-size: 28px;
    }
    .aboutus8-con .card {
        width: 320px;
    }
    .aboutus8-con .card img {
        height: 220px;
    }
}


.aboutus9-con {
    padding: 20px;
    margin: auto;
}

.aboutus9-con .latest-news {
    font-size: 14px;
    font-weight: bold;
    color: #2f4fff;
    display: block;
    margin-bottom: 10px;
}

.aboutus9-con .faq-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #223258;
}

.aboutus9-con .accordion-button {
    font-weight: 600;
    font-size: 22px;
    color: #223258;
    background: none;
    box-shadow: none;
    font-weight: 700;
    border: none;
}

.aboutus9-con .accordion-button:not(.collapsed) {
    color: #2f4fff;
    background: none;
    box-shadow: none;
}

.aboutus9-con .accordion-body {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.aboutus9-con .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.aboutus9-con .faq-image h1 {
    font-size: 300px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 20px 20px rgba(0,0,0,0.15);
}

.aboutus10-con {
  background-color: #e0e0e0;
  padding: 20px 0;
}
.aboutus10-con .brand-logo {
  max-height: 35px;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}
.aboutus10-con .brand-logo:hover {
  transform: scale(1.1);
}

.aboutus11-con {
  background-color: #004d40; 
  padding: 80px 0;
}

.aboutus11-con h4 {
  font-size: 33px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.aboutus11-con .logo-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus11-con .brand-center-logo {
  border-radius: 15px;
  padding: 25px 40px;
  max-width: 1100px;
  height: auto;
}


/* ------------------------------------------------------- */
/* ✅ RESPONSIVE DESIGN */
/* ------------------------------------------------------- */

/* 📱 Extra Small Devices (Mobile Phones: max-width: 576px) */
@media (max-width: 576px) {
  .aboutus11-con {
    padding: 10px;
  }

  .aboutus11-con h4 {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .aboutus11-con .brand-center-logo {
    max-width: 400px;
    padding: 15px 20px;
  }
}

/* 📲 Small Devices (Tablets: min-width: 577px) and (max-width: 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .aboutus11-con {
    padding: 60px 20px;
  }

  .aboutus11-con h4 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .aboutus11-con .brand-center-logo {
    max-width: 400px;
    padding: 20px 25px;
  }
}

/* 💻 Medium Devices (Small Laptops: min-width: 769px) and (max-width: 992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .aboutus11-con {
    padding: 70px 30px;
  }

  .aboutus11-con h4 {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .aboutus11-con .brand-center-logo {
    max-width: 600px;
    padding: 25px 30px;
  }
}

/* 🖥️ Large Devices (Desktops: min-width: 993px) and (max-width: 1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .aboutus11-con {
    padding: 80px 40px;
  }

  .aboutus11-con h4 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .aboutus11-con .brand-center-logo {
    max-width: 900px;
    padding: 25px 35px;
  }
}

