/* Tour Pkges Boxes  */
.tour-pkg-wraper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
  .editor-content  .tour-pkg-wraper{
    margin:25px 0;
    padding:0;
    }
    .tour-pkg-wraper li {
        width: calc((100% - 2 * 20px) / 3);
        min-width: 300px;
        list-style: none;
        margin:0;
        margin-bottom: 15px;
    }

.tour-pkg-wraper li>a {
    display: block;
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
}

.tour-pkg-wraper li>a:hover .image-box img {
    transform: scale(1.03);
}

.tour-pkg-wraper li .image-box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tour-pkg-wraper li .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-pkg-wraper li .text-holder {
    padding: 20px;
    color: white;
}

.tour-pkg-wraper li .text-holder h3 {
    text-shadow: 2px 2px 3px #101010;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0 0 5px !important;
}

.tour-pkg-wraper li .boxes-holder {
    width: 48%;
    position: absolute;
    bottom: 20px;
    color: white;
}

.tour-pkg-wraper li .icons-box {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 3px;
    align-items: center;
    padding: 15px 12px 6px 20px;
    background: #dc7a46;
}

.tour-pkg-wraper li .icons-box img {
    max-width: 26px;
    max-height: 28px;
    object-fit: contain;
}

.tour-pkg-wraper li .content-box {
    display: flex;
    width: 100%;
    gap: 3px;
}

.tour-pkg-wraper li .content-box .price {
    width: calc(100% - 43px);
    align-content: center;
    line-height: 1.3;
    padding: 6px 12px 6px 20px;
    background-color: #088589;
}

.tour-pkg-wraper li .content-box .what-icon {
    width: 40px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #088589;
}

.tour-pkg-wraper li .content-box .what-icon img {
    width: 25px;
    height: 25px;
}

.tour-pkg-wraper li .icons-box:has(.text-box) {
    gap: 0;
}

.tour-pkg-wraper li .icons-box .text-box {
    width: 100%;
    margin-bottom: 15px;
}

.tour-pkg-wraper li .icons-box .text-box h4 {
    font-size: 19px;
    margin: 10px 0;
}

.tour-pkg-wraper li .icons-box .text-box span {
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 14px;
}
        .tour-pkg-wraper li p {
            margin: 0;
            line-height: 20px;
        }

            .tour-pkg-wraper li .icons-box-top {
                display: flex;
                flex-wrap: wrap;
                gap: 13px;
                margin-bottom: 3px;
                align-items: center;
            }

.tour-pkg-wraper li .icons-box-top img {
    max-width: 28px;
    max-height: 33px;
    object-fit: contain;
}
.umrah-table .table span{
    font-size: 13px;
    display: block;
    color: rgb(83, 83, 83);
    margin-top: 5px;
    line-height: 1.5;
}
.umrah-table .table a.ico-box {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
}
.umrah-table .table a:hover{
    color: #088589;
}
.umrah-table  .table th{
    letter-spacing: 1px;
    min-width: 100px;
    text-transform: uppercase;
}
.umrah-table {
    overflow-x: auto;
}
.float-left-box .links-boxes{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.float-left-box .boxes{
    width: 60%;
    min-width: 150px;
}
.float-left-box .boxes h3{
    font-size: 21px;
}
.float-left-box .last-box{
    flex: 1;
    width: 38%;
}
.float-left-box .tour-more-list li{
    width: 50%;
}
.float-left-box .last-box .tour-more-list li{
    width: 100%;
}





.image-box-4 {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
}

    .image-box-4 a {
        width: 1 1 24%;
        flex: 1;
        min-width: 250px;
    }

        .image-box-4 a img {
            width: 100%;
        }

.umrah-pkg-list {
    display: flex;
    position: relative;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding: 30px 0;
}

.umrah-pkg-column {
    width: calc(23% - 25px);
    min-width: 150px;
}

.umrah-pkg-list::before {
    content: '';
    position: absolute;
    width: 46%;
    height: 100%;
    margin-left: -600px;
    padding-left: 600px;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: #f8e4da;
}

.umrah-pkg-column div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
    padding: 0;
}

.umrah-pkg-column a {
    flex: 1 1 45%;
    min-width: 113px;
    color: #088388;
    font-size: 18px;
}

.umrah-pkg-column:nth-child(2) div a {
    flex: 100%;
}

.umrah-pkg-column a:hover {
    color: #d37643;
}

ul.umrah-pack-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

    ul.umrah-pack-list li {
        width: calc(33.3% - 10px);
        min-width: 250px;
    }
    ul.umrah-pack-list li a:hover {
        color: #d37643;
    }