
body {
   /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; */
    font-family: poppins;
    /*color: #333;
    line-height: 1.6;*/
}

.sidebar {           
    background: rgba(0, 71, 171, 0.02);
    padding: 0;
    /*height: 100vh;*/
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 71, 171, 0.10);
    box-shadow: 0 1px 4px 0 rgba(0, 71, 171, 0.20);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
}

.sidebar-content {
    padding: 40px 20px 20px;
    flex: 0 0 auto;
}

.sidebar h3 {
    font-size: 13px;
    font-weight: 600;
    color: #0047ABCC;
    text-transform: uppercase;
    margin-bottom: 28px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(0, 102, 204, 0.15);
}

.sidebar ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0;
}

.sidebar li {
    font-size: 15px;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.5;
    padding-left: 0;
    counter-increment: item;
    position: relative;
    font-weight: 400;
}

.sidebar li:before {
    content: counter(item) ". ";
    font-weight: 600;
    /*color: #333;*/
}

sidebar li.active a {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

sidebar li.active:before{
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

/*.sidebar li:first-child {
    font-weight: 600;
    color: #000;
}
*/
.sidebar li:not(:first-child) {
    color: #888;
}

.sidebar-footer-wrapper {
    position: relative;
    overflow: hidden;
    flex: 1 1 auto;
    margin-top: auto;
}

.sidebar-footer-slider {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.sidebar-footer {
    min-width: 100%;
    width: 100%;
    background: linear-gradient(135deg, #0052cc 0%, #0066ff 100%);
    padding: 35px 30px;
    color: white;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.sidebar-footer.slide-2 {
    background: linear-gradient(135deg, #00cc52 0%, #00ff66 100%);
}

.sidebar-footer.slide-3 {
    background: linear-gradient(135deg, #cc5200 0%, #ff6600 100%);
}

.sidebar-footer-icon {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.sidebar-footer-icon svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.sidebar-footer p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 25px;
    opacity: 0.95;
}

.sidebar-footer-logo {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.5px;
    margin-top: auto;
}

.sidebar-footer-logo span {
    display: block;
    font-size: 14px;
    margin-top: 2px;
}

.sidebar-dots {
    display: flex;
    gap: 8px;
    margin-top: 25px;
}

.sidebar-dot {
    width: 32px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.sidebar-dot:hover {
    background: rgba(255, 255, 255, 0.6);
}

.sidebar-dot.active {
    background: white;
}

.main-content {
    background: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Banner Section */
.banner-section {
    width: 100%;
    background: white;
    padding: 0;
    margin: 0;
    margin-left: 40px;
}

.banner-image {
    width: 95%;
    display: block;
    height: 72vh;
}

main {
    padding: 0px 50px;
}

/* Hero Section */
.hero-section {
    margin-top: 40px;
}

.hero-section h1 {
    font-size: 26px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 1.3;
}

.hero-section p {
    font-family: 'poppins';
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

.content-wrapper {
    margin-left:40px;
}

/* CTA Section */
.cta-section {
    padding: 25px;
    margin: 50px 0;
    border: 1px solid rgba(0, 71, 171, 0.10);
    background: radial-gradient(101.02% 52.49% at 85.68% 50%, rgba(255, 255, 255, 0.00) 0%, #F2F7FF 100%);
}

.cta-section h2 {
    font-size: 21px;
    color: #000;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 32px;
}

.cta-section p {
    font-size: 16px;
    color: #000000B2;
    margin-bottom: 28px;
    line-height: 1.7;
}

.cta-buttons {
    display: flex;
    gap: 15px;
}

.contact-now-btn {
    background: #0047ab !important;
    color: white !important;
    padding: 12px 28px;
    border: none;
    border-radius: 50px !important;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}


.secondary-btn {
    background: #fff;
    color: #0066cc;
    padding: 12px 28px;
    border: 2px solid #0066cc;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}

.header-italic {
    font-style: italic;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    /*  margin-bottom: 30px;*/
    color: rgba(0, 0, 0, 0.70);
    font-family: Poppins;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.header-section {
    margin: 0 auto;
}

.brand-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
   /* margin-bottom: 20px;*/
    background: linear-gradient(180deg, #FFF 27.67%, rgba(229, 240, 255, 0.95) 119.35%, rgba(0, 71, 171, 0.80) 343.2%);
    padding: 15px 20px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #2360b6;
}
    
.company-logo {
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease;
}

.brand-header.slide-left .company-logo {
    transform: translateX(-100%);
    opacity: 0;
}

.brand-name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.3px;
}

.brand-suffix {
    font-size: 16px;
    color: #000;
    margin-top: 2px;
}

.navigation-dots {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    padding: 5px;
}
    
.nav-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.nav-dot:nth-child(1) { 
    background-color: #000; 
}
.nav-dot:nth-child(2) { 
    background-color: #666; 
}
.nav-dot:nth-child(3) { 
    background-color: #999; 
}

.navigation-dots:hover .nav-dot {
    transform: scale(1.2);
}
    
@media (max-width: 600px) {
    .brand-name {
        font-size: 16px;
    }
    .brand-suffix {
        font-size: 14px;
    }
}

.intro-section h1 {
    font-size: 25px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
}

h1 {
    font-size: 28px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 600;
}

.intro-text {
    font-size: 15px;
    line-height: 1.8;
    color: #000000B2;
    margin-bottom: 50px;
}

    .intro-section{
        margin-top: 40px;
    }

   .stat-container {
        display: flex;
        align-items: center;
        margin: 0 auto;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }
    
    .stat-number-box {
        padding: 30px 35px;
        text-align: center;
        position: relative;
        border-bottom: 3px solid #0d5a9e;
    }

    .stat-number-box svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        max-width: 244px;
        opacity: 0.6;
        pointer-events: none;
    }
    
    .stat-number {
        font-size: 68px;
        font-weight: 700;
        color: #0d5a9e;
        line-height: 1;
        margin-bottom: 0;
        letter-spacing: -1px;
        position: relative;
        z-index: 1;
    }
    
    .stat-underline {
        display: none;
    }
    
    .stat-content {
        flex: 1;
        padding: 30px 25px;
        background-color: #ffffff;
    }
    
    .stat-description {
        font-size: 18px;
        color: #000000B2;
        font-weight: 600;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    
    .stat-source {
       font-size: 15px;
        color: rgba(0, 0, 0, 0.7);
        font-weight: 400;
        text-decoration: none;
        font-family: 'Poppins';
    }

    .company-function-section {
        margin-top: 40px;
        padding: 40px 50px;
        border-radius: 8px;
        position: relative;
        border: 1px solid rgba(0, 71, 171, 0.10);
        background: rgba(0, 71, 171, 0.05);
    }

    .company-function-section .question-title {
        font-size: 20px;
        color: #000;
        margin-bottom: 25px;
        font-weight: 600;
    }

    .company-function-section .button-group {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .company-function-section .function-button {
        padding: 7px 20px;
        border: 2px solid #0047AB;
        background-color: white;
        color: #0047AB;
        border-radius: 10px;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s;
        font-weight: 500;
    }

    .company-function-section .function-button:hover {
        background-color: #0047AB;
        color: white;
    }

    .company-function-section .function-button.active {
        background-color: #0066b2;
        color: white;
    }

    .company-function-section .decorative-icons {
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .company-function-section .star-icon {
        width: 35px;
        height: 35px;
    }

    .company-function-section .star-icon.large {
        width: 55px;
        height: 55px;
    }

    .company-function-section .star-icon.small {
        width: 25px;
        height: 25px;
    }

    .impl-framework-section {
        background-color: #ffffff;
        margin-top: 60px;
    }

    .impl-framework-section .framework-container {
        max-width: 1100px;
        margin: 0 auto;
    }

    .impl-framework-section .framework-heading {
        font-size: 28px;
        font-weight: 600;
        color: #000;
        margin-bottom: 30px;
    }

    .impl-framework-section .content-wrapper1 {
        display: flex;
        gap: 0;
        align-items: stretch;
    }

    .impl-framework-section .left-section {
        flex: 0 0 auto;
        width: 480px;
    }

    .impl-framework-section .framework-item {
        background: white;
        border: 1px solid #d0d0d0;
        padding: 16px 20px;
        margin-bottom: 0;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        border-bottom: none;
    }

    .impl-framework-section .framework-item:first-child {
        border-radius: 0;
    }

    .impl-framework-section .framework-item:last-child {
        border-bottom: 2px solid #d0d0d0;
    }

    .impl-framework-section .framework-item.active:last-child {
        border-bottom: 2px solid #4169E1;
    }

    .impl-framework-section .framework-item:hover {
        background: #f8f9ff;
    }

    .impl-framework-section .framework-item.active {
        background: rgba(0, 71, 171, 0.05);
        border-color: #4169E1;
        border-right: 2px solid #4169E1;
        border-bottom: 2px solid #4169E1;
        position: relative;
        z-index: 2;
    }

    .impl-framework-section .framework-item.active::after {
        content: '';
        position: absolute;
        right: -22px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 22px solid #4169E1;
        z-index: 3;
    }

    .impl-framework-section .framework-item.active::before {
        content: '';
        position: absolute;
        right: -18px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 18px solid white;
        z-index: 4;
    }

    .impl-framework-section .framework-title {
        color: rgba(0, 71, 171, 1);
        font-family: 'Poppins';
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 3px;
    }

    /*.impl-framework-section .framework-item.active .framework-title {
        color: #4169E1;
    }*/

    .impl-framework-section .framework-item:not(.active) .framework-title {
        color: rgba(0, 0, 0, 1);
    }

    .impl-framework-section .framework-subtitle {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.6);
        line-height: 1.4;
        margin: 0;
        font-family: 'poppins';
    }

    .impl-framework-section .right-section {
        flex: 1;
        background: #E8EEF7;
        padding: 0px 35px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 0;
        border: 1px solid #d0d0d0;
        border-left: 2px solid #d0d0d0;
        max-height: 100vh;
    }

    .impl-framework-section .description-content {
        display: none;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .impl-framework-section .description-content.active {
        display: flex;
        padding: 55px;
    }

    .impl-framework-section .description-text {
        font-size: 15px;
        color: rgba(0, 0, 0, 1);
        line-height: 1.6;
        font-style: italic;
        margin-bottom: 0;
        font-family: 'poppins';
    }

    .impl-framework-section .logo-section {
        text-align: center;
        margin-top: 30px;
    }

    .impl-framework-section .logo-text {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin: 0;
        line-height: 1.2;
    }

    .impl-framework-section .logo-subtext {
        font-size: 16px;
        color: #000;
        margin: 0;
    }
     .faq-item {
        background: white;
        margin-bottom: 0;
        border: 2px solid transparent;
        border-bottom: 1px solid #d1d5db;
        transition: border-color 0.3s ease;
    }

    .faq-item.active {
        border: 2px solid #3b82f6;
        border-bottom: 2px solid #3b82f6;
    }

    .faq-question {
        padding: 18px 20px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 17px;
        font-weight: 500;
        background: white;
        transition: background-color 0.3s ease;
    }

    .faq-item.active .faq-question {
        color: #0047AB;
        border-bottom: 1px solid rgba(0, 71, 171, 0.10);
        background: rgba(0, 71, 171, 0.05);
    }

    .faq-question:hover {
        background: #f9fafb;
    }

    .faq-item.active .faq-question:hover {
        background: #e0f2fe;
    }

    .faq-arrow {
        font-size: 18px;
        transition: transform 0.3s ease;
        color: #9ca3af;
    }

    .faq-item.active .faq-arrow {
        color: #1e40af;
    }

    .faq-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .faq-item.active .faq-content {
        max-height: 600px;
        padding: 22px;
    }

    .benefits-risks-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .benefits-column {
        background: #137606;
        color: white;
        padding: 15px 20px;
        font-weight: 600;
        font-size: 16px;
        margin-right: 3px;
        text-align: center;
    }

    .risks-column {
        background: #F04141;
        color: white;
        padding: 15px 20px;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
    }

    .benefits-list, .risks-list {
        padding: 25px 30px;
    }

    .benefits-list {
        border-right: 1px solid rgba(16, 16, 16, 0.20);
        border-bottom: 1px solid rgba(16, 16, 16, 0.20);
        border-left: 1px solid rgba(16, 16, 16, 0.20);
        background: rgba(228, 228, 228, 0.10);
        margin-right: 3px;
    }

    .risks-list {
        border-right: 1px solid rgba(0, 0, 0, 0.20);
        border-bottom: 1px solid rgba(0, 0, 0, 0.20);
        border-left: 1px solid rgba(0, 0, 0, 0.20);
        background: rgba(228, 228, 228, 0.10);
    }

    .benefits-list ul, .risks-list ul {
        list-style: none;
    }

    .benefits-list li, .risks-list li {
        position: relative;
        padding-left: 15px;
        color: rgba(97, 97, 97, 1);
        font-family: Poppins;
        font-size: 14px;
        font-weight: 400;
    }

    .benefits-list li:before {
        content: "•";
        position: absolute;
        left: 0;
        color: #6b7280;
    }

    .risks-list li:before {
        content: "•";
        position: absolute;
        left: 0;
        color: #6b7280;
    }

    .best-practices{
        margin-top: 40px;
    }

    .best-practices_div{
        border: 1px solid #d1d5db;
    }

/* ===== Mobile fix: proper width & no cutoff ===== */
@media (max-width: 767px) {

    /* Stack layout */
    .benefits-risks-container {
        grid-template-columns: 1fr;
    }

    /* Hide desktop headers */
    .benefits-column,
    .risks-column {
        display: none;
    }

    /* Shared list styles */
    .benefits-list,
    .risks-list {
        width: 100%;
        box-sizing: border-box;
        padding: 0; /* reset */
        margin: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.20);
        border-right: 1px solid rgba(0, 0, 0, 0.20);
        border-bottom: 1px solid rgba(0, 0, 0, 0.20);
        background: rgba(228, 228, 228, 0.10);
    }

    /* Benefits heading */
    .benefits-list::before {
        content: "Benefits";
        display: block;
        background: #16a34a;
        color: #fff;
        font-weight: 600;
        padding: 14px 16px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Risks heading */
    .risks-list::before {
        content: "Risks";
        display: block;
        background: #dc2626;
        color: #fff;
        font-weight: 600;
        padding: 14px 16px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Inner list spacing */
    .benefits-list ul,
    .risks-list ul {
        padding: 16px 18px;
        margin: 0;
    }

    .benefits-list li,
    .risks-list li {
        font-size: 14px;
        line-height: 1.5;
        padding-left: 14px;
        margin-bottom: 8px;
    }

    /* Space between Benefits & Risks blocks */
    .risks-list {
        margin-top: 14px;
    }

     .faq-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    /* When active: expandable + scroll */
    .faq-item.active .faq-content {
        max-height: 70vh;          /* limit height */
        overflow-y: auto;          /* enable scroll */
        -webkit-overflow-scrolling: touch;
    }
}

    .section-top-margin{
        margin-top: 60px;
    }

    .roi-graph-image{
        width: 100%;
    }


     /* First Section - Insight Box */
    .insight-section {
        border: 1px solid rgba(0, 71, 171, 0.10);
        background: #FFF;
        padding: 50px 40px;
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
    }

    .insight-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 280px;
        height: 250px;
        opacity: 0.4;
        pointer-events: none;
    }

    .insight-content {
        display: flex;
        gap: 25px;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .bulb-icon {
        flex-shrink: 0;
        width: 80px;
        height: 80px;
    }

    .insight-text {
        flex: 1;
    }

    .insight-text h2 {
        font-size: 19px;
        font-weight: 500;
        line-height: 1.65;
        color: #000;
        margin: 0 0 12px 0;
    }

    .insight-citation {
        font-size: 15px;
        color: rgba(0, 0, 0, 0.7);
        font-weight: 400;
        margin: 0;
        text-decoration: none;
    }

    .insight-citation:hover {
        text-decoration: underline;
    }

    .insight-text{
        margin-left: 70px;
    }

    /* Second Section - Case Studies */
    /*.case-studies-section {
    
    }*/

 .case-studies-header { 
    font-size: 24px; 
    font-weight: 600; 
    color: #000; 
    margin-bottom: 20px; 
}

.case-studies-grid { 
    display: grid; 
    grid-template-columns: 1.5fr 1fr; 
    gap: 7px; 
}

.case-study-card { 
    position: relative; 
    overflow: hidden; 
    height: 400px; 
}

.case-study-large { 
    grid-column: 1; 
}

.case-study-small { 
    grid-column: 2; 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 7px; 
}

.case-study-image1 { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}

.case-study-overlay { 
    position: absolute; 
    top: 0;
    left: 0; 
    right: 0; 
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.5) 100%);
    padding: 30px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.company-logo-top {
    align-self: flex-start;
}

.company-logo-top svg {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.case-study-content-bottom {
    align-self: flex-start;
}

.case-study-title { 
    font-size: 22px; 
    font-weight: 600; 
    margin-bottom: 12px; 
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.case-study-metric { 
    display: flex; 
    align-items: center; 
    gap: 8px; 
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.lightning-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.small-card {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.small-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 15px;
    color: white;
}

.small-card-overlay h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.small-card-overlay p {
    font-size: 12px;
    opacity: 0.9;
}

    .lightning-icon {
        width: 20px;
        height: 20px;
    }

    .small-card {
        position: relative;
        overflow: hidden;
        height: 400px;
    }

    /* Third Section - CTA */
    .take-test-section{
        border: 1px solid rgba(0, 71, 171, 0.10);
        background: radial-gradient(101.02% 52.49% at 85.68% 50%, rgba(255, 255, 255, 0.00) 0%, #F2F7FF 100%);
    }

    .cta-content {
        position: relative;
        z-index: 1;
    }

    .cta-title {
        font-size: 20px;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
/*            max-width: 600px;*/
    }

    .cta-button {
        background: #0047AB;
        color: white;
        border: none;
        padding: 12px 30px;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.3s;
    }

    .cta-button:hover {
        background: #003580;
    }

    @media (max-width: 768px) {
        .case-studies-grid {
            grid-template-columns: 1fr;
        }

        .case-study-small {
            grid-column: 1;
        }

        .insight-content {
            flex-direction: column;
        }
    }


    .accordion-item {
        background: white;
        border: 1px solid #d0d7de;
        margin-bottom: 0;
        border-radius: 0;
        overflow: hidden;
    }

    .accordion-item:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .accordion-item:last-child {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .accordion-item + .accordion-item {
        border-top: none;
    }

    .accordion-item:not(.collapsed) .accordion-header{
        background: #f2f6fb;
        border-color: #0047ab; 
        margin-bottom: 10px;
    }

    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 24px;
        cursor: pointer;
        transition: background 0.2s;
    }

    .accordion-header:hover {
        background: rgba(0, 0, 0, 0.02);
    }

    .accordion-item:not(.collapsed) .accordion-header:hover {
        background: rgba(0, 71, 171, 0.05);
    }

    .accordion-title {
        font-family: 'poppins';
        font-size: 16px;
        font-weight: 500 !important;
        margin: 0;
    }

    .accordion-item:not(.collapsed) .accordion-title {
        color: #0047AB;
        font-weight: 500;
    }

    .accordion-icon {
        width: 20px;
        height: 20px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }

    .accordion-icon.open {
        transform: rotate(180deg);
    }

    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .accordion-content.open {
        max-height: 500px;
    }

    .accordion-text {
        padding: 0 24px 18px 24px;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.7);
        line-height: 1.6;
        margin: 0;
        font-family: 'Poppins';
        font-weight: 400;
    }

      .roi-calculator-section {
        border-radius: 8px;
        padding: 30px;
        border: 1px solid rgba(0, 71, 171, 0.10);
        background: rgba(0, 71, 171, 0.05);
    }

    .section-title {
        font-size: 18px;
        font-weight: 500;
        color: #2d3748;
        margin-bottom: 20px;
    }

    .input-row {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    input {
        flex: 1;
        min-width: 200px;
        padding: 8px 20px;
        border: 1px solid #e2e8f0;
        border-radius: 6px;
        font-size: 15px;
        color: #2d3748;
        background-color: white;
        transition: border-color 0.2s;
    }

    input:focus {
        outline: none;
        border-color: #0066ff;
    }

    input::placeholder {
        color: #a0aec0;
    }

    .operator {
        font-size: 20px;
        color: #718096;
        font-weight: 500;
        flex-shrink: 0;
    }

    .result-input {
        cursor: not-allowed;
    }

    .roi-calculate-btn {
       border-radius: 50px;
        background: #0047AB;
        color: white;
        border: none;
        padding: 6px 32px;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s;
    }

    .roi-calculate-btn:hover {
        background-color: #0047AB;
    }

    .roi-calculate-btn:active {
        transform: translateY(1px);
    }

    @media (max-width: 600px) {
        .container {
            padding: 24px;
        }

        h1 {
            font-size: 24px;
        }

        .roi-calculator-section {
            padding: 20px;
        }

        .input-row {
            flex-direction: column;
            align-items: stretch;
        }

        input {
            min-width: 100%;
        }

        .operator {
            text-align: center;
        }
    }

   
    .question-card {
        padding: 30px;
        border: 1px solid rgba(0, 71, 171, 0.10);
        background: #F2F6FB;
    }

    .question-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .question-text {
        font-size: 20px;
        font-weight: 500;
        color: #000;
    }

    .question-number {
        font-size: 16px;
        color: #666;
        font-weight: 500;
    }

    .options {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 30px;
    }

    .option {
        background: white;
        padding: 10px 20px;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        gap: 15px;
        border: 1px solid rgba(0, 71, 171, 0.30);
        background: #FFF;
    }

    .option:hover {
        border-color: #0066cc;
        background: #f8f9fa;
    }

    .option.selected {
        border-color: #0066cc;
        background: #e6f2ff;
    }

    .option-letter {
        font-weight: 600;
        font-size: 16px;
        color: #000;
        min-width: 20px;
    }

    .option-text {
        font-size: 16px;
        color: #000;
        flex: 1;
    }

    .next-button {
        border-radius: 50px;
        background: #0047AB;
        color: white;
        border: none;
        padding: 6px 32px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.2s ease;
    }

    .next-button:hover {
        background: #0047AB;
    }

    .slide {
        display: none;
    }

    .slide.active {
        display: block;
    }

    html {
        scroll-behavior: smooth;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        background-color: white;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    th {
        color: #0047AB;
        padding: 10px 20px;
        text-align: left;
        font-weight: 700;
        border: 1px solid #0047AB;
        background: rgba(0, 71, 171, 0.20);
        white-space: nowrap;
    }

    td {
        padding: 12px;
        border: 1px solid #D0D0D0;
        color: #323232;
    }

 
    tr:hover {
        background-color: #f0f4ff;
    }

    @media (max-width: 768px) {
        table {
            font-size: 14px;
        }
        
        th, td {
            padding: 8px;
        }
    }

    .connection-line {
        stroke: #cbd5e0;
        stroke-width: 1.5;
        fill: none;
    }

    .center-node {
        cursor: pointer;
    }

    .center-circle {
        fill: #003d82;
    }

    .center-text {
        fill: white;
        font-size: 18px;
        font-weight: 600;
        text-anchor: middle;
    }

    .term-node {
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .term-node:hover .term-circle {
        fill: #4a90e2;
        transform: scale(1.1);
    }

    .term-circle {
        fill: #a8c5dd;
        transition: all 0.3s ease;
    }

    .term-icon {
        fill: #003d82;
        font-size: 16px;
        font-weight: 700;
    }

    .term-label {
        fill: #4a5568;
        font-size: 13px;
        text-anchor: middle;
    }

    .tooltip {
        position: absolute;
        background: #003d82;
        color: white;
        padding: 12px 16px;
        border-radius: 8px;
        font-size: 13px;
        max-width: 250px;
        display: none;
        pointer-events: none;
        z-index: 1000;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        line-height: 1.4;
    }

    .tooltip.show {
        display: block;
    }

    .faq-title {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 24px;
    }

    .faq-item {
       border: 1px solid #DFDFDF;
    }

    .faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        cursor: pointer;
        user-select: none;
        transition: background-color 0.2s ease;
    }

    .faq-question:hover {
        background-color: #fafafa;
    }

    .question-text {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        flex: 1;
        padding-right: 16px;
    }

    .chevron {
        width: 20px;
        height: 20px;
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }

    .chevron svg {
        width: 100%;
        height: 100%;
    }

    .faq-answer {
        display: none;
        padding: 20px 25px;
    }

    .faq-answer.active {
        display: block;
    }

    .answer-text {
        font-size: 15px;
        line-height: 1.6;
        color: #666666;
    }

    .faq-item.active .chevron {
        transform: rotate(180deg);
    }

    /*responsive css*/

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
    .sidebar {
        position: relative;
        height: auto;
        min-height: 400px;
    }

    .banner-section {
        margin-left: 0;
    }

    .banner-image {
        width: 100%;
        height: 50vh;
    }

    main {
        padding: 0 30px;
    }

    .content-wrapper {
        margin-left: 0;
    }

    .stat-container {
        flex-direction: column;
    }

    .stat-number-box {
        width: 100%;
        padding: 25px;
    }

    .stat-number {
        font-size: 56px;
    }

    .company-function-section {
        padding: 30px 25px;
    }

    .company-function-section .decorative-icons {
        display: none;
    }

    .impl-framework-section .content-wrapper1 {
        flex-direction: column;
    }

    .impl-framework-section .left-section {
        width: 100%;
    }

    .impl-framework-section .right-section {
        margin-left: 0;
        margin-top: 20px;
        border-left: 1px solid #d0d0d0;
    }

    .impl-framework-section .framework-item.active::after,
    .impl-framework-section .framework-item.active::before {
        display: none;
    }

    .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .case-study-small {
        grid-template-columns: repeat(3, 1fr);
    }

    table {
        font-size: 14px;
        overflow-x: auto;
        display: block;
    }

    th, td {
        padding: 10px;
        font-size: 13px;
    }
}
.video-container iframe {
    height: 70vh;
    background: rgba(0, 0, 0, 0.15);
}
.video-container:hover::before {
opacity: 0;
transition: opacity 0.3s ease;
}

/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .container-fluid .row {
        padding: 0 15px;
    }

    /* Sidebar */
    .sidebar {
        position: relative;
        height: auto;
        min-height: 300px;
        margin-bottom: 20px;
    }

    .sidebar-content {
        padding: 20px 15px;
    }

    .sidebar h3 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .sidebar li {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .sidebar-footer {
        padding: 20px 15px;
    }

    .sidebar-footer p {
        font-size: 12px;
    }

    .sidebar-footer-logo {
        font-size: 18px;
    }

    /* Banner */
    .banner-section {
        margin-left: 0;
        padding: 0;
    }

    .banner-image {
        width: 100%;
        height: 40vh;
        object-fit: cover;
    }

    /* Main Content */
    main {
        padding: 0 15px;
    }

    .content-wrapper {
        margin-left: 0;
    }

    /* Hero Section */
    .hero-section {
        margin-top: 20px;
    }

    .hero-section h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .hero-section p {
        font-size: 15px;
    }

    /* CTA Section */
    .cta-section {
        padding: 20px;
        margin: 30px 0;
    }

    .cta-section h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .cta-section p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .contact-now-btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }

    /* Header Italic */
    .header-italic {
        font-size: 14px;
        padding: 0 10px;
    }

    /* Brand Header */
    .brand-header {
        padding: 12px 15px;
    }

    .brand-name {
        font-size: 16px;
    }

    .brand-suffix {
        font-size: 14px;
    }

    .nav-dot {
        width: 6px;
        height: 6px;
    }

    /* Intro Section */
    .intro-section h1,
    h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .intro-text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    /* Stat Container */
    .stat-container {
        flex-direction: column;
    }

    .stat-number-box {
        padding: 20px;
    }

    .stat-number {
        font-size: 48px;
    }

    .stat-number-box svg {
        max-width: 180px;
    }

    .stat-content {
        padding: 20px 15px;
    }

    .stat-description {
        font-size: 16px;
    }

    .stat-source {
        font-size: 13px;
    }

    /* Company Function Section */
    .company-function-section {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .company-function-section .question-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .company-function-section .function-button {
        padding: 8px 15px;
        font-size: 13px;
    }

    .company-function-section .decorative-icons {
        display: none;
    }

    /* Implementation Framework */
    .impl-framework-section {
        margin-top: 40px;
    }

    .impl-framework-section .framework-heading {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .impl-framework-section .content-wrapper1 {
        flex-direction: column;
    }

    .impl-framework-section .left-section {
        width: 100%;
    }

    .impl-framework-section .framework-item {
        padding: 14px 15px;
    }

    .impl-framework-section .framework-title {
        font-size: 15px;
    }

    .impl-framework-section .framework-subtitle {
        font-size: 12px;
    }

    .impl-framework-section .right-section {
        margin-left: 0;
        margin-top: 0;
        padding: 20px;
        border-left: 1px solid #d0d0d0;
    }

    .impl-framework-section .description-content.active {
        padding: 25px 15px;
    }

    .impl-framework-section .description-text {
        font-size: 14px;
    }

    .impl-framework-section .logo-text {
        font-size: 16px;
    }

    .impl-framework-section .logo-subtext {
        font-size: 14px;
    }

    .impl-framework-section .framework-item.active::after,
    .impl-framework-section .framework-item.active::before {
        display: none;
    }

    /* Best Practices */
    .best-practices {
        margin-top: 30px;
    }

    .benefits-risks-container {
        grid-template-columns: 1fr;
    }

    .benefits-column,
    .risks-column {
        padding: 12px 15px;
        font-size: 15px;
    }

    .benefits-list,
    .risks-list {
        padding: 20px 15px;
        margin-right: 0;
    }

    .benefits-list li,
    .risks-list li {
        font-size: 13px;
    }

    /* FAQ */
    .faq-question {
        padding: 15px;
        font-size: 15px;
    }

    .faq-item.active .faq-content {
        padding: 18px 15px;
    }

    /* Insight Section */
    .insight-section {
        padding: 30px 20px;
    }

    .insight-content {
        flex-direction: column;
        gap: 15px;
    }

    .bulb-icon {
        width: 60px;
        height: 60px;
    }

    .insight-text {
        margin-left: 0;
    }

    .insight-text h2 {
        font-size: 16px;
    }

    .insight-citation {
        font-size: 13px;
    }

    /* Case Studies */
    .case-studies-header {
        font-size: 20px;
    }

    .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .case-study-card {
        height: 300px;
    }

    .case-study-small {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .case-study-title {
        font-size: 20px;
    }

    .case-study-metric {
        font-size: 14px;
    }

    /* CTA Content */
    .cta-title {
        font-size: 18px;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 15px;
        width: 100%;
    }

    /* Accordion */
    .accordion-header {
        padding: 15px;
    }

    .accordion-title {
        font-size: 15px;
    }

    .accordion-text {
        padding: 0 15px 15px;
        font-size: 14px;
    }

    /* ROI Calculator */
    .roi-calculator-section {
        padding: 20px 15px;
    }

    .section-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .input-row {
        flex-direction: column;
        gap: 10px;
    }

    input {
        width: 100%;
        min-width: 100%;
        padding: 10px 15px;
        font-size: 14px;
    }

    .operator {
        text-align: center;
        font-size: 18px;
    }

    .roi-calculate-btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }

    /* Assessment Questions */
    .question-card {
        padding: 20px 15px;
    }

    .question-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 20px;
    }

    .question-text {
        font-size: 18px;
    }

    .question-number {
        font-size: 14px;
    }

    .option {
        padding: 12px 15px;
        font-size: 14px;
    }

    .option-letter {
        font-size: 14px;
    }

    .option-text {
        font-size: 14px;
    }

    .next-button {
        width: 100%;
        padding: 12px;
        font-size: 15px;
    }



    /* Tables */
    table {
        font-size: 12px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    th, td {
        padding: 8px;
        font-size: 12px;
    }

    /* Glossary */
    /*.glossary-container svg {
        width: 100%;
        height: auto;
        min-height: 400px;
    }*/
    
    .rpa-tooltip {
        display: none;
    }

    /* Video Container */
    .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 0;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* FAQ Container */
    .faq-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .question-text {
        font-size: 15px;
    }

    .answer-text {
        font-size: 14px;
    }

    /* Section Margins */
    .section-top-margin {
        margin-top: 30px;
    }

    .roi-graph-image {
        width: 100%;
        height: auto;
    }
}

/* Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 18px;
    }

    .cta-section h2 {
        font-size: 18px;
    }

    .stat-number {
        font-size: 40px;
    }

    .company-function-section .function-button {
        padding: 6px 12px;
        font-size: 12px;
    }

    .impl-framework-section .framework-heading {
        font-size: 20px;
    }

    .case-study-card {
        height: 250px;
    }

    h1 {
        font-size: 20px;
    }

    .insight-text h2 {
        font-size: 15px;
    }

    .question-text {
        font-size: 16px;
    }
}

/* Landscape Mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .banner-image {
        height: 60vh;
    }

    .sidebar {
        min-height: 250px;
    }

    .case-study-card {
        height: 350px;
    }
}

/* Print Styles */
@media print {
    .sidebar-footer-wrapper,
    .cta-buttons,
    .next-button,
    .roi-calculate-btn,
    .cta-button {
        display: none;
    }

    .sidebar {
        position: relative;
        height: auto;
    }

    body {
        font-size: 12pt;
    }
}

#no-content {
  text-align: center;
  color: #6b7280;          /* gray-500 */
  font-style: italic;
  padding: 2rem;
  background-color: #f9fafb; /* subtle gray background */
  border: 1px dashed #d1d5db;
  border-radius: 0.5rem;
  margin-top:3rem;
}
.frameworks-section {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 20px;
}

.compass-container {
    background: #F2F6F8;
    padding: 60px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.compass-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 50px;
    text-align: center;
}

.compass-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.compass-wheel {
    position: relative;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.compass-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 1;
}

.compass-arrows {
    position: relative;
    width: 120px;
    height: 120px;
}

.arrow {
    position: absolute;
    background: #333;
}

.arrow-horizontal {
    width: 100%;
    height: 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.arrow-vertical {
    width: 3px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.arrow-horizontal::before,
.arrow-horizontal::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.arrow-horizontal::before {
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #333;
}

.arrow-horizontal::after {
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 7px 10px 7px 0;
    border-color: transparent #333 transparent transparent;
}

.arrow-vertical::before,
.arrow-vertical::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.arrow-vertical::before {
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 7px 0 7px;
    border-color: #333 transparent transparent transparent;
}

.arrow-vertical::after {
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #333 transparent;
}

.quadrant {
    position: absolute;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}

.quadrant-1 {
    top: 0;
    right: 0;
    background: #5fbbaa;
    clip-path: ellipse(100% 100% at 0% 100%);
    padding: 45px 50px 25px 25px;
}

.quadrant-2 {
    bottom: 0;
    right: 0;
    background: #f9a65a;
    clip-path: ellipse(100% 100% at 0% 0%);
    padding: 25px 50px 45px 25px;
}

.quadrant-3 {
    bottom: 0;
    left: 0;
    background: #7fb069;
    clip-path: ellipse(100% 100% at 100% 0%);
    padding: 25px 25px 45px 50px;
}

.quadrant-4 {
    top: 0;
    left: 0;
    background: #7b9ce4;
    clip-path: ellipse(100% 100% at 100% 100%);
    padding: 45px 25px 25px 50px;
}

.quadrant-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    word-wrap: break-word;
    line-height: 1.2;
}

.quadrant-desc {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.4;
    word-wrap: break-word;
}

/* Tablet */
@media (max-width: 768px) {
    .frameworks-section {
        margin-top: 40px;
        padding: 0 15px;
    }
    
    .compass-container {
        padding: 40px 15px;
        background: #fff;
    }
    
    .compass-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .compass-wrapper {
        padding: 15px;
    }
    
    .compass-wheel {
        width: 400px;
        height: 400px;
    }
    
    .compass-center {
        width: 120px;
        height: 120px;
    }
    
    .compass-arrows {
        width: 80px;
        height: 80px;
    }
    
    .quadrant {
        width: 200px;
        height: 200px;
    }
    
    .quadrant-1 {
        padding: 35px 40px 20px 20px;
    }
    
    .quadrant-2 {
        padding: 20px 40px 35px 20px;
    }
    
    .quadrant-3 {
        padding: 20px 20px 35px 40px;
    }
    
    .quadrant-4 {
        padding: 35px 20px 20px 40px;
    }
    
    .quadrant-title {
        font-size: 17px;
        margin-bottom: 8px;
    }
    
    .quadrant-desc {
        font-size: 11px;
        line-height: 1.35;
    }
}

/* Mobile phones */
@media (max-width: 480px) {
    .frameworks-section {
        padding: 0 10px;
        margin-top: 30px;
    }
    
    .compass-container {
        padding: 30px 10px;
        background: #fff;
    }
    
    .compass-title {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 1.3;
    }
    
    .compass-wrapper {
        padding: 10px 5px;
    }
    
    .compass-wheel {
        width: 300px;
        height: 300px;
    }
    
    .compass-center {
        width: 90px;
        height: 90px;
    }
    
    .compass-arrows {
        width: 62px;
        height: 62px;
    }
    
    .quadrant {
        width: 150px;
        height: 150px;
    }
    
    .quadrant-1 {
        padding: 26px 30px 15px 15px;
    }
    
    .quadrant-2 {
        padding: 15px 30px 26px 15px;
    }
    
    .quadrant-3 {
        padding: 15px 15px 26px 30px;
    }
    
    .quadrant-4 {
        padding: 26px 15px 15px 30px;
    }
    
    .quadrant-title {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .quadrant-desc {
        font-size: 9.5px;
        line-height: 1.3;
    }
    
    .arrow-horizontal {
        height: 2px;
    }
    
    .arrow-vertical {
        width: 2px;
    }
    
    .arrow-horizontal::before {
        border-width: 5px 0 5px 7px;
    }
    
    .arrow-horizontal::after {
        border-width: 5px 7px 5px 0;
    }
    
    .arrow-vertical::before {
        border-width: 7px 5px 0 5px;
    }
    
    .arrow-vertical::after {
        border-width: 0 5px 7px 5px;
    }
}

/* Very small screens */
@media (max-width: 360px) {
    .compass-container {
     background: #fff;
    }
    .compass-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .compass-wheel {
        width: 280px;
        height: 280px;
    }
    
    .compass-center {
        width: 84px;
        height: 84px;
    }
    
    .compass-arrows {
        width: 58px;
        height: 58px;
    }
    
    .quadrant {
        width: 140px;
        height: 140px;
    }
    
    .quadrant-1 {
        padding: 24px 28px 14px 14px;
    }
    
    .quadrant-2 {
        padding: 14px 28px 24px 14px;
    }
    
    .quadrant-3 {
        padding: 14px 14px 24px 28px;
    }
    
    .quadrant-4 {
        padding: 24px 14px 14px 28px;
    }
    
    .quadrant-title {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .quadrant-desc {
        font-size: 9px;
        line-height: 1.25;
    }
}

/* Extra small screens */
@media (max-width: 320px) {
    .compass-container {
      background: #fff;
    }
    .compass-wheel {
        width: 260px;
        height: 260px;
    }
    
    .compass-center {
        width: 78px;
        height: 78px;
    }
    
    .compass-arrows {
        width: 54px;
        height: 54px;
    }
    
    .quadrant {
        width: 130px;
        height: 130px;
    }
    
    .quadrant-1 {
        padding: 22px 26px 13px 13px;
    }
    
    .quadrant-2 {
        padding: 13px 26px 22px 13px;
    }
    
    .quadrant-3 {
        padding: 13px 13px 22px 26px;
    }
    
    .quadrant-4 {
        padding: 22px 13px 13px 26px;
    }
    
    .quadrant-title {
        font-size: 12px;
        margin-bottom: 4px;
    }
    
    .quadrant-desc {
        font-size: 8.5px;
    }
}


.sidebar li {
    cursor: pointer;
}

.sidebar li a {
    text-decoration: none;   
    /*color: inherit;*/
}

.sidebar li.active a {
    line-height: 1.6;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-family: 'Poppins';
}

/* Default state */

.sidebar ol li::marker {
    font-weight: 400;
    color: #9aa0a6;
}

.sidebar ol li a {
    color: #00000080;
    font-weight: 400;
    text-decoration: none;
}

/* Active state */
.sidebar ol li.active {
    color: rgba(0, 0, 0, 1);
}

/*.sidebar ol li.active::marker {
    color: #0d6efd;
    font-weight: 700;
}*/
/*
.sidebar ol li.active > a {
    color: #0d6efd;
    font-weight: 600;
}*/


/*pyramid*/

.pyramid-wrapper {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

/*svg {
    width: 100%;
    height: auto;
    display: block;
}*/

.pyramid-section {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.pyramid-section:hover {
    opacity: 0.9;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    fill: white;
}

.section-subtitle {
    font-size: 13px;
    fill: white;
    opacity: 0.95;
}

.bottom-section .section-title,
.bottom-section .section-subtitle {
    fill: #333333;
}

@media (max-width: 768px) {
    h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 14px;
    }

    .section-subtitle {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 12px;
    }

    .section-subtitle {
        font-size: 10px;
    }
}



/*checklist*/

.checklist-items {
    display: flex;
    flex-direction: column;
   /* gap: 20px;*/
}

.checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 8px 0;
}

.checkbox {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #0066cc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox svg {
    width: 16px;
    height: 16px;
    stroke: white;
    stroke-width: 3;
    fill: none;
}

.checklist-text {
    flex: 1;
    font-size: 17px;
    line-height: 1.6;
    color: #4a4a4a;
    padding-top: 3px;
}

/*tag 5 hexagoan*/
 .framework-heading {
    font-size: 2em;
    color: #000;
    margin-bottom: 30px;
    font-weight: 700;
}

.ai_rediness {
    background-color: white;
    padding: 60px 40px;
    border-radius: 4px;
}

.framework-header {
    text-align: center;
    margin-bottom: 80px;
}

.framework-title {
    font-size: 1.75em;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.hexagon-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.hexagon-container {
    position: relative;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    aspect-ratio: 1;
}

.rediness-svg {
    width: 100%;
    height: 100%;
    display: block;
}

.pillar-label {
    position: absolute;
    font-size: 1em;
    color: #000;
    font-weight: 600;
}

.pillar-description {
    font-size: 0.875em;
    font-weight: 400;
    color: #333;
    margin-top: 6px;
    line-height: 1.4;
}

/* Top */
.pillar-0 {
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 240px;
}

/* Top Right */
.pillar-1 {
    top: 15%;
    right: -28%;
    text-align: left;
    width: 240px;
}

/* Bottom Right */
.pillar-2 {
    bottom: 15%;
    right: -28%;
    text-align: left;
    width: 240px;
}

/* Bottom */
.pillar-3 {
    bottom: -7%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 240px;
}

/* Bottom Left */
.pillar-4 {
    bottom: 15%;
    left: -28%;
    text-align: right;
    width: 240px;
}

/* Top Left */
.pillar-5 {
    top: 15%;
    left: -28%;
    text-align: right;
    width: 240px;
}

/* Tablet responsive */
@media (max-width: 1024px) {
    .framework-heading {
        font-size: 1.75em;
    }

    .ai_rediness {
        padding: 40px 30px;
    }

    .framework-title {
        font-size: 1.5em;
    }

    .hexagon-container {
        max-width: 400px;
    }

    .pillar-label {
        font-size: 0.9em;
    }

    .pillar-description {
        font-size: 0.8em;
    }

    .pillar-1, .pillar-2 {
        right: -22%;
        width: 180px;
    }

    .pillar-4, .pillar-5 {
        left: -22%;
        width: 180px;
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    body {
        padding: 15px;
    }

    .framework-heading {
        font-size: 1.5em;
        margin-bottom: 20px;
    }

    .ai_rediness {
        padding: 30px 20px;
    }

    .framework-title {
        font-size: 1.25em;
    }

    .hexagon-wrapper {
        padding: 100px 10px;
    }

    .hexagon-container {
        max-width: 300px;
    }

    .pillar-label {
        font-size: 0.85em;
    }

    .pillar-description {
        font-size: 0.75em;
        margin-top: 4px;
    }

    .pillar-0 {
        top: -18%;
        width: 160px;
    }

    .pillar-1 {
        top: 8%;
        right: -45%;
        width: 140px;
    }

    .pillar-2 {
        bottom: 8%;
        right: -45%;
        width: 140px;
    }

    .pillar-3 {
        bottom: -25%;
        width: 160px;
    }

    .pillar-4 {
        bottom: 8%;
        left: -45%;
        width: 140px;
    }

    .pillar-5 {
        top: 8%;
        left: -45%;
        width: 140px;
    }
}

/* Extra small mobile */
@media (max-width: 480px) {
    .framework-heading {
        font-size: 1.25em;
    }

    .framework-title {
        font-size: 1.1em;
    }

    .ai_rediness {
        padding: 25px 15px;
    }

    .hexagon-wrapper {
        padding: 80px 5px;
        top: -85px;
    }

    .hexagon-container {
        max-width: 250px;
    }

    .pillar-label {
        font-size: 0.75em;
    }

    .pillar-description {
        font-size: 0.7em;
    }

    .pillar-0 {
        top: -25%;
        width: 140px;
    }

    .pillar-1, .pillar-2 {
        right: -70%;
        width: 120px;
    }

    .pillar-3 {
        bottom: -28%;
        width: 140px;
    }

    .pillar-4, .pillar-5 {
        left: -70%;
        width: 120px;
    }

    .subtitle {
     font-size: 19px !important;
    }
}

/* Large screens */
@media (min-width: 1400px) {
    .hexagon-wrapper {
        max-width: 1200px;
    }

    .hexagon-container {
        max-width: 600px;
    }

    .pillar-label {
        font-size: 1.05em;
    }

    .pillar-description {
        font-size: 0.9em;
    }

    .pillar-0, .pillar-3 {
        width: 260px;
    }

    .pillar-1, .pillar-2, .pillar-4, .pillar-5 {
        width: 260px;
    }

    .pillar-1, .pillar-2 {
        right: -35%;
    }

    .pillar-4, .pillar-5 {
        left: -35%;
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .hexagon-wrapper {
        padding: 100px 10px 60px 10px;
    }
}

/* Extra small mobile */
@media (max-width: 480px) {
    .hexagon-wrapper {
        padding: 80px 5px 50px 5px;
    }
}
.disruption-spectrum {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.main-title {
    margin-bottom: 40px;
    font-size: 25px;
    color: #000;
    font-weight: 700;
}

.content-box {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 48px 40px;
}

.subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 60px;
}

.domains-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    align-items: flex-start;
}

.domain-item {
    text-align: center;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.domain-title {
    font-size: 16px;
    font-weight: 600;
    color: #0066CC;
    margin-bottom: 12px;
    line-height: 1.3;
}

.domain-description {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1024px) {
    .domains-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .domains-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .domains-container {
        grid-template-columns: 1fr;
    }
    
    .domain-item {
        max-width: 300px;
        margin: 0 auto;
    }
}

.key-innovations-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.section-title {
    line-height: 1.2;
    font-size: 25px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 700;
}

.chart-container5 {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 50px 40px 60px;
}

.chart-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.chart-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.innovation-chart {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .chart-wrapper {
        overflow-x: auto;
    }
    
    .innovation-chart {
        min-width: 1100px;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .chart-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .chart-container5 {
        padding: 30px 20px 40px;
    }
    
    .innovation-chart {
        min-width: 1000px;
    }
}

.table-bordered {
    border: 2px solid #4472C4;
}

.table-bordered th {
    background-color: #4472C4 !important;
    color: white !important;
    font-weight: 600;
    padding: 12px;
    border: 1px solid #4472C4;
}

.table-bordered td {
    border: 1px solid #4472C4;
    padding: 15px;
    vertical-align: top;
}

.table-bordered tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.buttons-row {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.back-button {
    background: #ddd;
    padding: 0px 30px;
    border-radius: 20px;
    cursor: pointer;
}

.cta-button {
    text-decoration: none;
}

.cta-button:hover{
    color: #fff;
}

/* Tooltip */
.domain-tooltip {
    position: absolute;
    left: 50%;
    bottom: 125%;
    transform: translateX(-50%);
    background: #1f2937;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 12px;
    border-radius: 6px;
    width: 260px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


.domain-tag-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 8px;
}

/* Tooltip arrow */
.domain-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #1f2937 transparent transparent transparent;
}

/* Hover effect */
.domain-tag-wrapper:hover .domain-tooltip {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .domain-tooltip {
        width: 220px;
        font-size: 12px;
    }
}

a.scroll-link {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500 !important;
    color: #9f9fa0;
}