.hero-banner.home-hero {
    align-items: start;
}

.hero-banner.home-hero::after {
    background: linear-gradient(to bottom, #00184700 0%, #00184791 50%, #001847 100%);
    height: 86%;
}

.home-text-holder {
    color: rgb(255, 255, 255);
    text-shadow: rgb(16, 16, 16) 2px 4px 3px;
    margin: 60px 0 20px;
}

img.general-main-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.search-section.home-search {
    margin-top: -140px !important;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
}

.search-bar {
    position: relative;
}

.search-tabs-btn {
    padding: 10px 15px 25px 10px;
    border-radius: 5px 5px 0;
    margin-bottom: -15px;
    background: #f7890f;
    width: fit-content;
}

.search-tabs-btn ul.tabs-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    color: white;
}

.search-tabs-btn ul.tabs-buttons li {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 3px 12px;
    cursor: pointer;
}

.search-tabs-btn ul.tabs-buttons li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    transform: scale(0);
    background-color: #001848;
    transition: all 0.3s ease-in-out;
    left: 0;
    bottom: 0;
}

.search-tabs-btn ul.tabs-buttons li:hover, .search-tabs-btn ul.tabs-buttons li.active {
    color: #001848;
}

.search-tabs-btn ul.tabs-buttons li.active::after,
.search-tabs-btn ul.tabs-buttons li:hover::after {
    transform: scale(1);
}

.flight-search-form {
    background: #001848;
    border-radius: 10px;
    padding: 25px; 
    color: #fff;
    min-height: 150px;
}

.wraper-search-form {
    display: none;
}
.wraper-search-form.active {
    display: block;
}

.search-top-text, .flight-search-top {
    margin-bottom: 15px;
}

.flight-search-main {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    align-items: stretch;
    flex-wrap: wrap;
}

.flight-input-group {
    position: relative;
    flex: 1;
}

.flight-input-group label {
    pointer-events: none;
    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.error,
.flight-input-group input.field-error {
    border-color: #ff4757
}

.flight-input-group input::placeholder {
    color: #001849
}

.flight-input-group input:focus {
    outline: none
}

.flight-input-group input:focus::placeholder {
    opacity: 0;
}

.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;
}

#umrah-popupWrapper .popup-box .pop-content {
    display: block !important;
}

.registration-form .close-btn {
    position: sticky;
    top: -24px;
    margin: -20px 0 0 auto;
    z-index: 2;
    flex-shrink: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}


.registration-form .feild-holder input.field-error,
.registration-form .feild-holder select.field-error,
.registration-form .phone-input-wrap.field-error,
.registration-form .phone-input-wrap input.field-error {
    border-bottom-color: #e53935 !important;
    box-shadow: none !important;
}

.registration-form .pop-submit-btn {
    width: 100%;
}

.popup-wrapper .thanks-popup .pop-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}

.popup-wrapper .thanks-popup {
    min-height: 125px;
}

#umrah-popupWrapper .thanks-popup {
    position: absolute;  
    transition: all 0.3s ease;
}
.popup-wrapper .pop-row {
    border-bottom: 2px solid #001848;
}


.registration-form .phone-input-wrap {
    display: flex;
    align-items: center;
    overflow: visible;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}
.registration-form .country-selector {
    position: relative;
    flex-shrink: 0;
}

.registration-form .selected-country {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 10px 2px 0;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

    .registration-form .selected-country img {
        width: 20px;
        height: 14px;
        object-fit: cover;
        border-radius: 2px;
    }


    .registration-form .selected-country .drop-arrow {
        font-size: 11px;
        color: #888;
    }

.registration-form .country-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    min-width: 220px;
    max-height: 220px;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    list-style: none;
    margin: 0;
    padding: 4px 0;
}
    .registration-form .country-dropdown.open {
        display: block;
    }

    .registration-form .country-dropdown li {
        padding: 9px 14px;
        cursor: pointer;
        font-size: 13px;
        color: #333;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.registration-form {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 25px;
    margin-top: 20px;
    min-height: 195px
}

.registration-form .feild-holder {
    min-width: 250px;
    width: 35%;
    flex: 0
}

.registration-form .button {
    display: block
}

.country-dropdown li img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
    flex-shrink: 0;
}

.country-dropdown li:hover {
    background: #f0f6ff;
}

.phone-input-wrap input[type="tel"] {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 10px 2px 0;
    background: transparent;
    min-width: 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: #444343
}

.whats-buttons a:first-child {
    background-color: #25d366
}

.whats-buttons a:first-child:hover {
    background-color: #0aad46
}

.whats-buttons a img {
    width: 50px
}


.flight-search-form .button {
    min-width: 100px;
}

.tour-type-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    margin-bottom: 25px;
}

.tour-type-boxes p {
    height: 100%
}

.tour-type-boxes .activiy-inner-boxes {
    flex: 1 1 48%;
    min-width: 300px
}

.activiy-inner-boxes .tour-image-holder {
    width: 100%;
    position: relative
}

.activiy-inner-boxes:first-child .tour-image-holder:first-child {
    margin-bottom: 30px
}

.activiy-inner-boxes .tour-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.activiy-inner-boxes .tour-image-holder .f-caption {
    position: absolute;
    left: 30px;
    top: 50px;
    background: rgb(255 255 255 / .8);
    width: 60%;
    border-radius: 8px 0 0 8px;
}

.activiy-inner-boxes .honey-caption {
    padding: 15px 15px 12px
}

.activiy-inner-boxes .honey-caption p {
    margin: 5px 0 10px;
    font-size: 14px;
    line-height: 1.4
}

.gap-20 {
    gap: 20px;
}

.activiy-inner-boxes .honey-caption a {
    color: #F7890F;
    font-weight: 500
}

.activiy-inner-boxes .honey-caption a:hover {
    color: #001848
}

.activiy-inner-boxes .f-caption span {
    position: absolute;
    top: -15px;
    right: 17px;
    background: #F7890F;
    color: #001847;
    border-radius: 6px 0px 0px 6px;
    padding: 2px 15px;
    font-size: 13px
}

.half-boxs {
    flex: 1 1 48%;
    min-width: 320px;
}

.icon-list-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.icon-list-box .icon-holder img {
    width: 70px;
}

.icon-list-box .content-box {
    flex: 1;
    padding-right: 50px;
}

.icon-list-box .content-box h4 {
    margin-bottom: 3px;
    font-size: 21px;
}

.half-boxs .text-holder {
    padding-right: 50px;
}

.half-boxs .text-holder h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.half-boxs .review-bxs {
    display: flex;
    gap: 30px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.half-boxs .review-bxs img {
    width: 180px;
}

.half-boxs .images-bxs {
    display: flex;
    gap: 25px;
}

.images-bxs .image {
    flex: 1 1 45%;
    min-width: 160px;
    height: 280px;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}

.images-bxs .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flt-slider-wraperye {
    overflow: hidden;
    position: relative;
    margin: 10px 0 20px;
    width: 100%
}

.flt-slider-wraper {
    display: flex;
    transition: transform 0.5s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 30px
}

.destination-item {
    flex: 1 1 23%;
    padding: 0
}

.destination-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 370px;
    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: 25px;
    z-index: 2;
    align-self: flex-end;
    position: relative;
    overflow: hidden
}

.destination-info .icon-boxs {
    width: 58px;
    height: 58px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 6px;
    background-color: #F7890F;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.destination-info:hover .icon-boxs {
    background-color: #ffa844;
}

.destination-info .icon-boxs img {
    max-width: 37px;
    max-height: 37px;
    width: auto;
    height: auto;
}

.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: 21px;
    margin: 0 0 5px 0;
    color: #fff
}

.destination-info p {
    font-size: 14px;
    margin: 0;
}
.wraper-search-form .search-section, .wraper-search-form .row, .search-area {
    margin: 0 !important;
    padding: 0 !important;
}