      /* Enable dropdown on hover */
        .nav-item.dropdown:hover .dropdown-menu {
            display: block;
            margin-top: 0; /* Optional: remove gap */
            background: #f8f9fa;
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            font-weight: 500;
            border: navajowhite;
            box-shadow: none;
            width: 262px;
        }
        /*@media(max-wirdh:768px){}*/
        @media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 40px;
  }
}
.dropdown-item{
    font-size: 18px;
}

.professional .card-service h5 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.sab-main {
  justify-content: space-around;
  align-items: center;
}

.contact-box h2 {
  line-height: 37px;
}

.privacy-policy-section {
  background-color: #f9f9f9;
  color: #333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.privacy-policy-section h2 {
  font-weight: 600;
  font-size: 31px;
  color: #1e4a51;
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
}

.privacy-policy-section .policy-content {
  /*! background: #fff; */
  border-radius: 12px;
  padding: 30px 0;
  /*! box-shadow: 0 0 15px rgba(0,0,0,0.05); */
}

.privacy-policy-section h4 {
  font-size: 24px;
  /*! margin-top: 1.5rem; */
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
}

.privacy-policy-section ul {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.privacy-policy-section ul li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}

.privacy-policy-section p {
  line-height: 1.7;
  margin-bottom: 1.2rem;
  font-size: 18px;
  font-weight: 400;
}

.privacy-policy-section address {
  font-style: normal;
  line-height: 1.6;
}

@media (max-width: 576px) {
  .privacy-policy-section .policy-content {
    padding: 0;
  }

  .privacy-policy-section h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  .bnr-content h1 {
    width: 100%;
    font-size: 31px;
    line-height: 54px;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .about-section h4 {
    font-size: 21px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mboile_sec {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
  .about-section p {
    text-align: justify;
  }
  .cta-section h2 {
  font-size: 27px;
}
@media (max-width: 768px) {
  .who-we-are-section p {
    font-size: 16px;
    text-align: justify;
  }
}

.card-custom ul li {
  margin-bottom: 9px;
  list-style: none!important;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  border: none;
  background: #f8f9fa;
}
.mission-sect .card ul {
  padding-left: 0!important;
}
.who-we-are-section p {
  text-align: justify;
}

.who-we-are-section h4 {
  color: #1e4c43;
  font-size: 30px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}