/* =========================================
   CAREERS FORM - ANDHAVARAPU SRIDHAR & CO.
   ULTRA PREMIUM GOLD & NAVY EDITION
========================================= */

.dr1059contactform3 {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;

    background:
        radial-gradient(circle at top left,
            rgba(212, 175, 55, 0.12),
            transparent 40%),

        radial-gradient(circle at bottom right,
            rgba(15, 47, 85, 0.18),
            transparent 45%),

        linear-gradient(
            135deg,
            #06111f 0%,
            #0b1f36 50%,
            #06111f 100%
        );
}

/* =========================
   FLOATING ORBS
========================= */

.dr1059contactform3::before,
.dr1059contactform3::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: 0;
    opacity: .30;
}

.dr1059contactform3::before {
    width: 320px;
    height: 320px;
    background: #D4AF37;
    top: -120px;
    left: -120px;
}

.dr1059contactform3::after {
    width: 280px;
    height: 280px;
    background: #0F2F55;
    right: -100px;
    bottom: -100px;
}

/* =========================
   CARD
========================= */

.dr1059contactform3 .contact-card {
    max-width: 820px;
    margin: auto;
    padding: 60px 50px;
    position: relative;
    z-index: 2;

    border-radius: 36px;

    background: rgba(255,255,255,.06);

    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);

    border: 1px solid rgba(255,255,255,.08);

    box-shadow:
        0 30px 80px rgba(0,0,0,.45),
        inset 0 1px 0 rgba(255,255,255,.08);
}

/* =========================
   HEADER
========================= */

.dr1059contactform3 .dr1059contact-header {
    text-align: center;
    margin-bottom: 35px;
}

.dr1059contactform3 .contact-tag {
    display: inline-block;

    padding: 10px 18px;

    border-radius: 999px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;

    color: #D4AF37;

    background: rgba(212,175,55,.12);

    border: 1px solid rgba(212,175,55,.25);
}

.dr1059contactform3 .contact-title {
    margin-top: 22px;

    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;

    color: #fff;
}

.dr1059contactform3 .contact-subtitle-main {
    margin-top: 14px;

    color: #cbd5e1;

    font-size: 15px;
    line-height: 1.7;
}

/* =========================
   FORM
========================= */

.dr1059contactform3 .contact-form {
    display: grid;
    gap: 22px;
}

/* =========================
   FIELD
========================= */

.dr1059contactform3 .field {
    position: relative;
}

/* =========================
   INPUTS
========================= */

.dr1059contactform3 input,
.dr1059contactform3 textarea,
.dr1059contactform3 select {

    width: 100%;

    padding: 18px 18px;

    border-radius: 16px;

    color: #fff;
    font-size: 14px;

    background: rgba(255,255,255,.05);

    border: 1px solid rgba(255,255,255,.10);

    outline: none;

    transition: .30s ease;
}

.dr1059contactform3 textarea {
    min-height: 140px;
    resize: vertical;
}

.dr1059contactform3 input:hover,
.dr1059contactform3 textarea:hover,
.dr1059contactform3 select:hover {

    border-color: rgba(212,175,55,.35);
}

.dr1059contactform3 input:focus,
.dr1059contactform3 textarea:focus,
.dr1059contactform3 select:focus {

    border-color: #D4AF37;

    box-shadow:
        0 0 0 4px rgba(212,175,55,.15);

    background: rgba(255,255,255,.08);
}

/* =========================
   LABELS
========================= */

.dr1059contactform3 label {

    position: absolute;

    left: 14px;
    top: -10px;

    padding: 0 8px;

    font-size: 11px;
    font-weight: 600;

    color: #D4AF37;

    background: #0b1f36;

    z-index: 2;
}

/* =========================
   SELECT
========================= */

.dr1059contactform3 select {

    appearance: none;
    cursor: pointer;

    background-image:
        linear-gradient(45deg, transparent 50%, #D4AF37 50%),
        linear-gradient(135deg, #D4AF37 50%, transparent 50%);

    background-position:
        calc(100% - 22px) center,
        calc(100% - 16px) center;

    background-size: 6px 6px;
    background-repeat: no-repeat;
}

.dr1059contactform3 select option {
    background: #0b1f36;
    color: #fff;
}

/* =========================
   FILE INPUT
========================= */

.dr1059contactform3 input[type="file"] {

    padding: 16px;
    cursor: pointer;
}

.dr1059contactform3 input[type="file"]::file-selector-button {

    background: linear-gradient(
        135deg,
        #D4AF37,
        #f2d16b
    );

    border: none;

    padding: 10px 16px;

    border-radius: 10px;

    color: #06111f;
    font-weight: 700;

    cursor: pointer;

    margin-right: 12px;
}

/* =========================
   BUTTON
========================= */

.dr1059contactform3 .submit-btn {

    width: 100%;

    padding: 18px;

    border: none;

    border-radius: 16px;

    font-size: 15px;
    font-weight: 700;

    color: #06111f;

    background:
        linear-gradient(
            135deg,
            #D4AF37,
            #f2d16b
        );

    cursor: pointer;

    transition: .35s ease;

    box-shadow:
        0 20px 45px rgba(212,175,55,.25);
}

.dr1059contactform3 .submit-btn:hover {

    transform: translateY(-3px);

    box-shadow:
        0 30px 60px rgba(212,175,55,.35);
}

/* =========================
   STATUS
========================= */

.dr1059contactform3 .form-status {

    text-align: center;

    font-size: 14px;

    margin-top: 10px;
}

/* =========================
   CONTACT NOTES
========================= */

.dr1059contactform3 .contact-note {

    text-align: center;

    color: #cbd5e1;

    line-height: 1.8;

    margin-top: 10px;
}

.dr1059contactform3 .contact-note a {

    color: #D4AF37;

    text-decoration: none;

    font-weight: 600;
}

/* =========================
   HONEYPOT
========================= */

.dr1059contactform3 .hp {

    position: absolute !important;
    left: -9999px !important;

    opacity: 0;
    width: 1px;
    height: 1px;
}

/* =========================
   MOBILE
========================= */

@media (max-width:768px){

    .dr1059contactform3 {
        padding: 80px 15px;
    }

    .dr1059contactform3 .contact-card {

        padding: 35px 22px;

        border-radius: 24px;
    }

    .dr1059contactform3 .contact-title {

        font-size: 24px;
    }

    .dr1059contactform3 .contact-subtitle-main {

        font-size: 14px;
    }
}