@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Varela+Round&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Varela Round', sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none; /* Optional: disables interaction like drag/select */
}
.common_padding {
  padding: 0px 80px;
}
header {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  position: relative;
  z-index: 999;
}
.main_header {
  border-radius: 100px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_logo {
  width: 15%;
}
.header_links {
  align-items: center;
}
.header_links ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}

.header_links ul li a {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.header_btn {
}
.header_btn button {
  border-radius: 100px;
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
  padding: 8px 20px;
  color: white;
  border: 0px;
}

.main_header {
  padding: 15px 0px;
}

.main_banner {
  position: relative;
}

.banner_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.banner_head h3 {
  color: #202020;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 59px;
}
.banner_head p {
  color: #202020;
  font-family: 'Varela Round';
  font-size: 18px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding-top: 20px;
}

.banner_form {
  border-radius: 27px;
  border: 1px solid rgba(236, 200, 135, 0.25);
  background: linear-gradient(
    109deg,
    rgba(255, 255, 255, 0.16) 1.57%,
    rgba(255, 255, 255, 0.03) 100%
  );
  backdrop-filter: blur(31.75px);
  padding: 15px;
  position: relative;
  z-index: 2;
}
.banner-img {
  width: 100%;
}
.banner_form h3 {
  color: #202020;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.banner_form p {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
}

.banner_form input {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 37.744px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #8080804d;
  padding: 0px 10px;
  margin-bottom: 20px;
}
::placeholder {
  color: #696969;
}

.banner_form button {
  border-radius: 8px;
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
  padding: 10px 20px;
  color: white;
  border: 0px;
  width: 100%;
  margin-top: 20px;
}

.banner_content .row {
  display: flex;
  align-items: flex-end;
  padding-top: 130px;
}

.main_banner img {
  height: 100vh;
  object-fit: cover;
}
.main_banner {
  position: relative;
}

.banner_float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.banner_float img {
  height: 200px;
  animation: float 4.5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translate3d(0, 0, 0);
  }

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

.hamburger {
  display: none;
}

.common_margin {
  margin-top: 50px;
}
.header_gradient {
  height: 4px;
  width: 110px;
  border-radius: 10px;
  background: linear-gradient(90deg, #0047bb 0%, rgba(255, 255, 255, 1) 100%);
}

.common_heading {
  color: #202020;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}

.common_description {
  color: #696969;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 10px;
}

.looking_points_row {
  padding-top: 25px;
}
.looking_points div {
  display: flex;
  gap: 10px;
  align-items: center;
}
.looking_points h6 {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.looking_points img {
  width: 32px;
}

.home-service-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.service-section .col-lg-2 {
  padding-top: 50px;
  position: relative;
}
.service-section .col-lg-2::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  background: linear-gradient(0deg, rgba(0, 71, 187, 0) 13.31%, #0047bb 100%);
  right: 6px;
  top: 25%;
}

.service-section h4 {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}

.service-section p {
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}

.why_section {
  border-radius: 25px 25px 0px 0px;
  background: linear-gradient(0deg, #fff 10.9%, #b5dbef 100%);
  padding: 50px 40px;
  margin-top: 90px;
  position: relative;
}
.why_head {
  padding: 30px 30px;
  width: 60%;
}
.why_head h3 {
  color: #202020;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.why_head span {
  color: #0047bb;
}
.why_head p {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 20px;
}
.why_head {
  position: relative;
}
.why_head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 71, 187, 0) 13.31%, #0047bb 100%);
}

.why_boxes {
  display: flex;
  padding-top: 50px;
}

.why_box_1 {
  border-radius: 14.982px;
  border: 1px solid #f0edbb;
  background: linear-gradient(197deg, #fffceb 11.45%, #ffed88 132.08%);
  box-shadow: 2px 6px 22.8px -1px rgba(80, 80, 80, 0.25);
  padding: 10px;
  width: 250px;
}
.why_box_2 {
  border-radius: 14.982px;
  border: 1px solid #ffd1ee;
  background: linear-gradient(197deg, #ffe6f6 11.45%, #ffd1ee 132.08%);
  box-shadow: 2px 6px 22.8px -1px rgba(80, 80, 80, 0.25);
  padding: 10px;
  width: 250px;
}
.why_box_3 {
  border-radius: 14.982px;
  border: 1px solid #cbf1cf;
  background: linear-gradient(171deg, #ebfcee 6.85%, #c9f0cd 100.76%);
  box-shadow: 2px 6px 22.8px -1px rgba(80, 80, 80, 0.25);
  padding: 10px;
  width: 250px;
}
.why_box_4 {
  border-radius: 14.982px;
  border: 1px solid #c7d3ff;
  background: linear-gradient(0deg, #c3d1fb 0%, #a6b8f5 100%);
  box-shadow: 2px 6px 22.8px -1px rgba(80, 80, 80, 0.25);
  padding: 10px;
  width: 250px;
}

.why_icon {
  position: relative;
  width: fit-content;
  height: fit-content;
}
.why_svgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes rotateFrame {
  0% {
    transform: rotate(-5.08deg);
  }
  100% {
    transform: rotate(354.92deg);
  } /* 360 - 5.08 */
}

.why_frame {
  animation: rotateFrame 10s linear infinite; /* Adjust duration as needed */
}

.why_boxes h3 {
  color: #202020;
  font-family: 'Varela Round', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 40px;
}
.why_boxes p {
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.why_box_1 {
  transform: rotate(355deg) translateY(20px);
}
.why_box_2 {
  transform: rotate(7deg) translateY(-14px);
}
.why_box_3 {
  transform: rotate(3deg) translate(14px);
}
.why_box_4 {
  transform: rotate(4deg) translate(0px);
}
.why_box_5 {
  transform: rotate(4deg) translateY(10px);
}
.why_box_6 {
  transform: rotate(-6deg) translateY(20px);
}

.sky-asset {
  position: absolute;
  top: -140px;
  right: -70px;
  z-index: 1;
}

.why_head {
  position: relative;
  z-index: 2;
}
.why_boxes {
  position: relative;
  z-index: 2;
}
.univeristy_detail {
  padding: 10px;
}
.university_name {
  display: flex;
  gap: 10px;
  align-items: center;
}

.university_name img{
  width: 60px;
  height: 60px;
  border-radius: 50px;
  object-fit: cover;
}

.university_name h4 {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.university_description {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.university_description p {
  color: #696969;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.univeristy_detail .readmore a {
  color: #0047bb;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.university_main_img {
  border-radius: 10px;
  width: 100%;
}
.univeristy_box {
  margin-bottom: 20px;
  border: 2px solid transparent;
}
.univeristy_box:hover{
  border-radius: 12px;
border: 2px solid #0047BB;
box-shadow: 0px 0px 12px 0px rgba(0, 71, 187, 0.14)
}
.univeristy_box h6 {
  color: #0047bb;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.destination {
  padding-top: 30px;
  text-align: center;
  position: relative;
}

.location {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url('../images/icons/locate.png') no-repeat center center /
    contain;
  cursor: pointer;
}

.location::after {
  content: attr(data-name);
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: black;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s, transform 0.2s;
}

.location:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}
.admission_img {
  padding-top: 20px;
}
.admission_img img {
  border-radius: 10px;
  width: 100%;
}
.testimonial {
  padding-top: 70px;
  position: relative;
}
.testimonial-box h4 {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: -0.6px;
  padding-top: 10px;
}
.testimonial-box p {
  color: #696969;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.testi_img .testi_person {
  border-radius: 10px;
}
.testi_img {
  margin-bottom: 10px;
  position: relative;
}
.play_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  padding-top: 30px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  background-color: #fff;
}

.footer-left {
  flex: 1;
}
.footer-left .footer-logo_img {
  width: 260px;
}
.footer-left p {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.social-links {
  padding-top: 50px;
  display: flex;
  gap: 30px;
}
.social-links img {
  width: 25px;
}
.footer-center {
  flex: 1;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  display: flex;
}

.footer-center p {
  margin-bottom: 15px;
  color: #696969;
  font-size: 17px;
}

.footer-center h5 {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #202020;
  width: fit-content;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-right a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.enquiry-btn {
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
}

.chat-btn {
  background-color: #6fcf40;
  margin-top: 15px;
}

.footer_bottom {
  border-top: 1px solid rgba(206, 206, 206, 0.39);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.footer_bottom p {
  color: #696969;
  text-align: center;
  font-family: 'Varela Round';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27.094px */
}
.footer_bottom_links {
  display: flex;
  gap: 30px;
}
.service-shape {
  position: absolute;
  top: -40px;
  right: -150px;
  width: 21%;
}

.service-shape img {
  width: 70%;
}

/* web////////////////////////// */

.main-btn {
  padding-top: 20px;
}

.main-btn img {
  height: auto !important;
}
.study_img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.study_text {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.15);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.study_text h4 {
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.study_text p {
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 17px;
  padding-top: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
          line-clamp: 1; 
  -webkit-box-orient: vertical;
}

.who-we-are h6 {
  color: #0047bb;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.who-we-are h3 {
  color: #202020;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px; /* 113.889% */
}
.who-we-are span {
  color: #0047bb;
}
.who-we-are p {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.storie_div {
  width: fit-content;
  margin: auto;
  position: relative;
}

.ab-success {
  border-radius: 91.54px;
  border: 1.272px solid #cecece;
  background: linear-gradient(
    180deg,
    rgba(235, 235, 235, 0.45) 0%,
    rgba(218, 218, 218, 0.45) 100%
  );
  backdrop-filter: blur(7.633333206176758px);
  width: fit-content;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 6px 13px;
}

.ab-success h4 {
  color: #202020;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 37.532px;
  margin-bottom: 0px;
}
.ab-success h5 {
  color: #0047bb;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.462px;
  margin-bottom: 0px;
}
.ab-1 {
  position: absolute;
  top: 50px;
  left: -130px;
}
.ab-2 {
  position: absolute;
  top: 0;
  right: -70px;
}
.ab-3 {
  position: absolute;
  bottom: 120px;
  left: -70px;
}

.ab-4 {
  position: absolute;
  bottom: 200px;
  right: -106px;
}

.storie_div img {
  height: 100%;
  animation: float 4.5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translate3d(0, 0, 0);
  }

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

.arrivalSwiper .swiper-wrapper {
  transition-timing-function: linear;
}

/* Target the first swiper-slide */
.UniversitiesSwiper .swiper-slide:nth-child(1) {
transform: translateY(0px);
}

/* Target the second swiper-slide */
.UniversitiesSwiper .swiper-slide:nth-child(2) {
transform: translateY(80px);
}

/* Target the second swiper-slide */
.UniversitiesSwiper .swiper-slide:nth-child(3) {
transform: translateY(0px);

}
/* Target the second swiper-slide */
.UniversitiesSwiper .swiper-slide:nth-child(4) {
transform: translateY(80px);
}

/* Target the second swiper-slide */
.UniversitiesSwiper .swiper-slide:nth-child(5) {
transform: translateY(0px);

}
/* Target the second swiper-slide */
.UniversitiesSwiper .swiper-slide:nth-child(6) {
transform: translateY(80px);
}
/* Target the second swiper-slide */
.UniversitiesSwiper .swiper-slide:nth-child(7) {
 transform: translateY(0px);

}
/* Target the second swiper-slide */
.UniversitiesSwiper .swiper-slide:nth-child(8) {
transform: translateY(80px);
}

.UniversitiesSwiper .swiper-slide {
  transition: all 0.5s ease;
}
.UniversitiesSwiper .swiper-slide img {
  border-radius: 10px;
}
.UniversitiesSwiper .swiper-slide img {
  transition: transform 0.5s ease; /* Smooth transition */
}
.university_box{
  border-radius: 10px;
}
.UniversitiesSwiper .swiper-slide:hover img {
  transform: scale(1.1); /* Zoom in */
}
.UniversitiesSwiper .swiper-wrapper {
  padding-bottom: 68px;
}
.controls-2 {
  margin-top: 20px;
bottom: -111px !important;
}
.university_box {
  position: relative;
  overflow: hidden;
}
.university_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding: 20px;
}
.university_text h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%; /* 29.48px */
  letter-spacing: -0.44px;
  margin-bottom: 0;
}

.university_text p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%; /* 20.1px */
  letter-spacing: -0.3px;
  margin-bottom: 0;
  padding-top: 10px;
}
.university_text h6 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%; /* 20.1px */
  letter-spacing: -0.3px;
  padding-top: 10px;
  display: none;
}

.university_box:hover .university_text {
  background: linear-gradient(
    180deg,
    rgba(0, 71, 187, 0) 0%,
    rgba(0, 71, 187, 0.7) 100%
  );
}
.university_box:hover .university_text h6 {
  display: block;
}

.what-we-do {
  background: linear-gradient(270deg, #fff 0%, #c0e1f2 100%);
  padding-top: 50px;
}
.we-do-content {
  padding-top: 80px;
}

.we-flex {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 10px;
}
.we-flex h4 {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

/* 
.hover-btn{
  display: none;
}

.main-btn:hover .hover-btn{
  display: block;
}
.main-btn:hover .first-btn{
  display: none;
} */

.scroll-container {
  width: 100%;
  overflow: hidden;
}

.scroll-content {
  display: flex;
  width: max-content;
  animation: scroll-left 10s linear infinite;
}

.scroll-content img {
  width: auto;
  height: 125px; /* Adjust height as needed */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.scroll-content2 {
  display: flex;
  width: max-content;
  animation: scroll-right 10s linear infinite;
}

.scroll-content2 img {
  width: auto;
  height: 125px; /* Adjust height as needed */
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.success-section {
  position: relative;
}
.success-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(192, 225, 242, 0) -170.74%,
    #c0e1f2 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.success-content h3 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.success-content button {
  border-radius: 100px;
  background: #fff;
  border: 0;
  width: fit-content;
  padding: 10px 25px;
  margin-top: 20px;
  color: #0047bb;
  font-size: 18px;
}

.testi-asset {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 17%;
}

.index_events {
  background: #f9f9f9;
}

.event-box {
  border-radius: 15px;
  border: 1px solid #efefef;
  background: #fff;
  box-shadow: 0px 86px 24px 0px rgba(97, 97, 97, 0),
    0px 55px 22px 0px rgba(97, 97, 97, 0.01),
    0px 31px 19px 0px rgba(97, 97, 97, 0.03),
    0px 14px 14px 0px rgba(97, 97, 97, 0.04),
    0px 3px 8px 0px rgba(97, 97, 97, 0.05);

  min-height: 600px;
}
.event-box img {
  width: 100%;

  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}
.event-content {
  padding: 20px;
}
.event-content h3 {
  color: #0047bb;
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px; /* 145.833% */
}
.event-content p {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.event-content button {
  border-radius: 100px;
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
  padding: 8px 20px;
  color: white;
  border: 0px;
  margin-top: 10px;
}

.footer-top {
  background: linear-gradient(0deg, rgba(181, 219, 239, 0) 0%, #b5dbef 65.9%);
  padding: 80px 0px;
}
.footer-top h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer-top button {
  border-radius: 100px;
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
  padding: 8px 20px;
  color: white;
  border: 0px;
  margin-top: 20px;
}

.custom-swiper-controls {
  display: flex;
  position: absolute;
  gap: 12px;
  margin-top: 20px;
  bottom: 20px;
  left: 80px;
}

.custom-swiper-controls .swiper-button-prev,
.custom-swiper-controls .swiper-button-next {
  position: static !important; /* Disable default Swiper positioning */
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.custom-swiper-controls .swiper-button-prev::after,
.custom-swiper-controls .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.custom-swiper-controls .swiper-button-prev:hover,
.custom-swiper-controls .swiper-button-next:hover {
  background-color: #f9f9f9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.about_banner {
  padding-top: 100px;
  padding-bottom: 40px;
}
.abt-banner {
  padding-top: 30px;
}
.abt-banner img {
  border-radius: 10px;
  width: 100%;
}

.reach-section {
  position: relative;
}

.reach-section .relative-img {
  width: 100%;
}
.frame-section {
  position: relative;
  display: flex;
  justify-content: center;
}
.frame-section img {
  width: 70%;
  /* animation: float 4.5s ease-in-out infinite; */
}

/* @keyframes float {
  0% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -12%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
} */

.reach-absolute {
  position: absolute;
  top: 0;
  left: 70px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.mission_head {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
}
.mission_head img {
  width: 30px;
  height: 30px;
}
.mission_head h4 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

.mission-vission {
  padding-top: 60px;
}
.mission-vission span {
  color: #f15d51;
}
.abt-teti {
  background: #f9f9f9;
  padding-bottom: 30px;
}

.university-page {
  padding-top: 80px;
  padding-bottom: 50px;
}

.filter-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: Arial, sans-serif;
}
.dropdown-toggle::after{
  display: none;
}
.label {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.filter-select {
  padding: 6px 12px;
  border: 0;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23666' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
  width: 120px;
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.clear-btn {
  margin-left: auto;
  background: none;
  border: none;
  color: #e74c3c;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.2s ease;
}

.clear-btn:hover {
  color: #c0392b;
}

.search-wrapper {
  position: relative;
  width: 100%;

  margin: 0 auto;
}

.search-input {
  width: 100%;
  padding: 12px 20px 12px 42px;
  border-radius: 50px;
  border: 1px solid #eee;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.03);
  font-size: 16px;
  outline: none;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}
.university_filters {
  padding: 40px 0px;
}

.humbr {
  color: #f15d51;
}

.university-details {
  padding-top: 50px;
}
.ud-banner img {
  width: 100%;
  border-radius: 10px;
  height: 600px;
  object-fit: cover;
}
.ud-content h3 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 115.385% */
}
.ud-content p {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

.ranking {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 20px;
}
.ranking h6 {
  color: #202020;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  margin-bottom: 0px;
}

.ud-content button {
  border-radius: 100px;
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
  padding: 8px 20px;
  color: white;
  border: 0px;
  margin-top: 20px;
}

.why-study {
  border-radius: 25px 25px 0px 0px;
  background: linear-gradient(0deg, #fff 10.9%, #b5dbef 100%);
  padding: 20px;
}

.why-study h3 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 115.385% */
}
.why-study h6 {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-top: 15px;
  margin-bottom: 0;
}

.why-study ul {
  padding-left: 18px;
}
.why-study ul li {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.why-study .asset-img img {
  margin-top: -50px;
}

.medical-universites {
  background: #f9f9f9;
  padding: 30px 0px;
}
.addmission-detail {
  padding: 50px 0px;
}
.addmission-detail h3 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 115.385% */
  margin-bottom: 0;
}

.addmission-detail h3 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}
.addmission-detail p {
  color: #696969;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  padding-bottom: 20px;
}
.admission-timeline {
  padding-bottom: 30px;
}
.admission-timeline h3 {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 115.385% */
  margin-bottom: 0;
}

.timeline-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 40px auto;
  width: 100%;
  padding: 20px 0;
}

.timeline-container::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccc;
  z-index: 1;
}

.timeline-step {
  text-align: center;
  width: 20%;
  position: relative;
  z-index: 2;
}

.timeline-step .circle {
  width: 12px;
  height: 12px;
  background: white;
  border: 1px solid #0047bb;
  border-radius: 50%;

  position: relative;
  z-index: 2;
  margin-top: -5px;
  margin-left: 30px;
}

.timeline-step h4 {
  margin: 10px 0 5px;
  color: #0047bb;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 130.435% */
  text-align: left;
  margin-left: 30px;
}

.timeline-step p {
  color: #696969;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 166.667% */
  text-align: left;
  margin-left: 30px;
}

.accordion-container {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px;
}

.accordion-item {
  border: 1px solid #ccc !important;
  border-radius: 10px 10px 10px 10px !important;
  margin-bottom: 22px;
  overflow: hidden;
  transition: border 0.3s ease;
}

.accordion-item.active {
  border-color: #0d6efd;
}

.accordion-header {
  background: #fff;
  padding: 18px 24px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 0px !important;
  color: #696969;
}

.accordion-item.active .accordion-header {
  border: 1px solid #0d6efd;
  border-radius: 8px;
}
.accordion-item.active{
  border: 1px solid #0d6efd !important;

}
.accordion-body {
  display: none;
  background: transparent;
  padding: 16px 24px;
  font-size: 14px;
  color: #696969;
  padding-top: 0px;
}

.accordion-item.active .accordion-body {
  display: block;
}

.icon {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.contact-page {
  padding-top: 80px;
  padding-bottom: 50px;
}

.contact-row {
  background: #f9f9f9;
  padding: 15px;
  margin-top: 30px;
  padding-bottom: 40px;
}
.contact-form h3 {
  color: #202020;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0px;
}
.contact-form p {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

.contact-form form {
  padding: 0px 15px;
}
.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

input,
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  background-color: transparent;
  box-sizing: border-box;
  resize: none;
  outline: none;
  transition: border-color 0.3s ease;
}

input::placeholder,
textarea::placeholder {
  color: #bbb;
}

input:focus,
textarea:focus {
  border-color: #0d6efd;
}
.contact-form form button {
  border-radius: 100px;
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
  padding: 8px 20px;
  color: white;
  border: 0px;
  width: 100%;
}
.contact-form{
  padding-right: 60px;
}
.contact_content{
  padding-left: 60px;
}
.contact-info {
}

.contact-info h2 {
  color: #202020;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0px;
}

.contact-info p.sub {
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  padding-bottom: 15px;
}

.info-item {
  margin: 15px 0;
  color: #696969;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 15px;
}

.info-item i {
  margin-right: 10px;
  color: #555;
  width: 20px;
  text-align: center;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  margin-right: 15px;
  color: #333;
  font-size: 18px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #007bff;
}

.map {
  margin-top: 25px;
  width: 100%;
  height: 300px;
  border: none;
  border-radius: 10px;
}

/* .open-search {
  padding: 10px 20px;
  background: #007BFF;
  color: #fff;
  display: inline-block;
  margin: 50px;
  cursor: pointer;
  border-radius: 5px;
} */

/* Modal background */
.search-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  padding-top: 100px;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

/* Close button */
.search-modal .close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 45px;
  color: white;
  cursor: pointer;
}

/* Search bar */
.search-box {
  position: relative;
  width: 70%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
}

.search-box img {
  width: 23px;
  margin-right: -30px;
}

.search-box input {
  width: 100%;
  padding: 15px 50px;
  font-size: 20px;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: white;
  border-radius: 0px;
}


.search-box input::placeholder {
  color: white !important;
  opacity: 0.7;
}

.search-box i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
}

/* Suggestions */
.suggestions {
  margin-top: 10px;
  width: 100%;
  background: white;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  display: none;
}

.suggestions div {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.suggestions div:hover {
  background: #f1f1f1;
}

.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal Box */
.form-content {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Close Button */
.close-form {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

/* Form styles */
.form-content h3 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 15px;
}

.form-content input,
.form-content textarea {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  background: #f9f9f9;
}

.form-content textarea {
  resize: none;
  height: 80px;
}

.form-content button {
  width: 100%;
  padding: 9px;
  border: none;
  border-radius: 20px;
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);

  color: white;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}

.form-content button:hover {
  opacity: 0.9;
}
.mobile-search {
  display: none;
}
.counry_pt {
  padding-top: 50px;
}

.custom-nav-btn {
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev.custom-nav-btn {
  left: 0px; /* Adjust as needed */
}

.swiper-button-next.custom-nav-btn {
  right: 0px; /* Adjust as needed */
}

/* Optional: Use icons */
.custom-nav-btn::after {
  font-size: 16px;
  color: black;
}

.swiper-button-prev:hover {
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
}
.swiper-button-next:hover {
  background: linear-gradient(301deg, #fff -79.86%, #0047bb 68.77%);
}

.who-margin {
  margin-top: 100px;
}

.controls-2 {
  display: flex;
  position: absolute;
  gap: 12px;
  margin-top: 20px;
  bottom: -111px !important;
  left: 10px !important;
}

/* .form-modal{
  display: flex;
} */
.modal-content {
  border: 0px;
  background: transparent;
}
.modal-body {
  border: 0px;
  background: transparent;
}
.story-2 {
  margin-left: 100px;
}
.floating-phone {
  border-radius: 8.61px 0px 0px 0px;
  background: #0047bb;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 9999;

}
.floating-phone a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.floating-wtsp{
  border-radius: 0px 0px 0px 8.607px;
  background: #A3C854;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 9999;
}
.floating-wtsp a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

::placeholder{
  color: #696969 !important;
}


.swiper-button-next, .swiper-button-prev {
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

.swiper {
  overflow: visible !important;
}

.event-box img{
  height: 270px;
  object-fit: cover;
}

.form-group ::placeholder{
  color: #C3C3C3 !important;
}
.flag-icon{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    object-fit: cover;
}
.university_main_img {
    height: 250px;
    object-fit: cover;
}
.study_img img {
    height: 250px;
    object-fit: cover;
}
.university_box {
    position: relative;
    overflow: hidden;
}
.testi_img img{
    height: auto;
    object-fit: cover;
}
.university_box img {
    height: 400px;
    object-fit: cover;
    width: 100%;

}
.play_icon a {
    width: 70px;
}

select:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}

.testi_person{
  height: 200px !important;
  width: 100%;
  object-fit: cover !important;
}

select:active{
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background: #FFF;
}
.countries-list{
  display: flex;
  align-items: center;
}
.countries-list input{
  margin-right: 10px;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #0047bb;
}
input[type="checkbox"]
 {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #f0f0f0;
}
input[type="checkbox"]:checked {
  background-color: #0d0f12; /* <-- background color when checked */
}