.headings {
    width: 100%;
    height: 130px;
    font-size: 25px;
    text-align: left;
    padding-top: 20px;
}

.mession {
    width: 100%;

    height: 250px;
    display: flex;
    margin-top: 60px;
}

.mession2 {
    width: 50%;
    height: 100%;

}

.mession2 p {
    font-size: 18px;
    padding-top: 40px;
    padding-left: 15px;
}

.mession2 h1 {
    text-align: center;
}

.profile {
    width: 100%;
    height: 400px;

    display: flex;
    margin-top: 50px;
}


.prophile2 {
    width: 50%;
    height: 100%;

}


.prophile2 h1 {
    text-align: center;
}

.prophile2 p {
    padding-left: 20px;
    padding-top: 05px;
    font-size: 15px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

/* Update body styles */
.custom-body {
    background-color: #e0e0e0;
    /* Change the background color as needed */
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Rest of the styles remain the same */
.certain {
    display: flex;
    width: 80%;
    margin: auto;
}

.form-container {
    flex: 1;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form button {
    background-color: #4caf50;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.contact-form button:hover {
    background-color: #45a049;
}

.image-container {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
    padding: 16px;
}

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.1);
}


.treatment {
    width: 100%;
    height: 400px;
    margin-top: 20px;
    display: flex;
}


.treat2 {
    width: 45%;
    height: 100%;
    border: 1px solid gray;
    margin-left: 30px;
    border-radius: 10px;
}

.treat2 h1 {
    text-align: center;
}

.treat2 p {
    margin-left: 20px;
    padding-top: 20px;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}







/* media tag start   media 600px */

@media screen and (max-width: 600px) {
    .headings {
        width: 100%;
        height: 130px;
        
        text-align: center;
        padding-top: 40px;
    }

    .mession {
        width: 100%;
        flex-direction: column;
        height: auto;
        display: flex;
        margin-top: 60px;
    }

    .mession2 {
        width: 100%;
        height: 100%;

    }

    .mession2 p {
        font-size: 18px;
        padding-top: 40px;
        padding-left: 15px;
    }

    .mession2 h1 {
        text-align: center;
    }


    .profile {
        width: 100%;
        height: auto;
        flex-direction: column;
        display: flex;
        margin-top: 50px;
    }


    .prophile2 {
        width: 100%;
        height: 100%;

    }


    .prophile2 h1 {
        text-align: center;
    }

    .prophile2 p {
        padding-left: 20px;
        padding-top: 05px;
        font-size: 15px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }

    .prophile2 img {
        width: 100%;
    }

    .certain {
        display: flex;
        width: 80%;
        margin: auto;
        flex-direction: column;
    }


    .treatment {
        width: 100%;
        height: auto;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }


    .treat2 {
        width: 95%;
        height: 100%;
        border: 1px solid gray;
        margin-left: 05px;
        border-radius: 10px;
        margin-top: 20px;
    }

    .treat2 h1 {
        text-align: center;
    }

    .treat2 p {
        margin-left: 20px;
        padding-top: 20px;
        font-size: 16px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }

}




/* media tag start media 1200px  */

@media screen and (min-width: 620px) and (max-width: 1250px) {
    .headings {
        width: 100%;
        height: 130px;
        background-color: grey;
        text-align: center;
        padding-top: 40px;
    }

    .mession {
        width: 100%;

        height: 250px;
        display: flex;
        margin-top: 60px;
    }

    .mession2 {
        width: 50%;
        height: 100%;

    }

    .mession2 p {
        font-size: 18px;
        padding-top: 40px;
        padding-left: 15px;
    }

    .mession2 h1 {
        text-align: center;
    }



    .profile {
        width: 100%;
        height: 400px;

        display: flex;
        margin-top: 50px;
    }


    .prophile2 {
        width: 50%;
        height: 100%;

    }


    .prophile2 h1 {
        text-align: center;
    }

    .prophile2 p {
        padding-left: 20px;
        padding-top: 05px;
        font-size: 15px;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }


    .treatment {
        width: 100%;
        height: 400px;
        margin-top: 20px;
        display: flex;
    }


    .treat2 {
        width: 45%;
        height: 100%;
        border: 1px solid gray;
        margin-left: 30px;
        border-radius: 10px;
    }

    .treat2 h1 {
        text-align: center;
    }

    .treat2 p {
        margin-left: 20px;
        padding-top: 20px;
        font-size: 16px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }


}