.appointment-title-left {
  font-size: 20px;
  padding-top: 0px !important;
  font-weight: 700;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}
.appointment-title-left::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background: #fff;
  margin: 10px auto 0;
  border-radius: 2px;
  transition: width 0.5s ease;
}

.appointment-title-left:hover::after {
  width: 70%;
}
.appointment-title-contact {
  font-size: 20px;
  padding-top: 0px !important;
  font-weight: 700;
  text-align: center;
  color: #0b4dbf;
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.appointment-title-contact::after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  background: #0b4dbf;
  margin: 10px auto 0;
  border-radius: 2px;
  transition: width 0.5s ease;
}

.appointment-title-contact:hover::after {
  width: 70%;
}

@media (max-width: 768px) {
  .appointment-title-left {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .appointment-title-left {
    font-size: 18px;
  }
}
.about-us p {
  text-align: justify !important;
  margin-top: -40px;
}
.about-hero {
  position: relative;
  padding: 20px 0;
  background-color: #0b4dbf;
  overflow: hidden;
  margin-top: 135px;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.08) 0px,
    rgba(255, 255, 255, 0.08) 1px,
    transparent 1px,
    transparent 12px
  );
  background-size: 40px 40px;
  opacity: 1;
  pointer-events: none;
}
.appointment-title-left {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.about-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  margin-top: 8px;
}
#about-body {
  background-color: #f6f6f6;
}
.about-image {
  position: relative;
  height: 400px;
  width: 400px;
  border: 2px dotted #000;
  border-radius: 50%;
  padding: 30px;
  margin: auto;
}
.about-image .dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid #ff3c1f;
  background: #fff;
  border-radius: 50%;
  z-index: 5;
}
.dot1 {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.dot2 {
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.dot3 {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.dot4 {
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.about-image img {
  border-radius: 50%;
  object-fit: cover;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #0b4dbf;
}
.btn-call-enquiry,
.btn-book-appointment {
  display: inline-block;
  background-color: #0b4dbf;
  color: #fff !important;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.btn-book-appointment:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.btn-call-enquiry:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}
.btn-book-appointment i,
.btn-call-enquiry i {
  vertical-align: middle;
}

/* ======== Our Services Start Here ===== */
#service-body {
  margin-top: -30px !important;
}
.service-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.card-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #0b4dbf;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.card-content {
  padding: 15px 20px;
  text-align: left;
}
.provider-name {
  font-size: 14px;
  color: #0b4dbf;
  font-weight: bold;
  margin-bottom: 5px;
}
.service-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.btn-service {
  display: inline-block;
  background: #0b4dbf;
  color: #fff;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.btn-service i {
  margin-left: 5px;
}
.btn-service:hover {
  color: #fff !important;
}
.service-card:hover .card-image img {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .card-image {
    height: 160px;
  }
  .service-badge {
    font-size: 11px;
    padding: 4px 10px;
  }
}

@media (max-width: 767px) {
  .btn-book-appointment,
  .btn-call-enquiry {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}

/*==== Contact Us Start Here === */
.contact-slim-card {
  position: relative;
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 10px 28px rgba(11, 77, 191, 0.12), 0 2px 6px rgba(0, 0, 0, 0.05);
  border-left: 2px solid #0b4dbf;
  overflow: hidden;
}

/* soft accent strip */
.contact-slim-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #0b4dbf, #3fa9f5);
}

/* subtle top shine */
.contact-slim-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 77, 191, 0.08), transparent 40%);
  opacity: 0.6;
  pointer-events: none;
}

.contact-item {
  padding: 12px 0;
}

.contact-item:not(:last-child) {
  border-bottom: 1px dashed #e3eaf5;
}

.item-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.item-head i {
  font-size: 18px;
  color: #0b4dbf;
  background: #eef4ff;
  padding: 6px 10px;
  border-radius: 50%;
}

.item-head h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

.contact-item p {
  font-size: 13px;
  margin: 0;
  color: #555;
  padding-left: 36px; /* align text under title */
}

.contact-item a {
  text-decoration: none;
  color: #0b4dbf;
}

/* Mobile polish */
@media (max-width: 576px) {
  .contact-slim-card {
    padding: 16px;
  }
}
.contact-slim-card .form-control {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 14px;
  transition: all 0.3s ease;
  background-color: #fdfdfd;
}
.contact-slim-card .form-control:focus {
  border-color: #0b4dbf;
  box-shadow: 0 0 6px rgba(11, 77, 191, 0.2);
  outline: none;
  background-color: #fff;
}
.contact-slim-card textarea.form-control {
  resize: none;
}

.btn-loader {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
  margin-left: 8px;
  display: none; /* hidden by default */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-loading {
  pointer-events: none;
  opacity: 0.8;
}
