
/* Values Section */
.about-values-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.feature-tag {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #daff01;
}

.about-values-section .section-header {
    text-align: center;
    margin-bottom: 64px;
}

.about-values-section .section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .03em;
    color: #ffffff;
    margin-bottom: 16px;
}

.title-description {
    color: #9ca3af;
}

.about-values-section .section-subtitle {
    color: #dadada;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.value-card {
margin:0
}
    .value-card a {
        background: #111113;
        border: 1px solid rgb(255, 255, 255,.1);
        border-radius: 16px;
        padding: 40px 32px;
        transition: all 0.3s ease;
        text-align: left;
        text-decoration: none;
        display: block;
    }

    .value-card a:hover {
        transform: translateY(-8px);
        border-color: #daff01;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    }

        .value-card a.active {
            transform: translateY(-8px);
            border-color: #daff01;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
        }

        .value-icon {
            width: 4rem;
            height: 4rem;
            background: rgb(218, 255, 1, .1);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #daff01;
            transition: all 0.3s ease;
            margin-bottom: 1.5rem;
        }
.value-card a.active .radio-sec svg {
    display: block
}



.value-icon svg {
width: 2rem;
height: 2rem;
color: #daff01;

}

.radio-sec {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 9999px;
    border-color: rgb(75, 85, 99, 1);
}
.value-card a .radio-sec svg {
    width: 1rem;
    height: 1rem;
    color: #000;
    display: none
}

.value-card a.active .radio-sec {
    background-color: rgb(218, 255, 1, 1);
}

.value-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}
.value-card h5 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #daff01;
    margin: 0;
}


.value-description {
    font-size: 16px;
    line-height: 1.6;
    color: #dadada;
}



/*........impact-sec..............*/

.impact-sec {
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
    position: relative;
    background-color: #1a1a1a;
}

.impact-sec .mini-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    color: #daff01;
    margin-bottom: 14px;
    display: block;
}

.impact-sec .hero-title-large {
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

    .impact-sec .hero-title-large span {
        color: #daff01;
    }

.impact-sec .mb-16 {
    margin-bottom: 4rem;
}

.number-grid {
    z-index: 10;
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
    display: grid;
}

    .number-grid .number-box {
        text-align: center;
        padding: 2rem;
        border-color: rgb(26, 26, 26, 1);
        border-width: 1px;
        border-radius: 1rem;
        transition: transform .3s ease, box-shadow .3s ease;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        border-style: solid;
    }
.icon-sec {
    background-color: #daff01;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
    margin: 0 auto 1.5rem auto;
    color: #000000;
    font-size: 22px;
}
    .icon-sec svg {
        width: 2rem;
        height: 2rem;
        color: #daff01;
    }




.number-grid .number-box .label {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #fff;
}

        .number-grid .number-box h4 {
            font-weight: 500;
            color: #fff;
            font-size: 1.125rem;
            margin-bottom: 0.5rem;
            line-height: 1.2
        }

        .number-grid .number-box p {
            color: #9ca3af;
            font-size: 0.875rem;
            line-height: 1.25rem;
            margin: 0;
        }



.contact-form-container {
    background: #1a1c1e;
    border: 1px solid rgb(255, 255,255, .1);
    border-radius: 16px;
    padding: 48px;
    position: relative;
    margin-top: 6rem;
}

    .contact-form-container h2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
        color: #fff;
        font-weight: 700;
        text-align:center
    }

    .contact-form-container p {
        font-size: 1rem;
        color: #9ca3af;
        margin: 0;
        text-align: center
    }

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.form-input,
.form-textarea {
    background: #111113;
    border: 2px solid #3f3f3f;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 16px;
    color: #fff;
    font-family: inherit;
    transition: all 0.2s ease;
}

    .form-input::placeholder,
    .form-textarea::placeholder {
        color: #a1a1aa;
    }

    .form-input:focus,
    .form-textarea:focus {
        outline: none;
        border-color: #daff01;
        box-shadow: 0 0 0 4px rgb(218, 255, 1, .1);
    }

.form-textarea {
    resize: vertical;
    min-height: 150px;
}

.success-message {
    padding: 16px;
    background: rgba(218, 255, 1, 0.1);
    border: 1px solid #daff01;
    border-radius: 12px;
    color: #daff01;
    font-size: 14px;
    font-weight: 500;
}

.contact-form-container .btn {
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    min-height: 52px;
    overflow: hidden;
    padding: 16px 32px;
    position: relative;
    letter-spacing: 0;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .2s ease;
}

@media (max-width: 968px) {
    .contact-title {
        font-size: 36px;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .contact-info {
        position: static;
    }

    .contact-form-container {
        padding: 32px 24px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}