/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
Description: Zarcall child theme
*/

/* Get a Quote page */
.page-id-823 .entry-title {
    margin-top: 40px;
    text-align: center;
}
.page-id-823 .entry-content {
    padding: 20px 0 60px;
}

.page-id-823 h1.entry-title { text-align: center; }

body.page-id-823 .entry-title { display: none !important; }

body.page-id-823 .entry-title { display: none !important; }

body.page-id-535 .entry-title { display: none !important; }

.site-header { background: #0a1628 !important; }
﻿

/* === FIX: mobile horizontal overflow (2025-05-25) === */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

@media (max-width: 767px) {
    .site-logo {
        margin-left: 0 !important;
    }
    header .custom-logo-link img,
    .astra-logo-svg {
        width: 200px !important;
        max-width: 200px !important;
    }
}
