*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  scroll-padding-top: 150px; 
}

body {
    padding-top: 190px;
  }

main,
.page-wrapper {
  padding-top: 80px;
}

.navbar-toggler{
  border-color: white;
}

.header-border{
  border-bottom: 1px solid black;
}
.footer-contact a{
  text-decoration: none;
  color: black;
}
.hero-banner {
  position: relative;
  color: white;
}
  .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;
}

   .enquire-section {
      background: #e0f1f9;
      padding: 30px;
      border-radius: 20px;
    }

    .form-control {
      border-radius: 20px;
      padding-left: 20px;
          padding-bottom: 11px;
    padding-top: 11px;
    }

    .submit-btn {
      background-color: #dc143c;
      color: white;
      border-radius: 20px;
      font-weight: bold;
    }

    .submit-btn:hover {
      background-color: #c01235;
    }

    .card-custom {
      border: 2px solid #add8e6;
      border-radius: 15px;
      padding: 15px;
      background-color: white;
      margin-bottom: 20px;
         height: 300px;
    }

    .card-custom h5 {
      color: #d72052;
      font-weight: 700;
    }

    .icon {
      color: #d72052;
      margin-right: 8px;
    }

   .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: #e31c48;
  color: white;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.fixed-tabs{
  writing-mode: vertical-lr;
  text-orientation: mixed;
  background: #1175ae;
  color: white;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}


  .callback-section {
    padding: 20px 0;
  }

.dropdown-columns {
  min-width: 500px;
}

.dropdown-columns .dropdown-item {
  white-space: normal;
  padding: 8px 10px;
  font-size: 14px;
}

  .form-control,
  .form-select {
    /* background-color: #ecf7fc; */
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 1rem;
  }

  .form-control::placeholder {
    color: #5a7c91;
  }

  .form-select {
    color: #5a7c91;
  }

  .form-control:focus,
  .form-select:focus {
    box-shadow: none;
    border: 1px solid #bde1f3;
  }

  .submit-btn {
    background-color: #dc143c;
    margin-top: 14px;
    color: white;
    padding: 10px 30px;
    border-radius: 20px;
    border: none;
    font-weight: 600;
  }

  .submit-btn:hover {
    background-color: #c21235;
  }

  
.footer-section {
  background-color: #E8F4FA;
  padding: 24px 0 0px 0;
}

.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-bottom-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
  }

  .footer-bottom-link:hover {
    text-decoration: underline;
  }

  .footer-bar small {
    font-size: 14px;
  }

  .live-chat-btn {
  position: fixed;
  bottom: 60px;
  right: 40px;
  background-color: #005b88;
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 6px 6px 0 6px;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.live-chat-btn:hover {
  background-color: #0074a8;
}

.contact-number {
text-decoration: none;
color: black;
}

.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;
}

.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: #1175ae;
      color: white;
      border: none;
      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;
    }

    .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: 1439px) {
  .search-icon {
    width: 200px !important;
  }

  .card-custom p{
    font-size: 14px;
  }
  .nav-link {
    font-size: 14px;
  }
    
.fixed-tab {
    padding: 8px;
}
.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;
}
  .fixed-tab {
    padding: 5px;
  }
      .navbar-nav .nav-link.active {
    color:  #bed3ff !important;
}
  .header-border{
  border-bottom: none;
}
   .hero-content {
    padding-top: 20rem;
    padding-bottom: 2rem;
  }
   .footer-service{
        display: block;
      }
.navbar{
  padding-bottom: 0 !important;
}
  .about-section {
    padding: 10px 0;
  }

  .display-4 {
    font-size: 36px;
  }

  .navbar-brand img {
    height: 52px;
  }

  .custom-control {
    width: 30px;
    height: 30px;
  }
 
.footer-content h1 {
    font-size: 15px;
}
.footer-address {
    font-size: 12px;
            max-width: 500px;
}
.footer-contact {
    font-size: 12px;
}
.footer-nav-title {
    font-size: 18px;
        padding-bottom: 14px;
}
.footer-nav-list a {
    font-size: 13px;
}
  .footer-section {
    padding: 10px 0;
}
.tools-section {
    padding: 0px 0;
}
  .radio-label {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
   .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
      body {
    padding-top: 87px;
}
.fixed-tabs-wrapper {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    transform: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 0;
    background: #fff;
    border-top: 2px solid #ccc;
    z-index: 9999;
  }

  .fixed-tab,
  .fixed-tabs {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    flex: 1;
    border-radius: 0;
    padding: 12px 0;
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    white-space: normal;
  }

  .fixed-tab {
    background: #e31c48;
  }

  .fixed-tabs {
    background: #1175ae;
  }

  .fixed-tab:active,
  .fixed-tabs:active {
    opacity: 0.85;
  }
  .footer-bar {
    margin-bottom: 30px;
}
}

@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;
}
.nav-link{
  font-size: 13px;
}
.nav-location {
    font-size: 12px;
}
.card-custom{
  height: 331px;
}
.nav-contact {
    font-size: 12px;
}
  .header-border{
  border-bottom: none;
}

}

@media (min-width: 769px) and (max-width: 992.99px) {

   .header-border{
      border-bottom: none;
    }
        .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: 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); }
  }
}
