.result-container {
  margin: 0 auto;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 12px;
}

.info-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.info-left, .info-right {
  flex: 1;
}

.info-left p, .info-right p {
  margin: 0.5rem 0;
}

.tarif-box {
  display: flex;
  justify-content: space-around;
  margin: 2rem 0;
  text-align: center;
}

.tarif-item {
  background: #fff;
  padding: 1rem 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tarif-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.tarif-price {
  font-size: 2rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.cta-buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cta-buttons .btn {
  padding: 0.75rem 1.5rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  flex: 1;
  text-align: center;
}

.small-note {
  font-size: 0.8rem;
  color: #666;
  text-align: center;
}




.tarif-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

/* Colonne gauche */
.tarif-info h2 {
  margin-bottom: .5rem;
}
.tarif-meta {
  margin-bottom: 1rem;
}
.tag {
  background: #f0f0f5;
  color: #444;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 20px;
  margin-right: 6px;
  display: inline-block;
}

/* Colonne droite */
.tarif-cards {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.tarif-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.tarif-card h3 {
  margin-top: 0;
}
.subtitle {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}
.tarif-row {
  display: flex;
  justify-content: space-between;
  margin: .5rem 0;
  font-weight: 500;
}
.tarif-row span:last-child {
  font-weight: bold;
}
small {
  display: block;
  margin-bottom: .6rem;
  color: #777;
}

/* Responsive */
@media(max-width: 900px) {
  .tarif-section {
    grid-template-columns: 1fr;
  }
}



.itineraire-section h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

#itineraire-steps .list-group-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.8rem 1rem;
  border-left: 4px solid #FFBA18;
  background: #f8f9fa;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}

#itineraire-steps .step-index {
  font-weight: bold;
  color: #FFBA18;
  min-width: 25px;
  text-align: center;
}

#itineraire-steps .step-text {
  flex: 1;
}



/*page simulateur */


/* Wrapper */
.input-with-action {
  position: relative;
  display: block;
}

/* Champ texte */
.input-with-action .form-control {
  width: 100%;
  padding-right: 56px; /* espace pour le bouton */
  height: 46px;
  box-sizing: border-box;
  border-radius: 8px;
}

/* Bouton intégré (forcé pour bypasser styles Bootstrap) */
.btn-inline-aero {
  position: absolute !important;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 38px !important;
  height: 38px !important;
  padding: 0 !important;
  border-radius: 6px !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  background: #ffc107 !important;    /* jaune */
  color: #222 !important;
  font-size: 16px;
  cursor: pointer;
  z-index: 30;
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  line-height: 1;
  min-width: 0 !important;
}

/* Dropdown positionné sous l'input */
.airport-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 1200;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Option */
.airport-option {
  padding: 10px 12px;
  cursor: pointer;
  user-select: none;
}
.airport-option:hover { background: #f5f5f5; }

/* When open (optional visual) */
.airport-field.open .form-control { box-shadow: 0 0 0 3px rgba(255,193,7,0.08); }
.airport-field.open .airport-dropdown { display: block; }



/* Force hide du select utilisé uniquement pour le back-end.
   On le garde dans le DOM pour l'envoi du formulaire mais il est invisible et non interactif. */
.airport-field > select {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;  /* empêche le select de capter les clics */
  z-index: -1 !important;
}

/* Assurer que le bouton est au-dessus et cliquable */
.btn-inline-aero {
  position: absolute !important;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1 !important; /* > 0 pour être au-dessus du select caché */
  /* ...autres styles déjà fournis... */
}

/* Dropdown et wrapper inchangés */
.airport-field.open .airport-dropdown { 
  display: block;
  margin: 15px;
}

/* Dropdown et wrapper inchangés */
.airport-field.open .airport-dropdown.depart { 
  top: 40%;
  padding: 15px;
 }


/* Dropdown et wrapper inchangés */
.airport-field.open .airport-dropdown.arrivee { 
  top: 67%;
  padding: 15px;
 }


label.label-estimate {
  background-color: #FFE7B3;
  padding: 0px 8px;
  border-radius: 999px;
  border: 1px solid #ededed;
  font-size: 14px;
  font-weight: 400;
}

.estimate-card svg {
  height: 64px;
  position: absolute;
  top: 1rem;
  right: 1rem;
}


#submitBtn {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#submitBtn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* Option animation pulse légère */
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.03); }
}

#submitBtn.pulse {
  animation: pulse 2s infinite;
}



.input-with-action input:focus {
  outline: none;
  border-color: #FFBA18; /* vert moderne */
  box-shadow: 0 0 8px rgba(34,197,94,0.4);
  transition: all 0.3s ease;
}


.custom-hr {
  width: 140px;           
  height: 4px;           
  background-color: #ffc107; 
  border: none;
  margin: 0 auto;         
  border-radius: 5px;
}

.subtitle {
color: #6c757d; 
font-size: 1.1rem;
}



  .chevrons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px; /* espace réduit entre les chevrons */
    height: 77px !important;
    width: 77px;
    margin: auto;
  }
  .chevron {
    animation: bounce 1.5s infinite;
  }
  .delay-1 {
    animation-delay: 0.2s;
  }
  .delay-2 {
    animation-delay: 0.4s;
  }
  @keyframes bounce {
    0%, 80%, 100% {
      transform: translateY(0);
      opacity: 0.3;
    }
    40% {
      transform: translateY(6px);
      opacity: 1;
    }
  }



  /* css impression page resultat estimate */
@media print {

  /* Masquer tout sauf la section résultat */
  body * {
    visibility: hidden;
  }

  .result-container, 
  .result-container * {
    visibility: visible;
  }

  .result-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 1rem;
    font-family: "Arial", sans-serif;
    background: #fff;
    color: #000;
    font-size: 12pt;
    line-height: 1.5;
  }

  /* Style reçu/ticket */
  .result-container h2,
  .result-container h3 {
    text-align: center;
    margin: 0.5rem 0;
    font-weight: bold;
  }

  .result-container .card {
    border: none;
    box-shadow: none;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
  }

  .result-container .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
  }

  .badge {
    border: 1px solid #000;
    background: #fff !important;
    color: #000 !important;
    padding: 0.2em 0.4em;
    font-size: 0.8em;
  }

  small, .text-muted {
    color: #000 !important;
    font-size: 10pt;
  }

  /* Pied type reçu */
  .result-container::after {
    content: "Estimation réalisée gratuitement sur www.taxi-paris-online.com";
    display: block;
    margin-top: 1rem;
    font-size: 11pt;
    text-align: center;
    border-top: 1px dashed #000;
    padding-top: 0.5rem;
  }
}
.autocomplete-wrapper,
.field,
.input-wrapper {
  position: relative;
  overflow: visible !important;
}



/* ======================
   SAAS RESULT PAGE
====================== */

.saas-result {
  background: #f8f9fb;
  border-radius: 24px;
  padding: 3rem 2rem;
}

.result-title {
  font-size: 2.1rem;
  font-weight: 800;
}

.result-subtitle {
  color: #6c757d;
}

/* Pricing */
.price-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.2rem;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  position: relative;
  transition: all .2s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.price-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #ffc107;
  color: #212529;
  font-size: .75rem;
  padding: .35rem .7rem;
  border-radius: 8px;
  font-weight: 600;
}

.price-label {
  color: #6c757d;
}

.price-value {
  font-size: 2.7rem;
  font-weight: 800;
}

.price-note {
  font-size: .85rem;
  color: #adb5bd;
}

/* Cards */
.card {
  border-radius: 18px;
}

/* Map */
#map {
  border-radius: 18px;
}

/* CTA */
.result-actions .btn {
  border-radius: 12px;
  padding: .65rem 1.4rem;
}

/* Responsive */
@media (max-width: 768px) {
  .saas-result {
    padding: 2rem 1.2rem;
  }
  .price-value {
    font-size: 2.3rem;
  }
}

/* ======================
   BOOKING CTA
====================== */

.booking-cta {
  background: linear-gradient(135deg, #fff7db, #ffffff);
  border-radius: 22px;
  padding: 2.5rem 2rem;
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.booking-title {
  font-size: 1.7rem;
  font-weight: 800;
}

.booking-subtitle {
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.btn-booking {
  font-size: 1.1rem;
  font-weight: 700;
  padding: .9rem 2.2rem;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(255,193,7,.4);
}

.btn-booking:hover {
  transform: translateY(-2px);
}

.booking-note {
  margin-top: .8rem;
  font-size: .85rem;
  color: #6c757d;
}

/* Inline CTA */
.booking-inline-cta {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.4rem 1.6rem;
  box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

.btn-booking-inline {
  border-radius: 12px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .booking-title {
    font-size: 1.4rem;
  }
}


.alert {
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 6px;
  font-size: 14px;
}

.alert-warning {
  background: #fff3cd;
  border: 1px solid #ffecb5;
  color: #664d03;
}
.suggestion-text {
  display: flex;
  flex-direction: column;
}

.suggestion-title {
  font-weight: 600;
  font-size: 14px;
}

.suggestion-sub {
  font-size: 12px;
  color: #666;
}
.suggestion-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.suggestion-title {
  font-weight: 600;
}

.suggestion-sub {
  font-size: 0.85em;
  color: #666;
}
