
  :root{
    --brand-50:#EBEEFD;
    --brand-100:#D8DEFC;
    --brand-500:#3A58EF;
    --brand-600:#314BD0;
    --brand-700:#283FB1;
    --brand-800:#12327B;
    --brand-900:#04092A;
    --purple-50:#F3F1FD;
    --purple-400:#7162EA;
    --purple-500:#5849D0;
    --purple-800:#26244A;
    --gray-50:#F9FAFB;
    --gray-100:#F2F4F7;
    --gray-200:#EAECF0;
    --gray-300:#D0D5DD;
    --gray-400:#98A2B3;
    --gray-500:#667085;
    --gray-600:#475467;
    --gray-700:#344054;
    --gray-800:#1D2939;
    --gray-900:#101828;
    --text-dark:#2A3343;
  }
  *{box-sizing:border-box;}
  body{
    font-family:'Inter',sans-serif;
    color:var(--gray-900);
    background:#fff;
    -webkit-font-smoothing:antialiased;
  }
  a{text-decoration:none;}
  .container-xl-custom{
    padding-left:140px;
    padding-right:140px;
  }
  @media (max-width:1399px){
    .container-xl-custom{padding-left:60px;padding-right:60px;}
  }
  @media (max-width:991px){
    .container-xl-custom{padding-left:24px;padding-right:24px;}
  }
  @media (max-width:575px){
    .container-xl-custom{padding-left:16px;padding-right:16px;}
  }

  /* ============ TOP UTILITY BAR ============ */
  .top-utility-bar{
    background:var(--brand-50);
    border-bottom:1px solid var(--gray-200);
  }
  .top-utility-bar .container-xl-custom{
    padding-left:40px;padding-right:40px;
  }
  @media (max-width:991px){
    .top-utility-bar{display:none;}
  }
  .top-nav-link{
    font-size:14px;
    font-weight:500;
    color:var(--gray-600);
    padding:12px;
    border-radius:4px;
    white-space:nowrap;
    transition:background .15s ease,color .15s ease;
  }
  .top-nav-link:hover{color:var(--brand-500);}
  .top-nav-link.active{
    background:#fff;
    color:var(--text-dark);
  }

  /* ============ MAIN HEADER ============ */
  .main-header{
    background:#fff;
    border-bottom:1px solid var(--gray-200);
  }
  .main-header .container-xl-custom{
    padding-left:40px;padding-right:40px;
    min-height:88px;
  }
  @media (max-width:991px){
    .main-header .container-xl-custom{padding-left:16px;padding-right:16px;min-height:72px;}
  }
  .brand-logo{display:flex;align-items:center;gap:8px;}
  .brand-logo svg{display:block;}
  .brand-logo-text{
    font-family:'Inter',sans-serif;
    font-weight:800;
    font-size:20px;
    letter-spacing:.2px;
  }
  .brand-logo-text .my-cpe{color:var(--purple-800);}
  .brand-logo-text .one{color:var(--brand-500);}

  .main-nav-link{
    font-size:14px;
    font-weight:500;
    color:var(--text-dark);
    padding:8px 12px;
    border-radius:4px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    white-space:nowrap;
    background:transparent;
    border:none;
  }
  .main-nav-link.is-active{background:var(--brand-100);}
  .main-nav-link svg{width:16px;height:16px;flex-shrink:0;}

  .btn-schedule-sm{
    background:var(--brand-500);
    color:#fff;
    font-size:14px;
    font-weight:600;
    padding:8px 14px;
    border-radius:4px;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
    transition:background .15s ease;
  }
  .btn-schedule-sm:hover{background:var(--brand-600);color:#fff;}

  /* ============ HERO (dark navy gradient + self-hosted photo) ============ */
  .hero-dark-section{
    position:relative;
    background:radial-gradient(120% 140% at 85% 15%, #1B3E9E 0%, #12327B 45%, #04092A 100%);
    overflow:hidden;
    background: url('../images/healthcare-page/healthcare_accountants_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero-content-wrap{
    position:relative;
    z-index:1;
    padding-top:72px;
    padding-bottom:130px;
    padding-left:max(140px, calc((100% - 1320px) / 2));
    padding-right:max(140px, calc((100% - 1320px) / 2));
  }
  .hero-photo-col{
    position:relative;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    min-height:380px;
  }
  .hero-photo{
    max-width:100%;
    width:340px;
    height:auto;
    display:block;
  }
  .hero-arrow-decoration{
    position:absolute;
    top:-8px;
    left:8%;
    width:140px;
    height:auto;
    opacity:.85;
    z-index:2;
  }
  @media (max-width:991px){
    .hero-photo-col{display:none;}
  }
  .roles-section-wrap{
    background:var(--brand-50);
  }
  .roles-content-wrap{
    padding-top:72px;
    padding-bottom:72px;
    padding-left:max(140px, calc((100% - 1320px) / 2));
    padding-right:max(140px, calc((100% - 1320px) / 2));
  }
  @media (max-width:1199px){
    .hero-content-wrap{padding-left:60px;padding-right:60px;padding-top:56px;padding-bottom:56px;}
    .roles-content-wrap{padding:56px 60px;}
  }
  @media (max-width:767px){
    .hero-content-wrap{padding-left:20px;padding-right:20px;padding-top:48px;padding-bottom: 130px;}
    .roles-content-wrap{padding:48px 20px;}
  }

  .hero-title{
    font-size:48px;
    font-weight:700;
    line-height:60px;
    color:#fff;
    text-align:left;
    letter-spacing:-0.96px;
    margin:0;
  }
  @media (max-width:991px){.hero-title{font-size:36px;line-height:44px;letter-spacing:-0.5px;text-align:center;}}
  @media (max-width:575px){.hero-title{font-size:28px;line-height:36px;}}

  .hero-subtitle{
    font-size:20px;
    font-weight:400;
    line-height:30px;
    color:#fff;
    text-align:left;
    margin:24px 0 0;
  }
  @media (max-width:991px){.hero-subtitle{text-align:center;}}
  @media (max-width:575px){.hero-subtitle{font-size:16px;line-height:26px;}}

  .btn-hero-primary{
    background:var(--brand-500);
    color:#fff;
    font-size:16px;
    font-weight:600;
    padding:12px 20px;
    border-radius:4px;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    box-shadow:0 1px 2px rgba(16,24,40,.05);
    transition:background .15s ease;
  }
  .btn-hero-primary:hover{background:var(--brand-600);color:#fff;}
  .btn-hero-outline{
    background:transparent;
    color:#fff;
    font-size:16px;
    font-weight:600;
    padding:12px 20px;
    border-radius:4px;
    border:1px solid #fff;
    transition:background .15s ease;
  }
  .btn-hero-outline:hover{background:rgba(255,255,255,.1);color:#fff;}

  .hero-badge-box{
    /* background:#fff;
    border-radius:4px;
    padding:8px 10px; */
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .hero-badge-box img{
    /* height:40px; */
    width:auto;
    display:block;
}

.banner_bottom_box {
    margin-top: -125px;
    position: relative;
}

  /* ============ AS SEEN IN ============ */
  .as-seen-in-section{
    background:#fff;
    padding:36px 0 24px;
  }
  .as-seen-in-title{
    font-size:30px;
    font-weight:700;
    line-height:38px;
    color:var(--purple-800);
    text-align:center;
    margin:0 0 12px;
  }
  .as-seen-in-logos{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:32px;
    flex-wrap:wrap;
    padding:0 max(24px, calc((100% - 1320px) / 2));
  }
  .as-seen-in-logos img{
    max-height:48px;
    width:auto;
    object-fit:contain;
  }
  @media (max-width:767px){
    .as-seen-in-logos{gap:20px 28px;}
    .as-seen-in-logos img{max-height:32px;}
  }

  .hero-stat-card{
    background:#fff;
    border:1px solid var(--gray-300);
    border-radius:12px;
    padding:16px;
    text-align:center;
    height:100%;
  }
  .hero-stat-number{
    font-size:24px;
    font-weight:700;
    color:var(--text-dark);
    line-height:32px;
  }
  .hero-stat-label{
    font-size:14px;
    font-weight:400;
    color:var(--text-dark);
    line-height:20px;
  }


  /* ============ SECTION GENERIC ============ */
  .section-pad{
    padding-top:72px;padding-bottom:72px;
    padding-left:max(140px, calc((100% - 1320px) / 2));
    padding-right:max(140px, calc((100% - 1320px) / 2));
  }
  @media (max-width:1199px){.section-pad{padding:56px 60px;}}
  @media (max-width:767px){.section-pad{padding:48px 20px;}}

  .section-tag{
    font-size:36px;
    font-weight:700;
    letter-spacing:-0.72px;
    line-height:1.2;
    text-align:center;
    color:var(--purple-800);
  }
  .section-tag .accent{color:var(--brand-500);}
  @media (max-width:575px){
    .section-tag, 
    .Data_Main h2, 
    .Data_Main h2 span, 
    section.one_global_team .sec_title h2, 
    section.one_global_team .sec_title h2 span, 
    section.ai_ready_professionals .sec_title h2, 
    section.ai_ready_professionals .sec_title h2 span, 
    .faq-heading-col h2 , 
    .faq-heading-col h2 span  {
        font-size: 26px !important;
        letter-spacing:-0.3px;
    }
}

  .section-subtitle{
    font-size:18px;
    font-weight:400;
    line-height:28px;
    color:var(--gray-600);
    text-align:center;
    max-width:1096px;
    margin:8px auto 0;
  }
  @media (max-width:575px){.section-subtitle{font-size:16px;line-height:24px;}}

  /* ============ ROLES SECTION ============ */
  .roles-section{background:var(--brand-50);}
  .role-card{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:24px;
    height:100%;
    cursor:pointer;
    transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .role-card:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .role-icon-box{
    width:48px;height:48px;
    background:var(--brand-50);
    border-radius:8px;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:24px;
  }
  .role-card h3{
    font-size:20px;
    font-weight:600;
    line-height:30px;
    color:var(--text-dark);
    margin-bottom:8px;
  }
  .role-card p{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:var(--gray-600);
    margin:0;
  }

  /* ============ TASKS SECTION ============ */
  .task-card{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:24px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    cursor:pointer;
    transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .task-card:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .task-icon-box{
    width:48px;height:48px;
    background:var(--brand-50);
    border-radius:8px;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:24px;
  }
  .task-card h3{
    font-size:20px;
    font-weight:600;
    line-height:32px;
    color:var(--text-dark);
    margin-bottom:12px;
  }
  .task-card ul{
    list-style:none;
    padding:0;margin:0 0 24px 0;
  }
  .task-card ul li{
    position:relative;
    padding-left:20px;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:var(--gray-600);
    margin-bottom:12px;
  }
  .task-card ul li:last-child{margin-bottom:0;}
  .task-card ul li::before{
    content:'';
    position:absolute;
    left:0;top:9px;
    width:6px;height:6px;
    border-radius:50%;
    background:var(--gray-500);
  }
  .btn-hire-now{
    display:block;
    width:100%;
    text-align:center;
    background:transparent;
    border:1px solid var(--brand-500);
    color:var(--brand-500);
    font-size:16px;
    font-weight:600;
    padding:12px 20px;
    border-radius:4px;
    transition:background .15s ease,color .15s ease;
  }
  .btn-hire-now:hover{background:var(--brand-500);color:#fff;}

  /* ============ HOW TO HIRE ============ */
  .step-circle{
    width:80px;height:80px;
    border-radius:50%;
    background:#fff;
    box-shadow:0 4px 12px rgba(16,24,40,.10);
    display:flex;align-items:center;justify-content:center;
    font-size:24px;font-weight:800;color:var(--text-dark);
    letter-spacing:-0.48px;
    flex-shrink:0;
  }
  .how-to-steps-row{display:flex;align-items:flex-start;gap:8px;max-width:960px;margin:0 auto;}
  .step-col{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;}
  @media (max-width:575px){
    .how-to-steps-row{flex-direction:column;gap:32px;}
  }
  .step-arrows-col{
    flex:0 0 auto;
    display:flex;align-items:center;
    height:80px;
    padding:0 4px;
  }
  .step-arrows-col img {
    width: auto;
    height: auto;
    display: block;
}

  .step-arrows-col.arrows_first {
    position: absolute;
    top: 0;
    left: -85px;
    height: auto;
}

.how-to-steps-row {
    position: relative;
    align-items: center;
}

.step-arrows-col.arrows_second {
    position: absolute;
    top: 0;
    right: 0;
}


  @media (max-width:575px){.step-arrows-col{display:none !important;}}
  .step-title{
    font-size:20px;font-weight:700;color:var(--text-dark);margin-top:24px;margin-bottom:8px;
  }
  .step-item{
    font-size:14px;font-weight:500;color:var(--text-dark);line-height:20px;margin-bottom:8px;
  }
  .how-to-hire-title{
    font-size:36px;font-weight:700;letter-spacing:-0.72px;color:var(--text-dark);
  }
  .how-to-hire-title .accent{color:var(--brand-500);}
  @media (max-width:575px){.how-to-hire-title{font-size:28px;}}

  .how-to-hire-illustration{
    border:1px solid #5D667B;
    border-radius:16px;
    background:#fff;
    overflow:hidden;
    max-width:424px;
    aspect-ratio:424/441;
    margin:0 auto;
    display:flex;align-items:center;justify-content:center;
    padding:24px;
  }

  /* ============ AI-READY PROFESSIONALS ============ */
  .ai-ready-section{
    display:flex;
    align-items:center;
    gap:24px;
  }
  .ai-ready-text-col{flex:1 1 0;min-width:0;}
  .ai-ready-heading{
    font-size:36px;font-weight:700;line-height:1.2;
    letter-spacing:-0.72px;color:var(--purple-800);margin:0 0 8px;
  }
  .ai-ready-heading .accent{color:#3A58EF;}
  @media (max-width:575px){.ai-ready-heading{font-size:28px;}}
  .ai-ready-desc{
    font-size:18px;font-weight:400;line-height:28px;color:var(--gray-600);margin:0;
  }
  .ai-ready-desc strong{color:var(--text-dark);font-weight:600;}
  .ai-ready-logos{
    display:flex;flex-wrap:wrap;
    gap:16px;margin-top:36px;
  }
  .ai-ready-logo-badge{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:6px;
    padding:12px;
    display:flex;align-items:center;
  }
  .ai-ready-logo-badge img{display:block;height:20px;width:auto;}
  .ai-ready-logo-badge .logo-with-text{display:flex;align-items:center;gap:8px;}
  .ai-ready-logo-badge span{
    font-size:17px;font-weight:600;color:var(--gray-900);white-space:nowrap;
  }
  .ai-ready-illustration-col{flex:0 0 auto;width:424px;max-width:100%;}
  .ai-ready-illustration-frame{
    border:1px solid var(--gray-200);
    border-radius:12px;
    background:#fff;
    aspect-ratio:424/314;
    display:flex;align-items:center;justify-content:center;
    padding:24px;
    overflow:hidden;
  }
  .ai-ready-illustration-frame img{max-width:100%;max-height:100%;object-fit:contain;}

  section.ai_ready_professionals.bg-light-blue {
    background: var(--Theme-Blue-50, #EBEEFD);
  }
  @media (max-width:991px){
    .ai-ready-section{flex-direction:column;}
    .ai-ready-illustration-col{width:100%;max-width:424px;}
  }

  /* ============ GLOBAL TEAM / TALENT HUBS ============ */
  .global-team-section{
    position:relative;
    background:#fff;
  }
  .global-team-earth-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    pointer-events:none;
    z-index:0;
  }
  .global-team-inner{position:relative;z-index:1;}
  .talent-hub-row{
    display:flex;
    align-items:stretch;
    gap:24px;
    margin-top:72px;
  }
  .talent-hub-col{flex:1 1 0;min-width:0;}
  .talent-hub-card{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:24px 24px 30px;
    display:flex;
    gap:24px;
    align-items:flex-start;
    height:100%;
    cursor:pointer;
    transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .talent-hub-card:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .talent-hub-flag{
    width:39px;height:26px;
    border-radius:6px;
    overflow:hidden;
    flex-shrink:0;
    display:block;
    object-fit:cover;
  }
  .talent-hub-content{flex:1 1 0;min-width:0;}
  .talent-hub-title{
    font-size:24px;font-weight:700;line-height:32px;color:var(--text-dark);margin:0 0 12px;
  }
  .talent-hub-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
  .talent-hub-list li{
    display:flex;align-items:center;gap:8px;
    font-size:16px;font-weight:500;line-height:24px;color:var(--gray-600);
  }
  .talent-hub-tick{
    width:20px;height:20px;flex-shrink:0;
    border-radius:50%;
    background:var(--brand-100);
    display:flex;align-items:center;justify-content:center;
  }
  .talent-hub-tick svg{width:11px;height:8px;}
  @media (max-width:991px){
    .talent-hub-row{flex-direction:column;align-items:stretch;}
  }
  @media (max-width:575px){
    .talent-hub-card{flex-direction:column;}
  }
  .how-to-hire-illustration img{width:100%;height:100%;object-fit:contain;}

  /* ============ WHY HIRE ============ */
  .benefit-card{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:24px;
    height:100%;
    cursor:pointer;
    transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .benefit-card:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .benefit-icon-box{
    width:48px;height:48px;
    background:var(--brand-50);
    border-radius:8px;
    display:flex;align-items:center;justify-content:center;
    margin-bottom:24px;
  }
  .benefit-card h4{
    font-size:20px;font-weight:600;line-height:32px;color:var(--text-dark);margin-bottom:8px;
  }
  .benefit-card p{
    font-size:16px;font-weight:400;color:var(--gray-600);line-height:24px;margin:0;
  }

  /* ============ SECURITY ============ */
  .security-section{background:var(--brand-50);}
  .video-thumb{
    border-radius:16px;
    overflow:hidden;
    max-width:990px;
    margin:0 auto;
    position:relative;
    box-shadow:0 12px 16px rgba(16,24,40,.1);
    cursor:pointer;
    transition:transform .25s ease, box-shadow .25s ease;
  }
  .video-thumb:hover{
    transform:scale(1.01);
    box-shadow:0 16px 24px rgba(16,24,40,.16);
  }
  .video-thumb img{width:100%;display:block;}
  .security-badge{
    background:#fff;
    border:1px solid var(--gray-200);
    border-radius:12px;
    padding:16px;
    text-align:center;
    height:100%;
    cursor:pointer;
    transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  }
  .security-badge:hover{
    border-color:#5D667B;
    box-shadow:4px 4px 0px 0px #000000;
    transform:translate(-2px,-2px);
  }
  .security-badge img, .security-badge svg{
    width:64px;height:64px;object-fit:contain;
    margin-bottom:12px;
  }
  .security-badge span{
    display:block;
    font-size:16px;
    font-weight:700;
    color:var(--text-dark);
    line-height:22px;
  }
  .btn-watch-video{
    background:var(--brand-500);
    color:#fff;
    font-weight:600;
    font-size:16px;
    padding:12px 24px;
    border-radius:4px;
    border:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
  }
  .btn-watch-video:hover{background:var(--brand-600);color:#fff;}

  /* ============ FAQ ============ */
  .faq-section-inner{
    display:flex;gap:24px;align-items:flex-start;
    max-width:1320px;margin:0 auto;
  }
  .faq-heading-col{width:424px;flex:none;padding-top:4px;}
  .faq-heading-col h2{
    font-size:36px;font-weight:700;line-height:1.2;
    letter-spacing:-0.72px;color:var(--purple-800);margin:0;
  }
  .faq-heading-accent{color:#3A58EF;}
  .faq-list{flex:1;min-width:0;display:flex;flex-direction:column;gap:0;}
  .faq-item{background:transparent;}
  .faq-btn{
    cursor:pointer;width:100%;text-align:left;
    background:transparent;border:none;
    padding:24px 0;
    display:flex;align-items:flex-start;
    gap:24px;font-family:'Inter',sans-serif;
  }
  .faq-icon-wrap{
    width:32px;height:32px;flex:none;margin-top:2px;
    display:flex;align-items:center;justify-content:center;
  }
  .faq-icon-plus,.faq-icon-cross{display:block;}
  .faq-item.open .faq-icon-plus{display:none;}
  .faq-icon-cross{display:none;}
  .faq-item.open .faq-icon-cross{display:block;}
  .faq-q{
    font-size:20px;font-weight:600;line-height:1.5;
    color:var(--text-dark);flex:1;text-align:left;
  }
  .faq-answer{
    padding:0 0 24px 56px;
    font-size:18px;line-height:28px;
    font-weight:400;color:var(--text-dark);
    display:none;
  }
  .faq-item.open .faq-answer{display:block;}
  .faq-divider{height:1px;background:#D9D9D9;}
  @media (max-width:991px){
    .faq-section-inner{flex-direction:column;}
    .faq-heading-col{width:100%;}
  }
  @media (max-width:575px){
    .faq-answer{padding-left:0;}
    .faq-btn{gap:16px;}
  }

  /* ============ FOOTER ============ */
  .site-footer{
    background:var(--brand-900);
    color:#B7BEDB;
    padding-top:64px;padding-bottom:24px;
    padding-left:max(140px, calc((100% - 1320px) / 2));
    padding-right:max(140px, calc((100% - 1320px) / 2));
  }
  @media (max-width:1199px){.site-footer{padding:48px 60px 24px;}}
  @media (max-width:767px){.site-footer{padding:40px 20px 24px;}}
  .site-footer h6{
    color:#fff;font-size:16px;font-weight:700;margin-bottom:16px;
  }
  .site-footer a{
    color:#B7BEDB;font-size:14px;display:block;margin-bottom:10px;
    transition:color .15s ease;
  }
  .site-footer a:hover{color:#fff;}
  .footer-bottom{
    border-top:1px solid rgba(255,255,255,.12);
    margin-top:32px;padding-top:24px;
    font-size:13px;color:#8891B5;
  }
  .footer-social a{
    display:inline-flex;width:32px;height:32px;border-radius:50%;
    background:rgba(255,255,255,.08);align-items:center;justify-content:center;margin:0 4px 0 0;
  }

  /* mobile nav offcanvas tweaks */
  .navbar-toggler{border:1px solid var(--gray-300);}
  .navbar-toggler:focus{box-shadow:none;}

  .Data_Main {
    text-align: center
}

.Data_Main svg {
    margin-bottom: 24px
}

.Data_Main h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 48px;
    padding: 0
}

.Data_Main h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px
}

.Data_Main h6 {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px
}

.Data_Main p {
    text-align: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--Text-Grey-600, #475467);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}


.Data_Main h2 {
    margin-bottom: 8px;
}

.Data_Main p {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 36px;
}

.dataImg iframe {
    border-radius: 24px;
}


.Security-Img-Box-Main {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 24px;
}

.Ensuring_Security_Right {
    margin-top: 36px;
}

.Security-Img-Box {
    border-radius: 12px;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    transition: 0.5s all ease-in-out;
    margin-top: 0;
    max-width: 110px;
}

.Security-Img-Box:hover {
    border-radius: 12px;
    border: 0;
    /* background: var(--White, #FFF); */
    transition: 0.5s all ease-in-out;
    margin-top: 0;
}

.Security-Img-Box img {
    /* max-width: 110px;
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 29px; */
}

.Security-Img-Box h4 {
    padding-top: 16px;
    padding-bottom: 0;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

section.Why_Choose_Philippines .Why_Choose_Box {
    min-height: 278px;
}
.stepList li.stepsOver a.Hire_Now_Btn:hover svg path {
    fill: #ffff;
}

.Data_Main a.Mob_Video_Link {
    display: none;
}

section.bg-dark-blue {
    background: var(--Theme-Blue-800, #182878);
}

section.bg-blue {
    background: var(--Theme-Blue-50, #EBEEFD);
}

.Accounting_Outsourcing_Services_Left a.Hire_Now_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.Security-Img-Box img.hippa_logo_icon {
    /* padding: 31px 13px; */
}

button.btn-hero-primary,
a.btn-hero-primary {
    background: var(--White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #fff;
}

a.btn-hero-primary {
    text-decoration: none;
    cursor: pointer;
}

button.btn-hero-primary:hover svg path,
a.btn-hero-primary:hover svg path {
    fill: #fff;
}

button.btn-hero-outline,
a.btn-hero-outline {
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

a.btn-hero-outline {
    text-decoration: none;
    cursor: pointer;
}


.roles-section .btn-hero-primary {
    color: rgb(255, 255, 255);
    background: var(--brand-500);
}

.roles-section .btn-hero-primary:hover {
    color: rgb(255, 255, 255);
    background: var(--brand-600);
}


@media only screen and (max-width: 767px) {
    .Security-Img-Box-Main {
        flex-wrap: wrap;
    }
}