/* Start custom CSS for html, class: .elementor-element-4779037 *//*==============================
ADMISSION POLICY
===============================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f4f7fb;
    color:#444;
}

.admission-policy{
    padding:80px 0;
    background:#f8fafc;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

/*==============================
TITLE
===============================*/

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    display:inline-block;
    background:#840000;
    color:#fff;
    padding:8px 24px;
    border-radius:40px;
    font-size:14px;
    letter-spacing:1px;
    font-weight:600;
}

.section-title h2{
    font-size:44px;
    color:#840000;
    margin:18px 0;
    font-weight:700;
}

.section-title p{
    max-width:850px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:17px;
}

/*==============================
CARD
===============================*/

.policy-card{
    background:#fff;
    padding:50px;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

/*==============================
BLOCK
===============================*/

.policy-block{
    margin-bottom:50px;
}

.policy-block:last-child{
    margin-bottom:0;
}

.policy-block h3{
    color:#840000;
    margin-bottom:18px;
    font-size:28px;
    position:relative;
}

.policy-block h3:after{
    content:"";
    width:80px;
    height:4px;
    background:#f4b400;
    display:block;
    margin-top:10px;
    border-radius:10px;
}

.policy-block p{
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
    font-size:16px;
}

/*==============================
LISTS
===============================*/

.policy-block ul,
.policy-block ol{
    margin-top:20px;
    padding-left:0;
}

.policy-block ul li,
.policy-block ol li{

    list-style:none;
    margin-bottom:12px;
    background:#fafafa;
    border-left:5px solid #840000;
    padding:14px 20px 14px 48px;
    border-radius:8px;
    position:relative;
    transition:.3s;

}

.policy-block ul li::before{

    content:"✔";
    position:absolute;
    left:18px;
    color:#1fa64a;
    font-weight:bold;

}

.policy-block ol{
    counter-reset:item;
}

.policy-block ol li{

    counter-increment:item;

}

.policy-block ol li::before{

    content:counter(item);
    width:26px;
    height:26px;
    background:#840000;
    color:#fff;
    border-radius:50%;
    position:absolute;
    left:12px;
    top:12px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:13px;
    font-weight:600;

}

.policy-block li:hover{

    transform:translateX(6px);

    background:#fff8e6;

}

/*==============================
BOXES
===============================*/

.highlight-box{

    margin-top:25px;
    padding:25px;
    background:linear-gradient(135deg,#840000,#a00000);
    color:#fff;
    border-radius:12px;
    box-shadow:0 12px 25px rgba(132,0,0,.25);

}

.highlight-box strong{

    display:block;
    margin-bottom:15px;
    font-size:18px;

}

.highlight-box ul li{

    background:rgba(255,255,255,.12);
    color:#fff;
    border-left:4px solid #ffd54f;

}

.highlight-box ul li::before{

    color:#fff;

}

.warning-box{

    margin-top:25px;
    padding:22px;
    background:#fff9e8;
    border-left:6px solid #f4b400;
    border-radius:10px;
    line-height:1.8;
}

/*==============================
RESPONSIVE
===============================*/

@media(max-width:992px){

.policy-card{
padding:35px;
}

.section-title h2{
font-size:36px;
}

}

@media(max-width:768px){

.admission-policy{
padding:60px 0;
}

.policy-card{
padding:25px;
}

.section-title h2{
font-size:30px;
}

.policy-block h3{
font-size:22px;
}

.section-title p,
.policy-block p{
font-size:15px;
}

}

@media(max-width:480px){

.container{
width:94%;
}

.section-title h2{
font-size:26px;
}

.policy-card{
padding:20px;
}

.policy-block h3{
font-size:20px;
}

}/* End custom CSS */