/* ===== TOP 25 THINGS TO DO PAGE ===== */

.section-heading__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #181818;
    margin-bottom: 15px;
}

.lead {
    font-family: 'Hind', sans-serif;
    font-size: 1.2rem;
    color: #555;
}

.about-content {
    font-family: 'Hind', sans-serif;
    font-size: 1.1rem;
    color: #444;
    line-height: 1.8;
}

.list-spaced li {
    font-family: 'Hind', sans-serif;
    font-size: 1.05rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 3px solid #F60B0E;
}

.list-spaced li strong {
    color: #181818;
}

h3.mt-5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #181818;
    margin-top: 50px !important;
    margin-bottom: 20px;
}

h3.mt-5 a {
    color: #F60B0E;
    transition: color 0.3s ease;
}

h3.mt-5 a:hover {
    color: #c00;
}

h3.mt-5 small {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    color: #666;
    margin-top: 5px;
}

.btn-primary {
    background: linear-gradient(135deg, #F60B0E 0%, #c00 100%);
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 40px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #c00 0%, #900 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(246, 11, 14, 0.3);
}

@media (max-width: 768px) {
    .section-heading__title {
        font-size: 1.6rem;
    }
    
    h3.mt-5 {
        font-size: 1.2rem;
    }
}

