@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200..1000&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Kufi+Arabic:wght@100..900&display=swap');
/*

@font-face {
  font-family: 'GESS-Two-Bold-ar';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/GE_SS_Two_Bold.woff') format('woff');
  
}

@font-face {
  font-family: 'GESS-Two-Medium-ar';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/GE_SS_Two_Medium.woff') format('woff');

}

@font-face {
  font-family: 'GESS-Two-Light-ar';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/GE_SS_Two_Light.woff') format('woff');

}*/




@-webkit-keyframes amico-burns-in {
  0% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
  }
}

@keyframes amico-burns-in {
  0% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
  }
}

@-webkit-keyframes amico-burns-out {
  0% {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}

@keyframes amico-burns-out {
  0% {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
  }

  100% {
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
  }
}

.amico-landing {
  --amico-land-color-base: #1C2229;
  --amico-land-color-primary: #1A486A;
  --amico-land-color-text: #494E54;
  --amico-land-font-base: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --amico-land-font-medium: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --amico-land-font-light: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --amico-land-font-dm: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --amico-animate-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --amico-animate-duration: 0.75s;
  color: var(--amico-land-color-base);
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.amico-landing .amico-land-clinic-form__message--error {
  font-size: 90%;
  color: orangered;
} 

html[lang=ar] .elementor-element-e768514{display:none!important;}
html[dir=rtl] .amico-landing,
html[lang=ar] .amico-landing {
  --amico-land-font-base: "Almarai", "Gotham Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --amico-land-font-medium: "Almarai", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --amico-land-font-light: "Almarai", "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --amico-land-font-dm: "Almarai", "Helvetica Neue", Helvetica, Arial, sans-serif;    
}

html[lang=ar] .amico-landing .amico-land-solution__copy p {
    unicode-bidi: plaintext!important;
    font-variant-numeric: normal;
    font-feature-settings: "lnum";
}

.amico-landing .amico-container {
  color: var(--amico-land-color-text);
  max-width: 1140px;
}

.amico-bg-white {
  background: #ffffff;
}

.amico-land-anchor {
  position: relative;
  top: -1px;
  display: block;
  height: 0;
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* ================================
   AMICO Hero
================================ */

.amico-land-hero {
  position: relative;
  min-height: 670px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(122.01deg, #4E1A5E 0%, #702784 50%, #9B2FB5 100%);
}

.amico-land-hero .amico-container {
  max-width: 1152px;
}

.amico-land-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .4)
}

.amico-land-hero>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

  -webkit-animation: 10s linear forwards amico-burns-out;
  animation: 10s linear forwards amico-burns-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: transform 10s linear;
}

.amico-land-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  font-family: var(--amico-land-font-base);
}

.amico-landing .amico-land-hero__title {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(38.2px, calc(1.769rem + 2.308vw), 3.50rem);
  line-height: 1.1;
  letter-spacing: -1px;
  font-weight: 300;
  font-family: var(--amico-land-font-base);
}

.amico-landing .amico-land-hero__title span {
  font-size: clamp(38.2px, calc(0.692rem + 6.410vw), 5.50rem);
}

.amico-land-hero__text {
  max-width: 740px;
  margin: 0 0 44px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(17px, calc(0.962rem + 0.385vw), 1.25rem);
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.1px;
}

.amico-land-hero__badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-bottom: 41px;
  padding: 4px 12px;
  border-radius: 3px;
  background: rgba(0, 83, 120, 0.82);
  border: 1px solid rgba(161, 201, 214, 0.5);
  color: #ffffff;
  font-size: clamp(0.66rem, calc(0.543rem + 0.484vw), 1.00rem);
  line-height: 1.2;
  letter-spacing: 0.2px;
  font-weight: 500;
  font-family: var(--amico-land-font-medium);
}

.amico-land-hero__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.amico-landing .amico-land-btn {
  min-height: 47px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: -0.25px;
  font-weight: 500;
  font-family: var(--amico-land-font-medium);
  text-decoration: none;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.amico-land-btn span {
  font-size: clamp(0.94rem, calc(0.904rem + 0.128vw), 1.00rem);
  font-family: var(--amico-land-font-medium);
}

.amico-land-btn:hover {
  transform: translateY(-2px);
}

.amico-land-btn--primary {
  background: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
}

.amico-land-btn--primary:hover {
  background: #07364e;
  border-color: #07364e;
  color: #ffffff;
}

.amico-land-btn--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.amico-land-btn--outline span {
  color: #ffffff;
}

.amico-land-btn--outline:hover {
  background: #ffffff;
}

.amico-land-btn--outline:hover span {
  color: #07364e;
}

/*
 * Opt-in motion: include a class token `amico-animate` or any token starting with `amico-animate-`
 * (e.g. `amico-animate--fade`). JS adds `is-revealed` when the node enters the viewport.
 * With base `amico-animate` + `amico-animate--fade`: opacity only, no vertical shift.
 * Token `amico-animate--fade` alone: same as fade-only.
 */
.amico-animate {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity var(--amico-animate-duration) var(--amico-animate-ease),
    transform var(--amico-animate-duration) var(--amico-animate-ease);
}

.amico-animate.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.amico-animate.amico-animate--fade {
  transform: none;
}

.amico-animate.amico-animate--fade.is-revealed {
  transform: none;
}

.amico-animate--fade:not(.amico-animate) {
  opacity: 0;
  transform: none;
  transition: opacity var(--amico-animate-duration) var(--amico-animate-ease);
}

.amico-animate--fade:not(.amico-animate).is-revealed {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {

  .amico-animate,
  .amico-animate.is-revealed,
  .amico-animate.amico-animate--fade,
  .amico-animate.amico-animate--fade.is-revealed,
  .amico-animate--fade:not(.amico-animate),
  .amico-animate--fade:not(.amico-animate).is-revealed {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* ================================
   AMICO Stats Component
================================ */

.amico-land-stats {
  width: 100%;
  background: #f2f2f2;
  padding: 44px 0 40px;
  font-family: "Gotham Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang=ar] .amico-land-stats{ font-family: Almarai }

.amico-land-stats__inner {
  width: max-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.amico-land-stats__item {
  position: relative;
  text-align: center;
  padding: 0 64px;
}

.amico-land-stats__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: 42px;
  background: #c8cfd3;
}

.amico-landing .amico-land-stats__number {
  margin: 0 0 2px;
  color: #155c76;
  background: #1A486A;
  background: linear-gradient(to bottom, #1A486A 0%, #1A7B9B 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.69rem, calc(1.385rem + 1.154vw), 2.25rem);
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
}
amico-land-journey-slide__number

html[lang=ar] .amico-landing .amico-land-stats__number, 
html[lang=ar] .amico-land-solution-stats__item strong,
html[lang=ar] .amico-land-steps__number,
html[lang=ar] .amico-land-journey-step__number,
html[lang=ar] .amico-land-counter,
html[lang=ar] .amico-land-journey-slide__number,
html[lang=ar] .amico-land-height__banner-main h3,
html[lang=ar] .amico-land-height-gain strong{
/*  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif!important;*/
/*  direction: ltr;*/
  unicode-bidi: embed;
}

html[lang=ar] .amico-land-height__banner-main h3,
html[lang=ar] .amico-land-height-gain strong{
  direction: rtl!important;
}





.amico-land-counter {
  display: inline-block;
  min-width: 1ch;
}

.amico-land-stats__label {
  margin: 0;
  font-size: clamp(0.94rem, calc(0.915rem + 0.114vw), 1.00rem);
}



/* =========================================
   AMICO Landing - Two Reasons Section
========================================= */

.amico-land-reasons {
  width: 100%;
  padding: 75px 0 96px;
  background: #ffffff;
  color: var(--amico-land-color-text);
  font-family: var(--amico-land-font-base);
}

/* Section Heading */

.amico-land-section-heading-center {
  margin: 0 auto 48px;
  text-align: center;
}

.amico-land-section-heading {
  margin: 0 0 13px;
  color: var(--amico-land-color-primary);
  font-size: clamp(13px, calc(0.744rem + 0.341vw), 1.00rem);
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
}

.amico-landing .amico-land-section-heading__title {
  margin: 0;
  color: #1A0F20;
  font-size: clamp(2.00rem, calc(1.909rem + 0.455vw), 2.25rem);
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.7px;
  font-family: var(--amico-land-font-base);

}

.amico-land-section-heading__line {
  display: block;
  width: 204px;
  height: 2px;
  margin-top: 11px;
  background: #1a7d9a;
}

.amico-land-section-heading-center .amico-land-section-heading__line {
  margin: 12px auto 0;
}

/* Main Grid */

.amico-land-reasons__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

/* Cards */

.amico-land-reason-card {
  min-height: 100%;
}

.amico-land-reason-card--light {
  padding: 40px 40px 38px;
  background: #ffffff;
  border: 1px solid #d8dee2;
}

.amico-land-reason-card--blue {
  padding: 40px;
  background: linear-gradient(180deg, #064466 0%, #087e9d 100%);
  color: #ffffff;
}

.amico-land-reason-card__category {
  position: relative;
  margin: 0 0 24px;
  padding-left: 13px;
  color: var(--amico-land-color-primary);
  font-size: 14px;
  font-family: var(--amico-land-font-medium);
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
}

.amico-land-reason-card__category::before {
  content: "•";
  position: absolute;
  left: -1px;
  top: 0px;
  font-size: 17px;
  line-height: 1;
}

.amico-land-reason-card--blue .amico-land-reason-card__category {
  color: #ffffff;
}

.amico-landing .amico-land-reason-card__title {
  margin: 0 0 18px;
  font-size: clamp(1.56rem, calc(1.472rem + 0.455vw), 1.81rem);
  color: var(--amico-land-color-base);
  letter-spacing: -2%;
  font-weight: 500;
  line-height: normal;
  font-family: var(--amico-land-font-medium);
}

.amico-landing .amico-land-reason-card--blue .amico-land-reason-card__title {
  color: #ffffff;
}

.amico-land-reason-card__content {
  font-size: clamp(0.81rem, calc(0.744rem + 0.341vw), 1.00rem);
  line-height: 1.4;
}

.amico-land-reason-card__content p {
  margin: 0 0 20px;
  letter-spacing: -0.08px
}

.amico-land-reason-card__content p:last-child {
  margin-bottom: 0;
}

.amico-land-reason-card--blue .amico-land-reason-card__content {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.4;
}

.amico-land-reason-card--blue .amico-land-reason-card__content a {
  color: #ffffff;
  text-decoration: underline;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.amico-land-reason-card--blue .amico-land-reason-card__content a:hover {
  text-decoration: none;
}

/* Symptoms Grid */

.amico-land-symptoms {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 22px 0;
}

.amico-land-symptom {
  min-height: 108px;
  padding: 18px 10px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
  border: 1px solid #e0e4e7;
  background: #ffffff;
}

.amico-land-symptom__icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.amico-land-symptom__icon img {
  max-width: 30px;
  max-height: 30px;
  display: block;
}

.amico-land-symptom__label {
  color: #575d66;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.amico-land-note {
  margin-top: 24px;
  padding: 18px 20px 16px;
  background: #eef2f4;
  color: #60656d;
  font-size: clamp(0.81rem, calc(0.790rem + 0.114vw), 0.88rem);
  border-radius: 3px;
  line-height: normal;
}

/* Blue Card Items */

.amico-land-height-gain {
  margin: 22px 0 24px;
  padding: 10px 16px;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #ffffff;
  letter-spacing: 0.03px;
}

.amico-land-height-gain strong {
  flex: 0 0 auto;
  font-size: 20px;
}

.amico-land-height-gain span {
  font-size: 14px;
}

.amico-land-image {
  margin: 0 0 24px;
  width: 100%;
}

.amico-land-blue-note {
  margin-bottom: 24px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.81rem, calc(0.790rem + 0.114vw), 0.88rem);
  border-radius: 3px;
  letter-spacing: -0.05px;
  line-height: 1.2;
}

.amico-landing .amico-land-reason-card .amico-land-blue-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 3px 18px;
  background: #064466;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.25s ease;
  color: #ffffff;
  line-height: normal;
  font-size: 15px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
  letter-spacing: -4%;
}

.amico-land-blue-btn:hover {
  background: #052f48;
  color: #ffffff;
}


/* ================================
   AMICO Solution Section
================================ */

.amico-land-solution {
  background: #F9F9F9;
  padding: 96px 0;
  font-family: var(--amico-land-font-base);
}

.amico-land-solution .amico-container {
  padding-top: 14px;
}

.amico-land-solution__top {
  display: grid;
  grid-template-columns: minmax(0, 50.55%) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.amico-land-solution__copy {
  font-size: clamp(13px, calc(0.744rem + 0.341vw), 1.00rem);
  padding-top: 25px;
  line-height: 140%;
  letter-spacing: -0.1px;
}

.amico-land-solution__copy p:not(:last-child) {
  margin-bottom: 20px;
}

.amico-land-solution-stats {
  margin-top: 36px;
  border: 1px solid #bfc7cd;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f2f2f2;
}

.amico-land-solution-stats__item {
  position: relative;
  min-height: 97px;
  padding: 15px 20px;
  text-align: center;
}

.amico-land-solution-stats__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  width: 1px;
  height: 42px;
  background: #bfc7cd;
}

.amico-land-solution-stats__item strong {
  display: block;
  color: #125d76;
  background: #1A486A;
  background: linear-gradient(to bottom, #1A486A 0%, #1A7B9B 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.25rem, calc(1.045rem + 1.023vw), 1.81rem);
}

.amico-land-solution-stats__item span {
  display: block;
  color: #2c3138;
  font-size: 15px;
}

.amico-land-solution__image {
  min-width: 41.66%;
}

.image-wrapper {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
}

.image-wrapper img {
  width: 100%;
  height: auto;
}

.amico-land-solution__wide-image {
  padding-top: 32px;
}

.amico-land-solution-slider {
  display: none;
}




/* ================================
   AMICO Steps Section
================================ */

.amico-land-steps {
  padding: 94px 0;
  font-family: var(--amico-land-font-base);
  font-size: clamp(0.81rem, calc(0.744rem + 0.341vw), 1.00rem);
  line-height: 1.4;
}

.amico-land-steps .amico-land-section-heading-center {
  text-align: center;
  margin-bottom: 32px;
}

.amico-land-steps__line {
  width: 170px;
  height: 2px;
  margin: 24px auto 0;
  background: #0b7895;
}

.amico-land-steps__desktop {
  border: 1px solid #dde4e8;
  background: #ffffff;
}

.amico-land-steps__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 40px;
}

.amico-land-steps__row--highlight {
  background: #E8F2F5;
}

.amico-land-steps__content {
  max-width: 500px;
  padding-bottom: 5px;
  letter-spacing: -0.1px;
}

.amico-land-steps__row:first-child .steps-text {
  max-width: 450px;
}

.steps-text {
  line-height: 1.4;
}

.amico-land-steps__content p:first-child {
  margin-top: 0;
}

.amico-land-steps__content p:last-child {
  margin-bottom: 28px;
}

.amico-land-steps__number {
  display: block;
  margin-bottom: 32px;
  color: #e6e2ea;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.amico-land-steps__row--highlight .amico-land-steps__number {
  color: #9fb4bf;
}

.amico-land-steps__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #edf3f5;
  border-radius: 4px;
}

.amico-land-steps__row--highlight .amico-land-steps__icon {
  background: #ffffff;
}

.amico-land-steps__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.amico-landing .amico-land-steps__content h3 {
  margin: 0 0 11px;
  color: #1A0F20;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--amico-land-font-medium);
  line-height: normal;
}

.amico-land-steps__tag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 18px;
  border-radius: 999px;
  background: #e7eef2;
  color: #123f58;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.1px;
}

.amico-land-steps__row--highlight .amico-land-steps__tag {
  background: #ffffff;
}

.amico-land-steps__image img {
  border-radius: 4px;
  overflow: hidden;
}

.amico-land-steps__note {
  margin-top: 32px;
  min-height: 76px;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #0d7f9d;
  border-radius: 8px;
  color: #ffffff;
}

.amico-land-steps__note-icon {
  min-width: 36px;
  height: 36px;
  flex-basis: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 999px;
}

.amico-land-steps__note-icon span {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1A7B9B;
  font-family: var(--amico-land-font-medium);
  font-weight: 700;
  font-size: 10px;
}

.amico-land-steps__note p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
}

.amico-land-steps__mobile {
  display: none;
}


/* ================================
   AMICO Comparison Section
================================ */

.amico-land-compare {
  width: 100%;
  background:
    linear-gradient(180deg, #0a3b56 0%, #0f7f99 100%);
  padding: 96px 0 94px;
  color: #ffffff;
  font-family: var(--amico-land-font-base);
}

.amico-land-compare__eyebrow,
.amico-land-compare__title {
  color: #ffffff;
}

.amico-land-compare__line {
  width: 204px;
  height: 1.7px;
  margin: 15px 0 20px;
  background: rgba(255, 255, 255, 0.9);
}

.amico-landing .amico-land-compare .amico-land-section-heading__title {
  color: #fff;
}

.amico-land-compare__text {
  max-width: 565px;
  margin: 0 0 46px;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.81rem, calc(0.744rem + 0.341vw), 1.00rem);
  line-height: 1.4;
  letter-spacing: -0.1px;
}

.amico-land-compare__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #ffffff;
}

.amico-land-compare__table th,
.amico-land-compare__table td {
  padding: 17px 24px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  text-align: left;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.55px;
}

.amico-land-compare__table th {
  font-weight: 700;
  color: #ffffff;
}

.amico-land-compare__table td {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
}

.amico-land-compare__table th:nth-child(1),
.amico-land-compare__table td:nth-child(1) {
  width: 34.25%;
}

.amico-land-compare__table th:nth-child(2),
.amico-land-compare__table td:nth-child(2) {
  width: 31%;
  text-align: center;
}

.amico-land-compare__table th:nth-child(3),
.amico-land-compare__table td:nth-child(3) {
  width: 31%;
  text-align: center;
  background: rgba(18, 127, 155, 0.74);
  color: #ffffff;
  font-weight: 700;
}

.amico-land-compare__table thead th:nth-child(3) {
  background: rgba(7, 54, 78, 0.72);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.amico-land-compare__table tbody tr:last-child td {
  border-bottom: 0;
}

.amico-land-compare__source {
  margin: 26px 0 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

/* Compare body: table (left) + images (right) */
.amico-land-compare__body {
  display: grid;
  grid-template-columns: 58% 1fr;
  gap: 32px;
}

.amico-land-compare__table-wrap {
  min-width: 0;
}

/* Images column — same grid-row height as the table (right layout) */
.amico-land-compare__images {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.amico-land-compare__images-inner {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex: 1 1 0;
  min-height: 300px;
  align-items: stretch;
}

.amico-land-compare__image-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
}

.amico-land-compare__image-card-img {
  width: 100%;
  flex: 1 1 0;
  min-height: 200px;
  overflow: hidden;
  background: #fff;
}

.amico-land-compare__image-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.amico-land-compare__image-card-caption {
  flex-shrink: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 7px 8px;
  background: linear-gradient(180deg, #0f7f99 0%, #0a3b56 100%);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

/* ── Below-table layout variant ─────────────────────────────────────── */
.amico-land-compare__body--below {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .amico-land-compare__body--below .amico-land-compare__image-card {
    height: auto;
  }

  .amico-land-compare__body--below .amico-land-compare__image-card-img {
    flex: none;
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .amico-land-compare__body--below .amico-land-compare__image-card-img img {
    object-fit: contain;
  }
}




/* ================================
   AMICO Journey Section
================================ */

.amico-land-journey {
  padding: 96px 0;
  overflow: hidden;
  background-color: #F9F7FA;
  font-family: var(--amico-land-font-base);
  line-height: 1.4;
  scroll-margin-top: 0;
}

.amico-land-journey__header {
  margin-bottom: 65px;
}

/* Desktop timeline */

.amico-land-journey__timeline {
  position: relative;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 48px;
}

.amico-land-journey__track {
  position: absolute;
  top: 28px;
  left: 70px;
  right: 70px;
  height: 2px;
  background: #e1dde6;
  z-index: 0;
}

.amico-land-journey-step {
  position: relative;
  z-index: 1;
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: center;
  font-family: inherit;
}

.amico-land-journey-step__number {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #e1dde6;
  border-radius: 4px;
  color: #97919f;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  transition: all 0.25s ease;
}

.amico-land-journey-step.is-active .amico-land-journey-step__number {
  background: #0f7895;
  border-color: #eadcf3;
  box-shadow: 0 0 0 6px #eadcf3;
  color: #ffffff;
}

.amico-land-journey-step__card {
  min-height: 100px;
  max-width: 131px;
  padding: 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  margin: 0 13px;
}

.amico-land-journey-step.is-active .amico-land-journey-step__card {
  background: #eaf1f4;
  border-color: #c6d3da;
}

.amico-land-journey-step__icon {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.amico-land-journey-step__icon img {
  width: 24px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.amico-land-journey-step__card strong {
  margin-bottom: 6px;
  color: #24212c;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
}

.amico-land-journey-step__card small {
  color: #767b83;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0.025em;
}

/* Detail area */

.amico-land-journey__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: stretch;
  transition:
    opacity 0.34s ease,
    transform 0.34s ease,
    filter 0.34s ease;
  will-change: opacity, transform, filter;
}

.amico-land-journey__details.is-changing {
  opacity: 0;
  transform: translateY(4px);
  filter: blur(2px);
}

.amico-land-journey__content {
  padding: 34px 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #dddde2;
  border-radius: 3px;
}

.amico-landing .amico-land-journey__phase-title {
  margin: 0 0 16px;
  font-size: clamp(1.13rem, calc(1.080rem + 0.227vw), 1.25rem);
  color: #1A0F20;
  line-height: 1;
  font-weight: 500;
  font-family: var(--amico-land-font-medium);
}

.amico-land-journey__phase-text {
  margin: 0;
  font-size: clamp(0.81rem, calc(0.744rem + 0.341vw), 1.00rem);
  letter-spacing: -0.1px;
}

.amico-journey__phase-image {
  transition:
    opacity 0.34s ease,
    transform 0.34s ease;
  will-change: opacity, transform;
}

.amico-land-journey__image,
.amico-land-journey__image img {
  overflow: hidden;
  border-radius: 3px;
}

.amico-land-journey-step__number,
.amico-land-journey-step__card,
.amico-land-journey-slide__number,
.amico-land-journey-slide__card {
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}


/* ================================
   AMICO Landing - Height Increase
================================ */

.amico-land-height {
  width: 100%;
  background: #f2f2f2;
  padding: 96px 0;
  overflow: hidden;
  font-family: var(--amico-land-font-base);
  line-height: 1.4;
}

.amico-land-height__header {
  padding-bottom: 48px;
}

.amico-land-height__header .amico-land-section-heading__line {
  margin-top: 15px;
  margin-bottom: 0;
}

.amico-land-height__top {
  display: grid;
  grid-template-columns: minmax(0, calc(50% - 24px)) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.amico-land-height__text {
  font-size: clamp(0.81rem, calc(0.744rem + 0.341vw), 1.00rem);
  letter-spacing: -0.1px;
}

.amico-land-height__text p {
  color: #494E54;
  margin: 0 0 20px;
}

.amico-landing .amico-land-height__expect-title {
  color: #1A0F20;
  font-size: 18px;
  font-family: var(--amico-land-font-medium);
  font-weight: normal;
  padding-top: 10px;
  margin-bottom: 17px;
  line-height: normal;
}

/* Cards */

.amico-land-height__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.amico-land-height-card {
  min-height: 165px;
  padding: 30px 20px 24px;
  background: #ffffff;
  border: 1px solid #dedee4;
  text-align: center;
}

.amico-land-height-card__icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amico-land-height-card__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.amico-landing .amico-land-height-card h4 {
  margin: 0 0 4px;
  color: #24212c;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}

.amico-land-height-card p {
  max-width: 210px;
  margin: 0 auto;
  color: #5e646b;
  font-size: 14px;
  line-height: 1.2;
}

.amico-land-height__note {
  max-width: 560px;
  margin: 13px 0 0;
  color: #777b82;
  font-size: 13px;
  line-height: 1.3;
}

.amico-land-height__note--mobile {
  display: none;
}

/* Banner */

.amico-land-height__banner {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  letter-spacing: -0.1px;
}

.amico-land-height__banner--desktop {
  margin-top: 37px;
  min-height: 310px;
}

.amico-land-height__banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg,
      rgba(8, 58, 84, 0.96) 0%,
      rgba(9, 91, 121, 0.88) 48%,
      rgba(9, 105, 132, 0.82) 100%);
}

.amico-land-height__banner-content {
  position: relative;
  z-index: 2;
}

.amico-land-height__banner--desktop .amico-land-height__banner-content {
  min-height: 310px;
  padding: 36px 40px 40px;
  display: grid;
  grid-template-columns: minmax(0, calc(50% - 16px)) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
}

.amico-landing .amico-land-height__banner-main h3 {
  margin: 0;
  font-size: 36px;
  letter-spacing: -0.7px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
  color: #fff;
  line-height: 1.45;
}

.amico-land-height__banner-subtitle {
  margin: 0 0 32px;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.amico-land-height__banner-text {
  margin: 0 0 32px;
  color: #E8E9EA;
  font-size: 16px;
  line-height: 1.35;
}

.amico-landing .amico-land-height__banner-btn {
  min-height: 41px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #123f58;
  font-size: 14px !important;
  line-height: 1;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
}

.amico-land-height__banner-btn:hover {
  background: #07364e;
  color: #ffffff;
  transform: translateY(-2px);
}

.amico-land-height__commitment {
  padding: 16px 18px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  position: relative;
  top: 10px;
}

.amico-land-height__commitment p {
  margin: 0;
  color: #E8E9EA;
  font-size: 14px;
  letter-spacing: 0.05px;
  line-height: 1.2;
}

.amico-land-height__commitment strong {
  color: #ffffff;
  font-weight: 700;
}

/* Mobile slider hidden on desktop */

.amico-land-height__mobile-slider {
  display: none;
}

.amico-land-height__mobile-cta {
  display: none;
}

/* ================================
   AMICO Landing - Surgeons Network
================================ */

.amico-land-surgeons {
  width: 100%;
  background: #eaf6f7;
  padding: 94px 0 96px;
  overflow: hidden;
  font-family: var(--amico-land-font-base);
  line-height: 1.4;
}

.amico-land-surgeons .amico-land-section-heading__line {
  margin-top: 15px;
}

.amico-land-surgeons__header {
  max-width: 780px;
  margin-bottom: 32px;
}

.amico-land-surgeons__intro {
  max-width: 760px;
  margin: 0;
  padding-top: 28px;
  color: #4f5a63;
  font-size: clamp(0.81rem, calc(0.744rem + 0.341vw), 1.00rem);
  line-height: 1.65;
}

/* Desktop Grid */

.amico-land-surgeons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.amico-land-surgeons__slider {
  display: none;
}

/* Card */

.amico-land-surgeon-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  overflow: hidden;
}

.amico-land-surgeon-card__image {
  height: 240px;
  overflow: hidden;
  background: #dbe8ec;
}

.amico-land-surgeon-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.amico-land-surgeon-card__body {
  min-height: 138px;
  padding: 24px 24px 20px;
  background: #ffffff;
  letter-spacing: -0.2px;
}

.amico-landing .amico-land-surgeon-card h3 {
  margin: 0 0 15px;
  color: #123047;
  font-size: 16px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
  line-height: normal;
}

.amico-land-surgeon-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.amico-land-surgeon-card__tags span {
  min-height: 24px;
  padding: 3px 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #edf2f4;
  color: #17384a;
  font-size: 13px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
}

.amico-landing .amico-land-surgeon-card__cta {
  min-height: 49px;
  margin-top: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #0d7f9d 0%, #073f5b 100%);
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  font-size: 14px !important;
  transition: opacity 0.25s ease, transform 0.25s ease;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
  border:0;
}

.amico-land-surgeon-card__cta:hover {
  color: #ffffff;
  opacity: 0.92;
}

/* Notice */

.amico-land-surgeons__notice {
  margin-top: 34px;
  min-height: 80px;
  padding: 22px 20px 21px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #08617c 0%, #10a7a1 100%);
  border-radius: 4px;
  color: #ffffff;
}

.amico-land-surgeons__notice-icon {
  width: 38px;
  height: 38px;
}

.amico-land-surgeons__notice p {
  max-width: 1000px;
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
  line-height: 1.4;
}

/* ================================
   AMICO Landing - Outcomes
================================ */

.amico-land-outcomes {
  position: relative;
  padding: 94px 0;
  overflow: hidden;
  color: #ffffff;
  font-family: var(--amico-land-font-base);
}

.amico-land-outcomes__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg,
      rgba(5, 38, 58, 0.96) 0%,
      rgba(5, 48, 72, 0.92) 48%,
      rgba(6, 61, 82, 0.94) 100%);
}

.amico-land-outcomes .amico-container {
  position: relative;
  z-index: 2;
}

.amico-land-outcomes .amico-land-section-heading__title,
.amico-land-outcomes .amico-land-section-heading {
  color: #ffffff;
}

.amico-land-outcomes .amico-land-section-heading {
  margin-bottom: 12px;
}

.amico-land-outcomes .amico-land-section-heading__line {
  background: #ffffff;
  margin-top: 14px;
}

.amico-land-outcomes__header {
  margin-bottom: 40px;
}

/* Desktop story cards */

.amico-land-outcomes__stories {
  display: grid;
  gap: 40px;
}

.amico-land-story-card {
  display: grid;
  grid-template-columns: calc(322px - 12px) minmax(0, 1fr);
  gap: 24px;
  padding: 40px 40px 42px;
  background: #f2fbfb;
  border-radius: 8px;
  color: #123047;
  letter-spacing: -0.45px;
}

.amico-land-story-card--green {
  background: #A2DEDB;
  background: linear-gradient(180deg, #A2DEDB 0%, #E8F7F6 100%);
}

.amico-land-story-card__content {
  position: relative;
}

.amico-land-story-card__quote {
  position: absolute;
  top: 0;
  left: 0;
}

.amico-landing .amico-land-story-card h3 {
  margin: 0 0 24px;
  color: #123047;
  font-size: 23px;
  padding-left: 50px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
  line-height: normal;
}

.amico-land-story-card p {
  margin: 0;
  color: #123047;
  font-size: 23px;
  max-width: 685px;
  line-height: normal;
}

/* Mobile slider hidden on desktop */

.amico-land-outcomes__slider {
  display: none;
}

/* Stats */

.amico-land-outcomes__stats {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.08);
}

.amico-land-outcomes-stat {
  min-height: 112px;
  padding: 23px 20px 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.amico-land-outcomes-stat:last-child {
  border-right: 0;
}

.amico-land-outcomes-stat strong {
  display: block;
  margin-bottom: 8px;
  font-weight: normal;
}

.amico-land-outcomes-stat strong span {
  color: #ffffff;
  font-size: 34px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
}

.amico-land-outcomes-stat span {
  display: block;
  color: #bde4df;
  font-size: 15px;
}

/* ================================
   AMICO Landing - Clinic Locator
================================ */

.amico-land-clinic {
  background: #E8F2F5;
  padding: 96px 0;
  overflow: hidden;
  font-family: var(--amico-land-font-base);
  line-height: 1.4;
}

.amico-land-clinic__container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: calc(50% - 30px) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

/* ================================
   Form Panel
================================ */

.amico-land-clinic-form {
  padding: 40px;
  background:
    linear-gradient(135deg,
      #0d819b 0%,
      #083a56 100%);
  color: #ffffff;
  min-height: 100%;
}

.amico-landing .amico-land-clinic-form__title {
  margin: 0 0 17px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--amico-land-font-base);
  font-size: clamp(1.4375rem, 1.2912rem + 0.7317vw, 1.8125rem);
  line-height: normal;
  letter-spacing: -0.55px;
}

.amico-land-clinic-form__intro {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 1.6;
}

.amico-land-clinic-form__fields {
  margin: 0;
}

.amico-land-clinic-form__group {
  margin-bottom: 25px;
}

.amico-land-clinic-form__group label {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.amico-land-clinic-form__group input,
.amico-land-clinic-form__group select {
  width: 100%;
  height: 45px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: #ffffff;
  color: #17384a;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  letter-spacing: 0.8px;
}

.amico-land-clinic-form__group input::placeholder {
  color: #597389;
  opacity: 1;
}

.amico-land-clinic-form__group select {
  color: #597389;
}

.amico-land-clinic-form__group input:focus,
.amico-land-clinic-form__group select:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}

.amico-land-clinic-form__submit {
  width: 100%;
  min-height: 47px;
  margin: 17px 0 13px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: transparent;
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.amico-land-clinic-form__submit:hover {
  background: #ffffff;
  color: #0b4f6a;
  transform: translateY(-1px);
}

.amico-land-clinic-form__privacy {
  max-width: 450px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 13px;
  line-height: 1.28;
  font-weight: 400;
}

/* ================================
   Locator
================================ */

.amico-land-clinic-locator {
  padding-top: 3px;
}

.amico-land-clinic-locator__header {
  margin-bottom: 22px;
}

.amico-land-clinic-locator__eyebrow {
  margin: 0 0 16px;
  color: #0d5470;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.amico-landing .amico-land-clinic-locator__title {
  margin: 0 0 16px;
  color: #123047;
  font-weight: 400;
  font-family: var(--amico-land-font-base);
  font-size: clamp(1.4375rem, 1.2912rem + 0.7317vw, 1.8125rem);
  line-height: normal;
  letter-spacing: -0.55px;
}

.amico-land-clinic-locator__intro {
  margin: 0;
  color: #557082;
  font-size: 14px;
}

/* Filter */

.amico-land-clinic-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.amico-land-clinic-filter__btn {
  min-height: 36px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  border: 1px solid #9fb4bf;
  border-radius: 999px;
  background: #ffffff;
  color: #5d6064;
  font-family: var(--amico-land-font-medium);
  font-size: 13px;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.amico-land-clinic-filter__btn svg {
  position: relative;
  vertical-align: top;
  top: 1px;
}

.amico-land-clinic-filter__btn:hover {
  border-color: #07364e;
  color: #07364e;
}

.amico-landing .amico-menu>li.cta-request-consultation>a:after {
  content: none;
}

html[lang=en-US] .amico-landing .wpml-ls-menu-item .wpml-ls-flag+span {
  font-family: var(--amico-land-font-base);
}

.amico-landing a.cta-request-consultation,
.amico-landing .amico-menu>li.cta-request-consultation>a {
  min-height: 36px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border: 1px solid #1A486A;
  border-radius: 999px;
  background: #1A486A;
  color: #ffffff !important;
  font-family: var(--amico-land-font-medium);
  font-size: 13px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.amico-landing a.cta-request-consultation:hover,
.amico-landing .amico-menu>li.cta-request-consultation a:hover {
  background: #0d7f9d;
  border-color: #0d7f9d;
  color: #ffffff;
  text-decoration: none;
}

.amico-land-clinic-filter__btn.is-active {
  background: #1A486A;
  border-color: #1A486A;
  color: #ffffff;
}

.amico-land-clinic-filter__flag {
  margin-right: 4px;
  font-size: 18px;
  line-height: 1;
}

/* Clinic List */

.amico-land-clinic-list {
  display: grid;
  gap: 15px;
}

.amico-land-clinic-card {
  min-height: 94px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #ffffff;
  border: 1px solid #d9e0e5;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.amico-land-clinic-card.is-hidden {
  display: none;
}

.amico-land-clinic-card__content {
  min-width: 0;
}

.amico-landing .amico-land-clinic-card h3 {
  margin: 0 0 5px;
  color: #20242b;
  font-size: 16px;
  letter-spacing: -0.2px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
  line-height: normal;
}

.amico-land-clinic-card p {
  margin: 0;
  color: #1c5478;
  font-size: 13px;
}

.amico-landing .amico-land-clinic-card__btn {
  min-width: 124px;
  min-height: 32px;
  line-height: 31px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #1A486A;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  font-size: 13px !important;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
  transition: background 0.25s ease, transform 0.25s ease;
}

.amico-land-clinic-card__btn:hover {
  background: #0d7f9d;
  color: #ffffff;
  transform: translateY(-1px);
}

/* Empty state */

.amico-land-clinic-empty {
  display: none;
  padding: 24px 28px;
  background: #ffffff;
  border: 1px solid #d9e0e5;
  color: #557082;
  font-size: 16px;
  line-height: 1.4;
}

.amico-land-clinic-empty.is-visible {
  display: block;
}

/* ================================
   AMICO Landing - FAQ Accordion
================================ */

.amico-land-faq {
  width: 100%;
  background: #ffffff;
  padding: 96px 0;
  overflow: hidden;
  font-family: var(--amico-land-font-base);
}

.amico-land-faq * {
  box-sizing: border-box;
}

.amico-land-faq__container {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.amico-land-faq__header {
  text-align: center;
  margin-bottom: 32px;
}

.amico-land-faq__header .amico-land-section-heading__line {
  width: 206px;
  height: 2px;
  margin: 11px auto 32px;
}

/* Tabs */

.amico-land-faq-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.amico-land-faq-tabs__btn {
  min-height: 44px;
  padding: 0 25px;
  border: 1px solid #1A486A;
  border-radius: 999px;
  background: #ffffff;
  color: #555b62;
  font-size: 14px;
  font-family: inherit;
  font-weight: normal;
  cursor: pointer;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.amico-land-faq-tabs__btn:hover {
  color: #07364e;
}

.amico-land-faq-tabs__btn.is-active {
  background: #1A486A;
  color: #ffffff;
  font-weight: 700;
}

/* Groups */

.amico-land-faq__group {
  display: none;
}

.amico-land-faq__group.is-active {
  display: block;
}

/* Accordion */

.amico-land-faq-item {
  border-bottom: 1px solid #9fb4bf;
}

.amico-land-faq-item:first-child {
  border-top: 0;
}

.amico-land-faq-item__question {
  width: 100%;
  min-height: 88px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0d5470;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.3s ease;
}

.amico-land-faq-item__question span {
  display: block;
  color: #12566D;
  font-size: 23px;
  letter-spacing: -.45px;
}

.amico-land-faq-item__question i {
  flex: 0 0 auto;
  color: #073f5b;
  font-style: normal;
  font-size: 33px;
  line-height: 1;
  font-weight: 300;
}

.is-open .amico-land-faq-item__question {
  min-height: 78px;
  padding-top: 12px;
}

.amico-land-faq-item__answer {
  display: none;
  padding: 0 0 32px 0;
}

.amico-land-faq-item__answer p {
  margin: 0;
  color: #494E54;
  font-size: 16px;
  line-height: 1.55;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

/* ================================
   AMICO Clinic Contact Modal
================================ */

.amico-landing .amico-land-clinic-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-family: var(--amico-land-font-base);
  line-height: 1.4;
}

.amico-landing .amico-land-clinic-modal.is-open {
  display: flex;
}

.amico-landing .amico-land-clinic-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(7, 20, 30, 0.58);
  backdrop-filter: blur(4px);
}

.amico-landing .amico-land-clinic-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(100%, 670px);
  background: #eef5f7;
  padding: 20px 24px;
  color: #1c2229;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  transform: translateY(12px);
  opacity: 0;
  animation: amicoClinicModalIn 0.28s ease forwards;
}

@keyframes amicoClinicModalIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.amico-landing .amico-land-clinic-modal__step {
  display: none;
}

.amico-landing .amico-land-clinic-modal__step.is-active {
  display: block;
}

.amico-landing .amico-land-clinic-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #6b7278;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer;
}

.amico-landing .amico-land-clinic-modal__title {
  margin: 0 30px 14px 0;
  color: #1C2229;
  font-family: var(--amico-land-font-base);
  font-size: 23px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -2%;
}

.amico-landing .amico-land-clinic-modal__intro {
  color: #1C2229;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

.amico-landing .amico-land-clinic-modal__group {
  margin-bottom: 22px;
}

.amico-landing .amico-land-clinic-modal__group+.amico-land-clinic-modal__group {
  margin-bottom: 32px;
}

.amico-landing .amico-land-clinic-modal__group label {
  display: block;
  margin-bottom: 4px;
  color: #1c2229;
  font-size: 13px;
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
}

.amico-landing .amico-land-clinic-modal__group input {
  width: 100%;
  height: 45px;
  padding: 10px 16px;
  border: 1px solid #d3dbe0;
  border-radius: 4px;
  background: #ffffff;
  color: #416783;
  font-size: 16px;
  line-height: 1;
  outline: none;
  box-shadow: none;
  font-family: inherit;
}

.amico-landing .amico-land-clinic-modal__group input::placeholder {
  color: #597389;
}

.amico-landing .amico-land-clinic-modal__group input:focus {
  border-color: #1a486a;
  box-shadow: 0 0 0 3px rgba(26, 72, 106, 0.12);
}

.amico-landing .amico-land-clinic-modal__error {
  display: none;
  margin: -12px 0 24px;
  color: #b00020;
  font-size: 15px;
}

.amico-landing .amico-land-clinic-modal__error.is-visible {
  display: block;
}

.amico-landing .amico-land-clinic-modal__next,
.amico-landing .amico-land-clinic-modal__done {
  width: 100%;
  min-height: 47px;
  border: 0;
  background: #1A486A;
  color: #ffffff;
  font-family: var(--amico-land-font-medium);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.amico-landing .amico-land-clinic-modal__next:hover,
.amico-landing .amico-land-clinic-modal__done:hover {
  background: #0d7f9d;
  transform: translateY(-1px);
}

.amico-landing .amico-land-clinic-modal__next span {
  position: relative;
  font-family: var(--amico-land-font-base);
  font-weight: 400;
  font-size: 28px;
  line-height: 1px;
  top: -2px;
}

.amico-landing .amico-land-clinic-modal__details {
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.amico-landing .amico-land-clinic-modal__surgeon-details {
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.amico-landing .amico-land-clinic-modal__surgeon-details h3 {
  margin: 0;
  color: #1c2229;
  font-family: var(--amico-land-font-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.amico-landing .amico-land-clinic-modal__surgeon-details p {
  margin: 0;
  color: #555b62;
  font-size: 14px;
  line-height: 1.5;
}

.amico-landing .amico-land-clinic-modal__surgeon-details a {
  color: #0d5470;
  text-decoration: none;
  font-size:14px;
  font-family: var(--amico-land-font-base);
  line-height:1rem;
}

.amico-landing .amico-land-clinic-modal__surgeon-details a:hover {
  text-decoration: underline;
}

.amico-landing .amico-land-clinic-modal__details h3 {
  margin: 0;
  color: #1c2229;
  font-family: var(--amico-land-font-medium);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.amico-landing .amico-land-clinic-modal__details p {
  margin: 0;
  color: #555b62;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.1px;
}

.amico-landing .amico-land-clinic-modal__details a {
  color: inherit;
  text-decoration: none;
  font-family: var(--amico-land-font-base);
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

.amico-land-clinic-modal__details a:hover {
  color: #0d7f9d;
}

/* Prevent background scroll while modal is open */
body.amico-land-modal-open {
  overflow: hidden;
}

/* Make button version match existing View Contact button */
button.amico-land-clinic-card__btn {
  border: 0;
  cursor: pointer;
  font-family: var(--amico-land-font-medium);
}

/* ================================
   Global — min-width: 768px
   (desktop / tablet-up helpers)
================================ */

@media (min-width: 768px) {

  .amico-land-journey__mobile,
  .amico-land-mobile-only {
    display: none !important;
  }

  .amico-land-height__cards,
  .amico-land-journey__timeline {
    display: grid;
  }
}


/* =================================================================
   Consolidated max-width breakpoints
   (rules kept in original source order per breakpoint)
   ================================================================= */

@media (max-width: 1024px) {

  .amico-land-hero {
    min-height: 600px;
  }

  .amico-land-hero__badge {
    margin-bottom: 36px;
  }

  .amico-land-stats__item {
    padding: 0 24px;
  }


  .amico-land-reasons {
    padding: 72px 0 80px;
  }

  .amico-land-reasons__grid {
    gap: 24px;
  }

  .amico-land-reason-card--light,
  .amico-land-reason-card--blue {
    padding: 38px 20px 36px;
  }


  .amico-land-solution {
    padding: 80px 0 70px;
  }

  .amico-land-solution__top {
    grid-template-columns: 1fr 0.9fr;
    gap: 44px;
  }


  .amico-land-steps {
    padding: 75px 0;
  }

  .amico-land-steps__row {
    gap: 38px;
    padding: 34px 30px;
  }

  .amico-land-steps__image {
    height: 270px;
  }

  .amico-land-steps__content p {
    font-size: 16px;
  }

  .amico-land-compare__intro {
    margin-bottom: 46px;
  }

  .amico-land-compare__table th,
  .amico-land-compare__table td {
    padding: 18px 22px;
  }


  .amico-land-journey {
    padding: 70px 0px;
  }

  .amico-land-journey__timeline {
    gap: 14px;
  }

  .amico-land-journey-step__card {
    padding-left: 8px;
    padding-right: 8px;
    min-height: 134px;
  }

  .amico-land-journey__content {
    padding: 28px;
  }


  .amico-land-height {
    padding: 70px 0px;
  }

  .amico-land-height__top {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 36px;
  }

  .amico-land-height__banner--desktop .amico-land-height__banner-content {
    gap: 40px;
    padding: 38px 34px;
  }


  .amico-land-surgeons {
    padding: 70px 0px;
  }

  .amico-land-surgeons__grid {
    gap: 20px;
  }

  .amico-land-surgeon-card__image {
    height: 220px;
  }

  .amico-land-surgeon-card__body {
    padding: 22px 20px;
  }

  .amico-landing .amico-land-surgeon-card h3 {
    font-size: 18px;
  }

  .amico-land-surgeon-card__tags span {
    font-size: 12px;
    padding-left: 11px;
    padding-right: 11px;
  }


  .amico-land-outcomes {
    padding: 70px 0;
  }

  .amico-land-story-card {
    grid-template-columns: 280px minmax(0, 1fr);
    padding: 34px;
  }

  .amico-land-story-card p {
    font-size: 19px;
  }


  .amico-land-clinic {
    padding: 78px 20px 82px;
  }

  .amico-land-clinic__container {
    gap: 42px;
  }

  .amico-land-clinic-form {
    padding: 34px;
  }

  .amico-land-clinic-card {
    padding-left: 20px;
    padding-right: 20px;
  }


  .amico-land-faq {
    padding: 74px 20px;
  }

  .amico-land-faq__header {
    margin-bottom: 56px;
  }

  .amico-land-faq__groups {
    width: min(100%, 900px);
  }
}

@media (max-width: 767px) {

  .amico-land-hero {
    min-height: 566px;
    align-items: flex-end;
    padding-bottom: 49px;
  }

  .amico-land-hero>img {
    object-position: 75% center;
  }

  .amico .amico-land-hero__title {
    margin-bottom: 24px;
    font-family: var(--amico-land-font-light);
    letter-spacing: normal;
    line-height: 1.2;
    font-weight: 300;
  }

  .amico-landing .amico-land-hero__title span {
    font-family: var(--amico-land-font-medium);
    font-weight: 500;
  }

  .amico-land-hero__text {
    margin-bottom: 38px;
    line-height: 1.175;
  }

  .amico-land-hero__badge {
    margin-bottom: 40px;
    min-height: 34px;
    letter-spacing: -2%;
    width: 100%;
    justify-content: center;
    font-size: 12px;
  }

  .amico-land-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .amico-land-btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }

  .amico-land-slider__pagination {
    bottom: 6px !important;
  }

  .amico-landing .amico-land-slider .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    border-radius: 999px !important;
    background: transparent !important;
    border: 1px solid #0b7895 !important;
    opacity: 0.35 !important;
    position: relative !important;
    transition: all 0.25s ease !important;
  }

  .amico-landing .amico-land-slider .swiper-pagination-bullet-active {
    width: 9px !important;
    height: 9px !important;
    background: #0b7895 !important;
    opacity: 1 !important;
    top: 2px !important;
  }

  .amico-land-stats {
    padding: 36px 0 44px;
  }

  .amico-land-stats__inner {
    width: min(100%, 375px);
    grid-template-columns: repeat(2, 1fr);
    row-gap: 29px;
    column-gap: 0;
    display: grid;
  }

  .amico-land-stats__item {
    padding: 0 18px;
  }

  .amico-land-stats__item::after {
    display: none;
  }

  .amico-land-stats__item:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    transform: translateY(-50%);
    background: #c8cfd3;
  }

  .amico-landing .amico-land-stats__number {
    margin-bottom: 6px;
  }

  .amico-land-stats__label {
    line-height: 1.15;
  }


  .amico-land-reasons {
    padding: 55px 0;
  }

  .amico-land-reasons .amico-land-section-heading {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .amico-land-reasons .amico-land-section-heading-center {
    margin-bottom: 41px;
  }

  .amico-land-section-heading__title br {
    display: none;
  }

  .amico-land-section-heading__line {
    width: 205px;
  }

  .amico-land-section-heading-center .amico-land-section-heading__line {
    margin-top: 13px;
  }

  .amico-land-reason-card--light,
  .amico-land-reason-card--blue {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .amico-land-reasons__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .amico-land-reason-card__category {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .amico-landing .amico-land-reason-card__title {
    margin-bottom: 16px;
  }

  .amico-land-reason-card__content p {
    margin-bottom: 18px;
    line-height: 1.37;
    letter-spacing: -0.1px;
  }

  .amico-land-reason-card--blue .amico-land-reason-card__content a {
    font-weight: bold;
  }

  .amico-land-symptoms {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 24px 0 22px;
  }

  .amico-land-symptom {
    min-height: 78px;
    padding: 10px 0;
    gap: 6px;
  }

  .amico-land-symptom__icon {
    width: 24px;
    height: 32px;
  }

  .amico-land-symptom__icon img {
    max-width: 24px;
    max-height: 32px;
    height: auto;
  }

  .amico-land-symptom__label {
    font-size: 13px;
    letter-spacing: -0.1px;
  }

  .amico-land-note {
    padding: 16px 20px;
  }

  .amico-land-reason-card--blue .amico-land-reason-card__category {
    font-size: 12px;
    margin-bottom: 23px;
  }

  .amico-land-height-gain {
    margin: 25px 0 24px;
    padding: 10px 17px;
    min-height: 60px;
    gap: 12px;
  }

  .amico-land-image {
    margin-bottom: 24px;
  }

  .amico-land-image img {
    min-height: 243px;
    object-fit: cover;
  }

  .amico-land-blue-note {
    margin-bottom: 26px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.02px;
  }

  .amico-landing .amico-land-reason-card .amico-land-blue-btn {
    font-size: 15px;
    width: 100%;
    min-height: 44px;
  }

  html[lang=en] .amico-landing .amico-land-reason-card .amico-land-blue-btn,
  html[dir=ltr] .amico-landing .amico-land-reason-card .amico-land-blue-btn {
    font-family: 'Roboto', sans-serif;
  }

  .amico-land-height-gain strong {
    font-size: 18px;
  }

  .amico-land-solution {
    padding: 40px 0 46px;
    background: #f5f6f6;
  }

  .amico-land-solution .amico-land-section-heading__title {
    padding-top: 2px;
  }

  .amico-land-solution .amico-land-section-heading__line {
    margin-top: 13px;
  }

  .amico-land-desktop-only {
    display: none;
  }

  .amico-land-solution__container {
    width: 100%;
  }

  .amico-land-solution__top {
    display: block;
  }

  .amico-section-eyebrow {
    margin-bottom: 26px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .amico-land-solution__title {
    font-size: clamp(40px, 10.5vw, 56px);
    line-height: 1.16;
    letter-spacing: 0.045em;
  }

  .amico-land-solution__line {
    width: 285px;
    max-width: 100%;
    height: 3px;
    margin: 30px 0 32px;
  }

  .amico-land-solution__copy {
    letter-spacing: -0.15px;
  }

  .amico-land-solution__copy p:not(:last-child) {
    margin-bottom: 16px;
  }

  .amico-land-solution-stats {
    margin-top: 39px;
    grid-template-columns: repeat(3, 1fr);
  }

  .amico-land-solution-stats__item {
    min-height: 96px;
    padding: 14px 12px 13px;
    font-family: var(--amico-land-font-medium);
  }

  .amico-land-solution-stats__item:nth-child(2) {
    min-width: 125px;
  }

  .amico-land-solution-stats__item:not(:last-child)::after {
    top: 28px;
    height: 40px;
  }

  .amico-land-solution-stats__item strong {
    margin-bottom: 4px;
  }

  .amico-land-solution-stats__item span {
    font-size: clamp(0.81rem, calc(0.790rem + 0.114vw), 0.88rem);
  }

  .amico-land-solution-slider {
    display: block;
    margin: 32px 0 0;
    padding-bottom: 40px !important;
    overflow: hidden;
  }

  .amico-land-solution-slider__image {
    background: #e8eef1;
    overflow: hidden;
  }

  .amico-land-solution-slider .swiper-slide {
    width: 100%;
  }

  .amico-land-steps {
    padding: 54px 0 56px;
    background: #f7f8f8;
    overflow: hidden;
  }

  .amico-land-steps__container {
    width: 100%;
  }

  .amico-land-steps__header {
    width: min(100% - 40px, 520px);
    margin: 0 auto 34px;
  }

  .amico-land-steps__eyebrow {
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .amico-land-steps__title {
    font-size: clamp(32px, 8vw, 42px);
    line-height: 1.2;
  }

  .amico-land-steps__desktop {
    display: none;
  }

  .amico-land-steps__mobile {
    display: block;
    width: 100%;
    padding-bottom: 40px !important;
  }

  .amico-step-card {
    height: auto;
    background: #ffffff;
    text-align: center;
  }

  .amico-step-card--highlight {
    background: #eaf3f5;
  }

  .amico-land-steps .amico-land-section-heading-center {
    margin-bottom: 34px
  }

  .amico-step-card__image {
    height: 260px;
    overflow: hidden;
    padding: 20px;
  }

  .amico-step-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .amico-step-card__body {
    padding: 3px 16px 20px;
  }

  .amico-step-card__meta {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }

  .amico-step-card__number {
    color: #e1dde6;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.025em;
  }

  .amico-step-card--highlight .amico-step-card__number {
    color: #9fb4bf;
  }

  .amico-step-card__icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf3f5;
    border-radius: 5px;
  }

  .amico-step-card--highlight .amico-step-card__icon {
    background: #ffffff;
  }

  .amico-step-card__icon img {
    width: 23px;
    height: 23px;
    object-fit: contain;
    display: block;
  }

  .amico-landing .amico-step-card h3 {
    margin: 0 0 12px;
    color: #24212c;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    font-family: var(--amico-land-font-medium);
  }

  .amico-step-card p {
    max-width: 390px;
    margin: 0 auto 30px;
    color: #535a61;
    font-size: 13px;
    line-height: 1.38;
    font-weight: 400;
    letter-spacing: -0.1px;
  }

  .amico-step-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 1px 24px;
    border-radius: 999px;
    background: #e7eef2;
    color: #123f58;
    font-size: 13px;
    line-height: 1;
  }

  .amico-step-card--highlight .amico-step-card__tag {
    background: #ffffff;
  }

  .amico-land-steps__note {
    margin: 24px auto 0;
    min-height: 104px;
    padding: 20px 24px;
    align-items: center;
    gap: 18px;
    border-radius: 6px;
  }

  .amico-land-steps__note-icon {
    min-width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .amico-land-steps__note p {
    font-size: 13px;
    line-height: 1.2;
  }

  .amico-land-compare {
    padding: 56px 0;
    background:
      linear-gradient(180deg, #0a3b56 0%, #0f7f99 100%);
  }

  .amico-land-compare__intro {
    max-width: 100%;
    margin-bottom: 0;
  }

  .amico-land-compare__line {
    width: 185px;
    height: 2px;
    margin: 24px 0 24px;
  }

  .amico-land-compare__text {
    padding-top: 24px;
    line-height: 1.35;
    margin-bottom: 26px;
  }

  /* ≤767px: stack table above images */
  .amico-land-compare__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .amico-land-compare__table-wrap {
    overflow: visible;
  }

  /* Mobile: reset desktop height floor, show all images in a natural-height row */
  .amico-land-compare__images-inner {
    flex: none;
    min-height: 0;
    gap: 4px;
  }

  .amico-land-compare__image-card {
    height: auto;
  }

  .amico-land-compare__image-card-img {
    flex: none;
    aspect-ratio: 3 / 4;
    min-height: 180px;
  }

  .amico-land-compare__image-card-img img {
    /* object-fit: cover; */
    object-fit: contain;
  }

  .amico-land-compare__table {
    table-layout: fixed;
  }

  .amico-land-compare__table th,
  .amico-land-compare__table td {
    word-break: normal;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .amico-land-compare__table td {
    vertical-align: top;
    line-height: 1.2;
    letter-spacing: -0.1px;
    padding: 15px 18px 13px;
  }

  .amico-land-compare__table th:nth-child(1),
  .amico-land-compare__table td:nth-child(1) {
    width: 34%;
    padding-left: 0;
    text-align: left;
  }

  .amico-land-compare__table th:nth-child(2),
  .amico-land-compare__table td:nth-child(2) {
    width: 33%;
    text-align: left;
  }

  .amico-land-compare__table th:nth-child(3),
  .amico-land-compare__table td:nth-child(3) {
    width: 33%;
    text-align: left;
    background: rgba(18, 127, 155, 0.76);
    font-weight: 700;
  }

  .amico-land-compare__table thead th:nth-child(3) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .amico-land-compare__table tbody tr:last-child td:nth-child(3) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .amico-land-compare__table thead th {
    font-size: 13px;
    line-height: 1.2;
    padding: 16px 18px 17px;
  }

  .amico-land-compare__source {
    margin-top: 28px;
    text-align: left;
    font-size: 11px;
  }

  .amico-land-journey {
    padding: 54px 0;
  }

  .amico-land-journey__container {
    width: 100%;
  }

  .amico-land-journey__header {
    margin: 0 auto 24px;
  }

  .amico-land-journey__eyebrow {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .amico-land-journey__title {
    max-width: 330px;
    font-size: clamp(34px, 8.7vw, 44px);
    line-height: 1.22;
  }

  .amico-land-journey__line {
    width: 165px;
    margin-top: 26px;
  }

  .amico-land-journey__mobile {
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 48px !important;
    overflow: visible;
  }

  .amico-land-journey__mobile::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 68px;
    right: 0;
    height: 2px;
    background: #e1dde6;
    z-index: 0;
  }

  .amico-land-journey-slide {
    position: relative;
    z-index: 1;
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    font-family: inherit;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    color: inherit;
  }

  .amico-land-journey-slide__number {
    width: 56px;
    height: 56px;
    margin: 3px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2px solid #e1dde6;
    border-radius: 4px;
    color: #97919f;
    font-size: 14px;
    line-height: 1;
    transition: all 0.25s ease;
    font-family: var(--amico-land-font-medium);
  }

  .amico-land-journey-slide.is-active .amico-land-journey-slide__number {
    background: #0f7895;
    border-color: #eadcf3;
    box-shadow: 0 0 0 3px #eadcf3;
    color: #ffffff;
  }

  .amico-land-journey-slide__card {
    margin: 0 auto;
    padding: 14px 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f3f4f5;
    border: 1px solid transparent;
    transition: all 0.25s ease;
  }

  .amico-land-journey-slide.is-active .amico-land-journey-slide__card {
    background: #eaf1f4;
    border-color: #c6d3da;
  }

  .amico-land-journey-slide__icon {
    width: 28px;
    height: 28px;
    margin-bottom: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .amico-land-journey-slide__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
  }

  .amico-land-journey-slide__card strong {
    margin-bottom: 6px;
  }

  .amico-land-journey__details {
    display: block;
  }

  .amico-land-journey__content {
    min-height: auto;
    padding: 22px 22px 16px;
    margin-bottom: 18px;
  }

  .amico-land-journey__phase-title {
    margin-bottom: 12px;
    letter-spacing: -0.1px;
  }

  .amico-land-journey__phase-text {
    letter-spacing: -0.2px;
  }

  .amico-land-journey__image {
    max-height: 234px;
  }

  .amico-land-journey__image img {
    max-height: 234px;
    width: 100%;
    object-fit: cover;
  }

  .amico-land-height {
    padding: 56px 0 44px;
    background: #f6f6f7;
  }

  .amico-land-height__header {
    padding-bottom: 36px;
  }

  .amico-land-height__header .amico-land-section-heading__line {
    margin-top: 14px;
  }

  .amico-land-height__container {
    width: 100%;
  }

  .amico-land-height__text p {
    margin-bottom: 14px;
  }

  .amico-land-height__top {
    display: block;
  }

  .amico-land-height__expect-title {
    margin: 30px 0px 15px;
    letter-spacing: -0.55px;
  }

  .amico-land-height .amico-land-section-heading {
    margin-bottom: 16px;
  }

  .amico-land-height__mobile-slider {
    display: block;
    width: 100%;
    padding-bottom: 44px;
    overflow: hidden;
  }

  .amico-land-height__mobile-slider .swiper-slide {
    height: auto;
  }

  .amico-land-height__cards--mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .amico-land-height__cards--mobile .amico-land-height-card {
    min-height: 131px;
    padding: 15px 10px;
  }

  .amico-land-height__cards--mobile .amico-land-height-card:nth-child(3) .amico-land-height-card__icon {
    height: 40px;
  }

  .amico-landing .amico-land-height-card h4 {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
  }

  .amico-land-height-card__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
  }

  .amico-land-height-card__icon img {
    width: 32px;
    height: 32px;
  }

  .amico-landing .amico-land-height__mobile-cta {
    min-height: 62px;
    margin: 16px 0 0px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #073f5b;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-family: var(--amico-land-font-medium);
    font-weight: 500;
  }

  .amico-land-height__mobile-cta:hover {
    color: #ffffff;
    background: #0b5b78;
  }

  .amico-land-height__mobile-cta span {
    margin-left: 8px;
  }

  .amico-land-height__banner {
    background-position: 70% center;
  }

  .amico-land-height__banner--mobile {
    min-height: 100%;
    margin: 0;
  }

  .amico-land-height__banner--mobile .amico-land-height__banner-overlay {
    background:
      linear-gradient(180deg,
        rgba(8, 58, 84, 0.94) 0%,
        rgba(9, 98, 126, 0.88) 100%);
  }

  .amico-land-height__banner--mobile .amico-land-height__banner-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .amico-landing .amico-land-height__banner-main h3 {
    margin-bottom: 14px;
    font-size: 60px;
    font-family: var(--amico-land-font-medium);
  }

  .amico-land-height__banner-subtitle {
    margin-bottom: 14px;
    font-size: 16px;
  }

  .amico-land-height__banner-text {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.4;
  }

  .amico-land-height__commitment {
    max-width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .amico-land-height__note--mobile {
    font-size: 13px;
    display: block;
    margin-top: 12px;
    padding: 0 20px;
  }

  .amico-land-surgeons {
    padding: 56px 0;
    background: #eaf6f7;
  }

  .amico-land-surgeons__header {
    margin-bottom: 20px;
  }

  .amico-land-surgeons__header .amico-land-section-heading {
    letter-spacing: 1px;
    margin-bottom: 18px;
  }

  .amico-land-surgeons__intro {
    letter-spacing: -0.2px;
    padding-top: 25px;
    line-height: 1.4;
  }

  .amico-land-surgeons__grid {
    display: none;
  }

  .amico-land-surgeons__slider {
    display: block;
    width: 100%;
    padding: 0 0 32px !important;
    overflow: hidden;
  }

  .amico-land-surgeons__slider .amico-land-slider__pagination {
    bottom: 0 !important;
  }

  .amico-land-surgeons__slider .swiper-wrapper {
    align-items: stretch;
  }

  .amico-land-surgeons__slider .swiper-slide {
    height: auto;
  }

  .amico-land-surgeons__slider .amico-land-surgeon-card {
    height: 100%;
  }

  .amico-landing .amico-land-surgeon-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .amico-land-surgeon-card__image {
    height: auto;
    width: 100%;
    min-height: 228px;
  }

  .amico-land-surgeon-card__body {
    min-height: 119px;
    padding: 20px 24px 10px;
    text-align: left;
  }

  .amico-land-surgeon-card__tags {
    gap: 6px;
  }

  .amico-land-surgeon-card__tags span {
    min-height: 23px;
    padding: 2px 14px;
    font-size: 12px;
    font-family: var(--amico-land-font-dm);
    font-weight: 600;
  }

  .amico-land-surgeon-card__cta {
    min-height: 39px;
    font-size: 15px;
  }

  .amico-landing .amico-land-surgeon-card__cta {
    width: 100%;
  }

  .amico-land-surgeons__notice {
    margin: 26px auto 0;
    padding: 22px 18px 18px;
    align-items: center;
    gap: 18px;
    border-radius: 3px;
  }

  .amico-land-surgeons__notice-icon,
  .amico-land-surgeons__notice-icon svg {
    width: 44px;
    height: 44px;
  }

  .amico-land-surgeons__notice p {
    line-height: 1.25;
    font-family: var(--amico-land-font-medium);
  }

  .amico-land-outcomes {
    padding: 54px 0 57px;
    background-position: center top;
    background-size: auto 100%;
  }

  .amico-land-outcomes__overlay {
    background:
      linear-gradient(180deg,
        rgba(5, 38, 58, 0.94) 0%,
        rgba(5, 49, 73, 0.88) 50%,
        rgba(6, 61, 82, 0.94) 100%);
  }

  .amico-land-outcomes__container {
    width: 100%;
  }

  .amico-land-outcomes .amico-land-section-heading {
    letter-spacing: -1px;
    margin-bottom: 12px;
  }

  .amico-land-outcomes .amico-land-section-heading__title {
    letter-spacing: -0.2px;
  }

  .amico-land-outcomes__header {
    margin: 0 auto 20px;
  }

  .amico-land-outcomes__title span {
    color: #13a7a3;
  }

  .amico-land-outcomes__stories {
    display: none;
  }

  .amico-land-outcomes__slider {
    display: block;
    width: 100%;
    padding: 0 0 40px !important;
    overflow: hidden;
  }

  .amico-land-outcomes__slider .swiper-slide {
    padding: 30px;
  }

  .amico-landing .amico-land-outcomes .amico-land-slider .swiper-pagination-bullet-active {
    background: #1CAEA7 !important;
  }

  .amico-landing .amico-land-outcomes .amico-land-slider .swiper-pagination-bullet {
    border: 1px solid #1CAEA7 !important;
  }

  .amico-land-story-mobile-card {
    padding: 30px 30px 32px;
    background: #E8F2F5;
    background: linear-gradient(180deg, #E8F2F5 0%, #E8F7F6 100%);
    border-radius: 6px;
    color: #123047;
  }

  .amico-land-story-mobile-card--green {
    background: #d9f8ef;
  }

  .amico-land-story-mobile-card__quote {
    display: block;
    margin-bottom: 15px;
  }

  .amico-landing .amico-land-story-mobile-card h3 {
    margin: 0 0 20px;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: normal;
    font-family: var(--amico-land-font-medium);
    font-weight: 500;
  }

  .amico-land-story-mobile-card__image {
    overflow: hidden;
    background: #ffffff;
    padding: 0;
    margin-bottom: 20px;
  }

  .amico-land-story-mobile-card p {
    margin: 0 0 22px;
    color: #123047;
    font-size: 18px;
  }

  .amico-land-story-mobile-card a {
    color: #123047;
    font-size: 16px;
    text-decoration: underline;
  }

  .amico-land-story-mobile-card a:hover {
    text-decoration: none;
  }

  .amico-land-outcomes__stats {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 12px;
    overflow: hidden;
    background: none;
    gap: 10px;
    margin-top: 16px;
  }

  .amico-land-outcomes-stat {
    padding: 22px 10px;
    border-radius: 8px 0 0 0;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
  }

  .amico-land-outcomes-stat:first-child {
    border-radius: 6px 0 0 0;
  }

  .amico-land-outcomes-stat:nth-child(2) {
    border-radius: 0 6px 0 0;
  }

  .amico-land-outcomes-stat:nth-child(3) {
    border-radius: 0 0 6px 0;
  }

  .amico-land-outcomes-stat:nth-child(4) {
    border-radius: 0 0 0 6px;
  }

  .amico-land-outcomes-stat strong {
    margin-bottom: 14px;
  }

  .amico-land-outcomes-stat strong span {
    font-size: 27px;
    font-family: var(--amico-land-font-medium);
  }

  .amico-land-outcomes-stat span {
    font-size: 15px;
    font-family: var(--amico-land-font-medium);
  }

  /* ================================
   Mobile Read More Behaviour
================================ */

  .amico-land-story-mobile-card__full {
    display: none;
  }

  .amico-land-story-mobile-card.is-expanded .amico-land-story-mobile-card__short {
    display: none;
  }

  .amico-land-story-mobile-card.is-expanded .amico-land-story-mobile-card__full {
    display: inline;
  }

  .amico-land-story-mobile-card__read {
    appearance: none;
    border: 0;
    padding: 0;
    background: transparent;
    color: #123047;
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
  }

  .amico-land-story-mobile-card__read:hover {
    color: #0b7895;
  }

  .amico-land-story-mobile-card.is-expanded .amico-land-story-mobile-card__read {
    margin-top: 4px;
  }


  .amico-land-clinic {
    padding: 56px 0;
  }

  .amico-land-clinic__container {
    width: 100%;
    display: block;
  }

  .amico-land-clinic-form {
    margin: 0 auto 26px;
    padding: 38px 20px 30px;
  }

  .amico-landing .amico-land-clinic-form__title {
    margin-bottom: 6px;
    font-family: var(--amico-land-font-medium);
    letter-spacing: -0.1px;
  }

  .amico-land-clinic-form__intro {
    margin-bottom: 25px;
    letter-spacing: 0.1px;
  }

  .amico-land-clinic-form__group {
    margin-bottom: 22px;
  }

  .amico-land-clinic-form__group label {
    margin-bottom: 10px;
  }

  .amico-land-clinic-form__group input,
  .amico-land-clinic-form__group select {
    height: 44px;
    padding: 0 16px;
    font-size: 15px;
  }

  .amico-land-clinic-form__group select {
    background-position:
      calc(100% - 24px) 27px,
      calc(100% - 18px) 27px;
  }

  .amico-land-clinic-form__submit {
    min-height: 46px;
    margin-top: 9px;
    margin-bottom: 27px;
    font-size: 16px;
  }

  .amico-land-clinic-form__privacy {
    text-align: left;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 16.5px;
  }

  .amico-land-clinic-locator {
    text-align: center;
  }

  .amico-land-clinic-locator__header {
    margin-bottom: 16px;
  }

  .amico-land-clinic-locator__eyebrow {
    margin-bottom: 13px;
    font-size: 13px;
  }

  .amico-land-clinic-locator__title {
    margin: 0 auto 13px;
    font-size: 20px;
    font-family: var(--amico-land-font-medium);
    font-weight: normal;
    letter-spacing: normal;
  }

  .amico-land-clinic-locator__intro {
    font-size: 13px;
    margin-bottom: 24px;
    letter-spacing: -0.1px;
  }

  .amico-land-clinic-filter {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
  }

  .amico-land-clinic-filter__btn {
    min-width: calc(33% - 12px);
    min-height: 32px;
    padding: 0 17px;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    display: block;
  }

  .amico-land-clinic-filter__flag {
    display: none;
  }

  .amico-land-clinic-list {
    gap: 12px;
  }

  .amico-land-clinic-card {
    min-height: 122px;
    padding: 16px 20px;
    display: block;
    text-align: center;
  }

  .amico-landing .amico-land-clinic-card h3 {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0;
  }

  .amico-land-clinic-card p {
    margin-bottom: 6px;
  }

  .amico-land-clinic-card__btn {
    min-height: 32px;
    font-size: 15px;
  }

  .amico-land-faq {
    padding: 56px 0;
  }

  .amico-land-faq .amico-land-section-heading__title {
    text-align: center;
  }

  .amico-land-faq__header {
    margin-bottom: 19px;
  }

  .amico-land-faq-tabs {
    width: 100%;
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .amico-land-faq-tabs__btn {
    min-height: 46px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    min-width: 255px;
  }

  .amico-land-faq__groups {
    width: 100%;
  }

  .amico-land-faq-item__question {
    min-height: 58px;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 3px;
    gap: 19px;
    position: relative;
  }

  .amico-land-faq-item__question span {
    max-width: calc(100% - 46px);
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: 0;
  }

  .amico-land-faq-item__question i {
    font-size: 26px;
    position: absolute;
    top: 32px;
    right: 0;
    line-height: 0;
  }

  .amico-land-faq-item__answer {
    padding: 0 0 18px;
  }

  .amico-land-faq-item__answer p {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.1px;
  }

  .is-open .amico-land-faq-item__question {
    min-height: 62px;
    padding-top: 0;
  }

}

@media (max-width: 411px) {
  .amico-land-hero__badge {
    font-size: 10.5px;
  }
}

@media (max-width: 374px) {
  .amico-land-hero__badge {
    font-size: 10px;
  }
}

/* ==============
   ARABIC Layout 
   ============= */

html[dir=rtl] body,
html[lang=ar] body {
  direction: rtl;
}

html[dir=rtl] .amico-land-reason-card__category,
html[lang=ar] .amico-land-reason-card__category {
  padding-left: 0;
  padding-right: 15px;
}

html[dir=rtl] .amico-land-reason-card__category::before,
html[lang=ar] .amico-land-reason-card__category::before {
  left: auto;
  right: 0;
}

html[dir=rtl] .amico-land-solution-stats__item:not(:last-child)::after,
html[lang=ar] .amico-land-solution-stats__item:not(:last-child)::after {
  right: auto;
  left: 0;
}

html[dir=rtl] .amico-land-surgeon-card__body,
html[lang=ar] .amico-land-surgeon-card__body {
  text-align: right;
}

html[dir=rtl] .amico-land-story-card h3,
html[lang=ar] .amico-land-story-card h3 {
  padding-left: 0;
  padding-right: 35px;
}

html[dir=rtl] .amico-land-story-card__quote,
html[lang=ar] .amico-land-story-card__quote {
  left: auto;
  right: 0;
}

html[dir=rtl] input[type="tel" i],
html[lang=ar] input[type="tel" i] {
  text-align: right;
}


/**fixing header**/

@media (min-width: 1025px) {
  .amico-landing .amico-header .amico-container {
    padding: 0 14px;
  }

  .amico-landing .amico-brand img {
    height: 34px;
  }

  .amico-landing .amico-search-container,
  .amico-landing .amico-tools {
    display: none;
  }
}

.amico-landing .amico-search-btn {
  display: none;
}

.amico-landing .amico-header-inner {
  min-height: 77px;
  height: 77px;
}

@media (max-width: 1024px) {

  .amico-landing a.cta-request-consultation,
  .amico-landing .amico-menu>li.cta-request-consultation,
  .amico-landing .cta-request-consultation {
    display: none;
  }

  .amico-landing .amico-drawer {
    background: #fff;
    text-align: center;
  }

  .amico-landing .amico-drawer-header {
    height: 64px;
    justify-content: start;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #E4DEE8;
  }

  .amico-landing .amico-mobile-menu {
    align-items: center;
  }

  .amico-mobile-menu>li>a {
    font-family: var(--amico-land-font-medium);
    font-weight: 500;
    color: #102C41;
  }

  .amico-landing .amico-drawer .cta-request-consultation {
    display: block;
    font-weight: 500;
    margin-left: 16px;
    margin-right: 16px;
  }

  .amico-landing .amico-drawer-close {
    right: 16px;
  }

  html[lang=ar].amico-landing .amico-drawer-close,
  html[dir=rtl].amico-landing .amico-drawer-close {
    left: 16px;
    right: auto;
  }

  .amico-landing .amico-drawer-close svg path {
    fill: #102C41 !important;
  }

  .amico-landing .amico-brand img {
    height: 35px;
  }

  .amico-landing .amico-header-inner {
    min-height: 64px;
    height: 64px;
  }

  .amico-landing .amico-tools {
    right: 15px;
    left: auto;
  }

  .amico-landing .amico-brand {
    margin-left: 20px;
  }

  html[lang=ar] .amico-landing .amico-tools,
  html[dir=rtl] .amico-landing .amico-tools {
    left: 15px;
  }

  html[lang=ar] .amico-landing .amico-brand,
  html[dir=rtl] .amico-landing .amico-brand {
    margin-right: 20px;
  }

}

/**fixing footer**/
.amico-landing .elementor-40 .elementor-element.e-child .elementor-heading-title {
  font-family: var(--amico-land-font-medium);
  font-weight: 500;
}



.amico-land-hero__brand-logo {
  position: absolute;
  top: 30px;
  inset-inline-end: max(24px, calc((100% - 1152px) / 2));
  z-index: 10;
}

.amico-land-hero__brand-logo img {
  display: block;
  height: 56px;
  width: auto;
}

@media (max-width: 1024px) {
  .amico-land-hero__brand-logo {
    top: 48px;
    inset-inline-end: 24px;
  }
  .amico-land-hero__brand-logo img {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .amico-land-hero__brand-logo {
    top: 16px;
    inset-inline-end: 16px;
  }
  .amico-land-hero__brand-logo img {
    height: 28px;
  }
}

.elementor-13242 .elementor-element.elementor-element-03a0070 .elementor-icon-list-text{
    font-family: var(--amico-land-font-medium);
    font-weight: 500;
}

html[lang=ar] .elementor-element-386dec0{display: none!important}
 