    
    .cf-title {
font-size: 30px;
font-weight: 700;
margin-top: 50px;
margin-bottom: 25px;
text-align: center;
color: #555555;
letter-spacing: 0.5px;
text-transform: uppercase;    
padding-bottom: 8px;
} .cf-section {
border: 1px solid #d5ddea;
padding: 20px 25px;
margin-bottom: 25px;
background: linear-gradient(#fafbfc, #f4f6f9);
border-radius: 8px;
} .cf-section h3 {
margin-top: 0;
font-size: 20px;
margin-bottom: 15px;
color: #253965;
font-weight: 600;
letter-spacing: 0.3px;
} .cf-section p {
margin-bottom: 15px;
font-size: 15px;
} .cf-section input[type="text"],
.cf-section input[type="email"],
.cf-section input[type="tel"],
.cf-section textarea,
.cf-section input[type="file"] {
width: 100%;
max-width: 100%;
box-sizing: border-box;
padding: 10px 12px;
font-size: 15px;
border: 1px solid #cbd3df;
border-radius: 5px;
background: #ffffff;
transition: all 0.2s ease;
} .cf-section input[type="text"]:focus,
.cf-section input[type="email"]:focus,
.cf-section input[type="tel"]:focus,
.cf-section textarea:focus,
.cf-section input[type="file"]:focus {
outline: none;
border-color: #1b4c94;
box-shadow: 0 0 0 3px rgba(27, 76, 148, 0.15);
} .cf-submit-wrapper {
text-align: center;
margin-top: 30px;
} .cf-submit-wrapper input[type="submit"] {
display: inline-block;
padding: 12px 35px; text-align: center;
font-weight: 400;
font-size: 16px;
line-height: 22px;
border-radius: 5px;
color: #fff;
background: #c5393c; border: none;
cursor: pointer;
white-space: nowrap;
transition: background 0.25s ease, box-shadow 0.25s ease;
} .cf-submit-wrapper input[type="submit"]:hover {
background: #d94a4d !important; box-shadow: 0 0 10px rgba(217, 74, 77, 0.45);
}