@charset "UTF-8";

/* General Styles */
.content-section {
    padding: 40px 0;
    background: #f8f9fa;
}

/* Main Content Card */
.main-content {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: fit-content;
}

/* Content Styling */
.cms-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #212529;
}

.cms-content h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #0d6efd;
}

.cms-content h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2d3748;
    margin: 2rem 0 1rem 0;
}

.cms-content p {
    margin-bottom: 1.25rem;
    text-align: justify;
}

/* Updated Section */
.updated-section {
    margin-top: 2.5rem;
    padding-top: 1rem;
}

.updated-section hr {
    opacity: 0.2;
    margin: 1.5rem 0;
}

.updated-section i {
    color: #0d6efd;
    font-size: 1.1rem;
}

.updated-section .text-muted {
    font-size: 0.95rem;
}

/* Related Guides */
.related-guides {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #0d6efd;
    margin-top: 2rem;
}

.related-guides h4 {
    color: #1a365d;
    font-weight: 600;
    font-size: 1.25rem;
}

.guide-link {
    display: block;
    padding: 0.75rem 1rem;
    background: white;
    border-radius: 6px;
    margin-bottom: 0.75rem;
    color: #2d3748;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    font-size: 0.95rem;
}

.guide-link:hover {
    background: #0d6efd;
    color: white;
    border-color: #0d6efd;
    transform: translateX(5px);
    box-shadow: 0 4px 8px rgba(13, 110, 253, 0.2);
}

.guide-link i {
    transition: transform 0.3s ease;
}

.guide-link:hover i {
    transform: translateX(3px);
}

/* Sidebar Card */
.sidebar-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: none;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.card-header {
    background: linear-gradient(135deg, #1a365d 0%, #0d6efd 100%);
    color: white;
    padding: 1.25rem 1.5rem;
    border-radius: 12px 12px 0 0 !important;
    border: none;
}

.card-header h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.card-header i {
    font-size: 1.3rem;
}

.card-body {
    padding: 1.5rem;
}

/* FAQ Accordion */
.faq-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: #f8f9fa;
}

.faq-accordion .accordion-button {
    background: #f8f9fa;
    color: #1a365d;
    font-weight: 600;
    padding: 1rem 1.25rem;
    border: none;
    font-size: 0.95rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #e7f1ff;
    color: #0d6efd;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(13, 110, 253, 0.25);
}

.faq-accordion .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a365d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-accordion .accordion-body {
    padding: 1rem 1.25rem;
    background: white;
    color: #4a5568;
    line-height: 1.6;
    font-size: 0.9rem;
}

.faq-accordion .accordion-body ul,
.faq-accordion .accordion-body ol {
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.faq-accordion .accordion-body li {
    margin-bottom: 0.25rem;
}

/* CTA Button */
.btn-primary {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(18, 140, 126, 0.3);
    background: linear-gradient(135deg, #128C7E 0%, #25D366 100%);
}

.btn-primary i {
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 992px) {
    .main-content {
        padding: 1.5rem;
    }
    
    .sidebar-card {
        margin-top: 2rem;
        position: static;
    }
    
    .cms-content h1 {
        font-size: 1.75rem;
    }
    
    .cms-content h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .main-content {
        padding: 1rem;
    }
    
    .content-section {
        padding: 20px 0;
    }
    
    .related-guides {
        padding: 1rem;
    }
    
    .card-body {
        padding: 1.25rem;
    }
    
    .guide-link {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }
}

@media (max-width: 576px) {
    .cms-content h1 {
        font-size: 1.5rem;
    }
    
    .cms-content h2 {
        font-size: 1.25rem;
    }
    
    .card-header h5 {
        font-size: 1.1rem;
    }
    
    .faq-accordion .accordion-button {
        font-size: 0.9rem;
        padding: 0.75rem 1rem;
    }
}