/* Call to Action (CTA) Section Styles */
#cta {
    background-color: deepskyblue; /* Orange background for emphasis */
    padding: 60px 0;
    text-align: center;
    color: white;
    gap: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: space-between;
    gap: 20px;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: white; /* White text for the heading */
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #f8f8f8; /* Lighter text for the paragraph */
}

.cta-btn {
    background-color: #ffffff; /* White button */
    color: black; /* Orange text for the button */
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 30px; /* Rounded button edges */
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s, transform 0.3s;
}


    /* Main container for contact page */
    .contact-page {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 40px;
        max-width: 1200px;
        margin: auto;
        gap: 20px;
        background-color: transparent;
    }

    /* Left section: Contact info, buttons, and map */
    .contact-info1 {
        margin-top: 50px;
        background-color: #ffffff; /* Light background for form */
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        gap: 20px;
        width: 530px;
        height: 657px;
    }

    .contact-info1 h2 {
        color: #333;
    }

    .contact-info1 p {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
    }

    /* Contact buttons for call and WhatsApp */
    .contact-buttons a {
        display: block;
        background-color: #25d366; /* WhatsApp green color */
        color: white;
        padding: 15px;
        margin: 10px 0;
        text-align: center;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s;
    }

    .contact-buttons a:hover {
        background-color: #128c7e; /* Darker green for hover */
    }

    /* Right section: Contact form */
    .contact--form {
        background-color:transparent;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        width: 48%; /* Equal width as the left section */
        min-height: 500px;
    }

    .contact--form h2 {
        color: #333;
    }

    /* Styling for input fields and textarea in the contact form */
    .contact--form input,
    .contact--form textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: 1px solid #ddd;
        font-size: 16px;
        background-color: transparent;
    }

    /* Submit button */
    .contact--form button {
        background: linear-gradient(45deg,  #09030c, #ceb10c);
        color: white;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
        font-size: 16px;
        transition: background-color 0.3s;
    }

    .contact--form button:hover {
        background-color: #123d8c;
    }

    /* Map section */
    .map {
        margin-top: 20px;
        height: 250px;
        background-color: transparent;
        border-radius: 8px;
    }

    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    .success-message {
            color: green;
            margin-top: 20px;
            font-size: 18px;
        }

        /* Error message */
        .error-message {
            color: red;
            margin-top: 20px;
            font-size: 18px;
        }

    /* Adjust layout on very small screens (phones) */
    @media screen and (max-width: 768px) {
        .contact--page {
            flex-direction: column;  /* Stack sections vertically */
            align-items: center;
        }

        .contact-info, .contact--form {
            width: 100%; /* Take full width on small screens */
        }

        .map {
            height: 200px; /* Reduce map size on smaller screens */
        }}
       

.cta-btn:hover {
    background-color: #f8f8f8; /* Light background on hover */
    color: deepskyblue; /* Maintain orange text color */
    transform: scale(1.05); /* Slightly enlarge the button */
}

/* Contact Form Styles */
.contact-form {
    margin-top: 50px;
    background-color: #ffffff; /* Light background for form */
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-form h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333; /* Dark text for the heading */
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 5px;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact-form button {
    background-color: deepskyblue; /* Orange button */
    color: white;
    padding: 12px 25px;
    font-size: 1.2rem;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.contact-form button:hover {
    background-color: white; /* Darker orange on hover */
    color: deepskyblue;
    border: #09030c;
    transform: scale(1.05); /* Slight button enlargement on hover */
}

/* Status message styles */
#status-message {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}
/* Footer Section Styles */
#footer {
    background-color: #f9f9f9; /* Light background color */
    padding: 40px 0;
    color: #333; /* Dark text color */
    text-align: center;
    border-top: 1px solid #ddd; /* Light border to separate from content */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-logo {
    flex: 1;
    max-width: 250px;
}

.footer-logo h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: deepskyblue; /* Orange color for the logo */
}

.footer-logo p {
    font-size: 1rem;
    color: #555;
}

.footer-links {
    flex: 1;
    max-width: 300px;
}

.footer-links ul {
    list-style-type: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: deepskyblue; /* Orange color on hover */
}

.footer-social {
    flex: 1;
    max-width: 300px;
}

.footer-social a {
    display: inline-block;
    margin: 5px 10px;
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: deepskyblue; /* Orange color on hover */
}

.footer-bottom {
    margin-top: 20px;
    font-size: 1rem;
    color: #777; /* Light gray text for footer bottom */
}

.footer-bottom p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-links,
    .footer-social {
        margin-bottom: 20px;
    }

    .footer-social a {
        font-size: 1rem;
    }
}


/* Responsive Design */
@media (max-width: 768px) {
    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-content p {
        font-size: 1rem;
    }

    .cta-btn {
        font-size: 1rem;
        padding: 12px 30px;
    }

    .contact-form {
        padding: 20px;
    }
}
