.hero-section {
  min-height: 100vh;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../img/home-1/hero/RED04759-1.webp") center/cover no-repeat;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 1;
}

/* Optional blur effect */
.backdrop-blur {
  backdrop-filter: blur(6px);
}

/* Better mobile spacing */
@media (max-width: 768px) {
  .hero-section {
    text-align: center;
  }

  .hero-section h1 {
    font-size: 2.2rem;
  }
}

.hero-slide {
  position: relative;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  /* overlay */
}

.hero-content {
  position: relative;
  z-index: 2;
}

.brand-box-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  /* adjust as needed */
  padding: 10px;
}

.brand-box-1 img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  /* 🔥 key fix */
}
.gold-text {
  color: #f3ae3c;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.section-desc {
  font-size: 1.1rem;
  color: #6c757d;
}

.custom-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.custom-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #f3ae3c;
  font-weight: bold;
}

.floating-box {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 220px;
}

.floating-box.right {
  left: auto;
  right: -20px;
}

.floating-box .icon {
  font-size: 22px;
  color: #f3ae3c;
}

.floating-box .count {
  font-size: 26px;
  font-weight: 800;
}

.floating-box p {
  font-size: 12px;
  margin: 0;
  color: #6c757d;
}
.advisor-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 16px;
  transition: 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.advisor-card:hover {
  background: #f3ae3c;
  transform: translateY(-8px);
}

/* Image */
.advisor-img {
  width: 110px;
  height: 110px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #f3ae3c;
}

.advisor-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text */
.advisor-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  transition: 0.3s;
}

.advisor-card p {
  font-size: 15px;
  color: #666;
  margin-bottom: 15px;
  transition: 0.3s;
}

/* LinkedIn Button */
.linkedin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #f3ae3c;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}

/* Hover Effects */
.advisor-card:hover h4,
.advisor-card:hover p {
  color: #fff;
}

.advisor-card:hover .linkedin-btn {
  background: #fff;
  color: #f3ae3c;
}

.program-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  position: relative;
}

.program-card:hover {
  border-color: #f3ae3c;
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.program-card .img-box {
  overflow: hidden;
}

.program-card img {
  width: 100%;
  transition: 0.4s;
}

.program-card:hover img {
  transform: scale(1.08);
}

.program-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.3s;
}

.program-card:hover h5 {
  color: #f3ae3c;
}

.program-card p {
  font-size: 14px;
  color: #666;
}

/* Arrow Button */
.arrow-btn {
  width: 45px;
  height: 45px;
  background: #f3ae3c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 15px;
  transition: 0.3s;
  text-decoration: none;
}

.arrow-btn:hover {
  background: #d99b2f;
  transform: translateX(5px);
}

.text-anim span,
.text-anim span::after {
  text-decoration: none !important;
  border: none !important;
  background: none !important;
}
/* Section Headings */
.heading-main {
  color: #f3ae3c;
  font-weight: 700;
  font-size: 40px;
}

.heading-sub {
  font-weight: 700;
  font-size: 32px;
}

/* Card Styling */
.bg-card {
  position: relative;
  height: 320px;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s ease;
}

/* Hover effect */
.bg-card:hover {
  transform: translateY(-10px);
}

/* Black Gradient Overlay */
.bg-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

/* Content */
.card-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
  /* off-white */
}

/* Icon */
.icon {
  font-size: 40px;
  color: #f3ae3c;
  margin-bottom: 15px;
}

/* Text */
.card-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.card-content p {
  font-size: 14px;
  line-height: 1.6;
}

/* Optional: Make text brighter on hover */
.bg-card:hover .overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
}

.community-section {
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
}

.community-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 50px;
}

.communitySwiper {
  overflow: hidden;
}

.communitySwiper .swiper-slide {
  border-radius: 12px;
  overflow: hidden;
}

.communitySwiper .swiper-slide img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

.communitySwiper .swiper-slide:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .community-title {
    font-size: 28px;
  }

  .communitySwiper .swiper-slide img {
    height: 250px;
  }
}
/* SCHOOL PROGRAMS CSS */
.journey-section {
  padding: 40px 0;
}

.section-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.05;
  color: #1f2d5a;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.title-line {
  width: 110px;
  height: 6px;
  background: linear-gradient(to right, #233f8f 30%, #f4a94b 30%);
  border-radius: 20px;
  margin-bottom: 40px;
}

.journey-step {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.journey-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  margin-right: 20px;
  flex-shrink: 0;
}

.icon-orange {
  background: #e8a255;
}

.icon-blue {
  background: #2d4eb2;
}

.icon-pink {
  background: #ef5f7d;
}

.journey-step h4 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #24325e;
}

.center-line {
  width: 5px;
  height: 260px;
  margin: auto;
  border-radius: 10px;
  background: linear-gradient(
    to bottom,
    #e8a255 0%,
    #e8a255 33%,
    #2d4eb2 33%,
    #2d4eb2 66%,
    #ef5f7d 66%,
    #ef5f7d 100%
  );
}

.right-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}

.right-box {
  text-align: center;
  color: #4a4a4a;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-bottom: 25px;
}

.right-box:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 180px;
  height: 2px;
  background: #e4c27d;
}

.learning-section {
  padding-top: 80px;
}

.learning-title {
  font-size: 40px;
  font-weight: 600;
  color: #24325e;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.learning-card {
  padding: 20px 15px;
  border-right: 1px solid #e3e3e3;
  height: 100%;
}

.learning-card:last-child {
  border-right: none;
}

.learning-card h3 {
  font-size: 32px;
  font-weight: 700;
  color: #24325e;
  margin-bottom: 20px;
  line-height: 1.3;
}

.learning-card p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 42px;
  }

  .journey-step h4 {
    font-size: 24px;
  }

  .center-line {
    height: 180px;
    margin: 40px auto;
  }

  .right-content {
    gap: 30px;
    margin-top: 20px;
  }

  .right-box {
    font-size: 18px;
  }

  .learning-title {
    font-size: 34px;
  }

  .learning-card {
    border-right: none;
    border-bottom: 1px solid #e3e3e3;
  }

  .learning-card:last-child {
    border-bottom: none;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 34px;
  }

  .journey-step {
    align-items: flex-start;
  }

  .journey-step h4 {
    font-size: 20px;
  }

  .learning-title {
    font-size: 28px;
  }

  .learning-card h3 {
    font-size: 24px;
  }

  .learning-card p {
    font-size: 16px;
  }
}
.future-section {
  background: #fff;
  position: relative;
}

/* LEFT DESIGN */
.bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: linear-gradient(135deg, #ff9f1c, #ff7a18);
  border-radius: 0 100px 100px 0;
  z-index: 0;
}

.main-img {
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

/* CIRCLE IMAGE */
.circle-img {
  position: absolute;
  bottom: -40px;
  left: 30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 8px solid #fff;
  overflow: hidden;
  z-index: 3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXT */
.small-text {
  color: #555;
  font-size: 15px;
}

.highlight-text span {
  color: #ff7a18;
  font-weight: 700;
}

/* BOXES */
.info-box {
  padding: 20px;
  border-radius: 15px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.human-box {
  border: 2px solid #ff4d6d;
}

.ai-box {
  border: 2px solid #f4a261;
}

/* LABEL */
.label {
  position: absolute;
  top: -12px;
  left: 20px;
  background: #ff4d6d;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 20px;
}

.label.yellow {
  background: #f4a261;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .bg-shape {
    display: none;
  }

  .circle-img {
    position: static;
    margin: 20px auto;
  }

  .main-img {
    margin-top: 20px;
  }

  .highlight-text {
    font-size: 18px;
  }

  .future-section h2 {
    font-size: 28px;
  }
}

.shadow-sm:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* corporate programmes */
.ai-program-info-section {
  padding: 30px 0;
  background: #f7f9fc;
}

.ai-program-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  border: 1px solid #edf1f7;
}

.ai-program-info-card:hover {
  transform: translateY(-8px);
}

.ai-program-info-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f3ae3c, #e29a21);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 25px;
}

.ai-program-info-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.ai-program-info-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #f3ae3c;
}

.ai-program-info-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ai-program-info-section {
    padding: 60px 0;
  }
}

.ai-overview-section {
  padding: 30px 0;
  background: #f7f9fc;
}

.ai-overview-top {
  text-align: center;
  max-width: 950px;
  margin: auto;
  margin-bottom: 60px;
}

.ai-overview-main-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
  margin-bottom: 20px;
}

.ai-overview-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #f3ae3c;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ai-overview-text {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
}

.ai-overview-box {
  background: #fff;
  border-radius: 22px;
  padding: 40px 35px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
  border: 1px solid #edf1f7;
}

.ai-overview-box:hover {
  transform: translateY(-8px);
}

.ai-overview-box-number {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f3ae3c, #e29a21);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.ai-overview-box p {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ai-overview-main-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .ai-overview-section {
    padding: 60px 0;
  }

  .ai-overview-main-title {
    font-size: 28px;
  }

  .ai-overview-subtitle {
    font-size: 18px;
  }

  .ai-overview-box {
    padding: 30px 25px;
  }
}

.ai-learning-outcomes-section {
  padding: 30px 0;
  background: #f7f9fc;
}

.ai-learning-outcomes-top {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 60px;
}

.ai-learning-outcomes-title {
  font-size: 46px;
  font-weight: 800;
  color: #111;
  margin-bottom: 18px;
}

.ai-learning-outcomes-subtitle {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.ai-learning-outcome-card {
  background: #fff;
  border-radius: 22px;
  padding: 35px 30px;
  height: 100%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf1f7;
  transition: 0.3s ease;
}

.ai-learning-outcome-card:hover {
  transform: translateY(-8px);
}

.ai-learning-outcome-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f3ae3c, #e29a21);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 0 auto 25px;
}

.ai-learning-outcome-card h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ai-learning-outcomes-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .ai-learning-outcomes-section {
    padding: 60px 0;
  }

  .ai-learning-outcomes-title {
    font-size: 30px;
  }

  .ai-learning-outcomes-subtitle {
    font-size: 16px;
  }

  .ai-learning-outcome-card {
    padding: 30px 25px;
  }
}

.ai-attend-section {
  padding: 30px 0;
  background: #f7f9fc;
}

.ai-attend-top {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 60px;
}

.ai-attend-title {
  font-size: 46px;
  font-weight: 800;
  color: #111;
  margin-bottom: 18px;
}

.ai-attend-subtitle {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}

.ai-attend-card {
  background: #fff;
  border-radius: 22px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf1f7;
  transition: 0.3s ease;
}

.ai-attend-card:hover {
  transform: translateY(-8px);
}

.ai-attend-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f3ae3c, #e29a21);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 0 auto 25px;
}

.ai-attend-card h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ai-attend-title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .ai-attend-section {
    padding: 60px 0;
  }

  .ai-attend-title {
    font-size: 30px;
  }

  .ai-attend-subtitle {
    font-size: 16px;
  }

  .ai-attend-card {
    padding: 30px 20px;
  }

  .ai-attend-card h4 {
    font-size: 18px;
  }
}

.ai-curriculum-section {
  padding: 30px 0;
  background: #f7f9fc;
}

.ai-curriculum-top {
  text-align: center;
  margin-bottom: 50px;
}

.ai-curriculum-title {
  font-size: 46px;
  font-weight: 800;
  color: #111;
}

/* TABS */

.ai-phase-tabs {
  gap: 15px;
  margin-bottom: 50px;
}

.ai-phase-tabs .nav-link {
  border: none;
  background: #fff;
  color: #111;
  padding: 15px 28px;
  border-radius: 50px;
  font-weight: 700;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf1f7;
}

.ai-phase-tabs .nav-link.active {
  background: #f3ae3c;
  color: #fff;
}

/* CONTENT */

.ai-phase-content {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.ai-phase-content h3 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #111;
}

.ai-phase-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}

/* MODULE BOX */

.ai-module-box {
  background: #fffdf7;
  border: 1px solid #f7e3b3;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;
}

.ai-module-box h4 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

.ai-module-box h5 {
  font-size: 18px;
  font-weight: 700;
  color: #f3ae3c;
  margin-top: 25px;
  margin-bottom: 15px;
}

.ai-module-box ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.ai-module-box ul li {
  margin-bottom: 10px;
  line-height: 1.8;
  color: #555;
}

.ai-module-box p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ai-curriculum-title {
    font-size: 38px;
  }

  .ai-phase-content {
    padding: 35px;
  }

  .ai-phase-content h3 {
    font-size: 28px;
  }

  .ai-module-box h4 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .ai-curriculum-section {
    padding: 60px 0;
  }

  .ai-curriculum-title {
    font-size: 30px;
  }

  .ai-phase-content {
    padding: 25px;
  }

  .ai-phase-content h3 {
    font-size: 24px;
  }

  .ai-module-box {
    padding: 25px;
  }

  .ai-module-box h4 {
    font-size: 22px;
  }
}

.ai-pedagogy-section {
  padding: 30px 0;
  background: #f7f9fc;
}

.ai-pedagogy-box {
  background: #fff;
  border-radius: 25px;
  padding: 45px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf1f7;
}

.ai-pedagogy-title {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  margin-bottom: 35px;
}

/* LIST */

.ai-pedagogy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ai-pedagogy-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 22px;
  font-weight: 500;
}

.ai-pedagogy-list li i {
  color: #f3ae3c;
  font-size: 20px;
  margin-top: 4px;
}

.ai-pedagogy-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ai-pedagogy-title {
    font-size: 30px;
  }

  .ai-pedagogy-box {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .ai-pedagogy-section {
    padding: 60px 0;
  }

  .ai-pedagogy-box {
    padding: 25px;
  }

  .ai-pedagogy-title {
    font-size: 26px;
  }

  .ai-pedagogy-list li {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

.ai-certification-section {
  padding: 30px 0;
  background: #f7f9fc;
}

.ai-certification-box {
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf1f7;
  overflow: hidden;
  position: relative;
}

.ai-certification-box::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(243, 174, 60, 0.08);
  border-radius: 50%;
  top: -120px;
  right: -120px;
}

/* TAG */

.ai-certification-tag {
  display: inline-block;
  background: #fff7e8;
  color: #f3ae3c;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* CONTENT */

.ai-certification-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.4;
  color: #111;
  margin-bottom: 20px;
}

.ai-certification-programme {
  font-size: 34px;
  font-weight: 700;
  color: #f3ae3c;
  line-height: 1.5;
  margin-bottom: 20px;
}

.ai-certification-text {
  font-size: 18px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 0;
}

/* ICON */

.ai-certification-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-certification-icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f3ae3c, #e29a21);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 80px;
  box-shadow: 0 15px 40px rgba(243, 174, 60, 0.35);
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .ai-certification-box {
    padding: 45px;
  }

  .ai-certification-title {
    font-size: 34px;
  }

  .ai-certification-programme {
    font-size: 28px;
  }

  .ai-certification-icon {
    width: 150px;
    height: 150px;
    font-size: 65px;
  }
}

@media (max-width: 767px) {
  .ai-certification-section {
    padding: 60px 0;
  }

  .ai-certification-box {
    padding: 30px 25px;
  }

  .ai-certification-title {
    font-size: 28px;
  }

  .ai-certification-programme {
    font-size: 24px;
  }

  .ai-certification-text {
    font-size: 16px;
  }

  .ai-certification-icon {
    width: 120px;
    height: 120px;
    font-size: 50px;
  }
}

.ai-different-section {
  padding: 80px 0;
  background: #f7f9fc;
}

/* LARGE FEATURE CARD */

.ai-different-feature-card {
  background: linear-gradient(135deg, #f3ae3c, #e29a21);
  border-radius: 30px;
  padding: 50px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ai-different-feature-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}

.ai-different-feature-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.ai-different-feature-card h3 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.ai-different-feature-card p {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 30px;
  color: #fff8e8;
  position: relative;
  z-index: 2;
}

.ai-different-badge {
  display: inline-block;
  background: #fff;
  color: #e29a21;
  padding: 12px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  z-index: 2;
}

/* SMALL CARDS */

.ai-different-card {
  background: #fff;
  border-radius: 24px;
  padding: 35px 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf1f7;
  transition: 0.3s ease;
}

.ai-different-card:hover {
  transform: translateY(-8px);
}

.ai-different-icon {
  width: 75px;
  height: 75px;
  border-radius: 20px;
  background: #fff7e8;
  color: #f3ae3c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 25px;
}

.ai-different-card h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  margin-bottom: 15px;
}

.ai-different-card p {
  font-size: 16px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .ai-different-feature-card {
    padding: 40px 30px;
  }

  .ai-different-feature-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .ai-different-section {
    padding: 60px 0;
  }

  .ai-different-feature-card {
    padding: 35px 25px;
  }

  .ai-different-feature-card h3 {
    font-size: 24px;
  }

  .ai-different-card {
    padding: 28px 22px;
  }

  .ai-different-card h4 {
    font-size: 20px;
  }
}
.ai-career-section {
  padding: 30px 0;
  background: #f7f9fc;
}

.ai-career-card {
  background: #fff;
  border-radius: 24px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #edf1f7;
  transition: 0.3s ease;
}

.ai-career-card:hover {
  transform: translateY(-8px);
}

.ai-career-icon {
  width: 85px;
  height: 85px;
  border-radius: 22px;
  background: linear-gradient(135deg, #f3ae3c, #e29a21);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto 25px;
}

.ai-career-card h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #111;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .ai-career-card h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .ai-career-section {
    padding: 60px 0;
  }

  .ai-career-card {
    padding: 28px 20px;
  }

  .ai-career-card h4 {
    font-size: 18px;
  }

  .ai-career-icon {
    width: 75px;
    height: 75px;
    font-size: 32px;
  }
}
/* ==============================
           AIM 2026 Banner CSS
        ============================== */

.aim26-banner-wrapper {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: url("../img/home-1/aim/le-meridien-S54135313.webp") center
    center/cover no-repeat;
}

.aim26-banner-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 16, 72, 0.95) 0%,
    rgba(0, 42, 135, 0.88) 40%,
    rgba(0, 0, 0, 0.4) 100%
  );
  z-index: 1;
}

.aim26-banner-inner {
  position: relative;
  z-index: 2;
  padding: 110px 0;
  color: #ffffff;
}

.aim26-event-logo {
  width: 110px;
  height: 110px;
  background: #ffffff;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.aim26-event-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aim26-small-heading {
  color: #f5a623;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.aim26-main-title {
  font-size: 95px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 35px;
  letter-spacing: 2px;
  color: #ffffff;
}

.aim26-main-heading {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 45px;
  max-width: 700px;
  color: #ffffff;
}

.aim26-register-btn {
  display: inline-block;
  padding: 16px 42px;
  background: #f5a623;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.aim26-register-btn:hover {
  background: #db8f18;
  color: #ffffff;
  transform: translateY(-2px);
}

.aim26-venue-box {
  position: absolute;
  top: 150px;
  right: 70px;
  z-index: 3;
  text-align: right;
  color: #ffffff;
}

.aim26-venue-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.aim26-venue-line {
  width: 180px;
  height: 3px;
  background: #f5a623;
  margin-left: auto;
  margin-bottom: 16px;
}

.aim26-venue-date {
  font-size: 34px;
  font-weight: 600;
}

/* ==============================
           Responsive CSS
        ============================== */

@media (max-width: 991px) {
  .aim26-banner-wrapper {
    min-height: auto;
  }

  .aim26-banner-inner {
    padding: 50px 0;
  }

  .aim26-main-title {
    font-size: 60px;
  }

  .aim26-main-heading {
    font-size: 46px;
  }

  .aim26-venue-box {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    margin-bottom: 40px;
  }

  .aim26-venue-line {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .aim26-event-logo {
    width: 85px;
    height: 85px;
  }

  .aim26-small-heading {
    font-size: 20px;
  }

  .aim26-main-title {
    font-size: 42px;
  }

  .aim26-main-heading {
    font-size: 32px;
  }

  .aim26-venue-title {
    font-size: 28px;
  }

  .aim26-venue-date {
    font-size: 22px;
  }

  .aim26-register-btn {
    padding: 14px 30px;
    font-size: 16px;
  }
}

.aim-about-event-section {
  background: #f2f2f2;
  overflow: hidden;
}

/* LEFT SIDE */

.aim-about-left {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.aim-about-left h2 {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 800;
  color: #4b3a2f;
  margin-bottom: 0;
  text-align: center;
}

/* RIGHT SIDE */

.aim-about-right {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px 60px;
}

.aim-about-right h3 {
  font-size: 38px;
  line-height: 1.35;
  font-weight: 700;
  color: #4b3a2f;
  margin-bottom: 28px;
  max-width: 700px;
}

.aim-about-right p {
  font-size: 18px;
  line-height: 1.8;
  color: #4b3a2f;
  margin-bottom: 24px;
  max-width: 760px;
}

.aim-about-right p strong {
  font-weight: 700;
}

/* RESPONSIVE */

@media (max-width: 1399px) {
  .aim-about-left h2 {
    font-size: 62px;
  }

  .aim-about-right h3 {
    font-size: 34px;
  }
}

@media (max-width: 1199px) {
  .aim-about-left,
  .aim-about-right {
    min-height: auto;
  }

  .aim-about-left {
    padding: 50px 30px 20px;
  }

  .aim-about-right {
    padding: 20px 30px 50px;
  }

  .aim-about-left h2 {
    font-size: 54px;
  }

  .aim-about-right h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .aim-about-left {
    padding: 40px 20px 15px;
  }

  .aim-about-right {
    padding: 15px 20px 40px;
  }

  .aim-about-left h2 {
    font-size: 40px;
  }

  .aim-about-right h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }

  .aim-about-right p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
  }
}

/* ========================================================= */

.aim-why-event-section {
  background: #f3f1ef;
  padding: 40px 0;
  overflow: hidden;
}

/* TOP */

.aim-why-top {
  margin-bottom: 50px;
}

.aim-why-subtitle {
  display: block;
  color: #ff7f1f;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.aim-why-title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #3e2f25;
  margin-bottom: 0;
}

/* CARD */

.aim-why-card {
  padding: 10px 20px;
}

.aim-why-line-box {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aim-why-line-box::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 2px;
  background: #ddd6d0;
}

.aim-why-number {
  width: 42px;
  height: 42px;
  background: #ff7f1f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.aim-why-card h3 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #3e2f25;
  margin-bottom: 18px;
}

.aim-why-card p {
  font-size: 18px;
  line-height: 1.75;
  color: #4d4037;
  max-width: 700px;
  margin: 0 auto;
}

/* RESPONSIVE */

@media (max-width: 1399px) {
  .aim-why-title {
    font-size: 46px;
  }

  .aim-why-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .aim-why-title {
    font-size: 40px;
  }

  .aim-why-card h3 {
    font-size: 26px;
  }

  .aim-why-card p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .aim-why-event-section {
    padding: 50px 0;
  }

  .aim-why-top {
    margin-bottom: 35px;
  }

  .aim-why-subtitle {
    font-size: 15px;
  }

  .aim-why-title {
    font-size: 30px;
  }

  .aim-why-card {
    padding: 0;
  }

  .aim-why-line-box::before {
    width: 140px;
  }

  .aim-why-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .aim-why-card p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* ========================================================= */

.aim-event-highlights-section {
  background: #f3f1ef;
  padding: 40px 0;
  overflow: hidden;
}

/* TITLE */

.aim-event-highlights-title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #3f3026;
  margin-bottom: 50px;
}

/* CARD */

.aim-event-highlight-card {
  background: #f7f7f7;
  border: 1px solid #d9d3ce;
  padding: 35px 28px;
  height: 100%;
  transition: 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.aim-event-highlight-card:hover {
  transform: translateY(-5px);
}

/* ICON */

.aim-event-highlight-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: #ff7f1f;
  font-size: 34px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* LINE */

.aim-event-highlight-line {
  width: 100%;
  height: 1px;
  background: #d7d1cc;
  margin-bottom: 24px;
}

/* CONTENT */

.aim-event-highlight-card h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #3f3026;
  margin-bottom: 18px;
}

.aim-event-highlight-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #4e4138;
  margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .aim-event-highlights-title {
    font-size: 42px;
  }

  .aim-event-highlight-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .aim-event-highlights-section {
    padding: 50px 0;
  }

  .aim-event-highlights-title {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .aim-event-highlight-card {
    padding: 28px 22px;
  }

  .aim-event-highlight-icon {
    width: 75px;
    height: 75px;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .aim-event-highlight-card h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .aim-event-highlight-card p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* ========================================================= */

.aim-attend-section {
  background: #f3f1ef;
  padding: 40px 0;
  overflow: hidden;
}

/* TITLE */

.aim-attend-title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 800;
  color: #3f3026;
  margin-bottom: 50px;
}

/* CARD */

.aim-attend-card {
  background: #f6a05d;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
  height: 100%;
  transition: 0.3s ease;
  border-radius: 12px;
}

.aim-attend-card:hover {
  transform: translateY(-5px);
}

/* ICON */

.aim-attend-icon {
  min-width: 120px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f3026;
  font-size: 48px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

/* CONTENT */

.aim-attend-content h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #3f3026;
  margin-bottom: 14px;
}

.aim-attend-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #4d4037;
  margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .aim-attend-title {
    font-size: 42px;
  }

  .aim-attend-content h3 {
    font-size: 24px;
  }

  .aim-attend-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .aim-attend-section {
    padding: 50px 0;
  }

  .aim-attend-title {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .aim-attend-card {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }

  .aim-attend-icon {
    min-width: 90px;
    width: 90px;
    height: 90px;
    font-size: 34px;
  }

  .aim-attend-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .aim-attend-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}
