@media (min-width: 993px) {
    .hero-header.packages {
        min-height: 360px;
        padding: 3rem 0;
    }

    .heading-title.packages {
        color: #000000;
        font-family:  var(--body-font-family);
        font-size: 18px;
        font-weight: 400;
        line-height: 38px;
        letter-spacing: -0.5px;
        -webkit-text-stroke-color: #000;
        stroke: #000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .package-icon-box-icon {
        margin-right: 15px;
    }

    .package-icon-box-wrapper {
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 5px;  
        margin: 10px;
    
    }
    .package-icon-box-title {
        font-family:  var(--body-font-family);
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        color: #000000;
        text-wrap: nowrap;
    }
    
    .price.packages {
        color: #000000;
        font-family:  var(--body-font-family);
        font-size: 18px;
    }
    .low-price{

        width: 150px;
        display: block;
    }
    .queries-headding.package {
        color: #FFFFFF;
        font-family:  var(--body-font-family);
        font-weight: 500;
    }

    .enq-title{
        font-size: 36px;
        font-weight: 600;
    }

    .enq-desc{
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .queries-description.package {
        color: #FFFFFF;
        font-family:  var(--body-font-family);
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5em;
    }

    .tour-package-title.packages {
        color: #FFFFFF;
        font-family:  var(--body-font-family);
        font-size: 38px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 58px;
    }

    .package-element-main{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px dashed #ACACAC;
        border-radius: 10px;
    }
    .text-light.queries-description.package{
        font-weight: 400;
    }
    .queries-description.package{
        font-weight: 400;
    }
}

@media (max-width: 600px) {
    .accordion-body{
        padding-left: 10px;
        padding-right: 10px;
    }
    .hero-header.packages {
        min-height: 160px;
        padding: 3rem 0;
    }
    .package-icon-box-title {
        font-family:  var(--body-font-family);
        font-size: 10px;
        font-weight: 500;
        line-height: 18px;
        color: #000000;
    }

    .package-icon-box-wrapper {
        display: block;
        align-items: center;
        padding: 4px;
        background-color: #f9f9f9;
        border-radius: 5px;
        margin: 0px;
        text-align: center;
    }
    .heading-title.packages {
        line-height: 28px;
        color: #000000;
        font-family:  var(--body-font-family);
        font-weight: 500;
        letter-spacing: -0.5px;
        -webkit-text-stroke-color: #000;
        stroke: #000;
        font-size: 18px;
    }

    .low-price{
        width: 140px;
        display: block;
    }
    .price.packages {
        color: #000000;
        font-family:  var(--body-font-family);
        font-size: 18px;
    }
    .text-sm-center {
        text-align: center;
    }

    .enq-title{
        font-size: 20px;
        font-weight: 600;
    }

    .enq-desc{
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .queries-description.package {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5em;
    }

    .tour-package-title.packages {
        color: #FFFFFF;
        font-family:  var(--body-font-family);
        font-size: 22px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 36px;
        margin-top: 65px;
    }
}
.heading-title.packages {
    color: #000000;
    font-family:  var(--body-font-family);
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.5px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.double-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    position: relative;
}
.arabic{
    border: 1px solid #000;
}

.double-buttons a {
    flex: 1;
    display: inline-block;
    line-height: 53px;
    color: #000000;
    font-family: var(--body-font-family);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    background: #fff;
    text-transform: uppercase;
    transition: background-color 0.3s, color 0.3s;
}

.double-buttons a:first-child {
    background: #000;
    color: #FFFFFF;
    border: 1px solid #000;
}

.double-buttons a:hover {
    background-color: var(--bs-primary);
    color: #fff;
    border:1px solid var(--bs-primary);
}
.btn-primary:hover{
    background: var(--bs-primary);
}

.double-buttons a:active {
    background-color: #444;
    color: #fff;
}

.double-buttons .or {
    position: absolute;
    text-align: center;
    display: block;
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
    background: #fafaf8;
    border-radius: 100%;
    border: 1px solid #fff;
    font-style: italic;
    color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}


.queries-button.packages {
    font-size: 18px;
    font-weight: 600;
    fill: #FFFDFD;
    color: #FFFDFD;
    background-color: #61CE7000;
    border-style: double;
    border-width: 2px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 20px 20px 20px;
    width: 270px;
    animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
    border-radius: 50px;
   
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
}



.filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.search {
    position: relative;
}

.search__input {
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    border: 1px solid #E7E7E7;
    background: #fff;
    color: #0f0617;
    font-size: 16px;
    border-radius: 2rem;
    outline: 0;
    font-weight: normal;
}

.search__button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    color: #000000;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.button {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid#000000;
    background: transparent;
}

.button.--active {
    border-color: #000000;
    background: #000000;
    color: #e8e0e0;
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1400px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }
}

.ul.packages {
    list-style-type: disc !important;
    padding-left: 1em !important;
    margin-left: 1em;
    color: #000;
}

li span{
    font-weight: 500!important;
}
.faq-accordion-background {
    padding: 10px 20px;
}

.faq-accordion-background p {
    font-size: 16px;
    font-weight: 500;
    color: #6f6f6f;
    line-height: 30px;

}
accordion-button:not(.collapsed) {
    font-size: 18px;
    font-weight: 500;
    background-color: #FFFFFF;
    border-style: solid;
    border-style: none;

}

.faq-accordion-heading {
    font-weight: 500;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 1px 0px !important;
    border-color: #E1E1E1;
}
.ac-border{
    border: 1px solid #d5d8dc !important;
}
.bg-grey{
    background: #0c0c0c73;
    padding: 10px 11px;
}


.image-ratio{
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.accordion-item {
    margin-bottom: 4px !important;

}
.package-icon-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.postion-image{
    position: static !important;
}
.package-icon-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.package-icon-list-icon {
    display: inline-block;
    margin-right: 14px;
    color: #000;
}

.package-icon-list-text {
    display: inline-block;
    color: #333; /* Text color */
}

.package-position-left {
    text-align: left;
}

.package-vertical-align-middle {
    display: flex;
    align-items: center;
}


.package-icon {
    font-size: 30px;
    color: #444444;
}

.package-icon-box-content {
    display: flex;
    flex-direction: column;
}


.package-icon-box-description {
    font-family:  var(--body-font-family);
    font-weight: 400;
    line-height: 22px;
    color: #7A7A7A;
}