/*Start style page*/
a {
    color: #9DF501;
}
.sect_content {
    padding-top: 180px;
    padding-bottom: 80px;
}

.sect_content img {
    width: 100%;
    display: block;
    height: auto;
}

.sect_content .box_info {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    max-width: 870px;
}
.sect_content h1 {
    color: var(--White, #fff);
    text-align: center;
    font-size: 58px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    width: 100%;
    margin-bottom: 66px;
}

.sect_content h2 {
    color: var(--White, #fff);
    text-align: left;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    width: 100%;
}

.sect_content h3 {
    color: var(--White, #fff);
    text-align: left;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    width: 100%;
}

.sect_content p strong:before {
    content: '•';
    color: #9DF501;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding-right: 12px;
}

.sect_content p strong {
    display: block;
    color: #FFFFFF;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    width: 100%;
    margin-bottom: 24px;
    margin-top: 64px;
}

.sect_content p {
    color: #ffffffCC;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 16px;
}

/* Form Field Styles */
input,select, textarea {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    padding: 16px;
    border: 1px solid #353841;
    border-radius: 8px;
    background-color: #0B0F1A;
    color: #ffffff;
}

input:focus, select:focus, textarea:focus {
    border-color: #9df501;
    outline: none;
    background-color: #0B0F1A;
}

/* Selector Styles */
select {
    appearance: none; /* Removes default arrow for custom styling */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect width="16" height="16" rx="2" fill="%239DF501"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.47 5.47c.29-.29.76-.29 1.06 0L8 8.94l3.47-3.47c.29-.29.76-.29 1.06 0s.29.76 0 1.06L8.53 10.53c-.29.29-.76.29-1.06 0L3.47 6.53c-.29-.29-.29-.76 0-1.06z" fill="%230B0F1A"/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    cursor: pointer;
}
select:focus,
select:active {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect width="16" height="16" rx="2" fill="%239DF501"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.47 10.53c-.29.29-.29.76 0 1.06.29.29.76.29 1.06 0L8 7.06l3.47 3.47c.29.29.76.29 1.06 0 .29-.29.29-.76 0-1.06L8.53 5.47c-.29-.29-.76-.29-1.06 0L3.47 10.53z" fill="%230B0F1A"/></svg>');
}
select:hover {
    border-color: #9df501;
    background-color: #0B0F1A;
}


/* Styling Checkbox & Radio Inputs */
input[type="checkbox"], input[type="radio"] {
    width: auto;
    margin-right: 8px;
    accent-color: #9df501; /* Modern browsers styling */
}

label {
    font-size: 12px;
    line-height: 1.5;
    color: #ffffffCC;
}

form .form-row .required {
    color: #9df501;
    font-weight: 700;
}

/* Button Styles */
input.button {
    background-color: #020611;
    color: #fff;
    padding: 17px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid rgba(216, 225, 228, 0.1);
}

input.button:hover {
    background-color: #9DF501;
    color: #020611;
}

.affwp-form legend {
    color: white;
}



@media (max-width: 650px) {
    .sect_content {
        padding-top: 132px;
        padding-bottom: 0;
    }
    .sect_content h1 {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .sect_content p strong:before {
        font-size: 18px;
    }

    .sect_content p strong {
        font-size: 18px;
        margin-bottom: 16px;
        margin-top: 32px;
    }
    .sect_content p {
        font-size: 14px;
    }
}
