.footer-newsletter .wpcf7-form input[type="submit"] {
    border-radius: 100px;
    width: 128px;
    height: 50px;
    background: #edc9af;
    border: none;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

.footer-newsletter .wpcf7-form .wpcf7-btn-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.footer-newsletter .wpcf7-form .wpcf7-response-output {
    margin: 15px 0;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
}

.footer-newsletter .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
}

footer .footer-html-inner {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 20px;
}

.c-about_content p {
    margin-bottom: 20px;
}

.c-content-section {
    margin: 50px 0;
}

.c-content-section p {
    margin-bottom: 15px;
}

/* Accordions CSS */
.c-accordion-policy-section .c-page-content {
    max-width: 850px;
    margin: 35px auto 50px;
}

.c-accordion-policy-section .c-page-content p {
    margin-bottom: 15px;
}

.c-details-wrapper {
    max-width: 850px;
    margin: 50px auto 25px;
}

.c-accor-details {
    margin-bottom: calc(20px / 2);
    transition: all 0.3s;
    transition-timing-function: linear;
    overflow: hidden;
    border: 1px solid #303030;
}

details[open] .c-accor-heading::after {
    transform: rotate(-135deg);
}

.c-accor-details .c-accor-heading {
    position: relative;
    margin-bottom: 0;
    font-size: calc(16px + 2px);
    padding: 15px 25px 15px 20px;
    list-style: none;
}

.c-accor-details .c-accor-heading::after {
    content: "";
    position: absolute;
    border: 2px solid #303030;
    border-left: none;
    border-top: none;
    top: 50%;
    left: auto;
    right: 10px;
    height: 8px;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
}

.c-accor-details .c-accor-content {
    padding: 10px 20px;
    background-color: #edc9af;
}

.c-accor-details p {
    margin-bottom: 10px;
}

.c-accor-details ol {
    list-style: decimal;
}

.c-accor-details ul {
    list-style: disc;
}

.c-accor-details:hover {
    cursor: pointer;
}
