/* --- Styles for the Features Section --- */
.features-section {
    color: #fff;
    padding: 60px 20px; 
    text-align: center;
    margin-bottom: 30px; 
}

.features-main-title {
    font-size: 2.8em;
    font-weight: bold;
    margin-bottom: 60px;
    color: #737373;
}

.features-grid-container {
    margin: 0em;
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
}

.features-grid-row {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 40px 60px; 
    margin-bottom: 40px; 
}

.features-grid-row:last-child {
    margin-bottom: 0; 
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 20%;
    min-width: 150px;
    color: #ccc;
}

/* Icon above title (for Font Awesome) */
.feature-icon {
    font-size: 3.5em; 
    color: #fff; 
    margin-bottom: 15px;
}

/* Icon above title (for Image URLs) */
.feature-icon-image {
    width: 60px; 
    height: 60px;
    object-fit: contain; 
    margin-bottom: 15px;
}

.feature-title {
    font-size: 1.6em;
    font-weight: bold;
}

.feature-sentence {
    margin-top: 1em;
    font-size: .75em;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Responsive Adjustments for Features Section */
@media (max-width: 768px) {
    .features-section {
        padding: 40px 15px;
    }
    .features-main-title {
        font-size: 2em;
        margin-bottom: 40px;
    }
    .features-grid-row {
        gap: 30px 40px;
        margin-bottom: 30px;
    }
    .feature-item {
        max-width: 45%; 
        min-width: unset; 
    }
    .feature-icon, .feature-icon-image {
        font-size: 3em;
        width: 50px;
        height: 50px;
    }
    .feature-title {
        font-size: 1.4em;
    }
    .feature-sentence {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .features-section {
        padding: 30px 10px;
    }
    .features-main-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .features-grid-row {
        flex-direction: column; 
        gap: 20px;
        margin-bottom: 20px;
    }
    .feature-item {
        max-width: 90%; 
        width: 100%; 
        margin: 0 auto; 
    }
}

@media (max-width: 350px) {
    .features-section {
        padding: 0em;
    }
}

/*Info Section*/
h1.mod-content-image-headline {
    filter: drop-shadow(2px 4px 6px black);
}


.container {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; 
}

.left-panel {
    width: 250px; 
    padding: 20px 0; 
    border-right: 1px solid #eee; 
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8; 
}

.nav-button {
    background-color: transparent;
    border: none;
    padding: 15px 20px;
    text-align: left;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 5px; 
    width: 250px;
}

.nav-button:hover {
    background-color: #e0e0e0;
}

.nav-button.active {
    background-color: #8a2be2; 
    color: white;
    font-weight: bold;
}

.right-panel {
    flex-grow: 1; 
    padding: 30px; 
    display: flex; 
    flex-direction: column; 
    position: relative; 
}

.content-area {
    display: none; 
    background-color: #fff; 
    padding: 0; 
}

.content-area.active {
    display: block; 
}

.title-word {
    color: #670461;
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 40px;
}

.content-area ul {
    list-style-type: disc; 
    margin-left: 20px;
    padding: 0;
    color: #555;
    line-height: 1.6;
}

.content-area ul li {
    margin-bottom: 8px;
}

.bottom-button {
    background-color: #670461; 
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 30px; 
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.bottom-button:hover {
    background-color: #8a2be2;
    transform: translateY(-2px); 
}

/*Mobile*/
@media screen and (max-width:1000px){
    .container{
        flex-wrap: wrap;
    }
}
@media screen and (max-width:1000px){
    .left-panel{
        width:100%
    }
}
@media screen and (max-width:1000px){
.nav-button.active {
    width: 100%;
}
}
@media screen and (max-width:1000px){
.container {
    height: auto;
}
}
@media screen and (max-width:1000px){
.title-word {
    font-size: 1em;
}
}

ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: .5em 1em .5em 2.25em;
    vertical-align: top;
    width: 100%;
    font-size: .8em;
    line-height: 1.2em;
    list-style-type: none;
    color: #383838;
    font-size: .85em;
}

@media screen and (max-width: 1200px) {
    .htmlModuleWrap {
padding:0em 0em;
    }
}
@media screen and (max-width: 600px) {
    .mod-page-wrap {
        padding: 0em;
    }
}

@media screen and (max-width:400px){
ul li{
padding: .5em 0em .5em 2.25em;
}
}

@media screen and (max-width:600px){
.mod-safe-area {
    width: 102%;
}
}