body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  margin: 0;
}

/* Top Bar */
.top-bar {
  background-color: #002B4E;
  color: #fff;
  font-size: 14px;
}

.top-bar .call-text i {
  margin-right: 5px;
}

.top-bar .social-icons a {
  color: #fff;
  margin-left: 10px;
  font-size: 18px;
}

.top-bar .social-icons a:hover {
  opacity: 0.8;
}

/* Navbar */
.navbar-nav .nav-link {
  font-weight: 600;
  margin: 0 20px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #000;
}

/* Buttons */
.btn-login,
.btn-signup {
  background-color: #002B4E;
  color: #fff;
  border-radius: 5px;
  padding: 6px 20px;
  font-weight: 500;
}

.btn-login:hover,
.btn-signup:hover {
  opacity: 0.8;
}

/* Make navbar sticky */
.sticky-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Transition effect */
.navbar {
  transition: top 0.3s ease-in-out;
}

.d-flex .btn-login:hover {
  border: 1px solid #135b79;
}

.d-flex .btn-signup {
  border: 1px solid #135b79;
}

.row.g-0 {}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.d-flex.ms-3 {
  height: 50px;
}

.person-info {
  text-align: center;
}

.section-teames .single-person .person-image img {
  border-radius: 50%;
}

.social-icons svg {
  fill: #ffff;
  width: 20px;
  height: 20px;
}

.social-icons {
  gap: 20px;
  margin-bottom: 5px;
}

.contact-section {
  padding: 40px 0;
}


.bg_sec {
  background: #f8f9fa;
  padding: 60px 0;
}

h2 {
  line-height: 1.1;
}

/* Hero Slider */
.hero-slider {
  width: 100%;
  min-height: 450px;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    min-height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
  min-height: 450px;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: #003087;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  top: 50%;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {

  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }

  .top-bar {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    display: none;
  }
}

.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
  }
}

.hero-style {
  transition: all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    min-height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 4rem;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 3rem;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 2rem;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns>a:first-child {
  margin-right: 10px;
}

.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #2b3b95;
  padding: 9px 32px;
  border: 0;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition: all .4s ease;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
}

a.nav-link {
  padding: 1px 5px !important;
  font-size: 16px;
  color: #000077;
}

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {

  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {

  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

/* Course Section */
.course-section {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

.course-section h2 {
  /* font-size: 2.5rem; */
  color: #003087;
  margin-bottom: 18px !important;
}

.course-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 2%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.course-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.course-card .card-body {
  padding: 15px;
}

.course-card h2 {
  font-size: 1.25rem;
  color: #003087;
}

.course-card a {
  color: #ffffff;
  font-weight: 600;
  transition: color 0.3s ease;
  background: #002b4e !important;
  border-radius: 50px;
}

.course-card a:hover {
  color: #fffbec;
}

/* Learning Section */
.learning-section {
  padding: 30px 0px;
  background-color: #f8f9fa;
  text-align: center;
}

.learning-section h2 {
  font-size: 2.5rem;
  color: #003087;
  margin-bottom: 40px;
}

.learning-card {
  border: none;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.learning-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.learning-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}

.learning-card h2 {
  font-size: 1.25rem;
  color: #003087;
  margin-top: 15px;
}

.learning-card .btn-primary {
  background-color: #003087;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.learning-card .btn-primary:hover {
  background-color: #0041b3;
  transform: translateY(-2px);
}

.learning-section .btn-primary {
  background-color: #002b4e;
  border: none;
  border-radius: 25px;
  padding: 10px 30px;
}

/* Media Section */
.media-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.media-section h2 {
  font-size: 2.5rem;
  color: #003087;
  margin-bottom: 40px;
}

.media-section img {
  height: 60px;
  margin: 0 20px;
  transition: transform 0.3s ease;
}

.media-section img:hover {
  transform: scale(1.1);
}

/* Trainer Section */
.trainer-section {
  padding: 60px 20px;
  background-color: #ffff;
  text-align: center;
}

.trainer-section h2 {
  font-size: 2.5rem;
  color: #003087;
  margin-bottom: 40px;
}

.trainer-card {
  margin-bottom: 20px;
  background: gray;
  border-radius: 10px;
}

.trainer-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #003087;
  transition: transform 0.3s ease;
}

.trainer-card img:hover {
  transform: scale(1.05);
}

.trainer-card p {
  font-size: 1.1rem;
  color: #003087;
  margin-top: 10px;
}



/* Success Section */
.success-section {
  padding: 60px 20px;
  background-color: #f8f9fa;
  text-align: center;
}

.success-section h2 {
  font-size: 2.5rem;
  color: #003087;
  margin-bottom: 40px;
}

.success-section img {
  width: 200px;
  margin: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.success-section img:hover {
  transform: translateY(-5px);
}

/* Note Section */
.note-section {
  padding: 20px;
  background-color: #e6f0fa;
  border: 2px solid #003087;
  border-radius: 10px;
  margin: 20px;
  font-weight: 500;
  color: #003087;
}

/* Footer Section */
.footer-section {
  background: linear-gradient(135deg, #262f31 50%, #262f31 100%);
  color: white;
  padding: 60px 0;
  padding: 45px 0px 0px;
  z-index: -1;

}

.copyright-bar {
  background-color: #002b4e;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  font-size: 0.9rem;
  border-top: 1px solid #fff;
}

.footer-section img {
  height: 60px;
  margin-bottom: 20px;
}

.footer-section h5 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}

.footer-section a {
  color: #ffffff;
  text-decoration: none;
  margin: 5px 0;
  display: block;
  transition: color 0.3s ease;
  font-weight: 500;
}

.footer-section a:hover {
  color: #ffcc00;
}

.footer-section .social-icons img {
  height: 30px;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.footer-section .social-icons img:hover {
  transform: scale(1.2);
}

/* Main Section (Popular Cities) */
main {
  /* margin: 0 auto; */
  /* min-height: 100vh; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* padding-block: min(20vh, 5em); */
}

main .header {
  margin-bottom: 55px;
}

main .header h1 {
  font-weight: 800;
  font-size: 3rem;
  margin: 5px -5px 15px;
}

main .header span {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #471aa0;
}

main .header p {
  max-width: min(40ch, 100% - 2rem);
  line-height: 1.6;
  color: #565656;
}

@media screen and (max-width: 600px) {
  main .header {
    margin-bottom: 70px !important;
  }
}

main .item {
  width: 100%;
  min-height: 400px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

main .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

main .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 28px 25px;
  color: #fff;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, #020024 0%, #000032a1 3%, #17d9ff00 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

main .item .overlay span {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 60px;
  padding: 10px 20px;
  display: inline-block;
}

main .item .overlay>div h2 {
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

/* Owl Carousel Optimizations */
.owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-nav button {
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  border-radius: 50%;
  margin: 0 5px;
  transition: background 0.2s ease;
}

.owl-carousel .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #ccc;
  width: 10px;
  height: 10px;
  margin: 5px;
  transition: background 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #003087;
}

.owl-carousel .owl-nav {
  display: none !important;
  position: absolute;
  top: -100px;
  right: 0;
}

@media screen and (max-width: 600px) {
  .owl-nav {
    top: -60px !important;
  }
}

.home-demo .item {}

.home-demo h2 {
  color: #000000;
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #003087;
}

/* Card Styling for Learning Section */
.card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 2rem;
  margin-bottom: 18px;
}

.card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.card-text {
  flex: 1 1 55%;
  text-align: left;
}

.card-text h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1d1d1d;
}

.card-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}

.features {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #333;
  gap: 0.5rem;
}

.feature-item i {
  color: #002b4e;
  font-size: 1.5rem;
}

.explore-btn {
  background: #002b4e;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.explore-btn:hover {
  background: #0041cc;
}

.card-image {
  flex: 1 1 35%;
  text-align: center;
}

.card-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-image {
    width: 100%;
  }
}

/* Navbar */
.navbar-blur {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
  gap: 100px;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-collapse {
    gap: 20px;
  }
}

.nav-top .nav-links .btn {
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease;
  color: #000;
  text-decoration: none;
  padding: 0 30px;
  font-size: 17px;
}

.btns {
  display: flex;
  align-items: center;
  gap: 30px;
}

.button-34 {
  background: #5E5DF0;
  border-radius: 999px;
  box-shadow: #5E5DF0 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter, Helvetica, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}

.hidden-cards {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.6s ease;
  max-height: 0;
  overflow: hidden;
}

.hidden-cards.active {
  opacity: 1;
  transform: translateX(0);
  max-height: 3000px;
  /* Large enough to show content */
  margin-top: 2rem;
}

.btn-primary {
  background-color: #1866e6;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 12px;
  transition: background 0.3s, transform 0.3s;
}

.btn-primary:hover {
  background-color: #0e4db3;
  transform: scale(1.05);
}

.card-image img:hover {
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
}

.card-image img {
  transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);
  transform: scale(0.9);
}

.card-image img {
  width: 50%;
  display: flex;
  margin: auto;
  border-radius: 14px;
}

/*about-us--*/
.breadcrumb-nav {
  background: url('../images/About-Us-1.jpg') center/cover no-repeat;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Contact-us--*/


.banner {
  background: url('../images/contact-us.jpg') center/cover no-repeat;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-container {
  background: linear-gradient(135deg, #ffffff, #dfebfe);
  border-radius: 25px;
  padding: 25px;
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 0 15px 50px rgb(0 0 0 / 11%);
  position: relative;
  overflow: hidden;
}

.form-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top left, rgba(0, 123, 255, 0.15), transparent);
  z-index: 0;
}

.form-container h2 {
  color: #002b4e;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 3px;
  text-align: center;
}

.form-container p {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #555;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.input-group {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  display: block;
}

.input-group label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
  font-size: 1rem;
}

.input-group .icon-input {
  position: relative;
}

.input-group .icon-input i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #002b4e;
  font-size: 1.2rem;
  z-index: 100;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: 2px solid #d1e0ff;
  border-radius: 12px;
  background: #fafcff;
  transition: all 0.4s ease;
  font-size: 1rem;
  color: #333;
}

.input-group textarea {
  padding: 15px;
  resize: none;
  height: 120px;
}

.input-group input:focus,
.input-group textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 12px rgba(0, 123, 255, 0.2);
  background: #fff;
  transform: scale(1.02);
}

.form-container .btn-primary {
  background: linear-gradient(90deg, #002b4e, #002b4e);
  border: none;
  width: 100%;
  padding: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-container .btn-primary i {
  margin-right: 8px;
}

.form-container .btn-primary:hover {
  background: linear-gradient(90deg, #0056b3, #003d82);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.5);
}

.info-box {
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, #ffffff, #f5faff);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-left: 5px solid #002b4e;
}

.info-box h5 {
  color: #002b4e;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.info-box p {
  margin: 15px 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #444;
  text-align: left;
}

.info-box p i {
  margin-right: 12px;
  color: #002b4e;
  font-size: 1.4rem;
  background: #e6f0ff;
  padding: 8px;
  border-radius: 50%;
}

.footer {
  background-color: #007bff;
  color: #fff;
  padding: 40px 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .social-icons img {
  width: 30px;
  margin: 0 10px;
}

.footer-bottom {
  background-color: #f4c430;
  color: #000;
  text-align: center;
  padding: 10px 0;
}

/*-----------------course-css---------------------------------*/

.header-section {
  background: url('../images/course_banner.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  height: 300px;
  text-align: center;
  position: relative;
}

.course-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  /* opacity: 0;  */
  padding: 20px 10px;
}

.course-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.course-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.course-card:hover img {
  transform: scale(1.1);
}

.course-card .card-body {}

.course-card h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: #121213;
  margin-bottom: 20px;
}

.course-card p {
  font-size: 1.1rem;
  color: #000000;
}

.course-stats {
  display: flex;
  gap: 15px;
  margin: 10px 0;
  font-size: 1.0rem;
  color: #214aab;
  font-weight: 600;
}

.course-stats i {
  color: #007bff;
}

.btn-explore {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  transition: background 0.3s ease;
}

.btn-explore:hover {
  background: #0056b3;
}

.section-title {
  text-align: center;
  margin: 50px 0;
  font-size: 2.5rem;
  font-weight: 700;
  color: #002b4e;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Animation for cards coming from left */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Animation for cards coming from right */
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-in-left {
  animation: slideInFromLeft 0.8s ease-out forwards;
}

.slide-in-right {
  animation: slideInFromRight 0.8s ease-out forwards;
}

.footer {
  background: #007bff;
  color: white;
  padding: 50px 0;
  text-align: center;
}

.footer a {
  color: #ffeb3b;
  text-decoration: none;
  margin: 0 10px;
}

.footer a:hover {
  text-decoration: underline;
}

/*----about--*/


.main-content {

  padding: 60px 0;

}

.social-links {
  display: flex;
}

.overlay-content {

  text-align: justify;
}

.title-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  /* text-align: center; */
}

.description-text {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  margin-top: 10px;
}

.highlight-text {
  color: #007bff;
  font-weight: bold;
  font-size: 25px;
  margin-top: 30px;
}

/*---forget--*/

.otp_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #121212;
  color: #e0e0e0;
  background-image: radial-gradient(circle at 25% 25%, rgb(166 86 246) 2%, #003087 0%), radial-gradient(circle at 75% 75%, #6665f1 2%, #a556f6 0%);
  background-size: 60px 60px;
}

.otp_sec .container {
  background-color: rgb(255 255 255);
  padding: 3rem;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  text-align: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 650px;
  width: 100%;
}

.otp-input {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.otp-input input {
  width: 50px;
  height: 50px;
  margin: 0 8px;
  text-align: center;
  font-size: 1.5rem;
  border: 2px solid #6665f1;
  border-radius: 12px;
  background-color: rgba(42, 42, 42, 0.8);
  color: #ffffff;
  transition: all 0.3s ease;
}

.otp-input input:focus {
  border-color: #a556f6;
  box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
  outline: none;
}

.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input input[type="number"] {
  -moz-appearance: textfield;
}

button {
  color: white;
  border: 2px solid #6665f1;
  padding: 12px 24px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  margin: 5px;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.5px;
}

button:disabled {
  background: #cccccc;
  border-color: #999999;
  color: #666666;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

#timer {
  font-size: 1rem;
  color: #a556f6;
  font-weight: 500;
  margin-left: 10px;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.expired {
  animation: pulse 2s infinite;
  color: #ff4444;
}

.resend-text {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #000000;
}

.resend-link {
  color: #6665f1;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.resend-link:hover {
  color: #a556f6;
  text-decoration: underline;
}

#email {
  color: #a556f6;
  font-weight: 500;
}

/*-----register-css--*/


.mt-custom-body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

.mt-custom-navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.mt-custom-navbar-brand img {
  height: 40px;
}

.mt-custom-nav-link {
  color: #333;
  font-weight: 500;
}

.mt-btn-enroll {
  background-color: #ffcc00;
  color: #333;
  border: none;
  font-weight: 600;
}

.mt-btn-login {
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  font-weight: 600;
}

.mt-enrollment-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 20px;
}

.mt-enrollment-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.mt-custom-form-control,
.mt-custom-form-select {
  border-radius: 5px;
  border: 1px solid #ced4da;
}

.mt-btn-apply {
  background-color: #ffcc00;
  color: #333;
  border: none;
  font-weight: 600;
}

.mt-password-container {
  position: relative;
}

.mt-password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.mt-illustration-section {
  background-color: #007bff;
  border-radius: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mt-illustration-img {
  max-width: 100%;
  height: auto;
}

.mt-courses-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 20px;
}

.mt-courses-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.mt-course-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  margin-bottom: 30px;
}

.mt-course-card:hover {
  transform: scale(1.05);
  /* Zoom-in on hover */
}

.mt-course-card:not(:hover) {
  transform: scale(1);
  /* Zoom-out when not hovered */
}

.mt-course-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.mt-course-card-body {
  padding: 15px;
}

.mt-course-title {
  font-size: 20px;
  font-weight: 600;
}

.mt-course-rating {
  color: #214aab;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
}

.mt-price-section {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

.mt-price-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  font-weight: 600;
}

.mt-terms-alignment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.mt-terms-alignment .form-check-input {
  margin-right: 8px;
}

.mt-note-section {
  margin-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #666;
}

.mt-custom-footer {
  background-color: #007bff;
  color: #fff;
  padding: 20px 0;
  margin-top: 20px;
}

.mt-footer-link {
  color: #fff;
  text-decoration: none;
}

.mt-social-icons img {
  width: 20px;
  margin: 0 5px;
}

/*----login-css--*/

.auth-modal-content {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
  top: 10rem;
}

.auth-modal-close {
  position: absolute;
  top: 10px;
  right: 0px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #214aab;
}

.auth-modal-image {
  flex: 1;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.auth-modal-image img {
  max-width: 100%;
  height: auto;
}

.auth-modal-form {
  flex: 1;
  padding: 2rem;
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.auth-modal-form h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.auth-modal-label {
  font-weight: 500;
}

.auth-modal-input {
  border-radius: 5px;
  padding: 0.75rem;
}

.auth-modal-btn {
  background-color: #007bff;
  border: none;
  padding: 0.75rem;
  width: 100%;
  border-radius: 5px;
}

.auth-modal-reset {
  display: block;
  text-align: center;
  margin-top: 1rem;
  color: #007bff;
  text-decoration: none;
}

.auth-modal-reset:hover {
  text-decoration: underline;
}

.auth-modal-password {
  position: relative;
}

.auth-modal-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth-modal-toggle svg {
  width: 20px;
  height: 20px;
}

.auth-modal-open {
  padding: 0.5rem 3rem;
  font-size: 1.2rem;
  border-radius: 50px;
  margin-top: 2px;
}

.description-text strong {
  color: #ff9d0b;
}


/*---team-section---*/
.section-teames {
  font-family: "Poppins", sans-serif;
  padding: 80px 0;
}

span.speciality {}

.section-teames .header-sectiones {
  margin-bottom: 50px;
}

.section-teames .header-sectiones .small-title {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #3e64ff;
}

.section-teames .header-sectiones .title {
  font-weight: 700;
  color: #003087;
}

.section-teames .single-person {
  margin-top: 0;
  padding: 30px;
  background-color: #f6f9ff;
  border-radius: 5px;
}

.section-teames .single-person:hover {
  background: linear-gradient(to right, #1c5293, #6665f1);
}

.section-teames .single-person .person-image {
  position: relative;
  margin-bottom: 50px;
  border-radius: 50%;
  border: 4px dashed transparent;
  transition: padding 0.3s;
}

.section-teames .single-person:hover .person-image {
  padding: 12px;
  border: 4px dashed #fff;
}

.section-teames.single-person .person-image img {
  width: 100%;
  border-radius: 50%;
}

.section-teames .single-person .person-image .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(to right, #016cec, #00b5f7);
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}

.section-teames.single-person:hover .person-image .icon {
  background: none;
  background-color: #fff;
  color: #016cec;
}

.section-teames .single-person .person-info .full-name {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.section-teames.single-person .person-info .speciality {
  text-transform: uppercase;
  font-size: 14px;
  color: #016cec;
}

.section-teames .single-person:hover .full-name,
.section-teames .single-person:hover .speciality {
  color: #fff;
}

/*----faq-css--*/
/* FAQ CSS */
.faq-container {
  width: 100%;

  margin: 0px 0px;
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.faq-container h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.faq-container h2::after {
  content: "";
  display: block;
  width: 40% !important;
  height: 3px;
  background: #041d5c;
  position: absolute;
  bottom: 0;
  left: 16rem;
  border-radius: 5px;
  animation: underlineEffect 1s ease-out forwards;
}

@keyframes underlineEffect {
  to {
    width: 100%;
  }
}

.faq-item {
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 100%;
  background: #f0f0ff;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 20px;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.faq-question:hover {
  background: #f1f1f1;
}

.faq-arrow {
  transition: transform 0.3s ease;
  font-size: 15px;
}

.faq-answer {
  display: none;
  padding: 20px;
  font-size: 20px;
  color: #333;
  text-align: left;
  background: #f9f9f9;
  border-radius: 10px;
}

.faq-hidden {
  display: none;
}

.faq-button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#showMore,
#showLess {
  background: #041d5c;
  color: white;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 8px;
  transition: background 0.3s;
}

#showMore:hover,
#showLess:hover {
  background: #062d89;
}

/*----testimonial---*/
.testimonial {
  background-color: white;
  text-align: center;
  padding: 30px 30px 50px;
  margin: 10px 15px 160px;
  position: relative;
}

.demo h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  color: #fff;
  margin-top: 30px;
}


.testimonial::before,
.testimonial::after {
  content: "";
  border-top: 40px solid white;
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.testimonial::after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.testimonial .icon {
  display: inline-block;
  font-size: 40px;
  color: #003087;
  margin-bottom: 20px;
  opacity: 0.6;
}

.testimonial .description {
  font-size: 14px;
  color: #777;
  text-align: justify;
  margin-bottom: 30px;
  opacity: 0.9;
}

.testimonial .testimonial-content {
  width: 100%;
  left: 0;
  position: absolute;
}

.testimonial .pic {
  display: inline-block;
  border: 4px solid white;
  border-radius: 50%;
  box-shadow: 0 0 4px 4px #016d9b;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .name {
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-transform: capitalize;
  margin: 10px 0 5px 0;
}

.testimonial .title {
  display: block;
  font-size: 14px;
  color: #ffd9b8;
}

.owl-controls {
  margin-top: 20px;
}

.owl-pagination {
  display: flex;
  justify-content: center;
}

.owl-page {
  height: 10px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
  background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
  margin-left: 10px;
}

.demo {
  background: linear-gradient(45deg, #214aab, #00266a);
}

.btns {
  display: flex;
  align-items: center;
  gap: 30px;
}

.button-34 {
  background: #dadaff;
  border-radius: 999px;
  box-shadow: #9999db 0 10px 20px -10px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  font-family: Inter, Helvetica, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", EmojiSymbols, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 10px 35px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  border: 2px solid #000;
}



/*---------------------*/
.support-section {
  background-color: #5a4fe1;
  color: white;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
}

.support-img {
  max-width: 100%;
  height: auto;
}

.highlight {
  color: #fcd535;
  font-weight: 700;
}

.email-button {
  background-color: white;
  color: #5a4fe1;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  box-shadow: 5px 5px 0 #2e1fc4;
}

.email-button:hover {
  background-color: #fcd535;
  color: black;
}

.dotted-box {
  width: 40px;
  height: 80px;
  background-image: radial-gradient(white 1px, transparent 0);
  background-size: 10px 10px;
  position: absolute;
  top: 50px;
  left: 55%;
}

.curve-line {
  position: absolute;
  top: 30px;
  right: 5%;
  width: 300px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: rotate(45deg);
}

/*---------------------*/


/* About Section Styling */
.about-section {
  background-color: #fff;
}

.about-subtitle {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #135b79;
  /* Blue accent */
}

.about-title {
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 15px;
}

.about-btn {
  background-color: #002B4E;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.about-btn:hover {
  background-color: #002B4E;
  color: #fff;
}

/* Responsive Tweaks */
@media (max-width: 992px) {
  .about-title {
    font-size: 1.6rem;
  }

  .about-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }

  .top-bar {
    display: none;
  }
}

@media (max-width: 576px) {
  .about-subtitle {
    text-align: center;
  }

  .about-title,
  .about-text {
    text-align: center;
  }

  .about-btn {
    display: block;
    margin: 15px auto 0;
  }

  .top-bar {
    display: none;
  }
}


.pricing-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 950px;
  max-height: 870px;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.pricing-img {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-list li {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}

.pricing-list li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.pricing-btn {
  background: #002b4e;
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: capitalize;
}

.pricing-btn:hover {
  background: #1f6f81;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-card {
    margin-bottom: 20px;
  }
}

.heading {
  text-align: center;
  margin: 0;
  font-weight: 700;
  color: #003087;
}


.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border: none;
  padding: 10px 15px !important;
  border-radius: 50%;
  font-size: 18px;
}

.owl-nav .owl-prev {
  left: 10px;
}

.owl-nav .owl-next {
  right: 10px;
}

.owl-nav button span {
  font-size: 24px;
}

.owl-carousel img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 400px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  position: relative;
  margin-bottom: 20px;
}

.quote-icon {
  font-size: 22px;
  color: #999;
  display: block;
  margin-bottom: 5px;
}

.quote-icon.closing {
  text-align: right;
  margin-top: 5px;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-user img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #0d6efd;
  object-fit: cover;
}

.user-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.user-info p {
  font-size: 14px;
  margin: 0;
  color: #666;
}

/* ✅ Responsive */
@media (max-width: 500px) {
  .testimonial-card {
    padding: 15px;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonial-user img {
    width: 45px;
    height: 45px;
  }

  .user-info h4 {
    font-size: 15px;
  }

  .user-info p {
    font-size: 13px;
  }
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

@media (max-width: 768px) {
  .faq-container h2::after {
    content: "";
    display: block;
    width: 40% !important;
    height: 3px;
    background: #041d5c;
    position: absolute;
    bottom: 0;
    left: 5rem;
    border-radius: 5px;
    animation: underlineEffect 1s ease-out forwards;
  }

  .top-bar {
    display: none !important;
  }

  .breadcrumb-nav {
    background: url(../images/About-Us-1.jpg) center / cover no-repeat;
    height: 138px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .banner {
    background: url(../images/contact-us.jpg) center / cover no-repeat;
    height: 134px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-section {
    background: url(../images/course_banner.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    height: 116px;
    text-align: center;
    position: relative;
  }
}

.course-card {
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
  height: 100%;
}

.course-card:hover {
  transform: translateY(-5px);
}

.course-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.course-tags {
  font-size: 14px;
  color: #333;
}

.course-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.course-desc {
  font-size: 14px;
  color: #555;
  min-height: 55px;
}

.buy-btn {
  background: #1a94da;
  border-radius: 8px;
  font-weight: 500;
}

.buy-btn:hover {
  background: #0077b6;
}

.hero-section {
  background: #000;
  color: #fff;
  padding: 60px 0;
  overflow: hidden;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.gradient-text {
  background: linear-gradient(90deg, #ff6600, #ff00cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  font-size: 1rem;
  margin-top: 15px;
  color: #ccc;
}

.mockup-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mockup-wrapper::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, #8a2be2, #ff00cc, #8a2be2);
  filter: blur(3px);
  z-index: 0;
}

.mockup-img {
  position: relative;
  width: 260px;
  z-index: 1;
  border-radius: 20px;
}

/* Floating card */
.floating-card {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  width: 100%;
  max-width: 300px;
  text-align: center;
  animation: floatUpDown 3s ease-in-out infinite;
}

.floating-card h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #555;
}

.floating-card .sale-amount {
  font-size: 20px;
  font-weight: bold;
  color: #1a94da;
}

.floating-card .percentage {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  color: #28a745;
}

/* Floating animation */
@keyframes floatUpDown {

  0%,
  100% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -10px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
    text-align: center;
  }

  .hero-subtext {
    text-align: center;
  }

  .mockup-wrapper {
    margin-top: 30px;
  }

  .faq-container {
    width: 100%;
    max-width: 900px;
    margin: 0px 0px;
    background: white;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
}

.class-card {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.class-card img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}

.class-card h5 {
  margin: 10px 0 5px;
  font-weight: 600;
}

.class-card p {
  color: green;
  font-weight: 600;
  font-size: 18px;
}

.signup-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.signup-box h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.signup-box .form-control,
.signup-box select {
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.signup-box button {
  background-color: #006d82;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: 500;
  border-radius: 8px;
  margin-top: 15px;
}

.signup-box button:hover {
  background-color: #005b6d;
}

.signup-box small a {
  color: #006d82;
  font-weight: 500;
  text-decoration: none;
}

.signup-box small a:hover {
  text-decoration: underline;
}

.profile-card {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 15px;
}

.card-box {
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  height: 100%;
}

.dark-blue {
  background: #00334d;
}

.blue {
  background: #007acc;
}

.light-blue {
  background: #00aaff;
}

.gray {
  background: #e0e0e0;
  color: #000;
}

.performance-graph {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

canvas {
  width: 100% !important;
  height: 300px !important;
}

.btn.active {
  background-color: #007acc !important;
  color: #fff !important;
}
   .vision-section {
      background-color: #002b4e; /* dark blue */
      color: #fff;
      padding: 60px 0;
    }
    .mission-section {
      background-color: #fff;
      color: #000;
      padding: 60px 0;
    }
    .vision-section img,
    .mission-section img {
      border-radius: 12px;
      max-width: 100%;
      height: auto;
    }
    .vision-section h2,
    .mission-section h2 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .vision-section p,
    .mission-section p {
      font-size: 16px;
      line-height: 1.7;
    }
    @media (max-width: 767px) {
      .vision-section .col-md-6,
      .mission-section .col-md-6 {
        text-align: center;
      }
      .vision-section img,
      .mission-section img {
        margin-top: 20px;
      }
    }
        .course-container {
      margin: 40px auto;
    }
    .course-info {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .course-info h5 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .course-info ul {
      list-style: none;
      padding: 0;
    }
    .course-info ul li {
      margin-bottom: 12px;
      font-size: 15px;
      display: flex;
      align-items: center;
    }
    .course-info ul li i {
      color: #0d6efd;
      margin-right: 10px;
    }
    .course-info .price {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .course-info .discount {
      color: green;
      margin-bottom: 20px;
    }
    .course-info .btn {
      width: 100%;
      border-radius: 6px;
    }
    .course-details img {
      border-radius: 8px;
      margin-bottom: 20px;
      width: 100%;
    }
    .course-details h3 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .course-content {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 15px;
      margin-top: 25px;
    }
    .course-content h4 {
      margin-bottom: 15px;
      font-weight: bold;
    }
    .course-content ul {
      list-style: none;
      padding: 0;
    }
    .course-content ul li {
      padding: 6px 0;
      font-size: 15px;
    }
    .course-content .btn {
      margin-top: 10px;
      border-radius: 6px;
    }
    @media (max-width: 991px) {
      .course-container {
        padding: 0 15px;
      }
      .course-info {
        margin-top: 20px;
      }
    }
    .card-radio {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}.hero-section {
  position: relative;
  background: url("../images/book.webp") center center / cover no-repeat;
  padding: 100px 0; /* keep your spacing */
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* black overlay */
  z-index: 1;
}

/* bring content above overlay */
.hero-section .container {
  position: relative;
  z-index: 2;
}

.course-card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.35s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.course-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

/* Image */
.course-img {
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.course-card:hover .course-img {
  transform: scale(1.08);
}

/* Card body */
.course-card .card-body {
  padding: 20px;
}

/* Tags */
.course-tags span {
  background: #f4f6f8;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  color: #444;
}

/* Title */
.course-title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

/* Description */
.course-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Buy button */
.buy-btn {
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  transition: all 0.3s ease;
}

.buy-btn:hover {
  background: linear-gradient(135deg, #ffb347, #ff7a18);
  transform: translateX(4px);
}

/* Section heading */
.heading {
  font-size: 32px;
  font-weight: 800;
  position: relative;
}

.heading::after {
  content: "";
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #ff7a18, #ffb347);
  display: block;
  margin-top: 10px;
  border-radius: 5px;
}


.course-sec {
  background: #f9fafb;
}

.course-new-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.course-new-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.1);
}

/* Image */
.course-img-wrap {
  position: relative;
}

.course-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Badge */
.course-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
}

/* Content */
.course-content {
  padding: 20px;
}

.course-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}

.course-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.course-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Footer */
.course-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.course-price {
  font-size: 18px;
  font-weight: 700;
  color: #002B4E;
}

.course-btn {
  background: #002B4E;
  color: #fff;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.course-btn:hover {
  background: #002B4E;
  color: #fff;
}
