
/* header section start */
/* Header / Navbar */
header {
  margin-top: -20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 60px;
  z-index: 1000;
  /* border-bottom: 1px solid rgba(255,255,255,0.1); */
  background-color: rgb(245, 240, 240);
  /* background-color: #24282c; */
}

span img {
  height: 90px;
  /* width: 100px; */
  margin-top: 15px;
  /* border-radius:50%; */
}

.bar {
  display: flex;
  align-items: center;
  justify-content: center; /* Align all items perfectly */
  gap: 28px;               /* Equal spacing between all menus */
  margin-top: -10px;
}

header h1 {
  font-size: 1.8rem;
  color: var(--accent-2);
  letter-spacing: 1px;
}

.logonm {
  font-family: 'Noto Sans Devanagari', sans-serif;
  display: inline-block;
  position: relative;
  top: -20px;
  margin-left: -420px;
}

.logonm2 {
  font-family: 'Noto Sans Devanagari', sans-serif;
  display: inline-block;
  position: relative;
  top: -50px;
  margin-left: 500px;
  color: rgb(187, 179, 179);
}

/* Navbar Links */
nav a {
  position: relative;
  text-decoration: none;
  /* color: #f3eded; */
  color: black;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 6px 10px;      /* ↓ Reduced from 40px */
  font-family: 'Playfair Display', serif;
}

/* Hover underline animation */
nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;            /* underline exact width of text */
  height: 2px;
  background-color: var(--accent-2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

nav a:hover::after {
  transform: scaleX(1);
}

/* Active link style */
nav a.active {
  color: rgb(0, 183, 255);
}
nav a.active::after {
  transform: scaleX(1);
}

/* Dropdown Styles */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 6px 10px;      /* ↓ Reduced */
  font-family: 'Playfair Display', serif;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1001;
  border-radius: 8px;
  overflow: visible;
}

.dropdown-content a {
  color: black;
  padding: 9px 16px;
  padding-left: 25px;
  text-decoration: none;
  font-size: medium;
  display: block;
  transition: background-color 0.3s ease;
}

.dropdown-content a:hover {
  background-color: #e6f0ff;
  color: #0072ff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #0072ff;
}

/* Sub-dropdown Styles */
.sub-dropdown {
  position: relative;
}

.sub-dropbtn {
  text-decoration: none;
  color: black;
  padding: 9px 16px;
  padding-left: 25px;
  display: block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.sub-dropbtn:hover {
  background-color: #e6f0ff;
  color: #0072ff;
}

.sub-dropdown-content {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1002;
  border-radius: 8px;
  overflow: hidden;
}

.sub-dropdown-content a {
  color: black;
  padding: 9px 16px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease;
}

.sub-dropdown-content a:hover {
  background-color: #e6f0ff;
  color: #0072ff;
}

.sub-dropdown:hover .sub-dropdown-content {
  display: block;
}

/* header section end */









/* our trusty start */
/* Features Section */
.features {
  margin-top: 0;
  /* padding: 80px 60px; */
  padding-bottom: 70px;
  padding-left: 60px;
  padding-right: 60px;
  /* background: var(--bg1); */
    background-color: #34495e; 
  text-align: center;
}
.features h2 {
  size: 23px;
  padding-top: 20px;
  margin-bottom: 40px;
  /* color: var(--accent-2); */
  color: rgb(255, 255, 255);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 25px;
}
.feature-card {
  /* background: var(--glass); */
  background-color: rgb(240, 195, 122);
   /* background-color:#ffb3b3 */
; 
  padding: 25px;
  border-radius: 15px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.feature-card .position{color: red;}
.feature-card .group{color: blue;}
.feature-card img{border-radius: 200px;}      /*circular image */
.feature-card:hover {
  
  transform: translateY(-5px);
  /* box-shadow: 0 0 20px var(--accent-2); */
  box-shadow: 6px 6px 40px rgb(0, 0, 0);
}
.feature-card h3 {
  margin-bottom: 10px;
  /* color: var(--accent-2); */
  color: #000000;
}

/* our trusty end */







body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* HERO */
.hero {
  background-size: cover;
  background-position: center;
  animation: slide 25s infinite;
}

@keyframes slide {
  0%   { background-image: url('assets/img/1.jpg'); }
  25%  { background-image: url('assets/img/5.jpg'); }
  50%  { background-image: url('assets/img/2.jpg'); }
  75%  { background-image: url('assets/img/front1.jpg'); }
  100% { background-image: url('assets/img/front3.jpg'); }
}

/* EVENTS */
.events-details-section {
  padding: 80px 0;
}

.events-details-container {
  display: flex;
  gap: 30px;
  padding: 0;
}

.events-box-column,
.college-details-column {
  flex: 1;
}

.events-box {
  background: #4e4b4b;
  padding: 20px;
  border-radius: 12px;
}

.events-box h4 {
  color: white;
  text-align: center;
}

.college-details-box {
  background: #4e4b4b;
  padding: 20px;
  border-radius: 12px;
}

.college-details-box h4 {
  color: white;
  text-align: center;
}

.college-details-box p {
  color: white;
}

.marquee-viewport {
  height: 300px;
  overflow-y: auto;
}

.marquee-track {
  animation: marquee-scroll 12s linear infinite;
}

@keyframes marquee-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

.marquee-item a {
  display: block;
  background: #f1f1f1;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 8px;
  text-decoration: none;
}

/* vip box */

/* vip card */
/* VIP Card Container */
/* Full Width VIP Card */
.vip-card {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 90vw;              /* full width */
  height: 320px;             /* increased height */
  padding: 40px 60px;
  border-radius: 20px;
 background: linear-gradient(135deg, rgba(124,92,255,.25), rgba(30,231,227,.15));
   border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(14px);
  box-shadow: 0 6px 22px rgba(0,0,0,0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 40px auto;
}
.vip-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.6);
}

/* VIP Image - Taller */
.vip-img {
  flex: 0 0 280px; /* wider image */
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.55);
}
.vip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.vip-img img:hover {
  transform: scale(1.08);
}

/* VIP Info */
.vip-info {
  flex: 1;
  color: #f1f5f9;
  padding-right: 30px;
}
.vip-info h2 {
  size: 20px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip-info h3 {
  size: 15px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  margin-top: -10px;
}
.vip-info p {
  margin: 10px 0;
  font-size: 1.1rem;
  color: #5f6c6f;
}
.vip-info strong {
  color: #06b6d4;
}
.vip-info .highlight {
  margin-top: 15px;
  font-style: italic;
  color: #7dd3fc;
  border-left: 5px solid #06b6d4;
  padding-left: 14px;
  font-size: 1.15rem;
}
/* vip box end */

/* COURSES */
.courses-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 40px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.card {
  background: #144f74;
  padding: 15px;
  border-radius: 10px;
  color: white;
}

/* MODAL */
.image-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  display: none;
  justify-content: center;
  align-items: center;
}

.image-modal img {
  max-width: 90%;
  max-height: 85vh;
}

#modalTitle {
  color: white;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
}

/* footer start */
/* --- Footer Styles --- */
.college-footer {
    /* background-color: #34495e;  */
    background-color: #1e7777;
    color: #ecf0f1; 
    padding: 40px 20px 0;
    font-family: 'Arial Unicode MS', 'Mangal', sans-serif; 
}

.footer-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}

.footer-column {
    flex-basis: 250px; 
    flex-grow: 1; 
    margin-bottom: 20px;
    margin-left: -0px;
    line-height: 1.5;
}

.footer-logo {
    font-size: 1.8em;
    font-weight: bold;
    color: #f39c12;
    margin-bottom: 10px;
}

.affiliation {
    font-size: 0.85em;
    opacity: 0.7;
}

.footer-column h4 {
    font-size: 1.2em;
    color: #bdc3c7; 
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #3498db; 
    display: inline-block; 
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 8px;
}

.footer-column a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.95em;
}

.footer-column a:hover {
    color: #f39c12; 
}

.footer-contact p {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.footer-contact i {
    margin-right: 10px;
    color: #f39c12;
    width: 20px; 
    padding-top: 3px;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    display: inline-block;
    color: #ecf0f1;
    font-size: 1.4em;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%; 
    margin-right: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.social-links a:hover {
    background-color: #f39c12;
    color: #34495e;
    border-color: #f39c12;
}

.footer-bottom {
    text-align: center;
    padding: 15px 0;
    font-size: 0.8em;
    color: #95a5a6;
}
.footer-bottom a{color:#1e7777 ;}

/* --- Footer Video & Map --- */
.footer-media video {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin-bottom: 12px;
    background: #000;
}

.footer-media iframe {
    width: 100%;
    height: 160px;
    border: none;
    border-radius: 10px;
}

/* footer end */