﻿/* :root {
    --main-color: #8B3EEA;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
} */

.flex_horizontal_container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

    .flex_horizontal_container .flex_item {
        flex-basis: calc(25% - 20px);
    }

.tour_details_img_wrapper .slider-nav {
    margin-top: 0;
}

.slider.slider-nav img {
    margin: 0 auto;
    width: 100% !important;
    height: 100% !important;
    min-height: 30px;
    max-height: 30px;
}

.home_custom {
    max-height: 700px;
}

.home_banner.item {
    max-height: 600px;
    min-height: 600px;
}

.home_custom .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 150px;
    text-align: center;
}

.home_custom .owl-dot {
    /*background-color: var(--white-color) !important;*/
    width: 10px;
    height: 10px;
    margin: 3px;
    border-radius: 50%;
}

/*.home_custom .owl-dot.active {
            background-color: var(--main-color) !important;
        }*/

.holiday_search {
    width: 100%;
    border: 0;
    height: 50px;
    font-size: 22px;
    font-weight: 600;
    /*color: var(--main-color);*/
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.holiday_search.d-sm-none {
    align-items: center;
    justify-items: center;
}

button.add-room, button.remove-room {
    font-weight: 500;
    /*color: var(--main-color);
    border: 1px solid var(--main-color);*/
    padding: 10px 25px !important;
    font-size: 18px !important;
    border-radius: 4px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    text-align: center;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: auto;
    border: 0;
}

.go_beyond .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center;
}

.go_beyond .owl-dot {
    width: 10px;
    height: 10px;
    margin: 3px;
    border-radius: 50%;
}

.theme_nav_tab_item .nav-tabs .nav-link {
    margin-right: 20px;
}

.theme_nav_tab_item .nav-tabs {
    gap: 20px;
}

.offcanvas {
    z-index: 10000;
}

/*request a callback start*/
.request_callback {
    overflow: hidden;
    background-image: url(../images/req_.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    transition: all .5s ease;
    padding: 15px 30px 50px;
    width: 600px;
}

    .request_callback::before {
        content: "";
        width: 400px;
        height: 400px;
        position: absolute;
        top: -20%;
        left: -21%;
        border-radius: 50%;
        opacity: .1;
        z-index: -1;
    }

.offcanvas-header {
    justify-content: end;
}

.request_callback a.contact_ {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 20px 0 15px;
    display: inline-block;
}

.request_callback button.styled_ {
    padding: 5px 10px;
    border-radius: 3px;
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    text-decoration: none
}

.request_callback a.expertmyself {
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer
}

.request_callback input {
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    border: 1px solid silver;
    border-radius: 3px;
    padding: 7px 10px;
}

.request_callback .strong {
    font-weight: 600
}
/*request a callback end*/

.section_padding {
    padding: 50px 0;
}

.about_us_left h2 {
    padding-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    vertical-align: middle;
}

.package__holidays {
    padding: 50px 0 0;
}

.package__holidays__hr hr {
    margin: 25px auto 35px;
}

#top_testinations .section_heading_center h2 {
    margin-bottom: 40px;
}

.hidden {
    display: none;
}

.flep_choose_box_inner a {
    border-bottom: none;
}

.choose_boxed_inner img {
    width: 100%;
    min-height: 300px;
    object-fit: fill;
}

.destinations_content_inner {
    padding: 18px;
    border-radius: 10px;
    z-index: 8;
}

.cruise_search_item {
    margin-bottom: 8px;
}

.cruise_content_bottom_right a.btn.btn_theme.btn_md {
    width: 199px;
    height: 42px;
    border-radius: 6px;
    angle: 0 deg;
    text-align: center;
    line-height: 1;
}

.cruise_content_bottom_left h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    vertical-align: middle;
}

.flep_choose_box_inner {
    padding: 15px 25px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#common_banner {
    /*background-position: center;
    height: 474px;
    opacity: 1;
    top: -6px;
    left: -0.15px;*/
}

    #common_banner::before {
        content: '';
        background-image: url(https://theholidaymasters.ie/assets-new/img/banner/cloud.png);
        height: 200px;
        width: 100%;
        display: inline-block;
        background-size: cover;
        position: absolute;
        bottom: 0;
        background-position: 50% 35%;
    }

.slick-slide {
    margin-right: 10px;
}

/*.cruise_content_bottom_wrapper {
    justify-content: end;
}*/

.img_hover img {
    height: 280px;
}

.top_destinations_box_content h2 {
    font-size: 30px;
    margin-bottom: 0;
}

.flight_Search_boxed .type-label p {
    font-weight: 500;
    /*color: #272727;*/
}

section#top_testinations {
    margin-bottom: 85px;
}

/*.destinations_content_inner h3 a:hover {
    color: var(--white-color);
}*/
/*-------- Date Picker -------*/
.ui-datepicker {
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    margin: 7px 0 0;
    display: none;
    width: auto !important;
    z-index: 99999 !important;
    border-radius: 5px;
    overflow: hidden;
}

    .ui-datepicker.ui-widget-content {
        padding: 5px 10px 10px 10px !important;
    }

    .ui-datepicker .ui-datepicker-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        font-weight: 500 !important;
        font-size: 0.75rem;
        text-transform: uppercase;
        padding: 0 0 5px;
        letter-spacing: 1px;
        border: 0;
        background-color: transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        padding: 0.75em 0 !important;
    }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
            text-indent: -99999px;
            top: 10px;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,
            .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
                font-size: 1rem;
                font-family: FontAwesome;
                position: absolute;
                top: 4px;
                text-indent: 0;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
            order: 3;
        }

            .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
                right: 5px;
            }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
            left: 5px;
        }

        .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
        .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
            cursor: pointer;
            border: 0;
        }

    .ui-datepicker .ui-datepicker-title {
        font-weight: 700 !important;
    }

    .ui-datepicker .ui-datepicker-calendar {
        margin: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .ui-datepicker .ui-datepicker-calendar th {
            text-transform: uppercase;
            font-size: 0.625rem;
            font-weight: 500 !important;
            letter-spacing: 1px;
            padding: 6px 10px;
        }

        .ui-datepicker .ui-datepicker-calendar td {
            padding: 0;
            text-align: right;
        }

            .ui-datepicker .ui-datepicker-calendar td:last-child {
                border-right: 0;
            }

            .ui-datepicker .ui-datepicker-calendar td a,
            .ui-datepicker .ui-datepicker-calendar td span {
                transition: all .2s ease-in-out;
                padding: 5px;
                background-color: #fff;
                padding: 6px 10px;
                display: block;
                font-weight: 400 !important;
                font-size: 0.75rem;
                border: 0;
                border-radius: 3px;
            }

.ui-datepicker-multi .ui-datepicker-group {
    padding-right: 15px;
    width: auto;
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-title {
        margin: auto;
    }

    .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-prev::before {
        left: 10px;
    }

    .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-next::before {
        right: 10px;
    }

    .ui-datepicker-multi .ui-datepicker-group table {
        margin: 0;
    }

.ui-datepicker-multi .ui-datepicker-group-last {
    padding-right: 0;
}

.ui-datepicker-inline {
    max-width: 270px;
    border-radius: 12px;
}
/*-------- Date Picker -------*/

.review_star .form-check-label {
    width: 100%;
    margin-left: 16px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 0 !important;
    margin-top: 0;
}

.tab_destinations_conntent p span {
    font-size: 24px;
    font-weight: 700;
}

.pagination-wrapper {
}

    .pagination-wrapper .pagination {
        justify-content: center;
        margin: 15px 0;
    }

        .pagination-wrapper .pagination li {
        }

            .pagination-wrapper .pagination li a {
                min-width: 20px;
                height: 20px;
                display: inline-block;
                text-align: center;
            }

            .pagination-wrapper .pagination li.active {
                /*background: var(--main-color);*/
                border-radius: 3px;
                border: none;
            }

/* .pagination-wrapper .pagination li.active a {
                    color: #fff;
                }*/

.main_header_arae {
    z-index: 100;
}

.banner_text h2 {
    padding: 0 16px;
}

.input-group.bootstrap-touchspin.bootstrap-touchspin-injected .input-group-btn .btn {
    height: 100%;
}

.input-group.bootstrap-touchspin.bootstrap-touchspin-injected .form-control {
    margin-bottom: 0;
}

i.fa.fa-phone {
    transform: rotate(90deg) !important;
}

/* ------------------- new design css start homepage destination for your ------------------- */
.thm-offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
    gap: 1.25rem;
}

.thm-offer-card {
    background: var(--thm-card-bg);
    border-radius: var(--thm-radius-lg);
    /*max-width: 340px;*/
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.25);
    position: relative;
    isolation: isolate;
    transition: transform var(--thm-transition-fast), box-shadow var(--thm-transition-fast), border-color var(--thm-transition-fast), translate var(--thm-transition-fast);
}

    .thm-offer-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(0, 107, 179, 0.16), transparent 45%, rgba(255, 138, 0, 0.14));
        opacity: 0;
        z-index: -1;
        transition: opacity var(--thm-transition-fast);
    }

    .thm-offer-card:hover {
        transform: translateY(-6px);
        box-shadow: var(--thm-shadow-soft);
        border-color: rgba(0, 107, 179, 0.35);
    }

        .thm-offer-card:hover::before {
            opacity: 1;
        }

.thm-offer-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.thm-offer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.8s ease-out;
}

.thm-offer-card:hover .thm-offer-image {
    transform: scale(1.08);
}

.thm-offer-badge {
    position: absolute;
    left: 0.85rem;
    bottom: 0.85rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.74);
    color: #f9fafb;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.thm-offer-badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--thm-accent);
}

.thm-offer-body {
    padding: 1rem 1.1rem 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
}

.thm-offer-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--thm-dark);
    min-height: 2.8em;
}

.thm-offer-location {
    font-size: 0.85rem;
    color: var(--thm-muted);
}

.thm-offer-footer {
    margin-top: 0.65rem;
    padding: 0.8rem 1.1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(148, 163, 184, 0.35);
    gap: 0.5rem;
}

.thm-offer-price-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--thm-muted);
}

.thm-offer-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--thm-accent);
    white-space: nowrap;
}

.thm-offer-cta {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--thm-primary);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

    .thm-offer-cta::after {
        content: "↗";
        font-size: 0.85rem;
        transform: translateY(-1px);
        transition: transform var(--thm-transition-fast);
    }

.thm-offer-card:hover .thm-offer-cta::after {
    transform: translate(2px, -1px);
}

@media (max-width: 640px) {
    body {
        /*padding-inline: 0.85rem;*/
    }

    .thm-offers-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.passengers-type.childAge {
    /* border: 2px solid silver; */
    padding: 0px !important;
    border-radius: 10px;
    margin: 0px;
}

    .passengers-type.childAge select.form-control {
        margin-bottom: 0px !important;
        height: 26px !important;
        border: 0px !important;
        padding: 0px 30px 0px 0px !important;
    }



/* ------------------- new design css end homepage destination for your ------------------- */

/* ------------------------- popular deals start ------------------------- */
.popular__deals {
    max-width: 1428px;
    margin: 30px auto 30px;
    padding: 18px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 20px;
    align-items: stretch;
    padding-top: 0;
}

    .popular__deals a {
        cursor: pointer;
    }

    /* Big left hero card */
    .popular__deals .main-card {
        background: linear-gradient(180deg, rgba(11, 110, 246, 0.04), rgba(6, 70, 200, 0.02));
        border-radius: var(--radius);
        overflow: hidden;
        border: 1px solid rgba(7, 16, 36, 0.04);
        box-shadow: 0 8px 30px rgba(7, 16, 36, 0.06)
    }

        .popular__deals .main-card a:hover {
            color: #272727;
        }

    .popular__deals .main-media {
        position: relative;
        background-size: cover;
        background-position: center;
        height: 595px;
    }

    .popular__deals .main-overlay {
        position: absolute;
        left: 18px;
        right: 18px;
        bottom: 18px;
        background: rgba(255, 255, 255, 0.96);
        padding: 14px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        gap: 16px
    }

    .popular__deals .main-info {
        flex: 1
    }

    .popular__deals .badge {
        display: inline-block;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(11, 110, 246, 0.08);
        color: #194bbd;
        font-weight: 700;
        font-size: 13px
    }

    .popular__deals .main-title {
        margin: 6px 0 4px;
        font-size: 20px;
        font-weight: 800;
        line-height: 1.25;
    }

    .popular__deals .main-sub {
        margin: 0;
        color: var(--muted);
        font-size: 13px
    }

    .popular__deals .main-cta {
        background: #0646c8;
        color: white;
        padding: 10px 14px;
        border-radius: 10px;
        border: 0;
        font-weight: 700;
        cursor: pointer
    }

    /* right grid of small cards */
    .popular__deals .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px
    }

    .popular__deals .card {
        background: var(--card);
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid rgba(7, 16, 36, 0.04);
        box-shadow: 0 6px 18px rgba(7, 16, 36, 0.04);
        display: flex;
        flex-direction: column
    }

    .popular__deals .thumb {
        height: 110px;
        background-size: cover;
        background-position: center
    }

    .popular__deals .meta {
        padding: 10px 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px
    }

    .popular__deals .meta-left {
        min-width: 0
    }

    .popular__deals .city {
        font-weight: 700;
        margin: 0;
        font-size: 14px
    }

    .popular__deals .sub {
        margin: 4px 0 0;
        font-size: 12px;
        color: var(--muted)
    }

    .popular__deals .price {
        font-weight: 800;
        color: #194bbd;
        font-size: 16px
    }

        .popular__deals .price strike {
            color: #62BC45;
        }

    /* make one large card in the right column on top to mimic attached layout */
    .popular__deals .grid .card.large {
        grid-column: 1 / -1;
        display: flex
    }

    .popular__deals .card.large .thumb {
        /*width: 45%;
        height: auto*/
    }

    .popular__deals .card a:hover {
        color: #272727;
    }

    .popular__deals .card.large .meta {
        flex: 1;
        padding: 14px
    }

/* responsive */
@media (max-width:1100px) {
    .popular__deals {
        grid-template-columns: 1fr;
    }

        .popular__deals .main-media {
            height: 320px
        }

        .popular__deals .grid {
            grid-template-columns: repeat(3, 1fr)
        }

            .popular__deals .grid .card.large {
                grid-column: auto
            }

        .popular__deals .card.large .thumb {
            width: 100%;
            height: 110px
        }
}

@media (max-width:640px) {
    .popular__deals .grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .popular__deals .main-media {
        height: 275px;
    }

    .popular__deals .main-overlay {
        flex-direction: column;
    }

    .popular__deals .meta {
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .popular__deals .city {
        font-size: 13px;
    }
}

/* utility */
.muted {
    color: var(--muted)
}
/* ------------------------- popular deals end ------------------------- */

/* ------------------------- deals section start ------------------------- */

:root {
    --bg: #f7f8fb;
    --card: #ffffff;
    --primary: #0b3d91;
    --accent: #ff8a3d;
    --muted: #6b7280;
    --radius: 18px;
}

.home__deals {
    max-width: 1464px;
    margin: 32px auto;
    padding: 28px;
}

    .home__deals .banner {
        display: grid;
        grid-template-columns: 1fr 380px;
        gap: 28px;
        align-items: center;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.95));
        padding: 28px;
        border-radius: 22px;
        box-shadow: 0 6px 18px rgba(11, 61, 145, 0.08);
        border: 1px solid rgba(11, 61, 145, 0.06)
    }

    .home__deals .left {
        padding: 6px 12px
    }

    .home__deals .eyebrow {
        display: inline-block;
        padding: 6px 12px;
        border-radius: 999px;
        background: rgba(11, 61, 145, 0.06);
        color: var(--primary);
        font-size: 14px
    }

    .home__deals h1 {
        margin: 14px 0 12px;
        font-size: 40px;
        line-height: 1.04;
        color: #051652;
        font-weight: 600;
    }

    .home__deals .lead {
        color: var(--muted);
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 18px;
        max-width: 66ch;
        font-weight: 500;
    }

    .home__deals .form-row {
        display: flex;
        gap: 12px;
        align-items: center;
        width: 450px;
    }

    .home__deals .input-wrap {
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid rgba(11, 61, 145, 0.08);
        border-radius: 8px;
        padding: 6px 8px;
        min-width: 0;
        flex: 1
    }

    .home__deals .country {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px;
        border-right: 1px solid rgba(11, 61, 145, 0.05);
        min-width: 96px;
        max-height: 34px;
    }

        .home__deals .country img {
            width: 20px;
            height: 14px;
            object-fit: cover;
            border-radius: 2px
        }

    .home__deals .phone {
        flex: 1;
        border: 0;
        padding: 10px 12px;
        font-size: 15px;
        outline: none
    }

    .home__deals .cta {
        background: linear-gradient(90deg, var(--primary), #1e56c8);
        color: #fff;
        border: 0;
        padding: 12px 18px;
        border-radius: 10px;
        font-weight: 700;
        min-width: 140px;
        display: inline-flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 18px rgba(11, 61, 145, 0.18);
        cursor: pointer
    }

        .home__deals .cta .icon {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #fff;
            border-radius: 6px;
            color: var(--primary);
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center
        }

    /* right image card */
    .home__deals .image-card {
        background: linear-gradient(180deg, #27397e, #62bc4591);
        border-radius: 28px;
        padding: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
        min-height: 220px
    }

        .home__deals .image-card .photo {
            width: 100%;
            height: 100%;
            border-radius: 20px;
            overflow: hidden;
            display: block
        }

    .home__deals .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block
    }

    /* small decorative badge */
    .home__deals .badge {
        position: relative;
        margin-top: 10px;
        display: inline-block;
        background: var(--accent);
        color: white;
        padding: 8px 12px;
        border-radius: 999px;
        font-weight: 700;
        font-size: 13px
    }

/* Responsive */
@media (min-width:721px) and (max-width:860px) {
    .home__deals .banner {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width:980px) {
    .home__deals .banner {
        grid-template-columns: 1fr 320px;
        padding: 20px
    }

    .home__deals h1 {
        font-size: 32px
    }

    .home__deals .form-row {
        width: unset;
    }
}

@media (max-width:720px) {
    .home__deals .banner {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px
    }

    .home__deals .image-card {
        order: 1
    }

    .home__deals .left {
        order: 2
    }

    .home__deals h1 {
        font-size: 26px
    }

    .home__deals .form-row {
        flex-direction: column;
        align-items: stretch;
    }

    .home__deals .cta {
        width: 100%
    }

    .input-wrap .iti {
        width: 100%;
    }
}

/* small utility */
.home__deals .muted-small {
    font-size: 13px;
    color: var(--muted);
    margin-top: 10px
}

/* Hover Effects */
.home__deals .banner {
    transition: transform .35s ease, box-shadow .35s ease;
}

    .home__deals .banner:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 38px rgba(11, 61, 145, 0.22);
    }

.home__deals .image-card {
    transition: transform .4s ease;
}

.home__deals .banner:hover .image-card {
    transform: scale(1.04) rotate(1deg);
}

.home__deals .photo img {
    transition: transform .45s ease;
}

.home__deals .image-card:hover .photo img {
    transform: scale(1.08);
}

.home__deals .cta {
    transition: transform .25s ease, box-shadow .25s ease;
}

    .home__deals .cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px rgba(11, 61, 145, 0.28);
    }

.home__deals .input-wrap {
    transition: box-shadow .25s ease, transform .25s ease;
}

    .home__deals .input-wrap:hover {
        box-shadow: 0 0 0 3px rgba(11, 61, 145, 0.18);
        transform: translateY(-2px);
    }

@media (max-width: 576px) {
    .home__deals .phone {
        flex: unset;
    }

    .home__deals .input-wrap {
        justify-content: center;
    }

    .home__deals .input-wrap {
        flex-wrap: wrap;
    }

    .home__deals .country {
        width: 100%;
    }
}
/* ------------------------- deals section end ------------------------- */

/* ------------------------- road trip section start ------------------------- */
.road__trip {
    max-width: var(--container-max);
    margin: 0 auto 60px;
}

    /* card basics */
    .road__trip .promo-card {
        display: grid;
        grid-template-columns: 1fr 420px;
        gap: 28px;
        align-items: center;
        background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(252,253,255,0.99));
        padding: 32px;
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        position: relative;
        overflow: visible;
        border: 1px solid rgba(11,59,130,0.06);
        transition: transform .35s cubic-bezier(.2,.9,.2,1), box-shadow .35s ease;
        will-change: transform;
    }

        /* subtle lift on hover */
        .road__trip .promo-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 30px 60px rgba(11,59,130,0.12)
        }

    .road__trip .promo-text {
        padding-right: 6px
    }

    .road__trip .kicker {
        display: inline-block;
        font-size: 12px;
        color: #62bc45;
        background: rgba(11,59,130,0.06);
        padding: 7px 12px;
        border-radius: 999px;
        margin-bottom: 12px;
        letter-spacing: 0.02em
    }

    .road__trip h1 {
        font-size: 40px;
        line-height: 1.02;
        margin: 0 0 12px;
        letter-spacing: -0.02em;
        color: #051652;
        transition: color .25s ease;
        font-weight: 600;
    }

    .road__trip p.lead {
        margin: 0 0 22px;
        color: var(--muted);
        font-size: 16px;
        transition: opacity .28s ease, transform .28s ease;
        font-weight: 500;
    }

    .road__trip .cta-row {
        display: flex;
        gap: 14px;
        align-items: center
    }

    .road__trip .btn-primary {
        background: #27397e;
        color: white;
        padding: 12px 20px;
        border-radius: 12px;
        border: 0;
        font-weight: 700;
        font-size: 15px;
        cursor: pointer;
        box-shadow: 0 8px 22px rgba(11,59,130,0.18);
        transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease
    }

        .road__trip .btn-primary:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 14px 36px rgba(11,59,130,0.22)
        }

    .road__trip .btn-outline {
        background: transparent;
        color: #62bc45;
        padding: 10px 14px;
        border-radius: 12px;
        border: 1px solid rgba(11,59,130,0.12);
        font-weight: 600;
        cursor: pointer
    }

    /* Image column */
    .road__trip .promo-media {
        position: relative;
        display: flex;
        justify-content: center;
        perspective: 1200px
    }

    .road__trip .promo-photo {
        width: 100%;
        max-width: 420px;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 12px 30px rgba(12,23,48,0.06);
        border: 6px solid rgba(255,255,255,0.7);
        transform-style: preserve-3d;
        transition: transform .45s cubic-bezier(.2,.9,.2,1), box-shadow .35s ease;
    }

        .road__trip .promo-photo img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s cubic-bezier(.2,.9,.2,1), filter .45s ease;
            will-change: transform
        }

        /* overlay reveal */
        .road__trip .promo-photo::after {
            content: '';
            position: absolute;
            inset: 0;
            pointer-events: none;
            background: linear-gradient(180deg, rgba(11,59,130,0.06), rgba(11,59,130,0.02));
            opacity: 0;
            transition: opacity .4s ease
        }

    /* Decorative floating widget */
    .road__trip .price-tag {
        position: absolute;
        right: 34px;
        bottom: -18px;
        background: linear-gradient(180deg,#ffffff,#fff9f0);
        border-radius: 12px;
        padding: 10px 14px;
        box-shadow: 0 8px 18px rgba(2,6,23,0.06);
        display: flex;
        gap: 10px;
        align-items: center;
        border: 1px solid rgba(11,59,130,0.06);
        transform: translateY(0);
        transition: transform .45s cubic-bezier(.2,.9,.2,1), box-shadow .35s ease
    }

        .road__trip .price-tag .big {
            font-weight: 800;
            color: #62bc45
        }

        .road__trip .price-tag .small {
            font-size: 12px;
            color: var(--muted)
        }

    /* Hover state effects: image zoom + tilt, tag float, text dim */
    .road__trip .promo-card:hover .promo-photo img {
        transform: scale(1.08) translateZ(30px);
        filter: contrast(1.04) saturate(1.03)
    }

    .road__trip .promo-card:hover .promo-photo {
        box-shadow: 0 28px 60px rgba(11,59,130,0.12);
        transform: translateZ(20px) rotateX(1deg)
    }

    .road__trip .promo-card:hover .price-tag {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(11,59,130,0.12)
    }

    .road__trip .promo-card:hover p.lead {
        opacity: 0.9
    }

    .road__trip .promo-card:hover h1 {
        color: #05224e
    }

    /* small parallax when moving inside the image area */
    .road__trip .promo-media.is-moving .promo-photo {
        transform: translateZ(18px) rotateX(var(--rX)) rotateY(var(--rY));
    }

        .road__trip .promo-media.is-moving .promo-photo img {
            transform: scale(1.06) translateZ(40px) rotateY(calc(var(--rY) * -1));
        }

    .road__trip .promo-media.is-moving .price-tag {
        transform: translateY(-14px) translateX(calc(var(--rY) * 6px));
    }

/* Responsive */
@media (max-width:980px) {
    .road__trip .promo-card {
        grid-template-columns: 1fr 320px;
        padding: 22px
    }

    .road__trip h1 {
        font-size: 34px
    }
}

@media (max-width:720px) {
    .road__trip .promo-card {
        grid-template-columns: 1fr;
        text-align: left;
        padding: 16px
    }

    .road__trip .promo-media {
        order: -1;
        margin-bottom: 8px
    }

    .road__trip .promo-photo {
        max-width: 100%;
        height: 220px
    }

    .road__trip .price-tag {
        right: 20px;
        bottom: -14px
    }

    .road__trip h1 {
        font-size: 26px
    }
}

/* small utility */
.road__trip .subtle {
    font-size: 13px;
    color: var(--muted)
}

/* Link style to match site */
.road__trip a {
    color: #62bc45;
    text-decoration: none
}

    .road__trip a:hover {
        text-decoration: underline
    }

/* Respect user's reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .road__trip .promo-card, .road__trip .promo-photo, .road__trip .promo-photo img, .road__trip .price-tag {
        transition: none !important;
        transform: none !important
    }

    .road__trip .promo-media.is-moving {
        opacity: 1
    }
}
/* ------------------------- road trip section end ------------------------- */

.why-choose-us {
    padding: 60px 20px;
    background: #f9fafc;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #1e293b;
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.choose-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

    .choose-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    }

    .choose-card img {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .choose-card h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px 0;
        color: #0f172a;
    }

    .choose-card p {
        font-size: 14px;
        line-height: 1.6;
        color: #64748b;
    }

/* Tablet */
@media (max-width: 992px) {
    .choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .choose-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 26px;
    }
}

