  @media (max-width: 1100px) {
       .vedicFooter__grid {
         grid-template-columns: 1.3fr 1fr 1fr;
         row-gap: 45px;
    }
    .vedicHeroSlider__swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 450px;
    z-index: 1;
}
     .vedicFooter__brand {
         grid-column: span 3;
    }
     .vedicFooter__brand p {
         max-width: 450px;
    }
     .service-grid {
         grid-template-columns: repeat(3, 1fr);
    }
     .why-grid {
         grid-template-columns: repeat(3, 1fr);
    }
     .why-item:nth-child(3) {
         border-right: none;
    }
     .blog-grid {
         grid-template-columns: repeat(2, 1fr);
    }
     .footer-grid {
         grid-template-columns: repeat(3, 1fr);
    }
    .horoscope-form {
         grid-template-columns: 1.3fr 1fr 1fr;
         gap: 14px;
    }
     .appointmentLayout {
         grid-template-columns: 1fr;
    }
     .appointmentSidebar {
         display: grid;
         grid-template-columns: 1fr 1fr;
    }
     .appointmentCallCard {
         grid-column: 1 / -1;
    }
     .form-title {
         grid-column: 1 / -1;
         border-right: 0;
         padding-right: 0;
         padding-bottom: 12px;
         border-bottom: 1px solid rgba(255,255,255,.08);
    }
     .horoscope-btn {
         width: 100%;
    }
}
@media (max-width: 991px) {
.stats-grid-hero{
    grid-template-columns:repeat(2,1fr);
}
.vedicHeroSlider__slide {
    height: 250px;
}
 .vedicHeroSlider {
     position: relative;
     width: 100%;
     height: 250px;
     overflow: hidden;
     background: #03080b;
}
.services-grid{
   grid-template-columns:repeat(2,1fr); 
}
.choose-grid{
    grid-template-columns:1fr;
}
  .navbar {
    min-height: 70px;
  }

  .brand img {
    max-width: 155px;
  }

  .menu-toggle {
    display: block;
    z-index: 1001;
    height: 50px;
    width: 50px;
    font-size:30px;
  }
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  opacity: 1;
  visibility: visible;

  transition: transform 0.4s ease;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.main-nav.active {
  transform: translateX(0);
}

  .main-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 20px 20px;
  }

  .main-nav ul li {
    width: 100%;
  }

  .main-nav ul li a {
    display: block;
    padding: 13px 5px;
    border-bottom: 1px solid #eee;
    color: #222;
  }

  .main-nav ul li:last-child a {
    border-bottom: 0;
  }

  .book-top {
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
  }
  .steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .article{
       grid-template-columns: repeat(1, 1fr);
  } 
  .blog-layout{
       grid-template-columns: repeat(1, 1fr);
  }
  .faq-grid{
      grid-template-columns: 1fr;
  }
  .doctor-contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .doctor-contact-heading h2 {
    font-size: 32px;
  }
}
 @media (max-width: 991px) {
     .topbar{
         display: none;
     }
     .bio-grid{
         grid-template-columns: 1fr;
         gap: 12px;
     }
     .values-grid{
         grid-template-columns: 1fr;
         gap: 12px;
     }
      .vedicHeroSlider__content {
         width: 580px;
    }
     .vedicHeroSlider__overlay {
         background: linear-gradient( 90deg, rgba(2, 7, 9, 0.95), rgba(2, 7, 9, 0.7), rgba(2, 7, 9, 0.35) );
    }
     .trustFeatures .container {
         grid-template-columns: 1fr;
         gap: 20px;
    }
     .trustFeatures__heading {
         position: static;
    }
     .trustFeatures__heading p {
         max-width: 550px;
    }
     .journey-track {
         grid-template-columns: repeat(2, 1fr);
         gap: 45px 20px;
    }
     .journey-track::before {
         display: none;
    }
     .journey {
         grid-template-columns: repeat(3, 1fr);
         border-top: 0;
    }
     .journeyItem {
         min-height: 220px;
         border-top: 1px solid rgba(213,164,55,.25);
    }
     .journeyItem:nth-child(4) {
         border-left: 1px solid rgba(255,255,255,.07);
    }
     .reportsGrid {
         grid-template-columns: repeat(2, 1fr);
    }
      .bookingTrust__inner {
         grid-template-columns: repeat(2, 1fr);
    }
     .bookingTrust__item:nth-child(2)::after {
         display: none;
    }
    .processTimeline {
         grid-template-columns: repeat(2, 1fr);
         row-gap: 55px;
    }
     .processTimeline::before {
         display: none;
    }
    .trustOrbit__area {
         grid-template-columns: 1fr 1fr;
         gap: 30px;
    }
     .trustOrbit__center {
         grid-column: 1 / -1;
         grid-row: 1;
         margin-bottom: 15px;
    }
     .trustOrbit__side--left {
         grid-column: 1;
         grid-row: 2;
    }
     .trustOrbit__side--right {
         grid-column: 2;
         grid-row: 2;
    }
     .processStep {
         padding: 0 30px;
    }
      .statsGrid {
         grid-template-columns: repeat(2, 1fr);
    }
     .statCard:nth-child(2)::after {
         display: none;
    }
     .statCard:nth-child(1), .statCard:nth-child(2) {
         border-bottom: 1px solid rgba(255,255,255,.08);
    }
      .pageHero {
         height: 280px;
    }
     .pageHero__content h1 {
         font-size: 40px;
    }
     .hero-grid {
         grid-template-columns: 1fr;
    }
     .hero-copy {
         padding-top: 80px;
    }
     .hero-person img {
         max-width: 420px;
         margin: auto;
    }
     .hero-person {
         text-align: center;
    }
     .award-box {
         right: 50%;
         transform: translateX(50%);
    }
     .stats-grid {
         grid-template-columns: repeat(2, 1fr);
    }
     .about-grid {
         grid-template-columns: 1fr;
    }
     .testimonial-grid {
         grid-template-columns: 1fr;
    }
     .cta-inner {
         flex-direction: column;
         gap: 20px;
         align-items: flex-start;
    }
     .contactLayout {
         grid-template-columns: 1fr;
    }
     .contactLocation {
         min-height: auto;
    }
     .vedicCta {
         padding: 28px 0;
    }
     .vedicCta__inner {
         flex-direction: column;
         align-items: flex-start;
         gap: 22px;
    }
     .vedicCta__content {
         align-items: flex-start;
         gap: 14px;
    }
     .vedicCta__icon {
         width: 50px;
         height: 50px;
         font-size: 16px;
    }
     .vedicCta__text h3 {
         font-size: 20px;
    }
     .vedicCta__text p {
         font-size: 10px;
    }
     .vedicCta__button {
         width: 100%;
    }
    .about {
        background-size: cover;
        background-position: left center;
        height: auto;
        background: rgba(0,0,0,0.6);
    }
    .value-image::after{
        background: transparent;
    }
    .choose{
        background: #fff;
    }
}
@media (max-width: 650px) {
      .doctor-contact-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  

  .doctor-contact-heading {
    margin-bottom: 20px;
  }

  .doctor-contact-heading h2 {
    font-size: 28px;
  }

  .doctor-contact-box {
    min-height: auto;
    padding: 25px 20px;
  }
    .steps {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
    .services-grid{
   grid-template-columns:repeat(1,1fr); 
}
     .trustFeatures__list {
         grid-template-columns: 1fr;
    }
     .trustFeatures__item, .trustFeatures__item:nth-child(odd), .trustFeatures__item:nth-child(even) {
         padding: 22px 0;
         border-right: 0;
    }
     .trustFeatures__heading h2 {
         font-size: 36px;
    }
    .vedicReviews__heading {
         margin-bottom: 35px;
    }
     .vedicReviews__card {
         min-height: 300px;
         padding: 28px;
    }
     .journey {
         grid-template-columns: repeat(2, 1fr);
         margin-top: 35px;
    }
     .journeyItem {
         padding: 0 14px;
    }
     .journeyItem:nth-child(3), .journeyItem:nth-child(5) {
         border-left: 1px solid rgba(255,255,255,.07);
    }
     .journeyContent h3 {
         font-size: 12px;
    }
     .journeyContent p {
         font-size: 9px;
    }
     .horoscope-form-wrap {
         margin-top: -35px;
         padding-bottom: 5px;
    }
    .trustOrbit__heading h2 {
         font-size: 30px;
    }
     .trustOrbit__area {
         display: flex;
         flex-direction: column;
         gap: 25px;
    }
     .trustOrbit__circle {
         width: 200px;
         height: 200px;
    }
     .trustOrbit__core {
         width: 135px;
         height: 135px;
    }
     .trustOrbit__core i {
         font-size: 15px;
    }
     .trustOrbit__core strong {
         font-size: 10px;
    }
     .trustOrbit__side {
         width: 100%;
         gap: 0;
    }
     .trustOrbit__side--right .trustPoint {
         flex-direction: row;
         text-align: left;
    }
     .horoscope-form {
         grid-template-columns: 1fr;
         gap: 12px;
         padding: 18px;
         border-radius: 7px;
    }
     .form-title {
         margin-bottom: 2px;
    }
     .form-title-icon {
         width: 46px;
         height: 46px;
         font-size: 15px;
    }
     .form-title strong {
         font-size: 18px;
    }
     .form-title small {
         white-space: normal;
         font-size: 8px;
    }
     .form-field input, .horoscope-btn {
         height: 43px;
    }
     .bookingTrust {
         padding: 15px 0;
    }
     .bookingTrust__inner {
         grid-template-columns: 1fr;
    }
     .bookingTrust__item {
         min-height: 70px;
         padding: 12px 16px;
    }
     .bookingTrust__item:not(:last-child)::after {
         top: auto;
         right: 15px;
         bottom: 0;
         left: 15px;
         width: auto;
         height: 1px;
    }
     .bookingTrust__item:nth-child(2)::after {
         display: block;
    }
     .bookingTrust__icon {
         width: 38px;
         height: 38px;
         font-size: 11px;
    }
     .bookingTrust__content strong {
         font-size: 12px;
    }
     .bookingTrust__content span {
         font-size: 8px;
    }
     .navbar {
         min-height: 75px;
    }
     .brand-text {
         display: none;
    }
     .book-top {
         font-size: 10px;
         padding: 10px;
    }
     .hero-copy h1 {
         font-size: 42px;
    }
     .service-grid, .why-grid, .blog-grid, .footer-grid {
         grid-template-columns: 1fr;
    }
     .why-item {
         border-right: none;
         border-bottom: 1px solid var(--border);
    }
     .stats-grid {
         grid-template-columns: 1fr 1fr;
    }
     .section-title h2 {
         font-size: 30px;
    }
     .footer-bottom {
         flex-direction: column;
         gap: 7px;
    }
     .contactHeader {
         margin-bottom: 35px;
    }
     .contactFormBox, .contactLocation {
         padding: 20px;
    }
     .contactFormRow {
         grid-template-columns: 1fr;
    }
     .locationInfo {
         grid-template-columns: 1fr;
    }
     .contactMap {
         height: 230px;
    }
    .pageHero {
         height: 240px;
    }
     .pageHero__media img {
         object-position: 65% center;
    }
     .pageHero__overlay {
         background: linear-gradient( 90deg, rgba(2, 7, 10, 0.96) 0%, rgba(2, 7, 10, 0.8) 55%, rgba(2, 7, 10, 0.45) 100% );
    }
     .pageHero__content h1 {
         font-size: 32px;
         letter-spacing: -0.5px;
    }
     .pageHero__content p {
         max-width: 360px;
         font-size: 11px;
    }
     .pageHero__breadcrumb {
         font-size: 10px;
         margin-bottom: 11px;
    }
     .statsSection {
         padding: 15px 0;
    }
     .statsGrid {
         grid-template-columns: 1fr;
    }
     .statCard {
         min-height: 85px;
         padding: 15px 18px;
    }
     .statCard:not(:last-child)::after {
         top: auto;
         bottom: 0;
         left: 18px;
         right: 18px;
         width: auto;
         height: 1px;
    }
     .statCard:nth-child(2)::after {
         display: block;
    }
     .statCard:nth-child(1), .statCard:nth-child(2) {
         border-bottom: 0;
    }
     .statCard__icon {
         width: 40px;
         height: 40px;
         font-size: 14px;
    }
     .statCard__content strong {
         font-size: 23px;
    }
     .statCard__content span {
         font-size: 10px;
    }
    .processTimeline {
         grid-template-columns: 1fr;
         gap: 35px;
         margin-top: 45px;
    }
     .processStep {
         display: grid;
         grid-template-columns: 65px 1fr;
         gap: 15px;
         padding: 0;
         text-align: left;
    }
     .processStep__top {
         height: auto;
         justify-content: flex-start;
    }
     .processStep__number {
         top: -7px;
         left: 0;
    }
     .processStep__icon {
         width: 52px;
         height: 52px;
         margin-top: 12px;
    }
     .processStep__content {
         padding-top: 12px;
    }
     .processStep__content p {
         margin: 0;
         max-width: none;
    }
     .processStep__content::after {
         margin: 15px 0 0;
    }
    .reportsGrid {
         grid-template-columns: 1fr;
         gap: 12px;
         margin-top: 35px;
    }
     .reportCard {
         min-height: 215px;
         padding: 23px 20px;
    }
     .reportCard__content h3 {
         font-size: 17px;
    }
    .appointmentSection {
         padding: 60px 0;
    }
     .appointmentIntro {
         margin-bottom: 35px;
    }
     .appointmentIntro h1 {
         font-size: 32px;
    }
     .appointmentIntro p {
         font-size: 11px;
    }
     .appointmentTop {
         align-items: flex-start;
         flex-direction: column;
         gap: 15px;
         padding: 24px 20px;
    }
     .appointmentTop h2 {
         font-size: 23px;
    }
     .secureBadge {
         font-size: 9px;
    }
     .bookingProgress {
         overflow-x: auto;
         padding: 20px;
    }
     .progressItem span {
         display: none;
    }
     .progressLine {
         min-width: 25px;
    }
     .appointmentForm {
         padding: 27px 20px;
    }
     .bookingFormGrid, .serviceGrid {
         grid-template-columns: 1fr;
    }
     .bookingSectionTitle.sectionGap {
         margin-top: 34px;
    }
     .bookingSubmitArea {
         align-items: stretch;
         flex-direction: column;
    }
     .bookingSubmit {
         width: 100%;
    }
     .appointmentSidebar {
         display: flex;
    }
     .appointmentSideCard h2 {
         font-size: 23px;
    }
    .astrology-journey {
         padding: 30px 0;
    }
     .journey-heading h2 {
         font-size: 31px;
    }
     .journey-heading p {
         font-size: 13px;
    }
     .journey-track {
         grid-template-columns: 1fr;
         gap: 45px;
    }
     .journey-content {
         min-height: auto;
         padding: 25px 20px;
    }
     .journey-content h3 {
         font-size: 20px;
    }
     .journey-content p {
         font-size: 13px;
    }
     .vedicFooter {
         padding: 60px 0 20px;
    }
     .vedicFooter__grid {
         grid-template-columns: 1fr;
         gap: 35px;
    }
     .vedicFooter__brand {
         grid-column: auto;
    }
     .vedicFooter__brand p {
         max-width: 100%;
    }
     .vedicFooter__bottom {
         flex-direction: column;
         align-items: flex-start;
         gap: 12px;
         line-height: 1.6;
    }
}