@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("fonts/RobotoCondensed-Regular.ttf");
  src:
    url("fonts/RobotoCondensed-Regular.ttf") format("embedded-opentype"),
    url("fonts/RobotoCondensed-Regular.ttf") format("woff2"),
    url("fonts/RobotoCondensed-Regular.ttf") format("woff"),
    url("fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("fonts/RobotoCondensed-Bold.ttf");
  src:
    url("fonts/RobotoCondensed-Bold.ttf") format("embedded-opentype"),
    url("fonts/RobotoCondensed-Bold.ttf") format("woff2"),
    url("fonts/RobotoCondensed-Bold.ttf") format("woff"),
    url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppins-extra-light";
  src: url("fonts/poppins-extra-light.woff2");
  src:
    url("fonts/poppins-extra-light.woff2") format("embedded-opentype"),
    url("fonts/poppins-extra-light.woff2") format("woff2"),
    url("fonts/poppins-extra-light.woff2") format("woff"),
    url("fonts/poppins-extra-light.woff2") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "poppins-light";
  src: url("fonts/poppins-light.woff2");
  src:
    url("fonts/poppins-light.woff2") format("embedded-opentype"),
    url("fonts/poppins-light.woff2") format("woff2"),
    url("fonts/poppins-light.woff2") format("woff"),
    url("fonts/poppins-light.woff2") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "poppins-normal";
  src: url("fonts/poppins-normal.woff2");
  src:
    url("fonts/poppins-normal.woff2") format("embedded-opentype"),
    url("fonts/poppins-normal.woff2") format("woff2"),
    url("fonts/poppins-normal.woff2") format("woff"),
    url("fonts/poppins-normal.woff2") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "poppins-bold";
  src: url("fonts/poppins-bold.woff2");
  src:
    url("fonts/poppins-bold.woff2") format("embedded-opentype"),
    url("fonts/poppins-bold.woff2") format("woff2"),
    url("fonts/poppins-bold.woff2") format("woff"),
    url("fonts/poppins-bold.woff2") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "poppins-extra-bold";
  src: url("fonts/poppins-extra-bold.woff2");
  src:
    url("fonts/poppins-extra-bold.woff2") format("embedded-opentype"),
    url("fonts/poppins-extra-bold.woff2") format("woff2"),
    url("fonts/poppins-extra-bold.woff2") format("woff"),
    url("fonts/poppins-extra-bold.woff2") format("truetype");
  font-style: normal;
}

html,
body {
  height: 100%;
}
body {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "poppins-normal", sans-serif;
  color: #666666;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
.p {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RobotoCondensed-Regular", sans-serif;
}
h1 b,
h1.b,
h1.font-bold,
h2 b,
h2.b,
h2.font-bold,
h3 b,
h3.b,
h3.font-bold,
h4 b,
h4.b,
h4.font-bold,
h5 b,
h5.b,
h5.font-bold,
h6 b,
h6.b,
h6.font-bold {
  font-family: "RobotoCondensed-Bold", arial;
}
h1,
.h1 {
  font-size: 50pt;
}
h2,
.h2 {
  font-size: 22pt;
}
h3,
.h3 {
  font-size: 20pt;
}
h4,
.h4 {
  font-size: 18pt;
}
h5,
.h5 {
  font-size: 16pt;
}
h6,
.h6 {
  font-size: 14pt;
}
body,
p,
.p {
  font-size: 12pt !important;
}
small,
.small {
  font-size: 9pt !important;
}

.font-extra-light {
  font-family: "poppins-extra-light";
}
.font-light {
  font-family: "poppins-light";
}
.font-normal {
  font-family: "poppins-normal";
}
b,
strong,
.font-bold {
  font-family: "poppins-bold";
}
.font-extra-bold {
  font-family: "poppins-extra-bold";
}

.text-overflow-line-1,
.text-overflow-line-2,
.text-overflow-line-3,
.text-overflow-line-4,
.text-overflow-line-5,
.text-overflow-line-6 {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-line-1 {
  -webkit-line-clamp: 1;
}
.text-overflow-line-2 {
  -webkit-line-clamp: 2;
}
.text-overflow-line-3 {
  -webkit-line-clamp: 3;
}
.text-overflow-line-4 {
  -webkit-line-clamp: 4;
}
.text-overflow-line-5 {
  -webkit-line-clamp: 5;
}
.text-overflow-line-6 {
  -webkit-line-clamp: 6;
}
.btn,
a,
button,
input[type="submit"],
input[type="button"] {
  cursor: pointer !important;
  text-decoration: none !important;
}
.form-control {
  box-shadow: 0px 0px 0px 0px !important;
  height: auto;
}
table tr td {
  vertical-align: middle !important;
}

.alert-black,
.bg-black {
  background: #202020;
}
.alert-light-gray,
.bg-light-gray {
  background: #eeeeee;
}
.alert-gray,
.bg-gray {
  background: #d6d6d6;
}
.text-dark-gray {
  color: #666666;
}
.text-gray {
  color: #b2b2b2;
}

.text-green {
  color: #15bf78;
}
.text-orange {
  color: #ff771e;
}

.btn-outline-green {
  border-color: #15bf78;
  color: #15bf78;
}

.btn-outline-orange {
  border-color: #ff771e;
  color: #ff771e;
}

.bg-green,
.alert-green,
.btn-outline-green:hover,
.btn-green {
  background-color: #15bf78;
}
.btn-outline-green:hover,
.btn-green {
  color: #fff !important;
}
.btn-green:hover {
  background-color: #11a364;
}

.bg-orange,
.alert-orange,
.btn-outline-orange:hover,
.btn-orange {
  background-color: #ff771e;
}

.btn-outline-orange:hover,
.btn-orange {
  color: #fff !important;
}
.btn-orange:hover {
  background-color: #e06518;
}

.border-green {
  border-color: #15bf78;
}
.border-oragne {
  border-color: #ff771e;
}

.object-cover-center {
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
}

.white-space-nowrape {
  white-space: nowrap;
}
.white-space-normal {
  white-space: normal;
}

.pagination {
  text-align: center !important;
}

.pagination {
  margin: 0 !important;
  padding: 0 !important;
}

.pagination .page-item .page-link {
  list-style-type: none !important;
  display: inline-block !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.pagination .page-item .page-link {
  display: block !important;
  color: #f604b0 !important;
  border: 1px dashed #f604b0 !important;
  border-radius: 5px !important;
  padding: 5px 20px !important;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #f604b0 !important;
  border: 1px solid #f604b0 !important;
}

/* ========== CUSTOM NAVBAR (No Bootstrap) ========== */
.navbar {
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  padding: 0.7rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  text-decoration: none;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  padding: 8px 0;
  display: inline-block;
  position: relative;
}

/* Hover Animation - Glowing Underline */
.nav-links li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #f604b0, #d45a92);
  transition: width 0.3s ease;
  border-radius: 2px;
}

.nav-links li a:hover::before {
  width: 100%;
}

.nav-links li a:hover {
  color: #f604b0;
  text-shadow: 0 0 8px rgba(155, 44, 109, 0.2);
  transform: translateY(-2px);
}
.nav-links li a.active {
  color: #f604b0;
  text-shadow: 0 0 8px rgba(155, 44, 109, 0.2);
  border-bottom: #d45a92 !important;
}

/* Dropdown Menu */
.dropdown-menu-custom {
  position: absolute;
  top: 40px;
  left: -20px;
  background: white;
  border-radius: 12px;
  padding: 0.8rem 0;
  min-width: 350px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(155, 44, 109, 0.15);
  z-index: 100;
}

.nav-links li:hover .dropdown-menu-custom {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}

.dropdown-menu-custom a {
  display: block;
  padding: 8px 24px;
  color: #333 !important;
  font-size: 0.88rem;
  transition: all 0.2s ease;
  border-bottom: none !important;
  padding: 10px 15px !important;
}

.dropdown-menu-custom a:hover {
  background: linear-gradient(90deg, #fce4ec, #fff);
  color: #f604b0 !important;
  padding-left: 30px;
  transform: translateX(0) !important;
}

.dropdown-menu-custom a i {
  margin-right: 10px;
  width: 20px;
  color: #f604b0;
}

/* ========== APPOINTMENT BUTTON WITH AWESOME HOVER ========== */
.appointment-btn {
  background: linear-gradient(135deg, #f604b0, #f604b0);
  color: white !important;
  padding: 10px 35px !important;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(155, 44, 109, 0.3);
  cursor: pointer;
}

/* Ripple Effect */
.appointment-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.6s,
    height 0.6s;
  z-index: -1;
}

.appointment-btn:hover::before {
  width: 300px;
  height: 300px;
}

/* Hover Effects */
.appointment-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px rgba(155, 44, 109, 0.5);
  background: linear-gradient(135deg, #ff04b8, rgb(143, 42, 101));
}

/* Icon Animation on Hover */
.appointment-btn i {
  transition: transform 0.3s ease;
}

.appointment-btn:hover i {
  transform: scale(1.1) rotate(5deg);
}

/* Optional: Click effect */
.appointment-btn:active {
  transform: translateY(0px) scale(0.98);
}

.highlight {
  color: #f604b0;
}
.blue {
  color: #124a94;
}

.menu-icon {
  font-size: 1.6rem;
  cursor: pointer;
  color: #2d2a4e;
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 900px) {
  .navbar {
    padding: 0.7rem 1.2rem;
  }

  .menu-icon {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: -280px;
    background: white;
    width: 280px;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 4rem;
    padding-left: 2rem;
    gap: 1.2rem;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
    z-index: 999;
  }

  .nav-links.active {
    left: 0;
  }

  .close-sidebar {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 1.4rem;
    cursor: pointer;
    color: #f604b0;
  }

  .dropdown-menu-custom {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    padding-left: 1rem;
    background: transparent;
    display: none;
  }

  .nav-links li:hover .dropdown-menu-custom {
    display: block;
  }

  .dropdown-menu-custom a {
    padding: 6px 0 6px 20px;
  }
}

/* ========== BANNER / HERO SLIDER (Custom, No Bootstrap) ========== */
.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slides-container {
  position: relative;
  width: 100%;
  height: 85vh;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 1.2s ease-in-out,
    visibility 1.2s ease-in-out;
}

.slide.active {
  opacity: 1;
  visibility: visible;
}

.slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* .slide-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
} */

.slide-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 750px;
  color: white;
  z-index: 10;
  opacity: 0;
  transform: translateY(-40%) scale(0.95);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.slide.active .slide-content {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.slide-content h6 {
  color: #202020;
}
.slide-content h1 {
  color: #202020;
}

.slide-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  opacity: 0.9;
  color: #202020;
}

.slide-content ul {
  list-style: none;
  margin-bottom: 1.5rem;
  padding: 0;
}

.slide-content ul li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #202020;
}

.slide-content ul li i {
  margin-right: 8px;
  color: #f604b0;
}

/* ========== APPOINTMENT BUTTON WITH AWESOME HOVER ========== */
.slider-btn-1 {
  background: linear-gradient(135deg, #f604b0, #f604b0);
  color: white !important;
  padding: 10px 35px !important;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(155, 44, 109, 0.3);
  cursor: pointer;
}

/* Ripple Effect */
.slider-btn-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.6s,
    height 0.6s;
  z-index: -1;
}

.slider-btn-1:hover::before {
  width: 300px;
  height: 300px;
}

/* Hover Effects */
.slider-btn-1:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px rgba(155, 44, 109, 0.5);
  background: linear-gradient(135deg, #ff04b8, rgb(143, 42, 101));
}

/* Icon Animation on Hover */
.slider-btn-1 i {
  transition: transform 0.3s ease;
}

.slider-btn-1:hover i {
  transform: scale(1.1) rotate(5deg);
}

/* Optional: Click effect */
.slider-btn-1:active {
  transform: translateY(0px) scale(0.98);
}

/* ========== APPOINTMENT BUTTON WITH AWESOME HOVER ========== */
.slider-btn-2 {
  background: linear-gradient(135deg, #124a94, #0e3d7a);
  color: white !important;
  padding: 10px 35px !important;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(155, 44, 109, 0.3);
  cursor: pointer;
}

/* Ripple Effect */
.slider-btn-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.6s,
    height 0.6s;
  z-index: -1;
}

.slider-btn-2:hover::before {
  width: 300px;
  height: 300px;
}

/* Hover Effects */
.slider-btn-2:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 15px 35px rgba(155, 44, 109, 0.5);
  background: linear-gradient(135deg, #124a94, #0e3d7a);
}

/* Icon Animation on Hover */
.slider-btn-2 i {
  transition: transform 0.3s ease;
}

.slider-btn-2:hover i {
  transform: scale(1.1) rotate(5deg);
}

/* Optional: Click effect */
.slider-btn-2:active {
  transform: translateY(0px) scale(0.98);
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 20;
  transition: 0.2s;
}

.slider-arrow:hover {
  background: #f604b0;
}

.arrow-left {
  left: 15px;
}

.arrow-right {
  right: 15px;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 20;
}

.dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.dot.active {
  background: #f604b0;
  width: 25px;
  border-radius: 10px;
}

/* ========== SECTION 1: Effective OBGYN Near You Care ========== */
.effective-care-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #fefaf5 0%, #fff5f0 100%);
}

.effective-care-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 1.5rem;
}

.effective-care-left p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.care-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.care-list li {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #333;
}

.care-list li i {
  color: #f604b0;
  margin-right: 10px;
  font-size: 1.1rem;
}

.learn-more-btn {
  background: linear-gradient(135deg, #f604b0, #d60397);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.learn-more-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(155, 44, 109, 0.3);
  color: white;
}

/* Animation Keyframes */
@keyframes feature-ani-one {
  0% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-15px) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

/* Agar zoom effect chahiye to ye wala use karo */
@keyframes feature-ani-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Agar rotate effect chahiye to ye wala */
@keyframes feature-ani-rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(2deg) scale(1.02);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

/* Agar pulse effect chahiye (shadow + scale) */
@keyframes feature-ani-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 30px 50px rgba(155, 44, 109, 0.2);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
}

/* Apply animation to your element */
.effective-care-right {
  background: url("../media/images/Doc2.png") no-repeat center/cover;
  border-radius: 20px;
  min-height: 480px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  animation: feature-ani-one 4s ease-in-out infinite;
}

/* Apply animation to your element */
.what-we-do-right {
  background: url("../media/images/Docstock-scaled.jpg") no-repeat center/cover;
  border-radius: 20px;
  min-height: 630px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  animation: feature-ani-one 4s ease-in-out infinite;
}
.about-us-right {
  background: url("../media/images/slide3.jpg") no-repeat center/cover;
  border-radius: 20px;
  min-height: 400px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  animation: feature-ani-one 4s ease-in-out infinite;
}

/* ========== CONTACT SECTION ========== */
.contact-section {
  padding: 5rem 0;
}

/* Contact Info Cards */
.contact-info-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(155, 44, 109, 0.1);
}

.contact-info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(155, 44, 109, 0.15);
  border-color: rgba(155, 44, 109, 0.3);
}

.contact-info-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fce4ec, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem auto;
  transition: all 0.3s ease;
}

.contact-info-card:hover .contact-info-icon {
  background: linear-gradient(135deg, #f604b0, #d45a92);
}

.contact-info-icon i {
  font-size: 1.8rem;
  color: #f604b0;
  transition: all 0.3s ease;
}

.contact-info-card:hover .contact-info-icon i {
  color: white;
  transform: scale(1.1);
}

.contact-info-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.5rem;
}

.contact-info-card p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* Contact Form */
.contact-form-wrapper {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(155, 44, 109, 0.1);
}

.contact-form-wrapper h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.5rem;
}

.contact-form-wrapper p {
  color: #666;
  margin-bottom: 2rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #f604b0;
  box-shadow: 0 0 0 3px rgba(155, 44, 109, 0.1);
  outline: none;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.submit-btn {
  background: linear-gradient(135deg, #f604b0, #7a2354);
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(155, 44, 109, 0.3);
}

/* Map Section */
.map-section {
  padding: 0 0 5rem 0;
}

.map-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
  width: 100%;
  height: 400px;
  border: none;
}

@media (max-width: 768px) {
  .slides-container {
    height: 70vh;
  }

  .slide-content {
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .slide-content h2 {
    font-size: 1.6rem;
  }
}

/* Services Section - Using Bootstrap Grid */
.services-section {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 1rem;
}

.service-card {
  background: #f9f9f9;
  padding: 1.8rem;
  border-radius: 12px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-card i {
  font-size: 2.5rem;
  color: #f604b0;
  margin-bottom: 1rem;
}
/* ========== FOOTER STYLES - MODERN & RESPONSIVE ========== */
.main-footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  color: #fff;
  padding: 4rem 0 2rem 0;
  position: relative;
  overflow: hidden;
}

/* Decorative top border */
.main-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #f604b0, #d45a92, #f0a3c4, #f604b0);
  background-size: 300% 100%;
  animation: gradientMove 3s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Footer Widget Styles */
.footer-widget {
  margin-bottom: 2rem;
}

/* Logo Styles */
.logo-widget {
  margin-bottom: 1.5rem;
}

.main-footer_logo {
  margin-bottom: 1.5rem;
}

.main-footer_logo img {
  max-width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.main-footer_logo img:hover {
  transform: scale(1.05);
}

.main-footer_text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

/* Social Box */
.footer-social_box {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
}

.footer-social_box li {
  display: inline-block;
}

.footer-social_box li a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social_box li a:hover {
  background: #f604b0;
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(155, 44, 109, 0.3);
}

/* Footer Titles */
.main-footer_title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 12px;
  color: #fff;
}

.main-footer_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #f604b0, #d45a92);
  border-radius: 3px;
}

/* Office List Styles */
.textwidget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.textwidget ul li {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  padding-left: 20px;
}

.textwidget ul li::before {
  content: "📍";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
}

/* Different icons for different list items */
.textwidget ul li:nth-child(1)::before {
  content: "📍";
}
.textwidget ul li:nth-child(2)::before {
  content: "📞";
}
.textwidget ul li:nth-child(3)::before {
  content: "✉️";
}
.textwidget ul li:nth-child(4)::before {
  content: "🕐";
}

.textwidget ul li strong {
  color: #d45a92;
  font-weight: 600;
}

.splendingofc {
  transition:
    transform 0.2s ease,
    padding-left 0.2s ease;
}

.splendingofc:hover {
  transform: translateX(5px);
  color: white;
}

/* Copyright Section */
.copyright-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 1rem;
  text-align: center;
}

.copyright-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.copyright-text a {
  /* color: #d45a92; */
  text-decoration: none;
  transition: color 0.3s;
}

.copyright-text a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: #f604b0;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 5px 15px rgba(155, 44, 109, 0.4);
  text-decoration: none;
}

.back-to-top:hover {
  background: #7a2354;
  transform: translateY(-5px);
}

.back-to-top i {
  color: white;
  font-size: 1.2rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .main-footer {
    padding: 3rem 0 1.5rem 0;
  }
  .main-footer_title {
    margin-top: 1rem;
  }
  .footer-social_box {
    justify-content: flex-start;
  }
  .textwidget ul li {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .main-footer {
    text-align: center;
  }
  .main-footer_title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-social_box {
    justify-content: center;
  }
  .textwidget ul li {
    padding-left: 25px;
    text-align: left;
  }
}

/* ========== SECTION 2: Meet Our Doctor ========== */
.meet-doctor-section {
  padding: 5rem 0;
  background: white;
}
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}
.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d2a4e;
  position: relative;
  display: inline-block;
}
.section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f604b0, #d45a92);
  border-radius: 2px;
}
.section-header p {
  color: #666;
  margin-top: 1rem;
  font-size: 1rem;
}
.doctor-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.doctor-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(155, 44, 109, 0.15);
}
.doctor-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.doctor-info {
  padding: 1.5rem;
  text-align: center;
}
.doctor-info h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.3rem;
}
.doctor-title {
  color: #f604b0;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.doctor-qualification {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 1rem;
}
.doctor-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.doctor-social a {
  width: 35px;
  height: 35px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f604b0;
  transition: all 0.3s;
}
.doctor-social a:hover {
  background: #f604b0;
  color: white;
  transform: translateY(-3px);
}
.nurse-section {
  margin-top: 3rem;
  background: linear-gradient(135deg, #fce4ec, #fff);
  border-radius: 20px;
  padding: 2rem;
}
.action-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}
.btn-make-appointment {
  background: linear-gradient(135deg, #f604b0, #7a2354);
  color: white;
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-view-doctors {
  background: transparent;
  color: #f604b0;
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #f604b0;
  transition: all 0.3s;
}
.btn-view-doctors:hover {
  background: #f604b0;
  color: white;
  transform: translateY(-3px);
}
.btn-make-appointment:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(155, 44, 109, 0.3);
  color: white;
}

/* ========== WHAT WE DO SECTION ========== */
.what-we-do-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #fefaf5 0%, #fff5f0 100%);
  position: relative;
}

/* Top Tagline */
.top-tagline {
  text-align: center;
  margin-bottom: 1rem;
}

.top-tagline span {
  color: #f604b0;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.9rem;
  position: relative;
  display: inline-block;
}

.top-tagline span::before,
.top-tagline span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, #f604b0, transparent);
}

.top-tagline span::before {
  left: -50px;
}

.top-tagline span::after {
  right: -50px;
  transform: rotate(180deg);
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d2a4e;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f604b0, #d45a92);
  border-radius: 2px;
}

.section-header p {
  color: #666;
  font-size: 1rem;
  max-width: 700px;
  margin: 1rem auto 0;
}

/* Card Styles */
.service-card {
  background: white;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(155, 44, 109, 0.1);
  height: 100%;
}

/* Card Hover Effect */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(155, 44, 109, 0.15);
  border-color: rgba(155, 44, 109, 0.3);
}

/* Icon Styles */
.card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fce4ec, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  transition: all 0.3s ease;
}

.card-icon i {
  font-size: 2rem;
  color: #f604b0;
  transition: all 0.3s ease;
}

.service-card:hover .card-icon {
  background: linear-gradient(135deg, #f604b0, #d45a92);
  transform: scale(1.1) rotate(5deg);
}

.service-card:hover .card-icon i {
  color: white;
  transform: scale(1.1);
}

/* Card Title */
.card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.8rem;
  transition: color 0.3s ease;
}

.service-card:hover .card-title {
  color: #f604b0;
}

/* Card Description */
.card-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* Read More Link */
.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f604b0 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(10px);
}

.service-card:hover .read-more-link {
  opacity: 1;
  transform: translateY(0);
}

.read-more-link i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.read-more-link:hover i {
  transform: translateX(5px);
}

/* Bottom Decorative Line */
.card-bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #f604b0, #d45a92);
  transition: width 0.4s ease;
}

.service-card:hover .card-bottom-line {
  width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
  .what-we-do-section {
    padding: 3rem 0;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .service-card {
    padding: 1.5rem;
  }

  .card-icon {
    width: 60px;
    height: 60px;
  }

  .card-icon i {
    font-size: 1.5rem;
  }
}

/* ========== PATIENT FEEDBACK SECTION (UNIQUE CLASSES) ========== */
.patient-feedback-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #fefaf5 0%, #fff5f0 100%);
  position: relative;
  overflow: hidden;
}

/* Decorative Background Elements */
.patient-feedback-section::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 15rem;
  color: rgba(155, 44, 109, 0.05);
  font-family: serif;
  pointer-events: none;
}

.patient-feedback-section::after {
  content: '"';
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 15rem;
  color: rgba(155, 44, 109, 0.05);
  font-family: serif;
  transform: rotate(180deg);
  pointer-events: none;
}

/* Section Header */
.feedback-section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.feedback-section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d2a4e;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.feedback-section-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f604b0, #d45a92);
  border-radius: 2px;
}

.feedback-section-header p {
  color: #666;
  font-size: 1.1rem;
  margin-top: 1rem;
}

/* Feedback Slider Container */
.patient-slider-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}

/* Slider Wrapper */
.patient-slider-wrapper {
  overflow: hidden;
  position: relative;
}

/* Feedback Track */
.patient-feedback-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Feedback Card */
.patient-feedback-card {
  flex: 0 0 33.333%;
  padding: 0 15px;
  min-width: 0;
}

.patient-card-inner {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  border: 1px solid rgba(155, 44, 109, 0.1);
}

.patient-card-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(155, 44, 109, 0.15);
  border-color: rgba(155, 44, 109, 0.3);
}

/* Quote Icon */
.patient-quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.5rem;
  color: rgba(155, 44, 109, 0.15);
}

/* Patient Avatar */
.patient-avatar-box {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f604b0, #d45a92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.patient-avatar-box i {
  font-size: 2rem;
  color: white;
}

/* Rating Stars */
.patient-rating {
  margin-bottom: 1rem;
}

.patient-rating i {
  color: #ffc107;
  font-size: 0.9rem;
  margin-right: 2px;
}

.patient-rating i.far {
  color: #ddd;
}

/* Patient Name */
.patient-name-feedback {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.3rem;
}

.patient-title-feedback {
  font-size: 0.8rem;
  color: #f604b0;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* Feedback Text */
.patient-feedback-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1rem;
  min-height: 80px;
}

/* Read More Link */
.patient-read-more-link {
  color: #f604b0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: color 0.3s;
}

.patient-read-more-link:hover {
  color: #7a2354;
  text-decoration: underline;
}

/* Navigation Arrows */
.patient-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(155, 44, 109, 0.2);
}

.patient-slider-arrow:hover {
  background: #f604b0;
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.patient-slider-arrow i {
  font-size: 1.2rem;
}

.patient-arrow-left {
  left: 0;
}

.patient-arrow-right {
  right: 0;
}

/* Dots Navigation */
.patient-slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 2.5rem;
}

.patient-dot {
  width: 10px;
  height: 10px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.patient-dot.active {
  background: #f604b0;
  width: 28px;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .patient-feedback-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .patient-feedback-section {
    padding: 3rem 0;
  }
  .feedback-section-header h2 {
    font-size: 1.8rem;
  }
  .patient-feedback-card {
    flex: 0 0 100%;
  }
  .patient-slider-container {
    padding: 0 40px;
  }
  .patient-slider-arrow {
    width: 35px;
    height: 35px;
  }
}

/* ========== PAGE BANNER ========== */
.page-banner {
  background: linear-gradient(135deg, #f604b0, #7a2354);
  padding: 4rem 0;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

.page-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.page-banner h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.page-banner p {
  font-size: 1.1rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

/* ========== BREADCRUMB ========== */
.breadcrumb-section {
  padding: 1rem 0;
  background: transparent;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item a {
  color: #f604b0;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #666;
}

/* ========== APPOINTMENT SECTION ========== */
.appointment-section {
  padding: 4rem 0;
}

/* Info Cards */
.info-card {
  background: white;
  border-radius: 20px;
  padding: 1.8rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(155, 44, 109, 0.1);
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(155, 44, 109, 0.15);
}

.info-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fce4ec, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
  transition: all 0.3s;
}

.info-card:hover .info-icon {
  background: linear-gradient(135deg, #f604b0, #d45a92);
}

.info-icon i {
  font-size: 1.8rem;
  color: #f604b0;
  transition: all 0.3s;
}

.info-card:hover .info-icon i {
  color: white;
  transform: scale(1.1);
}

.info-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.5rem;
}

.info-card p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

/* Appointment Form */
.appointment-form-wrapper {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(155, 44, 109, 0.1);
}

.appointment-form-wrapper h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.5rem;
}

.form-label {
  font-weight: 600;
  color: #2d2a4e;
  margin-bottom: 0.5rem;
}

.form-control,
.form-select {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
  border-color: #f604b0;
  box-shadow: 0 0 0 3px rgba(155, 44, 109, 0.1);
  outline: none;
}

textarea.form-control {
  resize: vertical;
  min-height: 100px;
}

.submit-btn {
  background: linear-gradient(135deg, #f604b0, #7a2354);
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(155, 44, 109, 0.3);
}

@media (max-width: 768px) {
  .page-banner h1 {
    font-size: 2rem;
  }

  .appointment-form-wrapper {
    padding: 1.5rem;
  }

  .appointment-form-wrapper h2 {
    font-size: 1.4rem;
  }
}

/* ========== FEATURED POST ========== */
.featured-post {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  margin-bottom: 3rem;
}

.featured-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(155, 44, 109, 0.15);
}

.featured-img {
  height: 100%;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.featured-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(155, 44, 109, 0.2), transparent);
}

.featured-content {
  padding: 2rem;
}

.post-category {
  display: inline-block;
  background: linear-gradient(135deg, #f604b0, #d45a92);
  color: white;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.featured-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 1rem;
}

.post-meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1rem;
  color: #888;
  font-size: 0.85rem;
}

.post-meta i {
  margin-right: 5px;
  color: #f604b0;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #f604b0;
  border: 2px solid #f604b0;
  padding: 10px 25px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 1rem;
}

.read-more-btn:hover {
  background: #f604b0;
  color: white;
  gap: 15px;
}

/* ========== BLOG CARDS ========== */
.blog-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  border: 1px solid rgba(155, 44, 109, 0.1);
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(155, 44, 109, 0.15);
  border-color: rgba(155, 44, 109, 0.3);
}

.blog-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(155, 44, 109), transparent);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.blog-card:hover .blog-img::before {
  opacity: 1;
  z-index: 2;
}

.blog-content {
  padding: 1.5rem;
}

.blog-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.8rem;
  transition: color 0.3s;
}

.blog-card:hover .blog-title {
  color: #f604b0;
}

.blog-excerpt {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* Read More Link - Modern Pulse Button */
/* Blog Card Styles - Button Bottom Fixed */
.blog-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(155, 44, 109, 0.15);
}

.blog-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.blog-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.post-meta {
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}

.blog-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.8rem;
  line-height: 1.4;
  flex-shrink: 0;
}

.blog-excerpt {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 1rem;
  flex: 1;
}

/* Read More Link - Modern Pulse Button (Bottom Fixed) */
.blog-card .blog-read-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #f604b0, #7a2354);
  color: white !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 24px;
  border-radius: 40px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-top: auto;
  width: 100%;
  box-shadow: 0 4px 12px rgba(155, 44, 109, 0.25);
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}

/* Ripple Effect */
.blog-card .blog-read-more-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition:
    width 0.5s,
    height 0.5s;
  z-index: -1;
}

.blog-card .blog-read-more-link:hover::before {
  width: 200px;
  height: 200px;
}

.blog-card .blog-read-more-link i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.blog-card .blog-read-more-link:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 25px rgba(155, 44, 109, 0.4);
  gap: 15px;
}

.blog-card .blog-read-more-link:hover i {
  transform: translateX(5px);
}

.blog-card .blog-read-more-link:active {
  transform: translateY(0) scale(0.98);
}

/* Optional: Add icon before text */
.blog-card .blog-read-more-link i:first-child {
  margin-right: 5px;
}
/* ========== SIDEBAR ========== */
.sidebar-widget {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(155, 44, 109, 0.1);
}

.widget-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f604b0;
  display: inline-block;
}

.recent-post-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.recent-post-img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
}

.recent-post-info h4 {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #f604b0;
}

.recent-post-info a {
  color: #2d2a4e;
  text-decoration: none;
  transition: color 0.3s;
}

.recent-post-info a:hover {
  color: #f604b0;
}

.recent-post-info span {
  font-size: 0.75rem;
  color: #888;
}

.service-detail-section {
  padding: 4rem 0;
}

.service-header {
  text-align: center;
  margin-bottom: 3rem;
}

.service-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2d2a4e;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.service-header h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f604b0, #d45a92);
  border-radius: 2px;
}

.service-header p {
  color: #666;
  max-width: 800px;
  margin: 1rem auto 0;
}

.service-content {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(155, 44, 109, 0.1);
}

.service-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d2a4e;
  margin: 1.5rem 0 1rem;
}

.service-content h3:first-of-type {
  margin-top: 0;
}

.service-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 1rem;
}

.service-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.service-content li {
  margin-bottom: 0.8rem;
  color: #555;
  line-height: 1.6;
}

.service-content li strong {
  color: #333;
}

.highlight-box {
  background: linear-gradient(135deg, #fce4ec, #fff);
  border-left: 4px solid #f604b0;
  border-radius: 16px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.highlight-box i {
  color: #f604b0;
  font-size: 1.2rem;
  margin-right: 10px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.feature-item {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(155, 44, 109, 0.1);
  transition: all 0.3s;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(155, 44, 109, 0.1);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fce4ec, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}

.feature-icon i {
  font-size: 1.8rem;
  color: #f604b0;
}

.feature-item h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 0.5rem;
}

.feature-item p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

.cta-box {
  background: linear-gradient(135deg, #2d2a4e, #1a1835);
  border-radius: 20px;
  padding: 2.5rem;
  text-align: center;
  margin-top: 2rem;
  color: white;
}

.cta-box h3 {
  color: white;
  margin-top: 0;
}

.cta-box p {
  color: rgba(255, 255, 255, 0.9);
}

.cta-btn {
  background: #f604b0;
  color: white;
  padding: 12px 35px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s;
  margin-top: 1rem;
}

.cta-btn:hover {
  background: #7a2354;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(155, 44, 109, 0.3);
  color: white;
}

/* Sidebar */
.sidebar-widget {
  background: white;
  border-radius: 20px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(155, 44, 109, 0.1);
}

.widget-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2d2a4e;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f604b0;
  display: inline-block;
}

.service-list-sidebar {
  list-style: none;
  padding: 0;
}

.service-list-sidebar li {
  margin-bottom: 0.8rem;
}

.service-list-sidebar li a {
  color: #555;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  padding: 8px 12px;
  border-radius: 10px;
}

.service-list-sidebar li a:hover {
  background: linear-gradient(135deg, #fce4ec, #fff);
  color: #f604b0;
  padding-left: 20px;
}

.service-list-sidebar li a.active {
  background: linear-gradient(135deg, #fce4ec, #fff);
  color: #f604b0;
  padding-left: 20px;
}

.service-list-sidebar li a i {
  margin-right: 10px;
  color: #f604b0;
}

.contact-info {
  margin-top: 1rem;
}

.contact-info p {
  margin-bottom: 0.8rem;
}

.contact-info i {
  color: #f604b0;
  width: 25px;
}

@media (max-width: 768px) {
  .page-banner h1 {
    font-size: 2rem;
  }

  .featured-content h2 {
    font-size: 1.3rem;
  }

  .newsletter-form {
    flex-direction: column;
  }
}
/* Responsive adjustments */
@media (max-width: 768px) {
  h1 {
    font-size: 3rem;
  }
  .slides-container {
    height: 85vh;
  }

  .doctor-img {
    height: 400px;
    background-position: top top !important;
  }
}

.inputInvalid {
  animation: shake 300ms;
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}

@keyframes shake {
  25% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}

@media (min-width: 992px) {
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
}
