* {
  font-family: "Poppins", sans-serif;
}

:root {
  --main-color-light-blue: #6ac1d9;
  --main-color-light-blue-tint: #82cfde;
  --main-color-dark-blue: #061578;
  --main-color-font-dark: #050922;
  --main-color-bg-grey: #f5f4f2;
  --main-color-bg-white: #ffffff;
  --main-color-magenta: #ff0baa;
}

body {
  background-color: var(--main-color-bg-white);
  color: var(--main-color-font-dark);
}

p {
  color: var(--main-color-font-dark);
  letter-spacing: 0px !important;
}

a {
  letter-spacing: 0px !important;
}

/* .container-lg {
  max-width: 1455px;
} */

.font-dark {
  color: var(--main-color-font-dark);
}

.font-light-blue {
  color: var(--main-color-light-blue);
}

.font-magenta {
  color: var(--main-color-magenta);
}

.bg-gray {
  background-color: var(--main-color-bg-grey);
}

.bg-dark-blue {
  background-color: var(--main-color-dark-blue);
}

.bg-light-blue {
  background-color: var(--main-color-light-blue);
}

p > a,
p > a:hover,
li > a,
li > a:hover {
  color: var(--main-color-dark-blue);
}

.btn {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px !important;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 26px;
  padding-right: 26px;
  border-radius: 80px;
  font-weight: 400;
}

@media (max-width: 992px) {
  .btn {
    border-radius: 10px;
  }
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1,
.h1 {
  color: var(--main-color-font-dark);
  font-weight: 700;
  white-space: nowrap;
}

.h1-white {
  color: var(--main-color-bg-white);
}

h2,
.h2 {
  color: var(--main-color-font-dark);
  font-weight: 700;
}

h3,
.h3 {
  color: var(--main-color-font-dark);
  font-weight: 700;
}

h4,
.h4 {
  color: var(--main-color-font-dark);
  font-size: 1.1rem;
  font-weight: 700;
}

.dark-blue {
  color: var(--main-color-dark-blue);
}

.warm-grey {
  color: var(--main-color-font-dark);
  opacity: 0.25;
}

@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 2.15rem;
    line-height: 2.15rem;
    white-space: initial;
  }

  h2,
  .h2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h3,
  .h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 5rem;
    line-height: 5rem;
  }

  h2,
  .h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}

.my-lg-10 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

@media (min-width: 992px) {
  .my-lg-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
}

.p-2dot5 {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.fs-7 {
  font-size: 14px;
}

.fw-500 {
  font-weight: 500;
}

.rounded-small {
  border-radius: 10px;
}

.rounded-default {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-bot {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.rounded-left-top {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-half-1 {
  border-radius: 20px 0 20px 0;
}

.rounded-half-2 {
  border-radius: 0 20px 0 20px;
}

.btn-light-blue {
  background-color: var(--main-color-light-blue);
  color: var(--main-color-bg-white);
}

.btn-light-blue:hover {
  background-color: var(--main-color-light-blue-tint);
  color: var(--main-color-bg-white);
}

/* CUSTOM BUTTIONS */

@media (min-width: 0px) {
  .btn-menu-current,
  .btn-menu-current:hover {
    outline: none;
    color: var(--main-color-font-dark);
    background-color: var(--main-color-bg-grey);
    white-space: nowrap;
    font-weight: 400;
  }
  .btn-menu,
  .btn-menu:hover {
    color: var(--main-color-font-dark);
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .btn-menu-current,
  .btn-menu-current:hover {
    background-color: initial;
    outline: none;
    color: var(--main-color-font-dark);
    background-color: var(--main-color-bg-grey);
    white-space: nowrap;
    font-weight: 400;
  }
  .btn-menu {
    white-space: nowrap;
    color: var(--main-color-font-dark);
  }

  .btn-menu:hover {
    white-space: nowrap;
    color: var(--main-color-font-dark);
  }
}

.collapsing,
.collapse.show {
  justify-content: center;
  align-content: center;
  align-items: center;
}

.form-control {
  border-radius: 7px;
  border-width: 0;
}

.form-control:focus {
  border-color: unset !important;
  background: white;
  box-shadow: unset !important;
}

.navbar:has(.collapsing),
.navbar:has(.collapse.show) {
  background-color: var(--main-color-font-dark);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* fix: not pause between slides  */
.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* remove space below icons */
.child-d-block i {
  display: block;
}

.row.platform-row {
  gap: 32px 0;
}

.platform-card {
  position: relative;
  border-radius: 20px 20px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}

.platform-card-arrow {
  transition: transform 0.3s ease-in-out;
  z-index: 3;
  max-height: 20px;
  aspect-ratio: 1/1;
}

.platform-card:hover .platform-card-arrow {
  transform: rotate(-90deg);
}

.platform-card:hover {
  justify-content: space-between;
}

.platform-card:hover .platform-card-desc {
  opacity: 1;
}

.platform-card:hover .platform-card-title-container {
  background-color: var(--main-color-dark-blue) !important;
}

.platform-card-title {
  margin-bottom: 0px;
  color: var(--main-color-bg-white);
  font-size: 1.4rem;
  font-weight: 500;
  z-index: 3;
}

.platform-card-desc {
  transition: opacity 0.3s ease-in-out;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  color: var(--main-color-bg-white);
  z-index: 3;
  flex-grow: 1;
  opacity: 0;
  background-color: var(--main-color-dark-blue) !important;

  border-radius: 20px 20px 0px 0px;
}

.platform-card-link {
  display: block;
  align-items: center;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
  min-height: 300px;
}

.platform-card-title-container {
  transition: background-color 0.3s ease-in-out;
  border-radius: 0 0 20px 20px;
}

.testemonial-image {
  bottom: -64px;
  right: 48px;
  position: absolute;
}

@media (max-width: 992px) {
  .coverage-item {
    width: 100%;
  }
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  background-color: var(--main-color-light-blue) !important;
  color: var(--main-color-bg-white) !important;
  padding-bottom: 24px !important;
}

.accordion-button {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease !important;

  padding-top: 60px;
  padding-bottom: 60px;
}

.accordion-collapse {
  background-color: var(--main-color-light-blue) !important;
  color: var(--main-color-bg-white) !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.accordion-header {
  border-bottom: 0 !important;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(45deg) !important;
  background-image: url("/images/ui/cross-white.svg") !important;
}

.accordion-button::after {
  background-image: url("/images/ui/cross-dark.svg") !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

/* Custom accordion for form flows */
.accordion-form-container {
  margin: 1rem 0;
}

.accordion-form-item {
  border: none;
  background: transparent;
}

.accordion-form-header {
  background-color: #f5f5f5;
  border-radius: 0px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
}

.accordion-form-header:hover {
  background-color: #eeeeee;
}

.accordion-form-header.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.accordion-form-icon {
  font-size: 18px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.accordion-form-header.active .accordion-form-icon {
  transform: rotate(45deg);
}

.accordion-form-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #f5f5f5;
}

.accordion-form-content.active {
  max-height: 500px;
}

.accordion-form-body {
  padding: 16px;
  font-size: 14px;
  color: #333;
}

.accordion-form-body p {
  margin-bottom: 12px;
  font-size: 14px;
}

.accordion-form-body ul {
  margin: 0;
  padding-left: 20px;
}

.accordion-form-body li {
  margin-bottom: 6px;
  font-size: 14px;
}

.border-gray {
  border: 2px solid var(--main-color-bg-grey);
}

.border-bottom-floating {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 1400px) {
  .container-lg {
    max-width: 1500px !important;
  }
}

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1500px !important;
  }
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 1500px !important;
  }
}

.mx-2dot5 {
  margin-left: 12px;
  margin-right: 12px;
}

.px-2dot5 {
  padding-left: 12px;
  padding-right: 12px;
}

.footer-link-header {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.footer-link {
  color: var(--main-color-font-dark);
}

.pr-3 {
  padding-right: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.nav-modal-dialog {
  max-width: calc(100vw - 24px) !important;
  border-radius: 20px !important;
}

.nav-modal-header {
  border-bottom: 0 !important;
  justify-content: flex-start !important;
}

.nav-modal-content {
  border-radius: 20px !important;
}

@media (max-width: 992px) {
  .nav-modal-header {
    justify-content: flex-end !important;
  }
}

.header-row-2-box-container {
  padding-top: 3rem !important;
}

.header-row-2-box {
  padding: 65px;
}

.header-row-2-image {
  max-height: 651px;
  min-height: 360px;
}

@media (max-width: 992px) {
  .header-row-2-box {
    padding: 0px 0px 40px 0px;
  }

  .header-row-2-box-container {
    padding-top: 24px !important;
    padding-left: 24px !important;
  }
}

.testemonial-wrapper {
  padding: 170px 150px 170px 150px;
}

@media (max-width: 992px) {
  .testemonial-wrapper {
    padding: 24px;
  }
}

.image-and-text-2-image-wrapper {
  height: calc(100% + 50px);
}

@media (max-width: 992px) {
  .image-and-text-2-image-wrapper {
    height: 100%;
  }
}

.image-and-text-2-image {
  height: 70%;
}

@media (max-width: 992px) {
  .image-and-text-2-image {
    height: 100%;
  }
}

.contact-row {
  padding: 100px;
}

@media (max-width: 992px) {
  .contact-row {
    padding: 24px;
  }
}

/* Insurance and CTA box heights */
.accordion-item {
}

/* Icon size adjustments */
.accordion-button::after {
  font-size: 1.5rem !important;
}

/* Extended white box margins */
.accordion-body {
  padding-top: 0rem !important;
}

/* Header 2 Row Styles */
.header2-row-h1 {
  font-size: 60px; /* Mobile - 60% af desktop */
  line-height: 60px;
}

@media (min-width: 768px) {
  .header2-row-h1 {
    font-size: 80px; /* Tablet - 80% af desktop */
    line-height: 80px;
  }
}

@media (min-width: 992px) {
  .header2-row-h1 {
    font-size: 100px; /* Desktop - original spec */
    line-height: 100px;
  }
}

.header2-row-text {
  font-size: 16px;
  line-height: 26px;
}

/* Image and Text 2 Row Styles */
.image-and-text-2-row {
  margin-top: 3rem; /* Tre rem luft mellem overskrift og header ovenfor */
}

.image-and-text-2-h2 {
  font-size: 24px; /* Mobile - 60% af desktop */
  line-height: 28px;
}

@media (min-width: 768px) {
  .image-and-text-2-h2 {
    font-size: 32px; /* Tablet - 80% af desktop */
    line-height: 37px;
  }
}

@media (min-width: 992px) {
  .image-and-text-2-h2 {
    font-size: 40px; /* Desktop - original spec */
    line-height: 46px;
  }
}

.image-and-text-2-text {
  font-size: 16px;
  line-height: 26px;
}

.image-and-text-2-image-wrapper {
}

/* CTA and Insurance Row Styles */
.cta-and-insurance-row {
  margin-top: 3rem; /* Tre rem luft mellem brødtekst ovenfor og CTA row */
}

.cta-and-insurance-h2 {
  font-size: 18px; /* Mobile - 60% af desktop */
  line-height: 21px;
}

@media (min-width: 768px) {
  .cta-and-insurance-h2 {
    font-size: 24px; /* Tablet - 80% af desktop */
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .cta-and-insurance-h2 {
    font-size: 30px; /* Desktop - original spec */
    line-height: 30px;
  }
}

.cta-and-insurance-accordion {
  margin-left: 0; /* Allign boksene med brødtekst ovenfor */
}

/* Insurance Row Styles */
.insurance-row {
  margin-top: 6rem; /* Væsentligt mere luft mellem CTA boks og H2 overskrift */
}

.insurance-row-h2 {
  font-size: 36px; /* Mobile - 60% af desktop */
  line-height: 36px;
  margin-bottom: 3rem; /* Mere luft mellem H2 og øverste dropdown boks */
}

@media (min-width: 768px) {
  .insurance-row-h2 {
    font-size: 48px; /* Tablet - 80% af desktop */
    line-height: 48px;
  }
}

@media (min-width: 992px) {
  .insurance-row-h2 {
    font-size: 60px; /* Desktop - original spec */
    line-height: 60px;
  }
}

.insurance-row-accordion {
  margin-left: 0; /* Allign alt til venstre side med CTA row indhold */
}

.insurance-item-title {
  font-size: 18px; /* Mobile - 60% af desktop */
  line-height: 21px;
}

@media (min-width: 768px) {
  .insurance-item-title {
    font-size: 24px; /* Tablet - 80% af desktop */
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  .insurance-item-title {
    font-size: 30px; /* Desktop - original spec */
    line-height: 30px;
  }
}

.insurance-item-description {
  font-size: 16px;
  line-height: 26px;
}

/* Image and Text Row Styles */
.image-and-text-row {
  min-height: 728px; /* Fast højde ifølge Figma */
}

.image-and-text-h2 {
  font-size: 42px; /* Mobile - 60% af desktop */
  line-height: 42px;
  margin-bottom: 2rem; /* Mere luft mellem H2 og tekst */
}

.image-and-text-image {
  max-height: 728px;
  min-height: 360px;
  aspect-ratio: 9/16;
}

@media (min-width: 768px) {
  .image-and-text-h2 {
    font-size: 56px; /* Tablet - 80% af desktop */
    line-height: 56px;
  }
}

@media (min-width: 992px) {
  .image-and-text-h2 {
    font-size: 70px; /* Desktop - original spec */
    line-height: 70px;
  }
}

.image-and-text-text {
  font-size: 16px;
  line-height: 26px;
}

/* Coverage Item Styles - Forbedringer */
.coverage-item {
  padding-right: 2rem; /* Samme margin i højre og venstre side */
}

.coverage-item p {
  font-size: 1.2rem; /* Gøre ikon større inde i den hvide boks */
}

/* Refaktorerede inline styles */
.image-and-text-2-text-mobile {
  font-size: 0.9rem; /* Mobile font size for image and text 2 */
}

.cta-arrow-icon {
  font-size: 1.5rem; /* CTA arrow icon size */
}

.coverage-item-multiple-icons {
  padding-left: 35px; /* Padding for multiple icons in coverage item */
}

.header2-row-text-desktop {
  max-width: 450px; /* Desktop max width for header 2 text */
}

.image-and-text-text-desktop {
  max-width: 450px; /* Desktop max width for image and text */
}

.cta-button-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.coverage-item-heading {
  line-height: 26px;
}

.coverage-item-text {
  line-height: 26px;
}

.image-cover {
  object-fit: cover;
}

/* Quote Row Styles */
.quote-row {
  font-size: 64px;
  font-weight: 700;
  color: var(--main-color-dark-blue);
  line-height: 1.2;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (max-width: 992px) {
  .quote-row {
    font-size: 48px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .quote-row {
    font-size: 36px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.form-container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.form-container {
  width: 70%;
}

.aerlig-logo {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.logo-text {
  color: var(--main-color-dark-blue, #061578);
}

.logo-dot {
  color: var(--main-color-light-blue, #6ac1d9);
}

.form-question {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--main-color-font-dark, #050922);
  margin-bottom: 2rem;
  max-width: 70%;
}

.form-helper-text {
  color: #666;
  font-size: 1rem;
  max-width: 60%;
}

.form-options {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}

.form-option {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.form-option:hover {
  transform: translateY(-2px);
}

.option-card {
  padding: 2rem 1.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  text-align: center;
  min-width: 150px;
  transition: all 0.3s ease;
  background: white;
  position: relative;
}

.option-card:hover {
  border-color: var(--main-color-light-blue, #6ac1d9);
  box-shadow: 0 4px 15px rgba(106, 193, 217, 0.2);
}

.option-card.selected {
  border-color: var(--main-color-light-blue, #6ac1d9);
  background: rgba(106, 193, 217, 0.1);
}

/* Multiple Selection Checkbox Styles */
.option-checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.checkbox-label {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 0;
}

.checkbox-indicator {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  background: white;
  transition: all 0.2s ease;
  position: relative;
}

.checkbox-indicator::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.option-card.selected .checkbox-indicator {
  background: var(--main-color-light-blue, #6ac1d9);
  border-color: var(--main-color-light-blue, #6ac1d9);
}

.option-card.selected .checkbox-indicator::after {
  opacity: 1;
}

.option-icon {
  font-size: 3rem;
  color: var(--main-color-dark-blue, #061578);
  margin-bottom: 1rem;
}

.option-icon svg {
  width: 60px;
  height: 60px;
  fill: currentColor;
}

.option-image {
  font-size: 3rem;
  color: var(--main-color-dark-blue, #061578);
  margin-bottom: 1rem;
}

.option-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.option-text {
  font-weight: 500;
  color: var(--main-color-font-dark, #050922);
  font-size: 1rem;
}

.form-input-group {
  width: 400px;
  margin: 0 auto;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  padding: 12px 16px;
  transition: all 0.3s ease;
}

.input-wrapper:focus-within {
  border-color: var(--main-color-light-blue, #6ac1d9);
  background: white;
  box-shadow: 0 0 0 3px rgba(106, 193, 217, 0.1);
}

/* Phone input wrapper styling */
.phone-input-wrapper {
  gap: 8px;
  width: 400px;
  margin: 0 auto;
}

.country-code-dropdown {
  flex-shrink: 0;
  min-width: 120px;
}

.country-code-select {
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 12px;
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color-font-dark);
  height: 58px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
}

.country-code-select:focus {
  border-color: var(--main-color-light-blue, #6ac1d9);
  background-color: white;
  box-shadow: 0 0 0 3px rgba(106, 193, 217, 0.1);
  outline: none;
}

.phone-input-wrapper .input-wrapper {
  margin: 0;
}

.inpu-wrapper > input:focus {
  border-color: none;
  background: white;
  box-shadow: 0 0 0 3px rgba(106, 193, 217, 0.1);
}

.input-icon {
  margin-right: 12px;
  color: var(--main-color-dark-blue, #061578);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.input-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.form-text-input {
  border: none;
  background: transparent;
  outline: none;
  font-size: 1rem;
  color: var(--main-color-font-dark, #050922);
  flex: 1;
  padding: 0;
}

.form-text-input::placeholder {
  color: #999;
  font-weight: 400;
}

.form-next-btn {
  background-color: var(--main-color-light-blue, #6ac1d9);
  border: none;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 400px;
}

.form-next-btn:hover {
  background-color: var(--main-color-light-blue-tint, #82cfde);
  transform: translateY(-1px);
}

.form-next-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.form-next-btn:hover .btn-arrow {
  transform: translateX(2px);
}

.form-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-divider {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
}

.form-back-btn {
  color: #666;
  text-decoration: none;
  font-size: 1rem;
  padding: 8px 16px;
  border: none;
  background: none;
  transition: color 0.3s ease;
}

.form-back-btn:hover {
  color: var(--main-color-dark-blue, #061578);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .form-container {
    margin: 1rem;
    padding: 1.5rem;
  }

  .form-options {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .option-card {
    min-width: 200px;
  }

  .aerlig-logo {
    font-size: 2rem;
  }

  .form-question {
    font-size: 1.3rem;
  }

  .form-input-group {
    max-width: 100%;
  }

  .input-wrapper {
    padding: 14px 16px;
  }

  .phone-input-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .country-code-dropdown {
    width: 100%;
    min-width: unset;
  }

  .country-code-select {
    padding: 14px 12px;
    height: 52px;
  }
}
