* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    background-image: url(../images/44.webp);
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* padding: 50px; */
    color: #610707;
    background-color: rgb(228, 32, 32);
    /* opacity: 0.68;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
}

.btn.btn_brown {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-top: 15px;
    padding-right: 31px;
    padding-bottom: 15px;
    padding-left: 31px;
    background-color: green;
    width: auto;
    color: #fff;
}

.about_section {
    padding: 20px;
    margin: 20px 0px;

}

.services_section {
    padding: 50px 0px;
}

.contact_section {
    background-image: url(../images/62.webp);
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* padding: 50px; */
    color: #fff;
    position: relative;
}

.footer_section {
    background-color: black;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.service_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 20px 0px;
}

.header-main {
    display: flex;
    justify-content: center;
}

.contact-section-overlay {
    /* background-color: #000000; */
    opacity: 0.43;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    /* Dark overlay with 50% opacity */
}

.text {
    color: rgb(78, 16, 16);
    filter: brightness(2) contrast(2);
    /* Makes text brighter and more contrasting */
}

.footer_section {
    text-align: center;
}