body {
    margin: 0;
    font-family: Poppins, sans-serif;
    color: #0a132e;
    overflow-x: hidden;
}

.page-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-main {
    flex: 1;
}

.logo-link,
.contact-btn-wrapper {
    text-decoration: none;
}

.banner {
    top: 0;
        left: 0;
    background-color: #0a132e;
    width: 100%;
    height: 6.61875rem;
    z-index: 10;
}

.logo-icon {
    position: absolute;
    top: 2rem;
    left: 8.283125rem;
    height: 3rem;
    object-fit: cover;
}

.contact-btn-wrapper {
    position: absolute;
    top: 1.65375rem;
    right: 8.283125rem;
    width: 12.59375rem;
    height: 3.4rem;
}

.desktop-1-child {
    position: absolute;
    inset: 0;
    border-radius: 5.625rem;
    background-color: #b3e4bd;
    color: #1e2540;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
}

.desktop-1-child:hover,
.desktop-1-child:focus {
    background: #8238EC;
    color: #fff;
}

.contact-page {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #0e31a0, #8238ec 30%);
}

.contact-hero-band {
    padding: 7rem 0 4rem;
}

.contact-hero-inner {
    text-align: center;
}

.contact-hero-inner h1 {
    font-weight: 700;
        font-style: Bold;
        font-size: 45px;
        color: #ffffff;
        line-height: 57px;
        letter-spacing: 0%;
        text-align: center;
    }

    .contact-hero-inner h4 {

        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        color: #ffffff;
        line-height: 37px;
        letter-spacing: 0%;
        text-align: center;
}
.contact-surface-wrap {
    position: relative;
}

.contact-surface-curve {
    position: relative;
        height: clamp(5rem, 12vw, 9rem);
        background: transparent;
    }

    .contact-surface-curve::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 115%;
        height: 350%;
    background: #fff;
    border-radius: 50%;
}

.contact-surface {
    background: #fff;
    padding: 0 0 10rem;
    position: relative;
}
.contact-surface {
    background: #fff;
    padding: 0 0 10rem;
}

.contact-form-shell {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.contact-form {
    display: grid;
    gap: 1rem;
}

.contact-form .form-label {
    font-size: 2rem;
    font-weight: 700;
    color: #111a3a;
    margin-bottom: 0.5rem;
}

.contact-form .form-control,
.contact-form .form-select {
    width: 100%;
    border: 1px solid #d8c8f2;
    border-radius: 0.625rem;
    background: #fff;
    color: #0a132e;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    padding: 0.875rem 1rem;
    outline: none;
}

.contact-form .form-select {
    min-height: 3.25rem;
    appearance: none;
    -webkit-appearance: none;
    --bs-form-select-bg-img: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%23000000'/%3E%3Cpath d='M7 10l5 5 5-5' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 1.5rem 1.5rem;
    padding-right: 3rem;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #9f72e4;
    box-shadow: 0 0 0 0.2rem rgba(130, 56, 236, 0.15);
}

.contact-form .invalid-feedback {
    display: block;
    margin-top: 0.375rem;
    color: #b42318;
    font-size: 0.9rem;
}

.contact-form-actions {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.contact-submit-btn {
    border: 0;
    border-radius: 62.4375rem;
    background: #b3e4bd;
    color: #0a132e;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    padding: 0.875rem 2.5rem;
    cursor: pointer;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus {
    background: #8238EC;
    color: #fff;
}

.contact-direct-note {
    margin: 0;
    max-width: 34ch;
    font-size: 1.125rem;
    line-height: 1.45;
    color: #1e2540;
}

.contact-direct-note a {
    color: #8238ec;
    text-decoration: none;
}

.contact-cta-section {
    padding: 2rem 0 1.75rem;
}

.contact-cta-card {
    width: 100%;
    border-radius: 1.75rem;
    background: linear-gradient(180deg, #8238ec 0%, #2240bf 100%);
    color: #fff;
    text-align: center;
    padding: 2.75rem 2rem;
}

.contact-cta-card h2 {
    margin: 0;
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    line-height: 1.2;
    font-weight: 700;
}

.contact-cta-card p {
    margin: 1rem auto 0;
    font-size: clamp(1rem, 2vw, 1.375rem);
    line-height: 1.5;
}

.contact-cta-card a {
    text-decoration: none;
    font-weight: 600;
}

.contact-cta-card a:hover,
.contact-cta-card a:focus {
    text-decoration: underline;
}
.footer-section {
    margin-top: auto;
    background: #0a132e;
}

.banner2 {
    position: relative;
    width: 100%;
    min-height: 12.45rem;
    background-color: #0a132e;
    padding: 3.5rem 2rem 2rem;
}

.ellipse-div {
    position: absolute;
    top: -1.6rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #0a132e;
    width: 5rem;
        height: 5rem;
        z-index: 6;
}

.image-14-icon {
    position: absolute;
    top: -0.9rem;
        left: 49.9%;
    transform: translateX(-50%);
    width: 11.30625rem;
    height: 5.625rem;
    object-fit: contain;
    z-index: 7;
}

.footer-links-grid {
    max-width: 90rem;
    margin: 1rem auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.terms-of-service a,
.privacy-policy a {
    color: #b3e4bd;
    text-decoration: none;
}

.terms-of-service a:hover,
.privacy-policy a:hover,
.terms-of-service a:focus,
.privacy-policy a:focus {
    color: #fff;
    text-decoration: none;
}
.infoengagebyclaritycom,
.copyright-2025-all {
    color: #fff;
}

.infoengagebyclaritycom a:hover,
.infoengagebyclaritycom a:focus {
    color: #fff;
    text-decoration: none;
}
.terms-of-service,
.privacy-policy,
.infoengagebyclaritycom,
.copyright-2025-all {
    text-align: center;
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 62rem) {
    .logo-icon {
        left: 1.25rem;
        width: 15rem;
        height: auto;
        top: 1.7rem;
    }

    .contact-btn-wrapper {
        right: 1.25rem;
        width: 8.5rem;
        height: 2.7rem;
        top: 1.95rem;
    }

    .contact-form .form-label {
        font-size: 1.25rem;
    }

    .contact-form-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links-grid {
        display: flex;
            flex-direction: column-reverse;
            align-items: center;
    }
.contact-cta-card {
    border-radius: 1.25rem;
    padding: 2rem 1.25rem;
}
}

.highlight {
    color: #b3e4bd;
    text-decoration: none;
}

@media (max-width: 48rem) {
    .logo-icon {
        width: 3.8rem !important;
    }
}
