/* CCS for blog page new structure - 22.05.26 */
/* =========================================
    =                GLOBAL STYLES             =
    ========================================= */

    #maincontent h1 {
        margin-bottom: 20px !important;
        line-height: 120%;
    }

    #maincontent h2 {
        line-height: 120%;
        margin-top: 40px;
    }

    #maincontent h3 {
        line-height: 120%;
    }

    #maincontent p {
        line-height: 130%;
        color: #4a4a4a;
    }

    #maincontent li {
        margin: 6px 0;
    }

    /* .section-spacing {
        margin-bottom: 50px;
    } */

    /* =========================================
    =                EDITOR NOTE               =
    ========================================= */

    .o-editor-note {
        margin-bottom: 50px;
    }

    .o-editor-note .blog-date.smcaps {
        margin-bottom: 20px;
    }

    .o-editor-note p {
        font-size: 14px;
        color: #666666;
        line-height: 1.5;
        max-width: 900px;
    }

    .o-editor-note__divider {
        width: 100px;
        height: 1px;
        background-color: #c7c7c7;
        margin-top: 20px;
    }

    /* =========================================
    =             EXECUTIVE SUMMARY            =
    ========================================= */
    
.blog_body_wrapper  .o-executive-summary h3 {
      font-size: 18px;
    color: #530095;
}

    .o-executive-summary h3 {
        margin-bottom: 20px;
        line-height: 120%;
    }

    .o-executive-summary p {
        line-height: 1.5;
        max-width: 1000px;
    }

    /* =========================================
    =               QUOTE SECTION              =
    ========================================= */

    .quote-section {
        max-width: 900px;
        margin: 50px auto;
        text-align: center;
    }

    .quote-section__text {
        max-width: 700px;
        margin: 50px 80px;
        font-size: 24px;
        line-height: 1.45;
        font-weight: 100;
        font-family: 'Yellix', sans-serif;
        color: #530095 !important;
        text-align: center;
    }

    .quote-section__author {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #4a4a4a;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }

    .quote-section__role {
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #666666;
        line-height: 1.5;
    }

    /* =========================================
    =               TAKEAWAY BOX               =
    ========================================= */

    .blog_body_wrapper .single-blog .gridcol1 .wysiwyg h2{
   margin-top: 50px !important;
}
.blog_body_wrapper {margin-top: 50px;}
/* .blog_body_wrapper .o-executive-summary h3 {
      margin-top: 50px;
} */
.blog_body_wrapper .heading1_block{
    margin-top: 40px !important;
}

.takeaway-box .heading1_block{
    margin-top: 50px !important;
}
    .takeaway-box {
        position: relative;
        max-width: 540px;
        background: #f7f7f7;
        padding: 30px 30px 30px 52px;
        margin: 20px 0px 50px 0px;
        border: 1px solid #bababa;
    }

    .takeaway-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 28px;
        height: 28px;
        background: #6a0dad !important;
    }

    .takeaway-box__title {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #4a4a4a;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }

    .takeaway-box__text {
        font-size: 18px;
        line-height: 1.5;
        color: #333333;
        max-width: 420px;
    }

    /* =========================================
    =             OPPORTUNITIES BOXES          =
    ========================================= */

    .info-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        max-width: 1000px;
        margin: 50px 0px 50px 0px;
    }

    .info-card {
        flex: 1;
        min-width: 320px;
    }

    .info-card__title {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 100%;
        margin-bottom: 14px;
    }

    .info-card__title--purple {
        color: #5a0aa3 !important;
    }

    .info-card__title--orange {
        color: #ff5a36 !important;
    }

    .info-card__bar {
        width: 200px;
        height: 30px;
    }

    .info-card__bar--purple {
        background: #5a0aa3 !important;
    }

    .info-card__bar--orange {
        background: #ff5a36 !important;
    }

    .info-card__body {
        background: #f7f7f7;
        padding: 0 20px;
        border: 1px solid #bababa;
    }

    .info-card__item {
        padding: 20px 0;
        font-size: 16px;
        line-height: 1.5;
        border-bottom: 1px solid #bababa;
    }

    .info-card__item:last-child {
        border-bottom: none;
    }

    /* =========================================
    =                  FAQ                     =
    ========================================= */

    .faq-section {
        /* max-width: 900px; */
        margin: 0 auto;
    }

    .faq-section__heading {
        font-size: 48px;
        font-weight: 700;
        color: #4a4a4a;
        margin-bottom: 20px;
        line-height: 120%;
    }

    .faq-accordion__item {
        border-top: 1px solid #bdbdbd;
        transition: 0.3s ease;
    }

    .faq-accordion__item:last-child {
        border-bottom: 1px solid #bdbdbd;
    }

    .faq-accordion__item.active {
        border-top: 4px solid #6a0dad !important;
    }

    .faq-accordion__header {
        width: 100%;
        border: none;
        background: none;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        padding: 28px 0;
        cursor: pointer;
        text-align: left;
    }

    .faq-accordion__title {
        display: flex;
        gap: 14px;
        font-size: 22px;
        line-height: 1.3;
        font-weight: 700;
        color: #4a4a4a;
        transition: 0.3s ease;
    }

    .faq-accordion__item.active .faq-accordion__title {
        color: #6a0dad !important;
    }


    .faq-accordion__number {
        flex-shrink: 0;
    }

    .faq-accordion__icon {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        color: #4a4a4a;
        transition: transform 0.3s ease, color 0.3s ease;
        margin-top: 6px;
    }

    .faq-accordion__item.active .faq-accordion__icon {
        transform: rotate(180deg);
        color: #6a0dad !important;
    }

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

    .faq-accordion__content-inner {
        padding: 0 0 32px 42px;
        max-width: 760px;
    }

    .faq-accordion__content p {
        font-size: 18px;
        line-height: 1.6;
        color: #444444;
    }

    /* =========================================
    =               RESPONSIVE                 =
    ========================================= */

    @media (max-width: 768px) {

        .section-spacing {
            margin-bottom: 40px;
        }

        .quote-section__text {
            font-size: 22px;
            line-height: 1.5;
            margin: 40px auto;
        }

        .quote-section__author {
            font-size: 13px;
        }

        .quote-section__role {
            font-size: 12px;
        }

        .info-cards {
            flex-direction: column;
            gap: 10px;
        }

        .info-card__title {
            font-size: 16px;
        }

        .info-card__bar {
            width: 180px;
            height: 24px;
        }

        .faq-section__heading {
            font-size: 36px;
        }

        .faq-accordion__title {
            font-size: 18px;
        }

        .faq-accordion__content p {
            font-size: 16px;
        }

        .faq-accordion__content-inner {
            padding-left: 34px;
        }
    }


/* Crediblity   */  
 .stats-section{
      padding:90px 20px;
      background: #f7f7f7;
    }
    .container{
      max-width: 1200px;
      padding: 0 15px;
      margin: auto;
    }

    /* Heading */
    .section-title{
      text-align:center;
      font-size:52px;
      line-height:1.2;
      font-weight:500;
      margin-bottom:40px;
      color:#3f3f3f;
    }
    .stats-section h2 {
      margin-top: 0 !important;
    }

    /* Cards */
    .stats-grid{
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .stats-card{
      background:#fff;
      min-height:360px;
      padding: 20px 10px;
      position:relative;

      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
      text-align:center;
    }

    /* Orange Bottom Border */
    .stats-card::after{
      content:"";
      position:absolute;
      left:0;
      bottom:0;
      width:100%;
      height:25px;
      background:#ff5a36;
    }

    /* Stats Number */
    .stats-number{
      font-size:60px;
      line-height:90%!important;
      font-weight:700;
      color:#3f3f3f;
      margin-top: 0px;
      margin-bottom: 0px;
    }

    /* Special Text Card */
    .stats-number.text-card{
      font-size:50px;
      line-height:0.95;
      font-weight:700;
      margin-top: 0px;
    }

    /* Description */
    .stats-text{
      font-size:26px;
      line-height:1.25;
      font-weight:400;
      color:#3f3f3f;
      max-width:320px;
    }

    /* =========================
       Tablet
    ========================== */
    @media(max-width:1100px){

      .stats-grid{
        grid-template-columns:repeat(2, 1fr);
      }

      .section-title{
        font-size:42px;
        margin-bottom:55px;
      }

      .stats-card{
        min-height:360px;
      }

      .stats-number{
        font-size:72px;
      }

      .stats-number.text-card{
        font-size:58px;
      }

      .stats-text{
        font-size:22px;
      }
    }

    /* =========================
       Mobile
    ========================== */
    @media(max-width:768px){

      .stats-section{
        padding:70px 16px;
      }

      .stats-grid{
        grid-template-columns:1fr;
        gap:22px;
      }

      .section-title{
        font-size:34px;
        margin-bottom:40px;
      }

      .stats-card{
        min-height:300px;
        padding:45px 24px 34px;
      }

      .stats-card::after{
        height:18px;
      }

      .stats-number{
        font-size:58px;
        margin-bottom:20px;
      }

      .stats-number.text-card{
        font-size:48px;
        margin-bottom:20px;
      }

      .stats-text{
        font-size:20px;
        line-height:1.3;
      }
    }




/* CSS added by Bhanupriya */    

/* ✅ CHANGED: equal height for all collapsed cards */
.esc-ai-item {
  min-height: 280px;
}
/* ✅ CHANGED: gap between minus btn and show me more link */
.esc-ai-footer {
  gap: 12px;
  margin-top: auto;
}
/* ✅ CHANGED: show me more link styled to match screenshot */
.esc-ai-readmore {
  display: none; /* was inline-flex before */
}

/* ✅ CHANGED: show the link only when expanded */
.esc-ai-item[data-expanded="true"] .esc-ai-readmore {
  display: inline-flex;
    margin-left: auto; /* ✅ NEW: pushes button to far right */

}


/* heading css */

.head-rows-section{
      padding: 35px 0px !important;
      background-color: #fff!important;
}

#maincontent h2 {margin-top: 0px!important;}

.esc-ai-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 12px;
  }

  .esc-ai-heading {
    font: medium/1.2 HelveticaNeue, sans-serif;
    font-size: clamp(22px, 3vw, 32px);
    color: #1a1a2e;
    margin-bottom: 48px;
    max-width: 520px;
  }

  .esc-ai-grid {
    display: flex;
    gap: 20px;
    align-items: flex-start;
        margin-top: 25px;
  }

  .esc-ai-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    min-width: 0;
  }

  @media (max-width: 900px) {
    .esc-ai-grid { flex-wrap: wrap; }
    .esc-ai-col { flex: 1 1 calc(50% - 10px); }
  }

  @media (max-width: 560px) {
    .esc-ai-col { flex: 1 1 100%; }
    body { padding: 40px 20px; }
  }

  .esc-ai-item {
    background: #1e1b4b;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }


  .esc-ai-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    /* background: linear-gradient(90deg, #e8460a 0%, transparent 60%); */
    opacity: 0.5;
  }

  .esc-ai-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    flex-shrink: 0;
  }

  .esc-ai-icon svg { width: 100%; height: 100%; }

  .esc-ai-iconbox {
    width: 48px;
    height: 48px;
    border: 1.5px solid rgba(255,255,255,0.35);
    margin-bottom: 20px;
  }

  .esc-ai-title {
    font: medium/1.2 HelveticaNeue, sans-serif;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 14px;
  }

  .esc-ai-desc-short {
    font: medium / 1.2 HelveticaNeue, sans-serif;
    /* line-height: 1.7; */
    color: rgba(255,255,255);
    margin-bottom: 24px;
    flex: 1;
  }

  .esc-ai-desc-full {
    display: none;
    font-size: 14px;
    /* line-height: 1.7; */
    color: rgba(255,255,255);
    margin-bottom: 24px;
    flex: 1;
    font: medium / 1.2 HelveticaNeue, sans-serif;
  }

  .esc-ai-item[data-expanded="true"] .esc-ai-desc-short {
    display: none;
  }

  .esc-ai-item[data-expanded="true"] .esc-ai-desc-full {
    display: block;
  }

  .esc-ai-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .esc-ai-plusbtn {
    width: 36px;
    height: 33px;
    background: #e8460a;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s, transform 0.18s;
    flex-shrink: 0;
    padding: 0;
  }

  .esc-ai-plusbtn:hover {
    background: #ff5a1e;
    transform: scale(1.07);
  }

  .esc-ai-readmore {
    display: none;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    background: #e8460a;
    padding: 9px 16px;
    transition: background 0.18s, transform 0.18s;
    white-space: nowrap;
        font: 500 0.75rem / 1 Yellix, sans-serif;
  }

  .esc-ai-readmore:hover {
    background: #ff5a1e;
    transform: scale(1.03);
  }

  .esc-ai-readmore svg { width: 13px; height: 13px; }

  .esc-ai-title {    text-align: left !important;margin-top: 5px !important;margin-bottom: 0px;}
.esc-ai-desc-short {    color: rgba(255, 255, 255) !important;}
.esc-ai-desc-full {color: rgba(255, 255, 255) !important;}
.esc-ai-readmore {    color: #ffffff !important;}

.ctaband-content p{
  color:#fff !important;
}
.reports-intro p{
   color:#fff !important;
}