body {
    font-family: Arial, sans-serif;
}
.hero {
    background-color: #f8f9fa;
    text-align: center;
    padding: 60px 20px;
}
.btn-primary {
    background-color: #1A2E5B;
    border: none;
}
.modal-content {
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.modal-title {
    font-weight: bold;
    color: #1A2E5B;
}

.form-control {
    border-radius: 8px;
    font-size: 16px;
}

.btn-primary {
    background-color: #1A2E5B;
    border: none;
    font-weight: bold;
    padding: 10px;
}

.btn-primary:hover {
    background-color: #0026a3;
}


.section {
    padding: 60px 20px;
}
.footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
}
.navbar-brand {
    display: flex;
    align-items: center;
    font-size: 1.8rem;  /* Increases SAFKYC text size */
    font-weight: bold;
    color: #1A2E5B; /* Change this to match your logo's color */
}
.navbar-brand img {
    height: 40px; /* Increase logo size */
    width: 40px;
    margin-right: 12px;
}
.navbar {
    background-color: #F4F7FE;
    padding: 15px 20px;
}
.modal-content {
    padding: 20px;
    border-radius: 10px;
}

.feature-box {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    min-height: 180px;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    font-size: 1.5rem;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: center;
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1A2E5B;
    margin-bottom: 8px;
}

.feature-subtitle {
    font-size: 1rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

.feature-text {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
}

.section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1A2E5B;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
}

.section-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    color: #F4A100;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.section-subtitle i {
    font-size: 1.4rem;
}

ul.needs-list {
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}

ul.needs-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 6px 0;
}

ul.needs-list li::before {
    content: "🔹";
    font-size: 1.2rem;
    color: #F4A100;
}

.trusted-section {
    background: #ffffff;
    padding: 50px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.trusted-section h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1A2E5B;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rocket-icon {
    font-size: 1.8rem;
    color: #F4A100;
}

.trusted-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 20px;
}


.footer {
    background-color: #f8f9fa;
    padding: 30px 20px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    border-top: 2px solid #ddd;
}

.footer a {
    color: #0033cc;
    font-weight: 600;
    text-decoration: none;
    margin: 0 10px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer p {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #666;
}

.footer .social-links {
    margin-top: 10px;
}

.footer .social-links a {
    margin: 0 5px;
    font-size: 1.2rem;
}

.footer .social-links a:hover {
    color: #F4A100;
}
