/* ================= INNER PAGE BANNER ================= */
.service-banner {
    padding: 60px 0;
    background: linear-gradient(
        rgba(0, 84, 166, 0.9),
        rgba(0, 20, 40, 0.9)
    );
    color: #fff;
    text-align: center;
}

.hero-title {
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 1.05rem;
    max-width: 750px;
    margin: 0 auto;
}

/* ================= CONTACT SECTION ================= */
.contact-section {
    padding: 80px 0;
    background: #f4f7fa;
}

.contact-wrapper {
    display: flex;
    gap: 40px;
    background: #fff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.contact-info-panel,
.contact-form-panel {
    flex: 1;
}

.info-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.info-item i {
    font-size: 22px;
    color: #E13D3A;
}

/* FORM */
.form-card {
    background: #0054a6;
    color: #fff;
    padding: 35px;
    border-radius: 12px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: none;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: #E13D3A;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

/* MAP */
.map-section iframe {
    width: 100%;
    height: 350px;
    border: 0;
}

/* MOBILE */
@media (max-width: 768px) {
    .contact-wrapper {
        flex-direction: column;
        padding: 25px;
    }

    .hero-title {
        font-size: 2rem;
    }
}
/* General Footer Styling */
.modern-footer {
    background-color: #0f172a; /* Dark navy (professional) */
    color: #ffffff;
    padding-top: 50px;
    font-family: 'Arial', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Grid – SAME */
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 1fr 1.2fr;
    gap: 30px;
    padding-bottom: 40px;
}

/* BRAND */
.footer-brand h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #0054a6; /* LOGO BLUE */
}

.footer-brand h2 span {
    color: #e13d3a; /* LOGO RED */
}

.brand-label {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color: #cbd5e1;
}

.modern-footer h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ffffff;
}

/* LINKS */
.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.footer-links li::before {
    content: "▶";
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 4px;
    color: #0054a6; /* BLUE accent */
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffffff;
}

/* NEWSLETTER */
.newsletter-form {
    display: flex;
    margin-top: 15px;
}

.newsletter-form input {
    background: #1a2332;
    border: 1px solid #334155;
    padding: 10px;
    color: white;
    width: 100%;
}

.newsletter-form button {
    background-color: #0054a6; /* LOGO BLUE */
    border: none;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
}

.newsletter-form button:hover {
    background-color: #e13d3a; /* LOGO RED */
}

/* CONTACT INFO */
.footer-contact-info p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.footer-contact-info i {
    color: #e13d3a; /* RED icons */
    margin-right: 12px;
    margin-top: 4px;
}

/* BOTTOM BAR */
.footer-bottom {
    background-color: #0b1220;
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #cbd5e1;
}

.copyright-text a {
    color: #0054a6; /* BLUE link */
    text-decoration: none;
}

/* SOCIAL ICONS */
.footer-social {
    display: flex;
    gap: 10px;
}

.social-icon {
    background: #e13d3a; /* RED like logo */
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.social-icon:hover {
    background: #0054a6; /* BLUE hover */
}

/* MOBILE */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bottom-flex {
        flex-direction: column;
        gap: 15px;
    }

    .footer-links li {
        padding-left: 0;
    }

    .footer-links li::before {
        display: none;
    }
}

/* --- Contact Banner Section --- */
.contact-banner {
    position: relative;
    padding: 120px 0;
    text-align: center;
    color: #ffffff;
    overflow: hidden; /* Important for the zoom effect */
    background-color: #062845; /* Fallback color */
    z-index: 1;
}

/* --- The Background Image Layer --- */
.contact-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Replace with your actual gas pipeline photo path */
    background: url('../assets/images/banner1.png') no-repeat center center;
    background-size: cover;
    z-index: -2;
    transition: transform 0.8s ease, filter 0.5s ease;
}

/* --- Dark Blue Overlay --- */
.contact-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom, 
        rgba(11, 79, 138, 0.85), 
        rgba(6, 40, 69, 0.9)
    );
    z-index: -1;
    transition: background 0.5s ease;
}

/* --- THE HOVER EFFECT --- */
/* When you hover over the banner, the photo zooms in and overlay lightens */
.contact-banner:hover::after {
    transform: scale(1.1); /* Zoom effect */
    filter: brightness(1.1); /* Makes the photo pop more */
}

.contact-banner:hover::before {
    background: rgba(6, 40, 69, 0.7); /* Lightens the blue overlay slightly */
}

/* --- Text Styling (Stays on Top) --- */
.hero-badge {
    background: #E13D3A;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 1.1rem;
    max-width: 650px;
    margin: 0 auto;
    opacity: 0.9;
}