.elementor-15151 .elementor-element.elementor-element-9407aed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-15151 .elementor-element.elementor-element-ad69425{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4a4f2d8 *//* Work With Me Page Styles - work-with-me.css */

/* --- Hero Section --- */
.hero-section {
    background: var(--color-background) url('../images/placeholder-work-hero-bg.jpg') no-repeat center center/cover;
    position: relative;
    padding: 120px 0;
    text-align: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(rgba(17, 17, 17, 0.7), rgba(17, 17, 17, 0.9));
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section h1 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.hero-section .subtitle {
    font-size: 2rem;
    color: var(--color-gold-light);
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-section .hero-text {
    max-width: 800px;
    margin: 0 auto 2.5rem;
    font-size: 1.2rem;
    line-height: 1.7;
}

/* --- Service Circles Section --- */
.service-circles-section {
    background-color: #0d0d0d;
    padding: 100px 0;
    text-align: center;
    position: relative;
}

.service-circles-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('../images/placeholder-sacred-geometry.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    z-index: 1;
}

.service-circles-section .container {
    position: relative;
    z-index: 2;
}

.circles-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 60px;
}

.second-row {
    margin-top: 40px;
}

.service-circle {
    width: 220px;
    text-align: center;
    transition: transform 0.3s ease;
}

.service-circle:hover {
    transform: translateY(-10px);
}

.circle-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(176, 141, 87, 0.1);
    border: 2px solid var(--color-gold);
    transition: all 0.3s ease;
}

.service-circle:hover .circle-icon {
    background-color: rgba(176, 141, 87, 0.2);
    border-color: var(--color-gold-light);
}

.circle-icon img {
    max-width: 70px;
    max-height: 70px;
}

.service-circle h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.circle-subtitle {
    font-size: 0.9rem;
    color: var(--color-gold);
    display: block;
}

/* Circle-specific colors */
#dreamwitch-circle .circle-icon {
    border-color: var(--color-accent-red);
    background-color: rgba(160, 32, 32, 0.1);
}

#dreamwitch-circle:hover .circle-icon {
    background-color: rgba(160, 32, 32, 0.2);
}

#softwaresiren-circle .circle-icon {
    border-color: var(--color-accent-pink);
    background-color: rgba(255, 105, 180, 0.1);
}

#softwaresiren-circle:hover .circle-icon {
    background-color: rgba(255, 105, 180, 0.2);
}

#agentura-circle .circle-icon {
    border-color: var(--color-gold);
    background-color: rgba(176, 141, 87, 0.1);
}

#agentura-circle:hover .circle-icon {
    background-color: rgba(176, 141, 87, 0.2);
}
/* DEASHADOW → GOLD */
#deashadow-circle .circle-icon {
    border: 2px solid #8B0000; /* dark red */
    background-color: rgba(139, 0, 0, 0.1); /* soft red background */
}

#deashadow-circle:hover .circle-icon {
    background-color: rgba(139, 0, 0, 0.2); /* slightly deeper red on hover */
}


/* ELLA LUNA → LIGHT BLUE */
#ellaluna-circle .circle-icon {
    border-color: var(--color-accent-blue);
    background-color: rgba(173, 216, 230, 0.1); /* light blue */
}
#ellaluna-circle:hover .circle-icon {
    background-color: rgba(173, 216, 230, 0.2);
}

/* SOUL SUPERPOWER → RED */
#soulsuperpower-circle border-color: var(--color-gold);
    background-color: rgba(176, 141, 87, 0.1);
}
    background-color: rgba(220, 20, 60, 0.1); /* crimson red */
}
#soulsuperpower-circle:hover .circle-icon {
    background-color: rgba(220, 20, 60, 0.2);
}

/* SPELLCASTING → PINK (like Software Siren) */
#spellcasting-circle .circle-icon {
    border-color: var(--color-accent-pink);
    background-color: rgba(255, 105, 180, 0.1); /* hot pink */
}
#spellcasting-circle:hover .circle-icon {
    background-color: rgba(255, 105, 180, 0.2);
}


/* --- Realm Details Section --- */
.realm-details-section {
    padding: 80px 0;
}

.realm-detail {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
    padding: 40px 0;
    border-top: 1px solid rgba(176, 141, 87, 0.15);
}

.realm-detail:last-child {
    margin-bottom: 0;
}

.realm-detail:nth-child(even) {
    flex-direction: row-reverse;
}

.realm-image {
    flex: 1;
    min-height: 400px;
    background-color: #222;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.realm-content {
    flex: 1;
}

.realm-subtitle {
    display: block;
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.realm-content p {
    margin-bottom: 1.5rem;
    color: rgba(245, 245, 245, 0.9);
}

.realm-button {
    margin-top: 1rem;
}

/* Realm-specific styles */
#dreamwitch-detail .realm-image {
    background-image: url('../images/placeholder-dreamwitch.jpg');
}
#dreamwitch-detail .realm-subtitle {
    color: var(--color-accent-red);
}
.dreamwitch-button {
    background-color: var(--color-accent-red);
    border-color: var(--color-accent-red);
}
.dreamwitch-button:hover {
    background-color: transparent;
    color: var(--color-accent-red);
}
.realm-detail {
  background-color: #000;
  padding: 3rem 2rem;
  border-radius: 12px;
  margin-bottom: 3rem;
  color: white;
}
.realm-detail {
  /* ...previous styles... */
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}


#softwaresiren-detail .realm-image {
    background-image: url('../images/placeholder-softwaresiren.jpg');
}
#softwaresiren-detail .realm-subtitle {
    color: var(--color-accent-pink);
}
.softwaresiren-button {
    background-color: var(--color-accent-pink);
    border-color: var(--color-accent-pink);
}
.softwaresiren-button:hover {
    background-color: transparent;
    color: var(--color-accent-pink);
}

#agentura-detail .realm-image {
    background-image: url('../images/placeholder-agentura.jpg');
}
/* Uses default gold styling */

#ellaluna-detail .realm-image {
    background-image: url('../images/placeholder-ellaluna.jpg');
}
#ellaluna-detail .realm-subtitle {
    color: var(--color-accent-orange);
}
.ellaluna-button {
    background-color: var(--color-accent-orange);
    border-color: var(--color-accent-orange);
}
.ellaluna-button:hover {
    background-color: transparent;
    color: var(--color-accent-orange);
}

#deashadow-detail .realm-image {
    background-image: url('../images/placeholder-deashadow.jpg');
}
#deashadow-detail .realm-subtitle {
    color: var(--color-accent-red);
}
.deashadow-button {
    background-color: var(--color-accent-red);
    border-color: var(--color-accent-red);
}
.deashadow-button:hover {
    background-color: transparent;
    color: var(--color-accent-red);
}

#soulsuperpower-detail .realm-image {
    background-image: url('../images/placeholder-soulsuperpower.jpg');
}
#soulsuperpower-detail .realm-subtitle {
    color: var(--color-accent-purple);
}
.soulsuperpower-button {
    background-color: var(--color-accent-purple);
    border-color: var(--color-accent-purple);
}
.soulsuperpower-button:hover {
    background-color: transparent;
    color: var(--color-accent-purple);
}

#spellcasting-detail .realm-image {
    background-image: url('../images/placeholder-spellcasting.jpg');
}
#spellcasting-detail .realm-subtitle {
    color: var(--color-accent-blue);
}
.spellcasting-button {
    background-color: var(--color-accent-blue);
    border-color: var(--color-accent-blue);
}
.spellcasting-button:hover {
    background-color: transparent;
    color: var(--color-accent-blue);
}

/* --- Why Now Section --- */
.why-now-section {
    background-color: #f5f5f5;
    color: var(--color-text-dark);
    padding: 80px 0;
}

.why-now-section h2 {
    color: var(--color-gold);
    text-align: center;
    margin-bottom: 50px;
    font-size: 3rem;
}

.why-now-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.why-now-image {
    flex: 1;
    min-height: 400px;
    background-color: #ddd;
    background-image: url('../images/placeholder-why-now.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.why-now-text {
    flex: 1;
}

.why-now-text p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.7;
}

.why-now-text .cta-button {
    margin-top: 1rem;
    background-color: var(--color-gold);
    border-color: var(--color-gold);
    color: #fff;
}

.why-now-text .cta-button:hover {
    background-color: transparent;
    color: var(--color-gold);
}

/* --- Contact Section --- */
.contact-section {
    background-color: var(--color-background);
    padding: 100px 0;
    text-align: center;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--color-gold);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(176, 141, 87, 0.3);
    border-radius: 5px;
    color: var(--color-text);
    font-family: var(--font-body);
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-gold);
}

.contact-form .cta-button {
    width: 100%;
    margin-top: 15px;
}

/* --- Responsive Styles --- */
@media (max-width: 992px) {
    .hero-section h1 {
        font-size: 3rem;
    }
    
    .hero-section .subtitle {
        font-size: 1.8rem;
    }
    
    .realm-detail {
        gap: 40px;
    }
    
    .why-now-content {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-section .subtitle {
        font-size: 1.5rem;
    }
    
    .circles-container {
        gap: 20px;
    }
    
    .service-circle {
        width: 180px;
    }
    
    .circle-icon {
        width: 120px;
        height: 120px;
    }
    
    .realm-detail,
    .realm-detail:nth-child(even),
    .why-now-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .realm-image,
    .why-now-image {
        width: 100%;
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .subtitle {
        font-size: 1.3rem;
    }
    
    .service-circle {
        width: 150px;
    }
    
    .circle-icon {
        width: 100px;
        height: 100px;
    }
    
    .circle-icon img {
        max-width: 50px;
        max-height: 50px;
    }
    
    .service-circle h3 {
        font-size: 1.1rem;
    }
    
    .realm-image,
    .why-now-image {
        min-height: 250px;
    }
}
.service-circle .circle-icon img {
  width: 80px;         /* or try 100px if needed */
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.circle-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px auto;
}
.service-circle .circle-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 0 8px rgba(255, 200, 255, 0.6));
  transition: filter 0.3s ease;
}

.service-circle .circle-icon img:hover {
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.9));
}/* End custom CSS */