.elementor-10326 .elementor-element.elementor-element-5c0419d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10326 .elementor-element.elementor-element-3b5d623{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-10326 .elementor-element.elementor-element-77047df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10326 .elementor-element.elementor-element-77047df.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-10326 .elementor-element.elementor-element-ec25dd4{width:var( --container-widget-width, 68.919% );max-width:68.919%;--container-widget-width:68.919%;--container-widget-flex-grow:0;}.elementor-10326 .elementor-element.elementor-element-ec25dd4.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-10326 .elementor-element.elementor-element-ec25dd4 img{border-style:none;}.elementor-10326 .elementor-element.elementor-element-17dd131{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10326 .elementor-element.elementor-element-5423a35 .elementor-menu-toggle{margin:0 auto;}.elementor-10326 .elementor-element.elementor-element-f7f905e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10326 .elementor-element.elementor-element-33ca424{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10326 .elementor-element.elementor-element-f0497b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10326 .elementor-element.elementor-element-8da034c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10326 .elementor-element.elementor-element-804e403{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10326 .elementor-element.elementor-element-1df6791{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10326 .elementor-element.elementor-element-62b8dd2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-10326 .elementor-element.elementor-element-ec25dd4.elementor-element{--align-self:center;}.elementor-10326 .elementor-element.elementor-element-ec25dd4{text-align:center;}}@media(min-width:768px){.elementor-10326 .elementor-element.elementor-element-77047df{--width:45.818%;}.elementor-10326 .elementor-element.elementor-element-17dd131{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-521f643 *//* Tab Section Responsive & Blue Theme */
.tab-section {
    width: 100%;
    overflow-x: auto;
}

/* Tab Buttons - Blue Theme & Mobile Responsive */
.tab-button {
    padding: 12px 16px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    flex: 1 !important;
    min-width: 0 !important;
    text-align: center !important;
}

.tab-button.active {
    color: #1e40af !important;
    border-bottom-color: #1e40af !important;
    background: linear-gradient(to bottom, rgba(59, 130, 246, 0.05), transparent) !important;
}

.tab-button:hover {
    color: #3b82f6 !important;
    background: rgba(59, 130, 246, 0.03) !important;
}

/* Tab Container */
.tab-container {
    border-bottom: 1px solid #e5e7eb !important;
    display: flex !important;
    overflow-x: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: #cbd5e1 transparent !important;
}

.tab-container::-webkit-scrollbar {
    height: 4px !important;
}

.tab-container::-webkit-scrollbar-track {
    background: transparent !important;
}

.tab-container::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 2px !important;
}

/* Tab Content */
.tab-content {
    display: none !important;
    animation: fadeIn 0.5s ease !important;
    padding: 1.5rem !important;
    background: #ffffff !important;
}

.tab-content.active {
    display: block !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .tab-section {
        margin: 0 -1rem !important;
        width: calc(100% + 2rem) !important;
    }
    
    .tab-button {
        padding: 10px 12px !important;
        font-size: 13px !important;
        min-width: 80px !important;
        flex: 0 0 auto !important;
    }
    
    .tab-container {
        padding: 0 1rem !important;
        gap: 0.25rem !important;
    }
    
    .tab-content {
        padding: 1rem !important;
    }
    
    /* Tab Headers */
    .tab-content h3 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1rem !important;
        color: #1f2937 !important;
    }
    
    /* Paragraphs */
    .tab-content p {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 1rem !important;
        color: #4b5563 !important;
    }
    
    /* Lists */
    .tab-content ul {
        margin-bottom: 1rem !important;
    }
    
    .tab-content li {
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin-bottom: 0.5rem !important;
        color: #4b5563 !important;
    }
    
    /* Review Cards */
    .review-card {
        padding: 1rem !important;
        margin-bottom: 1rem !important;
        border-radius: 0.75rem !important;
    }
    
    .review-card p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    /* Star Ratings */
    .star-rating {
        margin-bottom: 0.5rem !important;
    }
    
    .star {
        font-size: 14px !important;
    }
    
    /* Chapter Items */
    .chapter-item {
        padding: 0.75rem !important;
        margin-bottom: 0.25rem !important;
    }
    
    .chapter-item p {
        font-size: 13px !important;
        line-height: 1.4 !important;
    }
    
    .chapter-item .text-sm {
        font-size: 12px !important;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .tab-button {
        padding: 8px 10px !important;
        font-size: 12px !important;
        min-width: 70px !important;
    }
    
    .tab-content {
        padding: 0.75rem !important;
    }
    
    .tab-content h3 {
        font-size: 1.125rem !important;
    }
    
    .tab-content p,
    .tab-content li {
        font-size: 13px !important;
    }
    
    .review-card {
        padding: 0.75rem !important;
    }
    
    .review-card p {
        font-size: 13px !important;
    }
}

/* Landscape Mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .tab-button {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
    
    .tab-content {
        padding: 0.75rem !important;
    }
}

/* Blue Theme for Specific Elements */
.tab-content .text-xl {
    color: #1f2937 !important;
}

.tab-content .text-gray-600 {
    color: #4b5563 !important;
}

.tab-content .text-gray-500 {
    color: #6b7280 !important;
}

/* Review Summary Blue Theme */
.review-summary {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe) !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 0.75rem !important;
}

.review-summary .text-4xl {
    color: #1e40af !important;
}

.review-summary .text-gray-900 {
    color: #1f2937 !important;
}

/* Progress Bar Blue Theme */
.progress-bar {
    background: #dbeafe !important;
}

.progress-fill {
    background: linear-gradient(90deg, #3b82f6, #1e40af) !important;
}

/* Chapter Items Blue Theme */
.chapter-item:hover {
    background: #f0f9ff !important;
    border-left-color: #3b82f6 !important;
}

/* Load More Button */
.load-more-btn {
    background: #3b82f6 !important;
    color: white !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 0.5rem !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.load-more-btn:hover {
    background: #2563eb !important;
    transform: translateY(-1px) !important;
}

/* Touch Optimizations */
@media (hover: none) and (pointer: coarse) {
    .tab-button {
        transition: none !important;
    }
    
    .tab-button:hover {
        transform: none !important;
    }
    
    .chapter-item {
        transition: none !important;
    }
    
    .chapter-item:hover {
        transform: none !important;
    }
}

/* Focus States for Accessibility */
.tab-button:focus {
    outline: 2px solid #3b82f6 !important;
    outline-offset: 2px !important;
}

.load-more-btn:focus {
    outline: 2px solid #3b82f6 !important;
    outline-offset: 2px !important;
}/* End custom CSS */