/*.marquee {*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  height: 36px;*/
/*  background: #fff;*/
/*}*/

/*.marquee-content {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  animation: marquee-scroll 20s linear infinite;*/
/*}*/

/*.marquee-content img {*/
/*    height: 28px;*/
/*    width: auto;*/
/*    object-fit: contain;*/
/*    margin: 5px 5px;*/
/*    transition: transform 0.3s ease, opacity 0.3s ease;*/
/*}*/

/*.marquee-content img:hover {*/
/*  transform: scale(1.1);*/
/*  opacity: 1;*/
/*}*/

/*@keyframes marquee-scroll {*/
/*  0% {*/
/*    transform: translateX(100%);*/
/*  }*/
/*  100% {*/
/*    transform: translateX(-100%);*/
/*  }*/
/*}*/


/*.marquee:hover .marquee-content {*/
/*  animation-play-state: paused;*/
/*}*/

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background: #fff;
}

.marquee-content {
  display: inline-flex;
  align-items: center;
  animation: marquee 20s linear infinite;
}

.marquee-content::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.marquee-content img {
  margin: 0 5px;
  height: 40px;
}

/* Animation keyframes */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.service-card {
  background-color: #fff;
  border-radius: 15px;
  transition: transform 0.3s, background-color 0.3s;
  cursor: pointer;
  padding: 2rem 1rem;
  position: relative;
}


.service-card h5,
.service-card p {
  color: #000;
  transition: color 0.3s;
}


.service-card .service-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s;
  margin: 0 auto 1rem auto;
}

.service-card .service-icon i {
  color: #0080f8;
  font-size: 2rem;
  transition: all 0.3s;
}

/* Hover Effect */
.service-card:hover {
  transform: scale(1.05);
  background-color: #0080f8;
}

.service-card:hover h5,
.service-card:hover p {
  color: #fff;
}

.service-card:hover .service-icon {
  background-color: #fff; 
}

.service-card:hover .service-icon i {
  color: #0080f8; 
  transform: scale(1.2);
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.gs-4 {
  gap: 55px;
}
.why-section {
    text-align: center;
    padding: 100px 15px;
    background-image: url('../img/bg-student.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
}
.why-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 68%);
    /* z-index: 1; */
}

.why-title {
    font-weight: 700;
    /* font-size: 2.5rem; */
    margin-bottom: 78px;
    position: relative;
}
textarea.form-control.small-placeholde {
    height: 38px;
}

.why-card {
  background-color: #fff;
  border: 3px solid #0080f8;
  border-radius: 20px;
     padding: 30px 31px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
  width: 240px;
  height: 240px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
}

.why-card-content {
  transform: rotate(-45deg);
  color: #000;
  transition: color 0.3s ease;
}

.why-card i {
  font-size: 2rem;
  color: #0080f8;
  /*margin-bottom: 15px;*/
  display: block;
  transition: color 0.3s ease;
}

.why-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}

.why-card p {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
  transition: color 0.3s ease;
  word-wrap: break-word;
}

.why-card:hover {
  background-color: #0080f8;
  border-color: #0080f8;
  transform: rotate(45deg) scale(1.05);
}

.why-card:hover .why-card-content,
.why-card:hover .why-card-content h5,
.why-card:hover .why-card-content p {
  color: #fff !important;
}

.why-card:hover i {
  color: #fff;
}

@media (max-width: 768px) {
    h1.fw-bold.display-5 {
    font-size: 16px !important;
            margin-bottom: 12px !important;
}
h4.fw-semibold.text-light.sec {
    font-size: 12px !important;
            margin-bottom: 12px !important;
}
p.lea {
    font-size: 14px !important;
            margin-bottom: 12px !important;
}
.uni {
    font-size: 8px !important;
            margin-bottom: 12px !important;
}
  .why-card {
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto 40px !important;
  }
  .why-title {
    font-size: 2rem;
  }
  /* .gs-4 {
        gap: 0px !important;
    
} */
.cont{
    font-size: 11px;
    text-align: left;
    padding-left:10px !important;
    paddibg-right:0px !important
}
.card-body h4 {
    font-size: 18px !important;
}
.hero-section {
    background: linear-gradient(
85deg, #0e5190 1%, #0080f8 100%) !important;
    background-size: cover !important;
    background-position: center !important;
}
}
.success-section {
  /* max-width: 1200px; */
  margin: auto;
  text-align: center;
  background: linear-gradient(135deg, #0e5190 0%, #006ae4 100%);
}

.success-section h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #222;
}


.swiper {
  width: 100%;
  padding: 20px 0 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}


.story-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
 
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
}

.story-card:hover {
  transform: translateY(-8px);
}

.story-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.story-content {
  padding: 15px;
}

.story-content h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0080f8;
}

.story-content p {
  font-size: 0.9rem;
  color: #777;
  margin-top: 4px;
}

/* Hover Overlay Review */
.review-overlay {
    padding: 20px;
    height: 160px;
    overflow-y: scroll;
}

.story-card:hover .review-overlay {
  opacity: 1;
}


.nav-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end; 
  gap: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  position: static !important;
  color: #0080f8 !important;
  background: #fffffffa;
  border: 2px solid #007bff;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #0080f8 !important;
  background: #fffffffa;
}

.swiper-pagination-bullet-active {
  background: #007bff;
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .trust-rating {
    margin-bottom: 12px !important;
}
.global {
    margin-bottom: 12px !important;
}
    .swa{
        display: none;
    }
  .story-card {
    width: auto;
  }
.review-overlay {
    padding: 20px;
    height: auto !important;
    overflow: auto !important;
}
  .timeline {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin: 0px auto !important;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .story-card {
    width: auto;
  }
}


.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: 216px auto;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
}


.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 2px;
}


.timeline-step {
  position: relative;
  flex: 1;
  min-width: 180px;
  text-align: center;
  z-index: 1;
}


.timeline-circle {
  background: #fff;
  border: 3px solid #0080f8;
  color: #0080f8;
  font-weight: 600;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 54px;
  font-size: 1.1rem;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 128, 248, 0.3);
  transition: all 0.3s ease;
}

.timeline-circle:hover {
  background: #0080f8;
  color: #fff;
  transform: scale(1.05);
}


.timeline-content {
  background: linear-gradient(135deg, #0e5190 0%, #006ae4 100%);
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  width: 316px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;


  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 160px; 
  text-align: center;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 128, 248, 0.3);
}


.timeline-step:nth-child(odd) .timeline-content {
  position: absolute;
  top: -172px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-step:nth-child(even) .timeline-content {
  position: absolute;
  bottom: -172px;
  left: 50%;
  transform: translateX(-50%);
}


@media (max-width: 992px) {
  .timeline {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    margin-top: 12px;
  }

  .timeline::before {
    width: 4px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .timeline-step {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
  }

  .timeline-circle {
    margin: 12px auto 0px;
  }


  .timeline-content {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 85%;
    margin: 0 auto;
  }

  .timeline-step:nth-child(odd) .timeline-content,
  .timeline-step:nth-child(even) .timeline-content {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .timeline-content {
    width: 90%;
    padding: 16px;
  }

  .timeline-circle {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 1rem;
  }

  .timeline {
    gap: 4rem;
  }
}
.cta-section {
  background: linear-gradient(135deg, #0e5190 0%, #006ae4 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.cta-section .btn {
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-section .btn i {
  font-size: 1.5rem;
}

.cta-section .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(255, 255, 255, 0.3);
}


@media (max-width: 768px) {
  .cta-section h2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .cta-section .btn {
    width: 90%;
    justify-content: center;
  }
}
.copyright-ftr {
  border-top: 1px solid;
}

@media (max-width: 1399px) {
  .why-card {
    width: 200px;
    height: 200px;
    margin: 0 15px 40px;
  }
  .why-card p {
    font-size: 12px;
    color: #555;
    margin: 0;
    transition: color 0.3s ease;
    word-wrap: break-word;
}
.why-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    transition: color 0.3s ease;
    font-size: 15px;
}
  .gs-4 {
    gap: 40px;
  }
  .footer-section {
    background-size: cover;
    position: relative;
    z-index: 1;
    font-size: 13px !important;
}
}


.floating-contact {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 9999;
}

.contact-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.contact-icon.email {
  background-color: #e63946;
}

.contact-icon.whatsapp {
  background-color: #25d366;
}

.contact-icon.phone {
  background-color: #8b0000;
}

.contact-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
}

.student-image {
  width: 300px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.student-image:hover {
  transform: scale(1.05);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  width:auto !important;
  border-radius: 10px;
  height: 90%;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 40px;
  cursor: pointer;
}

.icon-wrapper i {
  font-size: 30px;
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-bottom: 12px;
  margin-top: 12px;
}

.footer-section {
  background-size: cover;
  position: relative;

  z-index: 1;
}

.footer-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: -1;
}

.footer-section a {
  color: black;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #00c4ff;
}

.footer-section hr {
  border-color: rgba(255, 255, 255, 0.3);
}

.map-responsive {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 767px) {
     .display-5 {
   
    margin-bottom: 1 rem !important;

  }
  .sec {
  margin-bottom: 1 rem !important;
  }
  .uni {
  margin-bottom: 1 rem !important;
  }
  .lea{
        margin-bottom: 1 rem !important;
  }
  
  .trust-rating {
      margin-bottom: 1 rem !important;
}

.global {
     margin-bottom: 1 rem !important;
}
  .lead {
    display: none;
  }
  .requirements{
      display:none;
  }
  .display-5 {
    font-weight: 300;
    line-height: 1.2;
    font-size: 24px ;
  }
  .sec {
    font-size: 16px;
  }
  .uni {
    font-size: 13px;
  }
  .bann-button {
    justify-content: center;
  }
}
.service-card {
  border-radius: 12px;
  transition: all 0.3s ease;
  background: #fff;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.feature-list li {
  padding: 6px 0;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.feature-list i {
  font-size: 1rem;
}

.service-card:hover .feature-list li {
  color: #fff !important;
}

.feature-list li {
  transition: color 0.3s ease;
}

.service-card:hover .feature-list i {
  background: #fff;
  color: #0080f8 !important;
  border-radius: 14px;
  padding: 4px;
}


.service-card:hover .feature-list li {
  color: #fff !important;
}
i.fas.fa-star {
    color: #FFDF00;
}

  .faq-section {
        padding: 60px 15px;
      }

      .faq-title {
        text-align: center;
        color: #0d6efd;
        font-weight: 700;
        margin-bottom: 40px;
      }

      .accordion-button {
        background-color: #fff;
        color: #000;
        font-weight: 500;
        transition: all 0.3s ease;
      }

      .accordion-button:not(.collapsed) {
        background-color: #0d6efd;
        color: #fff;
      }

      .accordion-button:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
      }

      .accordion-item {
        border: 1px solid rgba(13, 110, 253, 0.2);
        border-radius: 8px;
        margin-bottom: 15px;
        overflow: hidden;
      }

      .accordion-body {
        background-color: #fff;
        color: #555;
      }

      .btn-brand {
        background-color: #0d6efd;
        border-color: #0d6efd;
        color: #fff;
        transition: 0.3s;
      }

      .btn-brand:hover {
        background-color:#0b5ed7;
        border-color: #0b5ed7;
      }
      
      
  

  .story-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
  }

  .story-card:hover {
    transform: scale(1.05);
  }

  .story-card img.student-image {
    width: 100%;
    height: auto;
    border-bottom: 3px solid #0d6efd;
  }
  
  .story-card img.student-images {
    /* width: 100%; */
    height: auto;
    /* border-bottom: 3px solid #0d6efd; */
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

  .story-content {
    padding: 15px;
  }

  .story-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #0d6efd;
  }

  .story-content p {
    margin: 0;
    font-size: 14px;
    color: #555;
  }

  .whatsapp-section h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
  }

  .nav-buttons {
    margin-top: 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #fff;
  }
.service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  cursor: pointer;
  border-radius: 12px;
}
.service-card:hover {
  transform: translateY(-5px);
}


.hover-content {
  position: absolute;
  inset: 0;
  background: rgba(0, 128, 248, 0.96);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 12px;
}

.service-card:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
 .why-card {
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    padding: 25px !important;
    margin: 0px !important;
    position: relative;
}

  .why-card-content {
    transform: none !important;
  }

  .why-card i {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .why-card h5 {
    font-size: 1.1rem;
  }

  .why-card p {
    font-size: 0.95rem;
  }
}

.top-action-bar {
  background-color: #0080f8;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.3px;
  z-index: 1050;
  text-align: center;
  font-weight: 600;
  padding: 8px 0;
  HEIGHT: 51PX;
}


.tooltip-inner {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  text-align: left;
  max-width: 300px;
  padding: 10px 12px;
  opacity: 1 !important;
}


.tooltip.show {
  opacity: 1 !important;
}


.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #fff !important;
}


.tooltip.bs-tooltip-top .tooltip-arrow {
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.footer-payments {
  background-color: #fff; 
  
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-payments h6 {
  font-size: 16px;
  letter-spacing: 1px;
}

.payment-logos img.payment-icon {
  height: 32px;
  width: auto;
  filter: brightness(100%);
  transition: transform 0.3s ease;
}

.payment-logos img.payment-icon:hover {
  transform: scale(1.1);
  filter: brightness(120%);
}
.small-placeholde::placeholder {
  font-size: 12px;
}


.marqueee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: transparent;
}

.marqueee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
  font-size: 24px;
  font-weight: 400;
  color: #fff; /* or your color */
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
   .country-select {
      max-width: 220px;
    }


    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 1rem;
    }

    .bootstrap-select .dropdown-menu li a {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 0.95rem;
    }
    
    .test-content {
    justify-content: center;
    align-items: center;
}
@media (max-width: 1200px) {
  .d-flex.gap-3.bann-button a {
    font-size: 9px;
  }
}



 .display-5 {
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 32px;

  }
  .sec {
margin-bottom: 32px ;
  }
  .uni {
margin-bottom: 32px ;
  }
  .lea{
      margin-bottom: 32px;
  }
  
  .trust-rating {
    margin-bottom: 32px ;
}

.global {
    margin-bottom: 32px ;
}
