<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* &lt;-------------------------------------hero section--------------------------------&gt; */
.hero-course-detail {
    background: linear-gradient(45deg, #2b4c5f, transparent);
    padding: 40px 20px;
    font-family: 'MyCustomFont', sans-serif;
}

.hero-container-section-course-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.text-section-course-detail {
    flex: 1;
    padding-right: 30px;
}

.breadcrumb-course-detail {
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
    font-family: 'MyCustomFont', sans-serif;
}

.hero-container1-course-detail h1 {
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'MyCustomFont', sans-serif;
}

.hero-container1-course-detail h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'MyCustomFont', sans-serif;
}

.stats {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.stats li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-family: 'MyCustomFont', sans-serif;
}

.stats i {
    color: #fff;
    margin-right: 8px;
    font-size: 15px;
}

.batch-start {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.highlight-date {
    color: #fff;
    font-weight: bold;
    font-family: 'MyCustomFont', sans-serif;
}

.course-btn-sec-course-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.enroll-course-detail {
    background-color: #5b9e86;
    color: #fff;
    padding: 12px 22px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-family: 'MyCustomFont', sans-serif;
}

.brochure-course-detail {
    background-color: #eee;
    color: #000;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    cursor: pointer;
}

.play-icon {
    color: #5b9e86;
    font-size: 24px;
    cursor: pointer;
}

.team-training {
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}

.get-quote {
    color: rgb(218, 229, 231);
    font-weight: bold;
}

.image-section-course-detail img {
    width: 300px;
    border-radius: 10px;
    border: 3px solid #eee;
    background: #fff;
}

@media (max-width: 901px) {
    .hero-course-detail {
        margin-top: 5%;
    }
}

/* &lt;-------------------------enquiry-----------------------&gt; */
.enquiry-card {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    box-sizing: border-box;
}

.enquiry-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enquiry-img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Header */
.popup-header {
    background: #89d9bc;
    color: white;
    padding: 1rem;
    position: relative;
}

.popup-header h3 {
    margin: 0;
    text-align: center;
    font-size: 1.25rem;
    font-family: 'MyCustomFont', sans-serif;
}

.close-btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
}

/* Form */
.consultationForm {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
}

.consultationForm input,
.consultationForm textarea {
    margin-bottom: 1rem;
    padding: 0.6rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
}

.consultationForm button {
    background-color: #89d9bc;
    color: white;
    padding: 0.6rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'MyCustomFont', sans-serif;
}

.consultationForm button:hover {
    background: #2b4c5f;
}

.popup-footer {
    background-color: #f7f7f7;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid #eee;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.75rem;
    color: #333;
}

.contact-title {
    font-weight: bold;
    margin-right: 0.5rem;
}

.contact-link {
    color: #2b4c5f;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 500;
}

.contact-link i {
    font-size: 1.0rem;
}

/* &lt;----------------------brochure------------------&gt; */
.brochure-popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.brochure-popup-content {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Header */
.brochure-popup-header {
    background: #89d9bc;
    color: white;
    padding: 1rem;
    position: relative;
}

.brochure-popup-header h3 {
    margin: 0;
    text-align: center;
    font-size: 1.25rem;
    font-family: 'MyCustomFont', sans-serif;
}

.brochure-close-btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
}

/* Form */
.brochure-consultationForm {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
}

.brochure-consultationForm input,
.brochure-consultationForm textarea {
    margin-bottom: 1rem;
    padding: 0.6rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
}

.brochure-consultationForm button {
    background-color: #89d9bc;
    color: white;
    padding: 0.6rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'MyCustomFont', sans-serif;
}

.brochure-consultationForm button:hover {
    background: #2b4c5f;
}

.brochure-popup-footer {
    background-color: #f7f7f7;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid #eee;
}

.brochure-contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.75rem;
    color: #333;
}

.brochure-contact-title {
    font-weight: bold;
    margin-right: 0.5rem;
}

.brochure-contact-link {
    color: #2b4c5f;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 500;
}

.brochure-contact-link i {
    font-size: 1.0rem;
}

/* &lt;----------------------------------------&gt; */
/*&lt;-----------------------------------Tabs Header----------------------------------&gt; */
.tabs-header-course-detail {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 2px 2px 8px #ccc;
    z-index: 100;
}

.tabs-container-course-detail {
    display: flex;
    overflow-x: auto;
    padding: 15px;
    gap: 20px;
    justify-content: center;
}

.tab-course-detail {
    white-space: nowrap;
    padding: 2px 15px;
    font-family: 'MyCustomFont', sans-serif;
    cursor: pointer;
    font-weight: 500;
    color: black;
}

/* Layout */
.main-wrapper-course-detail {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 30px 20px;
    margin: auto;
    gap: 30px;
}

/* Left Content */
.content-left-course-detail {
    flex: 2;
}

.about-course-detail {
    border-bottom: 1px solid #ccc;
    height: 400px;
    overflow-y: scroll;
}

.about-course-detail h2 {
    font-family: 'MyCustomFont', sans-serif;
}

.cirriculum-course-detail {
    height: 500px;
    border-bottom: 1px solid #ccc;
    overflow-y: scroll;
}

.target-course-detail {
    border-bottom: 1px solid #ccc;
}

.content-left-course-detail h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-family: 'MyCustomFont', sans-serif;
}

.content-left-course-detail h3 {
    margin-top: 30px;
    font-size: 22px;
    font-family: 'MyCustomFont', sans-serif;
}

.content-left-course-detail p,
.content-left-course-detail ul {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'MyCustomFont', sans-serif;
}

/* Right Sticky Form */
.content-right-course-detail {
    flex: 1;
    position: sticky;
    top: 120px;
}

.form-box-course-detail {
    background: #b2e6d371;
    padding-top: 20px;
    padding-left: 36px;
    padding-right: 56px;
    padding-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #2b4c5f;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-box-course-detail h3 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #2b4c5f;
    font-family: 'MyCustomFont', sans-serif;
}

.form-box-course-detail input,
.form-box-course-detail textarea,
.form-box-course-detail button {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.form-box-course-detail textarea {
    resize: vertical;
    min-height: 80px;
}

.radio-group-course-detail {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
}

.form-box-course-detail button {
    background: #2b4c5f;
    color: #fff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'MyCustomFont', sans-serif;
}

.form-box-course-detail button:hover {
    background: #003d99;
}

/* Contact Box */
.contact-box-course-detail {
    margin-top: 20px;
    background: #e0e0e0;
    padding: 15px;
    border-radius: 8px;
}

.contact-box-course-detail p {
    font-family: 'MyCustomFont', sans-serif;
}

.contact-box-course-detail h4 {
    color: #009900;
    margin: 10px 0;
    font-family: 'MyCustomFont', sans-serif;
}

.radio-group label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.radio-group-course-detail label {
    font-size: 12px;
    font-family: 'MyCustomFont', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.contact-course-detail {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.contact-course-detail h4 {
    font-family: 'MyCustomFont', sans-serif;
}

.contact-course-detail img {
    width: 30px;
    height: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .main-wrapper-course-detail {
        flex-direction: column;
    }

    .tabs-container-course-detail {
        justify-content: flex-start;
        overflow-x: scroll;
    }
}

.career-section {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.career-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}

.career-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.career-box {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 260px;
}

.career-box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.career-box p {
    font-size: 15px;
    color: #555;
}

.person {
    text-align: center;
    width: 180px;
}

.person img {
    width: 100%;
    border-radius: 10px;
}

.person-arrow {
    margin-top: 10px;
}

.stats-box {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 20px;
}

.stats-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.stat {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    flex: 1;
    min-width: 200px;
}

.stat h4 {
    font-size: 20px;
    color: #222;
}

.stat p {
    font-size: 14px;
    color: #666;
}

.industries {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.industry {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    background: #e9ecef;
    padding: 8px 12px;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .career-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .career-box {
        width: 100%;
    }

    .person {
        width: 150px;
    }
}

/* &lt;---------------------------Transformation-------------------------&gt; */
.career-transformation-main {
    display: flex;
    flex-direction: column;
    background: linear-gradient(106deg, #276771, #173f45);
    padding: 40px 20px;
    color: #fff;
    border-radius: 16px;
    margin: 30px auto;
    max-width: 1300px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    gap: 30px;
}

.career-tranformation-section h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'MyCustomFont', sans-serif;

}

.transformation-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.firt-transformation-img img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
}

.first-transformation-counting-section {
    display: flex;
    flex-direction: column;
    background-color: rgba(3, 77, 95, 0.8);
    border-radius: 10px;
    padding: 10px;
    width: 200px;
    font-size: 14px;
    gap: 15px;
}

.for-course-border {
    border-bottom: 1px solid #ccc;
}

.first-transformation-para {
    font-family: 'MyCustomFont', sans-serif;
}

.first-transformation-para span {
    font-weight: bold;
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
    font-family: 'MyCustomFont', sans-serif;
}

.second-transformation-div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 500px;
}

.second-percent-div {
    background-color: rgba(3, 77, 95, 0.8);
    border-radius: 10px;
    padding: 15px;
}

.second-percent-div h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'MyCustomFont', sans-serif;
}

.second-para {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.second-p1,
.second-p2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    font-size: 14px;
    gap: 17px;
}

.second-p1 {
    font-family: 'MyCustomFont', sans-serif;
}

.second-points {
    background-color: rgba(3, 77, 95, 0.8);
    padding: 15px;
    border-radius: 10px;
}

.second-points h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'MyCustomFont', sans-serif;
}

.second-point {
    display: flex;
    gap: 15px;
    text-align: center;
    justify-content: space-between;
}

.point-course {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 12px;
}

.point-course {
    font-family: 'MyCustomFont', sans-serif;
}

.point-course i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.point-course i:hover {
    transform: scale(1.1);
    color: #ffd700;
}

.mobile-view-img {
    display: none;
}

@media (max-width: 768px) {
    .career-transformation-main {
        padding: 20px 10px;
        gap: 20px;
    }

    .career-tranformation-section h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .transformation-section {
        flex-direction: column;
        align-items: center;
    }

    .firt-transformation-img {
        max-width: 100%;
        text-align: center;
    }

    .mobile-view-img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .first-transformation-counting-section {
        width: 70%;
    }

    .second-transformation-div {
        width: 100%;
    }

    .second-para {
        flex-direction: column;
    }

    .second-p1,
    .second-p2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        font-size: 13px;
    }

    .second-p2 p {
        font-family: 'MyCustomFont', sans-serif;
    }

    .second-point {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .point-course {
        font-size: 11px;
    }

    .point-course i {
        font-size: 16px;
    }

    .second-hidden-transformation {
        display: none;
    }
}


/* &lt;---------------------------------------FAQ--------------------------------------&gt; */

.course-detail-faq-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'MyCustomFont', sans-serif;
}

.course-detail-faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
}

.course-detail-faq {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.course-detail-faq-question {
    background-color: #f9f9f9;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-detail-faq-question:hover {
    background-color: #eee;
}

.course-detail-faq-answer {
    display: none;
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    line-height: 1.5;
    transition: all 0.3s ease;
}

.faq-icon {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.faq-icon {
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
}

@media (max-width: 600px) {
    .course-detail-faq-section {
        padding: 15px;
    }

    .course-detail-faq-question,
    .course-detail-faq-answer {
        font-size: 15px;
    }
}

/* &lt;-------------------------enquiry-----------------------&gt; */
.enquiry-card {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    box-sizing: border-box;
}

.enquiry-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.enquiry-img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    border-radius: 12px;
    width: 90%;
    max-width: 400px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Header */
.popup-header {
    background: #89d9bc;
    color: white;
    padding: 1rem;
    position: relative;
}

.popup-header h3 {
    margin: 0;
    text-align: center;
    font-size: 1.25rem;
    font-family: 'MyCustomFont', sans-serif;
}

.close-btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
}

/* Form */
.consultationForm {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
}

.consultationForm input,
.consultationForm textarea {
    margin-bottom: 1rem;
    padding: 0.6rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 0.95rem;
}

.consultationForm button {
    background-color: #89d9bc;
    color: white;
    padding: 0.6rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'MyCustomFont', sans-serif;
}

.consultationForm button:hover {
    background:#2b4c5f;
}

.popup-footer {
    background-color: #f7f7f7;
    padding: 1rem;
    text-align: center;
    border-top: 1px solid #eee;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.75rem;
    color: #333;
}

.contact-title {
    font-weight: bold;
    margin-right: 0.5rem;
}

.contact-link {
    color: #2b4c5f;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-weight: 500;
}

.contact-link i {
    font-size: 1.0rem;
}

/* &lt;=============Testimonials==============&gt; */
.testimonials {
    padding: 10px;
}

.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
}

.testimonial-slider-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
    width: max-content;
}

.testimonial-card {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    width: 300px;
    min-width: 300px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.testimonial-card p {
    font-size: 18px;
    color: #333;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.avatar {
    background-color: #333;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-weight: bold;
}

.user-info {
    font-size: 16px;
}

.course-link {
    margin-top: 10px;
    color: #2b4c5f;
    font-weight: bold;
    text-decoration: none;
}

.course-link:hover {
    text-decoration: underline;
}

.arrow {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.arrow.left {
    left: 10px;
}

.arrow.right {
    right: 10px;
}

.testimonial-slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .testimonial-card {
        width: 55vw;
        min-width: 50vw;
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        width: 65vw;
        min-width: 60vw;
    }
}

/* &lt;==================================&gt; */
/* &lt;---------------------------Banner Image Of Subcategory---------------------------&gt; */
.banner-two {
    display: flex;
    flex-direction: row;
    /* Row on desktop */
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(106deg, #77998d, transparent);
    padding: 50px 40px;
    color: white;
    border-radius: 16px;
    gap: 40px;
    margin: 40px auto;
    max-width: 1200px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    flex-wrap: nowrap;
}

.banner-text-two {
    flex: 1;
    max-width: 35%;
}

.banner-text-two h2 {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-family: 'MyCustomFont', sans-serif;
}

.highlight-pink {
    color: #2b4c5f;
    font-weight: bold;
}

.free-demo-btn {
    background: linear-gradient(to right, #89d9bc, #2b4c5f);
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: bold;
}

.free-demo-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(249, 42, 107, 0.4);
}

.banner-video-wrapper {
    flex: 1;
    max-width: 35%;
}

.banner-video-wrapper iframe {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    border: none;
}

.banner-image-two {
    flex: 1;
    max-width: 25%;
    text-align: center;
}

.banner-image-two img {
    max-width: 100%;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease;
}

.banner-image-two img:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
    .banner-two {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .banner-text-two,
    .banner-video-wrapper,
    .banner-image-two {
        max-width: 100%;
    }

    .banner-video-wrapper iframe {
        height: 250px;
    }

    .banner-text-two h2 {
        font-size: 26px;
    }

    .free-demo-btn {
        padding: 12px 22px;
        font-size: 14px;
    }

    .banner-image-two img {
        max-width: 80%;
    }
}

@media (max-width: 480px) {
    .banner-video-wrapper iframe {
        height: 220px;
    }

    .banner-text-two h2 {
        font-size: 22px;
    }

    .free-demo-btn {
        font-size: 13px;
        padding: 10px 20px;
    }
}

/* &lt;------------------Price--------------------&gt; */
.course-price {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Segoe UI', sans-serif;
}

.course-price .price-value {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    /* Professional blue */
    margin-left: 10px;
}

.course-detail-button {
    display: flex;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}</pre></body></html>