@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);
#button-top,
.footer a,
.sidenav a {
  text-decoration: none;
}
body {
  font-family: Inter, sans-serif;
  background-color: #f1f5f9;
}
.navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 111;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-primary {
  background-color: #fadd00;
  border-color: #fadd00;
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  text-align: left;
}
.btn-primary:hover {
  background-color: #ffd118;
  border-color: #e6b800;
  color: #000;
}
.header-logo-1,
.header-logo-2 {
  width: 100px;
}
.header-logo-3 {
  width: 60px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #242424;
}
.hero-section {
  background-image: url("../images/home-banner.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 100px 0;
  position: relative;
  height: 600px;
}
.hero-content {
  position: relative;
  z-index: 1;
}
.hero-title {
  font-size: 3.2rem;
  font-weight: 700;
}
.icon-block {
  text-align: center;
  padding: 30px;
  border: 1px solid #fff;
}
.icon-block img {
  max-height: 80px;
}
.icon-block h5 {
  margin-top: 15px;
  font-weight: 600;
}
.icon-block:hover {
  border: 1px solid #f2f2f2;
  padding: 30px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.carousel-item img,
.carousel-item video {
  border-radius: 10px 10px 0 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}
.carousel-item .card-body {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  height: 220px;
}
.card-course {
  border: none;
  border-radius: 10px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #2865d6;
  border-radius: 50%;
  padding: 9px;
  height: 40px;
  width: 40px;
}
.why-choose-section {
  background-image: url("../images/why-choose-bg.png");
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choose-card {
  background-color: #fff;
  color: #2c3e50;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 250px;
  max-height: 300px;
  margin-bottom: 80px;
}
.why-choose-card h6 {
  font-weight: 600;
  color: #2164da;
  margin-bottom: 10px;
  font-size: 24px;
}
.why-choose-card p {
  font-size: 0.9rem;
}
.why-choose-card .card-icon {
  max-width: 80px;
  position: absolute;
  top: -40px;
}
.cta-section {
  background: linear-gradient(102.76deg, #4d8bf6 -39.29%, #1159da 98.47%);
  color: #fff;
  padding: 40px;
  border-radius: 10px;
}
.logo-scroll-container,
.logo-scroll-container-1 {
  overflow: hidden;
  background: #fff;
  white-space: nowrap;
}
.cta-section small {
  font-size: 12px;
  display: inline-block;
  line-height: 1.4;
  height: 10px;
}
.logo-scroll-container {
  padding: 4rem 2rem;
  border-radius: 10px 10px 0 0;
}
.logo-scroll-container .logos {
  display: inline-block;
  animation: 20s linear infinite scroll;
}
.logo-scroll-container img,
.logo-scroll-container-1 img {
  height: 60px;
  margin: 0 40px;
  vertical-align: middle;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo-scroll-container-1 {
  padding: 0 2rem 4rem 0;
  border-radius: 0 0 10px 10px;
}
.admission-image,
.placement-achievement-section {
  background-size: cover;
  background-position: center;
}
.logo-scroll-container-1 .logos-1 {
  display: inline-block;
  animation: 20s linear infinite scrolll;
}
@keyframes scrolll {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .why-choose-card {
    text-align: center;
  }
}
.section-light {
  background-color: #f1f5f9;
  color: #2c3e50;
}
.section-dark {
  background-image: url("../images/contact-bg.png");
}
.admission-container,
.faq-section,
.form-section {
  padding: 50px 0;
}
.admission-card h4,
.placement-card h4 {
  font-size: 30px;
}
.admission-image {
  background-image: url("../images/admission-process.png");
  height: 100%;
  position: relative;
  border-radius: 15px;
}
.apply-btn-overlay {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}
.apply-btn-overlay .btn {
  background-color: #fc0;
  border-color: #fc0;
  color: #000;
  font-weight: 600;
  border-radius: 5px;
}
.steps-list {
  list-style: none;
  padding: 0;
  font-size: 18px;
}
.steps-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.steps-list li::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1c5ad6;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.admission-info small {
  color: #fff;
}
.form-section h2 {
  font-weight: 700;
}
.form-container {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.form-control::placeholder {
  color: #e0e0e0;
}
.form-control:focus {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
  color: #000;
}
.accordion-item {
  border: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  border-radius: 10px;
}
.accordion-item:last-of-type {
  border-bottom: none;
}
.accordion-button {
  background-color: #f5f5f5;
  color: #3f4040;
  font-weight: 600;
  padding: 15px;
  border-radius: 0;
  box-shadow: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232c3e50'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0);
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.footer {
  background-color: #252525;
  color: #fff;
  padding: 40px 0;
}
.footer-logo {
  max-width: 150px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fc0;
}
.contact-info li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 14px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none;
  color: #fff;
}
.btn-applynow {
  background-color: #fadd00;
}
#storiesCarousel .carousel-inner img {
  border-radius: 10px !important;
}
.list-unstyled {
  padding-left: 17px;
  list-style: disc;
  font-size: 18px;
}
.big-peoplenames-section .p-3 {
  border: 2px solid #1159da;
  border-radius: 10px;
  background: #f2f6fb;
}
.big-peoplenames-section img {
  position: relative;
  top: -50px;
  width: 100px;
}
.big-peoplenames-section h5 {
  position: relative;
  top: -30px;
}
.big-peoplenames-section small {
  position: relative;
  top: -20px;
  font-size: 12px;
  line-height: 1.5;
  display: block;
}
.placement-achievement-section {
  background-image: url("../images/why-choose-bg.png");
}
.placement-achievement-section h3 {
  font-size: 40px;
  background-color: #fad400;
  font-weight: 700;
  width: max-content;
  border-radius: 8px;
  margin: auto;
  position: relative;
  top: -80px;
}
.placement-mt {
  margin-top: 7rem;
}
#coursesSlider .carousel-inner,
#coursesSlider .carousel-item {
  display: flex;
}
#coursesSlider .course-slide {
  flex: 0 0 25%;
  max-width: 25%;
}
.placement-card {
  position: relative;
  top: -50px;
}
.placement-card p {
  font-size: 18px;
}
#button-top,
.addressscrad p {
  font-size: 14px;
}
.admission-info {
  background: #2a2a2a;
  padding: 20px 40px 20px 20px;
  border-radius: 10px;
  width: max-content;
}
#button-top,
.nav-btn {
  width: 40px;
  height: 40px;
}
.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label,
.input-group select:focus + label,
.input-group select:not(:placeholder-shown) + label {
  transform: translateY(-1.5rem) scale(0.8);
  color: #4a90e2;
  background-color: #fff;
  padding: 0 0.5rem;
}
.display-5 {
  font-size: 4.2rem;
}
.accordion-body {
  color: #747474;
  background-color: #f5f5f5;
  padding-top: 0;
}
.accordion-button:not(.collapsed) {
  color: #0c0c0c;
  background-color: #f5f5f5;
  box-shadow: none;
}
ul.contact-info {
  padding-left: 20px;
}
.submit-button {
  background-color: #2f6ee1;
  border: none;
  color: #000;
  font-weight: 600;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
.slider-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider-container::-webkit-scrollbar {
  display: none;
}
.card {
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
}
.btn-warning {
  background-color: #fdd835;
  border-color: #fdd835;
  color: #212529;
  font-weight: 500;
}
.btn-warning:hover {
  background-color: #fbc02d;
  border-color: #fbc02d;
}
.nav-btn,
.nav-btn:hover {
  background-color: #2d66d2;
}
.seats {
  color: #6c757d;
  font-size: 0.875rem;
}
.nav-btn {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1.5rem;
  transition: transform 0.5s;
}
@media (max-width: 1200px) {
  .card-container {
    grid-template-columns: repeat(8, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .card-container {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1200px) {
  .card-item {
    width: calc(100% / 4 - 1rem) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .card-item {
    width: calc(100% / 3 - 1rem);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-item {
    width: calc(100% / 2 - 1rem);
  }
}
@media (max-width: 767px) {
  .card-item {
    width: calc(100% / 1 - 1rem);
  }
}
.container-padding {
  padding: 2rem 0;
}
.logo-scroll-container-1:hover .logos-1,
.logo-scroll-container:hover .logos {
  animation-play-state: paused;
}
.cource-btn-card {
  position: absolute;
  bottom: 20px;
}
.card-item .card-body {
  height: 250px;
  max-height: 280px;
}
.socialmedia-icons img {
  width: 30px;
  margin-right: 10px;
}
section {
  scroll-margin-top: 200px;
}
.stu-store-bg {
  padding: 4rem 0;
}
#button-top {
  display: inline-block;
  background-color: #2563db;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  background-color: #111111fa;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 3px 24px;
  font-size: 18px;
  color: #e6e4e4;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.mob-navbar-icon {
  display: none;
}
.card-item {
  width: 300px;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.lang-active {
  color: #0d6efd; /* Bootstrap blue */
  font-weight: 700;
}
.enlamg-class {
  padding-right: 39px;
}
.lead {
  font-size: 1.1rem;
  width: 80%;
  font-weight: 300;
}
.langSwitch {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  padding: 6px 6px;
  border-radius: 8px;
  cursor: pointer;
  animation: glowHighlight 2s infinite alternate;
}

@keyframes glowHighlight {
  from {
    box-shadow: 0 0 5px #0d6dfdbe, 0 0 10px #0d6dfdac;
  }
  to {
    box-shadow: 0 0 10px #0d6dfdac, 0 0 20px #0d6dfdac;
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 100vh; /* full screen height */
  overflow: hidden;
  background: black; /* avoids white edges */
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh; /* 100 * (16/9) → keeps 16:9 cover */
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.header-logo-4 {
  width: 60px;
}

  .mob-view-slider {
    display: none;
  }