.elementor-217 .elementor-element.elementor-element-4a1381d{--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;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-217 .elementor-element.elementor-element-6a63402{--display:flex;}.elementor-217 .elementor-element.elementor-element-ebecdc7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b87be73 */@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

.counseling-container {
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1480px;
    margin: 0 auto;
    padding: 40px 20px;
}

.counseling-card {
    background: white;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.counseling-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #BBC9A3, #a8b694, #BBC9A3);
}

.counseling-header {
    padding: 60px 60px 40px;
    background: linear-gradient(135deg, #fafbfc 0%, #f1f3f4 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.counseling-header::before {
    content: '💬 🤝 💝 🌸 ☀️';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.4rem;
    opacity: 0.2;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateX(-50%) translateY(0px); }
    50% { transform: translateX(-50%) translateY(-8px); }
}

.counseling-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.counseling-subtitle {
    font-size: 1.2rem;
    color: #BBC9A3;
    font-weight: 500;
}

.counseling-intro {
    padding: 40px 60px;
    background: rgba(187, 201, 163, 0.05);
    border-bottom: 1px solid rgba(187, 201, 163, 0.2);
    text-align: center;
}

.intro-text {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.intro-text::before {
    content: '"';
    font-size: 3rem;
    color: rgba(187, 201, 163, 0.3);
    position: absolute;
    left: -40px;
    top: -10px;
    font-family: serif;
}

.intro-text::after {
    content: '"';
    font-size: 3rem;
    color: rgba(187, 201, 163, 0.3);
    position: absolute;
    right: -40px;
    bottom: -20px;
    font-family: serif;
}

.counseling-nav {
    padding: 30px 60px;
    background: rgba(187, 201, 163, 0.03);
}

.counseling-nav-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.counseling-nav-item {
    padding: 18px 30px;
    background: white;
    border: 2px solid rgba(187, 201, 163, 0.3);
    border-radius: 35px;
    text-align: center;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.05rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/*.counseling-nav-item::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: -100%;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: linear-gradient(90deg, transparent, #BBC9A3, transparent);*/
/*    transition: left 0.5s ease;*/
/*}*/

.counseling-nav-item:hover {
    border-color: #BBC9A3;
    background: rgba(187, 201, 163, 0.1);
    transform: translateY(-4px);
    color: #2c3e50;
    box-shadow: 0 12px 30px rgba(187, 201, 163, 0.3);
}

/*.counseling-nav-item:hover::before {*/
/*    left: 0;*/
/*}*/

.counseling-body {
    padding: 60px 60px 0;
}

.counseling-section {
    margin-bottom: 70px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
}

.counseling-section:nth-child(1) { animation-delay: 0.2s; }
.counseling-section:nth-child(2) { animation-delay: 0.4s; }

.counseling-header-section {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}

.counseling-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    font-size: 2rem;
    color: white;
    box-shadow: 0 8px 25px rgba(187, 201, 163, 0.4);
    position: relative;
    overflow: hidden;
}

.counseling-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.2), transparent);
    animation: shimmer 4s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.counseling-section-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
}

.counseling-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 20px;
    padding: 40px;
    border-left: 6px solid #BBC9A3;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.counseling-content::before {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.worries-section {
    margin-bottom: 35px;
}

.worries-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.worries-title::before {
    content: '💭';
    margin-right: 12px;
    font-size: 1.3rem;
}

.worries-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 25px;
}

.worry-item {
    background: white;
    padding: 20px 25px;
    border-radius: 15px;
    border-left: 4px solid rgba(187, 201, 163, 0.6);
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    font-style: italic;
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
}

.worry-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(187, 201, 163, 0.2);
    background: linear-gradient(135deg, #fff, #fafbfc);
    border-left-color: #BBC9A3;
}

.worry-item::before {
    content: '"';
    font-size: 2rem;
    color: rgba(187, 201, 163, 0.4);
    position: absolute;
    left: 8px;
    top: 5px;
    font-family: serif;
    line-height: 1;
}

.worry-item::after {
    content: '"';
    font-size: 2rem;
    color: rgba(187, 201, 163, 0.4);
    position: absolute;
    right: 8px;
    bottom: -5px;
    font-family: serif;
    line-height: 1;
}

.concern-description {
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 25px;
    background: rgba(187, 201, 163, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(187, 201, 163, 0.1);
}

.issues-section {
    margin-bottom: 30px;
}

.issues-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.issues-title::before {
    content: '⚠️';
    margin-right: 10px;
    font-size: 1.2rem;
}

.issues-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.issue-item {
    background: rgba(187, 201, 163, 0.15);
    padding: 10px 18px;
    border-radius: 20px;
    color: #2c3e50;
    font-weight: 500;
    border: 1px solid rgba(187, 201, 163, 0.3);
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.issue-item:hover {
    background: rgba(187, 201, 163, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(187, 201, 163, 0.2);
}

.advice-section {
    background: linear-gradient(135deg, rgba(187, 201, 163, 0.1), rgba(187, 201, 163, 0.05));
    border-radius: 15px;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.advice-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(187, 201, 163, 0.05) 0%, transparent 70%);
    animation: float 8s ease-in-out infinite;
}

.advice-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.advice-title::before {
    content: '💡';
    margin-right: 12px;
    font-size: 1.2rem;
}

.advice-text {
    color: #555;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    font-size: 1.05rem;
}

.counseling-footer-section {
    background: linear-gradient(135deg, #BBC9A3, #a8b694);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    min-height: 300px; 
    margin-top: 60px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
.counseling-footer-section::before {
    content: '🌟 💫 🤗 🌺 ✨';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    opacity: 0.3;
    animation: float 8s ease-in-out infinite;
}

.counseling-footer-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    left: -20%;
    width: 150%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: float 10s ease-in-out infinite reverse;
}

.counseling-footer-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.counseling-footer-text {
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
    z-index: 1;
    opacity: 0.95;
}

@media (max-width: 768px) {
    .counseling-container {
        padding: 20px 10px;
    }
    
    .counseling-header,
    .counseling-intro,
    .counseling-nav,
    .counseling-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .counseling-footer-section {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: -30px;
        padding: 40px 30px 50px 30px;
    }
    
    .counseling-title {
        font-size: 2.2rem;
    }
    
    .counseling-nav-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .counseling-nav-item {
        padding: 15px 25px;
        font-size: 1rem;
    }
    
    .counseling-header-section {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .counseling-icon {
        margin-right: 0;
    }
    
    .intro-text::before,
    .intro-text::after {
        display: none;
    }
    
    .issues-list {
        justify-content: center;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.counseling-fade-in {
    animation: fadeInUp 0.8s ease-out;
}/* End custom CSS */