* {
  margin: 0px;
  padding: 0px;
  
}
body{
  overflow-x: hidden;
}

.business-school-container {
  padding: 20px 10px !important;
  width: 100%;
  text-align: center;
  margin-top: 2rem !important;
  /* height: 30rem; */
  background: #f8f9fa;
  /* padding: 20px; */
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  /* max-width: 400px; */
  margin: auto;
}

.new-button {
  padding: 20px 10px !important;
  /* font-size: 18px !important; */
  width: 90% !important;
  margin-top: 1rem !important;
}

.programs {
  width: 98%;
  text-align: start;
  margin: auto;
  margin-top: 15px;
}

.program {
  font-size: 15px;
  color: #333;
  background: #ececec;
  padding: 6px 20px !important;
  border-radius: 5px;
  margin: 5px 0;
}
.heder-of-city-guidde {
  width: 100%;
  position: fixed;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
  z-index: 100;
  color: white;
  box-sizing: content-box !important;
}
.header-image{
  width: 20rem;
}

.main-head-text-of-landing-page {
  /* margin-top: rem !important; */
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: baseline;
  background-size: 180%;
  background-image: linear-gradient(to bottom, #00000069, #00000069),
    url("./Assets/alliance-banner2.png");
  background-repeat: no-repeat;
  /* height: 100vh; */
}

.span-text-of-landing-page {
  font-size: 20px;
  padding-top: 1rem;
  color: white;
}
.text-of-landing-page {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #000000de;
  margin-top: -50px;
}

.head-text-of-all {
  text-align: center;
 margin-top: -30px !important;
font-weight: bold !important;
  text-align: center;
  color: #000000;
}
.new-text {
  background-color: red;
  color: white;
  text-align: center;
  padding-top: 1rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
  width: 50%;
  
}

.all-program-cards {
  /* margin: auto; */
  display: flex;
  gap: 9rem;
  justify-content: center;
  /* justify-content: center; */
  /* align-items: center; */
  /* overflow-x: hidden; */
  /* gap: 5rem; */
  flex-wrap: wrap;
  /* padding: 1rem 1rem; */
  flex-wrap: wrap;
}
.course-button-sp button{
  background-color: #900f0f;
   color: white;
    width: 23rem;
     /* height: 4rem; */
      border-radius: 40px;
       font-size: large;
        font-weight: 700;
}

.wow{
  width: 17rem;
}


.Placements-section {
  background: #5b7cc0;
  /* padding: 80px 0 60px; */
  overflow: hidden;
  width: 100%;
}
/* carousel section */

  /* Custom styling for carousel */
  .carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-indicators {
    top: 1rem; /* Move the indicators 5rem below */
  }

  .carousel-item img {
    /* max-height: 150px; */
    object-fit: contain;
    width: 90%;
  }

  .carousel-indicators {
    position: absolute;
    margin-top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* top: 5rem !important; */
    margin-top: 10rem;
  }

  .carousel-indicators li {
    margin-top: 2rem;
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 2px;
    
  }

  /* Hide arrows if needed */
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
/*  */



.image-campus-and-details {
  margin: auto;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 5%;
}
.all-buttons-of-infra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  margin-bottom: 3rem;
}
.all-buttons-of-infra button {
  width: 12%;
  border: none;
  text-decoration: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.5s ease;
}
.all-buttons-of-infra button:hover {
  border-bottom: 2px solid maroon;
}
.campus-and-details p {
  font-size: 80%;
}

.footer-of-page-alliance {
  background-color: #900f0f;
  color: whitesmoke !important;
  width: 500px !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: white !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: 100%;
  background-color: #272549e6;
  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;
}

.form-of-landing-page input,
button {
  width: 70%;
}

/* ----------------------special button*/

.comic-button {
  display: inline-block;
  padding: 5px 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #900f0f;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.comic-button:hover {
  background-color: #fff;
  color: #ff5252;
  border: 2px solid #ff5252;
  box-shadow: 5px 5px 0px #ff5252;
}

.comic-button:active {
  background-color: #fcf414;
  box-shadow: none;
  transform: translateY(4px);
}

/* ------------------------------------------------ */

.carouselTwo-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.item{
  width: 16rem;
}
/* spelical card for courses */

/* From Uiverse.io by satyamchaudharydev */ 
.card {
  position: relative;
 /*  width: 300px;   Set your desired width */
   /* height: 200px;    Set your desired height */
  overflow: hidden;
  border: none;
  transition: all 0.3s ease;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease; /* Smooth opacity transition */
}

.card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;

  font-size: 18px;
  opacity: 0;  /* Initially hidden */
  transition: opacity 0.3s ease;
}

.card:hover .card-image img {
  opacity: 0.3; /* Makes image transparent on hover */
  background-color: #660000;
}

.card:hover .card-text {
  opacity: 1; /* Shows the text on hover */
  background-color: #660000;
}

.text-of-landing-page-one{
  font-size: 40px;
    margin-top: -2rem;
    font-weight: bold;

}

/* ------------------------------------ */

/* ----------------------------------------------------- */

@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 */
}

/* ----------------------------------------------------------------------- */

@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;
    height: 200px;
  }
  .header-image{
    width: 11rem;
    height: 4rem;
    margin-left: -20px;
  }
  .head-font{
    font-size: 1rem !important;
    padding-right: 0% !important;
  }
  
  .main-head-text-of-landing-page {
    margin-top: 0rem !important;
    display: flex;
    justify-content: center;
    gap: 6rem;
    align-items: baseline;
   background-size: 869%;
  background-image: linear-gradient(to bottom, #00000069, #00000069),
    url("./Assets/alliance-banner2.png");
    background-repeat: no-repeat;
    
  }

  .text-of-landing-page {
    font-size: 23px;
    margin-top: -3rem;
  }
  .new-text {
    width: 90%;
    margin-left: 1rem;
  }
  .span-text-of-landing-page {
    font-size: 110%;
  }

  .pop-up-form {
    margin-top: 0rem !important;
  }
  .memorial-image-of-head {
    width: 100%;
  }

  .image-campus-and-details {
    margin: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5%;
  }

  .image-campus-and-details {
    margin: auto;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
  }

  .all-buttons-of-infra button {
    width: 39%;
  }

  .rank-and-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
  }

  .center-main {
    position: fixed !important;
    top: 55% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: white !important;
    width: 90% !important;
    text-align: center !important;
    height: 80% !important;
  }


  .text-of-landing-page-one{
  font-size: 23px;
    margin-top: -2rem;
    font-weight: bold;

}
  
}

/* ------------ 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%;
}



/* my css */


    
    .all-program-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 20px;
      width: 100%;
      box-sizing: border-box;
    }

    .academics-itam {
   
      background: #6662bee6;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }

    .academics-itam:hover {
      transform: translateY(-5px);
    }

    .academics-img img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .academics-text {
      padding: 15px;
      font-size: 14px;
    }

    .academics-text h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 600;
      color: #ffffff;
    }

    @media screen and (max-width: 768px) {
      .all-program-cards {
        grid-template-columns: 1fr;
        padding: 10px;
      }

      .academics-text {
        font-size: 13px;
      }

      .academics-text h3 {
        font-size: 15px;
      }
    }


    .naac-banner {
    display: flex;
    align-items: center;
    gap: 30px;
    color: white;
    font-family: 'Arial', sans-serif;
    background: transparent;
  }

  .naac-content {
    text-align: left;
  }

  .accredited {
    font-size: 50px;
    color: #fbc02d;
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
  }

  .naac-grade {
    display: flex;
    align-items: baseline;
    font-size: 60px;
    font-weight: bold;
    margin: 5px 0;
    margin-top: -20px;
  }

  .naac-grade .naac {
    margin-right: 10px;
  }

  .grade {
    font-size: 130px;
  }

  .grade sup {
    font-size: 40px;
    vertical-align: super;
  }

  .underline {
    width: 290px;
    height: 2px;
    background-color: white;
    margin: 8px 0;
  }

  .subtext {
    font-size: 30px;
    color: white;
    margin: 0;
  }

  .highlight {
    font-weight: bold;
  }

  .naac-logos img {
    height: 80px;
    margin-left: -86px;
    margin-top: 40px;
  }

  @media (max-width: 768px) {
    .naac-banner {
      flex-direction: column;
      align-items: flex-start;
    }

    .naac-logos img {
      height: 40px;
    }

    .naac-grade {
      font-size: 36px;
    }

    .grade {
      font-size: 48px;
    }

    .grade sup {
      font-size: 16px;
    }

    .subtext {
      font-size: 18px;
    }
  }

.home_logo {
  margin: 10px;
  transition: transform 0.3s ease;
}
.home_logo:hover {
  transform: scale(1.05);
}



  /* Section Styling */
.courses-section {
  background-color: #f9f9f9;
}

/* Title */
.section-title {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}

/* Course Card Styling */
.course-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

/* Heading */
.course-heading {
  font-size: 25px;
  font-weight: bold;
  color: #8d0d0d;
}

/* List Styling */
.course-list {
  list-style-type: none;
  padding-left: 0;
}

.course-list li {
  padding: 8px 0;
 
  font-size: 16px;
  color: #444;
  font-weight: bold;
}

/* Remove last border */
.course-list li:last-child {
  border-bottom: none;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }
  .course-heading {
    font-size: 18px;
  }
  .course-list li {
    font-size: 15px;
  }
}


/* UG icon color - Blue */
.ug-icon {
  color: #c02323;
  margin-right: 8px;
}

/* PG icon color - Green */
.pg-icon {
  color: #c02323;
  margin-right: 8px;
}



/* banner ka popup form  */

/* Popup Form Styles */
.popup-form-container {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.popup-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.popup-form h2 {
  margin-bottom: 20px;
  text-align: center;
}

.popup-form .close-btn {
  position: absolute;
  top: 8px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}



/* banner apply now btn */

.responsive-btn {
  width: 60%;
  padding: 12px 0;
  font-weight: bold !important;
  font-size: 26px !important;
  color: white !important;
  border-radius: 5px;
  text-align: center;
  margin-top: 80px !important;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
  .responsive-btn {
    font-size: 26px !important;
    padding: 10px 0 !important;
    margin-top: -280px !important;
    margin-left: 60px !important;
  }
}


/*  why alliance */


.rank-main {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-top: 20px;
}
.rank-main h2 {
  font-size: 24px;
  color: #800000;
  font-weight: bold;
}
.rank-main p {
  font-size: 15px;
  color: #333;
}


/* placement  */

.text-maroon {
  color: #800000;
}

.placement-card {
  background-color: #fdf9f3;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
margin-left: 50px;
}

.placement-card:hover {
  transform: translateY(-5px);
}

.placement-card h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #800000;
}

.placement-card p {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}



/* Right Side (Form Container) */
.form-container {
  background: #000000!important;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  max-width: 450px;
  width: 100%;
  margin-left: -220px  !important;
  margin-top: 21px;
}

.form-container h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #ffffff;
}

/* Form Elements */
.form-label {
  font-weight: bold;
  color: #333;
}

.form-control,
.form-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s;
}

.form-control:focus,
.form-select:focus {
  border-color: #ff5722;
}

.btn-primary {
  background: var(--accent-color);
  border: none;
  padding: 12px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #e64a19;
}

@media (max-width: 640px) {
  .form-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-top: -10px;
  }

  
}


/* 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: 200px !important;
  margin-top: -10px;
  margin-left: -30px;
}

.thank-you-message .message-box h3 {
  color: whitesmoke;
  font-size: 40px;
  margin-bottom: 10px;
}

.thank-you-message .message-box p {
  font-size: 35px;
  color: #ffffff;
  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;
  }
}


/* Right Side (Form Container) */
.form-container {
  background: #000000!important;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  max-width: 450px;
  width: 100%;
  margin-left: 30px  !important;
  margin-top: 21px;
}

.form-container h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #ffffff;
}

/* Form Elements */
.form-label {
  font-weight: bold;
  color: #333;
}

.form-control,
.form-select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s;
}

.form-control:focus,
.form-select:focus {
  border-color: #ff5722;
}

.btn-primary {
  background: var(--accent-color);
  border: none;
  padding: 12px;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-primary:hover {
  background: #e64a19;
}

@media (max-width: 640px) {
  .form-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-top: -10px;
  }

  
}



/*  popup form banner */
.enquiry-form {
  max-width: 400px;
  width: 90%;
  margin: 30px auto;
  padding: 25px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.enquiry-form .form-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #900f0f;
  text-align: center;
}

.enquiry-form .form-control {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.enquiry-form .form-control:focus {
  border-color: #900f0f;
  outline: none;
}

.enquiry-form .submit-btn {
  width: 100%;
  background-color: #900f0f;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.enquiry-form .submit-btn:hover {
  background-color: #7a0c0c;
}

/* Responsive tweaks */
@media (max-width: 480px) {
  .enquiry-form {
    padding: 20px 15px;
  }

  .enquiry-form .form-title {
    font-size: 20px;
  }

  .enquiry-form .form-control,
  .enquiry-form .submit-btn {
    font-size: 16px;
  }
}

/*banner location and est*/

.college-details {
  padding: 10px 20px;
  background-color: #900f0f; /* Optional background */
  border-radius: 10px;
  max-width: 100%;
  margin: auto;
}

.detail-item {
  color: #ffffff;
  font-size: 18px;
  margin: 5px 0;
  font-weight: 500;
}

/* Responsive for mobile screens */
@media (max-width: 576px) {
  .detail-item {
    font-size: 16px;
    text-align: left;
  }

  .college-details {
    padding: 10px;
  }
}

