body {
  color: #121212;
  font-style: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-top: 4px solid #062a4d;
}

.position-fixed {
position: fixed;
bottom: 1rem;
right: 1rem;
z-index: 1040;
display: block;
}
a {
  color: #285caa;
  text-decoration: none;
}
a:hover {
  color: #112b50;
}
h1 {
  font-size: 54px;
  font-weight: 700;
}
h3 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
  font-weight: 300;
  color: #0081cb;
}
p {
  font-weight: 400;
  color: #545454;
}
dl, ol, ul {
  color: #545454;
}
.form-control {
  font-size: 14px;
}
.floating__form {
  width: 400px;
}
.floating__form.fixed-form {
  position: fixed;
  bottom: 0;
  height: 550px;
  overflow-y: scroll;
  right: 0;
  /* margin: 1rem; */
  z-index: 1050;
  transition: transform 0.4s ease;
}
.floating__form label {
  font-size: 14px;
  color: #545454;
}
.floating__form--colors::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(
    to right,
    #ee334e 0%,
    #ee334e 25%,
    #0081c8 25%,
    #0081c8 50%,
    #fcb131 50%,
    #fcb131 75%,
    #00a651 75%,
    #00a651 100%
  );
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.header__line {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.btn {
  border-radius: 25px;
  padding-right: 20px;
  padding-left: 20px;
}
.btn-primary {
  background-color: #0281cb;
  border-color: #0281cb;
}
.btn-primary:hover {
  background-color: #0467a0;
  border-color: #0467a0;
}
.btn-outline-primary {
  border: 2px solid #062a4d;
  border-color: #062a4d;
  color: #062a4d;
  transition: all 0.3s ease-in;
}
.btn-outline-primary:hover {
  border: 2px solid #062a4d;
  border-color: #062a4d;
  background-color: #062a4d;
  color: #fff;
}
.btn-outline-secondary {
  border-color: #fff;
  color: #fff;
}
.btn-outline-secondary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0281cb;
/*  color: #ee334e;*/
}
.btn-danger {
  background-color: #ee334e;
}
.logo {
  height: 60px;
}
.slideshow__header {
  text-align: right;
}
.header {
  min-height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header h1, .header p {
  color: #fff;
  text-shadow: 2px 2px 0px #000;
}
.header__banner {
  max-width: 740px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 12px 12px 0px 0px #e6f4ff;
}
.slideshow {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 120px;
}
.slideshow__wrapper {
  position: relative;
}
.slideshow__text {
  position: absolute;
  top: 150px;
  z-index: 10;
  max-width: 60%;
}
.slideshow h1 {
  text-shadow: 2px 2px 0px #fff;
}
.slideshow p {
  text-shadow: 1px 1px 0px #fff;
  margin-top: 10px;
  max-width: 80%;
}
.stripes.stripes-horizontal {
  right: 0px;
}
.stripes.stripes-vertical {
  flex-direction: column;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stripes {
  display: flex;
  gap: 50px;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
}
.stripes-negative {
  top: -100px;
}
.stripes .stripe.is-green {
  background-color: #00a651
}
.stripes .stripe.is-yellow {
  background-color: #fcb131;
}
.stripes .stripe.is-blue {
  background-color: #0081c8;
}
.stripes .stripe.is-red {
  background-color: #ee334e;
}
.stripes.stripes-horizontal .stripe {
  height: 62px;
  width: 8px;
}
.stripes.stripes-vertical .stripe {
  height: 8px;
  width: 62px;
}
.about {
  padding: 100px 0 80px;
  background-color: #062a4d;
  position: relative;
}
.about h2, .about h6, .about p {
  color: #fff;
}
.about__bg {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
  width: auto;
}
.about__logo {
  max-height: 115px;
  flex: 1 1 0; /* Allow images to grow equally */
  padding: 15px 0;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.about__design {
  color: red;
}
.about__design--logo {
  height: auto;
}
.about__programme {
  margin-top: 30px;
}
.about__programme p {
  color: #fff;
}
.about__programme--icon {
  height: 50px;
  margin-bottom: 20px;
}
.about__programme--block {
  padding: 30px 15px 15px;
  transition: 0.3s background-color ease-in-out;
}/*
.about__programme--block:hover {
  background-color: #e6f4ff;
  border-radius: 8px;
}
.about__programme--block:hover p {
  color: #545454;
}*/
.instructions {
  padding: 100px 0;
}
#countdown {
  display: flex;
  gap: 20px;
  font-size: 2rem;
  justify-content: center;
  margin-top: 50px;
}
.countdown__time--box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  min-width: 100px;
}
.countdown__time--box.red {
  border-top: 8px solid #ee334e;
}
.countdown__time--box.blue {
  border-top: 8px solid #0081c8;
}
.countdown__time--box.yellow {
  border-top: 8px solid #fcb131;
}
.countdown__time--box.green {
  border-top: 8px solid #00a651;
}
.countdown__time--box .number {
  font-weight: 300;
  font-size: 54px;
  color: #333;
  line-height: 1;
}
.countdown__time--box .label {
  font-size: 1rem;
  color: #777;
  margin-top: 5px;
  display: block;
}
.stepper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 2rem 0;
}
.step {
  text-align: center;
  flex: 1;
  position: relative;
}
.step .circle {
  width: 30px;
  height: 30px;
  background-color: #062a4d;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.step .top-text, .step .bottom-text {
  margin-top: 10px;
  margin-bottom: 15px;
}
.step .bottom-text {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1em;
}
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #062a4d;
  z-index: -1;
}
@media (max-width: 768px) {
  .stepper {
    flex-direction: column;
    align-items: center;
  }

  .step:not(:last-child)::after {
    content: none;
  }
}

.curriculum {
  padding: 100px 0 80px;
  background-color: #062a4d;
}
.curriculum h2, .curriculum h6, .curriculum .lead {
  color: #fff;
}
.curriculum__tabs {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
}
.curriculum__tabs .nav-pills {
  margin-right: 15px;
}
.curriculum .nav-link {
  text-align: left;
  background-color: #e6f4ff;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #545454;
  min-width: 300px;
  padding: 17px;
}
.curriculum .nav-link:hover {
  color: #fff;
  background-color: #062a4d;
}
.curriculum .nav-pills .nav-link.active, .curriculum .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #062a4d;
}

.faculty {
  padding: 100px 0 60px;
  background-color: #fff;
  position: relative;
}
.faculty__image {
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 15px;
}
.faculty__profile--image {
  transition: transform 0.3s ease;
}
.faculty__profile:hover .faculty__profile--image {
  transform: translateY(-10px);
}
.faculty p>span {
  display: block;
}
.placement {
  padding: 20px 0 20px;
  background-color: #fff;
  position: relative;
}
.placement__stats {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #062a4d;
  padding: 50px 15px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.placement__stats.red {
  border-top: 10px solid #ee334e;
  background-color: #f9f9f9;
}
.placement__stats.red h2, .placement__stats.red p {
  color: #ee334e;
}
.placement__stats.blue {
  border-top: 10px solid #0081c8;
  background-color: #f9f9f9;
}
.placement__stats.blue h2, .placement__stats.blue p {
  color: #0081c8;
}
.placement__stats.yellow {
  border-top: 10px solid #fcb131;
  background-color: #f9f9f9;
}
.placement__stats.yellow h2, .placement__stats.yellow p {
  color: #fcb131;
}
.placement__stats.green {
  border-top: 10px solid #00a651;
  background-color: #f9f9f9;
}
.placement__stats.green h2, .placement__stats.green p {
  color: #00a651;
}
.placement__stats--bg {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.placement__stats--bg svg {
    bottom: 0;
    left: 0;
    position: absolute;
}
.placement__stats h2 {
  font-weight: 300;
  font-size: 64px;
}
.placement__stats p {
  margin-bottom: 0;
  color: #fff;
}
.placement__logo-scroller--wrapper {
  overflow: hidden;
  overflow-y: visible;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.placement__logo--row {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  
}

.placement__logo--row.placement__logo--left {
  animation: scroll-left 45s linear infinite;
}

.placement__logo--row.placement__logo--right {
  animation: scroll-right 40s linear infinite;
}

.placement__logo--row:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.placement__logo--item {
  flex: 0 0 auto;
  width: 120px;
  margin: 0 30px 30px;
  text-align: center;
}
.placement__logo--item img {
  width: 100%;
  height: 80px;
  display: block;
  margin: 0 auto 10px;
  object-fit: contain;
}
.placement__logo--row span {
  font-size: 14px;
  color: #545454;
  line-height: 1.25;
  display: inline-block;
  min-height: 100px;
}

@media (max-width: 768px) {
  .placement__logo--item {
    width: 80px;
    margin: 0 5px;
  }
}

.fees {
  background-color: #062a4d; 
  position: relative;
  overflow: hidden;
}
.fees__bg--image {
  background-image: url('../images/aists-india-admission-2025.jpg');
  background-size: cover;
  background-position: center left;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%; /* You can adjust this */
  z-index: 1;
}
.fees .container,
.fees__data {
  position: relative;
  z-index: 1;
}

.fees__data {
  padding: 100px 15px 100px 30px;
}
.fees h2, .fees p, .fees li {
  color: #fff;
}
.fees__image {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.fees__abstract--image {
  bottom: 0;
  opacity: .1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -10;
}
.fees__abstract--image img {
  height: 100%;
  width: 100%;
}

.testimonials {
  padding: 100px 0;
  background-color: #fff;
}
.testimonials__list {
  min-height: 475px;
}
.testimonials__photo {
  width: 95%;
  height: auto;
  border-radius: 8px;
}
.testimonials__quote {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.testimonials__single p {
  font-size: 18px;
  color: #062a4d;
}
.testimonials__single p > span {
  color: #0281cb;
  font-weight: 700;
}
.testimonials__author {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 30px;
}
.testimonials__author h3 {
  line-height: 1;
}
.testimonials .carousel-control-prev {
  margin-right: 5px;
}
.testimonials .carousel-control-next, .testimonials .carousel-control-prev {
  position: static; /* Optional if using 'position-static' class */
  width: auto;
  margin-left: 5px;
}
.testimonials .carousel-control-prev-icon,
.testimonials .carousel-control-next-icon {
  filter: invert(1);
}
.color-dots {
  display: flex;
  gap: 8px;
  margin: 6px 0;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.dot.red { background-color: #ee334e; }
.dot.blue { background-color: #0081c8; }
.dot.green { background-color: #00a651; }
.dot.yellow { background-color: #fcb131; }

@media (max-width: 768px) {
  .testimonials__photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  }
  .testimonials__single p {
    font-size: inherit;
  }
}
.endorsement {
  background-color: #062a4d; 
  padding: 100px 0px 80px;
}
.endorsement h2 {
  color: #fff;
}
.endorsement__quote {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.endorsement__profile {
  width: 100%;
  max-width: 50px;
  height: auto;
}
.endorsement__list {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px 30px;
  position: relative;
  margin-bottom: 15px;
  min-height: 310px;
}
.endorsement .carousel {
  padding-bottom: 60px;
}
.endorsement .carousel-indicators [data-bs-target] {
  height: 6px;
  background-color: #fff;
}
.contact {
  padding: 100px 0;
  background-color: #fff;
}
.contact h5 {
  font-size: 16px;
  font-weight: 700;
}
.contact__social {
  width: 30px;
}
footer {
  background-color: #f3f3f3;
  padding-top: 20px;
  font-size: 13px;
}
/* For mobile/tablets or screens smaller than 992px */
@media (min-width: 992px) {
  .products .carousel-control-next, .products .carousel-control-prev {
    bottom: 40%;
  } 
}
@media (max-width: 991.98px) {
  .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slideshow {
    padding-top: 20px;
  }
  .slideshow__text {
    position: inherit;
    top: 20px;
    z-index: 10;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .slideshow h1 {
    font-size: 28px; 
  }
  .slideshow__header {
    width: 100%;
    padding: 15px 15px 15px 0;
  }
  .fees__bg--image {
    background-image: none;
  }
  .fees__data {
    padding: 60px 0;
  }
  #countdown {
    gap: 10px;
  }
  .countdown__time--box {
    padding: 20px 10px;
    min-width: inherit;
  }
  .floating__form {
    width: 100%;
  }
  .curriculum__tabs .nav-pills {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

