*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  scroll-padding-top: 150px; 
}

body {
    padding-top: 160px;
  }

main,
.page-wrapper {
  padding-top: 80px;
}

.hero-banner {
  position: relative;
  color: white;
}

.fixed-tabs-wrapper {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.fixed-tab {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  background: #e0f1f9;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.dropdown-columns {
  min-width: 550px;
}

.dropdown-columns .dropdown-item {
  white-space: normal;
  padding: 8px 10px;
  font-size: 14px;
}

 .dropdown-menu .dropdown-item:hover {
    background-color: #1175ae;
    color: #fff !important;
  }
.btn-pink {
  background: #e31c48;
  color: #fff;
  border-radius: 2rem;
  padding: 15px 2rem;
  font-weight: 500;
}

.btn-pink:hover {
  background: #c2185b;
  color: #fff;
}

.nav-link {
  color: black;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #1175ae !important;
}

.navbar-brand img {
  height: 89px;
}

.nav-location {
  background-color: #1175ae;
  color: #ffffff;
  padding: 10px 25px;
}

.nav-location:hover {
  background-color: #1284c6 !important;
  color: #ffffff !important;
}

.nav-contact {
  background-color: #e31c48;
  color: #ffffff;
  padding: 10px 25px;
}

.nav-contact:hover {
  background-color: #c2185b !important;
  color: #ffffff !important;
}

.btn-link {
  color: black !important;
}

.search-icon {
  width: 374px !important;
  border: 1px solid black !important;
}

.highlight {
  background-color: yellow;
  font-weight: bold;
}

.container {
  position: relative;
}

.navbar-nav {
  font-weight: 500;
}

.banner-content {
  margin-top: 200px;
}

.hero-nav {
  align-items: unset !important;
}

.location-btn,
.call-btn {
  border-radius: 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  margin-left: 0.5rem;
}

.location-btn {
  background: #009fe3;
  color: #fff;
}

.location-btn:hover {
  background: #007bb5;
  color: #fff;
}

.call-btn {
  background: #e31c48;
  color: #fff;
}

.call-btn:hover {
  background: #c2185b;
  color: #fff;
}

.display-4 {
  font-weight: 600;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  display: none;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100vh;
  background-color: #167fad;
  z-index: 1050;
  overflow-y: auto;
  transition: right 0.3s ease;
}

.offcanvas-menu.show {
  right: 0;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1040;
  display: none;
}

.offcanvas-backdrop.show {
  display: block;
}

body.menu-open {
  overflow: hidden;
}
   .appointment-header {
      font-size: 2.5rem;
      font-weight: 600;
      color: #001c4c;
    }

    .appointment-section p {
      font-size: 1.1rem;
      margin-bottom: 0.75rem;
    }

    .appointment-section p .text-link {
      color: #d36b91;
      text-decoration: none;
    }

    .appointment-section p .text-link:hover {
      text-decoration: underline;
    }

    .appointment-para{
      text-align: start;
    }
.footer-section {
  background-color: #E8F4FA;
  padding-top: 25px ;
}

.footer-logo img {
  height: 85px;
  width: auto;
}

.footer-content h1 {
     font-size: 27px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-address {
  color: #666;
  font-weight: 500;
  font-size: 16px;
  max-width: 266px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.footer-contact {
  font-weight: 500;
  font-size: 20px;
  color: black;
}

.social-links a {
  width: 36px;
  height: 36px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #0098da;
  color: #fff;
}

.footer-nav-block {
  text-align: left;
}

.footer-nav-title {
  font-weight: 600;
  font-size: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #b7bdc0;
  color: #e31c48;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-list li {
  margin-bottom: 6px;
}

.footer-nav-list a {
  font-weight: 500;
  line-height: 1.8;
  font-size: 18px;
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav-list a:hover {
  color: #e31c48;
}
  .footer-bar {
    background-color: #0076b6; 
    padding: 15px;
  }

  .footer-contact a{
    text-decoration: none;
    color: black;
  }

  .footer-bottom-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }

  .footer-bottom-link:hover {
    text-decoration: underline;
  }

  .footer-bar small {
    font-size: 14px;
  }

  .more-services {
    display: none;
  }
 .view-more-btnss {
    background-color: transparent;
    border: 2px solid #167fad;
    color: #167fad;
    border-radius: 30px;
    padding: 7px 15px;
  }
  .view-more-btnss:hover {
  background: #167fad;
  color: white;
}


  label {
      font-weight: 500;
      margin-bottom: 0.3rem;
    }

    .form-control, .form-select {
      border-radius: 8px;
      border: 1px solid #b4bccc;
    }

    .required {
      color: #ff5e5e;
    }

    .form-check-label {
      font-size: 0.9rem;
    }

    .btn-primary {
      background-color: #001c4c;
      border-radius: 30px;
      border: none;
      padding: 10px 40px;
      margin-top: 20px;
    }

    .btn-primary:hover {
      background-color: #002c7b;
    }

    .navbar-toggler{
      border: white;
    }

      .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

    .form-section {
      max-width: 700px;
      margin: 0 auto;
    }

    .modal-content {
      border-radius: 10px;
      padding: 20px;
    }
    .modal-header {
      border-bottom: none;
    }
    .offer-btn {
      background-color: #ff4da6;
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 20px;
      font-size: 14px;
      margin: 5px;
    }
    .form-control{
      margin-bottom: 15px;
      border-radius: 10px;
    }
    .book-btn {
      background-color: #5e2ced;
      color: white;
      width: 100%;
      border-radius: 10px;
      padding: 10px;
    }
    .captcha-box {
      display: flex;
      align-items: center;
    }
    .captcha-code {
      background-color: #f8d7da;
      padding: 8px 15px;
      border-radius: 10px;
      margin-left: 10px;
    }
    .header-border{
      border-bottom: 1px solid black;
    }

    .icon-img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.call-icon-mobile img {
  width: 28px;
  height: 28px;
}

.call-icon-mobile,
.search-icon-mobile {
  display: inline-block;
}

#searchCounter button {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
  }
  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float img {
    width: 36px;
    height: 36px;
}



    @media (min-width: 1024px) and (max-width: 1207px) {
  .search-icon {
    width: 220px !important;
  }

  .nav-link {
    font-size: 14px;
  }
  .nav-location{
    padding: 8px 10px;
  }
  .nav-contact{
    padding: 8px 10px;
  }

}

@media (max-width: 768px) {
    .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 50px;
    right: 10px;
  }
  .whatsapp-float img {
    width: 30px;
    height: 30px;
}
  .display-4 {
    font-size: 24px;
  }
  .header-border{
      border-bottom: none;
    }
    .navbar-nav .nav-link.active {
    color: #1ae !important;
}
 .footer-service{
        display: block;
      } 
  .navbar-brand img {
    height: 52px;
  }

.footer-content h1 {
    font-size: 15px;
}
.footer-address {
    font-size: 12px;
}
.footer-contact {
    font-size: 12px;
}
.footer-nav-title {
    font-size: 18px;
        padding-bottom: 14px;
}
.footer-nav-list a {
    font-size: 13px;
}
  .help-title {
    font-size: 2rem;
  }
  .footer-section {
    padding: 10px 0;
}
.fixed-tab {
    padding: 5px;
  }
  body
 {
    padding-top: 95px;
}
.appointment-header {
    font-size: 1.5rem;
}
}


@media (min-width: 1024px) and (max-width: 1439px) {
  .fixed-tab {
    padding: 8px;
}
 .search-icon {
    width: 200px !important;
  }
        .footer-content h1 {
    font-size: 22px;
}
.footer-contact {
    font-size: 17px;
}
.social-links a {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.footer-nav-list a {
    font-size: 13px;
}

}

@media (min-width: 993px) and (max-width: 1023px) {
  .nav-contact{
    padding: 8px 8px;
  }
  .nav-location{
    padding: 8px 8px;
  }
   .search-icon {
    width: 220px !important;
  }
      .footer-content h1 {
    font-size: 22px;
}
.footer-contact {
    font-size: 17px;
}
.social-links a {
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.footer-nav-list a {
    font-size: 13px;
}
}

@media (max-width: 576px) {
  .nav-contact {
    padding: 10px 15px;
}
.dropdown-item{
  font-size: 12px;
  padding-right: 0;
        padding-left: 0;
}
.header-border{
      border-bottom: none;
    }
.nav-link{
  font-size: 13px;
}
.nav-location {
    font-size: 12px;
}
.nav-contact {
    font-size: 12px;
}

}

@media (min-width: 769px) and (max-width: 992px) {

   .header-border{
      border-bottom: none;
    }
    body {
    padding-top: 130px;
}
}

@media (min-width: 992px) {
  .call-icon-mobile,
  .search-icon-mobile {
    display: none !important;
  }
}


@media (max-width: 991px) {
  #mobileSearchForm {
    display: none;
    position: absolute;
    top: 70px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
  }
  .form-control {
    margin-bottom: 0;
}

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
