@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* Reset all margins, paddings, and borders */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove default list styles */
ul,
ol {
  list-style: none;
}

/* Remove default styles for links */
a {
  text-decoration: none;
  color: inherit;
}

/* Set a consistent font family */
body {
  font-family: "Figtree", serif;
  line-height: 1.6;
}

/* Ensure images and media fit their containers */
img,
video {
  max-width: 100%;
  height: auto;
}

/* Reset button styles */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Remove outline on focus for better accessibility */
*:focus {
  outline: none;
}
.wp-block-list li 
{
	list-style:initial!important;
}
nav.navbar {
  padding-top:15px;
  padding-bottom:15px;

}

.blue_tag {
      background-color: rgb(23 45 95 / 50%);
    padding: 8px;
    color: #fff;
  display: inline-block;
  font-size: 15px;
  border-radius: 4px;
}

.gray_tag {
  background-color: rgba(20, 19, 57, 0.1);
  padding: 8px;
  color: #081120;
  display: inline-block;
  font-size: 15px;

  border-radius: 4px;
}

.red_tag {
  background-color: rgba(252, 38, 63, 0.1);
  padding: 8px;
  color: #081120;
  display: inline-block;
  font-size: 15px;

  border-radius: 4px;
}

.theme-text-heading-color {
  color: #081120;
}

.theme-text-para-color {
  color: #555;
}

/* ------------------- Home page ------------------- */
/* header styling */


/* Banner section */
#banner {
  background-color: #175ce0;
  padding: 8rem 0;
}

#banner h1 {
  font-size: 56px;
}

.request_btn {
  color: #172D5F;
}

#staffing_partner .card {
  width: 100%;
  background-color: #ECF3F6;
  position: relative;
}

#staffing_partner .card a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#staffing_partner .card .card-body {
  padding-top: 40px;
}

#staffing_partner .card .card-body h5 {
  color: #19326A;
  font-weight: bold;

}

#staffing_partner .card .staffing_icons {
  position: absolute;
  top: 47%;
  left: 17px;
}

/* staffing procedure */
#staffing_procedure {
  background-color: #175ce0;
}

/* services benefits */
.service_type {
  background-color: #F2F4F7;
  padding: 30px;
  border-radius: 4px;
}

.service_type .service_img {
  background-color: rgba(23 ,92, 224 , 0.3);

  border-radius: 50%;
  display: inline-block;
  padding: 20px;
}

.service_type:hover {
  background-color: #175ce0;
  color: #fff;
}

.service_type:hover p {
  color: #fff;
}

.service_type:hover .service_img {
  background-color: #fff;

}

/* success share */
#success_share {
  background-color: #F5F3F4;
}


.testimonial-container {
  width: 100%;
  margin: auto;
  /*overflow: hidden;*/
}

.testimonial-wrapper {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping */
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  /* Hide scrollbar for better UI */
  -ms-overflow-style: none;
  /* Hide scrollbar in IE */
  padding: 20px 0;
}

.testimonial-wrapper::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar in Chrome/Safari */
}

.testimonial {
  flex: 0 0 calc(50% - 10px);
  /* Each testimonial takes 50% width */
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  box-sizing: border-box;
}

.stars {
  color: gold;
  margin-bottom: 10px;
}

.testimonial h4 {
  margin: 10px 0 5px;
}

.scroll-btn {
  position: absolute;
  top: -20px;
  background: #185CE0;
  color: white;
  border: none;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 6px;
  z-index: 1000;
}

.scroll-btn.left {
  right: 70px;

}

.scroll-btn.right {
  right: 20px;
}

/* footer */
.cta-section {
  margin-top: -350px;
  background-color: #185CE0;
  color: white;
}

.cta-section input {
  width: 50%;
  max-width: 300px;
}

.cta-section .btn {
  background-color: white;
  color: #1e62e3;
  border-radius: 5px;
}

.cta-content {
  padding: 0 120px;
  align-self: center;
}

.footer {
  margin-top: 200px;
  background-color: #4C9BFE;
  color: white;
  padding: 200px 0 0 0;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.social-icons a {
  color: white;
  font-size: 20px;
  margin-right: 10px;
}

/* About us Page  */
.page-title {
  height: 220px;
}

.inner-pages {
  background-color: #F5F3F4;
}

.about-image {
  background-color: #185CE0;
}

/* Our service  */
#our_service {
  background-color: #081120;
}

#our_service .card {
  position: relative;
}

#our_service .card a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Our mission  */
#our_mission {
  background-color: #F5F3F4;
}

.mission_type {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
}

.mission_type .mission_img {
  background-color: rgba(77, 157, 255, 0.1);
  border-radius: 50%;
  display: inline-block;
  padding: 20px;
}

.mission_type:hover {
  background-color: #185CE0;
  color: #fff;
}

.mission_type:hover p {
  color: #fff;
}

.mission_type:hover .mission_img {
  background-color: #fff;
}

/* Hiring excellence */
.hiring_analytics {
  background-color: #F5F3F4;
}

.sidebar {
  background: #F5F3F4;
  padding: 20px;
}

.sidebar .list-group-item {
  margin-bottom: 15px;
  border: 0;
  border-radius: 0.375rem;
  padding: 0;



}

.sidebar .list-group-item a {
  padding: 12px;
  /* display: inline-block; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar .list-group-item a i {
  float: right;
}

.sidebar .list-group-item.active {
  background-color: #185CE0;
}

.onboard_help {
  background-color: #185CE0;
}
.follow_icons
{
	display:flex;
	justify-content:space-between;
}
.follow_icons a {
  background-color: rgba(77, 157, 255, 0.1);
 	border-radius: 50%;
	width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts {
  background-color: rgba(77, 157, 255, 0.1);
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
}

/* media queries  */
@media (max-width: 768px) {
  #banner {
    padding: 4rem 0;
  }

  /*.scroll-btn {*/
  /*  top: 0;*/
  /*}*/

  .cta-content {
    padding: 20px 30px;
  }
}