/* DesIDEA About Us — Core Values + CSR */

html .cv-section,
html .csr-section {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}

html .cv-section {
    padding: 72px 0 20px;
}

html .csr-section {
    padding: 48px 0 72px;
}

html .cv-section .ab-wrap,
html .csr-section .ab-wrap {
    display: block !important;
    width: min(1200px, calc(100% - 48px)) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    float: none !important;
    box-sizing: border-box;
}

html .cv-head {
    display: block;
    width: 100%;
    max-width: 780px;
    margin: 0 auto 40px;
    text-align: center;
}

html .cv-head-line {
    display: block;
    width: 42px;
    height: 3px;
    margin: 0 auto 14px;
    background: #72BB44;
    border-radius: 99px;
}

html .cv-head h2 {
    margin: 0;
    color: #1e293b;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

html .cv-head h2 span {
    color: #72BB44;
}

html .cv-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 12px 0 14px;
}

html .cv-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #72BB44;
}

html .cv-head p {
    margin: 0 auto;
    max-width: 680px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

html .cv-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    width: 100% !important;
    margin: 0 !important;
}

html .csr-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    align-items: stretch;
}

html .cv-card,
html .csr-card {
    display: flex !important;
    flex-direction: column;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    float: none !important;
    background: #ffffff !important;
    border: 1px solid #e8edf2 !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
    box-sizing: border-box;
    text-align: center;
}

html .cv-card {
    padding: 28px 18px 24px;
}

html .csr-card {
    padding: 24px 14px 20px;
    height: 100%;
}

html .cv-card i,
html .csr-card > i {
    display: block !important;
    margin: 0 auto 14px !important;
    color: #72BB44 !important;
    font-size: 32px !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
}

html .cv-card h3,
html .csr-card h3 {
    margin: 0 0 10px;
    color: #58A82F !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

html .csr-card h3 {
    font-size: 16px;
    min-height: 2.6em;
}

html .cv-card p,
html .csr-card p {
    margin: 0;
    color: #64748b !important;
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
    max-width: none !important;
    font-family: 'Poppins', sans-serif;
}

html .csr-card p {
    margin-bottom: 14px;
    flex: 1 1 auto;
}

html .csr-card ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    width: 100%;
}

html .csr-card li {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 26px;
    color: #5b6472;
    font-size: 13px;
    line-height: 1.45;
    list-style: none !important;
}

html .csr-card li:last-child {
    margin-bottom: 0;
}

html .csr-card li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
    font-weight: 900;
    color: #72BB44;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
}

html .csr-banner {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    width: 100% !important;
    margin-top: 34px;
    padding: 22px 28px;
    background: #f3f8ee;
    border: 1px solid #e4efd8;
    border-radius: 18px;
    box-sizing: border-box;
}

html .csr-banner__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 2px solid #72BB44;
    border-radius: 50%;
    color: #72BB44;
    font-size: 22px;
    flex-shrink: 0;
}

html .csr-banner__copy h3 {
    margin: 0 0 6px;
    color: #58A82F;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

html .csr-banner__copy p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

html .csr-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    background: #fff;
    color: #58A82F !important;
    border: 1.5px solid #72BB44;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

html .csr-banner__btn:hover {
    background: #72BB44;
    color: #fff !important;
}

@media (max-width: 1200px) {
    html .csr-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    html .csr-card h3 {
        min-height: 0;
    }
}

@media (max-width: 1024px) {
    html .cv-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html .csr-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    html .csr-banner {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 22px 18px;
    }

    html .csr-banner__icon {
        margin: 0 auto;
    }

    html .csr-banner__copy h3,
    html .csr-banner__copy p {
        text-align: center;
    }

    html .csr-banner__btn {
        width: fit-content;
        max-width: 100%;
        margin: 0 auto;
        white-space: normal;
    }
}

@media (max-width: 768px) {
    html .cv-section {
        padding: 48px 0 8px;
    }

    html .csr-section {
        padding: 32px 0 48px;
    }

    html .cv-section .ab-wrap,
    html .csr-section .ab-wrap {
        width: calc(100% - 24px) !important;
    }

    html .csr-grid {
        grid-template-columns: 1fr !important;
    }

    html .cv-card,
    html .csr-card {
        padding: 22px 18px;
    }
}

@media (max-width: 480px) {
    html .cv-grid {
        grid-template-columns: 1fr !important;
    }

    html .csr-banner__btn {
        width: 100%;
    }
}
