/* =========================================
   1. GLOBAL TYPOGRAPHY & THEME COLORS
========================================= */

.problem-main-heading, 
.wwd-subheading, 
.wwd-heading,
.process-subheading, 
.process-heading,
.our-work-section .work-subheading, 
.our-work-section .work-heading,
.testimonials-section .testi-subheading, 
.testimonials-section .testi-heading {
    font-size: 2.0rem !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
    margin-bottom: 0.2rem !important; 
    padding-bottom: 5px !important;
}

.heading-dark, 
.wwd-panel-title,
.panel-title, 
.process-step-node.active .step-label,
.our-work-section .work-project-title,
.our-work-section .work-col-title, 
.testimonials-section .author-name {
    color: #1a1a1a !important;
}

.trusted-text, 
.wwd-desc, 
.wwd-panel-text, 
.process-desc, 
.panel-wysiwyg-content, 
.option-box-text,
.our-work-section .work-desc, 
.our-work-section .work-col-text,
.testimonials-section .testi-desc {
    color: #555555 !important;
    margin-top: 0 !important; 
}

.text-red, 
.our-work-section .text-red, 
.our-work-section .work-text-red, 
.testimonials-section .text-red {
    color: #d32f2f !important;
}

.heading-red { 
    color: #e53935 !important; 
    font-size: inherit !important; 
    font-weight: inherit !important; 
} 

.z-index-2 {
    z-index: 2;
}

/* =========================================
   2. GLOBAL COMPONENTS (Sliders & Lists)
========================================= */

.process-slider-controls, 
.testimonials-section .testi-slider-controls {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.75rem !important; 
    margin-top: 1rem !important;
    position: relative !important;
    z-index: 10 !important;
    width: 100% !important; 
}

.slider-dots, 
.testimonials-section .testi-dots-container,
.work-dots-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important; 
    width: auto !important; 
    position: static !important; 
    transform: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.slider-dot,
.testimonials-section .testi-dots-container .slider-dot,
.work-dots-container .slider-dot {
    width: 6px !important; 
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #e0e0e0 !important; 
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin: 0 !important; 
    display: block !important;
}

.slider-dot.active,
.testimonials-section .testi-dots-container .slider-dot.active,
.work-dots-container .slider-dot.active {
    background-color: #d32f2f !important;
}

.slider-btn {
    width: 40px !important; 
    height: 40px !important;
    min-width: 36px !important; 
    flex: 0 0 36px !important;
    border-radius: 50% !important;
    border: 2px solid #f2f2f2 !important; 
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.5rem !important;
    color: #555555 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    padding: 0 !important; 
}

.slider-btn:hover {
    border-color: #d32f2f !important;
    color: #d32f2f !important;
}

.slider-btn.disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.slider-btn svg {
    pointer-events: none !important; 
    width: 20px !important; 
    height: 20px !important;
}

.wwd-included-list,
.panel-wysiwyg-content ul {
    list-style: none;
    padding-left: 0;
}

.wwd-included-list li,
.panel-wysiwyg-content ul li {
    position: relative;
    color: #444444;
}

.wwd-included-list li { 
    margin-bottom: 0.8rem; 
    padding-left: 28px; 
}

.wwd-included-list li::before {
    content: '\2713' !important; 
    position: absolute !important;
    left: 0 !important;
    top: 2px !important;
    color: #d32f2f !important; 
    background-color: #fdeded !important; 
    border-radius: 50% !important; 
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 900 !important;
    width: 18px !important; 
    height: 18px !important; 
    font-size: 11px !important;
}

.panel-wysiwyg-content ul li { 
    margin-bottom: 1.5rem; 
    padding-left: 20px; 
}

.panel-wysiwyg-content ul li::before {
    content: '' !important; 
    position: absolute !important;
    left: 0 !important;
    top: 8px !important; 
    background-color: #d32f2f !important; 
    border-radius: 50% !important; 
    width: 8px !important; 
    height: 8px !important; 
    display: block !important;
}

/* =========================================
   3. STATS SECTION
========================================= */
.stats-row { 
    max-width: 100%; 
    margin: 3.5rem auto 0; 
}

.stat-col {
    text-align: left;
    position: relative; 
    border-right: none; 
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 2.2rem; 
}

.stat-col::after {
    content: '';
    position: absolute;
    right: 0; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 1.2px; 
    height: 100%;
    background-color: #d2d2d2; 
}

.stat-col:last-child { 
    padding-right: 0; 
}

.stat-col:last-child::after { 
    display: none; 
}

.stat-number {
    font-size: 2.8rem; 
    font-weight: 600;
    letter-spacing: -1px;
    color: #3b3b3b !important;
    margin-bottom: 4px; 
    line-height: 1;
}

.inner-banner .stat-label {
    font-size: 14px; 
    color: #6a6a6a; 
    margin-bottom: 0; 
    line-height: 1.3; 
    font-weight: 400; 
    max-width: 140px; 
}

.inner-banner .trusted-text {
    font-size: 15px; 
    letter-spacing: 1.5px; 
    text-transform: uppercase; 
    margin-top: 4.5rem; 
    font-weight: 600;
}

/* =========================================
   4. THE PROBLEM SECTION
========================================= */
.the-problem-section { 
    background-color: transparent; 
}

.problem-card {
    display: flex; 
    align-items: center; 
    background-color: #ffffff; 
    border: 1px solid #eaeaea;
    border-radius: 12px; 
    padding: 1.2rem 1.5rem; 
    height: 100%; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}

.problem-icon-wrapper {
    width: 45px; 
    height: 45px; 
    min-width: 45px; 
    background-color: #fdeded; 
    border-radius: 8px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-right: 1.5rem;
}

.problem-icon-wrapper img { 
    width: 20px; 
    height: 20px; 
    object-fit: contain; 
}

.problem-text { 
    font-size: 1.05rem; 
    color: #444444; 
    margin-bottom: 0; 
    line-height: 1.5; 
    font-weight: 400; 
}

.problem-conclusion { 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    text-align: center; 
}

.problem-conclusion::before, 
.problem-conclusion::after {
    content: ''; 
    flex: 1; 
    height: 1px; 
    background-color: #dcdcdc; 
    max-width: 180px; 
    margin: 0 2rem;
}

.conclusion-content h3 { 
    font-size: 1.8rem; 
    font-weight: 500; 
    margin-bottom: 0.2rem; 
    line-height: 1.3; 
}

.conclusion-dark { 
    color: #444444; 
}

.conclusion-red { 
    color: #e53935; 
}

/* =========================================
   5. WHAT WE DO SECTION (VERTICAL TABS)
========================================= */
.wwd-section { 
    background-color: #ffffff; 
}

.wwd-desc { 
    font-size: 18px; 
}

.wwd-section .row > .col-lg-4 { 
    display: flex; 
}

.wwd-tabs-container {
    position: relative; 
    width: 100%; 
    padding-left: 0; 
    display: flex; 
    flex-direction: column;
    justify-content: space-between; 
    height: 100%;
}

.wwd-dashed-line {
    position: absolute; 
    left: 22px; 
    top: 20px; 
    bottom: 20px; 
    width: 1px; 
    border-left: 1px dashed #dcdcdc; 
    z-index: 1;
}

.wwd-tab {
    display: flex; 
    align-items: center; 
    cursor: pointer; 
    margin-bottom: 0; 
    position: relative;
    z-index: 2; 
    border-radius: 8px; 
    padding-right: 15px; 
    padding-left: 0; 
    overflow: hidden; 
    width: 90%;
}

.wwd-tab-progress {
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 100%; 
    width: 0%; 
    background-color: #fdeded; 
    z-index: 0; 
    border-radius: 8px; 
}

.wwd-tab-num {
    width: 45px; 
    height: 45px; 
    min-width: 45px; 
    background-color: #ffffff; 
    border: 1px solid #dcdcdc;
    border-radius: 8px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    font-weight: 600;
    color: #a0a0a0; 
    margin-right: 1.5rem; 
    transition: all 0.2s ease; 
    position: relative; 
    z-index: 2;
}

.wwd-tab-title {
    font-size: 18px; 
    font-weight: 500; 
    color: #a0a0a0; 
    transition: all 0.2s ease; 
    position: relative; 
    z-index: 2;
}

.wwd-tab:not(.active):hover .wwd-tab-num {
    border-color: #d32f2f !important;
    color: #d32f2f !important;
}

.wwd-tab:not(.active):hover .wwd-tab-title {
    color: #1a1a1a !important;
}

.wwd-tab.active { 
    background-color: #f8f9fa; 
}

.wwd-tab.active .wwd-tab-num { 
    background-color: #d32f2f; 
    color: #ffffff; 
    border-color: #d32f2f; 
}

.wwd-tab.active .wwd-tab-title { 
    color: #1a1a1a; 
}

.wwd-content-wrapper { 
    display: grid; 
    position: relative; 
    height: 100%; 
}

@media screen and (min-width: 992px) { 
    .wwd-content-wrapper { 
        margin-left: 2rem; 
        margin-right: -3rem; 
    } 
}

.wwd-panel {
    grid-area: 1 / 1; 
    opacity: 0; 
    visibility: hidden; 
    transform: translateY(1px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-out, visibility 0.4s;
    background-color: #f8f9fa; 
    border-radius: 16px; 
    padding: 3rem; 
    height: 100%; 
    position: relative; 
    overflow: hidden; 
}

.wwd-panel.active { 
    opacity: 1; 
    visibility: visible; 
    transform: translateY(0); 
    z-index: 5; 
}

.wwd-icon-box {
    width: 50px; 
    height: 50px; 
    background-color: #fdeded; 
    border-radius: 8px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    margin-bottom: 2rem;
}

.wwd-icon-box img { 
    width: 24px; 
    height: 24px; 
}

.wwd-panel-title { 
    font-size: 2rem; 
    font-weight: 450; 
    margin-bottom: 2rem; 
    position: relative; 
    z-index: 2; 
}

.wwd-panel-subtitle { 
    font-size: 1.4rem; 
    font-weight: 450; 
    margin-bottom: 0.8rem; 
    position: relative; 
    z-index: 2; 
}

.wwd-panel-text { 
    font-size: 19px; 
    position: relative; 
    z-index: 2; 
}

.wwd-watermark-img {
    position: absolute; 
    bottom: -5px; 
    right: -5px; 
    width: 140px; 
    opacity: 1; 
    filter: brightness(0) invert(1); 
    pointer-events: none; 
    z-index: 0;
}

/* =========================================
   6. OUR PROCESS SECTION
========================================= */
.process-section { 
    background-color: #f8f9fa; 
}

.process-desc { 
    font-size: 1.2rem; 
    line-height: 1.6; 
}

.process-nav-container { 
    position: relative; 
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    padding: 2rem 0; 
}

.step-dot { 
    width: 10px; 
    height: 10px; 
    background-color: #dcdcdc; 
    border-radius: 50%; 
    margin-bottom: 15px; 
    position: relative; 
    z-index: 3; 
    transition: all 0.3s ease; 
    box-shadow: 0 0 0 6px rgba(220, 220, 220, 0.3); 
}

.process-nav-line { 
    position: absolute; 
    top: 37px; 
    left: 16.666%; 
    right: 16.666%; 
    height: 1px; 
    background-color: #dcdcdc; 
    z-index: 1; 
}

.process-nav-progress { 
    position: absolute; 
    top: 37px; 
    left: 16.666%; 
    height: 1.5px; 
    background-color: #d32f2f; 
    z-index: 2; 
    width: 0%; 
}

.process-step-node { 
    position: relative; 
    z-index: 3; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    cursor: pointer; 
    width: 33.333%; 
}

.step-num-bg { 
    background-color: transparent; 
    padding: 0; 
    margin-bottom: 5px; 
}

.step-num { 
    font-size: 1.8rem; 
    font-weight: 400; 
    color: #c0c0c0; 
    transition: color 0.3s ease; 
    line-height: 1; 
}

.step-label { 
    font-size: 1.1rem; 
    font-weight: 400; 
    color: #888888; 
    max-width: 180px; 
    line-height: 1.3; 
    transition: color 0.3s ease; 
}

.process-step-node.active .step-dot { 
    background-color: #d32f2f; 
    box-shadow: 0 0 0 6px rgba(211, 47, 47, 0.12); 
}

.process-step-node.active .step-num { 
    color: #d32f2f; 
}

.process-step-node.active .step-label { 
    color: #1a1a1a; 
}

.process-panels-wrapper { 
    display: grid; 
    position: relative; 
    height: 100%; 
}

.process-panel {
    grid-area: 1 / 1; 
    opacity: 0; 
    visibility: hidden; 
    transform: translateX(300px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, visibility 0.6s;
    background-color: #ffffff !important; 
    border-radius: 24px; 
    padding: 3.5rem; 
    position: relative; 
    overflow: hidden; 
    box-shadow: 0 4px 30px rgba(0,0,0,0.03); 
    z-index: 1; 
}

.process-panel.active { 
    opacity: 1; 
    visibility: visible; 
    transform: translateX(0); 
    z-index: 5; 
}

.panel-subtitle { 
    font-size: 0.85rem; 
    text-transform: uppercase; 
    letter-spacing: 1.5px; 
    font-weight: 600; 
    margin-bottom: 1rem; 
    color: #d32f2f !important; 
}

.panel-title { 
    font-size: 2.2rem; 
    font-weight: 450; 
    letter-spacing: -0.5px; 
    margin-bottom: 1.5rem; 
}

.panel-wysiwyg-content { 
    font-size: 1.15rem !important; 
    line-height: 1.6 !important; 
}

.panel-wysiwyg-content ul { 
    margin-top: 1.8rem !important; 
}

.panel-wysiwyg-content ul li { 
    margin-bottom: 0.8rem !important; 
}

.process-panel .wwd-icon-box {
    width: 85px !important;  
    height: 85px !important; 
    min-width: 85px !important; 
    border-radius: 20px; 
    flex-shrink: 0; 
}

.process-panel .wwd-icon-box img { 
    width: 38px !important; 
    height: 38px !important; 
    object-fit: contain; 
}

.process-watermark-img { 
    position: absolute !important; 
    bottom: -5px !important; 
    right: -5px !important; 
    left: auto !important; 
    width: auto !important; 
    z-index: 0 !important; 
    pointer-events: none; 
    filter: brightness(0) !important; 
}

.process-options-grid { 
    display: grid; 
    grid-template-columns: 240px 240px; 
    gap: 1.5rem; 
    position: relative; 
    z-index: 3; 
}

.process-option-box { 
    background-color: #f9f9f9; 
    border: 1px solid #eaeaea; 
    border-radius: 12px; 
    padding: 1.2rem; 
    transition: all 0.3s ease; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.02); 
}

.process-option-box:hover { 
    border-color: #dcdcdc; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.06); 
    transform: translateY(-3px); 
}

.option-box-title { 
    font-size: 0.95rem; 
    font-weight: 800; 
    color: #d32f2f; 
    margin-bottom: 0.4rem; 
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
}

.option-box-text { 
    font-size: 1rem; 
    line-height: 1.4; 
    margin-bottom: 0; 
}

/* =========================================
   7. OUR WORK SECTION (CAROUSEL)
========================================= */
.our-work-section {
    background-color: #f9f9f9 !important; 
    padding-top: 5rem !important; 
    padding-bottom: 6rem !important; 
    overflow: hidden !important; 
    width: 100% !important; 
}

.our-work-section .container { 
    max-width: 1320px !important; 
    margin: 0 auto !important; 
}

.our-work-section .work-desc { 
    font-size: 1.15rem !important; 
    line-height: 1.6 !important; 
    font-weight: 400 !important; 
    margin-bottom: 2rem !important; 
}

.our-work-section .work-swiper { 
    width: 100% !important; 
    margin: 0 auto !important; 
    padding: 2rem 0 !important; 
    overflow: visible !important; 
}

.our-work-section .work-slide {
    width: 900px !important; 
    max-width: 90vw !important; 
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease !important; 
    opacity: 0.3 !important; 
    transform: scale(0.78) !important; 
}

.our-work-section .work-slide.swiper-slide-active { 
    opacity: 1 !important; 
    transform: scale(1) !important; 
    z-index: 5 !important; 
}

.our-work-section .work-card {
    background-color: #ffffff !important; 
    border-radius: 20px !important; 
    overflow: hidden !important; 
    display: flex !important; 
    flex-direction: column !important; 
    transition: box-shadow 0.6s ease !important; 
    border: none !important; 
    height: auto !important; 
}

.our-work-section .swiper-slide-active .work-card { 
    box-shadow: 0 15px 45px rgba(0,0,0,0.06) !important; 
}

.our-work-section .work-card-img {
    width: 100% !important; 
    height: 465px !important; 
    display: block !important; 
    border-bottom: 1px solid #f0f0f0 !important; 
    position: relative !important; 
    overflow: hidden !important;
}

.our-work-section .work-card-img img { 
    width: 100% !important; 
    height: 100% !important; 
    object-fit: cover !important; 
    object-position: top center !important; 
    display: block !important; 
}

.our-work-section .work-card-content { 
    padding: 2rem 3.5rem 2rem 3.5rem !important; 
    background-color: #ffffff !important; 
}

.our-work-section .work-project-title { 
    font-size: 1.65rem !important; 
    font-weight: 500 !important; 
    margin-bottom: 1.5rem !important; 
}

.our-work-section .work-grid { 
    display: grid !important; 
    grid-template-columns: repeat(3, 1fr) !important; 
    gap: 1.5rem !important; 
    margin-bottom: 1.5rem !important; 
}

.our-work-section .work-col-title { 
    font-size: 1.05rem !important; 
    font-weight: 600 !important; 
    margin-bottom: 0.5rem !important; 
}

.our-work-section .work-col-text { 
    font-size: 0.9rem !important; 
    line-height: 1.6 !important; 
    margin-bottom: 0 !important; 
}

.our-work-section .work-case-link {
    display: inline-flex !important; 
    align-items: center !important; 
    gap: 8px !important; 
    font-size: 1.1rem !important; 
    font-weight: 600 !important; 
    color: #d32f2f !important; 
    text-decoration: none !important; 
    transition: all 0.3s ease !important; 
    margin-top: 0.2rem !important;
}

.our-work-section .work-case-link:hover { 
    color: #b71c1c !important; 
}

.our-work-section .work-case-link svg { 
    transition: transform 0.3s ease !important; 
}

.our-work-section .work-case-link:hover svg { 
    transform: translateX(2px) !important; 
}

.our-work-section .work-project-title a {
    color: #1a1a1a !important;
    text-decoration: none !important;
    transition: color 0.1s ease, text-decoration-color 0.1s ease !important;
}

.our-work-section .work-project-title a:hover {
    color: #d32f2f !important;
    text-decoration: underline !important;
    text-decoration-color: #d32f2f !important;
    text-underline-position: under !important;
    text-underline-offset: 3px !important;
}

/* =========================================
   8. TESTIMONIALS SECTION
========================================= */
.testimonials-section { 
    background-color: #ffffff !important; 
    padding-top: 6rem !important; 
    padding-bottom: 6rem !important; 
    overflow: hidden !important; 
}

.testimonials-section .testi-desc { 
    font-size: 1.25rem !important; 
    line-height: 1.6 !important; 
}

.testimonials-section .testi-swiper { 
    width: 100% !important; 
    margin-top: 5rem !important; 
}

.testimonials-section .testi-slide { 
    text-align: center !important; 
    display: flex !important; 
    flex-direction: column !important; 
    align-items: center !important; 
    justify-content: center !important; 
}

.testimonials-section .testi-red-line { 
    width: 40px !important; 
    height: 4px !important; 
    background-color: #d32f2f !important; 
    margin: 0 auto 3rem auto !important; 
    border-radius: 2px !important; 
}

.testimonials-section .testi-quote { 
    font-size: 2.7rem !important; 
    font-weight: 450 !important; 
    color: #888888 !important; 
    line-height: 1.35 !important; 
    max-width: 1050px !important; 
    margin: 0 auto 3rem auto !important; 
}

.testimonials-section .testi-quote p { 
    font-size: inherit !important; 
    color: inherit !important; 
    line-height: inherit !important; 
    font-weight: inherit !important; 
    margin-bottom: 0 !important; 
}

.testimonials-section .testi-quote strong, 
.testimonials-section .testi-quote b { 
    color: #333333 !important; 
    font-weight: 500 !important; 
}

.testimonials-section .testi-author-card {
    display: inline-flex !important; 
    align-items: center !important; 
    padding: 12px 24px !important; 
    border: 1px solid #eaeaea !important; 
    border-radius: 8px !important; 
    background-color: #ffffff !important; 
    text-align: left !important;
}

.testimonials-section .author-img { 
    width: 60px !important; 
    height: 60px !important; 
    border-radius: 8px !important; 
    object-fit: cover !important; 
    margin-right: 1rem !important; 
}

.testimonials-section .author-info { 
    display: flex !important; 
    flex-direction: column !important; 
    justify-content: center !important; 
}

.testimonials-section .author-kicker { 
    font-size: 0.75rem !important; 
    text-transform: uppercase !important; 
    color: #b0b0b0 !important; 
    letter-spacing: 1px !important; 
    margin-bottom: 0.2rem !important; 
    font-weight: 500 !important; 
}

.testimonials-section .author-name { 
    font-size: 1.2rem !important; 
    font-weight: 500 !important; 
    margin-bottom: 0.1rem !important; 
    line-height: 1 !important; 
}

.testimonials-section .author-title { 
    font-size: 0.9rem !important; 
    color: #6a6a6a !important; 
}

/* =========================================
   9. GLOBAL MOBILE RESPONSIVENESS
========================================= */

@media screen and (max-width: 991px) {
    .wwd-dashed-line { 
        display: none; 
    }

    .wwd-tab-num { 
        margin-right: 1rem; 
    }

    .wwd-panel { 
        padding: 2rem 1.5rem; 
    }
    
    .our-work-section .work-slide { 
        width: 85vw !important; 
    }

    .our-work-section .work-card-img { 
        height: 250px !important; 
    }

    .our-work-section .work-grid { 
        grid-template-columns: 1fr !important; 
        gap: 1.5rem !important; 
    }

    .our-work-section .work-card-content { 
        padding: 2rem !important; 
    }
    
    .testimonials-section .testi-quote { 
        font-size: 1.8rem !important; 
        padding: 0 1rem !important; 
    }

    .wwd-watermark-img {
        width: 80px !important;
        right: -5px !important;
        bottom: -5px !important;
    }

    .our-work-section .work-card-img {
        height: auto !important; 
        min-height: unset !important;
        display: flex !important;
    }
    
    .our-work-section .work-card-img img {
        height: auto !important;
        object-fit: cover !important;
        width: 100% !important;
    }
    
    .our-work-section .work-card-content {
        padding: 1.5rem 1.5rem 2rem 1.5rem !important; 
    }
    
    .our-work-section .work-project-title {
        margin-top: 0 !important;
        margin-bottom: 1.2rem !important;
    }

    .wwd-tabs-container {
        flex-direction: column !important;
        gap: 12px !important; 
        margin-bottom: 2.5rem !important;
    }
    
    .wwd-tab {
        padding: 0px 0 !important; 
        width: 100% !important;
        margin-left: 0 !important; 
    } 
    
    .wwd-tab-num {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        margin-right: 1rem;
    }
    
    .wwd-tab-title {
        font-size: 17px !important;
    }

    .wwd-content-wrapper {
        padding-top: 2.5rem;
    }
    
}

@media screen and (max-width: 768px) {  
    .stats-row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    .stats-row .stat-col:nth-child(1),
    .stats-row .stat-col:nth-child(2),
    .stats-row .stat-col:nth-child(3) {
        flex: 0 0 33.333% !important;
        width: 33.333% !important;
        padding: 0 8px !important;
        text-align: center !important;
        border-bottom: none !important;
    }
    
    .stats-row .stat-col:nth-child(1),
    .stats-row .stat-col:nth-child(2) {
        border-right: 1px solid #d2d2d2 !important;
    }
    
    .stat-col::after {
        display: none !important;
    }
    
    .stat-number {
        font-size: 1.8rem !important; 
    }
    
    .inner-banner .stat-label {
        font-size: 11px !important;
        margin: 0 auto !important;
    }

    .stats-row .stat-col:last-child {
        flex: 0 0 100% !important;
        width: 100% !important;
        border-right: none !important;
        margin-top: 2rem !important;
        border-bottom: none;
    }

    .stat-col, 
    .stat-col:first-child { 
        border-right: none; 
        border-bottom: 1px solid #dcdcdc; 
        padding: 1.5rem 0; 
        text-align: center; 
    }
    
    .stat-label { 
        max-width: 100%; 
        margin: 0 auto; 
    }

    .problem-conclusion::before, 
    .problem-conclusion::after { 
        display: none; 
    }
    
    .conclusion-content h3 { 
        font-size: 1.5rem; 
    }
    
    .problem-card { 
        padding: 1rem; 
    }

    .process-nav-container {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1.5rem !important;
        padding: 1rem 0;
    }
    
    .process-nav-line,
    .process-nav-progress {
        display: none !important;
    }
    
    .process-step-node {
        width: 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        text-align: left !important;
        margin-bottom: 1rem !important;
    }
    
    .step-dot {
        margin-bottom: 0 !important;
        margin-right: 15px !important;
    }
    
    .step-num-bg {
        padding: 0; 
        margin-bottom: 0;
        margin-right: 15px !important;
    }
    
    .step-num {
        font-size: 1.6rem !important;
    }

    .process-panel { 
        padding: 2rem !important; 
        position: relative !important; 
    }

    .process-panel .panel-title {
        font-size: 1.6rem !important; 
        line-height: 1.2 !important;
        padding-right: 50px !important; 
    }
    
    .process-panel .panel-subtitle {
        padding-right: 50px !important; 
    }

    .process-panel .wwd-icon-box {
        display: flex !important;
        visibility: visible !important;
        position: absolute !important;
        top: 0.25rem !important;
        right: 0.25rem !important;
        width: 45px !important;
        height: 45px !important;
        min-width: 45px !important;
        margin: 0 !important;
        z-index: 20 !important; 
    }

    .process-panel .wwd-icon-box img {
        width: 22px !important;
        height: 22px !important;
    }

    .process-panel .col-md-3 {
        position: static !important; 
        margin-top: 0 !important;
        height: auto !important; 
        padding: 0 !important;
    }

    .process-options-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        margin-top: 1.5rem !important;
    }
    
    .process-option-box {
        padding: 1rem !important;
        margin-bottom: 0.5rem !important;
        position: relative !important;
        z-index: 5 !important; 
    }
    
    .process-watermark-img {
        height: 50px !important; 
        width: auto !important;
        bottom: -3px !important;
        right: -3px !important; 
    }
    
    .panel-wysiwyg-content {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
    }
    
    .process-options-grid {
        grid-template-columns: 1fr 1fr !important; 
        gap: 0.75rem !important; 
    }

    .process-option-box {
        padding: 0.75rem 1rem !important; 
    }

    .option-box-title {
        font-size: 0.8rem !important;
        margin-bottom: 0.2rem !important; 
    }

    .option-box-text {
        font-size: 0.85rem !important;
    }
}

html, body {
    max-width: 100vw !important;
    overflow-x: hidden !important;
}