html,
body {
    margin: 0;
    padding: 0;
    background-color: #efe8dc;
    width: 100%;
    height: 100%;
    /* font-family: nirmala-text, sans-serif; */
    font-family: "Anek Devanagari", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

/* body::before,
body::after {
    content: "";
    position: fixed;
    background: red;
    z-index: 9999;
}

body::before {
    width: 1px;
    height: 100vh;
    left: 50%;
    top: 0;
}

body::after {
    height: 1px;
    width: 100vw;
    top: 50%;
    left: 0;
} */

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background: #efe8dc;
}

body::-webkit-scrollbar-thumb {
    background: #ff470a;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.amita-regular {
    font-family: "Amita", serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "liga" 1, "clig" 1;
    font-variant-ligatures: common-ligatures contextual;
    text-rendering: optimizeLegibility;
    font-synthesis: none;
}

.amita-bold {
    font-family: "Amita", serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "liga" 1, "clig" 1;
    font-variant-ligatures: common-ligatures contextual;
    text-rendering: optimizeLegibility;
    font-synthesis: none;
}

.hero-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efe8dc;
}

.hero-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.nav_container.fixed {

    margin-top: -80px;
    padding-left: 81px;
}

/* Normal state */
.navbar-bgMatch {
    margin-top: -210px;
    position: relative;
    width: 100%;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.navbar-bgMatch.fixed {
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    z-index: 1050;
    min-height: 142px;
    background: url(../img/header_1.png) center / cover no-repeat;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;

}

.navbar-bgMatch.fixed .nav-link,
.navbar-bgMatch.fixed .navbar-brand {
    color: #fff !important;
}

.LogoText {
    font-size: 26px;
    color: #ffffff;
    text-shadow: 2px 3px 0px #4f0906;
}

.LogoText:hover {
    font-size: 26px;
    color: #ffffff;
    text-shadow: 2px 3px 0px #4f0906;
}

.nav-link {
    display: block;
    padding: 0px 6px;
    font-weight: 500 !important;
    color: #440f00 !important;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 18px;
}


.section-6rem {
    margin-top: 6rem;
}

.section-15rem {
    margin-top: 15rem;
}

.section-10rem {
    margin-top: 10rem;
}

.moreDetails {
    color: #732d03;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
}

.main-content {
    margin-top: 100px;
    height: 100vh;
}

.TextPara {
    font-size: 16px;
    line-height: 29px;
    color: #410000;
    font-weight: 400;
}

.text-justify {
    text-align: justify;
}

.About_Text {
    font-size: 32px;
    color: #ff9000;
    font-weight: 600;
}

.scroll-section {
    padding: 40px 0;
    background-color: #efe8dc;

}

.scroll-card {
    position: relative;
    margin: 0 auto;
    background: url("../img/daily_routine_poster.png") center/contain no-repeat;
    aspect-ratio: 16 / 7;

}


.scroll-inner {
    position: absolute;
    top: 15%;
    bottom: 12%;
    left: 30%;
    right: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.scroll-title {
    text-align: center;
    font-size: 2.2rem;
    color: #6b1d00;
    margin-bottom: 1.5rem;
}


.scroll-columns {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    font-size: 15px;
    color: #410e00;
    font-weight: 500;
    line-height: 1.8;
}

.scroll-col {
    flex: 1;
}


.bg_hand {
    position: absolute;
    width: 25%;
    opacity: 0.5;

}

.bg_route {
    position: absolute;
    width: 80%;
    opacity: 0.5;

}

.bg_om {
    position: absolute;
    width: 40%;
    opacity: 0.6;
    left: 50%;
}

.bg_hand_adhyay {
    position: absolute;
    width: 50%;
    opacity: 0.5;

}

.video-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 20px;
    text-align: center;
}

.video-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}


.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f89e2a;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fb8b26;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.timeline-table {
    border: 1px solid #9c712b;
    padding: 0px;
    border-radius: 7px;
}

.icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon-list li {
    margin-bottom: 10px;
}

.icon-list li span {
    text-decoration: none;
    color: #ff8900;
    font-weight: 600;
    font-style: normal;
    font-size: 17.5px;
    position: relative;
    padding-left: 24px;
}

.icon-list li span::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7a00;
}

/*responsive tweak for small screens */
@media (max-width: 768px) {
    .scroll-inner {
        top: 18%;
        bottom: 10%;
        left: 10%;
        right: 10%;
    }

    .scroll-title {
        font-size: 1.6rem;
    }
}


/* --- Testimonial card --- */

.testimonial-card {
    position: relative;
    padding: 24px 30px 22px;
    border-radius: 18px;
    background: url("../img/testimonial.png") center/cover no-repeat;
    min-height: 280px;
    overflow: hidden;
}

.testimonial-text {
    margin: 50px 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #4b1300;
}

.testimonial-name {
    margin: 0;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    color: #7b2a08;
}

.testimonial-indicators [data-bs-target] {
    width: 36px;
    height: 6px;
    border-radius: 999px;
    background-color: #a86832;
    opacity: 0.4;
    border: none;
    margin: 0 4px;
}

.testimonial-indicators .active {
    opacity: 1;
    background-color: #7b2a08;
}

.testimonial-indicators {
    position: static;
    margin-top: 1.2rem;
}

@media (max-width: 767.98px) {
    .testimonial-card {
        margin: 0 auto;
    }
}


/* footer */
.copyrightLeftText {
    font-size: 17px;
    margin-top: 20px;
}

.site-footer {
    background-color: #f9e6cc;
    color: #4b1400;
    font-size: 14px;
}

.footer-main {
    position: relative;
    background-color: #fbe4c5;
    padding-top: 2.5rem;
}

.footer-main::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    height: 70px;

    pointer-events: none;
}

.footer-bottom {
    margin-top: 1px;
    background: url(../img/footer.png) center / cover no-repeat;
    font-weight: 600;
}

.footer-bottom-py4 {
    padding-top: 4rem !important;
    padding-bottom: 1rem !important;
}

.footer-text {
    color: #4b1400;
    line-height: 1.8;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.footer_bottom_pos {
    z-index: 2;
    position: relative;
}

.footer-links {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
}

.footer-heading {
    font-weight: 700;
    color: #4b1400;
    border-bottom: 2px solid #7b3f00;
    display: inline-block;
    padding-bottom: 4px;
}

.footer-links a {
    text-decoration: none;
    color: #4b1400;
}

.footer-links a:hover {
    color: #c15c16;
}

.footer-contact i {
    color: #c15c16;
}

.footer-social {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ff8c26;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff8c26;
    text-decoration: none;
}

.footer-social:hover {
    background-color: #ff8c26;
    color: #fff;
}


.footer-maharaj {
    position: absolute;
    max-height: 400px;
    object-fit: contain;
    margin-top: -117px;
    z-index: 1;
}

/* small screens */
@media (max-width: 767.98px) {
    .footer-main::after {
        bottom: -25px;
        height: 50px;
    }

    .footer-bottom {
        margin-top: 25px;
    }

    .footer-maharaj {
        max-height: 180px;
    }
}


.scroll-down-arrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 36px;
    color: #fff;
    border: 2px solid orange;
    background: rgb(255 255 255);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scrollDown {
    color: #ffa500;
    font-size: 19px;
}


/* Contact Section */
.scroll-down-arrow_InnerPages {
    position: absolute;
    left: 48.3%;
    bottom: 70px;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 36px;
    color: #fff;
    border: 2px solid orange;
    background: rgb(255 255 255);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mapCard {
    border: 4px solid white;
    border-radius: 25px;
}

.map {
    border-radius: 25px;
}

.contact-inner {
    position: absolute;
    top: 15%;
    bottom: 12%;
    left: 25%;
    right: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Ul-contact i {
    color: #6b1d00;
}

.navbar-toggler {
    padding: 11px 11px 6px 11px;
    font-size: 1.25rem;
    line-height: 1;
    color: #4f1111;
    font-size: 23px;
    background-color: #ffffff;
    border-radius: 50px;
    transition: box-shadow .15s ease-in-out;
    /* padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: black;
    background-color: #ffffff;
    border: 3px solid #ff8100;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out; */
}

.company-logo {
    width: 100px;
    height: 30px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
    border-radius: 4px;
    font-weight: bold;
    color: white;
    padding: 5px;
}


.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #fb8e0047;
}

/* adhyay */
.parchment-wrapper {
    background-image: url("../img/aboutBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 320px;
    padding: 10.5rem 8rem;
    color: #6a2a09;
    line-height: 1.7;
}

.marathi-title {
    font-weight: 700;
    font-size: 1.35rem;
}

@media (max-width: 576px) {
    .parchment-wrapper {
        padding: 1.75rem 1.25rem;
    }
}


.custom-acc-btn {
    background-color: #f3f3f3;
    transition: 0.4s;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #a26f2e;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-body {
    padding: 1rem 1.25rem;
    background: #ffebd1;
    border: 1px solid #a26f2e8c;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    margin-top: 13px;
    background-color: #ffedd4;
    border: 1px solid #4d030085;
    border-radius: 10px !important;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;

}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.gallery-pane {
    min-height: 400px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffffa6;
    margin: 0px;
    padding: 20px;
    border-radius: 25px;
}

.gallery-img {
    object-fit: cover;
    width: 100%;
    max-height: 250px;
    border-radius: 15px !important;
    border: 6px solid #b38839;
}

.nav-pills .nav-link.active {
    background-color: #6b1d00;
    color: #fff;
}


/* vertical tab 

******* add flex-coloumn for vertical **************

*/

/* .tabBtn {
    background-color: #ffffff;
    margin-bottom: 8px;
    border-radius: 8px;
    border: none;
    font-size: 19px !important;
    padding: 11px 0px 4px 0px;
    margin-bottom: 12px;
} */

.tabBtn {
    background-color: #ffffff;
    font-size: 19px !important;
    background: 0 0;
    margin: 10px 0px 20px 0px;
    border: 0;
    border-radius: 8px;
    padding: 15px 15px 10px 15px;
}

.tabBtn:hover {
    background-color: #ffd39b;
    color: #000;
}

.tabBtn.active,
.nav-link.active {
    background-color: #6b1d00 !important;
    color: #fff !important;
}

.gallryBreak {
    background-color: #ff9000;
    height: 2px;
    opacity: unset;
}

.gallery-scroll::-webkit-scrollbar {
    width: 8px;
}

.gallery-scroll::-webkit-scrollbar-track {
    scrollbar-width: thin;
    scrollbar-color: #6b1d00 #f9f7f3;
}

.gallery-scroll::-webkit-scrollbar-thumb {
    background: #6b1d00;
    border-radius: 10px;
}

.gallery-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.gallery-scroll {
    scrollbar-width: thin;
    scrollbar-color: #6b1d00 #f9f7f3;
}

/* Commity */
.commity_Bg {
    background-image: url("../img/mandalBg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    min-height: 320px;
    padding: 10.5rem 8rem;
    color: #6a2a09;
    line-height: 1.7;
}

.position {
    background: #ff7d00;
    background: #624933;
    padding: 7px 20px 2px 20px;
    border-radius: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.memberName {
    font-size: 18px;
    font-weight: 600;
}

.aboutImgResponsive {
    width: 80%;
}

/* Media Responsive */
@media (max-width:320px) {
    .IndexGallary {
        width: 100% !important;
    }

    .testimonial-name {
        margin: 10px 58px 0px 0px;
        text-align: right;
        font-weight: 700;
        font-size: 13px;
        color: #7b2a08;
    }

    .testimonial-text {
        padding: 0px 40px;
        margin: 25px 0px 10px 20px;
        font-size: 14px;
        line-height: 1.7;
        color: #4b1300;
    }

    .nav-responsive-content {
        padding: 0px 5px !important;
    }

    .LogoText {
        font-size: 21px !important;
    }

    .navbar-bgMatch.fixed {
        margin-top: 0px;
        padding-top: 40px !important;
        min-height: 105px !important;
    }

    .navbar-bgMatch.fixed .nav-link {
        color: #440f00 !important;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background: white !important;
        padding: 20px;
        border-radius: 20px;
        position: relative !important;
        margin-top: 20px !important;
        z-index: 100 !important;
    }

    .nav-link {
        padding: 2px 6px !important;
        font-size: 16px !important;
    }

    .navbar-collapse {
        position: absolute;
        margin-top: 100%;
    }

    .scroll-down-arrow_InnerPages {
        left: 42% !important;
    }

    .dropdown-item {
        padding: 0px 0px 0px 24px !important;
        font-size: 15px !important;
        line-height: 26px !important;
        font-weight: 500 !important;
        color: #440f00 !important;
        margin: 0px !important;
    }

    .dropdown-menu {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 15px !important;
        color: #212529;
        text-align: left;
        list-style: none;
        border: none !important;
    }

    .About_Text {
        font-size: 25px;
    }

    .parchment-wrapper {
        padding: 6.75rem 2.25rem;
    }

    .TextPara {
        font-size: 15px;
        line-height: 24px;
        color: #410000;
        font-weight: 400;
    }

    .bg_hand {
        position: absolute;
        width: 100%;
        opacity: 0.5;
        margin-top: 55px;
    }

    .responsive-CopyrightAbove {
        margin-bottom: 0px;
        padding-top: 20px;
    }

    .footer-bottom-py4 {
        padding-top: 4rem !important;
        padding-bottom: 1rem !important;
        margin-top: 0px !important;
    }

    .contactPage .scroll-columns {
        flex-direction: column;
        gap: 1rem;
        font-size: 0.95rem;
    }

    .contactPage .contact-inner {
        position: relative;
        padding: 10px;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .map {
        border-radius: 25px;
        width: 100%;
        height: 80%;
    }

    .contactPage .scroll-card {
        background: unset !important;
        aspect-ratio: unset !important;
        background: #faebd759 !important;
    }

    .contactPage .scroll-col .footer-links {
        font-size: 16px;
        font-weight: 500;
        line-height: 29px;
        padding: 0px 42px;
    }

    .aboutImgResponsive {
        width: 45% !important;
    }

    .commity_Bg {
        padding: 4.5rem 0rem !important;
    }

    .MemberPhoto {
        width: 45% !important;
    }

    .MathMember {
        width: 45%;
    }

    .tabBtn {
        margin: 11px 0px 0px 0px;
    }

    .GallaryPage .nav-link {
        padding: 7px 6px !important;
        font-size: 16px !important;
    }

    .timeTable_RespPD {
        padding: 15px;
    }

    .mathPage .scroll-card {
        position: relative;
        margin: 0 auto;
        background: unset;
    }

    .mathPage .scroll-inner {
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        position: relative;
    }

    .testimonial-card {
        background: url(../img/testimonial.png) center / contain no-repeat !important;
        min-height: 200px !important;
    }

    .IndexInfo {
        width: 60%;
    }
}

@media(min-width: 321px) and (max-width: 576px) {
    .IndexGallary {
        width: 100% !important;
    }

    .IndexInfo {
        width: 60%;
    }

    .testimonial-name {
        margin: 10px 58px 0px 0px;
        text-align: right;
        font-weight: 700;
        font-size: 13px;
        color: #7b2a08;
    }

    .testimonial-text {
        padding: 0px 40px;
        margin: 25px 0px 10px 20px;
        font-size: 14px;
        line-height: 1.7;
        color: #4b1300;
    }

    .testimonial-card {
        background: url(../img/testimonial.png) center / contain no-repeat !important;
        min-height: 200px !important;
    }

    .nav-responsive-content {
        padding: 0px 10px !important;
    }

    .LogoText {
        font-size: 21px !important;
    }

    .navbar-bgMatch.fixed {
        margin-top: 0px;
        padding-top: 40px !important;
        min-height: 105px !important;
    }

    .navbar-bgMatch {
        margin-top: -232px !important;
    }

    .navbar-bgMatch.fixed .nav-link {
        color: #440f00 !important;
    }

    .navbar-collapse {
        position: absolute;
        margin-top: 80%;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background: white !important;
        padding: 20px;
        border-radius: 20px;
        position: relative !important;
        margin-top: 20px !important;
        z-index: 100;
    }

    .nav-link {
        padding: 2px 6px !important;
        font-size: 16px !important;
    }

    .scroll-down-arrow_InnerPages {
        left: 44% !important;
    }

    .dropdown-item {
        padding: 0px 0px 0px 24px !important;
        font-size: 15px !important;
        line-height: 26px !important;
        font-weight: 500 !important;
        color: #440f00 !important;
        margin: 0px !important;
    }

    .dropdown-menu {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 15px !important;
        color: #212529;
        text-align: left;
        list-style: none;
        border: none !important;
    }

    .About_Text {
        font-size: 25px;
    }

    .parchment-wrapper {
        padding: 6.75rem 2.25rem;
    }

    .TextPara {
        font-size: 15px;
        line-height: 24px;
        color: #410000;
        font-weight: 400;
    }

    .bg_hand {
        position: absolute;
        width: 100%;
        opacity: 0.5;
        margin-top: 55px;
    }

    .responsive-CopyrightAbove {
        margin-bottom: 0px;
        padding-top: 20px;
    }

    .footer-bottom-py4 {
        padding-top: 4rem !important;
        padding-bottom: 1rem !important;
        margin-top: 0px !important;
    }

    .contactPage .scroll-columns {
        flex-direction: column;
        gap: 1rem;
        font-size: 0.95rem;
    }

    .contactPage .contact-inner {
        position: relative;
        padding: 10px;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .map {
        border-radius: 25px;
        width: 100%;
        height: 80%;
    }

    .contactPage .scroll-card {
        background: unset !important;
        aspect-ratio: unset !important;
        background: #faebd759 !important;
    }

    .contactPage .scroll-col .footer-links {
        font-size: 16px;
        font-weight: 500;
        line-height: 29px;
        padding: 0px 42px;
    }

    .aboutImgResponsive {
        width: 45% !important;
    }

    .commity_Bg {
        padding: 4.5rem 0rem !important;
    }

    .MemberPhoto {
        width: 45% !important;
    }

    .MathMember {
        width: 45%;
    }

    .tabBtn {
        margin: 11px 0px 0px 0px;
    }

    .GallaryPage .nav-link {
        padding: 7px 6px !important;
        font-size: 16px !important;
    }

    .timeTable_RespPD {
        padding: 15px;
    }

    .mathPage .scroll-card {
        position: relative;
        margin: 0 auto;
        background: unset;
    }

    .mathPage .scroll-inner {
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
        position: relative;
    }
}

/* Tablet */
@media (min-width: 577px) and (max-width: 768px) {
    .IndexInfo {
        width: 40%;
    }

    .hero-img {
        width: 100%;
        height: 100vh !important;
        object-fit: cover !important;
        display: block;
    }

    .aboutImgResponsive {
        width: 35% !important;
    }

    .nav_container.fixed {
        margin-top: -84px !important;
        padding-left: 17px !important;
    }

    .dropdown-item {
        padding: 0px 0px 0px 24px !important;
        font-size: 15px !important;
        line-height: 26px !important;
        font-weight: 500 !important;
        color: #440f00 !important;
        margin: 0px !important;
    }

    .dropdown-menu {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 15px !important;
        color: #212529;
        text-align: left;
        list-style: none;
        border: none !important;
    }

    .nav-responsive-content {
        padding: 0px 10px !important;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        background: white !important;
        padding: 20px;
        border-radius: 20px;
        position: relative !important;
        margin-top: 20px !important;
        z-index: 100;
    }

    .navbar-collapse {
        position: absolute;
        margin-top: 40%;
    }

    .navbar-bgMatch.fixed .nav-link {
        color: #440f00 !important;
    }

    .scroll-card {
        aspect-ratio: 16 / 10 !important;
    }

    .contact-inner {
        position: absolute;
        top: 12% !important;
        left: 11% !important;
        right: 11% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .map {
        width: 300px !important;
        height: 215px !important;
    }

    .MathImgParshwa {
        width: 50% !important;
    }

    .mathPage .scroll-title {
        margin-bottom: 3px !important;
    }

    .mathPage .scroll-inner {
        left: 12%;
        right: 12%;
    }

    .About_Text {
        font-size: 28px !important;
    }

    .PlaceImg {
        width: 50% !important;
    }

    .memberName {
        font-size: 14.5px !important;
    }

    .MemberPdResponsive {
        padding: 0px !important;
    }

    .MemberPhoto {
        width: 100%;
    }

    .commity_Bg {
        padding: 5.5rem 7rem !important;
    }

    .upkramImg {
        width: 50%;
    }

    .yatraVideo {
        width: 80%;
    }

    .testimonial-card {
        background: url(../img/testimonial.png) center / contain no-repeat !important;
        min-height: 235px !important;
        aspect-ratio: 16 / 17 !important;
    }

    .testimonial-name {
        margin: 0;
        text-align: right;
        font-weight: 700;
        font-size: 13px;
        color: #7b2a08;
    }

    .testimonial-text {
        margin: 58px 0px 10px 0px;
        font-size: 14px;
        line-height: 1.7;
        color: #4b1300;
    }
}

/* Laptop */
@media (min-width: 769px) and (max-width: 1024px) {
    .hero-img {
        width: 100%;
        height: 100vh !important;
        object-fit: cover !important;
    }

    .footer-maharaj {
        max-height: 370px !important;
        margin-top: -56px !important;
    }

    .nav_container.fixed {
        margin-top: -90px !important;
        padding-left: 10px !important;
    }

    .nav-link {
        font-size: 16px !important;
    }

    .LogoText {
        font-size: 21px !important;
    }

    .parchment-wrapper {
        padding: 7.5rem 5rem !important
    }

    .aboutImgResponsive {
        width: 80% !important;
    }

    .scroll-card {
        aspect-ratio: 16 / 10 !important;
    }

    .contact-inner {
        position: absolute;
        top: 12% !important;
        left: 11% !important;
        right: 11% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .mathPage .scroll-inner {
        padding: 20px 100px !important;
        top: 15% !important;
        bottom: 12% !important;
        left: 0% !important;
        right: 0% !important;
    }

    .testimonial-card {
        min-height: 200px !important;
        aspect-ratio: 16 / 11 !important;
    }

    .video-play-button {
        top: 35% !important;
    }

    .IndexGallary {
        width: 100% !important;
    }
}

/* Desktop */
@media (min-width: 1025px) {}

.IndexGallary {
    width: 100%;
}

.MemberPhoto {
    width: 70%;
}

.yatraVideo {
    border: 5px solid #774d1e;
    border-radius: 25px;
}

.MathMember {
    width: 70%;
}