/* 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;
}

.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;
    width:100%;
    height:100%;
    object-fit: cover;
}

.difference .image-wrapper:hover {
    transform: scale(1.03);
}

/* Difference */

/* About Course */
.about-course-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    min-height: 400px;
}

.about-course-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 0;
}

.about-course-section .container {
    position: relative;
    z-index: 1;
}

/* Teacher */

.teacher-content {
    background: rgba(204, 163, 105, 0.3);
    border: 1px solid var(--color-primary);
    border-radius: 20px;
    padding: 20px 220px 20px 20px;
    position: relative;
    width: calc(100%-200px);
    margin-right: -200px;
}

.teacher-content.p-left {
    padding: 20px 20px 20px 220px;
    margin-right: 0px;
    margin-left: -200px;
}

.teacher_row_wrap:last-child {
    margin-bottom: 213px;
}

.te_name {
    font-family: "Cinzel", serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.te_po {
    font-family: "Cinzel", serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}

.teacher_img_wrapper {
    background: #fff;
    text-align: right;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    box-shadow: var(--box-shadow);
    transition: transform 0.3s ease;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .teacher_row_wrap {
        flex-direction: column;
        align-items: center;
        flex-direction: column-reverse;
    }

    .teacher-content, .teacher-content.p-left {
    padding: 230px 10px 10px 10px;
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  
}
.teacher_img_wrapper {
    margin-bottom: -200px;
}

}

/* Teacher */


/* Contact Us */
.contact-us {
    background: rgba(204, 163, 105, 0.3);
}

.contact-us .contact-top {
    padding: 20px;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    max-width: 97%;
    margin: auto;
    border: 1px solid var(--color-primary);
}

.contact-box {
    display: flex;
    gap: 15px;
    background: var(--color-secondary);
    padding: 20px;
    border-radius: 20px;
}

.contact-box .icon {
    font-size: 35px;
    color: var(--color-primary);
}

.contact-box .content .cont-head {
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--color-primary);
}

.contact-box .content .cont-des {
    margin: 0;
    color: #fff;
}
.social_container {
    position: relative;
    background: var(--color-secondary);
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
}

.social_container::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../../images/bg/bg-2.png) 0% 0% / cover no-repeat;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
    border-radius: 20px;
}

.social_container>* {
    position: relative;
    z-index: 1;
}

.social_container .social_heading {
    font-family: "Cinzel", sans-serif;
    font-size: 28px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}

.social_container .social_text {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
}

.social_icons {
    display: flex;
    align-items: center;
    justify-content: start;
}

.social_icons a {
    color: #474747;
    font-size: 25px;
    background: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 10px;
    text-decoration: none;
}

.contact_form form {
    padding: 65px 20px 20px;
}
/* Enquery */

.inquiry-section {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Nunito", sans-serif;
    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 select {
    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;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23474747' class='bi bi-chevron-down' viewBox='0 0 16 16'%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");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus,
.inquiry-form select:focus {
    border-color: var(--color-primary);
}

.inquiry-form .form-btn {
    text-align: center;
    margin-top: 20px;
}

.form-btn button {
    background: var(--color-primary);
    color: var(--color-secondary);
    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: var(--color-secondary);
    color: #fff;
    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 */



@media only screen and (max-width:767px) {
    .contact_form form {
        padding: 10px;
    }
}

/* Contact Us */

/* Payment */

.step-box {
    background: linear-gradient(180deg, #FFEBCF, #FFFEFE);
    padding: 25px;
    outline: 2px solid var(--color-secondary);
    border-radius: 20px;
    box-shadow: var(--box-shadow);
    height: 100%;
    outline-offset: -10px;
}

.different_color {
    background: var(--color-primary);
}

.step-box .step-head {
    font-size: 20px;
    font-weight: 800;
}

.step-num {
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 0;
    font-family: "Cinzel", sans-serif;
}

.step-num span{
    font-size: 42px;
    font-weight: 800;
}


/* -------------------- Register Your Seat Section -------------------- */

.book_seat {
    background: linear-gradient(35.19deg, rgba(210, 188, 152, 0.404706) -38.25%, rgba(242, 242, 242, 0.86) 133.19%);
}

.register-title {
    background: var(--color-primary);
    color: var(--color-secondary);
    font-weight: 700;
    padding: 5px 15px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
    border-radius: 20px;
    font-family: "Cinzel", sans-serif;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 2px var(--color-secondary);
    box-shadow: var(--box-shadow);
}
.register-title >* {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}

.register-content{
    padding: 20px;
    background: url(../../images/bg/coursebox-bg.webp), #fff;
    background-position: center center;
    background-repeat: repeat;
    background-size: 20%;
    border-radius: 0px 0px 20px 20px;
    max-width: 97%;
    margin: auto;
    border: 1px solid var(--color-primary);
    box-shadow: var(--box-shadow);
}

.method-title {
    background: var(--color-primary);
    color: var(--color-secondary);
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: var(--box-shadow);
}
.method-title >* {
    font-weight: 800;
    padding: 8px 15px;
    font-size: 20px;
}

.pay-logo {
    display: block;
    margin: 20px auto 0;
    max-width: 180px;
    background: #D9D9D9;
    padding: 10px 25px;
    border-radius: 10px;
    border: 1px solid var(--color-secondary);
}

.pay-logo img{
    max-width: 100%;
}

@media (max-width: 768px) {
.register-content{
    max-width: 90%;
}
}

/* -------------------- Payment Policy -------------------- */
.policy-box {
    background: #CCA3694D;
    padding: 25px;
    border-radius: 12px;
    margin-top: 40px;
    border-left: 10px solid #CCA369;
}

.policy-box ul {
    margin: 0;
    padding-left: 20px;
}

.policy-box li {
    margin-bottom: 8px;
    color: #333;
}
/* Payment */