/* Service Detail Page - Dark Theme */

/* Body Background - Dark Theme */
body {
    background: #0a0a0a !important;
    color: #ffffff;
}

/* Hero Section - Dark Theme */
.service-hero-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important;
}

.service-hero-section .section-title-body h1.head-title {
    color: #ffffff !important;
    text-shadow: 0 2px 20px rgba(1, 192, 87, 0.3);
}

.service-hero-section .section-title-body p.head-text {
    color: #cccccc !important;
}

.service-hero-section .breadcrumb a {
    color: #01c057 !important;
}

.service-hero-section .breadcrumb li.active {
    color: #ffffff !important;
}

/* Service Detail Section - Dark Theme */
.service-detail-section {
    background: #0a0a0a !important;
    color: #ffffff;
    padding: 60px 0;
}

.service-detail-section .block {
    background: transparent !important;
}

/* Service Content - Dark Theme */
.service-detail-content {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Featured Image - Dark Theme */
.service-featured-image {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.service-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0.95) contrast(1.05);
}

/* Service Icon - Dark Theme */
.service-icon-large {
    text-align: center;
    margin: 30px 0;
    font-size: 80px;
    color: #01c057;
    text-shadow: 0 4px 20px rgba(1, 192, 87, 0.4);
}

/* Service Content - Dark Theme */
.service-content {
    color: #e0e0e0;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 30px;
}

.service-content h1,
.service-content h2,
.service-content h3,
.service-content h4,
.service-content h5,
.service-content h6 {
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(1, 192, 87, 0.2);
}

.service-content h2 {
    border-bottom: 2px solid rgba(1, 192, 87, 0.3);
    padding-bottom: 10px;
}

.service-content p {
    margin-bottom: 20px;
    color: #cccccc;
}

.service-content a {
    color: #01c057;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(1, 192, 87, 0.3);
}

.service-content a:hover {
    color: #00d4aa;
    border-bottom-color: #00d4aa;
}

.service-content ul,
.service-content ol {
    color: #cccccc;
    margin-bottom: 20px;
    padding-left: 25px;
}

.service-content li {
    margin-bottom: 10px;
}

.service-content strong {
    color: #ffffff;
    font-weight: 700;
}

/* Service Highlights - Dark Theme */
.service-highlights {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
    padding: 30px !important;
    border-top: 2px solid rgba(255, 255, 255, 0.1) !important;
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 100%) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(1, 192, 87, 0.3) !important;
    border-left: 4px solid #01c057 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
}

.service-highlights h3 {
    color: #ffffff !important;
    margin-bottom: 25px;
    font-size: 24px;
    text-shadow: 0 2px 10px rgba(1, 192, 87, 0.2);
}

.service-highlights .row {
    margin: 0 !important;
}

.service-highlights .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.feature-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.feature-list li {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: #cccccc !important;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: transparent !important;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list i {
    color: #01c057 !important;
    font-size: 20px;
    flex-shrink: 0;
}

/* Service CTA - Dark Theme */
.service-cta {
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(1, 192, 87, 0.1) 0%, rgba(0, 212, 170, 0.1) 100%);
    border-radius: 16px;
    border: 2px solid rgba(1, 192, 87, 0.3);
    text-align: center;
}

.service-cta h3 {
    color: #01c057;
    margin-bottom: 15px;
    font-size: 24px;
}

.service-cta p {
    color: #cccccc;
    margin-bottom: 25px;
    font-size: 16px;
}

.service-cta .btn-default {
    padding: 14px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

.service-cta .btn-default.blue {
    background: linear-gradient(135deg, #01c057 0%, #00d4aa 100%);
    color: #ffffff !important;
}

.service-cta .btn-default.blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 192, 87, 0.4);
}

.service-cta .btn-default.white {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3);
}

.service-cta .btn-default.white:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

/* Sidebar - Dark Theme */
.service-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-widget h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(1, 192, 87, 0.2);
}

.sidebar-widget p {
    color: #b0b0b0;
    margin-bottom: 15px;
    line-height: 1.7;
}

.contact-info p {
    color: #cccccc;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info i {
    color: #01c057;
    font-size: 18px;
}

.contact-info a {
    color: #01c057;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #00d4aa;
}

.btn-default.blue {
    background: linear-gradient(135deg, #01c057 0%, #00d4aa 100%);
    color: #ffffff !important;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-default.blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 192, 87, 0.4);
}

/* Related Services - Dark Theme */
.related-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-services-list li {
    margin-bottom: 12px;
}

.related-services-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    text-decoration: none;
    color: #cccccc;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.related-services-list a:hover {
    background: rgba(1, 192, 87, 0.1);
    border-color: rgba(1, 192, 87, 0.3);
    color: #01c057;
    transform: translateX(5px);
}

.related-services-list i {
    color: #01c057;
    font-size: 20px;
    flex-shrink: 0;
}

.related-services-list a:hover i {
    color: #00d4aa;
}

/* Why Choose List - Dark Theme */
.why-choose-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-choose-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: #cccccc;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.why-choose-list li:last-child {
    border-bottom: none;
}

.why-choose-list i {
    color: #01c057;
    font-size: 20px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .service-detail-content {
        padding: 25px 20px;
    }
    
    .sidebar-widget {
        padding: 20px;
    }
    
    .service-icon-large {
        font-size: 60px;
    }
    
    .service-cta {
        padding: 20px;
    }
    
    .service-cta .btn-default {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
}
