@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Book.woff2") format("woff2"),
    url("../fonts/Garet-Book.woff") format("woff"),
    url("../fonts/Garet-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Heavy.woff2") format("woff2"),
    url("../fonts/Garet-Heavy.woff") format("woff"),
    url("../fonts/Garet-Heavy.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background-color: #f7f5f3;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  background: linear-gradient(
    135deg,
    rgba(235, 220, 200, 0.8) 0%,
    rgba(245, 235, 220, 0.8) 100%
  );
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: "Tenor Sans", sans-serif;
  transition: transform 0.3s ease;
  font-weight: bold;
}
.header.hide {
  transform: translateY(-100%);
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Tenor Sans", sans-serif;
  font-weight: bold;
}
.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff !;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-style: italic;
  display: none;
}
.nav-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 2rem;
}
.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Garet", sans-serif;
  font-weight: normal;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  position: relative;
}
.nav-links a:hover,
.nav-links a.active {
  background: rgba(95, 94, 94, 0.2);
  backdrop-filter: blur(10px);
  transform: translateY(-2px);
}
.nav-links a.active {
  text-shadow: 1.2px 0 0 black;
}
.nav-links a:hover {
  text-decoration: underline;
}
.hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide.active {
  opacity: 1;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 60px;
  padding-right: 20px;
}
.overlay .container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.hero-text {
  text-align: left;
  color: #fff;
  animation: fadeUp 1.5s ease forwards;
  max-width: 800px;
}
.hero-text h1 {
  font-size: 2rem !important;
  margin-bottom: 10px;
  letter-spacing: 2px;
  animation: fadeUp 1.5s ease forwards;
  color: #a8c4a2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.hero-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  animation: fadeUp 1.5s ease 0.2s forwards;
  color: #f7f5f3;
}
.hero-text p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1.6;
  animation: fadeUp 1.5s ease 0.4s forwards;
}
.cta-button {
  background: white;
  color: #a8c4a2;
  font-weight: bolder;
  padding: 15px 35px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fadeUp 1.5s ease 0.6s forwards;
  box-shadow: 0 8px 25px rgba(#cbccbe);
}
.Appointment {
  margin-top: 250px;
}
.cta-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #48534a 0%, #6e7e6a 100%);
}
.hero-features {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
}
.feature-item {
  text-align: center;
  color: white;
  font-weight: bold;
  background: rgba(107, 122, 110, 0.8);
  backdrop-filter: blur(15px);
  padding: 20px 15px;
  border-radius: 15px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  font-family: "PT Serif", serif;
}
.feature-item:hover {
  transform: translateY(-8px);
  background: rgba(168, 196, 162, 0.9);
  box-shadow: 0 15px 35px rgba(107, 122, 110, 0.4);
}
.feature-icon {
  font-size: 30px;
  color: #f7f5f3;
  margin-bottom: 10px;
  display: block;
}
.feature-item div {
  font-size: 0.9rem;
  line-height: 1.3;
}
.services {
  padding: 80px 0;
  background: linear-gradient(135deg, #f7f5f3 0%, #ffffff 50%, #f7f5f3 100%);
}
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title h3 {
  color: #a8c4a2;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
  font-weight: normal;
  font-family: "Garet", sans-serif;
  font-weight: normal;
  text-shadow: 1.2px 0 0 #a8c4a2;
}
.section-title h2 {
  font-size: 2.5rem;
  color: #2d3142;
  font-weight: 300;
  position: relative;
  font-family: "PT Serif", serif;
}
.section-title h2::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #6b7a6e, #a8c4a2);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.services-grid {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 30px;
  padding-bottom: 40px;
  scroll-snap-type: x mandatory;
  padding-left: 20px;
  padding-right: 20px;
}
.services-grid::-webkit-scrollbar {
  display: none;
}
.service-card {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 300px;
  min-width: 300px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 25px !important;
  text-align: center;
  box-shadow: 0 15px 40px rgba(107, 122, 110, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  border: 2px solid transparent;
  background-clip: padding-box;
  font-family: "Tenor Sans", sans-serif;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(107, 122, 110, 0) 0%,
    rgba(168, 196, 162, 0.05) 50%,
    rgba(212, 165, 116, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 25px;
  z-index: 0;
}
.home-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(135deg, #6b7a6e 0%, #a8c4a2 50%, #f4f4f4 100%);
  z-index: 0;
  transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 0 25px 25px;
}
.service-card:hover::before {
  opacity: 1;
}
.service-card:hover::after {
  height: 100%;
  border-radius: 25px;
}
.service-card * {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.service-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(107, 122, 110, 0.15);
  border-color: rgba(168, 196, 162, 0.3);
}
.service-card:hover h4,
.service-card:hover p {
  color: white !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.service-card:hover .service-icon {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.service-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 35px;
  background: linear-gradient(
    135deg,
    rgba(168, 196, 162, 0.1) 0%,
    rgba(212, 165, 116, 0.1) 100%
  );
  border: 2px solid rgba(107, 122, 110, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.service-icon::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #6b7a6e, #a8c4a2, #d4a574);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.service-card:hover .service-icon::before {
  opacity: 1;
}
.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.service-card h4 {
  font-size: 1.4rem;
  margin-bottom: 18px;
  color: #2d3142;
  font-weight: 500;
  text-shadow: 1.2px 0 0 black;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
  font-family: "Garet", sans-serif;
}
.service-card p {
  color: #fff;
  font-weight: bolder;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  transition: all 0.4s ease;
  font-family: "PT Serif", serif;
  text-align: justify;
  padding: 20px !important;
  hyphens: auto;
}
.home-card p {
  color: #2d3142 !important;
}
.service-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(107, 122, 110, 0.15),
    0 0 0 1px rgba(168, 196, 162, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border-color: rgba(168, 196, 162, 0.3);
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
.service-card:nth-child(odd) {
  animation: float 6s ease-in-out infinite;
  animation-delay: 0s;
}
.service-card:nth-child(even) {
  animation: float 6s ease-in-out infinite;
  animation-delay: 3s;
}
.premium {
  padding: 80px 0;
  background: linear-gradient(135deg, #a8c4a2 35%, #fff 75%);
  position: relative;
  font-family: "Tenor Sans", sans-serif;
}
.premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"&gt;&lt;circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/&gt;&lt;circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/&gt;&lt;circle cx="40" cy="80" r="1.5" fill="rgba(255,255,255,0.1)"/&gt;&lt;/svg&gt;');
  opacity: 0.3;
}
.premium-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.premium-text h3 {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: normal;
  font-family: "Garet", sans-serif;
}
.premium-text h2 {
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: normal;
  text-shadow: 1.2px 0 0 white;
  font-family: "Garet", sans-serif;
  line-height: 1.3;
}
.premium-text p {
  color: #f7f5f3;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  font-family: "PT Serif", serif;
}
.premium-features {
  list-style: none;
  margin-bottom: 40px;
}
.premium-features li {
  padding: 8px 0;
  color: #f7f5f3;
  position: relative;
  padding-left: 25px;
  font-family: "PT Serif", serif;
}
.premium-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bolder;
  font-size: 1.2rem;
}
.premium-image {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #d4a574, #a8c4a2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.premium-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonials {
  padding: 80px 0;
  background: #f7f5f3;
  font-family: "Tenor Sans", sans-serif;
}
.testimonials {
  scroll-margin-top: 200px !important;
}
.testimonials-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}
.testimonials-text h2 {
  font-size: 2rem;
  color: #a8c4a2;
  margin-bottom: 30px;
  font-weight: normal;
  text-shadow: 1.2px 0 0 #a8c4a2;
  font-family: "Garet", sans-serif;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
.testimonial-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(107, 122, 110, 0.1);
  transition: all 0.3s ease;
  border: 1px solid rgba(168, 196, 162, 0.1);
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(107, 122, 110, 0.15);
}
.testimonial-card h4 {
  color: #2d3142;
  margin-bottom: 10px;
  font-weight: normal;
  text-shadow: 1.2px 0 0 #2d3142;
  font-family: "Garet", sans-serif;
}
.testimonial-card .stars {
  margin-bottom: 15px;
  color: #d4a574;
  font-size: 1.1rem;
}
.testimonial-card p {
  color: #6b7a6e;
  font-size: 0.9rem;
  line-height: 1.6;
  font-family: "PT Serif", serif;
}
.consultation {
  padding: 80px 0;
  background: linear-gradient(135deg, #a8c4a2 35%, #fff 75%);
  color: white;
  position: relative;
  font-family: "Tenor Sans", sans-serif;
}
.consultation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"&gt;&lt;circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/&gt;&lt;circle cx="90" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/&gt;&lt;circle cx="30" cy="90" r="1" fill="rgba(255,255,255,0.1)"/&gt;&lt;/svg&gt;');
  opacity: 0.2;
}
.consultation-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.consultation-image {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  background: #a8c4a2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.consultation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultation-form {
  background: rgba(255, 255, 255, 0.15);
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.consultation-form h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  text-shadow: 1.2px 0 0 white;
  font-family: "Garet", sans-serif;
}
.consultation-form p {
  text-align: center;
  margin-bottom: 40px;
  opacity: 0.9;
  color: #f7f5f3;
  font-weight: 400;
  font-family: "PT Serif", serif;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
.popup-overlay.show {
  display: flex;
  opacity: 1;
}
.popup-container {
  background: white;
  border-radius: 20px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  position: relative;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.popup-overlay.show .popup-container {
  transform: scale(1);
}
.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 28px;
  color: #c49c75 !important;
  cursor: pointer;
  z-index: 10001;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.popup-close:hover {
  background: #f5f5f5;
  color: #333;
}
.popup-consultation-form {
  padding: 40px 30px 30px;
  overflow-y: auto;
  max-height: 90vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.popup-consultation-form::-webkit-scrollbar {
  display: none;
}
.popup-consultation-form h2 {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 1px;
}
.popup-consultation-form p {
  color: #666;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 14px;
}
#popupConsultationForm {
  width: 100%;
}
.popup-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
.popup-form-group {
  width: 100%;
}
.popup-form-group.full-width {
  grid-column: 1 / -1;
  margin-bottom: 20px;
}
.popup-form-group input,
.popup-form-group select,
.popup-form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  font-size: 14px;
  background: white;
  transition: all 0.3s ease;
  outline: none;
  font-family: inherit;
}
.popup-form-group input:focus,
.popup-form-group select:focus,
.popup-form-group textarea:focus {
  border-color: #c49c75;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.popup-form-group input::placeholder,
.popup-form-group textarea::placeholder {
  color: #999;
}
.popup-form-group select {
  cursor: pointer;
  color: #333;
}
.popup-form-group select option {
  padding: 10px;
}
.popup-form-group textarea {
  resize: vertical;
  min-height: 80px;
  max-height: 120px;
}
.popup-submit-btn {
  width: 100%;
  padding: 15px;
  background: #c49c75;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}
.popup-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}
.popup-submit-btn:active {
  transform: translateY(0);
}
.popup-submit-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
  position: relative;
}
.popup-submit-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.popup-success-message {
  text-align: center;
  padding: 40px 30px;
  color: #4caf50;
}
.popup-success-message h3 {
  margin-bottom: 10px;
  font-size: 20px;
}
.popup-success-message p {
  color: #666;
  font-size: 14px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  color: #2d3142;
  transition: all 0.3s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(168, 196, 162, 0.3);
}
.form-group textarea {
  height: 100px;
  resize: vertical;
}
.submit-btn {
  width: 100%;
  background: white;
  color: #cbccbe;
  font-weight: normal !important;
  padding: 18px;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Garet", sans-serif;
  text-shadow: 1.2px 0 0 #cbccbe;
}
.submit-btn:hover {
  background: linear-gradient(135deg, #a8c4a2, #6b7a6e);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(107, 122, 110, 0.4);
}
.enhanced-left {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.enhanced-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7);
  border-radius: 20px;
}
.overlay-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: transparent;
  backdrop-filter: blur(2px);
  color: #fff;
  padding: 25px;
  border-radius: 15px;
  animation: fadeIn 1s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.overlay-info blockquote {
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.highlight-points {
  list-style: none;
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.8;
}
.highlight-points li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "PT Serif", serif;
}
.footer {
  background: #a8c4a2;
  color: #fff;
  padding: 60px 0 30px;
  border-top: 2px solid rgba(227, 247, 222, 0.826);
  font-weight: bold;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  color: rgba(241, 241, 241, 0.75);
}
.footer h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #fff;
  font-weight: normal;
  text-shadow: 1.2px 0 0 white;
  font-family: "Garet", sans-serif;
}
.footer-section h4 {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #fff;
  font-weight: normal;
  text-shadow: 1.2px 0 0 white;
  font-family: "Garet", sans-serif;
}
.footer-section p {
  font-family: "PT Serif", serif;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section ul li a {
  color: rgba(241, 241, 241, 0.75);
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "PT Serif", serif;
}
.footer-section ul li a:hover {
  color: #000000;
  padding-left: 5px;
}
.footer-bottom {
  border-top: 1px solid rgba(168, 196, 162, 0.25);
  padding-top: 30px;
  text-align: center;
  color: #fff;
  font-family: "PT Serif", serif !important;
  font-size: 0.9rem;
}
.hamburger {
  display: none;
}
.nav-links {
  display: flex;
  gap: 2rem;
  position: static;
  background: none;
  height: auto;
  flex-direction: row;
}
.nav-links li a {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-links li a:hover {
  color: #6b7a6e;
  text-shadow: 1px 0 0 #6b7a6e;
}
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  .logo {
    display: none !important;
  }
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    padding: 4rem 0 !important;
    background: rgba(0, 0, 0, 0.95);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12rem;
    transition: right 0.4s ease-in-out;
    z-index: 1000;
  }
  .nav-links.active {
    right: 0;
  }
  .nav-links li a.active {
    text-shadow: 1px 0 0 white;
  }
  .nav-links li a {
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
  }
  .nav-links li a:hover {
    color: #a8c4a2;
    text-shadow: 1px 0 0 #a8c4a2;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader-content {
  text-align: center;
}
.preloader-content img {
  width: 150px;
  height: auto;
  margin-bottom: 0rem;
  animation: zoomIn 1.2s ease-in-out infinite alternate;
}
.preloader-text {
  font-size: 1.2rem;
  color: #6b7a6e;
  font-weight: 600;
  animation: fadeText 2s infinite ease-in-out;
}
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #6b7a6e, #a8c4a2, #d4a574);
  width: 0%;
  z-index: 9999;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeText {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .hero-slider {
    height: 100vh;
    min-height: 500px;
    position: relative;
    overflow: hidden;
  }
  .slide {
    height: 100vh;
    min-height: 500px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
  }
  .overlay {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .overlay .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-text {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .hero-text h1 {
    font-size: 2.5rem;
  }
  .hero-text h2 {
    font-size: 1.5rem;
  }
  .Appointment {
    margin: 20rem 0rem 0rem 12rem;
  }
  .hero-features {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
  }
  .feature-item {
    padding: 12px 8px;
    font-size: 0.8rem;
    border-radius: 10px;
  }
  .feature-icon {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .feature-item div {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .header {
    position: relative;
    width: 100%;
    z-index: 1002;
  }
  .container {
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 4px;
    z-index: 1003;
    padding: 8px !important;
    background: linear-gradient(135deg, #a8c4a2 35%, #ffffff 75%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(168, 196, 162, 0.3);
    transition: all 0.3s ease;
  }
  .hamburger span {
    width: 20px !important;
    height: 1.5px !important;
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 20px;
    min-height: 20px;
  }
  .nav-links {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none !important;
    flex-direction: column;
    align-items: center;
    background: rgba(24, 23, 23, 0.4);
    padding: 20px 0;
    box-shadow: 0 6px 20px rgba(107, 122, 110, 0.15);
    border-top: 1px solid rgba(168, 196, 162, 0.2);
    z-index: 1000000 !important;
    color: white !important;
  }
  .nav-links.active {
    display: flex !important;
  }
  .premium-content,
  .consultation-content,
  .testimonials-content {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .slider-wrapper {
    padding: 0 10px;
  }
  .slider-btn {
    display: none;
  }
  .service-card {
    flex: 0 0 80%;
    scroll-snap-align: center;
    width: 260px;
    min-width: 260px;
    /* max-width: 260px; */
  }
  .popup-container {
    width: 95%;
    margin: 20px;
    max-height: 85vh;
  }
  .popup-consultation-form {
    padding: 30px 20px 20px;
  }
  .popup-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .popup-consultation-form h2 {
    font-size: 20px;
  }
  .popup-consultation-form p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .hero-slider {
    height: 100vh;
    min-height: 400px;
  }
  .slide {
    height: 100vh;
    min-height: 400px;
  }
  .hero-text h1 {
    font-size: 2rem;
  }
  .Appointment {
    margin: 25rem 0rem 0rem 10.5rem;
  }
  .hero-features {
    bottom: 15px;
    width: 98%;
    gap: 8px;
    padding: 8px;
  }
  .feature-item {
    padding: 10px 6px;
    font-size: 0.75rem;
  }
  .feature-icon {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .feature-item div {
    font-size: 0.7rem;
    line-height: 1.1;
  }
  .popup-container {
    width: 98%;
    margin: 10px;
    border-radius: 15px;
  }
  .popup-consultation-form {
    padding: 25px 15px 15px;
  }
  .popup-form-group input,
  .popup-form-group select,
  .popup-form-group textarea {
    padding: 10px 12px;
    font-size: 13px;
  }
  .popup-submit-btn {
    padding: 12px;
    font-size: 14px;
  }
}
@media (max-width: 469px) {
  .Appointment {
    margin: 20rem 0rem 0rem 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-features {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .feature-item {
    padding: 18px 12px;
  }
  .feature-item div {
    font-size: 0.85rem;
  }
}
@media (min-width: 1025px) {
  .hero-features {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1000px;
  }
  .feature-item {
    padding: 20px 15px;
  }
}
.text-gradient {
  background: linear-gradient(135deg, #6b7a6e, #a8c4a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bg-gradient {
  background: linear-gradient(135deg, #6b7a6e, #a8c4a2);
}
.shadow-soft {
  box-shadow: 0 10px 30px rgba(107, 122, 110, 0.1);
}
.shadow-medium {
  box-shadow: 0 15px 40px rgba(107, 122, 110, 0.15);
}
.shadow-strong {
  box-shadow: 0 20px 50px rgba(107, 122, 110, 0.2);
}
.slider-wrapper {
  position: relative;
  overflow: hidden;
}
.services-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
}
.services-slider::-webkit-scrollbar {
  display: none;
}
.service-card {
  flex: 0 0 100%;
  max-width: 100%;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .service-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #6b7a6e, #a8c4a2);
  color: white;
  border: none;
  padding: 10px 16px;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  transition: 0.3s;
}
.slider-btn:hover {
  background: linear-gradient(135deg, #3d473f, #7b9176);
}
.slider-btn.left {
  left: 10px;
}
.slider-btn.right {
  right: 10px;
}
.slider-dots {
  text-align: center;
  margin-top: 1rem;
}
.slider-dots button {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  border-radius: 50%;
  border: none;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.slider-dots button.active {
  background-color: #2c5282;
}
@media (min-width: 769px) {
  .slider-dots {
    display: none;
  }
}
html,
body {
  overflow-x: hidden;
}
.slider-btn-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.slider-btn-wrapper .slider-btn {
  position: static;
  transform: none;
  background: linear-gradient(135deg, #6b7a6e, #a8c4a2);
  color: white;
  border: none;
  padding: 16px 20px;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(107, 122, 110, 0.3);
  transition: 0.3s ease;
}
.slider-btn-wrapper .slider-btn:hover {
  background: linear-gradient(135deg, #a8c4a2, #d4a574);
  transform: scale(1.1);
}
.slider-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto -40px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}
.slider-btn-wrapper .slider-btn {
  position: static;
  transform: none;
  background: linear-gradient(135deg, #6b7a6e, #a8c4a2);
  color: white;
  border: none;
  padding: 14px 20px;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(107, 122, 110, 0.3);
  transition: 0.3s ease;
}
.slider-btn-wrapper .slider-btn:hover {
  background: linear-gradient(135deg, #a8c4a2, #ffffff);
  transform: scale(1.1);
}
.slider-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
}
.slider-btn-wrapper .slider-btn {
  background: linear-gradient(135deg, #6b7a6e, #a8c4a2);
  color: white;
  border: none;
  padding: 14px 20px;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 8px 25px rgba(107, 122, 110, 0.3);
  transition: 0.3s ease;
  z-index: 100;
}
.slider-btn-wrapper .slider-btn:hover {
  background: linear-gradient(135deg, #a8c4a2, #ffffff);
  transform: scale(1.1);
}
.slider-wrapper {
  position: relative;
  padding-bottom: 60px;
  z-index: 2;
  width: 100%;
}
.slider-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  z-index: 3;
  position: relative;
}
.hero-text {
  position: relative;
  z-index: 2;
}
.hero-text h1 {
  position: relative;
  z-index: 3;
  font-size: 4rem;
  margin-bottom: 10px;
  letter-spacing: 2px;
  animation: fadeUp 1.5s ease forwards;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: "Tenor Sans", sans-serif;
}
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(168, 196, 162, 0.2);
  z-index: 1000;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #a8c4a2, #2d3142);
  width: 0;
  transition: width 0.1s ease;
}
.contactinfo {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-float:hover {
  background-color: #20ba5a;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}
.whatsapp-float svg {
  width: 35px;
  height: 35px;
  fill: white;
}
@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.whatsapp-float.pulse {
  animation: whatsapp-pulse 2s infinite;
}
.whatsapp-float::before {
  content: "Chat with us";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
}
.whatsapp-float::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.whatsapp-float:hover::before,
.whatsapp-float:hover::after {
  opacity: 1;
  visibility: visible;
}
.floating-contact-button {
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 1000;
}
.phone-button {
  display: flex;
  align-items: center;
  background: #2bace2;
  color: white;
  padding: 12px 16px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  max-width: 60px;
  overflow: hidden;
  white-space: nowrap;
}
.phone-button:hover {
  background: #2bace2;
  transform: translateY(-2px) scale(1.05);
  max-width: 150px;
  padding: 12px 20px;
}
.phone-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 0;
  transition: margin-right 0.3s ease;
}
.button-text {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
}
.phone-button:hover .button-text {
  opacity: 1;
  transform: translateX(0);
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.floating-contact-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(76, 175, 80, 0.3);
  border-radius: 100px;
  transform: translate(-50%, -50%) scale(0);
  animation: phone-pulse 2s infinite;
  z-index: -1;
}
@keyframes phone-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 18px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
  }
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
  .floating-contact-button {
    position: fixed;
    bottom: 24px;
    right: 18px;
    z-index: 9998;
  }
  .phone-button {
    background: #2bace2;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    font-size: 0;
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
  }
  .phone-button svg {
    width: 26px;
    height: 26px;
  }
  .phone-button .button-text {
    display: none;
  }
  .phone-icon {
    width: 26px;
    height: 26px;
    right: 0;
  }
}
.phone-button.hospital-theme {
  background: linear-gradient(135deg, #2196f3, #1976d2);
  box-shadow: 0 4px 20px rgba(33, 150, 243, 0.4);
}
.phone-button.hospital-theme:hover {
  background: linear-gradient(135deg, #1976d2, #2196f3);
  box-shadow: 0 8px 30px rgba(33, 150, 243, 0.6);
}
.phone-button.emergency-theme {
  background: linear-gradient(135deg, #f44336, #d32f2f);
  box-shadow: 0 4px 20px rgba(244, 67, 54, 0.4);
}
.phone-button.emergency-theme:hover {
  background: linear-gradient(135deg, #d32f2f, #f44336);
  box-shadow: 0 8px 30px rgba(244, 67, 54, 0.6);
}

/* ===== Additional Styles from style2.min.css ===== */

@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Book.woff2") format("woff2"),
    url("../fonts/Garet-Book.woff") format("woff"),
    url("../fonts/Garet-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Garet";
  src: url("../fonts/Garet-Heavy.woff2") format("woff2"),
    url("../fonts/Garet-Heavy.woff") format("woff"),
    url("../fonts/Garet-Heavy.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 6px;
  z-index: 1001;
  padding: 10px;
  background: linear-gradient(135deg, #a8c4a2 35%, #ffffff 75%);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(168, 196, 162, 0.3);
  transition: all 0.3s ease;
}
.hamburger:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(168, 196, 162, 0.4);
}
.hamburger span {
  width: 26px;
  height: 3px;
  background: linear-gradient(90deg, #6b7a6e, #a8c4a2);
  border-radius: 3px;
  transition: all 0.4s ease;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(168, 196, 162, 0.2);
  z-index: 9999999;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #a8c4a2, #2d3142);
  width: 0;
  transition: width 0.1s ease;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader-content {
  text-align: center;
}
.preloader-content img {
  width: 150px;
  height: auto;
  margin-bottom: 0rem;
  animation: zoomIn 1.2s ease-in-out infinite alternate;
}
.preloader-text {
  font-size: 1.2rem;
  color: #6b7a6e;
  font-weight: 600;
  animation: fadeText 2s infinite ease-in-out;
}
@keyframes fadeText {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background-color: #f7f5f3;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  background: linear-gradient(
    135deg,
    rgba(235, 220, 200, 0.8) 0%,
    rgba(245, 235, 220, 0.8) 100%
  );
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: "Tenor Sans", sans-serif;
  transition: transform 0.3s ease;
  font-weight: bold;
}
.header.hide {
  transform: translateY(-100%);
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Tenor Sans", sans-serif;
  font-weight: bold;
}
.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #a8c4a2 !important;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-style: italic;
  display: none;
}
.nav-links {
  display: flex;
  list-style: none;
  gap: 2rem;
}
.nav-links a {
  text-decoration: none;
  color: black;
  font-family: "Garet", sans-serif;
  font-weight: normal;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  position: relative;
}
.nav-links a:hover,
.nav-links a.active {
  background: rgba(95, 94, 94, 0.2);
  backdrop-filter: blur(10px);
  transform: translateY(-2px);
}
.nav-links a:hover {
  text-decoration: underline;
}
.nav-links a.active {
  text-shadow: 1.2px 0 0 black;
}
.main-content {
  min-height: calc(100vh - 200px);
  margin: 2rem;
  margin-top: calc(80px + 1rem);
}
.about-page {
  background-color: #f6eae7;
}
.about-page .main-content {
  margin-top: 60px;
  padding: 40px 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.services-section {
  background-color: #93a682;
  color: white;
  padding: 4rem 0;
  border-radius: 20px 0px 0px 0px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.services-header {
  margin-bottom: 4rem;
}
.services-title {
  font-family: "Garet", sans-serif;
  font-weight: normal;
  font-size: 3rem;
  color: white;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.services-grid-second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 66.67%;
  margin-left: auto;
  margin-right: auto;
}
.service-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px 0 0 0;
  padding: 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.service-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 12px 0px 0 0;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.service-content {
  padding: 1.5rem;
}
.service-title {
  font-family: "Garet", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: white;
  text-shadow: 1.2px 0 0 white;
}
.service-subtitle {
  font-family: "Garet", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1.5rem 0 0.5rem 0;
  color: white;
}
.service-description {
  font-family: "PT Serif", serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}
.service-description:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .services-grid-second {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .main-content {
    margin: 1rem;
    margin-top: calc(60px + 1rem);
  }
  .services-section {
    padding: 2rem 0;
  }
  .services-title {
    font-size: 2.5rem !important;
    margin-bottom: 3rem;
  }
  .services-header {
    margin-bottom: 2rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .service-card {
    gap: 5.5rem;
    margin-bottom: 2.5rem;
  }
  .services-grid-second {
    grid-template-columns: 2fr;
    gap: 1.5rem;
    max-width: 50%;
    margin-bottom: 2rem;
  }
  .service-image {
    height: 400px;
  }
  .service-content {
    padding: 1rem;
  }
  .service-title {
    font-size: 2rem;
  }
  .service-description {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .services-title {
    font-size: 1.5rem;
  }
  .service-image {
    height: 380px !important;
  }
  .service-image img {
    height: 380px !important;
  }
  .service-title {
    font-size: 1.2rem;
  }
}
.page-title {
  font-size: 3rem;
  font-weight: normal;
  color: #2c3e50;
  margin-bottom: 80px;
  text-shadow: 1.2px 0 0 #2c3e2d;
  font-family: "Garet", sans-serif;
}
.section {
  display: flex !important;
  align-items: flex-start !important;
  margin-bottom: 80px !important;
  gap: 40px !important;
}
.section .section-image {
  flex: 0 0 300px !important;
  height: 300px !important;
}
.section .section-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}
.about-common-img img {
  border-radius: 8px !important;
}
.section:last-child {
  margin-bottom: 0;
}
.section-content {
  flex: 1;
  padding-left: 20px;
}
.section-title {
  font-size: 2.2rem;
  font-weight: normal;
  color: #2c3e50;
  margin-bottom: 20px;
  font-family: "Garet", sans-serif;
  text-shadow: 1.2px 0 0 #2c3e50;
}
.section-description {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  font-family: "PT Serif", serif;
  max-width: 650px;
  margin: 0 auto !important;
  text-align: justify !important; /* or justify, if preferred */
}
.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bullet-list li {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.8;
  font-family: "PT Serif", serif;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.bullet-list li::before {
  content: "•";
  color: #e74c3c;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
  .section {
    gap: 60px !important;
  }
  .section .section-image {
    flex: 0 0 280px !important;
    height: 300px !important;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-description {
    font-size: 1.05rem;
  }
  .bullet-list li {
    font-size: 1.05rem;
  }
}
@media (max-width: 768px) {
  .main-content {
    margin: 1rem;
    margin-top: calc(80px + 1rem);
  }
  .about-page .main-content {
    margin-top: 70px;
    padding: 20px 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .container {
    padding: 0 15px;
  }
  .page-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .section {
    flex-direction: column !important;
    text-align: center !important;
    gap: 20px !important;
    margin-bottom: 50px !important;
  }
  /* .section .section-image {
    flex: none !important;
    width: 100% !important;
    max-width: 400px !important;
    height: 250px !important;
    margin: 0 auto !important;
  } */
  .section .section-image {
    flex: 0 0 400px !important;
    height: 400px !important;
  }
  .section .section-image img {
    height: 100% !important;
  }
  .section-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .section-title {
    font-size: 1.8rem;
    margin-top: 1rem;
    text-align: center;
  }
  .section-description {
    text-align: left;
    font-size: 1rem;
    padding: 10px;
  }
  .bullet-list {
    text-align: left;
  }
  .bullet-list li {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .about-page .main-content {
    margin-top: 60px;
    padding: 15px 0;
  }
  .container {
    padding: 0 10px;
  }
  .page-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .section {
    margin-bottom: 40px !important;
  }
  .section .section-image {
    flex: 0 0 400px !important;
    height: 400px !important;
  }
  .section-title {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .section-description {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .bullet-list li {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .page-title {
    font-size: 1.8rem;
  }
  .section .section-image {
    flex: 0 0 250px !important;
    height: 300px !important;
  }
  .section-title {
    font-size: 1.3rem;
  }
  .section-description {
    font-size: 0.9rem;
  }
  .bullet-list li {
    font-size: 0.9rem;
  }
}
.footer {
  background: #a8c4a2;
  color: #fff;
  padding: 60px 0 30px;
  font-weight: bold;
}
.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  color: rgba(241, 241, 241, 0.75);
}
.footer h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #fff;
  font-weight: normal;
  text-shadow: 1.2px 0 0 white;
  font-family: "Garet", sans-serif;
}
.footer-section h4 {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: white;
  font-weight: normal;
  text-shadow: 1.2px 0 0 white;
  font-family: "Garet", sans-serif;
}
.footer-section .address {
  line-height: 18px;
}
.footer-section p {
  font-family: "PT Serif", serif;
}
.footer-section ul {
  list-style: none;
  padding: 0;
}
.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section ul li a {
  color: rgba(241, 241, 241, 0.75);
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "PT Serif", serif;
}
.footer-section ul li a:hover {
  color: #000000;
  padding-left: 5px;
}
.footer-bottom {
  border-top: 1px solid rgba(168, 196, 162, 0.25);
  padding-top: 30px;
  text-align: center;
  color: #fff;
  font-family: "PT Serif", serif;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .main-content {
    margin: 1rem;
    margin-top: calc(80px + 1rem);
  }
  .services-section {
    border-radius: 15px;
  }
  .services-images {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .services-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .services-title {
    font-size: 2.5rem;
  }
  .about-page .main-content {
    margin-top: 70px;
    padding: 20px 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .section {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .section-image {
    flex: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .section-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .page-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .section-title {
    font-size: 1.8rem;
    margin-top: 0rem;
  }
  .doctor-name {
    font-size: 1.6rem;
  }
  .bullet-list li {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .page-title {
    font-size: 2rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .doctor-name {
    font-size: 1.4rem;
  }
  .section-description {
    font-size: 1rem;
  }
  .bullet-list li {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 4px;
    z-index: 1003;
    padding: 8px !important;
    background: linear-gradient(135deg, #a8c4a2 35%, #ffffff 75%);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(168, 196, 162, 0.3);
    transition: all 0.3s ease;
  }
  .hamburger span {
    width: 20px !important;
    height: 1.5px !important;
  }
  .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 20px;
    min-height: 20px;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    background: rgba(24, 23, 23, 0.4);
    padding: 20px 0;
    box-shadow: 0 6px 20px rgba(107, 122, 110, 0.15);
    border-top: 1px solid rgba(168, 196, 162, 0.2);
    z-index: 1000;
  }
  .nav-links.active {
    display: flex;
  }
  .nav-links a {
    color: #fff;
  }
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-float:hover {
  background-color: #20ba5a;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}
.whatsapp-float svg {
  width: 35px;
  height: 35px;
  fill: white;
}
@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.whatsapp-float.pulse {
  animation: whatsapp-pulse 2s infinite;
}
.whatsapp-float::before {
  content: "Chat with us";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
}
.whatsapp-float::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.whatsapp-float:hover::before,
.whatsapp-float:hover::after {
  opacity: 1;
  visibility: visible;
}
.floating-contact-button {
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 1000;
}
.phone-button {
  display: flex;
  align-items: center;
  background: #2bace2;
  color: white;
  padding: 12px 16px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 500;
  font-size: 14px;
  max-width: 60px;
  overflow: hidden;
  white-space: nowrap;
}
.phone-button:hover {
  background: #2bace2;
  transform: translateY(-2px) scale(1.05);
  max-width: 150px;
  padding: 12px 20px;
}
.phone-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 0;
  transition: margin-right 0.3s ease;
}
.button-text {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
}
.phone-button:hover .button-text {
  opacity: 1;
  transform: translateX(0);
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}
.floating-contact-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(76, 175, 80, 0.3);
  border-radius: 50px;
  transform: translate(-50%, -50%) scale(0);
  animation: phone-pulse 2s infinite;
  z-index: -1;
}
@keyframes phone-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 18px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
  }
  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
  .floating-contact-button {
    position: fixed;
    bottom: 24px;
    right: 18px;
    z-index: 9998;
  }
  .phone-button {
    background: #2bace2;
    color: #fff;
    border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    text-decoration: none;
    font-size: 0;
    border: none;
    transition: background 0.2s, box-shadow 0.2s;
  }
  .phone-button svg {
    width: 26px;
    height: 26px;
  }
  .phone-button .button-text {
    display: none;
  }
  .phone-icon {
    width: 26px;
    height: 26px;
    right: 0;
  }
}
.phone-button.hospital-theme {
  background: linear-gradient(135deg, #2196f3, #1976d2);
  box-shadow: 0 4px 20px rgba(33, 150, 243, 0.4);
}
.phone-button.hospital-theme:hover {
  background: linear-gradient(135deg, #1976d2, #2196f3);
  box-shadow: 0 8px 30px rgba(33, 150, 243, 0.6);
}
.phone-button.emergency-theme {
  background: linear-gradient(135deg, #f44336, #d32f2f);
  box-shadow: 0 4px 20px rgba(244, 67, 54, 0.4);
}
.phone-button.emergency-theme:hover {
  background: linear-gradient(135deg, #d32f2f, #f44336);
  box-shadow: 0 8px 30px rgba(244, 67, 54, 0.6);
}

.mobile-logo {
  position: absolute;
  top: -90px;
  left: -50px;
  /* display: none; */
}

@media (max-width: 1999px) {
  .mobile-logo {
    /* display: block; */
    height: 300px;
    /* max-height: 100px ; */
  }
}

@media (max-width: 768px) {
  .mobile-logo {
    height: "250px" !important;
    max-height: 250px;
  }
}

@media (max-width: 468px) {
  .mobile-logo {
    /* display: block; */
    height: "150px" !important;
    max-height: 150px;
  }
}

.address {
  text-decoration: none;
  color: rgba(241, 241, 241, 0.75);
}
