/* =====================================================
   AARAV DIGITAL PRO
   CONTACT US
   PREMIUM BLACK + GOLD
===================================================== */


/* =====================================================
   MAIN
===================================================== */

#adp-contact-page {

    position: relative;

    width: 100%;

    padding: 90px 0 100px;

    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(232,181,47,.055),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 55%,
            rgba(232,181,47,.035),
            transparent 30%
        ),
        #050505;

    color: #ffffff;

    overflow: hidden;

}


#adp-contact-page::before {

    content: "";

    position: absolute;

    top: 0;
    left: 50%;

    width: 1px;
    height: 100%;

    background:
        linear-gradient(
            to bottom,
            transparent,
            rgba(232,181,47,.08),
            transparent
        );

    pointer-events: none;

}


/* =====================================================
   CONTAINER
===================================================== */

.adp-contact-container {

    position: relative;

    z-index: 2;

    width: min(
        1220px,
        calc(100% - 70px)
    );

    margin: 0 auto;

}


/* =====================================================
   HERO
===================================================== */

.adp-contact-hero {

    max-width: 850px;

    margin: 0 auto 65px;

    text-align: center;

}


.adp-contact-eyebrow {

    display: inline-block;

    margin-bottom: 20px;

    color: #e8b52f;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 3px;

}


.adp-contact-hero h1 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(
        44px,
        5.5vw,
        72px
    );

    font-weight: 850;

    line-height: 1.02;

    letter-spacing: -2px;

}


.adp-contact-hero h1 span {

    color: #e8b52f;

}


.adp-contact-hero p {

    max-width: 650px;

    margin: 24px auto 0;

    color: #a9a9a9;

    font-size: 15px;

    line-height: 1.75;

}


/* =====================================================
   MAIN GRID
===================================================== */

.adp-contact-grid {

    display: grid;

    grid-template-columns:
        .85fr 1.15fr;

    gap: 25px;

    align-items: stretch;

}


/* =====================================================
   LEFT INFO
===================================================== */

.adp-contact-info {

    padding: 35px;

    background:
        linear-gradient(
            145deg,
            rgba(18,18,18,.95),
            rgba(7,7,7,.98)
        );

    border:
        1px solid
        rgba(232,181,47,.28);

    border-radius: 16px;

}


.adp-contact-info-heading > span {

    display: block;

    margin-bottom: 13px;

    color: #e8b52f;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

}


.adp-contact-info-heading h2 {

    margin: 0;

    color: #ffffff;

    font-size: 34px;

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: -1px;

}


.adp-contact-info-heading h2 strong {

    display: block;

    color: #e8b52f;

    font-weight: inherit;

}


.adp-contact-info-heading p {

    margin: 18px 0 30px;

    color: #999999;

    font-size: 15px;

    line-height: 1.65;

}


/* =====================================================
   INFO CARDS
===================================================== */

.adp-contact-info-card {

    position: relative;

    display: flex;

    align-items: center;

    gap: 15px;

    width: 100%;

    margin-bottom: 10px;

    padding: 15px;

    color: #ffffff;

    text-decoration: none;

    background:
        rgba(255,255,255,.025);

    border:
        1px solid
        rgba(255,255,255,.08);

    border-radius: 10px;

    transition:
        border-color .25s ease,
        background .25s ease,
        transform .25s ease;

    box-sizing: border-box;

}


.adp-contact-info-card:hover {

    color: #ffffff;

    background:
        rgba(232,181,47,.045);

    border-color:
        rgba(232,181,47,.45);

    transform:
        translateX(4px);

}


.adp-contact-info-icon {

    flex: 0 0 42px;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #e8b52f;

    border:
        1px solid
        rgba(232,181,47,.38);

    border-radius: 9px;

}


.adp-contact-info-icon span {

    font-size: 18px;

}


.adp-contact-info-card div:nth-child(2) {

    min-width: 0;

}


.adp-contact-info-card small {

    display: block;

    margin-bottom: 4px;

    color: #777777;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.adp-contact-info-card strong {

    display: block;

    color: #eeeeee;

    font-size: 12px;

    font-weight: 700;

    word-break: break-word;

}


.adp-contact-arrow {

    margin-left: auto;

    color: #e8b52f;

    font-size: 17px;

}


/* =====================================================
   HOURS
===================================================== */

.adp-contact-hours {

    margin-top: 20px;

    padding-top: 20px;

    border-top:
        1px solid
        rgba(255,255,255,.08);

}


.adp-contact-hours span {

    display: block;

    margin-bottom: 7px;

    color: #e8b52f;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2px;

}


.adp-contact-hours strong {

    display: block;

    color: #ffffff;

    font-size: 13px;

}


.adp-contact-hours small {

    display: block;

    margin-top: 4px;

    color: #777777;

    font-size: 10px;

}


/* =====================================================
   FORM WRAPPER
===================================================== */

.adp-contact-form-wrap {

    padding: 35px;

    background:
        linear-gradient(
            145deg,
            #101010,
            #070707
        );

    border:
        1px solid
        rgba(232,181,47,.50);

    border-radius: 16px;

    box-shadow:
        0 25px 70px
        rgba(0,0,0,.25);

}


.adp-contact-form-header > span {

    display: block;

    margin-bottom: 12px;

    color: #e8b52f;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

}


.adp-contact-form-header h2 {

    margin: 0 0 28px;

    color: #ffffff;

    font-size: 32px;

    font-weight: 800;

    line-height: 1.1;

}


.adp-contact-form-header h2 strong {

    color: #e8b52f;

}


/* =====================================================
   FORM GRID
===================================================== */

.adp-contact-form {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;

}


.adp-contact-field {

    display: flex;

    flex-direction: column;

    gap: 8px;

}


.adp-contact-field-full {

    grid-column: 1 / -1;

}


.adp-contact-field label {

    color: #c9c9c9;

    font-size: 10px;

    font-weight: 700;

}


.adp-contact-field input,
.adp-contact-field select,
.adp-contact-field textarea {

    width: 100%;

    box-sizing: border-box;

    padding: 13px 14px;

    color: #ffffff;

    background:
        #0b0b0b;

    border:
        1px solid
        rgba(255,255,255,.10);

    border-radius: 8px;

    outline: none;

    font-family: inherit;

    font-size: 16px;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;

}


.adp-contact-field input::placeholder,
.adp-contact-field textarea::placeholder {

    color: #555555;

}


.adp-contact-field select {

    color: #bbbbbb;

    cursor: pointer;

}


.adp-contact-field textarea {

    min-height: 115px;

    resize: vertical;

}


.adp-contact-field input:focus,
.adp-contact-field select:focus,
.adp-contact-field textarea:focus {

    border-color:
        rgba(232,181,47,.65);

    box-shadow:
        0 0 0 3px
        rgba(232,181,47,.06);

}


/* =====================================================
   SUBMIT
===================================================== */

.adp-contact-submit-row {

    grid-column: 1 / -1;

    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 3px;

}


.adp-contact-submit {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 13px;

    min-height: 46px;

    padding: 0 22px;

    color: #080705;

    background:
        linear-gradient(
            135deg,
            #f4ca52,
            #dca92e
        );

    border: none;

    border-radius: 999px;

    cursor: pointer;

    font-family: inherit;

    font-size: 11px;

    font-weight: 850;

    transition:
        transform .25s ease,
        box-shadow .25s ease;

}


.adp-contact-submit:hover {

    transform:
        translateY(-2px);

    box-shadow:
        0 12px 30px
        rgba(232,181,47,.20);

}


.adp-contact-submit span {

    font-size: 16px;

}


.adp-contact-submit-row small {

    color: #666666;

    font-size: 9px;

    line-height: 1.4;

}


/* =====================================================
   BOTTOM CTA
===================================================== */

.adp-contact-bottom {

    margin-top: 70px;

    padding: 55px 30px;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            rgba(232,181,47,.07),
            rgba(232,181,47,.015)
        );

    border:
        1px solid
        rgba(232,181,47,.25);

    border-radius: 16px;

}


.adp-contact-bottom > span {

    display: block;

    margin-bottom: 13px;

    color: #e8b52f;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.5px;

}


.adp-contact-bottom h2 {

    margin: 0 0 25px;

    color: #ffffff;

    font-size: clamp(
        30px,
        4vw,
        48px
    );

    line-height: 1.05;

    font-weight: 800;

}


.adp-contact-bottom h2 strong {

    color: #e8b52f;

}


.adp-contact-bottom-button {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 13px 22px;

    color: #080705;

    background: #e8b52f;

    border-radius: 999px;

    text-decoration: none;

    font-size: 11px;

    font-weight: 850;

    transition:
        transform .25s ease,
        box-shadow .25s ease;

}


.adp-contact-bottom-button:hover {

    color: #080705;

    transform:
        translateY(-2px);

    box-shadow:
        0 12px 30px
        rgba(232,181,47,.20);

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 950px) {

    .adp-contact-grid {

        grid-template-columns: 1fr;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 650px) {

    #adp-contact-page {

        padding:
            60px 0 70px;

    }


    .adp-contact-container {

        width:
            calc(100% - 28px);

    }


    .adp-contact-hero {

        margin-bottom: 40px;

    }


    .adp-contact-eyebrow {

        font-size: 10px;

        letter-spacing: 2.5px;

    }


    .adp-contact-hero h1 {

        font-size: 38px;

        letter-spacing: -1.2px;

    }


    .adp-contact-hero p {

        margin-top: 18px;

        font-size: 12px;

    }


    .adp-contact-info,
    .adp-contact-form-wrap {

        padding: 23px 18px;

        border-radius: 13px;

    }


    .adp-contact-info-heading h2 {

        font-size: 28px;

    }


    .adp-contact-form-header h2 {

        font-size: 27px;

    }


    .adp-contact-form {

        grid-template-columns: 1fr;

        gap: 15px;

    }


    .adp-contact-field-full {

        grid-column: auto;

    }


    .adp-contact-submit-row {

        grid-column: auto;

        align-items: flex-start;

        flex-direction: column;

    }


    .adp-contact-submit {

        width: 100%;

    }


    .adp-contact-submit-row small {

        text-align: center;

        width: 100%;

    }


    .adp-contact-bottom {

        margin-top: 45px;

        padding: 40px 18px;

    }


    .adp-contact-bottom h2 {

        font-size: 31px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .adp-contact-hero h1 {

        font-size: 33px;

    }


    .adp-contact-info-heading h2 {

        font-size: 25px;

    }

}
/* =====================================================
   CONTACT FORM RESPONSE
===================================================== */

.adp-contact-response {

    display: none;

    grid-column: 1 / -1;

    padding: 12px 15px;

    border-radius: 8px;

    font-size: 11px;

    font-weight: 700;

    line-height: 1.5;

}


.adp-contact-response.adp-success {

    display: block;

    color: #b8f5c5;

    background:
        rgba(70,180,90,.08);

    border:
        1px solid
        rgba(70,180,90,.30);

}


.adp-contact-response.adp-error {

    display: block;

    color: #ffb5b5;

    background:
        rgba(220,70,70,.08);

    border:
        1px solid
        rgba(220,70,70,.30);

}


/* =====================================================
   SUBMIT LOADING
===================================================== */

.adp-contact-submit.is-loading {

    opacity: .65;

    pointer-events: none;

    cursor: wait;

}


.adp-contact-submit.is-loading
.adp-submit-text::after {

    content: "...";

}


.adp-contact-submit.is-loading
.adp-submit-arrow {

    display: none;

}

/* =========================================================
   CONTACT SUCCESS POPUP
   FIXED / CENTERED / BLACK + GOLD
========================================================= */

.adp-contact-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(8px);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity .3s ease,
        visibility .3s ease;
}

.adp-contact-popup.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.adp-contact-popup-overlay {
    position: absolute;
    inset: 0;
}

.adp-contact-popup-box {
    position: relative;
    z-index: 2;
    width: min(460px, 100%);
    padding: 48px 38px 38px;
    text-align: center;
    background:
        linear-gradient(145deg, #171717, #080808);
    border: 1px solid rgba(232,181,47,.45);
    border-radius: 22px;
    box-shadow:
        0 30px 90px rgba(0,0,0,.70),
        0 0 50px rgba(232,181,47,.10);
    transform: translateY(25px) scale(.96);
    transition: transform .35s ease;
}

.adp-contact-popup.active .adp-contact-popup-box {
    transform: translateY(0) scale(1);
}

.adp-contact-popup-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

.adp-contact-popup-close:hover {
    color: #e8b52f;
    background: rgba(232,181,47,.10);
}

.adp-contact-popup-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(232,181,47,.10);
    border: 1px solid rgba(232,181,47,.50);
    color: #e8b52f;
    font-size: 38px;
    font-weight: 800;
    box-shadow: 0 0 35px rgba(232,181,47,.12);
}

.adp-contact-popup-label {
    display: block;
    margin-bottom: 10px;
    color: #e8b52f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.adp-contact-popup-box h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
}

.adp-contact-popup-box p {
    max-width: 350px;
    margin: 0 auto 28px;
    color: #b8b8b8;
    font-size: 16px;
    line-height: 1.7;
}

.adp-contact-popup-button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #f4ca52, #dca92e);
    color: #080808;
    font-family: inherit;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.adp-contact-popup-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(232,181,47,.25);
}

/* Keep success response hidden after a successful AJAX request. */
#adp-contact-response {
    display: none !important;
}

#adp-contact-response.adp-error {
    display: block !important;
}

/* =========================================================
   FORM TYPOGRAPHY — LARGER / MORE READABLE
========================================================= */

.adp-contact-field label {
    font-size: 13px;
    line-height: 1.4;
}

.adp-contact-field input,
.adp-contact-field select,
.adp-contact-field textarea {
    font-size: 16px;
    min-height: 50px;
}

.adp-contact-field textarea {
    min-height: 140px;
    line-height: 1.6;
}

.adp-contact-field input::placeholder,
.adp-contact-field textarea::placeholder {
    font-size: 15px;
}

.adp-contact-field select {
    font-size: 16px;
}

.adp-contact-submit {
    font-size: 16px;
    min-height: 50px;
    padding: 0 25px;
}

.adp-contact-submit-row small {
    font-size: 12px;
}

@media (max-width: 650px) {

    .adp-contact-field label {
        font-size: 13px;
    }

    .adp-contact-field input,
    .adp-contact-field select,
    .adp-contact-field textarea {
        font-size: 16px;
    }

    .adp-contact-field input::placeholder,
    .adp-contact-field textarea::placeholder {
        font-size: 15px;
    }

    .adp-contact-submit {
        font-size: 16px;
        min-height: 52px;
    }

    .adp-contact-popup {
        padding: 16px;
    }

    .adp-contact-popup-box {
        padding: 42px 24px 28px;
        border-radius: 20px;
    }

    .adp-contact-popup-icon {
        width: 68px;
        height: 68px;
        font-size: 32px;
    }

    .adp-contact-popup-box h3 {
        font-size: 29px;
    }

    .adp-contact-popup-box p {
        font-size: 15px;
    }
}