html, body {
  --blue: #1C3F70;
  --green: #1C3F70;
}
:root {
  --blue: #1C3F70;
  --green: #1C3F70;
}
p, ul li, ol li, a{
	font-family: 'Parkinsans', sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Parkinsans', sans-serif;
}
.contact-form .contact-form-heading{
	display: none;
}
.contact-form-heading{
	margin-top: 5px;
	margin-bottom: 25px;
	color: #1C3F70;
}

/* Sidebar wrapper styling */
.sidebar .widget-area.custom-sidebar-area{
	margin-top: 10px;
	padding-bottom: 0px;
}
.sidebar .widget-area.custom-sidebar-area #block-7{
    background: #f4f6fb;
/*     padding: 10px 10px; */
    border-radius: 30px;
/* 	padding: 5px; */
}
.sidebar .widget-area.custom-sidebar-area #block-7.widget{
    border: none;
}
.sidebar .widget-area.custom-sidebar-area .widget_block{
	border-radius: 30px;
	background-color: #f4f6fb;
}
.sidebar .widget-area.custom-sidebar-area .widget_block figure{
	margin-bottom: 0px;
}
.sidebar .widget-area.custom-sidebar-area img{
	border-radius: 10px;
}

/* .sidebar .widget-area.custom-sidebar-area .widget_block:not(:last-child){
	margin-bottom: 20px;
} */

/* Form container */
.sidebar .wpcf7 {
    width: 100%;
}

/* Input + textarea styling */
.sidebar .wpcf7 input[type="text"],
.sidebar .wpcf7 input[type="email"],
.sidebar .wpcf7 input[type="tel"],
.sidebar .wpcf7 textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 12px 5px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

/* Remove default outline and add clean focus */
.sidebar .wpcf7 input:focus,
.sidebar .wpcf7 textarea:focus {
    outline: none;
    border-bottom: 1px solid #2d3e6f;
}

/* Placeholder styling */
.sidebar .wpcf7 input::placeholder,
.sidebar .wpcf7 textarea::placeholder {
    color: #777;
}

/* Textarea height */
.sidebar .wpcf7 textarea {
    height: 120px;
    resize: none;
}

/* Submit button */
.sidebar .wpcf7 input[type="submit"] {
    background: #2d3e6f;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Button hover */
.sidebar .wpcf7 input[type="submit"]:hover {
    background: #1f2c4d;
}

/* Optional: spacing fix */
.sidebar .wpcf7 p {
    margin-bottom: 15px;
}







