
    /* Absolute Colors and Specifications from the Image Layout */
    body {
      background-color: #ffffff;
      color: #1e293b;
      -webkit-font-smoothing: antialiased;
    }

    /* Hero Layout Elements */
   .hero-sectionX {
    background-image: url('../images/bg_6.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 0;
}
    .hero-main-titleX {
      font-size: 3.6rem;
    font-weight: 700;
    color: #2957a5;
    line-height: 1.1;
    letter-spacing: -0.02em;
    }
    .hero-sub-titleX {
      font-size: 3.5rem;
      font-weight: 800;
      color: #1d4ed8;
      line-height: 1.1;
    }
   .hero-descX {
  font-size: 21px;
  color: #64748b;
  line-height: 1.6;
  max-width: 78%;
  margin-top: 20px;
}

    /* Strict Component Button Styles */
    .btn-gold-actionX {
      background-color: #de9d33;
      color: #ffffff;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      padding: 0.8rem 1.8rem;
      border: none;
      border-radius: 10px;
      transition: background 0.15s ease;
    }
    .btn-gold-actionX:hover {
      background-color: #c59035;
      color: #ffffff;
    }
    .btn-white-actionX {
      background-color: #ffffff;
      color: #dca442;
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      padding: 0.8rem 1.8rem;
      border: 1px solid #dca442;
      border-radius: 30px;
    }
    .btn-white-actionX:hover {
      background-color: #f8fafc;
    }

    /* Media Video Component */
    .media-frameX {
      background-color: #ffffff;
      border: 1px solid #e2e8f0;
      border-radius: 24px;

      box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
    }
    .media-innerX {
      border-radius: 16px;
      overflow: hidden;
      position: relative;
    }
    .play-triggerX {
      width: 60px;
      height: 60px;
      background-color: #ffffff00;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #dca442;
   border: 2px solid #dca442;
    }

    /* Catalog Block and Content Sidebar Filters */
    .filter-boxX {
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      padding: 1.5rem;
      background-color: #ffffff;
    }
    .filter-header-titleX {
      font-size: 1.4rem;
      font-weight: 700;

      letter-spacing: 0.05em;
      color: #2957a4;
    }
    .clear-linkX {
      font-size: 1rem;
      color: #dca442;
      font-weight: 600;
      text-decoration: none;
    }
    .filter-group-titleX {
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: #94a3b8;
      margin-bottom: 0.75rem;
    }
    .filter-labelX {
      font-size: 1rem;
      color: #475569;
    }
    .filter-labelX.activeX {
      font-weight: 700;
      color: #061a40;
    }

    /* Course Cards Specifications */
    .grid-cardX {
      border: 1px solid #e2e8f0;
      border-radius: 12px;
      background-color: #ffffff;
      overflow: hidden;
      height: 436px;
    }
    .grid-card-imgX {
      height: 160px;
      object-fit: cover;
      width: 100%;
    }
    .card-tagX {
      font-size: 0.90rem;
      font-weight: 700;
      color: #94a3bf;
      border-radius: 4px;
      text-transform: uppercase;
      letter-spacing: 0.02em;
      display: inline-block;
    }
    .card-main-titleX {
      font-size: 16px;
      font-weight: 700;
      color: #061a40;height: 77px;
      line-height: 1.3;
    }
    .card-desc-textX {
      font-size: 1rem;
      color: #64748b;
      line-height: 1.4;
    }
    .card-footer-metricsX {
      border-top: 1px solid #f1f5f9;
      padding: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .card-price-valueX {
      font-size: 1rem;
      font-weight: 800;
      color: #061a40;
    }
    .status-marker-textX {
      font-size: 0.89rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: #94a3b8;
    }
    .status-marker-textX.highlightX {
      color: #f97316;
    }

    /* ROI Component Container */
    .metrics-panelX {
      background-color: #f8fafc;
      border-radius: 16px;
      padding: 3rem;
    }
    .metrics-tagX {
      font-size: 0.65rem;
      font-weight: 700;
      color: #dca442;
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }
    .metrics-headerX {
      font-size: 2rem;
      font-weight: 800;
      color: #061a40;
    }
    .metric-value-numX {
      font-size: 2.5rem;
      font-weight: 800;
      color: #061a40;
      line-height: 1;
    }
    .metric-sub-textX {
      font-size: 0.7rem;
      color: #475569;
      line-height: 1.4;
    }

    /* Dark Content Stream Component */
    .dark-stream-wrapperX {
      background-color: #061229;
      color: #ffffff;
      padding: 5rem 0;
    }
    .dark-stream-tagX {
      font-size: 0.85rem;
    font-weight: 700;
    border: 1px solid;
    color: #dca442;
    letter-spacing: 0.1em;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 30px;
    }
    .dark-stream-headingX {
      font-size: 2.25rem;
      font-weight: 600;
    }
    .dark-stream-lineX {
      width: 50px;
      height: 3px;
      background-color: #dca442;
    }
    .stream-row-cardX {
      background-color: #0d1e3d;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 12px;
      padding: 1.25rem;
    }
    .stream-thumb-frameX {
      position: relative;
      border-radius: 6px;
      overflow: hidden;
    }
    .mini-play-triggerX {
      width: 60px;
      height: 60px;
      background-color: #e53e3e;
      border-radius: 50%;
      display: flex;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      color: #ffffff;
    }

    /* FAQ Collapsible Component */
    .faq-wrapper-blockX {
      margin: 0 auto;
    }
    .faq-nodeX {
      border: 1px solid #e2e8f0;
      border-radius: 8px !important;
      margin-bottom: 0.75rem;
      background-color: #ffffff;
      overflow: hidden;
    }
    .faq-trigger-btnX {
      font-size: 1.4rem;
      font-weight: 600;
      color: #061a40 !important;
      padding: 1.25rem;
      background-color: transparent !important;
      box-shadow: none !important;
    }
    .faq-trigger-btnX:not(.collapsed) {
      border-bottom: 1px solid #e2e8f0;
      background-color: #f8fafc !important;
    }
    .faq-body-textX {
      font-size: 0.99rem;
      color: #475569;
      line-height: 1.5;
      background-color: #ffffff;
    }

    /* Call To Action Lower Strip */
    .cta-banner-stripX {
      background: linear-gradient(90deg, #061a40 0%, #1e3a8a 100%);
      color: #ffffff;
      padding: 3.5rem 0;
    }


    .roi-section-containerX {
        font-family: 'Inter', sans-serif;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
    }

    .roi-section-containerX *, 
    .roi-section-containerX *::before, 
    .roi-section-containerX *::after {
        box-sizing: border-box;
    }

    /* Container Card */
    .roi-cardX {
        background-color: #eaecef;
        border-radius: 24px;
        width: 100%;
        margin: 0 auto;
        padding: 60px 50px;
        display: flex;
        gap: 60px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    }

    /* Left Column */
    .roi-left-columnX {
        flex: 1.1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .roi-taglineX {
        color: #d97706;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 16px;
    }

    .roi-main-headingX {
        color: #2557a7;
        font-size: 46px;
        font-weight: 800;
        line-height: 1.15;
        margin-bottom: 24px;
    }

    .roi-descriptionX {
        color: #595959;
        font-size: 15px;
        line-height: 1.6;
        font-weight: 400;
    }

    /* Right Column */
    .roi-right-columnX {
        flex: 1.3;
        display: flex;
        flex-direction: column;
    }

    /* Stat Row */
    .roi-stat-rowX {
        display: flex;
        align-items: flex-start;
        padding-bottom: 28px;
        gap: 20px;
        margin-bottom: 28px;
        border-bottom: 1px solid #d1d5db;
    }

    .roi-stat-rowX:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .roi-stat-numberX {
        color: #2557a7;
        font-size: 52px;
        font-weight: 800;
        width: 150px;
        flex-shrink: 0;
        line-height: 1;
    }

    .roi-stat-contentX {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .roi-stat-textX {
        color: #1f2937;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 400;
    }

    .roi-stat-sourceX {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .roi-source-blueX {
        color: #93a2b7;
    }

    .roi-source-orangeX {
        color: #d97706;
    }

    /* Responsive Design Breakpoints */
    @media (max-width: 992px) {
        .roi-cardX {
            flex-direction: column;
            gap: 40px;
            padding: 40px 30px;
        }
        .feol{
    height: 500px;
    overflow-y: scroll;
}

        .roi-left-columnX, .roi-right-columnX {
            flex: none;
            width: 100%;
        }

        .roi-main-headingX {
            font-size: 28px;
            margin-bottom: 16px;
        }
        .hero-main-titleX {
    font-size: 2.6rem;
        }
        .hero-descX { max-width: 100%; }
    }

    @media (max-width: 550px) {
        .roi-stat-rowX {
            flex-direction: column;
            gap: 12px;
        }

        .roi-stat-numberX {
            width: auto;
            font-size: 44px;
        }
        
        .roi-cardX {
            padding: 30px 20px;
            border-radius: 16px;
        }
    }




  .video-popup-modal{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.video-popup-modal.active{
    opacity: 1;
    visibility: visible;
}

.video-popup-content{
    width: min(90%, 900px);
    position: relative;
}

.video-popup-content iframe{
    width: 100%;
    height: 500px;
    border: 0;
    border-radius: 12px;
}

.video-popup-close{
    position: absolute;
    top: -45px;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #fff;
    font-size: 24px;
    cursor: pointer;
}

.play-triggerX{
    cursor: pointer;
}

@media (max-width:768px){
    .video-popup-content iframe{
        height: 300px;
    }
}




@media screen and (min-width:1150px) and (max-width:1240px) {
  	
} 
@media screen and (min-width:1241px) and (max-width:1340px) {
   .grid-cardX { height: 449px; }
   .hero-main-titleX { font-size: 49px; }
}
@media screen and (min-width:1341px) and (max-width:1399px) {
	.grid-cardX { height: 449px; }
  .hero-main-titleX { font-size: 49px; }
}
@media screen and (min-width:1400px) and (max-width:1499px) {
	.grid-cardX { height: 449px; }
  .hero-main-titleX { font-size: 49px; }
}
@media screen and (min-width:1500px) and (max-width:1599px) {
   
}
@media screen and (min-width:1600px) and (max-width:1699px) {
  
}
@media screen and (min-width:1700px) and (max-width:1799px) {
    
}

.feol{
    height: 500px;
    overflow-y: auto;
}
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #15224A, #2C3B6B);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #0f1735, #1f2d57);
}