  .Facr_check_only_hc_tst_section {
        background-image: radial-gradient(at center center, #FDD59B 0%, #FFA720 100%);
    padding: 60px 0 80px 0;
    min-height: 100vh;
    overflow-x: hidden;
  }

  .Facr_check_only_hc_tst_title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
  }

  /* Tabs Styling */
  .Facr_check_only_hc_tst_nav_wrapper {
    width: 100%;
  }

  .Facr_check_only_hc_tst_nav_container {
    width: 100%;
  }

  .Facr_check_only_hc_tst_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    border: none;
  }

  .Facr_check_only_hc_tst_nav .nav-link {
    color: #1a1a1a;
    background-color: transparent;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .Facr_check_only_hc_tst_nav .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .Facr_check_only_hc_tst_nav .nav-link.active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
  }

  /* Desktop View Styling */
  .cust_flex {
    display: flex;
}
  .Facr_check_only_hc_tst_desktop_wrapper {
    min-height: 550px;
    position: relative;
    padding-top: 40px;
  }

  .Facr_check_only_hc_tst_main_img {
      max-height: 600px;
    width: auto;
    object-fit: contain;
  }

  .Facr_check_only_hc_tst_feat_item {
       display: flex;
    align-items: center;
    gap: 15px;
    color: #333;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .Facr_check_only_hc_tst_feat_item.left {
    justify-content: flex-end;
    text-align: right;
  }

  .Facr_check_only_hc_tst_feat_item.right {
    justify-content: flex-start;
    text-align: left;
  }

  .Facr_check_only_hc_tst_arrow_img {
    width: 130px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
  }

  /* Adjust vertical spacing for desktop features */
  .Facr_check_only_hc_tst_col_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 120px; 
    padding-right: 10px;
        flex: 35;
  }
  .center-pro-center {
    flex: 40;
}

  .Facr_check_only_hc_tst_col_right {
      display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 120px;
    padding-left: 0px;
    flex: 35;
  }

  /* Mobile View Styling */
  .Facr_check_only_hc_tst_mobile_wrapper {
    padding-top: 20px;
  }

  .Facr_check_only_hc_tst_mob_item {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    line-height: 1.4;
  }

  .Facr_check_only_hc_tst_bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #333;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
  }

  .Facr_check_only_hc_tst_main_img_mob {
    max-height: 350px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0px 15px 10px rgba(0,0,0,0.2));
  }

  /* Mobile Specific Overrides */
  @media (max-width: 991px) {
    .Facr_check_only_hc_tst_section{
      min-height:100%;
    }
    .Facr_check_only_hc_tst_nav_container {
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding: 0 15px 10px 15px;
      margin: 0 -15px; 
    }
    
    .Facr_check_only_hc_tst_nav_container::-webkit-scrollbar {
      display: none;
    }
    
    .Facr_check_only_hc_tst_nav {
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 10px;
    }
    
    .Facr_check_only_hc_tst_nav .nav-link {
      white-space: nowrap;
    }
    .Facr_check_only_hc_tst_title{
      font-size: 26px;
    }
  }