.tour-card {
background: #ffffff;
border: 1px solid #eee;
border-radius: 8px;
padding: 40px 30px;
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
max-width: 600px;
margin: 0 auto;
} .tour-card h3 {
margin-top: 0;
margin-bottom: 15px;
} .tour-card p {
margin-bottom: 15px;
line-height: 1.6;
} .tour-card .sow-accordion {
margin-top: 10px;
margin-bottom: 20px;
} .tour-card .so-widget-sow-button {
text-align: center;
} .tour-card .sow-button-base a {
background: #c96;
border-radius: 6px;
padding: 12px 24px;
font-size: 16px;
}
@media (max-width: 600px) {
.tour-card {
max-width: 90%;
padding: 30px 20px;
}
}
.equal-column {
display: flex;
flex-direction: column;
height: 100%;
} body, p, span, div, h1, h2, h3, h4, h5, h6 {
font-family: "YourFontName", sans-serif !important;
} *[style*="font-family"] {
font-family: "YourFontName", sans-serif !important;
}
.so-anything-carousel .carousel-item img {
width: 100%;
height:300px; object-fit: cover;
}
.main-navigation a {
padding: 10px 18px;
border-radius: 25px;
transition: all 0.3s ease;
color: #ffffff;
}
.main-navigation a:hover {
background-color: #25D366; color: #ffffff;
}