:root {
  --color-primary-gradient-start: #FB452A;
  --color-primary-gradient-end: #8E74FF;
  --color-benefit-ball-start: #FF4A2E;
  --color-benefit-ball-end: #9E2824;
  --color-section-bg-start: #d4d4d4;
  --color-section-bg-end: #fff;
  --color-border: #707070;
  --color-border-secondary: #3C3C3C;
  --color-text-primary: #1f2937;
  --color-text-secondary: #4E4E4E;
  --color-text-tertiary: #2D2D2D;
  --color-text-muted: #666666;
  --color-btn-green: #006950;
  --color-btn-green-hover: #00523a;
}

body, input, textarea, button {
  font-family: 'Candara', system-ui, sans-serif;
  color: var(--color-text-primary);
}

body {
  overflow-x: hidden;
}

html, body {
  overflow-x: hidden;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

/* Container setup */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Header */

.header-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header {
  /* background-color:#ffffff9e; */
  background-color:rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 50px 50px ;
  position: fixed;
  top: 0;
  padding: 0 1.5rem;  
  width: 95%;
  z-index: 50;
}

.nav {
  display: none;
}

@media (min-width: 768px) {
  .nav {
    display: flex;
    gap: 1.5rem;
    font-weight: 500;
    font-size: 0.9rem;
  }

  .nav a:hover {
    color: #ef4444;
  }
}

.cta-button {
  background-image: linear-gradient(90deg,rgba(133, 104, 238, 1) 0%, rgba(64, 4, 99, 1) 50%);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.hero {
  position: relative;
  background-image: url('asstes/image/background.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  z-index: 10;
}

@media (min-width: 768px) {
  .hero-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.hero-text {
  color: white;
  max-width: 710px;
}

.subtitle {
  background: linear-gradient(90deg, rgba(251, 69, 42, 1) 0%, rgba(255, 255, 255, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.highlight-button {
  background: linear-gradient(90deg,rgba(133, 104, 238, 1) 0%, rgba(64, 4, 99, 1) 50%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-size: 15px;
}

.hero-form {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  border-radius: 1.75rem;
  border: 2px solid #400463;
  width: 100%;
  max-width: 400px;
  margin-right: 30px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input,
.textarea {
  padding: 0.5rem 1rem;
  background-color: #f3f4f6;
  border-radius: 0.5rem;
  outline: none;
  border: none;
}

.textarea {
  min-height: 100px;
  resize: vertical;
}

.submit-button {
  background-image: linear-gradient(90deg,rgba(133, 104, 238, 1) 0%, rgba(64, 4, 99, 1) 50%);;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-weight: 600;
}

/* About Us Section */

.about-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: white;
}

.about-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 768px) {
  .about-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-subheading {
  color: #dc2626; /* Tailwind red-600 */
  font-weight: 600;
  font-size: 1.125rem; /* text-lg */
  margin-bottom: 0.5rem;
}

.about-heading {
  font-size: 2.25rem; /* text-4xl */
  line-height: 1.25;
  font-weight: 700;
  color: #111827; /* gray-900 */
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about-heading {
    font-size: 3rem; /* text-5xl */
  }
}

.about-paragraph {
  color: #374151; /* gray-700 */
  font-size: 1.125rem; /* text-lg */
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}

@media (min-width: 768px) {
  .about-image-wrapper {
    border-radius: 3rem;
  }
}

.about-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.why-section{
  padding-left: 0px;
  padding-right: 0px;
}
.why-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 1.5rem 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  padding-bottom: 25px;
}

@media (min-width: 1024px) {
  .why-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.why-image-wrapper {
  overflow: hidden;
  border-top-right-radius: 3rem;
  border-bottom-left-radius: 3rem;
}

.why-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.why-text {
  color: #1f2937; /* gray-800 */
}

.why-subheading,.testimonial-subheading,.faq-subheading  {
  background: linear-gradient(90deg,rgba(251, 69, 42, 1) 0%, rgba(158, 40, 36, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 0.5rem;
}

.why-heading,.testimonial-heading,.faq-heading {
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.why-description {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 1.75rem;
  margin-bottom: 2rem;
}

.why-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.stat-number {
  font-size: 55px;
  font-weight: 400;
  color: #120D1F; /* blue-900 */
}

.stat-label {
  color: #2D2D2D;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0.25rem;
}

/* Bottom Highlight Bar */

.why-bar {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg,rgba(139, 112, 249, 1) 0%, rgba(64, 4, 98, 1) 50%);
  color: white;
  padding: 1rem;
  text-align: center;
  height: 100px;
  font-weight: 400;
  font-size: 45px;
}

.why-bar-marquee {
  display: inline-block;
  white-space: nowrap;
  min-width: 200%; /* Make sure it's at least double width */
  animation: whyBarMarquee 18s linear infinite;
}

@keyframes whyBarMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 1300px;
  margin: 0 auto;
  background: radial-gradient(circle, var(--color-section-bg-start) 4%, var(--color-section-bg-end) 50%);

}

@media (min-width: 1024px) {
  .benefits-grid {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
}

.benefits-column {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}

.benefit-item-l1 {
  position: relative;
  left: 15vh;
  max-width: 250px;
  text-align: center;
}

.benefit-item-l2 {
  position: relative;
  left: 5vh;
  max-width: 250px;
  text-align: center;
}

.benefit-item-l3 {
  position: relative;
  left: 15vh;
  max-width: 250px;
  text-align: center;
}

.benefit-item-r1 {
  position: relative;
  right: 15vh;
  max-width: 250px;
  text-align: center;
}

.benefit-item-r2 {
  position: relative;
  right: 5vh;
  max-width: 250px;
  text-align: center;
}

.benefit-item-r3 {
  position: relative;
  right: 15vh;
  max-width: 250px;
  text-align: center;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
}

.benefit-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1f2937;
}

.benefit-desc {
  font-size: 0.875rem;
  color: #4b5563;
}

.robot-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.robot-image {
  max-height: 480px;
  width: auto;
}

.about-doctor-section {
  background: linear-gradient(90deg, #b31217, #e52d27);
  padding: 3.6rem 1rem;

  position: relative;
  background-image: url('asstes/image/background.jpg');
  background-size: cover;
  background-position: center;
  /* padding-top: 8rem;
  padding-bottom: 8rem; */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
}

.doctor-image-wrapper {
  flex-shrink: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  max-width: 500px;
}

.doctor-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.5rem;
}

.doctor-text {
  max-width: 600px;
}

.testimonial-card {
  background: linear-gradient(180deg,rgba(255, 204, 196, 1) 0%, rgba(214, 209, 255, 1) 72%);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: left;
}

.testimonial-card p {
  color: #1f2937; /* Tailwind's gray-800 */
}

.testimonial-card:hover {
  transform: translateY(-4px);
  transition: transform 0.3s ease;
}

/* Optional: adjust dot styling if needed */
.dot {
  height: 6px;
  width: 12px;
  border-radius: 9999px;
  display: inline-block;
}

.faq-item {
  transition: background-color 0.3s ease;
}

.faq-answer {
  display: none;
  transition: all 0.3s ease;
}

.faq-open .faq-answer {
  display: block;
}

/* Gradient CTA S ection */
.gradient-cta-section {
  background: linear-gradient(90deg, #6d28d9 0%, #ec4899 100%);
  padding: 4rem 0;
}
.gradient-cta-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .gradient-cta-container {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    min-height: 420px;
  }
}
.gradient-cta-text {
  color: #fff;
  text-align: center;
  max-width: 700px;
}
@media (min-width: 1024px) {
  .gradient-cta-text {
    text-align: left;
    padding-bottom: 2.5rem;
  }
}
.gradient-cta-title {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 2rem;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .gradient-cta-title {
    font-size: 3rem;
  }
}
.gradient-cta-desc {
  font-size: 16px;
  margin-bottom: 2.5rem;
  color: #f3f4f6;
}
.gradient-cta-btn {
  display: inline-block;
  background: #fff;
  color: #111827;
  font-weight: 700;
  font-size: 20px;
  padding: 1rem 2.5rem;
  border-radius: 2.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, color 0.2s;
  text-align: center;
}
.gradient-cta-btn:hover {
  background: #f3f4f6;
  color: #6d28d9;
}
.gradient-cta-img-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 220px;
}
.gradient-cta-img {
  max-height: 420px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 1023px) {
  .gradient-cta-img {
    margin: 0 auto;
    max-height: 320px;
  }
  .gradient-cta-img-wrapper {
    align-items: center;
    margin-top: 2rem;
  }
}

/* Header mobile responsiveness */
@media (max-width: 767px) {
  .header {
    padding: 0.5rem 1rem;
    position: fxed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-left: 0px;
  }
  .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0;
  }
  .nav {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 1rem 0;
    text-align: left;
  }
  .nav.open {
    display: flex;
  }
  .cta-button {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
    margin-left: 0.5rem;
  }
  .hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 110;
  }
  .hamburger span {
    display: block;
    height: 3px;
    width: 28px;
    background: #ef4444;
    margin: 4px 0;
    border-radius: 2px;
    transition: all 0.3s;
  }
  .container,
  .max-w-7xl,
  .why-container,
  .about-container,
  .benefits-grid,
  .gradient-cta-container,
  .doctor-image-wrapper,
  .robot-image-wrapper,
  .testimonial-scroll {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-content,
  .about-container,
  .why-container,
  .benefits-grid,
  .gradient-cta-container {
    flex-direction: column !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1.5rem;
  }
  .hero-text, .hero-form {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  /* About Section */
  .about-container {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .about-container img {
    margin-left: auto;
    margin-right: auto;
  }

  /* Why Choose Us Section */
  .why-container {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .why-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
  .why-text {
    text-align: center;
  }
  .why-stats {
    justify-content: center;
    text-align: center;
  }

  /* Benefits Section */
  .benefits-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .benefits-column {
    align-items: center;
    justify-content: center;
  }
  .robot-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  /* Doctor Section */
  .about-doctor-section .why-container {
    grid-template-columns: 1fr !important;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .doctor-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .doctor-text {
    text-align: center;
  }

  /* How It Works Section */
  .max-w-7xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-cols-1 {
    grid-template-columns: 1fr !important;
  }

  /* Gradient CTA Section */
  .gradient-cta-container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .gradient-cta-img-wrapper {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  /* Testimonials Section */
  .testimonial-scroll {
    width: 100%;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .testimonial-card {
    min-width: 90vw !important;
    max-width: 90vw !important;
    height: 240px !important;
    margin-left: auto;
    margin-right: auto;
  }

  /* Footer Section */
  .max-w-7xl {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer-container, .section-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .doctor-image-wrapper,
  .robot-image-wrapper,
  .why-image-wrapper,
  .about-container img,
  .gradient-cta-img-wrapper,
  .gradient-cta-img,
  .hero-form img,
  .footer-container img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
  }

  .benefit-item-l1,
  .benefit-item-l2,
  .benefit-item-l3,
  .benefit-item-r1,
  .benefit-item-r2,
  .benefit-item-r3 {
    max-width: 250px !important;
    text-align: center !important;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    position: static !important;
  }

  /* Mobile Heading Styles */
  .title,
  .about-gradient-h2,
  .why-heading,
  .benefits-heading,
  .about-doctor-heading,
  .how-heading,
  .testimonial-heading,
  .faq-heading,
  .gradient-cta-title,
  .footer-header {
    font-size: 32px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    margin-bottom: 1rem !important;
  }

  .subtitle,
  .about-gradient-title,
  .why-subheading,
  .benefits-subheading,
  .about-doctor-subheading,
  .testimonial-subheading,
  .faq-subheading {
    font-weight: 400 !important;
    font-size: 25px !important;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
  }

  .benefit-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/* Testimonial horizontal scroll */
.testimonial-scroll {
  display: flex;
  overflow-x: auto;
  gap: 2rem;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: grab;
  scrollbar-width: none;
}
.testimonial-scroll::-webkit-scrollbar {
  display: none;
}
.testimonial-card {
  flex: 0 0 80%;
  min-width: 80%;
  box-sizing: border-box;
  scroll-snap-align: start;
}
@media (min-width: 1024px) {
  .testimonial-card {
    flex: 0 0 30%;
    min-width: 30%;
    max-width: 30%;
  }
}

.about-gradient-title {
  background: linear-gradient(90deg,rgba(251, 69, 42, 1) 0%, rgba(158, 40, 36, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px;
}

.about-gradient-h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1.3;
  letter-spacing: 0;
  vertical-align: middle;
}

.about-gradient-p {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 26.08px;
}


.benefits-subheading {
  background: linear-gradient(90deg,rgba(251, 69, 42, 1) 0%, rgba(158, 40, 36, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 0.5rem;
}

.benefits-heading {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.benefit-icon-ball {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle,#FFFFFF 0%, #FFDCCF 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  border: 1.5px solid #D7D7D7;
}
.benefit-icon-ball img {
  display: block;
  margin: 0 auto;
}

.benefit-icon-ball1  {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(90deg,rgba(74, 18, 118, 1) 0%, rgba(143, 46, 94, 0.97) 77%, rgba(255, 74, 46, 1) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.benefit-icon-ball img {
  display: block;
  margin: 0 auto;
}

nav#main-nav {
  align-items: center;
}

.about-doctor-subheading,.about-doctor-heading-h4 {
  color: white;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 0.5rem;
}

.about-doctor-heading {
  color: white;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.how-heading {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 100px;
}

.address {
  font-size: 16px;
  font-weight: 400;
}

.testimonial-quote-bg {
  background: linear-gradient(135deg, #FB452A, #8E74FF);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem auto;
}

.get-directions-btn {
  background: var(--color-btn-green);
}
.get-directions-btn:hover {
  background: var(--color-btn-green-hover);
}

/* section {
  padding-left: 1rem;
  padding-right: 1rem;
} */

.faq-toggle {
  background: #1a202c; /* gray-900 */
  color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  border: none;
  outline: none;
  transition: background 0.2s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.faq-toggle.open {
  background: #6A48FF; 
  color: #fff;
}

.footer-header{
  font-size: 35px;
  line-height: 40px !important;
}

.footer-text{
  font-size: 16px;
  line-height: 27px;
}

.phone-contact{
  border: 2px solid #6A48FF;
}

.email-contact{
  background-image: linear-gradient(90deg,rgba(133, 104, 238, 1) 0%, rgba(64, 4, 99, 1) 50%);
}

.text-sm1{
  font-size: 16px !important;
  line-height: 27px;
}
@media (max-width: 768px) {
  h2{
    font-size: 36px !important;
  }
}

/* Mobile Heading Styles */
@media (max-width: 767px) {
  .title,
  .about-gradient-h2,
  .why-heading,
  .benefits-heading,
  .about-doctor-heading,
  .how-heading,
  .testimonial-heading,
  .faq-heading,
  .gradient-cta-title,
  .footer-header {
    font-size: 32px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    margin-bottom: 1rem !important;
  }

  .subtitle,
  .about-gradient-title,
  .why-subheading,
  .benefits-subheading,
  .about-doctor-subheading,
  .testimonial-subheading,
  .faq-subheading {
    font-size: 25px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    margin-bottom: 0.5rem !important;
  }

  .benefit-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
  }
} 


.footer-section{
  background-color: #0f0b1f;
  color: white;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}