.topStyle{
	    color: #fff;
    border: 2px solid;
    padding: 4px 12px 7px;
    border-radius: 7px;
}
.gapReviove{
	    gap: 7px !important;
}
.h1styule{
	font-size: 50px !important;
}
.bgstycty{
	    background: #de0b0b;
    border: 2px solid #fff;
}
.border0bon{
	border-bottom: 5px solid #3f3877 !important;
    margin-bottom: 51px;
}

.uni-wrapper {
  width: 100%;
  max-width: 400px;
}

.uni-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.uni-card:hover {
  transform: translateY(-5px);
}

.uni-image-section {
  position: relative;
    height: 169px;
}

.uni-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uni-rating {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #2d2d2d;
  color: #fff;
  padding: 6px 12px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
}

.uni-rating span {
  margin-left: 6px;
}

.uni-info-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.uni-logo-box {
  background: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}

.uni-logo-box span {
  font-weight: normal;
  font-size: 10px;
}

.uni-title h2 {
  color: #fff;
  font-size: 20px;
}

.uni-title p {
  color: #ffd700;
  font-size: 14px;
  margin-top: 4px;
}

.uni-details {
  padding: 18px;
}

.uni-row {
 display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    font-size: 14px;
    color: #555;
}

.uni-label {
  font-weight: 600;
  color: #1e3a8a;
}

.uni-fee {
 margin-top: 2px;
    text-align: right;
}

.uni-fee h3 {
  font-size: 18px;
  color: #222;
}

.uni-fee p {
  font-size: 12px;
  color: #1e3a8a;
  font-weight: 600;
}

.uni-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.btn-outline {
      flex: 1;
    padding: 4px;
    border: 2px solid #1e3a8a;
    background: transparent;
    color: #1e3a8a;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.btn-outline:hover {
  background: #1e3a8a;
  color: #fff;
}

.btn-primary {
  flex: 1;
  padding: 10px;
  border: none;
  background: #e10600;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #b40000;
}

/* Responsive */
@media (max-width: 480px) {
  .uni-wrapper {
    max-width: 100%;
  }
  .cu-grid{display: block !important;}

  .uni-title h2 {
    font-size: 18px;
  }

  .uni-image-section {
    height: 200px;
  }

  .uni-buttons {
    flex-direction: column;
  }
}

.pnx-section{
  padding:80px 20px;
  text-align:center;
}

.pnx-container{
  max-width:1200px;
  margin:auto;
}

/* HEADING */
.pnx-heading{
     font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 29px;
}

.pnx-heading span{
  color:#d40000;
}

/* GRID */
.pnx-logo-grid{
      display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 27px 13px;
    align-items: center;
    justify-items: center;
    margin-bottom: 43px;
}

/* LOGO ITEM */
.pnx-logo-item{
  width:200px;
  height:90px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s ease;
  filter:grayscale(100%);
  opacity:0.7;
}

.pnx-logo-item img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

/* Hover Effect */
.pnx-logo-item:hover{
  filter:grayscale(0%);
  opacity:1;
  transform:scale(1.08);
}

/* BUTTON */
.pnx-btn-wrap{
  display:flex;
  justify-content:center;
}

.pnx-download-btn{
  background:#d40000;
  color:#fff;
  border:none;
  padding:18px 45px;
  font-size:15px;
  font-weight:600;
  border-radius:8px;
  cursor:pointer;
  letter-spacing:1px;
  transition:0.3s ease;
}

.pnx-download-btn:hover{
  background:#b00000;
  transform:scale(1.05);
}

/* RESPONSIVE */
@media(max-width:992px){
  .pnx-logo-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

@media(max-width:768px){
  .pnx-logo-grid{
    grid-template-columns:repeat(2,1fr);
    gap:40px;
  }

  .pnx-heading{
    font-size:32px;
  }
}

@media(max-width:480px){
  .pnx-logo-grid{
    grid-template-columns:1fr;
  }

  .pnx-logo-item{
    width:80%;
  }

  .pnx-heading{
    font-size:26px;
  }

  .pnx-download-btn{
    width:90%;
  }
}
.ssssusi{
      margin-right: 30px !important;
}

/* ===== Career Guidance Section ===== */

.career-guidance{
  padding:60px 20px;
  background:linear-gradient(135deg,#f6f9ff,#eef2ff);
  font-family:Arial, Helvetica, sans-serif;
}

.cg-container{
  max-width:1200px;
  margin:auto;
}

.cg-heading{
  text-align:center;
  margin-bottom:40px;
}

.cg-heading h2{
  font-size:28px;
  font-weight:700;
  color:#1f2a44;
  margin-bottom:10px;
}

.cg-heading p{
  font-size:15px;
  color:#555;
  line-height:1.6;
  max-width:600px;
  margin:auto;
}

/* GRID */

.cg-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:20px;
}

/* CARD */

.cg-card{
  background:rgba(255,255,255,0.7);
  backdrop-filter:blur(10px);
  border-radius:16px;
  padding:25px;
  text-align:center;
  border:1px solid rgba(255,255,255,0.4);
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
  transition:all .35s ease;
}

.cg-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(0,0,0,0.1);
}

.cg-icon{
  font-size:38px;
  margin-bottom:12px;
}

.cg-card h3{
  font-size:18px;
  color:#1f2a44;
  margin-bottom:8px;
}

.cg-card p{
  font-size:14px;
  color:#666;
  line-height:1.5;
}

/* ===== Tablet ===== */

@media (min-width:600px){

.cg-grid{
  grid-template-columns:repeat(2,1fr);
}

.cg-heading h2{
  font-size:32px;
}

}

/* ===== Desktop ===== */

@media (min-width:992px){

.cg-grid{
  grid-template-columns:repeat(4,1fr);
}

.cg-heading h2{
  font-size:36px;
}

}


/* ===== Counseling Section ===== */

.counseling-section{
padding:60px 20px;
background:linear-gradient(135deg,#0f172a,#1e3a8a);
color:white;
font-family:Arial, Helvetica, sans-serif;
}

.counseling-container{
max-width:1100px;
margin:auto;
display:flex;
flex-direction:column;
gap:30px;
}

/* TEXT */

.counseling-text{
text-align:center;
}

.counseling-text h2{
font-size:28px;
margin-bottom:10px;
font-weight:700;
}

.counseling-text p{
font-size:15px;
color:#dbeafe;
line-height:1.6;
}

/* FORM */

.counseling-form{
display:grid;
grid-template-columns:1fr;
gap:15px;
}

.form-group input,
.form-group select{
width:100%;
padding:14px;
border-radius:8px;
border:none;
font-size:14px;
outline:none;
}

.form-group input:focus,
.form-group select:focus{
box-shadow:0 0 0 2px #3b82f6;
}

/* BUTTON */

.counseling-btn{
padding:14px;
background:#facc15;
border:none;
border-radius:8px;
font-size:15px;
font-weight:600;
cursor:pointer;
transition:all .3s ease;
}

.counseling-btn:hover{
background:#fde047;
transform:translateY(-2px);
}

/* TABLET */

@media (min-width:600px){

.counseling-form{
grid-template-columns:1fr 1fr;
}

.counseling-btn{
grid-column:span 2;
}

}

/* DESKTOP */

@media (min-width:992px){

.counseling-container{
flex-direction:row;
align-items:center;
justify-content:space-between;
}

.counseling-text{
flex:1;
text-align:left;
}

.counseling-form{
flex:1;
grid-template-columns:1fr 1fr 1fr;
}

.counseling-btn{
grid-column:span 3;
}

}

/* SECTION */

.free-counseling{
padding:70px 20px;
background:linear-gradient(135deg,#f8fafc,#eef2ff);
font-family:Arial, Helvetica, sans-serif;
}

.fc-container{
max-width:1200px;
margin:auto;
display:flex;
flex-direction:column;
gap:40px;
}

/* LEFT CONTENT */

.fc-content h2{
font-size:28px;
color:#0f172a;
margin:10px 0;
}

.fc-content p{
color:#475569;
line-height:1.6;
font-size:15px;
}

.fc-badge{
display:inline-block;
background:#2563eb;
color:white;
padding:6px 12px;
border-radius:20px;
font-size:12px;
margin-bottom:10px;
}

/* BENEFITS */

.fc-benefits{
margin-top:15px;
padding-left:0;
list-style:none;
}

.fc-benefits li{
margin-bottom:8px;
font-size:14px;
color:#334155;
}

/* FORM BOX */

.fc-form-box{
background:white;
padding:30px;
border-radius:16px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

.fc-form-box h3{
margin-bottom:15px;
font-size:20px;
color:#0f172a;
}

/* FORM */

.fc-form{
display:flex;
flex-direction:column;
gap:12px;
}

.fc-form input,
.fc-form select{
padding:13px;
border-radius:8px;
border:1px solid #e2e8f0;
font-size:14px;
}

.fc-form input:focus,
.fc-form select:focus{
outline:none;
border-color:#2563eb;
}

/* BUTTON */

.fc-form button{
background:#2563eb;
color:white;
border:none;
padding:14px;
border-radius:8px;
font-size:15px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.fc-form button:hover{
background:#1d4ed8;
transform:translateY(-2px);
}

/* TABLET */

@media (min-width:768px){

.fc-container{
flex-direction:row;
align-items:center;
}

.fc-content{
flex:1;
}

.fc-form-box{
flex:1;
}

.fc-content h2{
font-size:34px;
}

}

/* DESKTOP */

@media (min-width:1100px){

.fc-content h2{
font-size:40px;
}

.fc-content p{
font-size:16px;
}

}

.apply-section{
padding:70px 20px;
background:linear-gradient(135deg,#2563eb,#1e40af);
font-family:Arial, Helvetica, sans-serif;
color:white;
}

.apply-container{
max-width:1200px;
margin:auto;
display:flex;
flex-direction:column;
gap:40px;
}

/* LEFT CONTENT */

.apply-content h2{
font-size:30px;
margin-bottom:12px;
}

.apply-content p{
font-size:15px;
line-height:1.6;
color:#e0e7ff;
}

.apply-benefits{
margin-top:15px;
padding:0;
list-style:none;
}

.apply-benefits li{
margin-bottom:8px;
font-size:14px;
}

/* FORM CARD */

.apply-form-box{
background:white;
padding:30px;
border-radius:16px;
color:#0f172a;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.apply-form-box h3{
margin-bottom:15px;
}

/* FORM */

.apply-form{
display:flex;
flex-direction:column;
gap:12px;
}

.apply-form input,
.apply-form select{
padding:13px;
border-radius:8px;
border:1px solid #e2e8f0;
font-size:14px;
}

/* BUTTON */

.apply-form button{
background:#2563eb;
color:white;
border:none;
padding:14px;
border-radius:8px;
font-size:15px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.apply-form button:hover{
background:#1d4ed8;
transform:translateY(-2px);
}

/* TABLET */

@media (min-width:768px){

.apply-container{
flex-direction:row;
align-items:center;
}

.apply-content{
flex:1;
}

.apply-form-box{
flex:1;
}

.apply-content h2{
font-size:36px;
}

}

/* DESKTOP */

@media (min-width:1100px){

.apply-content h2{
font-size:42px;
}

.apply-content p{
font-size:16px;
}

}

.exam-section{
padding:70px 20px;
background:#f1f5f9;
font-family:Arial, Helvetica, sans-serif;
}

.exam-container{
max-width:1200px;
margin:auto;
}

.exam-heading{
text-align:center;
margin-bottom:45px;
}

.exam-heading h2{
font-size:30px;
color:#0f172a;
margin-bottom:10px;
}

.exam-heading p{
color:#64748b;
font-size:15px;
max-width:650px;
margin:auto;
line-height:1.6;
}

/* GRID */

.exam-grid{
display:grid;
grid-template-columns:1fr;
gap:20px;
}

/* CARD */

.exam-card{
background:white;
padding:25px;
border-radius:14px;
text-align:center;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
transition:all .3s ease;
}

.exam-card:hover{
transform:translateY(-6px);
box-shadow:0 18px 35px rgba(0,0,0,0.08);
}

.exam-icon{
font-size:34px;
margin-bottom:10px;
}

.exam-card h3{
color:#0f172a;
margin-bottom:6px;
}

.exam-card p{
font-size:14px;
color:#64748b;
line-height:1.5;
}

/* TABLET */

@media(min-width:700px){

.exam-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* DESKTOP */

@media(min-width:1000px){

.exam-grid{
grid-template-columns:repeat(3,1fr);
}

.exam-heading h2{
font-size:36px;
}

}

.exam-form-section{
padding:70px 20px;
background:#f1f5f9;
font-family:Arial, Helvetica, sans-serif;
}

.exam-form-container{
max-width:1000px;
margin:auto;
background:white;
padding:40px;
border-radius:16px;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.exam-form-heading{
text-align:center;
margin-bottom:25px;
}

.exam-form-heading h2{
font-size:28px;
color:#0f172a;
margin-bottom:10px;
}

.exam-form-heading p{
font-size:15px;
color:#64748b;
max-width:600px;
margin:auto;
line-height:1.6;
}

/* FORM */

.exam-form{
display:grid;
grid-template-columns:1fr;
gap:14px;
}

.exam-form input,
.exam-form select,
.exam-form textarea{
padding:13px;
border-radius:8px;
border:1px solid #e2e8f0;
font-size:14px;
}

.exam-form input:focus,
.exam-form select:focus,
.exam-form textarea:focus{
outline:none;
border-color:#2563eb;
box-shadow:0 0 0 2px rgba(37,99,235,0.1);
}

/* BUTTON */

.exam-form button{
padding:14px;
background:#2563eb;
border:none;
color:white;
font-size:15px;
font-weight:600;
border-radius:8px;
cursor:pointer;
transition:.3s;
}

.exam-form button:hover{
background:#1d4ed8;
transform:translateY(-2px);
}

/* TABLET */

@media(min-width:700px){

.exam-form{
grid-template-columns:1fr 1fr;
}

.exam-form textarea{
grid-column:span 2;
}

.exam-form button{
grid-column:span 2;
}

}

/* DESKTOP */

@media(min-width:1000px){

.exam-form-heading h2{
font-size:34px;
}

}

.online-application{
padding:70px 20px;
background:#f8fafc;
font-family:Arial, Helvetica, sans-serif;
}

.app-container{
max-width:1000px;
margin:auto;
background:white;
padding:40px;
border-radius:16px;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.app-heading{
text-align:center;
margin-bottom:30px;
}

.app-heading h2{
font-size:30px;
color:#0f172a;
margin-bottom:10px;
}

.app-heading p{
font-size:15px;
color:#64748b;
line-height:1.6;
max-width:700px;
margin:auto;
}

/* FORM */

.application-form{
display:grid;
grid-template-columns:1fr;
gap:14px;
}

.application-form input,
.application-form select,
.application-form textarea{
padding:13px;
border-radius:8px;
border:1px solid #e2e8f0;
font-size:14px;
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus{
outline:none;
border-color:#2563eb;
}

/* BUTTON */

.application-form button{
padding:15px;
background:#2563eb;
color:white;
border:none;
border-radius:8px;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.application-form button:hover{
background:#1d4ed8;
transform:translateY(-2px);
}

/* TABLET */

@media(min-width:700px){

.application-form{
grid-template-columns:1fr 1fr;
}

.application-form textarea{
grid-column:span 2;
}

.application-form button{
grid-column:span 2;
}

}

/* DESKTOP */

@media(min-width:1000px){

.app-heading h2{
font-size:36px;
}

}

.track-admission{
padding:60px 20px;
background:#f5f8ff;
font-family:sans-serif;
}

 

.track-header{
text-align:center;
margin-bottom:40px;
}

.track-header h2{
font-size:32px;
color:#0a2540;
margin-bottom:10px;
}

.track-header p{
color:#555;
font-size:16px;
line-height:1.6;
}

.track-box{
background:white;
padding:35px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.input-group{
display:flex;
flex-direction:column;
margin-bottom:20px;
}

.input-group label{
font-size:14px;
margin-bottom:6px;
color:#333;
font-weight:600;
}

.input-group input{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
transition:0.3s;
}

.input-group input:focus{
border-color:#0d6efd;
outline:none;
}

.divider{
text-align:center;
margin:20px 0;
font-weight:600;
color:#888;
}

.track-btn{
width:100%;
background:#0d6efd;
color:white;
border:none;
padding:14px;
font-size:16px;
border-radius:6px;
cursor:pointer;
transition:0.3s;
}

.track-btn:hover{
background:#084298;
}

/* Desktop */

@media(min-width:768px){

.track-header h2{
font-size:36px;
}

.track-box{
padding:50px;
}

}

.brochure-section{
padding:70px 20px;
background:#f4f7ff;
font-family:sans-serif;
}

.brochure-container{
max-width:1100px;
margin:auto;
display:flex;
flex-direction:column;
gap:40px;
align-items:center;
}

.brochure-content{
text-align:center;
}

.brochure-content h2{
font-size:30px;
color:#0a2540;
margin-bottom:15px;
}

.brochure-content p{
font-size:16px;
color:#555;
line-height:1.6;
max-width:600px;
margin:auto;
margin-bottom:25px;
}

.brochure-btn{
display:inline-block;
background:#0d6efd;
color:white;
padding:14px 28px;
border-radius:6px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.brochure-btn:hover{
background:#084298;
}

.brochure-image img{
width:220px;
max-width:100%;
}

/* Desktop */

@media(min-width:768px){

.brochure-container{
flex-direction:row;
justify-content:space-between;
text-align:left;
}

.brochure-content{
text-align:left;
}

.brochure-content h2{
font-size:36px;
}

.brochure-image img{
width:260px;
}

}

.faq-section{
padding:70px 20px;
background:#f7f9ff;
font-family:sans-serif;
}

.faq-container{
max-width:1000px;
margin:auto;
}

.faq-title{
text-align:center;
font-size:30px;
color:#0a2540;
margin-bottom:10px;
}

.faq-subtitle{
text-align:center;
color:#555;
margin-bottom:40px;
font-size:16px;
}

.faq-box{
display:flex;
flex-direction:column;
gap:20px;
}

.faq-item{
background:white;
padding:25px;
border-radius:8px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.faq-item h3{
font-size:18px;
color:#0a2540;
margin-bottom:10px;
}

.faq-item p{
color:#555;
line-height:1.6;
font-size:15px;
}

/* Desktop */

@media(min-width:768px){

.faq-title{
font-size:36px;
}

.faq-box{
gap:25px;
}

}

.documents-section{
padding:70px 20px;
background:#f5f8ff;
font-family:sans-serif;
}

.documents-container{
max-width:1100px;
margin:auto;
text-align:center;
}

.documents-title{
font-size:32px;
color:#0a2540;
margin-bottom:10px;
}

.documents-subtitle{
font-size:16px;
color:#555;
margin-bottom:40px;
line-height:1.6;
max-width:700px;
margin-left:auto;
margin-right:auto;
}

.documents-grid{
display:grid;
grid-template-columns:1fr;
gap:20px;
}

.doc-card{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 8px 25px rgba(0,0,0,0.05);
transition:0.3s;
}

.doc-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 35px rgba(0,0,0,0.1);
}

.doc-card h3{
font-size:18px;
color:#0a2540;
margin-bottom:10px;
}

.doc-card p{
font-size:15px;
color:#555;
line-height:1.5;
}

/* Tablet */

@media(min-width:600px){

.documents-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Desktop */

@media(min-width:992px){

.documents-grid{
grid-template-columns:repeat(3,1fr);
}

.documents-title{
font-size:36px;
}

}

.enquiry-section{
padding:70px 20px;
background:linear-gradient(135deg,#0d6efd,#0046c0);
font-family:sans-serif;
color:white;
}

.enquiry-container{
max-width:1000px;
margin:auto;
display:flex;
flex-direction:column;
gap:30px;
}

.enquiry-text h2{
font-size:30px;
margin-bottom:10px;
}

.enquiry-text p{
font-size:16px;
line-height:1.6;
opacity:0.9;
}

.enquiry-form{
display:flex;
flex-direction:column;
gap:15px;
}

.enquiry-form input,
.enquiry-form select{
padding:12px;
border:none;
border-radius:6px;
font-size:15px;
}

.enquiry-form button{
background:#ffcc00;
color:#000;
padding:14px;
border:none;
border-radius:6px;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.enquiry-form button:hover{
background:#e6b800;
}

/* Desktop */

@media(min-width:768px){

.enquiry-container{
flex-direction:row;
align-items:center;
justify-content:space-between;
}

.enquiry-text{
max-width:45%;
}

.enquiry-form{
max-width:45%;
}

.enquiry-text h2{
font-size:36px;
}

}

.credit-card-section{
padding:70px 20px;
background:#f5f8ff;
font-family:sans-serif;
}

.credit-container{
max-width:1100px;
margin:auto;
display:flex;
flex-direction:column;
gap:40px;
}

.credit-info h2{
font-size:30px;
color:#0a2540;
margin-bottom:15px;
}

.credit-info p{
color:#555;
line-height:1.6;
margin-bottom:20px;
}

.credit-steps{
list-style:none;
padding:0;
}

.credit-steps li{
margin-bottom:10px;
font-weight:500;
}

.credit-form{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.credit-form h3{
margin-bottom:20px;
color:#0a2540;
}

.credit-form form{
display:flex;
flex-direction:column;
gap:15px;
}

.credit-form input{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
}

.credit-form button{
background:#0d6efd;
color:white;
padding:14px;
border:none;
border-radius:6px;
font-weight:600;
cursor:pointer;
}

.credit-form button:hover{
background:#084298;
}

/* Desktop */

@media(min-width:768px){

.credit-container{
flex-direction:row;
align-items:center;
}

.credit-info{
width:50%;
}

.credit-form{
width:45%;
}

}

.credit-benefits{
padding:70px 20px;
background:white;
font-family:sans-serif;
text-align:center;
}

.benefits-container{
max-width:1100px;
margin:auto;
}

.benefits-container h2{
font-size:32px;
color:#0a2540;
margin-bottom:10px;
}

.benefits-sub{
color:#555;
margin-bottom:40px;
}

.benefits-grid{
display:grid;
grid-template-columns:1fr;
gap:20px;
}

.benefit-card{
background:#f5f8ff;
padding:25px;
border-radius:10px;
transition:0.3s;
}

.benefit-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.benefit-card h3{
margin-bottom:10px;
color:#0a2540;
}

.benefit-card p{
color:#555;
font-size:15px;
}

/* Tablet */

@media(min-width:600px){

.benefits-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Desktop */

@media(min-width:992px){

.benefits-grid{
grid-template-columns:repeat(4,1fr);
}

}

.scholarship-section{
padding:70px 20px;
background:#f5f8ff;
font-family:sans-serif;
}

.scholarship-container{
max-width:1100px;
margin:auto;
display:flex;
flex-direction:column;
gap:40px;
}

.scholarship-info h2{
font-size:30px;
color:#0a2540;
margin-bottom:15px;
}

.scholarship-info p{
color:#555;
line-height:1.6;
margin-bottom:20px;
}

.scholarship-list{
padding-left:18px;
color:#333;
}

.scholarship-list li{
margin-bottom:8px;
}

.scholarship-form{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.scholarship-form h3{
margin-bottom:20px;
color:#0a2540;
}

.scholarship-form form{
display:flex;
flex-direction:column;
gap:15px;
}

.scholarship-form input,
.scholarship-form select{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
}

.scholarship-form button{
background:#0d6efd;
color:white;
padding:14px;
border:none;
border-radius:6px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.scholarship-form button:hover{
background:#084298;
}

/* Desktop */

@media(min-width:768px){

.scholarship-container{
flex-direction:row;
align-items:center;
}

.scholarship-info{
width:50%;
}

.scholarship-form{
width:45%;
}

}


.edu-loan-section{
padding:70px 20px;
background:#f5f8ff;
font-family:sans-serif;
}

.edu-loan-container{
max-width:1100px;
margin:auto;
display:flex;
flex-direction:column;
gap:40px;
}

.loan-info h2{
font-size:30px;
color:#0a2540;
margin-bottom:15px;
}

.loan-info p{
color:#555;
line-height:1.6;
margin-bottom:20px;
}

.loan-features{
padding-left:18px;
}

.loan-features li{
margin-bottom:8px;
color:#333;
font-weight:500;
}

.loan-form{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.loan-form h3{
margin-bottom:20px;
color:#0a2540;
}

.loan-form form{
display:flex;
flex-direction:column;
gap:15px;
}

.loan-form input{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:15px;
}

.loan-form button{
background:#0d6efd;
color:white;
padding:14px;
border:none;
border-radius:6px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.loan-form button:hover{
background:#084298;
}

/* Desktop */

@media(min-width:768px){

.edu-loan-container{
flex-direction:row;
align-items:center;
}

.loan-info{
width:50%;
}

.loan-form{
width:45%;
}

}

.engg-area{
padding: 38px 20px;
    background: #f6f9ff;
    font-family: Arial, sans-serif;
}

.engg-wrap{
max-width:1100px;
margin:auto;
}

.engg-title{
text-align:center;
font-size:34px;
color:#0b2b50;
margin-bottom:15px;
}

.engg-desc{
text-align:center;
max-width:750px;
margin:auto;
color:#555;
line-height:1.6;
/*margin-bottom:45px;*/
}

.engg-grid{
display:grid;
grid-template-columns:1fr;
gap:25px;
}

.engg-card{
    background: white;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.35s;
    border-top: 4px solid #2f6bff;
}

.engg-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.engg-card h3{
margin-bottom:10px;
color:#0b2b50;
}

.engg-card p{
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
}

.engg-card ul{
    padding-left: 13px;
    list-style: disc;
}

.engg-card li{
margin-bottom: 0px;
    font-size: 14px;
    color: #333;
}

.engg-info{
margin-top:50px;
background:#ffffff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}

.engg-info h3{
margin-bottom:10px;
color:#0b2b50;
}

.engg-info p{
color:#555;
line-height:1.6;
}


/* tablet */

@media(min-width:700px){

.engg-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* desktop */

@media(min-width:1024px){

.engg-grid{
grid-template-columns:repeat(3,1fr);
}

.engg-title{
font-size:38px;
}

}

.engg-career{
padding: 0px 20px;
    background: #f4f8ff;
    font-family: Arial;
}

 

.career-title{
font-size:34px;
color:#0b2a4a;
margin-bottom:10px;
}

.career-desc{
max-width:700px;
margin:auto;
color:#555;
margin-bottom:40px;
line-height:1.6;
}

.career-grid{
display:grid;
grid-template-columns:1fr;
gap:25px;
}

.career-card{
    background: white;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    border-left: 4px solid #2a6cff;
}

.career-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(0,0,0,0.1);
}

.career-card h3{
margin-bottom:8px;
color:#0b2a4a;
}

.career-card p{
font-size:14px;
color:#555;
margin-bottom:10px;
}

.career-card span{
font-weight:600;
color:#2a6cff;
}

/* responsive */

@media(min-width:700px){
.career-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(min-width:1000px){
.career-grid{
grid-template-columns:repeat(3,1fr);
}
}


.engg-fees{
padding:70px 20px;
background:white;
font-family:Arial;
}

 

.fees-title{
font-size:34px;
color:#0b2a4a;
margin-bottom:10px;
}

.fees-desc{
max-width:700px;
margin:auto;
color:#555;
margin-bottom:40px;
}

.fees-table-wrap{
overflow-x:auto;
}

.fees-table{
width:100%;
border-collapse:collapse;
background:#f9fbff;
border-radius:8px;
overflow:hidden;
}

.fees-table th{
background:#2a6cff;
color:white;
padding:14px;
font-size:15px;
}

.fees-table td{
padding:14px;
border-bottom:1px solid #e4e9f5;
font-size:14px;
}

.fees-table tr:hover{
background:#eef3ff;
}


.mgmt-section{
padding:70px 20px;
background:#f6f9ff;
font-family:Arial, sans-serif;
}

/* CONTAINER */

.mgmt-container{
max-width:1200px;
margin:auto;
}

/* TITLE */

.mgmt-title{
text-align:center;
font-size:34px;
font-weight:700;
color:#1e293b;
margin-bottom:15px;
}

/* INTRO */

.mgmt-intro{
text-align:center;
max-width:800px;
margin:auto;
margin-bottom:50px;
line-height:1.7;
color:#555;
font-size:16px;
}

/* GRID */

.mgmt-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:28px;
}

/* CARD */

.mgmt-card{
background:#ffffff;
padding:28px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.35s;
border-top:4px solid #2563eb;
}

/* CARD HOVER */

.mgmt-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* CARD TITLE */

.mgmt-card h3{
font-size:20px;
margin-bottom:10px;
color:#111;
}

/* CARD TEXT */

.mgmt-card p{
font-size:15px;
line-height:1.6;
color:#666;
}

/* MOBILE */

@media(max-width:768px){

.mgmt-title{
font-size:26px;
}

.mgmt-card{
padding:22px;
}

}

.mba-spec-section{
padding:70px 20px;
background:#ffffff;
font-family:Arial, sans-serif;
}

/* CONTAINER */

.mba-spec-container{
max-width:1200px;
margin:auto;
}

/* TITLE */

.mba-spec-title{
text-align:center;
font-size:34px;
font-weight:700;
margin-bottom:15px;
color:#0f172a;
}

/* INTRO */

.mba-spec-intro{
text-align:center;
max-width:800px;
margin:auto;
margin-bottom:50px;
line-height:1.7;
color:#555;
font-size:16px;
}

/* GRID */

.mba-spec-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

/* CARD */

.mba-spec-card{
background:#f8fafc;
padding:25px;
border-radius:10px;
border-left:4px solid #0ea5e9;
transition:0.3s;
}

/* HOVER */

.mba-spec-card:hover{
background:#ffffff;
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

/* CARD TITLE */

.mba-spec-card h3{
font-size:19px;
margin-bottom:10px;
color:#111;
}

/* TEXT */

.mba-spec-card p{
font-size:15px;
line-height:1.6;
color:#666;
}

/* MOBILE */

@media(max-width:768px){

.mba-spec-title{
font-size:26px;
}

.mba-spec-card{
padding:20px;
}

}
.recruiter-section{
padding:70px 20px;
background:#f8fafc;
font-family:Arial, sans-serif;
}

/* CONTAINER */

.recruiter-container{
max-width:1200px;
margin:auto;
}

/* TITLE */

.recruiter-title{
text-align:center;
font-size:34px;
font-weight:700;
margin-bottom:15px;
color:#0f172a;
}

/* INTRO */

.recruiter-intro{
text-align:center;
max-width:800px;
margin:auto;
margin-bottom:50px;
line-height:1.7;
font-size:16px;
color:#555;
}

/* GRID */

.recruiter-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

/* CARD */

.recruiter-card{
background:#ffffff;
padding:28px;
border-radius:12px;
box-shadow:0 8px 22px rgba(0,0,0,0.08);
border-top:4px solid #6366f1;
transition:0.35s;
}

/* HOVER */

.recruiter-card:hover{
transform:translateY(-6px);
box-shadow:0 14px 30px rgba(0,0,0,0.12);
}

/* TITLE */

.recruiter-card h3{
font-size:20px;
margin-bottom:10px;
color:#111;
}

/* TEXT */

.recruiter-card p{
font-size:15px;
line-height:1.6;
color:#666;
}

/* MOBILE */

@media(max-width:768px){

.recruiter-title{
font-size:26px;
}

.recruiter-card{
padding:22px;
}

}

.mgmt-process-section{
padding:70px 20px;
background:#f1f5f9;
font-family:Arial, sans-serif;
}

/* CONTAINER */

.mgmt-process-container{
max-width:1100px;
margin:auto;
}

/* TITLE */

.mgmt-process-title{
text-align:center;
font-size:34px;
font-weight:700;
margin-bottom:15px;
color:#0f172a;
}

/* INTRO */

.mgmt-process-intro{
text-align:center;
max-width:750px;
margin:auto;
margin-bottom:50px;
line-height:1.7;
color:#555;
}

/* TIMELINE */

.mgmt-timeline{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

/* STEP */

.mgmt-step{
background:#ffffff;
padding:25px;
border-radius:10px;
box-shadow:0 8px 22px rgba(0,0,0,0.08);
position:relative;
transition:0.35s;
}

/* NUMBER */

.step-number{
position:absolute;
top:-15px;
left:20px;
background:#2563eb;
color:#fff;
width:35px;
height:35px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-weight:bold;
}

/* HOVER */

.mgmt-step:hover{
transform:translateY(-5px);
box-shadow:0 14px 28px rgba(0,0,0,0.12);
}

/* TITLE */

.mgmt-step h3{
margin-top:10px;
margin-bottom:8px;
font-size:18px;
color:#111;
}

/* TEXT */

.mgmt-step p{
font-size:14px;
line-height:1.6;
color:#666;
}

/* MOBILE */

@media(max-width:768px){

.mgmt-process-title{
font-size:26px;
}

.mgmt-step{
padding:20px;
}

}

.whatsapp-float{
position:fixed;
right:25px;
bottom:25px;
z-index:999;
}

.whatsapp-btn{
width:60px;
height:60px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:28px;
text-decoration:none;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
animation:pulse 2s infinite;
transition:0.3s;
}

/* Hover Effect */

.whatsapp-btn:hover{
transform:scale(1.1);
background:#1ebe5d;
}

/* Pulse Animation */

@keyframes pulse{

0%{
box-shadow:0 0 0 0 rgba(37,211,102,0.7);
}

70%{
box-shadow:0 0 0 20px rgba(37,211,102,0);
}

100%{
box-shadow:0 0 0 0 rgba(37,211,102,0);
}

}

/* Tooltip */

.whatsapp-text{
position:absolute;
right:75px;
background:#25D366;
color:white;
padding:8px 12px;
border-radius:5px;
font-size:14px;
opacity:0;
transform:translateY(10px);
transition:0.3s;
white-space:nowrap;
}

.whatsapp-float:hover .whatsapp-text{
opacity:1;
transform:translateY(0);
}


.floating-buttons{
position:fixed;
right:0;
bottom:120px;
z-index:999;
display:flex;
flex-direction:column;
gap:12px;
}

/* Button Style */

.float-btn{
display:flex;
align-items:center;
gap:10px;
padding:12px 18px;
background:#0d6efd;
color:white;
font-size:14px;
font-weight:600;
text-decoration:none;
border-radius:30px 0 0 30px;
box-shadow:0 8px 20px rgba(0,0,0,0.2);
transform:translateX(110px);
transition:0.4s;
}

/* Icon */

.float-btn i{
background:white;
color:#0d6efd;
width:28px;
height:28px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:14px;
}

/* Hover Slide */

.float-btn:hover{
transform:translateX(0);
}

/* Admission Button */

.admission{
background:#ff5722;
animation:blink 2s infinite;
}

.admission i{
color:#ff5722;
}

/* Enquiry Button */

.enquiry{
background:#198754;
}

.enquiry i{
color:#198754;
}

/* Blink Animation */

@keyframes blink{

0%{box-shadow:0 0 0 0 rgba(255,87,34,0.6);}

70%{box-shadow:0 0 0 15px rgba(255,87,34,0);}

100%{box-shadow:0 0 0 0 rgba(255,87,34,0);}

}

.bk-mobile-cta-wrap{
display:none;
}

/* Mobile Only */

@media (max-width:768px){

.bk-mobile-cta-wrap{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#ffffff;
display:flex;
justify-content:space-around;
align-items:center;
padding:10px 0;
box-shadow:0 -5px 20px rgba(0,0,0,0.12);
z-index:99999;
border-top:1px solid #eaeaea;
}

/* Items */

.bk-mobile-cta-item{
text-decoration:none;
display:flex;
flex-direction:column;
align-items:center;
font-size:13px;
font-weight:600;
color:#444;
font-family:Arial;
transition:0.3s;
}

/* Icons */

.bk-mobile-cta-icon{
font-size:20px;
margin-bottom:4px;
color:#0d6efd;
}

/* Apply Highlight */

.bk-apply-btn{
color:#ff5a2c;
}

.bk-apply-btn .bk-mobile-cta-icon{
color:#ff5a2c;
}

.bk-mobile-cta-item:hover{
transform:translateY(-2px);
}

}


.cu-about{
    padding: 34px 10px;
    background: #f7f9ff;
}

.cu-container{
max-width:1100px;
margin:auto;
}

.cu-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.cu-image img{
width:100%;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.cu-content h2{
font-size:30px;
margin-bottom:15px;
color:#1a2a55;
}

.cu-content p{
line-height:1.7;
color:#555;
}

.cu-courses{
    padding: 46px 13px;
    background: white;
    text-align: center;
}

.cu-section-heading{
font-size:32px;
margin-bottom:40px;
color:#1b2f6d;
}

.cu-course-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: 14px;
    max-width: 1000px;
    margin: auto;
}
.cu-highlights h2{
  color: #fff !important;
}

.cu-course-card{
background:linear-gradient(135deg,#ffffff,#f1f4ff);
padding:28px;
border-radius:14px;
box-shadow:0 8px 20px rgba(0,0,0,.08);
transition:.3s;
}

.cu-course-card:hover{
transform:translateY(-8px);
box-shadow:0 12px 25px rgba(0,0,0,.12);
}

.cu-course-card h3{
margin-bottom:10px;
color:#243b80;
}

.cu-highlights{
    padding: 30px 20px;
    background: #df0a0a;
    color: white;
    text-align: center;
}

.cu-highlight-list{
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(143px, 1fr));
    gap: 6px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cu-highlight-list li{
background:#18275f;
padding:14px;
border-radius:8px;
list-style:none;
}

.cu-placement{
    padding: 35px 13px;
    background: #ffffff;
    text-align: center;
}

.cu-placement h2{
font-size:30px;
margin-bottom:15px;
color:#1b2f6d;
}

.cu-placement-text{
max-width:750px;
margin:auto;
line-height:1.7;
color:#555;
}

.cu-admission{
    padding: 44px 14px;
    background: linear-gradient(135deg, #eef3ff, #ffffff);
    text-align: center;
}

.cu-adm-heading{
font-size:32px;
margin-bottom:50px;
color:#1e2f6d;
}
.cu-fees h2{
  color: #fff !important;
}

.cu-adm-steps{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
    gap: 9px;
    max-width: 1100px;
    margin: auto;
}

.cu-adm-box{
background: white;
    padding: 36px 7px;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    position: relative;
    transition: .3s;
}

.cu-adm-box:hover{
transform:translateY(-8px);
}

.cu-step{
position:absolute;
top:-18px;
left:20px;
background:#ffb400;
color:white;
font-weight:700;
padding:8px 12px;
border-radius:6px;
}

.cu-fees{
    padding: 31px 12px;
    background: #353030;
    color: white;
    text-align: center;
}

.cu-fee-table{
max-width:600px;
margin:40px auto;
}

.cu-fee-row{
display:flex;
justify-content:space-between;
padding:16px 20px;
border-bottom:1px solid rgba(255,255,255,.15);
font-size:17px;
}

.cu-fee-row:last-child{
border:none;
}

.cu-fee-note{
margin-top:20px;
font-size:14px;
opacity:.8;
}

.cu-gallery{
padding: 37px 13px;
    background: #f5f7ff;
    text-align: center;
}
.cu-apply h2{
  color: #fff !important;
}

.cu-gallery-title{
font-size:32px;
margin-bottom:40px;
color:#1b2f6d;
}

.cu-gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
max-width:1100px;
margin:auto;
}

.cu-gallery-grid img{
width:100%;
border-radius:10px;
transition:.3s;
box-shadow:0 8px 20px rgba(0,0,0,.1);
}

.cu-gallery-grid img:hover{
transform:scale(1.05);
}

.cu-apply{
    padding: 42px 6px;
    background: linear-gradient(135deg, #1a2b6d, #253ea8);
    text-align: center;
    color: white;
}

.cu-apply-form{
max-width:600px;
margin:40px auto;
display:flex;
flex-direction:column;
gap:15px;
}

.cu-apply-form input,
.cu-apply-form select,
.cu-apply-form textarea{
padding:14px;
border:none;
border-radius:6px;
font-size:15px;
}

.cu-apply-form textarea{
min-height:120px;
resize:none;
}

.cu-apply-form button{
padding:14px;
background:#ffb400;
color:white;
border:none;
font-size:16px;
font-weight:600;
border-radius:6px;
cursor:pointer;
transition:.3s;
}

.cu-apply-form button:hover{
background:#ff9900;
}

.cu-recruiters{
    padding: 30px 20px;
    background: #ffffff;
    text-align: center;
}

.cu-rec-heading{
font-size:34px;
margin-bottom:10px;
color:#1b2f6d;
}

.cu-rec-sub{
color:#666;
margin-bottom:40px;
}

.cu-rec-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:20px;
max-width:900px;
margin:auto;
}

.cu-rec-card{
padding:25px;
background:linear-gradient(135deg,#f5f7ff,#ffffff);
border-radius:10px;
font-weight:600;
color:#1b2f6d;
box-shadow:0 8px 20px rgba(0,0,0,.08);
transition:.3s;
}

.cu-rec-card:hover{
transform:translateY(-6px);
background:#1b2f6d;
color:white;
}

.cu-location{
    padding: 29px 20px;
    background: #f5f7ff;
}

.cu-map-heading{
text-align:center;
font-size:32px;
margin-bottom:40px;
color:#1b2f6d;
}

.cu-map-wrapper{
display:grid;
grid-template-columns:1.5fr 1fr;
gap:30px;
max-width:1100px;
margin:auto;
}

.cu-map iframe{
width:100%;
height:350px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.cu-address{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.cu-address h3{
margin-bottom:10px;
color:#1b2f6d;
}

.cu-address p{
color:#555;
line-height:1.7;
}