html{

    font-size: 10px;
  }
  :root{
    --cards: 3;
   --card-height: 352px;
   --card-Toppadding: 1.5em;
   --cardMargin: 4vw;
  }
  
  body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
	  color: #616161;
  }
  
  a:hover{
    text-decoration: none;
    
  }
  .ios-section h2 {
    position: relative;
    top: -18px;
  }
  
  
  .section-padding {
    padding: 80px 0;
  }
  
  
  .banner-section {
    background-color: #086AD8;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-image: url(https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/banner_ellipse_leftop.png), url(https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/banner_bottom_right.png), url(https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/banner_rightop.png);
    background-repeat: no-repeat;
    background-position: top left, bottom left, top right 0;
    background-size: 90px, 30%, 100px;
  }
  
  .banner-left {
    position: relative;
    padding-left: 30px;
  }
  .banner-left::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 25px;
    height: 85%;
    width: 4px;
    background-color: #fff;
  }
  
  .card p{
    font-size: 1.4rem;
  }
  
  .banner-section .cta-btn{
    background-color: #F29F09;
  
  }
  
  .section-heading {
    font-weight: 500;
    font-size: 3.2rem;
    margin-bottom: 25px;
      color: #333333;
  }
  
  h3{
      font-size: 2.4rem;
      color: #282828;
  }
  
  h5 span{
    color: #086AD8;
    font-size: 3.6rem;
  }
  
  .hire-section h2, .engagement-models h2{
      color: #282828;
  }
  
  .banner-image{
    width: 100%;
  }
  
  .subtext {
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
  
  .banner-image {
    max-width: 100%;
    height: auto;
  }
  
  
  
  
  .hire-app-section {
    background-color: #ffffff;
  }
  
  .highlight-text {
    color: #086ad8;
  }
  
  .hire-card {
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
      height: 100%;
  }
  
  .hire-card img{
    width: 75%;
  }
  
  .hire-card h5 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #1C1C1C;
  }
  
  .card-text {
    font-size: 1.7rem;
    color: #616161;
    max-width: 373px;
    margin: 0 auto;
    line-height: 1.5;
   text-align: center;
  }
  
  .cta-btn {
    display: inline-block;
      background-color:#086AD8;
      color: #fff;
      font-weight: 400;
      padding: 9px 12px;
      font-size: 1.4rem;
      letter-spacing: 0px;
      border: none;
      border-radius: 9px;
      cursor: pointer;
      margin-top: 10px;
  }

  
  .cta-btn:hover{
  
    color: #ffffff;
  }
  
  .hire-card p{
    color: #616161;
  
  
  }
  
.cta-wrapper {
  margin-top: 4.5rem; 
}

.cta-wrapper .cta-btn {
  margin-top: 2rem; 
}

  
  .hire-section {
    background-color: #F0F6FC;
    background-image: url(/staffaugmentation/wp-content/uploads/2025/06/hire_left.png), url(/staffaugmentation/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;
  
  }
  
  .hire-section .card-box p{
      color: #4D4D4D;
  }
  
  .d-flex {
    gap: 0.5rem; 
  }
  
  .card-box {
    background-color: #ffffff;
    border-radius: 44px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
      padding: 60px 34px;
  }
  
  
  .custom-hire-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 40px;
  }
  
  
  
  .custom-dev-card {
    padding: 24px;
    margin-bottom: 50px;
    border-radius: 20px;
  }
  
  
  
  .custom-dev-card .card-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  
  .mb-2, .my-2 {
    margin-bottom: 1.5rem!important;
  }
  .custom-dev-card .card-text {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 1rem;
    text-align: left;
  
  }
  
  .custom-dev-card .btn {
    font-size: 13px;
    padding: 6px 14px;
    margin-top: 0.8rem;
  }
  
  .image-container img {
    margin-left: auto;
  }
  
  .custom-dev-card .image-container{
    width: 50%;
  }
  
  
  .custom-hire-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 40px;
  }
  
  
  
  
  .custom-checklist .point-item {
    position: relative;
    padding-left: 38px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
  
  .custom-checklist .point-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
    background-image: url('https://staffaugmentation.evontech.com/wp-content/uploads/2025/06/check.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  
  
  .hiring-section h3{
  
    font-size: 2.5rem;
  }
  
  
  .card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
	  background: transparent;
  
  }
  .card h5 {
    margin-top: auto;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  
  .card p {
    font-size: 0.9rem;
    color: #666;
  }
  
  .highlight-blue {
  color: #086AD8;
}

  
  .highlight {
    color: #086AD8;
  }
.point-heading {
  font-weight: 600;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  color: #4B4B4B;
}
  .solution-icon-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  
  .solution-icon-img {
    width: 190px;
    height: auto;
  }
  
  .orange-bg {
    background-color: #FFA726; 
  }
  
  .blue-bg {
    background-color: #42A5F5; 
  }
  
  .darkblue-bg {
    background-color: #1E88E5; 
  }
  
  .tailored-solutions {
    background-color: #F0F6FC;
  }
  .solution-box {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #E0E0E0;
    height: 350px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px 24px;
    gap: 13px;
  }
  
  .solution-icon {
    width: 165px;        
    height: 138px;
    object-fit: contain;
    margin-bottom: 24px; 
  }
  
  .solution-box:hover {
    transform: translateY(-5px);
  }
  .solution-img {
    height: 130px;
    object-fit: contain;
  }
  
  
  .solution-title {
    font-size: 18px;
    font-weight: 600;
	  color: #1C1C1C;
  }
  
  .solution-text {
    font-size: 14px;
    color: #616161;
  }
  .section-padding {
    padding: 80px 0;
  }
  
  .blue-text {
    color: #007bff;
  }
  
  .subtext {
    font-size: 1.7rem;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  
  .point-heading {
    font-weight: 600;
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  color: #4B4B4B;
}
  }
  
  .point-item {
    position: relative;
    padding-left: 36px;
    margin-bottom: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  
  .check-icon {
    width: 22px;
    height: 22px;
    background-color: #007bff;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 2px;
  }
  
    .icons-row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 44px;
      margin-bottom: 30px;
      margin-top: 4.4rem;
  }
.ios-section .left-image {
  padding-right: 100px;
}
  .icon-item {
    flex: 0 1 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .tech-stack-image {
    max-width: 80px;
    height: auto;
  }
  
  .hire-section{
    background-color: #F0F6FC;
  }
  
  #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 !important;
    top: 8rem;
    padding-top: calc(var(--index) * var(--card-Toppadding));
    border: none !important;
  }
  
    .hiring-section .card-body {
      box-sizing: border-box;
      padding: 5rem 3rem;
      border-radius: 50px;
      height: var(--card-height);
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.5s;
      background-color: var(--clr-white);
      column-gap: 1.5rem;
      box-shadow: 0px 7px 29px 0px #64646F33;
  }
  
  
  .card-content {
    flex: 0.6;
  }
  
  .card-content p {
    padding: 1rem 0;
    font-size: 1.5rem;
  }
  
  .card-img {
    flex: 0.4;
  }
  
  .hire-leftContent {
    position: sticky;
    top: 40rem;
    display: flex;
    flex-direction: column;
    height: var(--card-height);
  
  }
  
  
  
  
  .why-choose-section {
    background-color: #f3f8fe;
  }
  
  .feature-points {
    list-style: none;
    padding-left: 0;
  }
  

  .feature-points li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
    font-size: 15.5px;
    color: #333333;
    line-height: 1.6;
  }
  
  .feature-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #007bff; 
    border-radius: 50%;
  }
  .text-primary {
    color: #007bff; 
  }
  /* span{
  
    color: #086AD8;
  } */
  
  
  .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 {
    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;
}
	  svg:not(:root) {
    overflow: hidden;
}
	  .accordion_content {
    display: none;
    padding: 0 0 1.5rem;
}
.consultant-section .cta-btn:hover {
 color: #333333;
}
  
  
  .section-subtext {
    font-size: 16px;
    color: #6c757d;
  }
  
  .feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
  .feature-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #000;
  }
  
  .feature-list li::before {
    content: '✓';
    position: absolute;
    left: 4;
    top: 2px;
    width: 21px;
    height: 20px;
    background-color: #007bff; 
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.ios-section .black-text {
  margin-top: -24px; 
}

  
  .platform-section {
    background-color: #eaf3fb;
    text-align: center;
  }
  
  
  .custom-card {
    padding: 30px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
  }
  
  .custom-card:hover {
    transform: translateY(-5px);
  }
  
  
  .icon-wrapper {
    margin-bottom: 15px;
  }
  
  .card-icon {
    width: 50px;
    height: 50px;
  }
  
  
  
  .yellow-bg h6 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #4a2c00;
    margin-bottom: 10px;
  }
  
  .pink-bg h6 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #5a0000;
    margin-bottom: 10px;
  }
button:focus {
    outline: none;
}
  
  .blue-bg h6 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #1122aa;
    margin-bottom: 10px;
  }
  
  .purple-bg h6 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #0B4673;
    margin-bottom: 10px;
  }
  
  
  
  .yellow-bg .card-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #654100;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  
  .pink-bg .card-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #6B0101;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  
  .blue-bg .card-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #0B1782;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  
  .purple-bg .card-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color:#0B4673;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  
  
  .yellow-bg {
    background-color: #fcd588;
  }
  
  .pink-bg {
    background-color: #f48c9a;
  }
  
  .blue-bg {
    background-color: #adbdfc;
  }
  
  .purple-bg{
    background-color: #7BBFF3;
  }
  
  .hire-app-section {
    background-color: #ffffff;
  }
  
  .highlight-text {
    color: #086ad8;
  }
  .rotate-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
  
  
  .expert-section {
    background-color: #FFFFFF;
  }
  
  .text-primary {
    color: #007bff;
  }
  
  .info-card {
    background-color:#FFFFFF;
    transition: box-shadow 0.3s ease;
    box-shadow: 0px 1px 4px 0px #00000029;
    padding: 30px 30px;
    border-radius: 10px;
  height: 100%;
  }
  
  .info-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  
  .info-card h6 {
    font-size: 18px;
    font-weight: 500;
	  color: #18181B;
  }
  
  .info-card p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
  }
  
  
  
  .tech-stack-section {
    background-color: #F0F6FC; 
  }
  
  
  .tech-box {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    width: 100%;
    padding: 30px 40px; 
  }
  
  .icon-item {
    width: 12.5%;
    min-width: 100px; 
  }
  
  .icon-item img {
    width: 60px; 
    height: auto;
  }
  
  .stack-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-top: 8px;
  }
  
  .ios-flex-wrapper {
    width: 100%;
  }
  
  
  @media (max-width: 768px) {
	  
	  .ios-section .left-image {
      order: 2 !important;
      text-align: center;
      margin-top: 20px;
    }
	 .banner-left::before{
      display: none;
}
	  .custom-card {
       justify-content: center;
}
	   .collab-section .col-md-6:first-child {
        order: 2 !important;
      text-align: center;
      margin-top: 20px;
    }
  
  
    .ios-section .col-md-6:not(.left-image) {
      order: 1 !important;
      text-align: center;
    }
  
  
  .ios-section .left-image {
    order: 2 !important;
    text-align: center;
    margin-top: 20px;
  }
  .ios-flex-wrapper {
    flex-direction: column-reverse !important;
  }
  
  .ios-section .col-md-6:not(.left-image) {
    order: 1 !important;
    text-align: center;
  }
  
  .ios-section img.img-fluid {
    max-width: 100%;
    height: auto;
  }
  
   .col-md-6, .col-lg-6 {
     width: 100% !important;
     max-width: 100% !important;
     margin-bottom: 20px;
   }
	  .hiring-section.section-padding {
    padding-bottom: 0;
}
 
  }
  
  @media (max-width: 575.98px) {
  
    .section-padding {
      padding: 40px 0;
    }
    .banner-left {
      padding-left: 15px;
    }
  
    .card, .hire-card, .solution-box, .custom-card, .info-card {
      padding: 20px 15px;
      min-height: auto;
    }
  
    .solution-icon {
      width: 100px;
      height: auto;
    }
  
    .tech-box {
      padding: 20px;
    }
  
    .icon-item {
      width: 33.33%;
      min-width: auto;
    }
  
    .custom-dev-card {
      padding: 16px;
      margin-bottom: 30px;
    }
  
    .card-content, .card-img {
      flex: 100% !important;
      max-width: 100%;
    }
  
    .hiring-section .card-body {
    padding: 3rem 2rem;
    }
  
    .hire-leftContent {
      flex-direction: column !important;
      height: 100%;
    }
  
    .image-container,
    .card-img {
      order: 2;
      width: 100%;
    }
  
    .card-content {
      order: 1;
      width: 100%;
    }
  
    .point-item {
      font-size: 1.4rem;
    }
  
    .ios-section .left-image {
      order: 2;
      text-align: center;
      margin-top: 20px;
    }
  
    .ios-section .col-md-6:not(.left-image) {
      order: 1;
      text-align: center;
    }
	  

    #cards {
      grid-template-rows: auto;
    }
   
  }
  
  @media (max-width: 575.98px) {
    .tech-stack-section .d-flex.flex-wrap.justify-content-between {
      display: grid !important;
      grid-template-columns: repeat(2, 1fr); 
      gap: 20px;
      justify-items: center;
    }
	  .container{
		  width: 95%;
	  }
    .tech-box {
      width: 100%;
    }
   
  }
  
  
  @media (min-width: 576px) and (max-width: 767.98px) {
    html {
      font-size: 9px;
    }
    .hiring-section{
      margin-top: 90px;
    }
    .section-padding {
      padding: 60px 0;
    }
  
    .card, .hire-card, .solution-box, .custom-card {
      padding: 25px 20px;
    }
  
    .custom-dev-card {
      margin-bottom: 40px;
    }
  
    .card-content, .card-img {
      flex: 100% !important;
      max-width: 100%;
    }
	   
    .ios-section .row.align-items-center {
      flex-direction: column-reverse !important;
    }
  
    .hiring-section .card-body {
      padding: 4rem 2.5rem;
    }
  
    .hire-leftContent {
      flex-direction: column !important;
      height: 100%;
    }
  
    .image-container,
    .card-img {
      order: 2;
      width: 100%;
    }
  
    .card-content {
      order: 1;
      width: 100%;
    }
  
    #cards {
      grid-template-columns: 1fr;
    }
  
    .row.align-items-center,
    .row.d-flex{
     
      flex-direction: column !important;
    }
  
  
    .ios-section .left-image {
      order: 1 !important;
      text-align: center;
      margin-top: 20px;
    }
  
    .ios-section .col-md-6:not(.left-image) {
      order: 1 !important;
     
    }
  
    .collab-section .col-md-6:first-child {
      order: 2 !important;
      text-align: center;
      margin-top: 20px;
    }
    
    .collab-section .col-md-6:last-child {
      order: 1 !important;
   
    }
    
  }
  
  @media  (max-width: 991.98px) {
	  
	  :root{
		  --card-height: 390px;
	  }
  
  
   .card, .hire-card, .solution-box, .custom-card {
      padding: 30px 25px;
    }
  
    .card-content, .card-img {
      flex: 100% !important;
      max-width: 100%;
    }

	  .hiring-section h3 {
    font-size: 2.2rem;
}
  
    .image-container,
    .card-img {
      order: 2;
      width: 100%;
    }
  
    .card-content {
      order: 1;
      width: 100%;
    }
   
    .collab-section .col-md-6:last-child {
      order: 1 !important;
    }
  
    .collab-section img.img-fluid {
      max-width: 100% !important;
      height: auto !important;
    }
	  .section-heading{
		  font-size: 2.8rem;
	  } 
	  .choose-ios .section-heading {
    text-align: center;
  }
	   .collab-text .section-heading {
    text-align: center;
  }
  }
  
  
  @media (min-width: 992px) and (max-width: 1199.98px) {
    html {
      font-size: 10px;
    }
  
    .card, .hire-card, .solution-box, .custom-card {
      padding: 35px 30px;
    }
  }
  
  
  @media (min-width: 1600px)  {
	  .container{
		  max-width:1440px;
	  }
	  .section-heading{
		  font-size: 4.8rem;
		  font-weight: 500;
	  }
  }
  
  
  @media (min-width: 1400px) {
 
    .card, .hire-card, .solution-box, .custom-card {
      padding: 40px 35px;
    }
  }

