:root{
    --font-family: Poppins;
}

.contact-form {
    padding: 30px;
    border-radius: 20px;
    border: solid rgba(128, 128, 128, 0.295) 1px;
    background-color: #f8f9fa;
    font-family: var(--font-family);
}

.map-container {
    height: 500px;
    width: 100%;
}

.address-box {
    padding: 15px;
    font-family: var(--font-family);
}

.div-display {
    height: 100%; /* Full height of viewport */
    justify-content: center; /* Horizontal alignment */
    align-items: center; /* Vertical alignment */
    font-family: var(--font-family);
}
.modify-div{
    padding-top: 100px;
    font-family: var(--font-family);
}
.row {
    justify-content: space-between; /* Aligns form and map to left and right */
    align-items: center;
    max-width: 1200px; /* Optional: set max-width to contain content */
    font-family: var(--font-family);
}

.col-md-6 {
    margin-bottom: 20px;
    font-family: var(--font-family);
}

.text-center{
    background-color: transparent;
    font-family: var(--font-family);
}

.footer {
    background-color: #1e4f8e; /* Dark blue for footer background */
    color: white;
    padding: 20px 0;
    font-family: var(--font-family);
}

.footer .footer-bottom {
    background-color: #172A58; /* Darker blue for bottom */
    color: white;
    padding: 10px 0;
    text-align: center;
    font-family: var(--font-family);
}

.footer a{
    color: rgb(240, 240, 240);
    text-decoration: none;
    font-size: 1.0rem;
    font-family: var(--font-family);
}

.footer .social-icons i {
    font-size: 1.5rem;
    margin-right: 15px;
    font-family: var(--font-family);
}

.footer .social-icons i:hover {
    color: #ffd700; /* Hover color for social icons */
}

.footer .divider {
    border-top: 1px solid white;
    margin: 20px 0;
}

.footer h5 {
    font-size: 1.0rem;
    font-weight: bold;
    font-family: var(--font-family);
}

.footer .contact-info {
    font-size: 0.9rem;
    font-family: var(--font-family);
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    font-family: var(--font-family);
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1320px;
        font-family: var(--font-family);
    } 
   
}

.g-recaptcha {
    transform: scale(0.8); /* Adjust the scale as needed (e.g., 0.8 means 80% of original size) */
    transform-origin: 0 0; /* Ensure scaling starts from the top left corner */
}

.recaptcha-container {
    width: 100%;
    height: auto;
}
