/*!
* Plugin Name: My Custom Plugin
* Description: Custom styles for My Custom Plugin
* Author: Your Name
* Version: 1.0.0
*/

.hero {
    /* background-color: #ffffff; */
    padding: 0px;
    text-align: left;
    z-index: auto;
    width: auto!important;
    margin-left: 0!important;
    margin-bottom: 40px;

}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    min-height: 450px;
    border-radius: 60px;
    align-items: stretch;
    overflow: hidden;
    z-index: auto;
}

.img-container {
    width: 50%!important;
    display: flex;
    justify-content: center;
    flex: 0 0 50%;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero h1 {
    margin: 30px 0px;
    text-align: left;
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #3F425B;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.aof-heroText {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    text-align: left;
    color: #3F425B;
}

.hero-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #3F425B;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.hero-button:hover {
    background-color: #005177;
}

.sora-title {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .comment-navigation a {
    background: #3F425B;
    border: none;
    border-radius: 9999px;
    color: #fff;
    font-family: "Sora", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 20px;
    transition: 0.2s ease-in-out;
}
 