@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");

:root {
  --primary-pink: #e60000;
  --primary-blue: #004080;

  --gradient-start: #ff4e50;
  --gradient-end: #1e3c72;
}


html {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: var(--primary-blue);
  font-weight: 400;
  /* overflow-x: hidden; */
  padding-top: 106px;

  /* letter-spacing: 1px; */
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 44px;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.bg-1 {
  background: url("image/bg-1.jpg") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.bg-2 {
  background: url("image/bg-2.jpg") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.bg-3 {
  background: url("image/bg-3.webp") no-repeat center center;
  background-size: cover;
  position: relative;
}

.br-1 {
  background: url("image/dr-image.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.h-bg{
  background: url("image/bg-hospital.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1030;
}

.navbar-brand img {
  height: 80px;
  width: auto;
}

.navbar-nav .nav-link {
  font-weight: 700;
  margin: 0 clamp(5px, 2vw, 10px);
  color: #333 ;
  font-size: clamp(0.9rem, 2vw, 1rem);
}

.navbar-nav .nav-link:hover {
  color: #e60000 !important;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 0;
  margin-top: 10px;
  min-width: 250px;
}

.dropdown-item {
  padding: clamp(8px, 2vw, 10px) clamp(20px, 4vw, 25px);
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  font-size: clamp(0.9rem, 2vw, 1rem);
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #b83dba;
}

.dropdown-header {
  color: #b83dba;
  font-weight: 600;
  font-size: clamp(0.8rem, 1.5vw, 0.9rem);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-mobile-appointment {
  display: inline-block;
  background-color: #273465;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}

.btn-mobile-appointment:hover {
  background-color: #0056b3;
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  body {
    padding-top: 85px;

  }

  .navbar .position-absolute {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .navbar-brand img {
    height: 60px;
  }

  .navbar-nav {
    text-align: center;
    padding: 20px 0;
  }

  .navbar-nav .nav-item {
    margin: 5px 0;
  }

  .navbar-nav .nav-link {
    padding: 10px 20px;
    margin: 0;
  }

  /* Fix mobile appointment button */
  .btn-mobile-appointment {
    display: inline-block;
    background-color: #273465;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.90rem;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    transition: background-color 0.3s ease;
  }

  .btn-mobile-appointment:hover {
    background-color: #0056b3;
    color: #fff !important;
    text-decoration: none;
  }



}

.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: url("image/banner.png") no-repeat;
  background-size: 100% 100%;
  min-height: 600px;
}

.banner h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  margin-bottom: 1.5rem;
}

.banner p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  color: white;

}

.divider {
  width: 60px;
  height: 4px;
  background: var(--secondary-color);
  margin-bottom: 1rem;
}

.btn-appointment {
  background: var(--primary-blue);
  color: white;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-appointment:hover {
  background: var(--primary-pink);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(233, 30, 99, 0.3);
}

.features-section {
  margin-top: -75px;
  position: relative;
  z-index: 10;
  padding-bottom: 40px;
}

.fast-feature-card {
  background: white;
  border-radius: 15px;
  padding: 15px 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  height: 300px;
  transition: all 0.3s ease;
  border: none;
}

.fast-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.feature-icon svg {
  width: 50px;
  height: 50px;
  fill: var(--primary-blue);
}

.feature-subtitle {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.feature-title {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.feature-description {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.btn-feature {
  background: var(--primary-color);
  color: white;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-feature:hover {
  background: var(--secondary-color);
  color: white;
  transform: translateY(-2px);
}

/* Working Hours Specific */
.working-hours {
  margin-top: 20px;
}

.working-hours .time-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.working-hours .time-row:last-child {
  border-bottom: none;
}

.working-hours .day {
  color: var(--text-muted);
}

.working-hours .time {
  color: var(--primary-color);
  font-weight: 600;
}

/* Emergency Card */
.emergency-phone {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .banner h1 {
    font-size: 2.5rem;
  }

  .banner {
    min-height: 400px;
  }

  .features-section {
    margin-top: -150px;
    padding-bottom: 20px;
  }

  .fast-feature-card {
    margin-bottom: 30px;
    padding: 15px 10px;
    height: 250px;
  }

  .btn-appointment {
    background: var( --primary-blue);
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .banner h1 {
    font-size: 2rem;
  }

  .banner {
    min-height: 80vh;
    text-align: center;
  }
}

/* Booking Section - Responsive */
.booking-section {
  background: #f8f9fa;
  padding: 40px 0 30px;
}

.booking-title {
  color: var(--primary-pink);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.form-control {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 8px;
}

.form-label {
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.btn-book-now {
  background: var(--primary-blue);
  border: var(--primary-blue);
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 25px;
}

.btn-book-now:hover {
  background: var(--primary-pink);
  border: var(--primary-pink);
}

@media (max-width: 768px) {
  .booking-section {
    padding: 25px 0 20px;
  }

  .booking-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .form-control {
    padding: 8px 5px;
  }

  .form-label {
    margin-bottom: 3px;
  }

  .btn-book-now {
    padding: 10px 25px;
    margin-top: 10px;
  }
}

/* Section Spacing - Responsive */
.about-section {
  padding: clamp(60px, 10vw, 80px) 0;
}

.about-title {
  color: var(--primary-pink);
  font-size: clamp(1.8rem, 4vw, 2.2rem);
  font-weight: 600;
  margin-bottom: clamp(20px, 4vw, 30px);
}

.section-subtitle {
  color: var(--primary-blue);
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 500;
  margin-bottom: 10px;
}


/* Service Cards - Fully Responsive */
.service-card {
  background: white;
  border-radius: 15px;
  padding: clamp(20px, 4vw, 25px) clamp(10px, 3vw, 15px);
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: clamp(15px, 3vw, 20px);
  transition: transform 0.3s ease;
  height: 100%;
  border: 2px solid #f0f0f0;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-pink);
}

.service-icon {
  width: clamp(50px, 10vw, 60px);
  height: clamp(50px, 10vw, 60px);
  margin-bottom: clamp(10px, 3vw, 15px);
}

.service-icon-fa {
  font-size: clamp(2.5rem, 5vw, 3rem);
  color: var(--primary-blue);
  margin-bottom: clamp(10px, 3vw, 15px);
  display: block;
}

.service-card h5 {
  color: var(--primary-pink);
  font-weight: 600;
  font-size: clamp(0.9rem, 2vw, 1rem);
  margin-bottom: 0;
  line-height: 1.3;
}

/* Services Grid - Responsive */
@media (max-width: 576px) {
  .service-card {
    padding: 15px 10px;
  }

  .service-card h5 {
    font-size: 0.85rem;
  }

  .about-section {
    padding: clamp(10px, 0vw, 80px) 0;
  }

  .order-2 {
    align-items: center;
    margin-top: 10px;
    text-align: center;
  }
}

/* Stats Section - Responsive */
.stats-section {
  background: linear-gradient(135deg, #b83dba 0%, #0083b0 100%);
  color: white;
  padding: clamp(40px, 8vw, 60px) 0;
}

.stat-number {
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: bold;
  color: white;
}

/* Testimonial Section - Responsive */
.testimonial-section {
  background-color: #f8f9fa;
  padding: clamp(60px, 10vw, 80px) 0;
}

.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: clamp(20px, 4vw, 30px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin: clamp(10px, 2vw, 15px);
  height: 100%;
}

/* Hospital Cards - Responsive */
/* Owl Carousel Container */
.carousel-container {
  position: relative;
  padding: 0 60px;
}

/* Hospital Card */
.hospital-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 470px;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}


.hospital-image {
  height: 200px;
  width: 100%;
  object-fit: fill;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.hospital-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
  transition: transform 0.3s ease;
  display: block;
}


.hospital-card:hover .hospital-image img {
  transform: scale(1.05);
}

.hospital-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
}

.hospital-name {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-pink);
  margin-bottom: 15px;
  line-height: 1.3;
}

.hospital-location {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.hospital-location i {
  color: var(--primary-pink);
  margin-right: 8px;
  font-size: 1rem;
}

.btn-details {
  background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
  border: none;
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 25px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: auto;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.btn-details:hover {
  background: linear-gradient(135deg, var(--primary-blue), var(--gradient-start));
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 180, 219, 0.3);
  color: white;
  text-decoration: none;
}

/* Side Navigation Buttons */
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(230, 0, 0, 0.8);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.prev-btn:hover,
.next-btn:hover {
  background: var(--primary-pink);
  transform: translateY(-50%) scale(1.1);
}

/* Hide default Owl Carousel navigation and dots */
.owl-nav {
  display: none !important;
}

.owl-dots {
  display: none !important;
}

/* Responsive */
@media (max-width: 992px) {
  .hospital-card {
    height: 400px;
    margin: 0 8px;
  }

  .hospital-image {
    height: 150px;
  }

  .hospital-content {
    height: 200px;
    padding: 20px;
  }

  .hospital-name {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {

  .carousel-container {
    padding: 0 50px;
  }

  .hospital-card {
    height: 400px;
    margin: 0 5px;
  }

  .hospital-image {
    height: 150px;
  }

  .hospital-content {
    padding: 20px;
    height: 200px;
  }

  .hospital-name {
    font-size: 1.2rem;
  }

  .prev-btn,
  .next-btn {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .carousel-container {
    padding: 0 40px;
  }

  .hospital-card {
    height: 400px;
    margin: 0;
  }

  .hospital-image {
    height: 150px;
  }

  .hospital-content {
    height: 200px;
    padding: 15px;
  }

  .prev-btn,
  .next-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

/* Treatment Categories - Responsive */
.treatment-category {
  background: linear-gradient(135deg, #00d4aa 0%, #0083b0 100%);
  color: white;
  padding: clamp(30px, 6vw, 40px) clamp(15px, 4vw, 20px);
  border-radius: 15px;
  text-align: center;
  margin-bottom: clamp(15px, 3vw, 20px);
  transition: transform 0.3s ease;
  height: 250px;
}

.treatment-category:hover {
  transform: translateY(-5px);
}

.treatment-category h5 {
  font-size: clamp(1.1rem, 3vw, 1.25rem);
  margin-bottom: clamp(10px, 2vw, 15px);
}

.treatment-category p {
  font-size: clamp(0.9rem, 2vw, 1rem);
  margin: 0;
}

/* Package Cards - Responsive */
.packages-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: stretch;
}

.package-card {
  border: 2px solid #e9ecef;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.package-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-blue);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.package-card:hover {
  border-color: var(--primary-pink);
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(184, 61, 186, 0.15);
}

.package-card:hover::before {
  transform: scaleX(1);
}



.package-card h5 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
  transition: color 0.3s ease;
  line-height: 1.3;
}

/* FIXED: Only change color on actual hover, not for popular card by default */
.package-card:hover h5 {
  color: var(--primary-pink);
}

.package-price {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--primary-pink);
  margin: 0;
}

.package-content {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.package-card ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.package-card ul li {
  padding: 8px 0;
  font-size: 0.95rem;
  color: #495057;
  text-align: left;
  border-bottom: 1px solid #f8f9fa;
  transition: all 0.3s ease;
  line-height: 1.4;
}

.package-card ul li:last-child {
  border-bottom: none;
}

.package-card:hover ul li {
  color: #212529;
}

.package-card ul li i {
  color: #28a745;
  font-size: 0.9rem;
  margin-right: 10px;
  transition: all 0.3s ease;
}

/* FIXED: Only change icon color on actual hover */
.package-card:hover ul li i {
  color: #20c997;
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .packages-row {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }

  .package-card {
    height: 550px;
    padding: 25px;
  }


  .package-header {
    height: 110px;
  }

  .package-content {
    height: 300px;
  }

  .package-footer {
    height: 45px;
  }

}


@media (max-width: 767.98px) {
  .packages-section {
    padding: 40px 0;
  }

  .packages-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .package-card {
    height: 500px;
    padding: 20px;
  }


  .package-header {
    height: 100px;
  }

  .package-content {
    height: 280px;
  }

  .package-footer {
    height: 40px;
  }

  .package-card h5 {
    font-size: 1.2rem;
  }

  .package-price {
    font-size: 2.5rem;
  }


}


/* About Image - Responsive */
.about-image {
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 450px;
  margin-top: clamp(20px, 4vw, 0);
}

/* Our Approach Section - Enhanced Responsive */
.approach-section {
  padding: clamp(60px, 10vw, 80px) 0;
  background-color: #f8f9fa;
}

.timeline-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 40px) 0;
}

.timeline-container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e9ecef;
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  margin-bottom: clamp(30px, 5vw, 40px);
  display: flex;
  align-items: center;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-content {
  width: 45%;
  position: relative;
}

.timeline-content.left {
  margin-right: auto;
  text-align: right;
  padding-right: clamp(30px, 6vw, 50px);
}

.timeline-content.right {
  margin-left: auto;
  text-align: left;
  padding-left: clamp(30px, 6vw, 50px);
}

.approach-card-new {
  background: white;
  padding: clamp(25px, 5vw, 30px);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;

  border: 1px solid #f0f0f0;
}

.approach-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: #e0e0e0;
  background-color: var(--primary-pink);
}

.approach-card-new h4 {
  color: #333;
  font-size: clamp(1.1rem, 3vw, 1.3rem);
  font-weight: 600;
  margin-bottom: clamp(12px, 3vw, 15px);
  line-height: 1.3;
}

.approach-card-new p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: clamp(0.9rem, 2vw, 0.95rem);
}

.approach-card-new:hover h4,
.approach-card-new:hover p {
  color: #ffffff;
}

.timeline-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(50px, 10vw, 60px);
  height: clamp(50px, 10vw, 60px);
  background: var(--primary-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  z-index: 3;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}

.timeline-item:hover .timeline-icon {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(10px, 2vw, 12px);
  height: clamp(10px, 2vw, 12px);
  background: #007bff;
  border-radius: 50%;
  z-index: 2;
  margin-top: clamp(50px, 10vw, 60px);
}

.why-choose-section {
  padding: clamp(60px, 10vw, 80px) 0;
}

.feature-card {
  background: white;
  padding: clamp(25px, 5vw, 30px) clamp(15px, 4vw, 20px);
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: clamp(25px, 5vw, 30px);
  height: 100%;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  width: clamp(60px, 10vw, 80px);
  height: clamp(60px, 10vw, 80px);
  display: block;
  /* Make it a block element so margin auto works */
  margin: 0 auto clamp(15px, 3vw, 20px);
  border-radius: 0;
  background-color: #fff;

}

.feature-title {
  color: var(--primary-pink);
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  margin-bottom: clamp(12px, 3vw, 15px);
  line-height: 1.3;
}

.stats-grid {
  margin-top: clamp(40px, 8vw, 50px);
}

.stat-item {
  text-align: center;
  background: #f8f9fa;
  padding: 8px 10px;
  border-radius: 15px;

}

.stat-number-large {
  font-size: clamp(2.5rem, 6vw, 3rem);
  font-weight: bold;
  color: #333;
  margin-bottom: clamp(8px, 2vw, 10px);
}

.stat-number-large .plus {
  color: var(--primary-pink);
  font-size: clamp(1.8rem, 4vw, 2rem);
}

.stat-label {
  color: #666;
  font-weight: 500;
  font-size: clamp(0.9rem, 2vw, 1rem);
}

/* office contetn */

.office-section {
  padding: clamp(60px, 10vw, 80px) 0;
  background-color: #f8f9fa;
}

.section-title h3 {
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 500;
  margin-bottom: clamp(12px, 3vw, 15px);
}

.office-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: clamp(25px, 5vw, 30px);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.office-header {
  background: var(--primary-pink);
  color: #fff;
  padding: clamp(12px, 3vw, 15px) clamp(15px, 4vw, 20px);
  text-align: center;
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.1rem);
}

.office-content {
  padding: clamp(25px, 5vw, 30px) clamp(15px, 4vw, 20px);
  flex-grow: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.office-info {
  margin-bottom: clamp(12px, 3vw, 15px);
  display: flex;
  align-items: flex-start;
  font-size: clamp(0.9rem, 2vw, 1rem);
}

.office-info i {
  color: var(--primary-pink);
  margin-right: clamp(8px, 2vw, 10px);
  width: clamp(18px, 4vw, 20px);
  margin-top: 2px;
  flex-shrink: 0;
}

.office-map {
  width: 100%;
  height: clamp(250px, 30vw, 250px);
  border-radius: 10px;
  margin-top: auto;
  /* push map to bottom */
}

.office-map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}

/* Section Titles - Responsive */
.section-title {
  text-align: center;
  margin-bottom: clamp(40px, 8vw, 50px);
}

.section-title h2 {
  font-size: clamp(2rem, 5vw, 2.5rem);
  font-weight: 600;
  margin-bottom: clamp(12px, 3vw, 15px);
}

.section-title .pink-text {
  color: var(--primary-pink);
}

.section-title .blue-text {
  color: var(--primary-blue);
}

.section-title .lead {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}

/* Contact Section - Responsive */
.card-body {
  padding: clamp(20px, 4vw, 30px) !important;
}

.card-title {
  font-size: clamp(1.1rem, 3vw, 1.25rem);
  margin-bottom: clamp(20px, 4vw, 30px) !important;
}

/* Footer - Responsive */
footer {
  padding-top: clamp(40px, 8vw, 60px) !important;
  padding-bottom: 0 !important;
}

footer h5,
footer h6 {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  margin-bottom: clamp(15px, 3vw, 20px);
}

footer p,
footer li {
  font-size: clamp(0.9rem, 2vw, 1rem);
}

/* Mobile Specific Styles */
@media (max-width: 768px) {

  /* Timeline mobile layout */
  .timeline-container::before {
    left: 30px;
  }

  .timeline-item {
    margin-bottom: 50px;
  }

  .timeline-content {
    width: calc(100% - 80px);
    margin-left: 80px !important;
    text-align: left !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
  }

  .timeline-content.left,
  .timeline-content.right {
    margin-left: 80px;
    margin-right: 0;
  }

  .timeline-icon {
    left: 30px;
    transform: translate(-50%, -50%);
  }

  .timeline-dot {
    left: 30px;
    margin-top: 50px;
  }

  /* Service cards mobile grid */
  .service-card {
    margin-bottom: 15px;
  }

  /* Form improvements */
  .btn {
    margin-bottom: 15px;
  }

  /* About section mobile */
  .about-image {
    margin-top: 30px;
    height: 200px;
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .timeline-content {
    width: calc(100% - 70px);
    margin-left: 70px !important;
    padding-left: 15px !important;
  }

  .approach-card-new {
    padding: 20px;
  }

  .approach-section {
    padding: 50px 0;
  }

  /* Button improvements */
  .btn-lg {
    padding: 12px 25px;
    font-size: 1rem;
  }

  /* Grid improvements */
  .row.g-3>* {
    margin-bottom: 15px;
  }

  .row.g-4>* {
    margin-bottom: 20px;
  }
}

/* Large screens optimization */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .timeline-container {
    max-width: 1100px;
  }
}

/* Auto-open dropdown on hover - Desktop only */
@media (min-width: 992px) {
  .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s ease;
  }

  .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: block !important;
  }

  .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: 0;
  }

  .navbar-nav .nav-link {
    transition: color 0.3s ease;
  }

  .navbar-nav .dropdown:hover .dropdown-menu,
  .navbar-nav .dropdown .dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar-nav .dropdown-menu {
    margin-top: 0;
  }

  .navbar-nav .dropdown-toggle::after {
    transition: transform 0.3s ease;
  }

  .navbar-nav .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}

/* Print styles */
@media print {

  .navbar,
  .btn,
  .dropdown-menu {
    display: none !important;
  }
}

/* FOOTER STYLES */
footer.bg-light {
  background-color: #f8f9fa !important;
  border-top: 1px solid #e9ecef;
}

.footer-brand .brand-logo {
  font-size: 1.5rem;
  font-weight: bold;
}



.contact-info .contact-item {
  display: flex;
  align-items: flex-start;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

.contact-info .contact-item i {
  margin-top: 3px;
  width: 16px;
  flex-shrink: 0;
}

.footer-icons {
  display: flex;
  gap: 10px;
}

.footer-icon {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #666;
  font-size: 1.2rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.footer-icon:hover,
.footer-icon:focus {
  filter: brightness(1.15);
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.footer-icon.facebook {
  background-color: #3b5998;
}

.footer-icon.instagram {
  background-color: #e4405f;
}

.footer-icon.linkedin {
  background-color: #0077b5;
}

.footer-icon.twitter {
  background-color: #1da1f2;
}

.footer-icon.youtube {
  background-color: #ff0000;
}


.footer-heading {
  color: var(--primary-pink);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--primary-pink);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.footer-links a:hover {
  color: var(--primary-pink);
}

.footer-links a i {
  font-size: 0.7rem;
  color: var(--primary-pink);
}

.about-text {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
  text-align: justify;
}

.footer-bottom {
  background-color: var(--primary-blue);
  padding: 15px 0;
  margin-top: 30px;
}

.copyright-text {
  color: white;
  font-size: 0.9rem;
}

/* Footer Mobile Responsive */
@media (max-width: 768px) {
  .footer-heading {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .contact-info .contact-item {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  .about-text {
    font-size: 0.85rem;
  }

  .footer-icons {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-links a {
    font-size: 0.85rem;
  }
}

/* FLOATING CHAT WIDGET STYLES - Expandable */

.floating-chat-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  z-index: 1000;
}

.chat-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.chat-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.chat-btn.phone-call {
  background-color: #28a745;
}

.chat-btn.wechat {
  background: #00c300;
}

.chat-btn.messenger {
  background: #0084ff;
}

.chat-btn.whatsapp {
  background-color: #25d366;
}

.chat-btn.toggle {
  background: var(--primary-blue);
}

.floating-chat-widget .chat-btn:not(.toggle) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.floating-chat-widget.active .chat-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.floating-chat-widget .chat-btn.toggle {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  gap: 12px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  display: none;
  background: var(--primary-blue);
  /* display: flex; */
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.scroll-top::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary-blue);
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
  z-index: 2;
}

.scroll-top i {
  position: relative;
  z-index: 3;
  color: white;
  font-size: 24px;
}



@media (max-width: 768px) {
  .floating-chat-widget {
    right: 15px;
    bottom: 15px;
    gap: 10px;
  }

  .chat-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .scroll-top {
    width: 40px;
    height: 40px;
    gap: 10px;
    right: 15px;
    bottom: 15px;

  }

  .scroll-top::before {
    position: absolute;
    width: 35px;
    height: 35px;

  }
}

/* aboutpage style */
.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.page-title .container {
  position: relative;
  z-index: 1;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  color: #223a66;
}



.inception-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

/* Image Container */
.image-container {
  position: relative;
  border-radius: 15px;
  overflow: visible;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

/* Experience Badge */
.experience-badge {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: linear-gradient(135deg, var(--primary-pink), var(--primary-blue));
  color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
  text-align: center;
  z-index: 10;
}

.experience-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.experience-text {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.9;
  line-height: 1.2;
}

/* Statistics Container */
.statistics-container {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
}

.stats-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.stat-item {
  text-align: center;
  flex: 1;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 10px 0;
  line-height: 1;
  transition: color 0.3s ease;
}

.stat-item:hover .stat-number {
  color: var(--primary-pink);
}



.stat-label {
  font-size: 1rem;
  color: #666;
  margin: 0 0 20px 0;
  font-weight: 500;
  transition: color 0.3s ease;
}

.stat-item:hover .stat-label {
  color: #333;
}

/* Horizontal line with hover effects */
.stat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 4px;
  background: var(--primary-blue);
  border-radius: 2px;
  transition: all 0.4s ease;
}

.stat-item:hover::after {
  width: 100%;
  height: 6px;
  background: var(--primary-pink);
  box-shadow: 0 2px 10px rgba(233, 30, 99, 0.3);
}

/* Content Section */
.inception-content {
  padding-left: 40px;
}

.section-title {
  color: var(--primary-pink);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.content-text {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: justify;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .inception-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .section-title {
    font-size: 2rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .inception-section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .stats-row {
    flex-direction: column;
    gap: 30px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .experience-badge {
    width: 60%;
    bottom: -25px;
    padding: 15px;
  }

  .experience-number {
    font-size: 2rem;
  }

  .statistics-container {
    padding: 25px;
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .inception-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .content-text {
    font-size: 0.95rem;
    text-align: left;
  }

  .experience-badge {
    width: 70%;
    bottom: -20px;
    padding: 12px;
  }

  .experience-number {
    font-size: 1.8rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .statistics-container {
    padding: 20px;
    margin-top: 20px;
  }
}

.mission-vision-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.mission-card,
.vision-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}

.mission-card {
  border-left: 5px solid var(--primary-pink);
}

.vision-card {
  border-left: 5px solid var(--primary-blue);
}

/* Mission Card Hover - Pink Theme */
.mission-card:hover {
  background: linear-gradient(135deg, var(--primary-pink), var(--primary-blue));
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(233, 30, 99, 0.3);
}

.mission-card:hover .card-icon,
.mission-card:hover .card-title {
  color: white;
}

.mission-card:hover .card-text {
  color: rgba(255, 255, 255, 0.9);
}

.vision-card:hover {
  background: linear-gradient(135deg, var(--primary-blue), var(--primary-pink));
  color: white;
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(33, 150, 243, 0.3);
}

.vision-card:hover .card-icon,
.vision-card:hover .card-title {
  color: white;
}

.vision-card:hover .card-text {
  color: rgba(255, 255, 255, 0.9);
}

.card-icon {
  font-size: 3rem;
  color: #333;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.card-text {
  color: #666;
  line-height: 1.7;
  font-size: 1rem;
  transition: all 0.4s ease;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #2c5aa0, #1e3c72);
  padding: 60px 0;
  color: white;
}

.cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.cta-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 0;
}

.cta-support-text {
  font-size: 1rem;
  opacity: 0.9;
  margin-bottom: 30px;
}

.book-btn {
  background: linear-gradient(135deg, var(--primary-pink), var(--gradient-start));
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s;
}

.book-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(233, 30, 99, 0.4);
}

@media (max-width: 768px) {
  .mission-vision-section {
    padding: 50px 0;
  }

  .mission-card,
  .vision-card {
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .cta-section {
    padding: 40px 0;
    text-align: center;
  }

  .cta-title {
    font-size: 1.8rem;
  }
}

.about-services-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.service-about-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.about-service-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 420px;
  width: 100%;
}

.about-service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.about-service-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}

.about-service-content {
  padding: 25px;
  height: 180px;
  display: flex;
  flex-direction: column;
}

.about-service-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--gradient-end);
  margin-bottom: 15px;
  height: auto;
  flex-shrink: 0;

}

.about-service-text {
  color: var(--gradient-start);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  overflow-y: auto;
  padding-right: 5px;

}

/* Custom scrollbar styling
.about-service-text::-webkit-scrollbar {
  width: 4px;
}

.about-service-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.about-service-text::-webkit-scrollbar-thumb {
  background: var(--gradient-end);
  border-radius: 2px;
}

.about-service-text::-webkit-scrollbar-thumb:hover {
  background: var(--primary-blue);
} */

@media (max-width: 768px) {
  .about-services-section {
    padding: 50px 0;
  }

  .about-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .about-service-card {
    margin-bottom: 30px;
    height: 380px;
  }

  .about-service-image {
    height: 220px;
  }

  .about-service-content {
    height: 160px;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .about-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .about-service-card {
    height: 360px;
  }

  .about-service-image {
    height: 200px;
  }

  .about-service-content {
    height: 160px;
  }

  .about-service-title {
    font-size: 1.3rem;
  }
}

/* team section */
.team-section {
  padding: 60px 0;
}

.doctor-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 20px;
  position: relative;
}

.doctor-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.doctor-image {
  width: 100%;
  height: 280px;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  position: relative;
  overflow: hidden;
}

.doctor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

/* Hover overlay
.doctor-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary-blue);
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
} */

.doctor-card:hover .doctor-image::before {
  opacity: 1;
}

/* Social media icons */
.social-icons {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.doctor-card:hover .social-icons {
  opacity: 1;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: var(--gradient-end);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.social-icon:hover {
  background: var(--primary-blue);
  color: white;
  transform: scale(1.1);
}

.social-icon.facebook:hover {
  background: #1877f2;
}

.social-icon.twitter:hover {
  background: #1da1f2;
}

.social-icon.whatsapp:hover {
  background: #25d366;
}

.social-icon.linkedin:hover {
  background: var(--gradient-end);
}

.doctor-info {
  background: var(--primary-blue);
  color: white;
  padding: 20px;
  position: relative;
}

.doctor-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.doctor-specialty {
  font-size: 14px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.doctor-credentials {
  font-size: 12px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  gap: 5px;
}

.credentials-icon {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}



.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.pagination-btn {
  width: 45px;
  height: 45px;
  border: 1px solid #dee2e6;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #6c757d;
}

.pagination-btn:hover {
  background: #f8f9fa;
  color: #495057;
}

.pagination-btn.active {
  background: var(--primary-blue);
  color: white;
  border-color: var(--primary-blue);
}

.pagination-btn.active:hover {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}

@media (max-width: 768px) {
  .doctor-image {
    height: 100%px;
  }

  .doctor-info {
    padding: 15px;
  }

  .doctor-name {
    font-size: 16px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .doctor-image {
    height: 220px;
  }

  .pagination-btn {
    width: 40px;
    height: 40px;
  }

  .social-icons {
    right: 10px;
    gap: 8px;
  }

  .social-icon {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

.awards {
  padding: 80px 0;
  background: #f8f9fa;
}

.title-color {
  color: var(--primary-blue);
  font-size: 2.5rem;
  font-weight: 700;
}

.divider {
  width: 60px;
  height: 4px;
  background: var(--primary-pink);
}

.award-img {
  background: white;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-img:hover {
  transform: translateY(-5px);
}


.enquiry-form {
  background: white !important;
  padding: 15px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  border-radius: 10px !important;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}

.enquiry-form .form-control,
.enquiry-form .form-select {
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
}

.enquiry-form textarea {
  height: 60px !important;
  resize: none;
}

.enquiry-form .btn {
  padding: 10px;
  font-size: 14px;
}

.enquiry-title {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-weight: 600;
}

.section-title {
  color: var(--primary-pink);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-title {
  color: var(--gradient-start);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.text-primary {
  color: #4a90e2 !important;
}

.btn-send {
  background: #4a90e2;
  border: none;
}

.btn-send:hover {
  background: #357abd;
}

.content-section {
  margin-bottom: 30px;
}

/* Content Justify for All Devices */
.content-text {
  color: #333;
  line-height: 1.7;
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: justify !important;
}

.content-text p {
  margin-bottom: 1rem;
  text-align: justify !important;
}

.process-step {
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: justify !important;
}

.process-step p {
  text-align: justify !important;
}

.process-step strong {
  color: var(--primary-pink);
}

/* Cost Factors */
.cost-factor {
  margin-bottom: 15px;
  padding-left: 20px;
  text-align: justify !important;
}

.cost-factor p {
  text-align: justify !important;
}

.cost-factor strong {
  color: var();
}

.helicopter-container {
  background: white;
  margin-bottom: 30px;
  text-align: center;
}

.phone-input {
  position: relative;
}

.phone-flag {
  position: absolute;
  left: 15px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  z-index: 2;
}

.phone-input .form-control {
  padding-left: 50px;
}

.terms-text {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.4;
}

.terms-text a {
  color: var(--primary-pink);
  text-decoration: none;
}

/* FAQ Styling */
.faq-item {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  padding: 0 20px 20px;
  color: #666;
  background-color: #e9ecef;
  line-height: 1.6;
  display: none;
  font-size: 0.9rem;
  text-align: justify !important;
}

.faq-answer.show {
  display: block;
}

.faq-icon {
  transition: transform 0.3s ease;
  color: #4a90e2;
}

.faq-icon.rotate {
  transform: rotate(180deg);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .form-container {
    position: static !important;
    top: auto !important;
    margin-top: 30px;
    max-height: none;
  }

  .enquiry-form {
    padding: 18px !important;
    max-height: none;
    overflow-y: visible;
  }

  .enquiry-title {
    font-size: 1.3rem;
    margin-bottom: 18px;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .service-title {
    font-size: 1.1rem;
  }

  .helicopter-container {
    padding: 20px;
    margin-bottom: 25px;
  }

  .content-section {
    margin-bottom: 25px;
  }

  /* Ensure justify on mobile too */
  .content-text,
  .content-text p,
  .process-step,
  .process-step p,
  .cost-factor,
  .cost-factor p,
  .faq-answer {
    text-align: justify !important;
  }
}

@media (max-width: 576px) {

  .content-text,
  .content-text p,
  .process-step,
  .process-step p,
  .cost-factor,
  .cost-factor p,
  .faq-answer {
    text-align: justify !important;
  }
}

.required {
  color: var(--primary-pink);
  margin-left: 3px;
}