

body {
  font-family: "Poppins", sans-serif;
 
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* ========== NAVBAR ========== */
.navbar {
  padding: 18px 40px;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}



.navbar-brand {
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: -0px;
  color: #111;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #2f49d1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: white;
  cursor: pointer;
}

.search-circle i {
  color: #2f49d1;
  font-size: 1.2rem;
}

.btn-primary-custom {
  background: #2f49d1;
  border-radius: 40px;
  padding: 10px 24px;
  border: none;
  font-weight: 00;
  color: white;
  transition: 0.2s;
}

.btn-primary-custom:hover {
  background: #1f3ab5;
}

/* ========== HERO SECTION ========== */
.hero {
  padding: 80px 60px 40px 60px;
}

.hero h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #121212;
}

.hero span {
  color: #2f49d1;
}

.sub {
  font-size: 1.1rem;
  color: #555;
  margin-top: 10px;
  font-weight: 500;
}

.right-text {

  color: #363535;
  line-height: 1.9;
  margin-bottom: 20px;
}

.btn-outline-custom {
  border: 1.9px solid #2f49d1;
  border-radius: 40px;
  padding: 8px 18px;
 
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  font-weight: 500;
  transition: 0.2s;
  cursor: pointer;
}

.btn-outline-custom:hover {
  background: #2f49d1;
  color: white;
}

.btn-outline-custom:hover .arrow-circle {

  color:white;
}

.arrow-circle {
  width: 32px;
  height: 32px;
  background: #2f49d1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

/* ========== IMAGE SECTION ========== */
.image-section {
  padding: 0 60px 60px 60px;
}

.image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  height: 420px;

}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}

/* ========== COURSE SECTION HEADER ========== */
.courses-header {
  text-align: center;
  margin-bottom: 50px;
}

.courses-header h2 {
  font-size: 32px;

  
  margin-bottom: 16px;
}

.courses-header p {
  font-size: 1.1rem;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto;
}

/* ========== COURSE CAROUSEL SECTION ========== */
.course-section {
background: hsla(186, 45%, 90%, 0.5);
  padding: 80px 0 100px 0;
  width: 100%;
  position: relative;
}

.section-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30;
  position: relative;
}

.carousel-container {
  position: relative;
  width: 100%;
}

.cards-track-wrap {
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
}

.cards-track {
  display: flex;
  gap: 26px;
  transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  will-change: transform;
}

/* Course Card */
.course-card {
  background: #ffffff;
  border: 1.5px solid #8a9fd4;
  border-radius: 24px;
  padding: 28px 24px 40px 28px;
  flex: 0 0 calc((100% - 52px) / 3);
  position: relative;
  min-height: 520px;
  transition: all 0.25s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-5px);
  border-color: #2f49d1;
  box-shadow: 0 16px 28px -8px rgba(47, 73, 209, 0.12);
}

.card-number {
  font-size: 28px;
  font-weight: 800;
  color: #656566;
  opacity: 0.2;
  line-height: 1;
  margin-bottom: 8px;
}

.card-heading {
  font-size: 25px;
  font-weight: 4    00;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #0a1c3a;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.bullet-list li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  font-weight: lighter;
  color: rgb(48, 47, 47);
  font-size: 17px;
  line-height: 1.4;
}

.bullet-list li:before {
  content: "▹";
  position: absolute;
  left: 0;
  color: #2f49d1;
  font-weight: 700;
}

.badge-duration {
  position: absolute;
  bottom: 24px;
  left: 28px;
  background: #c9de6b;
  padding: 6px 18px;
  border-radius: 40px;
  font-weight: 400;
  font-size: 7pxrem;
  color: #1a2c3e;
}

.card-arrow-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: #2e3f9e;
  border-radius: 28px 0 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  transition: 0.2s;
}

.card-arrow-btn i {
  font-size: 1.2rem;
}

.card-arrow-btn:hover {
  background: #1f2d77;
  color: white;
}

/* ========== NAV BUTTONS: positioned at left/right edges ========== */
.carousel-nav-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.nav-btn-overlay {
  pointer-events: auto;
  width: 54px;
  height: 54px;
  border-radius: 60px;
  background: #2e3f9e;
  border: none;
  color: white;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 31;
}

.nav-btn-overlay:hover {
  background: #1f2d77;
  transform: scale(1.06);
}

.btn-left {
  margin-left: -27px;
}

.btn-right {
  margin-right: -27px;
}

/* Responsive */
@media (max-width: 1200px) {
  .btn-left {
    margin-left: -20px;
  }
  .btn-right {
    margin-right: -20px;
  }
  .nav-btn-overlay {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }
}

@media (max-width: 992px) {
  .btn-left {
    margin-left: -15px;
  }
  .btn-right {
    margin-right: -15px;
  }
  .nav-btn-overlay {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
  .course-card {
    flex: 0 0 calc((100% - 26px) / 2);
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 40px 24px 20px 24px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .image-section {
    padding: 0 24px 40px 24px;
  }
  .image-wrapper {
    height: 280px;
  }
  .course-section {
    padding: 60px 0 80px;
  }
  .section-wrap {
    padding: 0 24px;
  }
  .course-card {
    flex: 0 0 100%;
    min-height: 480px;
  }
  .btn-left {
    margin-left: -10px;
  }
  .btn-right {
    margin-right: -10px;
  }
  .nav-btn-overlay {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
  .courses-header h2 {
    font-size: 32px;
  }
  .courses-header p {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .btn-left {
    margin-left: -5px;
  }
  .btn-right {
    margin-right: -5px;
  }
  .nav-btn-overlay {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gradient-heading {
  background: linear-gradient(135deg, #2C3FAC, #000000);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}


.bridge-banner-wrapper {
  position: relative;
 
  overflow: hidden;
  min-height: 340px;
  display: flex;
  align-items: center;
  margin: 0;        /* remove any margin */
}

.bridge-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  z-index: 0;
}


.bridge-banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 56px;
}

.bridge-banner-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  color: #ffffff;
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.01em;
}

.bridge-banner-subtext {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
  text-align: right;
}

/* Responsive */
@media (max-width: 767.98px) {
  .bridge-banner-content {
    padding: 40px 28px;
  }
  .bridge-banner-subtext {
    text-align: left;
    margin-top: 24px;
  }
  .bridge-banner-wrapper {
    min-height: 260px;
  }
}

.text-color{
color: #2C3FAC;
}

.text-p{
font-weight: lighter;
}

.bg-btn {
  background-color: #2C3FAC;
  color: #fff;
  border: none;
}

.bg-btn:hover {
  background-color: #2C3FAC;
}

.border-btn {
  border: 1px solid #2C3FAC;
  color: #2C3FAC;
  background: transparent;
}

.border-btn:hover {
  background-color: #2C3FAC;
  color: #fff;
}

.icons{
  color: black;
}


/* Background */
.cta-footer {
  background: #3B45A9 url('../images/banner/footer-bg\ \(2\).svg') no-repeat center;
  background-size: cover;
  padding: 80px 0 30px;
}

/* Top Text */
.join-text {
  letter-spacing: 3px;
  font-size: 13px;
  opacity: 0.7;
}

.main-title {
  font-size: 40px;
  font-weight: 400;
  margin-top: 10px;
}

.sub-title {
  font-size: 18px;
  margin-top: 10px;
  opacity: 0.9;
}

/* Button */
.career-btn {
  margin-top: 30px;
  background: white;
  border-radius: 50px;
  padding: 8px 8px 8px 20px;
  border: none;
  font-weight: 500;
  gap: 12px;
}

/* Icon circle */
.circle {
  width: 36px;
  height: 36px;
  background: #2C3FAC;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Copyright */
.copyright {
  margin-top: 40px;
  font-size: 14px;
  opacity: 0.7;
}

/* Divider */
.divider {
  height: 1px;
  background: rgba(255,255,255,0.2);
  margin: 30px 0;
}

/* Footer */
.footer-links a {
  color: white;
  margin: 0 15px;
  text-decoration: none;
  font-size: 17px;
  opacity: 0.9;
  font-weight: lighter;
}

.footer-links a:hover {
  opacity: 1;
}

/* Banner */
.image-wrapper img {
  max-height: 500px;
  object-fit: cover;
}

/* Common card */
.card-box {
  border: 1.5px dashed #3B45A9;
  border-radius: 20px;
  padding: 25px;
  background: #fff;
  height: 100%;
}

/* Center card */
.center-card {
  background: #3B45A9;
  border-radius: 30px;
  padding: 10px;
  overflow: hidden;
  height: 100%;
}

/* FIXED IMAGE (NO OVERLAP) */
.shape-img {
  width: 70%;

  margin-bottom: 20px;
}

/* Arrow */
.arrow-circle {
  position: absolute;
  
  right: 20px;
  width: 40px;
  height: 40px;
  background: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Content */
.center-card .content {
  margin-top: auto;
}
.bg-btns{
    width: 30px;
  height: 30px;
  background-color: #2C3FAC;
    border-radius: 50%;
    
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Text */
p {
  color: #555;
}

.center-card p {
  color: #dcdcff;
}

.text-footer{
  font-weight: lighter;
}
/* Button styles */
.bg-btn {
  background-color: #2C3FAC;
  border: none;
}

.border-btn {
  border: 1.5px solid #2C3FAC;
  color: #2C3FAC;
  background: transparent;
}

/* Hover */
.bg-btn:hover {
  background-color: #2C3FAC;
}

.border-btn:hover {
  background-color: #2C3FAC;
  color: #fff;
}

/* Icon animation (optional but nice) */
button img {
  transition: transform 0.3s ease;
}

button:hover img {
  transform: translateX(4px);
}

.cards-track {
  display: flex;
  gap: 26px;
  transition: transform 0.5s ease;
}

.cards-track-wrap {
  overflow: hidden;
}

.course-card {
  min-width: calc(33.333% - 18px); /* 3 cards visible */
}

/* TRACK FIX */
.cards-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* CARD - DESKTOP DEFAULT (3 cards view) */
.course-card {
  flex: 0 0 calc(33.333% - 14px);
  max-width: calc(33.333% - 14px);
  box-sizing: border-box;
}

/* ========================= */
/* 💻 LAPTOP (2 cards) */
/* ========================= */
@media (max-width: 1024px) {
  .course-card {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

/* ========================= */
/* 📱 MOBILE (1 card full) */
/* ========================= */
@media (max-width: 768px) {
  .course-card {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cards-track {
    gap: 15px;
  }
}

/* ========================= */
/* 📱 SMALL MOBILE */
/* ========================= */
@media (max-width: 480px) {
  .course-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}