.main-container-of-page {
  overflow: hidden !important;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}
h1 {
  font-family: "Fontspring";
  text-transform: uppercase;
}

.heder-of-city-guidde {
  position: fixed;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 100;
  box-sizing: content-box !important;
  overflow: hidden;
  border-bottom: 2px solid black;
}

/* .main-head-text-of-landing-page {
 
  display: flex;
  justify-content: center;
  gap: 2rem;
  align-items: center;
  background-size: 100%;
  background-image: linear-gradient(to bottom, #7e7e7e42, #2222228c),
    url(./Assets/main-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 100vh;
} */

.head-text-of-landing-page {
  animation: revealAnimation 2s forwards;
}

.text-of-landing-page {
  text-shadow: rgba(12, 115, 150, 0.884) 3px 3px 5px;
  font-size: 510%;
  font-weight: 700;
  padding-bottom: 2rem;
}

.span-text-of-landing-page {
  font-size: 3rem;
  color: white;
  font-weight: 200;
  text-shadow: rgba(12, 115, 150, 0.884) 3px 3px 5px;
}

.local-text {
  font-size: 3rem;
  margin-top: 2rem;
  background-color: red;
  width: 70%;
  text-align: center;
  font-family: "Diphylleia", serif;
  padding-bottom: 2%;
}
.button-of-top {
  display: flex;
  gap: 2rem;
  margin-left: 40px;
  margin-top: -20px;
}

/* Tablet */
@media (max-width: 992px) {
  .button-of-top {
    gap: 1rem;
    margin-left: 20px;
    margin-top: 0;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .button-of-top {
    flex-direction: column;
    align-items: center;
    margin-left: -25px;
    margin-top: 10px;
    gap: 10px;
  }
}

.button-of-top button {
  width: 16rem;
  padding: 1%;
  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 {
  
  background-color: #cbebf6;

  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-left: 20px;
  margin-top:20px
} */

/* .form-of-landing-page input,
button {
  width: 100%;

} */

.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: 3rem 0;
  text-align: center;
  color: #39639b;
}

.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;
  font-family: "Roboto Condensed", sans-serif;
}

.Approval {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  padding: 4% 3%;
}
.main-Approval {
  background-image: url(./Assets/Accreditations-back-image.jpg);
  margin-top: 2rem;
  padding: 0% !important;
}

.Approval img {
  width: 20%;
  height: 20%;
  padding: 3%;
  background-color: white;
  border-radius: 10px;
}
.boxes-of-palcement li {
  width: 30rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1% 1%;
  color: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.main-courses {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.main-courses div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2% 2%;
  width: 18rem;
  height: 20rem;
  /* text-align: center; */
  text-align: center;
  font-size: 1.2rem;
  /* height: 5rem; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: background-color 0.3s;
}
.main-courses b {
  font-size: 2rem;
}

.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);
}

.Top-Recruiters {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  animation: slide 10s linear infinite;
  object-fit: cover;
  margin-bottom: 2rem;
}

.Top-Recruiters img {
  width: 20%;
  height: 40%;
}
.campus-life {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  gap: 1rem;
  padding: 0 3%;
  flex-wrap: wrap;
}
.card-of-campus-life {
  box-shadow: #3b1d6453 0px 4px 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 17.5rem;
  text-align: center;
  gap: 1rem;
}
.card-of-campus-life img {
  width: 30%;
}

li::marker {
  color: #fb0f0c;
}

.why-chose-us {
  display: flex;
  gap: 3rem;
}

.footer-of-page-alliance {
  background-color: #002147;
}

.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;
}

/* 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;
}

.class-model-div {
  display: flex;
  justify-content: right;
  align-items: end;
  width: 90%;
  height: 1rem;
  margin-bottom: -30px;
}

/* ----------------------------------------- */

/* ----------------------------------------------------- */

@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) {
  .text-of-landing-page {
    padding-top: 1rem;
    font-size: 274%;
    text-shadow: rgba(12, 115, 150, 0.884) 3px 3px 5px;
    margin-top: 2rem;
  }
  .main-head-text-of-landing-page {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
    /* background-image: linear-gradient(to bottom, #7e7e7e42, #2222228c),
      url(./Assets/Accreditations-back-image.jpg); */
    height: auto;
  }
  .span-text-of-landing-page {
    font-size: 50%;
    font-weight: 500;
    text-shadow: rgba(12, 115, 150, 0.884) 3px 3px 5px;
  }
  .button-of-top button {
    width: 9rem;
    font-size: 24px;
  }

  .form-of-landing-page {
    margin: auto;
    width: 90%;
    background-color: #cbebf6e6;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: revealAnimationright 2s forwards;
    margin-top: -22rem;
  }
  .main-text {
    font-size: 120%;
    padding-bottom: 20rem;
    font-weight: 600;
  }

  .why-chose-us {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    padding-left: 4%;
  }

  .pop-up-form {
    margin-top: 0rem !important;
  }
  .Students-component ul {
    display: flex;
    flex-wrap: wrap;
  }
}


/* Tablet */
@media (max-width: 768px) {
  .boxes-of-palcement {
    gap: 1.5rem;
  }

  .boxes-of-palcement li {
    min-width: 45%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .boxes-of-palcement {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .boxes-of-palcement li {
    width: 90%;
    font-size: 14px;
    padding:10px 10px;
  }

  .boxes-of-palcement li span {
    font-size: 1.6rem !important;
  }
}

.card:hover {
  transform: scale(1.1);
}

.local-text {
  font-size: 2rem;
  margin-top: 2rem;
  background-color: red;
  width: 70%;
  text-align: center;
  font-family: "Diphylleia", serif;
  padding-bottom: 2%;
}

@media screen and (max-width: 426px) {
  .center {
    width: 90%;
  }
}

/* ------------ Thankyoupage CSS------------------------------- */



/* thankyou.html */

 .thank-you-message {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 12px;
  width: 350px !important;
  margin: 20px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 400px !important;
  margin-top: 10px;
}

.thank-you-message .message-box h3 {
  color: rgb(255, 255, 255);
  font-size: 50px;
  margin-bottom: 10px;
}

.thank-you-message .message-box p {
  font-size: 44px;
  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;
  }
}



.form-container {
  background: #1f5690;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 300px;
  margin-left: 65px;
  margin-top:-100px
}

.form-container h3 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  

  .text-content,
  .form-content {
    text-align: center;
  }

  .form-container {
    margin-top: -339px;
    margin-left: -30px;
        margin-right: -30px;
    width: 300px;
  }
}

/* Form Heading */
.form-container h3 {
  font-size: 24px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase; /* Optional for styling */
  letter-spacing: 1px;       /* Optional for spacing */
}

/* Form Labels */
.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 5px;
  display: inline-block;
}

/* Form Inputs */
.form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  color: #333;
  background: #f9f9f9;
  transition: border-color 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #007bff;
  background: #fff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Submit Button */
.btn-primary {
  background-color: #efb12b;
  border-color: var(--accent-color);;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
  background-color:rgb(137, 13, 13);
  box-shadow: 0 4px 10px rgba(0, 91, 179, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .form-container h3 {
    font-size: 20px;
  
  }
  
  
  .form-label {
    font-size: 13px;
  }

  .btn-primary {
    font-size: 14px;
    padding: 8px 16px;
  }
}

/* course */

.courses-section {
  padding: 50px 20px;
  background: #f8f9fa;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.course-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.course-card h4 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.course-card p {
  font-size: 14px;
  color: #666;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Tablet */
@media (max-width: 992px) {
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .course-grid {
    grid-template-columns: 1fr;
  }
}


/* college location */


/* Container */
.college-container{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:25px;
  padding:40px 20px;
}

/* Card */
.college-all{
  width:23%;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 4px 15px rgba(0,0,0,0.08);
  transition:0.3s;
}

.college-all:hover{
  transform:translateY(-6px);
  box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

/* Top Text */
.top-text-of-college{
  padding:15px 18px 5px;
}

.top-text-of-college h6{
  margin:0;
  color:#666;
  font-size:14px;
}

.top-text-of-college h5{
  margin:5px 0 0;
  font-weight:600;
}

/* Image */
.college-all img{
  width:100%;
  padding:10px 15px;
}

/* Address */
.college-all p{
  padding:0 18px;
  font-size:14px;
  color:#444;
}

/* Tablet */
@media(max-width:992px){
  .college-all{
    width:45%;
  }
}

/* Mobile */
@media(max-width:576px){
  .college-all{
    width:100%;
  }
}



/* ===== Banner Section ===== */
.landing-banner {
  position: relative;
 background: url("./Assets/ch.jpg") center/cover no-repeat; 
  padding: 140px 0 120px;
  overflow: hidden;
  height:600px;
}


/* Tablet view */
@media (max-width: 991px) {
  .landing-banner {
    height: 450px;
    padding: 100px 0;
    background-position: center;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .landing-banner {
    height: 1094px;            /* flexible height */
    padding: 80px 20px;
    background-size: cover;
    background-position: center;
  }
}


/* Overlay */
.landing-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
}

/* Content above overlay */
.main-head-text-of-landing-page {
  position: relative;
  z-index: 2;
}

/* ===== Logo Slanted Box ===== */


/* Slanted Logo Box */
.logo-box {
  position: absolute;
  top: 0px;
  left: 0;
  background: #efefef;
  padding: 20px 70px 20px 30px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  z-index: 6;
}

/* Flex Layout */
.logo-flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Logo Image */
.logo-flex img {
  height: 75px;
}

/* Logo Text */
.logo-text h2 {
  margin: 0;
  font-size: 38px;
  color: #2f4e85;
  font-weight: bold;
}

.logo-text p {
  margin: 0;
  color: #caa455;
  font-weight: bold;
  font-size: 15px;
}

.logo-text span {
  font-size: 13px;
  color: #2f4e85;
}

/* Mobile Responsive */
@media(max-width:768px) {

  .logo-box {
    clip-path: none;
    padding: 15px;
  }

  .logo-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-flex img {
    height: 55px;
  }

  .logo-text h2 {
    font-size: 22px;
  }
}

/* ===== Heading Text ===== */
.text-of-landing-page {
  font-size: 48px;
  font-weight: bold;
  color: white;
  margin-left: 39px;
}

.span-text-of-landing-page1 {
  font-size: 20px;
  color: #ddd;
}


.span-text-of-landing-page {
  font-size: 20px;
  color: #ddd;
  margin-left: 6px;
}

/* Buttons */
.button-of-top button {
  background: #cfa255;
  border: none;
  padding: 10px 25px;
  margin-right: 10px;
  border-radius: 25px;
  color: white;
  font-weight: 600;
}

.button-of-top button:hover {
  background: #b89045;
}



/* ===== Campus Bar ===== */
.campus-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 3;
  margin-top: -90px;
}

/* Left Gold Box */
.our-campus {
  background: #d6a85f;
  padding: 15px 30px;
  font-weight: bold;
  
  margin-top: 97px;
}

/* Locations */
.locations {
  background: #1f5690;
  flex: 1;
  display: flex;
  align-items: center;
  /*margin-bottom: 69px;*/
  margin-top: 98px;
}

.locations span {
  color: white;
  padding: 15px 25px;
  border-right: 1px solid rgba(255,255,255,0.3);
}


/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

  .campus-bar {
    position: relative; /* remove absolute */
    flex-direction: column;
    margin-top: 20px;
  }

  .our-campus {
    margin: 0;
    text-align: center;
    padding: 12px;
  }

  .locations {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .locations span {
    padding: 10px 15px;
    border-right: none;
    font-size: 14px;
  }
}


/* ===== Responsive ===== */

@media(max-width:992px){

  .text-of-landing-page {
    font-size: 34px;
  }

  .logo-box img {
    height: 55px;
  }

  
}

@media(max-width:768px){

  .logo-box {
    clip-path: none;
    padding: 15px;
  }

  .campus-bar {
    flex-direction: column;
  }

  .locations {
    flex-wrap: wrap;
  }

  .locations span {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.3);
  }
}

@media(max-width:576px){

  .text-of-landing-page {
    font-size: 26px;
    margin-top: -50px;
    margin-left:8px;
  }

  .button-of-top button {
    width: 100%;
    margin-bottom: 10px;
  }

  .locations span {
    /* width: 100%; */
    
  }

  .our-campus {
    text-align: center;
  }
}


.disclaimer-box {
  background: #fff8e1;
  border-left: 6px solid #ff9800;
  padding: 20px 25px;
  margin: 30px auto;
  max-width: 1100px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

.disclaimer-box h4 {
  margin-bottom: 10px;
  color: #e65100;
  font-size: 20px;
  font-weight: 600;
}

.disclaimer-box p {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .disclaimer-box {
    padding: 15px;
    margin: 20px 15px;
  }

  .disclaimer-box h4 {
    font-size: 18px;
  }

  .disclaimer-box p {
    font-size: 14px;
  }
}




