* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: #24323d;
  background: #fff; }

img {
  display: block;
  max-width: 100%; }

a {
  color: inherit;
  text-decoration: none; }

button,
input,
select {
  font: inherit; }

.container {
  width: calc(100% - 48px);
  max-width: 1268px;
  margin: 0 auto; }

.site-header {
  height: 121px;
  background: #033636;
  color: #fff;
  position: relative;
  z-index: 20; }

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 800;
  font-size: 21px; }

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #4fe5e8;
  color: #033636;
  font-weight: 800; }

.brand-name span {
  color: #4fe5e8; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px; }

.socials {
  display: flex;
  gap: 17px;
  align-items: center;
  border-right: 1px solid #fff;
  padding-right: 22px; }

.socials a {
  font-weight: 700;
  font-size: 13px;
  opacity: 0.95; }

.search-btn {
  background: none;
  border: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer; }

.search-box {
  display: flex;
  align-items: center;
  position: relative; }

.search-input {
  width: 0;
  opacity: 0;
  padding: 0;
  border: none;
  outline: none;
  height: 42px;
  border-radius: 30px;
  transition: width .35s ease, opacity .35s ease, padding .35s ease;
  margin-left: 0;
  position: absolute;
  right: -2px; }

.search-btn,
.search-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center; }

.search-submit {
  display: none;
  margin-left: 8px;
  position: absolute;
  right: 8px;
  width: 18px; }

/* Open state */
.search-box.active .search-input {
  width: 180px;
  opacity: 1;
  padding: 0 30px 0 16px;
  border: 1px solid #ccc;
  background: #fff; }

/* Show submit icon only when typing */
.search-box.has-value .search-submit {
  display: flex; }

.btn {
  height: 55px;
  min-width: 260px;
  border-radius: 10px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  border: 0;
  box-shadow: 1px 3px 4px rgba(5, 48, 48, 0.15);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease; }

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(5, 48, 48, 0.2); }

.btn-primary {
  background: linear-gradient(90deg, #048f92 21%, #2e4a73 71%);
  color: #fff; }

.btn-light {
  background: #fff;
  color: #23406a;
  border: 1px solid #23406a; }

.btn-small {
  height: 53px;
  min-width: 120px;
  font-size: 16px; }

.btn-wide {
  width: 600px;
  max-width: 100%;
  height: 65px;
  font-size: 20px; }

.how-btn img {
  margin-right: 12px; }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 42px;
  height: 42px;
  padding: 8px; }

.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 6px 0;
  transition: 0.25s; }

.hero {
  height: 674px;
  background: #202424 url("../assets/images/hero-image.png") center/cover no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden; }

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  transition: opacity .6s ease; }

.hero-video.loaded {
  opacity: 1; }

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1; }

.hero .container {
  position: relative;
  height: 100%;
  z-index: 2; }

.hero-nav {
  position: absolute;
  top: 38px;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  padding: 10px;
  display: flex;
  gap: 30px;
  align-items: center; }

.hero-nav a {
  font-weight: 700;
  font-size: 16px; }

.hero-nav .active, .hero-nav a:hover {
  color: #4fe5e8; }

.hero-copy {
  position: absolute;
  top: 160px;
  left: 0;
  max-width: 575px; }

.hero-copy h1 {
  font-size: 50px;
  line-height: 1.5;
  margin: 0 0 20px;
  font-weight: 700;
  letter-spacing: 0.06px; }

.hero-copy h1 span {
  color: #2acccf; }

.hero-copy p {
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 36px;
  max-width: 570px; }

.hero-buttons {
  display: flex;
  gap: 20px; }

.dark-section {
  background: #033636;
  color: #fff; }

.requirements {
  padding: 50px 0 52px; }
  .requirements select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f9f9f9;
    background-image: url("../assets/images/down-arrow-icon.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px 7px; }

.section-heading {
  margin-bottom: 38px; }

.section-heading.centered {
  text-align: center;
  margin-inline: auto; }

.section-heading h2 {
  font-size: 40px;
  line-height: 1.5;
  margin: 0;
  color: #112b50; }

.section-heading h2 span {
  color: #09888b; }

.section-heading p {
  font-size: 20px;
  line-height: 1.5;
  margin: 8px auto 0;
  max-width: 860px;
  color: #31363a; }

.section-heading.light h2,
.section-heading.light p {
  color: #fff; }

.section-heading.light h2 span {
  color: #2acccf; }

.section-heading.split {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.requirement-card {
  background: #064343;
  border-radius: 15px;
  padding: 38px 20px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  box-shadow: 1px 3px 4px #042828; }

.requirement-card label {
  display: flex;
  flex-direction: column;
  gap: 14px; }

.field-title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  display: flex;
  gap: 10px;
  align-items: center; }

.field-title img {
  height: 31px; }

.requirement-card select,
.requirement-card input {
  height: 50px;
  border: 1px solid #979797;
  border-radius: 12px;
  padding: 0 12px;
  width: 100%;
  color: #111;
  outline: none; }

.requirement-card input {
  background-color: #f9f9f9;
  background-image: url("../assets/images/calender-icon.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.requirement-card input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; }

.center-action {
  text-align: center;
  margin-top: 38px; }

.process {
  padding: 50px 0 72px;
  background: linear-gradient(#fdffff, #fff); }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 72px;
  align-items: start; }

.process-step {
  position: relative;
  text-align: center; }

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -47px;
  top: 112px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: url("../assets/images/green-arrow-icon.svg") no-repeat center #fff;
  box-shadow: 1px 3px 4px rgba(0, 128, 128, 0.15);
  display: grid;
  place-items: center;
  font-size: 24px; }

.process-art {
  height: 228px;
  display: grid;
  place-items: center; }

.process-art img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.step-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  font-weight: 600; }

.step-label b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #09888b;
  color: #fff;
  font-size: 14px; }

.navy-section {
  background: #23406a;
  color: #fff; }

.categories {
  padding: 64px 0 78px; }

.category-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px; }

.category-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 30px; }

.category-small-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }

.category-card {
  min-height: 262px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.05)), var(--bg);
  background-size: cover;
  background-position: center;
  transition: transform 0.35s ease; }

.category-card:hover {
  transform: translateY(-4px); }

.category-large {
  min-height: 546px; }

.category-card h3 {
  font-size: 20px;
  margin: 0 0 6px;
  color: #fff; }

.category-card p {
  font-size: 16px;
  margin: 0 0 24px; }

.category-card a {
  color: #b0f6f7;
  font-weight: 700; }

.badge {
  position: absolute;
  bottom: 30%;
  left: 18px;
  background: #b0f6f7;
  color: #09888b;
  border: 1px solid #60b9b9;
  border-radius: 15px;
  padding: 15px 12px;
  font-size: 14px;
  font-weight: 700; }

.trainer-network {
  padding: 85px 0 100px; }

.trainer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center; }

.trainer-collage {
  height: 650px;
  position: relative; }

.trainer-card {
  position: absolute;
  width: 284px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 17px;
  padding: 14px 16px;
  box-shadow: 1px 3px 5px rgba(7, 50, 50, 0.15); }

.trainer-card img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 11px; }

.trainer-card strong {
  display: block;
  margin-top: 10px; }

.t1 {
  left: 0;
  top: 35px;
  transform: rotate(-6deg); }

.t2 {
  left: 300px;
  top: 10px;
  transform: rotate(4deg); }

.t3 {
  left: 35px;
  top: 350px;
  transform: rotate(1deg); }

.t4 {
  left: 320px;
  top: 320px;
  transform: rotate(-4deg); }

.trainer-copy h2,
.trainer-business-copy h2 {
  font-size: 40px;
  line-height: 1.5;
  margin: 0 0 28px;
  color: #112b50; }

.trainer-copy h2 span,
.trainer-business-copy h2 span {
  color: #09888b; }

.trainer-copy p {
  font-size: 20px;
  line-height: 1.5;
  color: #31363a;
  margin: 0 0 42px; }

.trainer-cta {
  background: #055050;
  color: #fff;
  padding: 80px 0; }

.trainer-cta-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 20px;
  align-items: center; }

.trainer-visual {
  position: relative;
  min-height: 590px; }

.trainer-visual img {
  width: 100%;
  height: auto;
  max-height: 580px;
  object-fit: contain; }

.float-card {
  position: absolute;
  background: #fff;
  color: #24323d;
  border-radius: 15px;
  padding: 15px;
  width: 164px;
  text-align: center;
  box-shadow: 1px 3px 8px rgba(0, 128, 128, 0.15); }

.float-card img {
  width: 40px;
  display: inline-block; }

.float-card b {
  display: block;
  font-size: 16px;
  margin-bottom: 5px; }

.float-card small {
  font-size: 12px;
  line-height: 1.4; }

.card-one {
  right: 13%;
  top: 7%; }

.card-two {
  left: 6%;
  top: 50%; }

.card-three {
  left: 43%;
  bottom: 2%; }

.trainer-business-copy h2 {
  color: #fff; }

.trainer-business-copy h2 span {
  color: #2acccf; }

.trainer-business-copy p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 38px; }

.trusted-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 46px;
  font-size: 16px; }

.avatars {
  display: flex; }

.avatars img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #055050;
  margin-left: -18px; }

.avatars img:first-child {
  margin-left: 0; }

.insights {
  padding: 72px 0 84px; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  max-width: 1104px;
  margin-inline: auto; }

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 3px 8px rgba(0, 128, 128, 0.15);
  transition: transform 0.3s; }

.blog-card:hover {
  transform: translateY(-5px); }

.blog-card > img {
  height: 290px;
  width: 100%;
  object-fit: cover; }

.blog-content {
  padding: 18px 26px 26px; }

.blog-content time {
  display: block;
  font-size: 16px;
  color: #17191b;
  margin-bottom: 18px; }

.blog-content h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  color: #31363a; }

.faq-section {
  padding: 115px 0; }

.faq-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start; }

.faq-intro h2 {
  font-size: 40px;
  margin: 0 0 16px; }

.faq-intro > p {
  font-size: 20px;
  line-height: 1.5;
  opacity: 0.7;
  margin: 0 0 42px; }

.feature {
  display: flex;
  gap: 20px;
  margin: 28px 0; }

.feature > img {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto; }

.feature h3 {
  font-size: 20px;
  margin: 0 0 8px; }

.feature p {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.7;
  margin: 0; }

.faq-card {
  background: #fff;
  color: #24323d;
  border-radius: 10px;
  padding: 12px 32px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); }

.faq-item {
  border-bottom: 1px solid #e3e6e8; }

.faq-item:last-child {
  border-bottom: 0; }

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 23px 0;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  color: #24323d;
  cursor: pointer;
  position: relative; }

.faq-question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: transparent url("../assets/images/accordian-icon.svg") no-repeat right 0 center;
  display: block;
  transition: transform 0.35s ease; }

.faq-item.active .faq-question::after {
  transform: rotate(-90deg); }

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease; }

.faq-answer p {
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #31363a; }

.faq-item.active .faq-answer {
  grid-template-rows: 1fr; }

.faq-item.active .faq-answer p {
  padding: 0 0 24px; }

.bottom-cta {
  padding: 72px 0;
  background: #fff; }

.cta-card {
  max-width: 1160px;
  margin: auto;
  border: 1px solid #f7f3f3;
  background: #f9fbff;
  border-radius: 15px;
  box-shadow: 1px 3px 4px rgba(0, 128, 128, 0.15);
  padding: 28px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px; }

.cta-card h2 {
  font-size: 42px;
  line-height: 1.25;
  color: #112b50;
  margin: 0 0 18px;
  max-width: 640px; }

.cta-card p {
  font-size: 20px;
  color: #31363a;
  margin: 0; }

.site-footer {
  background: #064a4a;
  color: #fff;
  padding: 76px 0 28px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 64px; }

.footer-about p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.68;
  margin-top: 28px;
  max-width: 290px; }

.footer-about .footer-description {
  font-weight: 700; }

.footer-grid h3 {
  font-size: 18px;
  color: #4fe5e8;
  margin: 0 0 20px; }

.footer-grid > div:not(.footer-about) {
  display: flex;
  flex-direction: column;
  gap: 14px; }

.footer-grid a {
  font-size: 16px; }

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 46px;
  padding-top: 24px;
  text-align: center;
  font-size: 14px; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease; }

.reveal.in-view {
  opacity: 1;
  transform: none; }

@media (max-width: 1024px) {
  .hide-md-sm {
    display: none; }

  .container {
    width: calc(100% - 40px);
    max-width: 920px; }

  .hero {
    height: 650px; }

  .hero-nav {
    gap: 18px;
    right: 0; }

  .hero-nav a {
    font-size: 14px; }

  .hero-copy h1 {
    font-size: 44px; }

  .requirement-card {
    grid-template-columns: 1fr 1fr; }

  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 46px; }

  .process-step::after {
    display: none !important; }

  .process-art {
    height: 400px; }

  .category-layout {
    grid-template-columns: 1fr; }

  .category-large {
    min-height: 420px; }

  .trainer-grid {
    grid-template-columns: 1fr; }

  .trainer-collage {
    max-width: 650px;
    margin: auto;
    min-width: 650px; }

  .trainer-copy {
    text-align: center; }

  .trainer-cta-grid {
    grid-template-columns: 1fr 1fr; }

  .blog-grid {
    gap: 18px; }

  .faq-grid {
    gap: 50px; }

  .footer-grid {
    grid-template-columns: 2fr repeat(2, 1fr);
    row-gap: 40px; }

  .footer-about {
    grid-row: span 2; } }
@media (max-width: 767px) {
  .hide-md-sm {
    display: none; }

  .container {
    width: calc(100% - 32px); }

  .site-header {
    height: 76px;
    position: sticky;
    top: 0; }

  .header-inner .brand img {
    width: 70%; }

  .socials,
  .search-btn,
  .header-actions > .btn {
    display: none; }

  .nav-toggle {
    display: block; }

  .hero {
    height: auto;
    min-height: 680px; }

  .hero-nav {
    position: fixed;
    top: 76px;
    right: 16px;
    left: 16px;
    background: #033636;
    border: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    transform: translateY(-140%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25); }

  .hero-nav.is-open {
    transform: none;
    opacity: 1;
    pointer-events: auto;
    z-index: 1; }

  .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    padding: 100px 0 70px;
    max-width: 100%; }

  .hero-copy h1 {
    font-size: 38px;
    line-height: 1.28; }

  .hero-copy p {
    font-size: 17px; }

  .hero-buttons {
    flex-direction: column; }

  .hero-buttons .btn {
    width: 100%; }

  .requirements {
    padding: 45px 0; }

  .section-heading h2 {
    font-size: 32px;
    line-height: 1.3; }

  .section-heading p {
    font-size: 16px; }

  .requirement-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 26px 18px; }

  .process {
    padding: 45px 0; }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 30px; }

  .process-art {
    height: auto;
    width: 300px;
    margin: auto; }

  .section-heading.split {
    align-items: flex-start;
    gap: 24px;
    flex-direction: column; }

  .section-heading.split .btn {
    width: 100%; }

  .categories {
    padding: 48px 0; }

  .category-side,
  .category-small-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto; }

  .category-large,
  .category-card {
    min-height: 320px; }

  .category-card .badge {
    bottom: 50%; }

  .trainer-network {
    padding: 55px 0; }

  .trainer-collage {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    min-width: auto; }

  .trainer-card {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: auto;
    padding: 10px; }

  .trainer-card img {
    height: 180px; }

  .trainer-card strong {
    font-size: 13px; }

  .trainer-copy h2,
  .trainer-business-copy h2 {
    font-size: 32px; }

  .trainer-copy p,
  .trainer-business-copy p {
    font-size: 17px; }

  .trainer-cta {
    padding: 50px 0; }

  .trainer-cta-grid {
    grid-template-columns: 1fr; }

  .trainer-business-copy {
    text-align: center; }

  .trusted-row {
    justify-content: center;
    text-align: left; }

  .blog-grid {
    grid-template-columns: 1fr; }

  .blog-card > img {
    height: 240px; }

  .faq-section {
    padding: 55px 0; }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 35px; }

  .faq-intro h2 {
    font-size: 32px; }

  .faq-intro > p {
    font-size: 17px; }

  .faq-card {
    padding: 8px 20px; }

  .faq-question {
    font-size: 17px; }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 22px; }

  .cta-card h2 {
    font-size: 30px; }

  .cta-card p {
    font-size: 17px; }

  .cta-card .btn {
    width: 100%; }

  .site-footer {
    padding-top: 55px; }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px; }

  .footer-about {
    grid-column: 1/-1; }

  .copyright {
    text-align: center; }

  .nav-toggle.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg); }

  .nav-toggle.is-active span:nth-child(2) {
    opacity: 0; }

  .nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); } }
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important; }

  .reveal {
    opacity: 1;
    transform: none; } }
