.ty-btn {
    margin-top: 28px;
}

.ty-btn a {
    display: inline-block;
    background: #e7e6e4;
    font-size: 1.1em;
    padding: 14px 10px;
    color: #000;
    border-radius: 150px;
    letter-spacing: 2px;
    min-width: 380px;
    text-align: center;
}

.ty-btn a:hover {
    background: #ed471d;
    color: #fff;
}

.what-section {
    background: #f6f7f8;
    padding: 50px 0px;
    text-align: center;
}

.what-section h2 {
    font-size: 2.2em;
    font-weight: 500;
    margin-bottom: 16px;
}

.what-section .ty-btn a {
    min-width: 440px;
    margin-bottom: 14px;
    background: #fff;
    color: #000;
}

.what-section .ty-btn a:hover {
    background: #000;
    color: #fff;
}

.what-section .f-link {
    margin-bottom: 22px;
}

.what-section .flw-link {
    display: flex;
    justify-content: center;
    gap: 0;
}

.what-section .flw-link a {
    display: block;
    position: relative;
    padding: 0px 20px;
    position: relative;
    color: #000;
}

.what-section .flw-link a+a::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    left: 0;
    top: 5px;
}

.what-section .flw-link a:hover {
    color: #ed471d;
}

.video-section {
    margin-top: 40px;
    padding-bottom: 50px;
}

.video-section .container {
    display: flex;
    gap: 25px;
    align-items: center;
}

.video-section .v-left {
    width: 50%;
}

.video-section .v-right {
    width: 50%;
}

.video-section .wpb_video_wrapper {
    position: relative;
}

.video-section .wpb_video_wrapper iframe {
    width: 100%;
    height: 424px;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.video-section .wpb_video_wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../../images/over.png);
    width: 100%;
    height: 504px;
    top: -40px;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center top;
}

.gallery-section {
    background: #f6f7f8;
    padding: 40px 0px;
    position: relative;
    text-align: center;
}

.g-grid-box {
    display: flex;
    gap: 18px;
}

.g-grid-box .gbx {
    width: 33.33%;
    height: 490px;
}

.g-grid-box .gbx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width:1320px) {
    .g-grid-box .gbx {
        height: 380px;
    }
}

@media only screen and (max-width:1200px) {
    .video-section .wpb_video_wrapper::before {
        background-size: 100%;
    }

    .video-section .wpb_video_wrapper iframe {
        height: 324px;
    }

    .g-grid-box .gbx {
        height: 300px;
    }
}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {

    .ty-btn a,
    .what-section .ty-btn a {
        min-width: 310px;
        font-size: 1em;
    }

    .video-section .container {
        display: block;
    }

    .video-section .v-right {
        width: auto;
    }

    .video-section .v-left {
        width: auto;
    }

    .video-section {
        margin-top: 0;
    }

    .video-section .wpb_video_wrapper iframe {
        height: 440px;
    }

    .g-grid-box {
        gap: 8px;
    }

    .g-grid-box .gbx {
        height: 250px;
    }

}

@media only screen and (max-width:640px) {
    .video-section .wpb_video_wrapper iframe {
        height: 400px;
    }

    .video-section .wpb_video_wrapper::before {
        top: 0px;
    }

    .g-grid-box .gbx {
        height: auto;
    }
}

@media only screen and (max-width:480px) {
    .video-section .wpb_video_wrapper iframe {
        height: 360px;
    }
}

/*Women & words Update*/
.program-highlights-container .highlights-heading {
    color: #075056;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
}

.program-highlights-container .no-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program-highlights-container .no-bullets li {
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

.how-to-apply-section {
    padding: 30px 15px;
}

.section-center-aligned {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading,
.section-sub-heading {
    color: #075056;
    margin-bottom: 16px;
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

.section-sub-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.section-center-aligned p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    max-width: 800px;
    margin: 0 auto 20px;
}

.gneres-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.gneres-box-left,
.gneres-box-right {
    flex: 1;
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.gneres-box-left p,
.gneres-box-right p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 16px;
}

.genere-points {
    padding-left: 20px;
    margin-bottom: 20px;
}

.genere-points li {
    margin-bottom: 12px;
    line-height: 1.6;
    color: #444;
}

.note-text {
    font-style: italic;
    font-size: 15px;
    color: #666;
}

@media (max-width: 992px) {
    .section-heading {
        font-size: 30px;
    }

    .section-sub-heading {
        font-size: 24px;
    }

    .gneres-container {
        gap: 20px;
    }

    .gneres-box-left,
    .gneres-box-right {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .how-to-apply-section {
        padding: 30px 15px;
    }

    .gneres-container {
        flex-direction: column;
    }

    .section-heading {
        font-size: 28px;
    }

    .section-sub-heading {
        font-size: 22px;
    }

    .gneres-box-left,
    .gneres-box-right {
        width: 100%;
        padding: 20px;
    }

    .section-center-aligned {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .section-heading {
        font-size: 24px;
    }

    .section-sub-heading {
        font-size: 20px;
    }

    .genere-points li {
        font-size: 15px;
    }
}

.key-dates-section {
    padding: 60px 20px;
    background: #e4dace;
}

.key-dates-section .section-heading {
    text-align: center;
}

.dates-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
    padding-top: 20px;
}

.dates-box {
    flex: 1 1 calc(25% - 18px);
    min-width: 220px;
    background: #f9f9f9;
    padding: 28px 24px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    transition: transform 0.2s ease;
    box-sizing: border-box;
}

.dates-box:hover {
    transform: translateY(-4px);
}

.date-head {
    font-size: 24px;
    font-weight: 700;
    color: #075056;
    margin-bottom: 12px;
    line-height: 1.3;
}

.date-notes {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin: 0;
}

@media (max-width: 992px) {
    .dates-box {
        flex: 1 1 calc(50% - 12px);
    }

    .key-dates-section .section-heading,
    .program-highlights-container .highlights-heading {
        font-size: 30px;
    }

    .date-head {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .key-dates-section {
        padding: 40px 16px;
    }

    .dates-container {
        gap: 18px;
    }

    .dates-box {
        flex: 1 1 100%;
        min-width: 100%;
        padding: 22px 18px;
    }

    .key-dates-section .section-heading,
    .program-highlights-container .highlights-heading {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .date-head {
        font-size: 20px;
    }

    .date-notes {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    .key-dates-section .section-heading,
    .program-highlights-container .highlights-heading {
        font-size: 24px;
    }

    .date-head {
        font-size: 18px;
    }

    .date-notes {
        font-size: 14px;
    }
}