/* Fleet-led About mega menu. Aircraft imagery is transparent; shadows are CSS. */

.bekaa-about-fleet {
  display: none;
}

@media only screen and (min-width: 1141px) {
  :is(#menu-item-741, #menu-item-20381).has-mega-menu > ul.sub-menu {
    box-sizing: border-box;
    width: 100vw !important;
    max-width: none !important;
    overflow: hidden;
    border: 0 !important;
    background: #fff !important;
    box-shadow: 0 18px 42px rgba(17, 23, 31, 0.12);
  }

  :is(#menu-item-741, #menu-item-20381).has-mega-menu > ul.sub-menu > li {
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: 20% minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    background: #fff !important;
  }

  .bekaa-about-fleet {
    --fleet-ink: #17191d;
    --fleet-muted: #676a70;
    --fleet-line: rgba(23, 25, 29, 0.09);
    --fleet-divider-accent: rgba(23, 25, 29, 0.07);
    --fleet-red: var(--bekaa-red, #ec1d25);
    --fleet-feature-top-pad: clamp(4px, 0.6vh, 8px);
    --fleet-column-pad: clamp(24px, 1.8vw, 36px);
    --fleet-divider-gap: clamp(12px, 1.6vh, 18px);
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 20% minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: hidden;
    background: #fff;
    color: var(--fleet-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  }

  .bekaa-about-fleet__content,
  .bekaa-about-fleet__content * {
    box-sizing: border-box;
  }

  .bekaa-about-fleet > .megamenu-title {
    grid-column: 1;
    grid-row: 1;
  }

  .bekaa-about-fleet > ul.sub-menu {
    grid-column: 1;
    grid-row: 2;
  }

  .bekaa-about-fleet > .bekaa-about-fleet__content {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .bekaa-about-fleet__content {
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    align-content: start;
    min-width: 0;
    min-height: 0;
    padding: calc(9px - var(--fleet-feature-top-pad)) clamp(24px, 2.35vw, 46px) 0;
  }

  .bekaa-about-fleet__content::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: var(--fleet-line);
    pointer-events: none;
  }

  .bekaa-about-fleet h3,
  .bekaa-about-fleet__stat {
    font-family: inherit;
    text-align: left !important;
    text-transform: uppercase;
  }

  .bekaa-about-fleet__features {
    display: grid;
    grid-template-columns: minmax(0, 3.39fr) minmax(0, 2.75fr);
    min-width: 0;
    min-height: 0;
    border-bottom: 0;
  }

  .bekaa-about-fleet__feature {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: start;
    min-width: 0;
    min-height: 0;
    padding: var(--fleet-feature-top-pad) 0 clamp(18px, 2.7vh, 28px);
  }

  .bekaa-about-fleet__feature + .bekaa-about-fleet__feature {
    padding-left: var(--fleet-column-pad);
    border-left: 0;
  }

  .bekaa-about-fleet__feature + .bekaa-about-fleet__feature::before {
    content: "";
    position: absolute;
    top: clamp(38px, 5.5vh, 54px);
    bottom: clamp(26px, 4vh, 40px);
    left: 0;
    width: 1px;
    border-radius: 999px;
    background: var(--fleet-divider-accent);
    pointer-events: none;
  }

  .bekaa-about-fleet__feature--r44 h3,
  .bekaa-about-fleet__card h3 {
    white-space: nowrap;
  }

  .bekaa-about-fleet__details,
  .bekaa-about-fleet__card-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    min-width: 0;
  }

  .bekaa-about-fleet__details {
    gap: clamp(12px, 1.2vw, 24px);
  }

  .bekaa-about-fleet__card-copy {
    gap: clamp(8px, 0.7vw, 14px);
  }

  .bekaa-about-fleet h3 {
    margin: 0;
    color: var(--fleet-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
    font-size: clamp(13px, 0.9vw, 17px);
    font-weight: 650;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-align: left !important;
  }

  .bekaa-about-fleet__stats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(11px, 1.7vh, 18px);
    margin-top: clamp(17px, 2.7vh, 28px);
  }

  .bekaa-about-fleet__feature .bekaa-about-fleet__stats,
  .bekaa-about-fleet__card .bekaa-about-fleet__stats {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: clamp(8px, 0.9vw, 17px);
    margin-top: 0;
  }

  .bekaa-about-fleet__feature .bekaa-about-fleet__stat,
  .bekaa-about-fleet__card .bekaa-about-fleet__stat {
    gap: clamp(5px, 0.42vw, 8px);
    font-size: clamp(9px, 0.63vw, 12px);
    letter-spacing: 0.055em;
  }

  .bekaa-about-fleet__feature .bekaa-about-fleet__stat svg,
  .bekaa-about-fleet__card .bekaa-about-fleet__stat svg {
    width: clamp(15px, 1vw, 19px);
    height: clamp(15px, 1vw, 19px);
  }

  .bekaa-about-fleet__stat {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 11px;
    color: var(--fleet-ink);
    font-size: clamp(11px, 0.76vw, 14px);
    font-weight: 520;
    letter-spacing: 0.095em;
    line-height: 1;
    white-space: nowrap;
  }

  .bekaa-about-fleet__stat > span {
    display: inline !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .bekaa-about-fleet__stat svg {
    display: block;
    flex: 0 0 auto;
    width: clamp(18px, 1.25vw, 24px);
    height: clamp(18px, 1.25vw, 24px);
    fill: currentColor;
  }

  .bekaa-about-fleet__aircraft {
    --shadow-left: 16%;
    --shadow-right: 52%;
    --shadow-bottom: 2%;
    --shadow-opacity: 0.13;
    --contact-left: 18%;
    --contact-right: 54%;
    --contact-bottom: 3%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    height: 100%;
    isolation: isolate;
  }

  .bekaa-about-fleet__aircraft::before,
  .bekaa-about-fleet__aircraft::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
  }

  .bekaa-about-fleet__aircraft::before {
    right: var(--shadow-right);
    bottom: var(--shadow-bottom);
    left: var(--shadow-left);
    height: 8px;
    background: radial-gradient(ellipse at center, rgba(18, 21, 25, var(--shadow-opacity)) 0%, rgba(18, 21, 25, 0.065) 44%, rgba(18, 21, 25, 0) 78%);
    filter: blur(3px);
  }

  .bekaa-about-fleet__aircraft::after {
    right: var(--contact-right);
    bottom: var(--contact-bottom);
    left: var(--contact-left);
    height: 2px;
    background: linear-gradient(90deg, rgba(18, 21, 25, 0), rgba(18, 21, 25, 0.23) 18%, rgba(18, 21, 25, 0.23) 82%, rgba(18, 21, 25, 0));
    filter: blur(0.8px);
  }

  .bekaa-about-fleet__picture {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
  }

  .bekaa-about-fleet__picture img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }

  .bekaa-about-fleet__aircraft--h125 {
    --shadow-left: 14.5%;
    --shadow-right: 53%;
    --shadow-bottom: 2%;
    --contact-left: 16%;
    --contact-right: 55%;
    --contact-bottom: 3%;
    padding-bottom: 1px;
  }

  .bekaa-about-fleet__aircraft--h125 .bekaa-about-fleet__picture {
    width: 103%;
    max-width: none;
  }

  .bekaa-about-fleet__feature .bekaa-about-fleet__aircraft {
    width: 90%;
    height: auto;
    aspect-ratio: 3 / 1;
    margin-top: clamp(12px, 2vh, 18px);
    margin-right: auto;
    margin-left: auto;
  }

  .bekaa-about-fleet__feature .bekaa-about-fleet__r44-formation {
    position: relative;
    aspect-ratio: 2.6 / 1;
    overflow: visible;
    isolation: isolate;
    transform: translateY(10%);
  }

  .bekaa-about-fleet__r44-formation::before,
  .bekaa-about-fleet__r44-formation::after {
    content: none;
  }

  .bekaa-about-fleet__r44-layer {
    --r44-shadow-opacity: 0.22;
    --r44-contact-opacity: 0.38;
    position: absolute;
    aspect-ratio: 1280 / 420;
    min-width: 0;
    isolation: isolate;
  }

  .bekaa-about-fleet__r44-layer::before,
  .bekaa-about-fleet__r44-layer::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
  }

  .bekaa-about-fleet__r44-layer::before {
    right: 53%;
    bottom: 1.5%;
    left: 15%;
    height: 9px;
    background: radial-gradient(ellipse at center, rgba(18, 21, 25, var(--r44-shadow-opacity)) 0%, rgba(18, 21, 25, 0.045) 44%, rgba(18, 21, 25, 0) 78%);
    filter: blur(3.2px);
  }

  .bekaa-about-fleet__r44-layer::after {
    right: 55%;
    bottom: 3%;
    left: 16.5%;
    height: 2px;
    background: linear-gradient(90deg, rgba(18, 21, 25, 0), rgba(18, 21, 25, var(--r44-contact-opacity)) 18%, rgba(18, 21, 25, var(--r44-contact-opacity)) 82%, rgba(18, 21, 25, 0));
    filter: blur(0.8px);
  }

  .bekaa-about-fleet__r44-layer .bekaa-about-fleet__picture {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
  }

  .bekaa-about-fleet__r44-layer--black {
    --r44-shadow-opacity: 0.08;
    --r44-contact-opacity: 0.13;
    z-index: 1;
    right: -38%;
    bottom: 38%;
    width: 76%;
  }

  .bekaa-about-fleet__r44-layer--blue {
    --r44-shadow-opacity: 0.13;
    --r44-contact-opacity: 0.21;
    z-index: 2;
    right: -19%;
    bottom: 19%;
    width: 88%;
  }

  .bekaa-about-fleet__r44-layer--red {
    --r44-shadow-opacity: 0.22;
    --r44-contact-opacity: 0.38;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .bekaa-about-fleet__secondary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 27.6059%));
    align-items: start;
    min-width: 0;
    min-height: 0;
  }

  .bekaa-about-fleet__card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    align-content: start;
    min-width: 0;
    min-height: 0;
    padding: clamp(17px, 2.5vh, 27px) var(--fleet-column-pad) clamp(12px, 1.7vh, 18px);
    align-self: stretch;
    border-left: 0;
  }

  .bekaa-about-fleet__card:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .bekaa-about-fleet__card:nth-child(2),
  .bekaa-about-fleet__card:nth-child(3) {
    border-left: 0;
  }

  .bekaa-about-fleet__card:nth-child(2)::before,
  .bekaa-about-fleet__card:nth-child(3)::before {
    content: "";
    position: absolute;
    top: clamp(26px, 3.8vh, 38px);
    bottom: clamp(20px, 3vh, 30px);
    left: 0;
    width: 1px;
    border-radius: 999px;
    background: var(--fleet-divider-accent);
    pointer-events: none;
  }

  .bekaa-about-fleet__card .bekaa-about-fleet__aircraft {
    --shadow-bottom: 2%;
    --contact-bottom: 3%;
    width: 90%;
    height: auto;
    aspect-ratio: 3 / 1;
    margin-top: clamp(12px, 2vh, 18px);
    margin-right: auto;
    margin-left: auto;
  }

  .bekaa-about-fleet__card .bekaa-about-fleet__aircraft--bell-429 {
    --shadow-left: 20%;
    --shadow-right: 47%;
    --contact-left: 22%;
    --contact-right: 49%;
  }

  .bekaa-about-fleet__card .bekaa-about-fleet__aircraft--h130 {
    --shadow-left: 21%;
    --shadow-right: 48%;
    --contact-left: 23%;
    --contact-right: 50%;
  }

  .bekaa-about-fleet__card .bekaa-about-fleet__aircraft--longranger {
    --shadow-left: 14.5%;
    --shadow-right: 48%;
    --contact-left: 16%;
    --contact-right: 50%;
  }

}

@media only screen and (min-width: 1141px) and (max-width: 1399px) {
  .bekaa-about-fleet {
    grid-template-columns: 20% minmax(0, 1fr);
    --fleet-column-pad: 20px;
  }

  .bekaa-about-fleet__content {
    padding-right: 22px;
    padding-left: 22px;
  }

  .bekaa-about-fleet__card {
    padding-right: 12px;
  }

  .bekaa-about-fleet__stat {
    gap: 7px;
    letter-spacing: 0.06em;
  }
}

@media only screen and (min-width: 1141px) and (max-width: 1239px) {
  .bekaa-about-fleet__card .bekaa-about-fleet__stat:nth-child(2) {
    display: none !important;
  }
}
