/* Source: page/contact04.php */
.hero-section {
            background: linear-gradient(135deg, #00a75d, #28a745, #007bff);
            color: #fff;
            padding: 70px 0 45px;
            text-align: center;
        }
        .hero-section h1 {
            font-size: 3.2rem;
                font-weight: 500;
            }
            .hero-section p {
                font-size: 1.3rem;
                opacity: .95;
            }
