body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9fafb;
}

.partner-program-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
}

.partner-program-text {
    flex: 1;
    padding-right: 50px;
}

.partner-program-text h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
}

.partner-program-text p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.partner-program-text .cta-button {
    background-color: #007bff;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.partner-program-text .cta-button:hover {
    background-color: #0056b3;
}

.partner-program-text .secondary-link {
    margin-left: 20px;
    font-size: 16px;
    color: #007bff;
    text-decoration: none;
}

.partner-program-text .secondary-link:hover {
    text-decoration: underline;
}

.partner-program-image {
    flex: 1;
}

.partner-program-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}






body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9fafb;
}

.section {
    text-align: center;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.section h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}

.cards-container {
    display: flex;
    justify-content: space-between;
}

.card {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    width: 30%;
}

.card img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.card h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.card a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

.card a:hover {
    text-decoration: underline;
}








body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9fafb;
}

.cta-section {
    background-color: #e0f2ff; /* Light blue background */
    text-align: center;
    padding: 80px 20px;
}

.cta-section h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
}

.cta-section .cta-button {
    background-color: #007bff;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.cta-section .cta-button:hover {
    background-color: #0056b3;
}









body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.footer {
    background-color: #333;
    color: #ccc;
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
}

.footer .subscribe-section {
    flex: 1;
    margin-right: 50px;
}

.subscribe-section h2 {
    color: #1a73e8;
    font-size: 18px;
    margin-bottom: 10px;
}

.subscribe-section p {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 20px;
}

.subscribe-section form {
    display: flex;
}

.subscribe-section input[type="email"] {
    padding: 12px;
    border: none;
    border-radius: 4px 0 0 4px;
    width: 70%;
    font-size: 16px;
    margin-right: -2px;
}

.subscribe-section button {
    padding: 12px 20px;
    background-color: #1a73e8;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.footer .footer-links {
    flex: 2;
    display: flex;
    justify-content: space-between;
}

.footer-links div {
    flex: 1;
}

.footer-links h3 {
    font-size: 16px;
    color: #bbb;
    margin-bottom: 15px;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-links ul li a:hover {
    color: #fff;
}







.legal-footer {
    background-color: #333;
    color: #ccc;
    text-align: center;
    padding: 20px;
}

.legal-footer .separator {
    width: 90%;
    height: 1px;
    background-color: #aaa;
    margin: 20px auto;
}

.legal-footer .links {
    margin-bottom: 10px;
}

.legal-footer .links a {
    color: #ccc;
    margin: 0 15px;
    text-decoration: none;
    font-size: 14px;
}

.legal-footer .links a:hover {
    color: #fff;
}

.legal-footer p {
    font-size: 14px;
    margin: 0;
}
