/*
Theme Name: Divi Child
Theme URI: https://yourwebsite.com
Description: Divi Child Theme
Author: Your Name
Template: Divi
Version: 1.0.0
*/

/* Add your custom CSS below this line */

/* =============================================
   STICKY HEADER
   ============================================= */
.et-theme-builder-header-layout-wrapper,
#main-header,
.et_header_style_centered .et-fixed-header,
.et-theme-builder-header-layout-wrapper > div {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
}

/* Ensure the theme builder header sticks */
body .et-theme-builder-header-layout-wrapper {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
}

/* =============================================
   FOOTER CONTACT ICONS (Phone, Location, Email)
   ============================================= */

/* Add icons before phone, location, email in footer */
.et-footer-layout .et_pb_text_inner span[style*="color: #c6c6c6"] {
    display: block;
}

/* =============================================
   SERVICES PAGE - Justified text
   ============================================= */
.et_pb_post_content p,
.et_pb_text_inner p {
    text-align: justify;
}

/* =============================================
   FOOTER CONTACT ICONS - Add SVG icons via CSS
   ============================================= */
