/**
* This is a valid CSS file.
  **/

.gray1 {
    color: #383535;
}

/*

.marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto; 

    align-items: center;
    white-space: nowrap;
}

.marquee-container {
    overflow: hidden;
    position: relative;
}

.js-marquee-wrapper {
    text-align: center !important;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
}

.marquee-right {
    visibility: visible !important;
    opacity: 1;
    transition: opacity 0.3s ease;
}

*/

.js-marquee-wrapper {
    text-align: center !important;
    height:500px !important;
}

.gallery-container-bg {
    background: no-repeat url("../images/custom/slider/slider-bg.svg");
    background-position: top center;
    background-size: contain;
}

.custom-slide-size {
    max-width: 100% !important;
    border-radius: 20px;
}



.vh-mb-100x {
    height: initial;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-success-dark {
    color: #14ae5c !important;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
    color: #333;
    background-color: #fff !important;
    box-shadow: none;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: var(--bs-border-radius-xl) !important;
}

.accordion,
.accordion-item {
    border: 0;
    box-shadow: none;
}

/* Testimonial Card Styling */

.home-testimonial .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-testimonial .card:hover {
    transform: scale(1.05);
}

.custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.custom-dots .tns-nav > button {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #451919;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-dots .tns-nav > button.tns-nav-active {
    background-color: #007bff;
}

/***/
/* Wizard Header Styles */
.wizard-header {
    margin-bottom: 2rem;
}

.wizard-header::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px dotted #007bff;
    z-index: -1;
}

.wizard-step {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 15px;
    transition: all 0.3s ease;
}

.wizard-step-icon {
    background-color: #fff;
}

.wizard-step.active .wizard-step-icon.travel {
    background-color: #fa7e1e;
    color: #fff;
}

.wizard-step.completed .wizard-step-icon.travel {
    color: #fa7e1e;
    background-color: #fff;
}

.wizard-step.active .wizard-step-icon.settings {
    background-color: #4f5bd5;
    color: #fff;
}

.wizard-step .wizard-step-icon.settings,
.wizard-step.completed .wizard-step-icon.settings {
    color: #4f5bd5;
    background-color: #fff;
}

.wizard-step.active .wizard-step-icon.check {
    background-color: #28a745;
    color: #fff;
}

.wizard-step .wizard-step-icon.check,
.wizard-step.completed .wizard-step-icon.check {
    color: #28a745;
    background-color: #fff;
}

.wizard-step h5 {
    display: none;
}

.wizard-step.active h5 {
    display: block;
    transform: translateY(0);
}

/* Form Styles */
.step {
    display: none;
}

.step.active {
    display: block;
}

.btn-group-custom {
    width: 100%;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
    margin: 0 !important;
}

.btn-group-custom .btn {
    flex: 1;
}

.btn-group-custom .btn-check:first-of-type + label {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn-group-custom .btn-check:last-of-type + label {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-group-custom .btn-check:checked + label {
    background-color: #4f5bd5;
    border-color: #4f5bd5 !important;
    border-radius: 0.8rem !important;
    color: white;
}

.btn-group-custom .btn-check:not(:checked) + label {
    background-color: #f8f9fa;
    border-color: #f8f9fa !important;
    color: #212529;
}

.price-slider-container {
    border-radius: 8px;
    margin-bottom: 1rem;
}

.price-inputs {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.price-inputsx input {
    width: 120px;
}

.location-search-container {
    position: relative;
}

.pac-container {
    z-index: 1051;
}

/* Success Section Styles */

#successSection i {
    color: #28a745;
    font-size: 5rem;
    margin-bottom: 1rem;
}

/* Animation Classes */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Validation Styles */
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 20;
}

.custom-border,
.custom-border:focus {
    border-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0;
    border-color: #d1d5db;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #d1d5db !important;
}

#priceRangeSlider .noUi-tooltip {
    display: none;
}
#priceRangeSlider .noUi-active .noUi-tooltip {
    display: block;
}

/* Active part of the slider */
.noUi-connect {
    background: #fa7e1e !important;
    height: 2px !important;
}

.noUi-target {
    background: #e8e8e8 !important;
    border-radius: 4px;
    box-shadow: none !important;
}

.noUi-horizontal {
    height: 4px !important;
}
/* Make handles round */
.noUi-handle {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 2px solid #2196f3 !important;
    box-shadow: none !important;
    right: -8px !important; /* Center the handle */
}

/* Remove default handle lines */
.noUi-handle:before,
.noUi-handle:after {
    display: none !important;
}

/* Style for min/max labels */
.noUi-value {
    font-size: 12px;
    color: #666;
}

.noUi-marker {
    background: #ffffff !important;
}

/* Add custom labels */
.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.slider-labels span {
    font-size: 12px;
    color: #666;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3500;
    transition: background-color 0.3s ease;
}

.navbar-sticky.scrolled {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.custom-text-resp {
    white-space: nowrap;
}

.vh-80 {
    height: 80vh;
}

.start-plan-bg {
    background: no-repeat url("../images/custom/start-plan-bg.svg");
    background-size: cover;
    object-fit: cover;
    border-radius: 2rem;
    background-position: center center;
}

.select2-container--bootstrap5 .select2-selection {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 0.375rem 0.75rem;
    height: calc(2.5rem + 2px);
}

.select2-container--bootstrap5 .select2-selection:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.select2-container--bootstrap-5
    .select2-dropdown
    .select2-search
    .select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none !important;
    border-color: #d1d5db !important;
    color: #212529;
}

.input-group .select2-container--bootstrap-5 .select2-selection {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border-left-width: 0px;
}

.select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__rendered {
    color: #6b7280 !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #d1d5db !important;
    color: #212529;
}

#clearLocationSearch {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1050;
}

.input-group > .select2-container--bootstrap {
    width: auto;
    flex: 1 1 auto;
}

.input-group > .select2-container--bootstrap .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

@media (max-width: 768px) {
    .vh-mb-100x {
        height: 800px !important;
    }

    .custom-text-resp {
        white-space: normal !important;
    }

    .start-plan-bg {
        background: #4f5bd5 !important;
    }

    .navbar-brand img {
        max-width: 120px; /* Adjust size as needed */
        height: auto;
    }

    .gallery-container-bg {
        background-size: contain !important;
    }

    .wizard-step {
        padding: 5px !important;
    }

    .vh-80 {
        height: auto !important;
    }

    .gallery-shadow::before {
        background: transparent !important;
    }
}

.floating-icon {
    animation: float 2s ease-in-out infinite alternate;
}

.floating-svg-icons .floating-icon-1 {
    top: 10%;
    left: 5%;
    animation: float 3s ease-in-out infinite alternate;
}

.floating-svg-icons .floating-icon-2 {
    bottom: 20%;
    right: 10%;
    animation: float 4s ease-in-out infinite alternate-reverse;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
