/*Home Page*/

/*KCET Coaching*/
/* ===== DRA PROGRAM SECTION - FULLY UNIQUE ===== */
.dra-prog-sec,
.dra-prog-sec *{
    box-sizing:border-box;
}

.dra-prog-sec{
    width:100%;
    padding:80px 0;
    background:#f3f3f3;
}

.dra-prog-sec .dra-prog-container{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:0 15px;
}

.dra-prog-sec .dra-prog-main{
    display:flex;
    flex-wrap:wrap;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.dra-prog-sec .dra-prog-box{
    width:50%;
    padding:48px 42px 42px;
    min-height:520px;
}

.dra-prog-sec .dra-prog-left{
    background:#072d59;
}

.dra-prog-sec .dra-prog-right{
    background:#0a3567;
}

.dra-prog-sec .dra-prog-title{
    margin:0 0 28px 0;
    font-size:42px;
    line-height:1.2;
    font-weight:800;
    color:#ffff00;
}

.dra-prog-sec .dra-prog-list{
    margin:0;
    padding:0;
}

.dra-prog-sec .dra-prog-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:28px;
}

.dra-prog-sec .dra-prog-icon{
    width:58px;
    min-width:58px;
    height:58px;
    border-radius:50%;
    background:#ffcc00;
    color:#082d59;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:700;
    line-height:1;
}

.dra-prog-sec .dra-prog-text h4{
    margin:0 0 8px 0;
    font-size:20px;
    line-height:1.35;
    font-weight:700;
    color:#ffffff;
}

.dra-prog-sec .dra-prog-text p{
    margin:0;
    font-size:16px;
    line-height:1.8;
    color:#ffffff;
}

.dra-prog-sec .dra-prog-btn-wrap{
    margin-top:18px;
}

.dra-prog-sec .dra-prog-btn{
    display:inline-block;
    min-width:220px;
    padding:15px 26px;
    border-radius:6px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    text-align:center;
    transition:all .3s ease;
}

.dra-prog-sec .dra-prog-btn-white{
    background:#ffffff;
    color:#082d59;
}

.dra-prog-sec .dra-prog-btn-white:hover{
    background:#f1f1f1;
    color:#082d59;
}

.dra-prog-sec .dra-prog-btn-yellow{
    background:#ffcc00;
    color:#082d59;
}

.dra-prog-sec .dra-prog-btn-yellow:hover{
    background:#f0bf00;
    color:#082d59;
}

@media (max-width:991px){
    .dra-prog-sec{
        padding:50px 0;
    }

    .dra-prog-sec .dra-prog-box{
        width:100%;
        min-height:auto;
        padding:32px 20px 30px;
    }

    .dra-prog-sec .dra-prog-title{
        font-size:30px;
        margin-bottom:22px;
    }

    .dra-prog-sec .dra-prog-item{
        gap:12px;
        margin-bottom:22px;
    }

    .dra-prog-sec .dra-prog-icon{
        width:48px;
        min-width:48px;
        height:48px;
        font-size:20px;
    }

    .dra-prog-sec .dra-prog-text h4{
        font-size:18px;
    }

    .dra-prog-sec .dra-prog-text p{
        font-size:15px;
        line-height:1.7;
    }

    .dra-prog-sec .dra-prog-btn{
        width:100%;
        min-width:100%;
        font-size:17px;
        padding:14px 18px;
    }
}

@media (max-width:575px){
    .dra-prog-sec .dra-prog-title{
        font-size:25px;
    }

    .dra-prog-sec .dra-prog-text h4{
        font-size:16px;
    }

    .dra-prog-sec .dra-prog-text p{
        font-size:14px;
    }
}
/*KCET Coaching*/

/*Facilities*/

.drx-hostel-zone{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    width:100%;
    min-height:720px;
    overflow:hidden;
    background:#071f3b;
}

.drx-hostel-zone__media{
    width:52%;
    min-height:720px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
}

.drx-hostel-zone__shade{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(4,19,38,.10) 0%, rgba(4,19,38,.26) 100%);
}

.drx-hostel-zone__panel{
    width:48%;
    min-height:720px;
    position:relative;
    display:flex;
    align-items:center;
    background:
        linear-gradient(135deg, rgba(6,32,61,.98) 0%, rgba(11,53,96,.96) 100%);
}

.drx-hostel-zone__panel:before{
    content:"";
    position:absolute;
    top:0;
    left:-70px;
    width:140px;
    height:100%;
    background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.03));
    transform:skewX(-10deg);
}

.drx-hostel-zone__inner{
    position:relative;
    z-index:2;
    width:100%;
    max-width:760px;
    padding:72px 54px;
}

.drx-hostel-zone__eyebrow{
    display:inline-block;
    margin-bottom:12px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,199,44,.12);
    border:1px solid rgba(255,199,44,.28);
    color:#ffd04d;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.2px;
    text-transform:uppercase;
}

.drx-hostel-zone__title{
    margin:0 0 14px;
    color:#ffffff;
    font-size:46px;
    line-height:1.12;
    font-weight:800;
}

.drx-hostel-zone__intro{
    margin:0 0 34px;
    color:rgba(255,255,255,.82);
    font-size:17px;
    line-height:1.8;
    max-width:95%;
}

.drx-hostel-zone__grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.drx-hostel-card{
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:22px 18px;
    border-radius:22px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.09);
    box-shadow:0 14px 34px rgba(0,0,0,.16);
    transition:transform .28s ease, border-color .28s ease, background .28s ease;
}

.drx-hostel-card:hover{
    transform:translateY(-5px);
    background:rgba(255,255,255,.12);
    border-color:rgba(255,208,77,.34);
}

.drx-hostel-card__icon{
    width:68px;
    min-width:68px;
    height:68px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(180deg, #ffd24a 0%, #f2b600 100%);
    color:#0a2b52;
    box-shadow:0 10px 20px rgba(242,182,0,.24);
}

.drx-hostel-card__icon svg{
    width:34px;
    height:34px;
    display:block;
}

.drx-hostel-card__content h3{
    margin:2px 0 8px;
    color:#ffffff;
    font-size:23px;
    line-height:1.2;
    font-weight:700;
}

.drx-hostel-card__content p{
    margin:0;
    color:rgba(255,255,255,.80);
    font-size:15px;
    line-height:1.75;
}

@media (max-width: 1199px){
    .drx-hostel-zone__title{
        font-size:40px;
    }
    .drx-hostel-zone__inner{
        padding:56px 34px;
    }
    .drx-hostel-zone__grid{
        grid-template-columns:1fr;
    }
}

@media (max-width: 991px){
    .drx-hostel-zone__media,
    .drx-hostel-zone__panel{
        width:100%;
    }

    .drx-hostel-zone__media{
        min-height:320px;
    }

    .drx-hostel-zone__panel{
        min-height:auto;
    }

    .drx-hostel-zone__panel:before{
        display:none;
    }

    .drx-hostel-zone__inner{
        padding:42px 20px;
    }

    .drx-hostel-zone__title{
        font-size:32px;
    }

    .drx-hostel-zone__intro{
        font-size:15px;
        line-height:1.75;
        max-width:100%;
    }

    .drx-hostel-card{
        padding:18px 16px;
        border-radius:18px;
    }

    .drx-hostel-card__icon{
        width:58px;
        min-width:58px;
        height:58px;
        border-radius:15px;
    }

    .drx-hostel-card__icon svg{
        width:28px;
        height:28px;
    }

    .drx-hostel-card__content h3{
        font-size:20px;
    }

    .drx-hostel-card__content p{
        font-size:14px;
    }
}

@media (max-width: 575px){
    .drx-hostel-zone__media{
        min-height:240px;
    }

    .drx-hostel-zone__eyebrow{
        font-size:11px;
        padding:7px 12px;
    }

    .drx-hostel-zone__title{
        font-size:28px;
    }

    .drx-hostel-zone__intro{
        margin-bottom:24px;
    }

    .drx-hostel-card{
        gap:13px;
    }

    .drx-hostel-card__content h3{
        font-size:18px;
    }

    .drx-hostel-card__content p{
        font-size:13.5px;
        line-height:1.65;
    }
}
/*Facilities*/


