* {
  margin: 0px;
  padding: 0px;
  
}
body{
  overflow-x: hidden;
}

h1{
  color: #000 !important;
  font-size: 50px !important;
  font-weight: bold !important;
}

.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: #ffffff;
  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: 100%;
  background-image: linear-gradient(to bottom, #00000069, #00000069),
    url("./Assets/back-image.jpg");
  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;
  color: whitesmoke;
}

.head-text-of-all {
  text-align: center;
  padding: 2rem 0rem;

  text-align: center;
  color: #900f0f;
}
.new-text {
  background-color: red;
  color: white;
  text-align: center;
  padding-top: 1rem;
  margin-top: 2rem;
  padding-bottom: 1rem;
  width: 60%;
  margin-left: 20%;
}

.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;
}

.main-why-alliance {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: auto;
}

.Placements-section {
  background: #364b76;
  /* 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;
  }
/*  */

.why-alliance li {
  font-size: 1.2rem;
}
.rank-and-content {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.rank-main {
  width: 40%;
}
.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: #4941d9e6;
  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: #4941d9e6;
  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;
  
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


 .main-head-text-of-landing-page {
    margin-top: 0rem !important;
    display: flex;
    justify-content: center;
    gap: 6rem;
    align-items: baseline;
    background-size: 100%;
    background-image: linear-gradient(to bottom, #00000069, #00000069),
      url("./Assets/Alliance-University-pic.webp");
    background-repeat: no-repeat;
    height: auto;
  }
.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;
}


/* ------------------------------------ */

/* ----------------------------------------------------- */

@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;
  }
  .header-image{
    width: 12rem;
  }
  .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: 100%;
    background-image: linear-gradient(to bottom, #00000069, #00000069),
     url("./Assets/Alliance-University-pic.webp");
    background-repeat: no-repeat;
    height: auto;
  }

  .text-of-landing-page {
    font-size: 203%;
    margin-top: -1rem;
  }
  .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;
  }
  
}

/* ------------ 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 */


    
 /* ✅ Padding wrapper to give left-right space */
.custom-padding-wrapper {
  padding: 0 40px;
  box-sizing: border-box;
}

/* ✅ Remove Bootstrap negative margins from .row */
.row-new {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ✅ Grid layout for cards */
.all-program-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

/* ✅ Styling each card */
.academics-itam {
  background-color: #5a4de9;
  border-radius: 10px;
  padding: 20px;
  color: white;
  transition: 0.3s;
}

.academics-itam:hover {
  background-color: #4134c4;
}

.academics-text h3 {
  font-size: 18px;
  margin: 0;
}

/* ✅ Responsive tweak for mobile */
@media (max-width: 768px) {
  .custom-padding-wrapper {
    padding: 0 15px;
  }

  .academics-text h3 {
    font-size: 16px;
  }
}


    .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: 40px;
  color: white;
  margin-left: 38px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  background: linear-gradient(90deg, #FFD700, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: glowText 2s ease-in-out infinite alternate;
}

@keyframes glowText {
  0% {
    text-shadow: 2px 2px 8px rgba(255, 215, 0, 0.4);
  }
  100% {
    text-shadow: 2px 2px 12px rgba(255, 165, 0, 0.9);
  }
}

/* Optional: Mobile Responsive */
@media (max-width: 600px) {
  .subtext {
    font-size: 28px;
    margin-left: 10px;
  }
}


  .highlight {
    font-weight: bold;
  }

  .naac-logos img {
    height: 80px;
    margin-left: 28px;
    margin-top: 7px;
  }

  @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;
    }
  }




  /* Section Styling */
.courses-section {
  background-color: #f9f9f9;
}

/* Title */
.section-title {
  font-size: 40px;
  font-weight: bold;
  color: black;
}

/* 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: #4941d9e6;
}

/* 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: 30px;
  }
  .course-heading {
    font-size: 18px;
  }
  .course-list li {
    font-size: 15px;
  }
}


/* UG icon color - Blue */
.ug-icon {
  color: #4941d9e6;
  margin-right: 8px;
}

/* PG icon color - Green */
.pg-icon {
  color: #4941d9e6;
  margin-right: 8px;
}


.infra-section {
  padding: 30px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.infra-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.infra-buttons-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}

.infra-buttons {
  display: flex;
  gap: 10px;
  padding: 10px;
  min-width: max-content;
}

.infra-btn {
  /* flex: 0 0 auto; */
  padding: 10px 16px;
  background-color: #f0f0f0;
  border: none;
  border-radius: 20px;
  white-space: nowrap;
  cursor: pointer;
}

.infra-btn.active {
  background-color: #007bff;
  color: white;
}


.infra-content {
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.infra-content.active {
  display: flex;
}

.info-box {
  /* flex: 1 1 200px; */
  background: #f9f9f9;
  border-left: 5px solid #FFC107;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  min-width: 180px;
}

.info-box h4 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.info-box p {
  margin: 8px 0 0;
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .infra-content {
    flex-direction: column;
  
  }

  .info-box {
    width: 100%;

  }

 
}


.hero-section {
  width: 100%;
  background-image: url("Assets/Alliance-University-pic.webp");
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust transparency here */
  z-index: -1;
}



.hero-content {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1;
  color: white;
  padding-right: 20px;
  min-width: 300px;
}

.hero-text {
  color: white;
  z-index: 2;
  position: relative;
  max-width: 600px;
  padding: 20px;
}

.hero-text .head {
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  color: #ffffff;
  margin-top: -80px;
}

.course-text span {
  font-size: 40px;
  font-weight: bold;
  color: #00BFFF;
  font-style: italic;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.admission-heading {
  font-size: 30px;
  font-weight: 700;
  color: #FFC107;
  margin-top: 10px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.closing-alert {
  margin-top: 20px;
  background-color: #e74c3c;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  animation: blink 1s step-start infinite;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: background 0.3s ease;
  margin-left: -30px;
}

.closing-alert:hover {
  background-color: #c0392b;
}

@keyframes blink {
  50% { opacity: 0; }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-text .head {
    font-size: 57px;
    margin-right: 154px;
    margin-top:-80px
  }

  .course-text span {
    font-size: 30px;
     margin-right: 154px;
  }

  .admission-heading {
    font-size: 18px;
     margin-right: 154px;
  }

  .closing-alert {
  margin-top: 20px;
  background-color: #e74c3c;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  animation: blink 1s step-start infinite;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transition: background 0.3s ease;
  margin-left: -167px;
    margin-bottom: 53px;
}
}


@keyframes blink {
  50% {
    opacity: 0;
  }
}

.hero-form {
  background: #4941d9e6;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  flex: 1;
  min-width: 200px;
  max-width: 360px;
  margin-top: -60px;
  margin-right: 100px;
  height: 460px;
}

.form-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: whitesmoke;
}

.hero-form input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.submit-btn {
  width: 100%;
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #e0a800;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-form {
  background: #4941d9e6;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  flex: 1;
  min-width: 320px;
  width: 355px;
  margin-top: --54px;
  margin-right: 164px;
}


  .hero-text {
    padding-right: 0;
    margin-bottom: 30px;
  }

  

  
}


/* 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: 40px;
}

.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;
  }
}


/* WhatsApp Floating Button - Final Fix */
.whatsapp-float {
  position: fixed;
  bottom: 60px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: transform 0.3s ease;
  
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #1ebea5;
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
    padding: 12px;
    font-size: 20px;
  }
}



.rank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.rank-box {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.rank-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.rank-box h2 {
  font-size: 26px;
  color: #003366;
  font-weight: bold;
  margin-bottom: 10px;
}

.rank-box p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

@media (max-width: 576px) {
  .rank-box h2 {
    font-size: 22px;
  }
  .rank-box p {
    font-size: 14px;
  }
}


/* ✅ Base Styles */
.header-of-city-guide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 999;
}

/* ✅ Logo Image Styling */
.header-logo img {
  height: 50px;
  max-width: 100%;
  object-fit: contain;
}

/* ✅ Phone Section Styling */
.header-phone {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ✅ Font Awesome Icon Styling */
.header-phone i {
  color: #007bff;
}

/* ✅ Responsive Adjustments */
@media (max-width: 768px) {
  .header-of-city-guide {
    flex-direction: row;
    padding: 10px 15px;
  }

  .header-logo img {
    height: 40px;
  }

  .header-phone {
    font-size: 16px;
  }
}



/* why alliance */

.rank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.rank-box {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.rank-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.rank-box h2 {
  font-size: 26px;
  color: #003366;
  font-weight: bold;
  margin-bottom: 10px;
}

.rank-box p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

@media (max-width: 576px) {
  .rank-box h2 {
    font-size: 22px;
  }
  .rank-box p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
#aubrand h3{
    
    font-size : 20px;
}
}


@media (max-width: 576px) {
  .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
}


/*header number css*/

.header-phone a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  margin-left: 5px;
  font-size:20px;
}



/*approval and acc*/



.approval-section {
  padding: 40px 20px;
  /*background-color: #f8f8f8;*/
  text-align: center;
}

.approval-title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.approval-logos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 10px;
}

.approval-item {
  flex: 0 0 auto;
  width: 220px;
  text-align: center;
}

.approval-item img {
  width: 190px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}

.approval-item p {
  font-size: 14px;
  line-height: 1.4;
}

