/*JAVA.css*/
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);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

a,
a:hover {
  text-decoration: none;
}
p, li  {
    font-size: var(--fs-body);
}

.cta-btn:hover {
  color: #fff;
	background-color: #00489B;
}
/* 
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; */
}

.staff-section {
    background-color: #F0F6FC;
}
.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.purple {
  background-color: #B2BAFF;
  color: #0B1782;
}

.option-box.blue {
  background-color: #7BBFF3;
  color: #0B4673;
}

/* .option-box:hover {
  transform: translateY(-5px);
} */

.option-box h3 {
  padding: 1rem 0 0.5rem;
  font-size: var(--fs-400);
  color: inherit;
}

.roadblocks-section,
.hiredev-section {
  background-color: #f0f6fc;
  background-image: url(/staffaugmentation/wp-content/uploads/2025/05/roadblock_ecllipse.png),
    url(/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 {
  background-color: #ffffff;
  border-radius: 40px;
  padding: 60px 40px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
}

.roadblock-box h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #333333;
}
.roadblocks-section .roadblock-point .roadblock-content h3{
	font-size: var(--fs-300);
    font-weight: var(--fw-medium);
    color: #333333;
	text-align: left;
    margin-bottom: .5rem;
}

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

.useCase-section .roadblock-point {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    gap: 10px
}

.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;
}
.ehire-section ul li h3 {
    font-size: var(--fs-300);
    font-weight: var(--fw-medium);
    color: #333333;
}

.tagline {
  font-weight: var(--fw-regular);
  font-size: 1.8rem;
  display: inline-block;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* .business-section {
  background: url(/wp-content/uploads/2025/05/business-bg.png)
      no-repeat,
    #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; */
}

#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);
	font-size: var(----fs-500);
}

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

/* 30th may */

.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;
	padding-bottom: 1rem;
}

.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 h2 {
  color: #18181b;
	font-size: var(--fs-400);
}

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

.ehire-section {
  background-color: #f0f6fc;
}

.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("/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;
}

.consultant-section .cta-btn:hover{
	color: #333333;
	background-color: #fff;
}
.consultant-text {
	display: block;
}

/* Tech Stack section */
.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-section .framework-block {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.framework-text {
    color: #555555;
    font-weight: var(--fw-bold);
    font-size: 1.6rem;
    position: relative;
}
.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;
}

/* 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;
  }
	.hire-leftContent {
		height: auto;
		top: 0;
	}
	.hire-leftContent h2.section-heading {
		text-align: center!important;
	} 
}
@media (max-width: 991px) and (min-width: 768px){
	.application-grid {
		gap: 1.5rem;
	}
	.application-grid-item {
		gap: 10px;
		padding: 1.5rem 1 rem;
	}
	.application-grid-item img {
		width: 25px;
	}
	
}

@media (max-width: 767px) {
  :root {
    --fs-600: 2.4rem;
  }

	.container {
    	max-width: 100%;
  }
	
  .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;
  }
	.tech-section {
		padding: 8rem 0 8rem 2rem;
	}

  .techstack-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .ehire-section.section-padding {
    padding-bottom: 0;
  }
	.application-grid {
		gap: 1.5rem;
		grid-template-columns: repeat(1, 1fr);
		padding: 3rem;
	}
	.application-grid-item {
		padding: 1.5rem 0.8rem;
	}
}

@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;
  }
    .faq-arrow svg {
        width: 14px;
	}
}

@media (max-width: 375px) {
  .tech-framework {
    font-size: 12px;
    gap: 12px;
  }

  .tech-framework img {
    width: 62%;
  }
}