.contact-icons{
  position:fixed;
  right:20px;
  bottom:100px;
  display:flex;
  flex-direction:column;
  gap:15px;
  z-index:999;
}

.contact-icons .icon{
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#fff;
  font-size:22px;
  text-decoration:none;
  box-shadow:0 4px 10px rgba(0,0,0,0.3);
}

.whatsapp{
  background:#25D366;
}

.call{
  background:#007bff;
}

.email{
  background:#ff4d4d;
}

.contact-icons .icon:hover{
  transform:scale(1.1);
  transition:0.3s;
}


/* All dropdown submenu background */
.dropdown-menu{
background-color:black;   /* blue */
border:none;
}

/* submenu text color */
.dropdown-menu .dropdown-item{
color:white;
}

/* hover effect */
.dropdown-menu .dropdown-item:hover{
background-color: black;
color:#fca311;
}

.head_font {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.para_font {
  font-family:'Times New Roman', Times, serif ;
  font-style: normal;
}



/* submenu position */
.dropdown-submenu{
position:relative;
}

.dropdown-submenu .dropdown-menu{
top:0;
left:100%;
margin-top:-1px;
}

/* sub opnen */
/* position submenu */
.dropdown-submenu{
position: relative;
}

.dropdown-submenu .dropdown-menu{
top:0;
left:100%;
margin-top:-1px;
}

/* show submenu on hover (desktop) */
.dropdown-submenu:hover > .dropdown-menu{
display:block;
} 

carousel-item img{
height:350px;       /* reduce height here */
object-fit:cover;   /* keeps image proportion */
}

/* about vtc section  */


 /* notic bar  */
.notice-bar{
width:100%;
background:#0D1B2A;
color:#fff;
overflow:hidden;
padding:10px 0;
}

.notice-track{
display:inline-block;
white-space:nowrap;
animation:scrollText 20s linear infinite;
}

.notice-track span{
margin-right:60px;
font-weight:500;
}

.notice-bar:hover .notice-track{
animation-play-state:paused;
}

@keyframes scrollText{
0%{
transform:translateX(100%);
}
100%{
transform:translateX(-100%);
}
}


.card-hover{
transition:all 0.4s ease;
cursor:pointer;
}

.card-text
{
    text-align: justify;
}

.card-hover:hover{
transform:translateY(-10px);
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.profile-img{
  width:200px;
  height:200px;
  margin-left: 25%;
 
}

/* why vtc  */

.section-heading{
    margin-bottom:50px;
    position:relative;
}

.why-title{
    font-size:38px;
    font-weight:700;
    color:#dc3545;
    text-transform:uppercase;
    letter-spacing:2px;
    position:relative;
    display:inline-block;
}

.why-title::before,
.why-title::after{
    content:"";
    position:absolute;
    height:3px;
    width:60px;
    background:#dc3545;
    top:50%;
}

.why-title::before{
    left:-70px;
}

.why-title::after{
    right:-70px;
}

.why-subtitle{
    margin-top:10px;
    font-size:16px;
    color:#555;
}

/* Tabs */

.custom-tabs .nav-link{
margin:5px;
border-radius:25px;
padding:10px 20px;
font-weight:500;
background:#f1f1f1;
color:#333;
transition:0.3s;
}

.custom-tabs .nav-link:hover{
background:#0d6efd;
color:white;
}

.custom-tabs .nav-link.active{
background:#0d6efd;
color:white;
}

.tab-box{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.infra-img{
width:100%;
height:220px;
object-fit:cover;
border-radius:10px;
transition:0.4s;
box-shadow:0 4px 15px rgba(0,0,0,0.2);
}

.infra-img:hover{
transform:scale(1.05);
}

.placement-img{
width:100px;
height:100px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
box-shadow:0 4px 10px rgba(0,0,0,0.2);
}

.carousel-item h6{
font-weight:600;
margin-top:5px;
}

.carousel-item p{
font-size:14px;
}

/* footer  */
.footer-section{
  background:#0d1b2a;
  color:#fff;
  padding:50px 0 20px;
}

.footer-title{
  font-size:20px;
  margin-bottom:20px;
  position:relative;
}

.footer-title::after{
  content:"";
  width:40px;
  height:3px;
  background:#fca311;
  position:absolute;
  left:0;
  bottom:-6px;
}

.footer-list{
  list-style:none;
  padding:0;
}

.footer-list li{
  margin-bottom:10px;
}

.footer-list a{
  color:#ddd;
  text-decoration:none;
  transition:0.3s;
}

.footer-list a:hover{
  color:#fca311;
  padding-left:5px;
}

.footer-bottom{
  text-align:center;
  background:#08131f;
  padding:10px;
  font-size:14px;
}

/* Mobile */
@media(max-width:768px){
  .footer-title::after{
    left:50%;
    transform:translateX(-50%);
  }
}


/* Hostel Images */
.hostel-img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:10px;
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
  transition:0.3s;
}

.hostel-img:hover{
  transform:scale(1.03);
}

/* Text */
#hostel h5{
  color:#222222;
  margin-top:10px;
}

#hostel p{
  font-size:14px;
  color:#555;
}


/* Bus Images */
.bus-img{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius:10px;
  box-shadow:0 4px 10px rgba(0,0,0,0.2);
  transition:0.3s;
}

.bus-img:hover{
  transform:scale(1.03);
}

/* Text */
#bus h5{
  color:#222222;
}

#bus p{
  font-size:14px;
  color:#555;
}

/* Features */
.bus-list{
  list-style:none;
  padding:0;
}

.bus-list li{
  display:inline-block;
  background:#F5E7C6;
  margin:6px;
  padding:8px 14px;
  border-radius:20px;
  font-size:13px;
}

/* Arrow optional */
.bus-list li::before{
  content:"🚌 ";
}
.bus-feature-list{
  list-style:none;
  padding-left:0;
}

/* Section */
.branch-table-section{
  padding:60px 0;
  background:#FAF3E1;
}

/* Table */
.branch-table{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

/* Top Title (Black) */
.table-title th{
  background:#212529;
  color:#fff;
  font-size:18px;
  padding:12px;
}

/* Header Row */
.branch-table thead tr:nth-child(2) th{
  background:#000;
  color:#fff;
}

html,body
{
  overflow-x: hidden;
}

/* Body */
.branch-table tbody tr{
  background:#fff;
  transition:0.3s;
}

/* Hover */
.branch-table tbody tr:hover{
  background:#f5f5f5;
}

/* Borders */
.branch-table th,
.branch-table td{
  border:1px solid #ddd;
  padding:10px;
}

/* Responsive */
@media(max-width:768px){
  .branch-table{
    margin-bottom:20px;
  }
}

/* Section */
.info-section {
  padding: 60px 20px;
  background: #f5f7fb;
}

/* Title */
.info-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 700;
}

/* List */
.info-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: auto;
}

/* List Items */
.info-list li {
  background: #fff;
  margin: 12px 0;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);

  display: flex;
  align-items: center;
  gap: 10px;

  opacity: 0;
  transform: translateX(-40px);
  animation: slideLeft 0.6s ease forwards;
}

/* Arrow Icon */
.info-list li::before {
  content: "➤";
  color: #007bff;
  font-weight: bold;
}

/* Hover */
.info-list li:hover {
  background: #007bff;
  color: #fff;
  transform: translateX(5px);
}

/* Stagger Animation */
.info-list li:nth-child(1) { animation-delay: 0.2s; }
.info-list li:nth-child(2) { animation-delay: 0.4s; }
.info-list li:nth-child(3) { animation-delay: 0.6s; }
.info-list li:nth-child(4) { animation-delay: 0.8s; }
.info-list li:nth-child(5) { animation-delay: 1s; }
.info-list li:nth-child(6) { animation-delay: 1.2s; }
.info-list li:nth-child(7) { animation-delay: 1.4s; }
.info-list li:nth-child(8) { animation-delay: 1.6s; }
.info-list li:nth-child(9) { animation-delay: 1.8s; }

/* Animation */
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* List Grid (2 Columns) */
.info-list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 🔥 2 columns */
  gap: 15px;
}
.info-list li a {
  text-decoration: none;
  color: inherit;
  width: 100%;
  display: block;
}

/* Hover Effect */
.info-list li:hover a {
  color: #fff;
}

.approval-text {
  color: red;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

/* ===== Placement Support Section (Compact) ===== */
.placement-support {
  padding: 25px 0;              /* ↓ reduced section height */
  background: #f8f9fa;
}

/* Title */
.placement-support h2 {
  font-size: 22px;              /* ↓ smaller heading */
  margin-bottom: 20px;          /* ↓ less gap */
}

/* Row spacing */
.placement-support .row {
  margin: 0;
}

/* Column spacing */
.placement-support .col-md-4,
.placement-support .col-md-3 {
  padding: 6px;                 /* ↓ tight spacing */
}

/* Card */
.support-card {
  background: #fff;
  padding: 12px;                /* ↓ compact padding */
  border-radius: 8px;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  height: 100%;
}

/* Hover */
.support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 14px rgba(0,0,0,0.15);
}

/* Title inside card */
.support-card h5 {
  font-size: 14px;              /* ↓ smaller */
  margin-bottom: 6px;
  color: #0b2e59;
  font-weight: 600;
}

/* Text */
.support-card p {
  font-size: 12px;              /* ↓ compact text */
  color: #555;
  line-height: 1.3;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .placement-support {
    padding: 20px 0;
  }

  .placement-support h2 {
    font-size: 18px;
  }

  .support-card {
    padding: 10px;
  }

  .support-card h5 {
    font-size: 13px;
  }

  .support-card p {
    font-size: 11px;
  }
}

/* ================= GENERAL ================= */
body {
  font-family: 'Poppins', sans-serif;
  background: #f5f7fb;
}

/* Card Base */
.card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
}

/* Shadow + Hover */
.card-hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.card-hover:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}

/* Top Gradient Border Animation */
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: linear-gradient(90deg, #ff4d4d, #0b2e59, #1c5fa8);
  background-size: 300% 100%;
  animation: gradientMove 4s linear infinite;
}

/* Gradient animation */
@keyframes gradientMove {
  0% { background-position: 0% }
  100% { background-position: 100% }
}

/* Image Styling */
.card img {
  border-radius: 12px;
  transition: 0.4s ease;
}

.card:hover img {
  transform: scale(1.05);
}

/* Profile Image (Logo) */
.profile-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin: 15px auto;
  display: block;
}

/* Titles */
.head_font {
  font-weight: 700;
  letter-spacing: 1px;
}

/* Paragraph */
.para_font {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

/* Fade Animation */
.card {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
}

/* Delay for each card */
.col-lg-4:nth-child(1) .card {
  animation-delay: 0.2s;
}
.col-lg-4:nth-child(2) .card {
  animation-delay: 0.4s;
}
.col-lg-4:nth-child(3) .card {
  animation-delay: 0.6s;
}

/* FadeUp Keyframe */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Text Center Improve */
.card-title {
  margin-top: 10px;
}

/* Motto Big Text */
.card-body h1 {
  font-size: 22px;
  line-height: 1.5;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .card-body h1 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .card {
    margin-bottom: 20px;
  }

  .profile-img {
    width: 100px;
    height: 100px;
  }

  .card-body h1 {
    font-size: 18px;
  }

  .para_font {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .head_font {
    font-size: 16px;
  }

  .card-body h1 {
    font-size: 16px;
  }
}
.animated-text {
  font-weight: bold;
  animation: fadeSlideUp 2s ease-in-out;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.designer-text {
  color: red; /* Yellow */
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease;
}

/* Hover Effect */
.designer-text:hover {
  color: #ffeb3b; /* lighter yellow */
  transform: scale(1.1);
  text-shadow: 0 0 10px #ffc107, 0 0 20px #ffc107;
}

/* Overlay Background */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup-content {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  animation: zoomIn 0.4s ease;
}

/* Image */
.popup-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
}

/* Animation */
@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}



/* Mobile view only */
@media (max-width: 768px) {
  p {
    text-align: justify;
  }
}


