.first-level-ul > li > a.active {
    color: #f26625 !important;
}

#description p {
    margin-bottom: 5px;
}

/* Optional: thumbnail hover */
.thumb-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thumb-hover:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Booking Steps */
.booking-step-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.step-indicator {
    min-width: 110px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    transition: 0.3s;
}

.step-circle.active {
    background: #f26625ff;
    color: #fff;
    box-shadow: 0 4px 10px rgba(255,102,0,0.3);
}

.step-title {
    font-weight: 600;
    font-size: 14px;
}

.step-content {
    flex: 1;
}

.about-text {
    max-height: 225px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.about-text.expanded {
    max-height: 1000px;
}

.partner-btn {
    min-width: 100px !important;
}

.bg-ratio {
    aspect-ratio: 16/5 !important;
}

.whatsapp-button {
        position: fixed;
        bottom: 30px;
        left: 50px;
        z-index: 1000;
        width: 50px;
        height: 50px;
        background-color: #25D366;
        border-radius: 50px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
        transition: background-color 0.3s ease;
}
.whatsapp-button:hover {
    background-color: #1DA851;
}
.whatsapp-button img {
    width: 50px;
    height: 50px;
}

.whatsapp-chat-widget {
        position: fixed;
        bottom: 30px;
        left: 50px;
        z-index: 9999;
        cursor: pointer;
}


@media (max-width: 767px) {
    .table-form .btn-box {
        flex-direction: column;
        width: 100%;
        gap: 10px !important;
        float: none !important;
    }

    .table-form .btn-box .theme-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .step-bar-list .step-bar {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .hero-content {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        min-height: 70vh;
    }

    .responsive-tour-title {
        margin-bottom: 20px;
    }

}

#paypal-container-AJK7STTCLWRFN > div {
    min-width: 320px !important;
}

.responsive-logo {
    width: clamp(65px, 10vw, 100px);
    height: auto;
    max-width: 100%;
}

.custom-hr {
    height: 3px;
    background-color: #f26625;
    border: none;
    opacity: 1;
    margin: 20px auto;
}

/* Footer List Items Styling */
.footer-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list-items li {
    position: relative;
    padding-left: 18px !important;
}

.footer-list-items li::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f0da"; /* fa-angle-right */
    font-weight: 900;
    color: #003A59;
    position: absolute;
    left: 0;
}