.menu-item:hover {
    color: var(--color-primary);
}
.wpcf7-form-control-wrap .iti--allow-dropdown
{
    width: -webkit-fill-available !important;
}
.iti__country-name
{
    color: #000000 !important;
}

.rating-and-review,
.abu-dhabo-visit,
.how-it-works {
    background: linear-gradient(to bottom right,
            rgba(31, 26, 26, 0.9),
            rgba(71, 31, 31, 0.9));
}

/* WAY TO APPLY */
.how-it-works {
    .booking-process {
        .step-card {
            background: linear-gradient(to bottom,
                    rgba(65, 12, 14, 0.94),
                    rgba(42, 43, 45, 0.24)) !important;
        }
    }
}

.curve-line {
    height: 100%;
    /* bottom: -12px; */
    position: absolute;
    z-index: 49;
}



.curve-top-u {
    left: -9.5px;
    top: -8.5px;
    border-right: 3px solid #ff0000;
    border-top:3px solid #ff0000;
    border-left: 3px solid #ff0000;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.curve-bottom-u {
    bottom: -8.5px;
    border-right: 3px solid #ff0000;
    border-bottom: 3px solid #ff0000;
    border-bottom-right-radius: 20px;
    border-left: 3px solid #ff0000;
    border-bottom-left-radius: 20px;
    left: -9.5px;
}

.curve-bottom-right {
    left: -9.5px;
    bottom: -8.5px;
    border-right: 3px solid #ff0000;
    border-bottom: 3px solid #ff0000;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px ;
}

.curve-left-bottom {
    left: -9.5px;
    border-left: 3px solid #ff0000;
    border-bottom: 3px solid #ff0000;
    border-bottom-left-radius: 20px;
    bottom: -8.5px;
    border-bottom-right-radius: 20px;
}

.pricing-popup-img {
    height: 86vh;
}

.btn-blog {
    z-index: 9;
}
.blog-inner {
    ul{
        list-style: disc;
        padding-left: 40px;
    }
    h1{
        font-size: 2em;
    }
    h2{
       font-size: 1.5em;
    }
    h3{
       font-size: 1.17em;
    }
    h4{
       font-size: 1.33em;
    }
    h5{
      font-size:  0.83em;
    }
    h6{
       font-size: 0.67em;
    }
}
.fleet-book-now-btn {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
    padding: 2px 4px;
    width: 160px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(8px);
    font-size: 1.5rem;
    transition: all ease 0.3s;

    &:hover {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.02));
        color: var(--color-primary);

        .arrow-default {
            display: none;
        }

        .arrow-hover {
            display: block;
        }
    }
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
 
/* Hide scrollbar for Firefox */
.no-scrollbar {
  scrollbar-width: none;
}

.popup {
    .required-input {
        input::placeholder {
            font-size: 17px;
            font-weight: 600;
            color: white;
        }
    }
}


/* //contact */

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    background-color: rgba(255, 255, 255, 0.2);
}

#wpcf7-f1061-o1 .wpcf7-form input,
#wpcf7-f1061-o1 .wpcf7-form select,
#wpcf7-f1061-o1 .wpcf7-form textarea {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
}

.wpcf7-form {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.wpcf-form input[type="checkbox"]:checked{
  background-color: #a91919 !important;
}

.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.wpcf7-select option {
    color: #000;
}
.current-menu-item a{
    color:#B91C1C !important;
}
.custom-file-input {

  width: 100%;

  padding: 0.75rem 1rem; /* py-3 px-4 */

  border: none;

  outline: none;

  border-radius: 0.5rem; /* rounded-lg */

  color: #fff;

  background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));

  backdrop-filter: blur(10px);

  transition: all 0.3s ease;

}
 
/* File button (equivalent to file: classes in Tailwind) */

.custom-file-input::file-selector-button {

  margin-right: 1rem; /* mr-4 */

  padding: 0.5rem 1rem; /* py-2 px-4 */

  border: 0;

  border-radius: 0.5rem; /* rounded-lg */

  font-size: 0.875rem; /* text-sm */

  font-weight: 600; /* font-semibold */

  color: #fff; /* file:text-white */

  background: rgba(255, 255, 255, 0.2); /* file:bg-white/20 */

  cursor: pointer;

  transition: background 0.3s ease;

}
 
/* Hover effect (hover:file:bg-white/30) */

.custom-file-input::file-selector-button:hover {
  background: rgba(255, 255, 255, 0.3);
}
/* travel tourism */
.travel-card {
    position: relative;
    border-radius: 16px;
    background: transparent;
    z-index: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}
 
.travel-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(to top right, #c2c1c1, #2b220b);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#cd9a3a 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}
 /* Card height animation */
@keyframes expandCard {
  0% {
    max-height: 80px;
  }
  20% {
    max-height: 300px;
  }
  33%, 100% {
    max-height: 80px;
  }
}
 
/* Reveal effect */
.travel-card .reveal-para {
  transform-origin: top;
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.6s ease;
}
 
.travel-card.expanded .reveal-para {
  transform: translateY(0);
  opacity: 1;
}

.travel-card:nth-child(1) {
  animation: expandCard 3.9s infinite ease-in;
  animation-delay: 0s;
}
 
.travel-card:nth-child(2) {
  animation: expandCard 3.9s infinite ease-in;
  animation-delay: 1.3s;
}
 
.travel-card:nth-child(3) {
  animation: expandCard 3.9s infinite ease-in;
  animation-delay: 2.6s;
}
 
/* Reveal animation synced */
@keyframes revealText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  33%, 100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
 
.travel-card:nth-child(1) .reveal-para {
  animation: revealText 3.9s infinite;
  animation-delay: 0s;
}
 
.travel-card:nth-child(2) .reveal-para {
  animation: revealText 3.9s infinite;
  animation-delay: 1.3s;
}
 
.travel-card:nth-child(3) .reveal-para {
  animation: revealText 3.9s infinite;
  animation-delay: 2.6s;
}
.pll-switcher-select option{
    color: #000000;
}
html[dir="rtl"] .book-now-btn
{
  width: fit-content;
  padding: 6px 16px;
}

/* OUR SERVICES */
html[dir="rtl"] .our-services {
   .key-offerings {
        .slider-img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .book-now {
            transition: all ease 0.3s;

            &:hover {
                .arrow-default {
                    display: none;
                }

                .arrow-hover {
                    display: block;
                }
            }
        }
    }
}

html[dir="rtl"] .our-mission-card-container {
    .icon {
        right: 3px;
        left: unset;
    }
    .top-div {
        margin-right: auto;
        border-top-right-radius: 20px;
        margin-left: unset;
        border-top-left-radius: unset;
        h3{
            padding-right: 10px;
            padding-left: unset;
        }
    }
    .bottom-div {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        border-right: 1.5px solid rgba(255, 255, 255, 0.5);
         border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        border-left: unset;
    }
}


html[dir="rtl"] .curve-left-bottom {
    right: -9.5px;
    border-right: 3px solid #ff0000;
    left:unset;
    border-left:unset;
}
html[dir="rtl"] .curve-bottom-right {
    right: -9.5px;
    border-left: 3px solid #ff0000;
    left: unset;
    border-right:unset;
}
html[dir="rtl"]  .wpcf7 input[type="text"], html[dir="rtl"]  .wpcf7 input[type="email"], html[dir="rtl"]  .wpcf7 input[type="tel"], html[dir="rtl"] .wpcf7-select , html[dir="rtl"] .wpcf7-form textarea , html[dir="rtl"] .wpcf7-file{
    direction: rtl;
}
html[dir="rtl"] .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    left: auto;
    right: 0;
}
html[dir="rtl"]  .wpcf7 input[type="tel"]
{
    padding-left:0 !important;
    padding-right:94px !important;
}

html[dir="rtl"] .blog-inner {
    ul {
        list-style: disc;
        padding-right: 40px;
    }
}
.blog-inner table td,.blog-inner table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ffffff;
}

html[dir="rtl"] input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 12px;
    right: auto;
}
 
html[dir="rtl"] input[type="date"]::-webkit-datetime-edit,
html[dir="rtl"] input[type="date"]::-webkit-datetime-edit-fields-wrapper,
html[dir="rtl"] input[type="date"]::-webkit-datetime-edit-text,
html[dir="rtl"] input[type="date"]::-webkit-datetime-edit-day-field,
html[dir="rtl"] input[type="date"]::-webkit-datetime-edit-month-field,
html[dir="rtl"] input[type="date"]::-webkit-datetime-edit-year-field {
    direction: rtl !important;
    text-align: left !important;
    padding-left: 0.25rem;
}

.lang-en .lang-item a{
    display:flex;
    align-items:center;
}
.lang-en .lang-item
{
    list-style:none;
}

@media screen and (min-width: 360px) and (max-width: 600px) {
    html[dir="rtl"] .ourFleetNav {
        top: 260px;
    }
}

@media screen and (max-width: 810px) and (min-width: 768px) {
    html[dir="rtl"] .our-mission-card-container::after {
        right: 0.8rem;
        border-bottom-left-radius: 12px;
        border-left: 0.5px solid rgba(255, 255, 255, 0.2);
         left: unset;
        border-bottom-right-radius: unset;
        border-right: unset;
    }
    html[dir="rtl"] .our-mission-card-container {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        border-right: unset;
    }
}