.modal-xl {
    max-width: 80vw !important;
    /* Use viewport width instead of fixed pixels */
}

.modal-content {
    width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Ensure modal is above other content */
.modal {
    z-index: 1050;
}


.feature {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.feature p {
    flex-grow: 1;
}

.feature a {
    margin-top: auto;
}

.features-page .main-heading p {
    font-size: 18px;
    line-height: 1.5em;
}

.features-page {
    padding: 0;
}

.features-page .feature-mods .feature {
    background-color: #f4f4f4;
    border: solid 1px #f4f4f4;
    border-radius: 10px;
    color: #f2932a;
    text-align: left;
    padding: 30px;
    min-height: 250px;
    margin-right: 10px;
}

.features-page .feature-mods .feature:hover {
    border: solid 1px #f2932a;

}

.features-page .feature-mods .feature h3,
.features-page .feature-mods .feature p {
    color: #333;
}

.features-page .feature-mods h3 {
    font-size: 30px;
    font-weight: 500;
}

.features-page .feature-mods h2 {
    font-weight: 600;
    line-height: 1.2em;
    color: white;
}

.features-page .feature-mods p {
    font-size: 14px;
    line-height: 1.5em;
    color: white;
    font-weight: 300;
}

.features-page .feature-mods a {
    color: #f2932a;
    font-weight: 600;
}

h5.modal-title {
    color: #fff;
}

/* individual features pages */

.features-section h3{
    font-size: 2.5rem;
}
.features-section-02 .col .inner-wrapper{
    background-color: #F1F2F5; 
    padding: 25px; 
    border-radius: 10px;
}
.features-section-02 .col .inner-wrapper img{
    width: 60px;
}
.features-section-03 img{
    width: 35px;
}
.features-section-04 .features-cta{
    max-width: 1200px;
    background-color: #F1F2F5; 
    border-radius: 25px; 
    padding: 20px 0 20px 20px;
}
.features-section-04 .features-cta img{
    width: 550px;
    margin-bottom: 20px;
}