* {
  margin: 0px;
  padding: 0px;
}

.heder-of-city-guidde {
  width: 100%;
  position: fixed;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #3a1d64;
  z-index: 100;
  color: white;
  box-sizing: content-box !important;
}

.main-head-text-of-landing-page {
  /* margin-top: 2em !important; */
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: center;
  background-size: 100%;
  background-image: linear-gradient(to bottom, #7e7e7e42, #2222228c),
    url(./Assets/back-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.span-text-of-landing-page {
 font-size: 300%;
  color: white;
  text-shadow: 4px 4px 8px #000000;
  animation: slideIn 1s ease forwards;
  display: inline-block;
  font-weight: bold;
}
.text-of-landing-page {
  font-size: 340%;
  text-transform: uppercase;
  text-shadow: 4px 4px 8px #000000;
  display: inline-block;
  animation: slideIn 1s ease forwards;
  font-weight: bold;
}
.extra-text {
  border: 1px solid black;
  background-color: #df3d0f;
  /* margin-top: 1rem; */
  width: 60%;
  margin: auto;
  margin-left: 10px;
}
.extra-text-two {
  width: 60%;
  margin: auto;
  color: white;
  font-size: 110%;
  margin-top: 20px;
  font-weight: 600;
  text-shadow: 4px 4px 8px #000000;
    margin-left: 10px;
}

.head-text-of-all {
  margin-bottom: 4rem;
  padding-top: 3rem;
  padding-bottom: 5px;
  text-align: center;
  color: #df3d0f;
  text-transform: uppercase;
  font-size: 3.6rem;
  position: relative;
}
.head-text-of-all h1 {
  font-size: 3rem;
  font-weight: 600;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head-text-of-all::after {
  content: "";
  position: absolute;
  border-style: solid;
  bottom: 0;
  border-color: #3a1d64;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3a1d64;
  width: 20%; /* Adjust as needed */
  height: 5px;
  /* background-color: #151515; */
}
.overview-of-college,
.main-reason-to-study {
  margin: auto;
  padding: 0 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.main-nirf {
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 0 3%;
  gap: 5%;
  margin-bottom: 2rem;
}


/* overview */

/* --- Overview Section --- */
.overview-section {
  padding: 80px 8%;
  background-color: #f8fafc;
  height: 450px;
}

.overview-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

.overview-content {
  flex: 1 1 45%;
}

.overview-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #df3d0f;
  margin-bottom: 1rem;
  position: relative;
}

.overview-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #fffff;
  margin-top: 6px;
  border-radius: 5px;
}

.overview-text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #475569;
  text-align: justify;
}

.apply-btn {
  display: inline-block;
  margin-top: 1.5rem;
  background: #007bff;
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
}

.apply-btn:hover {
  background: #0056b3;
}

/* --- Right Side Image --- */
.overview-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.overview-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* --- Responsive Design --- */
@media (max-width: 991px) {
  .overview-container {
    flex-direction: column;
    text-align: center;
  }

  .overview-content {
    flex: 1 1 100%;
  }

  .overview-image img {
    max-width: 100%;
  }

  .overview-title::after {
    margin: 10px auto;
  }
}


/* reason to study */

/* --- Why Choose Section --- */
.why-choose-section {
  padding: 80px 8%;
  background-color: #ffffff;
}

.why-choose-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}

/* --- Left Image --- */
.why-choose-image {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.why-choose-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: 500px;
}

/* --- Right Content --- */
.why-choose-content {
  flex: 1 1 50%;
}

.why-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #Cb4154;
  margin-bottom: 1rem;
  position: relative;
}

.why-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #182839;
  margin-top: 6px;
  border-radius: 5px;
}

.why-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.why-list li {
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #475569;
  padding-left: 30px;
}

.why-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #007bff;
  font-weight: 700;
}

.highlight {
  font-weight: 700;
  color: #0f172a;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .why-choose-container {
    flex-direction: column-reverse;
    text-align: center;
  }

  .why-choose-image img {
    max-width: 100%;
  }

  .why-list li {
    padding-left: 0;
    text-align: left;
  }

  .why-list li::before {
    display: none;
  }

  .why-title::after {
    margin: 10px auto;
  }
}


/* nirf-------------------------------------------- */
/* Section styling */
.nirf-ranking-section {
  padding: 80px 0;
  background: #f8fafc;
  font-family: "Poppins", sans-serif;
}

/* Left section (heading) */
.nirf-heading {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1e293b;
}

.nirf-subtext {
  font-size: 1.1rem;
  color: #475569;
  margin-top: 10px;
}

/* Right section (card) */
.nirf-card {
  background: linear-gradient(135deg, #1e40af, #3b82f6);
  color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nirf-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.rank-number {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.rank-text {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: 500;
}

/* Layout alignment */
.nirf-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .nirf-content {
    flex-direction: column;
    text-align: center;
  }

  .nirf-heading {
    font-size: 2.2rem;
  }

  .nirf-card {
    margin-top: 30px;
    width: 100%;
  }
}

 

/* nirf-------------------------------------------- */

.Top-Recruiters {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  animation: slide 15s linear infinite;
  object-fit: cover;
}

.Top-Recruiters img {
  width: 35%;
  height: 40%;
}

.graduation > div {
  background-color: #ffffff;
  color: black;
  border-radius: 10px;
  margin-bottom: 3%;
  transition: background-color 0.3s ease;
}
.graduation {
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  /* align-items: center; */
  padding: 0 3%;
  gap: 5%;
}

.graduation > div:hover {
  background-color: yellow;
}

.reason-to-study {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.campus-life {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  gap: 2rem;
  padding: 0 3%;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.Recruiters {
  margin-bottom: -8rem;
}
.card-of-campus-life {
  box-shadow: #3b1d6453 0px 4px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.5rem;
  text-align: center;
  gap: 1rem;
}
.card-of-campus-life img {
  width: 30%;
}
.know-more-text {
  font-size: 3.5rem;
  flex-wrap: wrap;
  display: flex;
  color: white;
  font-weight: 600;
}

/* ----------------------------- */
.know-more-button {
  padding: 1.3em 3em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ff0000;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
}

.know-more-button:hover {
  background-color: #23c483;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

.know-more-button:active {
  transform: translateY(-1px);
}
/* -------------------------- */

.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  gap: 2px;
  margin-bottom: 2%;
}

.accordion-section {
  border: 1px solid #3b1d6453;
  margin-bottom: 8px;
  overflow: hidden;
}

.accordion-title {
  background-color: #f1f1f1;
  padding: 10px;

  cursor: pointer;
}

.accordion-content {
  padding: 10px;
  display: none;
}

.accordion-section.active .accordion-content {
  display: block;
}

.footer-of-page-alliance {
  background-color: #3a1d64;
  width: 100vw !important;
  box-sizing: border-box !important;
}

.all-link-in-footer i {
  color: white;
}

/* --------------------------- */

.center-main {
  position: fixed !important;
  top: 55% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: black !important;
  width: 30% !important;
  text-align: center !important;
  height: 80% !important;
}

.close-modal {
  font-weight: bolder;
  font-size: 1.5rem;
  cursor: pointer;
}

.class-model-div {
  display: flex;
  justify-content: right;
  align-items: end;
  width: 90%;
  height: 1rem;
  margin-bottom: -30px;
}

.main-thank-you-of-landing-page {
  background-color: rgba(228, 220, 220, 0.271);
  border-radius: 10px;
  text-shadow: rgba(240, 12, 12, 0.79) 2px 2px 4px;
  color: white;
  text-align: center;
  animation: revealAnimationright 2s forwards;
  padding: 2rem 1rem;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  width: 100% !important;
}

.form-of-landing-page {
  width: 110%;
  background-color: #3b1d64;
  color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  animation: revealAnimationright 2s forwards;
  padding: 2rem 0;
  margin-bottom: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-left: -60px;
  margin-top: 50px;
}

.form-of-landing-page input,
button {
  width: 70%;
}

/*  */
/* ----------------------------------------------------- */

@keyframes revealAnimation {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(20px);
  }
}

@keyframes revealAnimationright {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRightToLeft {
  0% {
    transform: translateX(
      100%
    ); /* Start from the right side of the container */
  }
  100% {
    transform: translateX(-100%); /* End at the left side of the container */
  }
}

.all-comp-in-campus:hover {
  transform: scale(1.1); /* Increase the scale factor as needed */
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slideIn {
  from {
    transform: translateX(-60%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
/* ----------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .form-of-landing-page {
    margin: auto;
    color: white;
    width: 90%;
    background-color: #282646;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: revealAnimationright 2s forwards;
    margin-top: -4rem;
  }

  .text-of-landing-page {
    font-size: 240%;
    margin-top: 1rem;
    text-shadow: 4px 4px 8px #000000;
  }
  .span-text-of-landing-page {
    font-size: 158%;
    text-shadow: 4px 4px 8px #000000;
  }
  .extra-text-two {
    width: 100%;
    margin: auto;
    color: white;
    font-size: 135%;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    text-shadow: 4px 4px 8px #000000;
  }
  .know-more-text {
    font-size: 1.5rem;
    text-align: justify;
    flex-wrap: wrap;
    display: flex;
    color: white;
    font-weight: 600;
  }

  .pop-up-form {
    margin-top: 0rem !important;
  }
  .extra-text {
    margin: auto;
    width: 100%;
    margin-top: -2rem;
  }
  .main-head-text-of-landing-page {
    margin-top: 5rem !important;
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
  
    background-image: linear-gradient(to bottom, #7e7e7e42, #2222228c),
      url(./Assets/back-image.png);
    background-repeat: no-repeat;
    height: auto;
  }
  .Recruiters {
    margin-bottom: 0rem;
  }
  .center-main {
    position: fixed !important;
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: black !important;
    width: 90% !important;
    text-align: center !important;
    height: 80% !important;
  }
}







 /* thankyou.html */

 .thank-you-message {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 12px;
  width: 470px !important;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 430px !important;
  margin-top: -10px;
  margin-left:-120px;
}

.thank-you-message .message-box h3 {
  color: rgb(0, 0, 0);
  font-size: 75px;
  margin-bottom: 10px;
}

.thank-you-message .message-box p {
  font-size: 54px;
  color: #000000;
  margin: 0;
  font-weight: bold;
}

@media (max-width: 576px) {
  .thank-you-message {
    padding: 20px;
    max-width: 90%;
    height: 200px !important;
    margin-top: -20px;
  }

  .thank-you-message .message-box h3 {
    font-size: 24px;
  }

  .thank-you-message .message-box p {
    font-size: 16px;
  }
}


/* placement highlights */

/* --- Section Title --- */
.main-head-text-of-all h1 {
  text-align: center;
  font-weight: 800;
  font-size: 2.5rem;
  color: #1e293b;
  position: relative;
  margin-bottom: 2rem;
}



/* --- Highlights Container --- */
.highlights-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  justify-content: center;
  align-items: stretch;
  text-align: center;
}

/* --- Individual Box --- */
.highlight-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-top: 5px solid #1c2a38;
}

.highlight-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* --- Text Styles --- */
.highlight-box h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #007bff;
  margin-bottom: 0.3rem;
}

.highlight-box p {
  font-size: 1rem;
  font-weight: 500;
  color: #475569;
}

/* --- Responsive Design --- */
@media (max-width: 991px) {
  .highlights-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .highlights-container {
    grid-template-columns: 1fr;
  }

  .highlight-box h2 {
    font-size: 1.8rem;
  }
}
