.icon{
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px;
    width: 48px;
    height: 48px;
}
.destinations {
    padding-top: 1rem !important;
    padding-bottom:1rem !important;
}
.recommended {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}
.list-unstyled{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5E6D77;
    margin-bottom: 16px;
}
.list-unstyled > i {
    margin-right: 6px;
}

.page-menu li a {
    color: #fdfcfc !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10 !important;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index:    10 !important;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.gallery-item {
    width: 200px;
    padding: 5px;
}

/*.head-wrapper{*/
/*    position: fixed !important;*/
/*    width: 100% !important;*/

/*}*/
.home-page-slide-show{
    padding-top: 0rem;
}

.subscription{
    padding-top:1rem !important;
    padding-bottom:3rem !important;

}
.popular-routes {
    padding-top: 1rem !important;;
    padding-bottom: 1rem !important;;
}

.carousel-indicators [data-bs-target]{
    background-color: #0293d2;
}
.bg-success{
    margin-right: 5px;
}
.category-button{
    margin: 3px !important;
}
.iterary_day {
    background-color: rgb(255 193 0) !important;;
    display: inline-block;
    padding: .35em .65em;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin: 3px;
}
.footer-menu > li >a {
    color: #5D5D5D;
}

.ft-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: right;
    width: 100%;
    padding-right: 75px;
    background-color: transparent;
    color: #fff;
    z-index: 30;
    position: fixed;
    top: 50%;
    height: auto;
}

.btn-ft-toolbar {
    background-color: #b90622;
    min-height: 48px;
    color: #ffffff;
    max-width: 175px;
    width: 100%;
    border-radius: 50px;
    border: none;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-ft-toolbar:hover {
    background-color: #a96977 !important;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .ft-toolbar {
        padding-right: 1.5rem;

        display: flex;
        align-items: flex-end;
        justify-content: right;
        width: 100%;
        background-color: transparent;
        color: #fff;
        z-index: 30;
        position: fixed;
        top: 50%;
    }
}
.a4-page {
    width: 210mm; /* A4 width */
    /*height: 297mm; !* A4 height *!*/
    padding: 20mm; /* Optional padding */
    background: white;
    margin: 0 auto; /* Center on the page */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Optional shadow for preview */
    /*overflow-y: clip !* Prevent content overflow *!*/
}

.media-modal-content .media-frame select.attachment-filters {
    margin-top: 32px;
    margin-right: 2%;
    width: 20% !important;
}
.media-frame select.attachment-filters {
    margin-top: 11px;
    margin-right: 2%;
    /*max-width: 42%;*/
    max-width:100%;
}
.media-toolbar-secondary{
    width: 100% !important;
}

.rounded-custom {
    width: 306px;
    height: 306px;
    object-fit: cover; /* Ensures the image covers the container */
    border-radius: 50px; /* Sets the roundness of the corners */
}
