@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

html {
  scroll-behavior: auto;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
/* HERO Section */
.top-header {
  z-index: 99;
}

.nav-brand img {
  width: 140px;
  position: absolute;
  z-index: 100;
}
.nav-search {
  padding: 10px 10px;
  display: flex;
  background: #4f0071;
  color: #fff;
}
.navbar-expand-sm .navbar-collapse {
    margin-left: -17.5rem;
}
.right-brand1 img {
  margin-left: 0px;
}
.right-brand1 span {
  font-weight: 600;
}
.right-brand1 .logo-icon {
  width: 200px;
}
.border-cs1 {
  border-top: solid 1px #4f0071;
}
.hero .secondary-menu {
  z-index: 200;
  /*right: 20%;
  top: -5%;*/
}
.d-flex.align-items-start.justify-content-between.border-cs1 {
  margin-right: -17rem;
  margin-left: -17rem;
}
ul.navbar-nav.me-auto.mt-2.mt-lg-0 {
  margin-left: -18rem;
}
.d-flex.my-2.my-lg-0.align-items-center.justify-content-end.right-brand1 {
    margin-right: -16.5rem;
}
.d-flex.align-items-start.justify-content-between.border-cs {
  margin-right: -17rem;
}
/* Carousel */
.carousel-control-next img,
.carousel-control-prev img {
  width: 20%;
}
.carousel-caption {
  text-align: left;
  top: 45%;
  z-index: 100;
  margin-right: 30%;
}
    .carousel-caption h5,
    .carousel-caption p {
        color: #fff;
        text-align: left;
        width: 74%;
    }
.carousel-caption h5 {
  font-size: 50px;
  font-weight: 500;
}
.carousel-caption p {
  font-size: 14px;
  font-weight: 400;
}
.carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center top;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top right,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0)
  );
  z-index: 1;
}
.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  margin: 0 6px;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #ff7a00;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: rgb(137, 100, 33);
  width: 15px;
  height: 15px;
}
.btn-home {
  padding: 3px 40px;
  margin-left: 100px;
  background: #4f0071;
  border-bottom: 0.1rem solid #f5c400;
}
a.underline-btn {
    margin-left: 3rem;
}
.underline-btn {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 6px;
}
.underline-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px; /* underline length */
  height: 2px;
  background-color: #f5c400;
  margin-left: -50px;
}
/* Button */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4f0071;
  --bs-btn-border-color: #4f0071;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #35014b;
  --bs-btn-hover-border-color: #35014b;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4f0071;
  --bs-btn-active-border-color: #4f0071;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4f0071;
  --bs-btn-disabled-border-color: #4f0071;
  border-radius: 0px;
}

/* Section Second */
.olcd-section {
  background: #fff;
  padding: 4rem 6vw;
}
/* Top text */
.section-text {
  max-width: 850px;
  margin: 0 auto;
  font-size: 32px;
  color: #000;
  text-align: center;
}
.section-underline {
  width: 60px;
  height: 5px;
  background: #4f0071;
  margin: 12px auto 0;
}
/* Cards */
.info-card1 {
  position: relative;
  width: 90%;
  aspect-ratio: 4 / 4; /* 👈 KEY FIX */
  overflow: hidden;
  border-radius: 0.5rem;
  margin-left: 4%;
}
.info-card1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.info-card1:hover img {
  transform: scale(1.12); /* zoom level */
}
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
  color: #fff;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.card-overlay h5 {
  font-size: 30px;
  margin-bottom: 10px;
  text-align: center;
  min-height: 48px;
}
.card-overlay p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  text-align: center;
  font-weight: lighter;
  min-height: 60px;
}
.first {
  font-weight: 400;
  display: block;
}
.second {
  font-weight: 900;
  display: block;
}

/* Section Third */
.about-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

/* BACKGROUND TRANSPARENT HEX PATTERN */
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
}
.about-sub {
  color: #4f0071;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 900;
  text-align: start;
}
.about-title {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1f1f1f;
  line-height: 1.2;
}
.about-text {
  font-size: 16px;
  color: #555;
  margin-top: 20px;
  line-height: 1.7;
  font-weight: 400;
  text-align: start;
}
.btn-purple {
  background-color: #4f0071;
  color: #fff;
  padding: 10px 46px;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
}
/* RIGHT SIDE COMPLETE HEX IMAGE */
.hex-main-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hex-main-image {
  width: 744px;
  height: 564px;
  max-width: 100%;
}

/*  Section Fourth */
.courses-section {
  padding: 40px 0;
}
/* LEFT PANEL */
.left-panel {
  background: #4f0071;
  padding: 125px 40px;
  min-height: 500px;
  width: 322px;
}
.left-panel h3 {
  font-size: 42px;
  font-weight: 700;
  text-align: end;
}
.yellow-line {
  width: 70px;
  height: 4px;
  background: #ffc107;
  margin: 15px 165px 30px;
}
.left-panel p {
  font-size: 15px;
  line-height: 1.7;
}
.arrow-btns {
  margin-top: 40px;
  display: flex;
  margin-left: 125px;
}
.arrow-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 12px;
}
.arrow-img img {
  width: 50px;
  height: auto;
}
.arrow-img.yellow {
  background: #ffc107;
}
.arrow-img:hover {
  transform: scale(1.05);
}
/* HORIZONTAL SCROLLER */
.course-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
}

/* prevent wrap */
.course-scroll {
  flex-wrap: nowrap;
}

/* scrollbar styling (optional) */
.course-scroll-wrapper::-webkit-scrollbar {
  height: 6px;
}

.course-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #4f0071;
  border-radius: 10px;
}

.course-scroll-wrapper::-webkit-scrollbar-track {
  background: #eaeaea;
}

/* card width control */
.course-scroll .col-md-3 {
  flex: 0 0 auto;
  width: 25%;
}
/* Hide scrollbar but keep scrolling */
.course-scroll-wrapper {
  -ms-overflow-style: none; /* IE & Edge */
  scrollbar-width: none; /* Firefox */
}

.course-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/* COURSE CARD */
.course-card {
  position: relative;
  height: 500px;
  width: auto;
  overflow: hidden;
  margin-top: 20px;
}
.course-card img {
  width: 100%;
  height: 45%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.course-card:hover img {
  transform: scale(1.12); /* zoom level */
}
.image-badge {
  top: 10px;
  right: 10px;
  background: #c5c0c0;
  color: #4f0071;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
}
/* OVERLAY */
.cards-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0.7));
  color: #fff;
  height: 285px;
}
.cards-overlay h5 {
  font-size: 20px;
  margin: 25px 0;
  text-align: left;
}
.mode {
  font-size: 14px;
  opacity: 0.8;
  font-weight: 200;
}
/* BADGE */
.badge {
  background: #2b2929;
  padding: 5px 16px;
  border-radius: 5px;
  font-size: 11px;
  border: 1px solid rgb(158, 145, 145);
  margin: auto;
  margin-top: 25px;
  margin-left: 0px;
}
/* CARD BOTTOM */
.price-home {
  font-weight: 500;
  margin-bottom: 20rem;
}
.rating {
  color: #9f7d17;
  font-size: 20px;
}
.divider-home {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 5px 0;
}
.number-home {
  font-weight: 200;
}
/* BUTTON */
.see-more-btn {
  background: #4f0071;
  color: #fff;
  padding: 10px 50px;
  border: none;
}

/* Section Fifth */
.news-section {
  background: #f3e9f9;
  padding: 30px;
}
.news-title {
  font-size: 32px;
  font-weight: 600;
  color: #4f0071;
  margin-bottom: 15px;
}
.news-divider {
  border-top: 1.5px solid gray;
  margin-top: -5px;
  margin-bottom: 50px;
}
.news-card {
  overflow: hidden;
}
.news-card img {
  width: 339px;
  height: 175px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.news-card:hover img {
  transform: scale(1.12); /* zoom level */
}
.news-card h6 {
  font-weight: 600;
  margin-top: 10px;
  font-size: 18px;
}
.news-card small {
  color: #777;
  font-size: 10px;
}
.news-card p {
  color: #444;
  font-size: 14px;
  text-align: left;
}
/* Center highlighted card */
.featured-news {
  background: #4f0071;
  color: #fff;
  padding: 1px;
  height: 460px;
  width: 429px;
  margin-left: 105px;
}
.featured-news img {
  width: 429px;
  height: 180px;
}
.featured-news h5 {
  font-weight: 600;
  font-size: 16px;
  padding-left: 10px;
}
.featured-news small {
  padding-left: 10px;
}
.featured-news p {
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  font-weight: 200;
  padding-left: 10px;
}
.styled-link {
  display: inline-flex;
  padding: 16px 80px 16px 96px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #deb04c;
  font-size: 18px;
  width: 100%;
  margin-top: 60px;
}
.styled-link:hover {
  border-color: #deb04c;
  box-shadow: 0 4px 10.5px -1px rgba(0, 0, 0, 0.25);
}

/* Section Sixth */
.alerts-section {
  max-width: 100rem;
  margin: auto;
  padding: 4rem 2rem;
}

/* TITLE */

.title-alerts {
  text-align: center;
  color: #4f0071;
  font-size: 2rem;
  font-weight: 700;
}

.alerts-title-underline {
  display: block;
  width: 3rem;
  height: 0.25rem;
  background: #d6a23c;
  margin: 0.8rem auto 2rem;
}

/* TABS */

.alerts-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.alerts-tab {
  padding: 0.7rem 2rem;
  border: 0.08rem solid #4f0071;
  background: transparent;
  cursor: pointer;
  font-size: 1.5rem;
}

.alerts-tab:hover {
  background: #4f0071;
  color: white;
}

/* CARDS */

.alerts-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.alerts-card {
  display: flex;
  align-items: center;
  background: #eae6ec;
  padding: 1.2rem;
  border-radius: 0.5rem;
}

.alerts-card:hover {
  border-left: 0.25rem solid #4f0071;
  background-color: #ece3f0;
}

.alerts-date {
  min-width: 3rem;
  margin-right: 1rem;
}

.alerts-date strong {
  display: block;
  font-size: 1.4rem;
}

.alerts-date span {
  font-size: 1rem;
  font-weight: bold;
}

.alerts-content h3 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.alerts-content p {
  font-size: 1rem;
  color: #7b7b7b;
  margin-bottom: 0rem;
}

.alerts-right {
  margin-left: auto;
  text-align: right;
}

.alerts-badge {
  display: inline-block;
  background: #fdfbfd;
  color: #4f0071;
  font-size: 0.8rem;
  padding: 0.2rem 2.5rem;
  border-radius: 0.3rem;
  margin-bottom: 1.5rem;
}

.alerts-arrow {
  display: block;
  font-size: 2.2rem;
  color: #4f0071;
  cursor: pointer;
}

span.alerts-arrow {
    text-decoration: underline;
}

/* VIEW MORE */

.alerts-view-more {
  text-align: center;
  margin-top: 3rem;
  font-size: 1rem;
  color: #333;
  position: relative;
  cursor: pointer;
}

.alerts-view-line {
  display: block;
  width: 12rem;
  height: 0.2rem;
  background: #d6a23c;
  margin: 0.6rem auto 0;
}

/* 📱 max-width 576px → 36em */

@media (max-width: 36em) {
  .alerts-cards {
    grid-template-columns: 1fr;
  }

  .alerts-tabs {
    flex-direction: row;
    align-items: center;
    gap: 0.3rem;
  }
  button.alerts-tab {
    font-size: 1rem;
  }
  .alerts-section {
    padding: 1rem 1rem;
  }
}

/* 📲 min-width 768px → 48em */

@media (min-width: 48em) {
  .alerts-cards {
    grid-template-columns: 1fr;
  }
}

/* 💻 min-width 992px → 62em */

@media (min-width: 62em) {
  .alerts-section {
    padding: 5rem 3rem;
  }

  .alerts-cards {
    grid-template-columns: 1fr 1fr;
  }
}

/* 🖥 min-width 1200px → 75em */

@media (min-width: 75em) {
  .title-alerts {
    font-size: 2.2rem;
  }

  .alerts-cards {
    grid-template-columns: 1fr 1fr;
  }
}

/* Section Seventh */
/* LEFT CARD */
.event-section {
  background: #f7f3f7;
}
.latest-card {
  padding: 20px;
  margin-top: -80px;
}
.latest-label {
  color: red;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.latest-card img {
  width: 100%;
  margin: 12px 0;
}
.event-title {
  color: #4f0071;
  font-weight: 600;
  font-size: 24px;
}
.small {
  color: black;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.event-date1 {
  font-size: 13px;
  margin: 10px 0;
  color: #000;
  text-align: left;
}
.view-btn {
    background: #4f0071;
    color: #fff;
    padding: 8px 45px;
    border: none;
    margin-top: 10px;
    text-decoration: none;
}
/* RIGHT PANEL */
.upcoming {
  background: #4f0071;
  color: #fff;
  padding: 30px;
  margin-top: -145px;
  width: 505px;
  height: 666px;
  margin-left: 20px;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%);
}
.upcoming h4 {
  font-size: 32px;
  padding-top: 60px;
  font-weight: 400;
}
.event-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.event-date-box {
  text-align: center;
  margin-right: 12px;
  font-weight: 900;
}
.event-date-box span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.event-date-box strong {
  font-size: 32px;
  font-weight: 900;
}
.event-text {
  font-size: 16px;
  flex: 1;
  font-weight: 400;
  margin-right: 10px;
}
.arrow-btn img {
  width: 34px;
  cursor: pointer;
}

.more-events {
  margin-top: 30px;
  padding-top: 15px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  margin-left: 100px;
}

    .more-events a {
        color: #ffff;
        text-decoration: none;
    }

.bottom-line {
  width: 230px;
  height: 3px;
  background: #f5c400;
  margin-left: 45px; /* 👈 left shift */
  margin-top: 8px;
}

/* Section Eighth */
.admission-section {
  background: #fff;
  padding: 60px 0;
}
/* LEFT IMAGE */
.admission-img {
  position: relative;
}
.admission-img img {
  width: 974px;
  height: 620px;
  margin-left: -305px;
  object-fit: cover;
}
/* RIGHT CARD */
.admission-card {
  position: absolute;
  z-index: 10;
  background: #fff;
  padding: 40px;
  width: 696px;
  height: 422px;
  margin-left: -295px;
  margin-top: -195px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.admission-title {
  color: #4f0071;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}
.admission-title::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  width: 65px;
  height: 5px;
  background: #4f0071;
}
.admission-text {
  font-size: 16px;
  color: #444;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 400;
  margin-top: 30px;
}
.steps li {
  list-style: none;
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.steps span {
  color: #4f0071;
  font-weight: 700;
  font-size: 22px;
}

/* Section Nineth */
.champions-section {
  background: #fff;
}
/* Left content */
.champions-left {
  padding-left: 80px;
}
.top-line {
  width: 65px;
  height: 4px;
  background: #4f0071;
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 240px;
}
.text-uppercase {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}
.champions-left h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  margin-top: 15px;
}
.champions-left p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
/* Arrows */
.arrows {
  display: flex;
  gap: 15px;
  margin-left: 220px;
}
.arrow-home {
  width: 45px;
  cursor: pointer;
  margin-top: 25px;
}
/* Slider */
.champions-slider-wrapper {
  overflow: hidden;
}
.champions-slider {
  display: flex;
  overflow-x: scroll; /* auto se scroll kabhi disable hota hai */
  scroll-behavior: smooth;
  gap: 30px;
  width: 100%;
  scroll-snap-type: x mandatory;
}
.champions-slider {
  scroll-snap-type: x mandatory;
}

.champion-card {
  flex: 0 0 auto;
  width: 360px;
  scroll-snap-align: start;
}
/* Hide scrollbar */
.champions-slider::-webkit-scrollbar {
  display: none;
}
.champions-slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Cards */
.champion-card {
  width: 360px;
  background: #f6f1f7;
  position: relative;
}
.champion-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.champion-card .card-body {
  padding: 20px;
  border-right: 3px solid #4f0071;
}
.champion-card h5 {
  color: #4f0071;
  margin-bottom: 10px;
}
.card-body p {
  color: #000;
  text-align: start;
}

/* Section Tenth */
.career-section {
  background-color: #f5eef4;
  padding: 80px 0;
}
.section-line {
  width: 65px;
  height: 4px;
  background-color: #4f0071;
  margin-bottom: 20px;
}
.career-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
}
.career-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}
.career-link {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  text-align: center;
}
.explore-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.explore-list {
  list-style: none;
  padding: 0;
}
.explore-list li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
  cursor: pointer;
  font-weight: 400;
  text-align: right;
}
.explore-list li::after {
  content: "›";
  margin-left: 8px;
  width: 32px;
  height: 32px;
}
.career-image {
  border-bottom: 4px solid #d1a73a;
  width: 702px;
  height: 386px;
  margin-bottom: -115px;
}

/* Section Eleventh */
.career-cta-section {
  padding: 170px 0;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
}
.career-cta-text {
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #4f0071;
}
.gold-divider {
  width: 65px;
  height: 4px;
  background-color: #d1a73a;
  margin: 0 auto 30px;
}
.career-email {
  font-size: 24px;
  text-align: center;
  color: #333;
  font-weight: 400;
}
.career-email span {
  font-weight: 700;
  font-size: 24px;
  text-decoration: underline;
}

/* Section Footer */
.footer {
  background-color: #4f0071;
  font-size: 14px;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 12px;
  /*margin-left: 80px;*/
}
.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 200;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-title {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 22px;
  /*margin-left: 160px;*/
}
.footer-text {
  color: #ffffff;
  line-height: 1.6;
  text-align: start;
  font-size: 16px;
  font-weight: 200;
  /*margin-left: 160px;*/
}
.footer-divider {
  border-color: white;
}
.footer-social a {
  color: #ffffff;
  font-size: 25px;
  margin-left: 16px;
}
.footer-social a img {
  width: 20px;
  margin-top: -8px;
  height: 18px;
}
.footer-social a:hover {
  opacity: 0.8;
}
.footer-bottom {
  font-size: 18px;
  font-weight: 600;
}

/* Responsive Code */

/* Section First */

@media (min-width: 1366px) {
  .hero {
    position: relative;
  }
    .hero .secondary-menu {
        position: absolute;
        top: -5rem;
        right: 36%;
        z-index: 10;
        font-size: 1.1rem;
    }
    ul.navbar-nav {
        gap: 2rem;
    }
  .nav-brand img {
    width: 8.75rem;
    position: relative;
  }
  .carousel-item img {
    height: 70vh; /* 100vh nahi */
  }
  .carousel-caption {
    top: 45%;
    margin-right: 20%;
    text-align: left;
  }

  .carousel-caption h5 {
    font-size: 3rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }
  .btn-home {
    margin-left: 6vw;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .navbar-expand-sm .navbar-collapse {
        margin-left: -4.5rem;
    }

    .d-flex.my-2.my-lg-0.align-items-center.justify-content-end.right-brand1 {
        margin-right: -4rem;
    }

  .hero-section {
    min-height: 85vh;
    padding: 4rem 6vw;
  }

  .hero-section h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .hero-section p {
    font-size: 1rem;
    max-width: 60%;
  }
  .navbar {
    padding: 0.3rem 4vw;
  }

  .navbar-nav {
    gap: 2rem;
    margin-bottom: 1.6%;
  }
    .hero .secondary-menu {
        font-size: 1.1rem;
        right: 20rem;
        top: -4.5rem;
    }
  .carousel-item img {
    height: 70vh; /* 100vh nahi */
  }

    .carousel-caption {
        margin-right: 0;
        top: 30%;
    }
    a.underline-btn {
        margin-left: 3rem;
    }
    .carousel-control-next img, .carousel-control-prev img {
        width: 30%;
    }
}

@media (max-width: 430px) {
    .container.top-header {
        flex-direction: column;
    }
    .right-brand1 img {
        margin-left: -19rem;
    
    }
    .right-brand1 .logo-icon {
        width: 190px;
    }
    img.Oldc-logo {
        width: 90%;
    }
  .navbar-brand img {
    width: 55vw;
  }
  .hero-section {
    min-height: 100vh;
    height: auto;
  }
    .navbar-expand-sm .navbar-collapse {
        margin-left: 1.5rem;
    }
    .secondary-menu .navbar-toggler {
        top: -7rem;
        right: 0.2rem;
    }
  .navbar-nav {
    text-align: center;
  }

  .nav-search i {
    font-size: 1.4rem;
  }
  .hero,
  .carousel-item {
    min-height: 55vh;
  }
    .carousel-item img {
        height: 70vh;
    }
   

    .carousel-caption {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100%;
        z-index: 999;
        margin-top: -40%;
        margin-left: -3.5%;
        text-align: center;
    }
    .carousel-caption h5 {
        font-size: 2rem;
    }
    .carousel-caption h5,
    .carousel-caption p {
        text-align: center;
    }
  /* Individual buttons full touch-friendly */
        .carousel-caption a,
        .carousel-caption button {
            width: 100%;
            max-width: 10rem;
            text-align: center;
            color: white;
            margin-left: -5rem;
        }
    .carousel-control-next img, .carousel-control-prev img {
        width: 80%;
    }
}
@media (max-width: 430px) {
  /* toggle button hide */
  .top-header .navbar-toggler {
    display: none !important;
  }

  /* menu items hide */
  #collapsibleNavId .navbar-nav {
    display: none !important;
  }

  /* collapse ko visible rakho */
  #collapsibleNavId {
    display: flex !important;
    justify-content: center;
  }

  /* logo center me */
  .logo-icon {
    display: block;
    margin: auto;
  }

  /* secondary menu ko normal flow me lao */
  .secondary-menu {
    position: relative !important;
    background: #fff;
    z-index: 9999;
  }

  /* collapse proper dikhe */
  .secondary-menu .navbar-collapse {
    position: static !important;
    width: 100%;
    background: #fff;
    padding: 1rem 0;
  }

  /* menu vertical */
  .secondary-menu .navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .secondary-menu .nav-item {
    width: 100%;
    text-align: center;
  }

  .secondary-menu .nav-link {
    padding: 0.6rem 1rem;
    display: block;
  }
  .d-flex.align-items-start.justify-content-between.border-cs1 {
    margin-left: 0rem;
  }
}

@media (max-width: 375px) {
  /* toggle button hide */
  .top-header .navbar-toggler {
    display: none !important;
  }

  /* menu items hide */
  #collapsibleNavId .navbar-nav {
    display: none !important;
  }

  /* collapse ko visible rakho */
  #collapsibleNavId {
    display: flex !important;
    justify-content: center;
  }

  /* logo center me */
  .logo-icon {
    display: block;
    margin: auto;
  }
  /* Top border row */
  .border-cs {
    flex-direction: row;
    align-items: center;
    border-top: 2px solid #410564;
  }

  .navbar-brand img {
    width: 55vw;
  }

  .navbar-nav {
    text-align: center;
  }

  .nav-search i {
    font-size: 1.4rem;
  }
  .hero,
  .carousel-item {
    min-height: 55vh;
  }
  .carousel-item img {
    height: 100vh;
  }
  .carousel-caption {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
    z-index: 999;
    margin-top: -35%;
    /*margin-left: -15%;*/
    margin-left: 0rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

    .navbar-expand-sm .navbar-collapse {
        margin-left: -1.5rem;
    }

  .d-flex.my-2.my-lg-0.align-items-center.justify-content-end.right-brand1 {
    margin-right: -1rem;
  }
    .secondary-menu .navbar-toggler {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-left: 43rem;
    }

  /* Logo fix */
  .nav-brand img {
    position: static;
    width: 120px;
  }
  .hero {
    margin-right: -1%;
  }
  /* Top border row */
  .border-cs {
    flex-direction: row;
    align-items: center;
  }
  /* Secondary menu positioning */
  .hero .secondary-menu {
    position: static;
    right: auto;
    top: auto;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
  }

  .secondary-menu .nav-link {
    color: #000000;
    padding: 8px 12px;
    text-align: center;
  }

  /* Carousel image */
  .carousel-item img {
    height: 70vh;
  }

  /* Caption */
  .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
    padding: 0 20px;
    text-align: center;
  }

  .carousel-caption h5 {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
  }

  .carousel-caption p {
    font-size: 14px;
    text-align: center;
  }

  /* Buttons */
  /* Individual buttons full touch-friendly */
  .carousel-caption a,
  .carousel-caption button {
    width: 100%;
    max-width: 15rem;
    text-align: center;
    color: white;
  }

  .underline-btn {
    display: inline-block;
    margin-bottom: 12px;
  }

  .underline-btn::after {
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  /* Carousel arrows */
  .carousel-control-next img,
  .carousel-control-prev img {
    width: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav {
    gap: 2rem;
  }
    .hero .secondary-menu {
        z-index: 200;
        margin-top: -3rem;
        margin-right: 18rem;
        font-size: 1.2rem;
    }
    .navbar-expand-sm .navbar-collapse {
        margin-left: -5.5rem;
    }
    .d-flex.my-2.my-lg-0.align-items-center.justify-content-end.right-brand1 {
        margin-right: -5rem;
    }
  .carousel-caption {
    top: 40%;
  }
  .carousel-caption h5 {
    font-size: 2.5rem;
  }
  .carousel-caption a,
  .carousel-caption button {
    width: 100%;
    max-width: 13rem;
    text-align: center;
    color: white;
    margin-left: 3rem;
  }
    .hero .secondary-menu {
        top: -4rem;
        right: 28rem;
        font-size: 1rem;
    }

    .carousel-caption {
        top: 30%;
        left: 15%;
        margin-right: 0;
        text-align: left;
        width: 63%;
    }

        .carousel-caption h5,
        .carousel-caption p {
            text-align: left;
            width: 74%;
        }

    .carousel-control-next img,
    .carousel-control-prev img {
        width: 25%;
    }

    .carousel-caption a,
    .carousel-caption button {
        width: 100%;
        max-width: 15rem;
        text-align: center;
        color: white;
        margin-left: 3rem;
        padding-left: 1rem;
        padding-right: 2rem;
    }
    .carousel-item img {
        height: 70vh; /* 100vh nahi */
    }
}


/* Section Second */

@media (min-width: 1366px) {
  /* Section spacing */
  .olcd-section {
    padding-block: 5rem;
    padding-inline: 8vw;
  }

  /* Top text */
  .section-text {
    max-width: 55rem;
    font-size: 2rem;
    line-height: 1.4;
  }

  .section-underline {
    width: 4rem;
    height: 0.35rem;
    margin-top: 0.75rem;
  }

  /* Cards layout */
  .info-card1 {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    border-radius: 0.75rem;
  }

  .row.g-4 {
    row-gap: 3rem;
  }

  /* Card overlay */
  .card-overlay {
    padding: 2rem;
  }

  .card-overlay h5 {
    font-size: 1.9rem;
    line-height: 1.15;
    margin-bottom: 0.75rem;
  }

  .card-overlay p {
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 90%;
    margin-inline: auto;
  }

  /* Text weight balance */
  .first {
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .second {
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  /* Hover refinement */
  .info-card1:hover img {
    transform: scale(1.08);
  }
}

@media (max-width: 1366px) {
  .olcd-section {
    padding: 4rem 0;
  }

  .olcd-section .card {
    height: 90%;
    width: 90%;
  }

  .olcd-section .row {
    gap: 1.5rem 0;
  }
}
@media (max-width: 375px) {
  .col-lg-4 {
    margin-left: 1rem;
  }
  .info-card1 {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .card-overlay h5 {
    font-size: 1.1rem;
  }

  .card-overlay p {
    display: none;
  }
}
@media (max-width: 430px) {
  .info-card1 {
    width: 100%;
  }
  .card-overlay p {
    display: none;
  }
  .col-lg-4 {
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  /* Section heading text */
  .section-text {
    font-size: 22px;
    padding: 0 15px;
  }

  .section-underline {
    width: 40px;
    height: 4px;
  }

  /* Cards layout */
  .info-card1 img {
    width: 100%;
    height: 100%;
  }

  .card-overlay {
    padding: 15px;
  }

  .card-overlay h5 {
    font-size: 2rem;
    min-height: auto;
  }

  .card-overlay p {
    display: none;
  }
}

/* Section Third */

@media (max-width: 430px) {
  .about-section .btn-purple,
  .about-section a {
    display: block;
    text-align: center;
    margin-right: 0rem;
  }
  .hex-main-wrapper {
    width: 100%;
    margin-left: 1rem;
  }
}

@media (max-width: 375px) {
  .about-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .about-text {
    font-size: 0.9rem;
    text-align: center;
  }

  .hex-main-wrapper {
    margin-top: 1rem;
    margin-left: 1rem;
    justify-content: center;
    width: 100%;
  }

  .hex-main-image {
    width: 38vw;
  }
  .btn-purple {
    margin-right: -1rem;
  }
  .about-section .btn-purple,
  .about-section a {
    display: block;
    text-align: center;
    margin-right: 0rem;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 50px 0;
    text-align: center;
  }

  .about-section {
    margin-right: -1%;
  }

  /* Background pattern control */
  .about-section::before {
    background-position: center;
    background-size: cover;
    opacity: 0.5;
  }

  /* Left content */
  .about-sub {
    font-size: 20px;
    text-align: center;
  }

  .about-title {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .about-text {
    font-size: 14px;
    text-align: center;
    padding: 0 15px;
  }

  .btn-purple {
    padding: 8px 36px;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .about-section .btn-purple {
    margin-left: 0rem;
  }

  /* Right image */
  .hex-main-wrapper {
    margin-top: 35px;
  }

  .hex-main-image {
    width: 100%;
    height: auto;
    max-width: 420px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .about-title {
    font-size: 32px;
  }
  .about-section::before {
    width: 100%;
    opacity: 1;
  }
  .hex-main-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .about-sub {
    text-align: center;
  }
  .about-title {
    text-align: center;
  }
  .about-text {
    text-align: center;
  }
  .btn-purple {
    margin-left: 0%;
  }
}

/* Section Fourth */

@media (min-width: 1366px) {
  .left-panel .arrow-btns {
    margin-left: 0rem;
  }
}

@media (max-width: 1366px) {
  .courses-section {
    padding: 4rem 3vw;
  }
  .left-panel .arrow-btns {
    margin-left: 0rem;
  }
  .left-panel h3 {
    font-size: 2.1rem;
  }

  .left-panel p {
    font-size: 0.95rem;
  }

  .course-scroll {
    gap: 1.5rem;
  }

  .course-scroll .col-md-3 {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .course-scroll {
    gap: 5rem;
  }
}
@media (max-width: 430px) {
  .courses-section .left-panel p {
    text-align: center;
    margin: 0 auto;
  }

  /* ✅ Sirf outer layout vertical */
  .courses-section > .container-fluid > .row {
    flex-direction: column;
  }

  /* Left panel */
  .courses-section .left-panel {
    width: 100%;
    max-width: 100%;
    padding: 2.5rem 1.5rem;
  }

  /* Right panel */
  .courses-section .col-lg-9 {
    width: 100%;
    max-width: 100%;
  }

  /* 🔥 Cards row – horizontal scroll */
  .courses-section .col-lg-9 .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0rem;
  }

  /* 🔥 Bootstrap column reset (MAIN FIX) */
  .courses-section .col-lg-9 .col-md-3 {
    flex: 0 0 auto;
    width: 85%;
    max-width: 100%;
  }

  /* Card height normal */
  .course-card {
    height: auto;
  }
  .courses-section .see-more-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .left-panel button {
    margin-left: -3rem;
    margin-right: 4rem;
  }
}
@media (max-width: 375px) {
  .courses-section .left-panel p {
    text-align: center;
    margin: 0 auto;
  }

  /* ✅ Sirf outer layout vertical */
  .courses-section > .container-fluid > .row {
    flex-direction: column;
  }

  /* Left panel */
  .courses-section .left-panel {
    width: 100%;
    max-width: 100%;
    padding: 2.5rem 1.5rem;
  }

  /* Right panel */
  .courses-section .col-lg-9 {
    width: 100%;
    max-width: 100%;
  }

  /* 🔥 Cards row – horizontal scroll */
  .courses-section .col-lg-9 .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0rem;
  }

  /* 🔥 Bootstrap column reset (MAIN FIX) */
  .courses-section .col-lg-9 .col-md-3 {
    flex: 0 0 auto;
    width: 85%;
    max-width: 100%;
  }

  /* Card height normal */
  .course-card {
    height: auto;
  }
  .courses-section .see-more-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .course-scroll .col-md-3 {
    width: 90%;
  }
}

@media (max-width: 768px) {
  /* Section spacing */
  .courses-section {
    padding: 30px 0;
  }

  /* LEFT PANEL */
  .left-panel {
    width: 40%;
    min-height: auto;
    padding: 50px 20px;
    text-align: center;
  }

  .left-panel h3 {
    font-size: 32px;
    text-align: center;
  }

  .yellow-line {
    margin: 15px auto 25px;
    width: 50px;
  }

  .left-panel p {
    font-size: 14px;
  }
  .courses-section .left-panel p {
    text-align: center;
    margin: 0 auto;
  }

  .arrow-btns {
    justify-content: center;
    margin-left: 0;
    margin-top: 25px;
  }

  /* RIGHT CONTENT */
  .courses-section .col-lg-9 {
    padding: 20px 15px !important;
  }

  /* Course cards */
  .course-card {
    height: 420px;
    margin-top: 25px;
  }

  .cards-overlay {
    height: auto;
    padding: 12px;
  }

  .cards-overlay h5 {
    font-size: 18px;
    margin: 15px 0;
  }

  .badge {
    font-size: 10px;
    padding: 4px 12px;
  }

  .mode {
    font-size: 13px;
  }

  .rating {
    font-size: 16px;
  }

  .price-home {
    font-size: 14px;
    margin-bottom: 0rem;
  }

  /* Button */
  .see-more-btn {
    padding: 8px 40px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .courses-section .row {
    gap: 0rem; /* cards ke beech gap */
  }
  /* SECTION */
  .courses-section {
    padding: 3rem 0;
  }

  /* LEFT PANEL */
  .left-panel {
    width: 25%;
    padding: 6rem 2.5rem;
    min-height: 32rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .left-panel h3 {
    font-size: 2.75rem;
    line-height: 1.2;
    text-align: right;
  }

  .yellow-line {
    width: 4.5rem;
    height: 0.25rem;
    margin: 1rem 0 2rem auto;
  }

  .left-panel p {
    font-size: 0.95rem;
    line-height: 1.7;
    text-align: right;
  }

  .arrow-btns {
    margin-top: 2.5rem;
    justify-content: flex-end;
    gap: 0.75rem;
    width: 100%;
    margin-left: 1.9rem;
  }

  .arrow-img {
    width: 3rem;
    height: 3rem;
  }

  .arrow-img img {
    width: 140%;
  }
  /* 🔥 Bootstrap column reset (MAIN FIX) */
  .courses-section .col-lg-9 .col-md-3 {
    flex: 0 0 auto;
    width: 32%;
    max-width: 80%;
  }

  /* RIGHT CONTENT */
  .courses-section .col-lg-9 {
    padding: 2rem 2.5rem;
  }

  /* COURSE CARD */
  .course-scroll .col-md-3 {
    width: 37%;
  }
  .course-card {
    height: 30rem;
    /*width: 17rem;*/
    margin-top: 1.25rem;
    margin-right: 0rem;
  }

  .cards-overlay {
    height: 55%;
    padding: 1rem;
  }

  .cards-overlay h5 {
    font-size: 1.15rem;
    margin: 1.25rem 0;
  }

  .badge {
    font-size: 0.7rem;
    padding: 0.3rem 0.9rem;
  }

  .mode {
    font-size: 0.85rem;
  }

  .rating {
    font-size: 1.1rem;
  }

  .price-home {
    font-size: 1rem;
  }

  .number-home {
    font-size: 0.85rem;
  }

  /* SEE MORE BUTTON */
  .see-more-btn {
    padding: 0.75rem 3rem;
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  /* Row ko forcefully horizontal rakho */
  .courses-section .row {
    flex-wrap: nowrap;
  }
  .see-more-btn {
    margin-right: 38%;
  }
  .course-scroll {
    gap: 0rem;
    width: 150%;
  }
  .left-panel p {
    text-align: right;
  }
  .left-panel .arrow-btns {
    margin-left: 7rem;
  }
}

/* Section Fifth */

@media (max-width: 430px) {
  /* 2️⃣ container ka extra padding hatao */
  .news-section .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  /* 3️⃣ row ko reset */
  .news-section .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: center;
  }

  /* 4️⃣ HAR column full width */
  .news-section [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 auto;
  }

  /* 5️⃣ MAIN CULPRIT DESTROY */
  .featured-news {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5em auto !important;
    padding: 1em;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }

  /* 6️⃣ images responsive */
  .news-card img,
  .featured-news img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  /* 7️⃣ text normal */
  .news-card,
  .featured-news {
    text-align: left;
  }

  /* 8️⃣ Visit News button center */
  .styled-link {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin: 2em auto 0;
  }
  .news-title {
    font-size: 1.4rem;
    text-align: center;
  }

  .featured-news {
    background-color: #f3e9f9;
    color: black;
  }
  .news-card,
  .featured-news {
    margin-bottom: 1rem;
  }

  .featured-news p {
    font-size: 0.9rem;
  }
  .news-section .row {
    display: flex;
    flex-direction: column;
  }
  .news-section .row > div {
    width: 100%;
  }

  .news-section .row > div:has(.styled-link) {
    order: 99;
  }
}
@media (max-width: 375px) {
  .news-btn-col {
    order: 99;
  }
}
@media (max-width: 375px) {
  .styled-link {
    padding: 1rem;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 375px) {
  .news-title {
    font-size: 1.4rem;
    text-align: center;
  }

  .featured-news {
    background-color: #f3e9f9;
    color: black;
  }
  .news-card,
  .featured-news {
    margin-bottom: 1rem;
  }

  .featured-news p {
    font-size: 0.9rem;
  }
}
@media (max-width: 375px) {
  /* 375px */
  .news-section .row {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 375px) {
  .news-section .row > div {
    width: 100%;
  }

  .news-section .row > div:has(.styled-link) {
    order: 99;
  }
}
@media (max-width: 375px) {
  .news-btn-col {
    order: 99;
  }
}
@media (max-width: 375px) {
  .styled-link {
    padding: 1rem;
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  /*
  .news-section {
    margin-right: -1%;
  }*/
  .news-section {
    padding: 20px 10px;
  }

  .news-title {
    font-size: 26px;
    text-align: center;
  }

  .news-divider {
    margin-bottom: 30px;
  }

  /* NEWS CARDS */
  .news-card img {
    width: 100%;
    height: auto;
  }

  .news-card h6 {
    font-size: 16px;
  }

  .news-card p {
    font-size: 13px;
  }

  /* LEFT & RIGHT COLUMN */
  .news-section .col-md-3 {
    margin-bottom: 20px;
  }

  /* FEATURED NEWS (CENTER CARD) */
  .featured-news {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .featured-news img {
    width: 100%;
    height: auto;
  }

  .featured-news h5 {
    font-size: 18px;
    padding: 10px;
  }

  .featured-news p {
    font-size: 13px;
    padding: 0 10px;
  }

  /* BUTTON */
  .styled-link {
    font-size: 16px;
    padding: 12px 40px;
    margin-top: 25px;
  }
}

@media (min-width: 1024px) {
  /* 1024px */

  /* SECTION */
  .news-section {
    padding: 2.5rem 3.5rem;
  }

  .news-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .news-divider {
    margin-bottom: 3rem;
  }

  /* SIDE NEWS CARDS */
  .news-card img {
    width: 100%;
    height: 11rem;
  }

  .news-card h6 {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }

  .news-card small {
    font-size: 0.75rem;
  }

  .news-card p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  /* CENTER FEATURED NEWS */
  .featured-news {
    width: 100%;
    max-width: 27rem;
    height: auto;
    padding: 0.5rem;
    margin: 0 auto;
  }

  .featured-news img {
    width: 100%;
    height: 11.5rem;
    object-fit: cover;
  }

  .featured-news h5 {
    font-size: 1.125rem;
    padding-left: 0.75rem;
    margin-top: 0.5rem;
  }

  .featured-news small {
    font-size: 0.75rem;
    padding-left: 0.75rem;
  }

  .featured-news p {
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0.5rem 0.75rem 1rem;
  }

  /* VISIT NEWS LINK */
  .styled-link {
    margin-top: 3.5rem;
    padding: 1rem 3rem;
    font-size: 1.125rem;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  /* images responsive */
  .news-card img,
  .featured-news img {
    width: 100%;
    height: auto;
  }

  /* left & right cards */
  .news-card {
    width: 100%;
  }

  /* CENTER featured card */
  .featured-news {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  /* Bootstrap column balance */
  .news-section .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .news-section .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Visit news link alignment */
  .styled-link {
    margin-top: 3rem;
    padding: 1rem 0;
  }
}

/* Section sixth */

@media (max-width: 768px) {
  .trainer-section {
    padding: 40px 0;
  }

  /* LEFT CONTENT */
  .section-title {
    font-size: 26px;
    line-height: 1.4;
    text-align: left;
  }

  .section-para {
    font-size: 16px;
  }

  .meet-btn {
    padding: 10px 30px;
    font-size: 15px;
  }

  /* ARROWS CENTER */
  .scroll-arrows {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .scroll-arrows img {
    width: 38px;
    margin-top: 0;
  }

  /* RIGHT SECTION */
  .trainer-scroll {
    height: 700px; /* remove fixed height */
    overflow: hidden;
    margin-top: 40px;
  }

  .trainer-list {
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
    padding-right: 5px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .trainer-list::-webkit-scrollbar {
    display: none;
  }

  /* TRAINER CARD */
  .trainer-card {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
  }

  .trainer-card img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: cover;
  }

  .trainer-name {
    font-size: 20px;
  }

  .trainer-role {
    font-size: 13px;
  }

  .trainer-desc {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .trainer-scroll {
    margin-top: 3rem;
  }
}

/* Section Seventh */

/* ===== MOBILE FORCE ===== */

@media (max-width: 375px) {
  .event-card {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .event-title {
    font-size: 1.1rem;
    text-align: center;
  }
  .small {
    text-align: center;
  }
  .event-date1 {
    text-align: center;
  }
  .view-btn {
    margin-left: 25%;
  }
}

@media (max-width: 768px) {
  .event-section {
    margin-right: -1%;
  }
  .event-section {
    padding: 30px 0;
  }

  /* LEFT CARD */
  .latest-card {
    margin-top: 0;
    padding: 15px;
  }

  .latest-label {
    font-size: 18px;
  }

  .event-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .small {
    font-size: 15px;
  }

  .view-btn {
    padding: 8px 30px;
    font-size: 14px;
  }

  /* RIGHT UPCOMING PANEL */
  .upcoming {
    width: 100%; /* FIX */
    height: auto; /* FIX */
    margin: 30px 0 0 0; /* remove negative margin */
    padding: 25px 20px;
    clip-path: none; /* mobile safe */
    border-radius: 10px;
  }

  .upcoming h4 {
    font-size: 24px;
    padding-top: 0;
    margin-bottom: 25px;
  }

  /* EVENT ITEMS */
  .event-item {
    margin: 25px 0;
    gap: 12px;
  }

  .event-date-box span {
    font-size: 16px;
  }

  .event-date-box strong {
    font-size: 22px;
  }

  .event-text {
    font-size: 14px;
  }

  .arrow-btn img {
    width: 28px;
  }

  /* MORE EVENTS */
  .more-events {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }

  .bottom-line {
    margin: 8px auto 0;
    width: 160px;
  }
}
@media (min-width: 1024px) {
  /* 1024px */

  /* LEFT CARD */
  .latest-card {
    padding: 1.5rem;
    margin-top: -5rem;
    max-width: 90%;
  }

  .latest-label {
    font-size: 1.375rem;
    letter-spacing: 0.08em;
  }

  .event-title {
    font-size: 1.5rem;
    margin-top: 1rem;
  }

  .small {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 95%;
  }

  .event-date1 {
    font-size: 0.875rem;
    margin-top: 0.75rem;
  }

  .view-btn {
    padding: 0.5rem 2.75rem;
    font-size: 1rem;
  }

  /* RIGHT PANEL */
  .upcoming {
    padding: 2rem;
    margin-top: -9rem;
    width: 31rem;
    height: 41.5rem;
    margin-left: 0rem;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%);
  }

  .upcoming h4 {
    font-size: 2rem;
    padding-top: 3.5rem;
  }

  /* EVENT ITEMS */
  .event-item {
    margin: 2.5rem 0;
  }

  .event-date-box {
    margin-right: 0.75rem;
  }

  .event-date-box span {
    font-size: 1.5rem;
  }

  .event-date-box strong {
    font-size: 2rem;
  }

  .event-text {
    font-size: 1rem;
    line-height: 1.5;
    margin-right: 0.75rem;
  }

  .arrow-btn img {
    width: 2.125rem;
  }

  /* MORE EVENTS */
  .more-events {
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 1rem;
    margin-left: 6.25rem;
  }

  .bottom-line {
    width: 14.375rem;
    height: 0.1875rem;
    margin-left: 2.8rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 1024px) {
  .upcoming {
    margin-top: 1rem;
    width: 95%;
  }
}

/* Section Eighth */

@media (max-width: 375px) {
  .admission-card {
    padding: 1rem;
    text-align: center;
  }

  .steps li {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .admission-section {
    padding: 3rem 0;
  }

  .admission-img img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .admission-card {
    position: relative;
    width: 100%;
    margin: 2rem 0 0 0;
    padding: 2rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  }

  .admission-title {
    font-size: 1.6rem;
    text-align: left;
  }

  .admission-title::before {
    width: 3.5rem;
    height: 0.3rem;
  }

  .admission-text {
    font-size: 0.95rem;
  }

  .steps li {
    font-size: 0.95rem;
    gap: 0.8rem;
  }

  .steps span {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .admission-img img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .admission-card {
    position: relative;
    width: 90%;
    height: auto;
    margin-left: 0;
    margin-top: -8rem;
    padding: 2.5rem;
  }

  .admission-title {
    font-size: 1.75rem;
  }

  .admission-text {
    font-size: 1rem;
  }

  .steps li {
    font-size: 1rem;
  }

  .steps span {
    font-size: 1.3rem;
  }
}

/* Section Nineth */
@media (max-width: 430px) {
  .champions-left .text-uppercase {
    margin-left: 4rem;
  }
  .champions-left h3 {
    margin-left: 5rem;
  }
  .champions-left p {
    margin-left: 4rem;
  }
  .champions-left .top-line {
    margin-left: 11rem;
  }
  .champions-left .arrows {
    margin-left: 3rem;
  }
}
@media (max-width: 375px) {
  .champions-slider {
    overflow-x: auto;
  }
  .champion-card {
    min-width: 85vw;
  }
  .top-line {
    text-align: center;
  }
  .text-uppercase {
    margin-left: 4rem;
  }
  .champions-left h3 {
    margin-left: 4rem;
  }
  .champions-left p {
    margin-left: 4rem;
  }
  .champions-left .top-line {
    margin-left: 10rem;
  }
}

@media (max-width: 768px) {
  .champions-left {
    padding-left: 15px; /* remove large padding */
    text-align: center; /* center all text */
    margin-bottom: 20px;
  }

  .champions-left .top-line {
    margin-left: 3rem; /* center the purple line */
  }

  .text-uppercase {
    font-size: 16px;
    margin-top: 20px;
    margin-left: 3rem;
  }

  .champions-left h3 {
    font-size: 24px;
    margin-top: 10px;
    margin-left: 4rem;
  }

  .champions-left p {
    font-size: 16px;
    font-weight: 500;
    margin-left: 4rem;
  }
  .champions-left .arrows {
    margin-left: 4rem;
  }

  /* Arrows */
  .arrows {
    justify-content: center; /* center the arrows */
    margin-left: 0;
    margin-top: 15px;
  }

  .arrow-home {
    width: 35px;
    margin-top: 0;
  }

  /* Slider */
  .champions-slider {
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Cards */
  .champion-card {
    min-width: 280px; /* smaller card width for mobile */
  }

  .champion-card img {
    height: 180px; /* smaller height */
  }

  .champion-card .card-body {
    padding: 15px;
  }

  .champion-card h5 {
    font-size: 18px;
  }

  .card-body p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  /* 1024px */

  /* Left content */
  .champions-left {
    padding-left: 4rem;
    padding-right: 2rem;
  }

  .top-line {
    width: 4rem;
    height: 0.25rem;
    background: #6a1b9a;
    display: block;
    margin: 0 auto 1rem;
  }

  .text-uppercase {
    font-size: 1.125rem;
    margin-top: 1.5rem;
    text-align: center;
    letter-spacing: 0.05em;
  }

  .champions-left h3 {
    font-size: 2rem;
    margin-top: 1rem;
    text-align: center;
  }

  .champions-left p {
    font-size: 1.125rem;
    max-width: 85%;
    margin: 1rem auto 0;
    text-align: center;
    line-height: 1.6;
  }

  /* Arrows */
  .arrows {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
    margin-left: 0;
  }

  .arrow-home {
    width: 2.75rem;
    margin-top: 0;
  }

  /* Slider */
  .champions-slider {
    gap: 2rem;
    padding-bottom: 1rem;
  }

  /* Cards */
  .champion-card {
    min-width: 22.5rem;
    background: #f6f1f7;
  }

  .champion-card img {
    height: 15rem;
    object-fit: cover;
  }

  .champion-card .card-body {
    padding: 1.25rem;
    border-right: 0.2rem solid #6a1b9a;
  }

  .champion-card h5 {
    font-size: 1.125rem;
  }

  .card-body p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@media (max-width: 1024px) {
  .champions-left {
    margin-left: -2rem;
  }
  .top-line {
    margin-left: 20rem;
  }
  .arrows {
    margin-left: 20rem;
    margin-bottom: 2rem;
  }
}

/* Section Tenth */

@media (max-width: 1366px) {
  .explore-title {
    text-align: right;
  }
}
@media (max-width: 430px) {
  .career-link {
    margin-left: 7%;
  }
}

@media (max-width: 375px) {
  .career-title {
    font-size: 1.4rem;
    text-align: center;
  }

  .career-text p {
    font-size: 0.9rem;
  }

  .career-image {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .career-section {
    margin-right: -1%;
  }
  .career-section {
    padding: 40px 15px;
  }

  .section-line {
    margin: 0 auto 20px auto; /* top/bottom margin 20px, left-right auto for center */
  }

  .career-title {
    font-size: 28px;
    text-align: center;
  }

  .career-text p {
    font-size: 15px;
    text-align: center;
  }

  .career-link {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    margin-left: 11%;
  }

  /* Stack columns vertically */
  .career-section .row {
    flex-direction: column;
  }

  .career-section .col-lg-6 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }

  /* Explore services section */
  .explore-title {
    text-align: center;
    margin-bottom: 4%;
  }

  .explore-list {
    text-align: center;
  }

  .explore-list li {
    text-align: center;
    font-size: 15px;
  }

  /* Adjust image */
  .career-image {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
}

/* Section Eleventh */

@media (max-width: 768px) {
  .career-cta-section {
    padding: 80px 20px; /* reduce top/bottom padding */
  }

  .career-cta-text {
    font-size: 24px; /* smaller font for mobile */
    line-height: 1.4;
    max-width: 100%; /* full width on mobile */
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .gold-divider {
    width: 50px; /* smaller divider */
    height: 3px;
    margin-bottom: 20px;
  }

  .career-email {
    font-size: 18px;
  }

  .career-email span {
    font-size: 18px;
  }
}

/* Footer Section */

@media (max-width: 375px) {
  .footer {
    text-align: center;
  }

  .footer p,
  .footer a {
    font-size: 0.8rem;
  }

  .footer-social {
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .footer {
    margin-right: -1%;
  }
  .footer {
    text-align: center;
  }
  .footer-social {
    text-align: center !important;
    margin-top: 20px;
  }
  .footer-social a {
    margin: 0 10px;
  }
  .footer-text {
    text-align: center;
  }
}
@media (max-width: 1366px) {
  footer {
    padding: 3rem 4vw;
  }

  footer h5 {
    font-size: 1.1rem;
  }

  footer p,
  footer li {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  body {
    overflow-x: hidden;
  }

  section,
  div {
    max-width: 100%;
  }
}

/* ------------ Platforms ----------- */
:root {
  --purple: #6a1b9a;
  --text-dark: #222;
  --text-light: #555;
}
/* Section */
.platforms {
  padding: 4rem 2rem;
  background: rgb(248, 249, 250);
  margin-bottom: 3rem;
}

.platform-wrapper {
  max-width: 75rem;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}

/* Card */
.platform-card {
  flex: 1;
  text-align: center;
}

.platform-card img {
  width: 100%;
  max-width: 30rem;
  margin-bottom: 2rem;
}

.platform-card h2 {
  color: var(--purple);
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  text-decoration-line: underline;
  font-weight: 900;
}

h2 a {
  color: inherit; /* heading ka hi color */
  text-decoration: none; /* underline hatao */
}

p a {
  color: inherit; /* ya inherit */
  text-decoration: none;
}

.tagline {
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
  font-weight: 600;
}

.desc {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 2rem;
  font-weight: 600;
}

.btn {
  font-size: 0.9rem;
  color: var(--text-dark);
  text-decoration: none;
  border-bottom: 0.15rem solid #f0b429;
  padding-bottom: 0.3rem;
  margin-left: 0rem;
}

/* Divider */
.divider {
  width: 0.3rem;
  background: #ccc;
}

/* =========================
   RESPONSIVE BREAKPOINTS
   ========================= */

/* Phones */
@media (max-width: 37.5em) {
  .platform-wrapper {
    flex-direction: column;
  }

  .divider {
    display: none;
  }
}

/* Tablets */
@media (min-width: 48em) and (max-width: 61.99em) {
  .platform-wrapper {
    gap: 2rem;
  }
}

/* Laptops */
@media (min-width: 62em) {
  .platforms {
    padding: 5rem 3rem;
  }
}

/* Large Screens */
@media (min-width: 75em) {
  .platform-card img {
    max-width: 34rem;
  }
}

@media (max-width: 26.875rem) {
  /* 430px */

  /* Hero navbar normal flow me */
  .secondary-menu {
    position: static !important;
  }

  /* Hamburger ko upar lana */
    .secondary-menu .navbar-toggler {
        position: absolute;
        top: -8.2rem; /* logo ke level pe */
        right: 0.5rem; /* search icon ke bagal me */
        z-index: 10;
    }

  /* Black hamburger icon */
  .secondary-menu .navbar-toggler-icon {
    background-image: none;
    width: 1.5rem;
    height: 0.125rem;
    background-color: #000;
    position: relative;
  }

  .secondary-menu .navbar-toggler-icon::before,
  .secondary-menu .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 0.125rem;
    background-color: #000;
    left: 0;
  }

  .secondary-menu .navbar-toggler-icon::before {
    top: -0.45rem;
  }

  .secondary-menu .navbar-toggler-icon::after {
    top: 0.45rem;
  }
}

@media (max-width: 26.875rem) {
  /* Secondary navbar ki height & background remove */
  .secondary-menu {
    background: transparent !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }

  /* Container-fluid ka extra space hatao */
  .secondary-menu .container-fluid {
    padding: 0 !important;
    min-height: 0 !important;
  }

  /* Navbar toggler ke alawa sab hide */
  .secondary-menu .navbar-collapse {
    background: #fff; /* menu open hone par white */
  }
}

@media (max-width: 768px) {
  /* Hero navbar normal flow me */
  .secondary-menu {
    position: static !important;
  }

  /* Hamburger ko upar lana */
  .secondary-menu .navbar-toggler {
    /* top: -7.2rem; */ /* logo ke level pe */
    /* right: 12rem; */ /* search icon ke bagal me */
    z-index: 10;
  }

  /* Black hamburger icon */
  .secondary-menu .navbar-toggler-icon {
    background-image: none;
    width: 1.5rem;
    height: 0.125rem;
    background-color: #000;
    position: relative;
  }

  .secondary-menu .navbar-toggler-icon::before,
  .secondary-menu .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 0.125rem;
    background-color: #000;
    left: 0;
  }

  .secondary-menu .navbar-toggler-icon::before {
    top: -0.45rem;
  }

  .secondary-menu .navbar-toggler-icon::after {
    top: 0.45rem;
  }
}

@media (max-width: 768px) {
  /* Secondary navbar ki height & background remove */
  .secondary-menu {
    background: transparent !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
  }

  /* Container-fluid ka extra space hatao */
  .secondary-menu .container-fluid {
    padding: 0 !important;
    min-height: 0 !important;
  }

  /* Navbar toggler ke alawa sab hide */
  .secondary-menu .navbar-collapse {
    background: #fff; /* menu open hone par white */
  }
}

/* =========================
   PAGE LOAD CURTAIN (TWO PANELS)
   ========================= */
.curtain-wrapper {
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: auto;
  display: flex;
  justify-content: space-between;
  transform-style: preserve-3d;
  perspective: 1200px;
}

.curtain-panel {
  flex: 1;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.45);
  transform-origin: center left;
}

.curtain-panel.right {
  transform-origin: center right;
}

.curtain-panel.left {
  background-image: url("../images/curtain-left.png");
}

.curtain-panel.right {
  background-image: url("../images/curtain-right.png");
}

.curtain-wrapper.curtain-open {
  animation: curtain-wrapper-fade 2.6s ease-in-out forwards;
}

.curtain-panel.left.curtain-open {
  animation: curtain-left-open 2.6s ease-in-out forwards;
}

.curtain-panel.right.curtain-open {
  animation: curtain-right-open 2.6s ease-in-out forwards;
}
@keyframes curtain-left-open {
  0% {
    transform: translateX(0) rotateY(0deg);
  }
  60% {
    transform: translateX(-5%) rotateY(-6deg);
  }
  100% {
    transform: translateX(-100%) rotateY(-12deg);
  }
}

@keyframes curtain-right-open {
  0% {
    transform: translateX(0) rotateY(0deg);
  }
  60% {
    transform: translateX(5%) rotateY(6deg);
  }
  100% {
    transform: translateX(100%) rotateY(12deg);
  }
}

@keyframes curtain-wrapper-fade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  85% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* MEGA MENU */

.mega-menu {
    position: absolute;
    top: 5rem;
    right: 0;
    left: -46rem;
    width: 100vw;
    background: black;
    display: flex;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 9999;
    gap: 2rem;
}

.Dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.mega-col {
  display: flex;
  flex-direction: column;
}

.mega-col a {
  color: white;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 200;
  text-decoration: none;
  width: 100%;
  padding-left: 14rem;
}

.mega-col a:hover {
  color: #f4c542;
  text-decoration: underline;
}

/* 📱 MOBILE max-width 576px */

@media (max-width: 576px) {
  .mega-menu {
    position: static;
    flex-direction: column;
    width: 100%;
  }
    .mega-menu {
        position: absolute;
        top: 0%;
        right: 0;
        left: 3.5rem;
        width: 70vw;
        background: black;
        display: flex;
        padding: 2rem;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 9999;
        gap: 0rem;
    }

        .mega-col a {
            color: white;
            padding: 0.5rem 0;
            font-size: 1rem;
            font-weight: 200;
            text-decoration: none;
            width: 100%;
            padding-left: 0rem;
        }
    }

/* 📲 min-width 768px */

@media (min-width: 768px) and (max-width: 992px) {
    .mega-menu {
        position: absolute;
        top: 7%;
        right: 0;
        left: 0rem;
        width: 100vw;
        background: black;
        display: flex;
        padding: 2rem;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 9999;
        gap: 2rem;
    }
    .mega-col a {
        color: white;
        padding: 0.5rem 0;
        font-size: 1rem;
        font-weight: 200;
        text-decoration: none;
        width: 100%;
        padding-left: 1rem;
    }
}

/* 💻 min-width 992px */

@media (min-width: 992px) and (max-width: 1200px) {
    .mega-menu {
        padding: 1.5rem 1rem;
        margin-left: 23.3rem;
        margin-top: 0rem;
    }

  .mega-col a {
    padding-left: 4rem;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .mega-menu {
        margin-left: 22rem;
        margin-top: -0.5rem;
    }
  .mega-col a {
    padding-left: 7rem;
  }
}
