html,
body {
  font-family: 'Roboto', sans-serif;
}

.hero-section {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #f8f9fa; */
  padding-top: 100px;
}

.hero-section .banner-logo {
  max-height: 500px;
}

.section {
  padding: 80px 20px;
}

.navbar-nav .nav-link {
  margin: 0 10px;
}

.btn-custom {
  margin: 0 5px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.custom-ol li {
  font-size: 1.25rem;
  font-weight: 300;
}

.custom-ol li {
  margin-bottom: 5px;
}

.th-bg {
  background: #f7b73e !important;
  font-weight: 500 !important;
}
.custom-btn {
    background: #F7B63C;
    color: #ffffff;
    width: 100%;
    border-radius: 8px;
    padding: 12px 0px;
}

.custom-btn:hover, .custom-btn:focus {
    background: #e3b052;
    color: #ffffff;
}
.custom-accordion-header {
  background-color: #fff !important;
  font-weight: 500;
  color: #212121 !important;
  padding: 8px 12px !important;
  font-size: 14px;
}

.accordion-button::after {
  height: 1rem !important;
}

.custom-accordion-header:hover {
  background-color: #e4e4e4 !important;
}

.accordion-button.custom-accordion-header:not(.collapsed) {
  background-color: #f6bc57 !important;
}

@media screen and (max-width:767px) {
  .hero-section .banner-logo {
    max-height: 300px;
    display: none;
  }

  .section {
    padding: 40px 20px;
  }
}

.menu-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: transparent;
  border: none;
  margin-top: 5px;
}

.menu-icon::after {
  content: "" !important;
  border: none !important;
}

.dropdown-item:active,
.dropdown-item:visited {
  background: #f7b73e !important;
}

.hero-section {
  padding: 120px 0;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url('../img/home/honey-grid.png') !important;
  background-color: #f7b63c; */
  background-size: 24px 24px;
  background-attachment: fixed;
  background-position: -1px 0;
  background-repeat: repeat;
  opacity: 0.85;
  /* Adjust this value for desired transparency */
  z-index: -1;
  /* Place it behind the content */
}

.hero-section .lead {
  font-size: 20px;
  font-weight: 500;
  color: #414141;
}

.nav-tabs .nav-link {
  color: #555;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #F9B73C;
  border-color: #F9B73C;
}

.features .nav-tabs {
  border: 0;
  background-color: color-mix(in srgb, #212529, transparent 96%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 6px;
  width: auto;
}

.features .nav-item {
  margin: 0;
  padding: 0 5px 0 0;
}

.features .nav-link {
  background-color: none;
  color: var(--heading-color);
  padding: 10px 30px;
  transition: 0.3s;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  margin: 0;
}

.custom-home-nav-tabs {
  width: 80%;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: .25rem;
}

.custom-home-nav-tabs::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  /* border: 5px solid #F9B73C; */
}

.pricing .pricing-item {
  /* background-color: color-mix(in srgb, #f7b63c, transparent 0%); */
  border: 1px solid #f7b63c;
  padding: 40px 40px;
  height: 100%;
  border-radius: 15px;
}

.social-icons a img {
  transition: transform 0.3s ease;
}

.social-icons a img:hover {
  transform: scale(1.2);
  /* Slightly enlarges the icon on hover */
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  /* Hidden by default */
  width: 50px;
  height: 50px;
  background-color: #f7b73e;
  /* Bootstrap primary color */
  color: white;
  border: none;
  border-radius: .25rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  transition: opacity 0.3s, transform 0.3s;
}

.scroll-to-top:hover {
  background-color: #f5bd55;
  /* Darker shade for hover */
  transform: scale(1.1);
  /* Slightly enlarge on hover */
}

.scroll-to-top i {
  font-size: 20px;
}

.btn-custom:hover,
.btn-custom:visited,
.btn-custom:focus {
  background-color: transparent;
}

.hh-nav .nav-link {
  position: relative;
}

.hh-nav .nav-link.active::after,
.hh-nav .nav-link:hover::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #f7b63c;
  top: 100%;
  width: 100%;
  left: 0;
  max-width: 180px;
}

.content-title {
  position: relative;
  margin-bottom: 3rem !important;
}

.content-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f7b63c;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.custom-ul-right-arrow {
  list-style: none;
  padding-left: 1rem;
}

.custom-ul-right-arrow li {
  padding-left: 40px;
  background-image: url('../img/home/arrow-right-circle.png');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left center;
  margin-bottom: 6px;
}

.custom-item {
  background-color: #ffffff;
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f7b63c;
  padding: 60px 40px;
  height: 100%;
  border-radius: 5px;
}

.custom-item h3 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 20px;
}

.custom-item .form-group {
  margin-bottom: 1rem;
}

.text-transparent {
  color: transparent;
}

.home-banner-content .lead {
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  text-align: left;
  margin-bottom: 8px;
}
.home-banner-content .custom-url {
  font-size: 18px;
  font-weight: 400;
  color: #212121;
  text-align: left;
  margin-bottom: 8px;
}
.home-banner-content .custom-url:hover{
  color: #ffffff;
}

.custom-hh-tabs {
  background-color: #ffffff;
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  height: 100%;
  border-radius: 5px;
}

.custom-hh-tabs .tab-item {
  font-size: 18px;
  font-weight: 500;
  padding: 4px 4px;
  cursor: pointer;
  margin-right: 20px;
  border-bottom: 4px solid #fff;
}

.custom-hh-tabs .tab-item.active {
  color: #212121;
  border-bottom: 3px solid #f7b63c;
}

.hh-caption-bg {
  /* background: #ffd08e;
  border-radius: .25rem;
  padding: 6px 12px;
  border: 2px solid #a8825d;
  font-size: 20px; */
  /* background: #ffffff; */
  color: #ffffff;
  border-radius: .25rem;
  padding: 6px 12px;
  /* border: 2px solid #e8a436; */
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media screen and (max-width:767px) {
  .custom-home-nav-tabs {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
  }

  .pricing-item {
    margin-bottom: 1rem;
  }

  .hero-section {
    /* background-color: #f7b63c !important; */
    background: rgb(247, 182, 60);
    background: linear-gradient(90deg, rgba(247, 182, 60, 1) 16%, rgba(195, 152, 73, 1) 58%, rgba(96, 71, 25, 1) 100%);
  }

  .hh-nav .nav-link {
    display: inline-block;
  }
  .about-info-icons{
    max-width: 100px !important;
    max-height: 100px !important;
  }
}
.about-info-icons{
  max-width: 200px;
  max-height: 200px;
}

#recruiter-tab-content .accordion-item .accordion-body,
#candidate-tab-content .accordion-item .accordion-body {
  background: #f8f9fa;
}

#recruiter-tab-content .accordion-item,
#candidate-tab-content .accordion-item {
  border: none !important;
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}

.hero-section {
  background: rgb(247, 182, 60);
  background: linear-gradient(90deg, rgba(247, 182, 60, 1) 16%, rgba(195, 152, 73, 1) 58%, rgba(96, 71, 25, 1) 100%);
}