/* font
SUIT 08 ExtraBold
Min Sans 08 ExtraBold
프리텐다드 08 ExtraBold
Wanted Sans ExtraBold */

/* SUIT 08 ExtraBold 글꼴 import */
@import url('https://fonts.googleapis.com/css2?family=Madefor+Display:wght@500&display=swap');

/* 전체 페이지 글꼴 적용 */
body, * {
    /* font-family: 'Madefor Display', 'Min Sans', 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important; */
    font-family: 'Madefor Display', sans-serif;
}

/* navigation.html */
/* 네비게이션 바 투명 스타일 */
.navbar {
    background-color: transparent !important;
    box-shadow: none;
    transition: all 0.3s ease;
    border-bottom: 0.15rem solid rgba(255, 255, 255, 1.0);
    min-height: 80px;
}

.navbar.scrolled {
    background-color: #ffffff !important;
    border-bottom: 0.15rem solid rgba(0, 0, 0, 0.1);
}

/* main 페이지가 아닌 다른 페이지에서의 네비게이션 바 스타일 */
body.other-page .navbar {
    background-color: #ffffff !important;
    border-bottom: 0.15rem solid rgba(0, 0, 0, 0.1);
}

body.other-page .navbar-brand {
    color: #000000 !important;
    text-shadow: none;
}

body.other-page .navbar-nav .nav-link {
    color: #000000 !important;
    text-shadow: none;
}

body.other-page .navbar-nav .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #3498db !important;
}

body.other-page .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.8rem;
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.navbar.scrolled .navbar-brand {
    color: #000000 !important;
    text-shadow: none;
}

.navbar-brand:hover {
    color: #3498db !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link {
    font-weight: 400;
    color: #ffffff !important;
    padding: 0.5rem 1rem !important;
    margin: 0 0.2rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.navbar.scrolled .navbar-nav .nav-link {
    color: #000000 !important;
    text-shadow: none;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #3498db !important;
    transform: translateY(-1px);
}

.navbar.scrolled .navbar-nav .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #3498db !important;
}

.navbar-nav .nav-link.active {
    background-color: rgba(52, 152, 219, 0.8) !important;
    color: white !important;
}

.navbar.scrolled .navbar-nav .nav-link.active {
    background-color: rgba(52, 152, 219, 0.8) !important;
    color: white !important;
}

/* 드롭다운 메뉴 스타일 */
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    min-width: 200px;
    animation: fadeInDown 0.3s ease-out;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.dropdown-item {
    color: #ffffff !important;
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    font-family: 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    display: block;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #3498db !important;
    transform: translateX(5px);
}

.dropdown-divider {
    margin: 0.5rem 0;
    border-color: rgba(255, 255, 255, 0.3);
}

/* 드롭다운 애니메이션 */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 스크롤 시 드롭다운 스타일 변경 */
.navbar.scrolled .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.navbar.scrolled .dropdown-item {
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.navbar.scrolled .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #3498db !important;
}

.navbar.scrolled .dropdown-divider {
    border-color: rgba(255, 255, 255, 0.3);
}

/* 네비게이션 바 간격 조정 */
.nav-item-spacing {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}

/* 햄버거 메뉴 커스텀 스타일 */
.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* 메인 페이지 배경 이미지 스타일 */
.main-hero {
    background-image: url('/static/assets/img/main.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 1500px;
    padding: 2rem;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    text-align: left;
}

.hero-title-line {
    display: inline-block;
    width: 1.5cm;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
    margin-right: 0.5em;
}

.hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-weight: 800;
}

.hero-btn {
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    /* font-family: 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
}

.hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* 메인 컨텐츠 영역 */
.main-content {
    min-height: calc(100vh - 76px);
    /* padding: 2rem 0; */
}

/* 반응형 네비게이션 */
@media (max-width: 991.98px) {
    .navbar-nav {
        padding: 1rem 0;
        background-color: rgba(255, 255, 255, 0.95);
        border-radius: 8px;
        margin-top: 1rem;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
        margin: 0.2rem 0;
        color: #000000 !important;
        text-shadow: none;
    }
    
    .navbar-nav .nav-link:hover {
        background-color: #f8f9fa;
        color: #3498db !important;
    }
    
    /* main 페이지가 아닌 다른 페이지에서의 반응형 네비게이션 */
    body.other-page .navbar-nav {
        background-color: rgba(255, 255, 255, 0.95);
    }
    
    body.other-page .navbar-nav .nav-link {
        color: #000000 !important;
        text-shadow: none;
    }
    
    body.other-page .navbar-nav .nav-link:hover {
        background-color: #f8f9fa;
        color: #3498db !important;
    }
}

/* 푸터 스타일 */
.footer {
    background-color: #2c3e50;
    color: white;
    padding: 2rem 0;
    margin-top: auto;
    /* font-family: 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
    font-weight: 800;
}

/* 버튼 커스텀 스타일 */
.btn-primary {
    background-color: #3498db;
    border-color: #3498db;
    /* font-family: 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
    font-weight: 800;
}

.btn-primary:hover {
    background-color: #2980b9;
    border-color: #2980b9;
}

/* 카드 커스텀 스타일 */
.card {
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 800;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

/* 섹션 스타일 */
.section {
    padding: 5rem 0;
}

.section-title {
    font-size: 3.0rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.section-eyebrow {
    font-size: 0.9rem; 
    font-weight: 700;
}

.section-header-title {
    font-weight: 600;
    font-size: 2.5rem;
    color: #000000;
    /* margin: 50px 0 30px 0; */
}

/* 애니메이션 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

.count-up-animation {
    animation: countUp 0.8s ease-out;
}

/* 유틸리티 클래스 */
.text-primary-custom {
    color: #3498db !important;
}

.bg-primary-custom {
    background-color: #3498db !important;
}

/* 스크롤바 커스텀 */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #3498db;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2980b9;
}

/* 서비스 슬라이더 스타일 */
.service-slider-container {
    position: relative;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-slider {
    flex: 1;
    max-width: 100%;
}

.service-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.service-slide.active {
    display: block;
    opacity: 1;
}

.service-content {
    padding: 2rem 0;
}

.service-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 1.5rem;
}

.service-description {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 2rem;
    margin-right: 5rem;
}

.service-features {
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #555;
    font-weight: 600;
}

.feature-item i {
    margin-right: 1rem;
    font-size: 1.3rem;
    color: #3498db;
}

.feature-item span {
    color: #000000;
}

.service-images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 0;
}

.image-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
} */

.service-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* .image-container:hover .service-image {
    transform: scale(1.05);
} */

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.image-container:hover .image-overlay {
    transform: translateY(0);
}

.image-overlay h5 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    /* font-family: 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
}

.image-overlay p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
    /* font-family: 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
    font-weight: 800;
}

/* 서비스 이미지 플레이스홀더 */
.service-image-placeholder {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.service-image-placeholder:hover {
    transform: scale(1.05);
}

.placeholder-content {
    text-align: center;
    color: white;
    z-index: 2;
}

.placeholder-content i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.placeholder-content h5 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    /* font-family: 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
}

.placeholder-content p {
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.9;
    /* font-family: 'SUIT', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; */
    font-weight: 800;
}

/* 그라데이션 배경 */
.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bg-gradient-secondary {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.bg-gradient-success {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.bg-gradient-info {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.bg-gradient-warning {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.bg-gradient-danger {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

/* 양 끝 화살표 네비게이션 */
.nav-arrow-side {
    background: transparent;
    border: none;
    color: #000000;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.nav-arrow-side:hover {
    background: rgba(0, 0, 0, 0.1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.nav-arrow-side:active {
    transform: translateY(-50%) scale(0.95);
}

.prev-arrow-side {
    left: -200px;
}

.next-arrow-side {
    right: -200px;
}

/* 하단 인디케이터 컨테이너 */
.slide-indicators-container {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* 슬라이드 인디케이터 */
.slide-indicators {
    display: flex;
    gap: 0.5rem;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #3498db;
    transform: scale(1.2);
}

.indicator:hover {
    background: #3498db;
    transform: scale(1.1);
}


/* reference.html */
/* 레퍼런스 소개 섹션 스타일 */
.reference-intro-section {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background-color: white;
    color: white;
    position: relative;
    overflow: hidden;
    padding-top: 10rem; 
    padding-bottom: 5rem;
}

.reference-intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.1); */
    z-index: 1;
}

.intro-content {
    position: relative;
    z-index: 2;
}

.intro-title {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #000000;
}

.intro-description {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: #000000;
}

.intro-features {
    margin-top: 2rem;
}

.intro-stats {
    position: relative;
    z-index: 2;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 2rem;
}

.stat-item {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem 1.5rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #3498db;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.9;
    font-weight: 500;
}

.year-filter {
    margin-bottom: 2rem;
}

.year-filter .btn {
    margin: 0 0.5rem;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.year-filter .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.year-filter .btn.active {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
}

.reference-table {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.reference-table thead {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}

.reference-table th {
    border: none;
    padding: 1rem;
    font-weight: 600;
    color: white;
}

.reference-table td {
    padding: 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #f8f9fa;
}

.reference-row:hover {
    background-color: #f8f9fa;
    transform: scale(1.01);
    transition: all 0.3s ease;
}

.reference-date .badge {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
}

.reference-organization {
    font-weight: 600;
    color: #2c3e50;
}

.reference-purpose {
    color: #555;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reference-content {
    color: #666;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.empty-state {
    padding: 3rem 0;
}

.empty-state i {
    opacity: 0.5;
}

/* 레퍼런스 소개 섹션 반응형 스타일 */
@media (max-width: 768px) {
    .intro-title {
        font-size: 2.5rem;
    }
    
    .stats-container {
        gap: 1rem;
    }
    
    .stat-item {
        padding: 1.5rem 1rem;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .table-responsive {
        font-size: 0.9rem;
    }
    
    .reference-table td {
        padding: 0.75rem 0.5rem;
    }
    
    .reference-purpose,
    .reference-content {
        max-width: 150px;
    }
}


/* 반응형 디자인 */
/* 데스크톱 (1200px 이상) */
@media (min-width: 1200px) {
    .service-title {
        font-size: 2.3rem;
    }
    
    .service-description {
        font-size: 1.2rem;
    }
    
    .nav-arrow-side {
        width: 105px;
        height: 105px;
        font-size: 2.7rem;
    }
    
    .prev-arrow-side {
        left: -250px;
    }
    
    .next-arrow-side {
        right: -250px;
    }
}

/* 태블릿 (768px - 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
    .service-title {
        font-size: 2.2rem;
    }
    
    .service-description {
        font-size: 1.1rem;
    }
    
    .service-images {
        margin-top: 1.5rem;
    }
    
    .nav-arrow-side {
        width: 82px;
        height: 82px;
        font-size: 1.95rem;
    }
    
    .prev-arrow-side {
        left: -180px;
    }
    
    .next-arrow-side {
        right: -180px;
    }
}

/* 스마트폰 (767px 이하) */
@media (max-width: 767px) {
    .references-page .usecase-center-text h5 {
        font-size: 1.2rem;
        padding: 0.4rem 0.8rem;
    }
    
    .usecase-text h5 {
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }
    
    .usecase-text p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .service-title {
        font-size: 1.8rem;
    }
    
    .service-description {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .service-features {
        margin-top: 1.5rem;
    }
    
    .feature-item {
        font-size: 0.9rem;
        margin-bottom: 0.8rem;
    }
    
    .service-images {
        margin-top: 2rem;
        gap: 1rem;
    }
    
    .image-container {
        margin-bottom: 1rem;
    }
    
    .service-image-placeholder {
        height: 150px;
    }
    
    .placeholder-content i {
        font-size: 2.5rem;
        margin-bottom: 0.8rem;
    }
    
    .placeholder-content h5 {
        font-size: 1rem;
    }
    
    .placeholder-content p {
        font-size: 0.8rem;
    }
    
    .nav-arrow-side {
        width: 67px;
        height: 67px;
        font-size: 1.5rem;
    }
    
    .prev-arrow-side {
        left: -120px;
    }
    
    .next-arrow-side {
        right: -120px;
    }
    
    .slide-indicators-container {
        margin-top: 1.5rem;
    }
    
    .indicator {
        width: 10px;
        height: 10px;
    }
}

/* 작은 스마트폰 (480px 이하) */
@media (max-width: 480px) {
    .service-title {
        font-size: 1.5rem;
    }
    
    .service-description {
        font-size: 0.9rem;
    }
    
    .service-content {
        padding: 1rem 0;
    }
    
    .service-images {
        gap: 0.8rem;
    }
    
    .service-image-placeholder {
        height: 120px;
    }
    
    .placeholder-content i {
        font-size: 2rem;
        margin-bottom: 0.6rem;
    }
    
    .placeholder-content h5 {
        font-size: 0.9rem;
    }
    
    .placeholder-content p {
        font-size: 0.7rem;
    }
    
    .nav-arrow-side {
        width: 60px;
        height: 60px;
        font-size: 1.35rem;
    }
    
    .prev-arrow-side {
        left: -100px;
    }
    
    .next-arrow-side {
        right: -100px;
    }
    
    .indicator {
        width: 8px;
        height: 8px;
    }
}

/* Footer Styles */
.footer {
    background-color: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #e9ecef;
}

.footer h5 {
    color: #333333;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer .company-address {
    color: #333333;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.footer .contact-info {
    margin: 15px 0 50px 0;
}

.footer .contact-item {
    display: flex;
    align-items: center;
}

.footer .contact-item i {
    color: #333333;
    margin-right: 0.5rem;
}

.footer .contact-item span {
    font-size: 1.0rem;
    color: #333333;
    font-weight: 500;
}

.footer .contact-divider {
    width: 1px;
    height: 20px;
    background-color: #333333;
}

.footer .copyright {
    color: #333333;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.footer .social-links {
    margin-bottom: 20px;
}

.footer .social-links a {
    color: #333333;
    font-size: 1.5rem;
    text-decoration: none;
    margin-right: 1rem;
    transition: color 0.3s ease;
}

.footer .social-links a:hover {
    color: #3498db;
}

.footer .social-links a:last-child {
    margin-right: 0;
}

/* Contact Section Styles */
.contact-section {
    min-height: 500px;
    padding: 100px 0;
    background-color: #3498db;
}

.contact-section .row {
    min-height: 300px;
}

.contact-section .section-eyebrow {
    color: white;
}

.contact-section .section-title {
    color: white;
    font-size: 2.0rem;
    font-weight: 600;
    margin: 50px 0 100px 0;
    line-height: 1.5;
}

.contact-section .btn-primary {
    border-color: white;
    color: white;
}

.contact-section .btn-white {
    background-color: white;
    color: #3498db;
    border: 1px solid white;
    margin-left: 10px;
}

.contact-section .btn-white:hover {
    background-color: #f8f9fa;
    color: #3498db;
    border-color: #f8f9fa;
}

.contact-section .intro-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.contact-section .intro-image.middle {
    margin-top: 50px;
}

.contact-section .intro-image.last {
    margin-top: 25px;
}

/* Contact Section Image Animation */
.contact-section .intro-image {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.contact-section .intro-image.animate {
    opacity: 1;
    transform: translateY(0);
}

.contact-section .intro-image.middle {
    transition-delay: 0.3s;
}

.contact-section .intro-image.last {
    transition-delay: 0.6s;
}

/* Contact Section Text Animation - 텍스트와 버튼은 고정 */
.contact-section .section-eyebrow,
.contact-section .section-title,
.contact-section .btn {
    opacity: 1;
    transform: translateY(0);
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(0.3) translateY(50px);
    }
    50% {
        opacity: 1;
        transform: scale(1.05) translateY(-10px);
    }
    70% {
        transform: scale(0.9) translateY(0);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Use Case Images Styles */
.usecase-images {
    margin-top: 3rem;
}

.usecase-image-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1rem;
}

.usecase-image-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
}

.usecase-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.usecase-image-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 1rem;
    aspect-ratio: 1;
}

.usecase-image-container:hover .usecase-image {
    filter: brightness(0.3);
}

/* Prevent cropping for specific images */
.usecase-image-container.no-crop {
    aspect-ratio: auto;
}

.usecase-image-container.no-crop .usecase-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.references-page .usecase-image-container:hover .usecase-center-text {
    opacity: 0;
}

.usecase-image-container:hover .usecase-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* Main Page Use Case Styles - 텍스트 상시 표시 */
.main-page .usecase-overlay {
    opacity: 1;
    transform: translateY(0);
}

.main-page .usecase-image-container:hover .usecase-image {
    filter: brightness(0.5);
}

/* Color-based usecase containers */
.usecase-color-container {
    height: 306px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.usecase-color-container.ivory {
    background-color: #f6f9de;
    border: 1px solid #E7EBC5;
}

.usecase-color-container.blue {
    background-color: #3498db;
    /* border: 1px solid #B0C4DE; */
}

.usecase-color-container.brown {
    background-color: #A78682;
}

.usecase-color-container.black {
    background-color: #292929;
}

/* References Page Use Case Center Text Styles */
.references-page .usecase-center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.references-page .usecase-center-text h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
    background: rgba(0,0,0,0.6);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}

/* Use Case Overlay Styles */
.usecase-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    color: white;
    padding: 1.5rem;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.usecase-icon {
    margin-bottom: 0.8rem;
}

.usecase-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.usecase-text h5 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.usecase-text p {
    font-size: 0.95rem;
    margin: 0;
    opacity: 0.95;
    line-height: 1.6;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

/* Solution Page Styles */
/* 서비스 소개 섹션 스타일 */
.solution-intro-section {
    background-color: white;
    color: #1c1c1c;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding-top: 0;
    position: relative;
}

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

.solution-intro-section .section-title {
    color: #1c1c1c;
    margin: 50px 0 30px 0;
    line-height: 1.5;
}

/* .solution-intro-section .lead {
    color: #1c1c1c;
} */

.solution-intro-section h5 {
    color: #1c1c1c;
}

.solution-intro-section .text-muted {
    color: #828282 !important;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Company Page Styles */
/* 회사 소개 섹션 스타일 */
.company-intro-section {
    background-image: url('/static/assets/img/bg_company.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    min-height: 110vh;
    display: flex;
    align-items: center;
    position: relative;
}

.company-intro-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 28, 28, 0.8);
    z-index: 1;
}

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

.company-logo {
    margin-bottom: 1rem;
}

.company-logo-text {
    margin-bottom: 3rem;
}

.logo-image {
    max-width: 200px;
    height: auto;
    transition: transform 0.3s ease;
}

.logo-image:hover {
    transform: scale(1.05);
}

.logo-text-image {
    max-width: 600px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    animation: slideUpFromBottom 1s ease-out 0.5s both;
}

.logo-text-image:hover {
    transform: scale(1.05);
}

@keyframes slideUpFromBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.company-description {
    margin-bottom: 3rem;
}

.company-title {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.text-container {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-text {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #ecf0f1;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
}

.company-stat {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.company-stat:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #3498db;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.stat-label {
    font-size: 1.1rem;
    color: #ecf0f1;
    font-weight: 600;
}

.tourism-content {
    padding: 2rem 0;
}

.tourism-features {
    margin-top: 2rem;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #555;
    font-weight: 800;
}

.feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ffc107;
    color: #000000;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 800;
    margin-right: 0.75rem;
    line-height: 1;
}

.tourism-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tourism-image-placeholder {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.tourism-image-placeholder:hover {
    transform: scale(1.05);
}

.placeholder-content {
    text-align: center;
    color: white;
    z-index: 2;
}

.placeholder-content i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.placeholder-content h5 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.placeholder-content p {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
    font-weight: 800;
}

.value-card {
    padding: 2rem 2rem 1rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s ease;
    border: 1px solid #1c1c1c;
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    margin-top: 1rem;
}

.value-icon i {
    font-size: 2rem;
    color: white;
}

.value-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.value-description {
    color: #6c757d;
    line-height: 1.6;
}

.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    position: relative;
}

.timeline-date {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 1rem;
    text-align: left;
}

.timeline-content {
    background: white;
    padding: 1.5rem 1.5rem 1.5rem 0rem;
}

.timeline-title {
    font-size: 1.0rem;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 0.8rem;
}

.timeline-title:last-child {
    margin-bottom: 0;
}

.timeline-description {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Mission 섹션 스타일 */
.mission-section {
    background-color: white;
}

.mission-section .section-eyebrow {
    color: #3498db;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mission-section .section-title {
    color: #1c1c1c;
    font-size: 2.0rem;
    font-weight: 600;
    margin: 50px 0 30px 0;
    line-height: 1.5;
}

.mission-text {
    color: #555;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.mission-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mission-image {
    width: 100%;
    /* max-width: 500px;
    height: 350px; */
    object-fit: cover;
    /* box-shadow: 0 8px 25px rgba(0,0,0,0.1); */
    transition: transform 0.3s ease;
}

/* .mission-image:hover {
    transform: scale(1.02);
} */

/* Mission 섹션 통계 스타일 */
.stats-section {
    margin-top: 3rem;
    background: white;
    border-radius: 8px;
    padding: 2rem 2rem 2rem 0;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.stat-text {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    flex: 1;
}

.stat-number-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    text-align: right;
    margin-top: 0.3rem;
}

.stat-divider-top {
    height: 1px;
    background: #000000;
    margin: 0 0 1rem 0;
}

.stat-divider {
    height: 1px;
    background: #e9ecef;
    margin: 0.5rem 0;
}

.stat-divider-bottom {
    height: 1px;
    background: #000000;
    margin: 1rem 0 0 0;
}

.stat-plus {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-left: 0.2rem;
    line-height: 1;
}

/* Company Page 반응형 디자인 */
@media (max-width: 991.98px) {
    .company-title {
        font-size: 2.5rem;
    }
    
    .text-container {
        height: 100px;
    }
    
    .company-text {
        font-size: 1.1rem;
    }
    
    .logo-image {
        max-width: 150px;
    }
    
    .logo-text-image {
        max-width: 250px;
    }
    
    .company-intro-section {
        padding: 100px 0 60px 0;
    }
    
    .timeline-date {
        font-size: 1.3rem;
    }
    
    .timeline-content {
        padding: 1rem;
    }
    
    .tourism-image-placeholder {
        height: 250px;
        margin-top: 2rem;
    }
    
    .placeholder-content i {
        font-size: 3rem;
    }
    
    .placeholder-content h5 {
        font-size: 1.3rem;
    }
    
    .mission-section .section-title {
        font-size: 2rem;
    }
    
    .mission-text {
        font-size: 1.1rem;
    }
    
    .mission-image {
        height: 300px;
    }
    
    .stats-section {
        padding: 1.5rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-text {
        font-size: 0.9rem;
    }
    
    .stat-plus {
        font-size: 1.8rem;
        line-height: 1;
    }
}

@media (max-width: 767.98px) {
    .company-title {
        font-size: 2rem;
    }
    
    .text-container {
        height: 80px;
    }
    
    .company-text {
        font-size: 1rem;
    }
    
    .logo-image {
        max-width: 120px;
    }
    
    .logo-text-image {
        max-width: 200px;
    }
    
    .company-intro-section {
        padding: 80px 0 40px 0;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .tourism-image-placeholder {
        height: 200px;
    }
    
    .placeholder-content i {
        font-size: 2.5rem;
    }
    
    .placeholder-content h5 {
        font-size: 1.2rem;
    }
    
    .value-card {
        padding: 1.5rem;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
    }
    
    .value-icon i {
        font-size: 1.5rem;
    }
    
    .mission-section .section-title {
        font-size: 1.8rem;
    }
    
    .mission-text {
        font-size: 1rem;
    }
    
    .mission-image {
        height: 250px;
    }
    
    .stats-section {
        padding: 1rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-text {
        font-size: 0.85rem;
    }
    
    .stat-plus {
        font-size: 1.5rem;
        line-height: 1;
    }
}

/* Reference Table Styles */
.table-blue {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table-primary-custom {
    background-color: #3498db !important;
    color: white !important;
}

.table-primary-custom th {
    background-color: #3498db !important;
    color: white !important;
    border: none !important;
    padding: 1rem 0.75rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-align: center !important;
}

.table-blue thead.table-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
}

.table-blue thead.table-primary th {
    border: none;
    padding: 1rem 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table-blue tbody tr {
    transition: background-color 0.3s ease;
}

.table-blue tbody tr:hover {
    background-color: #f8f9ff;
}

.table-blue tbody td {
    border-top: 1px solid #e9ecef;
    padding: 1rem 0.75rem;
    vertical-align: middle;
}

.table-blue .badge.bg-primary {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
    border: none;
    padding: 0.5rem 1rem;
    font-weight: 500;
}

.table-blue .reference-organization strong {
    color: #007bff;
    font-weight: 600;
}

/* Dark Blue Reference Table Styles */
.table-dark-blue {
    border: 1px solid #2c3e50;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.table-dark-blue thead.table-dark-blue-header {
    background: linear-gradient(135deg, #1a252f, #2c3e50);
    color: white;
    border: none;
}

.table-dark-blue thead.table-dark-blue-header th {
    border: none;
    padding: 1.2rem 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    font-size: 0.9rem;
}

.table-dark-blue tbody tr {
    transition: background-color 0.3s ease;
}

.table-dark-blue tbody tr:hover {
    background-color: #34495e;
    color: white;
}

.table-dark-blue tbody td {
    border-top: 1px solid #34495e;
    padding: 1.2rem 0.75rem;
    vertical-align: middle;
    text-align: center;
    color: #2c3e50;
    font-weight: 500;
}

.table-dark-blue tbody tr:hover td {
    color: white;
}

.table-dark-blue .badge.bg-dark-blue {
    background: linear-gradient(135deg, #1a252f, #2c3e50) !important;
    border: none;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    color: white;
    font-size: 0.85rem;
}

.table-dark-blue .reference-organization strong {
    color: #2c3e50;
    font-weight: 700;
}

.table-dark-blue tbody tr:hover .reference-organization strong {
    color: white;
}

/* 페이징 스타일 */
.pagination {
    margin-bottom: 0;
}

.pagination .page-link {
    color: #3498db;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
    transform: translateY(-1px);
}

.pagination .page-item.active .page-link {
    background-color: #3498db;
    border-color: #3498db;
    color: white;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    cursor: not-allowed;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
    outline: none;
}

/* 페이징 반응형 */
@media (max-width: 767.98px) {
    .pagination .page-link {
        padding: 0.375rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .pagination .page-item:not(:first-child):not(:last-child) {
        display: none;
    }
    
    .pagination .page-item:first-child,
    .pagination .page-item:last-child,
    .pagination .page-item.active {
        display: block;
    }
}

/* 뉴스 페이지 스타일 */
.news-page .solution-intro-section {
    /* padding-bottom: 2rem !important; */
    min-height: 45vh !important;
    align-items: flex-end !important;
}

.news-page .solution-intro-section .container {
    padding-top: 2rem !important;
}

.news-page .solution-intro-section .section-title {
    margin: 50px 0 50px 0;;
}

.news-page .section {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
}

.news-page .solution-intro-section + .section {
    padding-top: 0 !important;
}

/* Contact Images Animation */
.intro-image {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.intro-image.animate {
    opacity: 1;
    transform: translateY(0);
}

.intro-image.middle {
    transition-delay: 0.2s;
}

.intro-image.last {
    transition-delay: 0.4s;
}

/* Footer Styles */
.footer {
    background-color: #f8f9fa;
    padding: 3rem 0 2rem 0;
    border-top: 1px solid #e9ecef;
}

/* SpacePulse Image specific styling */
.spacepulse-img-2 {
    max-width: 350px !important;
}

.spacepulse-img-3 {
    max-width: 300px !important;
}

/* Solution page specific styles */
.solution-page .service-features {
    margin-top: 2rem;
}

.solution-page .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #555;
    font-weight: 800;
}

.solution-page .feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ffc107;
    color: #000000;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 800;
    margin-right: 0.75rem;
    line-height: 1;
}

.solution-page .service-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.solution-page .service-image-placeholder {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.solution-page .service-image-placeholder:hover {
    transform: scale(1.05);
}

.solution-page .placeholder-content {
    text-align: center;
    color: white;
    z-index: 2;
}

.solution-page .placeholder-content i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.solution-page .placeholder-content h5 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.solution-page .placeholder-content p {
    font-size: 1rem;
    margin: 0;
    opacity: 0.9;
    font-weight: 800;
}

/* Solution detail content styles */
.solution-page .detail-content {
    padding: 2rem 12rem 2rem 0;
}

.solution-page .detail-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1c1c1c;
    margin-bottom: 1rem;
}

.solution-page .detail-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

.solution-page .detail-image-container {
    text-align: center;
    padding: 1rem 0;
}

.solution-page .detail-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    transition: transform 0.3s ease;
}

/* Solution page responsive styles */
@media (max-width: 991.98px) {
    .solution-page .service-image-placeholder {
        height: 250px;
        margin-top: 2rem;
    }
    
    .solution-page .placeholder-content i {
        font-size: 3rem;
    }
    
    .solution-page .placeholder-content h5 {
        font-size: 1.3rem;
    }
    
    .solution-page .detail-title {
        font-size: 1.6rem;
    }
    
    .solution-page .detail-text {
        font-size: 1rem;
    }
    
    .solution-page .detail-image {
        max-width: 350px;
    }
}

@media (max-width: 767.98px) {
    .solution-page .service-image-placeholder {
        height: 200px;
    }
    
    .solution-page .placeholder-content i {
        font-size: 2.5rem;
    }
    
    .solution-page .placeholder-content h5 {
        font-size: 1.2rem;
    }
    
    .solution-page .detail-content {
        padding: 1rem 0;
        text-align: center;
    }
    
    .solution-page .detail-title {
        font-size: 1.4rem;
    }
    
    .solution-page .detail-text {
        font-size: 0.95rem;
    }
    
    .solution-page .detail-image {
        max-width: 300px;
    }
}