@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --primary: #031b4e;
  --secondary: #64748b;
  --accent: #d89b1d;

  --primary-dark: #082b73;
  --accent: #d89b1d;
  --accent-hover: #b87b00;
  --white: #fff;
  --bg-light: #f8fafc;
  --bg-alt: #f5f7fb;
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --border: #e5e7eb;
  --radius: 18px;

  --btn-primary-bg: #031b4e;
  --btn-primary-hover: #05286e;

  --fs-display: 64px;
  --fs-h1: 48px;
  --fs-h2: 40px;
  --fs-h3: 32px;
  --fs-h4: 24px;
  --fs-h5: 20px;
  --fs-body: 16px;
  --fs-small: 14px;

  --radius-sm: 10px;
  --radius-md: 18px;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0f172a;
}

h1 {
  font-size: 64px;
  font-weight: 800;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3,
h4,
h5 {
  font-weight: 600;
}

p {
  font-size: 16px;
  font-weight: 400;
}
.bg-primary {
  background: var(--primary) !important;
}
.bg-accent {
  background: var(--accent) !important;
}

.btn-accent-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: var(--accent);
  border: 2px solid var(--accent);
  color: #fff;
  text-decoration: none;

  padding: 14px 28px;
  border-radius: 10px;

  font-weight: 600;
}

.btn-accent-custom:hover {
  background: v;
  color: #fff;
}
.btn-primary-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: var(--primary);
  color: #fff;
  text-decoration: none;

  padding: 14px 28px;
  border-radius: 10px;

  font-weight: 600;
  box-shadow: none;
  border: none;
  transition: 0.3s ease;
}
a.learnmore-link {
    color: var(--primary);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
.btn-primary-custom:hover {
  background: #b87b00;
  color: #fff;
  border-color: #b87b00;
}

.btn-outline-custom {
  border: 1px solid var(--accent);
  color: var(--accent);
  border-radius: var(--radius-sm);
  padding: 14px 28px;
}
.btn-outline-custom.btn-outline-white {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}
a.btn.btn-outline-custom:hover,
.btn-outline-white.btn-outline-custom:hover {
  background: #fff;
  color: var(--primary);
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: var(--radius-sm);
  padding: 14px 28px;
}
.btn-outline-white {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}

.btn-outline-white:hover {
  background: #fff;
  color: var(--primary);
}

.btn-accent-custom {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 28px;

  background: var(--accent);
  color: #fff;

  border-radius: 12px;
  border: 2px solid var(--accent);

  font-weight: 600;

  transition: 0.3s ease;
}

.btn-accent-custom:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: #fff;

  transform: translateY(-2px);
}

.topbar {
  background: var(--primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.topbar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}

.topbar-left,
.topbar-right {
  display: flex;
  align-items: center;
}

.topbar-left {
  gap: 12px;
  color: #fff;
}

.topbar-left i {
  color: var(--accent);
  font-size: 14px;
}

.topbar-left span {
  color: rgba(255, 255, 255, 0.9);
}

.topbar-btn {
  background: var(--accent);
  color: #fff;
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.topbar-btn:hover {
  background: var(--accent-hover);
  color: #fff;
}

.topbar-right {
  gap: 18px;
}

.topbar-right a {
  display: flex;
  align-items: center;
  gap: 6px;

  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;

  position: relative;
}

.topbar-right a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.15);

  position: absolute;
  right: -9px;
}

.topbar-right i {
  color: var(--accent);
  font-size: 14px;
}

.btn-apply {
  background: var(--accent);
  color: #fff;

  padding: 12px 24px;
  border-radius: 8px;

  font-size: 14px;
  font-weight: 600;
}

.btn-apply:hover {
  background: var(--accent-hover);
  color: #fff;
}

.navbar .nav-link {
  color: var(--primary);
  font-size: 15px;
  font-weight: 600;
}

.navbar .nav-link:hover {
  color: var(--accent);
}

.dropdown-toggle::after {
  margin-left: 6px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light
    .dropdown:not(.dropdown-submenu)
    > .dropdown-toggle:after {
    color: var(--accent);
  }
  .navbar-expand-lg.transparent:not(.fixed) {
    padding-top: 0rem;
  }
}
.navbar-brand.w-100 img {
  height: 80px;
  margin: 15px 0;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  margin: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    90deg,
    rgba(3, 27, 78, 0.98) 0%,
    rgba(3, 27, 78, 0.95) 35%,
    rgba(3, 27, 78, 0.75) 55%,
    rgba(3, 27, 78, 0.25) 75%,
    rgba(3, 27, 78, 0.05) 100%
  );
}

.hero-content {
  min-height: 650px;
  position: relative;
  z-index: 2;
}

.hero-label {
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-section h1 {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.hero-section h1 span {
  color: var(--accent);
}

.hero-section p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.8;

  margin: 30px 0;
}
.hero-btns {
  display: flex;
  align-items: center;
  gap: 15px;
}

.btn-outline-custom {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
}

.watch-video {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.play-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}

.student-card {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);

  background: #fff;
  border-radius: 20px;

  padding: 30px;

  width: 280px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);

  z-index: 3;
}

.student-card h4 {
  color: var(--primary);
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 5px;
}

.student-card small {
  color: var(--secondary);
  display: block;
  margin-bottom: 20px;
}

.student-avatars {
  display: flex;
  align-items: center;
}

.student-avatars img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -10px;
}

.student-avatars img:first-child {
  margin-left: 0;
}

.student-avatars span {
  width: 42px;
  height: 42px;

  border-radius: 50%;

  background: #000;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-left: -10px;
}

.feature-strip {
  position: relative;
  margin-top: -55px;
  z-index: 10;
}

.feature-strip .ftrcontnr {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-item {
  text-align: center;
  padding: 30px 15px;
  min-height: 140px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border-right: 1px solid #eaeaea;
}

.feature-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 15px;
}

.feature-item span {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.5;
  max-width: 150px;
}

@media (max-width: 991px) {
  .feature-strip {
    margin-top: 30px;
  }

  .feature-item {
    border-right: none;
  }
}

.py-100 {
  padding: 100px 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.section-tag {
  color: #d89b1d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.view-all-programs {
  color: #031b4e;
  font-weight: 600;
  text-decoration: none;
}
.program-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(2, 8, 23, 0.08);
}

.program-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.program-content {
  padding: 22px;
  position: relative;
}

.program-icon {
  position: absolute;
  top: -24px;
  left: 20px;
  width: 48px;
  height: 48px;
  background: #031b4e;
  color: #fff;
  border-radius: 50%;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.program-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #031b4e;
  margin-bottom: 8px;
}

.specialization {
  display: block;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 12px;
}

.program-meta {
  display: flex;
  gap: 15px;
  font-size: 13px;
  color: #64748b;
  margin-bottom: 15px;
}

.program-content p {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  min-height: 80px;
}

.program-content a {
  color: #031b4e;
  font-weight: 700;
  text-decoration: none;
}

.course-finder-section {
  /*   padding:80px 0; */
}

.course-finder-wrapper {
  background: #031b4e;
  border-radius: 18px;
  overflow: hidden;
  padding: 25px 40px;
  position: relative;
}

.course-finder-wrapper::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 40%;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.15);
}

.course-finder-image {
  text-align: center;
}

.course-finder-image img {
  max-height: 220px;
}

.course-finder-content {
  padding-left: 40px;
}

.course-finder-content h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.course-finder-content p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 25px;
}

.btn-course-finder {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  background: #d89b1d;
  color: #fff;

  padding: 14px 28px;
  border-radius: 10px;

  font-weight: 600;
  text-decoration: none;

  transition: 0.3s;
}

.btn-course-finder:hover {
  background: #b87b00;
  color: #fff;
}

@media (max-width: 991px) {
  .course-finder-wrapper::after {
    display: none;
  }

  .course-finder-content {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }

  .course-finder-content p {
    margin-left: auto;
    margin-right: auto;
  }
}

.stats-section {
  padding: 70px 0;
}

.stats-wrapper {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 18px;

  padding: 28px 32px;
  height: 100%;

  border-right: 1px solid #e5e7eb;
}

.stat-icon {
  width: 56px;
  height: 56px;

  border: 1px solid #e5e7eb;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}

.stat-icon i {
  font-size: 26px;
  color: #031b4e;
}

.stat-content h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #031b4e;
  line-height: 1;
}
section.stats-section.section-padding.pt-0 .stat-icon {
    width: 70px;
    height: 70px;
}
section.stats-section.section-padding.pt-0 .stat-icon i {
   font-size: 40px;
   line-height: 40px;
}
.stat-content p {
      margin: 6px 0 0;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    line-height: 1.1rem;
}

@media (max-width: 991px) {
  .stat-item {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }

  .stat-content h3 {
    font-size: 28px;
  }
}

.why-choose-section {
  padding: 100px 0;
}

.section-tag {
  display: block;
  color: #d89b1d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title {
    font-size: var(--fs-h2);
    font-weight: 800;
    color: #031b4e;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
h2.section-title.text-left::before {
    margin: auto;
    right: auto;
}
.mobile-group input.form-control {
    border-radius: 0px 8px 8px 0px;
}

.mobile-group select.country-code {
    border-right: none;
    border-radius: 8px 0px 0px 8px;
}
.section-title::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: var(--accent);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.section-desc {
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 25px;
}

.why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.why-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #031b4e;
  font-weight: 500;
}

.why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;

  width: 10px;
  height: 10px;

  background: #d89b1d;
  border-radius: 50%;
}

.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  height: 250px;
}

.feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2));
}

.feature-overlay {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
  z-index: 2;
}

.feature-overlay h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.feature-overlay p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* .accreditation-section{
    padding:100px 0;
} */

.accreditation-wrapper {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 35px;
  background: #fff;
}

.accreditation-title {
  text-align: center;
  color: #031b4e;
  font-weight: 800;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.accreditation-card {
  display: flex;
  align-items: center;
  gap: 15px;

  padding: 20px;
  height: 100%;

  border: 1px solid #e5e7eb;
  border-radius: 14px;

  transition: 0.3s;
}

.accreditation-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.accreditation-card img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  flex-shrink: 0;
}

.accreditation-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #031b4e;
  margin-bottom: 4px;
}

.accreditation-card p {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
}

.btn-view-accreditation {
  display: flex;
  align-items: center;
  gap: 10px;

  border: 1px solid #d89b1d;
  color: #d89b1d;

  padding: 18px 28px;
  border-radius: 12px;

  font-weight: 600;
  text-decoration: none;

  white-space: nowrap;
}

.btn-view-accreditation:hover {
  background: #d89b1d;
  color: #fff;
}

/*  */

.section-padding {
  padding: 100px 0;
}

.content-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 30px;
  height: 100%;
}

.content-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.content-card-header h3 {
  margin: 0;
  font-size: var(--fs-h4);
  font-weight: 700;
  color: var(--primary);
}

.content-card-header a {
  color: var(--primary);
  font-size: var(--fs-small);
  font-weight: 600;
  text-decoration: none;
}

.content-card-header a:hover {
  color: var(--accent);
}

/* MINI LIST (BLOG / NEWS) */

.mini-item {
  display: flex;
  gap: 15px;
  text-decoration: none;
}

.mini-item + .mini-item {
  margin-top: 20px;
}

.mini-item img {
  width: 95px;
  height: 75px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  flex-shrink: 0;
}

.mini-item-title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 6px;
}

.mini-item-meta {
  color: var(--secondary);
  font-size: 13px;
}
/*  FAQ */

.custom-faq .accordion-item {
  border: none;
  border-bottom: 1px solid var(--border);
}

.custom-faq .accordion-button {
  background: none;
  padding: 18px 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary);
  border: none;
}

.custom-faq .accordion-button:not(.collapsed) {
  background: none;
  color: var(--primary);
}

.custom-faq .accordion-button::after {
  background-size: 14px;
}

.custom-faq .accordion-body {
  padding: 0 0 18px;
  color: var(--secondary);
  line-height: 1.7;
}

.enquiry-card {
  background: var(--primary);
  border-radius: var(--radius-md);
  padding: 30px;
  height: 100%;
}

.enquiry-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}

.enquiry-header h3 {
  color: var(--white);
  font-size: var(--fs-h4);
  font-weight: 700;
  margin-bottom: 10px;
}

.enquiry-header p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  line-height: 1.6;
  font-size: var(--fs-small);
}

.enquiry-header i {
  color: var(--accent);
  font-size: 42px;
}

/* =========================
   FORM ELEMENTS
========================= */

.form-control-custom,
.form-select-custom {
  height: 52px;
  border: none;
  border-radius: var(--radius-sm);
  padding: 0 15px;
  font-size: var(--fs-small);
  margin-bottom: 12px;
}

.form-control-custom:focus,
.form-select-custom:focus {
  box-shadow: none;
  outline: none;
}

.enquiry-card small {
  display: block;
  text-align: center;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.testimonials-section {
  background: #fff;
}

.testimonial-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 50px;
}

.testimonial-header .view-all-link {
  justify-self: end;
}

.testimonial-card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 28px;
  height: 100%;
  min-height: 240px;

  display: flex;
  flex-direction: column;

  transition: 0.3s ease;
}

.testimonial-card:hover {
  border-color: #dde5f0;
}

.quote-icon {
  margin-bottom: 10px;
}

.quote-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.testimonial-card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 25px;
  flex-grow: 1;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-user h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}

.testimonial-user span {
  display: block;
  font-size: 13px;
  color: #64748b;
}

.view-all-link {
  color: var(--primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;

  display: flex;
  align-items: center;
  gap: 6px;
}

.view-all-link:hover {
  color: var(--accent);
}

.swiper-pagination {
  margin-top: 40px;
  position: relative !important;
}

.testimonials-section .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d9dee8;
  opacity: 1;
}

.testimonials-section .swiper-pagination-bullet-active {
  background: var(--accent);
}

.testimonials-section .swiper-button-prev,
.testimonials-section .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eef2f7;
  box-shadow: none;
}

.testimonials-section .swiper-button-prev:after,
.testimonials-section .swiper-button-next:after {
  font-size: 14px;
  color: var(--primary);
}

.footer-section {
  background: var(--primary);
  padding: 70px 0 25px;
}

.footer-logo img {
  max-width: 220px;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.8;
  margin: 20px 0;
  max-width: 260px;
}

.footer-title {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-contact li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.footer-contact i {
  color: var(--accent);
  margin-top: 2px;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.footer-social a:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.btn-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 15px;

  background: var(--accent);
  color: #fff;

  padding: 12px 20px;
  border-radius: var(--radius-sm);

  font-size: 14px;
  font-weight: 600;
}

.btn-footer:hover {
  background: var(--accent-hover);
  color: #fff;
}

.footer-bottom {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  font-size: 14px;
}

.footer-policy {
  display: flex;
  gap: 25px;
}

.footer-policy a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.footer-policy a:hover {
  color: var(--accent);
}

@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1520px;
  }
}

@media (min-width: 1700px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1620px;
  }
}
@media (min-width: 1800px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1720px;
  }
}

/* Reusable Inner Hero */

.inner-hero {
  position: relative;
  min-height: auto;

  display: flex;
  align-items: center;

  background-size: cover;
  background-position: center;

  overflow: hidden;
  padding: 3rem 0;
}

.about-hero {
  background-image: url("../img/inner/about-banner.jpg");
}

.hero-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(3, 27, 78, 0.96) 0%,
    rgba(3, 27, 78, 0.92) 35%,
    rgba(3, 27, 78, 0.75) 55%,
    rgba(3, 27, 78, 0.25) 75%,
    rgba(3, 27, 78, 0.05) 100%
  );
}

.inner-hero .container {
  position: relative;
  z-index: 2;
}

.inner-hero .hero-title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.15;
  margin: 20px 0;
}

.inner-hero .hero-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.9;
  max-width: 650px;
}

.title-divider {
  width: 60px;
  height: 4px;
  background: var(--accent);
  border-radius: 20px;
  margin-bottom: 25px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-top: 35px;
}

.btn-outline-light-custom {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 600;
}

.btn-outline-light-custom:hover {
  background: #fff;
  color: var(--primary);
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 28px;

  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;

  color: #fff;
  background: rgba(255, 255, 255, 0.05);

  font-size: 15px;
  font-weight: 600;

  transition: 0.3s ease;
}

.btn-outline-light:hover {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-outline-light i {
  font-size: 18px;
}

.col-xl-20 {
  width: 20%;
}

@media (max-width: 1199px) {
  .col-xl-20 {
    width: 33.3333%;
  }
}

@media (max-width: 991px) {
  .col-xl-20 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .col-xl-20 {
    width: 100%;
  }
}

/* ==========================
   PAGE BANNER
========================== */

.page-banner {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.page-banner-bg {
  position: absolute;
  inset: 0;
}

.page-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(3, 27, 78, 0.95) 0%,
    rgba(3, 27, 78, 0.9) 40%,
    rgba(3, 27, 78, 0.5) 70%,
    rgba(3, 27, 78, 0.15) 100%
  );
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

.page-breadcrumb {
  margin-bottom: 20px;
}

.page-breadcrumb a,
.page-breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.page-banner-title {
  color: #fff;
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 15px;
}

.page-banner-title span {
  display: block;
  color: var(--accent);
}

.page-banner-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 15px;
  max-width: 650px;
}

.page-banner .section-divider {
  margin-bottom: 25px;
}
/* ==========================
   HERO HIGHLIGHTS
========================== */

.banner-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 35px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.highlight-item i {
  font-size: 32px;
  color: var(--accent);
}

.highlight-item span,
.highlight-item h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

.highlight-item p {
  display: none;
}

.banner-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.highlight-item {
  display: flex;
  gap: 15px;
}

.highlight-item i {
  font-size: 34px;
  color: var(--accent);
  flex-shrink: 0;
}

.highlight-item h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.highlight-item p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.offcanvas {
  background: var(--primary);
}
.offcanvas-header img {
    height: 50px;
}




/* Swiper Pagination */

 .swiper-pagination{
    position:relative;
    margin-top:30px;
    text-align:center;
}

.swiper-controls .swiper-pagination-bullet{

    width:10px !important;
    height:10px !important;

    margin:0 5px !important;

    background:#d9dbe8;

    opacity:1;

    border-radius:50%;

    transition:all .3s ease;
    transform: scale(1) !important;

}

 .swiper-controls .swiper-pagination-bullet-active{

    width:10px !important;
    height:10px !important;

    background:#d9a028 !important; /* Accent */

    transform:scale(1.15);
    opacity:1 !important;

}
 .swiper-controls .swiper-pagination-bullet-active{
    background:#d9a028 !important;
    box-shadow:0 0 0 3px rgba(217,160,40,.18);
    transform:scale(1.1);
    border: none !important;
}
  .swiper-controls .swiper-navigation .swiper-button {
    border: 1px solid #dedede;
}






/*=========================
Accordion
=========================*/


.custom-faq .accordion-item{

    border:0;

    border-bottom:1px solid #edf1f7;

    border-radius:0;

    background:transparent;

}

.custom-faq .accordion-item:last-child{

    border-bottom:none;

}

.custom-faq .accordion-button{

  padding: 18px 0;
    box-shadow: none;
    color: var(--primary);
    font-size: 17px;
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: left;
    padding-right: 30px;

}

.custom-faq .accordion-button:not(.collapsed){

    background:transparent;

    color:var(--primary);

}

.custom-faq .accordion-button:hover{

    color:var(--accent);

}

/* Remove Bootstrap icon */

.custom-faq .accordion-button::after{

    display:none;

}

/* Custom + */

.custom-faq .accordion-button::before{

    content:"+";

    position:absolute;

    right:0;

    font-size:28px;

    font-weight:300;

    color:#5b6475;

    transition:.3s;

}

/* Minus */

.custom-faq .accordion-button:not(.collapsed)::before{

    content:"−";

    color:var(--accent);

}

.custom-faq .accordion-body{

    padding:0 0 18px;

    font-size:15px;

    color:#67748c;

    line-height:1.8;

}

/* Remove focus */

.custom-faq .accordion-button:focus{

    box-shadow:none;

}

/* Mobile */

@media(max-width:991px){

.content-card{

padding:24px;

}

.content-card-header{

flex-direction:column;
align-items:flex-start;
gap:10px;

}

.content-card-header h3{

font-size:24px;

}

.custom-faq .accordion-button{

font-size:16px;

}

}