/* -------------------- Logo Section -------------------- */

body {
  font-family: "Open Sans", sans-serif !important;
}
.appointment {
  background-color: #04c687 !important;
}

.bg-white1 {
  background-color: #fff !important;
}

.nav-brand-qnb {
  margin-bottom: -50px !important;
}

.qnb-navbar .nav-link {
  font-weight: 500 !important;
  color: #000 !important;
  font-size: 16px;
}

.qnb-navbar .nav-link:hover {
  color: #28aadc !important;
}

.footer {
  background-color: #000;
  padding: 40px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* Center items horizontally */
}

.footer-column {
  width: 24%;
  display: flex;
  flex-direction: column;
  text-align: -webkit-match-parent;
}

.footer-column h4 {
  color: #28aadc;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-column ul {
  list-style: none;
  padding-left: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #28aadc;
}

/* Bottom section of footer */
.footer-bottom {
  border-top: 1px solid #fff;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  font-size: 14px;
  text-align: center;
}

/* Info text and copyright */
.footer-bottom .info-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
}

.copyright {
  color: #64ebb6;
  font-size: 14px;
  margin-bottom: 0px;
}

/* Developer credit */
.dev-credit {
  color: #fff;
  margin: 0px !;
}

/* Social icons styles */
.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
  justify-content: center; /* Center icons */
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px !important;
  background-color: #00aaff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  transition: background-color 0.3s, transform 0.3s;
  text-decoration: none;
}

.social-icons a i {
  font-size: 15px !important;
}

.social-icons a:hover {
  background-color: #0088cc;
  transform: scale(1.1);
}

.social-icons a:hover i {
  color: #fff !important;
}

.dropdown-menu {
  min-width: 650px; /* adjust as needed */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .social-icons {
    gap: 10px;
  }
  .social-icons a {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

@media (max-width: 1200px) and (min-width: 990px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1020px !important;
  }
}

@media (max-width: 1200px) {
  .appointment {
    font-size: 12px;
  }

  .navbar-nav {
    gap: 10px !important;
  }

  .qnb-navbar .nav-link {
    font-size: 14px !important;
  }

  .logo-overlap img {
    width: 125px;
  }
}

@media (min-width: 767.95px) and (max-width: 800px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 750px;
  }

  .footer-column {
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 900px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 790px;
  }

  .footer-column {
    width: 100%;
  }
}

@media (min-width: 900px) and (max-width: 992px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 890px;
  }

  .footer-column {
    width: 100%;
  }
}

@media (min-width: 650px) and (max-width: 767.95px) {
  .container,
  .container-sm {
    max-width: 600px;
  }

  .footer-column {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .footer-column {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .logo-overlap img {
    width: 80px;
  }
  .dropdown-menu {
    min-width: 21%;
  }
  #sub-service-list .fs-8.firstchild .dropdown-item ,#mobile-dropdown .dropdown-item{
    font-size: 12px !important;
  }
  .mainservice-item{
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .logo-overlap img {
    width: 100px;
  }

}

@media (min-width: 567px) and (max-width: 767.98px) {
  .dropdown-menu {
    min-width: 550px; /* adjust as needed */
  }
}

@media (max-width: 992px) {
  .navbar-collapse {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}


.mainservice-item {
  cursor: pointer;
  padding: 5px 0;
}

.mainservice-item:hover {
  color: #28aadc !important; /* highlight color */
}

.dropdown-item:hover {
  color: #28aadc !important;
}

#main-service-list .dropdown-header {
  white-space: normal;     /* allow line breaks */
  word-break: break-word;  /* break long words if too long */
  max-width: 220px;        /* adjust as per your dropdown width */
  line-height: 1.4;        /* better spacing for multi-line */
}

.whatsapp{
  width: 50px !important;
  height: auto !important;
  border-radius: 0px !important;
}