.elementor-13966 .elementor-element.elementor-element-2b2df32 > .elementor-container{min-height:400px;}.elementor-13966 .elementor-element.elementor-element-2b2df32, .elementor-13966 .elementor-element.elementor-element-2b2df32 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-13966 .elementor-element.elementor-element-2b2df32{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-13966 .elementor-element.elementor-element-2b2df32 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13966 .elementor-element.elementor-element-64e19e2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-13966 .elementor-element.elementor-element-64e19e2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13966 .elementor-element.elementor-element-0617ccd > .elementor-widget-container{margin:37px 37px 37px 49px;padding:14px 14px 14px 14px;border-radius:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-13966 .elementor-element.elementor-element-2b2df32{padding:0px 0px 0px 0px;}}@media(max-width:746px){.elementor-13966 .elementor-element.elementor-element-0617ccd > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-b90e435 */.hero-section{
    background:transparent;
    border-radius:20px;
    padding:0px;
    box-shadow:0 3px 10px rgba(0,0,0,.10);
}

.hero-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:25px;
    background:#dbeafe;
    color:#1d4ed8;
    margin-bottom:10px;
}

.hero-title{
    font-size:60px;
    line-height:1;
    font-weight:700;
    color:#123f7a;
    margin:0 0 20px 0;
}

.hero-text{
    font-size:20px;
    color:#555;
    margin-bottom:25px;
}

.hero-button{
    display:inline-block;
    background:#0d6efd;
    color:#fff !important;
    text-decoration:none;
    padding:14px 28px;
    border-radius:8px;
    font-weight:600;
}

.hero-image{
    max-width:100%;
    border-radius:15px;
}

.elementor-13966 .elementor-element.elementor-element-b90e435{
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #f4f7fb 50%,
        #eef3f9 100%
    );

    border-radius:20px;
    padding:40px;
}



.elementor-13966 .elementor-element.elementor-element-b90e435{
    background-image:url("");
    background-repeat:no-repeat;
    background-position:right center;
    background-size:cover;

    min-height:550px;
    padding:60px;
    border-radius:20px;
}


@media (max-width: 768px){

    .elementor-13966 .elementor-element.elementor-element-b90e435{
        background-position:center bottom;
        background-size:contain;
        min-height:500px;
        padding:30px;
    }

    .hero-title{
        font-size:32px;
        max-width:100%;
    }

    .hero-text{
        font-size:18px;
        max-width:100%;
    }
}




.hero-buttons{
    display:flex;
    gap:15px;
    margin-top:25px;
    flex-wrap:wrap;
}

/* Dropdown Wrapper */
.dropdown-wrapper{
    position:relative;
    display:inline-block;
}

/* Buttons */
.dropbtn{
    border:none;
    padding:14px 26px;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
}

/* Start Learning */
.start-btn{
    background:#16a34a !important;
    color:#fff;
}

/* Join Live */
.live-btn{
    background:transparent !important;
    color:#000000 !important;
    border:2px solid #0d6efd;
}

/* Dropdown Menu */
.dropdown-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    background:#fff;
    border-radius:8px;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
    z-index:9999;
}

/* Links */
.dropdown-menu a{
    display:block;
    padding:12px 15px;
    text-decoration:none;
    color:#333;
}

.dropdown-menu a:hover{
    background:#f5f5f5;
}

/* Show Menu on Hover */
.dropdown-wrapper:hover .dropdown-menu{
    display:block;
}

* Mobile */
@media(max-width:768px){

    .hero-buttons{
        flex-direction:column;
        align-items:flex-start;
    }

    .dropbtn{
        width:220px;
    }

    .dropdown-menu{
        min-width:220px;
    }
}





.trust-bar {
    border-top: 2px solid rgba(0,0,0,.08);
    padding-top: 36px;
    margin-top: 24px;
}




.trust-bar {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap; /* wraps on smaller screens */
    margin-top: 24px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #555;
}





.hero-title {
    font-size: 72px;
}

.hero-description {
    font-size: 24px;
    line-height: 1.5;
}

.cta-button {
    font-size: 18px;
}

.trust-item {
    font-size: 17px;
    font-weight: 500;
}




/* Mobile Optimization */
@media (max-width: 768px) {

    .hero-content {
        max-width: 100%;
        padding: 20px;
    }

    .hero-title {
        font-size: 56px;
        line-height: 1.05;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .hero-description {
        font-size: 20px;
        line-height: 1.5;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .hero-buttons .btn {
        width: 100%;
        justify-content: center;
    }

    .trust-bar {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .trust-item {
        font-size: 13px;
    }

    .hero-image {
        width: 300px;
        height: 300px;
        margin: 30px auto 0;
    }
}

/* Small Phones */
@media (max-width: 480px) {

    .hero-title {
        font-size: 40px;
        line-height: 1.1;
    }

    .hero-tagline {
        font-size: 13px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-image {
        width: 100px;
        height: 100px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2b2df32 */.course-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:30px 0;
}/* End custom CSS */