h1 {
  font-family: "Fontspring";
  text-transform: uppercase;
}
.head-text-of-landing-page {
  animation: revealAnimation 2s forwards;
}

.heder-of-city-guidde {
  position: fixed;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 100;
  box-sizing: content-box !important;
  overflow-x: hidden;

  box-shadow: 2px 2px 5px black;

  /* margin: auto; */
}

.main-head-text-of-landing-page {
  /* margin-top: 5rem !important; */
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: center;
  background-size: 100%;
  background-image: url(./Assets/hero-7.jpg);
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100vh;
}

.text-of-landing-page {
  text-shadow: rgb(0, 0, 0) 3px 3px 5px;
  font-size: 600%;
  font-weight: 700;
}

.span-text-of-landing-page {
  text-shadow: rgb(0, 0, 0) 3px 3px 5px;
  font-size: 250%;
  font-weight: 600;
  color: white;
  padding-bottom: 4rem;
  font-family: none !important;
  text-transform: uppercase;
}

.button-of-top button {
  width: 12rem;
  padding: 2%;
  font-size: 30px;
  background-color: red;
  color: white;
  border: 1px solid red;
  font-weight: 700;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: background-color 0.5s;
}
.button-of-top button:hover {
  background-color: white;
  color: #022873;
}

.form-of-landing-page {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  animation: revealAnimationright 2s forwards;
  padding: 2rem 0;
  margin-bottom: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-of-landing-page input,
button {
  width: 70%;
}

.main-overview-of-college {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
}

.head-text-of-all {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  text-align: center;
  color: #002147;
}

.college-all {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid #dde4e8;
  border-radius: 5px;
  width: 17rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.top-text-of-college {
  background-color: #123880;
  color: white;
  text-align: center;
  padding: 3% 0%;
  border-top: 5px solid #6dcbf8;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.Approval {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3% 2%;
}

.card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-body button {
  width: 30% !important;
  height: 2rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.all-mba-college-with-image {
  /* margin: auto; */
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 2%;
  padding: 0% 4%;
}

.card {
  margin: auto;
  margin-bottom: 3%;
}

.card-body a {
  font-size: 90%;
  font-weight: 700;
  text-decoration: none;
}

.main-courses {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  text-align: flex-start;
  gap: 2rem;
}
.main-courses div {
  display: flex;

  flex-wrap: wrap;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 2% 2%;
  transition: background-color 0.3s;
}

.main-courses div:hover {
  background-color: #0088cc;
  color: white;
}
table {
  border-collapse: collapse;
  width: 100%;
  padding: 0% 3%;
}

th,
td {
  border: 1px solid black;
  padding: 10px;
  text-align: left;
}

.course {
  margin: 2% 2%;
  padding: 2% 2%;
  background-color: white;
  color: black;
  border: 1px solid black !important;
  transition: transform 0.4s;
  border-radius: 10px;
  height: 18rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.course:hover {
  background-color: white;
  color: black;
  transform: scale(1.1);
}

.campus-life {
  display: flex;
  margin: auto;

  gap: 1.5rem;
  padding: 0 6%;
  flex-wrap: wrap;
}
.card-of-campus-life {
  box-shadow: #09090953 0px 4px 5px;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
  width: 22rem;
  text-align: center;
  gap: 2rem;
}
.card-of-campus-life img {
  width: 30%;
}

.col-md {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #d5d0d0;
  padding: 2% 2%;
  height: 15rem;
  margin: 2% 2%;
  text-align: center;
  gap: 1rem;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

li::marker {
  color: #0012d4;
}

.why-chose-us {
  display: flex;
  gap: 3rem;
}

.footer-of-page-alliance {
  background-color: #16396a;
}

.all-link-in-footer i {
  color: white;
}
.card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-body button {
  width: 30% !important;
  height: 2rem !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.prep-tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
  list-style-type: none;
}
.prep-tips li {
  padding-top: 1.2rem;
  width: 17rem;
  height: 5rem;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.prep-tips li:hover {
  background-color: #16396a;
  color: white;
  cursor: pointer;
  transition: background-color 800ms;
}

/* model styling start from here */

.center {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  width: 30%;
  text-align: center;
  height: 80%;
}

.close-modal {
  font-weight: bolder;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal {
    position: fixed;
    top: 50% !important;
    right: 0;
    bottom: 0;
    left: 50% !important;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.class-model-div {
  display: flex;
  justify-content: right;
  align-items: end;
  width: 90%;
  height: 1rem;
  margin-bottom: -30px;
}
.all-future-scope {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

/* ----------------------------------------------------- */

@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%);
  }
}

/* ----------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  .main-head-text-of-landing-page {
    /* margin-top: 5rem !important; */
    display: flex;
    justify-content: center;
    gap: 6rem;
    align-items: center;
    background-size: 100%;
    background-image: url(./Assets/hero-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: auto;
  }

  .text-of-landing-page {
    margin-top: 3rem;
    font-size: 260%;
    text-shadow: rgb(0, 0, 0) 3px 3px 5px;
    padding-bottom: 1rem;
  }
  .span-text-of-landing-page {
    font-size: 130%;
    font-weight: 500;
    text-shadow: rgb(0, 0, 0) 3px 3px 5px;
    padding-bottom: 0rem !important;
  }
  .main-text {
    padding-bottom: 2rem;
    margin-top: 1rem !important;
    color: white;
    font-size: 100%;
    text-shadow: 3px 3px 3px rgb(0, 0, 0);
    font-weight: 600;
  }
  .button-of-top {
    padding-top: 0rem !important;
    display: flex !important;
    justify-content: start !important;
    gap: 5px !important;
    flex-wrap: wrap !important;
    padding-bottom: 6rem;
  }
  .button-of-top button {
    width: 26%;
    font-size: 20px;
  }

  .form-of-landing-page {
    margin: auto;
    width: 90%;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: revealAnimationright 2s forwards;
    margin-top: -11rem;
    height: auto;
  }

  .pop-up-form {
    margin-top: 0rem !important;
  }
  .Students-component ul {
    display: flex;
    flex-wrap: wrap;
  }

  .all-mba-college-with-image {
    margin: auto;
    display: flex;

    flex-wrap: wrap;
    gap: 2rem;
  }
}

.card:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 426px) {
  .center {
    width: 90%;
  }
}

/* ------------ Thankyoupage CSS------------------------------- */

.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%;
}

/* ------------spinner */

/* CSS for the spinner */
.spinner {
  position: fixed;
  display: none;
  width: 9px;
  height: 9px;
  top: 50%;
  bottom: 0;
  left: 50%;
}

.spinner div {
  position: absolute;
  width: 50%;
  height: 150%;
  background: #000000;
  transform: rotate(calc(var(--rotation) * 1deg))
    translate(0, calc(var(--translation) * 1%));
  animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
}

.spinner div:nth-child(1) {
  --delay: 0.1;
  --rotation: 36;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(2) {
  --delay: 0.2;
  --rotation: 72;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(3) {
  --delay: 0.3;
  --rotation: 108;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(4) {
  --delay: 0.4;
  --rotation: 144;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(5) {
  --delay: 0.5;
  --rotation: 180;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(6) {
  --delay: 0.6;
  --rotation: 216;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(7) {
  --delay: 0.7;
  --rotation: 252;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(8) {
  --delay: 0.8;
  --rotation: 288;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(9) {
  --delay: 0.9;
  --rotation: 324;
  --translation: 150;
  background-color: white;
}

.spinner div:nth-child(10) {
  --delay: 1;
  --rotation: 360;
  --translation: 150;
  background-color: white;
}

@keyframes spinner-fzua35 {
  0%,
  10%,
  20%,
  30%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: rotate(calc(var(--rotation) * 1deg))
      translate(0, calc(var(--translation) * 1%));
  }

  50% {
    transform: rotate(calc(var(--rotation) * 1deg))
      translate(0, calc(var(--translation) * 1.5%));
  }
}


.text p{
  font-size: 13px;
}


.heading-section {
  text-align: center;
}
.sub-heading {
  font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}
.testimonial-box {
    display: block;
    position: relative;
    padding: 20px 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.carousel-testimonial .owl-nav {
  text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next, 
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span, 
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled, 
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.carousel-testimonial .owl-nav {
  text-align: center;
  display: flex
;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 24%;
}


/* WhatsApp Icon - Always visible, responsive */
.whatsapp-float {
  position: fixed; /* fixed to screen, not just section */
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Optional: Adjust for smaller mobile screens */
@media (max-width: 480px) {
  .whatsapp-float {
    width: 45px;
    height: 45px;
    font-size: 22px;
    bottom: 15px;
    right: 15px;
  }
}


.contact-info {
  color: black;
  padding: 10px 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
}
.contact-info a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
}


@media (max-width: 600px) {
  .contact-info {
    font-size: 20px;
    padding: 10px 10px;
    flex-direction: column;
    text-align: center;
  }
}


/* thankyou.html */

 .thank-you-message {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 12px;
  width: 500px !important;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 450px !important;
  margin-top: -10px;
  margin-left: -80px;
}

.thank-you-message .message-box h3 {
  color: rgb(255, 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: -119px;
    margin-left: 30px;

  }

  .thank-you-message .message-box h3 {
    font-size: 50px;
  }

  .thank-you-message .message-box p {
    font-size: 31px;
  }
}

/* Form Wrapper */
  .enquiry-form {
    max-width: 500px;
    margin: 30px auto;
    padding: 20px 25px;
    background-color: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  /* Title */
  .enquiry-form .form-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
  }

  /* Input Fields */
  .enquiry-form .form-control {
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
  }

  .enquiry-form .form-control:focus {
    border-color: #0066cc;
    outline: none;
  }

  /* Button */
  .enquiry-form .submit-btn {
    width: 100%;
    padding: 12px;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .enquiry-form .submit-btn:hover {
    background-color: #004c99;
  }

  /* Responsive */
  @media (max-width: 600px) {
    .enquiry-form {
      padding: 15px;
    }

    .enquiry-form .form-title {
      font-size: 20px;
    }

    .enquiry-form .form-control,
    .enquiry-form .submit-btn {
      font-size: 0.95rem;
    }
  }