@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Poppins:wght@300;400;500;600&display=swap');
:root {
  --blue: #ef4136;
  --blue-dark: #002b78;
  --navy: #061833;
  --text: #07142b;
  --muted: #46536a;
  --line: #d5e3f6;
  --soft: #f4f9ff;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fa-regular-400.ttf") format("truetype");
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  overflow-x: hidden;
}
a { text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
      background: linear-gradient(180deg, #21315a, #192954);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 0;

}
.topbar a, .topbar span { color: #fff;
    margin-right: 34px;
    white-space: nowrap;
    font-size: 15px;
    font-weight: normal; }
.topbar i {     margin-right: 0px;
    font-size: 15px; }
.social a { margin: 0 0 0 30px; font-size: 20px; }

.main-header {
  background: #fff;
  box-shadow: 0 5px 20px rgba(9, 33, 76, .12);
  position: relative;
  z-index: 10;
}

#mainNav { margin-top:24px;}
.navbar { padding: 19px 0 0; }
.navbar-brand img {   }
.navbar-nav { gap: 0; align-items: center; }
.nav-link {
      color: #111 !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 11px !important;
}
.nav-link:hover {
  color: #fff !important;
  background: linear-gradient(180deg, #ef4136, #ef4136);
  border-radius: 28px;
  
  text-align: center;
}
.nav-link.active  {
  color: #fff !important;
  background: linear-gradient(180deg, #ef4136, #ef4136);
  border-radius: 28px;
  
  text-align: center;
}
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown:hover > .dropdown-toggle:after {
    transform: rotate(180deg);
  }
}
.pill-btn {
         color: #fff !important;
    border: 0;
    border-radius: 28px;
    background: linear-gradient(180deg, #ef4136, #ef4136);
    box-shadow: 0 8px 18px rgba(0, 79, 198, .24);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 11px 20px;
    text-transform: uppercase;
}
.pill-btn i { margin-left: 12px; }

.hero {
  background: linear-gradient(90deg, #f9fcff 0%, #fff 50%, #eef7ff 100%);
  overflow: hidden;
}
.hero-slide {
  min-height: 510px;
  overflow: hidden;
  position: relative;
}
.hero-slide:before {
  
}
.hero-content {
  align-items: center;
  display: grid;
  grid-template-columns: 51% 49%;
  min-height: 510px;
  position: relative;
  z-index: 2;
}
.hero-text {
  padding-left: max(7vw, 65px);
  padding-right: 30px;
}
.hero-text h1 {
  color: #0754d4;
  font-family: 'Montserrat', sans-serif;
  font-size: 82px;
  font-weight: 800;
  line-height: .9;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.hero-text h1 small {
  color: #07306f;
  display: block;
  font-size: 54px;
  line-height: 1;
}
.hero-text h1:after {
  background: #ccd6e5;
  content: "";
  display: block;
  height: 2px;
  margin-top: 18px;
  max-width: 720px;
  width: 100%;
}
.hero-text p {
  color: #2b2f38;
  font-size: 18px;
  font-style: italic;
  line-height: 1.65;
  margin: 0 0 32px;
}
.hero-features {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 860px;
}
.hero-features div {
  align-items: center;
  border-right: 1px solid #b8c8df;
  display: flex;
  gap: 14px;
  justify-content: center;
  min-height: 64px;
  padding: 0 16px;
}
.hero-features div:last-child { border-right: 0; }
.hero-features i {
  align-items: center;
  background: linear-gradient(145deg, #075add, #042c84);
  border: 4px solid #d8e8ff;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 52px;
  font-size: 22px;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.hero-features span {
  color: #101522;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
.hero-people {
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.hero-people:before {
  border: 10px solid #65b2f7;
  border-bottom-color: transparent;
  border-right: 0;
  border-top-color: transparent;
  border-radius: 220px 0 0 220px;
  content: "";
  height: 650px;
  left: 0;
  position: absolute;
  top: -70px;
  width: 190px;
  z-index: 3;
}
.hero-people img {
  height: 510px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
.hero-shape {
  background: rgba(7, 91, 224, .84);
  box-shadow:
    54px 54px 0 rgba(7, 91, 224, .34),
    -52px 72px 0 rgba(7, 91, 224, .2),
    95px -46px 0 rgba(7, 91, 224, .16),
    126px 24px 0 rgba(0, 45, 145, .75);
  height: 96px;
  opacity: .9;
  position: absolute;
  transform: rotate(45deg);
  width: 96px;
  z-index: 4;
}
.hero-shape-left { bottom: 18px; left: -218px; }
.hero-shape-right { right: -130px; top: 108px; }
.hero .slick-dots { display: none !important; }
.hero .slick-arrow {
  height: 58px;
  top: 50%;
  width: 58px;
  z-index: 6;
}
.hero .slick-prev {
  left: 28px;
}
.hero .slick-next {
  right: 28px;
}
.hero .slick-prev:before,
.hero .slick-next:before {
  font-size: 22px;
}
.slick-dots li button:before { font-size: 13px; color: #b8c3d0; opacity: 1; }
.slick-dots li.slick-active button:before { color: var(--blue); }
.slick-arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 3;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(15, 55, 112, .14);
}
.slick-prev { left: -74px; }
.slick-next { right: -74px; }
.slick-prev:before, .slick-next:before {
  color: var(--blue);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 27px;
  opacity: 1;
}
.slick-prev:before { content: "\f053"; }
.slick-next:before { content: "\f054"; }

.section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-section {
  padding: 92px 0 68px;
  min-height: 780px;
}
.eyebrow {
  color: #ef4136;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 13px;
  position: relative;
  text-transform: uppercase;
}
.eyebrow:after {
  content: "";
  width: 110px;
  height: 3px;
  background: #ef4136;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-copy { padding-left: 34px; }
.about-copy h1, .choose-intro h2, .section-title h2 {
  color: var(--navy);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: capitalize;
}
.about-copy h1 {
  font-size: 28px;
  line-height: .98;
  margin-bottom: 28px;
  text-transform: uppercase;
}
.about-copy h1 span, .choose-intro span, .section-title h2 b, .cta span { color: #ef4136; }
.about-copy p {
      font-size: 16px;
    line-height: 1.52;
    margin-bottom: 16px;
}
.mini-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 28px 0 34px;
}
.mini-features div {
  border-right: 1px solid #b7c9e5;
  text-align: center;
  padding: 0 16px;
}
.mini-features div:last-child { border-right: 0; }
.mini-features i, .numbers i, .why-item > i, .stats-band i, .placement-stats i, .cta > i, .call i {
  align-items: center;
  background: linear-gradient(180deg, #ef4136, #ef4136);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 62px;
  justify-content: center;
  width: 62px;
  font-size: 27px;
}
.mini-features b {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  margin-top: 10px;
  text-transform: uppercase;
}
.mission-card {
  align-items: center;
  border: 1px solid #c8dcf7;
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(8, 47, 109, .08);
  display: flex;
  gap: 28px;
  max-width: 650px;
  padding: 24px 30px;
}
.mission-card i {
  background: #ef4136;
  border-radius: 50%;
  color: #fff;
  flex: 0 0 78px;
  font-size: 34px;
  height: 78px;
  line-height: 78px;
  text-align: center;
}
.mission-card h4 { color: #ef4136; font-weight: 800; margin: 0 0 4px; }
.mission-card p { font-size: 17px; line-height: 1.35; margin: 0; }
.about-image img {
  border: 8px solid #1d2d57;
  border-right-width: 5px;
  border-radius: 190px 0 0 190px;
  margin-left: auto;
  width: 93%;
}

.courses-section {
  padding: 54px 0 92px;
  min-height: 940px;
}
.courses-section .container {
  max-width: 1680px;
}
.section-title span {
  color: #ef4136;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}
.section-title span:before, .section-title span:after {
  background: #c7d8f1;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 92px;
}
.section-title span:before { right: calc(100% + 18px); }
.section-title span:after { left: calc(100% + 18px); }
.section-title h2 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.section-title > i { color: #ef4136; font-size: 24px; margin-bottom: 16px; }
.section-title p {
  color: #172238;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 auto 70px;
  max-width: 900px;
}
.course-slider {
  margin: 0 64px;
}
.course-card {
        background: #fff;
    border-radius: 10px;
    box-shadow: 0 16px 34px rgba(17, 58, 116, .12);
    height: 462px;
    margin: 0 18px;
    overflow: hidden;
    padding: 31px 20px 24px;
    position: relative;
    margin-bottom: 50px;
    transition: .7s;
}
.course-card em {
      color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    left: 8px;
    position: absolute;
    top: 8px;
    z-index: 3;
}
.course-card:before {
  background: var(--course-color);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  height: 68px;
  left: 0;
  position: absolute;
  top: 0;
  width: 68px;
}
.course-card.blue { --course-color: #0c67f5; }
.course-card.green { --course-color: #12b3a6; }
.course-card.purple { --course-color: #6b35df; }
.course-card.orange { --course-color: #ff5a13; }
.course-icon {
  align-items: center;
  background: #eef4ff;
  border-radius: 50%;
  display: flex;
  height: 132px;
  justify-content: center;
  margin: 0 auto 28px;
  width: 132px;
  font-size: 54px;
  color: #07142b;
}
.course-card h3 {
     font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 auto 18px;
    max-width: 210px;
    min-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.course-card.blue h3, .course-card.blue li:before, .course-card.blue a { color: #075de7; border-color: #075de7; transition:.7s;}
.course-card.green h3, .course-card.green li:before, .course-card.green a { color: #11a99e; border-color: #11a99e; transition:.7s;}
.course-card.purple h3, .course-card.purple li:before, .course-card.purple a { color: #6e37db; border-color: #6e37db; transition:.7s;}
.course-card.orange h3, .course-card.orange li:before, .course-card.orange a { color: #ff5512; border-color: #ff5512; transition:.7s;}
.course-card.green:hover a { color: #fff; border-color: #fff;background:#11a99e; }
.course-card.blue:hover a { color: #fff; border-color: #fff; background: #075de7; }
.course-card.purple:hover a { color: #fff; border-color: #fff; background: #6e37db; }
.course-card.orange:hover  a { color: #fff; border-color: #fff; background: #ff5512; }
.course-card ul {
  list-style: none;
  min-height: 132px;
  padding: 0;
}
.course-card li {
  color: #293347;
  font-size: 15px;
  line-height: 1.35;
  margin-bottom: 8px;
  padding-left: 22px;
  position: relative;
}
.course-card li:before { content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; left: 0; position: absolute; }
.course-card a {
  border: 1px solid;
  border-radius: 5px;
  display: block;
  font-weight: 700;
  padding: 12px 18px;
  text-align: center;
}
.course-card a i { float: right; margin-top: 4px; }

.choose-section {
  background: linear-gradient(100deg, #f7fbff 0%, #eef7ff 42%, #fff 42%);
  overflow: hidden;
  padding: 90px 0 64px;
  position: relative;
}
.choose-section:before  {
  background-image: url("../images/shape-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 190px;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 240px;
}
 
.choose-intro { padding-left: 46px; }
.choose-intro h2 {     font-size: 28px;
    line-height: .98;
    margin-bottom: 20px; }
.choose-intro p { font-size: 16px; line-height: 1.65; margin-bottom: 38px; }
.numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 42px;
}
.numbers div { border-right: 1px solid #b9c9e4; padding: 0 6px; text-align: center; }
.numbers div:last-child { border-right: 0; }
.numbers i {     border-radius: 10px;
    height: 48px;
    width: 48px;
    font-size: 21px; }
.numbers strong {     color: #ef4136;
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 4px; }
.numbers b { display: block; font-size: 14px; line-height: 1.2; text-transform: uppercase; }
.why-grid {
      color: #ef4136;
    display: block;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 8px;
}
.why-item {
      display: grid;
    gap: 16px;
    grid-template-columns: 130px 1fr;
     
    padding: 24px 58px;
}
.why-item:nth-child(odd) { border-right: 1px solid var(--line); }
.why-item:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
.why-item > i {
  border: 14px solid #f0f3f8;
  height: 102px;
  width: 102px;
}
.why-item h3 { color: #2a2a2a; font-size: 20px; font-weight: 800; margin: 0 0 25px; text-transform: uppercase; }
.why-item h3:after {
  background: #ef4136;
  content: "";
  display: block;
  height: 3px;
  margin-top: 12px;
  width: 44px;
}
.why-item p { font-size: 16px; line-height: 1.55; margin: 0;    color: #333; }

.stories-section {
  background: #f5f9ff;
  overflow: hidden;
  padding: 48px 0 54px;
  position: relative;
}
.stories-section .container-fluid {
  max-width: 1870px;
}
.stories-section .section-title p {
  margin-bottom: 58px;
}
.story-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}
.story-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(11, 53, 115, .12);
  min-height: 486px;
  padding: 14px 16px 18px;
}
.story-card img {
  border-radius: 8px;
  flex: 0 0 142px;
  height: 280px;
  object-fit: cover;
  width: 142px;
}
.story-card p {
  color: #06142d;
  font-size: 16px;
  line-height: 1.55;
  margin: 16px 0 0 18px;
}
.story-card p i {
  border-radius: 50%;
  color: #fff !important;
  display: block;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  margin-bottom: 20px;
  text-align: center;
  width: 44px;
}
.story-card h3 { font-size: 22px; font-weight: 800; margin: 24px 0 10px 4px; }
.story-card h3:after { content: ""; display: block; height: 2px; margin-top: 10px; width: 42px; }
.story-card span { color: #4e5a70; display: block; font-size: 17px; margin: 0 4px 17px; }
.story-card b {
  border-radius: 5px;
  display: block;
  font-size: 16px;
  font-weight: 800;
  padding: 14px 13px;
}
.story-card.blue h3, .story-card.blue b, .story-card.blue p i { color: #0659db; }
.story-card.green h3, .story-card.green b, .story-card.green p i { color: #12aa9e; }
.story-card.purple h3, .story-card.purple b, .story-card.purple p i { color: #6b30d9; }
.story-card.orange h3, .story-card.orange b, .story-card.orange p i { color: #ff5b13; }
.story-card.blue p i, .story-card.blue h3:after { background: #0659db; }
.story-card.green p i, .story-card.green h3:after { background: #12aa9e; }
.story-card.purple p i, .story-card.purple h3:after { background: #6b30d9; }
.story-card.orange p i, .story-card.orange h3:after { background: #ff5b13; }
.story-card.blue b { background: #edf4ff; }
.story-card.green b { background: #ecfaf8; }
.story-card.purple b { background: #f4eeff; }
.story-card.orange b { background: #fff1e8; }
.stats-band {
      background: linear-gradient(90deg, #ef4136, #bc1032);
    border-radius: 10px;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 34px;
    min-height: 156px;
    padding: 34px 46px;
    gap: 0 40px;
}
.stats-band div {
  align-items: center;
  border-right: 1px solid rgba(255,255,255,.24);
  display: grid;
  gap: 0 22px;
  grid-template-columns: 86px 1fr;
}
.stats-band div:last-child { border-right: 0; }
.stats-band i {
  background: #fff;
  color: #bb0f31;
  grid-row: 1 / span 2;
  height: 82px;
  width: 82px;
}
.stats-band strong {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}
.stats-band span {
  color: #fff;
  font-size: 17px;
}
.stats-band span:after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  margin-top: 12px;
  width: 48px;
}

.placement-section {
  padding: 56px 0 70px;
  min-height: 930px;
}
.placement-section .container {
  max-width: 1512px;
}
.placement-section .section-title h2 {
  font-size: 28px;
}
.placement-section .section-title p {
  margin-bottom: 52px;
  max-width: 900px;
}
.partner-tabs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 48px;
}
.partner-tabs button {
  align-items: center;
  background: #fff;
  border: 1px solid #d1e0f5;
  border-radius: 38px;
  color: #07162d;
  display: flex;
  flex: 0 0 auto;
  font-weight: 700;
  gap: 14px;
  justify-content: center;
  line-height: 1.28;
  min-height: 76px;
  min-width: 188px;
  padding: 12px 24px;
  text-align: center;
      cursor: text;
}
.partner-tabs button i { color: #ef4136; font-size: 25px; }
.partner-tabs button.active { background: linear-gradient(90deg, #075fe5, #043eb5); color: #fff; }
.partner-tabs button.active i { color: #fff; }
.logo-slider-wrap {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 34px rgba(11, 53, 115, .12);
  margin: 0 auto 72px;
  
  padding: 42px 58px 24px;
  position: relative;
}
.partner-logo {
  align-items: center;
  border-right: 1px solid #d5deec;
  display: flex !important;
  height: 104px;
  justify-content: center;
  padding: 0 26px;
}
.partner-logo img {
   
  width: auto;
}
 
.logo-slider-wrap .slick-dots {
  bottom: -31px;
}
.logo-slider-wrap .slick-arrow {
  height: 78px;
  top: 50%;
  width: 78px;
}
.logo-slider-wrap .slick-prev { left: -66px; }
.logo-slider-wrap .slick-next { right: -66px; }
.placement-stats {
  border: 1px solid #cbdcf3;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1508px;
  min-height: 148px;
  padding: 28px 36px;
}
.placement-stats div {
  align-items: center;
  border-right: 1px solid #d6dfed;
  display: grid;
  gap: 0 24px;
  grid-template-columns: 78px 1fr;
  grid-template-rows: auto auto;
  min-width: 0;
  padding: 0 32px;
}
.placement-stats div:last-child { border-right: 0; }
.placement-stats i {
  font-size: 30px;
  grid-row: 1 / span 2;
  height: 76px;
  width: 76px;
}
.placement-stats strong {
  color: #ef4136;
  font-size: 26px;
  font-weight: 800;
  grid-column: 2;
  line-height: 1;
  white-space: nowrap;
}
.placement-stats span {
  color: #07142b;
  font-size: 16px;
  font-weight: 800;
  grid-column: 2;
  line-height: 1.25;
  margin-top: 8px;
}
.placement-stats small {
  color: #657085;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
}

.footer {
  background-color: #001b41;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 20px 0 0;
}
.cta {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #07142b;
  display: grid;
  gap: 18px;
  grid-template-columns: 92px 2.15fr 1.55fr 300px auto;
  margin-bottom: 64px;
  
  padding: 28px 28px;
}
.cta > i, .call i { background: #e7efff; color: #ef4136; height: 84px; width: 84px; }
.cta h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}
.cta p {
  border-left: 1px solid #cad6e8;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding-left: 30px;
}
.call {
  align-items: center;
    display: grid;
    gap: 0 18px;
    grid-template-columns: 48px minmax(0, 1fr);
    justify-self: start;
}
.call i { font-size: 23px; height: 56px; width: 56px; }
.call span {
  color: #1b2740;
  display: block;
  font-size: 16px;
  grid-column: 2;
  line-height: 1.25;
  white-space: nowrap;
}
.call b {
  color: #ef4136;
  display: block;
  font-size: 24px;
  grid-column: 2;
  line-height: 1.15;
  margin-top: 8px;
  white-space: nowrap;
}
.cta .pill-btn {
  min-width: 224px;
  padding: 19px 30px;
  text-align: center;
}
.footer-main {
  display: grid;
  gap: 56px;
  grid-template-columns: 1.25fr 1.2fr 1fr .95fr;
  padding-bottom: 42px;
}
 
.footer-about p { font-size: 17px; line-height: 1.5; margin: 24px 0; }
.footer h3 { color: #ffffff; font-size: 21px; font-weight: 800; margin-bottom: 30px; text-transform: uppercase; }
.footer h3:after { background: #ef4136; content: ""; display: block; height: 2px; margin-top: 18px; width: 40px; }
.contact-list, .footer-col ul { list-style: none; margin: 0; padding: 0; }
.contact-list li, .footer-col li {
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 16px;
  padding-left: 28px;
  position: relative;
}
.contact-list li a, .footer-col li a {
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 16px;
  padding-left: 0;
  position: relative;
}
.contact-list a i {
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}
.contact-list i {
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  height: 30px;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}
.contact-list li { padding-left: 48px; }
.footer-col li:before {
  color: #ef4136;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
}
.footer-social { align-items: center; display: flex; gap: 13px; margin-top: 22px; }
.footer-social a {
  align-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.footer-form label {
  align-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 5px;
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  padding: 0 17px;
}
.footer-form input, .footer-form textarea {
  background: transparent;
  border: 0;
  color: #fff;
  min-height: 52px;
  outline: 0;
  width: 100%;
}
.footer-form textarea { height: 132px; padding-top: 16px; }
.footer-form input::placeholder, .footer-form textarea::placeholder { color: #d9e4f4; }
.footer-form button {
  background: linear-gradient(180deg, #ef4136, #ef4136);
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 17px;
  text-transform: uppercase;
  width: 100%;
}
.copyright {
  align-items: center;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  font-size: 17px;
  justify-content: space-between;
  padding: 28px 0;
}
.copyright i { color: #4596ff; margin-right: 10px; }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.inner-banner {
  background-position: center;
  background-size: cover;
  min-height: 410px;
  position: relative;
}
.inner-banner:before {
  background: linear-gradient(90deg, rgb(33 35 38 / 96%) 0%, rgb(28 37 51 / 90%) 45%, rgb(40 47 55 / 62%) 100%);
  content: "";
  inset: 0;
  position: absolute;
}
.inner-banner .container {
  position: relative;
  z-index: 2;
}
.inner-banner-content {
  color: #fff;
  padding: 110px 0 80px;
}
.inner-banner h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
.inner-banner-content > span {
  background: #ef4136;
  display: block;
  height: 4px;
  margin: 26px 0 24px;
  width: 78px;
}
.inner-banner .breadcrumb {
  align-items: center;
  gap: 12px;
  margin: 0;
}
.inner-banner .breadcrumb-item {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.inner-banner .breadcrumb-item a {
  color: #fff;
}
.inner-banner .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.inner-banner .breadcrumb-item + .breadcrumb-item:before {
      color: #fff;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    padding-right: 14px;
}
.inner-banner .breadcrumb-item.active {
  color: #ef4136;
}

.about-page-intro {
  padding: 90px 0;
}
.about-page-image {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.about-page-image img {
  height: 560px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
.experience-badge {
  align-items: center;
  background: linear-gradient(135deg, #d92448, #ef4136);
  border-radius: 10px;
  bottom: 30px;
  box-shadow: 0 18px 35px rgba(4, 58, 157, .28);
  color: #fff;
  display: flex;
  gap: 16px;
  left: 30px;
  padding: 20px 24px;
  position: absolute;
}
.experience-badge strong {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}
.experience-badge span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.about-page-copy h2,
.strength-copy h2 {
  color: var(--navy);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.06;
  margin: 0 0 28px;
}
.about-page-copy h2 b,
.strength-copy h2 b {
  color: #ef4136;
  font-weight: 900;
}
.about-page-copy p,
.strength-copy p {
  color: #1f2a40;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 18px;
}
.about-checks {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 30px;
}
.about-checks div {
  align-items: center;
  background: #fff;
  border: 1px solid #d5e3f6;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(10, 55, 120, .08);
  color: #07142b;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 12px;
  min-height: 66px;
  padding: 14px 16px;
}
.about-checks i {
  color: #ef4136;
  font-size: 20px;
}

.about-values {
  background: #f6faff;
  padding: 72px 0 86px;
}
.value-card {
  background: #fff;
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(8, 50, 113, .09);
  height: 100%;
  padding: 34px 30px;
}
.value-card i,
.strength-grid i {
  align-items: center;
  background: linear-gradient(180deg, #ef4136, #ef4136);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  height: 68px;
  justify-content: center;
  margin-bottom: 24px;
  width: 68px;
}
.value-card h3,
.strength-grid h3 {
  color: #05256e;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.value-card p,
.strength-grid p {
  color: #344057;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.about-strengths {
  padding: 86px 0 96px;
}
.strength-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}
.strength-grid div {
  background: rgba(255,255,255,.94);
  border: 1px solid #d8e6f8;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(8, 50, 113, .08);
  padding: 28px 26px;
}

.course-list-page {
  padding: 72px 0 96px;
}
.course-list-page .container {
  max-width: 1510px;
}
.course-list-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, 1fr);
}
.course-list-grid .course-card {
  height: 100%;
  margin: 0;
  min-height: 528px;
}
.course-list-grid .course-icon img {
  max-height: 62px;
  max-width: 72px;
  object-fit: contain;
}

.career-page {
  padding: 72px 0 96px;
}
.career-page .container {
  max-width: 1460px;
}
.career-intro {
  align-items: center;
  background: #fff;
  border: 1px solid #d3e3f7;
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(8, 50, 113, .1);
  display: flex;
  justify-content: space-between;
  margin: 0 auto 34px;
  padding: 30px 36px;
}
.career-intro > div {
  align-items: center;
  display: grid;
  gap: 0 22px;
  grid-template-columns: 76px 1fr;
}
.career-intro i {
      align-items: center;
    background: linear-gradient(180deg, #ef4136, #ef4136);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    grid-row: 1 / span 2;
    height: 64px;
    justify-content: center;
    width: 64px;
}
.career-intro h3 {
  color: #ef4136;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 8px;
}
.career-intro p {
  color: #344057;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
}
.career-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
}
.career-card {
  align-items: center;
  background: #fff;
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 50, 113, .09);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 190px;
  padding: 26px 18px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.career-card:hover {
  box-shadow: 0 22px 42px rgba(8, 50, 113, .14);
  transform: translateY(-6px);
}
.career-card i {
  align-items: center;
  background: #eef4ff;
  border-radius: 50%;
  color: #ef4136;
  display: inline-flex;
  font-size: 34px;
  height: 86px;
  justify-content: center;
  margin-bottom: 20px;
  width: 86px;
}
.career-card h3 {
  color: #07142b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.contact-page {
  padding: 72px 0 96px;
}
.contact-page .container {
  max-width: 1460px;
}
.contact-info-panel,
.contact-form-panel,
.contact-map-card {
  background: #fff;
  border: 1px solid #d5e5f8;
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(8, 50, 113, .1);
  height: 100%;
}
.contact-info-panel {
  overflow: hidden;
}
.contact-photo img {
  height: 280px;
  object-fit: cover;
  object-position: center top;
  width: 100%;
}
.contact-info-list {
  display: grid;
  gap: 18px;
  padding: 28px;
}
.contact-info-list div {
  display: grid;
  gap: 0 16px;
  grid-template-columns: 54px 1fr;
}
.contact-info-list i {
  align-items: center;
  background: linear-gradient(180deg, #ef4136, #ef4136);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  grid-row: 1 / span 2;
  height: 54px;
  justify-content: center;
  width: 54px;
}
.contact-info-list h3 {
  color: #ef4136;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 5px;
}
.contact-info-list p {
  color: #344057;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}
.contact-info-list a {
  color: #344057;
}
.contact-form-panel {
  padding: 34px;
}
.contact-form-panel h2 {
  color: var(--navy);
  font-size: 40px;
  font-weight: 800;
  margin: 0 0 28px;
}
.contact-form-panel label {
  align-items: center;
  border: 1px solid #cdddf3;
  border-radius: 6px;
  display: flex;
  gap: 14px;
  min-height: 58px;
  padding: 0 17px;
  width: 100%;
}
.contact-form-panel label i {
  color: #ef4136;
  font-size: 18px;
}
.contact-form-panel input,
.contact-form-panel textarea {
  background: transparent;
  border: 0;
  color: #07142b;
  min-height: 56px;
  outline: 0;
  width: 100%;
}
.contact-form-panel textarea {
  height: 148px;
  padding-top: 17px;
}
.contact-form-panel button {
  background: linear-gradient(90deg, #075be0, #0754d2);
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 18px 30px;
  text-transform: uppercase;
}
.contact-map-card {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  min-height: 128px;
  padding: 26px 34px;
}
.contact-map-card div {
  align-items: center;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 72px 1fr;
}
.contact-map-card i {
  align-items: center;
  background: #e8f1ff;
  border-radius: 50%;
  color: #ef4136;
  display: inline-flex;
  font-size: 30px;
  grid-row: 1 / span 2;
  height: 72px;
  justify-content: center;
  width: 72px;
}
.contact-map-card h3 {
  color: var(--navy);
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 4px;
}
.contact-map-card p {
  color: #536074;
  font-size: 16px;
  margin: 0;
}

.placement-page {
  padding: 72px 0 80px;
}
.placement-page .container,
.placement-companies .container,
.placement-cta .container {
  max-width: 1460px;
}
.placement-page-stats {
  background: rgba(255,255,255,.86);
  margin-bottom: 34px;
}
.placement-process {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.process-card {
  background: #fff;
  border: 1px solid #d8e6f8;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 50, 113, .09);
  min-height: 260px;
  padding: 34px 26px 28px;
  position: relative;
}
.process-card em {
  color: rgba(7, 83, 212, .12);
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  right: 22px;
  top: 16px;
}
.process-card i {
  align-items: center;
  background: linear-gradient(180deg, #ef4136, #ef4136);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 28px;
  height: 70px;
  justify-content: center;
  margin-bottom: 22px;
  width: 70px;
}
.process-card h3 {
  color: #05256e;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 13px;
  text-transform: uppercase;
}
.process-card p {
  color: #344057;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.placement-companies {
  background: #f6faff;
  padding: 72px 0 86px;
}
.placement-logo-grid {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(8, 50, 113, .1);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 36px 42px;
}
.placement-logo-grid div {
  align-items: center;
  border-right: 1px solid #d5deec;
  display: flex;
  justify-content: center;
  min-height: 110px;
  padding: 0 20px;
}
.placement-logo-grid div:last-child {
  border-right: 0;
}
.placement-logo-grid img {
  max-height: 78px;
  max-width: 160px;
  object-fit: contain;
}
.placement-cta {
  padding: 60px 0;
}
.placement-cta-box {
  align-items: center;
  background: linear-gradient(90deg, #383b42, #212121);
  border-radius: 10px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 34px 42px;
}
.placement-cta-box div {
  align-items: center;
  display: grid;
  gap: 0 22px;
  grid-template-columns: 76px 1fr;
}
.placement-cta-box i {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #ef4136;
  display: inline-flex;
  font-size: 30px;
  grid-row: 1 / span 2;
  height: 76px;
  justify-content: center;
  width: 76px;
}
.placement-cta-box h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 6px;
}
.placement-cta-box p {
  color: #fff;
  font-size: 17px;
  margin: 0;
}

.faq-page {
  padding: 72px 0 96px;
}
.faq-page .container {
  max-width: 1320px;
}
.faq-help-card {
  background: linear-gradient(145deg, #d00f36, #ef4136);
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(8, 50, 113, .16);
  color: #fff;
  height: 100%;
  padding: 36px 30px;
}
.faq-help-card > i {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #ef4136;
  display: inline-flex;
  font-size: 34px;
  height: 84px;
  justify-content: center;
  margin-bottom: 26px;
  width: 84px;
}
.faq-help-card h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 14px;
}
.faq-help-card p {
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 28px;
}
.faq-help-card .pill-btn {
  background: #fff;
  color: #ef4136 !important;
  box-shadow: none;
}
.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid #d5e5f8;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8, 50, 113, .08);
  margin-bottom: 16px;
  overflow: hidden;
}
.faq-accordion .accordion-button {
  color: #07142b;
  font-size: 18px;
  font-weight: 800;
  padding: 22px 24px;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: #eef5ff;
  color: #ef4136;
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-button:after {
  background-image: none;
  color: #ef4136;
  content: "\2b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: none;
}
.faq-accordion .accordion-button:not(.collapsed):after {
  content: "\f068";
}
.faq-accordion .accordion-body {
  color: #344057;
  font-size: 16px;
  line-height: 1.7;
  padding: 0 24px 24px;
}

.success-page {
  padding: 72px 0 80px;
}
.success-page .container,
.success-journey .container {
  max-width: 1510px;
}
.success-page-stats {
  margin-top: 42px;
}
.success-journey {
  background: #f6faff;
  padding: 72px 0 92px;
}
.success-steps {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.success-steps div {
  background: #fff;
  border: 1px solid #d8e6f8;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8, 50, 113, .09);
  min-height: 220px;
  padding: 30px 26px;
  text-align: center;
}
.success-steps i {
  align-items: center;
  background: linear-gradient(180deg, #ef4136, #ef4136);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 30px;
  height: 76px;
  justify-content: center;
  margin-bottom: 22px;
  width: 76px;
}
.success-steps h3 {
  color: #05256e;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.success-steps p {
  color: #344057;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1399px) {
  .navbar-brand img { width: 245px; }
  .navbar-nav { gap: 8px; }
  .nav-link { font-size: 15px; padding: 11px 12px !important; }
  .section-title h2 { font-size: 46px; }
  .about-copy h1, .choose-intro h2 { font-size: 48px; }
  .course-slider { margin: 0 42px; }
  .why-item { padding: 26px 22px; }
  .footer-main { gap: 30px; }
}
@media (max-width: 1199px) {
  .topbar { font-size: 14px; }
  .topbar a, .topbar span { margin-right: 18px; }
  .about-image img { width: 100%; }
  .course-card { height: 480px; }
  .partner-tabs { flex-wrap: wrap; }
  .cta, .footer-main { grid-template-columns: 1fr 1fr; }
  .inner-banner h1 { font-size: 60px; }
  .about-page-copy h2, .strength-copy h2 { font-size: 44px; }
  .course-list-grid { grid-template-columns: repeat(3, 1fr); }
  .career-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-form-panel h2 { font-size: 34px; }
  .placement-process { grid-template-columns: repeat(2, 1fr); }
  .placement-logo-grid { grid-template-columns: repeat(4, 1fr); }
  .placement-logo-grid div { border-bottom: 1px solid #d5deec; min-height: 120px; }
  .success-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
  .topbar .container, .topbar-left { flex-wrap: wrap; gap: 8px; }
  .navbar-collapse { padding: 18px 0; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-text { padding: 48px 24px 24px; }
  .hero-text h1 { font-size: 58px; }
  .hero-text h1 small { font-size: 36px; }
  .hero-features { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .hero-features div { border-right: 0; justify-content: flex-start; }
  .hero-people img { height: 360px; }
  .about-copy, .choose-intro { padding-left: 12px; }
  .about-image { margin-top: 34px; }
  .mini-features, .stats-band, .placement-stats { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .why-item:last-child { border-bottom: 0; }
  .story-card { min-height: auto; }
  .footer-main, .cta { grid-template-columns: 1fr; }
  .cta p { border-left: 0; padding-left: 0; }
  .inner-banner { min-height: 390px; }
  .inner-banner-content { padding: 105px 0 90px; }
  .about-checks, .strength-grid { grid-template-columns: 1fr; }
  .about-page-image img { height: 430px; }
  .course-list-grid { grid-template-columns: repeat(2, 1fr); }
  .career-intro { align-items: flex-start; flex-direction: column; gap: 24px; }
  .career-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-map-card { align-items: flex-start; flex-direction: column; gap: 22px; }
  .placement-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .placement-cta-box { align-items: flex-start; flex-direction: column; gap: 24px; }
}
@media (max-width: 767px) {
  .topbar { display: none; }
  .navbar-brand img { width: 215px; }
  .pill-btn { font-size: 15px; padding: 15px 20px; }
  .hero-slide, .hero-content { min-height: auto; }
  .hero-text h1 { font-size: 43px; }
  .hero-text h1 small { font-size: 28px; }
  .hero-text p { font-size: 15px; }
  .hero-features { grid-template-columns: 1fr; }
  .hero-people img { height: 300px; }
  .about-section, .courses-section, .choose-section, .stories-section, .placement-section { padding: 45px 0; }
  .about-copy h1, .choose-intro h2, .section-title h2 { font-size: 20px; }
  .about-copy p, .choose-intro p, .section-title p { font-size: 16px; }
  .mini-features, .numbers, .stats-band, .placement-stats { grid-template-columns: 1fr; }
  .mini-features div, .numbers div, .stats-band div, .placement-stats div { border-right: 0; }
  .mission-card { align-items: flex-start; flex-direction: column; }
  .course-slider { margin: 0 8px; }
  .course-card { margin: 0 8px; }
  .slick-prev { left: -12px; }
  .slick-next { right: -12px; }
  .slick-arrow { height: 48px; width: 48px; }
  .story-card .d-flex { flex-direction: column; }
  .story-card img { height: 260px; width: 100%; }
  .story-card p { margin-left: 0; }
  .partner-tabs { justify-content: flex-start; }
  .partner-tabs button { width: 100%; }
  .logo-slider-wrap { padding: 24px 20px; }
  .copyright { align-items: flex-start; flex-direction: column; gap: 12px; }
  .inner-banner h1 { font-size: 42px; }
  .inner-banner .breadcrumb { gap: 10px; }
  .inner-banner .breadcrumb-item { font-size: 17px; }
  .inner-banner .breadcrumb-item + .breadcrumb-item:before { font-size: 17px; padding-right: 10px; }
  .inner-banner-content > span { margin: 28px 0 26px; }
  .about-page-intro, .about-values, .about-strengths { padding: 45px 0; }
  .about-page-copy h2, .strength-copy h2 { font-size: 34px; }
  .experience-badge { bottom: 16px; left: 16px; padding: 16px 18px; }
  .experience-badge strong { font-size: 36px; }
  .course-list-page { padding: 45px 0; }
  .course-list-grid { grid-template-columns: 1fr; }
  .career-page { padding: 45px 0; }
  .career-intro { padding: 24px 18px; }
  .career-intro > div { grid-template-columns: 62px 1fr; }
  .career-intro i { font-size: 24px; height: 62px; width: 62px; }
  .career-intro h3 { font-size: 24px; }
  .career-grid { grid-template-columns: 1fr; }
  .contact-page { padding: 45px 0; }
  .contact-form-panel { padding: 24px 18px; }
  .contact-form-panel h2 { font-size: 28px; }
  .contact-info-list { padding: 22px 18px; }
  .contact-map-card { padding: 24px 18px; }
  .contact-map-card div { grid-template-columns: 58px 1fr; }
  .contact-map-card i { font-size: 24px; height: 58px; width: 58px; }
  .contact-map-card h3 { font-size: 22px; }
  .placement-page, .placement-companies, .placement-cta { padding: 45px 0; }
  .placement-process, .placement-logo-grid { grid-template-columns: 1fr; }
  .placement-logo-grid { padding: 22px 18px; }
  .placement-logo-grid div { border-right: 0; }
  .placement-cta-box { padding: 26px 18px; }
  .placement-cta-box div { grid-template-columns: 62px 1fr; }
  .placement-cta-box i { font-size: 24px; height: 62px; width: 62px; }
  .placement-cta-box h2 { font-size: 24px; }
  .faq-page { padding: 45px 0; }
  .faq-help-card { padding: 28px 20px; }
  .faq-help-card h3 { font-size: 24px; }
  .faq-accordion .accordion-button { font-size: 16px; padding: 18px; }
  .faq-accordion .accordion-body { padding: 0 18px 18px; }
  .success-page, .success-journey { padding: 45px 0; }
  .success-steps { grid-template-columns: 1fr; }
  .section-title span:after { display:none;}
  .section-title span:before { display:none;}
  .logo-slider-wrap .slick-next {
    right: -40px;
}

.logo-slider-wrap .slick-arrow {
    height: 50px;
    top: 50%;
    width: 50px;
}
.logo-slider-wrap .slick-prev {
    left: -27px;
}
.placement-stats div {
	    padding: 0 0;    gap: 0 6px;
}
.placement-stats i {
    font-size: 25px;
    grid-row: 1 / span 2;
    height: 60px;
    width: 60px;
}
.placement-stats strong { font-size:24px;}
.section-title span { font-size:13px;margin-bottom:6px;}
    .why-item {
        padding: 20px 14px;
    }
	.why-item > i {
    border: 14px solid #f0f3f8;
    height: 90px;
    width: 90px;
}
.why-item { grid-template-columns: 94px 1fr; }
.choose-section:before { display:none;}
.mission-card i {     flex: 0 0 58px;
    font-size: 28px;
    height: 58px;
    width: 58px;
    line-height: 58px;}
} 

@media (max-width:479px) {
#mainNav {
    margin-top: 11px;
    width: 100%;
    position: absolute;
    right: 0;
    background: #fff;
}
.mini-features, .numbers, .stats-band, .placement-stats {
        grid-template-columns: repeat(2, 1fr);
    }
.mini-features, .stats-band, .placement-stats { gap:7px;}
.stats-band div {
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .24);
    display: grid;
    gap: 0 0px;
    grid-template-columns: 70px 1fr;
}
.stats-band i {
    background: #fff;
    color: #0644b4;
    grid-row: 1 / span 2;
    height: 62px;
    width: 62px;
}
.stats-band strong {
    color: #fff;
    font-size: 26px;}
.stats-band span {
    color: #fff;
    font-size: 14px;
}
.stats-band { padding:28px;}
.placement-stats { padding:18px 10px;}
.placement-stats strong {
        font-size: 16px;
    }
	.hero .slick-arrow {
    height: 44px;
    top: 50%;
    width: 44px;
    z-index: 6;
}
.hero .slick-prev:before, .hero .slick-next:before {
    font-size: 16px;
}
}


.gallery-page-section { background: linear-gradient(180deg, #fff 0%, #f8fbff 100%); }
.gallery-intro-card { display: grid; grid-template-columns: 74px 1fr; gap: 20px; align-items: center; max-width: 1040px; margin: 0 auto 30px; padding: 24px 28px; background: #fff; border: 1px solid #dfe8f7; border-left: 6px solid var(--gold); border-radius: 8px; box-shadow: 0 12px 30px rgba(17, 51, 100, .09); }
.gallery-intro-card i { width: 64px; height: 64px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #0649ce, #03286e); border-radius: 50%; font-size: 28px; }
.gallery-intro-card p { margin: 0; color: #263244; font-size: 16px; font-weight: 600; }
.gallery-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 0 0 34px; }
.gallery-filter button { border: 1px solid #d7e2f2; background: #fff; color: var(--navy); border-radius: 5px; padding: 11px 18px; font-weight: 900; transition: .2s ease; }
.gallery-filter button.active, .gallery-filter button:hover { color: #fff; background: linear-gradient(135deg, #073997, #001f63); border-color: #073997; box-shadow: 0 10px 24px rgba(4, 50, 144, .16); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 235px; gap: 20px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 8px; background: #ef4136; box-shadow: 0 14px 34px rgba(17, 51, 100, .13); transition: .25s ease; }
.gallery-item.large { grid-column: span 2; grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.gallery-item:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 18, 48, .05) 0%, rgb(49 49 49 / 80%) 100%); }
.gallery-item:hover { transform: translateY(-5px); }
.gallery-item:hover img { transform: scale(1.07); opacity: .82; }
.gallery-item > div { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2; color: #fff; }
.gallery-item span { display: inline-block; color: var(--gold); text-transform: uppercase; font-size: 12px; font-weight: 900; margin-bottom: 6px; }
.gallery-item h3 { margin: 0; font-size: 20px; font-weight: 900; line-height: 1.2; }
.gallery-zoom {    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: var(--gold);
    font-size: 18px;
    opacity: 0;
    transform: translateY(-8px);
    transition: .25s ease;
    background: #ef4136;}
.gallery-item:hover .gallery-zoom { opacity: 1; transform: translateY(0); }
.gallery-item.is-hidden { display: none; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 4000; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(0, 10, 30, .88); }
.gallery-lightbox.show { display: flex; }
.gallery-lightbox-content { width: min(1080px, 94vw); color: #fff; text-align: center; }
.gallery-lightbox-content img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: 8px; box-shadow: 0 24px 60px rgba(0,0,0,.35); background: #071a3a; }
.gallery-lightbox-content h3 { margin: 18px 0 0; font-size: 24px; font-weight: 900; }
.gallery-lightbox-close { position: fixed; top: 24px; right: 28px; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(255,255,255,.1); font-size: 24px; }
.gallery-lightbox-close:hover { background: var(--gold); color: var(--navy); }

.navbar-brand {
	    height: 124px;
    display: block;
    padding: 0;
}
.navbar-brand img {
 
}
@media (max-width: 767px) {
  .gallery-intro-card { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-item.large, .gallery-item.wide, .gallery-item.tall { grid-column: span 1; grid-row: span 1; }
  .gallery-zoom { opacity: 1; transform: none; }
.navbar-brand {
    height: 96px;
	}
	.navbar-brand img {
    width: 29%;
    margin-top: -12px;
}
}

  
  .success-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}
.success-testimonial-card {
    position: relative;
    min-height: 100%;
    padding: 34px 30px 32px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(6, 29, 53, .08);
    box-shadow: 0 18px 35px rgba(8, 29, 53, .14);
    text-align: center;
}
.success-testimonial-card::before {
    content: "\f10d";
    position: absolute;
    left: 24px;
    top: 20px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgba(178, 13, 27, .1);
    font-size: 48px;
    line-height: 1;
}
.success-testimonial-card img {
    width: 140px;
}
.success-testimonial-card img {
    width: 112px;
    height: 142px;
    object-fit: contain;
    margin: 0 auto 24px;
}
.success-testimonial-card p {
    color: #172033;
    font-size: 16px;
    line-height: 1.78;
    margin: 0;
}
  