/* Body Text Styling */
body {
    font-size: 18px;
    color: #0e0e0e;
    line-height: 27px;
    margin: 0; /* Default body margin reset */
}
nav.main_menu>ul>li.active>a {
    color: #eee!important;
}
#section-hero h1, #section-hero .h2{color:white}
#section-hero .h2{font-size:21px; margin:20px 0}

.btn-cta {
    /* Button size and spacing */
    padding: 16px 32px;
    margin: 20px 0;
    
    /* Typography */

    /*font-size: 18px;*/
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    
    /* Colors and gradients */
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: #ffffff!important;
    
    /* Shape and borders */
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
    /* Transitions */
    transition: all 0.3s ease;
    
    /* Layout */
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-cta:hover {
    /* Hover state */
    background: linear-gradient(135deg, #2a5298 0%, #1e3c72 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    text-decoration: none;
}

.btn-cta:active {
    /* Active state */
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .btn-cta {
        padding: 14px 28px;
        /*font-size: 16px;*/
        width: 100%;
    }
}

/* Paragraph Styling */
p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 27px; /* Ensures consistent line-height within paragraphs */
}

/* Heading Styling (Optional, for better hierarchy) */
h1, h2, h3, h4, h5, h6 {
    color: #0e0e0e; /* Consistent color for headings */
    line-height: 1.2; /* Adjust line-height for headings */
    margin-top: 20px; /* Adjust top margin for better spacing */
    margin-bottom: 10px; /* Adjust bottom margin for better spacing */
}
.sectionM{padding:60px 0}
.darkBkg, .darkBkg h1, .darkBkg h2, .darkBkg .h1{
  
  color:white!important;
  
}
.darkBkg h3{color:#f5f5f5}
.darkBkg p{color:#f5f5f5}
.header_bottom{background-color: #293035!important;}
.btn-callout {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    border-radius: 10px;
    margin: 20px 0;
}

.darkBkg .btn-callout{background:#E1C16E;}

.footer_bottom img {
    text-align: center;
    display: table;
    margin: auto;
    padding: 20px 0;
}

.elementor-1156 .elementor-element.elementor-element-636afe5c img{width:100%;}
.single-post .elementor-widget-container p {
    line-height: 1.4;
    padding: 20px 0 10px;
}
@media (max-width: 750px) {
  
  .sectionM{padding:25px 0}
  .header_bottom {background:#293035!important;}
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}