/*===================================EXTRA NOTE========================================*/



@media screen and (min-width: 768px) and (max-width: 1024px) {

    .home-version-one-banner-side-img .elementor-widget-container {
        width: 100% !important;
    }

}

@media screen and (max-width: 767px) {
    

    .home-version-one-banner-side-img .elementor-widget-container {
        width: 100% !important;
    }

    ul.mega-child-menu li .elementor-container > .elementor-column {
        padding: 0 !important;
    }
}

@media screen and (min-width: 321px) and (max-width: 479px) {
    .menu-header-menu-container ul.menu li.mega-parent-menu {
        position: relative !important;
    }

    .home-version-one-banner-side-img .elementor-widget-container {
        width: 100% !important;
    }
}

@media screen and (max-width: 320px) {
    .menu-header-menu-container ul.menu li.mega-parent-menu {
        position: relative !important;
    }

    .home-version-one-banner-side-img .elementor-widget-container {
        width: 100% !important;
    }
}

/*===================================EXTRA NOTE========================================*/

.ryse-homepage {
    background: #ffffff;
    color: #171c24;
    font-family: "Poppins", "Roboto", Arial, sans-serif;
    overflow: hidden;
}

.ryse-home-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.ryse-hero {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 96px 0 76px;
    background: linear-gradient(120deg, rgba(8, 18, 38, 0.92), rgba(14, 89, 115, 0.82)), url("../images/Default-Banner-Background.jpg") center/cover no-repeat;
    color: #ffffff;
}

.ryse-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 56px;
    align-items: center;
}

.ryse-eyebrow {
    margin: 0 0 14px;
    color: #45d1a7;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ryse-hero h1,
.ryse-home-section h2 {
    margin: 0;
    color: inherit;
    font-weight: 700;
    letter-spacing: 0;
}

.ryse-hero h1 {
    max-width: 760px;
    font-size: 58px;
    line-height: 1.05;
}

.ryse-hero-text {
    max-width: 640px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.75;
}

.ryse-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.ryse-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 6px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ryse-button:hover,
.ryse-button:focus {
    transform: translateY(-1px);
    text-decoration: none;
}

.ryse-button-primary {
    background: #45d1a7;
    color: #071522;
}

.ryse-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

.ryse-hero-panel {
    display: grid;
    gap: 14px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.ryse-hero-panel div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.12);
}

.ryse-hero-panel span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.ryse-hero-panel strong {
    color: #ffffff;
    font-size: 24px;
}

.ryse-home-section {
    padding: 86px 0;
}

.ryse-home-section-muted {
    background: #f4f7fb;
}

.ryse-section-heading {
    max-width: 700px;
    margin-bottom: 36px;
}

.ryse-home-section h2 {
    font-size: 38px;
    line-height: 1.2;
}

.ryse-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ryse-feature-grid article {
    min-height: 248px;
    padding: 30px;
    border: 1px solid #e3e9f1;
    border-radius: 8px;
    background: #ffffff;
}

.ryse-feature-grid .fa {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    border-radius: 6px;
    background: #e8f8f3;
    color: #158463;
    font-size: 20px;
}

.ryse-feature-grid h3 {
    margin: 0 0 12px;
    color: #171c24;
    font-size: 20px;
    line-height: 1.25;
}

.ryse-feature-grid p,
.ryse-check-list p {
    margin: 0;
    color: #5e6875;
    font-size: 15px;
    line-height: 1.75;
}

.ryse-split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
    align-items: start;
}

.ryse-check-list {
    display: grid;
    gap: 14px;
}

.ryse-check-list p {
    position: relative;
    padding: 18px 20px 18px 48px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(17, 33, 55, 0.08);
}

.ryse-check-list p::before {
    content: "\f00c";
    position: absolute;
    left: 18px;
    top: 20px;
    font-family: FontAwesome;
    color: #158463;
}

@media screen and (max-width: 991px) {
    .ryse-hero {
        min-height: auto;
        padding: 82px 0 64px;
    }

    .ryse-hero-grid,
    .ryse-split {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .ryse-hero h1 {
        font-size: 44px;
    }

    .ryse-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 640px) {
    .ryse-home-container {
        width: min(100% - 28px, 1120px);
    }

    .ryse-hero {
        padding: 64px 0 48px;
    }

    .ryse-hero h1 {
        font-size: 34px;
        line-height: 1.12;
    }

    .ryse-hero-text {
        font-size: 16px;
        line-height: 1.65;
    }

    .ryse-hero-actions,
    .ryse-button {
        width: 100%;
    }

    .ryse-hero-panel {
        padding: 16px;
    }

    .ryse-home-section {
        padding: 58px 0;
    }

    .ryse-home-section h2 {
        font-size: 28px;
    }

    .ryse-feature-grid {
        grid-template-columns: 1fr;
    }

    .ryse-feature-grid article {
        min-height: 0;
        padding: 24px;
    }
}
