.btn.cta {
    background: linear-gradient(90deg, #0c77bd, #348ec9);
    text-transform: none;
    border-radius: 12pt;
    font-weight: 500;
    font-size: 13pt;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

#astro-form-redo {
    border-radius: 1rem !important;
    background-color: transparent !important;
    background: linear-gradient(136deg, #ade6ff4d, #c4b5ff4d 98.62%);
    -webkit-backdrop-filter: blur(11.350000381469727px);
    backdrop-filter: blur(11.350000381469727px);
}

#astro-form-redo .form-check {
    background-color: white;
    border-radius: 12px;
}
#astro-form-redo .form-check-label {
    margin:10px;
}
#astro-form-redo .form-check-input {
    margin-left: -9px;
    margin-top: 14px;
}

#astro-form-redo h5 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #526079;
    margin-bottom: 30px;
}

#astro-form-redo .form-label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #526079;
    font-size: 0.875rem;
}

#astro-form-redo .form-control,
#astro-form-redo .form-select {
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 0.875rem;
    color: #526079;
}

#astro-form-redo .input-group-text {
    background-color: #f1f3f5;
    border: 1px solid #ced4da;
    font-size: 0.875rem;
    color: #526079;
}

#astro-form-redo .form-check-label {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #526079;
}

#astro-form-redo .form-check-label strong {
    display: inline-block;
    font-weight: 600;
    color: #526079;
    margin-bottom: 2px;
}

#astro-form-redo .form-check-label small {
    display: block;
    font-size: 0.75rem;
    color: #526079;
}

#astro-form-redo small.form-text {
    margin-top: 4px;
    display: block;
    color: #526079;
    font-size: 0.75rem;
}

#astro-form-redo button[type="submit"] {
    font-weight: 600;
    font-size: 0.875rem;
    padding: 10px 30px;
    border-radius: 6px;
    color: #fff;
    background-color: #526079;
    border: none;
}

#astro-form-redo button[type="submit"]:hover {
    background-color: #415064;
}

#astro-form-redo a {
    color: #526079;
    text-decoration: underline;
    font-size: 0.875rem;
}

.country-dd .select2-selection {
    height: 35px;
    border-radius: 6px 0 0 6px;
    border-color: #dcdddd;
}

.country-dd .select2-selection__rendered {
    padding: 0 !important;
    text-align: center;
    line-height: 36px !important;
}

.country-dd .select2-selection__arrow {
    display: none;
}

.select2-container .select2-dropdown {
    min-width: 250px !important;
    /* or whatever width you want */
}

.nc-dd .select2-selection {
    height: 35px;
    border-radius: 6px;
    border-color: #dcdddd;
}

.nc-dd .select2-selection__rendered {
    color: #6b757d !important;
    font-size: 11pt;
    padding-top: 3px;
}

.select2-selection {
    height: 35px !important;
    border-radius: 6px !important;
    border-color: #dcdddd !important;
}

.select2-selection__rendered {
    color: #6b757d !important;
    font-size: 11pt;
    padding-top: 3px;
}

#astro-form-redo .form-control[name="phone"] {
    border-radius: 0 6px 6px 0;
    border-left: 0;
    padding-left: 0;
}