/* ===== PROFESSIONAL NEWS MODAL ===== */

.news-modal{
border-radius:12px;
overflow:hidden;
box-shadow:0 15px 60px rgba(0,0,0,0.4);
}

.news-header{
background:linear-gradient(45deg,#b31217,#e52d27);
color:#fff;
text-align:center;
padding:20px;
}

.news-logo{
width:70px;
height:70px;
border-radius:50%;
background:#fff;
padding:5px;
margin-bottom:8px;
}

.news-title{
font-size:24px;
font-weight:600;
letter-spacing:1px;
}

.news-row{
padding:15px 20px;
border-bottom:1px solid #eee;
display:flex;
align-items:flex-start;
gap:10px;
transition:0.3s;
}

.news-row:hover{
background:#f9f9f9;
}

.news-badge{
background:#ff0000;
color:#fff;
font-size:11px;
padding:4px 8px;
border-radius:4px;
height:20px;
}

.news-text{
font-size:15px;
color:#333;
line-height:1.5;
}

.modal-footer{
border:none;
}

.btn-news-close{
background:#e52d27;
color:#fff;
padding:8px 22px;
border-radius:6px;
border:none;
}


.modal-body{
max-height:420px;
overflow-y:auto;
}

.modal-dialog{
max-width:750px;
}

.btn-news-close:hover{
background:#b31217;
}





/* MODAL WIDTH */

.modal-xl{
max-width:1100px;
}

/* HEADER */

.news-header{
background:linear-gradient(90deg,#d90000,#ff2b2b);
color:#fff;
}

.news-logo{
height:70px;
margin-bottom:10px;
}

.news-title{
font-size:22px;
font-weight:600;
}

/* NEWS AREA */

.news-area{
border-right:1px solid #eee;
max-height:420px;
overflow-y:auto;
}

.news-row{
display:flex;
padding:12px;
border-bottom:1px solid #eee;
}

.news-badge{
background:red;
color:#fff;
padding:4px 10px;
font-size:11px;
margin-right:10px;
border-radius:3px;
height:22px;
}

.news-text{
font-size:14px;
}

/* ENQUIRY */

.enquiry-area{
padding:15px;
}

.enquiry-title{
font-weight:600;
margin-bottom:15px;
}

.enquiry-input{
margin-bottom:12px;
}

.enquiry-btn{
width:100%;
background:#f6b233;
color:#000;
font-weight:600;
}

/* CLOSE BUTTON */

.btn-news-close{
background:#ff4040;
color:#fff;
border:none;
padding:8px 25px;
border-radius:5px;
}

/* RESPONSIVE */

@media(max-width:768px){

.news-area{
border-right:none;
border-bottom:1px solid #eee;
margin-bottom:20px;
}

}





/* ===== PREMIUM SLIDER ===== */

.carousel-item img{
width:100%;
height:520px;
object-fit:cover;
animation: zoomslider 12s ease-in-out infinite;
}

/* Zoom Animation */

@keyframes zoomslider{

0%{
transform:scale(1);
}

50%{
transform:scale(1.08);
}

100%{
transform:scale(1);
}

}

/* Slider Controls */

.carousel-control-prev-icon,
.carousel-control-next-icon{
background-color:rgba(0,0,0,0.5);
padding:20px;
border-radius:50%;
}

/* Indicators */

.carousel-indicators li{
background:#fff;
}

.carousel-indicators .active{
background:#ff0000;
}

/* Mobile */

@media(max-width:768px){

.carousel-item img{
height:280px;
}

}

.carousel-item{
transition:transform 2s ease, opacity 2s ease;
}


.carousel-item::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.25);
z-index:1;
}





/* ===== ADMISSION SECTION ===== */

.admission-section{

background:#0b2c5a;
padding:70px 0;

}

/* TITLE */

.admission-title{

text-align:center;
color:#fff;
font-weight:700;
margin-bottom:40px;
font-size:36px;

}

/* COURSE CARD */
/* ===== ADMISSION PROGRAM SECTION ===== */

.admission-program{

background:#0b2c5a;
padding:80px 0;

}

/* TITLE */

.admission-title{

text-align:center;
color:#fff;
font-size:36px;
font-weight:700;
margin-bottom:50px;

}

/* CARD */

.program-card{

background:#ffffff;
padding:25px;
border-radius:12px;
text-align:center;
margin-bottom:30px;
transition:0.4s;
box-shadow:0 8px 25px rgba(0,0,0,0.2);

}

.program-card:hover{

transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.3);

}

/* ICON */

.program-icon{

width:70px;
height:70px;
margin:auto;
margin-bottom:15px;
background:#0b2c5a;
color:#fff;
font-size:28px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;

} 

/* TITLE */

.program-card h4{

color:#0b2c5a;
font-weight:700;
margin-bottom:10px;

}

/* COURSE BOX */

.program-box{

background:#f4f4f4;
padding:10px;
border-radius:6px;
font-size:14px;
color:#333;

}

/* RESPONSIVE */

@media(max-width:768px){

.admission-title{
font-size:26px;
}

}


/* HOVER EFFECT */

.course-card:hover{

transform:translateY(-6px);
box-shadow:0 12px 30px rgba(0,0,0,0.25);

}

/* TITLE */

.course-card h4{

color:#0b2c5a;
font-weight:700;
margin-bottom:10px;

}

/* TEXT */

.course-card p{

color:#555;
font-size:14px;

}

/* RESPONSIVE */

@media(max-width:768px){

.admission-title{
font-size:26px;
}

.course-card{
padding:20px;
}

}






/* ===== LATEST VIDEO SECTION ===== */

.latest-video-section{

padding:80px 0;
background:#f6f6f6;

}

/* LEFT TEXT */

.video-label{

color:#e4002b;
font-weight:600;
letter-spacing:2px;

}

.video-text h2{

font-size:42px;
font-weight:700;
margin:10px 0;

}

.video-text h2 span{

color:#e4002b;

}

.video-text p{

color:#666;
margin-bottom:25px;

}

/* BUTTON */

.video-btn{

background:#0b2c5a;
color:#fff;
padding:12px 28px;
border-radius:30px;
text-decoration:none;
font-weight:600;

}

.video-btn:hover{

background:#071f42;
color:#fff;

}

/* VIDEO CARD */

.video-card{

position:relative;
border-radius:40px;
overflow:hidden;
margin-bottom:15px;

}

.video-card img{

width:100%;
height:280px;
object-fit:cover;

}

/* PLAY BUTTON */

.play-btn{

position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:red;
width:70px;
height:70px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:22px;
box-shadow:0 0 20px rgba(0,0,0,0.4);

}

/* TITLE */

.video-title{

text-align:center;
font-weight:600;
margin-top:8px;

}

/* RESPONSIVE */

@media(max-width:768px){

.video-text{

margin-bottom:40px;

}

.video-text h2{

font-size:30px;

}

.video-card img{

height:220px;

}

}



/* ===== WHY CHOOSE SECTION ===== */

.why-prt-section{

background:#041c3c;
padding:90px 0;
color:#fff;

}

/* LABEL */

.why-label{

color:#ff2b2b;
letter-spacing:2px;
font-weight:600;

}

/* TITLE */

.why-title{

font-size:42px;
font-weight:700;
margin:10px 0 15px;

}

.why-title span{

color:#ff2b2b;

}

/* TEXT */

.why-text{

color:#cfcfcf;
margin-bottom:35px;

}

/* FEATURES GRID */

.why-features{

display:grid;
grid-template-columns:1fr 1fr;
gap:20px;

}

/* CARD */

.feature-card{

background:#e9e9e9;
border-radius:40px;
padding:15px 20px;
display:flex;
align-items:center;
color:#000;

}

/* ICON */

.feature-icon{

background:#ff2b2b;
color:#fff;
width:55px;
height:55px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-right:15px;
font-size:20px;

} 

/* IMAGE */

.why-image{

position:relative;
display:inline-block;

} 

.why-image img{

width:100%;
max-width:420px;
border-radius:200px;
border:6px solid red;

}

/* RESPONSIVE */

@media(max-width:768px){

.why-features{

grid-template-columns:1fr;

}

.why-title{

font-size:30px;

}

.why-image{

margin-top:40px;

}

}




/* ===== GALLERY SECTION ===== */

.prt-gallery-section{

padding:80px 0;
background:#f7f7f7;

}

/* TITLE */

.gallery-header{

text-align:center;
margin-bottom:50px;

}

.gallery-label{

color:#0b2c5a;
font-weight:600;
letter-spacing:2px;

}

.gallery-header h2{

font-size:42px;
font-weight:700;

}

.gallery-header span{

color:#0b2c5a;

}

/* GRID */

.gallery-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;

}

/* IMAGE BOX */

.gallery-item{

overflow:hidden;
border-radius:25px;
transition:0.4s;
border:4px solid transparent;

}

.gallery-item img{

width:100%;
height:100%;
object-fit:cover;
transition:0.4s;

}

/* HOVER EFFECT */

.gallery-item:hover{

border-color:red;

}

.gallery-item:hover img{

transform:scale(1.1);

}

/* TALL IMAGE */

.gallery-item.tall{

grid-row:span 2;

}

/* RESPONSIVE */

@media(max-width:992px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

}
 
@media(max-width:576px){

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-header h2{

font-size:30px;

}

}



/* ===== RECRUITERS SECTION ===== */

.recruiters-section{

background:#0b2c5a;
padding:40px 0;

}

/* TITLE */

.recruiter-title{

color:#fff;
text-align:center;
margin-bottom:20px;
font-weight:600;

}

/* SLIDER */

.logo-slider{

overflow:hidden;
position:relative;

}

/* TRACK */

.logo-track{

display:flex;
gap:30px;
animation:scroll 20s linear infinite;

}

/* LOGO */

.logo-track img{

height:70px;
background:#fff;
padding:10px 20px;
border-radius:6px;

}

/* AUTO SCROLL */

@keyframes scroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* RESPONSIVE */

@media(max-width:768px){

.logo-track img{

height:55px;

}

} 



/* ===== LIFE @ PRT ===== */

.life-prt-section{

padding:60px 0;
background:#f5f6f8;

}

/* TITLE */

.life-title{

text-align:center;
font-size:28px;
font-weight:600;
margin-bottom:35px;
color:#222;

}

/* SLIDER */

.life-slider{

overflow:hidden;
position:relative;

}

/* TRACK */

.life-track{

display:flex;
gap:25px;
animation:lifescroll 25s linear infinite;

}

/* CARD */

.life-card{

min-width:300px;
border-radius:12px;
overflow:hidden;
box-shadow:0 6px 20px rgba(0,0,0,0.15);
transition:0.4s;

}

/* IMAGE */

.life-card img{

width:100%;
height:200px;
object-fit:cover;
transition:0.4s;

}

/* HOVER EFFECT */

.life-card:hover img{

transform:scale(1.1);

}

/* AUTO SCROLL */

@keyframes lifescroll{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* RESPONSIVE */

@media(max-width:768px){

.life-card{

min-width:250px;

}

.life-card img{

height:180px;

}

}

/* responsive */

@media(max-width:768px){

.news-title{
font-size:20px;
}

.news-text{
font-size:14px;
}

.news-logo{
width:55px;
height:55px;
}




}