.active-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2px;
    background-color: #FF5733;
    animation: underlineSlide 0.4s ease-in-out forwards;
}

@keyframes underlineSlide {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 100%;
        opacity: 1;
    }
}


.glider-dot.active {
    background: #D4AF37 !important;
}

.hero-section input {
    color: #000;
}

.inner-page-banner {
    background: url(/frontend/assets/images/home/inner-page-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 21%;
}

main ol,
main ul {
    list-style: inside;
    margin: 0 !important;
    padding: 0px 0px 6px 0px !important;
}

main li {
    list-style-position: outside;
    margin-bottom: 5px;
    position: relative;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 10px;
}

.variation-tab-content h2 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    margin: 15px 0px 10px;
}


main li::before {
    content: '\f061';
    position: absolute;
    left: 0;
    color: red;
    font-family: 'FontAwesome';
}


#map-section iframe {
    width: 100%;
    max-width: 100%;
    height: 450px;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.inner-page-banner.contact-us {
    background-position: center 50%;
}
