.container-fluid {
  max-width: 1720px;
}
.homeBanner {
  width: 100%;
  height: auto;

  margin: 160px 0 0 0; 
  /* comment above when adding countdown timer  */

  position: relative;
  overflow: hidden;
}
.homePic {
  width: 100%;
  height: 850px;
  position: relative;
  /* background: url("../images/Desktop.webp") no-repeat; */
  background-size: cover;
}

@media screen and (max-width: 1600px) {
  .homePic {
    height: 690px;
  }
}



@media screen and (max-width: 1000px) {
  .homePic {
    /* background: url("../images/Mobile.webp") no-repeat; */
  }
}

.homePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeText {
  width: 100%;
  height: auto;
  position: absolute;
  top: 100px;
  left: 0;
}
.homeTextLeft {
  width: 100%;
  max-width: 48%;
  height: 226px;

  background-color: #1e4d9d;
  padding: 30px;
  margin-top: 120px;
  border-radius: 30px;
}

.homeTextLeft2 {
  /* width: 100%; */
  /* max-width: 48%; */
  /* height: 226px; */

    display: inline-block;
    color: white;

  background-color: #1e4d9d;
  padding: 30px;
  margin-top: 120px;
  border-radius: 30px;
}

@media screen and (max-width: 1750px) {
  .homeTextLeft{
    height: 290px;
  }
}
.homeTextLeft h1 {
  font-family: "Crimson Pro", serif;
  background: linear-gradient(90deg, #fff 10.62%, #ffffff 100%);
  font-size: 96px;
  font-weight: 700;
  line-height: 84%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1000px;
  margin: 0px 0 30px 0;
}
.homeTextLeft h1 span {
  display: block;
  font-size: 64px;
}

.swiper-container {
  position: relative;
  width: 100%;
  height: 700px;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(1);
  overflow: hidden;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1.2);
}

.swiper-slide__content {
  height: auto;
}
.homeSlider {
  width: 100%;
  height: auto;
  min-height: 700px;
  margin: 0px 0 0 0;
}
.sldPic {
  width: 100%;
  height: auto;
}
.sldPic img {
  width: 100%;
}
.swiper-slide.swiper-slide-active .sldPic {
  transform: rotate(0deg);
  width: 110%;
}
.swiper-slide.swiper-slide-prev .sldPic {
  transform: rotate(-10deg);
  margin: 60px 0 0;
}
.swiper-slide.swiper-slide-next .sldPic {
  transform: rotate(10deg);
  margin: 60px 0 0 0;
}
.swiper-slide.swiper-slide-prev .sldPic img {
  margin-left: 42px;
}
.swiper-slide.swiper-slide-next .sldPic img {
  margin-left: -40px;
}

.homeAbout {
  width: 100%;
  height: auto;
  padding: 70px 0;
}
.aboutBg {
  background: radial-gradient(
    36.01% 36.01% at 50% 50%,
    #2361cb 0%,
    #09285d 100%
  );
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  padding: 50px;
  border-radius: 30px;
}
.homeAboutLeft {
  width: 65%;
}
.homeAboutLeft h2 {
  font-family: "Crimson Pro", serif;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-weight: 500;
}
.homeAboutLeft h2 span {
  color: #bccf17;
}
.homeAboutLeft h2 img {
  margin: -40px 0 0 0;
}
.homeAboutLeft p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0 0 0px 0;
  font-weight: 600;
}
.homeAboutLeft p span {
  color: #bccf17;
  font-weight: 700;
}
.aboutvedio {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  border: 0.5px solid #ffffff;
  overflow: hidden;
  padding: 15px;
  margin: 40px 0 0 0;
}
.aboutvedio iframe {
  width: 100%;
  height: 450px;
  border-radius: 30px;
}
.homeAboutRight {
  width: 30%;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  border: 0.5px solid #ffffff;
  padding: 0px 0px 15px 0px;
}
.homeAboutRight h3 {
  font-family: "Crimson Pro", serif;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0 30px 0;
  font-weight: 500;
  line-height: 120%;
}
.homeAboutRight h4 {
  font-family: "Crimson Pro", serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0 30px 0;
  font-weight: 500;
  line-height: 120%;
  position: relative;
  z-index: 1;
  background: #223e6e;
  padding: 20px 20px;
}
.homeAboutRight h3 img,
.homeAboutRight h4 img {
  margin: -20px 0 0 0;
}
.latestSec {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 10px 0;
  border-radius: 10px;
  overflow: hidden;
}
.latestSec:before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.736) 66.18%
  );
  position: absolute;
  z-index: 9;
  height: 50%;
  left: 0;
  bottom: 0;
  width: 100%;
}

.latestSec img {
  width: 100%;
  height: auto;
}
.latestIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 65px;
  height: auto;
}
.latestSecText {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 25px;
  z-index: 99;
}
.latestSecText h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.latestSecText p {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.latestList {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
.latestListText {
  width: 82%;
  height: auto;
}
.latestListicon {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
}
.latestListText h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.latestListText p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.line img {
  width: 100%;
}

.latestList:last-child .latestListText {
  width: 100%;
}
.list h5 {
  position: relative;
  padding: 0 0 0 10px;
}
.list h5:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.homeSchool {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background: linear-gradient(180deg, #2361cb 0%, #09285d 100%);
  position: relative;
}
.schFlx {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.homeSchoolLeft {
  width: 40%;
  height: auto;
  padding: 50px 0 0 0;
  display: flex;
  justify-content: left;
  align-items: center;
}

.schoolBtnTop {
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 0 0px 0;
}
.schoolBtnTop .nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

.schoolBtnTop .nav-tabs .nav-item {
  margin-bottom: 0px;
  margin: 0 20px 0 0;
  min-width: 260px;
  text-align: center;
}
.schoolBtnTop .nav-tabs .nav-item .nav-link {
  background: rgba(255, 255, 255, 0.1);
  border: 0px solid #2361cb;
  font-size: 32px;
  font-weight: 400;
  padding: 10px 10px 10px 10px;
  width: 100%;
  font-family: "Crimson Pro", serif;
  color: #fff;
  border-radius: 30px;
}
.schoolBtnTop .nav-tabs .nav-item .nav-link:hover {
  background: #bcce16;
}
.schoolBtnTop .nav-tabs .nav-item .nav-link.active {
  background: #bcce16;
}

.schoolBtn {
  width: 100%;
  height: 55px;
  border-radius: 30px;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  font-family: "Crimson Pro", serif;
  text-align: center;
  border-radius: 109px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeSchoolLeft h4,
.homeSchoolLeft h3 {
  font-family: "Crimson Pro", serif;
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
}
.homeSchoolLeft p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.homeSchoolRight {
  width: 60%;
  height: auto;
}

.examTop {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
.examTop .nav-tabs {
  border-bottom: 0px solid #ccc;
}
.examTop .nav-tabs .nav-item {
  margin-bottom: 0px;
  margin: 0 20px 0 0;
  min-width: 260px;
}
.examTop .nav-tabs .nav-item .nav-link {
  background: #fff;
  border: 1px solid #2361cb;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  display: flex;
  padding: 10px 10px 10px 10px;
  width: 100%;
  justify-content: left;
  align-items: center;
  gap: 10px;
  color: #09285d;
}
.examTop .nav-tabs .nav-item .nav-link span {
  background: linear-gradient(180deg, #2361cb 0%, #09285d 100%);
  color: #fff;
  font-family: "Crimson Pro", serif;
  font-size: 32px;
  font-style: italic;
  padding: 7px 13px;
  font-weight: 400;
  border-radius: 15px;
  width: 65px;
  text-align: center;
}
.examTop .nav-tabs .nav-item .nav-link.active {
  background: linear-gradient(180deg, #2361cb 0%, #09285d 100%);
  color: #fff;
}
.examTop .nav-tabs .nav-item .nav-link.active span {
  background: #fff;
  color: #2361cb;
}
.examTop .nav-tabs .nav-item .nav-link:hover {
  background: linear-gradient(180deg, #2361cb 0%, #09285d 100%);
  color: #fff;
}
.examTop .nav-tabs .nav-item .nav-link:hover span {
  background: #fff;
  color: #2361cb;
}

.examTable {
  width: 100%;
  height: auto;
  margin: 70px 0 0 0;
}
.examTable .table thead th {
  background: linear-gradient(
    180deg,
    rgba(35, 97, 203, 0.8) 0%,
    rgba(9, 40, 93, 0.8) 100%
  );
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 15px 20px;
  width: 420px;
  border-left: 1px solid #ffffff;
}
.examTable .table thead th:nth-child(1) {
  border-radius: 30px 0 0px 30px;
}
.examTable table th {
  vertical-align: top;
}
.examTable .table thead th:nth-child(3) {
  width: 270px;
}
.examTable .table thead th:nth-child(4) {
  width: 270px;
  border-radius: 0 30px 30px 0;
}
.examTable .table td {
  color: #1e4d9d;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #000;
  padding: 15px 20px;
  vertical-align: middle;
  border-width: 0px, 0.5px, 0.5px, 0.5px;
}
.examTable .table tbody tr td:nth-child(3) {
  text-align: center;
}
.examTable .table tbody tr td:nth-child(4) {
  text-align: center;
}
.examTable .table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(238, 246, 255, 0.55);
}
.examTable .table tbody tr:last-child td {
  font-size: 20px;
  color: #1e4d9d;
  font-weight: 700;
}

.secSlider {
  width: 100%;
  height: auto;
  position: relative;
  margin: 40px 0 30px;
}
.owl-carousel .owl-item .secBg img {
  width: 100%;
}
.secBg {
  width: 100%;
  height: auto;
  position: relative;
}
.secBg h5 {
  position: absolute;
  left: 5px;
  bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  color: #1e4d9d;
  font-family: "Open Sans", sans-serif;
  padding: 0 20px;
  line-height: 150%;
}
.block {
  display: block;
}
.homeExam .tab-content h4 {
  font-family: "Crimson Pro", serif;
  font-size: 32px;
  color: #000;
  font-weight: 600;
  line-height: 150%;
  margin: 30px 0 20px 0;
}

.examTop .nav-item {
}

.homeMarketing {
  width: 100%;
  height: auto;
  padding: 30px 0;
  background: linear-gradient(180deg, #2361cb 0%, #09285d 100%);
}
.markFlx {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
}
.markFull {
  width: 100%;
  height: auto;
  display: flex;
  gap: 20px;
  border-right: 1px solid #fff;
  padding: 0 30px 0 0;
}
.markIcon {
  display: flex;
  justify-content: left;
  align-items: center;
}
.markText h4 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 7px 0;
}
.markText p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.markFull:last-child {
  border-right: 0px solid #fff;
}
.homeAccross {
  width: 100%;
  height: auto;
  padding: 70px 0;
  background: url(../images/test-bg.webp) no-repeat center;
  background-size: cover;
  min-height: 470px;
  overflow: hidden;
}
.homeAccross h1,
.homeAccross h2 {
  font-family: "Crimson Pro", serif;
  font-size: 48px;
  color: #1e4d9d;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
}

.location-slider {
  width: 100%;
  height: auto;
  background: #1e4d9d;
  border-radius: 50px;
  margin: 50px 0 70px 0;
}
.location-slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.location-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  animation: marquee 300s linear infinite;
  width: max-content;
}

.loc {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 10px 5px;
}

.loc span {
  margin-right: 10px;
}

.loc img {
  width: 20px;
  height: 20px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.applyBtn {
  width: 100%;
  height: auto;
  text-align: center;
}
.applyBtn a {
  border: 2px solid #1e4d9d;
  padding: 12px 30px;
  border-radius: 30px;
  color: #1e4d9d;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 500;
}
.applyBtn a:hover {
  background: #bcce16;
  border: 2px solid #bcce16;
  color: #000;
}

.homeRegistation {
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.homeRegistation h1,
.homeRegistation h2 {
  font-family: "Crimson Pro", serif;
  font-size: 48px;
  color: #1e4d9d;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
}
.diagramPic {
  width: 100%;
  height: auto;
}
.diagramPic img {
  max-width: 100%;
}

.homeTips {
  width: 100%;
  height: auto;
  background: url(../images/tips-bg.webp) no-repeat bottom;
  min-height: 700px;
  background-size: cover;
  background-position: 0 100%;
  padding: 140px 0 60px 0;
}
.homeTips h1,
.homeTips h2 {
  font-family: "Crimson Pro", serif;
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
}
.tipsFull {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.tipsInner {
  width: 100%;
  height: auto;
  text-align: center;
}
.tipsYt {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.tipsYt iframe {
  width: 100%;
  height: 300px;
}
.tipsInner h5 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}
.tipsInner p {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}
.homeTimeline {
  width: 100%;
  height: auto;
  padding: 70px 0 30px 0;
}
.homeTimeline h1,
.homeTimeline h2 {
  font-family: "Crimson Pro", serif;
  font-size: 48px;
  color: #2361cb;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
  text-align: center;
}
/*.homeTimeline .container-fluid 
{
  border: 2px solid rgba(137, 196, 255, 0.55);
}*/
.timelineFlx {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.timelineLeft {
  width: 100%;
  height: auto;
}
.timelineLeft img {
  width: 100%;
  height: auto;
}

.timelineRight {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.timelineBox {
  width: 48%;
  height: auto;
  height: 246px;
  border-radius: 20px;
  background: linear-gradient(180deg, #2361cb 0%, #09285d 100%);
  padding: 20px;
  position: relative;
}
.timelineBox h4 {
  color: #89c4ff;
  font-size: 56px;
  font-family: "Crimson Pro", serif;
  font-style: italic;
  margin: 0 0 45px 0;
}
.timelineBox h5 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 5px 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.timelineBox p {
  color: #fff;
  font-size: 24px;
  margin: 0 0 0px 0;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.timeIcon {
  width: auto;
  position: absolute;
  right: 20px;
  top: 20px;
}

.homeExam {
  width: 100%;
  height: auto;
  padding: 20px 0 50px;
}
.homeExam h1,
.homeExam h2 {
  font-family: "Crimson Pro", serif;
  font-size: 40px;
  color: #1e4d9d;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 50px 0;
  text-align: center;
  text-transform: uppercase;
}
.examFull {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.examBox {
  width: 16%; /* Adjusted from 16% to better distribute */
  transition: all 0.3s ease;
  cursor: pointer;
  height: 465px;
}
.examBox .examDec {
  display: none;
}
.examBox.hvr .examDec {
  display: block;
}
.examPic {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.examPic h4 {
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding: 0 20px;
  color: #fff;
  font-size: 600;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
}
.examPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.examDec {
  width: 100%;
  height: auto;
  display: none;
  padding: 0 0 0 30px;
}
.examBox.hvr {
  width: 48%;
  box-shadow: 0px 0px 10.8px 0px #0000004d;
  padding: 30px;
  border-radius: 30px;
  display: flex;
}
.examBox.hvr .examDec {
  display: block;
  max-height: 400px;
  overflow-y: auto;
}
.examBox.hvr .examPic {
  height: 397px;
  border-radius: 20px;
  overflow: hidden;
}
.examBox.hvr .examPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.examDec h3 {
  color: #09285d;
  font-weight: 600;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
}
.examDec ul {
  padding: 0 0 0 20px;
}
.examDec ul li {
  color: #09285db2;
  font-weight: 600;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.examIcon {
  width: 100%;
  height: auto;
  display: flex;
  margin: 0 0 5px 0;
}
.examIconBox {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  margin: 0 20px 0 0;
  border-radius: 50%;
}
.examIconBox img {
  max-width: 45px;
}
.examBox.hvr .examPic h4 {
  display: none;
}

.homeExampattern {
  width: 100%;
  height: auto;
  padding: 60px 0;
}
.homeExampattern h1,
.homeExampattern h2 {
  font-family: "Crimson Pro", serif;
  font-size: 48px;
  color: #1e4d9d;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
}

.homeExampattern h4 {
  font-family: "Crimson Pro", serif;
  font-size: 36px;
  color: #000;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 40px 0;
}

.homeSchoolRight .marquee-container {
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
}

.marquee-content {
  display: flex;
  width: 100%;
}

[class^="lgSlide-"] {
  width: 16.66%;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
[class^="lgSlide-"]:last-child {
  border-right: 0;
}

.slide-track {
  display: flex;
  flex-direction: column;
  animation: scroll-up 20s linear infinite;
}

/* Set different speeds for each column */
.lgSlide-1 .slide-track {
  animation-duration: 50s;
}
.lgSlide-2 .slide-track {
  animation-duration: 22s;
}
.lgSlide-3 .slide-track {
  animation-duration: 26s;
}
.lgSlide-4 .slide-track {
  animation-duration: 30s;
}
.lgSlide-5 .slide-track {
  animation-duration: 24s;
}
.lgSlide-6 .slide-track {
  animation-duration: 28s;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  } /* 50% because it's duplicated */
}

.lgo-1,
.lgo-2 {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.lgo-1 .tooltiptext,
.lgo-2 .tooltiptext {
  visibility: hidden;
  width: 86%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: -54px;
  left: 0;
  right: 0;
  margin: 0px auto;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lgo-1:hover .tooltiptext,
.lgo-2:hover .tooltiptext {
  visibility: visible;
}

.lgo-1 img,
.lgo-2 img {
  height: auto;
  width: auto;
  max-width: 100%;
}
[class^="lgSlide-"]:hover .slide-track {
  animation-play-state: paused;
}
.lgSlide-1 .lgo-1,
.lgSlide-1 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-2 .lgo-1,
.lgSlide-2 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-3 .lgo-1,
.lgSlide-3 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-4 .lgo-1,
.lgSlide-4 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-5 .lgo-1,
.lgSlide-5 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-6 .lgo-1,
.lgSlide-6 .lgo-2 {
  margin: 50px 0 100px 0;
}
.schLeft {
  position: absolute;
  left: 20px;
  top: -40px;
}
.schRight {
  position: absolute;
  right: 20px;
  bottom: -50px;
}

/* Inner track that scrolls vertically */
.slide-track1 {
  display: flex;
  flex-direction: column;
  animation: scroll-down 20s linear infinite;
}

/* Scroll from top to bottom */
@keyframes scroll-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}

/* Optional: Different durations per column for a natural feel */
.lgSlide-8 .slide-track1 {
  animation-duration: 20s;
}
.lgSlide-9 .slide-track1 {
  animation-duration: 24s;
}
.lgSlide-10 .slide-track1 {
  animation-duration: 26s;
}
.lgSlide-11 .slide-track1 {
  animation-duration: 22s;
}
.lgSlide-12 .slide-track1 {
  animation-duration: 28s;
}
.lgSlide-13 .slide-track1 {
  animation-duration: 25s;
}

.lgSlide-8 .lgo-1,
.lgSlide-8 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-9 .lgo-1,
.lgSlide-9 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-10 .lgo-1,
.lgSlide-10 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-11 .lgo-1,
.lgSlide-11 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-12 .lgo-1,
.lgSlide-12 .lgo-2 {
  margin: 50px 0 100px 0;
}
.lgSlide-13 .lgo-1,
.lgSlide-13 .lgo-2 {
  margin: 50px 0 100px 0;
}
.relative {
  position: relative;
}
.search {
  width: 300px;
  height: 60px;
  border: 2px solid #1e4d9d;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  right: 0;
  top: 13px;
}
.search input {
  outline: none;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0px 5px 0px 60px;
  position: relative;
  color: #1e4d9d;
  font-size: 20px;
  font-weight: 600;
}
.search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e4d9d;
  opacity: 1;
}
.search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e4d9d;
  opacity: 1;
}
.search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e4d9d;
  opacity: 1;
}
.search input:-moz-placeholder {
  /* Firefox 18- */
  color: #1e4d9d;
  opacity: 1;
}
.search button {
  position: absolute;
  left: 14px;
  top: 12px;
  background: transparent;
  border: none;
  outline: none;
}
.timelineBg {
  background: url(../images/time-line-bg.webp) no-repeat;
  background-size: 100% 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.mobExam {
  width: 100%;
  height: auto;
  display: none;
}

.mobExamFull {
  width: 100%;
  box-shadow: 0px 0px 10.8px 0px #0000004d;
  padding: 30px;
  border-radius: 30px;
  margin: 10px auto 20px;
  min-height: 670px;
  max-width: 95%;
}
.mobExamDec h3 {
  color: #09285d;
  font-weight: 600;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
}
.mobExamDec ul {
  padding: 0 0 0 20px;
}
.mobExamDec ul li {
  color: #09285db2;
  font-weight: 600;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 150%;
  margin: 0 0 10px 0;
}
.mobExamPic {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
.mobExamFull .mobExamPic img {
  width: 100%;
  max-width: 100%;
}
.mobExam .owl-carousel .owl-nav .owl-prev,
.mobExam .owl-carousel .owl-nav .owl-next {
  position: relative;
  top: 0;
  width: 60px;
  height: 60px;
}
.mobExam .owl-carousel .owl-nav .owl-prev {
  left: 0;
  background: #bccf17 url(../images/ar-left.webp) no-repeat center;
  background-size: 40px;
  border-radius: 15px;
}
.mobExam .owl-carousel .owl-nav .owl-next {
  right: 0;
  background: #bccf17 url(../images/ar-right.webp) no-repeat center;
  background-size: 40px;
  border-radius: 15px;
}
.mobExam .owl-carousel .owl-nav .owl-prev span,
.mobExam .owl-carousel .owl-nav .owl-next span {
  display: none;
}
.mobExam .owl-carousel .owl-nav .owl-prev:hover {
  left: 0;
  background: #ccc url(../images/ar-left.webp) no-repeat center !important;
  background-size: 40px;
}
.mobExam .owl-carousel .owl-nav .owl-next:hover {
  right: 0;
  background: #ccc url(../images/ar-right.webp) no-repeat center !important;
  background-size: 40px;
}
.forMb {
  display: none;
}
.mobMarketing {
  display: none;
}

.mobTips .owl-carousel .owl-nav .owl-prev,
.mobTips .owl-carousel .owl-nav .owl-next {
  position: relative;
  top: 0;
  width: 60px;
  height: 60px;
}
.mobTips .owl-carousel .owl-nav .owl-prev {
  left: 0;
  background: #bccf17 url(../images/ar-left.webp) no-repeat center;
  background-size: 40px;
  border-radius: 15px;
}
.mobTips .owl-carousel .owl-nav .owl-next {
  right: 0;
  background: #bccf17 url(../images/ar-right.webp) no-repeat center;
  background-size: 40px;
  border-radius: 15px;
}
.mobTips .owl-carousel .owl-nav .owl-prev span,
.mobTips .owl-carousel .owl-nav .owl-next span {
  display: none;
}
.mobTips .owl-carousel .owl-nav .owl-prev:hover {
  left: 0;
  background: #ccc url(../images/ar-left.webp) no-repeat center !important;
  background-size: 40px;
}
.mobTips .owl-carousel .owl-nav .owl-next:hover {
  right: 0;
  background: #ccc url(../images/ar-right.webp) no-repeat center !important;
  background-size: 40px;
}
.mobTips .owl-carousel .owl-nav {
  display: block;
}
.mobTips {
  display: none;
}
.lgSlide-mob-1 {
  display: flex;
  gap: 20px; /* Adjust spacing between logos */
  animation: marquee-left-to-right 50s linear infinite;
  width: max-content;
}

@keyframes marquee-left-to-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* Optional: parent container to hide overflow */
.marq-1 {
  overflow: hidden;
  width: 100%;
}

.lgSlide-mob-1 .lgo-1,
.lgSlide-mob-1 .lgo-2 {
  flex: 0 0 auto;
}

.lgSlide-mob-1 img {
  height: 60px;
  width: auto;
}
.marq-2 {
  overflow: hidden;
  width: 100%;
}

.lgSlide-mob-2 {
  display: flex;
  gap: 20px; /* Adjust space between logos */
  width: max-content;
  animation: marquee-right-to-left 50s linear infinite;
}

@keyframes marquee-right-to-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.lgSlide-mob-2 .lgo-1,
.lgSlide-mob-2 .lgo-2 {
  flex: 0 0 auto;
}

.lgSlide-mob-2 img {
  height: 60px;
  width: auto;
}
.marq-1,
.marq-2 {
  display: none;
}
.fst .examIcon {
  margin: 0 0 36px 0;
}
.fst .examDec h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
}

.mbForm {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin: 30px auto;
  display: none;
}
.mbForm iframe {
  width: 100%;
  height: 377px;
  border: 1px solid #ccc;
}
.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  border: 1px solid #89c4ff;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(132, 191, 215, 0.33) 0%,
    rgba(35, 82, 102, 0.33) 100%
  );
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50px;
  display: none;
  box-shadow: 0px 0px 16.8px 0px #89c4ffba;
}
.homeSlider .swiper-button-prev {
  right: 65px;
  left: inherit;
}
.decForm {
  position: absolute;
  right: 80px;
  top: 100px;
  width: 100%;
  max-width: 400px;
  padding: 20px 10px 20px;
  background-color: rgba(224, 244, 252, 1);
  border: 5px solid #bcce16;
  z-index: 9;
}
.decForm iframe {
  width: 100%;
  height: 386px;
}
.timelineRightMobile {
  display: none;
}
.applyBtn1 {
  width: 100%;
  height: auto;
  text-align: center;
  display: none;
}
.applyBtn1 a {
  border: 2px solid #fff;
  padding: 12px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 400;
  background: #1e4d9d;
}
.applyBtn1 a img {
  margin: 0 0 0 5px;
}
.applyBtn1 a:hover {
  background: #bccf17;
  border: 2px solid #bccf17;
}

.city-marquee-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.city-name {
  display: inline-block;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.city-name:hover {
  color: #007bff;
  font-weight: bold;
}

/* Highlight searched city */
.highlighted {
  background: #1e4d9d;
}

/* Highlight selected city with green */
.selected {
  color: white;
  background: #bcce16 !important;
}
.no-result {
  display: none;
  color: red;
  margin-top: 10px;
  font-size: 30px;
  width: 100%;
  text-align: center;
  font-family: "Crimson Pro", serif;
}

/** RESPONSIVE**/
@media only screen and (max-width: 1750px) {
  .timelineLeft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .timelineLeft {
    height: 510px;
    border-radius: 20px;
  }
  .container-fluid {
    max-width: 95%;
  }
  .examTable .table thead th {
    font-size: 16px;
  }
  .homeAboutRight h3,
  .homeAboutRight h4 {
    font-size: 24px;
  }
  .homeAboutRight h3 img,
  .homeAboutRight h4 img {
    max-width: 56px;
  }
  .timelineBox p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .latestListText {
    width: 80%;
  }
  .homeAboutRight {
    width: 32%;
  }
  .homeAboutRight h3,
  .homeAboutRight h4 {
    font-size: 24px;
  }
  .homeAboutRight h3 img,
  .homeAboutRight h4 img {
    max-width: 45px;
  }
  .latestListText h5 {
    font-size: 24px;
  }
  .timelineBox p {
    font-size: 20px;
  }

  .decForm {
    top: 8rem;
    right: 20px;
  }
  .homeAboutRight h3,
  .homeAboutRight h4 {
    font-size: 18px;
  }
  .latestListText {
    width: 78%;
  }
  .latestListText h5 {
    font-size: 22px;
  }
  .homeSchoolLeft p {
    font-size: 16px;
    font-weight: 500;
  }
  .secBg h5 {
    bottom: 8px;
    font-size: 18px;
  }
  .examPic h4 {
    font-size: 16px;
  }
  .homeTextLeft {
    width: 100%;
    max-width: 58%;
  }
}

@media only screen and (max-width: 1400px) {
  .mbForm {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .timelineBox h5 {
    font-size: 16px;
  }
  .timelineBox p {
    font-size: 18px;
  }
  .homeTextLeft {
    width: 100%;
    max-width: 80%;
    height: 282px;
  }
  .homeAboutLeft {
    width: 100%;
  }
  .homeAboutRight {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .markFull {
    display: block;
    padding: 0 30px 0 0;
    text-align: center;
  }
  .markIcon {
    justify-content: center;
  }
  .timelineRight {
    gap: 10px;
  }
  .examFull {
    display: none;
  }
  .mobExam {
    display: block;
  }
  .ft-wave img {
    height: 100px;
    width: 100%;
  }
  .decForm {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .homePic {
    height: 875px;
  }
  .schFlx {
    display: block;
  }
  .homeSchoolLeft {
    width: 100%;
  }
  .homeSchoolRight {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .homeSchoolLeft h4,
  .homeSchoolLeft h3 {
    font-size: 42px;
    line-height: 116%;
    margin: 0 0 22px 0;
  }
  .homeBanner {
    margin: 90px 0 0 0;
      /* comment above when adding countdown timer  */

  }
  .homeExam h1,
  .homeExam h2 {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 881px) {
  .markText h4 {
    font-size: 26px;
    margin: 10px 0 10px;
  }
  .homeAccross h1,
  .homeAccross h2 {
    text-align: center;
  }
  .search {
    position: relative;
    right: 0;
    top: 0px;
    margin: 0px auto;
  }
  .timelineFlx {
    display: block;
  }
  .timelineRight {
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .forMb {
    display: block;
  }
  .forDc {
    display: none;
  }
  .markFlx {
    display: none;
  }
  .markFull {
    display: flex;
    padding: 0 0px 0 0;
    text-align: left;
    flex-wrap: wrap;
  }
  .markText h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 7px 0;
    color: #fff;
  }
  .markText p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 7px 0;
    color: #fff;
  }
  .mobMarketing {
    display: block;
  }
  .markIcon {
    width: 90px;
  }
  .mobMarketing .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    right: -10px;
    top: -20px;
  }
  .mobMarketing .owl-carousel .owl-nav .owl-prev,
  .mobMarketing .owl-carousel .owl-nav .owl-next {
    position: relative;
    top: 0;
    width: 60px;
    height: 60px;
  }
  .mobMarketing .owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: url(../images/w-left.webp) no-repeat center;
    background-size: 25px;
    width: 30px;
    height: 30px;
    outline: none;
  }
  .mobMarketing .owl-carousel .owl-nav .owl-next {
    right: 0;
    background: url(../images/w-right.webp) no-repeat center;
    background-size: 25px;
    width: 30px;
    height: 30px;
    outline: none;
  }
  .mobMarketing .owl-carousel .owl-nav .owl-prev span,
  .mobMarketing .owl-carousel .owl-nav .owl-next span {
    display: none;
  }
  .mobMarketing .owl-carousel .owl-nav .owl-prev:hover {
    left: 0;
    background: #ccc url(../images/ar-left.webp) no-repeat center !important;
    background-size: 25px !important;
  }
  .mobMarketing .owl-carousel .owl-nav .owl-next:hover {
    right: 0;
    background: #ccc url(../images/ar-right.webp) no-repeat center !important;
    background-size: 25px !important;
  }
  .diagramPic img {
    max-width: 100%;
    margin: 0px auto;
  }
  .tipsFull {
    display: none;
  }
  .mobTips {
    display: block;
  }
  .homeTips h1,
  .homeTips h2 {
    font-size: 24px;
    text-align: left;
    margin: 0 0 22px 0;
  }
  .timelineBg {
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .timeIcon img {
    max-width: 108px;
  }
  .timelineLeft {
    height: auto;
    border-radius: 20px;
  }
  .homeTextLeft h1 {
    font-size: 72px;
    margin: 0px 0 18px 0;
  }
  .homeTextLeft h1 span {
    font-size: 51px;
  }
  .homePic {
    height: 705px;
  }
  .mobExam .owl-carousel .owl-nav {
    display: block;
  }
  .examTable {
    width: 100%;
    overflow-y: auto;
    margin: 30px 0 0 0;
  }
  .examTable .table {
    width: 1400px;
  }
  .swiper-container {
    height: 600px;
  }
  .ft-wave {
    height: 100px;
  }
  .ft-wave img {
    height: 100px;
    width: 100%;
  }
  .marquee-container {
    display: none !important;
  }
  .marq-1,
  .marq-2 {
    display: block;
  }
  .ftLeft {
    text-align: center;
  }
  .homeAbout {
    background: radial-gradient(
      36.01% 36.01% at 50% 50%,
      #2361cb 0%,
      #09285d 100%
    );
    padding: 30px 0;
  }

  .homeMarketing {
    padding: 30px 0 30px 0;
  }

  .mbForm {
    display: block;
    max-width: 90%;
  }
  .mbForm iframe {
    height: 390px;
  }
  .latestIcon {
    top: 12px;
    right: 14px;
    width: 49px;
  }
  .homeAccross h1 {
    text-align: left;
  }
  .examTable .table td {
    font-size: 14px;
  }
  .examTable .table thead th {
    width: auto;
    font-size: 14px;
    text-align: center;
  }
  .homeExampattern h4 {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .latestSec {
    margin: 0 0 10px 0;
  }
  .timelineFlx {
    display: flex;
    flex-direction: column-reverse;
  }
  .timelineRight {
    margin: 0px 0 0 0;
  }
  .homeAboutLeft h2 img {
    margin: -28px 0 0 0;
    max-width: 30px;
  }
  .schLeft {
    top: -21px;
  }
  .schLeft img {
    max-width: 50px;
  }
  .schRight {
    bottom: -21px;
  }
  .schRight img {
    max-width: 50px;
  }
  .bg-white.sticky-top {
    background: transparent;
  }
  .homeAccross {
    padding: 25px 0 40px;
    min-height: auto;
    overflow: hidden;
  }
  .homeRegistation {
    padding: 20px 0;
  }
  .homeTips {
    background: url(../images/tips-bg-mobile.webp) no-repeat;
    background-size: 100% 100%;
    min-height: auto;
    padding: 60px 0 40px 0;
  }
  .homeText {
    top: 43px;
  }
  .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .swiper-slide.swiper-slide-active .sldPic {
    transform: rotate(0deg);
    width: 100%;
    margin: 89px 0 0 0;
  }
  .mbForm h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
  .homeSlider .swiper-button-prev,
  .homeSlider .swiper-button-next {
    display: flex;
  }
  .swiper-container {
    height: 480px;
  }
  .tipsYt iframe {
    height: 209px;
  }
  .mobTips .owl-carousel .owl-nav {
    display: none;
  }
  .tipsInner h5 {
    font-size: 18px;
  }
  .tipsInner p {
    font-size: 18px;
    margin: 0;
  }
  /* .decForm {
    display: none;
  } */

  .swiper-container {
    height: 700px;
  }
  .aboutBg {
    padding: 0;
  }
  .ftRight {
    padding: 20px 0 20px 0;
    display: block;
  }
  .ft-flx {
    border-bottom: 0px solid #fff;
  }
  .last-footer {
    margin-bottom: 50px;
  }
  .timelineRight {
    display: none;
  }
  .timelineRightMobile {
    display: block;
  }
  .timelineBox {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .lgSlide-mob-1 .lgo-1,
  .lgo-2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .schoolBtnTop .nav-tabs .nav-item .nav-link {
    font-size: 24px;
  }
  .schoolBtnTop .nav-tabs .nav-item {
    min-width: 200px;
  }
  #toggleFormBtn {
    display: none !important;
  }
  .markText {
    width: 70%;
  }
  .homeSchool {
    padding: 40px 0 50px;
  }
  .lgSlide-mob-1 {
    animation: marquee-left-to-right 90s linear infinite;
    width: max-content;
  }
  .lgSlide-mob-2 {
    animation: marquee-right-to-left 90s linear infinite;
  }
  .location-slider {
    margin: 30px 0 30px 0;
    animation: marquee 250s linear infinite !important;
  }
  .mq-1 .lgSlide-mob-1 {
    animation: marquee-left-to-right 30s linear infinite;
  }
  .mq-2 .lgSlide-mob-2 {
    animation: marquee-right-to-left 30s linear infinite;
  }
}
@media only screen and (max-width: 570px) {
  .swiper-container {
    height: 670px;
    width: 100%;
  }
  .aboutBg {
    padding: 0px;
  }
  .homeExam h1,
  .homeExam h2 {
    font-size: 36px;
    line-height: 120%;
  }
  .schoolBtnTop .nav-tabs .nav-item .nav-link {
    font-size: 20px;
  }
  .schoolBtnTop .nav-tabs .nav-item {
    margin: 0 10px 0 0;
    min-width: auto;
  }
  .examTop .nav-tabs .nav-item .nav-link {
    font-size: 15px;
    gap: 5px;
  }
  .examTop .nav-tabs .nav-item .nav-link span {
    width: 39px;
    font-size: 17px;
  }
  .examTop .nav-tabs .nav-item {
    margin: 0 0px 0 0;
    min-width: 46%;
  }
  .homeAboutLeft h2 {
    font-size: 30px;
  }
  .homeAboutLeft p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 3px 0;
  }
  .aboutvedio iframe {
    height: 166px;
    border-radius: 19px;
  }
  .homeAboutRight h3,
  .homeAboutRight h4 {
    font-size: 18px;
    position: relative;
    top: -10px;
    padding: 20px 20px;
  }
  .latestSecText h5 {
    font-size: 13px;
  }
  .latestSecText p {
    font-size: 18px;
  }
  .latestSecText {
    bottom: 2px;
    padding: 0 15px;
  }
  .latestListText h5 {
    font-size: 16px;
  }
  .latestListText p {
    font-size: 14px;
  }
  .latestListText {
    width: 75%;
  }
  .homeExam h1,
  .homeExampattern h1,
  .homeAccross h1,
  .homeRegistation h1,
  .homeTimeline h1,
  .homeExam h2,
  .homeExampattern h2,
  .homeAccross h2,
  .homeRegistation h2,
  .homeTimeline h2 {
    font-size: 22px;
    line-height: 120%;
    margin: 0 0 25px 0;
  }
  .mobExamFull {
    padding: 12px;
    min-height: 490px;
  }
  .mobExamDec {
    max-height: 300px;
    overflow: auto;
  }
  .homeSchoolLeft h4,
  .homeSchoolLeft h3 {
    font-size: 24px;
    text-align: center;
  }
  .homeSchoolLeft p {
    font-size: 15px;
  }
  .applyBtn a {
    font-size: 15px;
    padding: 12px 20px;
  }
  .timelineBox {
    width: 100%;
    height: 190px;
    margin: 0 0 10px;
  }
  .markText h4 {
    font-size: 24px;
    padding: 0 44px 0 0;
  }
  .markText p {
    font-size: 14px;
  }
  .last-footer {
    font-size: 14px;
  }
  .adrs {
    width: 100%;
    padding: 0 0px 0 50px;
    font-size: 16px;
    line-height: 25px;
  }
  .ftLeft p {
    font-size: 16px;
  }
  .ftLeft {
    border-bottom: 1px solid #fff;
    margin: 0 0 10px 0;
  }
  .ftRight h4 {
    position: relative;
    font-size: 24px;
    margin: 0 0 17px 0;
  }
  .ftRight {
    padding: 20px 0 0 0;
  }
  .homeSlider .swiper-button-prev,
  .homeSlider .swiper-button-next {
    top: 58px;
  }
  .mobExamDec h3 {
    font-size: 18px;
    max-width: 66%;
    color: #09285d;
    font-weight: 500;
  }
  .search input {
    font-size: 18px;
  }
  .homeExam {
    padding: 40px 0 50px;
  }
  .examTop .nav-tabs {
    justify-content: space-between;
  }
  .hashPic {
    width: 100%;
  }
  .hashPic img {
    max-width: 212px;
  }
  .homeSlider {
    margin: -47px 0 0 0;
  }
  .homeText .container-fluid {
    max-width: 100%;
    padding: 0;
  }
  .latestListicon {
    width: 53px;
    height: 53px;
  }
  .latestListicon img {
    max-width: 40px;
    max-height: 40px;
  }
  .latestList {
    padding: 10px 0 0;
  }
  .examIconBox {
    width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
  }
  .examIconBox img {
    max-width: 35px;
    max-height: 35px;
  }
  .examIcon {
    width: auto;
    position: absolute;
    right: 14px;
  }
  .mobExamDec ul li:first-child {
    max-width: 74%;
  }
  .mobExamDec ul li {
    font-size: 14px;
    line-height: 180%;
  }

  .ftRight-2 ul li a {
    font-size: 16px;
  }
  .timelineBox h4 {
    margin: 0 0 30px 0;
    font-size: 32px;
  }
  .swiper-slide {
    width: auto; /* Default slide width on desktop/tablet */
  }
  .swiper-slide.swiper-slide-prev .sldPic {
    transform: rotate(-0deg);
    margin: 120px -70px 0 0;
    max-width: 90%;
    margin-right: -100px;
    z-index: 0;
    overflow: hidden;
  }
  .swiper-slide.swiper-slide-prev .sldPic img {
    transform: rotate(-6deg);
  }
  .swiper-slide.swiper-slide-next .sldPic {
    transform: rotate(0deg);
    margin: 120px 0 0 0;
    max-width: 90%;
    margin-left: -100px;
    z-index: 0;
    overflow: hidden;
  }
  .swiper-slide.swiper-slide-next .sldPic img {
    transform: rotate(6deg);
  }
  .swiper-slide {
    overflow: inherit;
  }

  .homeTextLeft{
    height: 306px;
  }
  .homeTextLeft h1,
  .hashPic {
    padding: 0 15px;
    font-size: 60px;
  }

  .homeTextLeft h1 span{
    font-size: 40px;
  }
  .swiper-slide.swiper-slide-active {
    z-index: 1;
  }
  .search {
    width: 100%;
    height: 50px;
  }
  .applyBtn1 {
    display: block;
    margin-top: 20px;
  }

  .ftRight-2 ul {
    margin: 0px 0 10px 0;
  }
  .aboutvedio {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 9px 10px 5px;
    margin: 20px 0 0 0;
  }
  .homeAboutRight {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 15px 15px;
  }
  .homeSchoolRight {
    margin: 0px 0 0 0;
  }
  .lgSlide-mob-1 .lgo-1,
  .lgSlide-mob-1 .lgo-2 {
    margin-bottom: 10px;
  }
  .lgSlide-mob-2 .lgo-1,
  .lgSlide-mob-2 .lgo-2 {
    margin-bottom: 10px;
  }
  .applyBtn1 a {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .homeSchoolLeft {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .owl-carousel .owl-item .secBg img {
    height: 170px;
  }
  .secBg h5 {
    bottom: 8px;
    font-size: 16px;
  }
  .homeExampattern {
    padding: 40px 0;
  }
  .markIcon {
    width: 76px;
  }
  .markIcon img {
    max-width: 100%;
  }
  .search button {
    top: 7px;
  }
  .homeTimeline {
    padding: 30px 0 30px 0;
  }
  .location-slider {
    margin: 30px 0 30px 0;
    animation: marquee 300s linear infinite !important;
  }
  .tipsYt iframe {
    height: 161px;
  }
}
@media only screen and (max-width: 425px) {
  .homeSlider .swiper-button-prev,
  .homeSlider .swiper-button-next {
    top: 76px;
  }

  .homeExampattern .container-fluid {
    max-width: 100%;
  }
  .examTop .nav-tabs .nav-item .nav-link {
    font-size: 11px;
    gap: 2px;
  }

    .homeTextLeft{
    height: 225px;
  }

  .homeTextLeft h1{
    font-size: 48px;
  }

    .homeTextLeft h1 span{
    font-size: 40px;
  }
  .swiper-container {
    height: 550px;
  }
  .mobExamDec ul li:first-child {
    max-width: 60%;
  }
  .mobExamDec h3 {
    max-width: 58%;
  }
  .homePic {
    height: 620px;
  }
  .latestListText {
    width: 79%;
  }
  .latestListText h5 {
    font-size: 15px;
  }
  .secBg h5 {
    font-size: 14px;
  }
  .timelineBox h5 {
    font-size: 13px;
  }
  .timelineBox p {
    font-size: 16px;
  }
  .hashPic img {
    max-width: 200px;
  }
  .swiper-container {
    height: 550px;
  }
  .ftLeft img {
    max-width: 185px;
  }
}
@media only screen and (max-width: 375px) {
  .swiper-container {
    height: 487px;
  }
  .homePic {
    height: 572px;
  }
  .markIcon {
    width: 71px;
  }
  .markFull {
    gap: 10px;
  }
  .markText h4 {
    font-size: 20px;
  }
}

@media screen and (max-width:991px){
    .decForm{
    position: relative;
    width: 100%;
    max-width: 100%;
    right: 0px;
    margin-top: -130px;
    z-index: 11;
  }

  .homeBanner {
  z-index: 0;
}

.cau_tion{
   z-index: 1111;
}

   .homePic {
    height: 615px;
    background-size: 100%;
    background-repeat: no-repeat;
}

}



/* Banner Container */
.homePic {
    position: relative;
    background: url('home/images/banner-background.webp') center/cover no-repeat; /* Replace with your banner image */
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    box-sizing: border-box;
}

/* Banner Content */
.homeBannerContent {
    background: rgba(255, 255, 255, 0.85); /* slightly transparent for readability */
    padding: 2rem;
    border-radius: 12px;
    max-width: 900px;
    width: 100%;
    box-sizing: border-box;
}

/* Title */
.homeBannerContent h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

/* Button */
.admitCardButton {
    text-align: center;
    margin: 1.5rem 0;
}

.admitCardButton a {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #bcce16;
    color: #000;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s, transform 0.3s;
}

.admitCardButton a:hover {
    background-color: #a0b415; /* slightly darker on hover */
    transform: translateY(-2px);
}

/* Steps Content */
.admitCardSteps p,
.admitCardSteps li {
    font-size: 1rem;
    line-height: 1.8;
}

.admitCardSteps ol {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 992px) {
    .homeBannerContent {
        padding: 1.5rem;
    }
    .homeBannerContent h1 {
        font-size: 1.7rem;
    }
    .admitCardSteps p,
    .admitCardSteps li {
        font-size: 0.95rem;
    }
    .admitCardButton a {
        padding: 0.65rem 1.5rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .homeBannerContent {
        padding: 1rem;
    }
    .homeBannerContent h1 {
        font-size: 1.5rem;
    }
    .admitCardSteps p,
    .admitCardSteps li {
        font-size: 0.9rem;
    }
    .admitCardButton a {
        padding: 0.5rem 1.2rem;
        font-size: 0.9rem;
    }
}




@media screen and (max-width:767px){
   
   .homeBanner {
        margin: 190px 0 0 0;
          /* comment above when adding countdown timer  */

    }

  .homePic {
    height: 870px;
    background-size: 100%;
    background-repeat: no-repeat;
}
    
}


@media screen and (max-width:500px){
  .homeBanner {
        margin: 190px 0 0 0;

    }
}

@media screen and (max-width:400px){

   .homePic {
    height: 1000px;
}
}


@media screen and (max-width: 1080px) {
  .homeBanner{
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .homeBanner{
    margin-top: 25px;
  }
}


/* @media screen and (max-width: 1080px) {
  .homeBanner{
    margin-top: -130px;
  }
}

@media screen and (max-width: 768px) {
  .homeBanner{
    margin-top: -115px;
  }
} */


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background: #ffffff;
    max-width: 520px;
    width: 90%;
    padding: 25px 30px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.popup-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #222;
}

.popup-text.success {
    color: #2e7d32;
    font-weight: 600;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #555;
}

.close-btn:hover {
    color: #000;
}







