/**
* Theme Name: Triply Child
* Description: This is a child theme of Triply, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: triply
* Version: 2.4.7
*/

.triply-trip-map-container {
    margin: 20px auto;
    text-align: center;
}

.triply-trip-map-img {
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.triply-trip-map-img:hover {
    transform: scale(1.02);
}
.st-title {
    
    color:black;
}
