.temp-logo {
  display: flex;
  align-items: center;
  justify-content: start;
}

.temp-logo img {
  width: 200px;
  margin: 10px 0;
}

.logo-band h3 {
  font-size: 23px;
  color: #333;
  margin: 0;
  font-weight: 600;
}

.logo-band span {
  font-size: 11px;
  color: #444;
  line-height: 14px;
  font-weight: 500;
  display: block;
  margin: 0;
}

.divider {
  margin-top: 100px;
}

@media (max-width: 992px) {
  .divider {
    margin-top: 0;
  }
}

.servivce-video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #ddd;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 20px;
}

/* dr. profile */

.doctor-profile-section {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}

.doctor-name {
  color: #224fa3;
  font-weight: 700;
  margin-bottom: 15px;
}

.doctor-designation {
  font-size: 16px;
  color: #fff;
  padding: 8px 12px;
  border-radius: 50px;
  font-weight: 400;

  background: linear-gradient(120deg, #224fa3, #b91a81);
  margin-bottom: 10px;
  display: inline-block;
}

.doctor-qualifications {
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

.doctor-description {
  color: #333;
  font-size: 17px;
  margin-bottom: 15px;
}

/* Custom Button Styles */
.btn-custom {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 24px;
  border: 2px solid #fff;
  border-radius: 30px;
  transition: all 0.2s;
  box-shadow: 0 0 15px #224fa382;
  letter-spacing: 0.5px;
  text-decoration: none !important;
}

.btn-custom-info {
  background: linear-gradient(120deg, #224fa3, #b91a81);
  color: #fff;
}

.btn-custom-info:hover,
.btn-custom-info:focus {
  background: linear-gradient(120deg, #b91a81, #224fa3);
  color: #fff;
  box-shadow: 0 0 25px #224fa392;
  transform: translateY(-2px) scale(1.03);
}

.btn-custom-warning {
  background: linear-gradient(90deg, #f9a825 0%, #fbc02d 100%);
  color: #fff;
}

.btn-custom-warning:hover,
.btn-custom-warning:focus {
  background: linear-gradient(90deg, #fbc02d 0%, #f9a825 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(249, 168, 37, 0.15);
  transform: translateY(-2px) scale(1.03);
}

.specialties .icon-box {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #224fa3;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  font-size: 18px;
  flex-shrink: 0;
}

.specialties span {
  align-self: center;
  font-weight: 600;
}

.image-box {
  padding: 10px;
  position: relative;
  height: 450px;
  width: 450px;
  display: flex;

  align-items: center;
  justify-content: center;
  display: inline-block;
}

.image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/about_img_shape01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}

.image-box img {
  width: 410px;
  border: 8px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  position: relative;
  height: auto;
  aspect-ratio: 1 / 1.01;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .doctor-profile-section {
    padding: 30px 0;
  }

  .specialties .d-flex {
    flex-direction: row;
    align-items: center;
  }

  .btn-custom {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .image-box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 450px;
    margin: 0 auto;
  }

  .image-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

/* counter */

.funfact-section {
  background: url(../images/bg/bg5.jpg);
  position: relative;
  padding: 60px 25px;
}

.funfact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 54, 69, 0.5);
  z-index: 1;
}

.funfact {
  padding: 20px 10px;
}

.funfact-content {
  position: relative;
  z-index: 2;
}

.funfact-number {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-family: "Montserrat", Arial, sans-serif;
}

.funfact-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0.5rem;
  text-transform: uppercase;
  font-family: "Montserrat", Arial, sans-serif;
}

.funfact i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .funfact-number {
    font-size: 2rem;
  }

  .funfact-title {
    font-size: 1rem;
  }

  .funfact i {
    font-size: 2rem;
  }
}

/* video  */

.patient-bg {
  position: relative;
  padding: 80px 0 20px !important;
}

.patient-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: url(../images/elements.PNG);
  background-size: 100% 100%;
}

@media (max-width: 767px) {
  .patient-bg::before {
    height: 100%;
    background: #b91a81;
    padding: 40px 0 70px !important;
  }
}

.owl-carousel {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.owl-carousel .item img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.owl-nav {
  position: absolute;
  top: calc(50% + 50px);
  left: -150px !important;
  width: 150px;
  color: #fff;

  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 15px;
  pointer-events: none;
}

.owl-nav button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  font-size: 20px;
  color: #fff;
  width: 45px !important;
  height: 45px !important;
  border-radius: 100px !important;
  border: 2px solid #fff !important;
  border-radius: 50%;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.owl-nav button:hover {
  background: #fff !important;
  transform: scale(1.1);
  color: #b91a81 !important;
}

.owl-dots {
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .owl-nav {
    left: 50% !important;
    /* width: 100%; */
    transform: translateX(-50%);
    top: 100%;
    justify-content: space-between;
  }

  .owl-nav button {
    width: 40px !important;
    height: 40px !important;
  }
}

.video-section {
  padding: 60px 0;
}

.video-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
  cursor: pointer;
}

.video-card:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.video-thumbnail {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;

  left: 50%;
  font-size: 3rem;
  color: white;
  transform: translate(-50%, -50%);
  /* background: rgba(0, 0, 0, 0.4); */
  padding: 10px;
  border-radius: 50%;
  transition: background 0.3s;

  i {
    color: #fff;
    position: relative;
    z-index: 1;
  }
}

/* Modal iframe */
.modal-video iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  .video-section {
    padding: 40px 0;
  }

  .modal-video iframe {
    height: 250px;
  }
}

/* expertise  */

.expertise-section {
  text-align: center;
  padding: 50px 0;
}

h2.section-heading {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

h2.section-heading::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background-color: #224fa3;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

@media (max-width: 767px) {
  h2.section-heading {
    font-size: 24px;
  }
}

.dna-icon {
  font-size: 30px;
  margin-bottom: 30px;
}

.expertise-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px 20px;

  margin: 100px 0 0;
  position: relative;
  transition: box-shadow 0.3s, transform 0.5s;
  border-radius: 25px;
  height: 100%;
}

.expertise-box:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.expertise-box img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 5px solid #fff;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.trt-img {
  width: 200px;
  aspect-ratio: 1 / 1;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 10px;
  margin-top: -125px;
  transition: border-radius 1s, box-shadow 0.3s;
}

.expertise-box:hover .trt-img {
  border: 3px solid #224fa3;
  box-shadow: 0 0 15px #224fa399;
  border-radius: 200px;

  img {
    box-shadow: none;
  }
}

.expertise-box h4 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #224fa3;
}

.expertise-box p {
  font-size: 15px;
  color: #555;
  /* min-height: 90px; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expertise-box .btn {
  background-color: #b91a81;
  border-radius: 20px;
  padding: 8px 20px !important;
  font-weight: 500;
  color: #fff;
  margin-top: 15px;
}

.expertise-box .btn:hover {
  background-color: #224fa3;
  color: #fff;
}

@media (max-width: 767px) {
  .expertise-row {
    display: block;
  }

  .expertise-col {
    display: block;
    width: 100%;
  }
}



/* appoinment form */

.appointment-section {
  padding: 50px 0;
  background: #fff;
}

.appointment-subhead {
  color: #b91a81;
  font-size: 20px;
  font-weight: 600;
}

.appointment-title {
  font-size: 42px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  margin-bottom: 20px;
}

.form-sub-head {
  font-size: 16px;
  color: #444;
}

.feature-icon {
  color: #b91a81;
  margin-right: 12px;
  font-size: 1.2em;
}

.booking-form-card {
  box-shadow: 0 0 36px 0px rgba(56, 34, 117, 0.08);
  border-radius: 18px;
  padding: 38px 32px;
  background: #fff;
}

.btn-book {
  background: #b91a81;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  padding: 12px 0;
  width: 100%;
  font-size: 18px;
  margin-top: 8px;
  border: none;
  transition: background 0.2s;
}

.btn-book:hover {
  background: #224fa3;
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
  border-color: #b91a81;
}

/* .list-unstyled li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
} */

.no-spinner {
  padding: 12px;
}

textarea.no-spinner {
  padding: 10px 12px;
  min-height: 120px;
}

/* Hide number input spinners for Chrome, Safari, Edge */
.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide number input spinners for Firefox */
.no-spinner[type="number"] {
  -moz-appearance: textfield;
}

.form-check-label {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .booking-form-card {
    padding: 18px 10px;
  }

  .appointment-section {
    padding: 28px 0;
  }
}


/* .contact sidebar */

.contact-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 52px;
  z-index: 999;
}

.contact-sidebar .sidebar-btn {
  width: 40px;
  height: 150px;
  margin-bottom: 15px;
  border: none;
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-sidebar .sidebar-btn .vertical-text {
  transform: rotate(-90deg);
  /* Rotates the text to read from bottom to top on the right side */
  white-space: nowrap;
  position: relative;
  display: block;
}

.contact-sidebar .sidebar-btn:active,
.contact-sidebar .sidebar-btn:focus {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.17);
  outline: none;
}

.contact-sidebar .book-appointment {
  /* background: #ea5ba8; */
  border: 2px solid #b91a81;
}

.contact-sidebar .book-appointment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b91a81;
  transition: all 0.3s ease;
}

.contact-sidebar .book-appointment:hover::before {
  width: 0;
}

.contact-sidebar .book-appointment:hover .vertical-text {
  color: #b91a81;
}

.contact-sidebar .seek-opinion {
  background: #fff;
  border: 2px solid #224fa3;
}

.contact-sidebar .seek-opinion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #224fa3;
  transition: all 0.3s ease;
}

.contact-sidebar .seek-opinion:hover::before {
  width: 0;
}

.contact-sidebar .seek-opinion:hover .vertical-text {
  color: #224fa3;
}



/* gallery */

.gallery-section {
  padding: 60px 0;
  text-align: center;
}

.gallery-card {
  /* overflow: hidden; */
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
}

.gallery-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.gallery-card img {
  width: 100%;
  border-radius: 15px;
  height: 100%;
  aspect-ratio: 4/3;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.equal-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* blog */

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.1);
}

.blog-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.blog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-image {
  transform: scale(1.05);
}

.blog-date {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #b91a81;
  color: #fff;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.blog-body {
  padding: 20px;
}

.blog-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-text {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-btn {
  font-size: 0.9rem;
  padding: 6px 16px;
  border-radius: 20px;
  color: #b91a81;
  border: 1px solid #b91a81;
  margin: 0;
}

.blog-btn:hover {
  background-color: #b91a81;
  color: #fff;
}

/* Page Breadcrumb */

.page-breadcrumb {
  position: relative;
  background-color: #224fa3;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-breadcrumb:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #b91a81;
}

.page-breadcrumb h2 {
  position: relative;
  color: #ffffff;
  padding: 25px 0px;
  z-index: 1;
  font-size: 36px;
  font-weight: 700;
}

.page-breadcrumb .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 0;
}

.page-breadcrumb .breadcrumbs {
  position: relative;
  padding: 30px 110px;
  z-index: 1;
}

.page-breadcrumb li {
  position: relative;
  color: #b91a81;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}

.page-breadcrumb li a {
  position: relative;
  color: #313131;
  transition: all 300ms ease;
}

.page-breadcrumb li a:hover {
  color: #b91a81;
}

.page-breadcrumb .breadcrumbs:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 0px;
  right: 20px;
  bottom: 0px;
  z-index: -1;
  background-color: #ffffff;
  transform: skewX(24deg);
}

.page-breadcrumb .breadcrumbs .left-curves {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.page-breadcrumb .breadcrumbs .left-curves:before {
  position: absolute;
  content: "";
  left: -4px;
  top: 0px;
  width: 22px;
  height: 100%;
  transform: skewX(24deg);
  background-image: linear-gradient(to bottom,
      #b91a81 0%,
      rgba(255, 255, 255, 0) 100%);
}

.page-breadcrumb .breadcrumbs .left-curves:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 0px;
  width: 8px;
  height: 100%;
  transform: skewX(24deg);
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      #b91a81 100%);
}

.page-breadcrumb .breadcrumbs .right-curves {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

.page-breadcrumb .breadcrumbs .right-curves:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0px;
  width: 22px;
  height: 100%;
  transform: skewX(24deg);
  background-image: linear-gradient(to bottom,
      #b91a81 0%,
      rgba(255, 255, 255, 0) 100%);
}

.page-breadcrumb .breadcrumbs .right-curves:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 8px;
  height: 100%;
  transform: skewX(24deg);
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      #b91a81 100%);
}

/* Responsive Styles */
@media only screen and (max-width: 991px) {
  .page-breadcrumb h2 {
    font-size: 28px;
    padding: 36px 0px;
  }

  .page-breadcrumb .breadcrumbs {
    padding: 35px 30px;
  }

  .page-breadcrumb .breadcrumbs:before {
    left: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .page-breadcrumb {
    padding: 35px 0px;
  }

  .page-breadcrumb h2 {
    font-size: 22px;
    padding: 0 0 20px 0;
    text-align: center;
  }

  .page-breadcrumb .breadcrumbs {
    padding: 15px 10px;
    text-align: center;
  }

  /* .page-breadcrumb .breadcrumbs:before {
                left: 0px;
                right: 0px;
            } */

  .page-breadcrumb .pull-left,
  .page-breadcrumb .pull-right {
    float: none !important;
    width: 100%;
    text-align: center;
  }

  .page-breadcrumb .breadcrumbs .left-curves,
  .page-breadcrumb .breadcrumbs .right-curves {
    display: none;
  }

  .page-breadcrumb li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .page-breadcrumb .breadcrumbs {
    padding: 10px 5px;
  }
}

/* services  */

.sidebar {
  padding: 25px 12px;
  background-color: #224fa3;
  border-radius: 8px;
}

.sidebar-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 0 0;
  overflow: hidden;
  margin-bottom: 25px;
}

.profile-img {
  width: 100%;
  /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); */
  border-radius: 8px;
  object-fit: cover;
  border: 2px solid #b91a81;
}

.sidebar .doctor-name {
  color: #b91a81;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

.sidebar-title {
  font-size: 1.5rem;
  color: #b91a81;
  font-weight: 600;
  padding: 8px 15px;
  border-bottom: 2px solid #b91a81;
  text-transform: uppercase;
}

.service-links a {
  padding: 7px 6px;
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid #224fa3;
}

.service-links a:hover {
  background-color: #b91a81;
  color: #fff;
}

.contact-info a {
  padding: 7px;
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  margin-bottom: 0;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  border-bottom: 1px solid #b91a81;
}

.contact-info i {
  color: #b91a81;
  margin-right: 4px;
}

.contact-info a:hover {
  background-color: #b91a81;

  color: #fff;

  i {
    color: #fff;
  }
}

.form-control:focus {
  border-color: #b91a81;
  box-shadow: none;
}

.btn-theme {
  background-color: #b91a81;
  color: #fff;
  border: none;
}

.btn-theme:hover {
  background-color: #b91a81;
  color: #fff;
}

.carousel-item {
  border-radius: 10px;

  img {
    border-radius: 10px;
    border: 1px solid #bbb;
  }
}

.service-content {
  padding: 30px 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f3f3f3;

}

@media (max-width: 767px) {
  .service-content {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
  }
}

.service-image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  aspect-ratio: 16/8;
  border: 4px solid #fff;
  object-fit: cover;
  margin-bottom: 20px;
}

.service-content h2,
.service-content h3,
.service-content h4 {
  color: #b91a81;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #b91a81;
  padding-bottom: 5px;
}

.service-content p {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.service-content ul {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
}

.service-content ol {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.service-content ul li,
.service-content ol li {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .sidebar {
    border-right: none;
    min-height: auto;
  }
}

.table-responsive-custom {
  width: 100%;
  overflow-x: auto;
}

.table-responsive-custom table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table-responsive-custom th,
.table-responsive-custom td {
  text-align: left;
  font-size: 17px;
}

@media (max-width: 600px) {
  .table-responsive-custom table {
    min-width: 500px;
  }

  .table-responsive-custom td:last-child {
    border-bottom: none;
  }
}

/* contact us  */

.pill-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 20px;
  text-align: center;
  width: 100%;
  background: #b91a81;
  border: 2px solid #b91a81;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04), inset -5px -5px 10px rgba(255, 255, 255, 0.6), inset 5px 5px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #b91a81;
}

.pill-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f6f6f6;
  z-index: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04), inset -5px -5px 10px rgba(255, 255, 255, 0.8), inset 5px 5px 10px #b91a816e;
  transition: all 0.3s;
}

.pill-card:hover {
  border-color: #b91a81;

  &::before {
    width: 100%;
    height: 0px;
    transition: all 0.3s;
  }
}

.icon-circle {
  background-color: #b91a81;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}

.pill-title a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #b91a81;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.pill-card:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08); */

  .pill-title a {
    color: #fff;
  }

  .icon-circle {
    background-color: #fff;
    color: #b91a81;
  }
}

.contact-section {
  padding: 60px 15px;
}

.contact-form {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  border: 2px solid #b91a81;
  border-bottom: 5px solid #b91a81;
  box-shadow: 0 0 12px #b91a8133;
}

.contact-form h3 {
  margin-bottom: 20px;
  color: #b91a81;
  font-size: 24px;
  font-weight: 600;
}

.form-control {
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control::placeholder {
  color: #333;
  font-size: 16px;
}

.form-control:focus {
  border-color: #b91a81;
  box-shadow: 0 0 10px 0.3rem #b91a814e;

  &::placeholder {
    color: #888;
  }
}

.btn-primary {
  background-color: #b91a81;
  border-color: #b91a81;
  padding: 12px 30px !important;
  border-radius: 0;
}

.btn-primary:hover {
  background-color: #fff;
  border-color: #224fa3;
  color: #224fa3;
}

.g-map iframe {
  border: none;
  border-radius: 12px;
  width: 100%;
  aspect-ratio: 5/4;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .pill-card {
    flex: 1 1 100%;
    justify-content: center;
  }
}