/* FAQ Page Styles */

/* Clean Banner Styles */
.cs_banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.cs_banner.cs_style_5.cs_bg_filed {
    background: linear-gradient(135deg, rgba(0,102,204,0.95) 0%, rgba(0,68,153,0.95) 100%),
                url('https://images.unsplash.com/photo-1576091160399-112ba8d25d1f?w=1920&h=800&fit=crop') center/cover;
    position: relative;
    min-height: 500px;
}

.cs_banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,102,204,0.9) 0%, rgba(0,68,153,0.9) 100%);
}

.cs_banner_text {
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.cs_banner_text_in {
    max-width: 800px;
}

.cs_banner_title {
    color: white;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.cs_fs_72 {
    font-size: 4rem;
}

.cs_banner_subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.cs_fs_20 {
    font-size: 1.2rem;
}

.cs_height_25 {
    height: 25px;
}

.faq-hero {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    background: linear-gradient(135deg, rgba(0,102,204,0.95) 0%, rgba(0,68,153,0.95) 100%),
                url('https://images.unsplash.com/photo-1559757148-5c350d0d3c56?w=1920&h=800&fit=crop') center/cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,102,204,0.9) 0%, rgba(0,68,153,0.9) 100%);
}

.floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
    animation: floatParticle 20s infinite linear;
}

.particle:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 20%;
    left: 10%;
    animation-delay: -5s;
}

.particle:nth-child(2) {
    width: 40px;
    height: 40px;
    top: 60%;
    left: 80%;
    animation-delay: -10s;
}

.particle:nth-child(3) {
    width: 80px;
    height: 80px;
    top: 80%;
    left: 20%;
    animation-delay: -15s;
}

.particle:nth-child(4) {
    width: 30px;
    height: 30px;
    top: 30%;
    left: 70%;
    animation-delay: -3s;
}

.particle:nth-child(5) {
    width: 50px;
    height: 50px;
    top: 70%;
    left: 50%;
    animation-delay: -8s;
}

.hero-content {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 80px 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin: 40px 0;
}

.hero-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.elegant-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    font-size: 16px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.breadcrumb-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.breadcrumb-separator {
    color: #ffffff;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.breadcrumb-current {
    color: #fbbf24;
    font-weight: 600;
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(251, 191, 36, 0.5);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.title-container {
    margin-bottom: 30px;
}

.main-title {
    font-size: 4.5rem;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -2px;
    line-height: 1.1;
}

.title-part {
    display: inline-block;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9),
                -1px -1px 1px rgba(0, 0, 0, 0.8),
                1px -1px 1px rgba(0, 0, 0, 0.8),
                -1px 1px 1px rgba(0, 0, 0, 0.8),
                1px 1px 1px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: titleGlow 3s ease-in-out infinite alternate;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}

.title-separator {
    color: #fbbf24;
    margin: 0 20px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9),
                -1px -1px 1px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 10px;
    border: 2px solid rgba(251, 191, 36, 0.3);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}

.hospital-name {
    font-size: 1.75rem;
    font-weight: 600;
    color: #fbbf24;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9),
                -1px -1px 1px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.5px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid rgba(251, 191, 36, 0.3);
    display: inline-block;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: 1.375rem;
    line-height: 1.7;
    color: #ffffff;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9),
                -1px -1px 1px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    opacity: 1;
    -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.3);
}

.hero-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    color: #f8fafc;
    z-index: 5;
}

.hero-wave {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
    transform: rotateY(180deg);
}

/* ================================================
   FAQ CONTENT SECTION
   ================================================ */
.faq-content {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 50%, #e2e8f0 100%);
    padding: 120px 0;
    min-height: 100vh;
}

/* ================================================
   FAQ CATEGORIES
   ================================================ */
.faq-categories {
    margin-bottom: 80px;
    text-align: center;
}

.categories-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 50px;
    position: relative;
}

.categories-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 2px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.category-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.category-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.category-card:hover::before {
    transform: scaleX(1);
}

.category-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    transition: all 0.4s ease;
}

.category-card:hover .category-icon {
    transform: scale(1.1) rotate(5deg);
}

.category-name {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
}

.category-count {
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 20px;
}

.category-arrow {
    color: #3b82f6;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.category-card:hover .category-arrow {
    transform: translateX(5px);
}

/* ================================================
   FAQ SEARCH
   ================================================ */
.faq-search {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.search-container {
    position: relative;
    max-width: 600px;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 20px 60px 20px 60px;
    font-size: 1.125rem;
    border: 2px solid #e2e8f0;
    border-radius: 50px;
    background: white;
    transition: all 0.3s ease;
    outline: none;
}

.search-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-icon {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 1.25rem;
}

.search-clear {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 1.25rem;
    cursor: pointer;
    display: none;
    transition: color 0.3s ease;
}

.search-clear:hover {
    color: #ef4444;
}

/* ================================================
   FAQ SECTIONS
   ================================================ */
.faq-sections {
    max-width: 900px;
    margin: 0 auto;
}

.faq-section {
    margin-bottom: 60px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e2e8f0;
}

.section-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

/* ================================================
   FAQ ITEMS
   ================================================ */
.faq-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.faq-item.active {
    border-color: #3b82f6;
    box-shadow: 0 8px 30px rgba(59, 130, 246, 0.15);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f8fafc;
}

.faq-item.active .faq-question {
    background-color: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.question-content {
    flex: 1;
    padding-right: 20px;
}

.question-text {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    line-height: 1.4;
}

.question-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.question-category {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.question-toggle {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .question-toggle {
    background: #3b82f6;
    color: white;
}

.question-toggle i {
    font-size: 1rem;
    transition: all 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.answer-content {
    padding: 0 30px 30px;
}

.answer-text {
    font-size: 1.125rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 25px;
    text-align: justify;
}

.answer-helpful {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.helpful-text {
    font-size: 1rem;
    color: #64748b;
    font-weight: 500;
}

.helpful-buttons {
    display: flex;
    gap: 10px;
}

.helpful-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid #e2e8f0;
    background: white;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.helpful-btn:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.helpful-btn.helpful-yes:hover,
.helpful-btn.helpful-yes.selected {
    background: #dcfce7;
    border-color: #22c55e;
    color: #15803d;
}

.helpful-btn.helpful-no:hover,
.helpful-btn.helpful-no.selected {
    background: #fef2f2;
    border-color: #ef4444;
    color: #dc2626;
}

.thank-you {
    color: #22c55e;
    font-weight: 600;
    font-size: 1rem;
}

/* ================================================
   NO RESULTS
   ================================================ */
.no-results {
    text-align: center;
    padding: 80px 20px;
    max-width: 500px;
    margin: 0 auto;
}

.no-results-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #64748b;
}

.no-results-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
}

.no-results-text {
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.6;
}

/* ================================================
   FAQ CTA
   ================================================ */
.faq-cta {
    margin-top: 80px;
}

.cta-card {
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
    border-radius: 24px;
    padding: 60px 40px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="ctaPattern" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1.5" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23ctaPattern)"/></svg>');
}

.cta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
    z-index: 2;
    animation: ctaIconFloat 3s ease-in-out infinite;
}

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

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.cta-text {
    font-size: 1.125rem;
    color: #cbd5e1;
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-width: 180px;
    justify-content: center;
}

.cta-btn.primary {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
}

.cta-btn.primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.5);
    color: white;
}

.cta-btn.secondary {
    background: transparent;
    color: #cbd5e1;
    border: 2px solid #475569;
}

.cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #64748b;
    color: white;
    transform: translateY(-3px);
}

/* ================================================
   ANIMATIONS
   ================================================ */
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes floatParticle {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
        opacity: 0.7;
    }
    33% {
        transform: translateY(-20px) rotate(120deg);
        opacity: 1;
    }
    66% {
        transform: translateY(-10px) rotate(240deg);
        opacity: 0.5;
    }
}

@keyframes titleGlow {
    0%, 100% {
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 255, 255, 0.8);
    }
    50% {
        text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3), 0 0 50px rgba(255, 255, 255, 1), 0 0 70px rgba(251, 191, 36, 0.3);
    }
}

@keyframes ctaIconFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* ================================================
   RESPONSIVE DESIGN
   ================================================ */
@media (max-width: 1200px) {
    .categories-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .faq-hero {
        min-height: 60vh;
        padding: 60px 0;
    }

    .main-title {
        font-size: 3.5rem;
    }

    .hospital-name {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1.25rem;
    }

    .faq-content {
        padding: 80px 0;
    }

    .categories-title {
        font-size: 2rem;
    }

    .categories-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .category-card {
        padding: 30px 20px;
    }

    .section-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .faq-question {
        padding: 25px 20px;
    }

    .question-text {
        font-size: 1.125rem;
    }

    .answer-content {
        padding: 0 20px 25px;
    }

    .answer-text {
        font-size: 1rem;
    }

    .answer-helpful {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }

    .helpful-buttons {
        justify-content: center;
    }

    .cta-card {
        padding: 40px 20px;
    }

    .cta-title {
        font-size: 1.75rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn {
        width: 100%;
        max-width: 280px;
    }

    .elegant-breadcrumb {
        flex-direction: column;
        gap: 15px;
    }

    .search-input {
        padding: 18px 50px 18px 50px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2.75rem;
    }

    .title-separator {
        margin: 0 10px;
    }

    .hospital-name {
        font-size: 1.25rem;
    }

    .hero-subtitle {
        font-size: 1.125rem;
    }

    .category-card {
        padding: 25px 15px;
    }

    .category-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .category-name {
        font-size: 1.25rem;
    }

    .faq-question {
        padding: 20px 15px;
    }

    .question-content {
        padding-right: 15px;
    }

    .question-text {
        font-size: 1rem;
    }

    .answer-content {
        padding: 0 15px 20px;
    }

    .section-icon {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .cta-text {
        font-size: 1rem;
    }
}

/* ================================================
   ACCESSIBILITY & PERFORMANCE
   ================================================ */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus states for accessibility */
.category-card:focus,
.faq-question:focus,
.helpful-btn:focus,
.cta-btn:focus,
.search-input:focus {
    outline: 3px solid #fbbf24;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .faq-item {
        border: 2px solid #1e293b;
    }

    .category-card {
        border: 2px solid #1e293b;
    }

    .title-part {
        color: #ffffff !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8) !important;
    }

    .breadcrumb-item, .breadcrumb-current {
        color: #ffffff !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
    }

    .hero-subtitle {
        color: #ffffff !important;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8) !important;
    }
}

/* Fallback for browsers that don't support backdrop-filter */
@supports not (backdrop-filter: blur(10px)) {
    .breadcrumb-item {
        background: rgba(0, 0, 0, 0.4) !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
    }

    .breadcrumb-current {
        background: rgba(251, 191, 36, 0.4) !important;
        border: 1px solid rgba(251, 191, 36, 0.5) !important;
    }
}

/* Print styles */
@media print {
    .faq-hero,
    .faq-search,
    .faq-categories,
    .faq-cta {
        display: none;
    }

    .faq-content {
        background: white !important;
        padding: 20px 0;
    }

    .faq-item {
        border: 1px solid #ccc;
        box-shadow: none;
        margin-bottom: 20px;
        page-break-inside: avoid;
    }

    .faq-answer {
        max-height: none !important;
    }

    .question-toggle {
        display: none;
    }

    .answer-helpful {
        display: none;
    }
}

/* ================================================
   ADDITIONAL FAQ STYLES FROM BLADE TEMPLATE
   ================================================ */

/* Clean Banner Styles - Extended */
.cs_banner_btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.cs_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cs_btn.cs_style_1.cs_color_1 {
    background: rgba(255,255,255,0.15);
    color: white;
    border-color: rgba(255,255,255,0.3);
}

.cs_btn.cs_style_1.cs_color_1:hover {
    background: white;
    color: #0066CC;
    text-decoration: none;
}

.cs_btn.cs_style_1.cs_color_2 {
    background: transparent;
    color: white;
    border-color: rgba(255,255,255,0.5);
}

.cs_btn.cs_style_1.cs_color_2:hover {
    background: rgba(255,255,255,0.1);
    color: white;
    text-decoration: none;
}

.cs_banner_breadcrumb {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2;
}

.cs_banner_breadcrumb .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}

.cs_banner_breadcrumb .breadcrumb-item {
    color: rgba(255,255,255,0.8);
}

.cs_banner_breadcrumb .breadcrumb-item a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
}

.cs_banner_breadcrumb .breadcrumb-item a:hover {
    color: white;
}

.cs_banner_breadcrumb .breadcrumb-item.active {
    color: white;
}

.cs_banner_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: rgba(255,255,255,0.6);
}

.cs_banner_shape_1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 0.3;
}

.cs_banner_shape_2 {
    position: absolute;
    bottom: 100px;
    right: 100px;
    z-index: 1;
    opacity: 0.2;
}

/* Professional FAQ Content Styles */
.cs_professional_categories {
    background: #f8f9fa;
    padding: 80px 0;
}

.cs_height_120 {
    height: 120px;
}

.cs_height_lg_80 {
    height: 80px;
}

.cs_height_60 {
    height: 60px;
}

.cs_height_lg_40 {
    height: 40px;
}

.cs_section_header_professional {
    text-align: center;
    margin-bottom: 50px;
}

.cs_section_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 102, 204, 0.1);
    color: #0066CC;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.cs_section_title_professional {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.cs_section_description_professional {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.cs_category_card_professional {
    background: white;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.cs_category_card_professional:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.cs_card_header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.cs_category_icon_professional {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #0066CC, #004499);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.cs_category_info {
    flex: 1;
}

.cs_category_title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
}

.cs_category_subtitle {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

.cs_card_body {
    margin-bottom: 20px;
}

.cs_category_stats {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
}

.cs_stat_item {
    text-align: center;
}

.cs_stat_number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0066CC;
}

.cs_stat_label {
    display: block;
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
}

.cs_stat_divider {
    width: 1px;
    height: 30px;
    background: #e0e6ed;
}

.cs_card_footer {
    text-align: center;
}

.cs_category_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0066CC;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.cs_category_btn:hover {
    color: #004499;
    text-decoration: none;
    transform: translateX(5px);
}

.cs_card_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.05), rgba(0, 68, 153, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cs_category_card_professional:hover .cs_card_overlay {
    opacity: 1;
}

.cs_text_gradient {
    background: linear-gradient(135deg, #0066CC, #004499);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cs_text_highlight {
    color: #87CEEB;
    font-weight: 800;
    text-shadow: 0 2px 8px rgba(135, 206, 235, 0.3);
    position: relative;
}

.cs_text_highlight::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #87CEEB, #ADD8E6);
    border-radius: 2px;
    opacity: 0.7;
}

/* Compact FAQ Content with Tabs */
.cs_compact_faq_content {
    background: #f8f9fa;
    padding: 80px 0;
}

.cs_faq_tabs_wrapper {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.cs_faq_tabs_header {
    text-align: center;
    margin-bottom: 40px;
}

.cs_tabs_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.cs_tabs_subtitle {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

.cs_category_tabs {
    margin-bottom: 30px;
}

.cs_tabs_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs_tab_item {
    margin: 0;
}

.cs_tab_btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 25px;
    background: #f8f9fa;
    border: 2px solid #e0e6ed;
    border-radius: 12px;
    color: #495057;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.cs_tab_btn:hover,
.cs_tab_btn.active {
    background: linear-gradient(135deg, #0066CC, #004499);
    border-color: #0066CC;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 102, 204, 0.3);
}

.cs_tab_icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 102, 204, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.cs_tab_btn.active .cs_tab_icon {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.cs_tab_content {
    text-align: left;
}

.cs_tab_name {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
}

.cs_tab_count {
    display: block;
    font-size: 0.8rem;
    opacity: 0.8;
}

.cs_tab_content_wrapper {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.cs_category_info_compact {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
    border-left: 4px solid #0066CC;
}

.cs_info_content {
    flex: 1;
}

.cs_category_title_compact {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.cs_category_desc_compact {
    color: #666;
    margin: 0;
    font-size: 1.05rem;
}

.cs_category_stats_compact {
    text-align: center;
}

.cs_stat_compact {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cs_faq_grid_compact {
    margin-bottom: 40px;
}

.cs_faq_card_compact {
    background: white;
    border: 1px solid #e0e6ed;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
}

.cs_faq_card_compact:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.cs_faq_header_compact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.cs_faq_number {
    width: 35px;
    height: 35px;
    background: linear-gradient(135deg, #0066CC, #004499);
    color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.cs_difficulty_badge {
    background: #f8f9fa;
    color: #666;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
}

.cs_faq_question_compact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.cs_question_title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.cs_expand_btn {
    background: #f8f9fa;
    border: 1px solid #e0e6ed;
    border-radius: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.cs_expand_btn:hover {
    background: #0066CC;
    color: white;
    border-color: #0066CC;
}

.cs_faq_answer_compact {
    border-top: 1px solid #e0e6ed;
    padding-top: 20px;
    display: none;
    transition: all 0.3s ease;
}

.cs_faq_answer_compact.show {
    display: block;
}

.cs_answer_text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cs_answer_actions_compact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
}

.cs_helpful_section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs_helpful_label {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
}

.cs_helpful_btns {
    display: flex;
    gap: 8px;
}

.cs_helpful_btn {
    width: 32px;
    height: 32px;
    border: 1px solid #e0e6ed;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cs_helpful_btn.cs_yes:hover,
.cs_helpful_btn.cs_yes.selected {
    background: #28a745;
    color: white;
    border-color: #28a745;
}

.cs_helpful_btn.cs_no:hover,
.cs_helpful_btn.cs_no.selected {
    background: #dc3545;
    color: white;
    border-color: #dc3545;
}

.cs_helpful_btn.selected {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.cs_action_btns_compact {
    display: flex;
    gap: 8px;
}

.cs_action_btn {
    width: 32px;
    height: 32px;
    border: 1px solid #e0e6ed;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #666;
}

.cs_action_btn:hover {
    background: #0066CC;
    color: white;
    border-color: #0066CC;
    text-decoration: none;
}

.cs_answer_meta {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #e0e6ed;
}

.cs_category_actions_compact {
    margin-top: 30px;
}

.cs_actions_card {
    background: linear-gradient(135deg, #0066CC, #004499);
    color: white;
    padding: 25px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cs_actions_content h5 {
    margin: 0 0 8px 0;
    font-weight: 600;
}

.cs_actions_content p {
    margin: 0;
    opacity: 0.9;
}

.cs_actions_btns {
    display: flex;
    gap: 15px;
}

.cs_action_cta {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cs_action_cta:hover {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Clean Contact CTA Styles */
.cs_contact_cta_section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    padding: 80px 0;
}

.cs_height_80 {
    height: 80px;
}

.cs_contact_cta_card {
    background: linear-gradient(135deg, #0066CC, #004499);
    color: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 102, 204, 0.2);
    position: relative;
    overflow: hidden;
}

.cs_contact_cta_card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.cs_cta_header_content {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.cs_cta_icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.cs_cta_text {
    flex: 1;
}

.cs_cta_title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cs_cta_description {
    font-size: 1.1rem;
    opacity: 0.95;
    margin: 0;
    line-height: 1.7;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cs_cta_actions {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.cs_cta_btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.cs_cta_btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.cs_cta_btn .cs_btn_icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.cs_cta_btn .cs_btn_content {
    flex: 1;
    text-align: left;
}

.cs_cta_btn .cs_btn_title {
    display: block;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.cs_cta_btn .cs_btn_subtitle {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
}

.cs_btn_primary:hover .cs_btn_icon {
    background: rgba(40, 167, 69, 0.2);
}

.cs_btn_secondary:hover .cs_btn_icon {
    background: rgba(23, 162, 184, 0.2);
}

.cs_contact_info {
    position: relative;
    z-index: 2;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cs_contact_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.cs_contact_item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.cs_contact_item i {
    font-size: 1.1rem;
    opacity: 0.8;
}

.cs_contact_item span {
    font-weight: 500;
}

/* Compact FAQ Search */
.cs_faq_search_compact {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.cs_search_input_wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.cs_search_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.cs_search_input_compact {
    width: 100%;
    padding: 15px 50px 15px 45px;
    border: 2px solid #e0e6ed;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.cs_search_input_compact:focus {
    border-color: #0066CC;
    outline: none;
    box-shadow: 0 0 15px rgba(0, 102, 204, 0.2);
}

.cs_search_clear {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
    display: none;
}

.cs_search_clear:hover {
    color: #333;
}

.cs_no_results_compact {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: none;
}

.cs_no_results_icon {
    font-size: 3rem;
    color: #ccc;
    margin-bottom: 20px;
}

.cs_no_results_compact h4 {
    color: #333;
    margin-bottom: 15px;
}

.cs_no_results_compact p {
    color: #666;
    margin-bottom: 25px;
}

/* Share Popup Styles */
.cs_share_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.cs_share_popup_content {
    background: white;
    padding: 30px;
    border-radius: 15px;
    max-width: 400px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    animation: popupAppear 0.3s ease;
}

@keyframes popupAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.cs_share_popup h5 {
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.cs_share_options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.cs_share_option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: #f8f9fa;
    border: 2px solid #e0e6ed;
    border-radius: 10px;
    text-decoration: none;
    color: #495057;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cs_share_option:hover {
    background: #0066CC;
    color: white;
    border-color: #0066CC;
    transform: translateY(-2px);
    text-decoration: none;
}

.cs_close_popup {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #999;
    transition: color 0.3s ease;
}

.cs_close_popup:hover {
    color: #333;
}

/* Notification Styles */
.cs_notification {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cs_notification.cs_success {
    background: #28a745;
    color: white;
}

.cs_notification.cs_error {
    background: #dc3545;
    color: white;
}

.cs_notification.cs_info {
    background: #0066CC;
    color: white;
}

.cs_notification_content {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Tab Pane Styles */
.tab-content {
    width: 100%;
}

.tab-pane {
    display: none;
}

.tab-pane.active,
.tab-pane.show {
    display: block;
}

/* Additional utility classes */
.me-3 {
    margin-right: 1rem;
}

/* Responsive Design - Extended */
@media (max-width: 992px) {
    .cs_section_title_professional {
        font-size: 2rem;
    }

    .cs_tabs_title {
        font-size: 2rem;
    }

    .cs_tabs_nav {
        flex-direction: column;
        align-items: center;
    }

    .cs_tab_btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .cs_faq_tabs_wrapper,
    .cs_tab_content_wrapper {
        padding: 25px;
    }

    .cs_category_info_compact {
        padding: 20px;
    }

    .cs_actions_card {
        flex-direction: column;
        text-align: center;
    }

    .cs_cta_header_content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .cs_contact_cta_card {
        padding: 30px 20px;
    }

    .cs_height_120 {
        height: 80px;
    }

    .cs_height_lg_80 {
        height: 60px;
    }

    .cs_height_60 {
        height: 40px;
    }

    .cs_height_lg_40 {
        height: 30px;
    }
}

@media (max-width: 768px) {
    .cs_section_title_professional {
        font-size: 1.8rem;
    }

    .cs_section_description_professional {
        font-size: 1rem;
    }

    .cs_category_card_professional {
        padding: 25px 20px;
    }

    .cs_card_header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .cs_category_icon_professional {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .cs_tabs_title {
        font-size: 1.8rem;
    }

    .cs_tab_btn {
        padding: 12px 20px;
        gap: 10px;
    }

    .cs_tab_icon {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
    }

    .cs_faq_grid_compact .row {
        --bs-gutter-x: 1rem;
    }

    .cs_faq_grid_compact .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cs_answer_actions_compact {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cs_cta_header_content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .cs_cta_title {
        font-size: 1.7rem;
    }

    .cs_cta_description {
        font-size: 1rem;
    }

    .cs_contact_cta_card {
        padding: 25px 15px;
    }

    .cs_cta_btn {
        padding: 15px;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .cs_cta_btn .cs_btn_content {
        text-align: center;
    }

    .cs_contact_item {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .cs_height_120 {
        height: 60px;
    }

    .cs_height_lg_80 {
        height: 40px;
    }

    .cs_height_60 {
        height: 30px;
    }

    .cs_height_lg_40 {
        height: 20px;
    }

    .cs_banner_btns {
        flex-direction: column;
        align-items: center;
    }

    .cs_btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}
