
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}

header {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 14px;
    }

.indexbody {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    text-align: center;
}

.indexmain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 20px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

@media (max-width: 768px) {
   .content{
    display: block !important;
    justify-content: center;
    align-items: flex-start;
    text-align: center !important;
    gap: 20px;
   }
    body {
        margin-left: 0;
        margin-right: 0;
        padding: 10px;
    }
    .text {
        min-width: 300px;
        font-size: 20px;
        line-height: 1.5;
        margin-left: 0 !important;
        display: flex;
        justify-content: center !important;
        margin-top: 2%;

    }
    .image {
        text-align: center;
        position: relative;
        left: 0% !important;

    }
}

.text {
    min-width: 300px;
    font-size: 20px;
    line-height: 1.5;
    margin-left: 15%;
    display: flex;
    justify-content: right;
    margin-top: 2%;

}
.imagediv{
    display: flex;
    justify-content: left;

}
.image {
    text-align: center;
    position: relative;
    left: -20px;
}

.image img {
    width: 50%;
}

.contact {
    margin-top: 10px;

}

.contact a {
    text-decoration: none;
    color: black;
}

.whatsapp-icon {
    width: 20px !important;
    height: 20px;
    vertical-align: middle;
}

.contact-text {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    margin-left: 5px;
    vertical-align: middle;
    color: black;
}



footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 12px;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
}

.impdat {
    margin-left: 25%;

}