/* Main Hero Section */
.main-hero-section {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.main-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(71, 71, 71, 0.5);
    z-index: 1;
}

.main-hero-content {
    z-index: 2;
    color: #fff;
    position: relative;
}

.main-hero-heading {
    font-family: "Cinzel", serif;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.breadcrumb {
    background: linear-gradient(90deg, rgba(153, 122, 79, 0) 0%, #997A4F 50%, rgba(153, 122, 79, 0) 100%);
    font-size: 16px;
    border-radius: 6px;
    gap: 10px;
    bottom: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    opacity: 0.7;
}

.breadcrumb-item.active {
    color: #fff;
}

@media (max-width: 768px) {
    .main-hero-section {
        height: 60vh;
    }

    .main-hero-heading {
        font-size: 20px;
    }

    .breadcrumb {
        font-size: 14px;
    }
}

/* Difference */

.difference .image-wrapper {
    transition: transform 0.3s ease;
    background: #fff7ec;
    border: 2px dashed var(--color-primary);
    border-radius: 20px;
    box-shadow: 10px 10px 0px var(--color-primary);
    padding: 2px;
}

.difference .image-wrapper img {
    border-radius: 18px;
}

.difference .image-wrapper:hover {
    transform: scale(1.03);
}

/* Difference */

/* Course Fees */
.course_fees_section {
    background: linear-gradient(35.19deg, rgba(210, 188, 152, 0.404706) -38.25%, rgba(242, 242, 242, 0.86) 133.19%);
}

.course_fees_section .main_heading {
    background: var(--color-primary);
    color: var(--color-secondary);
    font-weight: 700;
    padding: 5px 15px;
    font-size: 20px;
    border-radius: 20px;
    font-family: "Cinzel", sans-serif;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px var(--color-secondary);
    margin-bottom: -30px;
    z-index: 2;
    position: relative;
}

.course_fees_section .course_fees_container {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    background-image: url("../../images/bg/coursebox-bg.webp");
    background-size: 20%;
    background-position: center;
    background-repeat: repeat;
    border: 1px solid var(--color-primary);
    z-index: 1;
    position: relative;
    width: 97%;
}

.info_card {
    background: var(--color-secondary);
    border-radius: 18px;
    padding: 20px;
    display: flex;
    align-items: center;
    color: #fff;
    box-shadow: var(--box-shadow);
}

.info_card .icon_box {
    font-size: 45px;
    color: var(--color-primary);
    margin-right: 20px;
}

.info_card .cfees-head {
    margin: 0;
    color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
}

.info_card .cfees-cont {
    margin: 5px 0 0;
    font-size: 24px;
    font-weight: 700;
}

.info_card .cfees-des {
    margin: 0;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .course_fees_section .course_fees_container{
        padding: 30px 10px;
    }
    .info_card {
        flex-direction: row;
        text-align: left;
    }

    .course_fees_section .main_heading {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-bottom: -15px;
}

.info_card .cfees-cont {
    font-size: 18px;
}

.info_card .cfees-des {
    font-size: 14px;
}

}

/* Course Fees */

/* Enquery */

.inquiry-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background:#fff;

}

.inquiry-section .flower-left,
.inquiry-section .flower-right {
    position: absolute;
    top: 50%;
    width: 300px;
    opacity: 0.8;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
}

.inquiry-section .flower-left {
    left: 0px;
}

.inquiry-section .flower-right {
    right: 0px;
}

.inquiry-section .container {
    position: relative;
    z-index: 1;
}

.inquiry-header {
    background: var(--color-primary);
    color: var(--color-secondary);
    font-weight: 700;
    padding: 5px 15px;
    margin-bottom: 0px;
    font-size: 20px;
    border-radius: 20px;
    font-family: "Cinzel", sans-serif;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px var(--color-secondary);
}

.inquiry-header p {
    margin-bottom: 0px;
}

.inquiry-form {
    padding: 20px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    max-width: 97%;
    margin: auto;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--color-primary);
}

.inquiry-form .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.inquiry-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.inquiry-form .form-group.full {
    width: 100%;
}

.inquiry-form label {
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 8px;
}

.inquiry-form input,
.inquiry-form textarea {
    border: 1px solid var(--color-primary);
    border-radius: 20px;
    background: #f5e7d2;
    padding: 12px 15px;
    font-size: 15px;
    color: var(--color-secondary);
    outline: none;
    transition: all 0.2s ease;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
    border-color: var(--color-primary);
    background: #fffaf3;
}

.inquiry-form .form-btn {
    text-align: center;
    margin-top: 20px;
}

.form-btn button {
    background: #c89c69;
    color: #222;
    font-weight: 700;
    padding: 10px 25px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.form-btn button:hover {
    background: #b7854d;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .inquiry-header {
        font-size: 20px;
        border-radius: 20px 20px 0 0;
    }

    .form-row {
        flex-direction: column;
    }

    .inquiry-form {
        padding: 10px 5px;
    }

    .inquiry-form input,
    .inquiry-form textarea {
        border-radius: 10px;
        padding: 5px 15px;
        font-size: 14px;
    }

}

/* Enquery */

/* Learn Yoga */
.learn-yoga-wrap{
    background: linear-gradient(90deg, #D2BC9878 47%, #F2F2F2);
    border: 1px solid var(--color-primary);
    border-radius: 20px;
    padding: 20px 14px;
    margin-bottom: 40px;
    width: calc(100% - 200px);
}


.learn-yoga-content .main_heading{
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: var(--color-secondary);
    font-family: "Cinzel", sans-serif;
}

.learn-yoga-image{
    margin: -15px -200px -15px 0;
    text-align: right;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

.learn-yoga-image-left {
    margin: -53px 0px -53px -210px;
    text-align: left;
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

.learn-yoga-content .postures{
    display: flex;
}
.r-200 {
    right: -200px;
    position: relative;
}


@media screen and (max-width: 767px) {
    .learn-yoga-wrap{
        width: 100%;
        padding: 20px 10px;
}
.learn-yoga-content .main_heading{
    font-size: 18px;
    text-align: center;
}
.learn-yoga-image, .learn-yoga-image-left {
    margin: 0px 0px 20px 0px;
}
.r-200 {
    right: 0px;
    position: relative;
}
.learn-yoga-content .postures{
    display: block;
}
}
/* Learn Yoga */

/* Yoga Alliance */
.yoga-alliance {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.yoga-alliance .overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
    border-radius: 10px;
}

.yoga-alliance .yoga-alli-head {
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-family: "Cinzel", sans-serif;
}

.yoga-alliance .yoga-alli-subhead {
    font-size: 4rem;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
    font-family: "Happy Monkey", system-ui;
}

.yoga-alliance .yoga-alli-content {
    color: #fff;
    margin: 20px auto;
}

.yoga-alliance .yoga-alli-certificate {
    background: white;
    border-radius: 10px;
    padding: 20px 10px;
    margin-top: 40px;
    overflow: hidden;
}

.yoga-alliance .yoga-alli-certificate img {
    max-width: 80%;
    transition: transform 0.3s;
}

.yoga-alliance .yoga-alli-certificate img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .yoga-alliance .yoga-alli-head {
        font-size: 1rem;
    }

    .yoga-alliance .yoga-alli-subhead {
        font-size: 1.5rem;
    }

    .yoga-alliance .yoga-alli-content {
        text-align: justify;
        margin: 10px auto;
    }

    .yoga-alliance .overlay {
        padding: 40px 10px;
    }

    .yoga-alliance .yoga-alli-certificate {
        padding: 15px;
        margin-top: 20px;
    }
}

/* Yoga Alliance */