.elementor-3509 .elementor-element.elementor-element-0a2ca5c{--display:flex;}.elementor-3509 .elementor-element.elementor-element-83f1aa3{--display:flex;}.elementor-3509 .elementor-element.elementor-element-e6577e6{--display:flex;}.elementor-3509 .elementor-element.elementor-element-9138f03{--display:flex;}.elementor-3509 .elementor-element.elementor-element-b2c5f3a{--display:flex;}.elementor-3509 .elementor-element.elementor-element-319ede2{--display:flex;}.elementor-3509 .elementor-element.elementor-element-526b7df{--display:flex;}.elementor-3509 .elementor-element.elementor-element-1e73b5a{--display:flex;}.elementor-3509 .elementor-element.elementor-element-b009504{--display:flex;}.elementor-3509 .elementor-element.elementor-element-de6b6f7{--display:flex;}.elementor-3509 .elementor-element.elementor-element-a6343e9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ae7b2af */.hero-section {
    background: #ffffff;
    padding: 90px 20px;
    overflow: hidden;
}

.hero-container {
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 520px;
    gap: 70px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: linear-gradient(90deg, #FFF3E8, #FFE7CC);
    border: 1px solid rgba(255,140,0,0.2);
    border-radius: 50px;
    color: #FF7A00;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(255,122,0,0.12);
}

.hero-content h1 {
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #21005D;
    margin-bottom: 24px;
}

.hero-content h1 span {
    display: block;
    color: #21005D;
}

.hero-description {
    font-size: 19px;
    line-height: 1.8;
    color: #5D6472;
    max-width: 700px;
    margin-bottom: 40px;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    margin-bottom: 45px;
}

.stat-item h3 {
    font-size: 38px;
    color: #0A8F78;
    margin-bottom: 6px;
    font-weight: 800;
}

.stat-item span {
    color: #6B7280;
    font-size: 14px;
    font-weight: 600;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 18px 32px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.35s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #21005D, #4F1BB2);
    color: #fff;
    box-shadow: 0 15px 35px rgba(33, 0, 93, 0.25);
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(33, 0, 93, 0.35);
}

.btn-secondary {
    background: #fff;
    color: #21005D;
    border: 2px solid #21005D;
}

.btn-secondary:hover {
    background: #21005D;
    color: #fff;
    transform: translateY(-4px);
}

.hero-video {
    position: relative;
}

.video-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle,
        rgba(79,27,178,0.18),
        transparent 70%
    );
    filter: blur(50px);
    transform: scale(1.2);
}

.video-wrapper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.video-wrapper iframe {
    width: 100%;
    height: 320px;
    border: none;
}

.floating-card {
    position: absolute;
    background: #fff;
    padding: 14px 20px;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    font-weight: 700;
    color: #21005D;
}

.card1 {
    top: -20px;
    left: -30px;
}

.card2 {
    bottom: -20px;
    right: -20px;
}

@media (max-width: 991px) {

    .hero-container {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: 40px;
    }

    .hero-video {
        margin-top: 30px;
    }

    .hero-stats {
        gap: 25px;
    }
}

@media (max-width: 576px) {

    .hero-section {
        padding: 70px 20px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-description {
        font-size: 17px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        justify-content: center;
        width: 100%;
    }

    .floating-card {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09f606a */.why-bangalore-section {
    padding: 90px 20px;
    background: #ffffff;
}

.why-bangalore-section .container {
    max-width: 1200px;
    margin: auto;
}

.section-header {
    text-align: center;
    margin-bottom: 55px;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #21005D;
    margin-bottom: 18px;
    line-height: 1.2;
}

.section-header p {
    font-size: 20px;
    color: #666;
    max-width: 800px;
    margin: auto;
    line-height: 1.7;
}

.why-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.why-card {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background: #fff;
    padding: 35px;
    border: 1px solid #E6E8EE;
    border-radius: 24px;
    transition: all 0.35s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(33,0,93,0.10);
    border-color: rgba(33,0,93,0.15);
}

.icon-box {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border-radius: 18px;
    background: rgba(33,0,93,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i {
    font-size: 28px;
    color: #21005D;
}

.content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

.content p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

@media (max-width: 768px) {

    .section-header h2 {
        font-size: 32px;
    }

    .section-header p {
        font-size: 17px;
    }

    .why-card {
        flex-direction: column;
        padding: 28px;
    }

    .icon-box {
        width: 58px;
        height: 58px;
        min-width: 58px;
    }

    .content h3 {
        font-size: 22px;
    }

    .content p {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cd771f */.track-record-section {
    padding: 80px 20px;
    background: #ffffff;
}

.track-container {
    max-width: 1200px;
    margin: auto;
    background: #F6F5F0;
    border-radius: 30px;
    padding: 60px;
}

.track-header {
    margin-bottom: 40px;
}

.track-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #21005D;
    margin-bottom: 15px;
    line-height: 1.2;
}

.track-header p {
    font-size: 20px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.stat-card {
    background: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 18px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(33, 0, 93, 0.10);
    border-color: rgba(33, 0, 93, 0.15);
}

.stat-card h3 {
    font-size: 48px;
    font-weight: 800;
    color: #1E63B5;
    margin: 0 0 15px;
    line-height: 1;
}

.stat-card span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #555555;
}

/* Tablet */
@media (max-width: 991px) {

    .track-container {
        padding: 45px 30px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .track-header h2 {
        font-size: 34px;
    }

    .track-header p {
        font-size: 18px;
    }

    .stat-card h3 {
        font-size: 40px;
    }

    .stat-card span {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .track-record-section {
        padding: 60px 15px;
    }

    .track-container {
        padding: 35px 20px;
        border-radius: 24px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .track-header h2 {
        font-size: 30px;
    }

    .track-header p {
        font-size: 16px;
    }

    .stat-card {
        padding: 30px 20px;
    }

    .stat-card h3 {
        font-size: 36px;
    }

    .stat-card span {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9cde0a7 */.skills-section {
    padding: 90px 20px;
    background: #ffffff;
}

.skills-container {
    max-width: 1200px;
    margin: auto;
}

.skills-header {
    margin-bottom: 45px;
}

.skills-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #21005D;
    margin-bottom: 15px;
    line-height: 1.2;
}

.skills-header p {
    font-size: 20px;
    color: #666;
    line-height: 1.7;
    max-width: 850px;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 35px;
}

.skill-card {
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.35s ease;
}

.skill-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(33, 0, 93, 0.08);
    border-color: rgba(33, 0, 93, 0.15);
}

.skill-card i {
    font-size: 28px;
    color: #1E63B5;
    margin-bottom: 22px;
}

.skill-card h3 {
    font-size: 24px;
    color: #222;
    font-weight: 700;
    margin-bottom: 12px;
}

.skill-card p {
    color: #666;
    line-height: 1.7;
    font-size: 17px;
    margin: 0;
}

.skill-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.skill-tags span {
    padding: 12px 20px;
    background: #F6F5F0;
    border: 1px solid #E2E2E2;
    border-radius: 50px;
    color: #555;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.skill-tags span:hover {
    background: #21005D;
    color: #ffffff;
    border-color: #21005D;
}

@media (max-width: 991px) {

    .skills-header h2 {
        font-size: 34px;
    }

    .skills-header p {
        font-size: 18px;
    }

    .skills-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .skills-section {
        padding: 60px 15px;
    }

    .skills-header h2 {
        font-size: 30px;
    }

    .skills-header p {
        font-size: 16px;
    }

    .skills-grid {
        grid-template-columns: 1fr;
    }

    .skill-card {
        padding: 25px;
    }

    .skill-card h3 {
        font-size: 22px;
    }

    .skill-card p {
        font-size: 16px;
    }

    .skill-tags span {
        font-size: 14px;
        padding: 10px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab2b9d6 */.curriculum-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 50px;
    background: #F6F5F0;
    border-radius: 30px;
    font-family: Arial, sans-serif;
}

.curriculum-header h2 {
    font-size: 40px;
    color: #21005D;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.curriculum-header p {
    color: #666666;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.7;
}

.curriculum-item {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.curriculum-item:hover {
    box-shadow: 0 15px 35px rgba(33, 0, 93, 0.08);
    transform: translateY(-3px);
}

.curriculum-item summary {
    list-style: none;
    cursor: pointer;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.curriculum-item summary::-webkit-details-marker {
    display: none;
}

.summary-left {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.month {
    background: #E8F0FF;
    color: #1E63B5;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.summary-left h3 {
    margin: 0;
    font-size: 24px;
    color: #222222;
    font-weight: 700;
}

.duration {
    color: #666666;
    font-weight: 600;
    position: relative;
    padding-right: 30px;
}

/* Plus Icon */
.duration::after {
    content: "+";
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 24px;
    color: #21005D;
    font-weight: 700;
}

/* Minus Icon when open */
.curriculum-item[open] .duration::after {
    content: "−";
}

.curriculum-content {
    padding: 0 40px 30px 55px;
}

.curriculum-content ul {
    margin: 0;
    padding: 0;
}

.curriculum-content li {
    margin-bottom: 15px;
    color: #555555;
    line-height: 1.7;
    font-size: 16px;
}

.curriculum-content li::marker {
    color: #1FA971;
}

.curriculum-content strong {
    color: #21005D;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .curriculum-section {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .curriculum-header h2 {
        font-size: 30px;
    }

    .curriculum-header p {
        font-size: 16px;
    }

    .curriculum-item summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 20px;
    }

    .summary-left h3 {
        font-size: 18px;
    }

    .duration {
        padding-right: 25px;
    }

    .curriculum-content {
        padding: 0 25px 25px 35px;
    }

    .curriculum-content li {
        font-size: 15px;
    }
}

.curriculum-download-wrapper{
    text-align:center;
    margin-top:10px;
}

.curriculum-download-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 24px;
    background:#ffffff;
    border:1px solid #D6D6CF;
    border-radius:12px;
    color:#333333;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:all 0.25s ease;
}

.curriculum-download-btn:hover{
    background:#F9F9F7;
    border-color:#BFBFB7;
    color:#333333;
}

@media(max-width:768px){
    .curriculum-download-wrapper{
        margin-top:5px;
    }

    .curriculum-download-btn{
        width:100%;
        padding:14px 20px;
    }
}/* End custom CSS */