  body {
      font-family: 'Segoe UI', sans-serif;
    }
    .card-title {
      font-size: 1.1rem;

    }
    /* Navbar */
  .navbar {
    display: flex;
    justify-content:center;
    align-items: center;
    padding: 15px 40px;
    background-color: white;
    box-shadow: 0 2px 5px #1312121a;
    position: relative;
    z-index: 1000;
  }

    logo img {
    height: 50px;
  }

  .hamburger {
    font-size: 26px;
    cursor: pointer;
    display: none;
  }

  /* Nav Links */
  .nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
  }

  .nav-links li {
    position: relative;
  }

  .nav-links a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
    transition: color 0.3s ease;
  }

  .nav-links a:hover {
    color: #117A65;
  }

  .nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .homepage{
      background: url("images/pic5.jpg");
     color: white;
      text-align: center;
      padding: 120px 20px;
      margin-top: 20px;
      margin-left: 20px;
      margin-right: 20px;
      overflow:auto;
      object-fit: fill;
      background-size: cover; }
    footer {
      font-size: 0.9rem;
    }
    .footer-section h5 {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 1rem;
    position: relative;
  }

  .footer-line {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #00aaff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: -2px;
  }
  .row{
    text-align: left;
  }
 
  .footer-line P{
    text-align: center;
  }
  .footer-section{
  background-color: #234353;
  justify-content: space-evenly;
  }
  .footer-section ul li {
    margin-bottom: 8px;
  }

  .footer-section a:hover {
    text-decoration: underline;
  }

    @media (max-width: 768px) {
    .hamburger {
      display: block;
       order: 2; /* Make sure it's at the end */
    margin-left: auto; /* Push it to the right */

    }

    .nav-links {
      position: absolute;
      top: 80px;
      left: -100%;
      width: 100%;
      flex-direction: column;
      background-color: white;
      transition: 0.3s;
    }

    .nav-links.active {
      left: 0;
    }

    .nav-links li {
      text-align: center;
      padding: 15px 0;
    }

    .nav-right {
      display: none;
    }

  }
  /* about us page css */
  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }



  .container1 {
    
      margin:auto;
      padding: 20px;
      position: relative;
  }

  h1 {
      text-align: center;
      margin-bottom: 20px;
  }

  .intro, .mission {
      text-align:center;
      margin-bottom: 20px;
  }

  .mission1 {
    text-align: justify;
    text-wrap:initial;
      margin-bottom: 20px;
  }

  h2 {
      margin-top: 40px;
      margin-bottom: 15px;
  }
  h4{
      text-align:center;
  }
  .founder-section {
      display: flex;
      text-align: justify;
      gap: 20px;
      align-items: flex-start;
      margin-bottom: 20px;
  }

  .founder-text {
      flex: 1;
  }

  .founder-image img {
      width: 450px;
      height: 530px;
      max-width: 100%;
      border-radius: 8px;
  }

  button {
      background: #007bff;
      color: #fff;
      padding: 8px 15px;
      border: none;
      margin-right: 10px;
      border-radius: 4px;
      cursor: pointer;
  }

  button:hover {
      background: #0056b3;
  }

  .social-icons {
      position: fixed;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
  }

  .social-icons img {
      width: 30px;
      height: 30px;
  }

  @media (max-width: 768px) {
      .founder-section {
          flex-direction: column;
          align-items: center;
      }

      .social-icons {
          position: static;
          flex-direction: row;
          justify-content: center;
          margin-bottom: 20px;
      }
  }


  .social-icons {
      position: fixed;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 10px;
  }

  .social-icons img {
      width: 30px;
      height: 30px;
  }

  @media (max-width: 768px) {
      .founder-section {
          flex-direction: column;
          align-items: center;
      }

      .social-icons {
          position: static;
          flex-direction: row;
          justify-content: center;
          margin-bottom: 20px;
      }
  }


  /* CMA USA CSS */
  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
  }



  .container {
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
      text-align: center;
  }

  h1 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 20px;
  }

  h2 {
      font-size: 22px;
      font-weight: 600;
      margin: 30px 0 10px;
  }

  h3 {
      font-size: 20px;
      font-weight: 500;
      margin: 20px 0 10px;
  }

  p {
      margin-bottom: 15px;
  }

  ul, ol {
      margin-left: 20px;
      margin-bottom: 20px;
  }

  li {
      margin-bottom: 8px;
  }

  strong {
      font-weight: 600;
  }

  @media (max-width: 768px) {
      h1 {
          font-size: 24px;
      }

      h2 {
          font-size: 20px;
      }

      h3 {
          font-size: 18px;
      }
  }

  /* Blogs Css */


  .container1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    gap: 20px;
  }

  .sidebar {
    flex: 1 1 250px;
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
  }

  .sidebar h3 {
    margin-top: 0;
  }

  .recent-post {
    margin-bottom: 15px;
  }

  .recent-post img {
    width: 100%;
    max-width: 100px;
    float: left;
    margin-right: 10px;
    border-radius: 4px;
  }
  .recent-post img {
    width: 100%;
    max-width: 100px;
    margin-right: 10px;
    border-radius: 4px;
  }
  .recent-post a {
    font-weight: bold;
    color: #0077cc;
    text-decoration: none;
  }

  .recent-post p {
    font-size: 0.9em;
    color: #666;
    margin: 2px 0 0;
  }

  .content {
    flex: 3 1 500px;
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
  }


  .content1 {
    flex: 1 1 100%;
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    margin-left: 365px;
  
  }
  @media (max-width: 768px) {
    .content1 {
      padding: 15px;
      margin: 10px;
    }
  }

  @media (max-width: 480px) {
    .content1 {
      padding: 10px;
      margin: 5px;
    }
  }



  .main-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .main-image1 {
    width: 100%;
    height:auto;
    border-radius: 6px;
    margin-bottom: 20px;
  }

  h1 {
    font-size: 1.8rem;
    margin-top: 0;
  }

  .meta {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 20px;
  }

  .content h3 {
    margin-top: 30px;
    color: #004080;
  }

  .content p {
    line-height: 1.6;
    text-align: justify;
  }
  .content1 p {
    line-height: 1.6;
    text-align: justify;
  }
  /* Responsive */
  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }

    .recent-post img {
      max-width: 80px;
    }
  }
.table-container {
      overflow-x: auto;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      border-radius: 8px;
    }

    table {
      border-collapse: collapse;
      width: 100%;
      min-width: 600px;
    }

    th, td {
      padding: 12px 16px;
      text-align: left;
      border-bottom: 1px solid #ddd;
    }

    th {
      background-color: #0d6efd;
      color: white;
    }

    tr:hover {
      background-color: #f1f1f1;
    }

 @media (max-width: 768px) {
  th, td {
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  th, td {
    font-size: 12px;
    padding: 8px;
  }

  table {
    min-width: 100%; /* Ensures the table still scrolls instead of cramming */
  }
    }
  /* contact css */
  .contactus{
      background: url("images/contactpage.png");
      color: white;
      text-align: center;
      padding: 120px 20px;
      margin-top: 20px;
      margin-left: 20px;
      margin-right: 20px;
      overflow:auto;
      object-fit: fill;
      background-size: cover;
      }
.contact-box {
  display: flex;
  flex-wrap: wrap;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  max-width: 1100px;
  margin: 0 auto;
}

.map-side {
  flex: 1 1 60%;
  min-height: 500px;
}

.info-side {
  flex: 1 1 40%;
  padding: 30px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-side h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #1a1a1a;

}

.info-side h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #4a4a4a;
}

.info-side p {
  margin: 0;
  color: #555;
  line-height: 1.5;
  font-size: 1rem;
}

.info-side a {
  color: #007bff;
  text-decoration: none;
}

.info-side a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-box {
    flex-direction: column;
  }

  .map-side {
    min-height: 300px;
  }
}

  .info-side {
    flex: 1 1 40%;
    padding: 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

@media (min-width: 600px) {
  .info-side h3 {
    font-size: 1.5rem;
  }

  .info-side p {
    font-size: 1.05rem;
  }
}

@media (min-width: 992px) {
  .info-side h3 {
    font-size: 1.75rem;
  }

  .info-side p {
    font-size: 1.1rem;
  }
}

  .info-side h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1rem;
    text-align: left;
    color: #4a4a4a;
  }

 

  .info-side a {
    color: #007bff;
    text-decoration: none;
  }

  .info-side a:hover {
    text-decoration: underline;
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }
  }
.contact-location {
  background-color: #f8f8f8;
  padding: 60px 30px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #117a65;
}

  .section {
      padding: 60px 20px;
      max-width: 1000px;
      margin: auto;
      text-align: center;
    }

    .grid {
      column-count: 2;
      column-gap: 20px;
      padding: 60px 20px;
    }
    
    .card {
      display: inline-block;
      width: 100%;
      margin-bottom: 20px;
      background-color: white;
      padding: 25px 15px;
      border-radius: 12px;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    }
  .parts{
    padding: 20px;
  }
.contact-card {
  background: white;
  padding: 40px 20px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  text-align: center;
  position: relative;
}

.profile-pic {
  width: 80px;
  height: 80px;
  background-image: url("images/WHATSAPP.png"); /* ✅ WORKING IMAGE */
  background-size: cover;
  background-position: center;
  border-radius: 60%;
  margin: -60px auto 10px;
  position: relative;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.whatsapp-icon {
  position: absolute;
  bottom: 0;
  right: -5px;
  background: #25D366;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-icon img {
  width: 16px;
  height: 16px;
}

.text-muted {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

h2 {
  margin: 10px 0 20px;
  font-size: 20px;
  color: #333;
}

.contact-button {
  background-color: #25D366;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-button:hover {
  background-color: #20b858;
}



