 body {
      margin: 0;
      font-family: Arial, sans-serif;
      color: white;
    }

    /* NAVBAR CONTAINER */
    .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0px 24px;
      background-color: #10144A;
      /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
      flex-wrap: wrap;
    }

    /* LOGO */
    .navbar .logo img {
      height: 100px;
      width: 100px;
      margin: 0px;
      padding: 0px;
    position: absolute;
    top: -4px;

    }

    /* MENU ITEMS */
    .nav-links {
      display: flex;
      align-items: center;
      gap: 24px;
      flex-wrap: wrap;
    }

    .nav-links a {
      text-decoration: none;
      color: #bfcdf0;
      font-size: 16px;
      position: relative;
    }

    /* DROPDOWN */
    .dropdown {
      position: relative;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: white;
      /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
      min-width: 180px;
      z-index: 1000;
    }

    .dropdown-content a {
      display: block;
      padding: 10px 16px;
      color: #00142b;
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }

    /* BUTTON STYLE */
    .contact-button {
      padding: 10px 20px;
      background: linear-gradient(to right, #efc75e);
      color: white;
      border: none;
      border-radius: 10px;
      font-size: 16px;
      text-decoration: none;
    }
.button_black{
      color: BLACK !important; 
    }
    .contact-buttont.style {
    color: black;
}
    /* RESPONSIVE */
    @media screen and (max-width: 768px) {
      .navbar {
        flex-direction: column;
        align-items: flex-start;
      }

      .nav-links {
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
      }

      .nav-links a,
      .contact-button {
        width: 100%;
        text-align: left;
      }

      .dropdown-content {
        position: static;
        box-shadow: none;
      }
    }

    .footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 40px 20px;
      background-color: #10144A;
    }
    .footer-column {
      flex: 1 1 200px;
      margin: 20px;
    }
    .footer-column h3 {
      font-size: 1.5em;
      margin-bottom: 15px;
    }
    .footer-column ul {
      list-style: none;
      padding: 0;
    }
    .footer-column ul li {
      margin: 10px 0;
      font-size: 1em;
    }
    .footer-column ul li a {
      color: white;
      text-decoration: none;
    }
    .footer-column ul li a:hover {
      text-decoration: underline;
    }
    .contact-info li {
      display: flex;
      align-items: center;
    }
    .contact-info li svg {
      margin-right: 10px;
    }
    .meeting-button {
      margin-top: 20px;
    }
    .meeting-button a {
      display: inline-block;
      padding: 12px 24px;
      /* background: linear-gradient(to right, #efc75e, #4a90e2); */
      background: linear-gradient(to right, #efc75e);
      color: black;
      border-radius: 8px;
      text-decoration: none;
    }

    
    @media screen and (max-width: 768px) {
      .footer {
        flex-direction: column;
        align-items: flex-start;
      }
    }
 @media screen and (max-width: 768px) {
      .card_res {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    .px-25{
      padding-left: 45px;
    }
/* section .card */
    .cards {
      display: flex;
      flex-wrap: wrap;
      gap: 70px;
      justify-content: center;
    }

    .card {
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 20px;
      flex: 1 1 300px;
      max-width: 350px;
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card h3 {
      margin-bottom: 10px;
      color: #333;
    }

    .card p {
      color: #666;
    }

    @media (max-width: 768px) {
      .card {
        flex: 1 1 45%;
      }
    }

    @media (max-width: 480px) {
      .card {
        flex: 1 1 100%;
      }
    }

    .textst{
    color:black; font-size: 13px; padding: 5px; margin: 5px;
}
._color{
  background-color: #efc75e !important;
}

.Logo_size{
  height: 100px;
}


.iconhov:hover{
    background-color: #FFF;
}
.iconhov:hover .boxstyle
{
    color:black;
}
