body {
  background: #fff;
}

html,
body {
  /* overflow-x: hidden; */
  max-width: 100vw;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000 !important;
  /* ya koi high value */
}





/* Tablet (768px and below) */
@media (max-width: 768px) {

  h1 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  h2 {
    font-size: 26px !important;
    line-height: 34px !important;
  }

  h3 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  h5 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  h6 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

}


/* Small Mobile (480px and below) */
@media (max-width: 480px) {

  h1 {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  h2 {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  h3 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  h4 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  h5 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  h6 {
    font-size: 14px !important;
    line-height: 22px !important;
  }

}





a.country-box.d-flex.align-items-center.p-2.border.rounded.text-decoration-none {
  font-size: 15px !important;
}

/* a {
	text-decoration: none !important;
	color: #000 !important;
} */

h5 {
  font-weight: bold !important;
}

/* h1 {
    font-size: 30px !important;
} */

.btn-explore {
  color: #0064ac !important;
  border: 2px solid #0064ac !important;
  border-radius: 8px;
  font-weight: bold !important;
}

.btn-explore:hover {
  color: white !important;
  background: #007bff !important;
}

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

.btn-explore i {
  font-style: normal;
  font-weight: bold;
}

/* Hide carousel arrows completely */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none !important;
}

/* Blue indicators */
.carousel-indicators [data-bs-target] {
  background-color: blue !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: darkblue !important;
}

.carousel-indicators::marker {
  display: none !important;
}

.carousel-indicators {
  list-style-type: none;
  /* Hide 1. 2. 3. */
  margin: 0;
  padding: 0;
}

/* navbar css end here */

/* Common button styling */
.btn-gradient {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Live Counselling gradient */
.btn-counselling {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: white !important;
  padding: 10px 10px;
}

.btn-counselling:hover {
  background: linear-gradient(135deg, #ff4b2b, #ff416c);
  color: #fff !important;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 16px rgba(255, 65, 108, 0.4);
}

/* Events gradient */
.btn-events {
  background: linear-gradient(135deg, #ff512f, #dd2476);
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: white !important;
  padding: 10px 10px;
}

.btn-events:hover {
  background: linear-gradient(135deg, #dd2476, #ff512f);
  color: #fff !important;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 16px rgba(221, 36, 118, 0.4);
}


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

/* Country Box */
.country-box {
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgb(0 0 0 / 34%);
  font-size: 16px;
}

/* Form Box */
.form-box {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.form-box .btn {
  background: linear-gradient(45deg, #0064ac, #009fab);
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
}

.form-box .btn:hover {
  background: linear-gradient(to right, #0033cc, #0066cc);
}

@media (max-width: 768px) {
  .hero-section {
    text-align: center;
  }



  .country-box {
    font-size: 12px;
  }
}



/* banner css end here  */

.section-title {
  text-align: justify;
  font-size: 30px;
  font-weight: bold;
  color: #0064ac;
}

/* Tablet */
@media (max-width: 991.98px) {
  .section-title {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .section-title {
    font-size: 22px;
  }
}

.university-card {
  border: 2px solid rgb(180, 177, 177);
  border-radius: 12px;
  background: #fff;
  /* transition: all 0.3s ease-in-out; */
}

.university-card:hover {
  /* transform: translateY(-5px); */
  /* box-shadow: 0 6px 14px rgba(0, 0, 0, 0.20); */
}

.d-flex.align-items-center.mb-3 {
  height: 75px !important;
}

.card-body {
  background-color: #fefefe;
  padding: 10px !important;
  border-radius: 10px;
}

.logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.card-title {
  font-size: 18px;
  font-weight: 600 !important;
  margin: 0;
  color: #000;
}

@media (max-width: 991.98px) {
  .card-title {
    font-size: 18px;
  }
}

.location {
  font-size: 0.9rem;
  color: #000000;
}

.divider {
  border-top: 2px solid #c0c0c0;
  margin: 10 px 0;
}

.fee {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 991.98px) {
  .fee {
    font-size: 16px;
  }
}

.note {
  font-size: 14px;
  color: #000000;
}

.btn-custom {
  background: linear-gradient(45deg, #0064ac, #009fab);
  color: #fff !important;
  font-weight: 500;
  border-radius: 6px;
  padding: 6px 16px;
  font-size: 16px !important;
}

.btn-custom:hover {
  background: linear-gradient(45deg, #009fab, #0064ac);
  color: white !important;
}

button.btn.red.btn-icon {
  padding: 10px 10px;
}

a.btn.btn-custom {
  padding: 5px 10px;
  font-weight: 500;
}

/* img.logo.me-3 {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    display: block;
} */

.header2 {
  position: sticky;
  top: 0;
  z-index: 100;
  /* or whatever works for your layout */
}

.header2.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* Change this to match your header bg */
}

/************************** 2nd section Css End here  **********************************/
/************************** 3nd section Css Start here  **********************************/

h2.section-title {
  font-size: 30px;
  color: #0064ac;
}

.splide__arrow--prev {
  left: -1em !important;
}

.splide__arrow--next {
  right: -1em !important;
}

h2.section-title span {
  color: #0d6efd;
}

/* Card Styling */
.splide__slide .card {
  background: linear-gradient(135deg, #ffffff, #93beff);
  border-radius: 12px;
  padding: 16px;
  height: auto;
  box-sizing: border-box;
  border: 2px solid #ccc;
  text-align: center;
}

.splide__slide .card img.logo {
  width: 100%;
  height: 90px;
  object-fit: contain;
  border-radius: 8px;
}

/* Card Title */
.card .subtitle {
  font-weight: 600;
  font-size: 18px;
  margin: 8px 0;
  color: #0d6efd;
}

/* Card Description */
.card .desc {
  font-size: 14px;
  color: #444;
  margin-top: 6px;
}

/* Tags */
.tags {
  margin-top: 12px;
}

.tag {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 10px;
  margin: 4px 6px 0 0;
  color: #fff;
}

.tag.blue {
  background-color: #007bff;
}

.tag.purple {
  background-color: #6f42c1;
}

.tag.green {
  background-color: #28a745;
}

.tag.orange {
  background-color: #fdae6b;
  color: #333;
}

/* Read More Button */
.read-more {
  display: inline-block;
  margin-top: 14px;
  color: #007bff !important;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.read-more::after {
  content: " âž";
}

/* Arrows */
.splide__arrow {
  background: #fff;
  border: 1px solid #ccc;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.splide__arrow svg {
  fill: #000;
  width: 14px;
  height: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .splide__slide .card {
    padding: 12px;
  }

  .splide__slide .card img.logo {
    height: 120px;
  }
}

/************************** 3rd section Css End here  **********************************/
/************************** 5th section Css Start here  **********************************/
.consultation-box {
  background: #e0f0fc;
  padding: 24px 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 6px 16px rgb(0 0 0 / 38%);
  flex-wrap: wrap;
}

.consultation-box h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #121212;
}

.consultation-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}

.btn.red {
  background-color: #e63946;
  color: #fff;
}

.btn.green {
  background-color: #1c7c54;
  color: #fff;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Red Button Hover */
.btn.red:hover {
  background-color: #a30707;
  color: white;
}

/* Green Button Hover */
.btn.green:hover {
  background-color: #198754;
  color: white;
}

.btn-icon img {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .consultation-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/************************** 5th section Css End here  **********************************/
/************************** about section Css Start here  **********************************/

.row.align-items-start {
  margin-top: 1rem;
}

.about-title {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: #777;
  margin-bottom: 8px;
}

.one_line {
  display: flex;
  justify-content: space-between;
}

.about-heading {
  font-size: 30px;
  font-weight: bold;
  color: #0064ac;
  border-bottom: 2px solid #cce5ff;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.about-text {
  font-size: 16px;
  line-height: 1.7;
  color: #1F1F1F !important;
  text-align: justify;
  /* margin-bottom: 16px; */
}

.stat-box {
  background-color: #b3e0ff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  height: 100%;
  border: 2px solid #afafaf;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.stat-number {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(90deg, #003b85, #0068ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
  letter-spacing: 1px;
}


.stat-label {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

section.about-section.container {
  padding: 0;
}

@media (max-width: 768px) {
  .about-heading {
    font-size: 28px;
  }

  .stat-number {
    font-size: 24px;
  }

  .stat-box {
    padding: 24px 16px;
  }
}

/************************** about section Css End here  **********************************/
/************************** button  section Css Start here  **********************************/

.button-card_section {
  width: 100%;
  margin-top: 3rem;
  background: #f1f6ff;
  padding: 30px;
}

.heading {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.heading span {
  color: #007bff;
}

.sub-text {
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
}

.grid444 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  /* small buttons, auto-fit */
  gap: 15px;
}

.button-card {
  background: #fff;
  padding: 6px 15px;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  height: 45px;
  width: auto;
  min-width: 120px;
  /* minimum width */
}

.button-card:hover {
  transform: translateY(-4px);
  background: #f0f8ff;
  box-shadow: 0 4px 12px rgb(53 106 231 / 30%);
  border: 2px solid #007bff;
}

.button-card span {
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

/* arrow as circle button */
.arrow33 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.button-card:hover .arrow33 {
  background: #0056b3;
  transform: scale(1.1);
}

/* Responsive text */
@media (max-width: 600px) {
  .heading {
    font-size: 22px;
  }

  .sub-text {
    font-size: 13px;
  }

  .button-card span {
    font-size: 13px;
  }
}

/************************** button  section Css End here  **********************************/
/************************** highlight  section Css Start here  **********************************/

.highlight_section {
  margin-top: 3rem;
}

/* .section-title {
  font-size: 38px;
  font-weight: 900;
  color: #0064AC;
} */

.section-subtext {
  font-size: 16px;
  color: #000000;
  text-align: justify;
}

.service-box {
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  color: #fff;
  /* transition: all 0.1s ease; */
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.service-img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
}

.service-icon {
  font-size: 45px;
  margin: 12px 0;
  transition: 0.3s;
}

.service-box h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 15px;
  line-height: 1.6;
}

.service-box:hover {
  /* transform: translateY(-12px) scale(1.05); */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.service-box:hover .service-icon {
  transform: scale(1.2) rotate(6deg);
}

/* Gradient Variants */
.gradient-blue {
  /* background: linear-gradient(135deg, #007bff, #00d4ff); */
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-purple {
  /* background: linear-gradient(135deg, #6a11cb, #2575fc); */
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-green {
  /* background: linear-gradient(135deg, #11998e, #38ef7d); */
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-orange {
  /* background: linear-gradient(135deg, #ff8008, #ffc837); */
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-pink {
  /* background: linear-gradient(135deg, #ff5f6d, #ffc371); */
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-red {
  /* background: linear-gradient(135deg, #e52d27, #b31217); */
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-cyan {
  /* background: linear-gradient(135deg, #00c6ff, #0072ff); */
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

.gradient-teal {
  background: linear-gradient(135deg, #43cea2, #185a9d);
}

@media (max-width: 767px) {
  .service-box {
    padding: 25px 20px;
  }

  .service-img {
    width: 60px;
    height: 60px;
  }

  .service-icon {
    font-size: 38px;
  }
}

/************************** highlight  section Css End here  **********************************/

/************************** testimonails  section Css Start here  **********************************/

.partner-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.partner-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.student-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.partner-box:hover .student-img {
  transform: scale(1.05);
}

.testimonial-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
}

.testimonial-overlay h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
}

.testimonial-overlay p {
  margin: 2px 0;
  font-size: 14px;
}

.view-all button {
  background: linear-gradient(45deg, #0064ac, #009fab);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.view-all button:hover {
  background: linear-gradient(45deg, #009fab, #0064ac);

  transform: scale(1.05);
}

/************************** testimonails  section Css End here  **********************************/
/************************** Blogs  section Css Start here  **********************************/

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  /* side by side on desktop */
}

/* On tablet and mobile, stack vertically */
@media (max-width: 991.98px) {
  .section-header {
    flex-direction: column;
    align-items: flex-start;
    /* align left */
    gap: 10px;
    /* space between title and button */
  }
}

.card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.card-content {
  padding: 15px;
}

.card-content small {
  color: #000000;
}

.card-content h4 {
  color: #0064ac !important;

  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.card-content p {
  font-size: 16px;
  color: #000000;
}

.card-content a {
  display: inline-block;
  margin-top: 10px;
  color: #007bff !important;
  text-decoration: none;
  font-weight: bold;
}

/************************** Blogs  section Css End here  **********************************/

/************************** Logo and last   section Css Start here  **********************************/

/* Heading */
.media-heading h2 span:first-child {
  color: #00b4d8;
  font-weight: bold;
}

.media-heading .text-red-600 {
  color: #ff0054;
  font-weight: bold;
}

/* Premium Logo Box */
.media-logo-box {
  width: 220px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(145deg, #43ffb0, rgba(255, 255, 255, 0.05));
  /* backdrop-filter: blur(10px); */
  border: 2px solid #afafaf;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

/* Glow Border Effect */
.media-logo-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #ff4d6d, #007bff, #00ffcc);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
}

.media-logo-box:hover::before {
  opacity: 1;
}

.media-logo-box:hover {
  background: linear-gradient(-145deg, rgba(255, 255, 255, 0.05), #43ffb0);
  border: none;
}

/* Logo Image */
.media-logo-img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  filter: grayscale(50%) brightness(0.9);
  transition: all 0.5s ease;
  z-index: 2;
}

.media-logo-box:hover .media-logo-img {
  filter: grayscale(0%) brightness(1.1) drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  transform: scale(1.1);
}

/************************** Logo and last   section Css End here  **********************************/
/************************** Footer  section Css Start here  **********************************/

header {
  background: #cbf8fe;
  /* padding: 20px 40px; */
}

.logo-section img {
  max-height: 70px;
}

.tagline {
  font-size: 16px;
  color: #333;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: none !important;
}

.contact-info a {
  text-decoration: none;
  color: #000;
}

/* Colleges Section */
.college-section {
  background: #cbf8fe;
  /* padding: 50px 0; */
}

.college-section h2 {
  color: #0064ac;
  font-weight: 700;
  /* margin-bottom: 30px; */
}

.college-section h3 {
  font-size: 24px;
  color: #0064ac;
  font-weight: 600;
  margin-bottom: 15px;
}

.college-section h4 {
  color: #0064ac;
  font-size: 24px;
  color: #0064ac;
  font-weight: 600;
  margin-bottom: 15px;

}



.college-section ul {
  list-style: none;
  padding: 0;
}

.college-section li {
  margin-bottom: -2px;
}

/* a:hover {
    color: #0064ac !important;
    text-decoration: underline !important;
} */

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0080ac !important;
}

.heading_footer {
  font-weight: 600;
  color: #0064ac;
}

/* Footer */
footer {
  background: #eefffb;
  padding: 0px 0;
}

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

.social-icons img {
  height: 50px;
  margin: 0 5px;
}

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

  .header-right {
    margin-top: 20px;
  }
}

p.small {
  color: white !important;
}


@media (min-width: 1200px) {

  .h4,
  h4 {
    font-size: 1rem !important;
  }
}


/* Sticky Button Right */
.sticky-apply-right {
  position: fixed;
  top: 85%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
}

/* Apply Button Styling */
.apply-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f68c2a;
  /* Orange Theme */
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(246, 140, 42, 0.6),
    0 0 30px rgba(246, 140, 42, 0.4) !important;
  animation: pulseGlow 2s infinite;
  transition: transform 0.3s ease;
}

.apply-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(246, 140, 42, 0.9),
    0 0 40px rgba(246, 140, 42, 0.7) !important;
}

/* Pulse Animation */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 10px rgba(246, 140, 42, 0.6) !important;
  }

  50% {
    box-shadow: 0 0 25px rgba(246, 140, 42, 0.9) !important;
  }

  100% {
    box-shadow: 0 0 10px rgba(246, 140, 42, 0.6) !important;
  }
}

/************************** Footer  section Css End here  **********************************/
/* stricky button css here  */
/* Sticky Button Left - Centered Vertically */
.sticky-social-left {
  position: fixed;
  top: 85%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* WhatsApp Button Styling */
.social-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #25d266;
  /* WhatsApp green */
  color: #fff !important;
  border: none;
  cursor: pointer;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.6),
    0 0 30px rgba(37, 211, 102, 0.4);
  animation: pulseGlow 2s infinite;
  transition: transform 0.3s ease;
}

.social-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(37, 211, 102, 0.9),
    0 0 40px rgba(37, 211, 102, 0.7);
}

/* Glow Pulse Effect */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.6),
      0 0 30px rgba(37, 211, 102, 0.4);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 25px rgba(37, 211, 102, 1),
      0 0 50px rgba(37, 211, 102, 0.8);
    transform: scale(1.08);
  }

  100% {
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.6),
      0 0 30px rgba(37, 211, 102, 0.4);
    transform: scale(1);
  }
}

/* faq footer css start here */

/* Accordion Container Styling */
.accordion {
  --bs-accordion-border-color: none !important;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

/* Button Style (Closed) */
.accordion-button.collapsed {
  background: #effffb;
  color: #0064ac;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {

  /* Hide arrows on desktop */
  #splideGrid .splide__arrows {
    display: none;
  }
}

/* Button Style (Open) with your colors and box-shadow */
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #41545a;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Remove default border and shadow */
.accordion-button {
  box-shadow: none !important;
  border: none;
  padding: 12px 16px;
}

/* Body Style */
.accordion-body {
  padding: 12px 16px;
  background: #f7f7f7;
  border-radius: 0 0 12px 12px;
  margin-top: -10px;
}

/* Optional: Accordion Item Spacing */
.accordion-item {
  margin-bottom: 12px;
  border: none;
}

/* Remove last itemâ€™s radius override */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 12px;
}

/* Hover effect */
.accordion-button:hover {
  filter: brightness(0.95);
}

/* faq footer css End here */

/* popup css here */

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

.popup {
  width: 850px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  padding: 20px;
}

.close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}

.popup h2 {
  text-align: center;
  font-size: 28px;
  color: #111;
  margin-bottom: 30px;
}

.popup-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.popup-content img {
  width: 100%;
  border-radius: 10px;
  max-width: 370px;
}

.form-container {
  flex: 1;
}

@media (max-width: 768px) {
  h2.section-title {
    font-size: 23px;
    color: #0064ac;
  }
}

input,
select {
  width: 100%;
  padding: 12px;
  /* margin-bottom: 15px !important; */
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
}

.phone-row {
  display: flex;
  gap: 10px;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
  padding: 10px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
  background-color: #d32f2f;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease;
}

/* .submit-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #b71c1c;
    z-index: 0;
    transition: width 0.4s ease;
} */

.submit-btn:hover::before {
  width: 100%;
}

.submit-btn span {
  position: relative;
  z-index: 1;
}

.open-popup-btn {
  margin: 60px auto;
  display: block;
  padding: 15px 30px;
  font-size: 18px;
  background-color: #1976d2;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.open-popup-btn:hover {
  background-color: #0d47a1;
}

@media screen and (max-width: 768px) {
  .popup {
    width: 90%;
    padding: 20px;
  }

  .popup-content {
    flex-direction: column;
    align-items: center;
  }

  .popup-content img {
    max-width: 100%;
  }

  .submit-btn {
    font-size: 15px;
  }
}

img.me-23 {
  width: 25px !important;
}

a.dropdown-item.d-flex.align-items-center {
  gap: 8px;
}

/* Custom arrows heading ke right side */
.custom-arrows {
  display: flex;
  gap: 10px;
}

.custom-arrows button {
  background: linear-gradient(45deg, rgb(0, 100, 172), rgb(0, 159, 171));
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: 0.3s;
}

.custom-arrows button:hover {
  background: linear-gradient(45deg, rgb(0, 159, 171), rgb(0, 100, 172));
}



.ckeditorData {
  width: 100%;
  padding: 0px;
}

/* Headings */
.ckeditorData h1 span,
.ckeditorData h2 span,
.ckeditorData h3 span,
.ckeditorData h4 span,
.ckeditorData h5 span,
.ckeditorData h6 span {
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  color: #0164ac !important;
  font-weight: 600 !important;
  /* font-family: var(--font-poppins), sans-serif; */
  line-height: 1.4;
}

.ckeditorData h1 span {
  font-size: 34px !important;
}

.ckeditorData h2 span {
  font-size: 32px !important;
}

.ckeditorData h3 span {
  font-size: 28px !important;
}

.ckeditorData h4 span {
  font-size: 24px !important;
}

.ckeditorData h5 span {
  font-size: 20px !important;
}

.ckeditorData h6 span {
  font-size: 16px !important;
}

/* Paragraphs */
.ckeditorData p {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  /* font-family: var(--font-poppins), sans-serif; */
  font-size: 14px !important;
  line-height: 1.6;
  text-align: justify !important;
  /* color: #1F1F1F; */
  font-weight: 400;
}

/* Paragraph inner styling */
.ckeditorData p strong,
.ckeditorData p span {
  /* font-family: var(--font-poppins), sans-serif; */
  font-size: 13px !important;
  line-height: 1.5;
  color: #1F1F1F;
  font-weight: 400;
}


/* Lists */
.ckeditorData ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

ul span {
  font-size: 14px !important;
}




.ckeditorData ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.ckeditorData li {
  margin-bottom: 0.5rem;
}

/* Images inside paragraphs */
.ckeditorData p img {
  width: 100%;
  display: block;
  margin: 1rem 0;
}

/* Tables */
/* .ckeditorData table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 1.5rem 0;
    border: 1px solid #000 !important;
}

.ckeditorData table td,
.ckeditorData table th {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: top;
    border: 1px solid #000 !important;
}



.ckeditorData table th {
    background-color: #2d7594;
    font-weight: bold;
}
.ckeditorData * + * {
    margin-top: 0;
    margin: 0px !important;
} */
.ckeditorData table {
  /* width: 100% !important; */
  border-collapse: collapse !important;
  margin: 1.5rem 0 !important;
  border: 1px solid #000 !important;
}

/* Header */
.ckeditorData table th {
  background: #2d7594 !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 14px 16px !important;
  border: 1px solid #000 !important;
  text-align: left !important;
}

/* Body Cells */
.ckeditorData table td {
  padding: 0px 11px !important;
  border: 1px solid #000 !important;
  vertical-align: middle !important;
  font-size: 18px !important;
}

/* Remove CKEditor margin override */
.ckeditorData *+* {
  margin-top: 0 !important;
}

/* Zebra effect for cleaner rows */
.ckeditorData table tr:nth-child(even) td {
  background: #f7f7f7 !important;
}




/* @media (max-width: 768px) {
    .topbar.border-bottom {
        display: none;
    }
} */


/* ===== MOBILE VIEW CONTROL ===== */
@media (max-width: 768px) {

  /* hide email */
  .d-flex.align-items-center.gap-2.topbar-email {
    display: none !important;
  }

  /* hide announcement marquee */
  .d-flex.align-items-center.gap-2.topbar-announcement {
    display: none !important;
  }

  /* hide live counselling */
  .topbar-counselling.d-flex.align-items-center.gap-2.px-4.py-2.rounded-pill {
    display: none !important;
  }

  /* show only phone + events */
  .d-flex.align-items-center.gap-2.topbar-phone,
  .topbar-events {
    display: flex !important;
  }

  /* spacing adjust */
  .topbar .container {
    justify-content: space-between !important;
  }
}



select.form-select.border.border-secondary.ps-3 {
  height: 35px;
}

/* Responsive Adjustments */




/* floating input for hero section form  */
/* Floating Label Wrapper */
input {
  height: 40px;
}


.floating-group {
  position: relative;
  margin-bottom: 1.2rem;
}

/* Input */
.floating-group input {
  width: 100%;
  /* padding: 12px 12px; */
  border: 1px solid #6c757d;
  border-radius: .375rem;
  outline: none;
  background: #fff;
}

/* Label */
.floating-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  color: #6c757d;
  background: #fff;
  padding: 0 6px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all .2s ease;
}

/* When input focused or filled */
.floating-group input:focus+label,
.floating-group input:not(:placeholder-shown)+label {
  top: -6px;
  font-size: 12px;
  color: #0d6efd;
}

/* Error text */
.error-text {
  font-size: 12px;
}

/* event start here css */



@media (min-width: 768px) {
  .floating-event-teaser {
    position: fixed;
    bottom: -200px;
    right: 20px;
    width: 320px;
    max-width: 90vw;
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    cursor: pointer;
    border: 1px solid #e9ecef;
    transition: bottom 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }

  .floating-event-teaser.show {
    bottom: 25px;
  }

  .teaser-header {
    background: linear-gradient(135deg, #0431ff, #ae003a);
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 1.2rem 1.2rem 0 0;
    text-align: center;
    position: relative;
  }

  .teaser-badge {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
  }

  .teaser-body {
    padding: 1.5rem;
  }

  .ckeditorData p span a {
    color: #1155cc !important;
  }


  .teaser-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .teaser-date {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #6c757d;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }

  .teaser-date i {
    color: #667eea;
    font-size: 1.2rem;
  }

  .teaser-btn {
    width: 100%;
    background: linear-gradient(135deg, #0431ff, #ae003a);
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 0.8rem;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }

  .teaser-close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}

/* Mobile (767px se neeche) - Mast Icon Wala Design */
@media (max-width: 767px) {
  .floating-event-teaser {
    position: fixed;
    bottom: -120px;
    right: 20px;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #667eea, #764ba2, #f093fb, #f5576c);
    background-size: 400% 400%;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.6);
    z-index: 1000;
    cursor: pointer;
    transition: bottom 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    animation: gradientShift 10s ease infinite, pulseGlow 2.5s infinite alternate;
  }

  .floating-event-teaser.show {
    bottom: 30px;
  }

  @keyframes gradientShift {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

  @keyframes pulseGlow {
    0% {
      box-shadow: 0 10px 30px rgba(102, 126, 234, 0.6);
    }

    100% {
      box-shadow: 0 15px 40px rgba(102, 126, 234, 0.8);
    }
  }

  .mobile-badge {
    position: absolute;
    top: -10px;
    background: #ff0000;
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.5);
  }

  .mobile-icon {
    font-size: 2.6rem;
    /* Bootstrap event icon */
  }

  .mobile-text {
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 4px;
  }

  .mobile-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* event end here css */


.event-hero {
  position: relative;
  overflow: hidden;
  /* background:#0f172a; */
}

/* image wrapper */
.hero-media {
  position: relative;
  /* height:520px; */
  width: 100%;
  overflow: hidden;
}

/* banner image */
/* .hero-media img {
            width: 100%;
            height: 420px;
            object-fit: cover;

        } */

@media(max-width:768px) {
  .hero-media {
    height: 300px;
  }

  /* .hero-media img {
                width: 110%;
                transform: none;
            } */
}

.rating-summary .progress {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
}

.rating-summary .progress-bar {
  border-radius: 10px;
}

.overflow-hidden {
  height: 70vh !important;
}

.badge-featured {
  background: #ffd43b;
  color: #212529;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
}


.info-card {
  border-radius: 18px;
  padding: 22px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .3s ease;
}

.info-card h6 {
  font-weight: 600;
  margin-top: 14px;
}

.info-card p {
  margin-bottom: 0;
  color: #475569;
  font-size: 14px;
}

.info-card:hover {
  transform: translateY(-6px);
}

/* ICON */
.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}

/* COLOR THEMES */
.bg-soft-green {
  background: #ecfdf5;
}

.bg-soft-yellow {
  background: #fff7ed;
}

.bg-soft-blue {
  background: #eff6ff;
}

.bg-soft-purple {
  background: #f5f3ff;
}

.icon-box.green {
  background: #22c55e;
}

.icon-box.yellow {
  background: #f59e0b;
}

.icon-box.blue {
  background: #3b82f6;
}

.icon-box.purple {
  background: #8b5cf6;
}

/* CTA wrapper */
.event-cta {
  position: relative;
}

/* MAIN BUTTON */
.event-btn {
  padding: 14px 48px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #0ea5e9, #22c55e);
  border: none;
  box-shadow:
    0 12px 25px rgba(37, 99, 235, .35),
    0 0 0 6px rgba(34, 197, 94, .12);
  transition: all .35s ease;
  text-decoration: none;
  display: inline-block;
}

/* HOVER MAGIC */
.event-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow:
    0 18px 40px rgba(37, 99, 235, .45),
    0 0 0 10px rgba(34, 197, 94, .18);
  color: #fff;
}

/* CTA TEXT */
.cta-note {
  font-size: 14px;
  font-weight: 500;
  color: #16a34a;
  letter-spacing: .3px;
}

/* Mobile */
@media(max-width:768px) {
  .event-btn {
    padding: 14px 36px;
    font-size: 16px;
  }
}



.benefit-card {
  position: relative;
  padding: 26px 22px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  transition: .35s ease;
}

.benefit-card h6 {
  font-weight: 600;
  margin-top: 18px;
}

.benefit-card p {
  font-size: 14px;
  color: #475569;
  margin-bottom: 0;
}

.benefit-card:hover {
  transform: translateY(-6px);
}

/* ICON */
.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}

/* BACKGROUNDS */
.bg-soft-green {
  background: #d5ffeb;
}

.bg-soft-blue {
  background: #daeaff;
}

.bg-soft-yellow {
  background: #f8ead9;
}

.bg-soft-pink {
  background: #f9dfed;
}

.bg-soft-purple {
  background: #e8e4fb;
}

.bg-soft-mint {
  background: #d7f5f6;
}

/* ICON COLORS */
.green {
  background: #22c55e;
}

.blue {
  background: #3b82f6;
}

.yellow {
  background: #f59e0b;
}

.pink {
  background: #ec4899;
}

.purple {
  background: #8b5cf6;
}

.mint {
  background: #06b6d4;
}






/* SECTION BG */
.review-section {
  background: linear-gradient(180deg, #f8fafc, #eef2ff);
}

/* MAIN CARD */
.review-wrapper {
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(15, 23, 42, .12);
  position: relative;
  overflow: hidden;
}

/* subtle gradient strip */
.review-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
      rgba(37, 99, 235, .08),
      rgba(14, 165, 233, .06),
      rgba(34, 197, 94, .05));
  pointer-events: none;
}

/* LEFT FORM TITLE */
.review-section h3 {
  font-weight: 800;
  background: linear-gradient(90deg, #2563eb, #0ea5e9, #22c55e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* INPUTS */
.review-section .form-control,
.review-section .form-select {
  border: 1px solid #e5e7eb;
  padding: 12px 18px;
}

.review-section textarea {
  border-radius: 16px;
}

/* STAR INPUT */
.star-container {
  position: relative;
  font-size: 28px;
  cursor: pointer;
}

.star-bg {
  color: #e5e7eb;
}

.star-full,
.star-half {
  position: absolute;
  top: 0;
  left: 0;
  color: #facc15;
  opacity: 0;
  transition: .2s;
}

.star-container.active .star-full {
  opacity: 1;
}

.star-container.half .star-half {
  opacity: 1;
}

/* SUBMIT BUTTON */
.review-section .btn-primary {
  background: linear-gradient(135deg, #2563eb, #0ea5e9, #22c55e);
  border: none;
  padding: 12px 40px;
  font-weight: 600;
  box-shadow: 0 12px 30px rgba(37, 99, 235, .35);
}

.review-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(37, 99, 235, .45);
}

/* RIGHT SUMMARY */
.rating-summary {
  background: linear-gradient(180deg, #0f172a, #1e293b);
  color: #fff !important;
  border-radius: 20px;
  padding: 30px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

/* BIG RATING */
.rating-summary h1 {
  font-weight: 800;
  background: linear-gradient(90deg, #fde047, #facc15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* PROGRESS */
.rating-summary .progress {
  background: rgba(255, 255, 255, .15);
  border-radius: 10px;
}

.rating-summary .progress-bar {
  background: linear-gradient(90deg, #fde047, #facc15);
}

/* MOBILE */
@media(max-width:768px) {
  .rating-summary {
    margin-top: 30px;
  }
}



/* SECTION TITLE */
.section-titles {
  font-weight: 800;
  background: linear-gradient(90deg, #2563eb, #0ea5e9, #22c55e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* CARD */
.prev-event-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .15);
  transition: .4s ease;
  background: #000;
}

/* IMAGE */
.prev-event-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform .6s ease;
}

/* OVERLAY */
.prev-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, .05) 0%,
      rgba(0, 0, 0, .55) 55%,
      rgba(0, 0, 0, .85) 100%);
  transition: .4s ease;
}

/* YEAR TAG */
.event-year {
  align-self: flex-start;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 10px;
}

/* TITLE */
.event-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
}

/* VIEW MORE */
.view-more {
  color: #22c55e;
  font-weight: 600;
  font-size: 14px;
  opacity: .85;
}

/* HOVER EFFECTS */
.prev-event-card:hover .prev-event-img {
  transform: scale(1.12);
}

.prev-event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(15, 23, 42, .25);
}

.prev-event-card:hover .view-more {
  opacity: 1;
}

/* MOBILE */
@media(max-width:768px) {
  .prev-event-img {
    height: 240px;
  }
}



.hero-section-custom {
  background: linear-gradient(to right, #8db9d3, #6fa3c3);
  padding: 80px 0px 60px 0px;
}

.hero-img-custom {
  max-width: 100%;
}

.hero-title-custom {
  font-size: 38px;
  font-weight: 700 !important;
}

.hero-text-custom {
  font-size: 24px;
  margin: 15px 0;
  color: #333;
}




.hero-btn-custom {
  background: #2b7bbb;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
}

/* FORM */
.hero-form-custom {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.hero-form-custom h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

.hero-form-custom .form-control {
  margin-bottom: 12px;
  padding: 10px;
}

.form-btn-custom {
  width: 100%;
  background: linear-gradient(to right, #0b7fab, #17b3a6);
  color: #fff !important;
  padding: 10px;
  border-radius: 8px;
}

.hero-countries-custom {
  margin-top: 20px;
}

.country-card-custom {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  /* equal height */
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 500;
}

.country-card-custom img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

.country-card-custom:hover {
  transform: translateY(-3px);
  transition: 0.3s;
}



.mbbs-tabs .nav-link {
  background: #f1f3f6;
  border-radius: 20px;
  margin: 5px;
  color: #333;
}

.mbbs-tabs .nav-link.active {
  background: #1c3d5a;
  color: #fff;
}


/* Card Main */
.mbbs-card {
  border-radius: 20px;
  overflow: hidden;
  background: #f4f6f9;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

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

/* Image */
.mbbs-card-img {
  position: relative;
}

.mbbs-card-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Rank Badge */
.mbbs-rank-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Body */
.mbbs-card-body {
  padding: 18px;
}

/* Title */
.mbbs-title {
  font-size: 18px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 8px;
}

/* Location */
.mbbs-location {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

/* Info */
.mbbs-info p {
  font-size: 14px;
  margin: 4px 0;
  color: #444;
}

/* Buttons */
.mbbs-actions {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

/* Apply Button */
.mbbs-btn-primary {
  flex: 1;
  background: #2f3e52;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.mbbs-btn-primary:hover {
  background: #1f2a38;
}

/* Outline Button */
.mbbs-btn-outline {
  flex: 1;
  background: transparent;
  border: 1.5px solid #2f3e52;
  color: #2f3e52;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.mbbs-btn-outline:hover {
  background: #2f3e52;
  color: #fff;
}

.sesction-title {
  font-weight: bold;
  font-size: 25px;
}

.swiper-slide {
  margin: 40px auto;
}



/* Section BG */
.mbbs-about-section {
  background: #eef3f8;
}

/* Title */
.mbbs-about-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

/* Line */
.mbbs-about-line {
  width: 120px;
  height: 2px;
  background: #000;
  margin-bottom: 20px;
}

/* Text */
.mbbs-about-text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

/* Cards */
.mbbs-about-card {
  background: #9fc2da;
  padding: 25px 10px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  height: 100%;
}

/* Hover */
.mbbs-about-card:hover {
  transform: translateY(-5px);
}

/* Number */
.mbbs-about-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b3d91;
  margin-bottom: 5px;
}

/* Label */
.mbbs-about-card p {
  font-size: 14px;
  color: #1a1a1a;
  margin: 0;
}

.about-list {
  list-style: none;
  padding-left: 0px;
}

.about-list li {
  margin-bottom: 10px;
}


/* Section */
.mbbs-process-section {
  background: #fff;
}

.mbbs-process-step p {
  margin-bottom: 0;
}

/* Timeline Container */
.mbbs-process-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* Horizontal Line */
.mbbs-process-timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d6e4f0;
  z-index: 0;
}

/* Step */
.mbbs-process-step {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 14%;
}

/* Icon Circle */
.mbbs-process-icon {
  width: 70px;
  height: 70px;
  background: #1c5d99;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.mbbs-process-icon i {
  font-size: 30px;
}

/* Text */
.mbbs-process-step h6 {
  font-weight: 600;
  margin-bottom: 2px;
}

.mbbs-process-step p {
  font-size: 13px;
  color: #555;
}


/* Section */
.pcat-section-wrapper {
  background-color: #eef3f8;
}

/* Title */
.pcat-title {
  font-weight: 700;
  font-size: 2rem;
  color: #222;
}

/* Card */
.pcat-card-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.pcat-card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Icon */
.pcat-icon i {
  font-size: 40px;
  color: #0d6efd;
  margin-bottom: 15px;
}

/* Title */
.pcat-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

/* Section */
.mbbs-consult-section {
  background: #fff;
}

/* Description */
.mbbs-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.7;
}

/* List */
.mbbs-feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.mbbs-feature-list li {
  font-size: 16px;
  margin-bottom: 12px;
  color: #333;
  padding-left: 5px;
  transition: 0.3s;
}

.mbbs-feature-list li:hover {
  transform: translateX(5px);
  color: #0d6efd;
}



/* Image */
.mbbs-image-box {
  position: relative;
}

.mbbs-img {
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

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

/* Section */
.mbbs7-section-wrapper {
  background: #eef3f8;
}

/* Title */
.mbbs7-main-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0d3b66;
}

/* Card */
.mbbs7-card-box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
}

/* Image */
.mbbs7-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
}

/* Text */
.mbbs7-card-box h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.mbbs7-card-box p {
  font-size: 14px;
  color: #666;
}

/* Hover Effect */
.mbbs7-card-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Center active slide highlight */
.swiper-slide-active .mbbs7-card-box {
  transform: scale(1.05);
  border: 2px solid #0d6efd;
}

/* Pagination */
.swiper-pagination-bullet {
  background: linear-gradient(90deg, #0064ac, #009fab);
  opacity: 0.5;
}

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

.mbbs-india {
  background-color: #fff;
}

.top-mbbs-consult {
  background: #eef3f8;
}



/* Section */
.srvx-section {
  background: #fff;
}



.srvx-subtitle {
  color: #666;
  margin-top: 5px;
}

/* Card */
.srvx-card {
  padding: 30px 15px;
  border-radius: 18px;
  text-align: center;
  color: #222;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.srvx-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

/* Icon */
.srvx-icon i {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 12px;
}

/* Background colors (matching style) */
.srvx-bg1 {
  background: #cfe2ff;
}

.srvx-bg2 {
  background: #ffe0b2;
}

.srvx-bg3 {
  background: #d1e7dd;
}

.srvx-bg4 {
  background: #e2d9f3;
}

.srvx-bg5 {
  background: #f8d7da;
}

.srvx-bg6 {
  background: #d1f2eb;
}

/* Text */
.srvx-card h6 {
  font-weight: 600;
  margin-top: 10px;
  font-size: 14px;
}


/* Section */
.tstx-section {
  background: #eaf3f5;
}

/* Title */
.tstx-title {
  font-weight: 700;
  color: #0d3b66;
}

.tstx-sub {
  color: #555;
  max-width: 700px;
}

/* Card */
.tstx-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #d9e6eb;
}

/* Badge */
.tstx-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffc107;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
}

/* Image */
.tstx-img-wrap img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

/* Text */
.tstx-name {
  font-size: 15px;
  font-weight: 600;
}

.tstx-location {
  color: #777;
  display: block;
  margin-bottom: 8px;
}

/* University */
.tstx-uni {
  background: #f1f5f9;
  border-radius: 20px;
  padding: 6px 10px;
  font-size: 13px;
  margin-bottom: 10px;
}

/* Review */
.tstx-review {
  font-size: 13px;
  color: #555;
  min-height: 70px;
}

/* Stars */
.tstx-stars {
  color: #ffc107;
  font-size: 14px;
}

/* Arrows */
.tstx-next,
.tstx-prev {
  position: absolute;
  top: 45%;
  width: 35px;
  height: 35px;
  background: linear-gradient(90deg, #0064ac, #009fab);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

.tstx-next {
  right: -15px;
}

.tstx-prev {
  left: -15px;
}

/* Make swiper slides stretch */
.tstx-swiper .swiper-wrapper {
  align-items: stretch;
}

/* Make each slide full height */
.tstx-swiper .swiper-slide {
  height: auto;
  display: flex;
}

/* Card full height */
.tstx-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 360px;
  /* adjust as needed */
}



/* Section */
.blgx-section {
  background: #fff;
  position: relative;
}

/* Header */
.blgx-title {
  font-weight: 700;
  color: #0d3b66;
}

.blgx-btn {
  background: linear-gradient(90deg, #0064ac, #009fab);
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.blgx-btn:hover {
  background: linear-gradient(90deg, #0064ac, #009fab);
  color: #fff;
}

/* =========================
   SWIPER FIX (IMPORTANT)
========================= */
.blgx-swiper .swiper-wrapper {
  align-items: stretch;
}

.blgx-swiper .swiper-slide {
  display: flex;
  height: auto;
}

/* =========================
   CARD
========================= */
.blgx-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 420px;
  /* ensures equal height */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.blgx-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Image */
.blgx-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* Content */
.blgx-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Title (fixed lines) */
.blgx-card-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Description (fixed lines + flexible space) */
.blgx-desc {
  font-size: 13px;
  color: #555;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;

  flex-grow: 1;
}

/* Author */
.blgx-author {
  font-size: 13px;
  margin: 8px 0;
}

.blgx-author span {
  color: #0d6efd;
  font-weight: 500;
}

/* Footer always bottom */
.blgx-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  /* key for alignment */
}

/* Date */
.blgx-date {
  font-size: 12px;
  color: #666;
}

/* Button */
.blgx-read {
  background: linear-gradient(90deg, #0064ac, #009fab);
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  transition: 0.3s;
}

.blgx-read:hover {
  background: linear-gradient(90deg, #0064ac, #009fab);
}

/* =========================
   ARROWS
========================= */
.blgx-next,
.blgx-prev {
  position: absolute;
  top: 45%;
  width: 38px;
  height: 38px;
  background: linear-gradient(90deg, #0064ac, #009fab);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s;
}

.blgx-next:hover,
.blgx-prev:hover {
  background: linear-gradient(90deg, #0064ac, #009fab);
}

.blgx-next {
  right: -18px;
}

.blgx-prev {
  left: -18px;
}

.postnsticy {
  position: sticky;
  top: 0;
  z-index: 999;
}


/* Footer */
.ftrx-footer {
  background: #a8ccd3;
  padding: 50px 0;
  color: #0d3b66;
}

/* Logo */
.ftrx-logo {
  max-width: 150px;
  margin-bottom: 15px;
  border-radius: 10px;
}

/* Description */
.ftrx-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Contact */
.ftrx-contact {
  font-size: 14px;
  color: #0d3b66;
}

/* Heading */
.ftrx-heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position: relative;
}



/* Tags */
.ftrx-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ftrx-tags span {
  background: #cfe3e8;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
}

.ftrx-tags span:hover {
  background: linear-gradient(90deg, #0064ac, #009fab);
  color: #fff;
}

/* Links */
.ftrx-links {
  list-style: none;
  padding: 0;
}

.ftrx-links li {
  font-size: 17px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.ftrx-links a {
  text-decoration: none!important;
}

.ftrx-links li:hover {
  color: #0d6efd;
  transform: translateX(5px);
}



/* Section */
.ftrb-bottom {
  background: linear-gradient(90deg, #0064ac, #009fab);
  padding: 25px 0;
  color: #fff;
}

/* Follow text */
.ftrb-follow {
  font-size: 11px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  opacity: 0.9;
}

/* Social icons */
.ftrb-social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

/* Icon base */
.ftrb-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;

  transition: 0.3s;
}

.ftrb-icon i {
  font-size: 18px;
}

/* Colors */
.ftrb-icon.ig {
  background: #e1306c;
}

.ftrb-icon.fb {
  background: #1877f2;
}

.ftrb-icon.wa {
  background: #25d366;
}

.ftrb-icon.ln {
  background: #0077b5;
}

.ftrb-icon.gm {
  background: #ea4335;
}

.ftrb-icon.yt {
  background: #ff0000;
}

/* Hover */
.ftrb-icon:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Copyright */
.ftrb-copy {
  font-size: 13px;
  opacity: 0.85;
}


.custom-modal-box {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.custom-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.custom-left {
  background: #f3eef7;
}

.custom-plane {
  height: 120px;
  object-fit: cover;
}

/* FLAGS */
.custom-flags img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

/* LIST */
.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}

.custom-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: green;
  font-weight: bold;
}

/* RIGHT */
.custom-right {
  background: #fff;
  color: #000;
}

/* INPUT */
.custom-input {
  border-radius: 10px;
  padding: 12px;
}

.custom-submit-btn {
  background: linear-gradient(135deg, #0056d2, #009fab);
  border: none;
  color: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  font-weight: bold;
}

.custom-submit-btn:hover {
  background: linear-gradient(135deg, #009fab, #0056d2);
}

/* MOBILE */
@media (max-width: 768px) {
  .custom-left {
    display: none !important;
  }
}

/* Responsive */
@media (max-width: 576px) {
  .ftrb-icon {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .ftrx-footer {
    text-align: center;
  }

  .ftrx-tags {
    justify-content: center;
  }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {

  .blgx-next,
  .blgx-prev {
    display: none;
  }
}

/* MOBILE VIEW */
@media (max-width: 768px) {

  .mbbs-process-timeline {
    flex-direction: column;
    gap: 30px;
  }

  .mbbs-process-timeline::before {
    width: 3px;
    height: 100%;
    left: 35px;
    top: 0;
  }

  .mbbs-process-step {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
  }

  .mbbs-process-icon {
    margin: 0 15px 0 0;
  }
}

@media screen and (max-width:767px) {
  .hero-section-custom {

    padding: 40px 0px 30px 0px;
  }

  .hero-section-custom h1,
  .hero-section-custom h2 {
    text-align: center;
  }

  .hero-section-custom .hero-countries-custom {
    margin-bottom: 20px;
  }
}


.ftrx-tags a{
  text-decoration: none;
  color: #000;
}

.ftrx-links li a{
  color: #000 !important;
}