/* ===============================
   Landing Page 2
================================ */

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --lp2-dark-blue: #0a2f94;
  --lp2-hero-blue: #0a287c;
  --lp2-white: #ffffff;
  --lp2-yellow: #ffe331;
  --lp2-green: #078b26;
  --lp2-button-blue: rgba(255, 255, 255, 0.2);
  --lp2-dark-text: #222222;
  --lp2-gray-text: #5e5e5e;
  --lp2-light-blue-text: #638dff;
}

body {
  font-family: "Geist", Arial, sans-serif;
  background: var(--lp2-hero-blue);
}

.lp2-page {
  width: 100%;
  background: var(--lp2-hero-blue);
}

/* ===============================
   Header
================================ */

.lp2-header {
  width: 100%;
  height: 118px;
  background: var(--lp2-dark-blue);
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
  font-family: "Geist", Arial, sans-serif;
  position: relative;
  z-index: 50;
  margin: 0;
  padding: 0;
}

.lp2-header-container {
  width: 100%;
  max-width: 1284px;
  height: 118px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp2-logo {
  display: inline-flex;
  align-items: center;
  width: 196px;
  height: 67px;
  text-decoration: none;
  flex: 0 0 auto;
}

.lp2-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.lp2-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 41px;
}

.lp2-icon-btn {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  text-decoration: none;
  overflow: hidden;

  transition:
    transform 260ms ease,
    opacity 260ms ease;
}

.lp2-icon-btn img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.lp2-icon-btn:hover {
  transform: translateY(-2px);
}

.lp2-enroll-btn {
  width: 119px;
  height: 50px;
  border-radius: 10px;
  background: var(--lp2-button-blue);
  color: var(--lp2-white);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 15px;
  text-decoration: none;
  white-space: nowrap;

  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  transition:
    background-color 260ms ease,
    color 260ms ease,
    transform 260ms ease;
}

.lp2-enroll-btn:hover,
.lp2-enroll-btn:focus {
  background: var(--lp2-yellow);
  color: var(--lp2-dark-text);
  transform: none;
  text-decoration: none;
}

/* ===============================
   Hero
================================ */

.lp2-hero {
  width: 100%;
  background: var(--lp2-hero-blue);
  color: var(--lp2-white);
  padding: 118px 0 38px;
  margin: 0;
  overflow: visible;
}

.lp2-hero-container {
  width: 100%;
  max-width: 1284px;
  margin: 0 auto;
}

.lp2-hero-top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 572px;
  gap: 96px;
  align-items: start;
}

.lp2-hero-content {
  width: 100%;
  max-width: 571px;
}

.lp2-hero-content h1 {
  margin: 0 0 35px;
  color: var(--lp2-white);
  font-family: "Geist", Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
}

.lp2-location {
  margin: 0 0 39px;
  color: var(--lp2-yellow);
  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.lp2-hero-content p {
  margin: 0 0 36px;
  max-width: 688px;
  color: var(--lp2-white);
  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

/* ===============================
   Stats
================================ */

.lp2-stats {
  width: 100%;
  max-width: 525px;
  min-height: 101px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;

  padding: 22px 28px;
  margin: 0 0 41px;
}

.lp2-stat {
  color: var(--lp2-white);
}

.lp2-stat strong {
  display: block;
  margin: 0 0 8px;
  color: var(--lp2-white);
  font-family: "Geist", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.lp2-stat span {
  display: block;
  color: var(--lp2-white);
  font-family: "Geist", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
}

/* ===============================
   Hero Buttons
================================ */

.lp2-hero-buttons {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.lp2-btn {
  min-width: 182px;
  height: 50px;
  border-radius: 10px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 20px;
  text-decoration: none;
  border: 0;
  cursor: pointer;

  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  transition:
    background-color 260ms ease,
    color 260ms ease,
    transform 260ms ease;
}

.lp2-btn-primary {
  background: var(--lp2-button-blue);
  color: var(--lp2-white);
}

.lp2-btn-primary:hover {
  background: var(--lp2-yellow);
  color: var(--lp2-dark-text);
  transform: none;
}

.lp2-btn-green {
  background: var(--lp2-green);
  color: var(--lp2-white);
}

.lp2-btn-green:hover {
  background: var(--lp2-yellow);
  color: var(--lp2-dark-text);
  transform: none;
}

/* ===============================
   Form
================================ */

.lp2-form-wrap {
  width: 100%;
  max-width: 572px;
}

.lp2-form-title {
  margin: 0 0 45px;
}

.lp2-form-title h2 {
  margin: 0 0 7px;
  color: var(--lp2-light-blue-text);
  font-family: "Geist", Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 33px;
}

.lp2-form-title p {
  margin: 0;
  color: rgba(99, 141, 255, 0.85);
  font-family: "Geist", Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 33px;
}

.lp2-form {
  width: 100%;
}

.form-group {
  width: 100%;
  margin: 0 0 14px;
  position: relative;
}

.lp2-phone-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 26px;
  align-items: start;
  margin: 0 0 14px;
}

.lp2-phone-row .form-group {
  margin: 0;
}

.form-group input,
.custom-dropdown-btn {
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  border-radius: 20px;
  background: #ffffff;
  color: #555555;

  padding: 0 29px;

  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;

  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.form-group input::placeholder {
  color: #666666;
  opacity: 1;
}

.custom-dropdown {
  position: relative;
  width: 100%;
}

.custom-dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: left;
}

.dial-code-box .custom-dropdown-btn {
  padding: 0 18px;
}

.dropdown-arrow {
  width: 18px;
  height: 18px;
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.custom-dropdown.is-open .dropdown-arrow,
.custom-dropdown.active .dropdown-arrow {
  transform: rotate(180deg);
}

.custom-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 310px;
  max-height: 300px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
  padding: 10px;
  display: none;
  z-index: 9999;
}

.country-dropdown-box .custom-dropdown-menu,
.certification-dropdown-box .custom-dropdown-menu {
  width: 100%;
}

.custom-dropdown.is-open .custom-dropdown-menu,
.custom-dropdown.active .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-option {
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: none;

  background: transparent;
  color: #333333;

  display: block;
  text-align: left;

  padding: 14px 18px;
  border-radius: 12px;

  cursor: pointer;

  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;

  appearance: none;
  -webkit-appearance: none;
}

.custom-dropdown-option:hover,
.custom-dropdown-option.active,
.custom-dropdown-option.is-selected {
  background: var(--lp2-dark-blue);
  color: #ffffff;
}

.custom-dropdown-option.is-empty {
  cursor: default;
  opacity: 0.65;
}

.custom-dropdown-option.is-empty:hover {
  background: transparent;
  color: #333333;
}

.custom-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.custom-dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

.custom-dropdown-menu::-webkit-scrollbar-thumb {
  background: #9d9d9d;
  border-radius: 20px;
}

/* ===============================
   Certification Search
================================ */

.certification-menu {
  padding: 10px;
  overflow-y: hidden;
}

.certification-search-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #ffffff;
  padding: 0 0 10px;
}

.certification-search-input {
  width: 100% !important;
  height: 48px !important;
  border: 1px solid #dddddd !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #333333 !important;

  padding: 0 18px !important;

  font-family: "Geist", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1 !important;

  box-shadow: none !important;
}

.certification-search-input::placeholder {
  color: #777777;
  opacity: 1;
}

.certification-options {
  max-height: 230px;
  overflow-y: auto;
}

/* ===============================
   Field Errors
================================ */

.field-error {
  display: none;
  margin-top: 5px;
  padding-left: 8px;
  color: #ffdddd;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.field-error:not(:empty) {
  display: block;
}

.form-group.has-error input,
.form-group.has-error .custom-dropdown-btn {
  border: 1px solid #ffdddd;
}

.form-general-error {
  margin-top: 24px;
  color: #ffdddd;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

/* ===============================
   Submit Button
================================ */

.lp2-submit-btn {
  min-width: 88px;
  height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--lp2-button-blue);
  color: #ffffff;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0 20px;
  cursor: pointer;

  font-family: "Geist", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;

  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}

.lp2-submit-btn:hover,
.lp2-submit-btn:focus {
  background: var(--lp2-yellow);
  color: var(--lp2-dark-text);
}

/* ===============================
   Responsive Form
================================ */

@media (max-width: 1366px) {
  .form-group input,
  .custom-dropdown-btn {
    height: 52px;
    border-radius: 18px;
    font-size: 15px;
    padding: 0 24px;
  }

  .lp2-phone-row {
    grid-template-columns: 86px 1fr;
    gap: 20px;
  }

  .dial-code-box .custom-dropdown-btn {
    padding: 0 16px;
  }

  .custom-dropdown-option {
    font-size: 15px;
    padding: 12px 16px;
  }
}

@media (max-width: 767px) {
  .lp2-form-title {
    margin-bottom: 28px;
  }

  .lp2-form-title h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .lp2-form-title p {
    font-size: 15px;
    line-height: 24px;
  }

  .lp2-phone-row {
    grid-template-columns: 86px 1fr;
    gap: 12px;
  }

  .form-group input,
  .custom-dropdown-btn {
    height: 52px;
    border-radius: 18px;
    padding: 0 20px;
    font-size: 15px;
  }

  .lp2-submit-btn {
    width: 100%;
  }

  .custom-dropdown-menu {
    max-height: 280px;
  }
}

@media (max-width: 480px) {
  .lp2-phone-row {
    grid-template-columns: 78px 1fr;
  }

  .dial-code-box .custom-dropdown-btn {
    padding: 0 14px;
  }

  .custom-dropdown-menu {
    width: 280px;
  }

  .country-dropdown-box .custom-dropdown-menu,
  .certification-dropdown-box .custom-dropdown-menu {
    width: 100%;
  }
}
/* href fix in mbile */

.lp2-form-wrap {
  scroll-margin-top: 120px;
}

@media (max-width: 991px) {
  .lp2-form-wrap {
    scroll-margin-top: 110px;
  }
}

@media (max-width: 767px) {
  .lp2-form-wrap {
    scroll-margin-top: 95px;
  }
}

/* ===============================
   Trusted Section
================================ */

.lp2-trusted-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 148px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.lp2-trusted-card {
  width: min(1434px, calc(100vw - 40px));
  max-width: 1434px;
  min-height: 404px;
  border-radius: 70px;
  background: var(--lp2-white);
  color: var(--lp2-gray-text);
  padding: 64px 106px 72px;
  overflow: hidden;
}

.lp2-trusted-card h2 {
  margin: 0 0 25px;
  color: transparent;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

  font-family: "Geist", Arial, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 55px;
}

.lp2-trusted-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.22);
  margin: 0 0 74px;
}

.lp2-trusted-logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  overflow: hidden;
}

.lp2-trusted-logos img {
  display: block;
  width: auto;
  max-width: 132px;
  max-height: 62px;
  object-fit: contain;
  flex: 0 1 auto;
}

.lp2-trusted-logos img:nth-child(1) {
  max-width: 170px;
}

.lp2-trusted-logos img:nth-child(2) {
  max-width: 138px;
}

.lp2-trusted-logos img:nth-child(5) {
  max-width: 138px;
}

.lp2-trusted-logos img:nth-child(6) {
  max-width: 148px;
}

.lp2-trusted-logos img:nth-child(7) {
  max-width: 158px;
}

/* ===============================
   Laptop
================================ */

@media (max-width: 1366px) {
  .lp2-header-container,
  .lp2-hero-container {
    max-width: 980px;
  }

  .lp2-header-actions {
    gap: 32px;
  }

  .lp2-logo {
    width: 170px;
    height: auto;
  }

  .lp2-hero {
    padding: 96px 0 96px;
  }

  .lp2-hero-top {
    grid-template-columns: 1fr 460px;
    gap: 62px;
  }

  .lp2-hero-content h1 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 28px;
  }

  .lp2-location {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .lp2-hero-content p {
    font-size: 15px;
    line-height: 24px;
  }

  .lp2-form-title h2 {
    font-size: 29px;
    line-height: 32px;
  }

  .lp2-form-title p {
    font-size: 17px;
    line-height: 28px;
  }

  .lp2-stats {
    max-width: 460px;
    padding: 20px 22px;
  }

  .lp2-stat strong {
    font-size: 25px;
  }

  .lp2-stat span {
    font-size: 12px;
  }

  .lp2-trusted-section {
    margin-top: 120px;
  }

  .lp2-trusted-card {
    width: min(1284px, calc(100vw - 40px));
    min-height: 360px;
    padding: 54px 86px 64px;
    border-radius: 58px;
  }

  .lp2-trusted-card h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 42px;
  }

  .lp2-trusted-divider {
    margin-bottom: 58px;
  }

  .lp2-trusted-logos {
    gap: 22px;
  }

  .lp2-trusted-logos img {
    max-width: 108px;
    max-height: 54px;
  }

  .lp2-trusted-logos img:nth-child(1) {
    max-width: 145px;
  }

  .lp2-trusted-logos img:nth-child(2) {
    max-width: 122px;
  }

  .lp2-trusted-logos img:nth-child(5) {
    max-width: 122px;
  }

  .lp2-trusted-logos img:nth-child(6) {
    max-width: 132px;
  }

  .lp2-trusted-logos img:nth-child(7) {
    max-width: 140px;
  }
}

/* ===============================
   Tablet
================================ */

@media (max-width: 991px) {
  .lp2-header {
    height: 96px;
  }

  .lp2-header-container,
  .lp2-hero-container {
    max-width: 720px;
  }

  .lp2-header-container {
    height: 96px;
  }

  .lp2-logo {
    width: 156px;
  }

  .lp2-header-actions {
    gap: 22px;
  }

  .lp2-icon-btn,
  .lp2-icon-btn img {
    width: 36px;
    height: 36px;
  }

  .lp2-icon-btn {
    flex-basis: 36px;
  }

  .lp2-enroll-btn {
    width: 112px;
    height: 46px;
    font-size: 13px;
    border-radius: 9px;
  }

  .lp2-hero {
    padding: 72px 0 72px;
  }

  .lp2-hero-top {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .lp2-hero-content,
  .lp2-form-wrap {
    max-width: 100%;
  }

  .lp2-hero-content h1 {
    font-size: 42px;
    line-height: 46px;
  }

  .lp2-stats {
    max-width: 100%;
  }

  .lp2-form-wrap {
    width: 100%;
  }

  .lp2-trusted-section {
    margin-top: 90px;
  }

  .lp2-trusted-card {
    width: calc(100vw - 48px);
    min-height: auto;
    padding: 48px 50px 56px;
    border-radius: 48px;
  }

  .lp2-trusted-card h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 32px;
  }

  .lp2-trusted-divider {
    margin-bottom: 42px;
  }

  .lp2-trusted-logos {
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 40px;
    overflow: visible;
  }

  .lp2-trusted-logos img,
  .lp2-trusted-logos img:nth-child(n) {
    max-width: 128px;
    max-height: 58px;
  }
}

/* ===============================
   Mobile
================================ */

@media (max-width: 767px) {
  .lp2-header {
    height: auto;
  }

  .lp2-header-container {
    max-width: none;
    height: auto;
    min-height: 86px;
    padding: 18px 20px;
    gap: 18px;
  }

  .lp2-logo {
    width: 140px;
  }

  .lp2-header-actions {
    gap: 12px;
  }

  .lp2-icon-btn,
  .lp2-icon-btn img {
    width: 34px;
    height: 34px;
  }

  .lp2-icon-btn {
    flex-basis: 34px;
  }

  .lp2-enroll-btn {
    width: auto;
    min-width: 104px;
    height: 42px;
    padding: 0 14px;
    font-size: 12px;
    border-radius: 8px;
  }

  .lp2-hero {
    padding: 56px 20px 56px;
  }

  .lp2-hero-container {
    max-width: none;
  }

  .lp2-hero-top {
    gap: 46px;
  }

  .lp2-hero-content h1 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 24px;
  }

  .lp2-location {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .lp2-hero-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 28px;
  }

  .lp2-stats {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 20px;
    margin-bottom: 32px;
  }

  .lp2-hero-buttons {
    gap: 14px;
  }

  .lp2-btn {
    min-width: 100%;
  }

  .lp2-form-title {
    margin-bottom: 28px;
  }

  .lp2-form-title h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .lp2-form-title p {
    font-size: 15px;
    line-height: 24px;
  }

  .lp2-phone-row {
    grid-template-columns: 86px 1fr;
    gap: 12px;
  }

  .lp2-form input,
  .custom-dropdown-btn {
    height: 52px;
    border-radius: 18px;
    padding: 0 20px;
    font-size: 15px;
  }

  .lp2-submit-btn {
    width: 100%;
  }

  .lp2-trusted-section {
    margin-top: 70px;
  }

  .lp2-trusted-card {
    width: calc(100vw - 40px);
    padding: 36px 26px 42px;
    border-radius: 36px;
  }

  .lp2-trusted-card h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .lp2-trusted-divider {
    margin-bottom: 34px;
  }

  .lp2-trusted-logos {
    gap: 26px 30px;
    overflow: visible;
  }

  .lp2-trusted-logos img,
  .lp2-trusted-logos img:nth-child(n) {
    max-width: 110px;
    max-height: 50px;
  }
}

/* ===============================
   Small Mobile
================================ */

@media (max-width: 480px) {
  .lp2-header-container {
    padding: 16px 16px;
  }

  .lp2-logo {
    width: 124px;
  }

  .lp2-header-actions {
    gap: 9px;
  }

  .lp2-icon-btn,
  .lp2-icon-btn img {
    width: 31px;
    height: 31px;
  }

  .lp2-icon-btn {
    flex-basis: 31px;
  }

  .lp2-enroll-btn {
    min-width: 92px;
    height: 38px;
    font-size: 11px;
    padding: 0 12px;
  }

  .lp2-hero {
    padding: 48px 18px 48px;
  }

  .lp2-hero-content h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .lp2-phone-row {
    grid-template-columns: 78px 1fr;
  }

  .dial-code-box .custom-dropdown-btn {
    padding: 0 14px;
  }

  .lp2-trusted-card {
    width: calc(100vw - 36px);
    padding: 32px 20px 38px;
    border-radius: 30px;
  }

  .lp2-trusted-card h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .lp2-trusted-logos {
    gap: 24px;
  }

  .lp2-trusted-logos img,
  .lp2-trusted-logos img:nth-child(n) {
    max-width: 100px;
    max-height: 46px;
  }
}

@media (max-width: 380px) {
  .lp2-header-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lp2-logo {
    width: 136px;
  }

  .lp2-header-actions {
    width: 100%;
    justify-content: center;
  }
}
/* ===============================
   Career Advantages Section
================================ */

.lp2-career-section {
  width: 100vw;
  min-height: 762px;
  margin-left: calc(50% - 50vw);
  margin-top: 96px;
  position: relative;
  overflow: hidden;
  background-color: var(--lp2-hero-blue);
}

/* Image layer - desktop only 50% */
.lp2-career-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;

  background-image: url("../images/career-advantages-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  opacity: 0.25;
  z-index: 0;
}

/* Blue overlay - desktop only 50% */
.lp2-career-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;

  background: rgba(8, 36, 112, 0.42);
  z-index: 1;
  pointer-events: none;
}

.lp2-career-container {
  width: 100%;
  max-width: 1284px;
  min-height: 762px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 527px 574px;
  column-gap: 183px;
  align-items: center;

  position: relative;
  z-index: 2;
}

.lp2-career-left {
  width: 100%;
  max-width: 527px;
}

.lp2-career-tag {
  width: fit-content;
  min-width: 244px;
  min-height: 52px;
  border-radius: 10px;
  background: #bd2121;
  color: var(--lp2-white);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 11px 40px;
  margin: 0 0 30px;

  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.lp2-career-left h2 {
  margin: 0 0 29px;
  color: var(--lp2-white);
  font-family: "Geist", Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
}

.lp2-career-left p {
  margin: 0 0 40px;
  max-width: 645px;
  color: var(--lp2-white);
  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.lp2-career-points {
  width: 527px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp2-career-point {
  width: 100%;
  min-height: 40px;
  border-radius: 10px;
  background: #217abd;
  color: var(--lp2-white);

  display: flex;
  align-items: center;

  padding: 10px 30px;

  font-family: "Geist", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.lp2-career-right {
  width: 100%;
  max-width: 574px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.lp2-career-card {
  width: 100%;
  min-height: 117px;
  border-radius: 10px;
  background: #f4f2f2;
  color: var(--lp2-dark-text);

  padding: 30px 30px 20px;
}

.lp2-career-card h3 {
  margin: 0 0 8px;
  color: #111111;
  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}

.lp2-career-card p {
  margin: 0;
  color: #111111;
  font-family: "Geist", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

/* ===============================
   Career Section Responsive
================================ */

@media (max-width: 1366px) {
  .lp2-career-section {
    min-height: 680px;
    margin-top: 80px;
  }

  .lp2-career-section::before,
  .lp2-career-section::after {
    width: 50%;
  }

  .lp2-career-container {
    max-width: 980px;
    min-height: 680px;
    grid-template-columns: 430px 440px;
    column-gap: 110px;
  }

  .lp2-career-tag {
    min-width: 210px;
    min-height: 46px;
    padding: 10px 30px;
    margin-bottom: 24px;
    font-size: 16px;
  }

  .lp2-career-left h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 24px;
  }

  .lp2-career-left p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .lp2-career-points {
    width: 430px;
    gap: 9px;
  }

  .lp2-career-point {
    min-height: 36px;
    padding: 9px 24px;
    font-size: 11px;
  }

  .lp2-career-card {
    min-height: 100px;
    padding: 24px 24px 18px;
  }

  .lp2-career-card h3 {
    font-size: 15px;
  }

  .lp2-career-card p {
    font-size: 11px;
    line-height: 17px;
  }
}

@media (max-width: 991px) {
  .lp2-career-section {
    min-height: auto;
    margin-top: 0px !important;
    padding: 72px 0;
  }

  .lp2-career-section::before,
  .lp2-career-section::after {
    width: 100%;
  }

  .lp2-career-section::before {
    opacity: 0.24;
    background-position: center center;
  }

  .lp2-career-section::after {
    background: rgba(8, 36, 112, 0.72);
  }

  .lp2-career-container {
    max-width: 720px;
    min-height: auto;
    grid-template-columns: 1fr;
    row-gap: 52px;
  }

  .lp2-career-left,
  .lp2-career-right {
    max-width: 100%;
  }

  .lp2-career-left p {
    max-width: 100%;
  }

  .lp2-career-points {
    width: 100%;
  }

  .lp2-career-card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
 
  .lp2-career-section {
    margin-top: 0px !important;
    padding: 56px 20px;
  }

  .lp2-career-section::before,
  .lp2-career-section::after {
    width: 100%;
  }

  .lp2-career-section::before {
    opacity: 0.22;
    background-position: center center;
  }

  .lp2-career-section::after {
    background: rgba(8, 36, 112, 0.76);
  }

  .lp2-career-container {
    max-width: none;
    row-gap: 42px;
  }

  .lp2-career-tag {
    min-width: auto;
    min-height: 42px;
    padding: 10px 22px;
    margin-bottom: 22px;
    font-size: 14px;
    border-radius: 8px;
  }

  .lp2-career-left h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 22px;
  }

  .lp2-career-left p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 28px;
  }

  .lp2-career-point {
    min-height: 38px;
    padding: 10px 18px;
    font-size: 11px;
  }

  .lp2-career-right {
    gap: 18px;
  }

  .lp2-career-card {
    padding: 22px 20px 18px;
    border-radius: 10px;
  }

  .lp2-career-card h3 {
    font-size: 15px;
    line-height: 1.2;
  }

  .lp2-career-card p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 480px) {
 

  .lp2-career-section {
    padding: 48px 18px;
  }

  .lp2-career-section::before,
  .lp2-career-section::after {
    width: 100%;
  }

  .lp2-career-left h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .lp2-career-left p {
    font-size: 14px;
    line-height: 23px;
  }

  .lp2-career-point {
    font-size: 10px;
    padding: 10px 14px;
  }
}

/* ===============================
   Learning Modules Section
================================ */

.lp2-modules-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #ffffff;
  color: var(--lp2-gray-text);
  overflow: hidden;
}

.lp2-modules-container {
  width: 100%;
  max-width: 1284px;
  min-height: 736px;
  margin: 0 auto;
  padding: 134px 0 96px;
}

.lp2-modules-heading {
  width: 100%;
  margin: 0 0 80px;
}

.lp2-modules-heading h2 {
  margin: 0 0 12px;
  color: transparent;
  background: linear-gradient(
    to bottom,
    rgba(94, 94, 94, 0.25) 0%,
    rgba(94, 94, 94, 1) 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-family: "Geist", Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
}

.lp2-modules-heading p {
  margin: 0;
  max-width: 1216px;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.lp2-modules-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 120px;
  row-gap: 112px;
}

.lp2-module-item {
  width: 100%;
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 0;
  align-items: start;
}

.lp2-module-number {
  grid-column: 1;
  grid-row: 1;
  color: #c00000;

  font-family: "Geist", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
}

.lp2-module-content {
  display: contents;
}

.lp2-module-content h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 10px;
  color: #111111;

  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
}

.lp2-module-content h3 span {
  display: block;
  background: linear-gradient(to bottom, rgba(94, 94, 94, 0.25) 0%, rgba(94, 94, 94, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lp2-module-content p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* ===============================
   Learning Modules Responsive
================================ */

@media (max-width: 1366px) {
  .lp2-modules-container {
    max-width: 980px;
    min-height: 650px;
    padding: 106px 0 84px;
  }

  .lp2-modules-heading {
    margin-bottom: 68px;
  }

  .lp2-modules-heading h2 {
    font-size: 42px;
    line-height: 46px;
  }

  .lp2-modules-heading p {
    font-size: 15px;
    line-height: 24px;
  }

  .lp2-modules-grid {
    column-gap: 76px;
    row-gap: 90px;
  }

  .lp2-module-item {
    grid-template-columns: 40px 1fr;
    column-gap: 0;
  }

  .lp2-module-number {
    font-size: 46px;
    line-height: 34px;
  }

  .lp2-module-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .lp2-module-content p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .lp2-modules-container {
    max-width: 720px;
    min-height: auto;
    padding: 86px 0 76px;
  }

  .lp2-modules-heading {
    margin-bottom: 58px;
  }

  .lp2-modules-heading h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .lp2-modules-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 64px;
  }

  .lp2-module-item {
    column-gap: 0;
  }
}

@media (max-width: 767px) {
  .lp2-modules-container {
    max-width: none;
    padding: 66px 20px 64px;
  }

  .lp2-modules-heading {
    margin-bottom: 46px;
  }

  .lp2-modules-heading h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 12px;
  }

  .lp2-modules-heading p {
    font-size: 15px;
    line-height: 24px;
  }

  .lp2-modules-grid {
    grid-template-columns: 1fr;
    row-gap: 38px;
  }

  .lp2-module-item {
    grid-template-columns: 42px 1fr;
    column-gap: 0;
  }

  .lp2-module-number {
    font-size: 42px;
    line-height: 34px;
  }

  .lp2-module-content h3 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .lp2-module-content p {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .lp2-modules-container {
    padding: 56px 18px 56px;
  }

  .lp2-modules-heading h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .lp2-modules-heading p {
    font-size: 14px;
    line-height: 22px;
  }

  .lp2-module-item {
    grid-template-columns: 38px 1fr;
    column-gap: 0;
  }

  .lp2-module-number {
    font-size: 38px;
    line-height: 32px;
  }

  .lp2-module-content h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .lp2-module-content p {
    font-size: 12px;
    line-height: 19px;
  }
}

/* ===============================
   Who Should Enroll Section
================================ */

.lp2-enroll-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #ffffff;
  color: var(--lp2-gray-text);
  overflow: hidden;
}

.lp2-enroll-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 112px;
}

.lp2-enroll-heading {
  width: 100%;
  max-width: 1284px;
  margin: 0 auto 42px;
}

.lp2-enroll-heading h2 {
  margin: 0 0 12px;
  color: transparent;
  background: linear-gradient(
    to bottom,
    rgba(94, 94, 94, 0.25) 0%,
    rgba(94, 94, 94, 1) 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-family: "Geist", Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
}

.lp2-enroll-heading p {
  margin: 0;
  max-width: 1216px;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.lp2-enroll-card {
  width: min(1434px, calc(100vw - 40px));
  max-width: 1434px;
  min-height: 752px;
  margin: 0 auto;
  border-radius: 70px;
  background: #f5f5f5;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 72px 75px;
}

.lp2-enroll-card-inner {
  width: 100%;
  max-width: 1284px;
}

.lp2-enroll-row {
  width: 100%;
  padding: 0 0 23px;
  margin: 0 0 23px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.55);
}

.lp2-enroll-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.lp2-enroll-row h3 {
  margin: 0 0 14px;
  color: #111111;

  font-family: "Geist", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
}

.lp2-enroll-row p {
  margin: 0;
  color: #000000;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

/* ===============================
   Who Should Enroll Responsive
================================ */

@media (max-width: 1366px) {
  .lp2-enroll-container {
    padding-bottom: 96px;
  }

  .lp2-enroll-heading {
    max-width: 980px;
    margin-bottom: 36px;
  }

  .lp2-enroll-heading h2 {
    font-size: 42px;
    line-height: 46px;
  }

  .lp2-enroll-heading p {
    font-size: 15px;
    line-height: 24px;
  }

  .lp2-enroll-card {
    width: min(1284px, calc(100vw - 40px));
    min-height: 640px;
    padding: 62px 70px;
    border-radius: 58px;
  }

  .lp2-enroll-card-inner {
    max-width: 980px;
  }

  .lp2-enroll-row {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .lp2-enroll-row h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }

  .lp2-enroll-row p {
    font-size: 12px;
    line-height: 18px;
  }
}

@media (max-width: 991px) {
  .lp2-enroll-container {
    padding-bottom: 78px;
  }

  .lp2-enroll-heading {
    max-width: 720px;
    margin-bottom: 34px;
  }

  .lp2-enroll-heading h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .lp2-enroll-card {
    width: calc(100vw - 48px);
    min-height: auto;
    padding: 54px 48px;
    border-radius: 48px;
  }

  .lp2-enroll-card-inner {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .lp2-enroll-container {
    padding: 0 20px 66px;
  }

  .lp2-enroll-heading {
    max-width: none;
    margin-bottom: 28px;
  }

  .lp2-enroll-heading h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 12px;
  }

  .lp2-enroll-heading p {
    font-size: 15px;
    line-height: 24px;
  }

  .lp2-enroll-card {
    width: 100%;
    padding: 42px 26px;
    border-radius: 36px;
  }

  .lp2-enroll-row {
    padding-bottom: 18px;
    margin-bottom: 18px;
  }

  .lp2-enroll-row h3 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .lp2-enroll-row p {
    font-size: 12px;
    line-height: 19px;
  }
}

@media (max-width: 480px) {
  .lp2-enroll-container {
    padding: 0 18px 56px;
  }

  .lp2-enroll-heading h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .lp2-enroll-heading p {
    font-size: 14px;
    line-height: 22px;
  }

  .lp2-enroll-card {
    padding: 34px 20px;
    border-radius: 30px;
  }

  .lp2-enroll-row {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .lp2-enroll-row h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .lp2-enroll-row p {
    font-size: 12px;
    line-height: 18px;
  }
}

/* ===============================
   Why UAE Professionals Section
================================ */

.lp2-why-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #ffffff;
  color: var(--lp2-gray-text);
  overflow: hidden;
}

.lp2-why-container {
  width: 100%;
  max-width: 1284px;
  min-height: 762px;
  margin: 0 auto;
  padding: 0 0 0;
}

.lp2-why-heading {
  width: 100%;
  margin: 0 0 110px;
}

.lp2-why-heading h2 {
  margin: 0 0 20px;
  color: transparent;
  background: linear-gradient(
    to bottom,
    rgba(94, 94, 94, 0.25) 0%,
    rgba(94, 94, 94, 1) 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-family: "Geist", Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
}

.lp2-why-heading h2 sup {
  font-size: 28px;
  line-height: 1;
  vertical-align: super;
}

.lp2-why-heading p {
  margin: 0;
  max-width: 1216px;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.lp2-why-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 120px;
  row-gap: 118px;
}

.lp2-why-item {
  width: 100%;
  display: grid;
  grid-template-columns: 46px 1fr;
  column-gap: 0;
  align-items: start;
}

.lp2-why-number {
  grid-column: 1;
  grid-row: 1;
  color: #c00000;

  font-family: "Geist", Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0;
}

.lp2-why-content {
  display: contents;
}

.lp2-why-content h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 10px;
  color: #111111;

  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
}

.lp2-why-content h3 span {
  display: block;
  background: linear-gradient(to bottom, rgba(94, 94, 94, 0.25) 0%, rgba(94, 94, 94, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lp2-why-content p {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.lp2-why-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  margin: 126px 0 0;
}

/* ===============================
   Why UAE Professionals Responsive
================================ */

@media (max-width: 1366px) {
  .lp2-why-container {
    max-width: 980px;
    min-height: 660px;
    padding-top: 0;
  }

  .lp2-why-heading {
    margin-bottom: 86px;
  }

  .lp2-why-heading h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 14px;
  }

  .lp2-why-heading h2 sup {
    font-size: 22px;
  }

  .lp2-why-heading p {
    font-size: 15px;
    line-height: 24px;
  }

  .lp2-why-grid {
    column-gap: 76px;
    row-gap: 88px;
  }

  .lp2-why-item {
    grid-template-columns: 40px 1fr;
    column-gap: 0;
  }

  .lp2-why-number {
    font-size: 46px;
    line-height: 34px;
  }

  .lp2-why-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .lp2-why-content p {
    font-size: 12px;
    line-height: 18px;
  }

  .lp2-why-divider {
    margin-top: 96px;
  }
}

@media (max-width: 991px) {
  .lp2-why-container {
    max-width: 720px;
    min-height: auto;
    padding-top: 0;
  }

  .lp2-why-heading {
    margin-bottom: 64px;
  }

  .lp2-why-heading h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .lp2-why-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 60px;
    row-gap: 64px;
  }

  .lp2-why-divider {
    margin-top: 76px;
  }
}

@media (max-width: 767px) {
  .lp2-why-container {
    max-width: none;
    padding: 0 20px 0;
  }

  .lp2-why-heading {
    margin-bottom: 46px;
  }

  .lp2-why-heading h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 12px;
  }

  .lp2-why-heading h2 sup {
    font-size: 17px;
  }

  .lp2-why-heading p {
    font-size: 15px;
    line-height: 24px;
  }

  .lp2-why-grid {
    grid-template-columns: 1fr;
    row-gap: 38px;
  }

  .lp2-why-item {
    grid-template-columns: 42px 1fr;
    column-gap: 0;
  }

  .lp2-why-number {
    font-size: 42px;
    line-height: 34px;
  }

  .lp2-why-content h3 {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .lp2-why-content p {
    font-size: 13px;
    line-height: 20px;
  }

  .lp2-why-divider {
    margin-top: 56px;
  }
}

@media (max-width: 480px) {
  .lp2-why-container {
    padding: 0 18px 0;
  }

  .lp2-why-heading h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .lp2-why-heading p {
    font-size: 14px;
    line-height: 22px;
  }

  .lp2-why-item {
    grid-template-columns: 38px 1fr;
  }

  .lp2-why-number {
    font-size: 38px;
    line-height: 32px;
  }

  .lp2-why-content h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .lp2-why-content p {
    font-size: 12px;
    line-height: 19px;
  }

  .lp2-why-divider {
    margin-top: 48px;
  }
}

/* ===============================
   Testimonials Section
================================ */

.lp2-testimonials-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #ffffff;
  color: var(--lp2-gray-text);
  overflow: hidden;
}

.lp2-testimonials-container {
  width: 100%;
  max-width: 1284px;
  margin: 0 auto;
  padding: 64px 0 122px;
  overflow: visible;
}

.lp2-testimonials-container h2 {
  margin: 0 0 66px;
  color: transparent;
  background: linear-gradient(
    to bottom,
    rgba(94, 94, 94, 0.25) 0%,
    rgba(94, 94, 94, 1) 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  font-family: "Geist", Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
}

.lp2-testimonials-slider {
  width: 100vw;
  margin-left: calc((1284px - 100vw) / 2);
  overflow-x: auto;
  overflow-y: visible;
  padding: 10px 0;
  cursor: grab;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.lp2-testimonials-slider::-webkit-scrollbar {
  display: none;
}

.lp2-testimonials-slider.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.lp2-testimonials-track {
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: 53px;
  animation: lp2-testimonial-scroll 42s linear infinite;
  will-change: transform;
}

.lp2-testimonials-slider:hover .lp2-testimonials-track,
.lp2-testimonials-slider.is-dragging .lp2-testimonials-track {
  animation-play-state: paused;
}

.lp2-testimonial-card {
  width: 539px;
  min-height: 350px;
  border-radius: 40px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(180deg, #082470 0%, #217abd 100%) border-box;
  border: 1px solid transparent;
  color: #5e5e5e;

  padding: 42px 46px 36px;

  flex: 0 0 539px;
  overflow: hidden;

  transition:
    background 260ms ease,
    border-color 260ms ease,
    color 260ms ease,
    transform 260ms ease;
}

.lp2-testimonial-card:hover {
  background:
    linear-gradient(var(--lp2-yellow), var(--lp2-yellow)) padding-box,
    linear-gradient(180deg, #082470 0%, #217abd 100%) border-box;
  transform: none;
}

.lp2-testimonial-head {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 34px;
}

.lp2-linkedin-icon {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  flex: 0 0 38px;
  pointer-events: none;
}

.lp2-testimonial-name {
  background: linear-gradient(to bottom, rgba(94, 94, 94, 0.25) 0%, rgba(94, 94, 94, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  text-decoration: none;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;

  transition: color 260ms ease;
}

.lp2-testimonial-name:hover {
  color: #0b69c7;
  text-decoration: none;
}

.lp2-testimonial-text {
  margin: 0 0 34px;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.lp2-testimonial-role {
  color: #082470;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

@keyframes lp2-testimonial-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 26.5px));
  }
}

/* ===============================
   Testimonials Responsive
================================ */

@media (max-width: 1366px) {
  .lp2-testimonials-container {
    max-width: 980px;
    padding: 54px 0 104px;
  }

  .lp2-testimonials-container h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 54px;
  }

  .lp2-testimonials-slider {
    margin-left: calc((980px - 100vw) / 2);
    padding: 10px 0;
  }

  .lp2-testimonials-track {
    gap: 42px;
    animation-duration: 38s;
  }

  .lp2-testimonial-card {
    width: 430px;
    flex-basis: 430px;
    min-height: 292px;
    border-radius: 34px;
    padding: 34px 34px 30px;
  }

  .lp2-testimonial-head {
    gap: 14px;
    margin-bottom: 28px;
  }

  .lp2-linkedin-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .lp2-testimonial-name,
  .lp2-testimonial-text,
  .lp2-testimonial-role {
    font-size: 12px;
  }

  .lp2-testimonial-text {
    line-height: 18px;
    margin-bottom: 28px;
  }

  .lp2-testimonial-role {
    line-height: 18px;
  }

  @keyframes lp2-testimonial-scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-50% - 21px));
    }
  }
}

@media (max-width: 991px) {
  .lp2-testimonials-container {
    max-width: 720px;
    padding: 46px 0 88px;
  }

  .lp2-testimonials-container h2 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 44px;
  }

  .lp2-testimonials-slider {
    margin-left: calc((720px - 100vw) / 2);
  }

  .lp2-testimonials-track {
    gap: 28px;
    animation-duration: 34s;
  }

  .lp2-testimonial-card {
    width: 360px;
    flex-basis: 360px;
    min-height: 270px;
    border-radius: 28px;
    padding: 30px 28px 26px;
  }

  @keyframes lp2-testimonial-scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-50% - 14px));
    }
  }
}

@media (max-width: 767px) {
  .lp2-testimonials-container {
    max-width: none;
    padding: 38px 20px 76px;
  }

  .lp2-testimonials-container h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 36px;
  }

  .lp2-testimonials-slider {
    width: 100vw;
    margin-left: -20px;
    padding: 8px 0;
  }

  .lp2-testimonials-track {
    gap: 22px;
    animation-duration: 30s;
  }

  .lp2-testimonial-card {
    width: 320px;
    flex-basis: 320px;
    min-height: 252px;
    border-radius: 24px;
    padding: 26px 24px 24px;
  }

  .lp2-testimonial-head {
    gap: 12px;
    margin-bottom: 22px;
  }

  .lp2-linkedin-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }

  .lp2-testimonial-name,
  .lp2-testimonial-text,
  .lp2-testimonial-role {
    font-size: 12px;
  }

  .lp2-testimonial-text {
    line-height: 18px;
    margin-bottom: 22px;
  }

  @keyframes lp2-testimonial-scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-50% - 11px));
    }
  }
}

@media (max-width: 480px) {
  .lp2-testimonials-container {
    padding: 32px 18px 66px;
  }

  .lp2-testimonials-container h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 32px;
  }

  .lp2-testimonials-slider {
    margin-left: -18px;
  }

  .lp2-testimonials-track {
    gap: 18px;
    animation-duration: 28s;
  }

  .lp2-testimonial-card {
    width: 286px;
    flex-basis: 286px;
    min-height: 248px;
    border-radius: 22px;
    padding: 24px 20px 22px;
  }

  .lp2-linkedin-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  .lp2-testimonial-text {
    font-size: 11px;
    line-height: 17px;
  }

  .lp2-testimonial-role {
    font-size: 11px;
    line-height: 17px;
  }

  @keyframes lp2-testimonial-scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-50% - 9px));
    }
  }
}

/* ===============================
   Fixed Header - Desktop Only
================================ */

@media (min-width: 992px) {
  .lp2-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 118px;
    z-index: 9999;
  }

  .lp2-page {
    padding-top: 0;
  }

  .lp2-hero {
    padding-top: 118px;
  }
}

/* Tablet / Mobile header normal */
@media (max-width: 991px) {
  .lp2-header {
    position: static;
  }

  .lp2-page {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .lp2-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 118px;
    z-index: 9999;
  }

  .lp2-page {
    padding-top: 0;
  }

  .lp2-hero {
    padding: 236px 0 38px;
  }
}

@media (max-width: 991px) {
  .lp2-header {
    position: static;
  }

  .lp2-page {
    padding-top: 0;
  }
}

/* ===============================
   Related Courses Section
================================ */

.lp2-related-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #082470;
  color: #ffffff;
  overflow: hidden;
}

.lp2-related-container {
  width: 100%;
  max-width: 1284px;
  margin: 0 auto;
  padding: 116px 0 126px;
}

.lp2-related-container h2 {
  margin: 0 0 58px;
  color: #ffffff;

  font-family: "Geist", Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
}

.lp2-related-list {
  width: 100%;
  max-width: 1297px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.lp2-related-card {
  width: 100%;
  min-height: 111px;
  border: 0;
  border-radius: 40px;
  background: #ffffff;
  padding: 28px 45px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  text-align: left;
  cursor: pointer;

  transition:
    background-color 260ms ease,
    transform 260ms ease;
}

.lp2-related-card:hover {
  background: var(--lp2-yellow);
  transform: translateY(-2px);
}

.lp2-related-card strong {
  display: block;
  margin: 0 0 10px;
  color: #082470;

  font-family: "Geist", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.lp2-related-card small {
  display: block;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.lp2-related-arrow {
  color: #217abd;

  font-family: "Geist", Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  flex: 0 0 auto;
}

/* ===============================
   Related Courses Section
================================ */

.lp2-related-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #082470;
  color: #ffffff;
  overflow: hidden;
}

.lp2-related-container {
  width: 100%;
  max-width: 1284px;
  margin: 0 auto;
  padding: 116px 0 126px;
}

.lp2-related-container h2 {
  margin: 0 0 58px;
  color: #ffffff;

  font-family: "Geist", Arial, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0;
}

.lp2-related-list {
  width: 100%;
  max-width: 1297px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.lp2-related-card {
  width: 100%;
  min-height: 111px;
  border: 0;
  border-radius: 40px;
  background: #ffffff;
  padding: 28px 45px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  text-align: left;
  cursor: pointer;

  transition:
    background-color 260ms ease,
    transform 260ms ease;
}

.lp2-related-card:hover {
  background: var(--lp2-yellow);
  transform: translateY(-2px);
}

.lp2-related-card strong {
  display: block;
  margin: 0 0 10px;
  color: #082470;

  font-family: "Geist", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.lp2-related-card small {
  display: block;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.lp2-related-arrow {
  color: #217abd;

  font-family: "Geist", Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  flex: 0 0 auto;
}

/* ===============================
   Related Course Popup
================================ */

.lp2-course-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.lp2-course-modal.is-open {
  display: flex;
}

.lp2-course-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.lp2-course-modal-dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: #082470;
  border-radius: 28px;
  padding: 38px 38px 36px;
  z-index: 1;
}

.lp2-course-modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  cursor: pointer;

  font-family: "Geist", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.lp2-course-modal-close:hover {
  background: var(--lp2-yellow);
  color: #082470;
}

.lp2-course-modal-dialog h2 {
  margin: 0 0 8px;
  color: var(--lp2-light-blue-text);

  font-family: "Geist", Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0;
}

.lp2-course-modal-dialog p {
  margin: 0 0 30px;
  color: var(--lp2-light-blue-text);

  font-family: "Geist", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.lp2-course-popup-form {
  width: 100%;
}

.lp2-course-field {
  width: 100%;
  margin-bottom: 14px;
}

.lp2-course-field input {
  width: 100%;
  height: 58px;
  border: 0;
  outline: none;
  border-radius: 29px;
  background: #ffffff;
  padding: 0 28px;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.lp2-course-field input::placeholder {
  color: #5e5e5e;
  opacity: 1;
}

.lp2-course-phone-row {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 20px;
  margin-bottom: 14px;
}

.lp2-course-phone-row .lp2-course-field {
  margin-bottom: 0;
}

.lp2-course-submit {
  min-width: 210px;
  height: 54px;
  margin-top: 2px;
  border: 0;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;

  transition:
    background-color 220ms ease,
    color 220ms ease;
}

.lp2-course-submit:hover {
  background: var(--lp2-yellow);
  color: #082470;
}

body.lp2-modal-open {
  overflow: hidden;
}

/* ===============================
   Popup Dropdowns - Fixed
================================ */

.lp2-course-modal .custom-dropdown {
  position: relative;
  width: 100%;
}

.lp2-course-modal .custom-dropdown-btn {
  width: 100%;
  height: 58px;
  border: 0;
  border-radius: 29px;
  background: #ffffff;
  padding: 0 28px;
  color: #5e5e5e;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  font-family: "Geist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}

.lp2-course-modal .dial-code-box .custom-dropdown-btn {
  padding: 0 18px;
  justify-content: center;
  gap: 10px;
}

.lp2-course-modal .dropdown-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #5e5e5e;
  border-bottom: 2px solid #5e5e5e;
  transform: rotate(45deg);
  margin-top: -4px;
  flex: 0 0 auto;
  transition: transform 220ms ease;
}

.lp2-course-modal .custom-dropdown.is-open .dropdown-arrow {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.lp2-course-modal .custom-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: 100%;
  max-height: 230px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 8px;
  display: none;
  z-index: 10050;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.lp2-course-modal .custom-dropdown.is-open .custom-dropdown-menu {
  display: block;
  overflow-y: hidden;
}


.lp2-course-modal .certification-menu {
  max-height: 270px;
}

.lp2-course-modal .custom-dropdown-option {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  padding: 10px 14px;
  color: #5e5e5e;
  cursor: pointer;

  display: flex;
  align-items: center;
  text-align: left;

  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.lp2-course-modal .custom-dropdown-option:hover,
.lp2-course-modal .custom-dropdown-option.is-selected {
  background: var(--lp2-yellow);
  color: #082470;
}

.lp2-course-modal .custom-dropdown-option.is-empty {
  cursor: default;
  opacity: 0.65;
}

.lp2-course-modal .certification-search-wrap {
  padding: 4px 4px 8px;
}

.lp2-course-modal .certification-search-input {
  width: 100%;
  height: 42px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(8, 36, 112, 0.18) !important;
  padding: 0 14px !important;
  font-size: 14px !important;
}

.lp2-course-modal .field-error {
  margin-top: 6px;
  color: #ffe331;
  font-family: "Geist", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

/* ===============================
   Related Courses Responsive
================================ */

@media (max-width: 1366px) {
  .lp2-related-container {
    max-width: 980px;
    padding: 92px 0 104px;
  }

  .lp2-related-container h2 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 42px;
  }

  .lp2-related-list {
    gap: 22px;
  }

  .lp2-related-card {
    min-height: 86px;
    padding: 22px 34px;
    border-radius: 30px;
  }

  .lp2-related-card strong {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
  }

  .lp2-related-card small {
    font-size: 12px;
    line-height: 18px;
  }

  .lp2-related-arrow {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .lp2-related-container {
    max-width: 720px;
    padding: 76px 0 86px;
  }

  .lp2-related-container h2 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 36px;
  }

  .lp2-related-card {
    min-height: 82px;
    border-radius: 26px;
  }

  .lp2-course-modal-dialog {
    width: min(560px, 100%);
    padding: 34px 30px 32px;
    border-radius: 24px;
  }

  .lp2-course-modal-dialog h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .lp2-course-modal-dialog p {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 26px;
  }

  .lp2-course-field input,
  .lp2-course-modal .custom-dropdown-btn {
    height: 54px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .lp2-related-container {
    max-width: none;
    padding: 62px 20px 72px;
  }

  .lp2-related-container h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .lp2-related-list {
    gap: 16px;
  }

  .lp2-related-card {
    min-height: 78px;
    padding: 18px 22px;
    border-radius: 22px;
    gap: 16px;
  }

  .lp2-related-card strong {
    font-size: 16px;
    line-height: 20px;
  }

  .lp2-related-card small {
    font-size: 11px;
    line-height: 17px;
  }

  .lp2-related-arrow {
    font-size: 30px;
  }

  .lp2-course-modal {
    padding: 16px;
  }

  .lp2-course-modal-dialog {
    width: 100%;
    max-height: calc(100vh - 32px);
    padding: 34px 22px 28px;
    border-radius: 22px;
  }

  .lp2-course-modal-close {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    font-size: 26px;
    line-height: 30px;
  }

  .lp2-course-modal-dialog h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .lp2-course-modal-dialog p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 24px;
  }

  .lp2-course-field {
    margin-bottom: 12px;
  }

  .lp2-course-field input,
  .lp2-course-modal .custom-dropdown-btn {
    height: 52px;
    border-radius: 26px;
    padding: 0 22px;
    font-size: 15px;
  }

  .lp2-course-phone-row {
    grid-template-columns: 84px 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }

  .lp2-course-modal .dial-code-box .custom-dropdown-btn {
    padding: 0 12px;
  }

  .lp2-course-submit {
    width: 100%;
    height: 52px;
  }
}

@media (max-width: 480px) {
  .lp2-related-container {
    padding: 54px 18px 64px;
  }

  .lp2-related-container h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .lp2-related-card {
    min-height: 74px;
    padding: 17px 18px;
    border-radius: 20px;
  }

  .lp2-related-card strong {
    font-size: 15px;
    line-height: 19px;
  }

  .lp2-related-card small {
    font-size: 10px;
    line-height: 16px;
  }

  .lp2-related-arrow {
    font-size: 28px;
  }

  .lp2-course-modal {
    padding: 10px;
  }

  .lp2-course-modal-dialog {
    padding: 32px 16px 24px;
    border-radius: 20px;
  }

  .lp2-course-modal-dialog h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .lp2-course-modal-dialog p {
    font-size: 15px;
    line-height: 22px;
  }

  .lp2-course-phone-row {
    grid-template-columns: 76px 1fr;
    gap: 10px;
  }

  .lp2-course-field input,
  .lp2-course-modal .custom-dropdown-btn {
    height: 50px;
    font-size: 14px;
  }

  .lp2-course-submit {
    height: 50px;
    font-size: 14px;
  }
}

/* Hide popup main scrollbar but keep scrolling working */
.lp2-course-modal-dialog {
  overflow-y: auto;
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE / Edge */
}

.lp2-course-modal-dialog::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;                /* Chrome / Safari */
}

/* Keep dropdown scrollbars normal if needed */
.lp2-course-modal .custom-dropdown-menu {
  overflow-y: auto;
  scrollbar-width: thin;
}

.lp2-course-modal .custom-dropdown-menu::-webkit-scrollbar {
  width: 6px;
  display: block;
}

.lp2-course-modal .custom-dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(94, 94, 94, 0.45);
  border-radius: 20px;
}

.lp2-popup-general-error {
  width: 100%;
  margin: 0 0 14px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 227, 49, 0.16);
  color: #ffe331;

  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* ===============================
   Footer CTA Section
================================ */

.lp2-footer-cta-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #082470;
  color: #ffffff;
  overflow: visible;
}

.lp2-footer-cta-container {
  width: 100%;
  max-width: 1284px;
  min-height: 746px;
  margin: 0 auto;
  padding: 134px 0 110px;

  display: grid;
  grid-template-columns: 300px 572px;
  column-gap: 414px;
  align-items: start;
}

.lp2-footer-addresses {
  width: 228px;
  padding-top: 94px;

  display: flex;
  flex-direction: column;
  gap: 98px;
}

.lp2-footer-address h3 {
  margin: 0 0 24px;
  color: #ffffff;

  font-family: "Geist", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0;
}

.lp2-footer-address p {
  margin: 0;
  color: #ffffff;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.lp2-footer-form-wrap {
  width: 572px;
}

.lp2-footer-form-title {
  width: 100%;
  margin: 0 0 45px;
}

.lp2-footer-form-title h2 {
  margin: 0 0 6px;
  color: var(--lp2-light-blue-text);

  font-family: "Geist", Arial, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: 0;
}

.lp2-footer-form-title p {
  margin: 0;
  color: var(--lp2-light-blue-text);

  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.lp2-footer-form {
  width: 100%;
}

.lp2-footer-field {
  width: 100%;
  margin-bottom: 20px;
}

.lp2-footer-field input {
  width: 100%;
  height: 55px;
  border: 0;
  outline: none;
  border-radius: 20px;
  background: #ffffff;
  padding: 0 29px;
  color: #5e5e5e;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.lp2-footer-field input::placeholder {
  color: #5e5e5e;
  opacity: 1;
}

.lp2-footer-phone-row {
  display: grid;
  grid-template-columns: 103px 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.lp2-footer-phone-row .lp2-footer-field {
  margin-bottom: 0;
}

/* Dropdowns */

.lp2-footer-form .custom-dropdown {
  position: relative;
  width: 100%;
}

.lp2-footer-form .custom-dropdown-btn {
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 20px;
  background: #ffffff;
  padding: 0 29px;
  color: #5e5e5e;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  font-family: "Geist", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}

.lp2-footer-form .dial-code-box .custom-dropdown-btn {
  padding: 0 20px;
  justify-content: center;
  gap: 10px;
}

.lp2-footer-form .dropdown-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #5e5e5e;
  border-bottom: 2px solid #5e5e5e;
  transform: rotate(45deg);
  margin-top: -4px;
  flex: 0 0 auto;
  transition: transform 220ms ease;
}

.lp2-footer-form .custom-dropdown.is-open .dropdown-arrow {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.lp2-footer-form .custom-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  width: 100%;
  max-height: 230px;
  overflow-y: auto;
  background: #ffffff;
  border-radius: 18px;
  padding: 8px;
  display: none;
  z-index: 100;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

.lp2-footer-form .custom-dropdown.is-open .custom-dropdown-menu {
  display: block;
}

.lp2-footer-form .certification-menu {
  max-height: 270px;
  overflow: hidden;
}

.lp2-course-modal .country-dropdown-box .custom-dropdown-menu {
  overflow: auto !important;
}

.lp2-footer-form .custom-dropdown-option {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  padding: 10px 14px;
  color: #5e5e5e;
  cursor: pointer;

  display: flex;
  align-items: center;
  text-align: left;

  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.lp2-footer-form .custom-dropdown-option:hover,
.lp2-footer-form .custom-dropdown-option.is-selected {
  background: var(--lp2-yellow);
  color: #082470;
}

.lp2-footer-form .custom-dropdown-option.is-empty {
  cursor: default;
  opacity: 0.65;
}

.lp2-footer-form .certification-search-wrap {
  padding: 4px 4px 8px;
}

.lp2-footer-form .certification-search-input {
  width: 100%;
  height: 42px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(8, 36, 112, 0.18) !important;
  padding: 0 14px !important;
  font-size: 14px !important;
}

.lp2-footer-submit-btn {
  min-width: 205px;
  height: 50px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;

  font-family: "Geist", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;

  transition:
    background-color 220ms ease,
    color 220ms ease;
}

.lp2-footer-submit-btn:hover {
  background: var(--lp2-yellow);
  color: #082470;
}

.lp2-footer-form .field-error {
  margin-top: 6px;
  color: #ffe331;
  font-family: "Geist", Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.lp2-footer-general-error {
  width: 100%;
  margin: 0 0 14px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 227, 49, 0.16);
  color: #ffe331;

  font-family: "Geist", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* ===============================
   Footer CTA Responsive
================================ */

@media (max-width: 1366px) {
  .lp2-footer-cta-container {
    max-width: 980px;
    min-height: 660px;
    padding: 104px 0 90px;
    grid-template-columns: 230px 440px;
    column-gap: 310px;
  }

  .lp2-footer-addresses {
    width: 210px;
    padding-top: 80px;
    gap: 72px;
  }

  .lp2-footer-address h3 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 18px;
  }

  .lp2-footer-address p {
    font-size: 12px;
    line-height: 17px;
  }

  .lp2-footer-form-wrap {
    width: 440px;
  }

  .lp2-footer-form-title {
    margin-bottom: 34px;
  }

  .lp2-footer-form-title h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .lp2-footer-form-title p {
    font-size: 13px;
    line-height: 18px;
  }

  .lp2-footer-field,
  .lp2-footer-phone-row {
    margin-bottom: 16px;
  }

  .lp2-footer-field input,
  .lp2-footer-form .custom-dropdown-btn {
    height: 48px;
    border-radius: 18px;
    font-size: 13px;
    padding: 0 22px;
  }

  .lp2-footer-phone-row {
    grid-template-columns: 85px 1fr;
    gap: 14px;
  }

  .lp2-footer-submit-btn {
    min-width: 170px;
    height: 44px;
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .lp2-footer-cta-container {
    max-width: 720px;
    min-height: auto;
    padding: 82px 0 84px;
    grid-template-columns: 1fr;
    row-gap: 60px;
  }

  .lp2-footer-addresses {
    width: 100%;
    padding-top: 0;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }

  .lp2-footer-address {
    width: 48%;
  }

  .lp2-footer-form-wrap {
    width: 100%;
    max-width: 572px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp2-footer-form-title {
    text-align: center;
  }

  .lp2-footer-form-title h2 {
    font-size: 34px;
    line-height: 39px;
  }

  .lp2-footer-form-title p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .lp2-footer-cta-container {
    max-width: none;
    padding: 64px 20px 70px;
    row-gap: 46px;
  }

  .lp2-footer-addresses {
    flex-direction: column;
    gap: 34px;
  }

  .lp2-footer-address {
    width: 100%;
  }

  .lp2-footer-address h3 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
  }

  .lp2-footer-address p {
    font-size: 13px;
    line-height: 19px;
  }

  .lp2-footer-form-title {
    margin-bottom: 28px;
    text-align: left;
  }

  .lp2-footer-form-title h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .lp2-footer-form-title p {
    font-size: 14px;
    line-height: 20px;
  }

  .lp2-footer-field,
  .lp2-footer-phone-row {
    margin-bottom: 14px;
  }

  .lp2-footer-field input,
  .lp2-footer-form .custom-dropdown-btn {
    height: 52px;
    border-radius: 20px;
    font-size: 14px;
    padding: 0 20px;
  }

  .lp2-footer-phone-row {
    grid-template-columns: 82px 1fr;
    gap: 12px;
  }

  .lp2-footer-form .dial-code-box .custom-dropdown-btn {
    padding: 0 12px;
  }

  .lp2-footer-submit-btn {
    width: 100%;
    height: 50px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .lp2-footer-cta-container {
    padding: 56px 18px 62px;
  }

  .lp2-footer-form-title h2 {
    font-size: 27px;
    line-height: 31px;
  }

  .lp2-footer-form-title p {
    font-size: 13px;
    line-height: 19px;
  }

  .lp2-footer-phone-row {
    grid-template-columns: 76px 1fr;
    gap: 10px;
  }

  .lp2-footer-field input,
  .lp2-footer-form .custom-dropdown-btn {
    height: 50px;
    font-size: 13px;
  }

  .lp2-footer-address p {
    font-size: 12px;
    line-height: 18px;
  }
}

/* Reduce gap between Related Courses and Footer CTA */
.lp2-footer-cta-container {
  padding-top: 48px;
}

/* Responsive spacing */
@media (max-width: 1366px) {
  .lp2-footer-cta-container {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .lp2-footer-cta-container {
    padding-top: 36px;
  }
}

@media (max-width: 767px) {
  .lp2-footer-cta-container {
    padding-top: 32px;
  }
}

@media (max-width: 480px) {
  .lp2-footer-cta-container {
    padding-top: 28px;
  }
}

/* Reduce bottom gap inside Related Courses */
.lp2-related-container {
  padding-bottom: 64px;
}

@media (max-width: 1366px) {
  .lp2-related-container {
    padding-bottom: 54px;
  }
}

@media (max-width: 991px) {
  .lp2-related-container {
    padding-bottom: 46px;
  }
}

@media (max-width: 767px) {
  .lp2-related-container {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .lp2-related-container {
    padding-bottom: 34px;
  }
}

/* ===============================
   Mobile Bottom CTA Bar
================================ */

.lp2-mobile-cta-bar {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 112px;
  }

  .lp2-mobile-cta-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;

    display: block;
    padding: 14px 12px 18px;
    background: linear-gradient(
      180deg,
      rgba(8, 36, 112, 0.92) 0%,
      rgba(10, 47, 148, 0.98) 100%
    );
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 -18px 45px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
  }

  .lp2-mobile-cta-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
      radial-gradient(circle at 80% 0%, rgba(99, 141, 255, 0.24), transparent 38%);
  }

  .lp2-mobile-cta-inner {
    position: relative;
    z-index: 1;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .lp2-mobile-cta-btn {
    height: 56px;
    border: 0;
    border-radius: 18px;
    text-decoration: none;
    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    color: #ffffff;
    font-family: "Geist", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;

    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    transition:
      filter 180ms ease,
      transform 180ms ease,
      box-shadow 180ms ease;
  }

  .lp2-mobile-cta-btn:hover,
  .lp2-mobile-cta-btn:focus {
    filter: brightness(1.12);
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  }

  .lp2-mobile-cta-btn:active {
    transform: translateY(0);
    filter: brightness(0.98);
  }

  .lp2-mobile-call {
    background: linear-gradient(135deg, #16c38f 0%, #18bfc8 100%);
  }

  .lp2-mobile-whatsapp {
    background: linear-gradient(135deg, #12bd62 0%, #11c985 100%);
  }

  .lp2-mobile-info {
    background: linear-gradient(135deg, #4d83ff 0%, #9b49f0 100%);
  }

  .lp2-mobile-cta-icon {
    font-size: 18px;
    line-height: 1;
  }

  .lp2-mobile-cta-dots {
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    margin-top: 9px;
  }

  .lp2-mobile-cta-dots span {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
  }

  .lp2-mobile-cta-dots strong {
    width: 28px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #638dff 0%, #b654ff 100%);
  }
}

@media (max-width: 420px) {
  .lp2-mobile-cta-bar {
    padding: 12px 10px 16px;
  }

  .lp2-mobile-cta-inner {
    gap: 8px;
  }

  .lp2-mobile-cta-btn {
    height: 52px;
    border-radius: 16px;
    font-size: 13px;
    gap: 6px;
  }

  .lp2-mobile-cta-icon {
    font-size: 16px;
  }
}

/* Popup country-code dropdown panel only */
.lp2-course-modal .dial-code-box .custom-dropdown-menu {
  width: 170px;
  min-width: 170px;
  max-width: 170px;

  left: 0;
  right: auto;

  max-height: 260px;
  overflow-y: auto !important;
  overflow-x: hidden;

  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* Keep the dial-code field itself unchanged */
.lp2-course-modal .dial-code-box {
  width: auto;
}

.lp2-course-modal .dial-code-box .custom-dropdown-btn {
  width: 100%;
}

/* Better text wrapping inside wider panel */
.lp2-course-modal .dial-code-box .custom-dropdown-option {
  white-space: normal;
  word-break: normal;
  line-height: 20px;
  padding: 10px 16px;
}

/* Scrollbar for dial-code dropdown */
.lp2-course-modal .dial-code-box .custom-dropdown-menu {
  scrollbar-width: thin;
}

.lp2-course-modal .dial-code-box .custom-dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.lp2-course-modal .dial-code-box .custom-dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(94, 94, 94, 0.45);
  border-radius: 20px;
}

.lp2-course-modal .dial-code-box .custom-dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
}

@media (max-width: 767px) {
  .lp2-course-modal .dial-code-box .custom-dropdown-menu {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    max-height: 280px;
  }
}

