/*
Theme Name:   Divi Child
Theme URI:    http://example.com/divi-child/
Description:  Divi Child Theme
Author:       Your Name
Author URI:   http://example.com
Template:     Divi
Version:      1.0.0
License:      GPL v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  divi-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Background Color Changes */

/* Option 1: Change main body background color */
body {
    background-color: #f5f5f5; /* Light gray - change this to your desired color */
    
}

/* Option 2: Change page container background */
#page-container {
    background-color: #ffffff; /* White - change this to your desired color */
    
}

/* Option 3: Change main content area background */
#main-content {
    background-color: #ffffff; /* White - change this to your desired color */
    
}

/* Option 4: Change header background */
#main-header {
    background-color: #ffffff; /* White - change this to your desired color */
    
}

/* Option 5: Change footer background */
#main-footer {
    background-color: #222222; /* Dark gray - change this to your desired color */
    
}

/* For the specific sections visible in your screenshot */
.blue .et_pb_text_inner h2{
	color: unset!important;
}
.blue .et_pb_text_inner h2, .blue div.et_pb_text_2 h2{
	color:#0077c8 !important;
}
/* To target specific colored sections like the teal/pink sections in your image */
.et_pb_section_0 {
    background-color: #1BB3B7; /* Teal color - adjust as needed */
    background-color: #ffbf26;
}
section.et_pb_wpt_gravityform_0 div.gform_wrapper li.gfield div.ginput_complex label:not([class^=gfield_label]), section.et_pb_wpt_gravityform_0 div.gform_wrapper div.ginput_complex label:not([class^=gfield_label]){
	color:black !important;
}
.et_pb_section_1, .et_pb_section, ul.et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
    background-color: white !important; 
	color: black;
}

ul#menu-nav-bar ul.sub-menu{
	background-color:white !important;
}

div.et_pb_section_0_tb_header.et_pb_section{
	background-color:#FFBF26 !important;
}

.et_pb_column_0{
	 
	
}