/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Child theme for Divi
 Author: Marija
 Template: Divi
 Version: 1.0.0
*/

/* Custom CSS ide ispod */

/* White footer background */
.et-l--footer,
.et-l--footer .et_builder_inner_content > .et_pb_section {
    background-color: #FFFFFF !important;
}

/* Homepage CTA buttons - darker teal from the site's existing palette */
body.home .et_pb_button,
body.home .et_pb_button:hover {
    background-color: #0A6F73 !important;
    color: #FFFFFF !important;
}

/* Homepage contact and location information - matching dark teal */
body.home .et_pb_section_0 .et_pb_blurb,
body.home .et_pb_section_0 .et_pb_blurb *,
body.home .et_pb_section_0 .et_pb_blurb a,
body.home .et_pb_section_0 .et_pb_blurb a:hover,
body.home .et_pb_section_0 .et_pb_blurb .et-pb-icon,
body.home .et_pb_section_0 .et_pb_blurb .et-pb-icon::before {
    color: #0A6F73 !important;
}

/* Keep SVG contact and location icons in the same color */
body.home .et_pb_section_0 .et_pb_blurb svg,
body.home .et_pb_section_0 .et_pb_blurb svg * {
    fill: #0A6F73 !important;
    stroke: #0A6F73 !important;
}