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);
  }
  

 
  h4 {
    font-size: var(--fs-500);
  }
  
  h3 {
    font-size: var(--fs-600);
    color: var(--clr-heading);
  }
  

.card-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0;
	color: #282828;
}





  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  
  a,
  a:hover {
    text-decoration: none;
  }
  
  .cta-btn:hover {
    color: #fff;
      background-color: #00489B;
  }
 
  .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);
   
    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("/wp-content/uploads/2025/07/banner_leftop.png"),
      url("/wp-content/uploads/2025/08/Banner_leftbottom.png"),
      url("/wp-content/uploads/2025/08/Banner_rightop.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: 0px;
    height: 144px;
    width: 5px;
    background-color: var(--clr-white);
    border-radius: 6px;
    left: 6px;
    position: absolute;
}
  
  .banner-section h1 {
    max-width: 20ch;
   
  }
  
  .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%;
  }
  
  .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 h5 {
    padding: 1rem 0 0.5rem;
  }

.hiredev-section .bg-white.shadow-sm {
  border-radius: 16px;
  padding: 3rem 2rem;  
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); 
}
.techstack-section {
  background-color: #f0f6fc; 
}

.section-padding .bg-white.shadow-sm.rounded {
  border-radius: 19px !important;
}



  .roadblocks-section,
  .hiredev-section {
    background-color: #f0f6fc;
    background-image: url("/wp-content/uploads/2025/08/Roadblock_Sec_left-1.webp"),
      url("/wp-content/uploads/2025/08/Roadbloc_Sec_rightop-1.webp");
    background-repeat: no-repeat;
    background-position: left center, top right;
    background-size: 6%, 7%;
  }
  
  .roadblock-box {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 60px 40px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
  }
  
  .roadblock-box h3 {
    font-size: 17px;
    color: #333;
  }
  
  .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;
  }
  .engagement-model-image {
      order: 1;
  }
  .engagement-model-text {
      order: 0;
  }
  .ehire-section h3 {
      font-size: var(--fs-300);
      font-weight: var(--fw-medium);
      color: #333333;
      text-align: left;
      margin-bottom: .5rem;
  }
  .ehire-section {
    background-color: #FFFFFF;
  }
.map-point-sm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.industries-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    color: #333333;
}

  
  .tagline {
    font-weight: var(--fw-regular);
    font-size: 1.8rem;
    display: inline-block;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  .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;

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  
  .panel {
    height: 0;
    overflow: hidden;
    transition: height 0.4s linear;
 
  }
  
  #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;
  }
  
 
  
  .faq_3 {
    margin-bottom: 29px;
    border-bottom: 1px solid #dddddd;
  }
  
  .faq_3 h4 {
    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: 2.7;
    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;
  }
  .business-section
{
    background-color: #F0F6FC;
}
  
  .roadblocks-section,
  .ehire-section {
    overflow-x: hidden;
  }

  
  .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;
    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;
  }
  

  
  .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 1rem 1rem 0;
    border-top-color: #fff;
  }
  
 
  

  .dark-blue,
  .light-blue {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background-color: #4b63dd;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
   
  }
  
  .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;
  }
 
  
  .framework-text {
    color: #3E3E3E;
    font-weight: var(--fw-regular);
    font-size: 1.6rem;
    position: relative;
  }
  
  .framework-text::before {
    position: absolute;
    content: "";
/*     background-image: url("/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;
  }
  
  .consultant-section .cta-btn:hover{
      color: #333333;
  }
  

  .hiredev-section {
    background-color: #f0f6fc;
  }
  
  .dev-box {
    background-color: #ffffff;
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
    gap: 1.6rem;
    height: 100%;
  }
  
  .icon-wrapper {
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #086ad8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .icon-wrapper img {
    width: 22px;
    height: 22px;
  }
  
  .dev-text h5 {
    margin-bottom: 0.5rem;
    color: #18181b;
  }
  
  .dev-text p {
    color: #333333;
    margin-bottom: 0;
  }


  .business-section .webCTA,
.business-section .mobileCTA {
  margin-top: 30px;
}

.ehire-section .ehire-description {
  margin-left: 24px;
  margin-top: 15px;
}
.ehire-section .webCTA,
.ehire-section .mobileCTA{
  margin-top: 15px;
}

.faq-section {
    padding-top: 0;
}
  
  /* 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: 16px;
      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;
    }
  
    .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;
    }
  }
  
  @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;
   
      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%;
    }
  }

.techstack-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  text-align: center;
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .techstack-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767.98px) {
  .techstack-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 299.98px) {
  .techstack-wrapper {
    grid-template-columns: 1fr;
  }

  .tech-framework p {
    font-size: 1.2rem;
    word-break: break-word;
  }
}
@media (max-width: 991.98px) {
    .ehire-section .col-lg-6:first-child {
        order: 2;
    }
    .ehire-section .col-lg-6:last-child {
        order: 1;
    }
}

