.elementor-175 .elementor-element.elementor-element-dcb39ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5585493 */* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', sans-serif;
      background: #f0f4fa;
      overflow-x: hidden;
    }

    /* ===========================================
       ALMAHA FLY – FLIGHT TICKET SECTION
       Colors: #0c2340 (navy), #c8102e (red), white, light gray
    =========================================== */
    .alm-flight {
      background: #ffffff;
      position: relative;
      overflow: hidden;
    }

    /* top accent bar matching brand */
    .alm-flight-top-bar {
      height: 4px;
      background: linear-gradient(90deg, #0c2340, #c8102e 50%, #0c2340);
    }

    /* ========== HERO / FLIGHT INTRO ========== */
    .alm-flight-hero {
      position: relative;
      width: 100%;
      height: 520px;
      overflow: hidden;
    }

    .alm-flight-bg {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
      display: block;
      animation: flightZoom 20s ease-in-out infinite alternate;
    }

    @keyframes flightZoom {
      0% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }

    .alm-flight-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(115deg, rgba(12,35,64,0.88) 0%, rgba(12,35,64,0.6) 45%, rgba(200,16,46,0.2) 75%, transparent 100%),
                  linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 55%);
    }

    .alm-flight-hero-cut {
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      height: 100px;
      background: #fff;
      clip-path: polygon(0 65%, 100% 0, 100% 100%, 0% 100%);
      z-index: 2;
    }

    .alm-flight-content {
      position: absolute;
      inset: 0;
      z-index: 3;
      display: flex;
      align-items: center;
      padding: 0 6%;
    }

    .alm-flight-left {
      max-width: 650px;
    }

    .alm-flight-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(200, 16, 46, 0.9);
      backdrop-filter: blur(6px);
      border-radius: 60px;
      padding: 5px 18px 5px 12px;
      margin-bottom: 24px;
    }
    .alm-flight-badge svg {
      width: 18px;
      height: 18px;
      fill: #fff;
    }
    .alm-flight-badge span {
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 1.2px;
      color: #fff;
      text-transform: uppercase;
    }

    .alm-flight-title {
      font-size: clamp(2rem, 5vw, 3.7rem);
      font-weight: 900;
      color: white;
      line-height: 1.1;
      letter-spacing: -0.02em;
      margin-bottom: 20px;
    }
    .alm-flight-title em {
      font-style: normal;
      position: relative;
      display: inline-block;
    }
    .alm-flight-title em::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 6px;
      width: 100%;
      height: 4px;
      background: #c8102e;
      border-radius: 3px;
      opacity: 0.85;
    }

    .alm-flight-desc {
      font-size: 1rem;
      color: rgba(255,255,255,0.85);
      line-height: 1.7;
      margin-bottom: 32px;
      max-width: 520px;
    }

    /* double button group */
    .alm-flight-buttons {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }
    .alm-flight-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 28px;
      border-radius: 50px;
      font-size: 0.85rem;
      font-weight: 700;
      text-decoration: none;
      transition: all 0.25s ease;
      cursor: pointer;
      border: none;
    }
    .alm-flight-btn-primary {
      background: #ffffff;
      color: #0c2340;
      box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    }
    .alm-flight-btn-primary:hover {
      transform: translateY(-3px);
      background: #f8fafc;
      box-shadow: 0 12px 24px rgba(0,0,0,0.2);
    }
    .alm-flight-btn-wa {
      background: linear-gradient(135deg, #25D366, #128C7E);
      color: white;
      box-shadow: 0 6px 16px rgba(37,211,102,0.25);
    }
    .alm-flight-btn-wa:hover {
      transform: translateY(-3px);
      box-shadow: 0 10px 24px rgba(37,211,102,0.4);
    }
    .alm-flight-btn-outline {
      background: rgba(255,255,255,0.12);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.4);
      color: white;
    }
    .alm-flight-btn-outline:hover {
      background: #c8102e;
      border-color: #c8102e;
      transform: translateY(-2px);
    }

    /* right floating stats - destinations */
    .alm-flight-stats {
      position: absolute;
      right: 5%;
      bottom: 100px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      z-index: 3;
    }
    .alm-flight-stat-card {
      background: rgba(255,255,255,0.12);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255,255,255,0.25);
      border-radius: 20px;
      padding: 12px 20px;
      min-width: 130px;
      text-align: center;
      transition: 0.2s;
    }
    .alm-flight-stat-card:hover {
      background: rgba(200,16,46,0.4);
      border-color: #c8102e;
    }
    .alm-flight-stat-card b {
      display: block;
      font-size: 1.5rem;
      font-weight: 900;
      color: white;
    }
    .alm-flight-stat-card small {
      font-size: 0.6rem;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: rgba(255,255,255,0.8);
      text-transform: uppercase;
    }

    /* ========== MAIN BODY – TEAM CONTACT SECTION ========== */
    .alm-flight-body {
      padding: 60px 6% 80px;
      position: relative;
    }
    .alm-flight-container {
      max-width: 1280px;
      margin: 0 auto;
    }

    /* decorative dots */
    .alm-flight-dots {
      position: absolute;
      pointer-events: none;
    }
    .alm-flight-dots-1 {
      top: 40px;
      right: 30px;
      width: 90px;
      height: 90px;
      background-image: radial-gradient(circle, #c8102e 1.5px, transparent 1.5px);
      background-size: 14px 14px;
      opacity: 0.08;
    }
    .alm-flight-dots-2 {
      bottom: 50px;
      left: 20px;
      width: 100px;
      height: 100px;
      background-image: radial-gradient(circle, #0c2340 1.5px, transparent 1.5px);
      background-size: 12px 12px;
      opacity: 0.08;
    }

    .alm-flight-pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(200,16,46,0.08);
      border: 1px solid rgba(200,16,46,0.2);
      border-radius: 50px;
      padding: 5px 18px 5px 12px;
      margin-bottom: 22px;
    }
    .alm-flight-pill i {
      width: 7px;
      height: 7px;
      background: #c8102e;
      border-radius: 50%;
      display: inline-block;
      animation: pulseRed 1.5s infinite;
    }
    @keyframes pulseRed {
      0%,100% { opacity: 1; transform: scale(1);}
      50% { opacity: 0.3; transform: scale(0.8);}
    }
    .alm-flight-pill span {
      font-size: 0.7rem;
      font-weight: 800;
      color: #c8102e;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    .alm-flight-section-title {
      font-size: clamp(1.8rem, 3.5vw, 2.6rem);
      font-weight: 900;
      color: #0c2340;
      line-height: 1.2;
      letter-spacing: -0.3px;
      margin-bottom: 16px;
    }
    .alm-flight-section-title span {
      color: #c8102e;
    }
    .alm-flight-rule {
      display: flex;
      gap: 6px;
      margin-bottom: 36px;
    }
    .alm-flight-rule span:nth-child(1) {
      width: 50px;
      height: 4px;
      background: #c8102e;
      border-radius: 4px;
    }
    .alm-flight-rule span:nth-child(2) {
      width: 18px;
      height: 4px;
      background: #0c2340;
      border-radius: 4px;
    }

    /* 2 column grid: description + team cards */
    .alm-flight-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 48px;
      align-items: start;
    }

    /* left side info */
    .alm-flight-info p {
      color: #334155;
      font-size: 0.95rem;
      line-height: 1.7;
      margin-bottom: 24px;
    }
    .alm-flight-highlight {
      background: #f8fafd;
      border-left: 4px solid #c8102e;
      padding: 20px 24px;
      border-radius: 20px;
      margin: 28px 0;
      font-weight: 500;
      color: #0c2340;
      box-shadow: 0 2px 12px rgba(0,0,0,0.02);
    }
    .alm-flight-highlight strong {
      color: #c8102e;
    }
    .alm-flight-world-list {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 16px;
    }
    .alm-flight-world-list span {
      background: #eef2ff;
      padding: 6px 16px;
      border-radius: 40px;
      font-size: 0.8rem;
      font-weight: 600;
      color: #0c2340;
    }

    /* right side contact cards (3 agents) */
    .alm-flight-team {
      background: #f9fbfe;
      border-radius: 32px;
      padding: 8px;
      box-shadow: 0 12px 28px rgba(12,35,64,0.06);
    }
    .alm-agent-card {
      background: #ffffff;
      border-radius: 24px;
      padding: 20px 24px;
      margin-bottom: 16px;
      transition: all 0.25s ease;
      border: 1px solid #eef2f8;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 16px;
    }
    .alm-agent-card:last-child {
      margin-bottom: 0;
    }
    .alm-agent-card:hover {
      border-color: #c8102e30;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
      transform: translateY(-2px);
    }
    .alm-agent-info {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .alm-agent-avatar {
      width: 54px;
      height: 54px;
      background: linear-gradient(145deg, #0c2340, #1e4a76);
      border-radius: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      font-size: 1.2rem;
      color: white;
      flex-shrink: 0;
    }
    .alm-agent-avatar.red {
      background: linear-gradient(135deg, #c8102e, #9e0d24);
    }
    .alm-agent-details h4 {
      font-size: 1rem;
      font-weight: 800;
      color: #0c2340;
      margin-bottom: 4px;
    }
    .alm-agent-details .phone {
      font-size: 0.85rem;
      font-weight: 600;
      color: #1e293b;
      letter-spacing: 0.2px;
    }
    .alm-agent-actions {
      display: flex;
      gap: 12px;
      align-items: center;
    }
    .alm-agent-actions a {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #f1f5f9;
      padding: 8px 18px;
      border-radius: 40px;
      text-decoration: none;
      font-size: 0.75rem;
      font-weight: 700;
      transition: all 0.2s;
    }
    .alm-agent-actions .call-btn {
      color: #0c2340;
      background: #eef2ff;
    }
    .alm-agent-actions .call-btn:hover {
      background: #0c2340;
      color: white;
    }
    .alm-agent-actions .wa-btn {
      background: #e0f2e9;
      color: #128C7E;
    }
    .alm-agent-actions .wa-btn:hover {
      background: #25D366;
      color: white;
    }
    .alm-agent-actions svg {
      width: 15px;
      height: 15px;
      fill: currentColor;
    }

    /* extra CTA banner */
    .alm-flight-cta-banner {
      margin-top: 48px;
      background: linear-gradient(105deg, #0c2340 0%, #1a4b6e 100%);
      border-radius: 32px;
      padding: 28px 36px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }
    .alm-flight-cta-banner p {
      color: white;
      font-weight: 600;
      font-size: 1rem;
    }
    .alm-flight-cta-banner p strong {
      font-size: 1.3rem;
      display: block;
      font-weight: 800;
    }
    .alm-flight-cta-buttons {
      display: flex;
      gap: 14px;
    }

    /* responsive */
    @media (max-width: 880px) {
      .alm-flight-grid {
        grid-template-columns: 1fr;
        gap: 32px;
      }
      .alm-flight-hero {
        height: 460px;
      }
      .alm-flight-stats {
        display: none;
      }
      .alm-agent-card {
        flex-direction: column;
        align-items: flex-start;
      }
      .alm-agent-actions {
        width: 100%;
        justify-content: flex-start;
      }
    }
    @media (max-width: 600px) {
      .alm-flight-hero {
        height: 400px;
      }
      .alm-flight-title {
        font-size: 1.8rem;
      }
      .alm-flight-buttons {
        flex-direction: column;
        width: 100%;
      }
      .alm-flight-cta-banner {
        flex-direction: column;
        text-align: center;
      }
      .alm-agent-actions a {
        padding: 6px 16px;
      }
    }/* End custom CSS */