.mobile-nav-header {
  display: none;
}

@media (width <= 768px) {
  .mobile-nav-header {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .mobile-logo {
    width: 60px;
    height: auto;
    margin-bottom: 5px;
  }

  .mobile-university-name {
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }
}

.svsu-logo {
  display: block;
}

@media (width <= 768px) {
  .svsu-logo {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
}

.main-logo {
  align-items: center;
  gap: 5px;
  display: flex;
}

.header {
  width: 100%;
  font-family: Arial, sans-serif;
}

.header-top {
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #575465, #a597ec);
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 16px 40px;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.1rem;
  display: flex;
  box-shadow: 0 4px 6px #0000001a;
}

.main-logo {
  border-radius: 50%;
}

.logo img {
  border-radius: 50%;
  transition: transform .3s;
}

.logo img:hover {
  transform: scale(1.2);
}

.logo {
  border-radius: 50%;
  flex-shrink: 0;
  height: 80px;
}

.title-section {
  text-align: center;
  flex-grow: 1;
}

.university-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.repo-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.breadcrumb {
  background-color: #b4c9dd;
  flex-wrap: wrap;
  align-items: center;
  padding: 6px 30px;
  font-size: 14px;
  display: flex;
}

.breadcrumb-link {
  color: #000;
  text-decoration: underline;
}

.breadcrumb-current {
  color: #000;
}

@media (width <= 768px) {
  .header-top {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .main-logo {
    flex-direction: column;
  }

  .login-link {
    margin-top: 10px;
  }

  .repo-title {
    font-size: 20px;
  }

  .university-name {
    font-size: 14px;
  }

  .logo {
    height: 50px;
    margin-bottom: 10px;
  }
}

.navbar {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  transition: right 2.5s ease-in-out 5.1s;
  animation: .5s ease-in-out slideDown;
  display: flex;
  position: relative;
}

.hamburger {
  color: #fff;
  cursor: pointer;
  top: 16px;
  right: px;
  z-index: 1100;
  font-size: 28px;
  display: none;
  position: absolute;
}

.nav-links {
  gap: 15px;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
  list-style: none;
  display: flex;
}

.nav-links li {
  cursor: pointer;
  font-family: Helvetica, Verdana, sans-serif;
  transition: transform .3s;
  position: relative;
}

.nav-links li a:hover {
  color: #7fff00;
}

.nav-links li a {
  color: #fff;
  border-radius: 4px;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.nav-links li:hover a {
  background-color: #fff3;
  transform: scale(1.15);
}

.dropdown-content {
  z-index: 1000;
  border-radius: 8px;
  min-width: 120px;
  animation: .3s ease-in-out dropdownFade;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 8px 16px #0003;
}

.dropdown-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-content ul li {
  border-radius: 10px;
  padding: 5px;
  font-weight: 500;
}

.dropdown-content ul li:hover {
  color: #000;
  background-color: #f0f0f0;
}

.dropdown-content ul li:hover a {
  color: #000;
}

.dropdown:hover .dropdown-content, .dropdown-content:hover {
  display: block;
}

.navbar {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  animation: .5s ease-in-out slideDown;
  display: flex;
  position: relative;
}

.nav-links {
  gap: 15px;
  font-weight: bold;
  list-style: none;
  display: flex;
}

.nav-links li {
  position: relative;
}

.nav-links ul li a {
  color: #fff;
}

.nav-links li a, .nav-links li span {
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.nav-links li:hover a, .nav-links li:hover li {
  color: #29f458;
  background: linear-gradient(135deg, #fff, #e3f2fd);
  align-items: center;
  width: 100%;
  font-weight: bold;
  box-shadow: 0 12px 20px #0000001a;
}

.dropdown-content {
  z-index: 1000;
  text-align: center;
  background: linear-gradient(90deg, #00bcd4, #2196f3);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 8px 16px #0003;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content ul {
  padding: 3px;
  list-style: none;
}

.dropdown-content ul li {
  width: 86%;
  padding: 2px 5px;
  font-size: 15px;
}

.dropdown-content ul li a {
  color: #000;
  width: 80%;
  text-decoration: none;
  display: block;
}

.dropdown-content ul li a:hover {
  background-color: #f2f2f2;
  width: 100%;
}

.hamburger {
  color: #fff;
  display: none;
}

.overlay {
  z-index: 999;
  background: #0000004d;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

@media (width <= 768px) {
  .hamburger {
    -webkit-text-fill-color: transparent;
    z-index: 1000;
    cursor: pointer;
    background: linear-gradient(#f93 33%, #fff 33% 66%, #138808 66%);
    -webkit-background-clip: text;
    font-size: 28px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .navbar {
    z-index: 1000;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    width: 250px;
    height: 100%;
    padding-top: 60px;
    padding-left: 20px;
    transition: left .3s ease-in-out;
    position: fixed;
    top: 0;
    left: -260px;
    box-shadow: 2px 0 5px #0000001a;
  }

  .navbar.open {
    left: 0;
  }

  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 90%;
    padding: 0;
  }

  .nav-links li {
    width: 70%;
  }

  .nav-links li a, .nav-links li span {
    color: #000;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    display: block;
  }

  .dropdown-content {
    background: #f9f9f9;
    flex-direction: column;
    display: none;
  }

  .dropdown:hover .dropdown-content {
    display: flex;
  }

  .dropdown-content ul li a {
    padding: 8px 0;
    font-size: 15px;
  }
}

@keyframes stormFall {
  0% {
    opacity: 1;
    transform: translate3d(0, -10px, 0)rotate(0);
  }

  25% {
    transform: translate3d(20px, 25vh, 0)rotate(90deg);
  }

  50% {
    transform: translate3d(-30px, 50vh, 0)rotate(180deg);
  }

  75% {
    transform: translate3d(20px, 75vh, 0)rotate(270deg);
  }

  100% {
    opacity: 0;
    transform: translate3d(-50px, 100vh, 0)rotate(360deg);
  }
}

@media (width <= 768px) {
  .site-title {
    font-size: 2rem;
  }

  .tagline {
    font-size: 1rem;
  }

  .social-icons a {
    margin: 5px;
    font-size: 24px;
  }

  .footer-links a {
    margin: 5px 10px;
    font-size: .9rem;
  }
}

@media (width <= 480px) {
  .site-title {
    font-size: 1.6rem;
  }

  .tagline {
    font-size: .9rem;
  }

  .social-icons a {
    padding: 8px;
    font-size: 20px;
  }

  .footer-links a {
    font-size: .8rem;
  }
}

.visitor-count {
  font-size: 1.45rem;
  font-size: bold;
  color: #7fff00;
  margin-bottom: 1rem;
}

body {
  background: linear-gradient(135deg, #f0f4f8, #d9e4f5);
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-family: Segoe UI, sans-serif;
  overflow-x: hidden;
}

.team-container {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  animation: 1s ease-in-out fadeIn;
}

.team-title {
  color: #2c3e50;
  text-shadow: 0 2px 10px #080801fb;
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  animation: 1s ease-in-out slideDown;
}

.team-cards {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  display: flex;
}

.team-card {
  backdrop-filter: blur(15px);
  background: #fff9;
  border: 1px solid #fff6;
  border-radius: 20px;
  width: 270px;
  transition: transform .4s, box-shadow .4s;
  animation: 1s forwards cardFade;
  overflow: hidden;
  box-shadow: 0 8px 24px #0000001a;
}

.team-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px #0003;
}

.team-card img {
  object-fit: cover;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 250px;
}

.card-info {
  padding: 1.2rem;
}

.card-info h3 {
  color: #1e272e;
  margin: 0;
  font-size: 1.4rem;
}

.card-info p {
  color: #555;
  margin: .4rem 0;
  font-size: .95rem;
}

.linkedin-link {
  color: #fff;
  background-color: #0077b5;
  border-radius: 8px;
  margin-top: .8rem;
  padding: .5rem 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.linkedin-link:hover {
  background-color: #005582;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardFade {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (width <= 768px) {
  .team-cards {
    flex-direction: column;
    align-items: center;
  }

  .team-title {
    font-size: 2rem;
  }
}

.card-info .quote {
  color: #555;
  text-align: center;
  margin-top: 10px;
  font-size: .95rem;
  font-style: italic;
}

.faculty-names-toggle {
  background: #e6f0ff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 0 4px 12px #0000001a;
}

.theme-toggle-btn {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-size: 1.2rem;
  transition: all .3s;
}

.theme-toggle-btn:hover {
  color: #fff;
  background-color: #83d1e7;
}

body.dark-mode {
  color: #f0f0f0;
  background-color: #121212;
}

body.dark-mode .course-list-button, body.dark-mode .semester-tab, body.dark-mode .subject-btn {
  color: #f0f0f0;
  background-color: #222;
  border-color: #555;
}

body.dark-mode .faculty-names-toggle {
  background-color: #1e1e1e;
  box-shadow: 0 4px 12px #ffffff1a;
}

.sfet-container {
  z-index: 1;
}

.course-container {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
  display: flex;
}

.sfet-name {
  text-align: center;
  background: radial-gradient(circle, #d5d9e0, #e8ecf3);
  border-radius: 20px;
  padding: 30px;
  animation: 1.5s ease-out fadeInZoom;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #6464ff33;
}

.sfet-name h1 {
  color: #0000;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  filter: drop-shadow(0 2px 3px #0000001a);
  text-shadow: 0 0 8px #ae97ff80;
  background: linear-gradient(135deg, #6e44ff, #b892ff) text;
  margin: 0;
  font-size: 3rem;
  font-weight: 800;
  position: relative;
}

.sfet-name:before {
  content: "";
  z-index: 1;
  background: radial-gradient(circle, #ae97ff33, #0000);
  width: 200%;
  height: 200%;
  animation: 20s linear infinite rotateGlow;
  position: absolute;
  top: -50%;
  left: -50%;
}

@keyframes rotateGlow {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(.8)translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

.course-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  display: flex;
}

.course-list-button {
  cursor: pointer;
  color: #3b3e66;
  background: #f0f2ff;
  border: 2px solid #0000;
  border-radius: 16px;
  padding: .8rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 6px 16px #0000000f;
}

.subject-list {
  width: 100%;
  max-width: 100%;
  padding: 0 .5rem;
  list-style: none;
  overflow-x: hidden;
}

.subject-btn {
  cursor: pointer;
  box-sizing: border-box;
  text-align: left;
  word-wrap: break-word;
  background: #eef2ff;
  border: 2px solid #0000;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  margin: .4rem 0;
  padding: .75rem 1.2rem;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 0 3px 10px #0000000a;
}

.subject-btn:hover {
  background: #dcdffe;
  border-color: #6e44ff;
  transform: translateX(4px);
}

.sfet_img img {
  object-fit: contain;
  border-radius: 12px;
  width: 100%;
  margin-top: 20px;
}

.img {
  width: 100%;
  height: 880px;
}

.semester-tab, .year-tab {
  cursor: pointer;
  background: #f0f0f0;
  border: none;
  border-radius: 14px;
  padding: .6rem 1.2rem;
  font-weight: 600;
  transition: all .3s;
}

.course-browser {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 20px #00000014;
}

.sfet-name {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  border-radius: 20px;
  max-width: 900px;
  margin: auto;
  padding: 2rem 1rem;
  box-shadow: 0 8px 24px #00000040;
}

.sfet-name h1 {
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.2px;
  background: linear-gradient(90deg, #fff, #cce7ff);
  -webkit-background-clip: text;
  margin: 0;
  font-family: Montserrat, Poppins, Segoe UI, sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.3;
}

.sfet-name h1:hover {
  color: #004aad;
  transform: rotateY(10deg)scale(1.05);
}

@media (width <= 780px) {
  .img, .img2 {
    height: 160px;
  }
}

@media (width <= 768px) {
  .sfet-name h1 {
    font-size: 1.5rem;
  }
}

@media (width <= 480px) {
  .sfet-name h1 {
    font-size: 1.2rem;
  }
}

@media (width <= 768px) {
  .course-container {
    z-index: 1;
    padding: 0 .5rem;
  }

  .course-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: .5rem;
    display: flex;
  }

  .semester-scroll, .year-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .course-list-button {
    white-space: nowrap;
    flex: none;
    min-width: max-content;
  }

  .semester-tab, .year-tab {
    white-space: nowrap;
    flex: none;
  }

  .subject-btn {
    font-size: .95rem;
  }
}

@media (width <= 480px) {
  .subject-btn {
    white-space: normal;
    word-wrap: break-word;
    padding: .6rem 1rem;
    font-size: .65rem;
  }

  .course-list-button {
    padding: .6rem 1rem;
    font-size: .9rem;
  }

  .sfet-container {
    z-index: 1;
  }
}

h2 {
  text-align: center;
  color: #6e44ff;
  letter-spacing: .05em;
  margin: 25px 0 20px;
  padding-bottom: .5rem;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

h2:after {
  content: "";
  background: linear-gradient(135deg, #6e44ff, #b892ff);
  border-radius: 2px;
  width: 60px;
  height: 4px;
  margin: 8px auto 0;
  display: block;
  box-shadow: 0 2px 6px #6e44ff66;
}

@media (width <= 480px) {
  h2 {
    font-size: 1.5rem;
  }
}

.other_img .img {
  border-radius: 20px;
  margin-top: 30px;
}

.image-wrapper {
  width: 100%;
  max-height: 600px;
  position: relative;
}

.img {
  object-fit: cover;
  background-color: #fff3;
  width: 100%;
  height: 680px;
  display: block;
}

.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

.responsive-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: clamp(1.2rem, 4vw, 2rem);
  overflow: hidden;
}

.center h3 {
  color: gold;
  text-shadow: 1px 1px 4px #888484;
  font-family: Times New Roman, Times, serif, Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-size: 60px;
  font-weight: bold;
}

.search-button {
  color: #fff;
  cursor: pointer;
  background-color: #0056b3;
  border: none;
  border-radius: 8px;
  padding: 8px 14px;
}

.search-button:hover {
  background-color: #004494;
}

.search-bar {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 50%;
  margin: 1.5rem auto;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.search-bar input {
  color: #160bed;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 999px;
  outline: none;
  width: 80%;
  padding: .75rem 2.5rem .75rem 1rem;
  font-size: 1rem;
}

.search-bar .search-icon {
  pointer-events: none;
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 6.5rem;
  transform: translateY(-50%);
}

@media (width <= 1024px) {
  .search-bar {
    z-index: 100;
    width: 60%;
  }
}

@media (width <= 768px) {
  .center {
    margin-bottom: 400px;
  }

  .center h3 {
    font-size: 30px;
  }

  .search-bar {
    z-index: 100;
    width: 80%;
  }

  .search-bar input {
    font-size: .95rem;
  }
}

@media (width <= 480px) {
  .search-bar {
    z-index: 100;
    width: 20%;
  }

  .search-bar input {
    padding-right: 2.2rem;
    font-size: .9rem;
  }

  .search-bar .search-icon {
    font-size: 1rem;
    right: 5rem;
  }

  .center h3 {
    font-size: 28px;
  }
}

.bottom-overlay {
  color: #000;
  text-align: center;
  z-index: 1;
  background: #e09999;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
  position: relative;
}

.bottom-overlay h4 {
  margin-bottom: .5rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.bottom-overlay p {
  max-width: 600px;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.feature {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature img {
  max-width: 100px;
  height: auto;
}

.feature span {
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 500;
}

@media (width <= 768px) {
  .bottom-overlay h4 {
    font-size: 1.4rem;
  }

  .bottom-overlay p {
    font-size: .95rem;
  }

  .feature img {
    max-width: 80px;
  }

  .overlay-features {
    gap: 1.5rem;
  }
}

@media (width <= 480px) {
  .bottom-overlay {
    z-index: 1;
    padding: 1.5rem 1rem;
    position: relative;
  }

  .bottom-overlay h4 {
    font-size: 1.2rem;
  }

  .bottom-overlay p {
    font-size: .9rem;
  }

  .feature img {
    max-width: 70px;
  }

  .feature span {
    font-size: .9rem;
  }

  .overlay-features {
    gap: 1rem;
  }
}

.overlay-features {
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  display: flex;
}

.feature {
  color: #222;
  flex-direction: column;
  align-items: center;
  font-size: .95rem;
  display: flex;
}

.feature img {
  width: 60px;
  height: auto;
  margin-bottom: 8px;
}

@media (width <= 600px) {
  .search-overlay {
    flex-direction: column;
    padding: 12px;
  }

  .search-bar {
    width: 100%;
    font-size: 1rem;
  }

  .search-button {
    width: 100%;
    margin-top: 8px;
  }

  .bottom-overlay h3 {
    font-size: 1.1rem;
  }

  .bottom-overlay p {
    font-size: 1rem;
  }

  .overlay-features {
    gap: 20px;
  }

  .feature img {
    width: 45px;
  }
}

.sfet-heading h2 {
  text-align: center;
  color: #6e44ff;
  letter-spacing: .05em;
  margin-top: 45px;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}

.sfet-heading h2:after {
  content: "";
  background: linear-gradient(135deg, #6e44ff, #b892ff);
  border-radius: 2px;
  width: 60px;
  height: 4px;
  margin: 8px auto 0;
  display: block;
  box-shadow: 0 2px 6px #6e44ff66;
}

@media (width <= 480px) {
  .sfet-heading h2 {
    font-size: 1.5rem;
  }
}

.ug {
  box-sizing: border-box;
  width: 100%;
  padding: 2rem 1rem;
  position: relative;
}

.ugq {
  background-color: #fff;
  border: 1.4px solid #7e7d7d;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: .5rem 1rem;
  display: flex;
}

.ug span {
  text-align: center;
  color: #333;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 500;
  display: block;
}

#qtitle {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.ugq i {
  color: #777;
  font-size: 1.3rem;
  font-weight: 700;
}

.ugq h3 {
  color: #000;
  margin: 0;
  font-size: 1.1rem;
}

.ugcards {
  scroll-snap-type: x mandatory;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem;
  display: flex;
  overflow-x: auto;
}

.ugcards::-webkit-scrollbar {
  display: none;
}

.ugcards {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.AI, .Mech, .Bcom, .Elec {
  scroll-snap-align: start;
  background-color: #e8e4e4;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 292px;
  transition: transform .3s;
  display: flex;
}

.AI:hover, .Mech:hover, .Bcom:hover, .Elec:hover {
  transform: scale(1.05);
}

.ugcards img {
  object-fit: contain;
  border-radius: 8px;
  width: 210px;
  height: 210px;
}

.subai h3, .submech h3, .subelec h3, .subbcom h3 {
  text-align: center;
  margin-top: .5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.vertical-line {
  background-color: #ccc;
  width: 2px;
  height: auto;
}

@media (width <= 768px) {
  .ugcards {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .vertical-line {
    display: none;
  }

  .ug span {
    font-size: 16px;
  }

  .ugq {
    width: 90%;
    font-size: .9rem;
  }

  .AI, .Mech, .Bcom, .Elec {
    width: 80%;
    max-width: 280px;
    margin: 0 1rem;
  }

  .ugcards img {
    width: 100%;
    height: auto;
  }

  .ugq h3 {
    font-size: 1rem;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  color: #1c1e21;
  background: #f2f4f8;
  width: 100%;
  font-family: Helvetica, Verdana, sans-serif;
  overflow-x: hidden;
}

.course-container {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 1200px;
  display: flex;
}

.course-list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.course-list-button {
  cursor: pointer;
  color: #3b3e66;
  background: #f0f2ff;
  border: 2px solid #0000;
  border-radius: 16px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 6px 16px #0000000f;
}

.course-list-button:hover, .course-list-button.active {
  color: #fff;
  background: linear-gradient(135deg, #6e44ff, #b892ff);
  border-color: #6e44ff;
}

.subject-list {
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0 .5rem;
  list-style: none;
  display: flex;
  overflow-x: hidden;
}

.subject-btn {
  color: #000;
  cursor: pointer;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  font-weight: 500 bold;
  word-wrap: break-word;
  border: 2px solid #0000;
  border-radius: 12px;
  margin: .4rem 0;
  padding: .75rem 1.2rem;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  box-shadow: 0 3px 10px #0000000a;
}

.subject-btn:hover {
  background: #dcdffe;
  border-color: #6e44ff;
}

.subject-btn.disabled {
  cursor: not-allowed;
  background: #ccc;
}

.semester-scroll, .year-buttons {
  flex-wrap: wrap;
  gap: .8rem;
  margin-bottom: 1rem;
  display: flex;
}

.semester-tab, .year-tab {
  color: #000;
  cursor: pointer;
  border: none;
  border-radius: 14px;
  padding: .6rem 1.2rem;
  font-weight: 600;
  transition: all .3s;
}

.semester-tab.active, .year-tab.active {
  color: #fff;
  background: #6e44ff;
  box-shadow: 0 4px 12px #0000001a;
}

.course-browser {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 2rem;
  font-family: Helvetica, Verdana, sans-serif;
  box-shadow: 0 4px 20px #00000014;
}

html {
  scroll-behavior: smooth;
}

.app-wrapper {
  display: flex;
}

.main-content {
  margin-left: 60px;
  padding: 20px;
}

@media (width <= 768px) {
  .course-container {
    padding: 0 .5rem;
  }

  .course-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: .5rem;
    display: flex;
  }

  .semester-scroll, .year-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .course-list-button {
    white-space: nowrap;
    flex: none;
    min-width: max-content;
  }

  .semester-tab, .year-tab {
    white-space: nowrap;
    flex: none;
  }

  .subject-btn {
    font-size: .95rem;
  }
}

@media (width <= 480px) {
  .subject-btn {
    white-space: normal;
    word-wrap: break-word;
    flex-direction: column;
    padding: .6rem 1rem;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 1rem;
  }

  .course-list-button {
    padding: .6rem 1rem;
    font-size: .9rem;
  }
}

.course-list-button, .semester-tab, .subject-btn {
  backdrop-filter: blur(12px);
  background: #ffffff1a;
  border: 1px solid #fff3;
  transition: all .3s;
  box-shadow: 0 8px 20px #0003;
}

.course-list-button:hover, .semester-tab:hover, .subject-btn:hover {
  transform: scale(1.05)rotateX(2deg)rotateY(2deg);
}

.active {
  border: 2px solid;
  border-image: linear-gradient(45deg, #7b2ff7, #f107a3) 1;
  box-shadow: 0 0 15px #b026ff;
}

.course-container {
  max-width: 900px;
  margin: auto;
  padding: 1rem;
  font-family: Arial, sans-serif;
}

.course-list, .semester-scroll, .year-buttons {
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
  display: flex;
}

.course-list-button, .semester-tab, .year-tab {
  cursor: pointer;
  background-color: #eee;
  border: none;
  border-radius: 5px;
  padding: .5rem 1rem;
  transition: background-color .3s;
}

.course-list-button.active, .semester-tab.active, .year-tab.active {
  color: #fff;
  background-color: #007bff;
}

.subject-list {
  flex-wrap: wrap;
  gap: .7rem;
  padding: 0;
  list-style: none;
  display: flex;
}

.subject-btn {
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: .6rem 1rem;
  transition: background-color .3s;
}

.subject-btn:hover {
  color: #fff;
  background-color: #007bff;
}

.subject-btn.disabled {
  cursor: not-allowed;
  color: #666;
  background-color: #ccc;
}

.subject-detail {
  text-align: center;
}

.options-container {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 1.5rem 0;
  display: flex;
}

.option-card {
  cursor: pointer;
  user-select: none;
  border: 1px solid #007bff;
  border-radius: 10px;
  width: 150px;
  padding: 1rem 1.5rem;
  transition: background-color .3s, box-shadow .3s;
}

.option-card:hover:not(.disabled) {
  color: #fff;
  background-color: #007bff;
  box-shadow: 0 0 8px #007bffb3;
}

.option-card.disabled {
  color: #999;
  cursor: not-allowed;
  border-color: #ccc;
}

.option-icon {
  width: 50px;
  height: 50px;
  margin-bottom: .5rem;
}

.back-button {
  color: #007bff;
  cursor: pointer;
  background: none;
  border: none;
  margin-top: 1rem;
  font-size: 1rem;
  text-decoration: underline;
}

.back-button:hover {
  color: #0056b3;
}

@media (width <= 600px) {
  .options-container {
    flex-direction: column;
    gap: 1rem;
  }

  .option-card {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}

.semester-scroll {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #6e44ff #f2f2f2;
  flex-wrap: nowrap;
  gap: .8rem;
  padding-bottom: .5rem;
  display: flex;
  overflow: auto hidden;
}

.semester-scroll::-webkit-scrollbar {
  height: 6px;
}

.semester-scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}

.semester-scroll::-webkit-scrollbar-thumb {
  background: #6e44ff;
  border-radius: 10px;
}

.social-bar {
  z-index: 1000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 7px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 2px 0 8px #0003;
}

.social-bar a {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 5px 0;
  font-size: 22px;
  text-decoration: none;
  transition: transform .2s, background-color .2s;
  display: flex;
}

.social-bar a:hover {
  background-color: #fffc;
  transform: scale(1.1);
}

.divider {
  background-color: #fff;
  width: 50%;
  height: 1px;
  margin: 4px 0;
}

.facebook {
  color: #1877f2;
}

.instagram {
  color: #e4405f;
}

.youtube {
  color: red;
}

.linkedin {
  color: #0a66c2;
}

.whatsapp {
  color: #25d366;
}

@media (width <= 800px) {
  .social-bar {
    padding: 6px 3px;
  }

  .social-bar a {
    width: 20px;
    height: 20px;
    font-size: 16px;
  }
}

.ai-feedback-wrapper {
  z-index: 1000;
  flex-direction: column;
  align-items: flex-end;
  font-family: Helvetica, Verdana, sans-serif;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.feedback-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #4caf50, #2e7d32);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 14px;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  box-shadow: 0 8px 20px #00000040;
}

.feedback-button:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 24px #0000004d;
}

.ai-button-container {
  color: #fff;
  cursor: pointer;
  z-index: 200;
  background: linear-gradient(to right, #007bff, #0056b3);
  border-radius: 40px;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  transition: background-color .3s, transform .3s;
  display: flex;
  box-shadow: 0 6px 12px #0003;
}

.ai-button-container:hover {
  background: linear-gradient(to right, #0056b3, #004494);
  transform: translateY(-1px);
}

.ai-icon {
  font-size: 20px;
}

.ai-text {
  font-size: 15px;
  font-weight: 500;
}

.feedback-form {
  backdrop-filter: blur(6px);
  color: #333;
  z-index: 0;
  background: linear-gradient(135deg, #e3f2fd, #fce4ec);
  border-radius: 20px;
  flex-direction: column;
  gap: 16px;
  width: 320px;
  padding: 24px;
  font-family: Helvetica, Verdana, sans-serif;
  animation: .5s forwards slideUp;
  display: flex;
  box-shadow: 0 15px 30px #0003;
}

.feedback-form input, .feedback-form textarea {
  resize: none;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  outline: none;
  width: 100%;
  padding: 12px;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 15px;
  transition: all .4s;
  box-shadow: inset 0 0 5px #0000000d;
}

.feedback-form input:focus, .feedback-form textarea:focus {
  background-color: #fefefe;
  border-color: #007bff;
  box-shadow: 0 0 10px #007bff4d;
}

.feedback-form input::placeholder, .feedback-form textarea::placeholder {
  opacity: .6;
  transition: opacity .3s;
}

.feedback-form input:focus::placeholder, .feedback-form textarea:focus::placeholder {
  opacity: .3;
}

.feedback-form button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(to right, #007bff, #0056b3);
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-weight: bold;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.feedback-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 12px #007bff99;
}

.feedback-form button:after {
  content: "";
  z-index: 0;
  background: #ffffff80;
  border-radius: 50%;
  width: 0;
  height: 0;
  transition: width .6s, height .6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feedback-form button:hover:after {
  width: 200%;
  height: 200%;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ai-button-container {
  z-index: 200;
}

.sfet-main {
  z-index: 100;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 600px;
  padding: 4rem 1rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sfet-title {
  color: #ffcd04;
  text-align: center;
  text-shadow: 2px 2px #000;
  margin-bottom: 2rem;
  font-size: 3.3rem;
  font-weight: bold;
}

.sfet-search-box {
  z-index: 100;
  width: 100%;
  position: relative;
}

.sfet-search-box input {
  color: #000;
  border: none;
  border-radius: 24px;
  width: 100%;
  padding: 14px 45px 14px 16px;
  font-size: 16px;
  box-shadow: 0 2px 8px #00000026;
}

.sfet-search-box .search-icon {
  color: #333;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.sfet-search-box .dropdown {
  z-index: 100;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  width: 100%;
  max-height: 240px;
  margin-top: 8px;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-y: auto;
  box-shadow: 0 4px 12px #0000001a;
}

.dropdown li {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 12px 16px;
}

.dropdown li:hover, .dropdown li.highlighted {
  cursor: pointer;
  background-color: #e0e0e0;
}

.no-result {
  color: #888;
  font-style: italic;
}

.sfet-iframe-box {
  width: 90%;
  max-width: 1000px;
  margin-top: 3rem;
}

@media (width <= 768px) {
  .sfet-main {
    max-width: 90%;
    padding: 2rem 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .sfet-title {
    margin-bottom: 1.2rem;
    font-size: 2.5rem;
  }

  .sfet-search-box input {
    padding: 12px 40px 12px 14px;
    font-size: 14px;
  }

  .sfet-search-box .search-icon {
    font-size: 16px;
    right: 4%;
  }
}

@media (width <= 480px) {
  .sfet-main {
    max-width: 95%;
    padding: 1.5rem 1rem;
  }

  .sfet-title {
    margin-bottom: .5rem;
    font-size: 1.6rem;
  }

  .sfet-search-box input {
    padding: 10px 38px 10px 12px;
    font-size: 13px;
  }

  .sfet-search-box .search-icon {
    font-size: 14px;
    right: 3%;
  }
}

.image-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.footer {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #010101, #222);
  padding: 60px 20px;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -4px 10px #00000080;
}

.site-title {
  margin-bottom: 10px;
  font-size: 2.8rem;
  font-weight: bold;
}

.tagline {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

hr {
  border: .5px solid #666;
  width: 80%;
  margin: 20px auto;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  display: flex;
}

.social-icons a {
  color: #fff;
  margin: 0 10px;
  padding: 10px;
  font-size: 30px;
  transition: transform .3s, color .3s, padding .3s;
}

.social-icons a:hover {
  color: #0ff;
  padding: 15px;
  transform: scale(1.2);
}

.footer-links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
  display: flex;
}

.footer-links a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s, text-decoration .3s;
}

.footer-links a:hover {
  color: #0ff;
  text-decoration: underline;
}

footer span {
  color: #0ff;
  font-weight: bold;
}

#snowfall {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.snowflake {
  color: #fff;
  z-index: 1;
  will-change: transform;
  pointer-events: none;
  animation-name: stormFall;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  position: absolute;
}

@media (width <= 768px) {
  .site-title {
    font-size: 2rem;
  }

  .tagline {
    font-size: 1rem;
  }

  .social-icons a {
    margin: 5px;
    font-size: 24px;
  }

  .footer-links a {
    margin: 5px 10px;
    font-size: .9rem;
  }
}

@media (width <= 480px) {
  .site-title {
    font-size: 1.6rem;
  }

  .tagline {
    font-size: .9rem;
  }

  .social-icons a {
    padding: 8px;
    font-size: 20px;
  }

  .footer-links a {
    font-size: .8rem;
  }
}

.svsu-footer-logo {
  text-align: center;
  margin-bottom: 15px;
}

.svsu-footer-logo img {
  height: 80px;
  margin-bottom: 10px;
}

.svsu-desc {
  color: #fff;
  margin: 0;
  font-size: .9rem;
  font-weight: bold;
  line-height: 1.4;
}

.svsu-name {
  color: #fff;
  margin-top: 5px;
  font-size: 2rem;
  font-weight: bold;
}

body {
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.top-trends {
  text-align: center;
  margin-bottom: 20px;
}

.top-trends h1 {
  color: #333;
  background: linear-gradient(to right, #edb406a2, #fffae39c);
  border-radius: 8px;
  margin: 2rem 0 0;
  padding: 5px 15px;
  font-size: 2rem;
  animation: 2s fadeIn;
  display: inline-block;
}

.feeder-section {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 70px;
  padding: 1rem;
  display: flex;
  box-shadow: 0 4px 12px #0000000d;
}

.feeder-toggle {
  cursor: pointer;
  color: #2b3990;
  text-align: center;
  background-color: #7fff00;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 4px 12px;
  font-size: 1.3rem;
  font-weight: bold;
  transition: background-color .3s, color .3s;
}

.feeder-toggle:hover {
  color: #fff;
  background-color: #579717;
}

.feeder-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.feeder-classes, .feeder-years, .feeder-subjects {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.feeder-classes h4, .feeder-years h4, .feeder-subjects h4 {
  color: #2b3990;
  margin-bottom: 10px;
  font-weight: bold;
}

.feeder-class-button, .feeder-year-button, .feeder-subject-button {
  cursor: pointer;
  text-align: left;
  border: none;
  border-radius: .4rem;
  width: 80%;
  margin-bottom: .4rem;
  padding: .5rem;
  font-size: 1rem;
  font-weight: bold;
}

.feeder-class-button {
  color: #2b3990;
  background-color: #c9dcfc;
}

.feeder-year-button {
  color: #2b3990;
  background-color: #e4f7d2;
}

.feeder-subject-button {
  color: #a12323;
  background-color: #fde2e2;
}

.feeder-class-button:hover {
  color: #000;
  background-color: #a3c4ff;
}

.feeder-year-button:hover {
  color: #000;
  background-color: #c8e8a4;
}

.feeder-subject-button:hover {
  color: #000;
  background-color: #fabbbb;
}

.subject-link {
  text-align: left;
  color: #1a73e8;
  background-color: #f0f0f0;
  border-radius: .4rem;
  width: 80%;
  margin: .3rem auto;
  padding: .4rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

.subject-link:hover {
  background-color: #dbe8fd;
  text-decoration: underline;
}

.subject-link.disabled {
  color: gray;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #e0e0e0;
}

@media screen and (width <= 768px) {
  .feeder-section {
    width: 95%;
    padding: 1rem .8rem;
  }

  .feeder-class-button, .feeder-year-button, .feeder-subject-button, .subject-link {
    width: 90%;
    font-size: .95rem;
  }

  .top-trends h1 {
    padding: 4px 10px;
    font-size: 1.5rem;
  }

  .feeder-toggle {
    padding: 3px 10px;
    font-size: 1.1rem;
  }
}

.login-container {
  background: #f0f4f8;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.login-form {
  background: #fff;
  border-radius: 12px;
  width: 300px;
  padding: 2rem;
  box-shadow: 0 8px 24px #0000001a;
}

.login-form h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.login-form input {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 90%;
  margin-bottom: 1rem;
  padding: .75rem;
}

.login-form button {
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border: none;
  border-radius: 8px;
  width: 99%;
  padding: .75rem;
  font-weight: bold;
}

.login-form button:hover {
  background: #0056b3;
}

.upload-container {
  color: #fff;
  background: linear-gradient(to right, #56ccf2, #2f80ed);
  min-height: 100vh;
  padding: 40px 20px;
  font-family: Segoe UI, sans-serif;
}

.upload-header {
  text-align: left;
  max-width: 900px;
  margin: auto auto 40px;
}

.upload-header h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.upload-header p {
  margin-top: 15px;
  font-size: 1.1rem;
}

.upload-actions {
  margin-top: 20px;
}

.upload-btn, .admin-btn {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  transition: all .3s;
}

.upload-btn {
  color: #fff;
  background: #007bff;
}

.upload-btn:hover {
  background: #0056b3;
}

.admin-btn {
  color: #fff;
  background: #5a5a5a;
}

.admin-btn:hover {
  background: #3d3d3d;
}

.upload-form-section {
  color: #333;
  background: #fff;
  border-radius: 10px;
  max-width: 900px;
  margin: auto;
  padding: 30px;
  box-shadow: 0 4px 20px #00000026;
}

.upload-form-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.subtext {
  margin-bottom: 25px;
  font-size: .95rem;
}

.upload-form {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.upload-form input[type="text"], .upload-form input[type="file"], .upload-form select {
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
}

.selectors {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.filename {
  color: #555;
  font-size: .95rem;
}

.form-buttons {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  display: flex;
}

.confirm-btn {
  color: #fff;
  cursor: pointer;
  background-color: #007bff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: bold;
}

.confirm-btn:hover {
  background-color: #0056b3;
}

.cancel-btn {
  color: #fff;
  cursor: pointer;
  background-color: #d32f2f;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: bold;
}

.cancel-btn:hover {
  background-color: #9a0007;
}

@media (width <= 768px) {
  .upload-header h1 {
    font-size: 2.2rem;
  }

  .selectors {
    flex-direction: column;
  }

  .upload-actions {
    flex-direction: column;
    gap: 10px;
    display: flex;
  }

  .form-buttons {
    flex-direction: column;
  }
}
/*# sourceMappingURL=SvsuQBank.aa436662.css.map */
