:root{
  --emc-gold:#c59d3f;
  --emc-gold-light:#d9bb66;
  --emc-gold-dark:#a97f26;
  --emc-navy:#06162f;
  --emc-cream:#f8f4ec;
  --emc-text:#1f2430;
  --emc-muted:#6f7480;
}

*{
  box-sizing:border-box;
}

body{
  margin:0;
  font-family:'Montserrat',sans-serif;
}

.emc-hero{
  min-height:100vh;
  background:
    radial-gradient(circle at 20% 30%, rgba(197,157,63,.18), transparent 28%),
    linear-gradient(to right, rgba(0,10,24,.98) 30%, rgba(0,12,30,.76) 62%, rgba(0,0,0,.42) 100%),
    url('https://elitemultiservicecenter.com/wp-content/uploads/2026/06/Hero-Background-Image.webp') center/cover no-repeat;
  padding:55px 8%;
  color:white;
  position:relative;
  overflow:hidden;
}

.emc-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:180px;
  background:linear-gradient(to top, rgba(2,9,20,.9), transparent);
  pointer-events:none;
}

.emc-hero-inner{
  position:relative;
  z-index:2;
}

.emc-logo img{
  height:75px;
  margin-bottom:42px;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.35));
  margin-left:-8px;
}

.emc-sub{
  color:var(--emc-gold-light);
  text-transform:uppercase;
  letter-spacing:2.6px;
  font-size:12px;
  font-weight:800;
  margin-bottom:18px;
}

.emc-title{
  font-family:'Playfair Display',serif;
  font-size:clamp(44px,6vw,76px);
  line-height:.95;
  max-width:720px;
  margin:0 0 24px;
  letter-spacing:-1.5px;
  color:#ffffff !important;
}

.emc-line{
  width:85px;
  height:3px;
  background:linear-gradient(90deg,var(--emc-gold-light),var(--emc-gold-dark));
  margin-bottom:26px;
  border-radius:20px;
}

.emc-desc{
  max-width:590px;
  font-size:16px;
  line-height:1.7;
  color:rgba(255,255,255,.86);
  margin-bottom:16px;
}

.emc-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:18px;
}

.emc-tab{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 20px;
  border:1px solid rgba(197,157,63,.36);
  border-radius:14px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  font-size:13px;
  font-weight:800;
  color:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  transition:.25s ease;
  cursor:pointer;
}

.emc-tab i{
  color:var(--emc-gold-light);
}

.emc-tab:hover{
  transform:translateY(-3px);
  border-color:var(--emc-gold);
}

.emc-tab.active{
  transform:translateY(-3px);
  border-color:var(--emc-gold);
  background:rgba(197,157,63,.18);
  box-shadow:0 12px 28px rgba(197,157,63,.22);
}

.emc-service-info{
  display:none;
  max-width:1180px;
  margin:0 0 28px;
  padding:15px 17px;
  border:1px solid rgba(197,157,63,.35);
  border-radius:14px;
  background:rgba(255,255,255,.09);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#fff;
  font-size:13px;
  line-height:1.65;
}

.emc-service-info strong{
  color:var(--emc-gold-light);
  font-weight:900;
}

.emc-service-info .emc-airports{
  margin-top:6px;
}

.emc-booking{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,244,236,.96));
  color:var(--emc-text);
  border-radius:20px;
  padding:28px;
  max-width:1180px;
  box-shadow:0 26px 70px rgba(0,0,0,.48);
  border:1px solid rgba(197,157,63,.35);
  transform:translateY(-20px);
}

.emc-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-bottom:18px;
}

.emc-field{
  width:100%;
}

.emc-field label{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  margin-bottom:12px;
  letter-spacing:.8px;
  color:var(--emc-navy);
}

.emc-field label i{
  color:var(--emc-gold-dark);
}

.emc-field input,
.emc-field select,
.emc-schedule-btn{
  width:100%;
  height:50px;
  border:1px solid rgba(6,22,47,.16);
  border-radius:11px;
  padding:0 14px;
  font-family:inherit;
  font-size:14px;
  color:#3d4350;
  background:#fff;
  text-align:left;
  outline:none;
  transition:.25s ease;
}

.emc-field input:focus,
.emc-field select:focus{
  border-color:var(--emc-gold);
  box-shadow:0 0 0 4px rgba(197,157,63,.16);
}

.emc-schedule-btn{
  cursor:pointer;
  background:#fff !important;
  color:#3d4350 !important;
  font-size:14px !important;
  font-weight:400 !important;
  text-transform:none !important;
  letter-spacing:normal !important;
  border:1px solid rgba(6,22,47,.16) !important;
  box-shadow:none !important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.emc-schedule-btn:hover,
.emc-schedule-btn:focus,
.emc-schedule-btn:active{
  background:#fff !important;
  color:#3d4350 !important;
  border:1px solid rgba(6,22,47,.16) !important;
  box-shadow:none !important;
}

.emc-submit{
  width:100%;
  height:60px;
  border:none;
  border-radius:12px;
  background:linear-gradient(135deg,var(--emc-gold-light),var(--emc-gold-dark));
  color:#111;
  font-weight:900;
  font-size:14px;
  letter-spacing:.9px;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(197,157,63,.35);
  transition:.25s ease;
}

.emc-submit:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 42px rgba(197,157,63,.46);
}

.emc-features{
  display:flex;
  flex-wrap:wrap;
  gap:26px;
  margin-top:10px;
  color:white;
}

.emc-feature{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:700;
  color:rgba(255,255,255,.9);
}

.emc-feature i{
  color:var(--emc-gold-light);
}

/* DATE & TIME MODAL */
.emc-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(2,9,20,.96);
  z-index:999999;
  font-family:'Montserrat',Arial,sans-serif;
  color:var(--emc-text);
}

.emc-modal.show{
  display:block;
}

.emc-modal-box{
  width:100%;
  max-width:440px;
  height:100dvh;
  margin:0 auto;
  background:linear-gradient(180deg,#fff,var(--emc-cream));
  padding:42px 18px 24px;
  position:relative;
  text-align:center;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-left:1px solid rgba(197,157,63,.28);
  border-right:1px solid rgba(197,157,63,.28);
}

.emc-close{
  position:absolute;
  top:34px;
  left:18px;
  border:none;
  background:none;
  font-size:40px;
  line-height:1;
  color:var(--emc-navy);
  cursor:pointer;
  padding:0;
}

.emc-modal-box h2{
  margin:0 0 42px;
  font-size:18px;
  font-weight:800;
  color:var(--emc-navy);
}

.emc-schedule-tabs{
  display:flex;
  border-bottom:1px solid rgba(6,22,47,.14);
  margin-bottom:28px;
}

.emc-schedule-tabs button{
  flex:1;
  border:none;
  background:none;
  padding:12px 0;
  font-size:16px;
  color:#7a7f8a;
  cursor:pointer;
  font-weight:700;
}

.emc-schedule-tabs button.active{
  color:var(--emc-navy);
  border-bottom:3px solid var(--emc-gold);
  font-weight:900;
}

.emc-wheel-wrap{
  position:relative;
  display:grid;
  grid-template-columns:1.55fr .7fr .7fr;
  gap:6px;
  height:220px;
  overflow:hidden;
  margin-bottom:20px;
}

.emc-wheel-wrap:before,
.emc-wheel-wrap:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:64px;
  z-index:4;
  pointer-events:none;
}

.emc-wheel-wrap:before{
  top:0;
  background:linear-gradient(var(--emc-cream), rgba(248,244,236,.35));
}

.emc-wheel-wrap:after{
  bottom:0;
  background:linear-gradient(rgba(248,244,236,.35), var(--emc-cream));
}

.emc-wheel-highlight{
  position:absolute;
  left:8px;
  right:8px;
  top:83px;
  height:50px;
  background:rgba(6,22,47,.07);
  border:1px solid rgba(197,157,63,.22);
  border-radius:14px;
  z-index:0;
}

.emc-wheel{
  height:220px;
  overflow-y:auto;
  scroll-snap-type:y mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  padding:83px 0;
  z-index:2;
}

.emc-wheel::-webkit-scrollbar{
  display:none;
}

.emc-wheel-item{
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  scroll-snap-align:center;
  font-size:24px;
  color:#a8adb6;
  white-space:nowrap;
  font-weight:500;
}

.emc-wheel-item.active{
  color:var(--emc-navy);
  font-size:21px;
  font-weight:700;
}

.emc-selected{
  font-size:25px;
  line-height:1.35;
  color:var(--emc-muted);
  margin:0 0 20px;
}

.emc-selected strong{
  display:block;
  font-size:20px;
  margin-top:6px;
  font-weight:900;
  color:var(--emc-navy);
}

.emc-schedule-info{
  margin-top:auto;
  display:grid;
  gap:18px;
  text-align:left;
  font-size:14px;
  line-height:1.45;
  color:var(--emc-text);
  padding-bottom:18px;
}

.emc-info-row{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:12px;
  align-items:start;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(6,22,47,.08);
  border-radius:14px;
  padding:12px;
}

.emc-info-icon{
  font-size:19px;
}

.emc-info-row a{
  color:var(--emc-gold-dark);
  text-decoration:underline;
  font-weight:800;
}

.emc-next-btn{
  width:100%;
  height:56px;
  border:none;
  border-radius:30px;
  background:linear-gradient(135deg,var(--emc-gold-light),var(--emc-gold-dark));
  color:#111;
  font-size:18px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(197,157,63,.3);
}

/* MOBILE */
@media(max-width:900px){
  .emc-hero{
    padding:34px 20px;
    min-height:auto;
  }

  .emc-logo img{
    height:75px;
    margin-bottom:42px;
    margin-left:0;
  }

  .emc-title{
    font-size:58px;
    line-height:.95;
    letter-spacing:-.7px;
  }

  .emc-tabs{
    gap:10px;
  }

  .emc-tab{
    width:100%;
    justify-content:flex-start;
    padding:10px 16px;
    min-height:60px;
  }

  .emc-service-info{
    margin:0 0 22px;
  }

  .emc-booking{
    padding:20px;
    border-radius:18px;
    transform:translateY(-10px);
    margin-left:8px;
    margin-right:8px;
  }

  .emc-row{
    grid-template-columns:1fr;
    gap:16px;
  }

  .emc-field label{
    font-size:10px;
    font-weight:800;
    letter-spacing:.8px;
    margin-bottom:10px;
  }

  .emc-features{
    gap:16px;
  }

  .emc-feature{
    width:100%;
  }
}

@media(max-width:480px){
  .emc-title{
    font-size:52px;
  }

  .emc-sub{
    font-size:11px;
    letter-spacing:2px;
  }

  .emc-desc{
    font-size:15px;
  }
}
/* ========================================
   TRIP TYPE
======================================== */

.emc-trip-type {
    max-width: 520px;
    margin: 25px auto 25px;
}

.emc-trip-type-label {
    text-align: center;
    color: #C69C5E;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.emc-trip-type-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.emc-trip-type-btn {
    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    padding: 10px 16px;

    border-radius: 12px;
    border: 1px solid rgba(198, 156, 94, 0.25);

    background: rgba(255, 255, 255, 0.04);
    color: #AEB9CA;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;

    cursor: pointer;

    transition: 0.2s ease;
}

.emc-trip-type-btn:hover {
    border-color: #C69C5E;
    color: #FFFFFF;
}

.emc-trip-type-btn.active {
    background: rgba(198, 156, 94, 0.14);
    border-color: #C69C5E;
    color: #E2BD78;

    box-shadow:
        0 0 0 2px rgba(198, 156, 94, 0.06);
}

.emc-trip-type-btn i {
    font-size: 12px;
}


/* RETURN FIELD */

.emc-return-field {
    animation: emcReturnIn 0.25s ease;
}

@keyframes emcReturnIn {

    from {
        opacity: 0;
        transform: translateY(-6px);
    }

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

}


@media (max-width: 600px) {

    .emc-trip-type {
        max-width: 100%;
    }

}