body {
    font-family: 'Open Sans', sans-serif;
}
.navbar-brand {
    font-size: 30px;
    font-weight: 700;
}
.nav-link {
    font-size: 16px;
    font-weight: 600;
}
.btn-primary {
    background-color: #1565D8;
    border-color: #1565D8;
}
.btn-primary:hover {
    background-color: #183B56;
}
.hero-section {
    background-image: url(../images/background.png);
    background-size: cover;
    background-repeat:no-repeat ;
    padding: 100px 0;
}
.hero-section h1 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
}
.hero-section p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.form-back{
    background: #919191b5;
    padding: 25px;
    border-radius: 10px;
}

.feature-section {
    padding: 100px 0;
}
.feature-section h2 {
    font-size: 40px;
    padding: 10% 10% 5%;
    font-weight: 700;
}
.feature-section p {
    font-size: 18px;
    padding: 0% 10% 5%;
    font-weight: 400;
}
.feature-section button { 
    margin: 0% 10%; 
}
.key-features-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}
.key-features-section h2 {
    font-size: 40px;
    font-weight: 700;
}
.key-features-section p {
    font-size: 18px;
    font-weight: 400;
}
.testimonial-section {
    padding: 100px 0;
    background-color: #f8f9fa;
}
.testimonial-section h2 {
    font-size: 36px;
    font-weight: 700;
}
.testimonial-section p {
    font-size: 20px;
    font-weight: 400;
}
.footer-section {
    padding: 10px 0;
    background-color: #f8f9fa;
}
.footer-section h5 {
    font-size: 18px;
    font-weight: 700;
}
.footer-section a {
    color: #5A7184;
    text-decoration: none;
}
.footer-section a:hover {
    color: #1565D8;
}
.feature-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.feature-card h3 {
    font-size: 32px;
    font-weight: 700;
}
.feature-card p {
    font-size: 18px;
    font-weight: 400;
}

.form-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-container h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1565D8;
}
.form-container .btn-primary {
    width: 100%;
    background-color: #1565D8;
    border-color: #1565D8;
}
.form-container .btn-primary:hover {
    background-color: #183B56;
}