body {
    background-color: #641C2B;
    margin: 0;
    padding: 0;
}

fieldset {
    border: 4px solid black;
    background-color: #FFF9F0;
    margin: 0;
    padding: 0;
}

nav {
    background-color: #FFF9F0;
    padding: 10px;
    text-align: center;
}

nav a {
    color: black;
    text-decoration: none;
    margin: 0 35px;
    font-weight: 500;
}

.hero {
    background-color: #FFF9F0;
    padding: 20px 30px 40px;
}

.heading {
    font-size: 55px;
    font-weight: bold;
    color: #641C2B;
}
h2
{padding:1px}

.services {
    background-color: #FFF9F0;
    padding: 60px 40px;
    text-align: center;
}


.small-title {
    color: #C49A4A;
    font-size: 24px;
    margin-bottom: 10px;
}


.services h1 {
    color: #2F2925;
    font-size: 40px;
    margin-bottom: 50px;
}


.service-container {
    display: flex;
    justify-content: center;
    gap: 25px;
}


.service-card {
    background-color: white;
    width: 270px;
    height: 320px;
    padding: 25px 15px;

    border: 2px solid #641C2B;

    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);

    text-align: center;
}


.icon {
    font-size: 55px;
    margin-bottom: 20px;
}


.service-card h2 {
    color: #641C2B;
    font-size: 23px;
}


.service-card p {
    color: #5A5552;
    font-size: 17px;
    line-height: 1.5;
}


.service-card button {
    background-color: #641C2B;
    color: #FFF9F0;

    border: none;

    padding: 15px 20px;

    font-size: 16px;
    font-weight: bold;

    border-radius: 5px;

    margin-top: 15px;

    cursor: pointer;
}


.service-card button:hover {
    background-color: #C49A4A;
}


.why-choose {
    display: flex;
    align-items: center;
    gap: 25px;

    padding: 70px 60px;

    background-color: #FFF9F0;
}




.why-image {
    width: 50%;
}

.why-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
}




.why-content {
    width: 50%;
    padding: 20px;
}



.why-small-title {
    color: #C49A4A;
    font-size: 25px;

    border-bottom: 1px solid #C49A4A;

    padding-bottom: 10px;

    width: 260px;
}




.why-content h1 {
    color: #2F2925;
    font-size: 40px;
    line-height: 1.3;
}



.why-point {
    color: #2F2925;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 15px;
}
.footer {
    background-color: #FFF9F0; padding: 60px 50px 25px;border-top: 3px solid #C49A4A;}

.footer-container {
    display: flex;justify-content: space-around; align-items: flex-start;gap: 50px;}

.footer-logo {
    text-align: center;width: 220px;}

.footer-logo img {
    width: 160px;height: 160px;object-fit: contain;}

.footer-logo h2 {
    color: #641C2B;font-size: 30px;}


.footer-column {
    width: 220px;}

.footer-column h2 {
    color: #641C2B;font-size: 28px;margin-bottom: 25px;}

.footer-column p {
    color: #2F2925;font-size: 17px;line-height: 1.8;margin-bottom: 15px;}
    
.follow p {
    color: #641C2B;font-weight: bold;}


.copyright {
    text-align: center;color: #2F2925;font-size: 17px;margin-top: 50px;}