.elementor-9286 .elementor-element.elementor-element-72772d0 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-9286 .elementor-element.elementor-element-72772d0:not(.elementor-motion-effects-element-type-background), .elementor-9286 .elementor-element.elementor-element-72772d0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CFCFCF;background-image:url("https://moroccotransfers.com/wp-content/uploads/2025/03/ww-1.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-9286 .elementor-element.elementor-element-72772d0 > .elementor-background-overlay{background-color:#142F39;opacity:0.6;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9286 .elementor-element.elementor-element-72772d0 > .elementor-container{max-width:1200px;}.elementor-9286 .elementor-element.elementor-element-72772d0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0100px 0px 100px 0px;}.elementor-bc-flex-widget .elementor-9286 .elementor-element.elementor-element-78545df.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-9286 .elementor-element.elementor-element-78545df.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-9286 .elementor-element.elementor-element-78545df.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-9286 .elementor-element.elementor-element-c3f099e > .elementor-widget-container{padding:5px 0px 5px 20px;border-radius:102px 102px 102px 102px;}.elementor-9286 .elementor-element.elementor-element-c3f099e{text-align:center;}.elementor-9286 .elementor-element.elementor-element-c3f099e .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-weight:800;color:#FFFFFF;}.elementor-9286 .elementor-element.elementor-element-a0b17ba{--display:flex;}@media(max-width:1024px){.elementor-9286 .elementor-element.elementor-element-78545df > .elementor-element-populated{margin:0px 10px 0px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;}}@media(max-width:767px){.elementor-9286 .elementor-element.elementor-element-72772d0{padding:80px 0px 50px 0px;}.elementor-9286 .elementor-element.elementor-element-c3f099e > .elementor-widget-container{padding:15px 40px 0px 40px;}.elementor-9286 .elementor-element.elementor-element-c3f099e .elementor-heading-title{font-size:25px;}}@media(max-width:1024px) and (min-width:768px){.elementor-9286 .elementor-element.elementor-element-78545df{width:43%;}}/* Start custom CSS for html, class: .elementor-element-a15ac68 */:root{
    --bg:#f6f8ff;
    --card:#ffffff;
    --text:#0f172a;
    --muted:#64748b;
    --line:#e8eefc;
    --primary:#1d4ed8;
    --primary-2:#2563eb;
    --shadow: 0 18px 45px rgba(16,24,40,.08);
    --radius:18px;
  }

  body{ background:var(--bg); }

  .wrap{
    width:min(1080px, 100%);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:18px;
  }

  .trip-card{
    background:var(--card);
    border:1px solid var(--line);
    border-radius:var(--radius);
    box-shadow: var(--shadow);
    overflow:hidden;

    display:grid;
    grid-template-columns: 340px 1fr 270px;
    align-items:stretch;
    gap: 0;
  }

  .trip-media{
    padding:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: linear-gradient(180deg, rgba(37,99,235,.06), transparent 55%);
  }
  .trip-media img{
    width:100%;
    height: 300px;
    object-fit: cover;
    border-radius: 16px;
    display:block;
  }

  .trip-body{
    padding: 30px 26px;
    display:flex;
    flex-direction:column;
    gap: 14px;
    min-width:0;
  }

  .trip-title{
    margin:0;
    font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
    font-weight:900;
    letter-spacing:-.3px;
    line-height:1.1;
    font-size: clamp(26px, 2.3vw, 38px);
    text-transform: capitalize;
    color: var(--text);
  }

  .trip-desc{
    margin:0;
    color: var(--muted);
    line-height: 1.7;
    font-size: 18px;
    max-width: 44ch;
  }

  .trip-side{
    padding: 30px 26px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    justify-content:center;
    gap: 16px;
  }

  /* shortcode container */
  .trip-meta{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    width:100%;
    color: var(--muted);
    text-align:right;
    line-height: 1.3;
    font-weight: 700;
  }

  /* keep shortcode clean */
  .trip-meta *{
    max-width:100%;
  }

  .price{
    display:flex;
    align-items:baseline;
    gap: 8px;
    justify-content:flex-end;
    width:100%;
    text-align:right;
  }
  .price .value{
    font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
    font-weight: 900;
    font-size: 34px;
    color: var(--primary);
    letter-spacing: -.2px;
  }
  .price .unit{
    color: var(--muted);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
  }

  /* button as link */
  .btn{
    border:0;
    background: linear-gradient(180deg, var(--primary-2), var(--primary));
    color:#fff !important;
    font-weight:900;
    padding: 16px 22px;
    border-radius: 14px;
    cursor:pointer;
    box-shadow: 0 14px 28px rgba(37,99,235,.22);
    transition: transform .15s ease, filter .15s ease;
    min-width: 190px;
    text-align:center;
    text-decoration:none !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .btn:hover{ transform: translateY(-1px); filter:brightness(1.03); }
  .btn:active{ transform: translateY(0px) scale(.99); }

  @media (max-width: 980px){
    .trip-card{ grid-template-columns: 1fr; }
    .trip-media{ padding:16px 16px 0; }
    .trip-media img{ height: 240px; }
    .trip-body{ padding: 18px 16px; }
    .trip-side{
      padding: 0 16px 18px;
      align-items:flex-start;
      justify-content:flex-start;
    }
    .trip-meta, .price{ justify-content:flex-start; text-align:left; }
    .btn{ width:100%; min-width:0; }
  }/* End custom CSS */