:root {
    --brand-orange: #F36F45;
    --brand-dark: #333
}

.min-img-bnr {
    max-height: 600px;
    object-fit: cover;
    position: absolute;
    height: 100%;
}

.hero-section {
    position: relative;
    min-height: 600px
}

.hero-overlay {
    background: linear-gradient(to right, rgb(0 0 0 / .4), rgb(0 0 0 / .1));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.hero-content {
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: -45px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.maintitle-hero {
    position: absolute;
    bottom: 40%;
    width: 50%
}

.hero-title {
    font-weight: 800;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 30px !important;
    text-shadow: 0 2px 10px rgb(0 0 0 / .3);
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: left
}

.btn-cta {
    background-color: var(--brand-orange);
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 50px;
    border: none;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.2s;
    font-family: "Plus Jakarta Sans", sans-serif
}

.btn-cta:hover {
    transform: scale(1.05);
    background-color: #d65a32;
    color: #fff
}

.deals-header {
    position: absolute;
    top: -20px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 99
}

.avatar-bubble {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    box-shadow: 0 4px 10px rgb(0 0 0 / .2)
}

.badge-deals {
    background-color: #2E5C70;
    color: #fff;
    padding: 5px 15px;
    border-radius: 7px;
    font-size: .9rem;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin-left: 20px
}
.res-ver{
    display: block !important;
}
.res-hor{
    display: none !important;
}
.deal-card {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    height: 130px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(255 255 255 / .8);
    cursor: pointer;
    transition: transform 0.3s
}

.deal-card:hover {
    transform: scale(1.02)
}

.deal-overlay {
    background: linear-gradient(to right, rgb(0 0 0 / .7) 40%, transparent);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 15px
}

.deal-info {
    position: absolute;
    bottom: 15px
}

.deal-arrow {
    width: 35px;
    height: 35px;
    background-color: var(--brand-orange);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    bottom: 15px
}

.deal-info h6 {
    font-weight: 700;
    margin-bottom: 5px !important;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff
}

.deal-info p {
    font-size: 14px;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #fff
}

.deal-info p span {
    font-weight: 600
}

.date-badge {
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    align-items: center;
    gap: 5px
}

.search-container-wrapper {
    position: relative
}

/* .search-box1 {
    background: #fff;
    border-radius: 0 20px 20px 0;
    padding: 15px 30px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .15);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 71.5%;
    position: absolute;
    z-index: 9;
    bottom: 20px
} */
 .search-box1 {
    background: #fff;
    border-radius: 0 20px 20px 0;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    z-index: 9;
    bottom: 20px;
    max-width: 950px;
    width: 100%;
}

.search-item {
    flex: 1;
    padding: 5px;
    min-width: 200px
}

.search-item:last-child {
    border-right: none;
    flex: 0 0 auto
}

.search-label {
    font-size: 14px;
    font-weight: 600;
    color: #2f2f2f;
    display: block;
    margin-bottom: 2px;
    font-family: "Plus Jakarta Sans", sans-serif
}

.search-value {
    color: var(--brand-orange) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    background: transparent !important;
    width: 100% !important;
    outline: none !important;
    font-family: 'Montserrat', sans-serif !important;
    cursor: pointer
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--brand-orange) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 26px !important
}

.select2-container--default .select2-selection--single {
    border: none !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important
}

.search-icon {
    color: var(--brand-orange);
    margin-right: 15px;
    width: 20px;
    text-align: center;
    margin-top: 5px
}

.search-icon img {
    object-fit: contain
}

.search-btn {
    background-color: var(--brand-orange) !important;
    color: #fff;
    font-weight: 400;
    padding: 12px 40px !important;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 400;
    font-family: "Krona One", sans-serif
}

.search-btn:hover {
    background-color: #d65a32
}

.bottom-strip {
    background-color: #FFB84D;
    height: 50px
}

.widget-container {
    display: flex;
    background-color: #fff0
}

.card-list-custom {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.card-custom {
    display: flex;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 2px 5px rgb(0 0 0 / .02);
    transition: transform 0.2s;
    cursor: pointer
}

.card-custom:hover.featured {
    border: 1.5px solid #ffb74d;
    background-color: #fffbf2;
    box-shadow: 0 4px 10px rgb(255 165 0 / .15)
}

.card-custom img {
    width: 115px;
    height: 106px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 15px
}

.card-content-custom {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.card-days {
    color: #fbaa32;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: "Montserrat", sans-serif
}

.card-title-custom {
    font-size: 21px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 3px;
    font-family: "Montserrat", sans-serif
}

.card-price {
    color: #fbaa32;
    font-size: 18px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif
}

.sidebar {
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 15px
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fbaa32;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
    white-space: nowrap;
    font-family: "Plus Jakarta Sans", sans-serif
}

.btm {
    margin-top: -30px;
    color: #F26439
}

.card-custom.cus-blg {
    border: solid 1px rgb(0 0 0 / .1);
    border-radius: 10px;
    background-color: #f8f8f8
}

.cus-blg .card-days {
    color: #F26439
}

.cus-blg p {
    color: #6D6D6D;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat", sans-serif
}

.Nieuwe h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px !important;
    font-family: "Plus Jakarta Sans", sans-serif
}

.vertical-line {
    width: 2px;
    background-color: #333;
    flex-grow: 1;
    border-radius: 2px;
    min-height: 100px
}

.hero-container {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative
}

.info-card.Snel {
    bottom: inherit;
    top: 30px;
    background: none;
    box-shadow: inherit
}

.info-card.Snel button {
    background: #f26439;
    padding: 5px 22px;
    border: none;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 5px;
}

.info-card.Snel h1 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 20px !important
}

.info-card.Snel p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px
}

.info-card {
    position: absolute;
    bottom: 40px;
    left: 40px;
    max-width: 500px;
    width: 100%;
    background-color: rgb(255 255 255 / .98);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .3)
}

.info-card h1 {
    color: #fbaa32;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 5px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: left
}

.info-card .sub-title {
    font-size: 18px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif
}

.info-card p {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1.6;
    margin-bottom: 15px !important;
    font-family: "Kanit", sans-serif;
    font-weight: 275
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px
}

.price {
    font-size: 15px;
    font-weight: 600;
    color: #202020;
    font-family: "Plus Jakarta Sans", sans-serif
}

.Nieuwe button,
.Nieuwe a {
    display: inline-block;
    background: #f26439;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    font-family: "Plus Jakarta Sans", sans-serif
}

.btn-orange {
    background-color: #f26439;
    color: #fff;
    padding: 8px 14px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: "Inter", sans-serif
}

.btn-orange:hover {
    background-color: #d65a26
}

.dest-card {
    position: relative;
    height: 220px;
    overflow: hidden;
    cursor: pointer;
    border: 4px solid #fff0;
    transition: 0.3s ease
}

.dest-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.dest-card:hover {
    transform: scale(1.04);
    z-index: 5;
    border-color: #fbaa32
}

.dest-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(0 0 0 / .7), transparent);
    pointer-events: none
}

.dest-name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    z-index: 2;
    text-shadow: 0 2px 4px rgb(0 0 0 / .6);
    font-family: "Montserrat", sans-serif
}

.eye-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: var(--theme-orange);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 5px rgb(0 0 0 / .3);
    background: #fbaa32
}

.eye-btn svg {
    fill: #fff;
    width: 16px;
    height: 16px
}

.dest-card.highlight {
    border: 5px solid var(--theme-orange);
    box-sizing: border-box
}

.dest-card.highlight img {
    width: 100%;
    height: 100%
}

.bor-cus {
    border-top: solid 10px #fbaa32;
    border-bottom: solid 10px #fbaa32;
    overflow: hidden
}

@media (max-width:1170px) {
    .info-card.Snel h1 {
        font-size: 60px
    }
    .search-box1 {
        width: 98%;
        position: relative;
        margin: 0 auto;
        border-radius: 20px
    }
    .hero-content {
        bottom: -30px
    }
    .deal-info h6 {
        font-size: 18px
    }
    .hero-title {
        font-size: 55px
    }
    .card-title-custom {
        font-size: 18px
    }
    .info-card h1 {
        font-size: 35px
    }
    .dest-name {
        font-size: 25px
    }
    .card-price {
        font-size: 16px
    }
    .Nieuwe h2 {
        font-size: 25px
    }
}

@media (max-width:991px) {
    .res-ver{
        display: none !important;
    }
    .res-hor{
        display: block !important;
    }
    .custom-date {
        right: 0;
        margin: 0 auto;
        text-align: center;
        transform: translate(10px, 10px);
        left: 0
    }
    .deal-info h6 {
        font-size: 16px
    }
    .info-card.Snel h1 {
        font-size: 55px
    }
    .info-card .sub-title {
        font-size: 16px
    }
    .info-card h1 {
        font-size: 30px
    }
    .info-card p {
        font-size: 16px
    }
    .btn-cta {
        font-size: 18px
    }
    .hero-title {
        font-size: 2rem
    }
    .hero-section,
    .min-img-bnr {
        min-height: 350px;
        object-fit: cover;
    }
    .search-box {
        flex-direction: column;
        align-items: stretch
    }
    .search-item {
        border-right: none
    }
    .search-btn {
        width: 100%;
        margin-top: 10px;
        min-width: 100% !important;
        min-height: 48px !important
    }
    .right-sidebar {
        display: flex;
        gap: 20px
    }
    .deal-card {
        max-width: 290px;
        width: 100%;
        height: 130px
    }
    .maintitle-hero {
        position: relative;
        top: 50%;
        width: 100%
    }
    .info-card {
        max-width: 350px
    }
    .info-card.Snel p {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .btn-cta {
        font-size: 16px
    }
    .hero-title {
        font-size: 1.5rem
    }
    .right-sidebar {
        gap: 10px
    }
    .info-card.Snel p {
        font-size: 14px
    }
    .info-card.Snel h1 {
        font-size: 45px
    }
    .Nieuwe {
        margin-bottom: 20px
    }
    .info-card h1 {
        font-size: 25px
    }
    .info-card p {
        font-size: 14px
    }
    .navbar-brand img {
        max-width: 130px !important
    }
    .right-sidebar a:nth-child(3) .deal-card {
        display: none !important
    }
    .right-sidebar a:nth-child(4) .deal-card {
        display: none !important
    }
    .info-card {
        max-width: 89%
    }
    .widget-container {
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .btn-cta {
        font-size: 14px
    }
}
@media (max-width:480px) {
    .badge-deals {
        margin-left: 70px;
    }
}
.travel-box-footer span {
    font-size: 15px !important;
    color: #fbaa32 !important;
    font-weight: 600;
    font-family: "Montserrat", sans-serif
}