@charset "utf-8";

/* CSS Document */


/*---For Laptop---*/

@media (max-width: 1800px) {}

@media (max-width: 1600px) {}

/*---For Laptop---*/

@media (min-width: 1200px) and (max-width: 1600px) {}

@media (min-width: 1300px) {}

/*---For Horizental iPad---*/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1444px) {}

@media(max-width: 1199px) {}


/*---For Vertical iPad---*/

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 768px) {}

/*---For Mobile---*/

@media (max-width: 767px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, 1.05rem);
        padding-left: var(--bs-gutter-x, 1.05rem);
        margin-right: auto;
        margin-left: auto;
    }

    section[class]:not([id]) {
        padding: 40px 0;
    }

    .main-header .logo-box {
        padding: 0;
        width: auto;
        height: 80px !important;
        object-fit: contain;
        box-shadow: none;
        background: none;
        position: static;
    }

    .main-header .logo-box img {

        padding-top: 0px;
    }

    .mm-panel,
    .mm-navbar {
        background: var(--primary-color);
    }

    .mm-navbar__title>span {
        color: #fff;
    }



    .content-box .heading {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: normal;
    }

    .logo-title strong,
    .logo-title strong+span {
        font-size: 14px;
    }

    .hero-section .hero-title {
        font-size: 2rem;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
    }

    .hero-section .banner-item {
        padding: 10px;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    .hero-section .banner-img {
        height: 300px;
    }

    .section-title::before,
    .section-title::after {
        margin: 0 10px;
        font-size: 1rem;
    }

    .stat-item h3 {
        font-size: 1rem;
    }

    .stat-item p {
        font-size: 12px;
        line-height: normal;
    }

    .footer-tagline {
        padding-bottom: 60px !important;
    }

    .stat-icon {
        font-size: 2rem;
        color: #facc15;
        /* margin-right: 15px; */
        min-width: 40px;
        max-width: 40px;
    }

    .patient-name {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
        color: #222222;
        margin-bottom: 10px;
    }

    h1.hero-title span>span {
        font-size: 60px;
        margin: auto;
        line-height: 60px;
    }

    .hero-features p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .section-title {
        position: relative;
    }

    .section-title::before {
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }

    .section-title::after {
        position: absolute;
        right: -10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }

    .program-title {
        font-size: 32px;
        margin-bottom: 10px;
    }


    .program-benefits .section-box .benefit-item {
        padding: 10px;
        text-align: center;
        border: 1px solid #ddd;
        height: 100%;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .program-benefits .section-box .benefit-item h6 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.6;
    }

    .section-box .row .col:last-child .benefit-item {
        border-right: 1px solid #ddd;
    }

    .program-info-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .program-info-card .info-title {
        margin-bottom: 0px;
    }

    .program-info-card .program-step {
        margin-bottom: 0;
    }

    .program-info-card .important-item {
        margin-bottom: 0;
    }

    .ashram-rules-section .rules-box {
        padding: 10px;
    }

    .ashram-rules-section .rule-item {
        border-right: none;
    }

    .program-title span {
        display: inline;
    }

    .rebirth-cta-section .rebirth-box h2 {
        font-size: 32px;
        color: var(--primary-color);
        font-weight: 700;
        margin-bottom: 10px;
    }

    .rebirth-cta-section .rebirth-box p {
        font-size: initial;
        margin-bottom: 20px;
    }

    .discipline-banner h2 {
    font-size: 14px !important;
}


}

@media (max-width: 480px) {}

@media (max-width: 414px) {}

@media (max-width: 411px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}