@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Roboto:300,400,500,700');
html {
  height: 100%;
  scroll-behavior: smooth;
  /* smoother scrolling for anchor links */
}
body {
  color: #555;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  /* slightly smaller base for mobile readability */
  line-height: 1.8;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  /* prevent iOS from auto-resizing text */
  word-wrap: break-word;
  /* ensure long words wrap on small screens */
  background-image: url('../images/singapore_page_bg.png');
  /* change to your image path */
  background-size: cover;
  /* ensures it fills the screen */
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
    /* restore desktop size */
    line-height: 1.9;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-weight: 700;
}
a {
  color: #444;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #0D5FF9;
}
ul,
li {
  margin: 0;
  padding: 0;
}
/* Premium Topbar Styling */
.topbar {
  background: linear-gradient(90deg, #18405B, #0b6b8f);
  color: #fff;
  font-size: 13px;
  padding: 6px 0;
}
.topbar-contacts span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.topbar-contacts a {
  color: #fff;
  text-decoration: none;
  transition: color .3s ease;
}
.topbar-contacts a:hover {
  color: #ffd43b;
}
.topbar-social a {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all .3s ease;
}
.topbar-social a:hover {
  background: #fff;
  color: #18405B;
}
/* 
.premium-hero {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, #fdfdfd 0%, #f5f7fa 100%);
  overflow: hidden;
}
.slide-content {
  max-width: 550px;
}
.slide-subtitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #0d6efd;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.slide-title {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 18px;
}
.slide-title span {
  color: #ce2029;
}
.slide-tagline {
  font-size: 1.1rem;
  color: #475569;
  font-weight: 500;
  margin-bottom: 24px;
}
.featured-event li {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #1e293b;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.featured-event i {
  font-size: 1.2rem;
  color: #0d6efd;
}
.primary-btn-premium {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 50px;
  background: linear-gradient(135deg, #18405B, #0d6efd);
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0px 6px 20px rgba(13, 110, 253, 0.3);
}
.primary-btn-premium:hover {
  background: linear-gradient(135deg, #0d6efd, #18405B);
  transform: translateY(-3px);
  box-shadow: 0px 8px 24px rgba(13, 110, 253, 0.45);
}
.hero-img {
  border-radius: 24px;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.6s ease, filter 0.3s ease;
}
.hero-img:hover {
  transform: scale(1.06);
  filter: brightness(1.05);
}
  */
.premium-hero {
  position: relative;
  background: linear-gradient(135deg, #fdfdfd 0%, #f5f7fa 100%);
  overflow: hidden;
}
.swiper-nav-wrapper .swiper-button-next,
.swiper-nav-wrapper .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(24, 64, 91, 0.5);
  background: rgba(255, 255, 255, 0.7);
  color: #18405B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.35s ease;
}
.swiper-button-prev {
  left: 20px;
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: linear-gradient(135deg, #18405B, #0d6efd);
  color: #fff;
  border-color: transparent;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.35);
}
.swiper-nav-wrapper.swiper-button-prev:after,
.swiper-nav-wrapper.swiper-button-next:after{
  font-size: 20px;
}
/* ======= DESIGN A (Elegant Glass Gradient) ======= */
.banner-item-shape.design-a {
  position: relative;
  overflow: hidden;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #dfe9f3 0%, #ffffff 100%);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 60px 40px;
}
.banner-item-shape.design-a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(206, 32, 41, 0.15), transparent 70%),
              radial-gradient(circle at bottom left, rgba(24, 64, 91, 0.15), transparent 70%);
  z-index: 0;
}
.content-shape {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(15px);
  padding: 70px 50px;
  border-radius: 25px;
  color: #18405b;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transform: translateX(-20px);
  transition: all 0.5s ease;
}
.banner-item-shape.design-a:hover .content-shape {
  transform: translateX(0);
}
.slide-subtitle {
  font-weight: 600;
  color: #ce2029;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.slide-title {
  font-size: 46px;
  font-weight: 800;
  color: #18405b;
  line-height: 1.2;
}
.slide-title span {
  color: #ce2029;
}
.slide-tagline {
  font-size: 17px;
  color: #4a4a4a;
  margin-top: 15px;
  font-style: italic;
}
.primary-btn-premium {
  display: inline-block;
  background: linear-gradient(90deg, #ce2029, #18405b);
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.4s ease;
  text-decoration: none;
}
.primary-btn-premium:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(24, 64, 91, 0.3);
}
/* Image style */
.image-shape img.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  /*clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 90%);*/
  transition: transform 0.8s ease;
}
.image-shape img.hero-img:hover {
  transform: scale(1.05);
}
/* ======= DESIGN B (Dark Luxury Gold Accent) ======= */
.banner-item-shape.design-b {
  position: relative;
  overflow: hidden;
  height: 600px;
  background: linear-gradient(135deg, #0a0a0a, #1b2a49);
  color: #fff;
}
.banner-item-shape.design-b .overlay-dark {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(0, 0, 0, 0.6), rgba(25, 25, 25, 0.4));
  z-index: 1;
}
.content-box {
  position: relative;
  z-index: 2;
  padding: 80px 50px;
}
.banner-item-shape.design-b .slide-subtitle {
  font-weight: 600;
  font-size: 18px;
  color: #f4b400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-item-shape.design-b .slide-title {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.banner-item-shape.design-b .slide-title span {
  color: #f4b400;
}
.banner-item-shape.design-b .slide-tagline {
  font-size: 18px;
  color: #ddd;
  margin-top: 10px;
  font-style: italic;
}
.primary-btn-gold {
  background: linear-gradient(90deg, #f4b400, #fca311);
  color: #000;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.4s ease;
  text-decoration: none;
}
.primary-btn-gold:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(244, 180, 0, 0.5);
}
/* Image style */
.image-box img.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
  transition: transform 0.6s ease, filter 0.6s ease;
}
.image-box img.hero-img:hover {
  transform: scale(1.05);
  filter: brightness(1);
}
/* ======= Responsive ======= */
@media (max-width: 991px) {
  .banner-item-shape.design-a,
  .banner-item-shape.design-b {
    height: auto;
    padding: 40px 20px;
  }
  .content-shape,
  .content-box {
    margin: 0 auto !important; /* center horizontally */
    transform: none !important; /* remove the left shift */
    padding: 40px 25px;
    text-align: center;
    border-radius: 20px;
  }
  .slide-title {
    font-size: 30px !important;
  }
  .slide-tagline {
    font-size: 16px;
  }
  .image-shape img.hero-img,
  .image-box img.hero-img {
    border-radius: 20px;
    clip-path: none;
  }
}
/* Counter Circle */
.counter-circle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  cursor: pointer;
  transition: transform 0.5s ease;
  border: 2px solid #ff9f0d;
  border-radius: 20px;
}
.counter-circle:hover {
  transform: translateY(-10px);
}
/* Circle Background */
.counter-circle .circle-bg {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(206, 32, 41, 0.2), rgba(24, 64, 91, 0.2));
  z-index: 0;
  animation: float 5s ease-in-out infinite alternate;
}
/* Counter Icon */
.counter-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #ce2029, #18405b);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  z-index: 1;
  margin-bottom: 15px;
  box-shadow: 0 10px 20px rgba(24, 64, 91, 0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.counter-circle:hover .counter-icon {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 20px 40px rgba(24, 64, 91, 0.5), 0 0 15px rgba(206, 32, 41, 0.4);
}
/* Counter Text */
.counter-circle h4 {
  font-size: 2rem;
  font-weight: 800;
  color: #18405b;
  margin-bottom: 5px;
}
.counter-circle p {
  font-size: 1rem;
  color: #666;
  margin: 0;
  font-weight: 600;
  color: #020842;
}
/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(15px) rotate(5deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.register-box {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  border: 1px solid #e1e1e1;
}
.text-theme {
  color: #18405B;
}
.form-control,
.form-select {
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  padding: 8px 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-control:focus,
.form-select:focus {
  border-color: #ce2029;
  box-shadow: 0 0 0 0.1rem rgba(206, 32, 41, 0.25);
}
.btn-theme {
  background: linear-gradient(90deg, #f2380a, #f2380a);
  color: #18405B;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  font-weight: 700;
}
.btn-theme:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .register-box {
    padding: 20px;
  }
  .register-interest form .row>div {
    margin-bottom: 10px;
  }
}
.about-section {
  background: transparent;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.section-title {
  position: relative;
}
.section-title .sub-title {
  color: #07294d;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section-title .sub-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: linear-gradient(90deg, #ce2029, #18405b);
  border-radius: 2px;
}
.section-title .main-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #000;
  letter-spacing: -0.5px;
  margin-top: 10px;
}
.about-text {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.8;
  margin-top: 25px;
  margin-bottom: 40px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.about-list {
	max-width: 850px;
	font-size: 1.05rem;
	margin-left: auto;
    margin-right: auto;	
}
.button-wrapper {
  text-align: right;
}
.main-btn {
  background: linear-gradient(90deg, #ce2029, #18405b);
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: all 0.4s ease;
  display: inline-block;
  box-shadow: 0 6px 15px rgba(24, 64, 91, 0.2);
}
.main-btn:hover {
  background: linear-gradient(90deg, #18405b, #ce2029);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(206, 32, 41, 0.3);
}
@media (max-width: 767px) {
  .section-title .main-title {
    font-size: 2rem;
  }
  .section-title .sub-title {
    font-size: 1.4rem;
  }
  .about-text {
    font-size: 0.95rem;
  }
  .about-list {
	  font-size: 0.95rem;
  }
}
.course-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}
.swiper-slide {
  display: flex;
}
.singel-course {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}
.singel-course:hover {
  transform: translateY(-6px);
}
.singel-course .thum .image img {
  width: 100%;
  transition: all 0.4s ease;
}
.singel-course:hover .thum .image img {
  transform: scale(1.05);
}
.singel-course .cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.singel-course h3 {
  font-size: 20px;
  font-weight: 700;
  color: #07294d;
  margin-bottom: 10px;
}
.singel-course p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
.btn-container {
  text-align: right;
  margin-top: 15px;
}
.readmore-btn {
  display: inline-block;
  background-color: #07294d;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.readmore-btn:hover {
  background-color: #ce2029;
  color: #fff;
}
/* === Section Header === */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
  position: relative;
}
.section-header h2 {
  font-size: 32px;
  color: #07294d;
  font-weight: 700;
  margin-bottom: 0;
}
/* === Navigation Buttons (Top Right) === */
.swiper-navigation-topright {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 40px;
  /* transform: translateY(-50%); */
}
/* === Swiper Navigation Buttons === */
.swiper-navigation-topright .swiper-button-prev,
.swiper-navigation-topright .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f03c04;
  color: #07294d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 2px solid #ffc600;
  transition: all 0.3s ease;
  position: static;
}
.swiper-navigation-topright>.swiper-button-prev::after,
.swiper-navigation-topright>.swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}
.swiper-navigation-topright .swiper-button-prev:hover,
.swiper-navigation-topright .swiper-button-next:hover {
  background: #07294d;
  color: #fff;
  border-color: #07294d;
}
/* === Cards === */
.course-swiper .swiper-slide {
  display: flex;
}
.readmore-btn {
  display: inline-block;
  margin-top: 15px;
  background: #07294d;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.readmore-btn:hover {
  background: #ffc600;
  color: #07294d;
}
/* === Pagination Dots === */
.swiper-pagination {
  margin-top: 25px;
  position: static;
}
/* Responsive fix */
@media (max-width: 767px) {
  .section-header h2 {
    font-size: 26px;
  }
  .swiper-navigation-topright {
    /* top: auto; */
    bottom: -40px;
    right: 10px;
  }
}
#apply-aprt {background:#3e2f7b;}
.info-card {
  background: rgba(255, 255, 255, 0.8);
  /* translucent white */
  backdrop-filter: blur(15px);
  /* blur behind the card */
  -webkit-backdrop-filter: blur(15px);
  /* Safari support */
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  /* subtle border for depth */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  /* soft shadow */
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #ffffff;
  /* text color to contrast glass background */
}
.info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}
/* Icon Circle */
.icon-circle {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: linear-gradient(135deg, #ce2029, #18405B);
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 25px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.achievement-card .icon-circle {
  background: linear-gradient(135deg, #f5a623, #f64c72);
}
/* Headings */
.info-card h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #18405B;
}
/* Paragraph */
.info-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 30px;
}
/* Buttons */
.action-btn {
  display: inline-block;
  padding: 12px 35px;
  background: #18405B;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}
.action-btn:hover {
  background: #ce2029;
  color: #fff;
}
/* Responsive */
@media (max-width: 992px) {
  .info-card {
    margin-bottom: 30px;
  }
}
.video-feature-section {
  color: #fff;
}
.row.align-items-stretch {
  display: flex;
  flex-wrap: wrap;
}
/* Video Left */
.video-left {
  position: relative;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  /* stretch with right side */
}
.video-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.video-popup {
  position: relative;
  /* above overlay */
  z-index: 2;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #ffc600;
  color: #07294d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  transition: transform 0.3s ease;
}
.video-popup:hover {
  transform: scale(1.1);
}
/* Features Right */
.features-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}
.feature-card {
  display: flex;
  align-items: flex-start;
  background: rgba(7, 41, 77, 0.85);
  /* dark blue with slight transparency */
  backdrop-filter: blur(8px);
  /* subtle blur behind card */
  -webkit-backdrop-filter: blur(8px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  /* soft highlight border */
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1;
  /* stretch all cards evenly */
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  /* slightly stronger shadow on hover */
}
.feature-card .icon {
  font-size: 28px;
  color: #f2380a;
  margin-right: 20px;
  min-width: 40px;
}
.feature-card .content h3 {
  font-size: 18px;
  color: #f2380a;
  margin-bottom: 6px;
}
.feature-card .content p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
/* Stretch left and right equal height */
.row.align-items-stretch>.col-lg-6 {
  display: flex;
  flex-direction: column;
}
/* Responsive */
@media (max-width: 992px) {
  .video-left {
    min-height: 300px;
    margin-bottom: 40px;
  }
}
.newsletter-section {
  background: linear-gradient(135deg, #1f1c4d, #3e2f7b);
  /* premium dark purple-blue */
  padding: 30px 15px;
  /* border-radius: 15px; */
}
.newsletter-section .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #1f1c4d;
  font-weight: 500;
}
.newsletter-section .form-control::placeholder {
  color: #6c6c80;
}
.newsletter-section .btn-warning {
  background: linear-gradient(90deg, #f2380a, #f2380a);
  color: #1f1c4d;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.newsletter-section .btn-warning:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
/* Section Background */
#teachers-part {
  background: transparent;
  padding-top: 60px;
  padding-bottom: 60px;
}
/* Section Title */
.section-title h2 {
  font-size: 28px;
  color: #07294d;
  position: relative;
}
.title-border {
  width: 60px;
  height: 4px;
  background: #f03c04;
  border-radius: 2px;
}
/* Job Highlights List */
.job-highlights li {
  font-size: 15px;
  color: #505050;
  line-height: 1.8;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.job-highlights li i {
  font-size: 18px;
  margin-top: 2px;
  /* align icon with text */
}
/* Paragraphs */
.teachers-cont p {
  font-size: 15px;
  line-height: 1.8;
  color: #505050;
}
/* Optional CTA Button */
.btn-warning {
  background: linear-gradient(90deg, #ffc600, #ffb300);
  color: #07294d;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-warning:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  .job-highlights li {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 22px;
  }
}
.apply-card {
  padding: 35px 30px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.apply-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}
.apply-card .icon {
  width: 100px;
  height: 100px;
}
.apply-card .icon i {
  width: 75px;
  height: 75px;
  text-align: center;
  align-content: center;
  background: rgba(255, 255, 255, 0.15);
  padding: 18px;
  border-radius: 50%;
  transition: 0.3s ease;
}
.apply-card:hover .icon i {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.apply-card h3 {
  font-size: 24px;
  letter-spacing: 0.5px;
}
.apply-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .apply-card {
    padding: 25px;
  }
}
.accreditation-slider {
  width: 100%;
  padding: 10px 0;
}
.accreditation-slider .swiper-slide {
  display: flex;
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */
}
.accreditation-slider .accreditation-image {
  height: 100px;
  /* fixed height */
  width: 150px;
  /* optional fixed width */
  display: flex;
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.accreditation-slider .accreditation-image img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.footer-section {
  background: linear-gradient(135deg, #002935 0%, #003f50 100%);
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  padding: 60px 0 30px 0;
  position: relative;
}
.footer-section a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
/* Add arrow via CSS instead of <i> */
.footer-clinks ul li a::before {
  content: "\f105";
  /* FontAwesome right angle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #f03c04;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.footer-clinks ul li a {
  /*font-size: 12px;*/
}
.footer-section ul li a:hover::before {
  transform: translateX(5px);
  color: #f03c04;
}
/* .footer-section ul li a:hover {
	color: #FFD700;
} */
/* Footer Headings */
.footer-heading {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.footer-heading::after {
  content: '';
  width: 50px;
  height: 3px;
  background: #805fe0;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}
/* Courses two columns */
.footer-clinks ul {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 5px;*/
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-info p {
  position: relative;
  padding-left: 35px;
  font-size: 0.95rem;
  margin-bottom: 2px;
  color:#fff;
}
.contact-info p a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-info p a:hover {
  color: #f03c04;
  /* Gold highlight */
}
/* Phone Icon */
.contact-info p a[href^="tel"]::before {
  content: "\f095";
  /* FontAwesome phone */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #f03c04;
}
/* Email Icon */
.contact-info p a[href^="mailto"]::before {
  content: "\f0e0";
  /* FontAwesome envelope */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #f03c04;
}
/* WhatsApp Icon */
.contact-info p a[href*="wa.me"]::before {
  content: "\f232";
  /* FontAwesome WhatsApp */
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #25D366;
  /* WhatsApp green */
}
.contact-info a:hover {
  color: #f03c04;
}
/* Social Media */
.social-media ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 10px;
  margin-top: 10px;
}
.social-media a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
  color: #f03c04;
}
.social-media a:hover {
  background: #f03c04;
  color: #002935;
}
.footer-qlinks ul {
  /*display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 5px;*/
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-ilinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-qlinks ul li a::before,
.footer-ilinks ul li a::before {
  content: "\f105";
  /* FontAwesome right angle */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #f03c04;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.footer-copyright {
  font-size: 14px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  text-align: center;
}
/* Responsive */
@media (max-width: 992px) {
  .footer-clinks ul {
    grid-template-columns: 1fr;
    /* Single column on smaller screens */
  }
}
@media (max-width: 768px) {
  .footer-section {
    /*text-align: center;*/
  }
  .footer-heading::after {
    left: 5%;
    transform: translateX(-50%);
  }
  .social-media ul {
    justify-content: center;
  }
}
/* --- Base styles (desktop first) --- */
.shape-bulb,
.shape-pencil,
.shape-box,
.shape-ring,
.shape-hex,
.shape-glow {
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
}

.shape-bulb {
  top: 10vh;
  left: 2vw;
}
.shape-bulb svg {
  width: clamp(35px, 4vw, 55px);
}

.shape-pencil {
  top: 37%;
  right: 10vw;
}
.shape-pencil svg {
  width: clamp(30px, 3vw, 40px);
}

.shape-box {
  top: 15vh;
  right: 3vw;
}
.shape-box svg {
  width: clamp(30px, 3.5vw, 46px);
}

.shape-ring {
  top: 45%;
  right: -2vw;
}
.shape-ring svg {
  width: clamp(60px, 8vw, 95px);
}

.shape-hex {
  top: 55%;
  left: 2vw;
}
.shape-hex svg {
  width: clamp(30px, 3vw, 45px);
}

.shape-glow {
  top: 8vh;
  left: 0;
}
.shape-glow svg {
  width: clamp(70px, 8vw, 100px);
}

/* --- Tablet screens (≤ 992px) --- */
@media (max-width: 992px) {
  .shape-bulb {
    top: 8vh;
    left: 3vw;
  }
  .shape-pencil {
    right: 5vw;
    top: 40%;
  }
  .shape-box {
    right: 4vw;
    top: 12vh;
  }
  .shape-ring {
    right: -1vw;
    top: 48%;
  }
  .shape-hex {
    left: 3vw;
    top: 60%;
  }
  .shape-glow {
    top: 10vh;
    left: 1vw;
  }
}

/* --- Mobile screens (≤ 600px) --- */
@media (max-width: 600px) {
  .shape-bulb,
  .shape-pencil,
  .shape-box,
  .shape-ring,
  .shape-hex,
  .shape-glow {
    opacity: 0.7;
    transform: scale(0.8);
  }

  .shape-bulb {
    top: 5vh;
    left: 4vw;
  }

  .shape-pencil {
    top: auto;
    bottom: 12vh;
    right: 8vw;
  }

  .shape-box {
    top: 10vh;
    right: 5vw;
  }

  .shape-ring {
    right: -0vw;
    top: 55%;
  }

  .shape-hex {
    top: 65%;
    left: 4vw;
  }

  .shape-glow {
    top: auto;
    bottom: 10vh;
    left: 2vw;
  }
}

/* floating call button .............. */
/* .call-buton {
    display: none;
} */
.call-buton .callto-action-btn {
  z-index: 99999;
  position: fixed;
  right: 20PX;
  bottom: 120PX;
  background: #020842;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: callto-action-btn 0.6s linear infinite;
  animation: callto-action-btn 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: inline-block;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
  text-align: center;
  align-content: center;
}
.call-buton .callto-action-btn i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 20px;
  line-height: 40px;
}
.call-buton .callto-action-btn:hover i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@-webkit-keyframes callto-action-btn {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(2, 8, 66, 0.2), 0 0 0 0 rgba(2, 8, 66, 0.2), 0 0 0 5px rgba(2, 8, 66, 0.2), 0 0 0 10px rgba(2, 8, 66, 0.2);
    box-shadow: 0 4px 10px rgba(2, 8, 66, 0.2), 0 0 0 0 rgba(2, 8, 66, 0.2), 0 0 0 5px rgba(2, 8, 66, 0.2), 0 0 0 10px rgba(2, 8, 66, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(2, 8, 66, 0.2), 0 0 0 5px rgba(2, 8, 66, 0.2), 0 0 0 10px rgba(2, 8, 66, 0.2), 0 0 0 20px rgba(2, 8, 66, 0);
    box-shadow: 0 4px 10px rgba(2, 8, 66, 0.2), 0 0 0 5px rgba(2, 8, 66, 0.2), 0 0 0 10px rgba(2, 8, 66, 0.2), 0 0 0 20px rgba(2, 8, 66, 0);
  }
}
@keyframes callto-action-btn {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(2, 8, 66, 0.2), 0 0 0 0 rgba(2, 8, 66, 0.2), 0 0 0 5px rgba(2, 8, 66, 0.2), 0 0 0 10px rgba(2, 8, 66, 0.2);
    box-shadow: 0 4px 10px rgba(2, 8, 66, 0.2), 0 0 0 0 rgba(2, 8, 66, 0.2), 0 0 0 5px rgba(2, 8, 66, 0.2), 0 0 0 10px rgba(2, 8, 66, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 4px 10px rgba(2, 8, 66, 0.2), 0 0 0 5px rgba(2, 8, 66, 0.2), 0 0 0 10px rgba(2, 8, 66, 0.2), 0 0 0 20px rgba(2, 8, 66, 0);
    box-shadow: 0 4px 10px rgba(2, 8, 66, 0.2), 0 0 0 5px rgba(2, 8, 66, 0.2), 0 0 0 10px rgba(2, 8, 66, 0.2), 0 0 0 20px rgba(2, 8, 66, 0);
  }
}
/*Scroll Area*/
.scroll-area {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
  display: none;
}
.scroll-area i {
  width: 40px;
  height: 40px;
  background-color: #0D5FF9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
}
.whatsapp-icon {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 9999;
}
.whatsapp-icon img {
  width: 60px;
  transition: transform 0.3s;
}
.whatsapp-icon img:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {

  .offcanvas-body {
    position: relative;
    overflow-x: hidden;
  }

  /* Main menu panel */
  .mobile-main-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.3s ease;
  }

  /* Submenu panels */
  .mobile-submenu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    transition: transform 0.3s ease;
    background: #fff;
    height: 100%;
  }

  .show-submenu {
    transform: translateX(-100%);
  }

  .submenu-active {
    transform: translateX(-100%);
  }

  .back-link {
    padding: 12px 15px;
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
  }
  .open-submenu i {
    margin-left:10px;
  }

  .back-link i {
    font-size: 0.9rem;
  }
  .nav-item .nav-link {padding:10px; cursor: pointer;}
  .nav-item .nav-link:hover {color: #ce2029;}
  .mobile-submenu .nav .nav-link {color: #000;}
  .mobile-submenu .nav .nav-link:hover {color: #ce2029;}
  .button-wrapper {
    text-align: center;
}
}



