@charset "utf-8";

/* =========================================================
   DIVER ON TOUR – FLUGHAFENTRANSFER BUCHUNG
   Datei: /assets/css/flughafentransfer.css
========================================================= */

*{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  max-width:100%;
  overflow-x:hidden;
}

body{
  font-family:Arial,Helvetica,sans-serif;
  background:#ffffff;
  color:#163047;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

.transfer-booking-page{
  width:100%;
  overflow-x:hidden;
}

.wrap{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:30px 20px 60px;
}

.page-head{
  text-align:center;
  margin-bottom:28px;
}

.page-head h2{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.2;
  color:#0e3a5a;
}

.page-head p{
  max-width:860px;
  margin:0 auto;
  font-size:17px;
  line-height:1.7;
  color:#4f6477;
}

.layout{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) 360px;
  gap:24px;
  align-items:start;
  width:100%;
  max-width:100%;
}

.panel,
.summary-card{
  background:#ffffff;
  border:1px solid #c9d9e5;
  border-radius:20px;
  box-shadow:0 10px 28px rgba(0,0,0,0.06);
  padding:26px;
  max-width:100%;
}

.panel{
  overflow:visible;
}

.summary-card{
  overflow:hidden;
}

.panel h2,
.summary-card h2{
  margin:0 0 10px;
  font-size:28px;
  color:#0e3a5a;
}

.panel-intro{
  margin:0 0 22px;
  font-size:15px;
  line-height:1.7;
  color:#597084;
}

.section-title{
  margin:28px 0 14px;
  font-size:20px;
  color:#0e3a5a;
}

.grid-2{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  width:100%;
}

.field{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:0;
}

.field-full{
  grid-column:1 / -1;
}

.is-hidden{
  display:none !important;
}

label{
  font-size:14px;
  font-weight:700;
  color:#0e3a5a;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
select,
textarea,
button{
  width:100%;
  max-width:100%;
  border:1px solid #b9cedd;
  border-radius:14px;
  padding:13px 14px;
  font-size:15px;
  color:#163047;
  background:#ffffff;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  font-family:Arial,Helvetica,sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus{
  border-color:#7faecc;
  box-shadow:0 0 0 4px rgba(127,174,204,0.20);
}

textarea{
  min-height:110px;
  resize:vertical;
}

.switch-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:8px;
  width:100%;
}

.switch-card{
  position:relative;
  border:1px solid #bfd2df;
  border-radius:16px;
  padding:18px 16px;
  background:#ffffff;
  cursor:pointer;
  transition:all .2s ease;
  text-align:center;
  min-width:0;
}

.switch-card:hover{
  border-color:#9fc2dd;
  box-shadow:0 8px 22px rgba(14,58,90,0.08);
}

@media (hover:hover) and (pointer:fine){
  .switch-card:hover{
    transform:translateY(-2px);
  }
}

.switch-card input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.switch-card strong{
  display:block;
  font-size:17px;
  color:#0e3a5a;
  margin-bottom:6px;
}

.switch-card span{
  font-size:14px;
  color:#5b7285;
  line-height:1.5;
}

.switch-card.is-active{
  border:1px solid #7edc98;
  background:#eafaf0;
  box-shadow:0 8px 22px rgba(126,220,152,0.22);
}

.switch-card.is-active strong{
  color:#0e3a5a;
}

.switch-card.is-active span{
  color:#35556b;
}

.product-box{
  background:#f8fbfd;
  border:1px solid #c9dbe7;
  border-radius:18px;
  padding:18px;
  margin-top:14px;
  max-width:100%;
  overflow:hidden;
}

.product-vehicle{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:16px;
  align-items:start;
  width:100%;
}

.product-vehicle img,
.sim-card-item img{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
  border-radius:14px;
  background:#eef5fa;
}

.product-vehicle h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.3;
  color:#0e3a5a;
}

.product-vehicle p{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.7;
  color:#4e6578;
}

.check-list{
  margin:0;
  padding:0 0 0 18px;
  font-size:14px;
  line-height:1.7;
  color:#35556b;
}

.check-list li{
  margin-bottom:6px;
}

.price-badge{
  display:inline-block;
  margin-top:12px;
  padding:10px 14px;
  border-radius:999px;
  background:#0e3a5a;
  color:#ffffff;
  font-size:15px;
  font-weight:700;
}

.route-box{
  background:#ffffff;
  border:1px solid #c9dbe7;
  border-radius:18px;
  padding:18px;
  margin-top:18px;
  max-width:100%;
  overflow:hidden;
}

.route-box h3{
  margin:0 0 8px;
  font-size:21px;
  color:#0e3a5a;
}

.route-box p{
  margin:0 0 14px;
  font-size:15px;
  line-height:1.7;
  color:#4e6578;
}

.route-map{
  width:100%;
  max-width:100%;
  height:320px;
  border:0;
  border-radius:14px;
  background:#eef5fa;
  display:block;
}

.sim-title{
  margin:0 0 14px;
  font-size:21px;
  color:#0e3a5a;
}

.sim-cards-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  width:100%;
}

.sim-empty{
  margin:0;
  font-size:14px;
  color:#657b8e;
}

.sim-card-item{
  background:#ffffff;
  border:1px solid #c7d9e5;
  border-radius:16px;
  padding:14px;
  min-width:0;
}

.sim-card-item h4{
  margin:10px 0 6px;
  font-size:18px;
  color:#0e3a5a;
}

.sim-card-item p{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.6;
  color:#4e6578;
}

.checkbox-row{
  margin-top:22px;
}

.checkbox-label{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:14px;
  line-height:1.6;
  color:#35556b;
}

.checkbox-label input{
  width:auto;
  min-width:auto;
  margin-top:3px;
  flex:0 0 auto;
}

.button-row{
  margin-top:24px;
}

.btn-primary{
  border:0;
  border-radius:999px;
  padding:14px 24px;
  background:#0e3a5a;
  color:#ffffff;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}

.btn-primary:hover{
  background:#145a87;
}

.btn-primary:disabled{
  opacity:.7;
  cursor:not-allowed;
}

.summary-card{
  position:sticky;
  top:20px;
}

.summary-rows{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:18px;
}

.summary-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  font-size:15px;
  line-height:1.5;
  color:#35556b;
  padding-bottom:10px;
  border-bottom:1px solid #e6eef3;
}

.summary-total{
  margin-top:18px;
  padding-top:6px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  font-size:18px;
  color:#0e3a5a;
}

.summary-total strong{
  font-size:28px;
}

.summary-note{
  margin-top:16px;
  padding:14px;
  border-radius:14px;
  background:#f8fbfd;
  border:1px solid #e1ebf2;
  font-size:14px;
  line-height:1.6;
  color:#4e6578;
}

.summary-cash{
  margin-top:14px;
  padding:14px;
  border-radius:14px;
  background:#fff8e8;
  border:1px solid #f0d795;
  font-size:14px;
  line-height:1.6;
  color:#6b5300;
  font-weight:700;
}

.hotel-field{
  position:relative;
  z-index:50;
  overflow:visible;
}

.hotel-search-host{
  position:relative;
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:visible;
}

.hotel-search-host gmp-place-autocomplete{
  position:relative;
  z-index:60;
  width:100%;
  max-width:100%;
  display:block;
  min-height:49px;
  border:1px solid #b9cedd;
  border-radius:14px;
  background:#ffffff;
  color:#163047;
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  line-height:1.4;
  transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.hotel-search-host:focus-within gmp-place-autocomplete{
  border-color:#7faecc;
  box-shadow:0 0 0 4px rgba(127,174,204,0.20);
}

.hotel-search-host input,
.hotel-search-host button{
  font-family:Arial,Helvetica,sans-serif;
}

.hotel-address-field{
  margin-top:12px;
}

.hotel-address-field input[readonly]{
  background:#f7fbfd;
  color:#12384d;
  cursor:default;
}

.hotel-suggestions{
  position:relative;
  margin-top:8px;
  border:1px solid #d7e3eb;
  border-radius:12px;
  background:#ffffff;
  box-shadow:0 10px 24px rgba(14,58,90,0.10);
  overflow:hidden;
  z-index:30;
}

.hotel-suggestion{
  display:block;
  width:100%;
  padding:12px 14px;
  border:0;
  border-bottom:1px solid #edf3f7;
  background:#ffffff;
  text-align:left;
  cursor:pointer;
  font:inherit;
}

.hotel-suggestion:last-child{
  border-bottom:0;
}

.hotel-suggestion:hover,
.hotel-suggestion.is-active{
  background:#f4f9fc;
}

.hotel-suggestion strong{
  display:block;
  color:#0e3a5a;
  font-size:14px;
  line-height:1.4;
}

.hotel-suggestion span{
  display:block;
  margin-top:2px;
  color:#5f7383;
  font-size:13px;
  line-height:1.4;
}

@media (max-width:980px){
  .layout{
    grid-template-columns:1fr;
  }

  .summary-card{
    position:static;
  }
}

@media (max-width:760px){
  .wrap{
    padding:22px 14px 40px;
  }

  .page-head h2{
    font-size:28px;
  }

  .page-head p{
    font-size:16px;
  }

  .panel,
  .summary-card{
    padding:20px 16px;
    border-radius:16px;
  }

  .grid-2,
  .switch-grid,
  .sim-cards-list{
    grid-template-columns:1fr;
  }

  .product-vehicle{
    grid-template-columns:1fr;
  }

  .route-map{
    height:260px;
  }

  .summary-total strong{
    font-size:24px;
  }

  .switch-card{
    padding:16px 14px;
  }

  .switch-card.is-active{
    box-shadow:0 4px 14px rgba(126,220,152,0.18);
  }

  .hotel-search-host gmp-place-autocomplete{
    min-height:49px;
  }
}