/*
Theme Name: Hello Elementor Child
Description: A child theme for Hello Elementor theme.
Author: Himadri P. Patel
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

.section-fullwidth.section-main{
    max-width: 1200px;
    min-height:1450px;
    margin: 0 auto; /* Centers the container */
    /* padding: 0 16px;  */
    overflow-x: hidden; 
    box-sizing: border-box;
}

.elementor-location-header .elementor-section {
    z-index: 100;	
}
.elementor-location-footer .elementor-section {
    z-index: 99;
}

/********** CSS for font size when toggle is enabled start **********/
/* General typography override */
.fontsize {
    --wpa-font-size: 18px;
    font-size: var(--wpa-font-size);
    line-height: 1.6;
}

/* Specific text elements override */
.fontsize p,
.fontsize li:not(.a11y-toolbar-list-item),
.fontsize label,
.fontsize input[type="text"],
.fontsize input[type="email"],
.fontsize select,
.fontsize textarea,
.fontsize legend,
.fontsize code,
.fontsize pre,
.fontsize dd,
.fontsize dt,
.fontsize blockquote {
    font-size: var(--wpa-font-size);
    line-height: 1.6;
}

.fontsize .pagination,
.fontsize .pagination li,
.fontsize .pagination a {
    font-size: initial !important;
    line-height: initial !important;
}

.fontsize .broker-info p{ line-height: 10px !important; }
/*********** CSS for font size when toggle is enabled end ***********/
