@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --primary-color: #00aeef;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.bg-primary {
  background-color: var(--primary-color);
}
.border-primary {
  border: 1px solid var(--primary-color) !important;
}
a:hover {
  text-decoration: none;
}
.container-fluid {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.text-primary {
  color: var(--primary-color) !important;
}
.navbar {
  border-top: 3px solid var(--primary-color);
}
.navbar .btn-appointment {
  background-color: var(--primary-color);
  color: white;
  border-radius: 0;
  padding: 8px 16px;
}

.navbar .nav-link {
  color: #000;
  font-weight: 500;
}

.navbar .emergency {
  font-size: 0.85rem;
  line-height: 1.2;
}

.navbar-brand img {
  height: 55px;
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

.footer {
  background-color: #111;
  color: #fff;
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--primary-color);
}

.footer-link {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}

.bg-light {
  background-color: #eef1f3;
}
.social-icon {
  color: #fff;
  font-size: 18px;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: var(--primary-color);
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-color) !important;
  padding: 13px 16px !important;
  line-height: 12px;
  border-radius: 0;
  border: 0;
}
.btn-outline-light {
  padding: 13px 20px !important;
  line-height: 12px;
  border-radius: 0;
}

/* section */

.hero-sections {
  /* background: url("../assets/images/banner.png") no-repeat center center/cover; */
  padding: 200px 0;
  position: relative;
  overflow: hidden;
}

/* Overlay on top of image */
.hero-sections .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* Dark transparent overlay */
  z-index: 1;
}

/* Ensure content sits above overlay */
.hero-sections .container {
  position: relative;
  z-index: 2;
}

/* Optional: Improve text color */
.hero-sections h1,
.hero-sections p {
  color: #fff;
}

.icon-circle {
  position: absolute;
  right: 11%;
  bottom: 5%;
  bottom: 23%;
}
.icon-circle img {
  width: 73%;
}
.step-card {
  background-color: var(--primary-color);
  height: 100%;
}

.arrow-icon {
  z-index: 2;
  top: 50%;
  right: -4%;
  font-size: 8px;
}
.step-card .small {
  font-size: 13px;
}

/* Optional responsive tweaks */
@media (max-width: 767px) {
  .arrow-icon {
    display: none !important;
  }
}
.testimonial-box {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.testimonial-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.testimonial-box img {
  width: 50px !important;
}
.testimonial .owl-dots {
  margin-top: 20px;
}
.testimonial .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 15px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #ddd !important;
  display: block;
  border-radius: 50%;
  margin: 5px;
}

.owl-dot.active span {
  background: var(--primary-color) !important;
}
.emergency-box {
  /* background-image: linear-gradient(
      to right,
      rgba(25, 25, 26, 0.7),
      rgba(14, 15, 15, 0.7)
    ),
    url("../assets/images/call.png");  */
    /* Replace with your path */
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  color: white;
  position: relative;
  padding: 90px 10px !important;
}
.emergency-box h4 {
  font-size: 30px !important;
}
.emergency-box p {
  font-size: 20px !important;
}
.map-placeholder {
  width: 100%;
  height: 250px;
  border: 2px solid #ddd;
  border-radius: 8px;
  margin-bottom: 40px;
  /* background: url("YOUR_MAP_IMAGE_PATH.png") center/cover no-repeat; */
}

.contact-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.form-control,
.form-select {
  border-radius: 0;
}

.submit-btn {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
  text-transform: uppercase;
}

.submit-btn:hover {
  background-color: var(--primary-color);
}

.contact-info i {
  color: var(--primary-color);
  margin-right: 10px;
}

.contact-info strong {
  color: var(--primary-color);
  margin-right: 10px;
}

.contact-info a {
  color: #000;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
.contact-form input,
.contact-form .form-select {
  padding: 11px;
  border-radius: 5px;
  color: #595757;
}
h1 {
  background-image: url("");
}
.hero-section {
  position: relative;
  background: url("../assets/images/copntectusbg.png") center/cover no-repeat;
  padding: 15px 0 25px !important;
  /* background-size: 100% 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content-book {
  position: relative;
  text-align: center;
}
.hero-content-book h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 110px;
}
.hero-content-book .breadcrumb a {
  font-size: 45px;
  font-weight: 700;
  line-height: 110px;
  text-decoration: none;
}
@media (max-width: 769px) {
  .hero-content-book .breadcrumb a {
    font-size: 25px !important;

    line-height: 50px !important;
  }
  .hero-content-book h1 {
    font-size: 47px !important;

    line-height: 46px !important;
  }
}
.appointment-section h2 {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 8px;
}
.appointment-section p.lead {
  color: #555;
  font-size: 15px;
  margin-bottom: 30px;
}
.form-control,
.form-select {
  border-radius: 4px;
  padding: 10px 14px;
  font-size: 14px;
}
.btn-submit {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 40px;
  font-weight: 600;
  border-radius: 6px;
  transition: background 0.3s;
}
.btn-submit:hover {
  background-color: var(--primary-color);
}
.service-area {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
}
.service-area ul {
  columns: 2;
  padding-left: 20px;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.checkbox-group label {
  font-size: 14px;
  color: #808386;
}

.about .highlight {
  color: #007bff;
  font-weight: bold;
}

.about .info-box {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  margin-top: 10px;
}

.about .info-box h3 {
  font-size: 28px;
  margin-bottom: 5px;
}

.about .info-box p {
  font-size: 16px;
  margin: 0;
}

.about .image-box img {
  width: 100%;
  border-radius: 10px;
}

.about .phone-number {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.about .section-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.about .right-section {
  margin-bottom: 20px;
  display: flex;
}

.service-list {
  padding-left: 13px;
}
.service-list li {
  line-height: 26px;
}
@media (max-width: 767px) {
  .services_details .row {
    flex-direction: column-reverse;
    
  }
  .navbar-brand img {
    height: 40px !important;
    }
}
.social-icon i {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 12px 32px 9px 14px;
    line-height: 24px;
    /* width: 25px; */
    width: 30px;
}