/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #banner-712 {
        padding: clamp(10.9375rem, 10vw, 12.5rem) 1rem 6.25rem;
        position: relative;
        z-index: 1;
        background: linear-gradient(135deg, #0F0020 0%, #2E1065 50%, #5B21B6 100%);
    }

    #banner-712 .cs-container {
        text-align: center;
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    #banner-712 .cs-int-title {
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        font-weight: 700;
        line-height: 1.2em;
        text-align: inherit;
        margin: 0;
        color: #fff;
        position: relative;
        font-family: var(--headerFont);
    }

    #banner-712 .cs-breadcrumbs {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    #banner-712 .cs-link,
    #banner-712 .cs-color {
        font-size: 1rem;
        line-height: 1.2em;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.75);
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    #banner-712 .cs-link:hover {
        color: var(--secondaryLight);
    }

    #banner-712 .cs-link:last-of-type::after {
        display: none;
    }

    #banner-712 .cs-color {
        color: var(--secondaryLight);
    }

    /* Hide the background image - use gradient instead */
    #banner-712 .cs-background {
        display: none;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #banner-712 .cs-container {
        text-align: left;
    }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #banner-712 {
        background: linear-gradient(135deg, #050010 0%, #1E1044 50%, #2E1065 100%);
    }
}


/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #contact-1388 {
        padding: var(--sectionPadding);
        background-color: #fff;
        position: relative;
        z-index: 1;
    }

    #contact-1388 .cs-container {
        width: 100%;
        max-width: 36.5rem;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
        gap: clamp(2rem, 3vw, 3rem);
        position: relative;
    }

    #contact-1388 .cs-content {
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #contact-1388 .cs-title {
        max-width: 23ch;
    }

    #contact-1388 .cs-text {
        margin-bottom: 1rem;
    }

    #contact-1388 .cs-text:last-of-type {
        margin-bottom: 2rem;
    }

    #contact-1388 .cs-ul {
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        position: relative;
    }

    #contact-1388 .cs-li {
        list-style: none;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 1.25rem;
    }

    #contact-1388 .cs-li:hover .cs-icon-wrapper {
        transform: scale(1.1);
    }

    #contact-1388 .cs-header {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 0.75rem;
        color: var(--headerColor);
        display: block;
    }

    #contact-1388 .cs-link {
        font-size: 1rem;
        line-height: 1.5em;
        text-decoration: none;
        color: var(--bodyTextColor);
        display: block;
        position: relative;
    }

    #contact-1388 .cs-link:hover {
        text-decoration: underline;
    }

    #contact-1388 .cs-icon-wrapper {
        width: 3.75rem;
        height: 3.75rem;
        margin: 0;
        border-radius: 50%;
        background-color: #F5F3FF;
        border: 1px solid #E9D5FF;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: none;
        transition: transform 0.3s;
    }

    #contact-1388 .cs-icon {
        width: 1.5rem;
        height: auto;
        display: block;
        filter: invert(20%) sepia(90%) saturate(1500%) hue-rotate(250deg);
    }

    #contact-1388 .cs-form {
        width: 100%;
        max-width: 39.375rem;
        padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem);
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #E5E7EB;
        border-radius: 1rem;
        box-shadow: 0 4px 24px rgba(91, 33, 182, 0.06);
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.75rem;
    }

    #contact-1388 .cs-h3 {
        font-size: clamp(1.25rem, 3vw, 2.4375rem);
        line-height: 1.2em;
        font-weight: 700;
        margin: 0 0 0.25rem 0;
        color: var(--headerColor);
    }

    #contact-1388 .cs-label {
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        width: 100%;
        color: var(--headerColor);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.25rem;
    }

    #contact-1388 .cs-input {
        font-size: 1rem;
        font-family: var(--bodyFont);
        width: 100%;
        height: 3.5rem;
        padding: 0;
        padding-left: 1.25rem;
        color: var(--headerColor);
        background-color: #fff;
        border-radius: 0.5rem;
        border: 1.5px solid #E5E7EB;
        box-sizing: border-box;
        transition: border-color 0.3s;
    }

    #contact-1388 .cs-input:focus {
        outline: none;
        border-color: #5B21B6;
    }

    #contact-1388 .cs-input::placeholder {
        color: #9CA3AF;
        opacity: 1;
    }

    #contact-1388 .cs-textarea {
        min-height: 7.5rem;
        padding-top: 1rem;
        margin-bottom: 0.75rem;
        font-family: var(--bodyFont);
    }

    #contact-1388 .cs-button-solid {
        font-size: 1rem;
        font-family: var(--bodyFont);
        line-height: 3.5rem;
        text-decoration: none;
        font-weight: 700;
        margin: 0;
        color: #fff;
        width: 100%;
        padding: 0 2rem;
        border-radius: 0.5rem;
        background: linear-gradient(135deg, #5B21B6, #7C3AED);
        display: inline-block;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        transition: opacity 0.3s, transform 0.3s;
        text-align: center;
    }

    #contact-1388 .cs-button-solid:hover {
        opacity: 0.9;
        transform: translateY(-1px);
    }

    #contact-1388 .cs-submit {
        width: 100%;
        min-width: 12.5rem;
        border: none;
        cursor: pointer;
    }

    #contact-1388 .cs-submit:hover {
        cursor: pointer;
    }

    /* Removes the up/down arrows on number input fields */
    #cs-form-1388 input[type="number"]::-webkit-outer-spin-button,
    #cs-form-1388 input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    #cs-form-1388 input[type="number"] {
        -moz-appearance: textfield;
    }

    #cs-form-1388 textarea {
        resize: none;
    }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #contact-1388 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
    }

    #contact-1388 .cs-content {
        width: 47%;
        flex: none;
    }

    #contact-1388 .cs-submit {
        width: auto;
    }

    #contact-1388 .cs-button-solid {
        width: auto;
    }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #contact-1388 .cs-form {
        width: 46%;
        max-width: 36.125rem;
    }

    #contact-1388 .cs-submit {
        width: auto;
    }
}

/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #contact-1388 {
        background-color: var(--dark);
    }

    body.dark-mode #contact-1388 .cs-topper {
        color: var(--secondaryLight);
    }

    body.dark-mode #contact-1388 .cs-title,
    body.dark-mode #contact-1388 .cs-text,
    body.dark-mode #contact-1388 .cs-header,
    body.dark-mode #contact-1388 .cs-link,
    body.dark-mode #contact-1388 .cs-label,
    body.dark-mode #contact-1388 .cs-h3 {
        color: var(--bodyTextColorWhite);
    }

    body.dark-mode #contact-1388 .cs-icon-wrapper {
        background-color: rgba(124, 58, 237, 0.2);
        border-color: rgba(124, 58, 237, 0.3);
    }

    body.dark-mode #contact-1388 .cs-icon {
        filter: grayscale(1) brightness(1000%);
    }

    body.dark-mode #contact-1388 .cs-form {
        background-color: var(--medium);
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
    }

    body.dark-mode #contact-1388 .cs-input {
        background-color: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.15);
        color: #fff;
    }

    body.dark-mode #contact-1388 .cs-input:focus {
        border-color: var(--primaryLight);
    }

    body.dark-mode #contact-1388 .cs-input::placeholder {
        color: rgba(255, 255, 255, 0.5);
        opacity: 1;
    }

    body.dark-mode #contact-1388 .cs-label {
        color: rgba(250, 251, 252, 0.85);
    }
}
