.elementor-kit-35{--e-global-color-primary:#E6E6E6;--e-global-color-secondary:#111213;--e-global-color-text:#E6E6E6;--e-global-color-accent:#A88F55;--e-global-color-abd03f1:#070809;--e-global-color-083f3f4:#0F1113;--e-global-color-faba394:#000000;--e-global-color-ba67867:#9BA3AA;--e-global-color-34bc630:#6E7680;--e-global-color-e5cbc56:#5A4C32;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0.2px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-35 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================= */
/* PHARAOH MODAL BASE CONTAINER  */
/* ============================= */

.pharaoh-modal {
    max-width: 720px;
    margin: auto;
    padding: 50px 55px;
    border-radius: 14px;
    background: rgba(10,10,10,0.95);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
}

/* ============================= */
/* MODAL TITLE                   */
/* ============================= */

.pharaoh-modal h2,
.pharaoh-modal .elementor-heading-title {

    font-size: 28px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}

/* ============================= */
/* MODAL SUBTEXT                 */
/* ============================= */

.pharaoh-modal .modal-subtext,
.pharaoh-modal .elementor-widget-text-editor {

    font-size: 12px;
    letter-spacing: 2px;
    color: #bfa76a;
    text-align: center;
    margin-bottom: 35px;
}

/* ============================= */
/* FORM SPACING                  */
/* ============================= */

.pharaoh-modal .elementor-form {
    margin-top: 10px;
}

.pharaoh-modal .elementor-field-group {
    margin-bottom: 18px;
}

/* ============================= */
/* INPUT FIELDS                  */
/* ============================= */

.pharaoh-modal input,
.pharaoh-modal textarea,
.pharaoh-modal select {

    height: 44px;
    padding: 10px 14px;
    background: rgba(0,0,0,0.65);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    color: white;
}

/* TEXTAREA HEIGHT */

.pharaoh-modal textarea {
    min-height: 110px;
}

/* ============================= */
/* SUBMIT BUTTON                 */
/* ============================= */

.pharaoh-modal button[type="submit"] {

    height: 46px;
    width: 100%;
    border-radius: 6px;
    letter-spacing: 4px;
    font-size: 12px;
    border: 1px solid #bfa76a;
    background: transparent;
    color: white;
    transition: all .25s ease;
}

/* BUTTON HOVER */

.pharaoh-modal button[type="submit"]:hover {

    background: #bfa76a;
    color: black;
}





/* =========================================
   PHARAOH CINEMATIC MODAL OVERLAY
   ========================================= */

.elementor-popup-modal{

    background: rgba(0,0,0,0.65) !important;

    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);

    transition: all .35s ease;
}


/* =========================================
   PHARAOH MODAL FRAME DEPTH
   ========================================= */

.ps-popup .dialog-widget-content{

    box-shadow:

        0 40px 120px rgba(0,0,0,0.75),
        0 0 0 1px rgba(255,255,255,0.04),
        inset 0 1px 0 rgba(255,255,255,0.03);

    transition: transform .35s ease;
}


/* subtle hover lift */

.ps-popup .dialog-widget-content:hover{

    transform: translateY(-2px);
}


/* =========================================
   GOLD EDGE GLOW (Pharaoh accent)
   ========================================= */

.ps-popup .ps-popup__panel{

    position: relative;
}

.ps-popup .ps-popup__panel:after{

    content: "";

    position: absolute;
    inset: -1px;

    border-radius: inherit;

    pointer-events: none;

    box-shadow:

        0 0 35px rgba(200,170,105,0.08),
        inset 0 0 0 1px rgba(200,170,105,0.12);
}


/* =========================================
   MODAL FADE IN ANIMATION
   ========================================= */

.elementor-popup-modal{

    animation: pharaohFade .35s ease forwards;
}

@keyframes pharaohFade{

    from{
        opacity:0;
        transform: scale(.98);
    }

    to{
        opacity:1;
        transform: scale(1);
    }
}


/* =========================================
   CLOSE BUTTON IMPROVEMENT
   ========================================= */

.ps-popup .dialog-close-button{

    transition: all .2s ease;
}

.ps-popup .dialog-close-button:hover{

    border-color: rgba(200,170,105,.65) !important;

    box-shadow: 0 0 12px rgba(200,170,105,.25);
}





/* =========================================
   PHARAOH ARCHIVE TERMINAL FORM FEEL
   ========================================= */

.ps-popup input,
.ps-popup textarea,
.ps-popup select{
    background: rgba(255,255,255,0.02) !important;
    color: rgba(255,255,255,0.88) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.015),
        0 0 0 rgba(0,0,0,0) !important;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease,
        transform .15s ease;
}

.ps-popup input::placeholder,
.ps-popup textarea::placeholder{
    color: rgba(255,255,255,0.30) !important;
    letter-spacing: .04em;
}

.ps-popup input:focus,
.ps-popup textarea:focus,
.ps-popup select:focus{
    outline: none !important;
    background: rgba(255,255,255,0.03) !important;
    border-color: rgba(200,170,105,0.45) !important;
    box-shadow:
        0 0 0 1px rgba(200,170,105,0.18),
        0 0 18px rgba(200,170,105,0.08),
        inset 0 0 0 1px rgba(255,255,255,0.02) !important;
    transform: translateY(-1px);
}

.ps-popup .wpforms-field-label{
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,0.58) !important;
}

.ps-popup textarea{
    resize: vertical;
    min-height: 120px;
}

.ps-popup .wpforms-submit,
.ps-popup button[type="submit"]{
    transition:
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease,
        transform .15s ease;
}

.ps-popup .wpforms-submit:hover,
.ps-popup button[type="submit"]:hover{
    border-color: rgba(200,170,105,0.72) !important;
    box-shadow:
        0 0 22px rgba(200,170,105,0.10),
        inset 0 0 0 1px rgba(255,255,255,0.02) !important;
    transform: translateY(-1px);
}/* End custom CSS */