@import url(./colorCode/code.css);

.yatra-section {
    background-image: linear-gradient(to bottom, var(--white), var(--cream-light)) ; /* light cream bg */
    padding: 60px 0;
}

.yatra-heading {
    display: inline-block;
    background: var(--yellow-heading);
    padding: 8px 25px;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 40px;
}

.legend-list {
    list-style: none;
    padding: 0;
}

.legend-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 500;
}

.legend-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
}

.map-img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
}

.info-box {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--orange);
    font-weight: 600;
    font-size: 18px;
}

.info-box img {
    width: 45px;
}

@media (max-width: 768px) {
    .legend-map-wrapper {
        text-align: center;
    }
    /* .info-box {
        width: 300px;
    } */
}