/**
 * 푸터 스타일 오버라이드
 * 흰색 배경 + 깔끔한 디자인
 */

/* 푸터 전체 섹션 배경색 - 흰색 */
.elementor-element-f34872c,
.elementor-element-a92d56e {
    background-color: #ffffff !important;
}

/* 푸터 내 모든 텍스트 색상 */
.elementor-element-f34872c *,
.elementor-element-a92d56e * {
    color: #1a1a1a !important;
}

/* 푸터 링크 색상 */
.elementor-element-f34872c a,
.elementor-element-a92d56e a {
    color: #1a1a1a !important;
    transition: color 0.2s ease;
}

.elementor-element-f34872c a:hover,
.elementor-element-a92d56e a:hover {
    color: #c9a86c !important;
}

/* 구분선 색상 */
.elementor-element-a92d56e .elementor-divider-separator {
    border-color: #e5e7eb !important;
}

/* 로고 크기 증가 */
.elementor-element-f34872c .rivax-logo img {
    max-width: 260px !important;
    width: 260px !important;
    height: auto !important;
}

/* 소셜 아이콘 버튼 스타일 */
.elementor-element-f34872c .rivax-social-icons .social-item {
    background-color: #f5f5f5 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 12px 18px !important;
    transition: all 0.2s ease !important;
}

.elementor-element-f34872c .rivax-social-icons .social-item:hover {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

/* 소셜 아이콘 색상 */
.elementor-element-f34872c .rivax-social-icons .social-icon svg,
.elementor-element-f34872c .rivax-social-icons .social-icon svg path {
    fill: #1a1a1a !important;
    color: #1a1a1a !important;
    transition: fill 0.2s ease !important;
}

.elementor-element-f34872c .rivax-social-icons .social-item:hover .social-icon svg,
.elementor-element-f34872c .rivax-social-icons .social-item:hover .social-icon svg path {
    fill: #ffffff !important;
    color: #ffffff !important;
}

/* 소셜 아이콘 텍스트 */
.elementor-element-f34872c .rivax-social-icons .social-title .title {
    color: #1a1a1a !important;
    font-weight: 500 !important;
    transition: color 0.2s ease !important;
}

.elementor-element-f34872c .rivax-social-icons .social-item:hover .social-title .title {
    color: #ffffff !important;
}

/* 로고 섹션 배경 투명 */
.elementor-element-f34872c .e-con-inner {
    background: transparent !important;
}

/* 춘천복합문화공간 텍스트 */
.elementor-element-f34872c .elementor-widget-heading .elementor-heading-title {
    color: #6b7280 !important;
}

/* 하단 카피라이트 텍스트 */
.elementor-element-a92d56e .elementor-heading-title {
    color: #9ca3af !important;
}
