  @import url('satoshi.css');
  @import url('styles.css');
/* === Style For Desktop=== */

/* === Start Hero Section Style For Desktop=== */
.hero-section-bg-vector {
  width: 100%;
  background-image: url('../Assets/bg vector desktop.svg');
  margin-top: -100px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.hero-section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 72px 111.67px 72px;
  height: auto;
}

.hero-section-left {
  margin-top: 99px;
  max-width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.hero-section-left p {
  margin: 0;
  font-size: var(--text-48);
  color: var(--white_100);
  font-family: 'Satoshi-Regular';
  line-height: 72px;
}
.hero-section-highlight-blue {
  color: var(--cyan_100);
}

.hero-section-highlight-yellow {
  color: var(--yellow_500);
}

.hero-section-stats {
  display: flex;
  gap: 43.5px;
  padding-top: 22px;
  padding-bottom: 12px;
  margin-top: 24px;
  margin-bottom: 24px; 
}

.hero-section-stat-item {
  height: 82px;
  padding-right: 45.67px;
  border-right: 1.5px solid var(--gray_200);
  text-align: left;
}

.hero-section-stat-item-no-border {
  text-align: left;
}

.hero-section-stat-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: var(--text-36);
  color: var(--white_100);
  font-family: 'Satoshi-Black';
  line-height: 36px;
}

.hero-section-stat-item span {
  font-size: var(--text-20);
  color: var(--white_700);
  font-family: 'Satoshi-Regular';
  line-height: 30px;
}

.hero-section-stat-item-no-border strong {
  display: block;
  margin-bottom: 8px;
  font-size: var(--text-36);
  color: var(--white_100);
  font-family: 'Satoshi-Black';
  line-height: 36px;
}

.hero-section-stat-item-no-border span {
  font-size: var(--text-20);
  color: var(--white_700);
  font-family: 'Satoshi-Regular';
  line-height: 30px;
}

.hero-section-buttons { display: flex;  gap: 20px;  }

.hero-section-buttons button {
  font-family: 'Satoshi-Bold';
  font-size: var(--text-16);
  line-height: 24px;
  width: 200px;
  height: 49px;
  padding: 12.67px 28.67px;
  border-radius: 8px;
  cursor: pointer;
  color: var(--yellow_600);
  border: 2px solid var(--yellow_600);
  background: transparent;
  transition: all 0.3s ease;
}

.hero-section-buttons button:first-child {
  background-color: var(--yellow_600);
  color: var(--black_1000);
}

.hero-section-buttons button:hover { opacity: 0.85; }

.hero-section-right {
  position: relative;
  width: 300px;
  height: 300px;
}

.hero-section-square {
  margin-top: 38px;
  width: 280px;
  height: 280px;
  border-radius: 10px;
  position: absolute;
}
.hero-section-red-square {
  background-image: url('../Assets/target.svg');
  top: -68px;
  left: -204px;
}
.hero-section-blue-square {
  background-image: url('../Assets/Frame 7.svg');
  bottom: -121px;
  right: -25px;
}
.hero-section-bar {
  position: absolute;
  height: 21px;
  border-radius: 10px;
}
.hero-section-bar.red {
  background-image: url('../Assets/Frame 1000004470.svg');
  width: 161px;
  top: 30px;
  right: -118px;
}
.hero-section-bar.blue {
  background-image: url('../Assets/Frame 1000004471.svg');
  width: 186px;
  bottom: 130px;
  left: -93px;
}
/* === End Hero Section === */

/* === Responsive Style For Smart-Hiring Section === */
.smart-hiring-section { 
  background-color: var(--white_100);
  width:100%;  }

.smart-hiring-flex-container {
margin: 90px 72px 64px 72px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 24px; 
}

.smart-hiring-title{
  gap: 8px;
  width: 100%;
  margin-bottom: 22px; 
}
.smart-hiring-title p {
font-size: var(--text-48);
color: var(--black_1000);
font-family: 'Satoshi-Regular';
text-align: left;
padding-left: 10px;
line-height: 67.2px;
}
.smart-hiring-title p span { color: var(--yellow_600); }

.smart-hiring-highlight-card {
background: var(--black_solid);
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 48px 56px 63px 51px;
flex: 1.5;
border-radius: 22px;
}
.smart-hiring-highlight-card-container {
  width: 653px;
  display: flex;
  flex-direction: column;
}
.highlight-icon {
  width: 23px;
  height: 24px;
  margin-left: -13px;
  margin-top: -10px;
  margin-bottom: -13px;
  object-fit: cover;
  align-self: flex-start;
}
.smart-hiring-highlight-card-container p {
font-size: var(--text-48);
color: var(--white_700);
font-family: 'Satoshi-Bold';
line-height: 64px;
text-align: left;
}

.smart-hiring-button {
  width: 243px;
  height: 80px;
  margin-top: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--black_1000);
  padding: 20px 32px 20px 48px;
  border-radius: 36px;
  text-decoration: none;
  font-size: var(--text-24);
  background: var(--yellow_500);
  font-family: 'Satoshi-Bold';
  line-height: 40px;
}

.icon-btn { height: 24px; padding-left: 17px; }

.smart-hiring-row {
display: flex;
justify-content: space-between;
gap: 24px;
width: 100%;
}
.smart-hiring-card {
background: var(--white_700);
padding: 48px 40px 48px 40px;
border-radius: 22px;
gap: 24px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
text-align: left;
flex: 1;
}
.smart-hiring-card img {
width: 60px;
height: 60px;
}
.smart-hiring-card-title{
margin-top: 24px;
font-size: var(--text-24);
color: var(--black_1000);
font-family: 'Satoshi-Bold';
line-height: 36px;
}
.smart-hiring-card-desc {
margin-top: 24px; 
padding-right: 11.62px;
font-size: var(--text-18);
color: var(--gray_600);
font-family: 'Satoshi-Regular';
line-height: 27px;
}
/* === End Smart-Hiring Section === */

/* === Responsive Style For In-House Section === */
.in-house-section {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 72px 60px 72px; 
  width: 100%;
  background-color: #131A21;
}
.in-house-container {
    width: 100%;
}
.in-house-title {
  font-size: var(--text-20);
  color: var(--gray_800);
  font-family: 'Satoshi-Regular';
  line-height: 30px;
}
.in-house-heading {
  margin-top: 11px;
  padding-bottom: 23.89px;
}
.in-house-heading p {
  font-size: var(--text-48);
  color: var(--white_100);
  font-family: 'Satoshi-Regular';
  line-height: 67.2px;
}
.in-house-bar-container {
  margin-top: 11px;  
  position: relative;
  width: 100%;
}
.in-house-bar-yellow {
  height: 49px;
  background: linear-gradient(to right, #F8CC32, #000000);
  margin-top: 5px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-left: 11.67px;
  font-size: var(--text-22);
  color: var(--white_100);
  font-family: 'Satoshi-Bold';
  line-height: 33px;
}
.in-house-bar-gray {
  height: 49px;
  background-color: #798186;
  margin-left: 11.67px;
  margin-top: 11px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: var(--text-22);
  color: var(--white_100);
  font-family: 'Satoshi-Bold';
  line-height: 33px;
}
.in-house-divider-yellow {
  height: 49px;
  width: 5px;
  background-color: #F8CC32;
  position: absolute;  
}
.in-house-divider-gray {
  height: 49px;
  margin-top: 11px;
  width: 5px;
  background-color: #798186;
  position: absolute;
}
/* === End In-House Section === */

/* === Responsive Style For Customer-Testimonials Section === */
.customer-testimonials-body {
  background-color: var(--white_100);
  width: 100%;
  padding: 64px 88px 64px 88px; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.customer-testimonials-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.customer-testimonials-sub-header{
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.customer-testimonials-sub-header p {
  padding: 4px 12px;
  border-radius: 24px;
  background-color:  var(--gray_500);
  font-size: var(--text-18);
  color: var(--black_200);
  font-family: 'Satoshi-Regular';
  line-height: 27px;}

.customer-testimonials-header {
  margin-bottom: 77px;
  font-size: var(--text-40);
  color: var(--black_200);
  font-family: 'Satoshi-Bold';
  line-height: 48px;
}

.customer-testimonials-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; /* prevent wrapping until screen shrinks */
  gap: 32px;
}

.customer-testimonial {
  background: var(--white_700);
  padding: 32px 32px 61px 32px;
  border-radius: 16px;
  border: 1px solid #EEF2F6;
  box-shadow:
  0px 12px 16px -4px rgba(16, 24, 40, 0.08),
  0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  text-align: left;

}

.customer-testimonial-stars {
  width: 136px;
  font-size: 24px;
  margin-bottom: 31px;  
  gap: 4px;
  color: var(--yellow_200);
}

.para {
  font-size: var(--text-18);
  color: var(--gray_600);
  font-family: 'Satoshi-Regular';
  line-height: 27px; 
}

.customer-testimonial-profile {
  display: flex;
  align-items: center;
  margin-top: 31px;
}

.customer-testimonial-profile img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  margin-right: 16px;
}
.customer-testimonial-profile p {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.profile-info {
  display: block;
  font-size: var(--text-16);
  color: var(--black_1000);
  font-family: 'Satoshi-Bold';
  line-height: 24px; 
}
.profile-info span {
  font-size: var(--text-14);
  color: var(--gray_600);
  font-family: 'Satoshi-Regular';
  line-height: 21px; 
}

/* === End Customer-Testimonial Section === */

/* === Responsive Style For Why-Evohire Section === */
.why-evohire-section {
  background-color: var(--white_100);
  width: 100%;
  padding: 80px 100px; 
  text-align: center;
}

.why-evohire-title {
  margin-bottom: 56px;
  
}
.why-evohire-title p {
  /* margin-bottom: 56px; */
  font-size: var(--text-48);
  color: var(--black_1000);
  font-family: 'Satoshi-Regular';
  line-height: 52px; 
}

.why-evohire-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.why-evohire-box {
  background-color: var(--white_700);
  flex: 1;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

.why-evohire-box img { 
    height: 62px;
    width: 62px;
    margin-bottom: 32px; } 

.heading {
  margin-bottom: 12px;
  font-size: var(--text-24);
  color: var(--black_1000);
  font-family: 'Satoshi-Bold';
  line-height: 36px; 
}

.desc{
  font-size: var(--text-18);
  color: var(--gray_600);
  font-family: 'Satoshi-Regular';
  line-height: 27px; 
}
/* === End Why-Evohire Section === */

/* === End Style For Desktop=== */

/* === Responsive Styles for Tablet Screen (744px to 1024px) === */
@media (min-width: 744px) and (max-width: 1024px){
   
  /* === Responsive Style For Hero Section === */
  .hero-section-bg-vector {
    margin-top: -70px;
    background-image: url('../Assets/bg vector tab.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }

  .hero-section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 40px 97.33px 40px;
  }

  .hero-section-left { 
    max-width: 100%; text-align: left;
    padding: 0; }
  .hero-section-left p {
    font-size: var(--text-32);
    line-height: 130%;
    margin: 0;
  }
  .hero-section-stats { gap: 12px;  margin-top: 12px;  }

  .hero-section-stat-item {  height: 73px;  }
  .hero-section-stat-item strong {
    font-size: var(--text-24);
    line-height: 36px;
    margin-bottom: 8px;
  }

  .hero-section-stat-item span {
    font-size: var(--text-14);
    line-height: 21px;
  }
  .hero-section-stat-item-no-border strong {
    font-size: var(--text-24);
    line-height: 36px;
    margin-bottom: 8px;
  }
  .hero-section-stat-item-no-border span {
    font-size: var(--text-14);
    line-height: 21px;
  }

  .hero-section-right, .hero-section-square,
  .hero-section-blue-square,.hero-section-red-square,
  .hero-section-bar,
  .hero-section-bar.red, .hero-section-bar.blue {
    display: none;
  }

  .hero-section-buttons {
    max-width: 100%;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .hero-section-buttons button {
    width: 100%;
    flex-direction: column;
    height: 49px;
  }

  /* === Responsive Style For Smart-Hiring Section === */
.smart-hiring-flex-container {
margin: 32px 40px 32px 40px;
flex-direction: column;
align-items: center;
gap: 24px; 
}
.smart-hiring-row {
flex-direction: column;
align-items: center;
}

.smart-hiring-title{
gap: 8px;
width: 100%;
margin-bottom: 0px;
}
.smart-hiring-title p {
font-size: var(--text-32);
text-align: left;
padding-left: 0;
line-height: 130%;
}
.smart-hiring-highlight-card {
width: 100%;
padding: 77.5px 50px 77.5px 50px;
border-radius: 20px;
}
.smart-hiring-highlight-card-container {
  width: 288px;
  display: flex;
  flex-direction: column;
}
.highlight-icon {
  width: 23px;
  height: 24px;
  margin-left: -23px;
  margin-top: -9.5px;
  margin-bottom: -13px;
  object-fit: cover;
  align-self: flex-start;
}
.smart-hiring-highlight-card-container p {
font-size: var(--text-32);
line-height: 48px;
}
.smart-hiring-button {
width: 157px;
height: 52px;
margin-top: 24px;
padding: 14px 18px 14px 24px;
font-size: var(--text-14);
line-height: 21px;
}

.smart-hiring-card-title{ padding-right: 7.07px;  }

.smart-hiring-card-desc {
font-size: var(--text-14);
line-height: 21px;
}
  /* === Responsive Style For In-House Section === */
  .in-house-section {
    max-width: calc(100% - 80px);
     margin: 32px 40px 32px 40px; 
     padding: 60px 30px 60px 30px; 
    }
  
  .in-house-title {
    font-size: var(--text-14);
    line-height: 30px;
  }
  .in-house-heading p {
    font-size: var(--text-24);
    line-height: 130%;
  }

  /* === Responsive Style For Testimonials Section === */
 .customer-testimonials-body {  padding: 32px 40px 32px 40px;  }
 .customer-testimonials-header {
   margin-bottom: 24px;
   font-size: var(--text-24);
   line-height: 36px;
}
.customer-testimonials-wrapper { gap: 16px; }
.customer-testimonial { padding: 42.5px 24px;  }
.customer-testimonial-stars {  margin-bottom: 46px; }

.para {
  font-size: var(--text-14);
  line-height: 21px; 
}
.customer-testimonial-profile {  margin-top: 46px; }
.customer-testimonial-profile img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.profile-info {
  font-size: var(--text-14);
  line-height: 24px; 
}
.profile-info span {
  font-size: var(--text-10);
  line-height: 15px; 
}

  /* === Responsive Style For Why Evohire Section === */
  .why-evohire-section {
    max-width: calc(100% - 80px);
    margin: 32px 40px 32px 40px;
    padding: 0px;
    align-items: center;
    align-self: center;
 }
 
 .why-evohire-container { 
  padding: 24px 20px 16px 20px; 
   flex-direction: column;
   align-items: center;
   text-align: center;
   gap: 28px;
   justify-self: center;
   flex-wrap: nowrap;
 }
 
 .why-evohire-title {
  margin-top: -8px;
   margin-bottom: 0px;
 }
 .why-evohire-title p {
   letter-spacing: -2.4px;
 }
 
 .why-evohire-box {
   background-color: var(--white_700);
   flex: 1;
   text-align: center;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   justify-items: center;
 }
 
 .why-evohire-box img { 
     height: 62px;
     width: 62px;
     margin-bottom: 8px;
     margin-top: 16px; } 
 
 .heading {
   margin-bottom: 12px;
   font-size: var(--text-18);
   line-height: 27px; 
 }
 
 .desc{
  width: 270px;
   font-size: var(--text-14);
   line-height: 21px; 
   padding-bottom: 0px;
   margin-bottom: 0px;
 } 
}
/* === End Style For Tab === */

/* === Responsive Styles for Mobile Screen (320px to 744px) === */
@media (min-width: 320px) and (max-width: 744px) {
 
  /* === Responsive Style For Smart-Hiring Section === */
  .hero-section-bg-vector {
    margin-top: -70px;
    background-image: url('../Assets/bg vector mobile.svg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
  }
  .hero-section-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 20px 55.33px 20px;
  }

  .hero-section-left {  max-width: 100%; text-align: left; padding: 0; }
  .hero-section-left p {
    font-size: var(--text-32);
    line-height: 130%;
    margin: 0;
  }

  .hero-section-stats {  gap: 12px;  margin-top: 24px;   }
  .hero-section-stat-item {  height: 73px;  }
  .hero-section-stat-item strong {
    font-size: var(--text-24);
    line-height: 36px;
    margin-bottom: 8px;
  }

  .hero-section-stat-item span {
    font-size: var(--text-14);
    line-height: 21px;
  }
  .hero-section-stat-item-no-border strong {
    font-size: var(--text-24);
    line-height: 36px;
    margin-bottom: 8px;
  }

  .hero-section-stat-item-no-border span {
    font-size: var(--text-14);
    line-height: 21px;
  }

  .hero-section-right, .hero-section-square,
  .hero-section-blue-square,.hero-section-red-square,
  .hero-section-bar,
  .hero-section-bar.red, .hero-section-bar.blue {
    display: none;
  }

  .hero-section-buttons {
    max-width: 100%;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .hero-section-buttons button {
    font-family: 'Satoshi-Bold';
    width: 100%;
    flex-direction: column;
    height: 49px;
    
  }

 /* === Responsive Style For Smart-Hiring Section === */
  .smart-hiring-flex-container {
    margin: 20px 24px 20px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px; 
 }
  .smart-hiring-row {
    flex-direction: column;
    align-items: center;
  }
  
 .smart-hiring-title{
    gap: 8px;
    width: 100%;
    margin-bottom: 0px;
}
 .smart-hiring-title p {
  font-size: var(--text-32);
  color: var(--black_1000);
  font-family: 'Satoshi-Regular';
  text-align: left;
  padding-left: 0;
  line-height: 130%;
}

.smart-hiring-highlight-card {
  width: 100%;
  padding: 77.5px 12px 77.5px 50px;
  border-radius: 20px;
}

.smart-hiring-highlight-card-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.highlight-icon {
  /* background-color: yellowgreen; */
  width: 23px;
  height: 24px;
  margin-left: -23px;
  margin-top: -9.5px;
  margin-bottom: -13px;
  object-fit: cover;
  align-self: flex-start;
}
.smart-hiring-highlight-card-container p { 
  font-size: var(--text-32);
  line-height: 48px;
}
.smart-hiring-button {
  width: 157px;
  height: 52px;
  margin-top: 24px;
  padding: 14px 18px 14px 24px;
  font-size: var(--text-14);
  line-height: 21px;
}

.smart-hiring-card-title{ padding-right: 7.07px;  }

.smart-hiring-card-desc {
  font-size: var(--text-14);
  line-height: 21px;
 }

  /* === Responsive Style For In-House Section === */
  .in-house-section { padding: 60px 30px 60px 30px; }
  .in-house-title {
    font-size: var(--text-14);
    line-height: 30px;
  }
  .in-house-heading p {
    font-size: var(--text-24);
    line-height: 130%;
  }

  /* === Responsive Style For Customer-Testimonials Section === */
  .customer-testimonials-body {  padding: 24px 20px;  }
  .customer-testimonials-header {
    margin-bottom: 24px;
    font-size: var(--text-24);
    line-height: 36px;
 }
  .customer-testimonials-wrapper {
     flex-direction: column;
     align-items: center;
     gap: 16px;
 }
 
  .customer-testimonial { padding: 32px 24px;  }
  .customer-testimonial-stars {  margin-bottom: 46px;  }
  .para {
    font-size: var(--text-14);
    line-height: 21px; 
 }
  .customer-testimonial-profile {  margin-top: 46px;  }
  .customer-testimonial-profile img {
    width: 32px;
    height: 32px;
    margin-right: 4px;
 }
 
 .profile-info {
  font-size: var(--text-14);
  line-height: 24px; 
}
.profile-info span {
  font-size: var(--text-10);
  line-height: 15px; 
}

  /* === Responsive Style For Why-Evohire Section === */
  .why-evohire-section {
    align-items: center;
    padding: 24px 20px; 
 }
 
 .why-evohire-container {
   max-width: 624px; padding: 24px 20px; 
   flex-direction: column;
   text-align: center;
   gap: 8px;
 }
 
 .why-evohire-title{
  margin-bottom: 24px;
 }
 .why-evohire-title p {
   letter-spacing: -2.4px;
 }
 
 .why-evohire-box {
   background-color: var(--white_700);
   flex: 1;
   text-align: center;
   padding-top: 16px;
   padding-bottom: 16px;
 }
 
 .why-evohire-box img { 
     height: 62px;
     width: 62px;
     margin-bottom: 16px; } 
 
 .heading {
   margin-bottom: 12px;
   font-size: var(--text-18);
   line-height: 27px; 
 }
 
 .desc{
   font-size: var(--text-14);
   line-height: 21px; 
 }  

}
/* === End Styles for Screen (320px to 744px) === */