.elementor-1318 .elementor-element.elementor-element-f2dd350:not(.elementor-motion-effects-element-type-background), .elementor-1318 .elementor-element.elementor-element-f2dd350 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://salonxpk.com/wp-content/uploads/2026/06/ssalon-banner.webp");background-position:top left;background-size:cover;}.elementor-1318 .elementor-element.elementor-element-f2dd350 > .elementor-background-overlay{background-image:url("https://salonxpk.com/wp-content/uploads/2026/05/BG-02.png");background-position:center center;background-size:cover;opacity:0.95;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1318 .elementor-element.elementor-element-f2dd350{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1318 .elementor-element.elementor-element-d69f7d5.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-1318 .elementor-element.elementor-element-d69f7d5 > .elementor-element-populated{margin:55px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:5px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1318 .elementor-element.elementor-element-f2dd350:not(.elementor-motion-effects-element-type-background), .elementor-1318 .elementor-element.elementor-element-f2dd350 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://salonxpk.com/wp-content/uploads/2026/06/MBL-REPSONBISVE-SSALON-1.webp");background-repeat:no-repeat;background-size:contain;}.elementor-1318 .elementor-element.elementor-element-f2dd350{padding:15em 0em 15em 0em;}}/* Start custom CSS for html, class: .elementor-element-d645724 */body{
    margin:0;
    font-family: Arial;
}

/* CENTER WRAPPER */
.lama-wrapper{
    width:100%;
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px;
    background: url("your-bg.jpg") center/cover no-repeat;
}

/* GLASS CARD */
.lama-card{
    width: 40%;
    max-width: 420px;
    min-width: 260px;

    padding: 30px;
    border-radius: 18px;

    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(15px);

    text-align:center;
    color:white;

    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

/* TITLE */
.lama-card h1{
    font-size: 36px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

/* RED X */
.red-x{
    color:red;
}

/* DROPDOWN */
.lama-card select{
    width:100%;
    padding:12px;

    border-radius:10px;
    border:1px solid rgba(255,255,255,0.3);

    background: rgba(255,255,255,0.12);
    color:white;

    outline:none;
    font-size:16px;
    cursor:pointer;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    transition:0.3s;
}

/* options (ONLY stable supported styling) */
.lama-card select option{
    background:#111;
    color:#fff;
}

/* focus only (this works 100%) */
.lama-card select:focus{
    border:1px solid red;
    box-shadow:0 0 10px rgba(255,0,0,0.4);
}

/* MOBILE */
@media (max-width:768px){
    .lama-card{
        width:85%;
        padding:25px;
    }

    .lama-card h1{
        font-size:28px;
    }
}/* End custom CSS */