.link-dt{
    padding: 1.6rem 3.2rem;
    color: #333;
   
    background-color:#fff;
    font-size: 1.8rem;
    text-decoration: none;
    /* border-radius:1rem; */
    border: 5px solid #333;
    text-align: center;
 
    border-bottom: none;
}
.link-dt:hover{
    background-color: #ef233c;
    color: #fff;
    transition:all 0.3s;
}
.active-link{
    padding: 1.6rem 3.2rem;
    background-color: #ef233c;
    color: #fff;
    font-size: 1.8rem;
     text-decoration: none;
     /* border-radius:1rem; */
    border: 5px solid #333;
    text-align: center;
   
     border-bottom: none;
}


.round-trip-form{

}
.one-way-links{
    display: flex;
    justify-content:center;
}


.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)),
              url(../images/drop-taxi-images/one-way-drop-taxi.jpg) no-repeat center center / cover !important;
  z-index: 0;
}
.heading-primary {
  font-size: 6rem;
  margin: 0;
}

.hero p {
  font-size:2.2rem;
  margin-top: 1rem;
}
.double-buttons{
    margin-top: 3rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}
.left-button{
    text-decoration: none;
    font-size: 1.8rem;
    background-color: #ffff;
    padding: 1.6rem 3.2rem;
    color: #333;
    border-radius: 1rem;
}

.right-button{
text-decoration: none;
font-size: 1.8rem;
background-color:#ef233c;
 padding: 1.6rem 3.2rem;
 color: #fff;
 border-radius: 1rem;
}

.subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ef233c;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
  letter-spacing: 0.75px;
  text-align: center;
}
.heading-secondary {
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 9.6rem;
  text-align: center;
  color: #333;
}


/****ABOUT US******/

.container{
    width: 100rem;
    margin: 0 auto;
  
}

.aboutUs-container{
  display: flex;
gap:5rem;
   justify-content: space-between !important;
    align-items: center;
}
.aboutUs-img{
      width: 80%;
  max-width: 400px;
     clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
     clip-path: polygon(10% 10%, 90% 10%, 100% 90%, 0% 90%);
      clip-path: circle(50% at center);
      /* clip-path: polygon(50% 0%, 100% 100%, 0% 100%); */
}

.aboutUs-description{
    font-size:1.6rem;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #333;
    font-weight: 500;
}
.heading-tertiary{
    font-size: 3rem;
    padding:4rem 0 4rem 0;
    color: #333;
text-align: center;
}


/***SERVICES****/




.services-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px; 
  padding: 20px; 
}


.services-heading{
    font-size: 3rem;
    padding: 2rem;
}
.service-description{
    font-size:1.6rem;
    padding:2rem;
}
.arrow-services{
    font-size: 3rem;
}
.arrow-services {
  font-family: 'Material Symbols Outlined', sans-serif; 
  font-size: 4rem !important; 
  color: #ef233c; 
  transition: transform 0.3s ease, color 0.3s ease; 
  cursor: pointer; 
text-align: center;
width: 300px;
margin: 0 auto !important;

}

.why-choose-us-description{
    width: 100rem;
    font-size:1.8rem;
    line-height: 1.8;
    color: #333;
    font-weight: 500;
}
.arrow-services:hover {
  color: #ff5733;
  transform: translateX(5px); 
}

.arrow-services {
  margin: 10px;
}

.services-span{
       font-family: 'Cedarville Cursive';
    color: #ef233c;
    font-weight: bolder;
}
.services-img {
  width: 100%;
  height: 200px; 
  object-fit: cover; 
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.services-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
  overflow-x: hidden; /* default for desktop */
}

/* Mobile: use horizontal scroll with flex */
@media (max-width: 768px) {
  .services-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding: 20px;
    scroll-behavior: smooth;
  }

  .services-card,
  .services-main-card {
    flex: 0 0 80%; /* or 300px for fixed width */
    min-width: 280px;
    max-width: 300px;
  }

  .services-img {
    height: 180px; /* Slightly smaller on mobile */
  }
}

.slogan-container {
    width:100rem;
  display: grid;
    grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 2rem; /* Better than margin for consistent spacing */
  padding: 5rem;
}

.slogan {
  background-color: white;
  border-radius:0.8rem;
  padding:2rem;
  width: 25rem;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.slogan:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 50px;
  color: #ef233c;
}

.text {
  font-size:1.8rem;
  margin-top:1rem;
  font-weight: bold;
  color: #333;
}

/* Tablet */
@media (max-width: 768px) {
  .slogan-container {
    padding:3rem;
    gap:1.5rem;
    /* width:45rem; */

    /* grid-template-columns: repeat(2,1fr); */
  }

  .slogan {
    width:20rem;
    padding:1.5rem;
    
  }

  .icon {
    font-size:4rem;
  }

  .text {
    font-size:1.6rem;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .slogan-container {
    padding: 20px;
    gap: 10px;
  }

  .slogan {
    width: 100%; /* Full width on very small screens */
    max-width: 300px;
  }

  .icon {
    font-size: 35px;
  }

  .text {
    font-size: 15px;
  }
}

 /******faq********/

    .faq-container{
        display: flex;
        align-items: center;
        /* gap:2rem; */
        background-color:#fff;
        width:100rem;
        margin: 0 auto;
        border:5px solid #333;
        margin-bottom: 1rem;
        padding: 2rem;
          cursor: pointer;
    }

 .emoji{
    width:5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border: 2px solid #fff;

 }
 .faq-emoji{
text-align: center;
padding: 1rem;

 }
 .faq-caret-icon{
    /* margin-left:50rem; */
   
  
 }
 .question{
    width: 100%;
    margin: 0 auto;
    margin-left: 3rem;
    /* margin-left: 10rem; */
    display: flex;
    flex-direction: column;
    font-weight:600;
    color:#333;

 }
 .question p{
  display: flex;
  justify-content: space-between;
}
 .main-faq-container{
display: flex;
flex-direction: column;
background-color: #fdfdfd;


 }
 .answer{
    width:80rem;
    padding: 2rem;
    line-height: 1.6;
    color: #333;
    font-weight:400;
    margin-bottom: 2rem;
    margin-left:auto;
   margin-right:auto;

 }
 .answer-text{
  margin-left: 3rem;
 }

 /***CONTACT US****/



.contact-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.contact-circle {
  width: 90rem;
  height: 90rem;
  border-radius: 50%;
 
  position: absolute;
  bottom: 12%;
  left: 20%;
  opacity: 0.2;
}

.contact-header {
  text-align: center;
}

.contact-header h1 {

  font-size: 6rem;
  letter-spacing: 0.2rem;
  color: #263b53;
}

.contact-header h3 {
  font-size: 3rem;
  font-weight: 300;
  color: #567599;
  margin: 2rem 0 15rem 0;
}

.contact-content {
  display: flex;
}

.drop-taxi-form-wrapper {
  width: 45rem;

  background-color: #fff;
  box-shadow: 0 1rem 10rem rgba(130, 162, 235, 0.4);
  z-index: 10;
  padding: 4rem 2rem;
  border-radius: 1rem;
  margin: 0 3rem;
  text-align: center;
}

.drop-taxi-form-wrapper span {
  font-size: 8rem;
  color: #8f42ec;
}

.drop-taxi-form-wrapper h4 {

  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #8f42ec;
  letter-spacing: 0.1rem;
  margin: 3rem 0 1rem 0;
}

.drop-taxi-form-wrapper p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #5c646d;
  margin-bottom: 7rem;
}

.drop-taxi-form-wrapper form {
  display: flex;
  flex-direction: column;
}

.drop-taxi-form-wrapper input,
.drop-taxi-form-wrapper textarea {
  width: 100%;
  margin: 2rem 0;
  background-color: #f0f2f4;
  padding: 1rem 1rem 1rem 2rem;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  font-weight: 300;
}

.drop-taxi-form-wrapper input {
  height: 5rem;
  border: none;
}

.drop-taxi-form-wrapper textarea {
  height: 10rem;
  resize: none;
  border: none;
}

.drop-taxi-form-wrapper input::placeholder,
.drop-taxi-form-wrapper textarea::placeholder {
  color: #0d335f;
}

.drop-taxi-form-wrapper button {
  height: 5rem;
  background: linear-gradient(to right,  #b8c4fd,#a0b0fc);
  border: none;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #333;
  cursor: pointer;
}



.contact-support-wrapper span {
  font-size: 8rem;
  color: #6797ff;
}

.contact-support-wrapper h4 {
 
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #6797ff;
  letter-spacing: 0.1rem;
  margin: 3rem 0 1rem 0;
}

.contact-support-wrapper p {
  font-size: 1.8rem;
  font-weight: 300;
  color: #5c646d;
  margin-bottom: 4rem;
}
.chat-btn {
  width: 100%;
  height: 5rem;
  background: linear-gradient(to right, #65b1ff, #4f8aff);
  border: none;
  border-radius: 5rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #fff;
  margin-bottom: 5rem;
  cursor: pointer;
}

.support-list {
  display: flex;
  flex-direction: column;
}

.support-list button {
  height: 4.5rem;
  margin: 1rem 0;
  background-color: #f2f4f5;
  border: none;
  border-radius: 4rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #4f8aff;
  letter-spacing: 0.1rem;
  cursor: pointer;
}


.answer {
  display: none;
  transition: all 0.3s ease;
 
}

.answer.visible {
  display: block;
}

.faq-caret-icon.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease;

}








.drop-taxi-form {
  display: grid;

  /* background-color: #e67e22; */
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;

  background-image: linear-gradient(to right bottom,#fcd3d8, #e6233c);
  overflow: hidden;
}
.container-contactUs{
max-width: 120rem;
    padding: 0 3.2rem;
    margin: 0 auto;
}
.drop-taxi-form-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #333;
}

.drop-taxi-form .heading-secondary {
  /* color: #45260a; */
  color: inherit;
  margin-bottom: 3.2rem;
}

.drop-taxi-form-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}

.drop-taxi-form-img-box {
  background-image: linear-gradient(
      to right bottom, rgba(252, 211, 216, 0.508), rgba(230, 35, 61, 0.305)),
    url("one-day-tour.png");
  background-size: cover;
  background-position: center;
}

.drop-taxi-form-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.drop-taxi-form-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.drop-taxi-form-form input,
.drop-taxi-form-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: #f1f1f1;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.drop-taxi-form-form input::placeholder {
  color: #aaa;
}



.drop-taxi-form-form-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 2.4rem;
}

.drop-taxi-form-form-2 label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.drop-taxi-form-form-2 input,
.drop-taxi-form-form-2 select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: #f1f1f1;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.drop-taxi-form-form-2 input::placeholder {
  color: #aaa;
}
.drop-taxi-form *:focus {
  outline: none;

  box-shadow: 0 0 0 0.8rem rgba(37, 39, 51, 0.741);
}

.drop-taxi-form *:focus:not([type="checkbox"]) {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(37, 39, 51, 0.741);
}
.btn,
.btn:link,
.btn:visited {
  display: inline-block;

  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  font-family: inherit;

  /* Put transition on original "state" */
  /* transition: background-color 0.3s; */
  transition: all 0.3s;
}

.btn--form {
background-color: #30070c;
color: white;
  align-self: end;
  padding: 1.2rem;
}

.btn--form:hover {
  background-color: #fff;
  color: #333;
}
  footer {
  width: 100%;
  height: 60vh;
  padding: 10rem 0 3rem 0;
  background-color: #000;
}

.footer-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.footer-social-media {
  width: 10%;
}

.footer-item {
  display: flex;
  flex-direction: column;
}

.footer-item h3 {

  font-size:1.8rem;
  color:#f24f63;
  margin-bottom: 2rem;
  font-weight: bolder;
}

.icons i {
  font-size: 2.5rem;
  margin-right: 2rem;
  cursor: pointer;
}

.icons i:nth-child(1) {
  color: #1877f2;
}

.icons i:nth-child(2) {
  color: #c32aa3;
}

.icons i:nth-child(3) {
  color: #333;
}

     .footer-social-media-2 {
display:none;
  }

.footer-item a {
  font-size: 1.8rem;
  margin-bottom: 1.3rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-top: 0.2rem solid rgba(0, 122, 170, 0.2);
  padding-top: 1rem;
}

.footer-bottom a {
  font-family: 'Croissant One', cursive;
  font-size: 2rem;
  color:#b8c4fd;;
}

@keyframes shake {
  0%, 100% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, 2px); }
  80% { transform: translate(2px, -2px); }
}
  .whatsapp-float {
  position: fixed;
  bottom: 15rem;
  right: 13rem;
  z-index: 999;
  width: 60px;
  height: 60px;
  cursor: pointer;
   animation: shake 1.2s ease-in-out infinite;
  animation-delay: 5s; /* starts shaking after a delay */
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.menu-icon{
    font-size:2.2rem;
  display: none !important;
}
.close-icon{
    font-size:2.2rem;
    display: none !important;
   
}




/****RESPONISVE*****/

/***NAV RESPONSIVE****/


/* @media(max-width:675px)
{
    .nav-items,.cta-button{
        display: none;
    }
.menu-icon{
display: block !important;
}

.hide{
    display: none !important;
}
.nav-items .active{
display: block;  
}
.nav-items .active{
display: flex;
flex-direction: column;
width: 100%;
height: 100vh;

}
}
 */
 @media (max-width:800px) {
    .cta-button {
margin-left:0;
}
.nav-item:nth-child(3):hover .dropdown{
  opacity:0;
  visibility:hidden;
}
    .dropdown-parent.show:not(:first-child):not(:last-child)::before {
  content: '-';
}
.show.open{
    opacity: 1;
    visibility:visible;
}
.dropdown::before {
        display:none !important;
    }
    .dropdown-caret-down{
        display: none !important;
    }
    /* .nav-item a{
        font-size: 3rem;
    }
     .nav-item span{
        font-size: 3rem;
    } */
.nav-item:nth-child(3)::before {
  content: '+';
  font-size: 5rem;
  color: #e6233c;
  position: absolute;
  top: 57%;
  right:-70px;
  /* right: 100px; */
  transform: translateY(-50%);
  width: 10rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

    .dropdown{
display: flex;
top:50px;
left:-140px;
z-index:99999 !important;
text-align: center;
padding: 0;
justify-content:center;
width: 140rem;
position: absolute !important;
opacity: 0;
visibility: hidden;


    }
    .nav-items{
        display: none;
    }

    .menu-icon {
        display: block !important;
    }

    .hide {
        display: none !important;
    }

    /* Show nav when it has the 'active' class */
    .nav-items.active {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100vh;
        background-color:#333; /* Optional for clarity */
        position: absolute;      /* Optional for overlay effect */
        top: 0;
        left: 0;
        z-index: 10;
        font-size: 3rem;
        gap: 8rem;
    }
    .close-icon.active{
        position: absolute;
        top:10px;
        right:10px;
        font-size: 3rem;
        color: #fff;
        display:block !important;
        z-index: 9999;

    }

 .dropdown.open {
    opacity: 1 !important;
    visibility: visible !important;
  }

}

@media(max-width:400px)
{
 
}
@media(max-width:800px)
{
   html{
    font-size: 52.5% !important;
   }

}



@media (max-width: 800px) {

 
}



/**********HERO*********/

@media(max-width:800px)
{
    .hero-content{
        flex-direction: column;
       
    }
}

/****ABOUT US*****/

@media(max-width:1060px)
{
    .aboutUs-container{
        width:80rem;
    }
    .aboutUs-img{
      width: 40%;
}
}
@media(max-width:900px)
{
    .aboutUs-container{
        width:70rem;
    }
        .aboutUs-img{
      width: 50%;
}
}
@media(max-width:650px)
{
    .aboutUs-container{
       flex-direction: column;
       width: 50rem;
    }
        .aboutUs-img{
      width:100%;
}
}
@media(max-width:450px)
{
    .aboutUs-container{
       flex-direction: column;
       width: 30rem;
    }
}

/***SERVICES****/





/***why-choose-us***/

 @media(max-width:1000px)
{
.why-choose-us-description{
    width:90rem;
}
} 
@media(max-width:800px)
{
.why-choose-us-description{
    width:80rem;
}
}

@media(max-width:700px)
{
.why-choose-us-description{
    width:70rem;
}
}
@media(max-width:630px)
{
.why-choose-us-description{
    width:60rem;
}
}
@media(max-width:630px)
{
.why-choose-us-description{
    width:55rem;
}
}

@media(max-width:500px)
{
.why-choose-us-description{
    width:50rem;
}
}

@media(max-width:450px)
{
.why-choose-us-description{
    width:45rem;
}
}
@media(max-width:350px)
{
.why-choose-us-description{
    width:35rem;
}
}

@media(max-width:1000px)
{
    /* .slogan-container{
        width:60rem;
    } */
}

@media(max-width:800px)
{
.slogan-container{
    width:80rem;
}
}

@media(max-width:700px)
{
.slogan-container{
    width:60rem;
}
}

@media(max-width:600px)
{
    .slogan-container{
        width:55rem;
    }
}
@media(max-width:550px)
{
    .slogan-container{
        width:55rem;
        justify-content: space-around;
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:500px)
{
    .slogan-container{
        width:45rem;
        justify-content: space-around;
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:425px)
{
    .slogan-container{
        width:45rem;
        justify-content: space-around;
        grid-template-columns: repeat(1,1fr);
    }
}
@media(max-width:370px)
{
    .slogan-container{
        width:35rem;
        justify-content: space-around;
    }
}
/*****FAQ CONTAINER*****/

@media(max-width:1100px)
{
  .faq-container{
    width: 80rem;
  }

}
@media(max-width:860px)
{
  .faq-container{
    width: 60rem;
  }

}

@media(max-width:700px)
{
  .faq-container{
    width:50rem;
  }
  .question p{
  
  gap:5rem !important
}

}

@media(max-width:490px)
{
  .faq-container{
    width:40rem;
  }
  .question p{
  
  gap:5rem !important
}
}

@media(max-width:390px)
{
  .faq-container{
    width:35rem;
    font-size: 1.8rem;
  }
  .question p{
  
  gap:5rem !important
}
}


@media(max-width:350px)
{
  #hero{
  padding: 0;
}
  .faq-container{
    width:35rem;
    font-size: 1.4rem;
  }
  .question p{

}
}


 @media (max-width: 75em) {
  html {
    /* 9px / 16px  */
    font-size: 56.25%;
  }
}

@media (max-width: 59em) {
  html {
    /* 8px / 16px = 0.5 = 50% */
    font-size: 50%;
  }
}

@media(max-width:1000px)
{
    .drop-taxi-form {
    /* 3/5 = 60% + 2/5 = 40% */
    grid-template-columns:2fr !important;
  }

  .drop-taxi-form-form {
    grid-template-columns: 1fr;
  }

  .drop-taxi-form-form-2 {
    grid-template-columns: 1fr;
  }
  
  .drop-taxi-form-img-box {
display: none;
}
}
@media(max-width:600px)
{
  .drop-taxi-form {
    grid-template-columns: 1fr;
  }

  .drop-taxi-form-text-box {
    padding: 3.2rem;
  }

  .drop-taxi-form-img-box {
    display: grid;
    height: 32rem;
    grid-row: 1;
  }
}

  footer {
    height:100%;
    padding: 6rem 0 3rem 0;
  }

  .footer-social-media {
    width: 15%;
  }

  @media(max-width:500px)
  
  {
    footer{
      font-size: 1rem;
    }
    .footer-social-media {
    width:5%;
    display: none;
  }
  .footer-item a{
    font-size: 1.5rem;
  }
     .footer-social-media-2 {
display:flex;
margin-top: 2rem;
  }
  /* .footer-top{
    flex-direction: column;
  } */
  }
@keyframes shake {
  0%, 100% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, 2px); }
  80% { transform: translate(2px, -2px); }
}
  .whatsapp-float {
  position: fixed;
  bottom: 15rem;
  right: 13rem;
  z-index: 999;
  width: 60px;
  height: 60px;
  cursor: pointer;
   animation: shake 1.2s ease-in-out infinite;
  animation-delay: 5s; /* starts shaking after a delay */
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


@media(max-width:500px)
{
  .logos-home img{
    height:4rem;
  }
}
@media(max-width:400px)
{
  .logos-home img{
    height:3.5rem;
  }
}
@media(max-width:375px)
{
  .logos-home img{
    height:3.2rem;
  }
}
@media(max-width:350px)
{
  .logos-home img{
    height:3rem;
  }
}

@media(max-width:900px)
{
  .answer{
    width:40rem;
  }
}
 @media (max-width: 75em) {
  html {
    /* 9px / 16px  */
    font-size: 56.25%;
  }
}

@media (max-width: 59em) {
  html {
    /* 8px / 16px = 0.5 = 50% */
    font-size: 50%;
  }
}

@media(max-width:1000px)
{
    .drop-taxi-form {
    /* 3/5 = 60% + 2/5 = 40% */
    grid-template-columns:auto;
  }

  .drop-taxi-form-form {
    grid-template-columns: 1fr;
  }
   .drop-taxi-form-form-2 {
    grid-template-columns: 1fr;
  }
  
  .drop-taxi-form-img-box {
display: none;
}
}
@media(max-width:600px)
{
  .drop-taxi-form {
    grid-template-columns: 1fr;
  }

  .drop-taxi-form-text-box {
    padding: 3.2rem;
  }

  .drop-taxi-form-img-box {
    display: grid;
    height: 32rem;
    grid-row: 1;
  }
}
@media(max-width:400px)
{
html{
    font-size: 42.5% !important;
}
}

@media (max-width: 430px) {
  .contact {
    height: 180vh;
  }

  .contact-header h1 {
    font-size: 4rem;
  }

  .contact-header h3 {
    font-size: 2.5rem;
    width: 80%;
    margin: 2rem auto 15rem auto;
  }

  .contact-content {
    flex-direction: column;
    align-items: center;
  }

  .drop-taxi-form-wrapper {
    margin: 0 3rem 10rem 3rem;
  }

  .contact-circle {
    bottom: 30%;
    left: 5%;
  }
}

@media (max-width: 375px) {
  .contact {
    height: 220vh;
  }
}
@media(max-width:350px)
{
    html{
        font-size:42.5% !important;
    }
}

.grid {
  display: grid;
  column-gap: 6.4rem;
  row-gap: 9.6rem;

  /* margin-bottom: 9.6rem; */
}
.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.margin-bottom-md {
  margin-bottom: 4.8rem !important;
}
.pricing-plan {
  border-radius: 11px;

  width: 75%;
}

.pricing-plan--starter {
  justify-self: end;
  border: 2px solid #fdf2e9;
  padding: 4.6rem;
}


.plan-price {
  font-size: 6.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.6rem;
}

.plan-price span {
  font-size: 3rem;
  font-weight: 500;
  margin-right: 0.8rem;
}

.plan-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6f6f6f;
}

.plan-sing-up {
  text-align: center;
  margin-top: 4.8rem;
}

.plan-details {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
}

.plan-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.list-item {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  line-height: 1.2;
}


/* *******************SERVUCES***************************** */
    #services
    {
  
        width: 100%;
        min-height:100vh;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         background:none;
    }
    .our-services
  {
    margin-bottom:2.2rem;
    margin-top:1rem;
    padding-top:2.2rem;
  }

    .services-grids {
        display: grid;
        grid-template-columns: repeat(3,1fr); 
        gap: 2rem; 
        row-gap: 5rem;
        padding: 2rem; 
        
        margin-bottom: 14rem;
    }
    
    .service-box {
        padding: 2rem;
        position: relative;
    }
    .service-box-child{
      position: absolute;
      top:10.5rem;
      left: 0;
    }
    
    .service-box-heading {
        font-size:2.2rem;
    }
    
    .service-box-text {
        padding: 2rem;
       
    }
    
    .view-more{
      position: absolute;
      top:35rem;
      left:35%;
    }
    .view-more-text{
      font-size: 1.8rem;
    }
    
    .services-grids > div {
        width: 30rem;
        height:30rem;
     
        border-radius:2.2rem;  
        padding: 2rem;
        text-align: center;
        box-shadow: inset 4px 4px 8px rgba(100, 100, 100, 0.4), inset -4px -4px 8px rgba(200, 200, 200, 0.7);

        /* box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1), -8px -8px 15px rgba(255, 255, 255, 0.7);   */
        transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; 
        opacity: 0.9;
        transform: scale(1);
    }
    
   
    .services-grids > div:hover {
        opacity: 1;
        transform: scale(1.05);
        box-shadow: inset 2px 2px 4px rgba(249, 167, 177, 0.4), inset -2px -2px 4px rgba(255, 255, 255, 0.7);
    }
    
  
    @media (max-width: 768px) {
        .services-grids {
            grid-template-columns: repeat(2, 1fr); 
        }
    }
    
    @media (max-width: 480px) {
        .services-grids {
            grid-template-columns: 1fr; 
        }
    }
    


.service-box-heading{
color: #333;
}
.service-box-text{
  width: 30rem;
  height: auto;
font-size:1.4rem;
letter-spacing: 1px;
line-height: 1.6;
font-weight:600;
color: #333;
}

.drop-taxi-form-form .full-width {
  grid-column: 1 / -1;
}
.drop-taxi-form-form-2 .full-width {
  grid-column: 1 / -1;
}
.terms{

  color: #fff;
  font-size: 2rem;
font-weight: bold;


}

.result{

  color: #333;
  font-size: 3rem;
  font-weight: bold;
 

}
.checkbox{
width:auto !important;
}

.distance-one-way{
display: none !important;
}
.price-one-way{
  display: none !important;
}
.terms-one-way{
  display: none !important;
}
.checkbox-one-way{
display: none !important;
}


.distance-round-trip{
display: none !important;
}
.price-round-trip{
  display: none !important;
}
.terms-round-trip{
  display: none !important;
}
.checkbox-round-trip{
  display: none !important;
}



