.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4f94fc5b:#4054B2;--e-global-color-10d72cc8:#23A455;--e-global-color-75c02373:#000;--e-global-color-1a9fbed9:#FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#575757;font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:400;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:#155799;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;color:#FFFFFF;border-style:solid;border-width:0px 0px 0px 0px;border-radius:25px 25px 25px 25px;padding:15px 40px 15px 40px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:#0E6BA8;color:#FFFFFF;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h1{color:#2B2B2B;font-family:"Poppins", Sans-serif;font-size:64px;font-weight:400;line-height:80px;}.elementor-kit-11 h2{color:#2B2B2B;font-family:"Poppins", Sans-serif;font-size:48px;font-weight:700;line-height:58px;}.elementor-kit-11 h3{color:#2B2B2B;font-family:"Poppins", Sans-serif;font-size:36px;font-weight:700;}.elementor-kit-11 h4{color:#2B2B2B;font-family:"Poppins", Sans-serif;font-size:20px;font-weight:500;}.elementor-kit-11 h5{color:#2B2B2B;font-family:"Poppins", Sans-serif;font-size:18px;font-weight:600;}.elementor-kit-11 h6{color:#2B2B2B;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:500;}.elementor-kit-11 label{color:#FFFFFF;}.elementor-kit-11 input:not([type="button"]):not([type="submit"]),.elementor-kit-11 textarea,.elementor-kit-11 .elementor-field-textual{font-family:"Open Sans", Sans-serif;font-size:14px;font-weight:500;font-style:italic;color:#575757;background-color:rgba(255, 255, 255, 0);border-style:solid;border-radius:25px 25px 25px 25px;padding:15px 0px 15px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-11 h5{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11 h1{font-size:43px;line-height:1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.tp-admission-section{
    padding:60px 20px;
    background:#eef5ff;
    font-family:Arial,sans-serif;
}

.tp-process-heading{
    text-align:center;
    margin-bottom:40px;
}

.tp-process-heading h2{
    font-size:38px;
    color:#111;
}

.tp-process-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:60px;
}

.tp-process-card{
    background:#fff;
    padding:30px;
    border-radius:18px;
    position:relative;
    box-shadow:0 5px 18px rgba(0,0,0,.05);
}

.tp-number{
    position:absolute;
    top:-12px;
    left:-12px;
    width:32px;
    height:32px;
    background:#ffd84d;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:14px;
}

.tp-icon{
    font-size:30px;
    margin-bottom:15px;
}

.tp-process-card h3{
    margin-bottom:10px;
    font-size:22px;
    color:#111;
}

.tp-process-card p{
    color:#666;
    line-height:1.7;
}

.tp-documents-section{
    margin-bottom:60px;
}

.tp-documents-section h2{
    font-size:34px;
    margin-bottom:20px;
}

.tp-doc-list{
    background:#fff;
    padding:30px;
    border-radius:18px;
    list-style:none;
    box-shadow:0 5px 18px rgba(0,0,0,.05);
}

.tp-doc-list li{
    margin-bottom:15px;
    position:relative;
    padding-left:28px;
    color:#444;
}

.tp-doc-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#0d4bcf;
    font-weight:700;
}

.tp-form-section h2{
    font-size:36px;
    margin-bottom:10px;
}

.tp-form-section p{
    color:#666;
    margin-bottom:30px;
}

.tp-admission-form{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 18px rgba(0,0,0,.05);
}

.tp-row{
    margin-bottom:20px;
}

.tp-two-col{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-bottom:20px;
}

.tp-admission-form input,
.tp-admission-form select,
.tp-admission-form textarea{
    width:100%;
    padding:16px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:15px;
    outline:none;
}

.tp-admission-form textarea{
    height:140px;
    resize:none;
    margin-bottom:20px;
}

.tp-admission-form button{
    width:100%;
    background:#ffd84d;
    border:none;
    padding:18px;
    border-radius:12px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.tp-admission-form button:hover{
    transform:translateY(-2px);
}

@media(max-width:768px){

.tp-process-grid{
    grid-template-columns:1fr;
}

.tp-two-col{
    grid-template-columns:1fr;
}

.tp-process-heading h2,
.tp-form-section h2,
.tp-documents-section h2{
    font-size:28px;
}

.tp-admission-form{
    padding:25px;
}

}
.tp-academics-section{
    padding:60px 20px;
    background:#f5f7fb;
    font-family:Arial,sans-serif;
}

.tp-academics-heading{
    background:#0d4bcf;
    color:#fff;
    text-align:center;
    padding:70px 20px;
    border-radius:20px;
    margin-bottom:40px;
}

.tp-academics-heading span{
    font-size:13px;
    letter-spacing:2px;
    opacity:.9;
}

.tp-academics-heading h2{
    font-size:42px;
    margin:15px 0;
    font-weight:700;
}

.tp-academics-heading p{
    max-width:700px;
    margin:auto;
    line-height:1.7;
    font-size:16px;
}

.tp-academic-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    margin-bottom:35px;
    position:relative;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.tp-card-number{
    width:45px;
    height:45px;
    background:#0d4bcf;
    color:#fff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin-bottom:20px;
}

.tp-card-top{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.tp-card-top h3{
    font-size:28px;
    margin:0;
}

.tp-age{
    background:#ffd84d;
    padding:6px 12px;
    border-radius:8px;
    font-size:13px;
    font-weight:600;
}

.tp-desc{
    margin:15px 0 25px;
    color:#666;
    line-height:1.7;
}

.tp-card-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.tp-box{
    background:#eef3fb;
    padding:25px;
    border-radius:15px;
}

.tp-box h4{
    margin-top:0;
    margin-bottom:15px;
    color:#0d4bcf;
}

.tp-box ul{
    padding-left:18px;
    margin:0;
}

.tp-box li{
    margin-bottom:10px;
    color:#444;
}

.tp-box p{
    color:#444;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){

.tp-card-grid{
    grid-template-columns:1fr;
}

.tp-academics-heading h2{
    font-size:32px;
}

.tp-card-top h3{
    font-size:24px;
}

}

@media(max-width:600px){

.tp-academic-card{
    padding:22px;
}

.tp-academics-heading{
    padding:50px 20px;
}

.tp-academics-heading h2{
    font-size:28px;
}

}/* End custom CSS */