.about-banner img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-top: 97px;

}

section {
    padding: 10px;
    margin: 10px auto;
}

/* Section Titles */
.about-franchise h2 {
    /* Dark Teal */
    margin-bottom: 10px;
    font-size: 24px;
}

.franchise-benefits h2 {
    /* Dark Teal */
    margin-bottom: 10px;
    font-size: 24px;
}

section p {
    color: #555;
    font-size: 16px;
    text-align: justify;
}

section li {
    color: #555;
    margin: 5px ;
    font-size: 16px;
}

section strong {
    color: black;
}

.contact-details p {
    line-height: 2.5;
}

.contact-form img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.map {
    height: 300px;
    width: 100%;
}

/* Contact Form */
.contact-form {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form h3 {
    font-size: 1.5rem;
    text-align: center;
}

.contact-form label {
    display: block;
    font-weight: bold;
    font-size: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 5px 10px 5px 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


.contact-flex {
    display: flex;
    gap: 2rem;
    justify-content: space-between;


}

.contact-flexx {
    display: flex;
    gap: 2rem;
    justify-content: space-between;


}

.contacts-details {
    display: flex;
    gap: 100px;
    margin: 10px;
}

@media (max-width: 767px) {
    .contacts-details {
        display: block;

    }
}
@media (max-width: 512px) {
  .about-banner img {
        width: 100%;
        height: 150px !important;

    }
}

@media (max-width: 1025px) {
    .contacts-details {
       gap: 2px;
       justify-content: space-between;

    }
}

@media (max-width: 768px) {
    .contact-flex {
        flex-direction: column !important;

    }

    .contact-flexx {
        flex-direction: column;

    }

    .contact-details,
    .contact-form {
        width: 100% !important;

    }

    .form-field {
        width: 100%;
    }
    .about-banner img {
    width: 100%;
    height: 300px;
    object-fit: inherit;
    margin-top: 80px;

}

}