/* import fonts here */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/* import fonts here */



/* basic css*/

:root {
    --primary-color: #FFC515;
    --title-text-color: #222222;
    --inter-font: "Inter", sans-serif;
    --transition: .3s;
}

body {
    font-family: var(--inter-font);
    color: var(--title-text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    transition: var(--transition);
}

figure,
figcaption {
    margin: 0;
}

input,
textarea {
    outline: none;
}

input,
button,
textarea,
select {
    font-family: var(--inter-font);
    transition: var(--transition);
}

svg,
path {
    transition: var(--transition);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1800px;
    padding-inline: 20px;
    margin-inline: auto;
}

.container-xl {
    max-width: 1850px;
    padding-inline: 20px;
    margin-inline: auto;
}

.container-sm {
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 20px;
}

.container-xsm {
    max-width: 824px;
    margin-inline: auto;
    padding-inline: 20px;
}

/* basic css */



/* extra css start here */

.popover {
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.section__title h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin-bottom: 20px;
}

.section__title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.16px;
    color: #4D4D4D;
}

.section__title {
    margin-bottom: 40px;
}

.theme__btn {
    font-size: 12.8px;
    font-weight: 500;
    line-height: 19.88px;
    letter-spacing: -0.16px;
    color: #000;
    padding: 10px 14px;
    background-color: var(--primary-color);
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: none;
}

.theme__btn:hover {
    background: #000;
    color: #fff;
}

.theme__btn:hover svg {
    transform: translateX(5px);
}

/* extra css end here */



/* header area start here */

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 20px;
    z-index: 1000;
}

.offcanva__trigger {
    font-size: 25px;
    color: #fff;
}

.list__page .offcanva__trigger {
    color: #000;
}

.header__content {
    margin-inline: 70px;
    background-color: rgba(255, 255, 255, 10%);
    border-radius: 100px;
    padding: 10px;
    backdrop-filter: blur(40px);
    transition: var(--transition);
}

header.sticky .header__content {
    background: rgba(0, 0, 0, 50%);
}

.list__page .header__content {
    background: transparent;
}

.header__left {
    gap: 30px;
}

.header__navigation ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__navigation ul li a {
    padding: 4px 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #F3F3F3;
}

.header__navigation ul li a:hover {
    color: var(--primary-color);
}

.header__right {
    gap: 24px;
    padding-inline: 10px;
}

.header__profile a,
.header__country a {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* header area end here */



/* hero area start here */

.hero__area {
    height: 75vh;
    align-content: end;
    position: relative;
}

.hero__area::before {
    position: absolute;
    content: '';
    background-color: #000;
    inset: 0;
    opacity: 20%;
}

.hero__content {
    position: relative;
    z-index: 2;
}

.hero__text h1 {
    color: #fff;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: -0.16px;
    font-weight: 300;
}

.hero__text h1 strong {
    font-weight: 700;
    display: block;
}

.filter__main .nice-select {
    width: 320px;
    height: 52px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: none;
    padding-left: 20px;
    border: 1px solid #BDBDBD;
}

.filter__main .nice-select::after {
    border-color: #1C1B1F;
    height: 9px;
    width: 9px;
    margin-top: -1px;
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
}

.filter__main .nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.caleder__icon {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

.filter__person {
    background-color: #fff;
    width: 150px;
    display: flex;
    align-items: center;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    padding: 10px 10px;
    justify-content: space-between;
    height: 52px;
    margin-inline: 15px;
    cursor: pointer;
    text-align: center;
    max-width: 75px;
}

#passengerNumber {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border: none;
    margin-left: 5px;
    text-align: left;
    margin-right: -5px;
}

.filter__button__container {
    padding-bottom: 31px;
}

.ride-list {
    display: flex;
    flex-direction: column;
}

.filter__main .nice-select .current {
    font-size: 16px;
    color: #828282;
    line-height: 125%;
}

.filter__main .nice-select:active,
.filter__main .nice-select.open,
.filter__main .nice-select:focus {
    border-color: #000000;
}

.hero__filter__box {
    display: inline-block;
    padding: 20px;
    background-color: rgba(255, 255, 255, 10%);
    border-radius: 20px;
    backdrop-filter: blur(80px);
    margin-block: 20px 30px;
}

.filter__main input {
    height: 100%;
    width: 100%;
    padding: 0;
    align-items: center;
}

.filter__person input::-webkit-outer-spin-button,
.filter__person input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter__person input[type=number] {
    -moz-appearance: textfield;
}

.filter__person input[type="number"] {
    border: none;
    display: flex;
    justify-content: center;
    background: transparent;
    font-size: 16px;
    color: #828282;
    line-height: 125%;
    width: 100%;
}

.filter__person label {
    display: flex;
}

.filter__person label span {
    font-size: 16px;
    color: #828282;
    line-height: 125%;
}

.fillter__connector {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #5B5B59;
    margin-inline: 10px;
    flex-shrink: 0;
}

.filter__person.active {
    border-color: #000;
}

.filter__main .nice-select.open .current {
    color: #000;
}

.filter__person.active input,
.filter__person.active span {
    color: #000;
}

.person__count span {
    color: #828282;
}

.selectize-input,
.filter__calender input {
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    padding: 14px 20px;
    color: #828282;
    width: 100%;
    height: 100%;
    height: 52px;
    min-width: 130px;
}

.filter__calender input::placeholder {
    opacity: 1;
    color: #828282;
}

.filter__calender {
    width: 220px;
    height: 47px;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
}

/* Hide any nested label/icon since we use background-image on input */
.filter__calender label {
    display: none;
}

.filter__calender input.active {
    border-color: #000;
    color: #000;
}

.filter__submit button {
    background-color: var(--primary-color);
    height: 100%;
    border: none;
    font-size: 12.8px;
    line-height: 19.88px;
    letter-spacing: -0.16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 9px;
    border-radius: 10px;
    padding: 16px 21px;
    margin-left: 8px;
    transition: var(--transition);
}

.lowest__price {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    padding: 6px 10px;
    background: #219653;
    color: #fff;
    border-radius: 100px;
}

.filter__submit .arrow__right {
    transition: var(--transition);
}

.filter__submit button:hover .arrow__right {
    transform: translateX(5px);
}

.filter__submit button:hover {
    background-color: #000;
    color: #fff;
}

.filter__submit .arrow__right {
    display: flex;
    align-items: center;
}

.filter__submit .arrow__right svg path {
    transition: var(--transition);
}

.filter__submit button:hover .arrow__right svg path {
    fill: #fff;
}

.filter__check input {
    display: none;
}

.filter__check:has(input:checked) label::after {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.filter__check:has(input:checked) label::before {
    opacity: 1;
    visibility: visible;
}

.filter__check label {
    color: #fff;
    font-size: 15px;
    line-height: 125%;
    padding-left: 30px;
    position: relative;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
}

.filter__check {
    margin-top: 11px;
}

.filter__check label::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: -1px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #828282;
    transition: var(--transition);
}

.filter__check label:hover::after {
    border-color: var(--primary-color);
    background: #FFF7E0;
}

.item__holder__flex:last-child {
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0 0 10px 10px;
}

.filter__check label::before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 pro';
    left: 0;
    color: #fff;
    top: -1px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* hero area end here */



/* filter transfer start here */

.transfer__area {
    padding-block: 100px;
    background-color: #F5F5F5;
}

.transfer__content {
    max-width: 1200px;
    margin-inline: auto;
}

.filter-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.filter-btn {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.16px;
    border: none;
    border-radius: 100px;
    padding: 10px 20px;
    background-color: #fff;
    transition: var(--transition);
}

.filter-btn.active {
    background: #000;
    color: #fff;
}

.filter-btn:hover {
    background-color: #000;
    color: #fff;
}


/* filter transfer end here */



/* concert transport start here */

.concert__transport {
    padding-block: 100px;
}

.check__button a {
    display: inline-flex;
    font-weight: 500;
    font-size: 12.8px;
    line-height: 19.88px;
    letter-spacing: -0.16px;
    padding: 10px 20px;
    background-color: #000;
    border-radius: 100px;
    align-items: center;
    color: #fff;
    gap: 9px;
}

.check__button a:hover svg {
    transform: translateX(5px);
}

.check__button a svg path {
    transition: var(--transition);
}

.check__button a:hover svg path {
    fill: #000;
}

.check__button a:hover {
    background: var(--primary-color);
    color: #000;
}

.concert__slider__wrapper .swiper-button-next::after,
.concert__slider__wrapper .swiper-button-prev::after {
    display: none;
}

.concert__wrapper {
    padding: 20px;
    background: #F5F5F5;
    border-radius: 20px;
}

.concert__image {
    overflow: hidden;
    border-radius: 10px;
}

.concert__image img {
    transition: var(--transition);
}

.concert__image:hover img {
    transform: scale(1.1);
}

.concert__wrapper figcaption {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.concert__wrapper figcaption a {
    font-weight: 500;
    font-size: 12.8px;
    line-height: 19.88px;
    letter-spacing: -0.16px;
    display: flex;
    align-items: center;
    gap: 9px;
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    background: #FFFFFF;
    border-radius: 100px;
    color: #000;
}

.concert__wrapper figcaption a:hover {
    background: #000;
    color: #fff;
}

.concert__wrapper figcaption a:hover svg path {
    fill: #fff;
}

.concert__wrapper figcaption a svg path {
    transition: var(--transition)
}

.concert__wrapper figcaption a:last-child {
    background: var(--primary-color);
}

.concert__wrapper figcaption a:last-child:hover {
    background: #000;
}

.concertSlider .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: unset;
    top: unset;
    margin-block: 40px;
    gap: 7px;
}

.concertSlider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    opacity: 1;
    background: #E6E6E6;
}

.concertSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}

.concert__slider__wrapper .swiper-button-prev,
.concert__slider__wrapper .swiper-button-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border-radius: 100px;
    top: calc(50% - 50px);
    transition: var(--transition);
}

.concert__slider__wrapper .swiper-button-prev:hover,
.concert__slider__wrapper .swiper-button-next:hover {
    background-color: var(--primary-color);
}

/* concert transport end here */



/* banner area start here */

.banner__area {
    padding-block: 100px;
    margin: 60px 40px;
    border-radius: 40px;
}

.banner__content {
    padding: 60px;
    display: inline-block;
    background: rgba(255, 255, 255, 10%);
    backdrop-filter: blur(40px);
    border-radius: 40px;
    margin-left: 80px;
    max-width: 560px;
}

.banner__box h4 {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -0.16px;
    color: #fff;
    margin-bottom: 16px;
}

.banner__box .theme__btn svg path {
    transition: var(--transition);
}

.banner__box .theme__btn:hover svg path {
    fill: #fff;
}

.banner__box p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin-bottom: 32px;
    color: #fff;
}

/* banner area end here */



/* opinion area start here */

.opinion__area {
    padding-top: 50px;
    position: relative;
}

.opinion__area::before {
    position: absolute;
    content: '';
    background: #fff;
    bottom: -50px;
    height: 50px;
    width: 100%;
    border-radius: 0 0 80px 80px;
}

.opinion__wrapper {
    background: linear-gradient(to bottom, #fff2cc 0%, #ffffff 100%);
    margin-top: -80px;
    padding-inline: 20px;
}

.opinionSlider {
    max-width: 1290px;
    margin-inline: auto;
    padding-bottom: 40px;
}

.opinionSlider .swiper-button-next::after,
.opinionSlider .swiper-button-prev::after {
    display: none;
}

.car__div {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #E6E6E6;
    margin-inline: auto;
    position: relative;
    z-index: 2;
}

.wrapper__curve {
    text-align: center;
}

.opinion__text {
    max-width: 666px;
    margin-inline: auto;
}

.opinion__title h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin-block: 20px 30px;
    color: #000;
    padding-block: 5px;
}

.opinion__text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -1px;
    margin-bottom: 16px;
}

.opinion__text a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.opinion__text a::after {
    position: absolute;
    content: '';
    background: var(--primary-color);
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.opinionSlider-prev,
.opinionSlider-next {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 9;
    transition: var(--transition);
}

.opinionSlider-prev:hover,
.opinionSlider-next:hover {
    background: #000;
}

.opinionSlider-prev svg path,
.opinionSlider-next svg path {
    transition: var(--transition);
}

.opinionSlider-prev:hover svg path,
.opinionSlider-next:hover svg path {
    fill: #fff;
}

.opinionSlider-prev {
    position: absolute;
    top: 26px;
    left: 0;
}

.opinionSlider-next {
    position: absolute;
    right: 0;
    top: 26px;
}

/* opinion area end here */



/* footer area start here */

footer {
    padding-block: 150px 30px;
}

.footer__widget__flex {
    background-color: #fff;
    padding: 60px 45px 0;
    max-width: 1730px;
    margin-inline: auto;
    border-radius: 40px;
    margin-top: 75px;
}

.footer__navigation ul {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.footer__navigation nav {
    gap: 20px;
    justify-content: space-between;
}

.footer__navigation {
    padding-inline: 4% 8%;
    border-inline: 1px solid #E0E0E0;
    width: 33.33%;
}

.footer__address {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.footer__contact {
    width: 33.33%;
    padding-left: 3.5%;
}

.footer__navigation ul li a {
    font-weight: 600;
    font-size: 14.88px;
    line-height: 23.11px;
    color: #000;
    display: block;
}

.footer__navigation ul li a:hover {
    color: var(--primary-color);
}

.footer__contact .contact__email:hover,
.footer__contact .contact__number:hover {
    color: var(--primary-color);
}

.footer__contact .contact__email {
    font-weight: 600;
    font-size: 34.59px;
    line-height: 54px;
    letter-spacing: -1px;
    text-transform: lowercase;
    margin-bottom: 16px;
    color: #000;
    display: inline-block;
    position: relative;
}

.footer__contact .contact__number {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -1px;
    text-transform: lowercase;
    color: #000;
    display: inline-block;
    position: relative;
}

.footer__contact .contact__email::after,
.footer__contact .contact__number::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: var(--primary-color);
    left: 0;
    bottom: 0;
}

.footer__major__contact {
    margin-bottom: 118px;
}

.footer__address ul li {
    color: #000;
    font-size: 17.02px;
    line-height: 28px;
}

.contact__social ul {
    display: flex;
    align-items: center;
}

.contact__social ul li a {
    font-weight: 600;
    line-height: 20px;
    color: #8A8A8A;
}

.contact__social ul li a:hover {
    color: var(--primary-color);
}

.footer__credit {
    border-top: 1px solid #E0E0E0;
    padding: 30px 0 34px;
    margin-top: 61px;
}

.privacy__list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.footer__credit p {
    color: #8A8A8A;
    font-size: 16.73px;
    line-height: 26px;
}

.footer__credit p a {
    color: #8A8A8A;
}

.privacy__list ul li a {
    font-weight: 600;
    font-size: 12.45px;
    line-height: 20px;
    color: #8A8A8A;
    display: block;
}

.footer__credit p a:hover {
    color: var(--primary-color);
}

.privacy__list ul li a:hover {
    color: var(--primary-color);
}

.dot__separate {
    width: 3px;
    height: 4px;
    display: block;
    margin-inline: 9px;
    flex-shrink: 0;
    background: #8A8A8A;
}

/* footer area end here */









/* list page start here */

.list__page header {
    position: relative;
    top: unset;
    margin-block: 20px;
}

.list__page .header__navigation ul li a {
    color: #000;
}

.list__page .header__right .theme__btn:hover {
    background: #000;
    color: #fff;
}

.list__page .header__navigation ul li a:hover {
    color: var(--primary-color);
}

.list__page .header__right svg path {
    fill: #000;
}

.filter__select__container,
.filter__extra__container {
    display: flex;
    justify-content: space-between;
}

.list__page .fillter__connector {
    background: #F0F0F0;
}

.filter__select__container {
    width: 70%;
}

.filter__extra__container {
    width: 30%;
}

.list__page .filter__select {
    width: 100%;
}

.list__page .filter__main .nice-select {
    width: 100%;
}

.list__page .filter__check span {
    color: #000;
}


.filter__search__left span {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #1C1B1F;
}

/* filter result start here */

.filter__search__relevant span {
    font-weight: 300;
}

.filter__search__relevant .search__dropdown span {
    font-weight: 400;
}

.location__filter__area {
    padding-block: 10px 20px;
    position: relative;
    z-index: 2;
}

.filter__result {
    background: #F5F5F5;
    padding-block: 30px 60px;
    position: relative;
    z-index: 1;
}

.filter__block__wrapper {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single__filter__left {
    gap: 60px;
    flex-wrap: wrap;
}

.filterPrice {
    padding-left: 40px;
    border-left: 1px solid #E0E0E0;
}

.single__filter__block {
    background: #fff;
    padding: 18px 24px;
    border-radius: 14px;
    border: 1px solid #E6E6E6;
    width: 100%;
    position: relative;
}

.single__filterLocation__name {
    gap: 18px;
}

.filterLocation__heading h4 {
    font-size: 18px;
    line-height: 26px;
}

.single__filter__flex {
    gap: 20px;
    flex-wrap: wrap;
}

.filter-item.highlight-yellow .single__filter__block {
    background: #FFFAEB;
}

.filterLocation__heading h4 strong {
    font-weight: 700;
}

.price__tag p span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.16px;
    color: #808080;
}

.price__tag p {
    display: flex;
    align-items: center;
}

.price__tag h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.16px;
    margin-left: 10px;
}

.filterTime__flex {
    gap: 40px;
    margin-right: 40px;
}

.exclamination__icon {
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
}

.continue__btn {
    margin-top: 6px;
}

.single__filterTime time {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}

.single__filterTime time span {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #BDBDBD;
}

.single__filterTime p {
    color: #646464;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.continue__btn.theme__btn {
    padding: 8px 14px 8px 14px;
}

.continue__btn.theme__btn:hover {
    background: #000;
    color: #fff;
}

.continue__btn.theme__btn svg path {
    transition: var(--transition);
}

.continue__btn.theme__btn:hover svg path {
    fill: #fff;
}

.personal__transport__block {
    background: #fff;
    padding: 20px 24px;
    border-radius: 14px;
    border: 1px solid #e6e6e6;
    gap: 20px;
}

.personal__transport__left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.transport__text h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 6px;
}

.transport__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #353535;
}

.transport__text p a {
    text-decoration: underline;
    color: #353535;
}

.transport__text p a:hover {
    color: var(--primary-color);
}

.personal__transport__button .theme__btn:hover {
    background: #000;
    color: #fff;
}

.filter__result::before {
    position: absolute;
    content: '';
    background: #F5F5F5;
    bottom: -50px;
    height: 50px;
    width: 100%;
    border-radius: 0 0 80px 80px;
}

/* filter result end here */

/* list page end here */





/* error page start here */

.error__page {
    background-color: #F7F7F7;
}

.insurance__area {
    padding-block: 84px 155px;
    padding-inline: 20px;
}

.grid__box__model {
    display: grid;
    grid-template-columns: 65.4% 39%;
    gap: 35px;
}

.insurance__single__step {
    padding: 24.8px;
    background-color: #fff;
    border: 1px solid #C8C8C8;
    border-radius: 10px;

    gap: 24px;
}

.insurance__form__step {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form__back a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
    margin-bottom: 6px;
}

.input__field {
    width: 49%;
}

.input__field input {
    width: 100%;
    color: #000 !important;
}

.input__field input,
.phone-input-container input {
    padding: 14px 20px;
    color: #828282;
    border: 1px solid #BDBDBD !important;
    border-radius: 10px;
}

.notify__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 125%;
    color: #828282;
    margin-top: 10px;
}

.input__field__container:last-child {
    margin-bottom: 0;
}

.input__field__container {
    margin-bottom: 16px;
}

.step__heading .step__number span {
    font-weight: 700;
    font-size: 20.8px;
    line-height: 24px;
    color: #353535;
}

.step__number {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border-radius: 5px;
    margin-right: 12px;
}

.step__heading h5 {
    font-weight: 700;
    font-size: 20.8px;
    line-height: 27.2px;
    color: #353535;
}

.add__button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
    padding: 0;
    gap: 8px;
    background: transparent;
    border: none;
    text-align: left;
    display: flex;
    align-items: center;
}

.input__field input:focus {
    border-color: #000 !important;
}

.single__path {
    border: 1px solid #C8C8C8;
    padding: 12.8px 16px;
    border-radius: 10px;
    width: 48.5%;
}

.path__input .input__field {
    width: 100%;
}

.input__field input.error__input {
    border-color: #EB5757 !important;
}

.input__field input.error__input:focus {
    border-color: #EB5757 !important;
}

.path__time__wrapper {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 6.6px;
}

.connector__image {
    width: 6.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.path__time__flex {
    margin-block: 12px;
}

.path__input {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.path__time p,
.path__time span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
}

.single__path .filter__check label span {
    color: #353535;
    font-weight: 700;
}

.selected__date {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.payment__title h4 {
    font-weight: 700;
    font-size: 20.8px;
    line-height: 24px;
    margin-bottom: 24px;
}

.payment__item ul li,
.payment__box__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.payment__box__heading h4,
.payment__box__heading .price {
    font-weight: 600;
    font-size: 17.8px;
    line-height: 24px;
    color: #353535;
}

.payment__box__heading h4 span {
    font-weight: 400;
}

.payment__box__heading {
    padding-bottom: 8px;
    border-bottom: 1px solid #C8C8C8;
}

.payment__option {
    position: sticky;
    top: 20px;
}

.payment__option__box {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #C8C8C8;
    margin-bottom: 16px;
}

.payment__item ul li {
    white-space: nowrap;
}

.payment__item ul li,
.payment__item ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
}

.payment__item ul li span {
    font-weight: 700;
}

.payment__item {
    padding-top: 8px;
}

.payment__item ul li p {
    color: #646464;
}

.coupon__field label {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 10px;
}

.coupon__field input {
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid #BDBDBD;
    color: #000;
    margin-bottom: 12px;
    transition: var(--transition);
}

.coupon__field input:focus {
    border-color: #000;
}

.coupon__redeem button {
    padding: 8px 12px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    line-height: 19.88px;
    letter-spacing: -0.16px;
    font-weight: 500;
    transition: var(--transition);
}

.coupon__redeem button:hover {
    background: var(--primary-color);
    color: #000;
}

.payment__terms {
    gap: 12px;
    margin-top: 16px;
    align-items: center;
}

.payment__terms p {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0%;
}

.large__check label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment__terms p a {
    text-decoration: underline;
    font-weight: 600;
    color: #000;
}

.payment__terms p a:hover {
    color: var(--primary-color);
}

.payBtn {
    width: 100%;
    padding: 14px;
    border-radius: 100px;
    border: none;
    background: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 19.88px;
    letter-spacing: -0.16px;
    margin-top: 15px;
    transition: var(--transition);
}

.payBtn:hover {
    background: #000;
    color: #fff;
}

.insurance__alert {
    padding-inline: 24px;
    padding-top: 35px;
}

.insurance__alert p {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #646464;
}

.insurance__alert a {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    margin-top: 5px;
    display: inline-block;
    color: #000;
}

.insurance__alert a:hover {
    color: var(--primary-color);
}

.error__page__footer {
    padding: 100px 0;
}


.error__page__footer .footer__credit {
    padding: 0;
    border: none;
    margin: 0;
    gap: 24px;
}

.footer__credit__navigation ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 5px;
    text-align: center;
    justify-content: center;
}

.footer__credit__navigation ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #353535;
}

.footer__credit__navigation ul li a:hover {
    color: var(--primary-color);
}

.credit__copyright p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}


.accesories {
    padding: 12px;
    gap: 10px;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
}

#accessoriesList.is-open .accesories {
    border-radius: 10px 10px 0 0;
}


.item__holder__flex {
    padding: 15px;
    border-inline: 1px solid #C8C8C8;
}

.insurance__single__step.active .accesories {
    border-radius: 10px 10px 0 0;
}

.accesories__info h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.accesories__info ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #646464;
}

.about__insurance p {
    color: #646464;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

.single__insurance__box {
    padding: 22px 24px;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
}

.about__insurance__box {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.insurance__box__info h5 {
    font-weight: 700;
    font-size: 17.6px;
    line-height: 24px;
    margin-bottom: 3px;
}

.insurance__box__info h5 .insurance-info-btn {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 8px;
    line-height: 0;
    cursor: pointer;
}

.insurance__box__info h5 .insurance-info-btn svg {
    display: block;
}

.insurance__box__info p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.insurance__box__info {
    margin-left: 30px;
}

.large__check input {
    appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #8B8B8B;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}

.large__check input:hover {
    border-color: var(--primary-color);
    background: #FFF7E0;
}

.large__check input::after {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 pro';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    border-radius: 6px;
}

.large__check input:checked {
    border-color: var(--primary-color);
}

.large__check input:checked::after {
    opacity: 1;
    visibility: visible;
    background: var(--primary-color);
}

.payment__method h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    margin-bottom: 3px;
}

.payment__method__container {
    border-radius: 6px;
    overflow: hidden;
}

.payment__radio__button label {
    padding: 22px 12px;
    display: flex;
    align-items: center;
    gap: 22px;
    cursor: pointer;
}

.payment__radio__button label span {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
}

.payment__radio__button input[type="radio"] {
    appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #8B8B8B;
    border-radius: 100px;
    position: relative;
    transition: var(--transition);
}

.payment__radio__button input[type="radio"]:hover {
    border-color: var(--primary-color);
}

.payment__radio__button input[type="radio"]:checked {
    border-color: var(--primary-color);
}

.payment__radio__button input[type="radio"]:checked::after {
    opacity: 1;
    visibility: visible;
}

.payment__radio__button input[type="radio"]::after {
    position: absolute;
    content: '';
    inset: 4px;
    background: var(--primary-color);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.payment__radio__button {
    border: 1px solid #BDBDBD;
    border-radius: 6px;
}

.accesories__icon {
    flex-shrink: 0;
}

.payment__input {
    padding: 0 12px 12px;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.payment__method__container .input__field__container {
    margin-bottom: 0;
    justify-content: space-between;
    gap: 20px;
}

.payment__input .input__field {
    width: 100%;
}

.payment__radio__button {
  border-radius: 0;
}
.payment__radio__button:only-child {
  border-radius: 8px;
}
.input__container {
    display: flex;
    gap: 20px;
}
.payment__radio__button:first-child:not(:only-child) {
  border-radius: 8px 8px 0 0;
}
.payment__radio__button:last-child:not(:only-child) {
  border-radius: 0 0 8px 8px;
}
#travelers-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.traveler__number {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #353535;
}

.item__caption {
    gap: 12px;
}

.accesories__item__holder {
    padding: 20px 12px;
    border-inline: 1px solid #C8C8C8;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item__set button {
    height: 36px;
    background: transparent;
    padding: 0;
    border: 1px solid #8B8B8B;
    width: 36px;
    transition: var(--transition);
}

.item__set button:hover {
    background: #000;
    border-color: #000;
}

.item__set button:hover rect {
    fill: #fff;
}

.item__set button rect {
    transition: var(--transition);
}


.item__set input {
    width: 60px;
    height: 36px;
    border: 1px solid #8B8B8B;
    padding: 5px 0 5px 25px;
}

.item__set button.plus {
    border-radius: 0px 6px 6px 0px;
}

.item__set button.minus {
    border-radius: 6px 0 0px 6px;
}

.item__quantity .price__each {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #646464;
    margin-right: 24px;
}

.accesories__item__holder:last-child {
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0 0 6px 6px;
}


.insurance__single__step.active .accesories__check {
    display: flex !important;
}

.filter-item.highlight-green .single__filter__block {
    background: #EEFBF4;
}

.filter-item.highlight-green .single__filter__block .price__tag h1 {
    color: #219653;
}

.limited__seat {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
}

.filter__search__relevant .nice-select {
    padding-block: 0;
    height: unset;
    min-height: unset;
    background: transparent;
    border: none;
    line-height: 20px;
    padding-left: 10px;
}

.filter__search__top {
    position: relative;
    z-index: 2;
}

.filter__search__relevant .nice-select::after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    height: 6px;
    margin-top: -2px;
    right: 16px;
    width: 6px;
}

.filter__search__relevant .nice-select .list {
    width: 280px;
    right: 0;
    left: auto;
}

/* error page end here */





/* country dropdown */

.header__country {
    position: relative;
    display: inline-block;
}

.flag__image {
    height: 18px;
    width: 28px;
    border: 1px solid #d0cccc;
}

.header__country>a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    display: flex;
}

.dropdown__icon svg {
    transition: transform 0.3s ease;
}

.header__country.active .dropdown__icon svg {
    transform: rotate(180deg);
}

.country__dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 44px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.25s ease;
    z-index: 100;
    backdrop-filter: blur(40px);
    width: 55px;
    display: flex;
    justify-content: center;
}

.header__country.active .country__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.country__dropdown ul {
    list-style: none;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

.country__dropdown li {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 100%;
    border-radius: 8px;
    justify-content: center;
}

.country__dropdown li:hover {
    background: #f4f4f4;
}

.country__dropdown img {
    width: 27px;
    height: 18px;
    border-radius: 2px;
}

/* country dropdown */






/* country code dropdown css */

.phone-input-container input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
}

.phone-input-container .iti__selected-flag {
    padding: 0 6px 0 15px;
}

.iti {
    width: 100%;
}

.iti__selected-flag {
    background: none !important;
}

/* country code dropdown css */





/* offcanva css start here */

#offcanvasExample {
    background: #F5F5F5;
}

.offcanvas-body ul li a {
    font-size: 13px;
    color: #313131;
    border-bottom: 1px solid #BDBDBD;
    display: block;
    padding-block: 10px;
}

.offcanvas-body .theme__btn {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.offcanvas-body .theme__btn:hover {
    background-color: #000;
    color: #fff;
}

.offcanvas-body ul li a:hover {
    padding-left: 20px;
}

/* offcanva css end here */







/* popup css start here */

.popup__title h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -0.16px;
    margin-bottom: 15px;
}

.single__input {
    width: 100%;
    height: 47px;
}

.single__input input {
    width: 100%;
}

.single__input .filter__calender {
    width: 100%;
}

.single__input .filter__person {
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    height: unset;
}

.single__input input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #BDBDBD;
    font-size: 14px;
    height: 100%;
}

.single__input .filter__person input {
    padding: 0;
}

.single__input input:focus {
    border-color: #000;
}

.return__flight .filter__check label span {
    color: #000;
}

.return__flight .filter__check {
    margin-block: 16px;
    text-align: start;
}

.flight__rules .filter__check label::after {
    top: unset;
}

.popup__box__main .input__container {
    margin-bottom: 10px;
    gap: 10px;
}

.flight__rules p {
    color: #4D4D4D;
    font-weight: 400;
    font-size: 15px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: left;
}

.sumbit__button .theme__btn {
    padding: 10px 20px;
}

.flight__rules .filter__check {
    margin-top: 20px;
}

.sumbit__button {
    margin-top: 32px;
}

.sumbit__button .theme__btn:hover {
    background: #000;
    color: #fff;
}

.sumbit__button .theme__btn:hover path {
    fill: #fff;
}

.sumbit__button .theme__btn svg path {
    transition: var(--transition);
}

/* popup css end here */



/* modal css start here */

.modal-content .modal-header {
    border: none;
    position: absolute;
    right: 20px;
    padding: 0;
    top: 20px;
    z-index: 2;
}

.modal-header button {
    background: transparent;
    border: none;
}

#exampleModal .modal-dialog {
    max-width: 812px;
}

.modal-body {
    padding: 40px;
}

.modal-content {
    border-radius: 20px;
}

/* modal css end here */




/**
 * selectize.css (v0.13.3)
 * Copyright (c) 2013â2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>
 */

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-control .dropdown-header {
    position: relative;
    padding: 10px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-control .dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-control .dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
    display: flex
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button .item {
    display: inline-flex;
    align-items: center;
    padding-right: 0 !important
}

.selectize-control.plugin-remove_button .item .remove {
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 6px;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box;
    margin-left: 6px
}

.selectize-control.plugin-remove_button .item .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button .item.active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled .item .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 7px 8px;
    display: inline-block;
    width: calc(300px - 16px);
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
    padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px -0)
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    user-select: auto !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input>input[placeholder] {
    box-sizing: initial
}

.selectize-input.has-items>input {
    margin: 0 0px !important
}

.selectize-input::after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results,
.selectize-dropdown .create {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
    cursor: pointer
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content span.name {
    display: block;
    width: 100%;
    padding: 5px;
}

.selectize-dropdown-content span.taxNumber {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 8px;
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    overflow-scrolling: touch
}

.selectize-dropdown-emptyoptionlabel {
    text-align: center
}

.selectize-dropdown .spinner {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 8px
}

.selectize-dropdown .spinner:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 50%;
    border: 5px solid #d0d0d0;
    border-color: #d0d0d0 transparent #d0d0d0 transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent gray transparent
}

.selectize-control.rtl {
    text-align: right
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}


.selectize-customer-item {
    padding: 10px 8px;
}


.selectize-customer-item .highlight {
    background: #C5A266 !important;
    color: #FFFFFF !important;
    border-radius: 1px;
}

.selectize-customer-item .name {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.selectize-customer-item .bottom {
    color: #828282;
    font-weight: 400;
    font-size: 12px;
}

.selectize-customer-item .bottom:after {
    content: "";
    display: table;
    clear: both;
}

.selectize-customer-item .bottom .left {
    width: 60%;
    float: left;
}

.selectize-customer-item .bottom .right {
    width: 40%;
    float: right;
    text-align: right;
}

.selectize-dropdown-content span.taxNumber {
    padding-top: 0;
}

.selectize-dropdown-content .userProfile {
    display: grid;
    width: calc(100% - 10px);
    margin: 5px;
    align-items: center;
    grid-column-gap: 15px;
    grid-template-columns: 30px auto;
}

.selectize-dropdown-content .userProfile .userProfileInitials {
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #F28C30;
}


.custom-selectize-width .selectize-input {
    width: calc(100% - 141px);
    padding: 5px 8px;
    border: 1px solid #d7d8d8;
}

.center-container {
    width: 1140px;
    margin: 0 auto;
}

.route-search-container {
    padding: 15px;
    border: 1px solid #EBEBEB;
}

.route-search-container:after {
    content: '';
    display: block;
    clear: both;
}

.route-search-form {
    width: 100%;
    display: grid;
    column-gap: 15px;
    grid-template-columns: repeat(2, 1fr) 150px auto;
}

.route-search-form input {
    background-color: #FFFFFF;
}

.route-search-form select {
    background-color: #FFFFFF;
    padding: 9px 5px;
}

.route-search-form input[type=date],
.route-search-form input[type=time] {
    width: 100%;
    padding: 9px 5px;
}

.route-search-form label {
    font-size: 14px;
    margin: 0;
}

.route-search-form .selectize-input {
    width: 100%;
}

.searchRouteBtn {
    display: inline-block;
    float: right;
    color: #ffffff;
    background: #ffc300;
    font-weight: bold;
    padding: 9px 35px;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.route-search-form .error-msg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: -8px;
}

.selectize-control.routeFrom.error .selectize-input,
.selectize-control.routeTo.error .selectize-input {
    border: solid 1px red;
}

.group-increment-decrement {
    width: 100%;
    display: grid;
    column-gap: 5px;
    grid-template-columns: 40px auto 40px;
}

.group-increment-decrement .minus,
.group-increment-decrement .plus {
    background: #f2f2f2;
    border-radius: 4px;
    padding: 8px 5px 8px 5px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.group-increment-decrement input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 4px;
}


@media only screen and (max-width: 1140px) {
    .center-container {
        width: 96%;
    }
}

.loading-spinner {
    margin: 25px auto;
    width: 50px;
    height: 50px;
    border: 3px solid #D2D2D2;
    border-radius: 50%;
    border-top-color: #ffc300;
    animation: spinSpinner 1s ease-in-out infinite;
    -webkit-animation: spinSpinner 1s ease-in-out infinite;
}

@keyframes spinSpinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinSpinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.split-two {
    width: 100%;
    display: grid;
    column-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
}

.routeDate {
    width: 250px !important;
}

@media only screen and (max-width: 900px) {

    .route-search-form {
        grid-template-columns: repeat(2, 1fr);
    }

    .routeDate {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .route-search-form {
        grid-template-columns: auto;
    }

}

.classic-btn {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    background-color: #fec300;
}

.classic-btn.mt-r {
    float: right;
}

.classic-btn.disabled {
    cursor: not-allowed;
    background-color: #d2d2d2;
}

.payment__item ul li {
    display: flex;
}

.payment__item ul li p {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fillter__connector {
    cursor: pointer;
}

.fillter__connector:hover {
    transform: scale(1.05);
    transition: 0.15s ease;
}

.fillter__connector svg {
    pointer-events: none;
}

.fillter__connector {
    cursor: pointer;
}

.traveler__block {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 15px;
    background: #fff;
}

.traveler__header {
    margin-bottom: 10px;
}

.removeTravelerBtn {
    background: transparent;
    border: none;
    color: #d00;
    font-weight: 600;
    cursor: pointer;
}

.removeTravelerBtn:hover {
    text-decoration: underline;
}

.removeTripBtn {
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
    float: right;
}

.removeTripBtn:hover {
    opacity: 0.7;
}

.error-message {
    color: #e53935;
    font-size: 12px;
    margin-top: 4px;
    display: none;
}

.input-error {
    border-color: #e53935;
}

.select-trips-heading {
    font-size: 24px;
}

.filter__select,
.selectize-control {
    width: 100%;
}

.selectize-control.single .selectize-input {
    width: 100% !important;

}

.selectize-control.single .selectize-input {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 20px;
    box-sizing: border-box;
    min-width: 300px;
}

.filter__select,
.selectize-control {
    max-width: 300px;
    max-height: 52px;
}

.popup__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__box {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    max-width: 520px;
    width: 100%;
    position: relative;
    border: 1px solid #E6E6E6;
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #353535;
}

.popup__content p {
    font-size: 16px;
    line-height: 150%;
    color: #4D4D4D;
}

.popup__actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 30px;
}

.popup__cancel {
    background: #E0E0E0;
}

.popup__cancel:hover {
    background: #000;
    color: #fff;
}

/* top alert popup */

.top__alert {
    position: fixed;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: calc(100% - 40px);
    max-width: 900px;
    transition: top 0.35s ease;
}

.top__alert.show {
    top: 20px;
}

.top__alert__content {
    background: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #E6E6E6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.top__alert__icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.top__alert--error .top__alert__icon {
    background: #FCEAEA;
    color: #D32F2F;
}

.top__alert--error {
    border-color: #EB5757;
}

.top__alert__message {
    font-size: 15px;
    line-height: 140%;
    color: #353535;
    font-weight: 500;
    flex: 1;
}

.top__alert__close {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #8B8B8B;
}

.top__alert__close:hover {
    color: #000;
}

/* accessory row */
.accessory-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    padding-left: 15px;
    padding-right: 15px;
}



.accessory-info h6 {
    font-size: 15px;
    margin: 0 0 4px;
}

.accessory-info p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.accessory-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.accessory-price {
    font-weight: 200;
    white-space: nowrap;
    color: gray;

}

.counter {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

.counter-btn {
    width: 32px;
    height: 32px;
    background: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.counter-value {
    width: 36px;
    text-align: center;
    border: none;
    font-weight: 600;
}

#accesoriesList,
#accesories__item__holder,
#accessoriesList {
    display: none;
}

#accesoriesContainer #accessoriesList {
    display: none;
}

.accesories__container.is-open #accessoriesList {
    display: block;
}

.accesories__container.is-open .accesories {
    border-radius: 10px 10px 0 0;
}

.sidebar-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-insurance {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.passenger-selector__row {
    padding: 10px 15px;
    border-radius: 8px;
}

.passenger-selector__label {
    font-weight: 500;
    color: #353535;
}

.passenger-counter {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}

#transport-check:disabled {
    cursor: not-allowed;
}

#transport-check:disabled+span {
    opacity: 0.5;
    cursor: not-allowed;
}

.popup__overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup__box {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 14px;
    padding: 20px 20px 18px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    position: relative;
}

.popup__close {
    position: absolute;
    top: 12px;
    right: 14px;
    border: none;
    background: none;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

.popup__close:hover {
    color: #000;
}

.popup__title {
    text-align: center;
    margin-bottom: 16px;
}

.popup__title h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.popup__box__main {
    display: flex;
    flex-direction: column;
}

.single__input {
    display: flex;
    flex-direction: column;
}

.single__input select {
    appearance: none;
    width: 100%;
    height: 47px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #BDBDBD;
    font-size: 14px;
    background-color: #fff;
}

.single__input select {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

.error-message {
    display: none;
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #FCEAEA;
    color: #D32F2F;
    font-size: 14px;
    line-height: 140%;
}

@media (max-width: 480px) {
    .popup__box {
        margin: 0 12px;
        max-width: none;
    }
}

.popup__actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
}

.popup__actions .theme__btn {
    flex: 1;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.checkout-register-popup .popup__box {
    max-width: 560px;
    padding: 32px 32px 28px;
}

.checkout-register-popup .popup__icon {
    width: 52px;
    height: 52px;
    margin: 2px auto 12px;
    color: var(--title-text-color);
}

.checkout-register-popup .popup__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.checkout-register-popup .popup__actions {
    position: relative;
    gap: 0;
}

.checkout-register-popup .popup__divider {
    width: 1px;
    background: #D6D6D6;
    align-self: stretch;
}

.checkout-register-popup .popup__actions .theme__btn {
    border-radius: 0;
}

.checkout-register-popup .popup__actions .theme__btn:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.checkout-register-popup .popup__actions .theme__btn:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media (max-width: 480px) {
    .checkout-register-popup .popup__box {
        padding: 26px 22px 22px;
    }
}

.accessory-checkbox {
    margin-left: 15px;
}

.accessory-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.accessory-address-field {
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.accessory-address-field .input__field {
    width: 100%;
}

.accessory-address-field input {
    width: 70%;
}

.accessory-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.accessory-actions {
    display: flex;
    align-items: center;
}



.accessory-address-field {
    width: 100%;
    margin-top: 8px;
}

.accessory-checkbox input {
    display: none;
}

.accessory-checkbox label {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-flex;
    cursor: pointer;
}

.auth__area {
    display: flex;
    justify-content: center;
}

.auth__container {
    display: flex;
    justify-content: center;
}

.auth__card {
    width: 100%;
    max-width: 480px;
}

.auth__form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.auth__row {
    display: flex;
    gap: 16px;
}

.auth__field input:not([type="checkbox"]) {
    width: 100%;
}


.auth__area .input__field {
    width: 100%;
}

.auth__terms {
    margin-top: 6px;
}

.auth__submit {
    margin-top: 10px;
}

.auth__footer {
    text-align: center;
}

@media (max-width: 640px) {
    .auth__row {
        flex-direction: column;
    }
}

.field-error {
    display: none;
    margin-top: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #FCEAEA;
    color: #D32F2F;
    font-size: 14px;
    line-height: 140%;
}

.auth__form-error {
    display: none;
    padding: 10px 14px;
    border-radius: 8px;
    background: #FCEAEA;
    color: #D32F2F;
    font-size: 14px;
    line-height: 140%;
}

/* Profile Navbar Styles */
.profile__navbar {
    background: #fff;
    border-bottom: 1px solid #E0E0E0;
    padding: 0;
    margin-bottom: 40px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.profile__menu {
    display: flex;
    gap: 40px;
    overflow-x: auto;
    scrollbar-width: none;
}

.profile__menu::-webkit-scrollbar {
    display: none;
}

.profile__menu a {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #8A8A8A;
    text-decoration: none;
    padding: 20px 0;
    border-bottom: 3px solid transparent;
    transition: var(--transition);
    white-space: nowrap;
}

.profile__menu a:hover {
    color: var(--title-text-color);
}

.profile__menu a.active {
    color: var(--title-text-color);
    border-bottom-color: var(--primary-color);
}

.profile__menu a.logout {
    color: #D32F2F;
    margin-left: auto;
}

.profile__menu a.logout:hover {
    color: #D32F2F;
}

/* Profile Layout */
.profile__layout {
    padding-top: 20px;
    padding-bottom: 100px;
}

/* Profile Dashboard */
.profile__dashboard {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Affiliate Section */
.profile__affiliate {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
}

.profile__affiliate h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #353535;
}

.affiliate__field {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.affiliate__field input {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    font-size: 14px;
    color: #646464;
    background: #F5F5F5;
    transition: var(--transition);
}

.affiliate__field input:focus {
    border-color: #000;
    background: #fff;
}

.copy__btn {
    width: 52px;
    height: 52px;
    background: var(--primary-color);
    border: none;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: var(--transition);
    flex-shrink: 0;
}

.copy__btn:hover {
    background: #000;
    color: #fff;
}



.affiliate__qr {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #F5F5F5;
    border-radius: 14px;
}

.affiliate__qr img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
}

.download__qr {
    width: 52px;
    height: 52px;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: var(--transition);
}

.download__qr:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

/* Profile Form */
.profile__form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
}

.profile__form h4 {
    font-weight: 700;
    font-size: 20.8px;
    line-height: 27.2px;
    margin-bottom: 28px;
    color: #353535;
}

.profile__form__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.profile__form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.profile__form__field.full-width {
    grid-column: 1 / -1;
}

.profile__form__field label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #353535;
}

.profile__form__field input {
    padding: 14px 20px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    font-size: 14px;
    color: #000;
    transition: var(--transition);
}

.profile__form__field input:disabled {
    background: #F5F5F5;
    color: #8A8A8A;
    cursor: not-allowed;
}

.profile__form__field input:focus:not(:disabled) {
    border-color: #000;
}

.profile__form__field input::placeholder {
    color: #828282;
}

.profile__actions {
    margin-top: 32px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.profile__actions .theme__btn {
    padding: 12px 32px;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .profile__menu {
        gap: 24px;
    }

    .profile__menu a {
        font-size: 13px;
        padding: 16px 0;
    }

    .profile__form__grid {
        grid-template-columns: 1fr;
    }

    .profile__form__field.full-width {
        grid-column: 1;
    }

    .affiliate__qr {
        flex-direction: column;
        text-align: center;
    }

    .profile__affiliate,
    .profile__form {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .profile__navbar {
        margin-bottom: 24px;
    }

    .profile__menu {
        gap: 16px;
    }

    .profile__menu a {
        font-size: 12px;
        padding: 14px 0;
    }

    .affiliate__field {
        flex-direction: column;
    }

    .copy__btn {
        width: 100%;
    }

    .profile__actions {
        flex-direction: column;
    }

    .profile__actions .theme__btn {
        width: 100%;
        justify-content: center;
    }
}

.error-message-container,
.success-message-container {
    display: none;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    margin-top: 5px;
}

.form-alert-message {
    display: none;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    margin-top: 5px;
    border: none;
}

.error-msg {
    display: none;
    padding: 12px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    margin-top: 5px;
    border: none;
    background: #FCEAEA;
    color: #D32F2F;
}

.error-message-container {
    background: #FCEAEA;
    color: #D32F2F;
}

.alert {
    background: #FCEAEA;
    color: #D32F2F;
}

.alert-success {
    background: #EEFBF4;
    color: #219653;
}

.success-message-container {
    background: #EEFBF4;
    color: #219653;
}




#voucherSlider,
#slider {
    margin-top: 16px;
    margin-bottom: 8px;
}

.ui-slider {
    height: 4px;
    background: #E0E0E0;
    border-radius: 100px;
    border: none;
    position: relative;
}

/* Filled range (inactive = gray) */
.ui-slider-range {
    background: #BDBDBD;
    border-radius: 100px;
}

.ui-slider-handle {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 2px solid #BDBDBD;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: grab;
    transition: border-color 0.15s ease,
        background-color 0.15s ease,
        transform 0.1s ease;
}

/* Hover */
.ui-slider-handle:hover {
    border-color: var(--primary-color);
}

.ui-slider-horizontal .ui-slider-handle {
    top: 0;
}

/* Active / dragging */
.ui-slider-handle:active {
    cursor: grabbing;
    border-color: var(--primary-color);
    background: var(--primary-color);
    transform: translate(-50%, -50%) scale(1.05);
}

/* While dragging – make range yellow */
.ui-slider.ui-slider-active .ui-slider-range {
    background: var(--primary-color);
}

.ui-slider-handle:focus,
.ui-slider-handle.ui-state-focus {
    outline: none;
    box-shadow: none;
}

/* =========================
   Orders – Profile Style
   ========================= */

.orders__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.orders__row {
    display: grid;
    grid-template-columns: 1.2fr 1.4fr 1.2fr 2fr 1fr;
    align-items: center;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    font-size: 14px;
}

/* Header */
.orders__row--header {
    background: #F5F5F5;
    border: 1px solid #E0E0E0;
    font-weight: 600;
    color: #353535;
}

/* Right aligned column */
.orders__row .right {
    text-align: right;
}

/* Price */
.orders__row .price {
    font-weight: 700;
}

/* Payment text */
.orders__row .payment {
    color: #646464;
    font-size: 13px;
}

/* Status base */
.order__status {
    font-weight: 600;
    font-size: 13px;
}

/* Status colors (subtle) */
.status-0 {
    color: #828282;
}

/* created */
.status-1 {
    color: #2F80ED;
}

/* paid */
.status-2 {
    color: #219653;
}

/* completed */
.status-3 {
    color: #EB5757;
}

/* cancelled */

/* Hover (very subtle) */
.orders__row:not(.orders__row--header):hover {
    border-color: var(--primary-color);
    background: #FFFAEB;
}

/* Responsive */
@media (max-width: 768px) {
    .orders__row {
        grid-template-columns: 1fr;
        gap: 6px;
        text-align: left;
    }

    .orders__row--header {
        display: none;
    }

    .orders__row>div {
        display: flex;
        justify-content: space-between;
    }

    .orders__row>div::before {
        content: attr(data-label);
        font-weight: 600;
        color: #8A8A8A;
    }
}

/* =========================
   Tips – Profile Style
   ========================= */

.tips__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tips__row {
    display: grid;
    grid-template-columns: 1.4fr 2fr 1fr;
    align-items: center;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    font-size: 14px;
}

.tips__row--header {
    background: #F5F5F5;
    border-color: #E0E0E0;
    font-weight: 600;
}

.tips__row .right {
    text-align: right;
}

.tips__row .price {
    font-weight: 700;
}

.tips__row .driver {
    font-weight: 500;
}

/* Hover */
.tips__row:not(.tips__row--header):hover {
    background: #FFFAEB;
    border-color: var(--primary-color);
}

/* Mobile */
@media (max-width: 768px) {
    .tips__row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .tips__row--header {
        display: none;
    }

    .tips__row>div {
        display: flex;
        justify-content: space-between;
    }
}

.error__page {
    min-height: calc(75vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    padding: 40px 20px;
}

.error__card {

    padding: 50px 40px;
    max-width: 520px;
    width: 100%;
    text-align: center;
}

/* Big number */
.error__code {
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* Title */
.error__card h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #353535;
}

/* Description */
.error__card p {
    font-size: 16px;
    line-height: 150%;
    color: #646464;
    margin-bottom: 30px;
}

/* Actions */
.error__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Secondary button */
.theme__btn.ghost {
    background: #E0E0E0;
    color: #000;
}

.theme__btn.ghost:hover {
    background: #000;
    color: #fff;
}

/* Mobile */
@media (max-width: 480px) {
    .error__card {
        padding: 36px 24px;
    }

    .error__code {
        font-size: 72px;
    }

    .error__actions {
        flex-direction: column;
    }

    .error__actions .theme__btn {
        width: 100%;
        justify-content: center;
    }
}

.auth__social-login {
    margin-top: 10px;
    margin-bottom: 14px;
}

.google-login-btn {
    width: 100%;
    height: 48px;
    border-radius: 100px;
    border: 1px solid #DADCE0;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #353535;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease,
        border-color 0.15s ease,
        transform 0.05s ease;
}

.google-login-btn:hover {
    background: #F5F5F5;
    border-color: #C8C8C8;
}

.google-login-btn:active {
    transform: scale(0.98);
}

.google-icon {
    display: flex;
    align-items: center;
}

.agency-select-container .selectize-control.single .selectize-input,
.agency-select-container .selectize-control.single .selectize-input input {
    height: 40px;
    line-height: 40px;
    padding: 0 35px 0 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.agency-select-container {
    padding-block: 15px;
}

.forgot-password-form .payBtn {
    margin-top: 10px;
}

.forgot-password-form .notify__text {
    margin-top: 16px;
}

.agency-select-container .label {
    padding-bottom: 10px;
}

.password__preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    background: #F5F5F5;
}

.password__masked {
    font-family: monospace;
    font-size: 18px;
    letter-spacing: 2px;
    color: #8A8A8A;
    user-select: none;
}

.password__reset-btn {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    transition: var(--transition);
}

.password__reset-btn:hover {
    color: var(--primary-color);
}

.ride-day-group {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.form-style-1 .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
    grid-auto-flow: dense;
}

.form-style-1 .input__container {
    display: flex;
    flex-direction: column;
}

.form-style-1 .single__input {
    display: flex;
    flex-direction: column;
}

.form-style-1 .checkbox-wrapper {
    display: flex;
    flex-direction: column;
}

.form-style-1 .validationMessages {
    background: #FCEAEA;
    color: #D32F2F;
    display: none;
    padding: 12px 15px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    width: 100%;
}

.form-style-1 .full-width {
    grid-column: 1 / -1;
}

.form-style-1 .filter__calender {
    position: relative;
    display: block;
    width: 100%;
}

.form-style-1 .caleder__icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    display: flex;
    align-items: center;
}

.form-style-1 .filter__calender input {
    padding-right: 40px;
}

.form-style-1 .filter__check {
    display: flex;
    align-items: flex-start;
}

.form-style-1 .filter__check label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.form-style-1 .filter__check input[type="checkbox"],
.form-style-1 .filter__check input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0;
    flex-shrink: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.form-style-1 .filter__check span {
    user-select: none;
}

@media (max-width: 768px) {
    .form-style-1 .form-grid {
        grid-template-columns: 1fr;
    }

    .form-style-1 .full-width {
        grid-column: 1;
    }
}

.form-style-1 .single__input {
    height: auto;
}

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.custom-modal-content {
    background-color: #fff;
    margin: 20px auto;
    padding: 0;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.custom-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-modal-header h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.custom-modal-close {
    background: none;
    border: none;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 0.5;
}

.custom-modal-close:hover {
    opacity: 1;
}

.custom-modal-body {
    padding: 24px;
}


.contact_form_button {
    max-width: 200px;
    justify-content: center;
}

.contact_form_button span {
    font-size: 16px;
    font-weight: 600;
}

.no-results-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-top: 25px;
}

input[type="date"],
input[type="datetime-local"],
input.calender__custom {
    padding-right: 40px;
    background-image: url('../img/calendar_month.svg');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
}

.filter__person input[type="number"],
.filter__person input[type="text"],
input.person__input,
#passengerNumber {

    background-image: url('../img/person.svg');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 16px;
}

.filter__select {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}


.contact-page {
    padding-top: 20px;
    padding-bottom: 100px;
    display: flex;
    justify-content: flex-start;
}

.contact-card {
    max-width: 520px;
    margin: 0 auto;
}

.contact-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--title-text-color);
    margin-bottom: 12px;
}

.contact-subtitle {
    font-size: 16px;
    line-height: 150%;
    color: #646464;
    margin-bottom: 32px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #8A8A8A;
}

.contact-value {
    font-size: 16px;
    line-height: 150%;
    color: #353535;
}

.contact-link {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-text-color);
    text-decoration: none;
    position: relative;
    width: fit-content;
}

.contact-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.25s ease;
}

.contact-link:hover::after {
    width: 0;
}

/* =========================
   Responsive
   ========================= */

@media (max-width: 480px) {
    .contact-card {
        padding: 28px 22px;
    }

    .contact-title {
        font-size: 24px;
    }
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 20px;    
}

.toggle-flight-btn {
  display: inline-flex;          
  align-items: center;           
  justify-content: center;       
  gap: 8px;                      
    margin-top: 5px;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 11px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #353535;
  transition: all 0.2s ease;
}

.toggle-flight-btn:hover {
  background: #f1f1f1;
  border-color: #bdbdbd;
}

.toggle-flight-btn:focus-visible {
  outline: 2px solid #353535;
  outline-offset: 1px;
}

.toggle-flight-btn .icon {
  font-size: 20px;
  line-height: 1;
}

.flight_data_container .input__field {
    padding-top: 5px;
}


.toggle-flight-btn .icon-minus {
  display: none;
}

.toggle-flight-btn.is-active .icon-plus {
  display: none;
}

.toggle-flight-btn.is-active .icon-minus {
  display: block;
}


.toggle-flight-icon svg {
  display: block;
}

.toggle-flight-plane {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.toggle-flight-plane svg {
  display: block;
}

.request_ride_btn_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding-top: 25px;
}

#stripeCardWrap {
  margin-top: 0 !important;
  padding: 16px 12px;
  border: 1px solid #BDBDBD;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding-top: 0px;
}

.payment__radio__button.is-stripe-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 0 !important;
}

#payment-element {
  padding: 0;
}

#stripeError.error-message {
  display: none;
  margin-top: 10px;

  
}

/* order-success.css */

:root {
    --primary-color: #FFC515;
    --title-text-color: #222222;
    --transition: .3s;
}

/* Page wrapper */
.order-success-page {
    background: #F5F5F5;
    padding: 80px 0;
    font-family: var(--inter-font);
}

/* Success banner */
.success-banner {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(40px);
    border-radius: 30px;
    padding: 50px 30px;
    text-align: center;
    margin-bottom: 40px;
    border: 1px solid #E6E6E6;
}

.success-icon {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}

.success-icon svg {
    stroke: #000;
}

.success-banner h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.success-banner p {
    font-size: 16px;
    color: #4D4D4D;
}

.order-number-large {
    margin-top: 20px;
    display: inline-block;
    background: #FFF7E0;
    padding: 10px 20px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 20px;
}

/* Cards */
.order-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
    border: 1px solid #E6E6E6;
}

.order-card h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Info grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
    gap: 20px;
}

.info-item {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 15px 18px;
}

.info-item .label {
    font-size: 12px;
    color: #828282;
    text-transform: uppercase;
    font-weight: 600;
}

.info-item .value {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

/* Status badge */
.status-badge {
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
}

.status-badge.paid {
    background: #EEFBF4;
    color: #219653;
}

.status-badge.pending {
    background: #FFF7E0;
    color: #8A6D00;
}

/* Table */
.order-table {
    width: 100%;
    border-collapse: collapse;
}

.order-table th {
    text-align: left;
    padding: 12px;
    background: #F5F5F5;
    font-weight: 600;
}

.order-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #E6E6E6;
}

.order-table .price,
.order-table .quantity {
    text-align: center;
}

.item-name {
    font-weight: 600;
}

.item-description {
    font-size: 14px;
    color: #646464;
}

/* Total */
.order-total {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #E6E6E6;
    display: flex;
    justify-content: space-between;
}

.order-total .label {
    font-size: 18px;
    font-weight: 700;
}

.order-total .amount {
    font-size: 24px;
    font-weight: 700;
    color: #219653;
}

/* Passengers */
.passenger-item {
    display: flex;
    gap: 15px;
    background: #F5F5F5;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.passenger-item .avatar {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.passenger-item .name {
    font-weight: 600;
}

/* Buttons */
.action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.order-btn {
    padding: 12px 22px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

.order-btn.primary {
    background: var(--primary-color);
    color: #000;
}

.order-btn.primary:hover {
    background: #000;
    color: #fff;
}

.order-btn.secondary {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.order-btn.secondary:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 768px) {
    .success-banner h1 {
        font-size: 26px;
    }
    .order-card {
        padding: 20px;
    }
    .action-buttons {
        flex-direction: column;
    }
}

 .challenge-section {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 60vh;
        padding: 40px 20px;
    }
    .challenge-container {
        text-align: center;
        padding: 40px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        max-width: 400px;
        width: 100%;
    }
    .challenge-spinner {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #667eea;
        border-radius: 50%;
        animation: challenge-spin 1s linear infinite;
    }
    @keyframes challenge-spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    .challenge-container h2 {
        color: #333;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .challenge-container p {
        color: #666;
        margin: 0;
    }
    .challenge-status-text {
        margin-top: 10px;
        font-size: 14px;
    }
    #challenge-error-container {
        display: none;
    }
    .challenge-error-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px;
        background: #fee2e2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .challenge-error-icon svg {
        width: 24px;
        height: 24px;
        stroke: #dc2626;
    }
    #challenge-error-message {
        color: #dc2626;
        margin: 10px 0 20px;
        font-size: 14px;
    }
    .challenge-btn {
        display: inline-block;
        padding: 12px 24px;
        background: #667eea;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 14px;
        cursor: pointer;
        text-decoration: none;
    }
    .challenge-btn:hover {
        background: #5a67d8;
    }

.placed-order-container-row {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(40px);
    border-radius: 20px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #FCEAEA;
    margin-bottom: 25px;
    margin-top: 15px;
}

.placed-order-container-row > div:first-child {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: #FCEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.placed-order-container-row > div:first-child svg {
    width: 36px;
    height: 36px;
    display: block;
    fill: #F00000;
}

.placed-order-container-row > div:first-child svg path {
    fill: #F00000;
}

.placed-order-container-row .text-block {
    flex: 1;
}

.placed-order-container-row .text-block p {
    font-size: 16px;
    color: #4D4D4D;
    line-height: 1.5;
    margin: 0;
}

.placed-order-container-row .text-block p b {
    font-size: 22px;
    font-weight: 700;
    color: var(--title-text-color);
    display: block;
    margin-bottom: 8px;
}

@media (max-width: 576px) {
    .placed-order-container-row {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .placed-order-container-row .text-block p b {
        font-size: 18px;
    }
}

.placed-order-container-row .retry-link {
    display: inline-block;
    margin-top: 12px;
    color: #F00000;
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
}

.placed-order-container-row .retry-link:hover {
    color: #000;
}

/* QR Payment Section Styles */
.success-banner.awaiting-payment {
    border-color: #FFC515;
    background: rgba(255, 247, 224, 0.8);
}

.success-icon.pending {
    background: #FFC515;
}

.success-icon.pending svg {
    width: 36px;
    height: 36px;
    stroke: #000;
}

.qr-payment-card {
    border: 2px solid #FFC515;
}

.qr-payment-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.qr-code-wrapper {
    flex-shrink: 0;
    text-align: center;
}

.qr-code-image {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.qr-hint {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.bank-details {
    flex: 1;
}

.bank-details h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.bank-info-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #E6E6E6;
}

.bank-info-row:last-child {
    border-bottom: none;
}

.bank-info-row .label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.bank-info-row .value {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-align: right;
    word-break: break-all;
}

.bank-info-row .value.iban {
    font-family: monospace;
    letter-spacing: 1px;
}

.bank-info-row.total {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 2px solid #E6E6E6;
}

.bank-info-row .value.amount {
    font-size: 20px;
    font-weight: 700;
    color: #219653;
}

.payment-notice {
    margin-top: 25px;
    padding: 15px 20px;
    background: #FFF7E0;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.payment-notice svg {
    width: 24px;
    height: 24px;
    stroke: #8A6D00;
    flex-shrink: 0;
    margin-top: 2px;
}

.payment-notice p {
    font-size: 14px;
    color: #8A6D00;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .qr-payment-content {
        flex-direction: column;
        align-items: center;
    }
    
    .qr-code-wrapper {
        margin-bottom: 20px;
    }
    
    .bank-details {
        width: 100%;
    }
    
    .bank-info-row {
        flex-direction: column;
        gap: 5px;
    }
    
    .bank-info-row .value {
        text-align: left;
    }
}

.easy-drive-container {
  background: linear-gradient(135deg, #4a90a4 0%, #5fa8be 100%);
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  min-height: 100vh;
}

.ticket-card {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.logo-container {
  text-align: center;
  padding: 30px 20px 20px;
  background: white;
}

.logo {
  width: 80px;
  height: 80px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  object-fit: contain;
}

.ticket-info {
  padding: 20px 30px;
  border: 2px dashed #d0d0d0;
  margin: 0 20px 20px;
  border-radius: 4px;
}

.ticket-label {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin: 0 0 5px;
}

.ticket-number {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px;
  color: #333;
}

.location-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: flex-start;
}

.location-dot {
  width: 16px;
  height: 16px;
  background: #333;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 3px;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #333;
}

.location-dot.gray {
  background: #999;
  box-shadow: 0 0 0 2px #999;
}

.location-details {
  flex: 1;
}

.location-title {
  font-weight: 600;
  margin: 0 0 5px;
  font-size: 15px;
  color: #333;
}

.location-link {
  color: #5fa8be;
  text-decoration: none;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}

.location-link:hover {
  text-decoration: underline;
}

.location-datetime {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0;
}

.location-datetime strong {
  font-weight: 600;
  color: #333;
}

.profile-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.profile-item {
  text-align: center;
}

.profile-image {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 10px;
  background: #f0f0f0;
}

.vehicle-image {
  width: 180px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 10px;
  background: #f0f0f0;
}

.profile-label {
  font-size: 13px;
  color: #666;
  margin: 0 0 3px;
}

.profile-name {
  font-weight: 600;
  font-size: 15px;
  margin: 0 0 3px;
  color: #333;
}

.profile-contact {
  color: #5fa8be;
  text-decoration: none;
  font-size: 14px;
}

.profile-contact:hover {
  text-decoration: underline;
}

.vehicle-plate {
  font-weight: 500;
  font-size: 14px;
  margin: 3px 0 0;
  color: #333;
}

.passengers-section {
  padding: 25px 30px;
  margin: 0 20px 20px;
  border: 2px dashed #d0d0d0;
  border-radius: 4px;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  color: #333;
}

.passenger-count {
  font-size: 14px;
  margin: 0 0 20px;
  color: #666;
}

.passenger-count strong {
  font-weight: 600;
  color: #333;
}

.passengers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

.passenger-item {
  font-size: 14px;
}

.passenger-name {
  font-weight: 600;
  margin: 0 0 3px;
  color: #333;
}

.passenger-phone {
  display: block;
  color: #333;
  text-decoration: none;
  margin-bottom: 2px;
}

.passenger-phone:hover {
  text-decoration: underline;
}

.passenger-email {
  display: block;
  color: #5fa8be;
  text-decoration: none;
  word-break: break-all;
}

.passenger-email:hover {
  text-decoration: underline;
}

.notice-box {
  background: #f8f8f8;
  padding: 20px 30px;
  margin: 0 20px 15px;
  border-radius: 4px;
  text-align: center;
}

.notice-box p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.notice-box strong {
  font-weight: 600;
}

.contact-info {
  margin-bottom: 15px;
}

.contact-info p {
  margin: 5px 0;
  font-size: 13px;
  color: #666;
}

.contact-info a {
  color: #5fa8be;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.terms-box {
  padding: 0 30px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px dashed #d0d0d0;
  margin: 0 20px 20px;
  padding: 15px 20px;
  border-radius: 4px;
}

.terms-box p {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffd700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  border: 2px solid #333;
}

.social-icon:hover {
  transform: scale(1.1);
  transition: transform 0.2s;
}

.company-name {
  text-align: center;
  font-size: 13px;
  color: #999;
  padding-bottom: 20px;
  margin: 0;
}

.selected-outbound-trip {
    background: color-mix(in srgb, var(--primary-color) 20%, white);
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.outbound-trip-label {
    font-size: 13px;
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.outbound-trip-info {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.outbound-route {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}

.outbound-times {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    display: flex;
    align-items: center;
    gap: 8px;
}

.outbound-date {
    font-size: 14px;
    font-weight: 400;
    color: #444;
}

@media (max-width: 768px) {
    .selected-outbound-trip {
        padding: 12px 16px;
    }
    
    .outbound-trip-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .outbound-route {
        font-size: 16px;
    }
    
    .outbound-times {
        font-size: 14px;
    }
}

.payment__passengers {
    border-top: 1px solid #e5e5e5;
    padding: 12px 0;
    margin-top: 5px;
}

.payment__passengers p {
    font-size: 14px;
    color: #353535;
    margin: 0;
}

.payment__passengers .passengers-count {
    font-weight: 600;
}

.cantinsure, .caninsure {
    padding-top: 10px;

}

.passenger-stepper {
  position: relative;
  width: 80px;             
  height: 44px;            
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}

.passenger-stepper .stepper-controls {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 34px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-block: 0px;
}

.passenger-stepper .stepper-btn {
  width: 15px;
  height: 16px;
  border: 0;
  background: rgba(0,0,0,0.06);
  border-radius: 5px;
  cursor: pointer;
  font-size: 10px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
padding: 0px !important;

}

.passenger-stepper .stepper-btn:hover {
  background: rgba(0,0,0,0.12);
}

.passenger-stepper .stepper-btn:active {
  transform: translateY(1px);
}

.passenger-stepper {
  position: relative;
  width: 100%;
}

.passenger-stepper .stepper-controls {
  display: none;
}

.filter__person.is-active .stepper-controls {
  display: flex;
}

.filter__person.is-active #passengerNumber {
  background-image: none !important;
}
