/* CSS Document */

h1 {
  font-size: 1.4em;
}
.navbar-mycolor {background-color:#34353E;
z-index: 99;
}
.dropdown{
  z-index: 99;
}
#head-container-cdg {background-color:white;}
.form-floating select {
  height: 45px !important;
  padding-top: 10px !important;
  padding-bottom: 0px !important;
}
.form-floating label {
  margin-top: -2px !important;
  color: black!important;
  font-weight: bold;
}
.form-floating select:focus + label {
  margin-top: -2px !important;
  padding: 5px 5px 5px 5px !important;
  height: 15px !important;
  font-weight: bolder;
}

.form-floating select.itisempty + label {
  margin-top: -2px !important;
  padding: 5px 5px 5px 5px !important;
  height: 15px !important;
  font-weight: bold;
}
.linkEdit {
  cursor: pointer;
  color:brown;
}
.typingtext {
  color: red;
  position: relative;
  animation-name: animtext;
  top:-100px;
  margin: 0px auto;
  text-align: center;
}
.cardimg {
    height: 180px;
    object-fit: cover;
}

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

.card:hover {
    transform: translateY(-5px);
    transition: 0.3s ease;
}

.css-3d-text {
    font-size: 39px;
    color: #ff8307;
    font-family: Abel, sans-serif;
    text-shadow: 0px 0px 0 rgb(255,131,7),
                 1px 1px 0 rgb(255,131,7),
                 2px 2px  0 rgb(255,131,7),
                 3px 3px 2px rgba(0,0,0,0.44),
                 3px 3px 1px rgba(0,0,0,0.5),
                 0px 0px 2px rgba(0,0,0,.2);
 }
@keyframes animtext { 
  100% {
    transform: translateY(100px);
  }

  } 
 #background-img {
background-repeat: no-repeat;
   width: 100%;
  /* Set height as per you needed */
}

#background-img-orly {
  background:url(../images/airport-orly.jpg) center no-repeat;
  width: 100%;
  height: 411px /* Set height as per you needed */;
}
#background-img-beauvais {
  background:url(../images/airport-beauvaise.jpg) center no-repeat;
  width: 100%;
  height: 411px /* Set height as per you needed */;
}
#background-img-disney {
  background:url(../images/disney.jpg) center no-repeat;
  width: 100%;
  height: 411px /* Set height as per you needed */;
}
.footer-mycolor {
  position:relative;
  background-color:#34353E !important;
  text-align: center;
  padding: 5px;
  color: lightgrey;
  min-height: 100px;
}
.invalid-contact{
  color: red;
}
.listlink{
  color: lightgray;
}
/* ---------------- Calculator Container --------------------- */
.calc-cont {
  position:relative;
  text-align:center;
  padding: 5px 5px 5px 5px;
  top: -100px;
  background-color: white!important;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: -50px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}

.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: none;
}
.option-input:checked::before {
  width: 20px;
  height: 20px;
  display:flex;
  content: url(../images/circle-tick.png);
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
}
@keyframes carani {
  50% {
    transform: translateX(80vw);
  }
  
}
.calc-header {
  background-color:chocolate;
  color:white;
  padding: 5px 5px;
  margin-bottom: 5px;
  
}
.display-prix {
  color:forestgreen !important;
  font-weight: bold;
  font-size: 1.2rem;
  background-color: transparent !important;
  border-color: transparent !important;
}
.erro-msg {
  color: white; 
  background-color: red;
  font-style: italic;
  font-size: 12px;
  width: 100% ;
}
/* Reserve page   */
.dms-col-left{
  padding: 5px;
  background-color: white;
  min-height: 200px;
  color:forestgreen;
  font-weight:600;
  position: relative;
}
.dms-col-right{
  padding: 5px 5px 5px 5px;
  background-color:bisque;
  color: darkslategray;
  position: relative;
}
.per-fields {
  margin-top: 5px;
}
.reserve-cont {
  position:relative;
  text-align:center;
  padding: 5px 5px 5px 5px;
  top: -280px;
  background-color: white!important;
  opacity: .90;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: -270px;
}
hr.rounded {
  border-top: 8px solid grey;
  border-radius: 5px;
}
.res-labels {
  color:darkslategray;
    font-weight:500;
}
.res-h4{
  background-color: coral;
  color: azure;
  margin-left: 5px;
  margin-right: 5px;
}
/* end reserve page  */
/* For mobiles */
@media only screen and (max-width: 600px) {
 
  .calcforminput{
    height: 50px !important;
    
  }
  
 /* #background-img {
  background:url(../images/mobbanner.jpg) no-repeat center;
  width:100%;
  height: auto;
  }  */

  .calc-cont { top: 2px !important; position: relative; margin-bottom: 0px; }
  .reserve-cont { top: 2px !important; position: relative; margin-bottom: 5px; }
  #background-img-pages {
  background:url(../images/cdg-taxi-head-mob.jpg) center no-repeat;
  overflow: hidden;
  width:100%;
  height: 250px /* Set height as per you needed */;
}
} 
/* end of mobile */ 
/* For tablets */
@media only screen and (max-width: 992px) {
  @keyframes carani {
  50% {
    transform: translateX(50vw);
  }
  
}
  .calc-cont {
  top: -40px;
  position: relative;
  margin-bottom: 0px;
}
  .h-i-works{
    flex-flow: column;
  }
  .reserve-cont {
    top: -40px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
}
} 
/* end of tabs */ 
.cardform {
  border-color: coral;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-width: 2px;
  border-style: solid;
  margin-top: -10px;
  box-shadow: 0px 5px 5px grey;
  
  
}
.paxinfo {
  text-align:center; 
  display:inline-block; 
  float:right; 
  width:48%; 
  line-height:14px; 
  font-size: 14px; 
  height:35px;
  margin-top: -35px;
  position: relative;
  background-color: #00d9e0;
  padding: 5px;
}
.paxinfo:after{
  content: ' ';
  width: 0px;
  height: 0px;
  border-top:10px solid transparent;
  border-left:10px solid transparent;
  border-bottom:10px solid transparent;
  border-right:10px solid #00d9e0;
  position: absolute;
  right:98%;
  top:50%;
  margin-top: -10px;
    
}
.cardhead {
  background-color:coral;
  color: white;
  display: inline-block;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 40px;
  padding: 5px;
  width: 100%;

}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 50px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  z-index: 100;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  text-decoration: none;
}
.whatsapp-float:hover {
  background-color: #1ebe5d;
}
.whatsapp-navbar-btn {
    display: inline-block;
    padding: 10px 10px;
    color: black;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;


    /* Gold gradient */
    background: linear-gradient(
        135deg,
        #fff3b0 0%,
        #f7d774 20%,
        #d4af37 50%,
        #b8860b 80%,
        #f7d774 100%
    );

    transition: all .3s ease;
    box-shadow:
        0 4px 15px rgba(212, 175, 55, 0.35),
        inset 0 1px 1px rgba(255,255,255,0.4);
}

.whatsapp-navbar-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow:
        0 8px 25px rgba(212, 175, 55, 0.5),
        inset 0 1px 1px rgba(255,255,255,0.5);
}
.trust-bar{
    background:#2B2B2B;
    color:#F5F5F5;
    text-align:center;
    padding:6px 15px;
    font-size:12px;
    font-weight:500;
    letter-spacing:.3px;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.trust-bar .divider{
    margin:0 10px;
    opacity:.6;
}

@media (max-width:768px){
    .trust-bar{
        font-size:10px;
        padding:3px 3px;
    }
  .whatsapp-navbar-btn {
    display: inline-block;
    padding:3px 3px;
    color: black;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 300;

    /* Gold gradient */
    background: linear-gradient(
        135deg,
        #fff3b0 0%,
        #f7d774 20%,
        #d4af37 50%,
        #b8860b 80%,
        #f7d774 100%
    );

    transition: all .3s ease;
    box-shadow:
        0 4px 10px rgba(212, 175, 55, 0.35),
        inset 0 1px 1px rgba(255,255,255,0.4);
}

}
.vehicle-card{
    display:block;
    cursor:pointer;
    text-align:center;
    border:2px solid #dee2e6;
    border-radius:15px;
    padding:15px;
    transition:all .3s ease;
    background:#fff;
    height:100%;
}

.vehicle-card input{
    display:none;
}

.vehicle-img{
    width:100%;
    max-height:120px;
    object-fit:contain;
    margin-bottom:10px;
}

.vehicle-card:hover{
    border-color:#198754;
    transform:translateY(-3px);
}

.vehicle-card:has(input:checked){
    border-color:#198754;
    background:#f0fff5;
    box-shadow:0 5px 20px rgba(25,135,84,.2);
}

.vehicle-specs{
    display:flex;
    justify-content:center;
    gap:15px;
    font-size:1rem;
    margin-top:8px;
}

.vehicle-specs span{
    display:flex;
    align-items:center;
    gap:4px;
}

.vehicle-specs i{
    font-size:20px;
}
/* PREMIUM GDPR COOKIE BANNER */ 
:root{ --bg: rgba(15,15,15,0.92); --border: rgba(255,255,255,0.08); --text: #ffffff; --muted: rgba(255,255,255,0.7); --primary: #ffffff; --primary-text: #111111; --secondary: rgba(255,255,255,0.08); } 
#cookie-banner{ position: fixed; bottom: 24px; left: 24px; right: 24px; max-width: 520px; background: var(--bg); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border: 1px solid var(--border); border-radius: 22px; padding: 24px; z-index: 999999; box-shadow: 0 10px 40px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.05); font-family: Inter, Arial, sans-serif; color: var(--text); animation: fadeUp .4s ease; } 
#cookie-banner.hidden{ display:none; } 
.cookie-title{ font-size: 20px; font-weight: 700; margin-bottom: 10px; letter-spacing: -0.02em; } 
.cookie-text{ font-size: 14px; line-height: 1.6; color: var(--muted); margin-bottom: 22px; } 
.cookie-actions{ display:flex; gap:12px; flex-wrap:wrap; } 
.cookie-btn{ border:none; padding:12px 18px; border-radius: 14px; cursor:pointer; font-size:14px; font-weight:600; transition: all .2s ease; } 
.cookie-btn:hover{ transform: translateY(-1px); } 
.accept-btn{ background: var(--primary); color: var(--primary-text); } 
.reject-btn{ background: var(--secondary); color: white; border:1px solid rgba(255,255,255,0.08); } 
.cookie-link{ display:inline-block; margin-top:18px; color: rgba(255,255,255,0.8); font-size:13px; text-decoration:none; } 
.cookie-link:hover{ color:white; } 
@keyframes fadeUp{ from{ opacity:0; transform:translateY(20px); } to{ opacity:1; transform:translateY(0); } } 
@media (max-width: 640px){ #cookie-banner{ left:16px; right:16px; bottom:16px; padding:20px; border-radius:18px; } .cookie-actions{ flex-direction:column; } .cookie-btn{ width:100%; } }