.hero-banner {
    position: relative
}

.hero-banner.bg {
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px
}

.hero-banner.bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a0a0a10;
    pointer-events: none
}

.hero-banner.bg .text-holder {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 90px auto 0 auto
}

.hero-banner.bg .text-holder h1 {
    color: #fff;
    margin: 0;
    text-shadow: 1px 2px 10px rgb(16 16 16 / 92%)
}

.new-year-bgd {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8
}

.new-year-banner {
    background-color: #dd2e3a;
    width: 120px;
    height: 130px;
    clip-path: polygon(0% 0%, 100% 0, 100% 63%, 50% 100%, 0 63%);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 25px;
    color: #fff
}

.hero-banner.hotel-hero .new-year-banner {
    width: 135px
}

.new-year-banner span {
    font-size: 17px;
    line-height: 1
}

.new-year-banner strong {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.4
}

.fligth-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px
}

.fligth-slider .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    transform: translateX(100%);
    transition: transform 0.5s ease
}

.hero-banner.tour-hero .fligth-slider, .hero-banner.tour-hero .fligth-slider .slides, .hero-banner.tour-hero .hero-image {
    height: 430px
}

.fligth-slider .slides.active {
    transform: translateX(0);
    z-index: 1
}

.text-center {
    text-align: center;
    color: #2d2d2d
}

.fligth-slider .slides.previous {
    transform: translateX(-100%)
}

.fligth-slider .slides .slider-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
    z-index: 1;
    display: block
}

.fligth-slider .slide-data {
    z-index: 2;
    height: 100%;
    justify-content: center;
    align-items: end;
    padding-bottom: 70px;
    position: relative;
    display: flex
}

.fligth-slider .text-holder-bg {
    width: 60%;
    height: 170px;
    background-image: url(../images/baner-design-left.png), url(../images/banner-bg-3.png), url(../images/banner-bg-2.png), url(../images/banner-bg-4.png);
    background-position: left 40px top, right 60px top 0, left 40% bottom -5px, right top 25px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 100px, 110px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transform: rotate(-7deg)
}

.fligth-slider .text-holder-bg h1 {
    margin: 0;
    font-size: 60px;
    color: #001848;
    line-height: 1
}

.fligth-slider .text-holder-bg strong {
    margin: 0;
    font-size: 43px;
    color: #001848;
    text-shadow: 2px 2px 4px rgb(255 255 255 / .7);
    line-height: 1
}

.fligth-slider .text-holder-bg .bg-yellow-tx {
    margin: 0;
    padding: 10px 24px;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 100px;
    font-size: 19px;
    color: #fff;
    line-height: 1;
    background-color: #FF9924;
    text-shadow: 0 4px 8px rgb(0 0 0 / .8)
}

.search-section {
    margin-top: -90px;
    z-index: 1;
    position: relative;
    margin-bottom: 30px
}

.search-bar {
    position: relative
}

.search-bar .runing-plane {
    position: absolute;
    top: -15px;
    left: 0;
    width: 27px;
    height: 27px;
    z-index: 10;
    animation: flyPlane 25s linear infinite
}

.search-bar .runing-plane img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease
}

@keyframes flyPlane {
    0% {
        left: 0;
        transform: scaleX(1)
    }

    48% {
        left: calc(100% - 27px);
        transform: scaleX(1)
    }

    50% {
        left: calc(100% - 27px);
        transform: scaleX(-1)
    }

    98% {
        left: 0;
        transform: scaleX(-1)
    }

    100% {
        left: 0;
        transform: scaleX(1)
    }
}

.flight-search-form {
    background: #001848;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
   
}

.flight-search-top {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    align-items: center
}

.umrah-search .flight-search-top {
    margin-bottom: 15px
}

.flight-trip-type, .flight-passengers, .flight-class {
    position: relative
}

.flight-select {
    position: relative;
    min-width: 120px
}

.flight-select-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff
}

.flight-select-trigger img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1)
}

.flight-select-trigger .flight-arrow {
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1)
}

.flight-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    list-style: none;
    padding: 5px;
    display: none;
    z-index: 100;
    box-shadow: 0 4px 15px rgb(0 0 0 / .15);
    margin: 0
}

.flight-select-options li {
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    color: #333
}

.flight-select-options li:hover {
    background: #e7f4ff;
    color: #0890fa
}

.flight-select.active .flight-select-options {
    display: block
}

.flight-passengers .flight-select {
    width: 235px
}

.flight-passenger-panel {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 8px 25px rgb(0 0 0 / .15);
    z-index: 1000;
    display: none;
    min-width: 250px;
    width: 100%;
    color: #333
}

.flight-select.active .flight-passenger-panel {
    display: block
}

.flight-passenger-info {
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd
}

.flight-passenger-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flight-passenger-info strong {
    font-size: 15px;
    color: #000
}

.flight-passenger-info span {
    font-size: 12px;
    color: #454545
}

span.flight-selected-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1
}

.flight-counter {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 90px
}

.flight-counter button {
    width: 22px;
    height: 22px;
    border: 1px solid #ff9924;
    background: #ff9924;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.2s ease
}

.flight-counter button:hover:not(:disabled) {
    background: #ff9924;
    color: #fff;
    border-color: #ff9924
}

.flight-counter button:disabled {
    background: #f0f0f0;
    color: #ccc;
    cursor: not-allowed;
    border-color: #e0e0e0
}

.flight-passenger-info .flight-count {
    font-weight: 600;
    min-width: 20px;
    text-align: center;
    font-size: 14px
}

.flight-done-btn {
    background: #ff9924;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    transition: background 0.3s ease
}

.flight-done-btn:hover {
    background: #d37b16
}

.flight-airline {
    position: relative;
    flex: 1;
    max-width: 250px
}

.flight-airline-input {
    position: relative;
    z-index: 101
}

.flight-airline-input::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(https://www.trips.pk/main-root/images/icons/plane.webp) no-repeat center / contain;
    width: 16px;
    height: 16px;
    z-index: 102;
    pointer-events: none;
    filter: brightness(0) invert(1)
}

.flight-airline input {
    width: 100%;
    border: none;
    padding-left: 22px;
    background: #fff0;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.flight-airline input::placeholder {
    color: #fff
}

.flight-airline input:focus {
    outline: none
}

.flight-airline-dropdown, .flight-city-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 6px 6px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 100;
    display: none
}

.flight-airline-dropdown.show {
    display: block
}

.flight-airline-option {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
    font-size: 14px;
    color: #333
}

.flight-airline-option:hover, .flight-airline-option.highlighted {
    background: #0890fa;
    color: #fff
}

.flight-airline-option:last-child {
    border-bottom: none
}

.flight-options {
    display: flex;
    gap: 15px;
    margin-left: auto
}

.flight-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    color: #fff
}

.flight-checkbox input[type="checkbox"] {
    margin-right: 6px;
    width: 16px;
    height: 16px
}

.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-dates {
    display: flex;
    flex: 1 1 21%;
    border-radius: 5px;
    background-color: #fff
}

.flight-dates .flight-input-group {
    width: 100px
}

.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-input-group input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none
}

.flight-search-main .flight-locations:has(.flight-swap) .flight-input-group:last-child input {
    padding-left: 25px
}

.flight-search-main .flight-locations:has(.flight-swap) .flight-input-group:last-child label {
    left: 25px
}

.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-city-input {
    position: relative;
    min-width: 180px
}

.flight-city-dropdown.show {
    display: block
}

.flight-city-option {
    padding: 7px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
    font-size: 15px;
    color: #333
}

.flight-city-option:hover, .flight-city-option.highlighted {
    background: #0890fa;
    color: #fff
}

.flight-city-option:last-child {
    border-bottom: none
}

.flight-city-dropdown:focus-within, .flight-airline-dropdown:focus-within {
    scroll-behavior: smooth
}

.flight-swap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.flight-swap button {
    border: 2px solid #021D52;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1)
}

.flight-swap button:hover {
    background: #FF9924;
    border-color: #FF9924;
    transform: rotate(180deg)
}

.flight-swap button img {
    width: 18px
}

.flight-swap button:hover img {
    filter: brightness(0) invert(1)
}

.flight-search-form .button {
    width: 120px
}

.flight-search-btn {
    background: #f7890f;
    color: #fff;
    border: none;
    padding: 15px;
    width: 120px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px
}

.flight-search-btn:hover {
    background: #ce7004
}

.roud-btns {
    margin-bottom: 30px
}

.roud-btns a {
    padding: 5px 15px;
    border: 2px solid #ced4da;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    display: inline-block
}

.roud-btns a.active, .roud-btns a:hover {
    background-color: #e8e8e8;
    color: #191e3b;
    border-color: #191e3b
}

.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%
}

.bg-light-cyan.flight-map {
    height: 690px;
    position: relative
}

.bg-light-cyan.flight-map .flight-map-img {
    position: absolute;
    height: 100%;
    width: 55%;
    right: 0;
    top: 0
}

.bg-light-cyan.flight-map .flight-map-img img {
    height: 100%;
    width: 100%
}

.bg-light-cyan.flight-map .flight-map-img::after {
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    left: -25px;
    top: 0;
    background: linear-gradient(to right, #EFF8FF 5%, #fff0 100%)
}

.bg-light-cyan.flight-map .list-items-link a {
    max-width: 540px;
    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
}

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)
}

.flight-tabs-container .desktop-tabs {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    border-bottom: 4px solid #0890fa;
    padding: 0 12px
}

.flight-tabs-container .desktop-tabs .tab-btn {
    flex: 1;
    min-width: 120px;
    background: rgb(8 144 250 / .1);
    border: none;
    padding: 12px 16px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s ease
}

.flight-tabs-container .tab-btn span {
    font-size: 12px;
    opacity: .7
}

.flight-tabs-container .tab-btn strong {
    font-size: 17px;
    font-weight: 500
}

.flight-tabs-container .tab-btn:hover, .flight-tabs-container .tab-btn.active {
    background: #0890fa;
    color: #fff
}

.flight-tabs-container .tab-btn.active strong {
    font-weight: 600
}

.flight-tabs-container .tab-pane {
    display: none
}

.flight-tabs-container .tab-pane.active {
    display: block
}

.flight-tabs-container .destinations-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-top: 20px
}

.flight-tabs-container .destination-link {
    width: calc(25% - 20px);
    min-width: 140px;
    font-size: 18px;
    color: #0a3991;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden
}

.flight-tabs-container .destination-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background: #0890fa;
    transition: all 0.3s ease-in-out
}

.flight-tabs-container .destination-link:hover {
    color: #0890fa;
    border-bottom-color: #fff0
}

.flight-tabs-container .destination-link:hover:after {
    width: 100%
}

.day-table {
    box-shadow: 0 0 5px 1px rgb(0 0 0 / .2);
    overflow: hidden;
    border-radius: 10px
}

.day-wise-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border-bottom: 1px solid #dfdfdf
}

span.day-name {
    width: 20%;
    background: #fff;
    min-width: 86px;
    padding: 15px 20px
}

span.flig-name {
    width: 30%;
    background: #f8f8f8;
    padding: 15px 20px
}

span.flig-time {
    background: #f8f8f8;
    padding: 15px 20px;
    flex: 1
}

.row.side-bar {
    gap: 24px;
    align-items: start;
    margin: 30px auto
}

.side-bar .day-table {
    flex: 1 1 73%;
    min-width: 300px
}

.side-bar .side-filters {
    flex: 1 1 25%;
    min-width: 300px;
    background: #f8f8f8;
    padding: 15px 15px 10px;
    border-radius: 10px
}

.day-table .stats {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap
}

.day-table .stat-box {
    flex: 1;
    background: #f7f7f7;
    border-radius: 10px;
    min-width: 180px;
    padding: 15px
}

.chart-container {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    height: 150px
}

.chart-container .y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px;
    color: #7a7a7a;
    padding-right: 10px
}

.chart-container .chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    gap: clamp(15px, 2vw, 30px);
    flex: 1;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px clamp(10px, 2vw, 20px) 0;
    margin-bottom: 20px
}

.chart-container .bar {
    min-width: 10px;
    flex: 1;
    height: var(--h);
    background: #4b5563;
    border-radius: 7px 7px 0 0;
    position: relative
}

.bar::before {
    content: attr(data-day) "\A"attr(data-value);
    position: absolute;
    bottom: 47%;
    left: 75%;
    z-index: 11;
    transform: translateY(0);
    background: #000000cf;
    color: #fff;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 6px;
    white-space: pre;
    opacity: 0;
    pointer-events: none;
    transition: .2s ease
}

.bar::after {
    content: "";
    position: absolute;
    bottom: 85%;
    z-index: 111;
    left: 48%;
    border: 6px solid #fff0;
    border-right-color: #000000cf;
    opacity: 0;
    transition: .2s ease;
    transform: translateY(0)
}

.bar:hover::before, .bar:hover::after {
    opacity: 1;
    transform: translateY(-8px)
}

.chart-container .bar span {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #666;
    white-space: nowrap
}

ul.citylist {
    margin: 10px 0
}

ul.citylist li a {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    padding: 2px 0 2px 20px;
    display: block;
    color: #0c63c6
}

ul.citylist li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: #f7890f;
    width: 11px;
    height: 11px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out
}

ul.citylist li a:hover {
    color: #f7890f
}

ul.citylist li a:hover:after {
    background: #0c63c6
}

.flight-input-group input.error {
    border-color: #ff4757 !important;
    background-color: #fff5f5 !important
}

.add-destination-btn {
    margin-top: 15px !important;
    width: auto;
    padding: 10px 20px
}

.remove-destination-btn {
    background: #ff4757 !important
}

.remove-destination-btn:hover {
    background: #ff3030 !important
}

.multicity-row {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgb(255 255 255 / .2)
}

.multicity-row .flight-return-date {
    display: none !important
}

.airline-logo {
    width: 100%;
    margin-bottom: 20px;
    text-align: center
}

.airline-logo img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: #fff;
    object-fit: contain;
    padding: 10px
}

.fligth-slider .text-holder-bg strong, .umrah-hero .fligth-slider .text-holder-bg h1, .hotel-hero .fligth-slider .text-holder-bg h1 {
    color: #fff;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .7)
}

.umrah-txt-center {
    text-align: center
}

.centered-box {
    max-width: 650px;
    width: 100%;
    margin: 30px auto 0
}

.whats-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px
}

.whats-buttons a {
    padding: 12px 20px;
    border-radius: 10px;
    background: #6b6b6b;
    color: #fff;
    max-width: 190px;
    display: flex;
    gap: 12px;
    align-items: center;
    line-height: 1.2;
    text-align: left
}

.whats-buttons a:hover {
    background: #515151
}

.whats-buttons a:first-child {
    background-color: #25d366
}

.whats-buttons a:first-child:hover {
    background-color: #15c154
}

.whats-buttons a img {
    width: 50px
}

.org-underline {
    position: relative
}

.org-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #FFAA01
}

ul.umh-city-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0
}

ul.umh-city-list li {
    list-style: none;
    padding: 0;
    width: 12%
}

ul.umh-city-list a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px 0 10px 0;
    transition: all 0.3s ease-in-out
}

ul.umh-city-list a img {
    height: 46px;
    object-fit: contain;
    width: auto;
    transition: all 0.3s ease-in-out
}

ul.umh-city-list a:hover {
    color: #0890FA
}

ul.umh-city-list a:hover img {
    filter: brightness(0) saturate(100%) invert(37%) sepia(44%) saturate(2937%) hue-rotate(190deg) brightness(106%) contrast(96%)
}

ul.umh-duration-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 22px 0 0
}

ul.umh-duration-list li {
    width: 125px;
    padding: 0 10px
}

ul.umh-duration-list li a {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 3px solid #ff9924;
    text-align: center;
    background: #eff8ff;
    font-size: 41px;
    line-height: 1;
    padding: 10px 0 10px 0;
    color: #000;
    font-weight: 400
}

ul.umh-duration-list li a:hover {
    border: 3px solid #0890FA;
    color: #0890FA
}

ul.umh-duration-list li a em {
    font-style: normal;
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0 0 0
}

ul.umh-duration-list li a span {
    font-style: normal;
    display: block;
    font-size: 15px;
    line-height: 21px;
    padding: 0 5px 6px;
    font-weight: 600
}

.trips-review-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative
}

.trips-slider-track {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
    will-change: transform;
    transition: transform 0.6s ease
}

.trips-slider-track.dragging {
    transition: none;
    cursor: grabbing
}

.trips-slider-track:active {
    cursor: grabbing
}

.trips-slide-unit {
    flex-shrink: 0;
    width: 33.333%;
    padding: 15px
}

.trips-review-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 320px;
    margin-bottom: 10px
}

.trips-review-card .trips-user-header p {
    font-weight: 600;
    margin-bottom: 0
}

.trips-review-content {
    padding: 10px 0 0;
    min-height: 345px
}

.trips-review-content img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 10px
}

.trips-review-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    font-style: italic;
    font-weight: 400;
    padding-top: 10px;
    font-size: 15px
}

.popup-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #001848d9;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease
}

.popup-wrapper.show {
    opacity: 1;
    visibility: visible
}

.popup-box {
    position: relative;
    max-width: 700px;
    min-height: 350px;
    padding: 20px 40px;
    background: #fff;
    border-radius: 10px;
    transform: scale(.7) translateY(-50px);
    transition: all 0.3s ease
}

.popup-wrapper.show .popup-box {
    transform: scale(1) translateY(0);
    animation: popupFadeIn 0.3s ease forwards
}

.popup-wrapper.hide .popup-box {
    animation: popupFadeOut 0.3s ease forwards
}

.close-pop {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 8px 12px 9px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #fd3c4f;
    border-radius: 0 0 5px 5px;
    line-height: 1;
    transition: all 0.3s ease-in-out
}

.close-pop:hover {
    cursor: pointer;
    background: #c10d1f
}

.pop-content {
    margin: 20px 0
}

.pop-content .whats-buttons {
    justify-content: start
}

.pop-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid
}

.pop-row img {
    width: 30px
}

.pop-row h3 {
    margin: 0
}

.margin-top {
    margin-top: 40px
}

.registration-form {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(15px, 3vw, 30px);
    margin: 30px 80px 20px 0
}

.feild-holder {
    width: calc(50% - 15px)
}

.feild-holder label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1;
    color: #a1a1a1
}

.feild-holder input[type="text"], .feild-holder select {
    width: 100%;
    padding: 6px 10px 2px 0;
    font-size: 16px;
    line-height: 1;
    color: #4e4e4e;
    border: none;
    outline: none;
    background: #fff0;
    border-bottom: 1px solid #a1a1a1
}

.feild-holder input[type="text"]:focus, .feild-holder select:focus {
    border-bottom-color: #363636;
    color: #292929
}

.feild-holder input[type="text"]::placeholder {
    color: #4e4e4e
}

.select-input {
    display: flex
}

.custom-select-wrapper {
    position: relative;
    width: 75px;
    min-width: 75px
}

.custom-select-trigger {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 5px 2px 0;
    border: none;
    border-bottom: 1px solid #a1a1a1;
    background: #fff0;
    cursor: pointer;
    font-size: 16px;
    color: #4e4e4e
}

.custom-select-trigger:hover {
    border-bottom: 1px solid #363636
}

.custom-select-trigger .flag-img {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px
}

.custom-select-trigger .country-code {
    font-size: 16px;
    color: #4e4e4e
}

.custom-select-trigger .dropdown-arrow {
    margin-left: auto
}

.custom-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgb(0 0 0 / .15);
    z-index: 1000;
    display: none;
    min-width: 80px;
    max-height: 200px;
    overflow-y: auto
}

.custom-select-options.show {
    display: block
}

.custom-option {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 5px;
    cursor: pointer;
    transition: background-color 0.2s ease
}

.custom-option:hover {
    background-color: #0890FA;
    color: #fff
}

.custom-option:hover span {
    color: #fff
}

.custom-option img {
    width: 20px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px
}

.custom-option span {
    font-size: 16px
}

.select-input input {
    padding-left: 15px
}

.registration-form .pop-submit-btn {
    width: 100%
}

.flight-input-group.date-dob input {
    background: white !important
}

.flight-search-main.insureance-feilds .flight-input-group {
    min-width: 250px
}

.flight-search-main.insureance-feilds .flight-input-group::after {
    display: none
}

.flight-search-main .extra-top {
    position: absolute;
    top: -25px;
    right: 0;
    color: #fff;
    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)
}

ul.recent-route-list.recent-insurance .flight-holder {
    align-items: start;
    padding-left: 20px
}

ul.recent-route-list.recent-insurance .holder-end {
    min-width: 150px
}

ul.recent-route-list.recent-insurance .wrpper-bbx {
    flex: 1
}

ul.recent-route-list.recent-insurance p.date {
    color: #898989
}

ul.recent-route-list.recent-insurance .holder-end h4 {
    color: #00194A;
    font-weight: 500
}

.hotel-hero .new-year-banner span {
    line-height: 1.2;
    padding: 17px 10px 10px
}

.flight-search-main.hotel-feilds {
    margin-top: 30px;
    margin-bottom: 0
}

.umrah-search .flight-input-group::after, .flight-search-main.hotel-feilds .flight-input-group::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
}

.hotel-guest-select {
    padding: 15px 20px
}

.hotel-guest-select .flight-passenger-row {
    margin: 15px 0
}

.hotel-guest-select .flight-passenger-info {
    margin: 10px 0
}

.children-ages {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px
}

.children-ages strong {
    width: 100%
}

.children-ages select {
    width: 22%;
    padding: 2px 10px;
    border: 1px solid lightgray;
    border-radius: 3px
}

.hrooms-btns {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.flight-passenger-info .hrooms-btns strong {
    font-size: 18px;
    color: #001848
}

.flight-passenger-info .hrooms-btns span {
    font-size: 15px;
    color: #0890FA;
    cursor: pointer;
    transition: all 0.2s ease-in;

    &:hover {
        color: #ff9924
    }
}

.hotel-guests-btn {
    display: flex;
    gap: 10px
}

.hotel-guests-btn .flight-done-btn {
    border-radius: 50px;
    padding: 5px
}

.hotel-guests-btn .flight-done-btn:last-child {
    background-color: #2AD845
}

.hotel-guests-btn .flight-done-btn:last-child:hover {
    background-color: #0ea224
}

.my-dropdown input:focus::placeholder {
    color: #fff0
}

.umrah-search .flight-input-group:has(input:not([readonly]))::after {
    display: none
}

.flight-search-main.hotel-feilds .flight-input-group:first-child::after {
    display: none
}

.flight-search-main.hotel-feilds .flight-input-group:first-child input:focus::placeholder {
    display: none
}

.flight-search-bottom {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 10px 40px;
    margin: 20px 0
}

.flight-search-bottom .feild-group-bottom {
    display: flex;
    align-items: center;
    gap: clamp(10px, 2vw, 20px)
}

.flight-search-bottom .lable-icon {
    display: flex;
    align-items: center;
    gap: clamp(8px, 2vw, 15px)
}

.flight-search-bottom .lable-icon img {
    width: 20px;
    filter: brightness(0) invert(1)
}

.hotel-input-group.my-dropdown {
    width: 185px;
    border: none;
    background: #fff0;
    margin-left: 28px
}

.hotel-input-group.my-dropdown input {
    border: none;
    border-bottom: 1px solid #fff;
    background: #fff0;
    color: #f5f5f5;
    font-size: 16px
}

.hotel-input-group.my-dropdown::after {
    filter: brightness(0) invert(1)
}

ul.recent-route-list.hotel-deals li {
    padding: 0;
    overflow: hidden
}

ul.recent-route-list .hotel-image-holder {
    width: 150px;
    max-width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden
}

ul.recent-route-list .hotel-img-wrap {
    width: 150px;
    max-width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden
}

ul.recent-route-list .hotel-image-holder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgb(255 255 255 / 99%), #fff0);
    pointer-events: none
}

ul.recent-route-list.hotel-deals li .holder-first {
    flex-direction: column
}

ul.recent-route-list.hotel-deals li .flight-holder {
    align-items: center;
    line-height: 1.2
}

.star-rating {
    display: flex;
    gap: 5px
}

.star-rating img {
    width: 17px
}

ul.recent-route-list.hotel-deals li .holder-first {
    flex-direction: column;
    padding: 12px 5px;
    gap: 3px;
    flex: 1 1 40%
}

ul.recent-route-list.hotel-deals li .holder-first h4 {
    color: #0890FA
}

ul.recent-route-list.hotel-deals li .holder-end {
    min-width: 100px;
    flex: 1 1 10%
}

@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: scale(.7) translateY(-50px)
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0)
    }
}

@keyframes popupFadeOut {
    from {
        opacity: 1;
        transform: scale(1) translateY(0)
    }

    to {
        opacity: 0;
        transform: scale(.7) translateY(-50px)
    }
}

.date-range-picker {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #0890fa;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgb(0 0 0 / .15);
    z-index: 1000;
    display: none;
    overflow: hidden;
    min-width: 300px
}

.date-range-picker.show {
    display: block
}

.date-picker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0
}

.date-picker-header button {
    background: none;
    border: none;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    background: #0890fa;
    color: #fff;
    transition: all 0.2s ease
}

.date-picker-header button:hover {
    background: #001848
}

.date-picker-header span {
    font-weight: 600;
    color: #001848;
    font-size: 16px
}

.date-picker-calendar {
    padding: 15px
}

.weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px
}

.weekdays div {
    text-align: center;
    font-weight: 600;
    color: #666;
    padding: 8px 0;
    font-size: 12px
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0 2px
}

.calendar-day {
    text-align: center;
    padding: 8px 4px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    transition: all 0.2s ease;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.calendar-day:hover {
    background: #e7f4ff;
    color: #0890fa
}

.calendar-day.disabled {
    color: #a7a7a7;
    cursor: not-allowed;
    text-decoration: line-through;
    background: none
}

.calendar-day.disabled:hover {
    background: none;
    color: #ccc
}

.calendar-day.selected {
    background: #0890fa;
    color: #fff
}

.calendar-day.in-range {
    background: #e7f4ff;
    color: #0890fa;
    border-radius: 0
}

.calendar-day.start-date {
    background: #0890fa;
    color: #fff;
    border-radius: 4px 0 0 4px
}

.calendar-day.end-date {
    background: #0890fa;
    color: #fff;
    border-radius: 0 4px 4px 0
}

.calendar-day.start-date.end-date {
    border-radius: 4px
}

.calendar-day.preview-range {
    background: #b3d9ff !important;
    color: #0890fa !important;
    border-radius: 0
}

.calendar-day.preview-end {
    background: #66c2ff !important;
    color: #fff !important;
    border-radius: 0 4px 4px 0
}

.calendar-day.other-month:hover {
    background-color: inherit;
    cursor: not-allowed
}

#date-range-input {
    cursor: pointer;
    background: url(assets/images/icocalendar.png) no-repeat right 10px center;
    background-size: 18px;
    padding-right: 35px !important
}

.flight-input-group.date-dob {
    position: relative
}

.flight-input-group.date-dob .extra-top {
    cursor: default
}

.flight-input-group.date-dob .extra-top span {
    transition: color 0.3s ease
}

.search-hotel.hero-section .flight-search-form {
    box-shadow: none;
    padding-bottom: 0;
    margin: 0
}

.search-hotel.hero-section .text-holder {
    padding: 40px 0 0
}

.search-banner-row {
    padding: 20px 0;
    background-color: #F8F8F8
}

.full-width.search-results-number {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px 0
}

.full-width.search-results-number h3 {
    margin: 0;
    color: #001848
}

.full-width.search-results-number .show-map-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid lightgray;
    padding: 7px 12px;
    background-color: #F9E2C9;
    border-radius: 8px
}

.full-width.search-results-number .show-map-btn:last-child {
    background-color: #fff
}

.full-width.search-results-number .show-map-btn:hover {
    background-color: #f7d8b6
}

.full-width.search-results-number .show-map-btn img {
    width: 25px;
    height: 25px
}

.row.hotels-detail-wrap {
    gap: 25px
}

.row.hotels-detail-wrap .pesnger-left {
    width: 72%;
    min-width: 300px
}

.row.hotels-detail-wrap .pesnger-right {
    width: calc(28% - 25px);
    min-width: 300px
}

.hotel-lists {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap
}

.hotel-image {
    width: 230px;
    height: 250px;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    position: relative
}

.hotel-image.hotel-images-slider .hotel-slider-btns, .tour-slider-btns {
    position: absolute;
    bottom: 15px;
    padding: 6px 9px;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    cursor: pointer
}

.tour-slider-btns {
    bottom: 50%;
    transform: translateY(50%);
    padding: 10px 16px;
    font-size: 25px;
    border-radius: 16px
}

.hotel-image.hotel-images-slider .hotel-slider-btns:hover, .tour-slider-btns:hover {
    background-color: #f7890f;
    color: #fff
}

.hotel-image.hotel-images-slider .hotel-slider-btns.left, .tour-slider-btns.left {
    left: 15px
}

.hotel-image.hotel-images-slider .hotel-slider-btns.right, .tour-slider-btns.right {
    right: 15px
}

.hotel-image.hotel-images-slider .hotel-slider-btns.disable, .tour-slider-btns.disable {
    cursor: not-allowed;
    background-color: #c6c6c6;
    color: #000
}

.hotel-image img {
    width: 230px;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease-in-out
}

.hotel-image:hover img {
    transform: scale(1.05)
}

.hotel-details-holder h3 a:hover {
    color: #f7890f
}

.hotel-details-holder {
    min-width: 300px;
    flex: 1;
    border-bottom: 2px solid lightgray;
    padding-right: 10px;
    display: flex;
    justify-content: space-between
}

.hotel-details-holder h3 {
    margin-bottom: 3px;
    font-size: 25px;
    transition: all 0.3s ease-in-out
}

.hotel-details-holder p {
    line-height: 1.2;
    font-size: 14px;
    color: #383838
}

.hotel-location {
    margin-bottom: 5px
}

.hotel-benefits {
    margin: 15px 0 0
}

.hotel-price-holder p {
    color: gray
}

.hotel-location a {
    color: #F6860A;

    &:hover {
        color: #001848
    }
}

.hotel-filters {
    min-height: 100px;
    border-radius: 10px;
    background-color: #F8F8F8;
    padding: 15px
}

.hotel-filters .filter-radio label {
    display: block;
    margin: 5px 0;
    cursor: pointer
}

.searc-filter {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    margin: 15px 0 0;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray
}

.searc-filter input {
    padding: 8px;
    border: 1px solid lightgray;
    border-radius: 5px;
    flex: 1;
    font-size: 15px
}

.searc-filter .button {
    line-height: 1;
    border-radius: 5px;
    padding: 10px 12px
}

.searc-filter .button img {
    width: 15px;
    transform: rotate(270deg);
    filter: brightness(0) invert(1)
}

.hotel-filter-select {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid lightgray
}

.hotel-filter-select:last-child {
    border-bottom: none
}

.hotel-filter-select .lable-icon {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 60%;
    flex: 1
}

.hotel-filter-select .lable-icon img {
    width: 25px
}

.hotel-filter-select select {
    padding: 4px 8px;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-size: 16px;
    width: 42%
}

.hotel-filter-select:nth-child(3) {
    margin-top: 20px;
    border-top: 1px solid lightgray
}

.insurance-map .center-text {
    width: 100%;
    margin-bottom: 20px
}

.insurance-map .list-items-link a {
    width: 35%
}

.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
}

.flight-search-boxes {
    min-width: 300px
}

.flight-search-boxes p {
    margin-top: 10px;
    color: #1c1c1c
}

.flight-search-boxes strong {
    color: #000;
    padding-left: 20px
}

.flight-search-boxes strong:first-child {
    padding-left: 0
}

.flight-search-btns {
    display: flex;
    gap: 10px;
    margin-top: 10px
}

.hero-section.search-hotel {
    padding: 15px 0
}

.flight-results-wraper {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #d8d8d8
}

.flight-results-wraper .flight-results {
    padding: 15px;
    border-bottom: 1px solid #d8d8d8
}

.flight-results-wraper .flight-results:last-child {
    border-bottom: none
}

.flight-inner-row {
    border-bottom: 1px solid #ececec;
    padding: 8px 0
}

.flight-inner-row:last-child {
    border-bottom: none
}

.flight-inner-row, .flight-results-wraper .middles-holder {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flight-results-wraper .middles-holder {
    flex-grow: 1;
    gap: 15px;
    min-width: 200px
}

.flight-results-wraper .lefts-holder {
    width: 25%
}

.flight-results-wraper .lefts-holder img {
    width: 100px
}

.flight-results-wraper .flt-text-holder p {
    font-size: 14px;
    color: rgb(65, 65, 65)
}

.middles-holder .icon-text-holder {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid #ddd
}


.flight-results-wraper .flight-inner-row h4 {
    font-size: 17px
}

.flight-results-wraper .filt-line-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    gap: 10px;
    padding: 0 15px 0 8px
}

.flight-results-wraper .filt-line-icon strong {
    font-size: 13px
}

.flight-results-wraper span.flt-plane-ico {
    width: 100%;
    height: 2px;
    background-color: #F7890F;
    display: flex;
    align-items: center;
    justify-content: center
}

.flight-results-wraper span.flt-plane-ico img {
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 50px;
    background-color: #fff
}

.flight-inner-row .rights-holder {
    min-width: 100px;
    padding-left: 12px;
    width: 15%
}

.flight-inner-row .rights-holder a {
    color: #F7890F
}

.flight-inner-row .rights-holder a:hover {
    color: #d87607
}


.middles-holder  .baggages img, .middles-holder  .baggages {
    position: relative;
    width: 20px
}

.middles-holder  .baggages::after {
    content: '';
    position: absolute;
    top: -5px;
    right: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #25D366
}

.middles-holder .nobaggages::after {
    background-color: red
}

.middles-holder .last-hold strong {
    font-size: 19px;
    padding-right: 20px
}

.middles-holder .last-hold a.button {
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400
}

.hotel-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
    height: 330px
}

.hotel-main-img {
    min-width: 300px;
    flex: 1 1 38%;
    overflow: hidden;
    height: 100%
}

.hotel-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.hotel-gallery-list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    flex: 1 1 60%;
    min-width: 300px;
    list-style: none;
    height: 100%
}

.hotel-gallery-list li {
    flex: 1 1 calc(33.33% - 4px);
    min-width: 150px;
    height: calc(50% - 3px);
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.hotel-gallery-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    cursor: pointer
}

.hotel-main-img img:hover, .hotel-gallery-list img:hover {
    transform: scale(1.03)
}

.hotel-gallery-list li:nth-child(n+4) {
    border-radius: 5px 5px 0 0
}

.hotel-gallery-list li:nth-child(n+7) {
    display: none
}

.hotel-gallery-list li:nth-child(6)::after, .tour-slider-wrapper .img-slide-tour:nth-child(6)::after {
    content: "See All "attr(data-more) " Images";
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / .6);
    color: #fff;
    background-image: url(../images/image-icon.webp);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center top 38%;
    padding-top: 35%;
    text-align: center;
    pointer-events: none
}

.tour-slider-wrapper .img-slide-tour:nth-child(6)::after {
    padding: 20px;
    padding-top: 40%
}

.hotel-popup, .tour-lightbox {
    position: fixed;
    inset: 0;
    background: #001848d9;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.hotel-popup-img {
    width: 60%;
    max-height: 85%
}

.hotel-popup-close, .tour-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 35px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    cursor: pointer
}

.hotel-popup-arrow, .tour-prev, .tour-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background: #00000073;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 111
}

.hotel-popup-arrow:hover, .hotel-popup-close:hover, .tour-prev:hover, .tour-next:hover {
    color: #f7890f
}

.hotel-prev, .tour-prev {
    left: 40px
}

.hotel-next, .tour-next {
    right: 40px
}

.hotel-details-hold {
    margin: 20px 0 0
}

.hotel-details-hold h2 {
    margin: 0 0 5px;
    transition: all 0.2s ease-in-out
}

.hotel-details-hold h2:hover {
    color: #F6860A
}

.hotel-room-table .table {
    border-radius: 20px 20px 0 0
}

.hotel-room-table {
    margin-bottom: 20px
}

.hotel-room-table .table tr th:first-child {
    padding-left: 20px
}

.hotel-room-table .table tr:first-child td:first-child {
    border: none;
    padding-left: 20px;
    vertical-align: top
}

.hotel-room-table .table td {
    border-right: none
}

.hotel-room-table .table .inner-tbcontent, .hotel-room-table .table .inner-tbcontent label {
    border-right: none;
    display: flex;
    align-items: center;
    gap: 5px
}

.hotel-room-table .table .inner-tbcontent label {
    cursor: pointer
}

.hotel-room-table .table tr:last-child {
    border-bottom: 2px solid #e0e0e0
}

.hotel-room-table .table .inner-tbcontent img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(91%) saturate(3500%) hue-rotate(360deg) brightness(101%) contrast(102%)
}

.book-now-btn {
    min-width: 100px;
    margin-left: auto
}

.more-about-hotel {
    padding-right: 10px
}

.more-about-hotel .hotel-benefits {
    margin-top: 40px
}

.more-about-hotel .hotel-benefits h3 {
    margin-bottom: 5px
}

.more-about-hotel .hotel-benefits p {
    line-height: 1.2;
    font-size: 15px
}

.more-about-hotel p {
    color: #2d2d2d
}

.half-width:has(.hotel-question-box) {
    padding-left: 40px
}

.hotel-question-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 90%;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / .2);
    border-radius: 15px;
    background: #fff;
    padding: 20px;
    margin: 25px 0
}

.hotel-question-box p {
    margin-bottom: 30px
}

.input-holder-ai {
    position: relative;
    margin-top: auto
}

.input-holder-ai input {
    border: 1px solid #e0e0e0;
    padding: 12px 50px 12px 15px;
    border-radius: 15px;
    width: 100%;
    color: #2d2d2d;
    font-size: 16px
}

.input-holder-ai input::placeholder {
    color: gray
}

.input-holder-ai .input-send-btn {
    padding: 10px;
    border-radius: 50px;
    background-color: gray;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    right: 8px;
    cursor: pointer;
    transition: all 0.2s ease
}

.input-holder-ai .input-send-btn:hover {
    background-color: #001848
}

.content-boxes p {
    margin-bottom: 20px;
    color: #2d2d2d
}

.inline-icon {
    display: flex;
    align-items: center;
    gap: clamp(5px, 2vw, 10px);
    margin-bottom: 8px
}

.inline-icon p {
    margin-left: auto
}

.more-about-hotel:has(ul) {
    padding: 15px 100px 15px 0
}

.tool-tip {
    position: relative;
    line-height: 0;
    width: 17px;
    height: 17px
}

.tooltip-box {
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translate(-50%, 10px);
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    color: #2d2d2d;
    font-size: 15px;
    width: 300px;
    font-size: 14px;
    line-height: 1.5;
    z-index: 100;
    box-shadow: 0 4px 8px rgb(0 0 0 / .2);
    display: none
}

.tooltip-box::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #fff0 #fff0 #333 #fff0
}

.tool-tip:hover .tooltip-box {
    display: block
}

.tours-links-boxes {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: stretch
}

.tour-inner-boxes {
    width: 48%;
    padding: clamp(15px, 2.5vw, 20px);
    flex: 1;
    min-width: 300px;
    background: #fdf3e9;
    border-radius: 10px
}

.tour-inner-boxes ul.list-items-link {
    margin: 0;
    gap: 0 20px
}

.icon-boxes-wraper {
    width: 100%;
    display: flex;
    gap: 30px 15px;
    flex-wrap: wrap;
    align-items: flex-start
}

.icon-boxes-wraper .icon-boxes {
    min-width: 200px;
    width: calc(20% - 12px);
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.icon-boxes-wraper .icon-boxes img {
    width: 55px
}

.icon-boxes-wraper .icon-boxes h4 {
    color: #0890fa;
    transition: all 0.3s ease-out;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.1
}

.icon-boxes-wraper .icon-boxes:hover h4 {
    color: #f7890f
}

.icon-boxes-wraper .icon-boxes p {
    font-size: 15px;
    color: #2d2d2d;
    line-height: 1.25
}

.icon-boxes-wraper .icon-boxes .text-holder {
    padding-right: 8px
}

.tour-listing {
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / .24) 0 3px 8px;
    margin: 30px 0 10px;
    overflow: hidden
}

.tour-inner-bx {
    display: flex;
    gap: 15px 20px;
    flex: 1;
    min-width: 300px;
    width: 50%;
    flex-wrap: wrap
}

.tour-inner-bx p {
    line-height: 1.3
}

.tour-inner-bx:last-child {
    padding-left: 15px;
    background-color: #f8f8f8
}

.tour-inner-bx img {
    max-width: 230px;
    flex-shrink: 1;
    height: 125px;
    object-fit: cover;
    border-radius: 8px 0 0 8px
}

.tour-inner-bx .txt-holder {
    flex: 1;
    width: 60%;
    padding: 15px 0;
    padding-right: 100px
}

.tour-inner-bx .text-holder {
    flex: 1;
    width: 60%;
    padding: 15px 0;
    padding-right: 30px
}

.tour-inner-bx .txt-holder h4 {
    color: #f7890f;
    transition: all 0.3s ease-out;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.3;
    cursor: pointer
}

.tour-inner-bx .txt-holder h4:hover {
    color: #001848
}

.tour-inner-bx .text-holder span {
    display: block;
    font-size: 15px;
    color: gray;
    line-height: 1;
    padding-top: 5px
}

.tour-inner-bx .text-holder strong {
    display: block;
    margin-bottom: 5px
}

.tour-inner-bx .ico-bx {
    min-width: 150px;
    padding: 15px 40px 15px 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start
}

.hero-banner.tour-hero .slide-data {
    padding-bottom: 20px
}

.tour-inner-bx .ico-bx img {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    padding: 2px;
    background: #1bd841;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease
}

.tour-inner-bx .btn-boxes strong.btn {
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 400;
    background-color: #aeebc5;
    margin-bottom: 16px
}

.tour-inner-bx .btn-boxes span {
    padding: 0;
    line-height: 1.5;
    text-decoration: line-through
}

.tour-inner-bx .btn-boxes p {
    font-size: 18px
}

.tour-pkg-wraper {
    margin: 25px 0
}

.tour-pkg-box {
    width: 100%;
    min-width: 300px;
    margin: 50px 0;
    gap: 20px 45px;
    display: flex;
    flex-wrap: wrap
}

.tour-pkg-wraper .tour-pkg-box:first-child {
    margin-top: 0
}

.tour-pkg-wraper .tour-pkg-box:first-child, .tour-pkg-wraper .tour-pkg-box:last-child {
    margin-bottom: 0
}

.tour-pkg-box .image-holder, .tour-pkg-box .text-holder {
    width: 48%;
    min-width: 300px;
    flex: 1;
    position: relative
}

.tour-pkg-box .text-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px
}

.tour-pkg-wraper.tour-right .tour-pkg-box:nth-child(even) .text-holder {
    align-items: end;
    text-align: right
}

.tour-pkg-wraper.tour-right .tour-pkg-box:nth-child(even) .image-holder {
    order: 2
}

.tour-pkg-wraper.tour-right .tour-pkg-box:nth-child(even) .image-holder .lable-holder {
    right: auto;
    left: 35px
}

.tour-pkg-wraper.tour-right .tour-pkg-box:nth-child(even) .image-holder .image-box {
    border-radius: 0 15px 15px 0
}

.tour-pkg-wraper.tour-right .tour-pkg-box:nth-child(even) .text-holder .inline-btns span.boxes {
    padding: 5px 45px 5px 15px;
    background-position: right 12px center
}

.tour-pkg-box .image-holder .image-box {
    height: 450px;
    width: 100%;
    border-radius: 15px 0 0 15px;
    overflow: hidden
}

.tour-pkg-box .image-holder img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    object-fit: cover
}

.tour-img-slider .image-holder img {
    display: none
}

.tour-pkg-box .image-holder img:hover {
    transform: scale(1.05)
}

.tour-pkg-box .text-holder h2 {
    color: #f7890f;
    margin: 0;
    line-height: 1.2
}

.tour-pkg-box .text-holder .inline-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: start
}

.tour-pkg-box .text-holder .text-box-inside span {
    color: #575757;
    display: block;
    line-height: 1.2
}

.tour-pkg-box .text-holder .inline-btns:last-child {
    margin: 10px 0 0 0
}

.tour-pkg-box .text-holder .inline-btns span.boxes {
    margin-bottom: 5px;
    font-weight: 400;
    width: 115px;
    line-height: 1.2;
    padding: 5px 15px 5px 45px;
    border-radius: 15px;
    font-size: 13px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 12px;
    background-color: #ececec;
    border: 1px solid #c4c4c4
}

.tour-pkg-box .text-holder .inline-btns .f-include {
    background-image: url(../images/airplane-mode.webp)
}

.tour-pkg-box .text-holder .inline-btns .group-tour {
    background-image: url(../images/group-icon.webp)
}

.tour-pkg-wraper.only-left .text-holder .inline-btns .group-tour {
    background-image: url(../images/groub-globle.webp)
}

.tour-pkg-box .text-holder .inline-btns .button {
    padding: 15px 20px
}

.tour-pkg-box .text-holder .inline-btns .whats-app-tbns {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    overflow: hidden
}

.tour-pkg-box .text-holder .inline-btns .whats-app-tbns img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in
}

.tour-pkg-box .text-holder .inline-btns .whats-app-tbns img:hover {
    transform: scale(1.05)
}

.tour-pkg-box .text-holder .price-box-in p.sale {
    font-size: 17px;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 4px
}

.tour-pkg-box .text-holder .price-box-in h3 {
    margin: 0
}

.tour-pkg-box .text-holder .price-box-in p.sale::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 2px;
    background: red;
    transform: rotate(355deg)
}

.tour-pkg-box .text-holder .check-list {
    flex: 1;
    min-width: 100px;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px
}

.tour-pkg-box .text-holder .check-list li {
    position: relative;
    padding-left: 18px;
    width: calc(33% - 20px)
}

.tour-pkg-box .text-holder .check-list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/correct.png);
    background-size: 17px;
    background-position: 3px;
    background-repeat: no-repeat
}

.tour-pkg-wraper.only-left .image-holder {
    flex: 1 1 39%
}

.tour-pkg-wraper.only-left .text-holder {
    flex: 1 1 57%;
    gap: 15px
}

.tour-pkg-wraper.only-left .image-holder .image-box {
    height: 340px
}

.tour-pkg-wraper.only-left .text-holder .inline-btns:last-child {
    margin: 0
}

.tour-pkg-wraper.only-left .text-holder h2 {
    margin-bottom: 10px
}

.tour-pkg-wraper.tour-right .text-holder h2 {
    margin-bottom: -8px
}

.tour-pkg-box .lable-holder {
    position: absolute;
    top: -12px;
    right: 35px;
    width: 100px;
    height: 97px;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/lable-bg.webp);
    text-align: center;
    align-content: center;
    padding: 10px 10px 20px 10px;
    color: #fff;
    line-height: 1.3
}

.hero-banner.tour-hero .hero-image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 70px
}

.hero-banner.tour-hero .hero-image::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    height: 80px;
    pointer-events: none;
    background: linear-gradient(to top, #ffffff 0%, rgb(255 255 255 / .95) 15%, rgb(255 255 255 / .85) 30%, rgb(255 255 255 / .6) 50%, rgb(255 255 255 / .3) 70%, #fff0 100%)
}

.hero-banner.tour-hero .hero-image .main-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.tour-text-holder {
    display: flex;
    width: 100%;
    padding: 20px 0;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    transform: translateY(50px)
}

.tour-text-holder h1 {
    color: #001848;
    min-width: 300px
}

.tour-text-holder::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: 110px;
    height: 100%;
    pointer-events: none;
    background: url(../images/baner-design-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom 15px left;
    z-index: -1
}

.tour-text-holder .right-side {
    min-width: 220px
}

.tour-text-holder .lables-row span {
    display: inline-block;
    padding: 3px 30px;
    border-radius: 30px
}

.tour-text-holder .lables-row span.sale-lable {
    background-color: #dd2e3a;
    color: #fff;
    padding: 3px 40px;
    transform: rotate(350deg)
}

.tour-text-holder .lables-row #tour-time-lable {
    background-color: #f8a140;
    transform: rotate(350deg) translate(-35px, 0)
}

.tour-text-holder .price-box {
    width: 190px;
    display: block;
    margin: 0 20px;
    margin-top: -10px;
    border-radius: 10px;
    border: 3px solid #001848;
    background-color: rgb(255 255 255 / .907);
    padding: 35px 20px 20px;
    text-align: right
}

.tour-text-holder .price-box h3 {
    position: relative;
    margin: 0;
    font-size: 22px;
    display: inline-block;
    overflow: hidden;
    line-height: 1
}

.tour-text-holder .price-box h3::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 2px;
    transform: rotate(353deg) translate(0, -50%);
    background-color: red
}

.tour-text-holder .price-box h2 {
    position: relative;
    font-size: 25px;
    line-height: 1.2;
    color: #001848;
    margin: 0 0 5px;
    font-weight: 600
}

.tour-text-holder .price-box p {
    font-size: 13px
}

.tour-text-holder .buttons-row {
    width: 190px;
    display: flex;
    margin: 10px 20px;
    gap: 10px;
    align-items: stretch
}

.tour-text-holder .buttons-row .whtsapp-btn {
    width: 55px;
    height: 55px;
    display: flex;
    border-radius: 5px;
    background-color: #25D366;
    padding: 10px;
    cursor: pointer
}

.tour-text-holder .buttons-row .button {
    flex: 1
}

.tour-slider-wrapper {
    display: flex;
    gap: 5px;
    flex-wrap: wrap
}

.tour-slider-wrapper .img-slide-tour {
    width: 16.3%;
    height: 140px;
    flex-shrink: 0;
    min-width: 150px;
    position: relative;
    overflow: hidden
}

.tour-slider-wrapper .img-slide-tour img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.tour-slider-wrapper .img-slide-tour img:hover {
    transform: scale(1.02)
}

.tour-slider-wrapper .img-slide-tour:nth-child(n+7) {
    display: none
}

.tour-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease
}

.tour-lightbox.active {
    opacity: 1;
    visibility: visible
}

.tour-lightbox-img {
    width: 60%;
    max-height: 85%;
    overflow: hidden
}

.tour-lightbox-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(.4);
    transition: .3s ease
}

.tour-lightbox.active img {
    transform: scale(1)
}

.g-tour-details {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.g-tour-details .grp-tour-left {
    width: 58%;
    min-width: 280px;
    padding-right: 20px;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 25px
}

.g-tour-details .grp-tour-left .inner-left {
    width: 40%;
    padding-right: 20px;
    border-right: 5px solid #f7890f
}

.light-bg .grp-tour-left .inner-left {
    padding: 12px 40px 12px 20px
}

.g-tour-details .grp-tour-right {
    width: 45%;
    display: flex;
    align-items: center;
    min-width: 280px
}

.g-tour-details .grp-tour-right .icon-box {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 53%
}

.g-tour-details .grp-tour-right .icon-box img {
    width: 60px
}

.light-bg {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 10px
}

.g-tour-details .grp-tour-right .lable-imge-box {
    position: absolute;
    right: 50px;
    top: -12px;
    height: 96px;
    width: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;
    padding-bottom: 30px
}

.g-tour-details .grp-tour-right .lable-imge-box img {
    position: absolute;
    inset: 0
}

.g-tour-details .grp-tour-right .lable-imge-box span {
    z-index: 1;
    line-height: 1.3
}

.g-tour-details.light-bg {
    margin-top: 60px;
    margin-bottom: 12px
}

.g-tour-details.light-bg::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -11px;
    width: 70px;
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/banner-bg-4.png)
}

.grp-tour-right.icon-boxes-wraper {
    gap: 15px
}

.grp-tour-right.icon-boxes-wraper .icon-boxes {
    width: calc(50% - 8px);
    padding: 15px;
    border: 1px solid #cecece;
    border-radius: 10px;
    gap: 15px;
    align-items: center
}

.grp-tour-right.icon-boxes-wraper .icon-boxes img {
    width: 45px
}

.icon-boxes-wraper .icon-boxes .text-holder {
    padding: 0
}

.g-tour-details.tour-inlude-wrap {
    margin-top: 10px;
    align-items: stretch
}

.g-tour-details.tour-inlude-wrap ul.inner-left {
    width: 41.9%;
    padding: 10px 0
}

.g-tour-details.tour-inlude-wrap ul.inner-left li {
    padding: 10px 20px;
    background: #7f8ba3;
    border-radius: 12px 0 0 12px;
    margin: 10px 0;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.g-tour-details.tour-inlude-wrap .grp-tour-left {
    align-items: start
}

.g-tour-details.tour-inlude-wrap ul.inner-left li:hover, .g-tour-details.tour-inlude-wrap ul.inner-left li.active {
    background: #001848
}

.g-tour-details.tour-inlude-wrap .grp-tour-left .inner-right {
    align-items: start;
    padding: 20px 0;
    position: relative
}

.g-tour-details.tour-inlude-wrap .grp-tour-left [data-content] {
    display: none
}

.g-tour-details.tour-inlude-wrap .grp-tour-left [data-content].active {
    display: block
}

.tour-table .table td {
    border-right: none;
    padding: 10px 25px;
    background-color: #f8f8f8
}

.tour-table .table tbody tr:first-child td:first-child {
    max-width: 260px;
    padding-left: 25px;
    background-color: #fff
}

.tour-table .ico-bx {
    display: flex;
    gap: 10px;
    justify-content: end;
    align-items: center
}

.tour-table .ico-bx img {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    padding: 2px;
    background: #1bd841;
    text-align: center;
    cursor: pointer
}
@media (max-width: 980px) {
   .full-width.search-results-number h3{
    font-size: 18px;
   }
   .flight-search-boxes p{
    font-size: 12px;
   }
}