    /* Custom Styling */
    .navbar {
        background-color: #000000; /* Black background */
        padding: 10px 0;
      }

      .navbar-brand {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: #D4AF37 !important; /* Gold Color */
        display: flex;
        align-items: center;
      }
  
      .navbar-brand img {
        height: 70px; /* Adjust logo size */
        margin-right: 10px;
      }
  
      .nav-link {
        font-family: 'Poppins', sans-serif;
        color: #FFFFFF !important; /* White text */
        font-size: 17px;
        font-weight: 400;
        transition: color 0.3s;
      }
  
      .nav-link:hover {
        color: #D4AF37 !important; /* Gold on hover */
      }
  
      .btn-apply {
        background-color: #D4AF37;
        color: #000000;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        padding: 8px 16px;
        border-radius: 5px;
        transition: background 0.3s;
      }
  
      .btn-apply:hover {
        background-color: black;
        color: #D4AF37;
      }

       /* Custom style for the college name */
    .navbar-brand {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
      }
  
      /* Style for the program slider */
      .carousel-item img {
        object-fit: cover;
        width: 100%;
      }
      .carousel-caption {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 10px;
      }
      .black{
        background-color: black;

      }
      .white{
        color: white;
      }

      
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    a, a:hover {
      text-decoration: none !important; }
  
  .content {
    height: 70vh; }
  
  .footer-48201 {
    padding: 7rem 0 0 0 ;
    background-color: #000;
    color: #777; }
    .footer-48201 .footer-site-logo {
      font-size: 1.5rem;
      color: #fff; }
    .footer-48201 .nav-links li {
      margin-bottom: 10px; }
      .footer-48201 .nav-links li a {
        color: gray; }
        .footer-48201 .nav-links li a:hover {
          color: #fff; }
    .footer-48201 .btn.btn-tertiary {
      background-color: #D4AF37;
      color: black;
      font-weight: 500;
      border-radius: 30px;
      border: none;
      padding: 10px 20px; }
    .footer-48201 .social li {
      display: inline-block; }
      .footer-48201 .social li a {
        color: gray;
        padding: 7px; }
        .footer-48201 .social li a:hover {
          color: #fff; }
    .footer-48201 .copyright {
      border-top: 1px solid #404040; }
      .footer-48201 .btn.btn-tertiary:hover{
        background-color: black;
        color: #D4AF37;
      }
      .golden{
        color: #D4AF37;
      }
      .form-control{
        border-radius: 0;
      }



      .responsive-cell-block {
        min-height: 75px;
      }
      
      .text-blk {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        line-height: 25px;
      }
            
      
      .responsive-container-block {
        min-height: 75px;
        height: fit-content;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        justify-content: space-evenly;
      }
      
      .team-head-text {
        font-size: 48px;
        font-weight: 500;
        text-align: center;
      }
      
      .team-head-text {
        line-height: 50px;
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 50px;
        margin-left: 0px;
      }
      
      .container-1 {
        max-width: 1380px;
        margin-top: 60px;
        margin-right: auto;
        margin-bottom: 60px;
        margin-left: auto;
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
      }
      
      .card {
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
        padding-right: 25px;
        padding-bottom: 30px;
        padding-left: 25px;
      }
      
      .card-container {
        width: 280px;
        margin-top: 0px;
        margin-right: 10px;
        margin-bottom: 25px;
        margin-left: 10px;
      }
      
      .name {
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
        font-size: 18px;
        font-weight: 500;
      }
      
      .position {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
      }
      
      .feature-text {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
        color: rgb(122, 122, 122);
        line-height: 30px;
      }
      
      .social-icons {
        width: 70px;
        display: flex;
        justify-content: space-between;
      }
      
      .team-image-wrapper {
        clip-path: circle(50% at 50% 50%);
        width: 130px;
        height: 130px;
      }
      
      .team-member-image {
        max-width: 100%;
      }
      
      @media (max-width: 500px) {
        .card-container {
          width: 100%;
          margin-top: 0px;
          margin-right: 0px;
          margin-bottom: 25px;
          margin-left: 0px;
        }
      }

      .btn-radius-30{
        border-radius: 30px;
      }
      .width-65{
        width: 65%;
      }
      .equal-img {
        width: 100%; /* Make all images take full width */
        height: 250px; /* Set a fixed height */
        object-fit: cover; /* Ensures images scale and crop to fit */
        display: block;
        transition: transform 0.3s ease-in-out;
      }
      
      .equal-img-2 {
        width: 95%; /* Make all images take full width */
        height: 600px; /* Set a fixed height */
        object-fit: cover; /* Ensures images scale and crop to fit */
        display: block;
        transition: transform 0.3s ease-in-out;
      }
      .equal-img:hover {
        transform: scale(1.05);
      }
      .equal-img-2:hover {
        transform: scale(1.05);
      }



      /* Form Container */
.form-container {
  color: #333;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(255, 215, 0, 0.5);
}

/* Gold Text for Labels & Title */
.golden {
  color: #FFD700;
}
.bg-golden {
  background-color: #FFD700;
}
.text-black {
  color: black;
}
/* Input Fields Hover Effect */
.input-hover {
  border: 2px solid #ccc;
  transition: all 0.3s ease-in-out;
}

.input-hover:focus {
  border-color: #FFD700;
  box-shadow: 0px 0px 10px rgba(255, 215, 0, 0.7);
}

/* Button Styling */
.btn-apply {
  background: linear-gradient(135deg, #FFD700, #FFA500);
  border: none;

  padding: 10px 20px;
  font-size: 18px;
  color: black;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.btn-apply:hover {
  background: black;
  transform: scale(1.05);
  color: linear-gradient(135deg, #FFA500, #FFD700);
}

/* Social Media Icons */
.social-icon {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  color: #FFD700;
  transition: transform 0.3s ease-in-out;
}

.social-icon:hover {
  transform: scale(1.2);
  color: #FFA500;
}

.social-icon-lock{
  font-size: 20px;
  background-color: #FFD700;
  color: black;
  border-radius: 100%;
  padding: 20px;
}
.password-box{
  border: 1px solid #FFD700;
  padding: 30px;
}

.shadow-golden {
  transition: box-shadow 0.3s ease-in-out;
}

.shadow-golden:hover {
  box-shadow: 0px 4px 15px #D4AF37;
}
.space-paragraph{
  font-size: large;
   line-height: 2; /* Adjusts space between lines */
    letter-spacing: 0.5px; /* Adjusts space between letters */
    word-spacing: 2px; /* Adjusts space between words */
}

.passport{
  width: 150px;
  height: 150px;
}

.padding p{
  margin: 10px;
}
.program-img img{
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .principal-image{
    background-color: #000;
  }
  .principal-image img {
    max-width: 100%; /* Ensures the image does not exceed the container width */
    height: auto; /* Maintains aspect ratio */
    display: block; /* Removes extra spacing */
  }
  .navbar-brand{
    font-size: 12px;
  } 
  .navbar-toggler {
    border-color: white; /* Change border color to white */
  }
  
  .navbar-toggler-icon {
    filter: invert(1); /* Makes the icon white */
  }
  .btn-hide{
    display: none;
  }  
  .testimonial-inner .col-md-4{
    margin-top: 40px;
  }
  .home-testimonial{
    height: 1100px !important;
  }
  .width-65{
    width: 100%;
  }
  .map-container{
    padding: 20px;
  }

}














.testimonial-inner .row {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-inner .style-3 {
    display: flex;
    flex-direction: column;
}

.tour-item {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tour-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
/* Prevent image selection */
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Prevent dragging and interaction */
.no-drag img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  pointer-events: none;
}






.faculty-section {
  background-color: #000;
}

.faculty-member {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.faculty-member img {
  width: 75%; /* Set the image width to 75% */
  height: auto;
  transition: transform 0.3s ease;
  display: block; /* Remove any gaps below the image */
  margin: 0 auto; /* Center the image */
}

.faculty-member:hover img {
  transform: scale(1.1);
}

.faculty-member .overlay {
  position: absolute;
  top: 0;
  left: 50%; /* Center the overlay horizontally */
  transform: translateX(-50%); /* Adjust the position */
  width: 100%; /* Ensure the overlay spans the full container */
  height: 100%; /* Ensure the overlay spans the full container */
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faculty-member:hover .overlay {
  opacity: 1;
}

.faculty-name {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  transition: color 0.3s ease, transform 0.3s ease;
}

.faculty-name:hover {
  color: #f39c12;
  transform: translateY(-5px);
}

.faculty-position {
  font-size: 16px;
  color: #ddd;
  transition: color 0.3s ease;
}

.faculty-name:hover + .faculty-position {
  color: #f39c12;
}

.faculty-member:hover .overlay {
  opacity: 1;
}




.gallery-card {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  height: 220px; /* Set a fixed height */
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio, crop overflow */
  transition: transform 0.4s ease;
  border-radius: 12px;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card:hover .gallery-caption {
  opacity: 1;
}












.blog-card {
  background-color: #1a1a1a;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
}

.blog-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}