html {
    font-size: 10px;
  }
  
  :root {
    --clr-white: #fff;
    --clr-theme: #086ad8;
    --clr-heading: #282828;
    --clr-para: #616161;
  
    --fs-700: 2.8rem;
    --fs-600: 2.4rem;
    --fs-500: 1.8rem;
    --fs-400: 1.6rem;
    --fs-300: 1.8rem;
    --fs-body: 1.6rem;
    --fs-btn: 1.6rem;
  
    --fw-bolder: 800;
    --fw-bold: 700;
    --fw-semibold: 600;
    --fw-medium: 500;
    --fw-regular: 400;
  
    --cards: 7;
    --card-height: 350px;
    --card-Toppadding: 1.5em;
    --cardMargin: 4vw;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: "Poppins", sans-serif;
    font-size: var(--fs-body);
    color: var(--clr-para);
    overflow-x: hidden;
  }
  
  h5 {
    font-size: var(--fs-400);
  }
  
  h6 {
    font-size: var(--fs-300);
    font-weight: var(--fw-medium);
    color: #333333;
  }
  
  h4 {
    font-size: var(--fs-500);
  }
  
  .roadblocks-section h3 {
    font-size: 18px;
    color: #333333;
  }
  .business-section h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 400; 
  }
  
.ehire-section h3 {
    font-size: 18px;
    color: #333333; 
  }

.faq-section h3 {
    font-size: 20px; 
  }
  
  
  
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  
  a,
  a:hover {
    text-decoration: none;
  }
  
  .cta-btn:hover {
    color: #fff;
  }
  /* 
  li {
    list-style: none;
  } */
  
  .theme-text {
    color: var(--clr-theme);
  }
  
  .cta-btn {
    font-size: var(--fs-btn);
    color: var(--clr-white);
    display: inline-block;
    background-color: #0077d2;
    border-radius: 1rem;
    padding: 1rem 2rem;
    transition: transform 0.5s;
    white-space: nowrap;
    transition: 0.5s ease;
  }
  
  .section-heading {
    font-size: 3.5rem;
    font-weight: var(--fw-medium);
    /*   padding-bottom: 1rem; */
    color: var(--clr-heading);
    line-height: 1.4;
    margin-bottom: 16px;
  }
  
  .section-padding {
    padding: 8rem 0;
  }
  
  .banner-section {
    background-color: var(--clr-theme);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: url(/staffaugmentation/wp-content/uploads/2025/05/circle.png),
      url(/staffaugmentation/wp-content/uploads/2025/05/half-circle.png),
      url(/staffaugmentation/wp-content/uploads/2025/05/cross-banner.png);
    background-repeat: no-repeat;
    background-position: top left, bottom left, top right 0;
    background-size: 8%, 30%, 10%;
  }
  
  .banner-section .cta-btn {
    background-color: #f29f09;
    border: none;
    border-radius: 10px;
  }
  
  .line-left {
    top: 16px;
    height: 120px;
    width: 5px;
    background-color: var(--clr-white);
    border-radius: 6px;
    left: 0;
    position: absolute;
  }
  
  .banner-section h1 {
    max-width: 20ch;
    /*   padding-bottom: 2rem; */
  }
  
  .options-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  
  .option-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 8rem 2rem 1.2rem;
    border-radius: 10px;
    height: 100%;
  }
  
.hiring-section h3 {
    color: #282828;
	font-size: 2.2rem;
	font-weight: 600;
}
.faq-section .faq_3 h3.map-point-sm {
    color: #333333 !important;
}
.faq-section .faq_3 h3.map-point-sm {
    color: #333333 !important;
}


  .option-box.yellow {
    background-color: #ffe082;
    color: #654100;
  }
  
  .option-box.pink {
    background-color: #f8bbd0;
    color: #6b0101;
  }
  
  .option-box.blue {
    background-color: #bbdefb;
    color: #0b1782;
  }
  
  .option-box.lightblue {
    background-color: #b3e5fc;
    color: #0b4673;
  }
  
  /* .option-box:hover {
    transform: translateY(-5px);
  } */
  
  .option-box h5 {
    padding: 1rem 0 0.5rem;
  }
  
  .hiredev-section {
    background-color: #f0f6fc;
    background-image: url(http://localhost/staffaugmentation/wp-content/uploads/2025/05/roadblock_ecllipse.png),
      url(http://localhost/staffaugmentation/wp-content/uploads/2025/05/roadblock_cross.png);
    background-repeat: no-repeat;
    background-position: left center, top right;
    background-size: 6%, 7%;
  }
 
  
  .roadblock-box h3 .highlighted {
    color: #007bff;
  }
  
  .roadblock-point {
    display: grid;
    gap: 15px;
    margin-bottom: 35px;
    grid-template-columns: auto 1fr;
  }
  
  .roadblock-point .check-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background-color: #007bff;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    font-weight: bold;
  }
  
  .smart-hiring-section {
    background-color: #ffffff;
  }
  
  .smart-hiring-heading {
    font-size: 32px;
    font-weight: 600;
  }
  
  .smart-hiring-heading span {
    color: #007bff;
  }
  
  .smart-card {
    width: 100%;
    padding: 3rem 1rem;
    border-radius: 21px;
    height: 100%;
    box-shadow: 0px 7px 29px 0px #64646f1a;
    transition-duration: 1s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }
  
  .smart-card p {
    font-size: 1.4rem;
  }
  
  .smart-card:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition-duration: 1s;
  }
  
  .smart-card img {
    width: 70%;
  }
  
  .smart-card h4 {
    padding: 1rem 0;
    margin-bottom: 0;
    color: #1c1c1c;
  }
  
  .icon-circle {
    padding: 5px;
    background-color: #086ad8;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    margin-top: 4px;
  }
  
  .ehire-section ul li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 1.2rem;
  }
  
  .tagline {
    font-weight: var(--fw-regular);
    font-size: 1.8rem;
    display: inline-block;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .business-section {
    background: #f0f6fc;
  }
  
  .business-section .panel-content ul li {
    position: relative;
    margin-left: 25px;
  }
  
  .business-section .panel-content ul li::before {
    content: "";
    padding: 5px;
    background-color: #5f5f5f;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: -24px;
    top: 6px;
  }
  
  .accordion-item {
    border-bottom: 1px solid #3e3e3e;
  }
  
  .accordion {
    cursor: pointer;
    /* margin: 5px 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  
  .panel {
    height: 0;
    overflow: hidden;
    transition: height 0.4s linear;
    /* padding: 0 24px; */
  }
  
  /* .accordion-icon{
    font-size: 2rem;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 10px;
  } */
  
  /* .hiring-section h2{
    position: sticky;
    top: 12rem;
    bottom: 3rem;
  } */
  
  /* .hiring-section h2 {
    position: sticky;
    top: 12rem;
    bottom: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 67vh;
  } */
  
  /* .card-header{
    background-color: transparent;
  }
  
  .btn{
    border: none;
  }
  
  .card-header .btn {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
  }
  
  .card-body {
    font-size: 14px;
  }
  
  
  .icon-circle-small {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #ced4da;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.3s ease;
  }
  
  .card-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }
  
  .card-header .btn {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #000;
    padding: 0;
  }
  
  .card-body {
    font-size: 14px;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 0;
    color: #555;
  }
  
  .card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
  
  } */
  
  #cards {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--cards), var(--card-height));
    gap: var(--cardMargin);
    padding-bottom: calc(var(--cards) * var(--card-Toppadding));
    margin-bottom: var(--cardMargin);
  }
  
  #card1 {
    --index: 1;
  }
  
  #card2 {
    --index: 1.5;
  }
  
  #card3 {
    --index: 2;
  }
  
  #card4 {
    --index: 2.5;
  }
  
  #card5 {
    --index: 3;
  }
  
  #card6 {
    --index: 3.5;
  }
  
  #card7 {
    --index: 4;
  }
  
  #card8 {
    --index: 4.5;
  }
  
  #card9 {
    --index: 5;
  }
  
  .card {
    position: sticky;
    top: 8rem;
    padding-top: calc(var(--index) * var(--card-Toppadding));
    border: none;
    background-color: transparent;
  }
  
  .hiring-section .card-body {
    box-sizing: border-box;
    padding: 5rem 3rem;
    border-radius: 50px;
    box-shadow: 0px 7px 29px 0px #64646f33;
  
    min-height: var(--card-height);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    background-color: var(--clr-white);
    column-gap: 1.5rem;
  }
  
  .card-content {
    flex: 0.6;
  }
  
  .card-content p {
    padding: 1rem 0;
  }
  
  .card-img {
    flex: 0.4;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  
  .rotate-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  
  /* accordion */
  
  .faq_3 {
    margin-bottom: 14px;
    border-bottom: 1px solid #dddddd;
  }
  
  .faq_3 h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    color: #1a1313;
    font-weight: var(--fw-medium);
  }
  
  .faq_block button {
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    background-color: transparent;
    padding-left: 0;
  }
  
  button:focus {
    outline: none;
  }
  
  .accordion_grouping {
    padding: 3rem 0 3rem;
  }
  
  .accordion_content {
    display: none;
    padding: 0 0 1.5rem;
  }
  
  .business-section .accordion h4 {
    color: #333333;
    font-weight: 400;
  }
  
  .roadblocks-section,
  .ehire-section {
    overflow-x: hidden;
  }
  
  /* 26th june */
  
  .hire-leftContent {
    position: sticky;
    top: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: var(--card-height);
  }
  
  .application-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    padding-top: 3rem;
  }
  
  .application-grid-item {
    display: flex;
    align-items: flex-start;
    padding: 1.875rem;
    border-radius: 16px;
    border: none;
    box-shadow: 0px 1px 4px 0px #00000029;
    gap: 13px;
  }
  
  .application-grid-content h5 {
    color: #18181b;
  }
  
  .application-grid-content p {
    color: #272727;
  }
  
  .tech-framework .btn {
    background: transparent !important;
    padding: 0;
  }
  
  .techstack-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    /* gap: 68px; */
    padding-top: 20px;
  }
  
  .tech-framework {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    position: relative;
    font-size: 16px;
  }
  
  .tooltip.show {
    opacity: 1;
  }
  
  .tooltip-inner {
    padding: 1.25rem 1.5rem;
    width: auto;
    color: #667085;
    background-color: #fff;
    box-shadow: 0px 12px 16px -4px #10182814;
    border-radius: 8px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    height: 100%;
    display: flex;
    row-gap: 20px;
  }
  
  .tooltip-inner ul li {
    text-align: left;
    padding-bottom: 5px;
  }
  
  .tooltip {
    left: -45px !important;
  }
  
  .tooltip-inner ul li:nth-last-child {
    padding-bottom: 0;
  }
  
  .bs-tooltip-top .arrow::before {
    left: 40px;
  }
  
  /* .tooltip .arrow {
   left: 126px !important;
  } */
  
  .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 1rem 1rem 0;
    border-top-color: #fff;
  }
  
  /* .tech-framework button{
    position: absolute;
    right: -34px;
    bottom: -7px;  
  } */
  
  .dark-blue,
  .light-blue {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #4b63dd;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 15px; */
  }
  
  .light-blue {
    background-color: #6e86ff;
  }
  
  .dark-blue::after,
  .light-blue::after {
    content: "";
    position: absolute;
    top: 104px;
    right: -22px;
    border-color: transparent;
    border-style: solid;
    border-width: 1.4rem 0 1.4rem 2.4rem;
    border-left-color: #4b63dd;
  }
  
  .light-blue::after {
    border-left-color: #6e86ff;
  }
  
  .hiredev-content {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: var(--fw-bold);
    padding-top: 1rem;
  }
  
  .text-stroke {
    font-weight: var(--fw-bolder);
    font-size: 80px;
    color: #ffffff33;
    line-height: 1.2;
  }
  
  .dark-blue img,
  .light-blue img {
    width: 55px;
  }
  
  /* 16june */
  
  .framework-text {
    color: #555555;
    font-weight: var(--fw-bold);
    font-size: 1.6rem;
    position: relative;
  }
  
  .framework-text::before {
    position: absolute;
    content: "";
    background-image: url("http://localhost/staffaugmentation/wp-content/uploads/2025/06/blue-tick.png");
    padding: 10px;
    left: -24px;
    background-repeat: no-repeat;
    top: 6px;
  }
  
  .framework-block {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  
  .hiring-section {
    background: url("/staffaugmentation/wp-content/uploads/2025/06/hiringandroid-bg.png"),
      #f0f6fc;
    background-repeat: repeat;
    background-attachment: fixed;
  }
  
  .techgrid-section {
    background: #f0f6fc;
  }
  
  .tech-blocks{
   background-color: #fff;
    border-radius: 16px;
    padding: 5rem;
    text-align: center;
  }
  
  .tech-stackblock {
    display: flex;
    justify-content: center;
    gap: 75px;
   flex-wrap: wrap;
  }
  
  figcaption{
    padding-top: 2rem;
  }
  
  .faq-section{
    padding-bottom: 0
  }
  
  /* end */
  
  /* media queries */
  
  @media (min-width: 1600px) {
    :root {
      --fs-body: 1.6rem;
      --fs-600: 2.6rem;
      --fs-400: 1.8rem;
    }
  
    .section-heading {
      font-size: 4.6rem;
    }
  
    .container {
      max-width: 1440px;
    }
  
    .section-padding {
      padding: 8rem 0;
    }
  
    .hiredev-content {
      font-size: 2.2rem;
    }
  
    .text-stroke {
      font-size: 102px;
    }
  
    .dark-blue,
    .light-blue {
      width: 320px;
      height: 320px;
      gap: 15px;
    }
  
    .dark-blue img,
    .light-blue img {
      width: 62px;
    }
  
    .dark-blue::after,
    .light-blue::after {
      top: 146px;
    }
  }
  
  @media (max-width: 1199px) {
    :root {
      --card-height: 400px;
    }
  }
  
  @media (max-width: 991px) {
    .container {
      max-width: 90%;
    }
  
    .staff-section .row,
    .smart-hiring-section .row {
      row-gap: 3rem;
    }
  
    .section-heading {
      font-size: 3.2rem;
    }
  }
  
  @media (max-width: 767px) {
    :root {
      --fs-600: 2.4rem;
    }
  
    .section-heading {
      font-size: 2.8rem;
    }
  
    .roadblock-box {
      padding: 40px 20px;
    }
  
    .roadblock-box h3 {
      font-size: 26px;
      margin-bottom: 35px;
    }
  
    .hiring-section.section-padding {
      padding-bottom: 0;
    }
  
    .line-left {
      display: none;
    }
  
    .banner-section h1 {
      max-width: 100%;
    }
  
    .banner-section {
      padding-bottom: 2rem;
    }
  
    .option-box {
      padding: 3rem 2rem;
    }
  
    .hiring-section h2 {
      position: static;
      height: 100%;
    }
  
    .smart-card img {
      width: 30%;
    }
  
    #cards {
      padding-bottom: 12rem;
    }
  
    .faq_block button {
      font-size: 1.6rem;
    }
  
    .card {
      top: 6rem;
    }
  
    .hire-leftContent {
      height: 100%;
      position: static;
      text-align: center;
    }
  
    .hire-leftContent h2 br {
      display: none;
    }
  
    .dark-blue::after,
    .light-blue::after {
      border-width: 1.4rem 1.4rem 0;
      border-top-color: #4b63dd;
      border-left-color: transparent;
      bottom: -13px;
      right: 109px;
      top: auto;
    }
  
    .light-blue::after {
      border-top-color: #6e86ff;
    }
  
    .hiredev-section .row {
      gap: 35px;
    }
  
    .col-md-3:nth-of-type(4) .light-blue::after {
      display: none;
    }
  
    .techstack-wrapper {
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }
  
    .ehire-section.section-padding {
      padding-bottom: 0;
    }
      
      .about-android .row{
          flex-direction: column-reverse;
      }
  }
  
  @media (max-width: 575px) {
    :root {
      --fs-600: 2.2rem;
      --fs-body: 1.4rem;
      --fs-btn: 1.4rem;
    }
  
    .section-heading {
      font-size: 2.6rem;
      text-align: center;
    }
  
    .hiring-section .card-body {
      flex-direction: column-reverse;
      text-align: center;
      /* row-gap: 4rem; */
      height: auto;
    }
  
    .card-body img {
      width: 30%;
    }
  
    .card-content,
    .card-img {
      flex: none;
    }
  
    .roadblock-point {
      margin-bottom: 20px;
    }
  
    .application-grid {
      grid-template-columns: 100%;
    }
  
    .hiredev-section.section-padding {
      padding: 4rem 0;
    }
  
    .ehire-section.section-padding {
      padding-top: 4rem;
    }
  
    .techstack-wrapper {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 22px;
      row-gap: 32px;
    }
  
    .tech-framework,
    .hiredev-content {
      font-size: 14px;
    }
  
    .tech-framework img {
      width: 62%;
    }
  
    .dark-blue,
    .light-blue {
      width: 206px;
      height: 206px;
    }
  
    .dark-blue::after,
    .light-blue::after {
      right: 90px;
    }
  
    .text-stroke {
      font-size: 70px;
    }
  
    .banner-section {
      background-size: 19%, 30%, 10%;
      padding: 40px 0;
    }
  
    .card {
      top: 2rem;
    }
  
    .hiredev-section {
      background-size: 37%, 7%;
    }
  
    .faq-arrow svg {
      width: 16px;
    }
  
    .tooltip,
    .bs-tooltip-top .arrow::before {
      left: 0 !important;
    }
  }
  
  @media (max-width: 424px) {
    .section-heading {
      font-size: 2.4rem;
    }
  }
  
  @media (max-width: 375px) {
    .tech-framework {
      font-size: 12px;
      gap: 12px;
    }
  
    .tech-framework img {
      width: 62%;
    }
  }
  