.elephantm-maintenance {
    background: #fff;
    padding: 44px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.elephantm-maintenance form {
    margin-top: 12px;
    height: 400px;
    overflow-y: scroll;
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
    padding-left: 7px;
    padding-right: 27px;
}

.elephantm-first h2{
    border-bottom: 2px solid #cccccc5c;
    padding-bottom: 17px;
}

.elephantm-first button,
.elephantm-first button:hover,
.elephantm-first button:focus,
.elephantm-first button:active,
.elephantm-first button:target {
    width: 100%;
    border-radius: 10px !important;
    padding: 10px !important;
    background: linear-gradient(90deg, rgb(57, 0, 23) 0%, rgb(237, 0, 93) 50%, rgb(222, 181, 31) 100%) !important;
    border: unset !important;
    font-family: "Manrope", sans-serif;
}

.elephantm-maintenance label {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.elephantm-maintenance input:not([type="checkbox"]),
.elephantm-maintenance textarea {
    width: 100%;
    margin-top: 12px;
}

.elephantm-maintenance input:not([type="file"]),
.elephantm-maintenance textarea {
    border: 1px solid #ccc;
}

.elephantm-first {
    width: 30%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccccccc7;
    padding: 26px;
}

.elephantm-second {
    width: 70%;
}

.elephantm-body {
    margin: 0;
    padding: 0;
    background-size: cover !important;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-position: top !important;
    background-repeat: no-repeat !important;
    height: 100%;
    border-radius: 10px;
    padding: 0px 32px;
}

.elephantm-body h1 {
    margin-bottom: 0px;
    font-size: 41px;
    color: #fff;
    word-wrap: break-word;
}

.elephantm-body p {
    font-size: 14px;
    color: #fff;
    word-wrap: break-word;
}

@media only screen and (max-width: 768px) {
    .elephantm-message {
        padding: 0px 100px;
    }
}

@media only screen and (max-width: 992px) {
    .elephantm-body {
        background-position: right !important;
    }

    .elephantm-body h1 {
        font-size: 31px;
    }
}

.elephantm-body .icons img {
    background: #fff;
    border-radius: 100%;
    width: 40px;
    padding: 11px;
}

.elephantm-body .icons a {
    cursor: pointer;
}

.elephantm-body .icons {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 11px;
}

.elephantm-body .follow-us {
    padding: 13px 51px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(90deg, rgb(57, 0, 23) 0%, rgb(237, 0, 93) 50%, rgb(222, 181, 31) 100%);
    font-weight: 600;
}