/*
Theme Name: LMPOOL Webflow
Theme URI: https://lmpool.com/
Author: LMPOOL
Description: A lightweight WordPress theme converted from the LMPOOL Webflow static export.
Version: 1.0.0
Text Domain: lmpool-webflow
*/

.lmpool-home-wp-content,
.lmpool-wordpress-content {
    position: relative;
    z-index: 2;
}

.lmpool-home-wp-content img,
.lmpool-wordpress-content img {
    max-width: 100%;
    height: auto;
}

.lmpool-wordpress-content :where(.elementor) {
    width: 100%;
}

.lmpool-download-app {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.lmpool-download-app:hover {
    color: #fff;
}

.lmpool-download-app_icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #fff;
}

.lmpool-header-menu {
    align-items: center;
}

.lmpool-investment-plans .section-header-center {
    margin-left: auto;
    margin-right: auto;
}

.lmpool-investment-plans {
    padding-bottom: clamp(72px, 7vw, 120px);
}

.lmpool-plans-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.lmpool-plan-card {
    height: 100%;
}

.lmpool-plan-card .blogs_cards {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lmpool-plan-card .blogs_image {
    aspect-ratio: 16 / 10;
}

.lmpool-plan-card .blogs_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lmpool-plan-details {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 18px;
}

.lmpool-plan-details h3 {
    line-height: 1.3;
}

.lmpool-plan-kicker {
    color: #ffffffb3;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.lmpool-plan-profit {
    color: #fff;
    font-size: clamp(1.4rem, 1.1273rem + 1.1636vw, 2rem);
    font-weight: 700;
    line-height: 1.1;
}

.lmpool-plan-profit span {
    color: #ffffffb3;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 6px;
}

.lmpool-plan-meta {
    display: grid;
    gap: 10px;
}

.lmpool-plan-meta-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
    font-weight: 600;
}

.lmpool-plan-meta-row span:first-child {
    color: #ffffffb3;
}

.lmpool-plan-action {
    margin-top: auto;
}

.lmpool-plan-action .button-wrapper {
    max-width: 170px;
}

@media screen and (min-width: 992px) {
    .lmpool-plan-details h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1320px) {
    .lmpool-header-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lmpool-header-menu .link-global {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }

    .lmpool-plans-grid {
        gap: 18px;
    }
}

@media screen and (max-width: 991px) {
    .lmpool-plans-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.footer_link-wrapper {
    flex-wrap: wrap;
}

.social-link_wrap {
    display: none;
}

.lmpool-footer-contact {
    flex: 0 0 100%;
    margin-top: 8px;
}

.lmpool-footer-contact_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.lmpool-footer-contact_group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.lmpool-footer-contact_heading {
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
}

.lmpool-footer-contact_text {
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .footer_link-wrapper > .footer_link_column:nth-child(3) {
        margin-top: 28px;
    }

    .lmpool-footer-contact {
        margin-top: 28px;
    }

    .lmpool-footer-contact_grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .lmpool-plans-grid {
        grid-template-columns: 1fr;
    }

    .lmpool-investment-plans {
        padding-bottom: 64px;
    }
}
