

.college-text{
  display: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
    overflow-x: hidden !important;
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.dropdown-column h3{
  font-weight: 700;
}
.aca-img {
  width: 100%;
  height: auto;
  background-color: black;
}

.aca-bgimg {
  height: 50vh;
  width: 100%;
  object-fit: unset;
}

.aca-navbar {
  position: sticky;
  top: 10%;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: black;
  z-index: 9;
  padding: 10px 0;
}

#aca-navLinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.aca-navLists {
  margin: 5px;
  padding: 5px 10px;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  color: white;
}

.aca-navLists a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  font-size: 0.8rem;
}

.aca-navLists:hover {
  background-color: #0071e3;
}

.fa-plus {
  content: "\f067";
  float: right;  /* moving the + sign to the right size */
      }

.fa-plus:before {
content: "\f067";
}

/* For mobile screens------------------------- */


/* start of media query 767px */

#overview .article-paragraph {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-left: 98px !important;
    padding-right: 69px;
    margin: 0;
    color: black;
}

.unique-testimonial-container {
    display: flex;
    flex-direction: row;
    max-width: 1020px !important;
    height: 415px !important;
    margin: 50px auto;
    background-color: #444;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .inner-dep-banner {
    position: relative; /* Important to make the button position relative to the image */
    width: 100%;
    overflow: hidden;
}

.inner-dep-banner img {
  width: 150%;
  max-width: 100%;
  height: 242px;
  display: inline-block;
}

.unique-testimonial-image-wrapper img {
        height: 27rem !important;
        object-fit: cover !important;
    }

    .unique-testimonial-content p {
    font-size: 16px;
    line-height: 1.5;
    color: white;
    text-align: left;
}
}


/* Small devices (phones, 600px and down) */
/* Default: hide the toggle button */
.aca-navbar-toggle {
  display: none;
}

/* Show the toggle button on screens ≤ 600px */
@media only screen and (max-width: 600px) {
  .aca-navbar-toggle {
    display: block;
    text-align: left;
  }

  #aca-nav-toggle {
    background-color: black;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
  }

  #aca-navLinks {
    display: none;
    flex-direction: column;
    background-color: black;
    width: 100%;
  }

  #aca-navLinks.show {
    display: flex;
  }

  .aca-navLists {
    border-top: 1px solid #333;
    width: 100%;
    text-align: left;
    padding: 12px 20px;
  }
}



/* Medium devices (tablets, 600px and up) */
@media only screen and (min-width: 600px) {
  /* Removed .aca-navbar top positioning */
}

/* iPad mini specific (768x1024) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .aca-navLists a {
    font-size: 1rem;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* Removed .aca-navbar top positioning */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* Removed .aca-navbar top positioning */
}

/* For Surface Duo and similar dual-screen devices */
@media (min-width: 540px) and (max-width: 720px) and (orientation: portrait),
  (min-width: 720px) and (max-width: 1114px) and (orientation: landscape) {
  /* Removed .aca-navbar top positioning */
}

/* For foldable devices in folded state */
@media (max-width: 320px) {
  /* Removed .aca-navbar top positioning */
}

/* Base styles */
body {
  font-family: "SF Pro Display", sans-serif;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/* Title */
.title {
  font-size: 2.5rem;
  text-align: center;
  margin: 2rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #000;
  grid-column: 1 / -1;
}

/* Side navigation */
.side-nav {
  background-color: #f0f0f0;
  grid-column: 1 / 2;
  grid-row: 2 / span 2;
}

.side-nav-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.side-nav-item {
  position: relative;
  padding: 20px 0;
  overflow: hidden; /* Ensure background doesn't overflow */
}

.side-nav-item a {
  position: relative;
  z-index: 2; /* Keep text above background */
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-align: left;
  transition: opacity 0.3s ease;
}

.side-nav-item:hover a {
  color: white;
}

/* Default style for side-nav-item */
.side-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  z-index: 1; /* Ensure background is behind the text */
}

/* Unique colors for each item */
#cse::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000102, #c156e1); /* Gradient from #000102 to #c156e1 */
}


#cse-ai::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #00008a, #add8e6
  ); /* Gradient from #000102 to #c156e1 */
}


#cse-ds::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, #31819C);
}

#cse-cy::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, #0287C2);
}

#ece::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, #f13223);
}

#ise::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, #039970);
}

#civil::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #301212, #ffd700);
}

#me::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, #6b6b6b);
}

#mba::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #0f0f0f, #ad691d);
}

#mtech-st::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #000000, #386260);
}

#basic-science::before {
  content: ''; /* Ensure the pseudo-element is visible */
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #5B7887, #add8e6);
}

.side-nav-item:hover::before {
  transform: scaleX(1);
}

.side-nav-header {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 1.2em;
  box-sizing: border-box; /* Ensure padding is included in the element's total width */
}

.side-nav hr {
  border: none;
  border-top: 1px solid #ccc; /* Style the horizontal line */
}

/* Main content area */
.main-content {
  grid-column: 2 / -1;
}

/* Subhead */
.subhead {
  font-size: 1.8rem;
  margin: 0 0 1rem;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
}

/* Article content */
.article-content {
  margin-bottom: 2rem;
}

.article-paragraph {
  margin-bottom: 1rem;
  text-align: justify;
}

/* Blockquote */
blockquote {
  font-style: italic;
  border-left: 2px solid #000;
  padding-left: 1rem;
  margin: 1.5rem 0;
}

/* Article quote */
.article-quote {
  border: 1px solid #000;
  padding: 2rem;
  margin: 2rem 0;
  font-size: 1.2rem;
  text-align: center;
}

/* Feature image */
.feature-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .article-wrapper {
    grid-template-columns: 1fr;
  }

  .side-nav {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .main-content {
    grid-column: 1 / -1;
  }
}

/* Title spans all columns */
.title {
  grid-column: 1 / -1;
}

/* Side navigation on the left */
.side-nav {
  grid-column: 1 / 2;
  grid-row: 2 / span 2;
}

/* Main content in the middle */
.main-content {
  grid-column: 2 / 3;
  grid-row: 2 / span 2;
}

/* New class for the right-side image container */
.right-image-container {
  grid-column: 3 / 4;
  grid-row: 2 / span 2;
}

/* Responsive adjustments */
@media screen and (max-width: 1200px) {
  .article-wrapper {
    grid-template-columns: 200px 1fr;
  }

  .right-image-container {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .article-wrapper {
    grid-template-columns: 1fr;
  }

  .side-nav,
  .main-content,
  .right-image-container {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

/* Article wrapper */
.article-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: 200px 1fr 300px; /* Left sidebar, main content, right image */
  grid-gap: 2rem;
  background-color: white;
  color: black;
}

/* Title spans all columns */
.title {
  grid-column: 1 / -1;
}

/* Side navigation on the left */
.side-nav {
  grid-column: 1 / 2;
  grid-row: 2 / span 2;
}

/* Main content in the middle */
.main-content {
  grid-column: 2 / 3;
  grid-row: 2 / span 2;
}

/* New class for the right-side image container */
.right-image-container {
  grid-column: 3 / 4;
  grid-row: 2 / span 2;
}

/* Responsive adjustments */
@media screen and (max-width: 1200px) {
  .article-wrapper {
    grid-template-columns: 200px 1fr;
  }

  .right-image-container {
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .article-wrapper {
    grid-template-columns: 1fr;
  }

  .side-nav,
  .main-content,
  .right-image-container {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

.right-image-container img {
  max-width: 100%; /* Ensures the image doesn't go wider than its container */
  height: auto; /* Maintains the aspect ratio */
  display: block; /* Removes any extra space under the image */
  margin: 0 auto; /* Centers the image */
}

.button-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center buttons horizontally */
}

.button {
  display: block;
  width: 90%; /* Adjust the width */
  padding: 15px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #70257b; /* Default text color */
  border: 2px solid #70257b; /* Button border */
  border-radius: 5px;
  background-color: white; /* Default background */
  transition: all 0.3s ease; /* Smooth transition effect */
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.button:hover {
  background-color: #70257b; /* Change background on hover */
  color: white; /* Change text color on hover */
  cursor: pointer;
}

/* Special style for the last button */
.button.special {
  background-color: #008080; /* Green gradient background */
  color: white;
  border: none;
}

.button.special:hover {
  background-color: #004d40; /* Darker green on hover */
  color: white;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");

body {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  text-align: left;
}

.article-paragraph {
  text-align: justify;
}

.mini-navbar {
  background-color: #333333;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #444444;
}

.nav-link {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  font-size: 16px;
  transition: background-color 0.3s;
}

.nav-link:hover {
  background-color: #444444;
}

.nav-link.active {
  background-color: #0099cc;
  color: white;
}

.content {
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
}

.content h3 {
  font-size: 18px;
  margin-top: 20px;
}

.content table {
  width: 100%;
  border-collapse: collapse;
}

.content td {
  border: 1px solid #ddd;
  padding: 8px;
}

.research-cse-cy {
  padding-right: 40px;
}

.image-cy {
  justify-content: center;
}

.image-labs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* Allow wrapping for responsiveness */
}

.image-labs img {
  max-width: 100%;
  height: 290px;
  flex: 1;
  margin: 0 10px;
  object-fit: contain;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .image-labs {
    flex-direction: column; /* Stack images vertically */
    align-items: center; /* Center images horizontally */
  }

  .card img {
    aspect-ratio: 0 !important;
    padding-top: 25px;
    max-width: 100%;
    object-fit: contain !important;
    transition: all 200mslinear;
}

  #overview .article-paragraph {
        font-size: 1.2rem;
        line-height: 1.6;
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin: 10px 0;
        color: #555;
        text-align: left;
    }

 html body .subhead-left {
        font-size: 2.5rem !important;
        font-weight: bold !important;
        text-align: center !important;
        padding-left: 0 !important;
    }
    .aca-navbar {
  position: sticky;
  top: 10%;
  width: 100%;
  display: flex;
  justify-content: left !important;
  background-color: black;
  z-index: 9;
  padding: 10px 0;
}
}

.cse-cy-stats-container {
  background-color: white;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 2rem 0 2rem;
}

.cse-cy-stat-item {
  text-align: center;
  flex: 1 1 200px;
  margin: 1rem;
  transition: transform 0.3s ease;
}

.cse-cy-stat-item:hover {
  transform: translateY(-5px);
}

.cse-cy-stat-number {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0088cc;
  transition: color 0.3s ease;
}

.cse-cy-stat-item:hover .college-stat-number {
  color: #0088cc;
}

.cse-cy-stat-description {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  color: black;
}

#career-opportunities b {
  font-size: 20px;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

.futuristic-contact-section * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.futuristic-contact-section {
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("https://images.pexels.com/photos/325185/pexels-photo-325185.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
  background-size: cover;
  background-position: center;
  position: relative;
}

.futuristic-contact-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
}

.futuristic-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.futuristic-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  position: relative;
}

.futuristic-contact-info {
  width: 45%;
}

.futuristic-contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.futuristic-contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.futuristic-contact-info-icon i {
  font-size: 30px;
  color: #0088cc;
}

/* lol */
.futuristic-contact-info-content {
  margin-left: 20px;
}

.futuristic-contact-info-content h4 {
  color: #0088cc;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.futuristic-contact-info-content p {
  color: black;
  font-size: 1em;
}

.futuristic-contact-form {
  background-color: #fff;
  padding: 40px;
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.futuristic-contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.futuristic-input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
  color: #0088cc;
}

.futuristic-input-box input,
.futuristic-input-box textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
  background: none;
  color: #0088cc;
}

.futuristic-input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.futuristic-input-box input:focus ~ span,
.futuristic-input-box textarea:focus ~ span,
.futuristic-input-box input:valid ~ span,
.futuristic-input-box textarea:valid ~ span {
  color: #0088cc;
  font-size: 12px;
  transform: translateY(-20px);
}

.futuristic-input-box input[type="submit"] {
  width: 100%;
  background: #00bcd4;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #00bcd4;
  transition: 0.5s;
}

.futuristic-input-box input[type="submit"]:hover {
  background: #fff;
  color: #00bcd4;
}

@media (max-width: 991px) {
  .futuristic-row {
    flex-direction: column;
  }

  .futuristic-contact-info {
    margin-bottom: 40px;
    width: 100%;
  }

  .futuristic-contact-form {
    width: 100%;
  }
}

.side-nav-item {
  position: relative;
  background-color: #f2f2f2;
  color: #000;
  text-align: center;
  overflow: hidden;
  transition: color 0.5s ease;
}

.side-nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: blue;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  z-index: 0;
}

.side-nav-item:hover::before {
  transform: scaleX(1);
}

.side-nav-item:hover {
  text: white;
  /* Optional: Change text color on hover */
}

.side-nav-item span {
  position: relative;
  z-index: 1;
}
/* Hide .side-nav in mobile view */
@media only screen and (max-width: 600px) {
  .side-nav {
    display: none;
  }
}

    .logo-container {
      display: none !important;
    }

    @media only screen and (min-width: 401px) and (max-width: 1199px) {
    .dropdown-column ul li a {
        color: #fff;
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease;
        padding: 0.6rem 1rem;
        border-radius: 0.75rem;
        display: block;
        font-size: 1rem !important;
        line-height: 1.5;
        background-color: #111;
        -webkit-tap-highlight-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@media (max-width:480px){
      .info-section {
        width: 100% !important;
        text-align: center !important;
        color: white !important;
        margin-bottom: 24px !important;
    }
    
    .social-icons{
        margin-top:-1rem !important;
    }
    .footer {
        margin-top:-3rem !important;
    }
    .footer-copyright p{
      margin-bottom:-1rem !important;
    }
}
.dropdown-content{
  font-size: 1rem;
  line-height: 1.2 !important;
}




        @media only screen and (orientation: landscape) and (max-width: 1024px) {
        footer .footer-copyright p{
    font-size: 16px !important;
    padding: 0;
    padding-bottom: 10px;
}

body .aca-overlay-text {
        position: absolute !important;
        top: 50% !important;
        left: 1% !important;
        transform: translate(0, -50%) !important;
        color: white !important;
        text-align: left !important;
        padding: 1rem 1.5rem !important;
        border-radius: 10px !important;
        max-width: 80% !important;
        white-space: normal !important;
        z-index: 2 !important;
    }

    .aca-bgimg {
    height: 90vh !important;
    width: 100%;
    object-fit: unset;
}



}