ul.search-steps-bar {
    margin: 15px 50px 20px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

ul.search-steps-bar::after {
    content: "";
    position: absolute;
    top: 13px;
    left: -3px;
    right: 15px;
    height: 2px;
    background: #ffe4ad;
}

ul.search-steps-bar li {
    list-style: none;
    position: relative;
    padding-top: 30px;
    margin-top: -30px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.hero-banner.home-banner {
    min-height: 460px;
    position: relative;
}

.umrah-decorative-images {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    top: 0;
    left: 0;
}

.umrah-decorative-images img.bg-img {
    position: absolute;
}

.umrah-decorative-images img.bg-img.madina {
    left: 0;
    bottom: 25px;
    z-index: 1;
    height: 380px;
}

.umrah-decorative-images img.bg-img.man {
    left: 7.5%;
    bottom: 40px;
    z-index: 1;
    height: 210px;
}

.umrah-decorative-images img.bg-img.makkah {
    right: 0;
    bottom: 20px;
    z-index: 1;
    height: 360px;
}

.umrah-decorative-images img.bg-img.women {
    right: 7.5%;
    bottom: 40px;
    z-index: 1;
    height: 210px;
}

.umrah-decorative-images img.bg-img.cloud-left {
    left: 7%;
    top: 50%;
}

.umrah-decorative-images img.bg-img.cloud-right {
    right: 7%;
    top: 5%;
}

ul.search-steps-bar li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1da599;
    z-index: 2;
}

ul.search-steps-bar li.active {
    color: #1da599;
}

ul.search-steps-bar li.active::after {
    top: 4px;
    width: 20px;
    height: 20px;
    background: #1da599;
}

.bx-umrah-npkg {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 25px;
    width: 100%;
    margin: 25px 0 30px;
}

.bx-um-pkg-links-row,
.bx-umrah-links {
    border-radius: 10px;
    padding: 25px;
}

.bx-um-pkg-links-row {
    width: 100%;
    background: #FEFAF1;
}

.bx-umrah-links {
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
    background: #ECF8F8;
}

.bx-umrah-links h3,
.bx-um-pkg-links-row h3 {
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 500;
}

.bx-umrah-links a,
.um-row-links-new a {
    color: #1DA599;
    font-weight: 400 !important;
    text-decoration: none;
}

.bx-umrah-links a {
    display: block;
    margin: 3px 0;
    font-size: 17px;
}

.um-row-links-new {
    gap: 4px 25px !important;
    margin: 15px 0;
}

.um-row-links-new a {
    flex: 1 1 calc(25% - 20px);
    min-width: 250px;
    font-size: 17px;
}

.bx-umrah-links a:hover,
.um-row-links-new a:hover {
    color: #FBC165;
}

/* Upcoming Slider   */
.flt-slider-wraperye {
    overflow: hidden;
    position: relative;
    list-style: none !important;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    margin-top: 30px;
}


.flt-slider-wraper {
    display: flex;
    transition: transform 0.5s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 25px;
}

.destination-item {
    flex: 0 0 auto;
    width: calc(25% - 19px);
    padding: 0;
}


.destination-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 380px;
    position: relative;
    width: 100%;
    display: flex;
    z-index: 1;
}

.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%;
    min-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, #1DA599, #fff0);
    transition: opacity 0.3s ease-in-out;
    z-index: -1
}

.destination-info::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #FBC165, #fff0);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1
}

.destination-info h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 6px;
    text-shadow: 2px 4px 3px #101010;
    color: #FBC165;
}

.destination-info p {
    line-height: 1.4;
}

.destination-card:hover img {
    transform: scale(1.05)
}

.destination-info .icon-line {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    text-align: center;
    align-items: end;
}

.destination-info .icon-box {
    width: auto;
}

.destination-info .icon-line span {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
}

.destination-info p.curency {
    margin-top: 3px;
    width: fit-content;
    font-weight: 600;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 8px;
    background: #fbc165;
    color: black;
}

.destination-info p.curency strong {
    font-size: 16px;
    padding-left: 5px;
}

.destination-info .icon-line img {
    position: relative;
    max-width: 32px;
    max-height: 30px;
    object-fit: contain;
}

.destination-card:hover .icon-line img {
    transform: scale(1)
}

.destination-card:hover .destination-info::after {
    opacity: 1
}

.slider-buttons-row {
    width: 100%;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.slider-buttons-row .button {
    padding: 12px 20px;
    background-color: #FBC165;

    &:hover {
        background: #cd802a;
    }
}

.slider-btns {
    display: flex;
    gap: 10px;
    margin-left: auto;
    justify-content: flex-end;
}

.slider-btn-left,
.slider-btn-right {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #FBC165;
    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: #cd802a;
    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)
}


.tour-type-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    margin: 35px 0;
}

.tour-type-boxes p {
    height: 100%;
    margin: 0;
}
.tour-type-boxes h3, .tour-type-boxes h4 {
    margin: 0;
}

.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: 40px;
    background: rgb(255 255 255 / 81%);
    width: 60%;
    border-radius: 8px 0 0 8px;
}

.activiy-inner-boxes .honey-caption {
    padding: 20px 15px 15px
}

.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: #1da599;
    display: block;
    font-weight: 500
}

.activiy-inner-boxes .honey-caption a:hover {
    color: #FBC165;
}

.activiy-inner-boxes .f-caption span {
    position: absolute;
    top: -15px;
    right: 17px;
    background: #FBC165;
    line-height: 1.5;
    border-radius: 6px 0px 0px 6px;
    padding: 4px 25px 4px 15px;
    font-size: 14px;
}

/* Packages Home  */
.colums-wraper {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.event-slider, .colums-wraper .bx-umrah-npkg {
    flex: 1 1 45%;
    min-width: 300px;
    margin: 0;
    position: relative;
}

.event-slider .flt-slider-wraperye {
    margin-top: 0;
}

.event-slider .destination-item {
    width: 100%;
}

.event-slider .destination-item h4 {
    font-size: 25px;
}

.event-slider .slider-butns-box {
    position: absolute;
    top: 0;
    background: #ffffff;
    right: 0;
    border-radius: 0px 0 0 10px;
    padding: 0px 0px 12px 13px;
}

.colums-wraper .bx-umrah-links {
    height: 100%;
}


.packages-detail-wrap {
    width: 100%;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / .2);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    background-color: white;
}

.packages-detail-wrap p {
    font-size: 15px;
    line-height: 20px;
}

.packages-detail-wrap span {
    font-size: 13px;
    font-weight: 500;
    color: #5e5e5e;
}

    .packages-detail-wrap h4 {
        font-size: 18px;
         margin: 0;
        line-height: 1;
    }

ul.pkg-tabs-button {
    display: flex;
    align-items: flex-end;
    margin-top: 40px;
    border-bottom: 2px solid #fbc165;
}

ul.pkg-tabs-button li {
    padding: 8px 25px;
    cursor: pointer;
    font-size: 18px;
    border-bottom: 3px solid transparent;
}

ul.pkg-tabs-button li.active, ul.pkg-tabs-button li:hover {
    color: #1CA69E;
    border-bottom: 3px solid #fbc165;
}

.inclusion-pkg {
    width: 100%;
}

ul.inclusion-list {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    padding: 12px 18px;
    text-align: center;
    background: #f3f3f3;
}

ul.inclusion-list li img {
    width: 30px;
    display: block;
    margin-bottom: 5px;
    object-fit: cover;
    filter: grayscale(1) brightness(0);
}

ul.inclusion-list li .icons {
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.hotel-pkg-benefits {
    margin-top: 10px;
}
p.clamp-paragraph {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* Kitni lines show karni hain */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hotel-pkg-wraper {
    display: flex;
    margin: 30px 0 10px;
    flex-wrap: wrap;
    gap: 25px;
}

.hotel-pkg-list {
    width: calc(50% - 13px);
    display: flex;
    gap: 12px;
}

.hotel-pkg-image {
    width: 160px;
    height: 180px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
}

.hotel-pkg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-pkg-list .star-rating {
    margin-top: 10px;
}

.pkg-top-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.pkg-top-row .pkg-left-side {
    flex: 1 1 auto;
    min-width: 300p;
}

.pkg-top-row .pkg-rgiht-side {
    flex-shrink: 0;
    min-width: 170px;
}

.pkg-top-row .pkg-rgiht-side h3 {
    margin: 0;
}

.butns-rows {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    align-items: center;
}

.butns-rows strong {
    color: #1CA69E;
    cursor: pointer;
}

.butns-rows strong:hover {
    color: #fbc165;
}

.pkg-popup-content {
    padding: 30px;
}

.pkg-popup-content h3 {
    margin-bottom: 2px;
}

.pkg-popup-content>span {
    font-size: 14px;
    color: rgb(81, 81, 81);
}

.pop-content-text {
    margin: 30px 0 20px;
}

[data-tab-content] {
    display: none;
}

[data-tab-content].active {
    display: block;
}

ul.trip-plan-list {
    display: flex;
    gap: 20px 10px;
    padding: 25px 30px;
    background: #f3f3f3;
    flex-wrap: wrap;
}

ul.trip-plan-list li h4 {
    font-size: 16px;
}

ul.trip-plan-list li span {
    font-size: 14px;
}

ul.trip-plan-list li {
    width: calc(50% - 5px);
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
}

ul.trip-plan-list li::before {
    content: attr(data-number);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-size: 18px;
    color: white;
    align-items: center;
    background: #1ca69e;
}

ul.trip-plan-list li img {
    max-width: 32px;
}