/*
Theme Name: Erotik Media Agentur
Theme URI: https://em-agency.ch
Description: Custom Theme für Erotik Media Agentur
Version: 1.0
Author: Giordano Drieman
*/

/* ================================
   CONTACT INFO – TRANSPARENTE CARD
================================ */

.contact-section {
    position: relative;
}

.contact-info {
    background: rgba(20, 20, 20, 0.55);       /* halbtransparent */
    padding: 35px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);              /* GLAS-EFFEKT */
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.4),
        inset 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.contact-info h2 {
    margin-bottom: 14px;
}

.contact-info p,
.contact-benefits li,
.contact-note {
    color: #e5e5e5;
}

/* NICE CHECKMARK COLOR */
.contact-benefits li::before {
    content: "✔";
    color: #38ff7c;
    margin-right: 6px;
}

/* Abstand zur Form */
.contact-form-wrapper {
    margin-top: 10px;
}

/* ===== Zentrierung ===== */
.section-process {
    text-align: center;
}

.process-list {
    list-style: none;
    padding: 0;
}

.process-list li {
    margin: 0 auto 40px auto;
    max-width: 700px;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* ===== Typografie ===== */
.process-list h3 {
    margin-bottom: 10px;
}

.process-list p {
    line-height: 1.6;
    opacity: 0.9;
}

/* ===== Hover Effekt (clean & sexy) ===== */
.process-list li:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* ===== Step Nummer ===== */
.process-step {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    opacity: 0.7;
}

.lang-btn{
  gap:10px;
}

.lang-flag{
  width:22px;
  height:22px;
  object-fit:contain;
  filter: drop-shadow(0 0 8px rgba(255,0,160,.25));
}
