   .related-carousel .card {
      height: 100%;
    }
    .owl-prev-icon,
    .owl-next-icon {
      font-size: 24px;
      color: #000;
      cursor: pointer;
      padding: 5px 10px;
      display: inline-block;
    }
    .custom-owl-nav {
      display: flex;
      gap: 10px;
    }
    .related-carousel .owl-stage {
      /* display: flex; */
    }
    .related-carousel .owl-item {
      display: flex;
    }


    .loginmodal-container {
      padding: 20px;
      background: #f9f9f9;
      border-radius: 8px;
    }

    .btn-style {
      background-color: #3abeee;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
    }

    .form-control {
      margin-bottom: 10px;
    }


  
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.6);
    }
    .modal-content {
      background-color: #fff;
      margin: 8% auto;
      padding: 20px 30px;
      border: 1px solid #888;
      width: 90%;
      max-width: 500px;
      border-radius: 10px;
      position: relative;
    }
    .close {
      color: #aaa;
      float: right;
      font-size: 24px;
      font-weight: bold;
      position: absolute;
      top: 2px;
      right: 10px;
      cursor: pointer;
    }
    .close:hover {
      color: #000;
    }
    .loginmodal-container {
      display: flex;
      flex-direction: column;
    }
    .loginmodal-container h2 {
      text-align: center;
      margin-bottom: 20px;
    }
    .form input, .form textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }
    .form .submit {
      background-color: #3abeee;
      color: white;
      padding: 12px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }
    .form .submit:hover {
      background-color: #3abeee;
    }

    .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #3abeee;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-link:focus, .nav-link:hover
 {
    color: #3abeee;
}
.lhw a:hover {
    color: #3abeee !important;
}

.phone-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: white;
  font-family: Arial, sans-serif;
}

.phone-list li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-list i {
  font-size: 18px;
}

  
.modal-content.quote-popup {
  background: white;
  border-radius: 16px;
  padding: 30px;
  width: 90%;
  max-width: 850px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.popup-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 22px;
}

.popup-body {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.popup-left {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;   /* horizontally center children */
  justify-content: center; /* vertically center (optional) */
  text-align: center;     /* center text inside the items */
}

.popup-left i {
  margin-right: 10px;
}

.popup-left .status-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: green;
  border-radius: 50%;
  margin-top: 10px;
}

.popup-right {
  flex: 1;
  min-width: 250px;
}

.popup-right input,
.popup-right textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: black;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.lhh{
  height: 55px;
}
.owl-prev{
    background: #3abeee;
    border: 1px solid #3abeee;
}

.owl-next{
    background: #3abeee;
    border: 1px solid #3abeee;
}

.owl-prev-icon, .owl-next-icon{
  color: #ffffff;
}

