@charset "UTF-8";

/* Add pulsing animation keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.values .container-four {
    width: 100%;
    max-width: 90.4rem;
    margin: auto;
    padding: 12.3rem 1rem 1.4rem;
}

.values .container-four .cards .card {
    border: 1px solid var(--color9);
    border-radius: 2.9rem;
    position: relative;
    margin: 0 auto 10rem;
}

.values .container-four .cards .card h2 {
    font: 600 3rem/3rem var(--font0);
    color: var(--color0);
    text-align: center;
    border-radius: 10rem;
    background: var(--color1);
    position: absolute;
    padding: 1.65rem 1rem;
    width: 100%;
    max-width: 38.2rem;
    margin: auto;
    left: 0;
    right: 0;
    top: -3.25rem;
}

.values .container-four .cards .card p {
    font: 400 1.9rem/2.9rem var(--font2);
    color: var(--color4);
    width: 100%;
    padding: 5.5rem 3.3rem 4.2rem;
}

.values .container-four .cards .card-three .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    width: 100%;
    max-width: 82.4rem;
    padding: 7rem 1rem 5rem;
}

.values .container-four .cards .card-three .items .item {
    width: 100%;
    max-width: 36.4rem;
    margin: 0 0 2.3rem;
}

.values .container-four .cards .card-three .items .item:last-child {
    margin: -1.7rem 0 0;
}

.values .container-four .cards .card-three .items .item h3 {
    font: 700 1.7rem/2.6rem var(--font1);
    color: var(--color4);
}

.values .container-four .cards .card-three .items .item h3 span {
    margin-right: 0.5rem;
    color: var(--color4);
}

.values .container-four .cards .card-three .items .item p {
    font: 400 1.7rem/2.3rem var(--font2);
    color: var(--color4);
    padding: 0;
}

.values .container-four .cards .bottom {
    width: 100%;
    max-width: 26.8rem;
    height: 0.7rem;
    background-color: var(--color3);
    border-radius: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.questions {
    background-color: var(--color3);
}

.questions .container-nine {
    width: 100%;
    max-width: 81.6rem;
    margin: auto;
    padding: 5.5rem 1rem 8.8rem;
}

.questions .container-nine .squares {
    width: 100%;
    max-width: 8.5rem;
    margin: 0 auto 1.2rem;
    display: flex;
    justify-content: space-between;
}

.questions .container-nine .squares .square {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 0.4rem;
    background-color: var(--color1);
}

.questions .container-nine h2 {
    font: 600 4.4rem/6rem var(--font0);
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--color0);
}

.questions .container-nine p {
    font: 400 2rem/3rem var(--font2);
    color: var(--color0);
    text-align: center;
    width: 100%;
    max-width: 69.2rem;
    margin: 1.8rem auto 4.6rem;
}

/* Form Styles */
form input[type="text"],
form input[type="email"],
form input[type="date"],
form input[type="file"],
form select,
form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="date"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus {
    border-color: #00c9cb;
    box-shadow: 0 0 5px rgba(0, 201, 203, 0.5);
    outline: none;
}

form button {
    background: #00c9cb;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 10px;
}

form button:hover {
    background: #009a9d;
    transform: translateY(-2px);
}

form button:active {
    transform: translateY(0);
}

/* Media Queries */
@media (max-width: 1440px) {
    .values .container-four {
        padding: 8rem 1rem 1.4rem;
    }
}

@media (max-width: 1023px) {
    .questions .container-nine h2 {
        font-size: 4rem;
        line-height: 5.5rem;
    }
}

@media (max-width: 900px) {
    .values .container-four .cards .card p {
        padding: 4.5rem 2.3rem 3.2rem;
    }

    .values .container-four .cards .card-three .items {
        padding: 6rem 1rem 4rem;
    }

    .values .container-four .cards .card-three .items .item {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .values .container-four .cards {
        margin-top: 2rem;
    }

    .questions .container-nine h2 {
        font-size: 2.8rem;
        line-height: 4rem;
    }

    .questions .container-nine p {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin: 1.5rem auto 3rem;
    }
}

@media (max-width: 539px) {
    .values .container-four {
        padding: 6rem 1rem 1rem;
    }

    .values .container-four .cards .card h2 {
        font-size: 2.4rem;
        line-height: 2.4rem;
        max-width: 30rem;
    }

    .values .container-four .cards .card p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding: 4rem 2rem 3rem;
    }

    .values .container-four .cards .card-three .items .item p {
        font-size: 1.5rem;
        line-height: 2.1rem;
    }

    .questions .container-nine {
        padding: 4rem 1rem 6rem;
    }

    .questions .container-nine h2 {
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .questions .container-nine p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 375px) {
    .values .container-four .cards .bottom {
        max-width: 20rem;
    }
}