.from-dropdown .list-group-item {
    cursor: pointer;
}

.from-dropdown .list-group-item input {
    width: 18px;
    height: 18px;
}

.from-dropdown .icon-box {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f4f4f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 20px;
}

.from-dropdown .item-title {
    line-height: 1.2;
    font-weight: 500;
    font-size: 15px;
}

.dp-flex-pills .dp-pill {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    padding: .35rem .9rem;
    font-weight: 600;
    width: 95px;
    border: 2px solid black;
    font-size: 12px;
    padding: 10px 10px;
}

.dp-flex-pills .dp-pill.active {
    background: #1b2a72;
    color: #fff;
    border-color: #1b2a72;
}

.dp-summary {
    background: #fafafa;
}

.dp-summary .btn-link {
    color: #1b2a72;
}

[data-dp] {
    --dp-accent: #1d4ed8;
    --dp-light: #e6efff;
}

.dp-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 1000;
    width: min(92vw, 420px);
}

.dp-tabs {
    background: #f5f7fb;
    border-bottom: 1px solid #eee;
    border-radius: .6rem .6rem 0 0;
}

.dp-tab {
    flex: 1;
    padding: .8rem 1rem;
    border: 0;
    background: #e0dede;
    font-weight: 600;
    color: #2a2a2a;
}

.dp-tab.active {
    background: #fff;
    border-bottom: 2px solid transparent;
    color: #0f1c49;
}

.dp-weekdays,
.dp-grid {
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.dp-grid .day {
    padding: .6rem 0;
    text-align: center;
    border-radius: .5rem;
    cursor: pointer;
}

.dp-grid .day.out {
    color: #aaa;
    cursor: default;
}

.dp-grid .day.in-range {
    background: var(--dp-light);
}

.dp-grid .day.start,
.dp-grid .day.end {
    background: black;
    color: #fff;
}

.dp-grid .day.disabled {
    color: #c7c7c7;
    pointer-events: none;
}

.dp-month-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    max-height: 58vh;
    overflow: auto;
}

.dp-month-tile {
    padding: 1rem;
    border-radius: .75rem;
    background: #f4f6fb;
    text-align: center;
    cursor: pointer;
}

.dp-month-tile.active {
    background: black;
    color: #fff;
}

.dp-month-tile .sub {
    font-size: .85rem;
    opacity: .8;
}

.destination-dropdown .list-group-item {
    cursor: pointer;
}

.destination-dropdown .list-group-item input {
    width: 18px;
    height: 18px;
}

.destination-dropdown .item-title,
.destination-dropdown .item-sub {
    line-height: 1.1;
}

.destination-dropdown .badge-count {
    background: rgba(0, 0, 0, .06);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 8px;
    padding: 2px 6px;
    font-size: 12px;
}

.guests-dropdown .room-card {
    border: 1px solid #e6e6ea;
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 14px;
    background: #fff;
}

.guests-dropdown .room-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.guests-dropdown .counter {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.guests-dropdown .counter .btn-round {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #101828;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

.guests-dropdown .counter .value {
    min-width: 20px;
    text-align: center;
    font-weight: 600;
}

.guests-dropdown .child-ages .age-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.guests-dropdown .child-ages .form-select {
    width: 160px;
}

.guests-dropdown .remove-room {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #f5f5f7;
    border: 0;
    font-size: 18px;
}

.guests-dropdown .error {
    border-color: #dc3545 !important;
}

.btn-hover {
    background-color: #000000 !important;
    color: white;
    transition: background-color 0.4s ease, color 0.3s ease, transform 0.3s ease;
}

.btn-hover:hover {
    font-weight: 500;
}

.btn-hover2 {
    background-color: #FFEC88 !important;
    color: black;
    font-weight: 600;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.btn-hover2:hover {
    background-color: #ffd60a !important;
    font-weight: 600;
    color: black;
}

[data-age-rows] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, max-content));
    gap: 12px;
}

.age-row {
    display: flex;
    min-width: 120px;
}

.age-row select {
    min-width: 67px;
}

.counter button span {
    display: inline-block;
    color: white;
    transition: transform 0.2s ease, color 0.2s ease;
}

.counter button:hover span {
    color: #f5d016;
    transform: scale(1.1);
}

.dp-specific .dp-btn,
.dp-month .dp-btn {
    color: white;
    transition: transform 0.2s ease, color 0.2s ease;
}

.dp-specific .dp-btn:hover,
.dp-month .dp-btn:hover {
    color: #f5d016;
}

[data-rooms] {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

[data-rooms]::-webkit-scrollbar {
    width: 6px;
}

[data-rooms]::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
}

[data-rooms]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Font size utilities */
.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-56 {
    font-size: 56px !important;
}

.fs-60 {
    font-size: 60px !important;
}

/* Font weight utilities */
.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.form-control.tokenbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: .5rem .75rem;
    padding: .75rem 1rem;
    border-radius: 1rem;
    background: #f9f9fb;
    border: 1px solid var(--bs-border-color, #cfd3d9);
}

.form-control.tokenbox:focus-within {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb, 13, 110, 253), .25);
}

.tokenbox-label {
    width: 100%;
    margin: 0 0 .25rem 0;
    font-weight: 600;
    color: #2f3a4a;
    font-size: 14px;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

[data-dd-tokenbox] .dd-tokenline,
.tokenline {
    width: 100%;
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

[data-dd-tokenbox] .dd-tokenline::-webkit-scrollbar,
.tokenline::-webkit-scrollbar {
    display: none;
}

[data-dd-tokenbox] .dd-tokenchips,
.tokenchips {
    display: inline-flex;
    gap: .5rem;
    flex-wrap: nowrap;
}

[data-dd-tokenbox] .dd-tokenchips .badge,
.tokenchips .badge,
[data-dd-tags] .badge,
[data-from-tags] .badge {
    background: #000000;
    color: #fff;
    border-radius: .75rem;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-weight: 600;
    line-height: 1;
}

[data-dd-tokenbox] .dd-tokenchips .badge button,
.tokenchips .badge button,
[data-dd-tags] .badge button,
[data-from-tags] .badge button {
    color: #fff;
    opacity: .9;
}

[data-dd-tokenbox] .dd-tokenchips .badge button:hover,
.tokenchips .badge button:hover,
[data-dd-tags] .badge button:hover,
[data-from-tags] .badge button:hover {
    opacity: 1;
}

[data-dd-tokenbox] .dd-tokeninput,
[data-tokenbox] .tokenbox-input,
[data-dd-tokenbox] input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    flex: 1 1 12ch;
    min-width: 10ch;
    padding: 0;
    margin: .2rem 0 0 .25rem;
    font-size: inherit;
    line-height: 1.6;
}

[data-dd-tokenbox] .dd-tokeninput::placeholder,
[data-tokenbox] .tokenbox-input::placeholder,
[data-dd-tokenbox] input::placeholder {
    color: #9aa0a6;
}

[data-dd-tokenbox]:focus-within {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb, 13, 110, 253), .25);
}

.card-flight .card-image .view {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align: center;
    z-index: 12;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: var(--bs-neutral-1000);
    background-color: var(--bs-background-5);
}

.card-flight .card-image .view svg {
    stroke: var(--bs-neutral-1000);
}

.card-flight .card-image .view:hover svg {
    stroke: var(--bs-warning);
    fill: var(--bs-warning);
}

.flight-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    max-width: 560px;
    font-size: 0.9rem;
}

.box-timeline .item-timeline:after {
    top: 30px;
}

.custom-tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    opacity: 0;
    background: #000;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 12px;
    border-radius: 6px;
    text-align: left;

    position: absolute;
    bottom: 125%;
    left: 20%;
    transform: translateX(-50%);
    z-index: 999;

    transition: opacity 0.3s ease;

    /* control width */
    max-width: 420px;
    /* increase this value */
    width: max-content;
    /* let tooltip expand based on text */
    white-space: normal;

    /* arrow */
    &::after {
        content: "";
        position: absolute;
        top: 100%;
        /* at the bottom of tooltip */
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }
}

.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tripadvisor-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: Arial, sans-serif;
}

.tripadvisor-logo {
    width: 20px;
    height: auto;
}

.circles {
    display: flex;
    gap: 3px;
}

.circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #00af87;
    /* TripAdvisor green */
    position: relative;
}

.circle.full {
    background-color: #00af87;
}

.circle.half {
    background: linear-gradient(to right, #00af87 50%, transparent 50%);
}

.circle.empty {
    background-color: transparent;
}

.reviews {
    margin-left: 6px;
    font-size: 14px;
    color: #333;
}

.cursor-pointer {
    cursor: pointer;
}

.card-price p,
.card-price h6 {
    margin: 0;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    font-family: Arial, sans-serif;
    background: #fafafa;
    padding: 10px 0;
    color: #111;
}

.feature-text strong {
    font-size: 15px;
    color: #000;
    display: block;
}

.feature-text p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #555;
}

.info-links {
    display: flex;
    gap: 30px;
    font-family: Arial, sans-serif;
    padding: 10px 0;
}

.info-link {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.info-link .icon {
    margin-right: 6px;
    font-size: 16px;
}

.hidden-section {
    display: none !important;
}

.card-hotel {
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.form-check-input {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.price-label {
    min-width: 80px;
    text-align: right;
}

.card-hotel.selected-card {
    border: 2px solid #000;
    border-radius: 30px;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    font-family: Arial, sans-serif;
    background: #fafafa;
    padding: 10px 0;
    color: #111;
}

.feature-text strong {
    font-size: 15px;
    color: #000;
    display: block;
}

.feature-text p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #555;
}

.info-links {
    display: flex;
    gap: 30px;
    font-family: Arial, sans-serif;
    padding: 10px 0;
}

.info-link {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.info-link .icon {
    margin-right: 6px;
    font-size: 16px;
}

.hidden-section {
    display: none !important;
}

.card-hotel {
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.form-check-input {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 2px solid black;
}

.price-label {
    min-width: 80px;
    text-align: right;
}

.card-hotel.selected-card {
    border: 2px solid #000;
    border-radius: 30px;
}

.bg-qoute-1{
    background-color: #3d3c88 !important;
}

.bg-qoute-2{
    background-color: #418399 !important; 
}
 

















