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: 12;
    --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);
  }
  
  h3 {
    font-size: var(--fs-600);
    color: var(--clr-heading);
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
  
  .hiring-section .card-content h2 {
    font-size: 2.4rem; 
    font-weight: 600;  
    line-height: 1.2;  
      color: var(--clr-heading);
  }
  .onboard-section .application-grid-content h3 {
    font-size: 1.6rem; 
    color: #18181B;
    font-weight: 600;   
  
  }
  .hire-section .hire-left h3 {
    font-size: 1.8rem; 
    color: #333333;
    font-weight: 500;  
  
  }
  .business-section h3 {
    font-size: 18px;
    color: #333333;  
    font-weight: 400; 
  }
  .ehire-section h3 {
    font-size: 18px;
    color: #333333;  
    font-weight: 500; 
  }
  
.faq_3 h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
    color:#333333;

}
;
    font-weight: var(--fw-medium);
}
  a,
  a:hover {
    text-decoration: none;
  }
  
  .cta-btn:hover {
    color: #fff;
  }
  
  
  .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(https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/net_left_top_ellipse.png),
      url(https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/net_left_bottom_ellipse.png),
      url(https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/net_right_top_ellipse.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: -10px;
    height: 144px;
    width: 4px;
    background-color: var(--clr-white);
    border-radius: 6px;
    left: 8px;
    position: absolute;
  }
  .banner-section .section-heading {
    margin-bottom: 10px; 
  }
  
  .banner-section .p
  .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;
  }
  .hire-leftContent h1 {
    margin-bottom: 10px !important;
  }
  
  .hire-leftContent p {
    margin-top: 3px !important;
  }
  
  
  .option-box h5 {
    padding: 1rem 0 0.5rem;
  }
  
  
  .hiredev-section {
    background-color: #f0f6fc;
  
  }
  
  .hiring-section .section-heading{
    position: sticky;
  }
  #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;
  }
  
  #card10{
    --index: 5.5;
  }
  
  #card11 {
    --index: 6;
  }
  
  #card12 {
    --index: 6.5;
  }
  
  .card-img .img-fluid {
    max-width: 60%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  
  
  
  .roadblock-box h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
    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: 4px;
    display: none;
    margin-top: 4px;
  }
  
  .ehire-section ul li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 1.2rem;
  }
  .ehire-section .cta-btn {
    display: inline-block;
    margin-right: 10px;
    margin-top: 12px;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 6px;
    width: auto;
    max-width: 250px;
    text-align: center;
    white-space: nowrap;
  }
  
  
  .ehire-section .webCTA {
    background-color:  #086AD8;
    color: white;
  }
  
  .ehire-section .mobileCTA {
    background-color: #086AD8;
    color: white;
  }
  
  .hire-leftContent {
    position: sticky;
    top: 10rem;
    display: flex;
    flex-direction: column;
    height: var(--card-height);
  }
  
  .tagline {
    font-weight: var(--fw-regular);
    font-style: italic;
    font-size: 1.8rem;
    display: inline-block;
    padding-bottom: 3rem;
  }
  
  .ehire-section ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
  .ehire-section li {
    display: flex;
    align-items: center; 
    gap: 4px; 
  }
  .ehire-section .icon-circle {
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%;
    margin-top: 6px;
    display: inline-block;
  }
  .ehire-section .icon-circle{
    margin-right: -1px;
  }
  .card {
    position: sticky;
    top: 8rem;
    padding-top: calc(var(--index) * var(--card-Toppadding)) !important;
    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;
  }
  .hiring-section .btn btn-primary {
      border-radius: 10px;
  }
  
  .card-content {
    flex: 0.6;
  }
  
  .card-content p {
    padding: 1rem 0;
  }
  
  .card-img {
    flex: 0.4;
  }
  
  .overflow-hidden {
    overflow: hidden;
  }
  .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;
    background-color: #FFFFFF;
  }
  
  .application-grid-content h5 {
    color: #18181b;
  }
  
  .application-grid-content p {
    color: #272727;
  }
  .rotate-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }
  
  .accordion_grouping {
    padding: 3rem 0 3rem;
  }
  
  .accordion_content {
    display: none;
    padding: 0 0 1.5rem;
  }
  
  
  .faq_3 {
    margin-bottom: 14px;
    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 {
	   color: #1a1313
    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, .industries-section {
    overflow-x: hidden;
  }
  .business-section{
    background-image: url('https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/Business-section.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f9f9f9; 
    background-color: #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;
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  
  .panel {
    height: 0;
    overflow: hidden;
    transition: height 0.4s linear;
  
  }
  
  
  .accordion_grouping {
    padding: 3rem 0 3rem;
  }
  
  .accordion_content {
    display: none;
    padding: 0 0 1.5rem;
  }
  
  .business-section .accordion h4 {
    color: #333333;
    font-weight: 400;
  }
  
  
  .framework-block {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  
  
  .framework-text::before {
    position: absolute;
    content: "";
    background-image: url("https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/Tech_check.png");
    padding: 10px;
    left: -24px;
    background-repeat: no-repeat;
    top: 6px;
  }
  .framework-text {
    color: #555555;
    font-weight: var(--fw-bold);
    font-size: 1.6rem;
    position: relative;
  }
  .text-stroke {
    font-weight: var(--fw-bolder);
    font-size: 80px;
    color: #ffffff33;
    line-height: 1.2;
  }
  .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: 1rem 1rem 0;
    border-top-color: #fff;
  }
  
  .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;
  }
  
  
  
  
  
  
  .framework-text::before {
    position: absolute;
    content: "";
    background-image: url("https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/Tech_check.png");
    padding: 10px;
    left: -24px;
    background-repeat: no-repeat;
    top: 6px;
  }
  .section-padding {
    padding: 80px 0;
  }
  .section-heading {
    font-size: 36px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .hire-right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  .hire-left .d-flex {
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  .circle-check {
    width: 16px;
    height: 16px;
    background-color: #007BFF;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    margin-right: 4px;
  }
  
  .circle-check::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  
  .hire-left h6 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #333;
  
  
    
  }
  .hire-section h6 {
    margin-bottom: 0.8rem;
    font-size: 1.8rem;
    margin-bottom:1.05rem !important;
      color: #282828;
  }
  
  
  .hire-left p {
    font-size: 1.4rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
  }
  
  
  .hire-section {
    background-color: #FFFFFF;
    background-image: url(/wp-content/uploads/2025/06/hire_left.png), url(/wp-content/uploads/2025/06/hire_right.png);
    background-repeat: no-repeat;
    background-position: left center, top right;
    background-size: 90px, 70px;
    padding: 80px 0;
  
  }
  .d-flex {
    gap: 0.5rem; 
  }
  .custom-heading .black-text {
    color: #333333;
  }
  .custom-heading .blue-text {
    color: #086AD8;
  }
  
  .tech-section {
    background-color: #F0F6FC;
    background-image: url(https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/tech_left_ellipse.png), url(https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/tech_right_top_ellipse.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left , right top;
    background-size: 80px, 70px;
  
  }
  .tech-stack-content ul li {
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    padding-left: 30px;
  }
  
  
  .tech-stack-content ul li.mb-4 {
    margin-bottom: 25px !important;
  }
  
  .tech-stack-content strong.text-primary {
    color: #007bff;
  }
  
  .tech-stack-content ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #007bff;
  }
  
  
  img.img-fluid {
    max-width: 100%;
    height: auto;
  }
  
  
  
  
  
  .section-padding {
    padding: 80px 0;
  }
  
  .comparison-table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #dee2e6;
    max-width: 100%;
  }
  
  
  .comparison-table th,
  .comparison-table td {
    padding: 16px 12px;
    vertical-align: middle;
    font-size: 15px;
    border: none !important;
  }
  
  .comparison-table thead {
    background-color: #f2f8fd;
    font-weight: 600;
    color: #333;
  }
  
  
  .comparison-table tbody tr:nth-child(2),
  .comparison-table tbody tr:nth-child(4),
  .comparison-table tbody tr:nth-child(6) {
    background-color:#F1F1F1;
  }
  
  
  .btn-primary {
    font-weight: 500;
    font-size: 14px;
    padding: 1rem 2rem;
    border-radius: 1rem;
  }

  .table-section .section-heading {
      margin-bottom: 10px !important; 
  }
  
  .table-section p {
      margin-top: 5px !important;
  }
  @media (max-width: 767px) {
   
      .table-section .section-heading {
          margin-bottom: 10px !important; 
      }
  
      .table-section p {
          margin-top: 5px !important; 
      }
  }
  
  
  
  @media (max-width: 991.98px) {
      
      :root{
          --card-height: 480px;
      }
  .container {
      max-width: 90%;
  }
      
      .section-heading{
          font-size: 3.2rem;
      }
      
      h3 {
      font-size: 2.2rem;
  }
      
      .section-padding {
      padding: 60px 30px;
  }
  }
  
  
  @media (max-width: 767.98px) {
  /*   html {
      font-size: 8px;
    } */
      
        .hire-leftContent{
      height: 100%;
      position: static;
      text-align: center;
    }
  
      
        .faq_block button {
      font-size: 1.6rem;
    }
      
      .hiring-section .row{
          row-gap: 20px;
      }
      
      .hire-card img {
      width: auto;
  }
      
  
      
      .who-we-build h2 br{
          display: none;
      }
  }
  
  @media (max-width: 575px) {
  /*   html {
      font-size: 7.5px;
    } */
      
      .container {
      max-width: 95% !important;
  }
      .ehire-section .section-heading {
          font-size: 3.5rem !important; /* Make the heading larger */
      }
      .line-left{
          display: none !important;
      }
      
      .onboard-section .section-padding{
          margin-bottom: 40px;
      }
      .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;
    }
      
       .faq-arrow svg {
      width: 16px;
  }
  
      .section-heading {
      font-size: 2.8rem;
          text-align: center;
          margin-bottom: 10px
  }
      
      .card-content h3{
      font-size: 2rem;
      padding-top: 2rem;
      }
      
      .text-align: text-center !important;
      
  
  }
  
  /* ========== Section Padding Control ========== */
  @media (max-width: 767px) {
   
    .heading-heading-center {
      font-size: 2.8rem;
    }
  
    .custom-card h6 {
      font-size: 1.6rem;
    }
  
    .card-text {
      font-size: 1.4rem;
    }
  }
  
  /* ========== Ultra-Wide Screens (1600px and above) ========== */
  @media (min-width: 1600px) {
    .container {
      max-width: 1440px; /* prevent it from stretching too wide */
    }
  
    .heading-heading-center {
      font-size: 4.6rem;
    }
  
    .custom-card {
      padding: 40px 30px;
    }
  
    .custom-card h6 {
      font-size: 2.2rem;
    }
  
    .card-text {
      font-size: 1.8rem;
    }
  
    .section-heading{
      font-size: 46px;
    }
  }
  /* WHO WE BUILD button responsive fix */
  .who-we-build a {
    display: inline-block;
    font-size: 1.5rem;
    padding: 10px 20px;
    margin-top: 1rem;
    text-align: center;
    border-radius: 6px;
  }
  
  /* On screens below 768px */
  @media (max-width: 768px) {
    .who-we-build a {
      display: inline-block;
      margin: 1rem auto 0;
      font-size: 1.4rem;
      padding: 8px 16px;
      max-width: 90%;
    }
  }
  
  
  @media (max-width: 500px) {
    .who-we-build a {
      display: block;
      width: fit-content;
      max-width: 100%;
      margin: 1rem auto 0;
      font-size: 1.3rem;
      white-space: nowrap;
    }
  
  }
  
  @media (max-width: 375px){
          .container {
      max-width: 100% !important;
  }
      
      .banner-section{
          background-size: 90px, 25%, 70px;
      }
  }
  @media (max-width: 500px) {
    .application-grid {
      display: grid;
      grid-template-columns: 1fr; /* Single column for tight screens */
      gap: 2rem; /* Space between cards */
    }
  
    .application-grid-item {
      padding: 1.5rem;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
  
    .application-grid-item img.application-icon {
      width: 56px;
      margin-bottom: 1rem;
    }
  
    .application-grid-item h5 {
      font-size: 1.6rem;
      margin-bottom: 0.5rem;
    }
  
    .application-grid-item p {
      font-size: 1.4rem;
    }
  }
  
  
  @media (max-width: 500px) {
    /* ✅ Completely override #cards */
  
  
    /* ✅ Table inside cards */
    #cards table {
      width: 100% !important;
      border-collapse: collapse;
      margin: 0 auto;
    }
      .tech-section .background-image{
          display: none;
      }
    #cards th,
    #cards td {
      padding: 12px 8px;
      text-align: center;
      font-size: 1.3rem;
      word-break: break-word;
      white-space: normal;
    }
  
      
    .hiring-section .container {
      padding: 0 1.2rem;
    }
  
    .table-section p,
    .table-section h2,
    .table-section .section-heading {
      padding: 0 1rem;
      text-align: center;
      line-height: 1.6;
    }
  
  
    .table-section {
      margin-bottom: 2rem;
    }
  
    .table-section .cta-btn {
      margin-top: 2rem;
    }
  
  
    .section-heading span.theme-text {
      display: block;
      margin-top: 0.4rem;
    }
  }
  
  @media (max-width: 414px) {
      section.table-section.section-padding.overflow-hidden {
          padding: 40px 0px;
      }
  }
  
  
  
  
  
  .section-padding {
    padding: 50px 22px;
  }
  
  @media (max-width: 767px) {
      
      .ml-3 .banner-section{
          justify-content: center;
      }
  
      .section-padding {
      padding: 40px 28px;
    }
  
   
    .row {
      flex-direction: column;
    }
  
   
    .modal-content {
      width: 90%; 
      max-width: 400px; 
      margin: 20% auto;
      padding: 15px; 
  
    
    .card .btn {
      width: 100%; 
      padding: 15px; 
    }
  
    .card-img img {
      width: 100%;
      height: auto;
    }
  }
  
  
  @media (max-width: 991px) {
    .section-padding {
      padding: 50px 30px;
    }
      .ehire-section .section-heading {
          font-size: 3.5rem !important; 
      }
  
    .row {
      flex-direction: row;
    }
  
    .modal-content {
      width: 80%;
      max-width: 500px;
    }
  
    .card .btn {
      width: auto; 
    }
  }
  
      @media (min-width: 767px){
          #cards {
      display: flex;
      flex-direction: column !important;
      gap: 1rem;
      margin-bottom: -267px;
  }
  
      }
  
  
  @media (max-width: 575px) {
      
      .hiring-section .section-padding: 80px 0;
    .form-popup, #formModal {
      left: 50% !important;
      transform: translate(-50%, -50%) !important;  
      z-index: 9999 !important;  
      display: block !important; 
      width: 90% !important;
      max-width: 350px;  
      height: auto; 
      overflow: auto; 
      background-color: rgba(0, 0, 0, 0.7);  
    }
  
      .hiring-section {
          overflow: x;
      }
  
    .form-overlay, .modal-backdrop {
      z-index: 9998 !important;  
     
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.5); 
    }
  
    /*.card,
    .card-body,
    .card-img,
    .card-content,
    .hiring-section,
    .container,
    .row {
  
      z-index: 4 !important;  
    }*/
  
  
  #cards {
      display: flex;
      flex-direction: column !important;
      gap: 1rem;
      margin-bottom: -267px;
  }
  
    .card {
      width: 100% !important;  
      margin-bottom: 1rem;  
    }
  }
  
      .card {
      top: 2rem;
  }
  
      
  
      @media (max-width: 767px) {
      .banner-section .section-heading,
      .banner-section .cta-btn {
          text-align: center !important; 
          margin-left: 0 !important; 
          margin-right: 0 !important; 
      }
  
      .banner-section .d-flex {
          flex-direction: column;
          align-items: center; 
      }
  
      .banner-section .ml-3 {
          margin-left: 0 !important; 
      }
  }
  
  
      
      
      
      
      @media (max-width: 992px) {
          
          .hiring-section .card-body {
      box-sizing: border-box;
      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;
  }
          
  
      .hiring-section {
          margin-bottom: 0 !important; 
      }
  
      .onboard-section {
          margin-top: 0 !important;
      }
      .hiring-section .row,
      .onboard-section .row {
          margin: 0 !important; 
          padding: 0 !important;
      }
      .hiring-section .container,
      .onboard-section .container {
          padding: 0 !important; 
      }
  }
  
  
  
      
  
  
  
  