.video-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}
.header-main-container {
    justify-content: space-between;
}
.header-main-container .inner-section {
    width: fit-content;
}
.tgmenu__navbar-wrap .navigation {
    column-gap: 30px;
}
.header-fly-type-select .nice-select {
    width: 100%;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 1;
    padding: 0 48px 0 18px;
    border: none;
}
.header-fly-type-select .nice-select::after {
    right: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 13px;
    border-radius: 9999px;
    width: 38px;
    height: 38px;
    text-align: center;
}
.header-fly-type-select .nice-select:focus {
    border-color: unset;
}
.header-fly-type-select .nice-select .current {
    font-size: 25px;
}
.header-fly-type-select .nice-select ul.list {
    border-radius: 30px;
}
.header-fly-type-select .nice-select ul.list .option {
    color: var(--tg-common-black);
    padding: 0 65px 0 30px;
}
.header-fly-type-select .nice-select ul.list .option:first-child {
    padding-top: 15px;
}
.header-fly-type-select .nice-select ul.list .option:last-child {
    padding-bottom: 15px;
}
.bg-black {
    background-color: rgba(0, 0, 0, 0.5);
    --bs-bg-opacity: 0.5;
}
.tg-hero-tu-wrapper {
    min-height: calc(var(--vh, 1vh) * 100);
}
.form-selectors .tg-btn-header {
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
}
.form-selectors .tg-btn-header.active {
    color: var(--tg-common-white);
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}
.container-fluid-results .form-inputs-page-results {
    height: fit-content;
}
.container-fluid-results .form-selectors .tg-btn-header {
    color: #6841ab;
    border-color: #6841ab;
}
.container-fluid-results .form-selectors .tg-btn-header.active {
    background: #6841ab42;
}
.container-fluid-results .form-selectors .tg-btn-header:hover {
    background: #6841ab42;
}
.passenger-label {
    display: flex;
    flex-direction: column;
    color: var(--tg-common-black);
}
.passenger-label span {
    margin: 0 !important;
    line-height: 1;
    font-size: 12px !important;
    color: var(--tg-grey-4);
}
.tg-booking-add-input-field .custom-input-form {
    border: none;
    line-height: 1;
    height: fit-content;
    padding: 0;
}
.from-to-inner-container,
.user-data-inner-container {
    display: flex;
    align-items: center;
}
.from-to-inner-container .from-inner,
.user-data-inner-container .user-data-name-inner {
    max-width: 190px;
    width: 190px;
    border-right: 1px solid rgb(228, 228, 228);
}
.from-to-inner-container .to-inner,
.user-data-inner-container .user-data-email-inner {
    max-width: 235px;
    width: 235px;
    border-right: 1px solid rgb(228, 228, 228);
    padding-left: 8px;
}
.from-to-inner-container .to-inner .location,
.to-airport-svg {
    transform: rotateZ(90deg);
    top: -13px;
}
.passenger-inner-container {
    border-left: 1px solid rgb(228, 228, 228);
    padding-left: 20px;
}
.passenger-inner-container .tg-booking-form-title {
    margin-bottom: 4px;
    margin-left: 40px;
}
.passenger-inner-container .tg-booking-quantity-toggle {
    padding-left: 24px;
}
.tg-hero-area,
.tg-hero-area video {
    border-radius: 0 0 50px 50px;
}
.picker-container .tg-booking-form-title {
    margin-left: 32px;
}
.picker-container .tg-booking-add-input-date {
    line-height: 1;
    padding-left: 8px;
}
.picker-container .tg-booking-add-input-date input.form-control:focus {
    box-shadow: none;
    border-color: none;
}
.flatpickr-day.selected,
.flatpickr-day.endRange,
.flatpickr-day.startRange {
    background-color: var(--tg-theme-primary) !important;
    color: var(--tg-common-white) !important;
    border: none !important;
}
.flatpickr-current-month {
    pointer-events: none !important;
}
.flatpickr-innerContainer {
    margin-top: 15px !important;
}
.flatpickr-next-month,
.flatpickr-prev-month {
    border: 1px solid #959ea9 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 10px 5px !important;
}
.flatpickr-next-month.flatpickr-disabled,
.flatpickr-prev-month.flatpickr-disabled {
    opacity: 0.3 !important;
}
.rotating-item {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    top: -13px !important;
}
/* notifications */
.notification-section {
    position: fixed;
    top: 20px;
    right: 20px;
    width: fit-content;
    z-index: 10000000;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    opacity: 0.97;
}
.notification .status {
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}
.notification .status.success {
    background-color: #66cc99;
}
.notification .status.warning {
    background-color: #ffcc33;
}
.notification .status.error {
    background-color: #cc3333;
}
.notification .text-notification {
    color: white;
    font-size: 14px;
}
.notification i::before {
    color: white;
    font-size: 20px;
}
/* notifications */
.list-item-search {
    display: flex;
    align-items: center;
}
.list-item-search .airport-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    color: var(--tg-common-black);
}
.list-item-search .airport-item .code-item {
    font-weight: bold;
    color: var(--tg-theme-primary);
}
.list-item-search .airport-item .name-item {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}
.list-item-search .airport-item .name-item span {
    line-height: 1;
}
.subcategory-item-name {
    font-size: 12px !important;
    color: var(--tg-grey-4) !important;
}
.tg-booking-form-location-list .scrool-bar .list-item-search:not(:first-child) {
    margin-top: 10px;
}
.from-list,
.to-list,
.from-list-search-multi,
.to-list-search-multi {
    padding: 10px;
}
.from-list .scroll-bar,
.to-list .scroll-bar,
.from-list-search-multi .scroll-bar,
.to-list-search-multi .scroll-bar {
    padding-right: 5px;
}
#searchFormFrom,
#searchFormTo,
.search-inputs-form {
    margin-right: 25px;
}
.numInputWrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    background: white;
    width: 15px;
    height: 100%;
}
.flatpickr-calendar.multiMonth .numInputWrapper::before {
    display: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-day.selected.startRange {
    pointer-events: none !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.tg-booking-tu-wrapper.multi-city-container,
.tg-booking-tu-wrapper.multi-city-container-parent {
    position: relative;
}
.primary-form-container {
    width: fit-content;
    margin: 0 auto;
}
.cursor-auto {
    cursor: auto;
}
.remove-multi-city-btn {
    right: -20px;
    top: 0px;
    background: var(--tg-theme-primary);
    color: var(--tg-common-white);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--tg-theme-primary);
    border-radius: 50%;
    transition: all 0.4s ease;
    text-align: center;
}
.remove-multi-city-btn:hover,
.btn-add-flight:hover,
.btn-clear-all:hover,
.btn-search-flight:hover,
.btn-close-error-modal:hover {
    opacity: 0.8;
}
.multi-city-parent-container,
.multi-city-wrapper {
    width: fit-content;
    margin: 0 auto;
    position: relative;
}
.add-multi-city-parent-container {
    display: flex;
    justify-content: space-between;
}
.btn-add-flight,
.btn-clear-all,
.btn-search-flight,
.btn-close-error-modal {
    padding: 5px 15px;
    border-radius: 30px;
}
.tg-blog-details-wrap a {
    color: var(--tg-theme-primary);
    font-weight: 500;
    text-decoration: underline;
}
.footer-links-custom {
    display: flex;
    column-gap: 15px;
}
.footer-links-custom a {
    color: var(--tg-theme-primary);
    font-weight: 500;
}
.footer-links-custom a:hover {
    opacity: 0.8;
}
.modal-content {
    border-radius: 30px;
}
.modal-title {
    font-weight: 500;
}
/** loader */
.pointer-none {
    pointer-events: none !important;
}
.lds-ring {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid white;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: white transparent transparent transparent;
}
.lds-ring.custom div,
.lds-ring.custom div {
    border: 3px solid white;
    border-color: white transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/** loader */
.primary-search-btn-section .lds-ring {
    padding: 9px 32px;
}
.btn-search-flight .lds-ring {
    padding: 5px 15px;
}
.nav-links.active .toggle-final-select,
.bg-item {
    color: var(--tg-common-white);
    border-radius: 20px;
    background: var(--tg-theme-primary);
}
.toggle-final-select {
    padding: 10px 15px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    column-gap: 15px;
    border: 1px solid var(--tg-theme-primary);
}
.toggle-final-select .radio-content {
    display: flex;
    flex-direction: column;
    line-height: 1;
    row-gap: 5px;
}
.toggle-final-select .price-item {
    font-weight: bold;
    color: var(--tg-theme-primary);
    font-size: 25px;
}
.toggle-final-select .radio-circle {
    position: relative;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid;
    border-radius: 50%;
}
.toggle-final-select .radio-circle::before {
    content: "";
    position: absolute;
    background: white;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    top: 2px;
}
.nav-links.active .toggle-final-select .price-item {
    color: var(--tg-common-white);
}
.tg-listing-items-container {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.tg-listing-items-container span {
    padding: 2px 10px;
}
.tg-team-single-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.expires-in {
    color: #6841ab;
    font-weight: 700;
}
.bottom-card-items-results {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
}
.bottom-card-items-results i {
    border-radius: 9999px;
    padding: 18px;
    background: #6841ab1a;
    color: #6841ab;
}
.bottom-card-items-results .text-inner {
    font-size: 14px;
}
.inner-booking-form {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid var(--tg-theme-primary);
    border-radius: 30px;
    padding: 35px;
    height: 100%;
}
.inner-booking-form .nav-tab {
    row-gap: 30px;
}
.container-fluid-results {
    display: flex;
    justify-content: center;
}
.form-send-results {
    border: none;
    background-color: var(--tg-grey-3);
}
.results-container-select {
    column-gap: 10px;
    flex-direction: column;
    row-gap: 5px;
}
.results-container-select .tg-hero-tu-title {
    color: #6841ab;
    font-size: 25px;
}
.results-container-select .nice-select {
    height: unset;
    background-color: #6841ab42;
    padding: 8px 80px 8px 45px;
}
.results-container-select .nice-select .current {
    font-size: 25px;
}
.results-container-select .nice-select::after {
    width: 30px;
    height: 30px;
    padding: 8px;
}
.primary-results-page-form .tg-booking-tu-wrapper {
    background: transparent;
}
.primary-results-page-form .tg-booking-form-input-group {
    flex-direction: column;
    row-gap: 20px;
}
.primary-results-page-form .passenger-inner-container {
    border-left: none;
    width: 100%;
    background: var(--tg-common-white);
    border: 1px solid var(--tg-border-3);
    padding: 10px 10px 10px 20px;
    border-radius: 30px;
}
.primary-results-page-form .passenger-inner-container .fa-edit,
.primary-results-page-form .from-to-inner-results-container .fa-edit,
.primary-results-page-form .tg-booking-add-input-date .fa-edit {
    color: #6841ab;
    background-color: #6841ab42;
    padding: 10px;
    position: absolute;
    right: 0;
    top: -18px;
    border-radius: 50%;
}
.primary-results-page-form .from-to-inner-results-container .fa-edit,
.primary-results-page-form .tg-booking-add-input-date .fa-edit {
    top: -14px;
}
.primary-results-page-form .tg-booking-add-input-date .fa-edit {
    z-index: -1;
}
.primary-results-page-form .tg-booking-add-input-date {
    z-index: 1;
}
.primary-results-page-form .primary-search-btn-section {
    width: 100%;
}
.primary-results-page-form .search-btn-fly-trigger {
    width: 100%;
    border-radius: 30px;
}
.form-inputs-page-results .inner-booking-form {
    padding: 35px;
}
.form-inputs-page-results {
    min-width: 600px;
    width: min-content;
}
.form-inputs-page-results .primary-form-container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.results-para-title {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}
.from-to-inner-results-container,
.user-data-inner-results-container {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}
.from-to-inner-results-container .from-inner,
.from-to-inner-results-container .to-inner,
.user-data-inner-results-container .user-data-name-inner,
.user-data-inner-results-container .user-data-email-inner {
    border-right: none;
    width: 100%;
    max-width: 100%;
    background: var(--tg-common-white);
    border: 1px solid var(--tg-border-3);
    padding: 10px 10px 10px 20px;
    border-radius: 30px;
}
.from-to-inner-results-container .tg-booking-form-location-list,
.user-data-inner-results-container .tg-booking-form-location-list {
    width: 100%;
}
.primary-results-page-form .picker-container {
    width: 100%;
    max-width: 100%;
    background: var(--tg-common-white);
    border: 1px solid var(--tg-border-3);
    padding: 10px 10px 10px 20px;
    border-radius: 30px;
}
.primary-results-page-form .picker-input-date-item.form-control {
    width: 100%;
}
.user-data-name-inner .location,
.user-data-email-inner .location {
    top: 5px !important;
    left: 5px !important;
}
.user-data-name-inner .location i,
.user-data-email-inner .location i {
    font-size: 22px;
    color: var(--tg-theme-primary);
}
.input-tel {
    padding-left: 30px !important;
}
.iti__dropdown-content {
    border-radius: 30px;
}
.iti__dropdown-content .iti__search-input {
    border-radius: 30px;
    height: 40px;
}
.iti__dropdown-content .iti__country-list {
    border-radius: 30px;
}
.iti__dropdown-content .iti__country-list .iti__country {
    padding-left: 15px;
}
.left-section-results {
    height: fit-content;
}
.primary-results-page-form .multi-city-wrapper,
.primary-results-page-form .multi-city-parent-container {
    margin: 0;
    width: 100%;
}
.primary-results-page-form .multi-city-container {
    padding: 0;
    margin: 0;
    width: 100%;
}
.primary-results-page-form .multi-city-container {
    border: 1px solid var(--tg-theme-primary);
    border-radius: 27px;
}
.primary-results-page-form .remove-multi-city-btn {
    top: -15px;
    right: -15px;
}
.primary-results-page-form .multi-city-parent-container .multi-city-container {
    margin-top: 20px;
}
.tg-booking-tu-wrapper .tg-booking-form-search-btn .get-quote-btn-fly-trigger {
    width: 100%;
    background: #00c908;
}
.index-get-quote-btn {
    background: #00c908;
}
.index-get-quote-btn:hover {
    background: #00c908;
}
.small-text-results {
    font-size: 12px;
    line-height: 1.5;
}
.small-text-results a {
    color: var(--tg-theme-primary);
    text-decoration: underline;
}
.primary-results-page-form .tg-booking-tu-wrapper {
    padding: 0;
}
.lock-unlock {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    padding: 25px;
    background: var(--tg-theme-primary);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    font-size: 20px;
}
.locked-item {
    opacity: 0.5;
}
.bounce-active {
    animation: bounce 0.3s ease infinite alternate;
}
.info-lock-unlock {
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    top: -28px;
    right: 35px;
}
.info-lock-unlock .lock-text {
    display: none;
}
.go-to-final-btn {
    width: 100%;
    background: #00c908;
    padding: 9px 32px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 15px;
    color: var(--tg-common-white);
    cursor: pointer;
    display: none;
}
.tgmobile__menu-outer {
    margin-top: 100px;
}
.index-hero-content .tg-booking-tu-wrapper {
    background: #ffffffd9;
}
.index-hero-content .custom-input-form {
    background: transparent;
}
.multi-city-user-data {
    display: none;
    width: 100%;
    background: transparent !important;
    padding: 0;
}
.multi-city-user-data .tg-booking-form-parent-inner {
    row-gap: 10px;
}
.multi-city-user-data .user-data-name-inner,
.multi-city-user-data .user-data-email-inner {
    background: #ffffffd9;
}
.title-26 {
    font-size: 26px;
}
.text-justify {
    text-align: justify;
}
.about-icon i {
    font-size: 45px;
    color: var(--tg-theme-primary);
}
.phone-input-contact > div {
    width: 100%;
}
.contact-textarea {
    min-height: 56px;
}
.tg-about-su-thumb img {
    border-radius: 30px;
}
.tg-about-su-funfact-icon i {
    font-size: 55px;
    color: var(--tg-theme-primary);
}
.city-parent-container .nice-select .current {
    font-size: 16px;
}
.small-in-h {
    font-size: 18px;
    color: var(--tg-grey-4);
}
.color-lux {
    color: var(--tg-theme-primary);
}
.city-parent-container .tg-blog-standard-title {
    font-size: 20px !important;
}
.city-parent-container .tg-blog-standard-title .custom-type-1 {
    font-size: 14px;
    color: #6841ab;
}
.cut-price {
    position: relative;
    font-size: 18px;
}
.cut-price::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #6841ab7a;
    transform: rotate(350deg);
}
.break-spaces {
    white-space: pre-wrap;
}
.trigger-calendar {
    cursor: pointer;
}
.sms-checkbox-container {
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
}
.save-price-text {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #838d95;
}
.save-price-text span {
    color: #0d6efd;
}
.tg-blog-para a {
    color: var(--tg-theme-primary);
}
.tg-blog-para a:hover {
    text-decoration: underline;
}
.related-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-content .tg-blog-post-title {
    font-size: 18px;
}
.related-content .fa-star,
.rating__stars .fa-star {
    color: #ffc107;
    font-size: 18px;
}
.ratingstable__title {
    padding: 15px;
    background: var(--tg-theme-primary);
    color: white;
    border-radius: 12px 12px 0 0;
    margin: 35px 0 0 0;
}
.ratingstable__ratings {
    border-radius: 0 0 12px 12px;
}
.ratingstable__ratings .rating {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ced4d8;
    border-left: 1px solid #ced4d8;
    border-right: 1px solid #ced4d8;
    font-weight: 500;
}
.ratingstable__ratings .rating:last-child {
    border-radius: 0 0 12px 12px;
}
.ratingstable__ratings .rating:nth-child(odd) {
    background: var(--tg-grey-3);
}
.body-images-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4d8;
    border-radius: 12px;
    margin-bottom: 30px;
    padding: 20px;
    column-gap: 30px;
}
.body-images-container .body-image:first-child img {
    width: 100%;
    min-width: 100%;
}
.body-images-container .body-image:last-child img {
    width: 180px;
    min-width: 180px;
}
.right-airline-section {
    padding-left: 50px;
}
.review-image {
    width: 65px;
    height: 65px;
    object-fit: cover;
}
.fs-20 {
    font-size: 20px;
}
.tg-pagenation-wrap nav div:nth-child(2) {
    flex-direction: column;
}
.tg-pagenation-wrap nav div:nth-child(1) {
    justify-content: center !important;
}
.tg-pagenation-wrap nav div:nth-child(1) ul.pagination {
    column-gap: 15px;
}
.tg-pagenation-wrap nav div:nth-child(1) ul.pagination li span,
.tg-pagenation-wrap nav div:nth-child(1) ul.pagination li a {
    width: fit-content;
}
.tg-header-menu-bar {
    display: none;
}
.trigger-call i {
    font-size: 25px;
}
.tg-sticky-header {
    background: #413d39e0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.motion-item {
    transition: all 0.3s ease-in-out;
}
.motion-item:hover {
    transform: scale(1.1);
}
.how-it-works-section {
    background-color: #deb468;
    border-radius: 50px;
    margin: 0 10px;
}
.cabin-container {
    position: relative;
    width: inherit;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cabin-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Main content */
.cabin-container .content {
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.cabin-container .text-content {
    color: white;
}

.cabin-container .main-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    color: white;
}

.cabin-container .subtitle {
    font-size: 1.1rem;
    color: #f0f0f0;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-weight: 300;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.custom-text-inner i {
    color: var(--tg-theme-primary);
    margin-left: 8px;
}

/* Reviews Page */

.rev-testimonial-section {
    min-height: 100vh;
    background: radial-gradient(
        ellipse at top right,
        #2a4a6b 0%,
        #1a2a3f 40%,
        #0f1419 80%
    );
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    border-radius: 24px;
}

.rev-content-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Lighter background elements */
.rev-bg-element {
    position: absolute;
    z-index: 1;
}

.rev-bg-element-1 {
    top: -20%;
    right: -5%;
    width: 700px;
    height: 900px;
    background: linear-gradient(
        135deg,
        rgba(139, 95, 191, 0.25) 0%,
        rgba(139, 95, 191, 0.08) 50%,
        transparent 100%
    );
    clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 80%);
    transform: rotate(12deg);
    filter: blur(0.5px);
}

.rev-bg-element-2 {
    bottom: -30%;
    right: 20%;
    width: 500px;
    height: 700px;
    background: linear-gradient(
        45deg,
        rgba(139, 95, 191, 0.2) 0%,
        rgba(139, 95, 191, 0.05) 70%,
        transparent 100%
    );
    clip-path: polygon(0% 20%, 80% 0%, 100% 60%, 20% 100%);
    transform: rotate(-20deg);
    filter: blur(0.3px);
}

.rev-bg-element-3 {
    top: 30%;
    right: 60%;
    width: 350px;
    height: 450px;
    background: linear-gradient(
        90deg,
        rgba(139, 95, 191, 0.15) 0%,
        transparent 100%
    );
    clip-path: polygon(0% 0%, 100% 30%, 70% 100%, 0% 70%);
    transform: rotate(25deg);
}

.rev-main-content {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 450px;
}

.rev-title {
    font-size: 70px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 30px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.rev-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.rev-read-more-btn {
    background: linear-gradient(135deg, #8b5fbf 0%, #a569d1 100%);
    border: none;
    color: white;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    box-shadow: 0 8px 30px rgba(139, 95, 191, 0.4);
    position: relative;
    overflow: hidden;
}

.rev-read-more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: left 0.6s;
}

.rev-read-more-btn:hover::before {
    left: 100%;
}

.rev-read-more-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 12px 40px rgba(139, 95, 191, 0.6);
}

.rev-testimonials-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100vh;
    overflow: hidden;
}

.rev-testimonial-card {
    position: absolute;
    background: rgba(139, 95, 191, 0.25);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 28px;
    width: 300px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
    overflow: hidden;
}

.rev-testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 50%
    );
    pointer-events: none;
}

.rev-testimonial-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
    background: rgba(139, 95, 191, 0.35);
}

/* Increased spacing between cards */
.rev-card-1 {
    top: 5%;
    right: 8%;
    transform: rotate(-15deg);
    clip-path: polygon(
        0 25px,
        25px 0,
        100% 0,
        100% calc(100% - 25px),
        calc(100% - 25px) 100%,
        0 100%
    );
}

.rev-card-2 {
    top: 35%;
    right: 45%;
    transform: rotate(12deg);
    clip-path: polygon(
        0 20px,
        20px 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
}

.rev-card-3 {
    bottom: 8%;
    right: 12%;
    transform: rotate(-8deg);
    clip-path: polygon(
        0 30px,
        30px 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
}

.rev-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rev-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 16px;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.rev-user-info h3 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.rev-stars {
    color: #ffd700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.rev-testimonial-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.6;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.3px;
}

/* Lighter floating modern accents */
.rev-modern-accent {
    position: absolute;
    z-index: 3;
    background: linear-gradient(
        135deg,
        rgba(139, 95, 191, 0.4),
        rgba(139, 95, 191, 0.15)
    );
    animation: modern-float 8s ease-in-out infinite;
}

.rev-accent-1 {
    top: 15%;
    right: 3%;
    width: 50px;
    height: 50px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    animation-delay: 0s;
}

.rev-accent-2 {
    top: 70%;
    right: 78%;
    width: 35px;
    height: 35px;
    clip-path: polygon(
        30% 0%,
        70% 0%,
        100% 30%,
        100% 70%,
        70% 100%,
        30% 100%,
        0% 70%,
        0% 30%
    );
    animation-delay: 3s;
}

.rev-accent-3 {
    bottom: 35%;
    right: 5%;
    width: 45px;
    height: 45px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    animation-delay: 6s;
}

@keyframes modern-float {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        opacity: 0.5;
    }
    33% {
        transform: translateY(-15px) rotate(120deg) scale(1.05);
        opacity: 0.7;
    }
    66% {
        transform: translateY(-8px) rotate(240deg) scale(0.95);
        opacity: 0.6;
    }
}

/* Lighter glowing particles */
.rev-particle {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(139, 95, 191, 0.6);
    border-radius: 50%;
    animation: particle-float 15s linear infinite;
}

.rev-particle-1 {
    top: 25%;
    right: 30%;
    animation-delay: 0s;
}

.rev-particle-2 {
    top: 65%;
    right: 18%;
    animation-delay: 5s;
}

.rev-particle-3 {
    top: 85%;
    right: 65%;
    animation-delay: 10s;
}

@keyframes particle-float {
    0% {
        transform: translateY(100vh) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(-100px) scale(1);
        opacity: 0;
    }
}

@media (min-width: 1400px) {
    .container-mini {
        max-width: 1050px;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .rev-title {
        font-size: 65px;
    }

    .rev-testimonial-card {
        width: 280px;
        padding: 24px;
    }

    .rev-main-content {
        left: 60px;
    }
}

@media (max-width: 768px) {
    .rev-testimonial-section {
        padding: 40px 20px;
        flex-direction: column;
    }

    .rev-content-wrapper {
        height: auto;
        min-height: 100vh;
    }

    .rev-main-content {
        position: static;
        transform: none;
        text-align: center;
        margin-bottom: 60px;
        max-width: none;
    }

    .rev-title {
        font-size: 25px;
    }

    .rev-testimonials-container {
        position: static;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        padding-top: 20px;
    }

    .rev-testimonial-card {
        position: static;
        width: 100%;
        max-width: 350px;
        transform: none !important;
        clip-path: polygon(
            0 20px,
            20px 0,
            100% 0,
            100% calc(100% - 20px),
            calc(100% - 20px) 100%,
            0 100%
        );
    }

    .rev-bg-element,
    .rev-modern-accent,
    .rev-particle {
        display: none;
    }
}

/* Reviews Page */

/* Responsive design */
@media (max-width: 768px) {
    .main-title {
        font-size: 35px;
    }

    .content {
        left: 5%;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 25px;
    }

    .subtitle {
        font-size: 16px;
    }
}
@keyframes bounce {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (max-width: 1200px) {
    .tg-header-menu-bar {
        display: block;
    }
    .container-fluid {
        max-width: 90%;
    }
    .how-it-works-section {
        margin: 0 32px;
        max-width: 90%;
    }
    .index-second-section {
        flex-direction: column;
    }
    .index-second-section > div {
        width: 100%;
    }
    .index-second-section .tg-about-su-funfact-wrap {
        justify-content: center;
    }
    .index-second-section .tg-about-su-author-wrap {
        justify-content: center;
    }
}
@media (max-width: 1205px) {
    .index-primary-form-container.primary-form-container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .index-primary-form-container.primary-form-container
        .tg-booking-tu-wrapper {
        margin: 10px 0 0 0;
        width: 100%;
        background: transparent;
    }
    .index-primary-form-container.primary-form-container
        .tg-booking-tu-wrapper
        .tg-booking-form-input-group {
        flex-direction: column;
        row-gap: 12px;
    }
    .index-primary-form-container.primary-form-container
        .tg-booking-tu-wrapper
        .tg-booking-form-parent-inner {
        flex-direction: column;
        row-gap: 12px;
        width: 100%;
    }
    .index-primary-form-container.primary-form-container
        .tg-booking-tu-wrapper
        .from-to-inner-container
        .from-inner,
    .index-primary-form-container.primary-form-container
        .tg-booking-tu-wrapper
        .from-to-inner-container
        .to-inner {
        border-right: none;
        width: 100%;
        max-width: 100%;
        background: #ffffffd9;
        border: 1px solid var(--tg-border-3);
        padding: 10px 10px 10px 20px;
        border-radius: 30px;
    }
    .index-primary-form-container.primary-form-container
        .tg-booking-form-location-list {
        width: 100%;
    }
    .index-primary-form-container.primary-form-container form {
        width: 100%;
    }
    .index-primary-form-container.primary-form-container .picker-container {
        width: 100%;
        max-width: 100%;
        background: #ffffffd9;
        border: 1px solid var(--tg-border-3);
        padding: 10px 10px 10px 20px;
        border-radius: 30px;
    }
    .index-primary-form-container.primary-form-container
        .tg-booking-tu-wrapper
        .tg-booking-add-input-date
        .input {
        width: 100%;
    }
    .index-primary-form-container.primary-form-container
        .passenger-inner-container {
        border-left: none;
        width: 100%;
        background: #ffffffd9;
        border: 1px solid var(--tg-border-3);
        padding: 10px 10px 10px 20px;
        border-radius: 30px;
    }
    .index-primary-form-container.primary-form-container
        .primary-search-btn-section {
        width: 100%;
        margin-top: 15px;
    }
    .index-primary-form-container.primary-form-container
        .primary-search-btn-section
        button {
        width: 100%;
    }
    .index-primary-form-container.primary-form-container .multi-city-wrapper,
    .index-primary-form-container.primary-form-container
        .multi-city-parent-container {
        margin: 0;
        width: 100%;
    }
    .index-primary-form-container.primary-form-container
        .multi-city-parent-container
        .multi-city-container {
        margin: 0;
        padding: 3px 10px 10px 10px;
    }
    .index-primary-form-container.primary-form-container
        .multi-city-parent-container
        .multi-city-container
        .tg-booking-form-input-group {
        border: 2px solid var(--tg-theme-primary);
        border-radius: 28px;
    }
    .index-primary-form-container.primary-form-container
        .multi-city-parent-container
        .multi-city-container
        .remove-multi-city-btn {
        right: -5px;
        top: -5px;
    }
    .index-primary-form-container.primary-form-container
        .add-multi-city-parent-container {
        padding: 0 10px;
    }
    .index-hero-content .tg-hero-tu-avatar-wrap {
        flex-direction: column;
        row-gap: 8px;
    }
    .index-hero-content .tg-listing-select-price {
        margin: 0;
    }
    .index-hero-content .header-fly-type-select .nice-select {
        height: 40px;
    }
    .index-hero-content .header-fly-type-select .nice-select::after {
        width: 35px;
        height: 35px;
        padding: 10px;
    }
    .index-hero-content .header-fly-type-select .nice-select .current {
        font-size: 25px;
    }
    .index-hero-content .add-multi-city-parent-container {
        flex-direction: column;
        row-gap: 20px;
    }
    .index-hero-content .top-action-buttons {
        display: flex;
        justify-content: space-between;
    }
    .multi-city-user-data {
        padding: 3px 10px 10px 10px;
        margin-top: 0 !important;
    }
}
@media (max-width: 1198px) {
    .header-main-container {
        margin-top: 0 !important;
    }
}
@media (max-width: 1250px) {
    .container-fluid-results {
        flex-direction: column;
    }
    .container-fluid-results .left-section-results {
        width: 100%;
    }
    .container-fluid-results .form-inputs-page-results {
        margin: 0 auto;
        width: 100%;
    }
    .from-to-inner-results-container form {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .mobile-hidden {
        display: none;
    }
    .right-airline-section {
        padding-left: 12px;
        margin-top: 30px;
    }
    .contact-parent-container {
        flex-direction: column-reverse;
    }
}
@media (max-width: 775px) {
    .parent-top-container-price-and-name {
        flex-direction: column;
        row-gap: 10px;
    }
    .parent-top-container-price-and-name h2 {
        font-size: 25px;
    }
    .text-starting-from {
        display: none;
    }
    .top-container-city {
        justify-content: center !important;
    }
}
@media (max-width: 700px) {
    .mobile-row-items {
        row-gap: 20px;
    }
    .container-fluid-results .form-inputs-page-results {
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
    }
    .container-fluid-results .tg-booking-add-input-date {
        width: 100%;
    }
    .container-fluid-results .tg-booking-form-wrap {
        padding: 0;
    }
    .container-fluid-results .form-inputs-page-results {
        margin-top: 50px;
    }
    .container-fluid-results .left-section-results,
    .container-fluid-results .form-inputs-page-results .inner-booking-form {
        padding: 15px;
    }
    .container-fluid-results .form-inputs-page-results .inner-booking-form {
        padding-top: 35px;
    }
    .container-fluid-results .inner-booking-form .nav-tab {
        row-gap: 0;
        column-gap: 10px;
    }
    .container-fluid-results .inner-booking-form .nav-tab .nav-links {
        padding: 0;
        font-size: 12px;
    }
    .container-fluid-results
        .inner-booking-form
        .nav-tab
        .nav-links
        .toggle-final-select {
        column-gap: 10px;
    }
    .container-fluid-results
        .inner-booking-form
        .nav-tab
        .nav-links
        .toggle-final-select
        .price-item {
        font-size: 20px;
    }
    .container-fluid-results .from-to-info-user-text {
        flex-direction: column;
    }
    .container-fluid-results .bottom-card-items-results {
        flex-wrap: wrap;
        row-gap: 15px;
        column-gap: 30px;
    }
    .container-fluid-results .tg-team-progress {
        width: 100%;
    }
    .container-fluid-results .go-to-final-btn {
        display: block;
    }
}
@media (max-width: 650px) {
    .tg-about-su-funfact-icon i {
        font-size: 30px;
    }
    .tg-about-su-funfact-icon {
        width: 35px;
        height: 35px;
    }
    .tg-about-su-funfact-text h3 {
        font-size: 18px;
    }
    .tg-about-su-funfact-text span {
        font-size: 15px;
    }
}
@media (max-width: 600px) {
    .city-fly-select {
        flex-direction: column !important;
    }
}
@media (max-width: 575px) {
    .trigger-call i {
        font-size: 15px;
    }
}

/* Prevent flash before JS init: WOW.js reveals .wow elements itself,
   nice-select replaces the native select */
.wow {
    visibility: hidden;
}
select.select {
    display: none;
}

/* Keep the phone section on the right: never wrap the header row on desktop */
@media (min-width: 1200px) {
    .header-main-container {
        flex-wrap: nowrap;
    }
    .header-main-container .inner-section {
        min-width: 0;
        flex-shrink: 1;
    }
    .tg-header-contact-number {
        white-space: nowrap;
    }
}
/* tight range where the three sections barely fit: compact them */
@media (min-width: 1200px) and (max-width: 1399px) {
    .tgmenu__navbar-wrap .navigation {
        column-gap: 15px;
    }
    .header-main-container .logo img {
        width: 170px;
    }
}

/* Keep the flatpickr calendar inside the viewport on phones */
@media (max-width: 767px) {
    .flatpickr-calendar {
        max-width: calc(100vw - 16px);
    }
    .flatpickr-calendar .flatpickr-days {
        width: 100% !important;
        max-width: 100%;
    }
    .flatpickr-calendar .dayContainer {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }
}
