@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

.Admission-button {
  padding: 20px;
  font-size: 20px;
  margin: 10px 0;
  cursor: pointer;

  background-color: #2d8af5;
  border: none;
  animation: textamin 1s infinite linear;
}

@keyframes textamin {

  0%,
  50% {
    color: rgb(255, 255, 255);
  }

  100% {
    color: #ff0000;
  }
}

.Overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.979);
  z-index: 999999;
  height: 100vh;
  width: 100vw;
}

/*---------------------------------------------------------------------Footer */

/* header */

.header-section {
  width: 100%;
  height: 300px;
  /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.header-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Dark overlay */
}

.header-content {
  display: flex;
  flex-direction: column;
  gap: 10pxa;
  position: relative;
  z-index: 2;
}

.header-content div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  color: white;
}

.header-content div a {
  color: white;
}

.header-content h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

.Footer {
  padding: 0vh 5vw;
  background-color: #14297a;
}

.Footer>ul {
  padding: 3vh 0vw;
  display: flex;
  flex-direction: row;
  gap: 5vw;
}

.Footer>ul>li {
  width: calc(100% / 6);
}

.footer-links {
  display: flex;
  flex-direction: column;

  gap: 10px;
}

.footer-links>p {
  font-size: 16px;
  color: white;
  font-weight: 600;
  padding: 2vh 0vw;
  text-transform: uppercase;
  border-bottom: 2px solid yellow;
}

.footer-links>li>a {
  color: white;
  font-weight: 600;
  font-size: 11px;
}

.footer-links>li>a:hover {
  color: yellow;
}

.footer-logo>img {
  width: 100%;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer-logo>p {
  font-size: 17px;
  font-weight: 700;
  color: white;
}

.footer-logo>h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: white;
}

.Icon-footer-box {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.icon-footer {
  color: white;
  font-size: 25px;
}

.footer-conatct-info>ul {
  display: flex;
  flex-direction: column;
}

.footer-conatct-info>ul>li {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: white;
}

.Footer>div {
  padding: 3vh 0vw;
  border-top: 2px solid white;
}

.Footer>div>p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: white;
}

/* Student Login Page */

.student-login-page {
  font-family: Arial, sans-serif;
  max-width: 400px;
  margin: 50px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}

.student-login-page .login-header {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.student-login-page .login-form {
  display: flex;
  flex-direction: column;
}

.student-login-page .form-group {
  margin-bottom: 15px;
}

.student-login-page .form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

.student-login-page .form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.student-login-page .form-input:focus {
  outline: none;
  border-color: #4caf50;
}

.student-login-page .submit-btn {
  background-color: #4caf50;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 10px;
}

.student-login-page .submit-btn:hover {
  background-color: #45a049;
}

.student-login-page .forgot-password {
  text-align: right;
  margin-top: 10px;
}

.student-login-page .forgot-btn {
  background: none;
  border: none;
  color: #0066cc;
  cursor: pointer;
  text-decoration: underline;
  padding: 0;
}

.student-login-page .forgot-btn:hover {
  color: #004499;
}

/* -----------------------------------------------------------------Top-Strip */

.Color-button {
  position: fixed;
  top: 50%;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.Angel-icon {
  display: none;
}

.TopStrip {
  padding: 1vh 3vw;
  background-color: #14297b;
}

.TopStrip>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.TopStrip>ul>li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.TopStrip>ul>li>a {
  padding: 2vh 0vw;
  font-size: 10px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.TopStrip>ul>li>a:hover {
  text-decoration: underline;
}

.TopStripIcon {
  font-size: 20px;
}

.selectlanguage {
  margin-top: 0;
}











/* Dashbard Page */



.ID-Card-Header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #002147;
  padding: 10px;
}

.ID-Card-Header>img {
  width: 60px;
}

.ID-Card-Header>p {
  color: white;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  width: 330px;
}


.Id-Card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
}

/* @media (max-width: 480px) {
   flex-direction: column;
} */

.Id-Card>div {
  border: 1px solid black;
  height: 340px;
  width: 440px;
}

.ID-CARD-NAME {
  text-align: center;
  width: 100%;
  background-color: lightskyblue;
  color: red;
  padding: 4px 0px;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 2px;
}

.ID-CARD-SESSION {
  text-align: center;
  width: 100%;
  background-color: rgb(186, 201, 134);
  color: rgb(0, 0, 0);
  padding: 4px 0px;
  font-weight: 600;
  font-size: 14px
}

.ID-Card-Details {
  display: flex;
  flex-direction: row;
  padding: 10px;



}

.ID-Card-Details>div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}


.ID-Card-Details>div:last-child>img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 130px;
}

.ID-Card-Details>div:first-child {
  flex: 1;
}

.ID-Card-Details>div:first-child>div {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 5px;
}

.ID-Card-Details>div:first-child>div>p:first-child {

  min-width: 115px;
  font-weight: 500;
}

.ID-Card-back-Details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
  padding: 20px;
  font-size: 14px
}

.ID-Card-back-Details>div {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 5px;
}

.ID-Card-back-Details>div>p:first-child {
  font-weight: 600;
  font-size: 14px;
  min-width: 115px;
}

.ID-Card-Details>div:first-child>div>p {
  font-size: 14px;

}



.print-button {
  position: absolute;
  border: none;
  top: 100px;
  font-size: 40px;
  right: 30px;
  background-color: transparent;
  cursor: pointer;
}



.Dashbard-Page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.Auth-Section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 20px 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
}

.Dashbard-Page>div:first-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.Dashbard-Page>div:first-child>img {
  width: 30px;
}


.Logout-Button {
  padding: 8px 16px;
  background-color: #dc3545;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.side-box {
  display: flex;
  flex-direction: row;
  gap: 5px;
  /* height: 89.6vh; */

}

.sidebar {

  width: 250px;
  border: 1px solid black;
  box-sizing: border-box;
  padding: 15px;

}

.sidebar>ul>li {

  border: 1px solid black;
  box-sizing: border-box;
  padding: 10px;
  height: 100vh;

}

.main-section-sidebar {
  flex: 1;
  border: 1px solid black;
  padding: 50px;
}





/*------------------------------------------------------------- Top--------- */

.Top {
  padding: 3vh 3vw;
}

.Top>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.Top>ul>li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.Top>ul>li:nth-child(1)>li>h1:first-child {
  font-size: 20px;
  color: #184b71;
  font-weight: 600;
  margin: 2px 0px;
}

.Top>ul>li:nth-child(1)>li>h1:last-child {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  margin: 0px 0px;
}

/* .Top>ul>li>img {
    width: vw;
} */

.Top>ul>li:nth-child(2)>h1 {
  text-align: center;
}

.Top>ul>li:nth-child(2)>h1:first-child {
  font-size: 20px;
  color: #184b71;
  font-weight: 600;
  margin: 2px 0px;
}

.Top>ul>li:nth-child(2)>h1:last-child {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 0px 0px;
}

.Top>ul>li:nth-child(3)>img {
  width: 15vw;
}

/* --------------------------------------------------------------------NAVBAR */
.Mobile-nave-menu {
  display: none;
}

.NavBar>div {
  display: none;
}

.NavBar {
  padding: 0vh 3vw;
}

.NavBar>ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  gap: 20px;
}

.NavBar>ul>li {
  color: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

.Link1 {
  padding: 2vh 0vw;
}

.Link1>a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 13px;
}

.Link1:hover .submenu {
  display: flex;
  gap: 10px;
  animation: slideDown 0.3s ease forwards;
}

.Link1>div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
}

.Link1>div>a {
  text-transform: uppercase;
  color: white;
}

.submenu {
  display: none;
  position: absolute;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.604);
  z-index: 100;
  padding: 1vh;
  font-size: 12px;
  font-weight: 600;
  transform: translateY(0px);
  transition: opacity 0.15s ease, transform 6s ease;
}

.submenu>a>p {
  padding: 1vh 1vw;
}

.submenu>a>p:hover {
  background-color: #14297a;
  color: white;
}

.submenu>a>p:hover .link-nav {
  color: white !important;
}

.link-nav {
  color: rgb(0, 0, 0) !important;
}

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

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

.home-icon {
  font-size: 15px;
}

/* -------------------------------------------------------------Hero Carousel */

.carousel-main {
  /* display: flex; */
  justify-content: center;
  align-items: center;
}

.carousel-main {
  width: 85vw;
  background-color: rgba(173, 216, 230, 0.209);
}

.carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  min-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.carousel-inner {
  min-height: 90vh;
  width: 100%;
}

.carousel-item {
  color: #fff;
  position: relative;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  animation: carouselimagezoom 35s infinite alternate;
  z-index: 1;
}

.carousel-item::before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgb(17, 12, 14);
  background: radial-gradient(circle,
      #110c0e24 100%,
      rgba(238, 174, 202, 1) 100%,
      rgba(0, 0, 0, 1) 100%);
}

.HeroCarousel {
  display: flex;
  flex-direction: row;
}

.HeroCarousel-Side {
  width: 15vw;
}

.HeroCarousel-Side>ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.HeroCarousel-Side>ul>li {
  margin: 10px;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: rgba(173, 216, 230, 0.209);
}

.HeroCarousel-Side>ul>li>img {
  width: 70px;
  border-radius: 50%;
}

.HeroCarousel-Side>ul>li>p {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.HeroCarousel-Side>ul>li>h5 {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.HeroCarousel-Side>ul>li>a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #14297a;
}

/* -------------------------------------------------------------------Marquee */

.Marquee {
  background-color: #14297a;
}

.Marquee>ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Marquee>ul>li:first-child {
  position: absolute;
  z-index: 1;
  height: 7vh;
  width: 15vw;
  background-color: rgb(96, 96, 41);
  padding: 0vh 1vw;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 0px 100px 100px 0px;
}

.Marquee>ul>li:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7vh;
  padding: 0vh 1vw 0vh 0vw;
  background-color: #14297a;
  color: white;
}

/*---------------------------------------------------------------------SECTION*/
.Section_1 {
  padding: 12vh 8vw;
}

.Section_1>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.Section_1>ul>li {
  padding: 1vw;
  border-radius: 12px;
  width: 6%;
  background-color: rgba(173, 216, 230, 0.209);
}

.Section_1>ul>li:hover {
  background-color: #14297a;
  cursor: pointer;
  color: white;
}

.Section_1>ul>li>img {
  border-radius: 50%;
  width: 100%;
}

.Section_1>ul>li>p {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}

/*------------------------------------------------------ New And Notification */

.NewAndNotification>div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1vh 0vw;
  background-color: #14297a;
}

.NewAndNotification>div>p {
  font-size: 23px;
  color: white;
  font-weight: 700;
}

.NewAndNotification>ul {
  padding: 2vw;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}

.NewAndNotification>ul>li {
  width: calc(85% / 2);
}

.New-card {
  border-radius: 12px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
}

.New-card>div {
  padding: 1vw;
  border-radius: 12px 12px 0px 0px;
  display: flex;
  flex-direction: row;
  background-color: #14297a;
  color: white;
  justify-content: space-evenly;
}

.New-card>div>a {
  color: white;
  font-weight: 500;
  color: rgb(231, 231, 42);
  text-transform: uppercase;
}

.New-card>div>a:hover {
  text-decoration: underline;
}

.New-card>div>p {
  color: white;
  font-weight: 500;
}

.New-card>ul {
  background-color: rgba(173, 216, 230, 0.209);
  padding: 0vh 1vw;
  overflow-y: scroll;
  height: 75vh;
}

.New-card>ul>li {
  padding: 1vw;
  cursor: pointer;
  border-bottom: 1px solid rgb(105, 105, 50);
}

.New-card>ul>li>h4 {
  padding: 1vh 0vw;
  font-size: 17px;
  color: rgb(95, 13, 13);
  font-weight: 700;
}

.New-card>ul>li>p {
  font-size: 17px;
  font-weight: 500;
  color: brown;
}

.New-card>ul::-webkit-scrollbar {
  display: none;
}

/*----------------------------------------------------------------Campus Life */

.Campus-Life {
  padding: 8vh 8vw;
  background-color: rgba(173, 216, 230, 0.209);
}

.Campus-Life>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.Campus-Life>ul>li {
  border-radius: 40px;
  width: calc(100% / 4);
  text-align: center;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  padding: 0vh 0vw 3vh 0vw;
}

.Campus-Life>ul>li>div {
  padding: 20px;
}

.Campus-Life>ul>li>div>img {
  width: 100%;
  border-radius: 20px;
  min-height: 30vh;
}

.Campus-Life>ul>li>p {
  color: wheat;
  padding: 2vh;
  border-radius: 40px 40px 0px 0px;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.75);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background-color: #14297a;
}

.Campus-Life>ul>li>a {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #14297a;
}

.Campus-Life>h2 {
  color: #14297a;
  padding-bottom: 2vh;
  text-transform: uppercase;
}

.Campus-Life>p {
  color: #000000;
  padding-bottom: 3vh;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.Campus-life-Imp-Link {
  display: flex;
  padding: 0vh 1vw;
  flex-direction: column;
  overflow-y: scroll;
  height: 34vh;
  gap: 20px;
}

.Campus-life-Imp-Link>a {
  font-size: 13px;
  font-weight: 500;
  color: rgb(136, 103, 42);
  border-bottom: 1px solid lightgray;
  text-decoration: none;
  padding-bottom: 1vh;
  text-align: start;
}

.Campus-life-Imp-Link::-webkit-scrollbar {
  display: none;
}

/*-----------------------------------------------------------------About CCSU */

.AboutCCSU {
  background-image: url("https://ccsuniversity.blr1.cdn.digitaloceanspaces.com/public/jpg/2024/09/Banner-07.jpg");
  position: relative;
  padding: 3vh 8vw;
  height: 40vh;
  margin: 5vh 0vw 20vh 0vw;
  background-size: cover;
  background-color: rgba(173, 216, 230, 0.209);
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  animation: carouselimagezoom 35s infinite alternate;
  z-index: 1;
  display: flex;
  background-color: rgba(173, 216, 230, 0.209);
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.AboutCCSU::before {
  z-index: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgb(17, 12, 14);
  background: radial-gradient(circle,
      #110c0eb0 100%,
      rgba(238, 174, 202, 1) 100%,
      rgba(0, 0, 0, 1) 100%);
}

.AboutCCSU>h1 {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  padding-top: 2vh;
  color: white;
}

.AboutCCSU>ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 36px;
  top: 80px;
}

.AboutCCSU>ul>li {
  display: flex;
  padding: 1vw;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  min-height: 27vh;
  background-color: white;
}

.AboutCCSU>ul>li>img {
  width: 80px;
  height: 80px;
}

.AboutCCSU>ul>li>p {
  font-size: 11px;
  font-weight: 600;
}

/* -------------------------------------------------------------Photo Gallery */

.Gallery {
  padding: 3vh 7vw;
  border-radius: 10px;
}

.Gallery>div {
  padding: 2vh 0vw;
  background-color: #14297a;
  display: flex;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  flex-direction: row;
  justify-content: space-between;
  border-radius: 10px 10px 0px 0px;
}

.Gallery>div>p {
  padding-left: 2vh;
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

.Gallery>ul {
  padding: 5vh 0vw;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.Gallery>ul>li {
  width: 23%;
  height: 28vh;
  border-radius: 12px;
}

.Gallery>ul>li>img {
  width: 100%;
  height: 100%;

  border-radius: 12px;
}

.More-Img {
  background-image: url(https://www.ccsuniversity.ac.in/assests/images/gallery/ccsu-1.jpg);
  width: 100%;
  height: 28vh;
  background-size: 100%;
  display: flex;
  justify-content: center;
  border-radius: 12px;
  align-items: center;
}

.More-Img>a {
  position: relative;
  z-index: 3;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
}

.More-Img {
  color: #fff;
  position: relative;
  background-size: cover;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  animation: carouselimagezoom 35s infinite alternate;
  z-index: 1;
  border-radius: 12px;
}

.More-Img::before {
  border-radius: 12px;
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgb(17, 12, 14);
  background: radial-gradient(circle,
      #110c0eb0 100%,
      rgba(238, 174, 202, 1) 100%,
      rgba(0, 0, 0, 1) 100%);
}

/* -----------------------------------------------------------------ABOUT US */

.CollegeHistory>ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  padding: 8vh 6vw 10vh;
  gap: 20px;
}

.CollegeHistory>ul>li>h1 {
  text-align: start;
  padding: 3vh 0vw;
}

.CollegeHistory>ul>li>ul {
  padding: 2vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 28px;
}

.CollegeHistory>ul>li:first-child {
  vertical-align: top;
  width: calc(80% / 2);
  display: flex;
  flex-direction: column;
}

.CollegeHistory>ul>li:last-child {
  margin-top: 8vh;
}

.CollegeHistory>ul>li>p {
  text-align: justify;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding-top: 3vh;
}

.CollegeHistory>ul>li>img {
  height: 50vh;
}

/*----------------------------------------------------------Principal Message */

.PrincipalsMessage {
  display: flex;
  flex-direction: column;
  gap: 5vh;
  padding: 10vh 7vw;
}

.PrincipalsMessage>li:first-child {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 29px;
}

.PrincipalsMessage>li:last-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 29px;
}

.PrincipalsMessage>li>div:first-child {
  width: calc(100% / 2);
}

.PrincipalsMessage>li>div:last-child {
  flex: 1;
}

.PrincipalsMessage>li>div>img {
  /* height: 400px; */
  width: 100%;
}

.PrincipalsMessage>li>div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.PrincipalsMessage>li>div>p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
}

/*--------------------------------------------Internal quality Assurance cell */

.IQAC {
  padding: 5vh 8vw;
}

.IQAC_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}

.IQAC_1>h1 {
  background-color: #14297a;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 2vh 0vw;
  text-align: center;
  text-transform: uppercase;
}

.IQAC_1>ul {
  display: flex;
  flex-wrap: wrap;
}

.IQAC_1>ul>li {
  width: calc(92% / 3);
  display: flex;
  justify-content: center;
  align-items: center;

  flex-direction: column;
  padding: 1vw;
}

.IQAC_1>ul>li>img {
  width: 70%;
}

.IQAC_1>ul>li>h3 {
  font-size: 18px;
  padding: 5px 0px;
  color: #14297a;
}

.IQAC_1>ul>li>p {
  font-weight: 600;
}

.IQAC_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}

.IQAC_2>h1 {
  background-color: #14297a;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 2vh 0vw;
  text-align: center;
  text-transform: uppercase;
}

.IQAC_2>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1vw;
  gap: 1vw;
}

.IQAC_2>ul>li {
  width: calc(100% / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: aliceblue;

  flex-direction: column;
  padding: 2vh 0vw;
}

.IQAC_2>ul>li>img {
  width: 60%;
}

.IQAC_2>ul>li>h3 {
  font-size: 18px;
  padding: 5px 0px;
  color: #14297a;
}

.IQAC_2>ul>li>p {
  font-weight: 600;
}

/*--------------------------------------------------------------------Courses */

.Courses {
  padding: 2vw;
}

.Courses>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
}

.Courses>div>h1 {
  background-color: #14297a;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 2vh 0vw;
  text-align: center;
  text-transform: uppercase;
}

.Courses>div>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1vw;
  gap: 1vw;
}

.Courses>div>ul>li {
  width: calc(100% / 4);
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-content: center;

  border-radius: 10px;
  padding: 3vw;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
}

.Courses>div>ul>li>ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.Courses>div>ul>li>ul>li {
  background-color: rgba(173, 216, 230, 0.209);
  font-size: 13px;
  font-weight: 700;
  padding: 16px;
  border-radius: 10px;
  color: rgb(0, 0, 0);
}

.Courses>div>ul>li>h2 {
  padding: 2vh 0vw;
  color: #14297a;
  text-align: center;
}

.Courses>div>ul>li>ul>li:hover {
  background-color: #14297a;
  cursor: pointer;
  color: white;
}

/*-----------------------------------------------------------Faculty Card */
.faculty-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  padding: 2vw;
}

.faculty-cards>div {
  width: calc(90% / 2);
}

.FacultyCard1>ul {
  display: flex;
  flex-direction: column;
  gap: 5vh;
  padding: 2vw;
  border-radius: 9px;
  /* box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    background-color: rgba(173, 216, 230, 0.209); */
}

.FacultyCard1>ul>li {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.FacultyCard1>ul>li>div>img {
  border-radius: 2px;
}

.FacultyCard1>ul>li>div {
  max-width: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
}

.FacultyCard1>ul>li>div>p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
}

.Faculty-box>h1 {
  background-color: #14297a;
  color: white;
  font-size: 20px;
  font-weight: 600;
  padding: 2vh 0vw;
  margin-top: 3vh;
  text-align: center;
  text-transform: uppercase;
}

.Faculty-box {
  text-align: center;
  padding: 20px;
}

.faculty-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.FacultyCard1 {
  width: 250px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.FacultyCard1 img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.view-btn {
  margin-top: 10px;
  padding: 8px 12px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

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

/* Modal Styling */
.modal-overlay-1 {
  position: fixed;
  top: 0;

  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(82, 13, 13, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content-1 {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  text-align: center;
  position: relative;
}

.modal-content img {
  width: 100%;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/*-----------------------------------------------------------------Facilites */
.Facilities {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.Facilities>h1 {
  background-color: #14297a;
  min-width: 90vw;
  color: white;
  padding: 1vh 2vw;
  border-radius: 5px;
  text-align: start;
}

.facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: center;
}

.facility-card {
  width: 350px;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.facility-card img {
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.facility-card button {
  margin-top: 10px;
  padding: 8px 12px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

.facility-card button:hover {
  background-color: #0056b3;
}

/* Modal Styling */
.modal-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  text-align: center;
  position: relative;
}

.modal-content img {
  width: 100%;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* ------------------------Photo Gallery */

.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.photo-gallery>h1 {
  background-color: #14297a;
  min-width: 90vw;
  color: white;
  padding: 1vh 1vw;
  border-radius: 5px;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.photo-card {
  width: 350px;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.photo-card:hover {
  transform: scale(1.05);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-screen-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.close-btn,
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.close-btn {
  top: 20px;
  right: 20px;
  transform: none;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* video */

.video-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 20px;
}

.video-gallery>h1 {
  background-color: #14297a;
  min-width: 90vw;
  color: white;
  padding: 1vh 1vw;
  border-radius: 5px;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.video-card {
  width: 350px;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
}

.video-card:hover {
  transform: scale(1.05);
}

.video-card iframe {
  width: 100%;
  height: 100%;
}

.full-screen-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-video {
  width: 80%;
  height: 80%;
  border-radius: 10px;
}

.close-btn,
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.close-btn {
  top: 20px;
  right: 20px;
  transform: none;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}



.contact-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 5vw;
  gap: 50px;

}

.contact-page {
  text-align: center;
  padding: 20px;
}

.contact-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 9vh 0vw;
  width: 400px;
}

.contact-card {

  width: 300px;
  height: 100px;
  padding: 25px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contact-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 1rem;
  color: #333;
}

/* Contact Form */
.contact-form {
  flex: 1;
  border-radius: 8px;
}


.contact-form > form  > input{
  width: 100%;
}

.contact-form > form  > textarea{
  width: 100%;
}

.contact-form>form {
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.contact-form h2 {
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 70%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button {
  width: 70%;
  padding: 10px;
  background-color: #14297a;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

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

.contact-page>h1 {
  background-color: #14297a;
  min-width: 90vw;
  color: white;
  padding: 1vh 1vw;
  border-radius: 5px;
}

/* Admission From Header */

.Admission_Form_Header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;

  background: #002147;
  color: white;
}

.Admission_Form_Header>li:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.Ratings {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

/* .Fill-A {} */

.UnFill-A {
  background: white;
  color: #002147;
}

.A-box {
  border: 1px solid white;
  padding: 5px;
}

.Header-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  align-items: center;
}

.first-section>div>h2 {
  background: yellow;
  display: inline-flex;
  padding: 7px 20px;
  border-radius: 20px;
  text-align: center;
}

.header-img {
  width: 130px;
}

.first-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.first-section>div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.Ratings>li:first-child>button {
  padding: 10px 20px;
  background: #002147;
  color: white;
  border: 1px solid white;
}

.Header-bottom-Section {
  background: #002147;
  height: 60px;
  display: flex;
  justify-content: start;
  padding: 0px 50px;
  align-items: center;
  color: white;
  gap: 200px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.Header-bottom-Section>h1 {
  font-size: 20px;
  text-align: center;
}

.arrow-box {
  position: relative;
  background: rgb(222, 222, 222);
  height: 150px;
  width: 200px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

/* Main Container */
.multi-step-form-container {
  margin: 0 auto;
  padding: 0 100px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Progress Bar */
.progress-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  background-color: white;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}

.progress-step.active .step-number {
  background-color: #4caf50;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  height: 44px;
  color: rgb(255, 255, 255);
  width: 100%;
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%,
      /* left arrow tip pointing right */
    );
}

.double-arrow-1 {
  width: 300px;
  height: 100px;
  background: white;
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%
      /* left arrow tip pointing right */
    );
}

.progress-step.completed .step-number {
  background-color: #4caf50;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  height: 44px;
  color: rgb(255, 255, 255);
  width: 100%;
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%
      /* left arrow tip pointing right */
    );
}

.progress-step.completed .step-title {
  color: #4caf50;
  font-weight: bold;
}

.progress-step.has-error .step-number {
  background: rgba(130, 2, 10, 0.958) !important;
  color: white;
}

.step-number {
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 22px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  height: 44px;
  color: rgb(0, 0, 0);
  width: 100%;
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%
      /* left arrow tip pointing right */
    );
}

.step-title {
  font-size: 10px;
  text-align: center;
  color: #666;
  transition: all 0.3s ease;
}

.progress-line {
  height: 2px;
  background-color: #ddd;
  flex-grow: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.progress-line.completed {
  background-color: #4caf50;
}

.Main-form {
  padding: 10px 85px;
  box-sizing: border-box;
}

.main-form {
  background-color: #ededed;
  margin-bottom: 100px;
}

/* Form Sections */
.form-section {
  padding: 20px;
  border-radius: 8px;
}

.form-section h2 {
  color: #333;
  margin-bottom: 2px;
  padding-bottom: 4px;
  border-bottom: 1px solid #eee;
}

.form-input .error {
  color: orangered;
}

.form {
  background-color: #ededed;
}

.sameAsCorrespondence {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.form-section h3 {
  color: #444;
  margin: 15px 0;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.aadhar-error {
  color: red;
  font-size: 12px;
  padding: 4px 5px;
}

.form-group div {
  width: calc(100% / 2);
}

.form-group>div>label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: #555;
}

/* Form Inputs */
input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border 0.3s ease;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #4caf50;
  outline: none;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

input[type="checkbox"] {
  margin-right: 8px;
}

input[type="file"] {
  padding: 5px;
}

/* Required Field Indicator */
.required {
  color: red;
  margin-left: 4px;
}

/* Form Navigation Buttons */
.form-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.btn {
  padding: 10px 25px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-previous {
  background-color: #f1f1f1;
  color: #333;
}

.btn-previous:hover {
  background-color: #e1e1e1;
}

.buttons-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0px 20px 20px;
}

.section-count {
  font-size: 18px;
  font-weight: 800;
  color: rgb(0, 0, 0);
}

.btn-next,
.btn-submit {
  background-color: #4caf50;
  color: white;
}

.btn-next:hover,
.btn-submit:hover {
  background-color: #45a049;
}

.btn-submit:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

/* Form Progress Indicator */
.form-progress {
  text-align: center;
  margin-top: 15px;
  color: #666;
  font-size: 14px;
}

/* Declaration Text */
.declaration-text {
  margin-bottom: 20px;
  padding: 15px;
  background: #f0f0f0;
  border-left: 4px solid #4caf50;
  font-size: 14px;
  line-height: 1.5;
}

/* Checkbox Labels */
.checkbox-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}

/* Success Message */
.submission-success {
  max-width: 600px;
  margin: 50px auto;
  padding: 30px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.success-message {
  padding: 20px;
}

.success-message h2 {
  color: #4caf50;
  margin-bottom: 20px;
}

.success-message p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.5;
}

.btn-exit {
  margin-top: 30px;
  padding: 12px 30px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-exit:hover {
  background-color: #45a049;
}

/* Disabled State for Submitted Forms */
input:disabled,
select:disabled,
textarea:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.course-selection {
  text-align: center;
  margin: 2rem 0;
}

.course-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.course-buttons button {
  padding: 0.8rem 1.5rem;
  font-size: 1.1rem;
  background-color: #1a73e8;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.course-buttons button:hover {
  background-color: #0d5bba;
}

.field-error {
  color: #d32f2f;
  font-size: 0.8rem;
  margin-top: 4px;
}

.back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #f1f1f100;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* .back-button:hover {} */

.form-container {
  margin: 0 auto;
}

.course-selection {
  padding: 10px 200px;
}

.course-buttons {
  display: flex;
  flex-direction: column;
}

.course-buttons>ul {
  display: flex;
  flex-direction: column;
}

.course-buttons>ul>li:first-child {
  background-color: #002147;
  color: white;
  font-size: 20px;
  display: flex;
  padding: 20px;
  align-items: center;
}

.course-buttons>ul>li:last-child {
  border: 1px solid #0021478a;
  color: white;
  font-size: 20px;
  display: flex;
  padding: 20px;
  align-items: center;
}

.Part2Form {
  background-color: #002147;
  height: 500vh;
  color: white;
}

.progress-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 100px;
  background-color: white;
}

.Progress-Arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-size: 12px;
  font-weight: 500;
  height: 33px;
  background: rgb(230, 230, 230);
  clip-path: polygon(0% 0%,
      /* top-left corner */
      85% 0%,
      /* top straight to right */
      100% 50%,
      /* right arrow tip */
      85% 100%,
      /* bottom right in */
      0% 100%,
      /* bottom left */
      15% 50%
      /* left arrow tip pointing right */
    );
}

.Input-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.Input-container>div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 2);
}

.form-2-input {
  width: 80%;
}

.FormTwo-Container {
  background-color: lightgray;
  padding: 50px;
}

.FormTwo-Section>ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.FormTwo-Section>ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 30px 0;
}

.FormTwo-Section>ul>li {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.FormTwo-Section>ul>li>label {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.button-formTwo {
  display: flex;
  float: right;
}

.Submit-button {
  padding: 10px 20px;
  background-color: #4caf50;
  border: none;
  color: white;
  cursor: pointer;
  font-weight: 500;
}

/* .btn-form{
    margin: 20px; 
    background-color: #0056b3 !important;
} */

.error-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #ff4444;
  color: white;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

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

.error-message {
  margin-right: 15px;
}

.error-close {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.error-close:hover {
  color: #ddd;
}

form {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

form div.form-input {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
}

form .form-input.row {
  display: flex;
  flex-direction: row;
  flex: 1 1 30%;
}

form .form-input {
  padding: 2px;
}

.form-input select {
  width: 100%;
}

.form-input label {
  text-transform: capitalize;
}

.step-number .rounded {
  margin-left: 4px;
  padding: 1px 7px;
  color: white;
  background-color: orangered;
  border-radius: 50%;
}

.application_info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #002147;
  color: white;
  padding: 10px;
  font-size: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

/* FEE REFUND POLICY */

.FeerefundPolicy {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
}

.FeerefundPolicy-header {
  text-align: center;
  padding: 30px 0;
  background-color: #2c3e50;
  color: white;
  border-radius: 8px;
  margin-bottom: 30px;
}

.FeerefundPolicy-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.FeerefundPolicy-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
}

.FeerefundPolicy-content {
  padding: 30px;
  border-radius: 8px;
}

.FeerefundPolicy-section {
  margin-bottom: 30px;
}

.FeerefundPolicy-sectionTitle {
  color: #2c3e50;
  font-size: 1.5rem;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #eaeaea;
}

.FeerefundPolicy-intro {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.FeerefundPolicy-list {
  padding-left: 20px;
}

.FeerefundPolicy-listItem {
  margin-bottom: 10px;
}

.FeerefundPolicy-tableContainer {
  overflow-x: auto;
  margin: 20px 0;
}

.FeerefundPolicy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.FeerefundPolicy-tableHead {
  background-color: #2c3e50;
  color: white;
}

.FeerefundPolicy-tableHeader {
  padding: 12px 15px;
  text-align: left;
}

.FeerefundPolicy-tableRow:nth-child(even) {
  background-color: #f2f2f2;
}

.FeerefundPolicy-tableCell {
  padding: 12px 15px;
  border: 1px solid #ddd;
}

.FeerefundPolicy-note {
  font-style: italic;
  color: #666;
  margin-top: 10px;
}

.FeerefundPolicy-footer {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
  color: #666;
  font-size: 0.9rem;
}

.FeerefundPolicy-footerText {
  margin: 5px 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .FeerefundPolicy {
    padding: 10px;
  }

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

  .FeerefundPolicy-content {
    padding: 20px;
  }

  .FeerefundPolicy-tableHeader,
  .FeerefundPolicy-tableCell {
    padding: 8px 10px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .FeerefundPolicy-title {
    font-size: 1.8rem;
  }

  .FeerefundPolicy-subtitle {
    font-size: 1rem;
  }

  .FeerefundPolicy-sectionTitle {
    font-size: 1.3rem;
  }
}

/* PRIVACY POLICY */

.PrivacyPolicy {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #2d3748;
  line-height: 1.6;
  background-color: #f7fafc;
}

.PrivacyPolicy-hero {
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  color: white;
  padding: 4rem 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.PrivacyPolicy-heroContent {
  margin: 0 auto;
}

.PrivacyPolicy-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.PrivacyPolicy-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  font-weight: 400;
}

.PrivacyPolicy-container {
  padding: 1rem 5rem;
}

.PrivacyPolicy-card {
  border-radius: 12px;

  padding: 2.5rem;
  margin-bottom: 3rem;
}

.PrivacyPolicy-section {
  margin-bottom: 2.5rem;
  position: relative;
}

.PrivacyPolicy-sectionHeader {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.PrivacyPolicy-iconBox {
  width: 48px;
  height: 48px;
  background: #e9d8fd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
}

.PrivacyPolicy-icon {
  width: 24px;
  height: 24px;
  color: #6b46c1;
}

.PrivacyPolicy-sectionTitle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d3748;
  margin: 0;
}

.PrivacyPolicy-text {
  margin-bottom: 1rem;
  color: #4a5568;
  font-size: 1.05rem;
}

.PrivacyPolicy-list {
  margin: 1.5rem 0;
  padding-left: 0;
}

.PrivacyPolicy-listItem {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  color: #4a5568;
  font-size: 1.05rem;
}

.PrivacyPolicy-bullet {
  position: absolute;
  left: 0;
  color: #6b46c1;
  font-weight: bold;
}

.PrivacyPolicy-contact {
  background: #f0f4f8;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 3rem;
}

.PrivacyPolicy-contactTitle {
  font-size: 1.25rem;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.PrivacyPolicy-contactText {
  color: #4a5568;
  margin: 0;
}

.PrivacyPolicy-footer {
  background: #2d3748;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
}

.PrivacyPolicy-footerContent {
  max-width: 900px;
  margin: 0 auto;
}

.PrivacyPolicy-footerText {
  margin: 0.5rem 0;
  color: #cbd5e0;
}

/* Responsive design */
@media (max-width: 768px) {
  .PrivacyPolicy-title {
    font-size: 2rem;
  }

  .PrivacyPolicy-container {
    padding: 1rem 0rem;
  }

  .PrivacyPolicy-subtitle {
    font-size: 1.1rem;
  }

  .PrivacyPolicy-card {
    padding: 1.5rem;
  }

  .PrivacyPolicy-sectionHeader {
    flex-direction: column;
    align-items: flex-start;
  }

  .PrivacyPolicy-iconBox {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .PrivacyPolicy-hero {
    padding: 3rem 1rem;
  }

  .PrivacyPolicy-container {
    padding: 1rem 0rem;
  }

  .PrivacyPolicy-title {
    font-size: 1.8rem;
  }

  .PrivacyPolicy-sectionTitle {
    font-size: 1.3rem;
  }
}

/* TERM AND CONDITION */

.termsAndCondition {
  font-family: "Poppins", sans-serif;
  color: #2d3748;
  line-height: 1.6;
  background-color: #f8fafc;
}

.termsAndCondition-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.termsAndCondition-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  font-weight: 400;
}

.termsAndCondition-container {
  padding: 1rem 5rem;
}

.termsAndCondition-card {
  border-radius: 12px;

  padding: 3rem;
  margin-bottom: 3rem;
  position: relative;
}

.termsAndCondition-intro {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.termsAndCondition-introText {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.7;
}

.termsAndCondition-section {
  margin-bottom: 2.5rem;
}

.termsAndCondition-sectionHeader {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.termsAndCondition-sectionNumber {
  width: 36px;
  height: 36px;
  background: #1e40af;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-right: 1rem;
  flex-shrink: 0;
}

.termsAndCondition-sectionTitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e3a8a;
  margin: 0;
}

.termsAndCondition-content {
  padding-left: 52px;
}

.termsAndCondition-list {
  margin: 1rem 0;
  padding-left: 0;
  list-style-type: none;
}

.termsAndCondition-listItem {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  color: #4a5568;
  font-size: 1.05rem;
  line-height: 1.7;
}

.termsAndCondition-listItem:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 8px;
  height: 8px;
  background-color: #1e40af;
  border-radius: 50%;
}

.termsAndCondition-note {
  background: #f0f4f8;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 2.5rem 0;
  border-left: 4px solid #1e40af;
}

.termsAndCondition-noteText {
  margin: 0;
  color: #4a5568;
  font-size: 1.05rem;
}

.termsAndCondition-signature {
  text-align: right;
  margin-top: 3rem;
}

.termsAndCondition-signatureLine {
  width: 200px;
  height: 1px;
  background: #cbd5e0;
  margin-left: auto;
  margin-bottom: 0.5rem;
}

.termsAndCondition-signatureText {
  margin: 0.25rem 0;
  color: #4a5568;
  font-weight: 500;
}

/* Responsive design */
@media (max-width: 768px) {
  .termsAndCondition-title {
    font-size: 2rem;
  }

  .termsAndCondition-container {
    padding: 1rem 0rem;
  }

  .termsAndCondition-subtitle {
    font-size: 1.1rem;
  }

  .termsAndCondition-card {
    padding: 2rem;
  }

  .termsAndCondition-content {
    padding-left: 0;
  }

  .termsAndCondition-sectionHeader {
    flex-direction: column;
    align-items: flex-start;
  }

  .termsAndCondition-sectionNumber {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .termsAndCondition-header {
    padding: 3rem 1rem;
  }

  .termsAndCondition-title {
    font-size: 1.8rem;
  }

  .termsAndCondition-container {
    padding: 1rem 0rem;
  }

  .termsAndCondition-sectionTitle {
    font-size: 1.3rem;
  }

  .termsAndCondition-card {
    padding: 1.5rem;
  }
}

/* PRINCIPAL TEXT */

.principal-section {
  background: #f9f9f9;
  padding: 40px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.principal-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.principal-image-section {
  flex: 1;
  min-width: 300px;
}

.principal-image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.principal-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.principal-image-wrapper:hover .principal-image {
  transform: scale(1.02);
}

.principal-image-overlay {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.principal-name {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.principal-title {
  margin: 5px 0 0;
  font-size: 1.2rem;
}

.principal-college {
  margin: 5px 0 0;
  font-size: 1rem;
  opacity: 0.9;
}

.principal-message-section {
  flex: 2;
  min-width: 300px;
}

.message-title {
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.message-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #3498db;
}

.message-content {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.message-paragraph {
  line-height: 1.8;
  margin-bottom: 15px;
  color: #555;
}

.signature-block {
  margin-top: 30px;
  text-align: right;
}

.signature-text {
  font-style: italic;
  margin-bottom: 5px;
}

.signature-line {
  display: inline-block;
  width: 150px;
  height: 1px;
  background: #333;
  margin-left: auto;
}

@media (max-width: 768px) {
  .principal-container {
    flex-direction: column;
  }

  .principal-image-section,
  .principal-message-section {
    flex: none;
    width: 100%;
  }
}

/* .Facilities */

.CollageFaceliteies {
  font-family: "Poppins", sans-serif;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.CollageFaceliteies-header {
  text-align: center;
  margin-bottom: 2rem;
}

.CollageFaceliteies-title {
  font-size: 2.2rem;
  color: #1e3a8a;
  margin-bottom: 0.5rem;
}

.CollageFaceliteies-subtitle {
  font-size: 1.1rem;
  color: #555;
}

.CollageFaceliteies-intro {
  background-color: #f0f4f8;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.7;
}

.CollageFaceliteies-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.CollageFaceliteies-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.CollageFaceliteies-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.CollageFaceliteies-cardImage {
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.CollageFaceliteies-imageOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.CollageFaceliteies-cardTitle {
  font-size: 1.5rem;
  color: white;
  margin: 0;
  padding: 1.5rem;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.CollageFaceliteies-cardContent {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.CollageFaceliteies-cardDesc {
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: #4a5568;
  flex-grow: 1;
}

.CollageFaceliteies-readMore {
  background: transparent;
  color: #1e40af;
  border: none;
  padding: 0.5rem 0;
  font-weight: 600;
  cursor: pointer;
  align-self: flex-start;
  transition: color 0.2s;
  margin-top: auto;
}

.CollageFaceliteies-readMore:hover {
  color: #1e3a8a;
  text-decoration: underline;
}

/* Expanded card style */
.CollageFaceliteies-card.expanded {
  grid-column: 1 / -1;
  max-width: 800px;
  margin: 0 auto;
  flex-direction: row;
}

.CollageFaceliteies-card.expanded .CollageFaceliteies-cardImage {
  height: auto;
  min-width: 300px;
  flex: 1;
}

.CollageFaceliteies-card.expanded .CollageFaceliteies-cardContent {
  flex: 2;
}

/* Responsive design */
@media (max-width: 768px) {
  .CollageFaceliteies-container {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }

  .CollageFaceliteies-title {
    font-size: 1.8rem;
  }

  .CollageFaceliteies-card.expanded {
    flex-direction: column;
  }

  .CollageFaceliteies-card.expanded .CollageFaceliteies-cardImage {
    height: 200px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .CollageFaceliteies {
    padding: 1.5rem 0.5rem;
  }

  .CollageFaceliteies-container {
    grid-template-columns: 1fr;
  }

  .CollageFaceliteies-title {
    font-size: 1.6rem;
  }

  .CollageFaceliteies-cardImage {
    height: 150px;
  }
}

/* VISION */

.vision {
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.7;
  background-color: #f8fafc;
  padding: 2rem 0;
}

.vision-container {
  box-sizing: border-box;
  margin: 0 5rem;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.vision-header {
  position: relative;
  text-align: center;
}

.vision-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  opacity: 0.9;
}

.vision-headerText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1rem;
}

.vision-title {
  font-size: 2.2rem;
  color: white;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.vision-subtitle {
  font-size: 1.1rem;
  color: white;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.vision-content {
  padding: 2rem;
}

.vision-text {
  color: #4a5568;
}

.vision-text p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

/* Responsive design */
@media (max-width: 768px) {
  .vision-title {
    font-size: 1.8rem;
  }

  .vision-subtitle {
    font-size: 1rem;
  }

  .vision-image {
    height: 200px;
  }
}

@media (max-width: 480px) {
  .vision {
    padding: 1rem 0;
  }

  .vision-container {
    border-radius: 0;
  }

  .vision-title {
    font-size: 1.6rem;
  }

  .vision-content {
    padding: 1.5rem;
  }

  .vision-image {
    height: 180px;
  }
}

/* INSTUTION INTRODUCTION */

.IntroInstution {
  font-family: "Poppins", sans-serif;
  color: #333;
  line-height: 1.7;
  background-color: #f8fafc;
}

.IntroInstution-hero {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.IntroInstution-heroImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.IntroInstution-heroOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(30, 58, 138, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.IntroInstution-heroTitle {
  color: white;
  font-size: 2.8rem;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 1rem;
  max-width: 800px;
}

.IntroInstution-container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.IntroInstution-content {
  background: white;
  padding: 2.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.IntroInstution-title {
  font-size: 2rem;
  color: #1e3a8a;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #1e3a8a;
}

.IntroInstution-text {
  color: #4a5568;
}

.IntroInstution-text p {
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
}

.IntroInstution-imageGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.IntroInstution-gridImage {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.IntroInstution-gridImage:hover {
  transform: scale(1.02);
}

.IntroInstution-highlightBox {
  background-color: #f0f4f8;
  border-left: 4px solid #1e3a8a;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 4px 4px 0;
}

.IntroInstution-highlightBox h3 {
  margin-top: 0;
  color: #1e3a8a;
  font-size: 1.2rem;
}

.IntroInstution-highlightList {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}

.IntroInstution-highlightList li {
  margin-bottom: 0.5rem;
  position: relative;
}

.IntroInstution-highlightList li:before {
  content: "•";
  color: #1e3a8a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Responsive design */
@media (max-width: 992px) {
  .IntroInstution-heroTitle {
    font-size: 2.2rem;
  }

  .IntroInstution-content {
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .IntroInstution-hero {
    height: 300px;
  }

  .IntroInstution-heroTitle {
    font-size: 1.8rem;
  }

  .IntroInstution-content {
    padding: 1.5rem;
  }

  .IntroInstution-title {
    font-size: 1.6rem;
  }

  .IntroInstution-imageGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .IntroInstution-hero {
    height: 250px;
  }

  .IntroInstution-heroTitle {
    font-size: 1.5rem;
  }

  .IntroInstution-title {
    font-size: 1.4rem;
  }

  .IntroInstution-text p {
    font-size: 1rem;
  }
}

.marquee-container {
  background: #2c3e50;
  color: white;
  padding: 12px 0;
  overflow: hidden;
  font-family: "Segoe UI", sans-serif;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
  padding-left: 100%;
}

.marquee-content span {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.marquee-content:hover {
  animation-play-state: paused;
}