body {
  font-family: "DM Sans";
}
.manrope {
  font-family: "Manrope";
}

.container {
  max-width: 100% !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 50px;
}

h1,h2,h3,h4,h5,h6{
      font-family: "Manrope";
}
.apply-section h1{
    font-size:  26px ;
}
h1{
    font-size:  26px ;
}

.hero-pagination {
  position: absolute;
  right: 40px;
  bottom: 25px;
  display: flex;
  gap: 8px;
}

.hero-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: white;
  opacity: 0.6;
  border-radius: 50%;
}

.hero-pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 10px;
  background: #ff7a2f;
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet {
  width: 44px;
  height: 44px;
  opacity:0 !important;
}
/*add*/
.hero-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
}




/* home course */

.courses-section {
  background: url("../images/banner-img.webp") center/cover;
}
.dept-card {
  margin-bottom: 25px;
}
.dept-card.active img {
  filter: brightness(0) invert(1) !important;
}

.dept-card.active {
  background: linear-gradient(
    90deg,
    rgba(31, 71, 112, 0.8) 0%,
    rgba(47, 100, 154, 0.8) 100%
  );
  color: white;
  border: 1px solid #1f4770;
  transform: translateX(2px);
}

.dept-card.active::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #244d7c;
}

.department-wrapper::-webkit-scrollbar {
  display: none;
}

/* home marquee */

.updates-bar {
  background: #e6f2ff;
  overflow: hidden;
  height: 66px;
  display: flex;
  width:100%;
  align-items: center;
  font-size: 16px;
}

/* Left Blue Shape */
.updates-label {
  background: #2f5f8f;
  height: 66px;
  min-width: 290px;
  border-top-right-radius: 36px;
}

.updates-wrapper {
  position: relative;
  top: 2px;
  left: 80px;
  display: flex;
  align-items: center;
  gap: 17px;
}

/* White Dot */
.updates-label .dot {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
}

.updates-label .dot-text {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -2%;

  color: #ffffff;
}

/* Marquee Container */
.updates-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;

  cursor: pointer;
}

/* Moving Content */
.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 80s linear infinite;
}

/* Space between items */
.marquee-content span {
  margin-right: 60px;
  color: #1f3f5f;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%;
}

.marquee-content .dot-blue {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #1f4770;
  border-radius: 50%;
  margin-right: 8px;
}

/* Animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.updates-marquee:hover .marquee-content {
  animation-play-state: paused;
}

/* home about */
.home_about .container {
  padding-left: 0 !important;
}

/* testimonial section */
.testimonial-section {
  background: #ffffff;
  overflow: hidden;
}

/* Card */
.testimonial-card {
  background: #e6f2ff;
  padding: 25px;
  border-radius: 20px;
  position: relative;
  height: 100%;
  /* keeps equal height */
}

/* dashed inner border */
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px dashed #bedeff;
  border-radius: 20px;
}

/* header */
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.testimonial-header h4 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 18.82px;
  line-height: 110.00000000000001%;
  letter-spacing: -2%;
  text-align: center;
  color: #333333;
}

.testimonial-header p {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 130%;
  letter-spacing: -1%;

  color: #444444;
}

/* avatar */
.testimonial-header img {
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 22px;
  object-fit: cover;
  border: 0.66px solid #cccccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* text */
.testimonial-text {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 26.35px;
  letter-spacing: -2%;
  color: #595959;
  position: relative;
  z-index: 1;
}

.testimonialSwiper {
  padding: 60px 0;
}

.testimonialSwiper .swiper-slide {
  padding: 0 15px;
  box-sizing: border-box;
}

.testimonialSwiper .swiper-slide .testimonial-card {
  transform: scale(1);
  width: 100%;
  /*height: 248px;*/
  transition: all 0.4s ease;
}

.testimonialSwiper .swiper-slide .testimonial-card .testimonial-text {
  width: 100%;
}

.testimonialSwiper .swiper-slide-active .testimonial-card {
  transform: scale(1.12);
  opacity: 1;
  z-index: 5;
}

.testimonialSwiper .swiper-slide-active .testimonial-card .testimonial-text {
  width: 100%;
}

.testimonialSwiper .swiper-slide .testimonial-card {
  width: 100%;
  /*height: 248px;*/
  transition: all 0.4s ease;
}

.testimonialSwiper .swiper-slide-active .testimonial-card {
  transform: scale(1.12);
  /*height: 270px;*/
  padding: 20px;
}

/* gallery */

/* vision */
.mission-wrapper .container {
  padding-right: 0;
}

.logoSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
/* responsive section */
@media (max-width: 1024px) {
  .mission-wrapper .container {
    padding: 0 30px;
  }
  .vision-card {
    border-radius: 24px;
  }
}
@media (max-width: 991px) {
  /* xl breakpoint */
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .testimonialSwiper .swiper-slide-active .testimonial-card {
    transform: none !important;
  }
  .testimonialSwiper {
    padding: 20px 0;
  }
  .updates-label {
 min-width: 215px;
  }
  .updates-wrapper {
    left: 32px;
  }
} 
