.single-shooting-hero {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}

.single-shooting-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}

.single-shooting-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    text-align: center;
}

.single-shooting-container img.inner-image {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.single-shooting-container p {
    font-size: 1.1rem;
    color: #555;
    margin: 10px 0;
}

.content {
    margin: 20px 0;
    text-align: left;
}

.card-button,
.back-button {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 24px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.back-button:hover {
    background-color: #0056b3;
}
.cta-contact-link {
    text-align: center;
    margin: 50px 0 60px;
}

.cta-contact-link a {
    font-family: 'Inter', sans-serif;
    font-style: italic;
    font-size: 1.5rem;
    font-weight: 700;
    color: #6a7633; /* olive green like your image */
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cta-contact-link a:hover {
    color: #4e5a23; /* slightly darker on hover */
}
