.elementor-3073 .elementor-element.elementor-element-3f2f3e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3073 .elementor-element.elementor-element-a0d4a5f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3073 .elementor-element.elementor-element-7a6829b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3073 .elementor-element.elementor-element-e93c90e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3073 .elementor-element.elementor-element-7466825{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3073 .elementor-element.elementor-element-d112212{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3073 .elementor-element.elementor-element-1ad95a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3073 .elementor-element.elementor-element-a587b9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3073 .elementor-element.elementor-element-6131c20{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3073 .elementor-element.elementor-element-6131c20.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3073 .elementor-element.elementor-element-3957efc{width:var( --container-widget-width, 100.779% );max-width:100.779%;--container-widget-width:100.779%;--container-widget-flex-grow:0;}.elementor-3073 .elementor-element.elementor-element-3957efc.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3073 .elementor-element.elementor-element-0f6e5ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-3073 .elementor-element.elementor-element-6131c20{--width:100%;}}@media(max-width:1024px){.elementor-3073 .elementor-element.elementor-element-10567bf{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-55fd771 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

/* HERO SECTION */
.hero {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    
    /* Gradient Background */
    background: linear-gradient(135deg, #1f4e79, #2e6b3e);
    color: #ffffff;
}

.hero-content {
    max-width: 900px;
}

/* Heading */
.hero h1 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;  color: #e6f2ff;
    
}

/* Subheading */
.hero h3 {
    font-size: 22px;
    color: #ffd84d;
    margin-bottom: 20px;
    font-weight: 600;
}

/* Paragraph */
.hero p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
    color: #e6f2ff;
}

/* Buttons */
.buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

/* Primary Button */
.primary {
    background: #e53935;
    color: #ffffff;
}

.primary:hover {
    background: #c62828;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Secondary Button */
.secondary {
    background: #ffffff;
    color: #1f4e79;
    border: 2px solid #1f4e79;
}

.secondary:hover {
    background: #1f4e79;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Active Click Effect */
.btn:active {
    transform: scale(0.95);
}

/* Responsive */

/* Tablet */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 38px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero h1 {
        font-size: 28px;
    }

    .hero h3 {
        font-size: 18px;
    }

    .hero p {
        font-size: 15px;
    }

    .buttons {
        flex-direction: column;
        gap: 15px;
    }

    .btn {
        width: 100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8e8b7e *//* ===========================
   PROBLEM SECTION
=========================== */

.problem-section {
    background: #f3f4f6;
    padding: 80px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.problem-section h2 {
    text-align: center;
    font-size: 40px;
    color: #1f4e79;
    margin-bottom: 40px;
    font-weight: 700;
}

/* Grid Layout */
.problem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

/* Card Style */
.problem-card {
    background: #e9ecef;
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #e53935;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: 0.3s ease;
}

.problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Cross Icon */
.problem-card .icon {
    color: #e53935;
    font-size: 20px;
    font-weight: bold;
    margin-top: 3px;
}

.problem-card p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

/* Bottom Highlight Box */
.solution-box {
    background: #dce3ea;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #1f4e79;
}

/* ===========================
   RESPONSIVE
=========================== */

/* Tablet */
@media (max-width: 992px) {
    .problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .problem-grid {
        grid-template-columns: 1fr;
    }

    .problem-section h2 {
        font-size: 28px;
    }

    .solution-box {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e236f8 *//* ===========================
   WHAT YOU WILL GAIN
=========================== */

.gain-section {
    background: #f8f9fb;
    padding: 80px 20px;
}

.gain-section h2 {
    text-align: center;
    font-size: 40px;
    color: #1f4e79;
    margin-bottom: 50px;
    font-weight: 700;
}

/* Grid */
.gain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* Card */
.gain-card {
    background: #ffffff;
    padding: 40px 30px;
    text-align: center;
    border-radius: 12px;
    border-top: 6px solid #1f4e79;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.gain-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Icon */
.gain-card .icon {
    font-size: 40px;
    margin-bottom: 20px;
}

/* Text */
.gain-card h3 {
    font-size: 18px;
    color: #1f4e79;
    font-weight: 600;
    line-height: 1.5;
}

/* ===========================
   RESPONSIVE
=========================== */

/* Tablet */
@media (max-width: 992px) {
    .gain-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .gain-grid {
        grid-template-columns: 1fr;
    }

    .gain-section h2 {
        font-size: 28px;
    }

    .gain-card {
        padding: 30px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7b61b0 */.highlights-section {
    background: #f4f6f8;
    padding: 80px 10px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #1f4e79;
    margin-bottom: 60px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.highlight-card {
    background: #ffffff;
    padding: 22px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
}

.highlight-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(31,78,121,0.15);
}

.check {
    color: #2e7d32;
    font-size: 22px;
    font-weight: bold;
}

@media (max-width: 992px) {
    .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .highlights-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10567bf */.modules-section {
    background: #f5f5f5;
    padding: 45px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1f4e79;
    margin-bottom: 60px;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.module-card {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    border-left: 5px solid #e53935;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.module-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

.number {
    display: inline-block;
    background: #1f4e79;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    margin-bottom: 15px;
}

.module-card p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.button-wrap {
    text-align: center;
    margin-top: 50px;
}

.syllabus-btn {
    background: #e53935;
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.syllabus-btn:hover {
    background: #c62828;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(229,57,53,0.3);
}

/* Tablet */
@media (max-width: 992px) {
    .modules-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .modules-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e643ec5 */.benefits-section {
    background: #f5f5f5;
    padding: 50px 10px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1f4e79;
    margin-bottom: 60px;
}

/* Grid Layout */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card Style */
.benefit-card {
    background: linear-gradient(135deg, #1f4e79, #2e6b3e);
    color: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* Tablet */
@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f033010 */.who-section {
    background: #f5f5f5;
    padding: 40px 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1f4e79;
    margin-bottom: 60px;
}

/* Grid Layout */
.who-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card Style */
.who-card {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid #1f4e79;
    color: #1f4e79;
    transition: 0.3s ease;
}

.who-card:hover {
    background: #1f4e79;
    color: #ffffff;
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* Tablet */
@media (max-width: 1024px) {
    .who-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .who-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a841271 */.train-section {
    background: #f5f5f5;
    padding: 40px 10px;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1f4e79;
    margin-bottom: 60px;
}

/* Grid Layout */
.train-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card Style */
.train-card {
    background: #e9ecef;
    padding: 30px 25px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    color: #1f4e79;
    border-bottom: 4px solid #e53935;
    transition: 0.3s ease;
}

.train-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

/* Tablet */
@media (max-width: 1024px) {
    .train-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .train-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3957efc */.certificate-section-new {
    width: 100%;
    padding: 40px 20px;
    background: linear-gradient(135deg, #1f4e79, #2e6b3e);
    text-align: center;
    color: #ffffff;
}

.certificate-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
     color: #ffffff;
}

.certificate-box-new {
    max-width: 900px;
    margin: auto;
    background: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
}

.certificate-text-new {
    font-size: 18px;
    margin-bottom: 30px;
}

.certificate-image-new img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    transition: 0.3s ease;
}

.certificate-image-new img:hover {
    transform: scale(1.05);
}

/* Mobile */
@media (max-width: 576px) {
    .certificate-heading {
        font-size: 28px;
    }

    .certificate-text-new {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d838713 *//* FINAL CTA SECTION */

.final-cta-section {
    width: 100%;
    background: #e53935;
    padding: 40px 20px;
    text-align: center;
    color: #ffffff;
}

.cta-heading {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
     color: #ffffff;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    display: inline-block;
}

/* White Button */
.primary-btn {
    background: #ffffff;
    color: #e53935;
}

.primary-btn:hover {
    background: #f1f1f1;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Outline Button */
.secondary-btn {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.secondary-btn:hover {
    background: #ffffff;
    color: #e53935;
    transform: translateY(-4px);
}

/* Mobile */
@media (max-width: 576px) {
    .cta-heading {
        font-size: 26px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .cta-btn {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
}/* End custom CSS */