/* Search Section Style Start  */
.search-section {
    margin-top: -90px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px
}

.search-bar {
    position: relative
}

.flight-search-form {
    background: #001848;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 8px 30px rgb(0 24 72 / .3)
}

.flight-search-top {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-items: center
}

.flight-search-top {
    margin-bottom: 15px
}

.flight-search-main {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: stretch;
    flex-wrap: wrap
}

.flight-locations {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1 1 50%;
    min-width: 280px;
    position: relative
}

.flight-input-group {
    position: relative;
    flex: 1
}

.flight-input-group label {
    font-size: 12px;
    color: #929292;
    position: absolute;
    left: 15px;
    top: 8px;
    z-index: 1
}

.flight-input-group input {
    width: 100%;
    padding: 17px 10px 0 13px;
    border: 2px solid rgb(255 255 255 / .2);
    border-radius: 6px;
    font-size: 19px;
    height: 55px;
    background: #fff !important;
    color: #001849;
    transition: all 0.3s ease
}


.flight-city-input input[readonly] {
    cursor: pointer
}

span.flight-icon {
    line-height: 0
}

.flight-input-group input::placeholder {
    color: #001849
}

.flight-input-group input:focus {
    outline: none
}

.flight-input-group input.error {
    border-color: #ff4757
}

.flight-search-form .button {
    width: 120px
}


.flight-search-btn:hover {
    background: #ce7004
}

.flight-input-group:has(input:not([readonly]))::after {
    display: none
}

.flight-input-group.my-dropdown::after {
    content: '';
    position: absolute;
    right: 20px;
    transform: translateY(50%);
    bottom: 50%;
    width: 13px;
    height: 13px;
    background: url(https://www.trips.pk/main-root/images/icons/arrow-down.webp);
    background-size: cover;
}

.flight-input-group label {
    pointer-events: none;
}

.flight-search-main.insureance-feilds .flight-input-group {
    min-width: 250px;
}

.flight-search-main.insureance-feilds .flight-input-group::after {
    display: none
}

.flight-input-group.date-dob {
    position: relative;
}

.flight-search-main .extra-top {
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    font-size: 13px;
    pointer-events: none;
}

.flight-search-main .extra-top img {
    filter: brightness(0) invert(1)
}

.flight-input-group input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.flight-input-group input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}

.insurance-opt {
    padding: 35px 15px 15px;
    background: #fdf3e9;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap
}

.insurance-opt li {
    flex: 1 1 25%;
    min-width: 300px
}

ul.insurance-opt li .icon-box {
    text-align: center;
    display: block;
    border-right: 1px solid #ffe0bd;
    padding: 0 0 10px
}

ul.insurance-opt li .icon-box .img-holder {
    margin: 0 0 clamp(0px, 1vw, 10px)
}

ul.insurance-opt li .icon-box .img-holder img {
    width: 70px
}

ul.insurance-opt li .icon-box p {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px
}

ul.insurance-opt li .icon-box .text-holder {
    padding: 0 clamp(15px, 4vw, 30px)
}

/* Main List */
.recent-route-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 35px;
    list-style: none;
}

/* List Item */
.recent-route-list li {
    width: calc(50% - 5px);
    min-width: 300px;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
}

/* Hover Effect */
.recent-route-list li:hover {
    border-color: #001848;
    cursor: pointer;
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
    transform: translateY(-2px);
}

/* Flight Holder */
.recent-route-list .flight-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
}

/* Left Section */
.recent-route-list .holder-first {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    flex: 1 1 68%;
    min-width: 300px;
}

/* Right Section */
.recent-route-list .holder-end {
    flex: 1 1 29%;
    min-width: 130px;
}

/* Inner Box */
.flight-route-inner-bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Image */
.recent-route-list img {
    max-width: 70px;
}

/* Wrapper */
.wrpper-bbx {
    min-width: 270px;
    padding: 0 12px;
}

/* Text */
.recent-route-list p {
    font-size: 13px;
}

.flight-route-inner-bx p {
    color: #667491;
}

/* ===== Insurance Variant ===== */
.recent-route-list.recent-insurance .flight-holder {
    align-items: flex-start;
    padding-left: 20px;
}

.recent-route-list.recent-insurance .holder-end {
    min-width: 150px;
}

.recent-route-list.recent-insurance .wrpper-bbx {
    flex: 1;
}

.recent-route-list.recent-insurance p.date {
    color: #898989;
}

.recent-route-list.recent-insurance .holder-end h4 {
    color: #00194A;
    font-weight: 500;
}
/* Destination Slider   */
.slider-heading {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.slider-btns {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 20px
}

.slider-btn-left, .slider-btn-right {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #f7890f;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
    transition: all 0.3s ease
}

.slider-btn-left:hover, .slider-btn-right:hover {
    background: #f7890f;
    transform: scale(1.05)
}

.slider-btn-left:disabled, .slider-btn-right:disabled {
    opacity: .5;
    cursor: not-allowed;
    background: #c5c5c5
}

.slider-btn-left:disabled:hover, .slider-btn-right:disabled:hover {
    transform: none;
    background: #c5c5c5
}

.slider-btn-left img {
    width: 18px;
    transform: rotate(180deg);
    filter: invert(0) brightness(0)
}

.slider-btn-right img {
    width: 18px;
    filter: brightness(0);
}

.flt-slider-wraperye {
    overflow: hidden;
    position: relative;
    width: 100%
}

.flt-slider-wraper {
    display: flex;
    transition: transform 0.5s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 10px
}

.destination-item {
    flex: 0 0 auto;
    width: calc(20% - 10px) !important;
    padding: 0
}

.destination-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 350px;
    position: relative;
    width: 100%;
    display: flex;
    z-index: 1;
    transition: background 0.3s ease-in-out
}

.destination-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.destination-info {
    width: 100%;
    height: 60%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    z-index: 2;
    align-self: flex-end;
    position: relative;
    overflow: hidden
}

.destination-info::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #001848, #fff0);
    transition: opacity 0.3s ease-in-out;
    z-index: -1
}

.destination-info::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #f7890f, #fff0);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1
}

.destination-card:hover img {
    transform: scale(1.05)
}

.destination-card:hover .destination-info::after {
    opacity: 1
}

.destination-card:hover .destination-info p {
    color: #fff;
    transition: color 0.3s ease-in-out
}

.destination-info h4 {
    font-size: 19px;
    margin: 0 0 5px 0;
    color: #fff
}

.destination-info p {
    font-size: 14px;
    margin: 0;
    color: #FF9924;
    font-weight: 500
}

/* Links  */
.list-items-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 20px 0
}

.list-items-link>a, .list-items-link>li {
    width: calc(25% - 20px);
    min-width: 140px;
    font-size: 18px;
    color: #0a3991;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden
}

.list-items-link>li {
    width: calc(50% - 20px);
    font-size: 16px;
    padding: 7px 0
}

.list-items-link>li a {
    color: #000
}

.list-items-link>a::after, .list-items-link>li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background: #FF9924;
    transition: all 0.3s ease-in-out
}

.list-items-link>a:hover .list-items-link>li:hover {
    border-bottom-color: #fff0
}

.list-items-link a:hover {
    color: #FF9924
}

.list-items-link>a:hover:after, .list-items-link>li:hover:after {
    width: 100%
}

ul.top-flights {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 25px 0 0
}

ul.top-flights.rot-6 {
    gap: clamp(15px, 2vw, 25px)
}

ul.top-flights li {
    width: calc(12.5% - 15px);
    min-width: 100px
}

ul.top-flights.rot-6 li {
    width: calc(16.5% - 20px);
    min-width: 100px
}

ul.top-flights li a {
    display: block;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 2px rgb(0 0 0 / .1);
    border: 1px solid #fff
}

ul.top-flights li a:hover {
    border: 1px solid #ff9924
}

ul.top-flights li a img {
    width: 100%;
    transition: all .2s ease
}

ul.top-flights li a:hover img {
    transform: scale(1.1)
}
.insurance-map .center-text {
    width: 100%;
    margin-bottom: 20px;
}
.center-text {
    text-align: center;
    min-width: 80px;
}
.insurance-map .list-items-link a {
    width: 35%;
}

.row.pessenger-detail-wrap {
    gap: 30px
}

.pessenger-detail-wrap .pesnger-left {
    min-width: 320px;
    flex: 1 1 65%
}
.pessenger-detail-wrap .pesnger-right {
    width: 30%;
    min-width: 20px;
    flex-grow: 1;
}
.pessenger-detail-wrap .pesnger-left {
    min-width: 320px;
    flex: 1 1 65%;
}

.pessenger-detail-wrap .insurance {
    align-items: stretch
}

.pessenger-detail-wrap .pesnger-right {
    min-width: 280px
}

.country-insurance {
    border-radius: 10px;
    height: 100%;
    background-color: #F8F8F8;
    padding: clamp(25px, 4vw, 40px) 15px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 8px solid #088DF5;
    justify-content: space-around
}

.country-insurance.text {
    align-items: center;
    text-align: center;
    justify-content: start;
    flex-direction: column;
    gap: 0
}

.country-insurance h4 {
    margin-bottom: 20px
}

.country-insurance.text h3 {
    margin: 0
}

.insurance-boxes {
    min-width: 280px
}

.insurance-boxes .key-points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 5px 0
}

.insurance-boxes li::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(/assets/images/correct.png) center / contain no-repeat
}