@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
    font-family: "MBFEdge";
    src: url("../fonts/MBFEdge-Regular.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.container {
    max-width: 1140px !important;
}

a:hover {
    text-decoration: none !important;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

/* =============================landing banner================================= */
.landing-background {
    position: relative;
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    z-index: 1;
    color: #fff;
    background-attachment: fixed;
}

.landing-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3c7b1b;
    opacity: 0.9;
    z-index: -1;
}

.landing-background h2 {
    font-family: "Montserrat";
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #ffffff;
    text-align: center;
}

.landing-background p {
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    color: #eaeaea;
    margin-bottom: 50px;
}

.banner-flex {
    display: flex;
    padding: 15px 0;
}

.icon-img {
    background-color: #55df0d;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.icon-content {
    width: 90%;
}

.icon-content h3 {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 500;
}

.icon-content p {
    text-align: left;
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #eaeaea;
    margin: 0;
}

.modal-btn {
    background-color: transparent;
    font-family: "Montserrat";
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
    background-image: linear-gradient(14deg, #f43009 0%, #900000 90%);
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    padding: 12px 24px !important;
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-weight: 700 !important;
    transition: all .3s;
}


/* ================================course===================================== */
.course-list {
    display: flex;
    background-color: #3c7b1b;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    align-items: center;
}

.all-headings {
    padding-bottom: 45px;
}

.all-headings h5 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #f4b131;
}

.all-headings h2 {
    font-family: "Montserrat";
    font-size: 45px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.white-text h2 {
    color: #fff;
}

.course-content {
    color: #fff;
    padding: 30px;
    width: 50%;
}

.course-content h2 {
    margin-bottom: 10px;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.course-content p {
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 1.5em;
    color: #eaeaea;
}

.course-content h3 {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #ffffff;
}

.course-content h4 {
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #f4b131;
}

.course-img {
    width: 50%;
}

.course-img img {
    width: 100%;height: 250px;
    object-fit: cover;
}

.course {
    padding: 50px 0;
}

/* =============================certificate=================================== */
.certificate-img {
    text-align: center;
    width: 100%;
}.certificate-img img{
    text-align: center;
    width: 100%;
}

.certificate {
    padding: 50px 0;
}

/* ===========================gallery============================= */

.gallery {
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    z-index: 1;
    color: #fff;
    background-attachment: fixed;
}

.gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3c7b1b;
    opacity: 0.9;
    z-index: -1;
}

/* Gallery Styles */
.gallery_container {
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 1300px) and (max-width: 2560px) {
    .popup-gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (min-width: 700px) and (max-width: 1299px) {
    .popup-gallery {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (min-width: 300px) and (max-width: 699px) {
    .popup-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
}

.gallery_item {
    margin-bottom: 5px;
    overflow: hidden;
}

.popup-gallery a {
    display: block;
    width: 100%;
    border: 1px solid #fff;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-radius: 15px;
}

.popup-gallery a:hover {
    transform: scale(1.05);
    border-color: #fff;
}

.popup-gallery img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: 250px;
    max-height: 250px;
}

@media only screen and (max-width: 1000px) {
    .popup-gallery img {
        min-height: 150px;
        max-height: 150px;
    }
}

/* END  */

.singicon_btn_nlf {
    position: absolute;
    top: 44%;
    bottom: 56%;
    left: 44%;
    right: 56%;
    opacity: 0;
}

.singicon_btn_nlf svg {
    color: #fff;
}

.popup-gallery a:hover .singicon_btn_nlf {
    opacity: 1;
}

.hover_affect_nlf:hover img {
    opacity: 0.5;
}

/* ==============================video================================== */
.video {
    padding: 80px 0;
}

.video .yoga-video iframe {
    border-radius: 15px;
}


/* ===========================journey======================== */
.journey-img {
    width: 100%;
}

.journey-img img {
    width: 100%;
}

.journey {
    padding-bottom: 80px;
}

/* =============================certificate============================= */
.peak {
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    z-index: 1;
    font-family: 'Montserrat';
    background-attachment: fixed;
}

.peak::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3c7b1b;
    opacity: 0.9;
    z-index: -1;
}

.cer-content h5 {
    font-size: 14px;
    margin: 0;
    text-decoration-line: line-through;
    color: #888;
}

.cer-content p {
    font-size: 16px;
    margin: 0;
    color: #2e7d32;
    font-weight: 700;
}

.certificate-card {
    background: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 30px 10px;
    position: relative;
    text-align: left;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.certificate-card .certificate-medal {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border: 5px solid #f4f4f4;
    z-index: 9;
    border-radius: 100px;
    top: 0px;
    transform: translate(-50%, -50%);
    left: 50%;
    overflow: hidden;
}

.certificate-card .certificate-medal img {
    width: 100%;
}


.certificate-card h3 {
    margin-top: 40px;
    font-size: 17px;
    color: #000;
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 700;
}

.peek-medal {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    background-color: #a4ff76;
    border: 5px solid #f4f4f4;
    z-index: 9;
    border-radius: 100px;
    bottom: -95px;
    transform: translate(-50%, -50%);
    left: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.peek-medal a {
    color: #000;
    text-decoration: none;
}

.peek-medal i {
    font-size: 35px;
    color: #000;
}

.peek-medal h5 {
    color: #000;
    font-size: 18px;
}

.peek-card {
    padding: 10px;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.cert-item {
    width: 100%;
    margin-bottom: 20px;
}

.cert-item img {
    width: 100%;
}

.peek-card h3 {
    margin-bottom: 10px;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 700;
}

.cert-item p strong {
    display: block;
    font-size: 16px;
    color: #000;
}

.cer-content {
    display: flex;
    padding-bottom: 35px;
    align-items: center;
    justify-content: space-between;
}

.divider {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

.details p {
    font-size: 13px;
    margin: 5px 0;
}

.details strong {
    color: #000;
}

/* =================================trainer=============================== */

.testimonial {
    background: #3c7b1b;
    color: #fff;
    border-radius: 20px;
    margin: 0 20px;
    overflow: hidden;
    margin-bottom: 35px;
}

.testimonial-content p {
    font-family: 'Montserrat';
    font-weight: 300;
}

.testimonial .testimonial-content {}

.testimonial .post-img {
    width: 100%;
}

.trainer {
    padding: 0px 0;
}

.testimonial .post-img img {
    width: 100%;
}

.con-flex {
    padding: 15px 0;
    text-align: center;
}

.testimonial .post-img img {
    width: 100%;    height: 240px;
    object-fit: cover;
}

.testimonial-content .testimonial-icon {
    width: 130px;
    height: 45px;
    background: #000000;
    text-align: center;
    font-size: 14px;
    color: #ffba00;
    line-height: 42px;
    position: absolute;
    top: -1px;
    right: -1px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    padding: 0 7px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #e41212;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    color: #fff;
    font-family: 'Montserrat';
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #eaeaea;
    font-family: 'Montserrat';    margin-bottom: 25px;
}
.con-flex a{
        background-color: #fff;
    color: #000;
    padding: 8px 20px;
    font-family: 'Montserrat';
    font-size: 13px;
    border-radius: 5px;
    font-weight: 600;
}
.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #3c7b1b;
}


/* =============================benefits=============================== */

.yoga-section {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
    font-family: 'Montserrat';

}

.yoga-section .yoga-img {
    text-align: center;
}

.yoga-section .yoga-img img {
    max-width: 100%;
    height: auto;
}

.yoga-box {
    background-color: #3b7f2d;
    color: #fff;
    padding: 35px 25px;
    border-radius: 70px 70px 70px 0;
    margin-bottom: 30px;
    text-align: center;
}

.yoga-box.right {
    border-radius: 70px 70px 0 70px;
}

.yoga-line {
    width: 2px;
    height: 65px;
    background-color: #3b7f2d;
    margin: 0 auto 30px;
}

/* ===================================programme======================================= */
.ycb-section {
    position: relative;
    background-image: url(../images/banner-3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    font-family: 'Montserrat';
    background-attachment: fixed;
    padding: 35px 0;
}

.ycb-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3c7b1b;
    opacity: 0.9;
    z-index: -1;
}

.ycb-section ul li {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ycb-section i {
    font-size: 10px;
    margin-right: 8px;
    color: #232323;
}

.list-unstyled {
    padding: 0px !important;
}

@media (max-width: 767px) {
    .border-right {
        border-right: none !important;
    }
}

.border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* ====================================batches=================================== */
.batch {
    padding: 70px 0;
}

.yoga-table {
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    width: 100%;
    font-family: 'Montserrat';
    text-align: center;
}

.yoga-table th {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px;
    border: 1px solid #000;
}

.yoga-table td {
    border: 1px solid #ccc;
    padding: 12px;
    color: #333;
    font-size: 15px;
}

.yoga-table tr:nth-child(odd) td {
    background-color: #f5f0fa;
}

.yoga-table a {
    color: #2e7d32;
    font-weight: 600;
    text-decoration: none;
}

.yoga-table a:hover {
    text-decoration: underline;
}


/* ==========================faq=============================== */
.faq-section {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Montserrat';
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.faq-question .icon {
    transition: transform 0.3s ease;
    font-weight: bold;
    font-size: 1.2rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}

.faq-answer p {
    margin: 10px 0;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    /* enough for content */
    padding: 10px 0;
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
    content: "–";
}

/* =======================================footer================================ */
.footer-background {
    background-color: #2e7d32;
}

.logo-flex {
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.logo-flex h5 {
    margin: 0;
}

/* =======================================form================================ */
.form-container {
    background: rgba(255, 255, 255, 0.1);
    height: 65vh;
    overflow-y: auto;
    padding: 20px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.form-label {
    font-weight: 600;
}

.form-control,
.form-select {
    border-radius: 10px !important;
    background-color: #eee !important;
    font-size: 14px !important;
    border: none !important;
    width: 100% !important;
    height: 55px !important;
    padding: 0 20px !important;
}

.form-control:focus,
.form-select:focus {
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.4);
    outline: none;
}

.btn-submit {
    background: linear-gradient(to right, #fbc02d, #f57c00);
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: 600 !important;
    padding: 12px 20px !important;
    width: 100%;
    transition: all 0.3s ease;
}

.modal-header .all-headings {
    padding-bottom: 0;
    text-align: center;
}

.btn-submit:hover {
    background: linear-gradient(to right, #f57c00, #ef6c00);
    color: #fff;
}

.form-title {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.5rem;
    color: #fff;
}


/* =========================whatsapp=============================== */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    font-size: 35px;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    color: white;
}

button.faq-question {
    color: #000;
}
button.btn.btn-secondary {
    width: 20%;
}
.modal-header {
    padding: 2rem 1rem !important;
}
.modal-header .close {
    width: 10% !important;
}
.enroll-btn{
    position: fixed;
    bottom: 50%;
    right: -52px;
    z-index: 9999;
}
.enroll-btn button{
    border: none;
    background-color: #930000;
    rotate: 90deg;
    padding: 10px 30px;
    color: #fff;
    font-family: 'Montserrat';
    border-radius: 3px;
}
@-webkit-keyframes blinker {
  from {background-color: #ff2300;}
  to {background-color: #930000;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.landing-phone{
    text-align: right;
    position: absolute;
    z-index: 9999;
}
.landing-phone a{
color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
    background-color: #2f52ff;
    padding: 10px 30px;
    border-radius: 30px;
    position: fixed;
    right: 35px;
    z-index: 9999;
}
.landing-phone a:hover{
    color: #fff;
}

/*============================top button=============================*/

#scroll {
    position: fixed;
    right: 29px;
    bottom: 102px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #002864;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
