 *{
    margin:0;
      padding:0;
      box-sizing:border-box;
      font-family:Arial, sans-serif;
    }
   body{
      background:#f5f5f5;
    }
.top-header{
  width:100%;
  background:#000;   
  color:#fff;
}
.top-header .container-fluid{
  max-width:2560px;
  margin:auto;
  padding:4px 20px;  
}
.top-header a{
  color:#fff !important;
  text-decoration:none;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:6px;
  transition:0.3s;
}
.top-header i{
  color:#fff;
}
.top-header a:hover{
  color:#ccc !important;
}
.top-header .d-flex{
  flex-wrap:wrap;
}
.top-header .justify-content-between{
  gap:10px;
}
































.clg-header {
    width: 100%;
    background-color: #f8f9fa;  
    color: #fff;
    border-bottom: 3px solid #d4af37;
}
.clg-container{
    max-width:2560px;
    margin:auto;
    padding:10px 60px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.clg-content{
    display:flex;
    align-items:center;
    gap:18px;  
}
.clg-content{
    display:flex;
    align-items:center;
    gap:25px;
}
.clg-logo{
    width: 100pxpx;
    height:110px;
    object-fit:contain;
    background:#fff;
    border-radius:50%;
    padding:8px;
}
.clg-text h1{
    font-size:30px;
    font-weight:700;
    line-height:1.2;
    margin:0;
     color:navy!important;
}
.clg-text p{
   color:navy !important;
    font-size:22px;
    margin-top:6px;
}
@media (max-width:1024px){
    .clg-logo{
        width:110px;
        height:110px;
    }
    .clg-text h1{
        font-size:38px;
    }
    .clg-text p{
        font-size:18px;
    }
}

@media (max-width:768px){
    .clg-logo{
        width:80px;
        height:80px;
    }
    .clg-text h1{
        font-size:26px;
    }
    .clg-text p{
        font-size:14px;
    }
}
@media (max-width:480px){
    .clg-logo{
        width:60px;
        height:60px;
    }
    .clg-text h1{
        font-size:18px;
    }
    .clg-text p{
        font-size:12px;
    }
}
@media (max-width:400px){
    .clg-container{
        padding:10px 15px;
    }
    .clg-content{
        gap:10px;
    }
    .clg-logo{
        width:30px;
        height:30px;
        padding:4px;
    }
    .clg-text h1{
        font-size:10px;
        white-space: nowrap;  
        overflow: hidden;
        text-overflow: ellipsis; 
    }
    .clg-text p{
        font-size:11px;
    }
}
@media (max-width:1024px){
    .clg-logo{
        width:90px;
        height:90px;
    }
    .clg-text h1{
        font-size:36px;
    }
    .clg-text p{
        font-size:18px;
    }
}
@media (max-width:768px){
    .clg-logo{
        width:70px;
        height:70px;
    }
    .clg-text h1{
        font-size:24px;
    }
    .clg-text p{
        font-size:14px;
    }
}
@media (max-width:480px){
    .clg-logo{
        width:55px;
        height:55px;
    }
    .clg-text h1{
        font-size:18px;
    }
    .clg-text p{
        font-size:12px;
    }
}
  .top-header .container-fluid{
    padding:8px 80px;
  }
  .top-header a{
    font-size:20px;
  }
 .swiper {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    } 















.principal-section{
  width: 100%;
  padding: 30px 15px;   
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 50%, #ffffff 100%);
  
  font-family: Arial, sans-serif;
}
.principal-container{
  max-width: 900px;     
  margin: auto;
  display: flex;
  align-items: center;
  gap: 25px;            
  flex-wrap: wrap;
}
.principal-image{
  width: 250px;
}
.principal-image img{
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
        
}
.principal-name{
  margin-top: 18px;
}
.principal-name h3{
  font-size: 28px;
  color: #111;
  margin-bottom: 5px;
}
.principal-name span{
  font-size: 18px;
  color: #666;
}
.principal-content{
      font-size:22px;
    font-weight:600;
    margin-bottom:4px;
   flex: 1;
  min-width: 300px; 
}
.principal-content h2{
  font-size: 30px;
    margin-top: -10px;
  color:navy;  
  margin-bottom: 30px;
}
.principal-content p{
  font-size: 17px;
  line-height: 1.9;
  color: black;
  margin-bottom: 18px;
    margin-top: -20px;
}
.read-btn{
  display: inline-block;
  padding: 14px 32px;
  background:#800000;  
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  
  transition: 0.3s;
    padding:2px 10px;
    font-size:16px;
}
.read-btn:hover{
  background:#800000;  
} 
.uni-dept-section{
  background:#6b0f1a;
  padding:20px 20px;
}
.uni-dept-title {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  top: 20px; 
  margin-top: -30px;

}
.uni-dept-card h3 {
  font-size: 20px;   
  font-weight: 600;
  margin: 10px 0 5px;
  
}
.zxq-notice-row{
 
  cursor: pointer;   
}

.uni-dept-card p {
  font-size: 15px;   
  line-height: 1.5;
  color: #444;
}
.achiever h3{
    margin-top: 15px;
  
   
}
    
.achiever img{
    display: block;
    margin: 0 auto 10px auto; 
}

.achiever h5{
    font-size: 15px;   
    font-weight: 600;
    margin-top: 10px;  
    text-align: center;
}.achiever .dept{
    font-size: 16px;
      margin-top: -5px; 
}
.achiever .rank-text{
    font-size: 15Px;   
    font-weight: 50;
    color:white;.logo-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 60px 0;

  
  background: linear-gradient(135deg, #020024 0%, #090979 40%, #000000 100%);
}


.logo-slider::before,
.logo-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 160px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-slider::before {
  left: 0;
  background: linear-gradient(to right, #020024 80%, transparent);
}

.logo-slider::after {
  right: 0;
  background: linear-gradient(to left, #000 80%, transparent);
}


.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll 25s linear infinite;
}


.logo {
  flex: 0 0 auto;
  margin: 0 55px;

  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);

  padding: 35px 50px;   

  border-radius: 22px;

  filter: grayscale(100%);
  opacity: 0.92;

  transition: all 0.4s ease;

  box-shadow: 0 18px 45px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.25);
}


.logo:hover {
  transform: scale(1.15);
  filter: grayscale(0%);
  opacity: 1;

  box-shadow: 0 25px 60px rgba(0, 150, 255, 0.35);
}

.logo img {
  height: 85px;   
  width: auto;
  object-fit: contain;
}


@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


@media (max-width: 1440px) {
  .logo img { height: 75px; }
  .logo { padding: 30px 45px; margin: 0 45px; }
}

@media (max-width: 1024px) {
  .logo img { height: 65px; }
  .logo { padding: 25px 35px; margin: 0 35px; }
}

@media (max-width: 768px) {
  .logo img { height: 50px; }
  .logo {
    padding: 20px 28px;
    margin: 0 25px;
    border-radius: 18px;
  }
}

@media (max-width: 480px) {
  .logo img { height: 38px; }
  .logo {
    padding: 16px 22px;
    margin: 0 18px;
  }
}
}
    
       








.about-content p{
    text-align: justify;
    line-height: 1.8;
    font-size: 16px;
    color: #555;
    margin-bottom: 18px;
}
p{
    text-align: justify;
    line-height: 1.8;
}





   
.uni-dept-title span{
  display:block;
  width:80px;
  height:3px;
  background:#fff;
  margin:10px auto 0;
  border-radius:5px;
}
.uni-dept-wrapper{
  display:flex;
  flex-wrap:nowrap;
  gap:20px;
  overflow-x:auto;
  max-width:1400px;
  margin:auto;
  padding:10px 20px;
}
.uni-dept-wrapper::-webkit-scrollbar{
  height:6px;
}
.uni-dept-wrapper::-webkit-scrollbar-thumb{
  background:#fff;
  border-radius:10px;
}
.uni-dept-card{
  flex:0 0 auto;
  width:200px;
  background:#fff;
  border-radius:12px;
  padding:18px 14px;
  text-align:center;
  box-shadow:0 6px 15px rgba(0,0,0,0.2);
  transition:0.3s;
}
.uni-dept-card:hover{
  transform:translateY(-5px);
}
.uni-dept-card img{
  width:50px;
  height:50px;
  margin-bottom:10px;
}
.uni-dept-card h3{
  font-size:16px;
  margin:8px 0;
}
.uni-dept-card p{
  font-size:12.5px;
  color:#444;
  line-height:1.4;
}
.notice-wrapper{
  display:flex;
  gap:20px;
  justify-content:center;
  padding:40px;
  max-width:1600px;
  margin:0 auto;
}
.notice-box{
  flex:1;
  background:#173b55;
  border-radius:14px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-width:280px;
  box-shadow:0 8px 20px rgba(0,0,0,0.25);
}
.notice-title{
  background:#2f6fb0;
  text-align:center;
  padding:12px;
  font-size:18px;
  font-weight:700;
}
.notice-content{
  height:420px;            
  overflow-y:auto;
  padding:15px;
}
.notice-content::-webkit-scrollbar{
  width:6px;
}
.notice-content::-webkit-scrollbar-thumb{
  background:#aaa;
  border-radius:10px;
}
.notice-item{
  display:flex;
  gap:10px;
  padding:10px;
  margin-bottom:10px;
  background:rgba(255,255,255,0.08);
  border-radius:10px;
  transition:0.3s;
}
.notice-item:hover{
  background:rgba(255,255,255,0.15);
}
.notice-date{
  min-width:60px;
  text-align:center;
  background:#fff;
  color:#000;
  border-radius:6px;
  padding:6px;
  font-size:12px;
  font-weight:700;
}
.notice-text{
  font-size:13px;
  line-height:1.4;
}
.notice-wrapper{
  display:flex;
  gap:20px;
  justify-content:center;
  padding:40px;
  max-width:1600px;
  margin:auto;
}
.notice-box{
  flex:1;
  background:#ffffff;
  border-radius:14px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-width:280px;
  box-shadow:0 8px 20px rgba(0,0,0,0.12);
  border:1px solid #eee;
}
.notice-title{
  background:#6b0f1a;   
  color:#fff;
  text-align:center;
  padding:12px;
  font-size:18px;
  font-weight:700;
}
.notice-content{
  height:420px;
  overflow-y:auto;
  padding:15px;
}
.notice-content::-webkit-scrollbar{
  width:6px;
}
.notice-content::-webkit-scrollbar-thumb{
  background:#6b0f1a;
  border-radius:10px;
}
.notice-item{
  display:flex;
  gap:10px;
  padding:10px;
  margin-bottom:10px;
  background:#f9f9f9;
  border-left:4px solid#6b0f1a;
  border-radius:8px;
  transition:0.3s;
}
.notice-item:hover{
  background:#ffecec;
}
.notice-date{
  min-width:65px;
  text-align:center;
  background:#6b0f1a;
  color:#fff;
  border-radius:6px;
  padding:6px;
  font-size:12px;
  font-weight:700;
}
.notice-text{
  font-size:13px;
  line-height:1.4;
  color:#333;
}
.notice-box .view-all{
  background-color: #800000 !important;
  color: #ffffff !important;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #800000;
  transition: 0.3s ease;
  text-align: center;
  margin: 10px auto;
}
.zxq-campus-wrap{
    width:100%;
    padding:80px 40px;
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(rgba(255,255,255,0.92),rgba(255,255,255,0.95)),
    url('https://images.unsplash.com/photo-1498243691581-b145c3f54a5a?q=80&w=2200&auto=format&fit=crop');

    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}
.zxq-campus-wrap::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,215,0,0.10);
    border-radius:50%;
    top:-180px;
    left:-120px;
    filter:blur(120px);
}
.zxq-campus-wrap::after{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:rgba(128,0,0,0.08);
    border-radius:50%;
    bottom:-150px;
    right:-100px;
    filter:blur(120px);
}
.zxq-campus-title{
    text-align:center;
    font-size:35px;
    font-weight:500;
    color:#6b0f1a;
    margin-top: -60px;
    margin-bottom:6px;
    position:relative;
    z-index:2;
}
.zxq-grid-layout{
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
    position:relative;
    z-index:2;
}
.zxq-notice-card{
    width:100%;
    max-width:390px;
    height:520px;
    margin-top: 30px;
    background:rgba(255,255,255,0.78);
    backdrop-filter:blur(16px);
    border:1px solid rgba(255,255,255,0.60);
    border-radius:24px;
    overflow:hidden;
    position:relative;
    box-shadow:
    0 10px 35px rgba(0,0,0,0.08),
    0 2px 10px rgba(255,255,255,0.7) inset;
    transition:0.4s;
}
.zxq-notice-card:hover{
    transform:translateY(-12px);
    box-shadow:
    0 18px 45px rgba(0,0,0,0.14),
    0 2px 12px rgba(255,255,255,0.8) inset;
}
.zxq-card-header{
    background:
    linear-gradient(135deg,#7b1113,#b22222);
    color:#fff;
    text-align:center;
    padding:18px;
    font-size:24px;
    font-weight:600;
    letter-spacing:1px;
}
.zxq-scroll-wrapper{
    height:360px;
    overflow:hidden;
    padding:18px;
}
.zxq-scroll-inner{
    display:flex;
    flex-direction:column;
    gap:18px;
    animation:zxqAutoScroll 18s linear infinite;
}
.zxq-scroll-wrapper:hover .zxq-scroll-inner{
    animation-play-state:paused;
}

.zxq-main-btn {
  padding: 6px 14px;   
  font-size: 13px;
  font-weight: 600;

  color: #fff;
  background: #800000;  

  border: none;
  border-radius: 6px;

  cursor: pointer;

  box-shadow: 0 4px 10px rgba(0,0,0,0.2);

  transition: 0.3s ease;
}


.zxq-main-btn:hover {
  transform: translateY(-2px);
  background: #ffd700;
}


@keyframes zxqAutoScroll{
    0%{
        transform:translateY(0);
    }
    100%{
        transform:translateY(-50%);
    }
}
.zxq-notice-row{
    display:flex;
    gap:14px;
    background:#ffffff;
    border:1px solid #f1f1f1;
    padding:14px;
    border-radius:16px;
    transition:0.3s;
    box-shadow:0 5px 18px rgba(0,0,0,0.05);
}
.zxq-notice-row:hover{
    background:#fff7f7;
    transform:translateX(5px);
}
.zxq-date-box{
    min-width:70px;
    background:#ffffff;
    color:#800000;
    border-radius:12px;
    overflow:hidden;
    text-align:center;
    border:1px solid #eee;
}
.zxq-date-top{
    background:#7b1113;
    color:#fff;
    padding:7px;
    font-size:12px;
    font-weight:600;
}
.zxq-date-bottom{
    padding:8px;
    font-size:14px;
    font-weight:700;
}
.zxq-notice-text{
    color:#333;
    font-size:14px;
    line-height:1.7;
    font-weight:500;
}

.zxq-btn-area{
    position:absolute;
    bottom:0;
    width:100%;
    padding:18px;
    text-align:center;

    background:#800000; 
}
.zxq-main-btn{
    background:#800000;
    color:#fff;
    border:none;
}
.zxq-main-btn:hover{
    transform:scale(1.08);
    box-shadow:0 10px 25px rgba(123,17,19,0.28);
}
@media(max-width:1024px){

    .zxq-grid-layout{
        gap:20px;
    }
    .zxq-notice-card{
        max-width:320px;
    }
}
@media(max-width:768px){
    .zxq-campus-wrap{
        padding:50px 15px;
        background-attachment:scroll;
    }
    .zxq-campus-title{
        font-size:32px;
    }
    .zxq-grid-layout{
        flex-direction:column;
        align-items:center;
    }
    .zxq-notice-card{
        max-width:100%;
    }
}
@media(max-width:480px){
    .zxq-campus-title{
        font-size:26px;
    }
    .zxq-notice-card{
        height:460px;
    }
    .zxq-card-header{
        font-size:20px;
    }
    .zxq-notice-text{
        font-size:13px;
    }
}
.zxq-campus-title {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #6b0f1a;
    margin-top: -60px;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {

  .zxq-campus-title {
      font-size: 24px;
      margin-top: -20px;
      margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .zxq-campus-title {
      font-size: 20px;
      margin-top: -5px;
      margin-bottom: 8px;
  }
}
@media (max-width: 320px) {
  .zxq-campus-title {
      font-size: 18px;
      margin-top: 0;
      margin-bottom: 6px;
  }
}
 .contact-info{
      list-style:none;
      margin-top:15px;
    }
    .contact-info li{
      display:flex;
      align-items:flex-start;
      gap:12px;
      margin-bottom:18px;
      line-height:1.7;
      font-size:16px;
    }
    .contact-info i{
      color:#b03a48;
      margin-top:5px;
    }
.top-header .container-fluid{
    padding:8px 80px;
  }
  .top-header a{
    font-size:20px;
  }









  
.footer{
  background:#0a1f44;
  color:#fff;
  position:relative;

  padding:5px 10px;   
  border-top:1px solid #444;

  font-family:Arial, sans-serif;
}

.footer-container{
  display:flex;
  justify-content:space-between;
  gap:10px;
  max-width:1600px;
  margin:auto;
  flex-wrap:wrap;

}

.footer-column{
  flex:1;
  min-width:180px;
}
.footer-title{
  font-size:20px;
  font-weight:700;
  margin-bottom:15px;
  color:#fff;
  position:relative;
}
.footer-title::after{
  content:"";
  width:50px;
  height:3px;
  background:#fff;
  display:block;
  margin-top:8px;
  border-radius:5px;
}
.contact-info{
  list-style:none;
  padding:0;
}
.contact-info li{
  font-size:14px;
  margin-bottom:12px;
  display:flex;
  gap:10px;
  line-height:1.5;
  color:#ddd;
}
.social-icons{
  display:flex;
  gap:10px;
  margin-top:15px;
}
.social-icons a{
  width:38px;
  height:38px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:0.3s;
  font-size:14px;
}
.social-icons a.facebook{
  background:#1877f2;
  color:#fff;
}
.social-icons a.instagram{
  background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7);
  color:#fff;
}
.social-icons a.youtube{
  background:#ff0000;
  color:#fff;
}
.social-icons a.linkedin{
  background:#0a66c2;
  color:#fff;
}
.social-icons a.twitter{
  background:#1da1f2;
  color:#fff;
}
.social-icons a:hover{
  transform:scale(1.1);
  opacity:0.9;
}
.links-grid{
  display:flex;
  gap:20px;
}
.footer-links{
  list-style:none;
  padding:0;
}
.footer-links li{
  margin-bottom:10px;
}
.footer-links a{
  text-decoration:none;
  color:#ddd;
  font-size:14px;
  transition:0.3s;
  display:flex;
  gap:8px;
}
.footer-links a:hover{
  color:#fff;
  padding-left:5px;
}
.copyright{
  margin-top:40px;
  border-top:1px solid #333;
  padding-top:15px;
    margin-top: -10px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  font-size:13px;
  color:#aaa;
}
.top-btn{
  position:fixed;
  bottom:20px;
  right:20px;
  width:40px;
  height:40px;
  background:#fff;
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  text-decoration:none;
  font-size:18px;
}



.footer{
    background:#0b1f3a;
    color:#fff;
    position:relative;
    margin-top:60px;
}

.footer-container{
    max-width:1300px;
    margin:auto;
    padding:60px 20px 40px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
}

.footer-column h2{
    font-size:24px;
    margin-bottom:25px;
    position:relative;
    padding-bottom:12px;
    font-weight:700;
}

.footer-column h2::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:3px;
    background:#ffc107;
}

.contact-info,
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-info li{
    margin-bottom:18px;
    line-height:1.8;
}

.footer-label{
    display:block;
    color:#ffc107;
    font-weight:600;
    margin-bottom:4px;
}

.contact-info a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}

.contact-info a:hover{
    color:#ffc107;
}

.links-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:15px;
}

.footer-links a i{
    color:#ffc107;
    font-size:13px;
}

.footer-links a:hover{
    color:#ffc107;
    transform:translateX(6px);
}

.social-icons{
    display:flex;
    gap:12px;
    margin-top:25px;
    flex-wrap:wrap;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.social-icons a:hover{
    background:#ffc107;
    color:#0b1f3a;
    transform:translateY(-5px);
}


.copyright{
    border-top:1px solid rgba(255,255,255,.15);
    padding:18px 20px;
    text-align:center;
    font-size:15px;
    color:#ddd;
}


.top-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:48px;
    height:48px;
    background:#ffc107;
    color:#0b1f3a;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    border-radius:50%;
    font-size:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.3);
    transition:.3s;
    z-index:999;
}

.top-btn:hover{
    transform:translateY(-5px);
    background:#fff;
}

@media(max-width:992px){

.footer-container{
    grid-template-columns:1fr;
    gap:40px;
}

.links-grid{
    grid-template-columns:1fr 1fr;
}

.footer-column{
    text-align:left;
}

}


@media(max-width:768px){

.footer{
    text-align:center;
}

.footer-container{
    padding:50px 18px 30px;
}

.footer-column h2::after{
    left:50%;
    transform:translateX(-50%);
}

.links-grid{
    grid-template-columns:1fr;
    gap:0;
}

.social-icons{
    justify-content:center;
}

.footer-links a{
    justify-content:center;
}

.contact-info li{
    text-align:center;
}

}

@media(max-width:480px){

.footer-column h2{
    font-size:21px;
}

.footer-links a,
.contact-info a{
    font-size:14px;
}

.social-icons a{
    width:42px;
    height:42px;
    font-size:16px;
}

.copyright{
    font-size:13px;
    line-height:1.8;
}

.top-btn{
    width:42px;
    height:42px;
    font-size:18px;
}

}
.footer{
    background:#0b1f3a;
    color:#fff;
    position:relative;
    margin-top:60px;
}

.footer-container{
    max-width:1300px;
    margin:auto;
    padding:60px 20px 40px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
}

.footer-column h2{
    font-size:24px;
    margin-bottom:25px;
    position:relative;
    padding-bottom:12px;
    font-weight:700;
}

.footer-column h2::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:3px;
    background:#ffc107;
}

.contact-info,
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-info li{
    margin-bottom:18px;
    line-height:1.8;
}

.footer-label{
    display:block;
    color:#ffc107;
    font-weight:600;
    margin-bottom:4px;
}

.contact-info a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}

.contact-info a:hover{
    color:#ffc107;
}

.links-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:15px;
}

.footer-links a i{
    color:#ffc107;
    font-size:13px;
}

.footer-links a:hover{
    color:#ffc107;
    transform:translateX(6px);
}


.social-icons{
    display:flex;
    gap:12px;
    margin-top:25px;
    flex-wrap:wrap;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.social-icons a:hover{
    background:#ffc107;
    color:#0b1f3a;
    transform:translateY(-5px);
}


.copyright{
    border-top:1px solid rgba(255,255,255,.15);
    padding:18px 20px;
    text-align:center;
    font-size:15px;
    color:#ddd;
}

.top-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:48px;
    height:48px;
    background:#ffc107;
    color:#0b1f3a;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    border-radius:50%;
    font-size:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.3);
    transition:.3s;
    z-index:999;
}

.top-btn:hover{
    transform:translateY(-5px);
    background:#fff;
}


@media(max-width:992px){

.footer-container{
    grid-template-columns:1fr;
    gap:40px;
}

.links-grid{
    grid-template-columns:1fr 1fr;
}

.footer-column{
    text-align:left;
}

}


@media(max-width:768px){

.footer{
    text-align:center;
}

.footer-container{
    padding:50px 18px 30px;
}

.footer-column h2::after{
    left:50%;
    transform:translateX(-50%);
}

.links-grid{
    grid-template-columns:1fr;
    gap:0;
}

.social-icons{
    justify-content:center;
}

.footer-links a{
    justify-content:center;
}

.contact-info li{
    text-align:center;
}

}


@media(max-width:480px){

.footer-column h2{
    font-size:21px;
}

.footer-links a,
.contact-info a{
    font-size:14px;
}

.social-icons a{
    width:42px;
    height:42px;
    font-size:16px;
}

.copyright{
    font-size:13px;
    line-height:1.8;
}

.top-btn{
    width:42px;
    height:42px;
    font-size:18px;
}

}
.footer{
    background:#0b1f3a;
    color:#fff;
    position:relative;
    margin-top:60px;
}

.footer-container{
    max-width:1300px;
    margin:auto;
    padding:60px 20px 40px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
}

.footer-column h2{
    font-size:24px;
    margin-bottom:25px;
    position:relative;
    padding-bottom:12px;
    font-weight:700;
}

.footer-column h2::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:3px;
    background:#ffc107;
}

.contact-info,
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-info li{
    margin-bottom:18px;
    line-height:1.8;
}

.footer-label{
    display:block;
    color:#ffc107;
    font-weight:600;
    margin-bottom:4px;
}

.contact-info a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
}

.contact-info a:hover{
    color:#ffc107;
}

.links-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    color:#ddd;
    text-decoration:none;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:15px;
}

.footer-links a i{
    color:#ffc107;
    font-size:13px;
}

.footer-links a:hover{
    color:#ffc107;
    transform:translateX(6px);
}


.social-icons{
    display:flex;
    gap:12px;
    margin-top:25px;
    flex-wrap:wrap;
}

.social-icons a{
    width:45px;
    height:45px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    font-size:18px;
    transition:.3s;
}

.social-icons a:hover{
    background:#ffc107;
    color:#0b1f3a;
    transform:translateY(-5px);
}

.copyright{
    border-top:1px solid rgba(255,255,255,.15);
    padding:18px 20px;
    text-align:center;
    font-size:15px;
    color:#ddd;
}


.top-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:48px;
    height:48px;
    background:#ffc107;
    color:#0b1f3a;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    border-radius:50%;
    font-size:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.3);
    transition:.3s;
    z-index:999;
}

.top-btn:hover{
    transform:translateY(-5px);
    background:#fff;
}

@media(max-width:992px){

.footer-container{
    grid-template-columns:1fr;
    gap:40px;
}

.links-grid{
    grid-template-columns:1fr 1fr;
}

.footer-column{
    text-align:left;
}

}


@media(max-width:768px){

.footer{
    text-align:center;
}

.footer-container{
    padding:50px 18px 30px;
}

.footer-column h2::after{
    left:50%;
    transform:translateX(-50%);
}

.links-grid{
    grid-template-columns:1fr;
    gap:0;
}

.social-icons{
    justify-content:center;
}

.footer-links a{
    justify-content:center;
}

.contact-info li{
    text-align:center;
}

}


@media(max-width:480px){

.footer-column h2{
    font-size:21px;
}

.footer-links a,
.contact-info a{
    font-size:14px;
}

.social-icons a{
    width:42px;
    height:42px;
    font-size:16px;
}

.copyright{
    font-size:13px;
    line-height:1.8;
}

.top-btn{
    width:42px;
    height:42px;
    font-size:18px;
}

}




.navbar {
   background: #001f54 !important;
   padding-top: 5px;    
  padding-bottom:5px;  
  min-height: 50px;     
}

.navbar .nav-link {
  color: white !important;
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none !important;
}


.navbar .nav-link:hover {
  color: wheat!important;  
}
.navbar .nav-link.active {
  color: white!important;
}
.dropdown-menu {
  background-color: #fff8dc; 
  border: none;
}
.dropdown-menu .dropdown-item {
  color: navy;
  transition: 0.3s;
  text-decoration: none !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: white;
  color:  #001f54 ;
}

.navbar-toggler {
  border: none;
}






@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.title{
  text-align:center;
  font-size:30px;
  margin:40px 0;
  color:#800020; 
}
.slider{
  overflow:hidden;
  width:100%;
  padding:20px 0;
}

.slide-track{
  display:flex;
  width: calc(250px * 10);
  animation: scroll 20s linear infinite;
}
@keyframes scroll{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-50%);
  }
}
.achiever{
  flex: 0 0 auto;
  width:250px;     
  padding:20px;   

  background:#fff;
  border:2px solid #800020;
  border-radius:12px;
  text-align:center;
  position:relative;
}
.achiever:hover{
  transform: scale(1.05);
}

.achiever img{
  width:80px;
  height:80px;
  border-radius:50%;
  border:2px solid #800020;
}
 .achiever h3{
  font-size:12px;
}
.achiever p{
  font-size:10px;
}
.achiever span{
  display:inline-block;
  margin-top:8px;
  background:#800020;
    padding:2px 6px;
  color:white;
  padding:4px 10px;
  border-radius:12px;
  font-size:9px;
}
.rank{
  position:absolute;
  top:8px;
  right:-30px;
  background:#800020;
  color:white;
  padding:4px 35px;
  transform:rotate(35deg);
  font-size:10px;
}
.announcement-bar {
  width: 100%;
  background: #0a1f44;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 6px;
  overflow: hidden;
  min-height: 22px;

}
.announcement-bar .label {
  cursor: pointer;
}
.left {
  display: flex;
  align-items: center;
  gap: 5px;
}
.label {
  background:#f2a105;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
}
.view-all {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  padding: 2px 6px;
  border-radius: 3px;
  cursor: pointer;
}
.slider {
  flex: 1;
  overflow: hidden;
}
.track {
  display: flex;
  gap: 25px;
  white-space: nowrap;
  width: max-content;
  animation: scroll 30s linear infinite;
}
.track:hover {
  animation-play-state: paused;
}
.track span {
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;  
}
.new-badge {
  background: red;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 3px;
}
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (min-width:2000px){
  .announcement-bar{
    padding:12px 18px;
  }

  .label{
    font-size:18px;
    padding:8px 12px;
  }

  .view-all{
    font-size:16px;
    padding:6px 10px;
  }

  .track span{
    font-size:16px;
  }
}
@media (max-width:1440px){
  .track{
    gap:30px;
  }
}
@media (max-width:1024px){
  .track{
    gap:25px;
  }
}
@media (max-width:768px){
  .announcement-bar{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:8px;
    padding:8px;
  }
  .left{
    width:100%;
    justify-content:center;
    gap:10px;
  }
  .label{
    font-size:13px;
    padding:4px 6px;
  }
  .view-all{
    font-size:11px;
    padding:3px 6px;
  }
  .slider{
    width:100%;
    margin-top:6px;
  }
  .track{
    gap:20px;
  }
  .track span{
    font-size:12px;
  }
}


@media (max-width:320px){
  .label{
    font-size:12px;
    padding:3px 5px;
  }
  .view-all{
    font-size:10px;
    padding:2px 5px;
  }
  .track span{
    font-size:11px;
  }
  .track{
    gap:15px;
  }
}

@media (min-width: 320px) and (max-width: 480px){
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .navbar-toggler {
        margin-left: auto;
        margin-right: 0;
    }
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
@media (max-width:1440px){
  .top-header a{
    font-size:15px;
  }
  
  .top-header a{
    font-size:15px;
  }
}
@media (max-width:1024px){
  .top-header a{
    font-size:14px;
  }
  .top-header .container-fluid{
    padding:4px 15px;
  }
  .notice-wrapper{
    flex-wrap:wrap;
  }
  .notice-box{
    flex:1 1 45%;
  }
  .department-card{
    width:180px;
  }
  .department-container{
    max-width:100%;
    padding:20px;
  }
  .top-header a{
    font-size:14px;
  }
    .notice-wrapper{
    flex-wrap:wrap;
  }
  .notice-box{
    flex:1 1 45%;
  }
  .footer-container{
    flex-direction:column;
  }
  .links-grid{
    flex-direction:column;
  }
}
@media (max-width:768px){
  .top-header .container-fluid{
    padding:6px 10px;
  }
  .top-header a{
    font-size:13px;
  }
  .top-header .d-flex{
    flex-wrap:nowrap;
    overflow-x:auto;
    white-space:nowrap;
  }
  .notice-box{
    flex:1 1 100%;
  }
  .notice-content{
    height:300px;
  }
  .principal-container{
    flex-direction: column;
    text-align: center;
  }
  .principal-image{
    width: 100%;
  }
  .principal-image img{
    width: 220px;
    height: 220px;
  }
  .principal-content h2{
    font-size: 30px;
  }
  .principal-content p{
    font-size: 16px;
  }
  .read-btn{
    margin-top: 10px;
  }
  .department-card{
    width:160px;
  }











  
  .section-title{
    font-size:26px;
  }
  .carousel-caption h1{
        font-size:1.8rem;
      }
      .carousel-caption p{
        font-size:1rem;
      } 
    }
  .top-header .container-fluid{
    padding:6px 10px;
  }
  .top-header a{
    font-size:13px;
  }
  .top-header .d-flex{
    flex-wrap:nowrap;
    overflow-x:auto;
    white-space:nowrap;
  }
  .notice-box{
    flex:1 1 100%;
  }
  .notice-content{
    height:320px;
  }
  .uni-dept-card{
    width:160px;
  }
  .footer-title{
    font-size:18px;
  }
  .contact-info li,
  .footer-links a{
    font-size:13px;
  }
@media (max-width:480px){
  .top-header a{
    font-size:12px;
  }
  .top-header .container-fluid{
    padding:6px 8px;
  }
  .notice-content{
    height:260px;
  }
  .notice-title{
    font-size:16px;
  }
  .top-header a{
    font-size:12px;
  }
  .top-header .container-fluid{
    padding:6px 8px;
  }
}
.top-header{
  width:100%;
  background:#000;   
  color:#fff;
}
.top-header .container-fluid{
  max-width:2560px;
  margin:auto;
  padding:4px 20px;  
}
.top-header a{
  color:#fff !important;
  text-decoration:none;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:6px;
  transition:0.3s;
}
.top-header i{
  color:#fff;
}
.top-header a:hover{
  color:#ccc !important;
}
.top-header .d-flex{
  flex-wrap:wrap;
}
.top-header .justify-content-between{
  gap:10px;
}
  .top-header a{
    font-size:12px;
  }
  .top-header .container-fluid{
    padding:6px 8px;
  }
  .notice-content{
    height:260px;
  }
  .notice-title{
    font-size:16px;
  }
    .uni-dept-card{
    width:140px;
  }
  .uni-dept-title{
    font-size:24px;
  }


.footer{
    padding:40px 15px;
  }
  .copyright{
    flex-direction:column;
    text-align:center;
    gap:10px;
  }
  .social-icons{
    justify-content:center;
  }
@media (max-width:320px){
  .top-header a{
    font-size:11px;
  }
}
 .carousel-caption .btn{
        font-size:0.8rem;
        padding:8px 15px;
      }
   .department-card{
    width:140px;
    padding:16px 12px;
  }
  .department-card img{
    width:42px;
    height:42px;
  }
    .carousel-caption h1{
        font-size:1.1rem;
      }
      .carousel-caption p{
        font-size:0.8rem;
      }
@media (max-width:768px){
  .about{
    padding:30px 4%;
  }
  .about h2{
    font-size:22px;
  }
  .about p{
    font-size:14px;
    padding:12px;
  }
}
@media (max-width:320px){
  .top-header a{
    font-size:11px;
  }
  .about{
    padding:25px 3%;
  }
  .about h2{
    font-size:20px;
  }
  .about p{
    font-size:13px;
    padding:10px;
  }
}
  .top-header a{
    font-size:11px;
  }
.page-banner{
    width:100%;
    height:200px;
    background:url("../img/kog_slide_1.webp") no-repeat center center;
    background-size:cover;
    position:relative;
    display:flex;
    align-items:center;
}
.banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
}
.banner-content{
    position:relative;
    z-index:1;
    padding:0 5%;
    color:#fff;
}
.banner-content h1{
    font-size:42px;
    font-weight:600;
    margin-bottom:12px;
}
.breadcrumb{
    font-size:14px;
    display:flex;
    align-items:center;
    gap:8px;
}
.breadcrumb a{
    color:#ffcc00;
    text-decoration:none;
}
.breadcrumb a:hover{
    color:#fff;
}
@media(max-width:2560px){
    .banner-content h1{
        font-size:55px;
    }
}
@media(max-width:1920px){
    .banner-content h1{
        font-size:45px;
    }
}
@media(max-width:1440px){
    .banner-content h1{
        font-size:38px;
    }
}
@media(max-width:1024px){
    .page-banner{
        height:220px;
    }
    .banner-content h1{
        font-size:30px;
    }
}
@media(max-width:768px){
    .page-banner{
        height:200px;
    }
    .banner-content h1{
        font-size:24px;
    }
    .breadcrumb{
        font-size:12px;
        flex-wrap:wrap;
    }
}
@media(max-width:480px){
    .page-banner{
        height:170px;
    }
    .banner-content h1{
        font-size:20px;
        line-height:1.3;
    }
}
@media(max-width:320px){
    .page-banner{
        height:150px;
    }
    .banner-content h1{
        font-size:16px;
    }
    .breadcrumb{
        font-size:11px;
    }
}
.co-section{
  padding:80px 6%;
  background:#f5f6f8;
}
.co-image{
  width:100%;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
  background:#fff;
}
.co-image img{
  width:100%;
  height:380px;       
  object-fit:cover;
  display:block;
  transition:0.4s ease;
}
.co-image:hover img{
  transform:scale(1.05);
}
.co-text h2{
  font-size:42px;
  color:#800000;
  font-weight:700;

  margin-top:-50px;   
  margin-bottom:15px;
}
.co-text p{
  font-size:16px;
  line-height:1.8;
  color:#444;
  margin-bottom:12px;
}
@media(max-width:1440px){
  .co-text h2{
    font-size:36px;
  }
  .co-image img{
    height:340px;
  }
}
@media(max-width:1024px){
  .co-image img{
    height:320px;
  }
  .co-text{
    text-align:center;
  }
}
@media(max-width:768px){
  .co-section{
    padding:60px 5%;
  }
  .co-text h2{
    font-size:28px;
  }
  .co-image img{
    height:260px;
  }
}
@media(max-width:480px){
  .co-text h2{
    font-size:22px;
  }
  .co-text p{
    font-size:14px;
  }
  .co-image img{
    height:220px;
  }
}
@media(max-width:320px){
  .co-section{
    padding:40px 15px;
  }
  .co-text h2{
    font-size:18px;
  }
  .co-text p{
    font-size:13px;
  }
  .co-image img{
    height:180px;
  }
}

@media(min-width:2560px){
  .co-section{
    padding:120px 10%;
  }

  .co-text h2{
    font-size:70px;
  }

  .co-text p{
    font-size:28px;
    line-height:2;
  }

  .co-image img{
    height:650px;
  }
}
.vm-section{
    padding:60px 6%;
    margin-top:-10px;
}
.vm-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;

    max-width:1200px;
    margin:auto;
}
.vm-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;

    width:100%;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    transition:0.3s;
}
.vm-card:hover{
    transform:translateY(-5px);
}
.vm-image{
    width:100%;
    height:220px;
    overflow:hidden;
}
.vm-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.4s;
}
.vm-card:hover img{
    transform:scale(1.05);
}
.vm-content{
    padding:20px;
}
.vm-content h3{
    font-size:24px;
    color:#800000;
    margin-bottom:10px;
}
.vm-content p{
    color:#555;
    line-height:1.7;
    font-size:14px;
    margin-bottom:8px;
}
@media(max-width:1024px){
    .vm-grid{
        grid-template-columns:1fr;
        max-width:700px;
    }
    .vm-image{
        height:240px;
    }
}
@media(max-width:768px){
    .vm-section{
        padding:50px 5%;
    }
    .vm-image{
        height:220px;
    }
    .vm-content h3{
        font-size:22px;
    }
}
@media(max-width:480px){
    .vm-section{
        padding:35px 15px;
    }
    .vm-image{
        height:180px;
    }
    .vm-content{
        padding:15px;
    }
    .vm-content h3{
        font-size:18px;
    }
    .vm-content p{
        font-size:13px;
    }
}
@media(max-width:320px){
    .vm-image{
        height:160px;
    }
    .vm-content h3{
        font-size:16px;
    }
    .vm-content p{
        font-size:12px;
    }
}
@media (min-width: 2560px) {
  .fac-section {
    padding: 140px 10%;
  }
  .fac-title h1 {
    font-size: 80px;
      margin-top:-60px;
}
  }
  .fac-title p {
    font-size: 30px;
  }
  .fac-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
  .fac-card img {
    height: 380px;
  }
  .fac-card h3 {
    font-size: 34px;
  }
  .fac-card p {
    font-size: 22px;
  }
.fac-section {
   padding: 80px 6%; 
    padding-top: 40px; 
  background: #f5f6f8;
  
}
.fac-container {
  max-width: 1400px;
  margin: auto;
  
  padding: 0px 70px; 

}

.fac-title {
  text-align: center;
  margin-top: 0;          
  margin-bottom: 50px;
  padding-top: 0;        
}

.fac-title h1 {
  font-size: 48px;
  color: #800000;
  margin: 0;              
  padding: 0;
}
.fac-title p {
  font-size: 18px;
  color: #666;
  margin: 10px 0 0;       
}
.fac-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
   
}
.fac-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}
.fac-card:hover {
  transform: translateY(-6px);
}
.fac-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: 0.4s;
}
.fac-card:hover img {
  transform: scale(1.05);
}
.fac-card h3 {
  font-size: 22px;
  color: #800000;
  padding: 12px 15px 5px;
}
.fac-card p {
  font-size: 14px;
  color: #555;
  padding: 0 15px 18px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .fac-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .fac-title h1 {
    font-size: 34px;
  }

  .fac-grid {
    grid-template-columns: 1fr;
  }

  .fac-card img {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .fac-section {
    padding: 50px 15px;
  }

  .fac-title h1 {
    font-size: 26px;
  }

  .fac-title p {
    font-size: 14px;
  }

  .fac-card img {
    height: 180px;
  }
}

@media (max-width: 320px) {
  .fac-title h1 {
    font-size: 22px;
  }

  .fac-card h3 {
    font-size: 18px;
  }

  .fac-card p {
    font-size: 13px;
  }
}


.faculty-section{
    width:100%;
    padding:100px 5%;
    background:
    linear-gradient(to bottom,#fff7f7,#ffffff);
}

.container{
    max-width:1800px;
    margin:auto;
}

.row{
    display:flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}


.col-md-3{
    width:25%;
    padding:15px;
}

.faculty-card{
    background:#ffffff;
    border-radius:24px;
    overflow:hidden;
    position:relative;
    border:1px solid #f3d4d4;
    transition:.4s;
    box-shadow:0 10px 30px rgba(98,0,18,.08);
    margin-top:-100px;
}
.faculty-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(98,0,18,.18);
}
.card-top{
    height:110px;
    background:
    linear-gradient(135deg,#5e0b15,#8f1d2c,#b3263b);
    position:relative;
}
.row{
    display:flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
    row-gap:120px;
}
.profile{
    width:105px;
    height:105px;
    border-radius:50%;
    overflow:hidden;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-12px;
    border:5px solid #fff;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    
}
.faculty-section{
    margin-top: -px;
}

.profile img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center top;
    transition:.4s;
        
}

.faculty-card:hover .profile img{
    transform:scale(1.08);
}
.card-content{
    padding:72px 22px 28px;
    text-align:center;
}

.card-content h3{
    color:#5e0b15;
    font-size:1.2rem;
    margin-bottom:8px;
    font-weight:600;
}

.role{
    color:#b3263b;
    font-size:.92rem;
    font-weight:500;
    margin-bottom:14px;
}
.card-content p{
    color:#666;
    font-size:.88rem;
    line-height:1.7;
    margin-bottom:22px;
}
.profile-btn{
    width:100%;
    padding:12px;
    border:none;
    border-radius:40px;
    background:
    linear-gradient(135deg,#5e0b15,#8f1d2c);
    color:white;
    font-size:.95rem;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.profile-btn:hover{
    transform:scale(1.03);
      background:#ffcc00;
}
@media (max-width:992px){

    .col-md-3{
        width:50%;
        padding:10px;   
    }

    .row{
        row-gap:50px;   
    }

    .faculty-card{
        margin-top:-40px;
    }

    .profile-btn{
        padding:10px;
        font-size:.85rem;
    }

}

@media (max-width:768px){

    .faculty-section{
        padding:70px 3%;
        margin-top:-80px;
    }

    .col-md-3{
        width:50%;
        padding:8px;   
    }

    .row{
        row-gap:40px;
    }

    .faculty-card{
        margin-top:-25px;
        border-radius:18px;
    }

    .profile{
        width:85px;
        height:85px;
    }

    .card-content{
        padding:55px 14px 18px;
    }

    .profile-btn{
        padding:8px;
        font-size:.8rem;
        border-radius:30px;
    }

}
@media (max-width:576px){

    .col-md-3{
        width:100%;
        padding:6px;
    }

    .row{
        row-gap:30px;
    }

    .faculty-card{
        margin-top:-20px;
    }

    .profile-btn{
        width:80%;
        padding:8px;
        font-size:.78rem;
        margin:auto;
    }

}
@media (max-width:320px){

    .row{
        row-gap:20px;
    }

    .profile{
        width:75px;
        height:75px;
    }

    .card-content{
        padding:50px 12px 16px;
    }

    .profile-btn{
        width:75%;
        padding:7px;
        font-size:.72rem;
    }

}
@media (min-width: 2560px) {
  .calendar {
    grid-template-columns: repeat(3, 1fr);
    padding: 60px;
  }

  .card {
    padding: 30px;
    font-size: 20px;
  }

  .header h1 {
    font-size: 60px;
  }
}

:root {
  --maroon: #5b0e2d;
  --red: #8b0000;
  --bg: #f7f7f7;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  padding: 30px;
  background: var(--bg);
  margin-top: 0;
  padding-top: 10px; 
}
.card {
  background: white;
  border-left: 5px solid var(--maroon);
  padding: 15px 16px;   
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: 0.2s;
}
.card:hover {
  transform: translateY(-4px);
}
.date {
  font-size: 13px;
  font-weight: bold;
  color: var(--red);
  margin-bottom: 5px;
}
.card h3 {
  font-size: 17px;
  color: var(--maroon);
  margin-bottom: 4px;
}

.card p {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.highlight {
  background: #fff0f0;
  border-left: 5px solid var(--red);
}
@media (max-width: 768px) {
  .calendar {
    padding: 15px;
  }
}
@media (max-width: 320px) {
  .card {
    padding: 10px;
  }

  .card h3 {
    font-size: 14px;
  }

  .card p {
    font-size: 12px;
  }
}@media (max-width:2560px) {
h1 {
  color: aliceblue;
}


.text-primary {
  color: #5b0e2d !important;
}


.exam-section {
  padding: 0 20px 60px 20px !important;  
  margin-top: -80px !important;                           
}

.exam-section {
  padding: 10px 20px 60px 20px;
  margin-top: 0;
}

.card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}


.table thead {
  background-color: #5b0e2d;
  color: white;
}


.btn-primary {
  background-color: #5b0e2d !important;
  border-color: #5b0e2d !important;
  color: white !important;
}

.btn-primary:hover {
  background-color: #3e0a1f !important;
  border-color: #3e0a1f !important;
}
.title.text-title {
  font-size: 30px;   

    margin-top: 0 !important; 
  padding-top: 0 !important;
}
}

@media (max-width: 768px) {
  .hero-section h1 {
    font-size: 2rem;
  }

  .hero-section p {
    font-size: 14px;
  }

  .title.text-title {
    font-size: 22px;
  }
}    




.card-content h5{
  display: inline-block;
  color: #fff;
  background: linear-gradient(135deg, #800000, #b22222);
  font-size: 18px;
  font-weight: 400;
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  margin-bottom: 8px;
  transition: 0.3s ease;
}
:root {
  --maroon: #5b0e2d;
  --dark: #1c1c1c;
  --bg: #f6f6f6;
}

.topbar {
  background: linear-gradient(90deg, var(--maroon), #8b0000);
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.topbar h1 {
  font-size: 32px;
}

.topbar p {
  margin-top: 5px;
  opacity: 0.9;
}


.syllabus-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  padding: 30px;
  background: var(--bg);
}


.subject-card {
  background: white;
  border-left: 5px solid var(--maroon);
  padding: 18px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.subject-card:hover {
  transform: translateY(-5px);
}


.subject-card h2 {
  color: var(--maroon);
  font-size: 18px;
  margin-bottom: 10px;
}


.subject-card ul {
  list-style: none;
}

.subject-card ul li {
  padding: 6px 0;
  font-size: 14px;
  color: #333;
  border-bottom: 1px dashed #ddd;
}


.highlight {
  background: #fff0f0;
  border-left: 5px solid #8b0000;
}



@media (max-width: 768px) {
  .topbar h1 {
    font-size: 24px;
  }
}


@media (max-width: 320px) {
  .subject-card {
    padding: 12px;
  }

  .subject-card h2 {
    font-size: 15px;
  }

  .subject-card ul li {
    font-size: 12px;
  }
}


@media (min-width: 2560px) {
  .syllabus-container {
    grid-template-columns: repeat(3, 1fr);
    padding: 60px;
  }

  .subject-card {
    padding: 30px;
    font-size: 20px;
  }

  .topbar h1 {
    font-size: 60px;
  }
}



.feeVault_pageCore{
    width:100%;
    padding:60px 40px;
    margin-top: -100px;
}
.feeVault_headerBlock{
    text-align:center;
    margin-bottom:40px;
}

.feeVault_headerBlock h1{
    font-size:38px;
    color:#5b0e2d;
}

.feeVault_headerBlock p{
    color:#555;
    margin-top:8px;
}

.feeVault_gridSystem{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:25px;
    max-width:1200px;
    margin:auto;
}

.feeVault_tableCard{
    background:#fff;
    border-radius:10px;
    padding:20px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.feeVault_tableCard h2{
    margin-bottom:15px;
    color:#5b0e2d;
}


.feeVault_tableStyle{
    width:100%;
    border-collapse:collapse;
}

.feeVault_tableStyle th{
    background:#5b0e2d;
    color:#fff;
    padding:12px;
    font-size:15px;
}

.feeVault_tableStyle td{
    padding:12px;
    text-align:center;
    border-bottom:1px solid #eee;
    font-size:14px;
}

.feeVault_tableStyle tr:hover{
    background:#f9f1f3;
}


.feeVault_infoCard{
    background:#fff;
    border-radius:10px;
    padding:20px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    border-left:5px solid #5b0e2d;
}

.feeVault_infoCard h2{
    margin-bottom:15px;
    color:#5b0e2d;
}

.feeVault_infoList{
    list-style:none;
}

.feeVault_infoList li{
    padding:10px 0;
    border-bottom:1px dashed #ddd;
    font-size:14px;
    color:#333;
}

@media(max-width:1024px){
    .feeVault_gridSystem{
        grid-template-columns:1fr;
    }
}

@media(max-width:768px){
    .feeVault_pageCore{
        padding:40px 20px;
    }

    .feeVault_headerBlock h1{
        font-size:28px;
    }
}




















*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial, sans-serif;
}
body{
  background:#f6f6f6;
}
.result-zone{
  width:100%;
  padding:50px 6%;
}
.result-header{
  text-align:center;
  margin-bottom:30px;
}

.result-header h1{
  font-size:42px;
  color:#5b0e2d;
}

.result-header p{
  font-size:18px;
  color:#666;
  margin-top:8px;
}
.result-search{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-bottom:30px;
  flex-wrap:wrap;
  margin-top: -35px;
}

.result-search input{
  padding:12px;
  width:260px;
  border:1px solid #ccc;
  border-radius:6px;
}

.result-search button{
  padding:12px 20px;
  border:none;
  background:#5b0e2d;
  color:#fff;
  border-radius:6px;
  cursor:pointer;
  transition:0.3s;
}

.result-search button:hover{
  background:#3e0a1f;
}

.result-card{
  background:#fff;
  padding:20px;
  border-radius:14px;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.result-card h2{
  color:#5b0e2d;
  margin-bottom:15px;
}


.result-card table{
  width:100%;
  border-collapse:collapse;
}

.result-card th{
  background:#5b0e2d;
  color:#fff;
  padding:12px;
  font-size:16px;
}

.result-card td{
  padding:12px;
  text-align:center;
  border-bottom:1px solid #eee;
  font-size:15px;
}

.result-card tr:hover{
  background:#f9f0f2;
}
.result-summary{
  display:flex;
  justify-content:space-between;
  margin-top:20px;
  flex-wrap:wrap;
  gap:15px;
}

.result-summary .box{
  flex:1;
  min-width:200px;
  background:#fff0f3;
  border-left:4px solid #5b0e2d;
  padding:15px;
  border-radius:10px;
  text-align:center;
}

.result-summary .box h3{
  color:#5b0e2d;
  font-size:16px;
  margin-bottom:8px;
}

.result-summary .box p{
  font-size:18px;
  font-weight:bold;
  color:#333;
}


@media(max-width:1440px){
  .result-header h1{
    font-size:36px;
  }
}


@media(max-width:1024px){
  .result-summary{
    flex-direction:column;
  }
}


@media(max-width:768px){
  .result-header h1{
    font-size:28px;
  }

  .result-header p{
    font-size:14px;
  }
}


@media(max-width:480px){
  .result-zone{
    padding:40px 15px;
  }

  .result-card td,
  .result-card th{
    font-size:13px;
    padding:8px;
  }

  .result-search input{
    width:100%;
  }
}


@media(max-width:320px){
  .result-header h1{
    font-size:22px;
  }

  .result-summary .box p{
    font-size:14px;
  }
}


@media(min-width:2560px){
  .result-header h1{
    font-size:80px;
  }

  .result-header p{
    font-size:30px;
  }

  .result-card th,
  .result-card td{
    font-size:22px;
    padding:18px;
  }

  .result-summary .box p{
    font-size:26px;
  }
  
}

@media(min-width:2560px){
  .rag-header h1{
    font-size:80px;
  }

  .rag-header p{
    font-size:30px;
  }

  .rag-card{
    padding:30px;
    font-size:22px;
  }

  .rag-form input,
  .rag-form textarea{
    font-size:20px;
  }

  .rag-form button{
    font-size:22px;
  }
}


.rag-zone{
    width:100%;
    max-width:1200px;   
    margin:auto;
    padding:20px 25px 60px;
    margin-top:-80px;   
    font-family:Arial, sans-serif;
}
.rag-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
    margin-bottom:35px;
}
.rag-card{
    background:#fff;
    padding:28px;
    border-radius:18px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    border-top:5px solid #f7c94a;
    transition:0.4s ease;
    position:relative;
    top:0;
}
.rag-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}
.highlight{
    background:white;
    color:#fff;
}

.highlight h2{
    color:#f7c94a !important;
}
.rag-card h2{
    color:#6d0000;
    margin-bottom:15px;
    font-size:28px;
}
.rag-card p,
.rag-card li{
    color:#555;
    line-height:1.8;
    font-size:15px;
}

.rag-card ul{
    padding-left:20px;
}
.rag-form{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 8px 30px rgba(0,0,0,0.08);
}

.rag-form h2{
    text-align:center;
    color:#6d0000;
    margin-bottom:25px;
    font-size:32px;
}
.rag-form form{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.rag-form input,
.rag-form textarea{
    width:100%;
    padding:15px;
    border:1px solid #ddd;
    border-radius:12px;
    outline:none;
    font-size:14px;
    transition:0.3s;
}

.rag-form input:focus,
.rag-form textarea:focus{
    border-color:#f7c94a;
    box-shadow:0 0 10px rgba(247,201,74,0.3);
}
.rag-form textarea{
    min-height:140px;
    resize:none;
}
.rag-form button{
    background:linear-gradient(45deg,#6d0000,#8b0000);
    color:#fff;
    padding:15px;
    border:none;
    border-radius:40px;
    font-size:15px;
    cursor:pointer;
    transition:0.4s;
    font-weight:bold;
}

.rag-form button:hover{
    background:#f7c94a;
    transform:translateY(-3px);
}
@media(max-width:1024px){

.rag-zone{
    padding:20px 40px 50px;
    margin-top:-60px;
}
}
@media(max-width:768px){

.rag-zone{
    padding:20px 20px 40px;
    margin-top:-40px;
}

.rag-grid{
    grid-template-columns:1fr;
}

.rag-card h2{
    font-size:24px;
}

.rag-form{
    padding:25px;
}

.rag-form h2{
    font-size:26px;
}
}
@media(max-width:480px){

.rag-zone{
    padding:15px;
    margin-top:-20px;
}

.rag-card{
    padding:20px;
}

.rag-card h2{
    font-size:22px;
}

.rag-card p,
.rag-card li{
    font-size:14px;
}

.rag-form{
    padding:20px;
}

.rag-form h2{
    font-size:22px;
}
}






@media(min-width:2560px){
  .adm-header h1{
    font-size:80px;
  }

  .adm-header p{
    font-size:30px;
  }

  .adm-info ul li{
    font-size:20px;
  }

  .adm-form input,
  .adm-form select,
  .adm-form textarea{
    font-size:20px;
  }

  .adm-form button{
    font-size:22px;
  }
}


.adm-zone{
    width:100%;
    padding:60px 15%;  
    padding-top:10px;
    margin-top:-50px;
}
.adm-header{
  text-align:center;
  margin-bottom:30px;
}

.adm-header h1{
  font-size:42px;
  color:#5b0e2d;
}

.adm-header p{
  font-size:18px;
  color:#666;
  margin-top:8px;
}


.adm-container{
  display:flex;
  gap:25px;
  flex-wrap:wrap;
}



.adm-info{
  flex:1;
  min-width:280px;
  background:#fff;
  padding:20px;
  border-radius:14px;
  border-left:5px solid #5b0e2d;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.adm-info h2,
.adm-info h3{
  color:#5b0e2d;
  margin-bottom:10px;
}

.adm-info ul{
  padding-left:18px;
  margin-bottom:15px;
}

.adm-info ul li{
  font-size:14px;
  color:#333;
  padding:6px 0;
}



.adm-form{
  flex:1;
  min-width:280px;
  background:#fff;
  padding:20px;
  border-radius:14px;
  box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.adm-form h2{
  color:#5b0e2d;
  margin-bottom:15px;
  text-align:center;
}

.adm-form form{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.adm-form input,
.adm-form select,
.adm-form textarea{
  padding:12px;
  border:1px solid #ccc;
  border-radius:6px;
  font-size:14px;
}

.adm-form textarea{
  height:100px;
  resize:none;
}

.adm-form button{
  padding:12px;
  background:#5b0e2d;
  color:#fff;
  border:none;
  border-radius:6px;
  cursor:pointer;
  transition:0.3s;
}

.adm-form button:hover{
  background:#f7c94a;;
}


@media(max-width:1024px){
  .adm-container{
    flex-direction:column;
  }
}


@media(max-width:768px){
  .adm-header h1{
    font-size:28px;
  }

  .adm-header p{
    font-size:14px;
  }
}


@media(max-width:480px){
  .adm-zone{
    padding:40px 15px;
  }

  .adm-info,
  .adm-form{
    padding:15px;
  }
}

@media(max-width:320px){
  .adm-header h1{
    font-size:22px;
  }

  .adm-info ul li{
    font-size:12px;
  }
}




.campus-notice-zone{
    width:100%;
    margin-top: -150px;
}


.campus-notice-title{
    text-align:center;
    margin-bottom:25px;
}

.campus-notice-title h1{
    font-size:42px;
    color:#5b0e2d;
    margin-bottom:8px;
    font-weight:700;
}

.campus-notice-title p{
    color:#666;
    font-size:16px;
}



.campus-notice-wrapper{
    width:82%;
    margin:auto;
}



.campus-notice-card{
    background:#ffffff;
    border-left:6px solid #5b0e2d;
    border-radius:10px;

    padding:18px 20px;
    margin-bottom:12px;

    display:flex;
    align-items:flex-start;
    gap:15px;

    transition:0.3s ease;
    box-shadow:0 3px 12px rgba(0,0,0,0.06);
}

.campus-notice-card:hover{
    transform:translateY(-4px);
    background:#fff8f8;
    box-shadow:0 6px 20px rgba(0,0,0,0.10);
}



.campus-notice-icon{
    width:48px;
    height:48px;
    min-width:48px;

    border-radius:50%;
    background:#fbeaea;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#5b0e2d;
    font-size:18px;
}



.campus-notice-content{
    width:100%;
}

.campus-notice-content a{
    text-decoration:none;
    color:#5b0e2d;
    font-size:18px;
    line-height:1.6;
    font-weight:600;
    transition:0.3s;
}

.campus-notice-content a:hover{
    color:#8b0000;
}



.campus-notice-info{
    margin-top:10px;

    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}



.campus-notice-date{
    color:#777;
    font-size:14px;
}



.campus-notice-tag{
    background:#fbeaea;
    color:#5b0e2d;

    padding:5px 12px;
    border-radius:30px;

    font-size:12px;
    font-weight:600;
}




@media(max-width:1440px){

    .campus-notice-wrapper{
        width:88%;
    }
}

@media(max-width:1024px){

    .campus-notice-title h1{
        font-size:34px;
    }

    .campus-notice-content a{
        font-size:16px;
    }
}


@media(max-width:768px){

    /* body{
        padding:25px 12px;
    } */

    .campus-notice-wrapper{
        width:100%;
    }

    .campus-notice-card{
        padding:15px;
        gap:12px;
    }

    .campus-notice-icon{
        width:42px;
        height:42px;
        min-width:42px;
        font-size:16px;
    }

    .campus-notice-title h1{
        font-size:28px;
    }

    .campus-notice-content a{
        font-size:15px;
        line-height:1.5;
    }
}
@media(max-width:480px){

    .campus-notice-title h1{
        font-size:24px;
    }

    .campus-notice-title p{
        font-size:13px;
    }

    .campus-notice-content a{
        font-size:14px;
    }

    .campus-notice-date{
        font-size:12px;
    }

    .campus-notice-tag{
        font-size:11px;
        padding:4px 10px;
    }
}


@media(max-width:320px){

    .campus-notice-card{
        padding:12px;
    }

    .campus-notice-content a{
        font-size:13px;
    }

    .campus-notice-icon{
        width:38px;
        height:38px;
        min-width:38px;
        font-size:14px;
    }
}



@media(min-width:2560px){

    /* body{
        padding:70px;
    } */

    .campus-notice-wrapper{
        width:68%;
    }

    .campus-notice-title h1{
        font-size:75px;
    }

    .campus-notice-title p{
        font-size:28px;
    }

    .campus-notice-card{
        padding:35px;
        border-left:10px solid #5b0e2d;
        margin-bottom:22px;
    }

    .campus-notice-icon{
        width:80px;
        height:80px;
        min-width:80px;
        font-size:32px;
    }

    .campus-notice-content a{
        font-size:30px;
    }

    .campus-notice-date{
        font-size:22px;
    }

    .campus-notice-tag{
        font-size:20px;
        padding:8px 20px;
    }
}
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:Arial, sans-serif;
}

body{
  background:white;
  color:maroon;
}

.events{
  padding:60px 6%;
  margin-top: -40px;
}

.event-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:20px;
  justify-items:center;
}
.schedule .title h1 {
  font-size: 30px;
  margin-top: -62px;
}
.card{
  width:100%;
  max-width:300px;
  background:white;
  border:2px solid maroon;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 5px 12px rgba(128,0,0,0.15);
  transition:0.3s;
  margin-top:-60px; 
}


.card:hover{
  transform:translateY(-6px);
}

.card img{
  width:100%;
  height:160px;
  object-fit:cover;
}

.card-content{
  padding:15px;
}

.card-content h3{
  font-size:1.2rem;
  margin-bottom:8px;

}

.card-content p{
  font-size:0.9rem;
  line-height:1.5;
  margin-bottom:12px;
}

.btn{
  display:inline-block;
  padding:8px 18px;
  background:maroon;
  color:white;
  text-decoration:none;
  border-radius:8px;
  border:2px solid maroon;
  transition:0.3s;
  font-size:0.9rem;
}

.btn:hover{
  background:#f7c94a;
  color:maroon;
}


.schedule{
  background:maroon;
  color:white;
  padding:40px 6%;
}

.schedule-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:20px;
}

.schedule-box{
  background:white;
  color:maroon;
  padding:18px;
  border-radius:12px;
}

.schedule-box h3{
  font-size:1.3rem;
  margin-bottom:10px;
}

.schedule-box p{
  font-size:0.9rem;
  margin:6px 0;
}
.schedule .title{
  text-align:center;
  margin-bottom:15px;
}


.contact{
  padding:60px 6%;
  background:white;
}


.contact .title h2{
  color:maroon;
  font-size:35px;
  margin-bottom:px;
  text-align:center;
  margin-top:-40px;

}

.contact-form{
  max-width:600px;
  margin:auto;
  display:flex;
  flex-direction:column;
  gap:15px;
  margin-top: -25px;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  padding:14px;
  border:2px solid maroon;
  border-radius:10px;
  font-size:1rem;
}

.contact-form textarea{
  height:150px;
  resize:none;
}
@media (min-width:2000px){

  body{
    font-size:20px;
  }

  .card{
    max-width:380px;
  }

  .card img{
    height:220px;
  }

  .btn{
    padding:12px 25px;
    font-size:1rem;
  }
}

@media (max-width:1200px){
  .card{
    max-width:320px;
  }
}
 @media (min-width:1024px){
  .contact .title{

    margin-top:-20px;
  }
}
@media (max-width:768px){
  .events{
    margin-top: -120px;
  }
  .event-grid{
    grid-template-columns:1fr;
  }

  .card{
    max-width:100%;
  }

  .schedule-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:768px){
  .card{
    margin-top:0;
  }
}

@media (max-width:320px){

  .events,
  .schedule,
  .contact{
    padding:40px 4%;
  }

  .card img{
    height:140px;
  }

  .btn{
    padding:7px 14px;
    font-size:0.8rem;
  }

  .schedule-box{
    padding:14px;
  }

  .schedule-box h3{
    font-size:1.1rem;
  }

  .contact-form input,
  .contact-form textarea{
    padding:12px;
  }
}

 .runi_wrapper_x91{
    width:100%;
    padding:10px 8px;

    background: linear-gradient(135deg, #4b0d1a, #6a1b2a, #ffb300);
}
.runi_container_x91.center_layout{
    width:100%;
    max-width:380px;
    margin:auto;
    padding:6px;
    border-radius:12px;

    background:transparent;
    backdrop-filter:none;
    border:none;
    box-shadow:none;
}

.center_text{
    text-align:center;
    color:#fff;
}

.runi_heading_x91{
    font-size:22px;
    font-weight:600;
    margin-bottom:4px;
}
.runi_line_x91{
    width:60px;
    height:2px;
    background:#ffcc00;
    margin:4px auto 8px;
    border-radius:10px;
}
.runi_text_x91{
    font-size:14px;
    line-height:1.4;
    color:#fff3c4;
    margin-bottom:8px;

    height:58px;
    overflow:hidden;
}
.runi_subtitle_x91{
    font-size:13px;
    margin:4px 0;
    font-weight:600;
    color:#ffffff;
}

.runi_subtitle_x91 span{
    display:block;
    font-size:11px;
    color:#ffe9a6;
}
.runi_btn_x91{
    display:inline-block;
     padding:6px 14px; 
    font-size:12px;
    background:#ffcc00;
    color:#3b0a0a;
    border-radius:20px;
    font-weight:700;
    transition:0.3s;
}

.runi_btn_x91:hover{
    background:#ffffff;
    transform:scale(1.05);
}
@media(max-width:2560px){
    .runi_container_x91.center_layout{
        max-width:420px;
    }
}
@media(max-width:1920px){
    .runi_container_x91.center_layout{
        max-width:400px;
    }
}
@media(max-width:1440px){
    .runi_container_x91.center_layout{
        max-width:380px;
    }
}
@media(max-width:1024px){
    .runi_container_x91.center_layout{
        max-width:340px;
    }

    .runi_heading_x91{
        font-size:18px;
    }

    .runi_text_x91{
        font-size:13px;
        height:54px;
    }
}

@media(max-width:768px){
    .runi_container_x91.center_layout{
        max-width:300px;
    }

    .runi_heading_x91{
        font-size:16px;
    }

    .runi_text_x91{
        font-size:12px;
        height:50px;
    }

    .runi_btn_x91{
        font-size:11px;
        padding:5px 12px;
    }
}
@media(max-width:576px){
    .runi_container_x91.center_layout{
        max-width:260px;
    }

    .runi_heading_x91{
        font-size:15px;
    }

    .runi_text_x91{
        font-size:11px;
        height:46px;
    }
}
@media(max-width:425px){
    .runi_container_x91.center_layout{
        max-width:230px;
    }

    .runi_heading_x91{
        font-size:14px;
    }
}
@media(max-width:375px){
    .runi_container_x91.center_layout{
        max-width:210px;
    }

    .runi_text_x91{
        font-size:10px;
        height:42px;
    }
}

@media(max-width:320px){
    .runi_container_x91.center_layout{
        max-width:190px;
        padding:4px;
    }

    .runi_heading_x91{
        font-size:12px;
    }

    .runi_text_x91{
        font-size:9px;
        line-height:1.3;
        height:36px;
    }

    .runi_btn_x91{
        padding:4px 10px;
        font-size:10px;
    }
} */

h2 {
    text-align: center;
    margin: 15px 0 30px;  
    color: maroon;
    font-size: 35px;
    
}
.album {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    padding: 50px 20px 20px;  
}
.card {
    border: 2px solid gold;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: 0.3s;
    background: white;
}
.card:hover {
    transform: scale(1.05);
}
.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.card h3 {
    text-align: center;
    background: maroon;
    color: white;
    padding: 10px;
    margin: 0;
}

.button-container {
    text-align: center;
    margin: -10px 0 40px;
}

 button {
    background: maroon;
    color: white;
    padding: 12px 25px;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    background: gold;
    color: maroon;
} 
* {
    box-sizing: border-box;
}
h2 {
    text-align: center;
    margin: 15px 0 30px;
    color: maroon;
    font-size: clamp(22px, 2.2vw, 40px);
    padding: 0 10px;
}

.album {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    padding: 40px 5vw;
}
.card {
    border: 2px solid gold;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: 0.3s;
    background: white;
}

.card:hover {
    transform: scale(1.05);
}
.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.card h3 {
    text-align: center;
    background: maroon;
    color: white;
    padding: 10px;
    margin: 0;
    font-size: clamp(14px, 1.2vw, 18px);
}
.button-container {
    position: relative;
    top: -20px; 
    text-align: center;
}
button {
    background: maroon;
    color: white;
    padding: 12px 25px;
    border: none;
    font-size: clamp(14px, 1.2vw, 16px);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
button:hover {
    background: gold;
    color: maroon;
}

@media (max-width: 1024px) {
    .album {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        padding: 30px 20px;
    }
    .card img {
        height: 170px;
    }
  }
@media (max-width: 768px) {
    .album {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }

    .card img {
        height: 150px;
    }
}
@media (max-width: 480px) {
    h2 {
        margin: 10px 0 20px;
    }

    .album {
        grid-template-columns: 1fr;
        padding: 20px 15px;
    }

    .card img {
        height: 180px;
    }

    /* button {
        width: 80%;
    } */
}
.logo-slider {
  width: 100%;
  overflow: hidden;
  background: #0b2c55; 
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
  align-items: center;
    cursor: pointer;
}

.logo {
  flex: 0 0 auto;
  margin: 0 30px;
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
}

.logo img {
  height: 60px;
  width: auto;
  object-fit: contain;
}
.logo-slider:hover .logo-track {
  animation-play-state: paused;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 2560px) {
  .logo img { height: 70px; }
}

@media (max-width: 1440px) {
  .logo img { height: 60px; }
}


@media (max-width: 1024px) {
  .logo img { height: 50px; }
}


@media (max-width: 768px) {
  .logo img { height: 40px; }
  .logo { margin: 0 15px; }
}


@media (max-width: 320px) {
  .logo img { height: 30px; }
  .logo { margin: 0 10px; }
}

.cta-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  margin-top: -30px;
}


.cta-btn {
  padding: 8px 18px; 
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;

  color: #fff;
  background: #800000; 

  border: none;   
  border-radius: 6px;

  cursor: pointer;

  box-shadow: 0 6px 15px rgba(128, 0, 0, 0.25);

  transition: none;
}
    

@media (max-width: 480px) {
  .cta-wrapper {
    margin: 12px 0 20px 0;
  }

  .cta-btn {
    padding: 7px 14px;
    font-size: 11px;
  }
}


@media (max-width: 320px) {
  .cta-wrapper {
    margin: 10px 0 18px 0;
  }

  .cta-btn {
    padding: 6px 12px;
    font-size: 10px;
  }
}  
.ata-wrapper {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-bottom: 25px;
  margin-top: -10px;
}

.ata-btn {
  padding: 8px 18px;   
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;

  color: #fff;
  background: #800000; 

  border: none;   
  border-radius: 6px;

  cursor: pointer;

  box-shadow: 0 6px 15px rgba(128, 0, 0, 0.25);

  transition: none;
}

:root{
  --maroon:#6b0f1a;
  --dark:#2a0a0f;
  --gold:#f5c542;
  --white:#ffffff;
  --text:#2b2b2b;
}


.about{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:50px;
  padding:90px 6%;
  align-items:center;

  background:transparent; 
}


.about-card{
  background:var(--white);
  border:2px solid rgba(107,15,26,0.2);
  padding:40px;
  border-radius:22px;

  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  position:relative;
  overflow:hidden;

  transition:0.4s ease;
}
.about-card{
  transform: translateY(-20px);
  transition: 0.4s ease;
}

.about-card:hover{
  transform: translateY(-30px);
}

.about-card::before{
  content:"";
  position:absolute;
  top:-60%;
  left:-60%;
  width:220%;
  height:220%;
  background:radial-gradient(circle, rgba(245,197,66,0.15), transparent 60%);
  transform:rotate(20deg);
}

.about-card:hover{
  transform:translateY(-8px);
  border-color:var(--gold);
  box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.about-card h2{
  font-size:34px;
  margin-bottom:15px;
    margin-top:-30px;
  color:var(--maroon);
  letter-spacing:1px;
}


.about-card p{
  line-height:1.8;
  color:var(--text);
  margin-bottom:15px;
  font-size:15.5px;
}

.tags{
  margin-top:25px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.tags span{
  padding:10px 14px;
  border-radius:30px;

  background:rgba(245,197,66,0.15);
  border:1px solid rgba(107,15,26,0.2);

  font-size:13px;
  cursor:pointer;

  color:var(--maroon);
  transition:0.3s ease;
}
.tags span:hover{
  background:var(--maroon);
  color:var(--gold);
  transform:scale(1.05);
}


.about-image{
  position:relative;
}

.about-image img{
  width:100%;
  border-radius:22px;

  box-shadow:0 20px 50px rgba(0,0,0,0.15);
  transition:0.5s ease;
  border:4px solid rgba(245,197,66,0.4);
}

.about-image img:hover{
  transform:scale(1.05);
  border-color:var(--maroon);
}



@media(max-width:1024px){
  .about{
    grid-template-columns:1fr;
    text-align:center;
  }

  .tags{
    justify-content:center;
  }
}

@media(max-width:768px){
  .about-card{
    padding:25px;
  }

  .about-card h2{
    font-size:26px;
  }
}


@media(max-width:320px){
  .about-card p{
    font-size:13px;
  }

  .tags span{
    font-size:11px;
    padding:8px 10px;
  }
}






:root{
    --maroon:#6d071a;
    --yellow:#ffcc29;
    --white:#ffffff;
    --light:#fff8e5;
    --dark:#161616;
}
.hero-wrapper{
    position:relative;
}
.hero{
    width:100%;
    height:30vh;   

    background:
    linear-gradient(rgba(109,7,26,0.8),
    rgba(109,7,26,0.85)),
    url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?q=80&w=1600&auto=format&fit=crop');
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:0 6%;   
}

.hero-content h1{
    color:white;
    font-size:30px;  
    margin-bottom:15px;
    line-height:1.2;
}

.hero-content p{
    color:#f5f5f5;
    max-width:750px;
    margin:auto;
    line-height:1.7;
    font-size:16px;
}
.hero-content h1{
    animation: slideDown 1s ease forwards;
}

.hero-content p{
    animation: fadeUp 1.2s ease forwards;
}


.side-box{
    position:absolute;
    left:20px;
    bottom:20px;

    display:flex;
    gap:6px;              
    padding:6px 10px;   

    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(10px);
    border-radius:30px;   
    border:1px solid rgba(255,255,255,0.2);
}

.side-box a{
    color:white;
    text-decoration:none;
    font-weight:500;
    font-size:13px;     
    padding:4px 8px;     
    border-radius:12px;
    transition:0.3s;
}
#about{
    padding-bottom:0;
}
.side-box a:hover{
    background:var(--yellow);
    color:var(--maroon);
    transform:translateY(-2px);
}
.side-box a::after{
    display:none;
}
section{
    padding:110px 8%;
}
.section-title{
    text-align:center;
    margin-bottom:80px;
    position:relative;
    margin-top: -90px;


}
.section-title p{
    color:#666;
    max-width:700px;
    margin:30px auto 0;
    line-height:1.8;
    font-size:17px;
    margin-top: 10px;
}
.section-title span{
    display:inline-block;
    background:rgba(255,204,41,0.18);
    color:var(--maroon);
    padding:8px 24px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
    text-transform:uppercase;
}
.section-title h2{
    font-size:48px;
    font-weight:400;
    color:var(--maroon);
    position:relative;
    display:inline-block;
    margin-bottom:18px;
    line-height:1.2;
}
.section-title h2::before{
    content:'';
    position:absolute;
    width:70px;
    height:70px;
    background:rgba(255,204,41,0.25);
    border-radius:50%;
    top:-12px;
    left:-18px;
    z-index:-1;
}
.section-title h2::after{
    content:'';
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-15px;
    width:120px;
    height:5px;
    border-radius:20px;
    background:linear-gradient(to right,
    var(--yellow),
    var(--maroon));
}

.about-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:60px;
    align-items:center;
       margin-top: -50px;
  
}

.about-image{
    position:relative;
}
.about-image img{
    width:100%;
    border-radius:25px;
    box-shadow:0 15px 35px rgba(0,0,0,0.2);
}


.about-box{
    position:absolute;
    bottom:-15px;
    right:-15px;
    background:var(--yellow);
    color:var(--maroon);
    padding:12px 18px;   
    border-radius:12px;  
    font-weight:600;
    font-size:14px;      
    box-shadow:0 8px 20px rgba(0,0,0,0.2);
}
.about-text h3{
    color:var(--maroon);
    font-size:30px;
    margin-bottom:20px;
}
.about-text p{
    color:#444;
    line-height:1.9;
    margin-bottom:20px;
}
@keyframes slideDown{
    from{
        opacity:0;
        transform:translateY(-60px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
@media (min-width: 2000px){
    .hero-content h1{
        font-size:60px;
    }

    .about-container{
        max-width:1400px;
        margin:auto;
    }
}
@media (max-width:1440px){
    .hero-content h1{
        font-size:40px;
    }

    .section-title h2{
        font-size:42px;
    }
}
@media (max-width:1024px){
    .hero{
        height:40vh;
        padding:0 4%;
    }

    .hero-content h1{
        font-size:32px;
    }

    .about-container{
        gap:30px;
    }
}
@media (max-width:768px){

    .hero{
        height:auto;
        padding:40px 10px;
    }

    .hero-content h1{
        font-size:26px;
    }

    .hero-content p{
        font-size:14px;
    }

    .about-container{
        grid-template-columns:1fr;
    }

    .about-text h3{
        font-size:22px;
    }
       .side-box{
        left:15px;
        bottom:10px;   
        gap:4px;
        padding:5px 8px;
        border-radius:25px;
    }

    .side-box a{
        font-size:10px;   
        padding:3px 6px;
        border-radius:10px;
    }
}
@media (max-width:425px){

    .hero-content h1{
        font-size:22px;
    }

    .hero-content p{
        font-size:13px;
    }

    .section-title h2{
        font-size:28px;
    }

    .about-box{
        font-size:12px;
        padding:8px 12px;
    }
}
@media (max-width:320px){

    .hero{
        padding:30px 8px;
    }

    .hero-content h1{
        font-size:18px;
    }

    .hero-content p{
        font-size:12px;
        line-height:1.4;
    }

    .side-box{
        display:none;
    }

    .section-title h2{
        font-size:20px;
    }

    .about-text h3{
        font-size:18px;
    }

    .about-text p{
        font-size:12px;
    }

    .about-box{
        font-size:11px;
        padding:6px 10px;
    }
        .side-box{
        left:10px;
        bottom:8px;
        gap:3px;
        padding:4px 6px;
        border-radius:20px;
    }

    .side-box a{
        font-size:9px;
        padding:2px 5px;
    }
}
@media (max-width:2560px){


:root{
    --z-maroon:#6d0000;
    --z-gold:#f7c94a;
    --z-dark:#161616;
    --z-light:#f9f9f9;
    --z-white:#ffffff;
}




.vm-section{
    width:100%;
    padding:10px 200px;
    position:relative;
    overflow:hidden;
    margin-top:-50px;
}



.vm-section::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(247,201,74,0.15);
    border-radius:50%;
    top:-100px;
    left:-100px;
    filter:blur(60px);
}

.vm-section::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(109,0,0,0.08);
    border-radius:50%;
    bottom:-100px;
    right:-100px;
    filter:blur(70px);
}
.vm-heading{
    text-align:center;
    margin-bottom:70px;
    position:relative;
    z-index:2;
}
    .vm-grid{
        max-width:1500px;
    }


.vm-heading h1{
    font-size:48px;
    color:var(--z-maroon);
    margin-bottom:12px;
    font-weight:700;
    line-height:1.2;
}

.vm-heading p{
    color:#555;
    font-size:17px;
    max-width:700px;
    margin:auto;
    line-height:1.7;
}
.vm-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
    gap:40px;
    max-width:1300px;
    margin:auto;
    position:relative;
    z-index:2;
  
}
.vm-card{
    background:rgba(255,255,255,0.95);
    border-radius:24px;
    overflow:hidden;
    position:relative;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:0.5s ease;
    border:1px solid rgba(255,255,255,0.3);
    backdrop-filter:blur(10px);
    animation:fadeUp 1s ease;

}

.vm-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 60px rgba(0,0,0,0.15);
}
.vm-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,var(--z-maroon),var(--z-gold));
}
.vm-img{
    width:100%;
    height:270px;
    overflow:hidden;
    position:relative;
}
.vm-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.7s ease;
}
.vm-card:hover .vm-img img{
    transform:scale(1.08);
}
.vm-img::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,0.4),transparent);
}
.vm-content{
    padding:32px;
    position:relative;
}
.vm-badge{
    position:absolute;
    top:18px;
    right:18px;
    background:linear-gradient(45deg,var(--z-gold),#ffdd7a);
    color:#000;
    font-size:12px;
    padding:7px 15px;
    border-radius:30px;
    font-weight:600;
    letter-spacing:1px;
    z-index:5;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}
.vm-title{
    font-size:30px;
    font-weight:400;
    color:var(--z-maroon);
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:28px;
    position:relative;
    line-height:1.2;
}
.vm-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background:linear-gradient(45deg,var(--z-maroon),#900000);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    flex-shrink:0;
    box-shadow:0 8px 20px rgba(109,0,0,0.25);
}
.vm-title::after{
    content:"";
    position:absolute;
    left:62px;
    bottom:-10px;
    width:75px;
    height:4px;
    border-radius:10px;
    background:var(--z-gold);
}
.vm-text{
    font-size:16px;
    line-height:1.9;
    color:#444;
    background:var(--z-light);
    padding:22px;
    border-radius:16px;
    border-left:5px solid var(--z-maroon);
    transition:0.4s ease;
}
.vm-card:hover .vm-text{
    background:#fffdf7;
}
.vm-btn{
    display:inline-block;
    margin-top:22px;
    padding:12px 24px;
    background:linear-gradient(45deg,var(--z-maroon),#8b0000);
    color:#fff;
    text-decoration:none;
    border-radius:30px;
    font-size:14px;
    font-weight:500;
    transition:0.4s ease;
    box-shadow:0 10px 20px rgba(109,0,0,0.2);
}
.vm-btn:hover{
    transform:translateY(-3px);
    background:linear-gradient(45deg,#8b0000,var(--z-gold));
}
@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
}

@media (max-width:1440px){

.vm-section{
    padding:10px 120px;
    margin-top:-40px;
}

.vm-grid{
    max-width:1200px;
    gap:30px;
}

.vm-heading h1{
    font-size:40px;
}

.vm-img{
    height:240px;
}

.vm-title{
    font-size:26px;
}
}



@media (max-width:1024px){

.vm-section{
    padding:10px 60px;
    margin-top:-30px;
}

.vm-grid{
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:25px;
}

.vm-heading h1{
    font-size:34px;
}

.vm-heading p{
    font-size:15px;
}

.vm-img{
    height:220px;
}

.vm-content{
    padding:24px;
}
}


@media (max-width:768px){

.vm-section{
    padding:10px 25px;
    margin-top:-20px;
}

.vm-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.vm-heading h1{
    font-size:28px;
}

.vm-heading p{
    font-size:14px;
}

.vm-img{
    height:200px;
}

.vm-title{
    font-size:22px;
}

.vm-text{
    font-size:14px;
    padding:18px;
}
}


@media (max-width:480px){

.vm-section{
    padding:10px 15px;
}

.vm-heading h1{
    font-size:24px;
}

.vm-heading p{
    font-size:13px;
}

.vm-img{
    height:180px;
}

.vm-title{
    font-size:20px;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
}

.vm-text{
    font-size:13px;
    line-height:1.6;
}

.vm-btn{
    width:100%;
    text-align:center;
}
}








:root{
    --hl-primary:#6d0000;
    --hl-gold:#f7c94a;
    --hl-dark:#1a1a1a;
    --hl-light:#f8f9fb;
    --hl-shadow:0 10px 30px rgba(0,0,0,0.08);
}


.holiday-wrap{
    width:100%;
    max-width:1200px;     
    margin:auto;        
    padding:50px 25px;    
    font-family:Arial, sans-serif;
    margin-top:-90PX;
}


.holiday-cards{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
    gap:20px;
    margin-bottom:40px;
}


.holiday-card{
    background:#fff;
    padding:22px;
    border-radius:16px;
    box-shadow:var(--hl-shadow);
    border-left:5px solid var(--hl-gold);
    transition:0.3s;
}

.holiday-card:hover{
    transform:translateY(-6px);
}

.holiday-card__title{
    font-size:18px;
    font-weight:700;
    color:var(--hl-primary);
    margin-bottom:8px;
}

.holiday-card__desc{
    font-size:14px;
    color:#555;
    line-height:1.6;
}

.holiday-table-box{
    background:#fff;
    border-radius:16px;
    overflow-x:auto;
    box-shadow:var(--hl-shadow);
}

.holiday-table{
    width:100%;
    border-collapse:collapse;
    min-width:600px;
}

.holiday-table thead{
    background:var(--hl-primary);
    color:#fff;
}

.holiday-table th,
.holiday-table td{
    padding:14px 16px;
    text-align:left;
    font-size:14px;
    white-space:nowrap;
}


.holiday-table tbody tr{
    border-bottom:1px solid #eee;
    transition:0.3s;
}

.holiday-table tbody tr:hover{
    background:#f9f9f9;
}


.badge{
    display:inline-block;
    padding:5px 10px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}

.badge--festival{
    background:#ffe08a;
    color:#000;
}

.badge--national{
    background:#ffb3b3;
    color:#000;
}

@media (max-width:768px){
    .holiday-wrap{
        padding:30px 15px;  
    }
}

@media (max-width:480px){
    .holiday-cards{
        grid-template-columns:1fr;
    }
} 


 

.regulation-list{
    display:flex;
    flex-direction:column;
    gap:20px;
    padding:0 25px;  
margin-top:-140px;
}




.reg-item{
    display:flex;
    gap:20px;
    align-items:flex-start;
    padding:18px 20px;   
    border-left:4px solid #ffcc00;
    background:#fff;
    border-radius:12px;
    transition:0.3s;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.reg-item:hover{
    background:#fff7e6;
    transform:translateX(5px);
}


.num{
    width:45px;
    height:45px;
    background:#5e0b15;
    color:#ffcc00;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    flex-shrink:0;
}

.content h3{
    color:#5e0b15;
    margin-bottom:5px;
}

.content p{
    color:#666;
    line-height:1.6;
}
section{
    padding-bottom:10px;
}

.notice{
     margin-top:20px; 
    background:#5e0b15;
    color:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
}

.notice h3{
    color:#ffcc00;
    margin-bottom:10px;
}

@media(max-width:768px){
    .reg-item{
        flex-direction:column;
        gap:10px;
    }

    .num{
        width:40px;
        height:40px;
    }
  }

.bfc-courses{
  padding:40px 20px;   
  margin-top:-60px;    
  background:#f5f5f5;
  text-align:center;
}
.bfc-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:15px;
  max-width:1200px;
  margin:auto;  
}
.bfc-card{
  background:white;
  border-radius:15px;
  overflow:hidden;
  box-shadow:0 5px 15px rgba(0,0,0,0.15);
  transition:0.3s;
  position:relative;
  top:0;  
}
.bfc-card:hover{
  transform:translateY(-12px);  
  box-shadow:0 10px 25px rgba(255,215,0,0.4);
}
.bfc-card img{
  width:100%;
  height:160px;
  object-fit:cover;
}
.bfc-card h3{
  margin:10px;
  color:#000;
}
.bfc-card p{
  padding:0 12px 15px;
  color:#444;
  font-size:14px;
}
@media(max-width:600px){
  .bfc-stats{
    flex-direction:column;
  }
}


.bfc-pmsg-float{
  padding:60px 20px;
  background:#fff;
  display:flex;
  justify-content:center;
  margin-top:-100px;   
}

.bfc-pmsg-card{
  max-width:1000px;
  display:flex;
  gap:30px;
  align-items:center;

  background:linear-gradient(135deg,#fff,#fff8c4);
  border-radius:25px;
  padding:30px;

  box-shadow:0 15px 30px rgba(0,0,0,0.1);
  border-left:8px solid #ffd700;
  transition:0.3s;
}

.bfc-pmsg-imgbox img{
  width:280px;
  height:340px;
  object-fit:cover;
  border-radius:20px;
  border:4px solid #ffd700;
}

.bfc-pmsg-contentbox{
  flex:1;
}

.bfc-label{
  background:#ffd700;
  padding:5px 12px;
  border-radius:20px;
  font-weight:bold;
  font-size:13px;
  display:inline-block;
  margin-bottom:10px;
}

.bfc-pmsg-contentbox h2{
  font-size:30px;
  margin-bottom:10px;
  color:#111;
}

.bfc-pmsg-contentbox p{
  font-size:15px;
  color:#444;
  line-height:1.7;
  margin-bottom:10px;
}

.bfc-pmsg-contentbox h4{
  margin-top:10px;
  color:maroon;
}

@media(max-width:768px){
  .bfc-pmsg-card{
    flex-direction:column;
    text-align:center;
  }

  .bfc-pmsg-imgbox img{
    width:240px;
    height:300px;
  }
}

:root{
    --zx-maroon:#6d0000;
    --zx-gold:#f7c94a;
    --zx-black:#151515;
    --zx-white:#ffffff;
    --zx-bg:#f5f5f5;
}

.zxcal-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
    position:relative;
    z-index:2;
    margin-top:-140px;
}
.zxcal-card{
    background:rgba(255,255,255,0.95);
    border-radius:24px;
    padding:30px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
}

.zxcal-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,var(--zx-maroon),var(--zx-gold));
}

.zxcal-card:hover{
    transform:translateY(-12px);
}
.zxcal-top{
    margin-bottom:25px;
}
.zxcal-top h2{
    font-size:34px;
    color:var(--zx-maroon);
    margin-bottom:8px;
}
.zxcal-top span{
    color:#777;
    font-size:15px;
}
.zxcal-card ul{
    list-style:none;
}

.zxcal-card ul li{
    padding:14px 0;
    border-bottom:1px solid #eee;
    color:#444;
    line-height:1.6;
    font-size:15px;
}

.zxcal-card ul li:last-child{
    border-bottom:none;
}

@media(max-width:1440px){

.zxcal-main{
    padding:60px 120px;
}

.zxcal-heading h1{
    font-size:44px;
}
}
@media(max-width:1024px){

.zxcal-main{
    padding:50px 60px;
}

.zxcal-grid{
    gap:25px;
}

.zxcal-heading h1{
    font-size:38px;
}

.zxcal-card{
    padding:25px;
}
}
@media(max-width:768px){

.zxcal-main{
    padding:40px 25px;
}

.zxcal-grid{
    grid-template-columns:1fr;
}

.zxcal-heading{
    margin-bottom:40px;
}

.zxcal-heading h1{
    font-size:30px;
}

.zxcal-heading p{
    font-size:14px;
}

.zxcal-top h2{
    font-size:28px;
}
}
@media(max-width:480px){

.zxcal-main{
    padding:30px 15px;
}

.zxcal-card{
    padding:20px;
    border-radius:18px;
}

.zxcal-heading h1{
    font-size:24px;
}

.zxcal-top h2{
    font-size:24px;
}

.zxcal-card ul li{
    font-size:13px;
}
}
@media(max-width:320px){

.zxcal-heading h1{
    font-size:20px;
}

.zxcal-card{
    padding:15px;
}

.zxcal-top h2{
    font-size:20px;
}
}
:root{
    --zxr-maroon:#650000;
    --zxr-yellow:#f7c94a;
    --zxr-white:#ffffff;
    --zxr-light:#fffaf0;
    --zxr-dark:#1f1f1f;
}
.zxr-result-wrapper{
    width:100%;
    max-width:1400px;
margin-top:-60px;            
    padding:0 140px 40px;        
    font-family:Arial, sans-serif;
    background:linear-gradient(to bottom,#fffdf7,#ffffff);
}
.zxr-result-top{
    display:grid;
    grid-template-columns:1.3fr 1fr;
    gap:30px;
    align-items:center;
    margin:0 0 40px 0;  
}
.zxr-badge{
    background:var(--zxr-yellow);
    color:#000;
    padding:8px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:bold;
}
.zxr-result-left h1{
    font-size:30px;
    color:var(--zxr-maroon);
    line-height:1.1;
    margin:20px 0;
}
.zxr-result-left p{
    color:#555;
    line-height:1.7;
    max-width:700px;
    font-size:15px;
}
.zxr-search-box{
    background:#fff;
    padding:28px;
    border-radius:22px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    border-top:5px solid var(--zxr-yellow);
}
.zxr-search-box h2{
    color:var(--zxr-maroon);
    margin-bottom:20px;
    font-size:26px;
}
.zxr-search-box form{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.zxr-search-box input,
.zxr-search-box select{
    width:100%;
    padding:14px;
    border-radius:12px;
    border:1px solid #ddd;
    font-size:13px;
    outline:none;
}
.zxr-search-box button{
    padding:14px;
    border:none;
    border-radius:12px;
    background:linear-gradient(45deg,var(--zxr-maroon),#8b0000);
    color:#fff;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
}
.zxr-search-box button:hover{
    background: #ffcc00;
    color:var(--zxr-maroon);  
}
.zxr-stats-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:18px;
    margin-bottom:50px;
}
.zxr-stat-card{
    background:#fff;
    padding:22px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}
.zxr-stat-card:hover{
    transform:translateY(-8px);
}
.zxr-stat-card h3{
    font-size:32px;
    color:var(--zxr-maroon);
}
.zxr-stat-card p{
    margin-top:8px;
    color:#666;
    font-size:14px;
}
.zxr-title-area{
    margin-bottom:25px;
}

.zxr-title-area h2{
    font-size:28px;
    color:var(--zxr-maroon);
}
.zxr-title-area p{
    color:#666;
    font-size:14px;
}
.zxr-topper-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:20px;
    margin-bottom:50px;
}
.zxr-topper-card{
    background:#fff;
    border-radius:20px;
    padding:24px;
    text-align:center;
    position:relative;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}
.zxr-topper-card:hover{
    transform:translateY(-8px);
}
.zxr-ribbon{
    position:absolute;
    top:12px;
    right:-35px;
    background:var(--zxr-yellow);
    color:#000;
    padding:6px 35px;
    transform:rotate(45deg);
    font-size:10px;
    font-weight:bold;
}
.zxr-topper-card img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid var(--zxr-yellow);
    margin-bottom:15px;
}
.zxr-topper-card h3{
    color:var(--zxr-maroon);
    font-size:22px;
}
.zxr-topper-card span{
    color:#666;
    font-size:13px;
    display:block;
    margin:8px 0 15px;
}
.zxr-score{
    background:var(--zxr-light);
    padding:14px;
    border-radius:14px;
}
.zxr-score h1{
    color:var(--zxr-maroon);
    font-size:36px;
}
.zxr-score p{
    color:#666;
    font-size:13px;
}
.zxr-table-box{
    background:#fff;
    border-radius:18px;
    overflow-x:auto;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}
.zxr-result-table{
    width:100%;
    border-collapse:collapse;
    min-width:650px;
}
.zxr-result-table thead{
    background:var(--zxr-maroon);
    color:#fff;
}
.zxr-result-table th,
.zxr-result-table td{
    padding:14px;
    font-size:13px;
    text-align:left;
}
.zxr-result-table tbody tr{
    border-bottom:1px solid #eee;
}
.zxr-result-table tbody tr:hover{
    background:#fff9e8;
}
.zxr-pass{
    background:#dfffe0;
    color:green;
    padding:6px 12px;
    border-radius:20px;
    font-size:11px;
    font-weight:bold;
}
@media(max-width:992px){
    .zxr-result-top{
        grid-template-columns:1fr;
    }

    .zxr-result-left h1{
        font-size:40px;
    }
}

@media(max-width:768px){
    .zxr-result-wrapper{
        padding:0 15px 40px;
    }

    .zxr-result-left h1{
        font-size:32px;
    }

    .zxr-search-box{
        padding:20px;
    }
}

@media(max-width:480px){
    .zxr-result-left h1{
        font-size:26px;
    }

    .zxr-title-area h2{
        font-size:24px;
    }

    .zxr-result-table th,
    .zxr-result-table td{
        padding:10px;
        font-size:12px;
    }
}





.search{
    text-align:center;
    padding:10px 20px 0 20px;
    margin-top:-80px;

  
}
.search,
.grid{
    width: 100%;

    padding: 40px 20px;
}

.search input{
    width:60%;
    padding:14px;
    border:2px solid #ddd;
    border-radius:30px;
    outline:none;
    font-size:16px;
}

.search input:focus{
    border-color:#5b0e2d;
}

.grid{
    padding:60px 8%;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
  
}



.card{
    background:white;
    border-radius:18px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    overflow:hidden;
    transition:0.3s;
    border-top:4px solid #ffd54d;
}

.card:hover{
    transform:translateY(-10px);
}

.card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.card-content{
    padding:20px;
}

.card-content h3{
    color:#5b0e2d;
    margin-bottom:10px;
}

.card-content p{
    color:#666;
    font-size:14px;
    line-height:1.6;
}
.card-content h3{
    color:white;  
}
.card-content button{
    margin-top:15px;
    padding:10px 18px;
    background:#5b0e2d;
    color:white;
    border:none;
    border-radius:20px;
    cursor:pointer;
    transition:0.3s;
}

.card-content button:hover{
    background:#ffd54d;
    color:#5b0e2d;
}
.stats{
    background:#fff3cf;
    padding:60px 8%;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:20px;
    text-align:center;
}

.stat-box h2{
    font-size:40px;
    color:#5b0e2d;
}

.stat-box p{
    color:#555;
}

 
@media(max-width:1024px){

.hero p{
    font-size:16px;
}

.search input{
    width:80%;
}

.grid{
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
}
}


@media(max-width:768px){

.search{
    margin-top:-50px;
    padding:20px;
}

.search input{
    width:90%;
}

.grid{
    padding:40px 20px;
}

.stats{
    grid-template-columns:repeat(2,1fr);
}
}


@media(max-width:480px){

.hero p{
    font-size:14px;
}

.hero button{
    width:100%;
}

.search input{
    width:100%;
    font-size:14px;
}

.grid{
    grid-template-columns:1fr;
}

.card img{
    height:200px;
}

.stats{
    grid-template-columns:1fr;
}
}


@media(max-width:320px){

.hero p{
    font-size:13px;
}

.hero button{
    font-size:12px;
    padding:8px 15px;
}

.card-content h3{
    font-size:16px;
}

.card-content p{
    font-size:12px;
}

}

.container{
    padding:20px 5%;
    background:#fffdf7;
    margin-top: -100px;
}

.search-box{
    text-align:center;
    margin-bottom:30px;
  
}

.search-box input{
    width:60%;
    padding:12px;
    border-radius:30px;
    border:2px solid #ddd;
    outline:none;
    font-size:16px;
}

.search-box input:focus{
    border-color:#5b0e2d;
}







.search-box{
    text-align:center;
    padding:30px 10%;
}

.search-box input{
    width:60%;
    padding:12px;
    border-radius:30px;
    border:2px solid #ddd;
    outline:none;
    font-size:16px;
}

.search-box input:focus{
    border-color:#5b0e2d;
}


.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:85px;   
    padding:50px 12%;  
}

.card{
    background:white;
    border-radius:15px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    border-top:4px solid #ffd54d;
}


.card img{
    width:100%;
    height:180px;
    object-fit:cover;
    cursor:pointer;
}


.card h3{
    margin:12px 0;
    color:#5b0e2d;
    font-size:16px;
}
.lightbox{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.lightbox img{
    width:80%;
    max-width:900px;
    border-radius:10px;
} 



.mediaVault_pageWrap{
    padding:60px 40px;
    margin-top: -90px;
}

.mediaVault_headerBox{
    text-align:center;
    margin-bottom:40px;
}

.mediaVault_headerBox h1{
    font-size:38px;
    color:#0f172a;
}

.mediaVault_headerBox p{
    color:#555;
    margin-top:8px;
}


.mediaVault_filterBar{
    text-align:center;
    margin-bottom:30px;
}

.mediaVault_filterBar button{
    padding:8px 14px;
    margin:5px;
    border:1px solid #ccc;
    background:#fff;
    cursor:pointer;
    font-size:14px;
}


.mediaVault_gridLayout{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:18px;
    max-width:1200px;
    margin:auto;
}


.mediaVault_cardItem{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:8px;
    overflow:hidden;
}

.mediaVault_cardItem img{
    width:100%;
    height:180px;
    object-fit:cover;
}


.mediaVault_cardText{
    padding:12px;
}

.mediaVault_cardText h3{
    font-size:15px;
    margin-bottom:5px;
    color:#111827;
}

.mediaVault_cardText p{
    font-size:13px;
    color:#6b7280;
}


.mediaTag_notice{
    display:inline-block;
    font-size:12px;
    background:#fee2e2;
    color:#991b1b;
    padding:3px 8px;
    border-radius:4px;
    margin-bottom:6px;
}

.mediaTag_exam{
    display:inline-block;
    font-size:12px;
    background:#dbeafe;
    color:#1e3a8a;
    padding:3px 8px;
    border-radius:4px;
    margin-bottom:6px;
}

.mediaTag_event{
    display:inline-block;
    font-size:12px;
    background:#dcfce7;
    color:#166534;
    padding:3px 8px;
    border-radius:4px;
    margin-bottom:6px;
}


@media(max-width:768px){
    .mediaVault_pageWrap{
        padding:40px 15px;
    }

    .mediaVault_headerBox h1{
        font-size:26px;
    }
}












.contact-section{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
    padding:70px 10%;
    background:#fffdf7;
    margin-top: -110px;
}


.info-box{
    background:white;
    padding:30px;
    border-radius:18px;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
    border-top:5px solid #ffd54d;
}

.info-box h3{
    color:#5b0e2d;
    margin-bottom:15px;
}

.info-box p{
    color:#555;
    margin:8px 0;
    font-size:14px;
}

.form-box{
    background:white;
    padding:30px;
    border-radius:18px;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
    border-top:5px solid #5b0e2d;
}

.form-box h3{
    color:#5b0e2d;
    margin-bottom:15px;
}

.form-box input,
.form-box textarea{
    width:100%;
    padding:12px;
    margin-bottom:12px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
    font-size:14px;
}

.form-box input:focus,
.form-box textarea:focus{
    border-color:#5b0e2d;
}
.form-box textarea{
    height:120px;
    resize:none;
}

.form-box button{
    width:100%;
    padding:12px;
    background:#5b0e2d;
    color:white;
    border:none;
    border-radius:25px;
    cursor:pointer;
    font-weight:600;
}


.form-box button:hover{
    background:#ffd54d;
    color:#5b0e2d;
}


.map{
    padding:0 10% 60px;
}

.map iframe{
    width:100%;
    height:350px;
    border-radius:15px;
    border:none;
}



@media(max-width:1920px){

.contact-section{
    padding:70px 12%;
}
}

@media(max-width:1440px){

.contact-section{
    padding:60px 10%;
}
}


@media(max-width:1024px){

.contact-section{
    padding:50px 8%;
    gap:25px;
}

.map{
    padding:0 8% 60px;
}
}


@media(max-width:768px){

.contact-section{
    grid-template-columns:1fr;
    padding:30px 6%;
    margin-top:-60px;
}

.info-box,
.form-box{
    padding:25px;
}

.map iframe{
    height:300px;
}
}

@media(max-width:480px){

.contact-section{
    padding:25px 5%;
}

.info-box p{
    font-size:13px;
}

.form-box input,
.form-box textarea{
    font-size:13px;
}

.form-box button{
    font-size:14px;
}
}


@media(max-width:320px){

.info-box h3,
.form-box h3{
    font-size:18px;
}

.form-box button{
    padding:10px;
}

}

.gallery-section{
    max-width:1250px;
    margin:auto;
    background:#fffaf3;
    padding:25px;
    border-radius:20px;
    border:3px solid #e8c16c;
    box-shadow:0 10px 35px rgba(0,0,0,0.12);
    margin-top:70px;
}

.gallery-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:30px;
}

.gallery-tabs a{
    text-decoration:none;
}

.gallery-tabs button{
    padding:12px 20px;
    border:none;
    border-radius:12px;
    cursor:pointer;
    color:#fff;
    font-weight:500;
    background:linear-gradient(135deg,#6d0f1c,#a61d2d);
    transition:0.3s ease;
    box-shadow:0 4px 12px rgba(0,0,0,0.15);
}

.gallery-tabs button:hover{
    transform:translateY(-3px);
    background:linear-gradient(135deg,#8b1626,#c1273d);
}











.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:20px;
}

.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    cursor:pointer;
    border:2px solid #f0c56d;
    box-shadow:0 6px 20px rgba(0,0,0,0.15);
    transition:0.4s;
    background:#fff;
}

.gallery-card:hover{
    transform:translateY(-6px);
}

.gallery-card img{
    width:100%;
    height:260px;
    object-fit:cover;
    transition:0.5s;
}

.gallery-card:hover img{
    transform:scale(1.08);
}

.overlay{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:18px;
    background:linear-gradient(to top,rgba(76,0,0,0.95),transparent);
    color:#fff8dc;
}

.overlay h3{
    font-size:18px;
    margin-bottom:5px;
}

.overlay p{
    font-size:13px;
}

.popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.92);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999;
    padding:20px;
}

.popup img{
    max-width:90%;
    max-height:90vh;
    border-radius:15px;
    border:4px solid #f0c56d;
    animation:zoom 0.3s ease;
}

@keyframes zoom{
    from{transform:scale(0.7);opacity:0;}
    to{transform:scale(1);opacity:1;}
}

.close-btn{
    position:absolute;
    top:25px;
    right:35px;
    color:white;
    font-size:40px;
    cursor:pointer;
    font-weight:bold;
}

.nav-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    font-size:50px;
    color:white;
    cursor:pointer;
    user-select:none;
    padding:10px;
    transition:0.3s;
}

.nav-btn:hover{
    color:#f0c56d;
}

.prev{ left:25px; }
.next{ right:25px; }

@media(max-width:768px){
    .gallery-card img{height:220px;}
    .close-btn{font-size:32px; right:20px;}
    .nav-btn{font-size:40px;}
}

.footer-label{
    color: #ffffff;
    font-weight: 600;
    margin-right: 8px;
    font-size: 16px;
}

li a{
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

li a:hover{
    color: #f2a105;
    text-decoration: underline;
}






.uni-dept-wrapper{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.uni-dept-card{
    width: 300px;
}








.card h3{
    color: white;   /* Navy Blue */
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
}


















*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

.info-section{
    width:100%;
    padding:70px 8%;
    background:#f8f9fc;
}

.info-box{

    display:flex;
    align-items:flex-start;
    gap:35px;

    margin-bottom:60px;
    padding-bottom:40px;

    border-bottom:1px solid #ddd;

}

.info-icon{

    width:120px;
    height:120px;

    min-width:120px;

    background:#001f54;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    box-shadow:0 10px 25px rgba(0,0,0,.18);

}

.info-icon i{

    font-size:55px;
    color:#f2a105;

}

.info-content{

    flex:1;

}

.info-content h2{

    color:#001f54;
    font-size:34px;
    margin-bottom:15px;

}

.info-content p{

    font-size:17px;
    line-height:1.9;
    color:#555;
    text-align:justify;

}

.info-content ul{

    margin-top:15px;
    padding-left:22px;

}

.info-content ul li{

    margin-bottom:12px;
    font-size:17px;
    color:#555;

}

@media(max-width:768px){

.info-box{

flex-direction:column;
align-items:center;
text-align:center;

}

.info-content h2{

font-size:28px;

}

.info-content p{

text-align:left;

}

.info-icon{

width:90px;
height:90px;
min-width:90px;

}

.info-icon i{

font-size:40px;

}

}




.ata-wrapper{
    margin-top: 20px;
}

.read-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background: linear-gradient(135deg, #001f54, #003b8f);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid #0b5ed7;
    box-shadow: 0 8px 20px rgba(0, 31, 84, 0.35);
    transition: all .35s ease;
}

.read-btn:hover{
    background: linear-gradient(135deg, #003b8f, #0056d6);
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 31, 84, 0.45);
}

.read-btn:active{
    transform: scale(0.96);
}










.cta-wrapper{
    margin-top: 20px;
    text-align: center; /* Left chahiye to hata dijiye */
}

.view-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background: linear-gradient(135deg, #001f54, #003b8f);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #0b5ed7;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 31, 84, 0.35);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.view-btn:hover{
    background: linear-gradient(135deg, #003b8f, #0056d6);
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 31, 84, 0.45);
}

.view-btn:active{
    transform: scale(0.97);

  }






  .section-heading{
    padding:70px 20px 50px;
    background:#fff;
    text-align:center;
}

.section-heading .container{
    max-width:900px;
    margin:auto;
}

.heading-tag{
    display:inline-block;
    background:#eef4ff;
    color:#001f54;
    font-size:15px;
    font-weight:600;
    padding:8px 24px;
    border-radius:50px;
    border:1px solid #d9e5ff;
    letter-spacing:.5px;
}

.heading-title{
    margin:18px 0 12px;
    font-size:48px;
    font-weight:700;
    color:#001f54;
}

.heading-title span{
    color:#f4b400;
}

.heading-line{
    width:80px;
    height:4px;
    background:#f4b400;
    margin:18px auto;
    border-radius:20px;
    position:relative;
}

.heading-line::before,
.heading-line::after{
    content:"";
    position:absolute;
    width:12px;
    height:12px;
    background:#001f54;
    border-radius:50%;
    top:50%;
    transform:translateY(-50%);
}

.heading-line::before{
    left:-18px;
}

.heading-line::after{
    right:-18px;
}

.heading-text{
    max-width:650px;
    margin:auto;
    font-size:17px;
    color:#666;
    line-height:1.8;
}

/* Responsive */

@media(max-width:768px){

.section-heading{
    padding:50px 15px 35px;
}

.heading-tag{
    font-size:13px;
    padding:7px 18px;
}

.heading-title{
    font-size:32px;
}

.heading-text{
    font-size:15px;
}

.heading-line{
    width:60px;
}

}

@media(max-width:480px){

.heading-title{
    font-size:26px;
}

.heading-text{
    font-size:14px;
}

}








