.custom-close {
    height: 30px;
    width: 30px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff4838;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
}

.send-enquiry-float {
    position: fixed;
    top: 37%;
    right: -62px;
    background-color: #8b4501;
    z-index: 99;
    transform: rotate(-90deg);
}


/* For smaller screens (phones and tablets) */
@media (max-width: 768px) {
    .send-enquiry-float {
        right: -47px;
        /* Adjust right position */
    }
}

/* For very small screens (like portrait smartphones) */
@media (max-width: 480px) {
    .send-enquiry-float {
        right: -47px;
        /* Adjust right position */
    }
}

/* For very large screens (desktops or wide monitors) */
@media (min-width: 1200px) {
    .send-enquiry-float {
        right: -63px;
        /* Adjust right position */
    }
}

/* .about-footer */
.about-footer h1,
.about-footer h2,
.about-footer h3 {
    color: #2c3e50;
    font-size: 18px;
    /* Smaller headings */

}

.about-footer p {
    color: #34495e;
    font-size: 12px;
    /* Smaller paragraph text */

}

.about-footer ul {
    list-style-type: square;
    margin-left: 20px;
    font-size: 12px;
    /* Smaller paragraph text */

}

.about-footer {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.icon_sightseeing {
    width: auto !important;
    height: auto !important;
}

.destination-fw-content {
    text-align: center;
    padding: 12px 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.destination-fw-content span {
    padding: 6px 9px;
    margin: 0px;
    border: 1px solid #f3eaea;
    border-radius: 8px;
    background-color: #f7e8e8;
    box-shadow: 1px 1px 1px gray;
}

.viewdetails {
    color: #fff;
    background-color: #011a8b;
    border-color: #011a8b;
}

.viewdetails:hover {
    color: #fff;
    background-color: #0a26a5;
    border-color: #011a8b;
}

/* Remove overflow and padding-right */



.position-relative {
    position: relative;
}

.overplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
}

.overplay:hover {
    background: rgba(0, 0, 0, 0.8);
}

.play-icon {
    color: white;
    font-size: 36px;
    font-weight: bold;
}

