body {
    font-size: 18px; /* Base font size */
    color: #111; /* Main text color */
    line-height: 1.6; /* Ensures readability */
}
.wpcf7-turnstile.cf-turnstile {
    display: table;
    margin: 0 auto;
    bottom: 0px;
    position: relative;
}
.sectionM{padding:80px 0}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #1d2231; /* Using the main brand color for headings */
    margin-bottom: 1em;
}

h1 {
    font-size: 2.5em; /* Example size, adjust as needed */
    font-weight: 700;
}

h2 {
    font-size: 2em;
    font-weight: 700;
}

h3 {
    font-size: 1.75em;
    font-weight: 500;
}

h4 {
    font-size: 1.5em;
    font-weight: 500;
}

h5 {
    font-size: 1.25em;
    font-weight: 400;
}

h6 {
    font-size: 1em;
    font-weight: 400;
}

/* Paragraphs */
p {
    font-size: 18px;
    margin-bottom: 1.5em; /* Space between paragraphs */
}

/* Links */
a {
    color: #007bff; /* Primary link color */
    text-decoration: none;
    font-weight: 500;
}

a:hover, a:focus {
    color: #0056b3; /* Hover/Focus color */
    text-decoration: underline;
}

/* Lists */
ul, ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0;
}

ul li, ol li {
    font-size: 18px;
    margin-bottom: 0.5em;
}

#section-about h3{
    margin: 35px 0 0 0;
    line-height: 1;

}

.q_logo a {
    height: 72px!important;
}
.btn-consultation {
    background: #047979!important;
    font-size: 21px;
    border-radius: 10px;
}
div#wpcf7-f485-p175-o1 {
    padding: 30px;
    background: #495569;
}
#wpcf7-f485-p175-o1 h3{
  margin:0;
}
#wpcf7-f485-p175-o1 p{
margin-bottom: 3px;
}

#wpcf7-f485-p175-o1, #wpcf7-f485-p175-o1 p, #wpcf7-f485-p175-o1 h3, #wpcf7-f485-p175-o1 label {
    color: white!important;
}
input.wpcf7-form-control.wpcf7-submit.submit-button {
    background: gold;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: table;
    padding: 20px 30px;
    border-radius: 8px;
}
.wpcf7-not-valid-tip {
    color: yellow;
    font-size: 1em;
    font-weight: normal;
    display: block;
    border: 3px dashed yellow;
    padding: 3px 0 2px 10px;
}



input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-quiz, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    color: black;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}
/* Form Container Styles */
.form-container {
    max-width: 800px;
    margin: 0 auto;
   
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


#breadcrumbs nav {
    font-size: 14px;
}

/* Grid Layout */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 10px;
}

.form-column {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.form-full-width {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Form Elements */
.form-group {
    width: 100%;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #eef2f6;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}


@media (max-width:700px){
  
  .sectionM{padding:20px 0}
 header .q_logo img.mobile {
    width: auto; height:60px!important; margin:20px 0 0 0!important;
}

  .mobile_menu_button span{color:white!important; font-size:28px!important}
   .form-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .form-column {
        gap: 15px;
    }
  
  
}

@media only screen and (max-width: 480px) {
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, div.grid_section .section_inner, nav.content_menu ul {
        width: 380px;
    }
}