@media(min-width:1400px) {
  .contact-info-card {
    min-height: 220px;
  }
}

@media(min-width:1200px) and (max-width:1399px) {
  .contact-info-card {
    min-height: 265px;
  }
}

@media (max-width: 991px) {

  .home .header {
    background: transparent;
  }

  .home .hero-content h1 {
    font-size: 32px;
  }

  .sticky,
  body:not(.home) .header {
    background: var(--white);

  }

  .sticky .hamburger span {
    background: var(--black);
  }

  .sticky .hamburger span,
  body:not(.home) .hamburger span {
    background: var(--black);
  }

  .navbar-collapse {
    background: var(--white);
    padding: 20px;
    border-radius: 0;
  }

  .nav-link {
    color: var(--black) !important;
  }
}

@media(min-width:1200px) {
  .contact-left {
    padding-right: 40px;
  }

  /*.contact-book-now-btn{
    text-align:right;
}*/
}

@media (max-width: 991px) {
  .home .navbar-collapse {
    background: transparent !important;
  }
}

/* Home + mobile menu open → white header */
@media (max-width: 991px) {
  .home .navbar-collapse.show {
    background: var(--white);
  }

  .home .navbar-collapse.show~.navbar-nav,
  .home .navbar-collapse.show {
    box-shadow: none;
  }

  .home .header:has(.navbar-collapse.show) {
    background: var(--white);
  }
}

/*RESPONSIVE */
@media (max-width:1310px) {
  .navbar-brand svg {
    height: 70px;
  }
}

@media (max-width:1330px) {
  .navbar-nav {
    gap: 20px !important;
  }

  .nav-link {
    font-size: 16px !important;
  }

  .navbar-brand svg {
    height: 60px;
  }
}

@media (max-width:1100px) {
  .sticky-header {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 992px) {
  .footer-one-section h2 {
    font-size: 24px;
  }

  .footer-end {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .nav-link {
    font-size: 18px !important;
  }

  .navbar-nav {
    gap: 30px !important;
    margin-top: 25px;
  }
}

@media (max-width: 1250px) {
  .nav-item-btn {
    display: none;
  }
}

@media (max-width:768px) {
  .inner-title {
    font-size: 36px !important;
  }

  .home .hero-content h1 {
    font-size: 26px;
  }

  .section {
    padding: 30px 0;
  }
}

@media(min-width:577px) {
  .custom-align-items-center {
    align-items: center !important;
  }

}

@media (max-width: 576px) {
  .header .navbar {
    padding: 0 10px;
  }

  .footer-one-section {
    padding: 30px 0;
  }

  .my-approach .icon-desc p {
    font-size: 18px !important;
  }

  .wpcf7-form .justify-content-center {
    justify-content: start !important;
  }

  .footer-one-section h2 {
    font-size: 20px;
  }

  .inner-banner {
    background-position: left !important;
  }

  .home .Beyond-Method.section .icon-desc-size {
    font-size: 16px !important;
    text-align: center;
  }

  .white-btn {
    padding: 12px 12px;
    font-size: 14px;
  }

  .home .Beyond-Method .icon-width {
    display: block;
    /*justify-content: start;
    width: auto;*/
    margin: 0 auto;
    text-align: center;
  }

  .icon-width {
    display: flex;
    justify-content: start;
    width: auto;

  }

  .single-blog-title {
    font-size: 24px;
  }

  .contact-left {
    padding-right: 10px !important;
  }

  .approach-grief {
    padding: 30px;
  }

  .grief-main-title {
    text-align: center !important;
  }

  .grief-list-separator {
    background-color: transparent;
  }

}

@media (max-width: 992px) {

  .Beyond-Method .col-lg-6:first-child {
    order: 2;
  }

  .home .hero-content {
    padding: 20px;
  }

  .Beyond-Method .col-lg-6:last-child {
    order: 1;
  }
}


@media (max-width: 767px) {

  .grief-card,
  .grief-card-two {
    min-height: 220px;
    padding: 20px;
    margin: 0;
    border-radius: 120px 120px 12px 12px;
  }

  .grief-card-two {
    border-radius: 12px 12px 120px 120px;
  }

  .grief-card-content,
  .grief-card-content-two {
    max-width: 150px;
  }

  .grief-card-icon {
    max-width: 80px;
    margin-bottom: 10px;
  }

  .grief-card-content p,
  .grief-card-content-two p {
    font-size: 13px;
    line-height: 1.4;
  }

  .carousel-item .d-flex {
    gap: 16px !important;
  }
}

/* Hide shape on mobile */
@media(max-width:992px) {
  .shape-bg {
    display: none;
  }

  .session-feel-section {
    min-height: 0;
  }
}

@media (max-width: 991.98px) {
  .shape-bg-left {
    display: none;
  }

  .session-feel-left {
    min-height: 0;
  }

  .shape-bg-right {
    display: none;
  }

  .session-feel-right {
    min-height: 0;
  }
}


@media (max-width: 992px) {
  .font-size {
    font-size: 32px;
  }

  .para-size {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .font-size {
    font-size: 26px;
  }

  .para-size {
    font-size: 16px !important;
  }

  .home-btn {
    font-size: 13px;
    padding: 10px 25px 10px 20px;
  }

  .testi-heading {
    font-size: 36px !important;
  }

  .tab-text-center {
    text-align: center !important;
    padding-bottom: 15px;
  }
}


@media(max-width:576px) {
  .navbar-brand img {
    height: 55px !important;
  }

  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler:hover {
    margin-top: 10px !important;
  }

  .footer h2 {
    padding-top: 14px !important;
  }

  .footer ul li a {
    font-size: 14px !important;
  }

  .icon-wd {
    width: auto !important;
    height: 70px;
  }

  .heading-size {
    font-size: 26px;
  }

  .subtitle-size {
    font-size: 14px !important;
  }

  .section {
    padding: 30px 0 !important;
  }

  .banner .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    width: 90%;
    text-align: center;
  }

  .grief-grid-heading {
    font-size: 26px !important;
  }
}

@media (min-width: 992px) {
  .Mobile-view {
    display: none;
  }
}

@media (max-width: 991.9px) {
  #mainMenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: var(--white) !important;
    padding: 20px;
    transition: left 0.35s ease;
    z-index: 999;
  }

  #mainMenu.show {
    left: 0;
  }

  /* LOGO */
  #mainMenu .Mobile-view {
    grid-column: 1;
    max-width: 220px;
    margin: 0 auto;
  }

  /* HAMBURGER */
  #mainMenu .navbar-toggler {
    grid-column: 2;
    justify-self: end;
    padding: 0;
  }

  /* NAV LIST (menu items) */
  #mainMenu .navbar-nav {
    grid-column: 1 / -1;
  }

  .navbar-collapse {
    height: 100vh !important;
  }

  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
  }

  .home .header-btn {
    background: var(--blue);
    color: #fff;
    border-radius: 36px;
    padding: 12px 20px;
  }
}

@media (max-width: 991.9px) {

  #mainMenu .navbar-toggler {
    margin-top: 20px;
    margin-bottom: 10px;
    float: inline-end;
  }

}

/* Responsive column counts */
/* @media (min-width: 576px) {
    .testimonials-gallery {
        column-count: 1;
    }

}
@media (min-width: 768px) {
    .testimonials-gallery {
        column-count: 2;
    }
}
@media (min-width: 992px) {
    .testimonials-gallery {
        column-count: 3;
    }
}
@media (min-width: 1200px) {
    .testimonials-gallery {
        column-count: 3;
    }
} */

/* RESPONSIVE */
@media (max-width: 991px) {
  .contact-left {
    padding-right: 0;
    margin-bottom: 0;
  }

  .form-row {
    flex-direction: column;
  }
}

/*  */
@media (max-width: 576px) {

  .Testimonials .bg-white {
    padding: 1.5rem !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
  }

  .coaching-support-section {
    padding: 0 !important;
  }

  .grief-pad {
    padding: 0 !important;
  }

  /* Carousel smooth movement */
  .carousel-item {
    transition: transform 0.6s ease-in-out;
  }

  .carousel-item .d-flex {
    gap: 10px !important;
  }

  .offer-section-image img {
    padding: 0 40px;
  }

  .footer-img {
    padding: 15px 30px;
  }

  .footer-padding h2 {
    text-align: center;
  }

  .footer-two-section {
    text-align: center;

  }

  .footer-icons {
    justify-content: center;
  }

  .yoga-therapy-section {
    padding: 0px !important;
  }

  .banner .video-content h1 {
    font-size: 36px !important;
  }

  .banner .video-content p {
    font-size: 14px;
  }

}

/*  */
@media (max-width: 991.9px) {

  /* Hamburger default (closed) */
  .mobile-ham .hamburger span {
    background-color: transparent;
  }

  /* Hamburger when menu is OPEN */
  #mainMenu.show .mobile-ham .hamburger span {
    background-color: #000;
  }

}

/*  */

@media (max-width: 991.98px) {
  .note-from-me {
    background-image: none;
  }

  .offer-section {
    background-image: none;
  }

  .about-me {
    background-image: none;
  }

  .banner .video-content h1 {
    font-size: 42px;
  }

  .banner .video-content p {
    font-size: 14px;
  }

}

/*  */

@media (max-width: 992px) {
  .testimonial-item {
    flex: 1 1 45%;
  }
}

@media (max-width: 576px) {
  .testimonial-item {
    flex: 1 1 100%;
  }

  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
  }

  .footer-follow-us {
    padding-top: 15px;
  }
}

/*  */
@media (max-width: 576px) {
  .banner #background-video {
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: -10%;
    transform: translate(-50%, -50%);
  }

  .banner .video-content h1 {
    font-size: 32px;
  }

  .banner .video-content h3 {
    font-size: 28px;
  }

  .banner .video-content p {
    font-size: 18px;
  }

  .yoga-title {
    font-size: 26px !important;
  }
}

@media (max-width: 475px) {
  .banner .video-content h1 {
    font-size: 28px !important;
  }

  .banner .video-content h3 {
    font-size: 24px !important;
  }

  .banner .video-content p {
    font-size: 18px;
  }
}

/* Mobile menu animation */
@media (max-width: 991.98px) {

  .navbar-collapse {
    overflow: hidden;
  }

  /* Initial hidden state */
  .navbar-collapse .nav-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }

  /* When menu is open */
  .navbar-collapse.show .nav-item {
    opacity: 1;
    transform: translateY(0);
  }

  /* Stagger delay */
  .navbar-collapse.show .nav-item:nth-child(1) {
    transition-delay: 0.2s;
  }

  .navbar-collapse.show .nav-item:nth-child(2) {
    transition-delay: 0.4s;
  }

  .navbar-collapse.show .nav-item:nth-child(3) {
    transition-delay: 0.6s;
  }

  .navbar-collapse.show .nav-item:nth-child(4) {
    transition-delay: 0.8s;
  }

  .navbar-collapse.show .nav-item:nth-child(5) {
    transition-delay: 1s;
  }

  .navbar-collapse.show .nav-item:nth-child(6) {
    transition-delay: 1.2s;
  }

  .navbar-collapse.show .nav-item:nth-child(7) {
    transition-delay: 1.4s;
  }
}

@media(min-width:576px) and (max-width:767px) {
  .footer-logo {
    width: 65%;
    margin: 0 auto;
  }

  .footer h2 {
    padding-top: 20px;
  }

  /*.contact-book-now-btn{
    text-align:right;
}*/
}

@media(min-width:768px) and (max-width:991px) {
  /* .contact-book-now-btn{
    text-align:right;
} */
}

@media(max-width:1199px) {
  .lg-marginbottom-40 {
    margin-bottom: 40px;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .contact-info-card {
    min-height: 220px;
  }
}

@media (max-width: 1400px) {
  .grief-grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1100px) {
  .grief-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .grief-main-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .grief-highlight-card {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }

  .grief-grid-container {
    grid-template-columns: 1fr;
  }

  .grief-main-title {
    font-size: 36px;
    text-align: center !important;
  }

}