body {
    font-family: 'Encode Sans', sans-serif;
  
    background: #f1f1f1;
    font-size: 16px;
}
.all-web{
      background: #f1f1f1;
}

/*deepak changed*/

#notify {
    border-radius: 10px;
    width: 260px;
    padding: 10px;
    text-align: center;
    background: #000;
    display: block;
    color: white;
    z-index: 99999;
    margin: auto;
    font-weight: 700;
    font-size: 15px;
    position: fixed;
    right: 5%;
    bottom: -115px;
    transform: translate(0%, 0%);
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#notify.active {
    bottom: 20px;
}

.bg_section_web{
      position: relative;
    background: #004f4f;
    margin: 0 15px 15px 15px;
    border-radius: 30px;
}
  .btn {
    padding: 6px 17px !important;
    font-size: 14px;
}
  .bg_section_web::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://hireox.themeht.com/wp-content/uploads/2024/09/pettern-01.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
 
    z-index: 1;
  }

  .bg_section_web .container {
    position: relative;
    z-index: 2;
  }
.text-purple {
  color: #a100d8;
}
.b-radius {
  border-radius: 40px;
}
.banner_section {
  background: #fff;
  margin: 0 15px 15px 15px;
  border-radius: 30px;
}
.fs-24 {
    font-size: 24px;
}
.fs-14{
  font-size: 16px;
}
.fs-12 {
  font-size: 12px;
}
.bg-dark-btn{
  background: #f1f1f1;
}
@keyframes pulseBadge {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

.pulse-badge {
  animation: pulseBadge 1s infinite ease-in-out;
  display: inline-block;
}


.w-color{
  background:#a100d8;
  color: #fff;
}

li.mb-4 {
  border-bottom: 1px dotted #666;
  padding-bottom: 10px;
}

.hr_card {
    width: 100%;
    background: #f1f1f1;
    padding: 0px;
    border-radius: 12px;
    position: relative;
   
}
.hr_card  .one {
    inset: 0 auto auto calc(4em);
    border-bottom-right-radius: 1.25em;
    width: auto;
    position: relative;
    max-width: 100%;
    left: 0;
    white-space: nowrap;
    right: 5;
    padding: 0 8px 0 8px;
}

.hr_card h5 {
    font-size: 16px;
    padding-right: 16px;
     font-weight: 600;
}
.hr_card .holder {
    position: relative;
    display: grid;
    place-items: center;
    width: auto;
    height: 4em;
    background: #f1f1f1;
    display: flex;
    padding-left: 16px;
}
.hr_card  .one::before {
    content: "";
    position: absolute;
    top: calc(100% - 1.25em);
    left: -1.25em;
    width: 1.25em;
    height: 1.25em;
    border-bottom-right-radius: 1.25em;
    box-shadow: 0.3em 0.3em 0 0.3em #f1f1f1;
    transition: 1s ease;
}
.hr_card .one::after {
    content: "";
    position: absolute;
    top: -1.25em;
    left: calc(100% - 1.25em);
    width: 1.25em;
    height: 1.25em;
    border-bottom-right-radius: 1.25em;
    box-shadow: 0.3em 0.3em 0 0.3em #f1f1f1;
    transition: all 0.5s ease-in-out;
}
.footer-01{
    padding: 0px;
    background-color: #edf2ff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    color: var(--themeht-white-color);
    margin: 0px 15px;
    border-radius: 15px 15px 0px 0px;
    clear: both;
}
.border-right {
       border-right: 1px solid #dbdbdb;
}
.border-right {
       border-right: 1px solid #dbdbdb;
    z-index: 9999;
    position: relative;
    height: 100%;
}
.border-bottom {
    border-bottom: 1px solid #dbdbdb;
}
.serch-2 .form-control {
    font-size: 13px;
    background: #ebf2ff !important;
    color: #fff !important;
}
.serch-2 button.btn.btn-primary {
    font-size: 12px;
    background: #000000;
    border: 0;
}
.phone_1 {
    background: #2c2c2c;
    padding: 12px;
    border-radius: 14px;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%) !important;
}
.bg_section_web2 {
    position: relative;
    background: #fff;
    margin: 0 15px 15px 15px;
    border-radius: 30px;
}
.hr-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.hr-section .section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #000;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.feature-box {
  max-width: 300px;
  text-align: left;
}

.feature-box img {
  width: 40px;
  margin-bottom: 20px;
}

.feature-box h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
}

.feature-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

.saas-banner-area {
    background-color: #567df4;
    height: 100%;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.saas-banner-area .saas-banner-content {
    text-align: center;
    max-width: 640px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

.saas-banner-area .saas-banner-content span {
    color: #ffd202;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}




.saas-banner-area .saas-banner-btn .default-btn.bg-white:hover {
    background-color: #your-black-color !important;
    color: #your-white-color;
    border: 1px solid #your-black-color;
    box-shadow: 0px 20px 20px 0px #3f61b8;
}

.saas-banner-area .saas-banner-btn .default-btn.bg-main {
    color: #your-white-color;
    padding: 15px 50px;
}

.saas-banner-area .saas-banner-btn .default-btn.bg-main:hover {
    background-color: #your-white-color;
    color: #your-main-color;
    box-shadow: 0px 20px 20px 0px #3f61b8;
}

.saas-banner-area .saas-shape-content .saas-shape-1 {
    position: absolute;
    bottom: 100px;
    width: 330px;
    animation: moveBounce 5s linear infinite;
}

.saas-banner-area .saas-shape-content .saas-shape-2 {
    position: absolute;
    top: 330px;
    animation: animationFramesOne 20s infinite linear;
}

.saas-banner-area .saas-shape-content .saas-shape-3 {
    position: absolute;
    bottom: 100px;
    left: 10px;
    animation: animationFramesOne 20s infinite linear;
}

.saas-banner-area .saas-shape-content .saas-shape-4 {
    position: absolute;
    bottom: 350px;
    left: 250px;
    animation: animationFramesOne 20s infinite linear;
}

.saas-banner-area .saas-shape-content .saas-shape-5 {
    position: absolute;
    top: 120px;
    right: 150px;
    width: 150px;
    animation: moveBounce 2s linear infinite;
}

.saas-banner-area .saas-shape-content .saas-shape-6 {
    position: absolute;
    top: 270px;
    right: 95px;
    width: 25px;
    animation: moveBounce 3s linear infinite;
}

.saas-banner-area .saas-shape-content .saas-shape-7 {
    position: absolute;
    top: 120px;
    right: 10px;
    animation: moveBounce 5s linear infinite;
}

.saas-banner-area .saas-banner-img {
    position: relative;
    z-index: 1;
}

.saas-banner-area .saas-banner-img .saas-img-1 {
    animation: moveLeftBounce 3s linear infinite;
}

.saas-banner-area .saas-banner-img .saas-img-2 {
    position: absolute;
    top: -40px;
    right: 140px;
    max-width: 216px;
    animation: moveBounce 4s linear infinite;
}

.btn-outline-white:hover {
     background: #f1f1f1;
    border: 1px solid #fff;
    color: #000;
}
.rounded-20 {
      border-radius: 20px;
    }
    .btn-yellow {
      background-color: #fcd34d;
      color: #000;
      font-weight: 600;
    }
    .btn-yellow:hover {
      background-color: #fbbf24;
    }
    .chart-placeholder {
      background-color: #003f5c;
      border-radius: 20px;
      height: 240px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 1.2rem;
    }
    .tag-badge {
      background-color: white;
      border: 1px solid #ccc;
      font-size: 0.7rem;
      padding: 2px 6px;
      font-weight: bold;
      margin-right: 5px;
      border-radius: 5px;
    }
    .info-badge {
      font-size: 0.65rem;
      background: #e2e8f0;
      padding: 2px 8px;
      border-radius: 5px;
    }
    .btn-outline-white {
    border: 1px solid #fff;
    color: #000000;
    background: #f1f1f1;
}
     .chart-box {
      background-color: #003f5c;
      border-radius: 20px;
      padding: 20px;
      color: white;
    }
    canvas {
      max-height: 200px;
    }
/* ------------------------------------------------
                       Counter
------------------------------------------------ */
.counter {
  position: relative;
  z-index: 9;
}
.counter .counter-desc span {
    font-size: 34px;
    line-height: 70px;
    color: var(--themeht-dark-color);
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
.counter .counter-desc .count-number+span {
  position: relative;
}

.counter h6 {
  font-size: 16px;
  font-family: var(--themeht-typography-body-font-family);
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.counter-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--themeht-primary-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.counter.style-1 {
  display: flex;
  align-items: center;
  padding-left: 20px; 
}  
.counter.style-1 .counter-desc span.counter-info{
  color: var(--themeht-body-color);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase; 
  font-weight: 500;
  top: -19px;
  position: relative;
  margin-left: 15px;
}
.counter.style-1 .counter-desc{
  display: flex;
  align-items: end;
  margin-top: 34px;
}
.counter.style-1 h6 {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 500;
  position: relative;
  top: -8px;
  padding-left: 40px; 
  color: var(--themeht-body-color);
} 
.counter.style-1::before{
  content: "";
  position: absolute;
  top: 4px;
  left:-21px;
  width: 1px;
  height: 94%;
  background-color: #d5d5d5 ;
}
.counter.style-1 h6::before{
  content: "";
  position: absolute;
  top: 7px;
  left: -41px;
  width: 65px;
  height: 1px;
  background-color: #d5d5d5 ;
}
.accordion-item {
    border: 0;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
}
.all-web-1 .nav-link {
    font-size: 14px;
    padding: 0 16px !important;
}
.list-unstyled a {
    /* color: #000; */
    margin-left: 20px;
}
.navbar-nav .dropdown-menu {
    position: static;
    background: #f1f1f1;
    border: 0;
    font-size: 12px;
}
.footer_01 a {
    text-decoration: none;
    color: #000;
    /* margin-left: 18px; */
    line-height: 29px;
    font-size: 14px;
    text-decoration: none;
    line-height: 2.3;
    cursor: pointer;
    font-size: 14px;
}
.web-footer-subheadings {
    font-size: 17px;
    display: flex
;
    margin: 0 0 7px 0;
    align-items: center;
}
.demo-banner {
  background-color: #ff6d21;
  color: white;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  font-family: 'Segoe UI', sans-serif;
}


.demo-text .sub-heading {
    font-size: 24px;
    margin: 0;
    font-size: 22px;
    padding-top: 0px;
    font-weight: 100;
    line-height: 38px;
    letter-spacing: 1px;
}
.demo-text .main-heading {
 
    font-size: 30px;
    font-weight: 500 !important;
    letter-spacing: 0;
}

.demo-button .request-btn {
    background-color: white;
    color: #ff6d21;
    border: none;
    padding: 7px 32px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex
;
    align-items: center;
    transition: background 0.3s ease;
}

.request-btn .arrow {
  margin-left: 8px;
  font-size: 22px;
}

.request-btn:hover {
  background-color: #ffe2d2;
}

.web-footer-subheadings img {
    height: 16px;
    padding: 0 8px 0 0;
    font-size: 13px;
}
 .animated-text {
    font-size: 24px;
    font-weight: 600;
  }

  .highlighted {
    display: inline-block;
    animation: fadeInUp 1s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
   .typewriter-wrapper {
      font-size: 24px;
      font-weight: 600;
      font-family: 'Segoe UI', sans-serif;
    }

    .typewriter-text::after {
      content: '|';
      animation: blink 0.7s infinite;
      font-weight: normal;
      color: #000;
    }

    @keyframes blink {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
    }
 /* Pricing Overview */
.product-pricing-overview {
 position: relative;
  padding: 55px;
}
.product-pricing-overview .overview-head {
  font-size: 16px;
  text-align: center;
  color: #ff6d24;
  font-weight: 500;
}

.product-pricing-overview .overview-subhead {
  text-align: center;
  color: #03091a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 9px;
}

.product-pricing-overview .cards-flex {
  display: flex;
  justify-content: center;
  gap: 27px;
  padding-top: 45px;
}

.product-pricing-overview .cards-flex .overview-card {
  font-size: 15px;
  text-align: center;
  width: 300px;
  background-color: #fff;
  padding: 28px 30px;
  border-radius: 8px;
  box-shadow: 0px 8px 25px #0c246414;
}

.product-pricing-overview .cards-flex .overview-card-head {
  text-align: center;
  font-weight: 600;
}

.product-pricing-overview .cards-flex .overview-card-body {
  opacity: 0.8;
  font-weight: 500;
  padding-top: 13px;
}

.product-pricing-overview .cards-flex .overview-card-body > span {
  font-weight: 600;
  opacity: 1;
}

.product-pricing-overview .cards-flex .overview-border {
  margin: 22px 0;
  border-top: 1px solid #0c246433;
}

.product-pricing-overview .cards-flex .overview-card-footer {
  text-align: center;
  opacity: 0.8;
  font-weight: 500;
}

.product-pricing-overview .cards-flex .overview-card-footer > span {
  font-weight: 600;
  opacity: 1;
}

.product-pricing-overview .cards-flex .overview-card .footer-features {
  background: none;
  text-align: center;
  border: none;
  color: #ff6d24;
  font-weight: 500;
  font-size: 13px;
  padding-top: 7px;
}

.product-pricing-overview .overview-footer {
  text-align: center;
  opacity: 0.8;
  font-size: 14px;
  padding-top: 17px;
}

.product-pricing-overview .pricing-div {
  text-align: center;
  margin-top: 50px;
}

.product-pricing-overview .pricing-button {
  background: #1e5bfa;
  border: none;
  color: #fff;
  padding: 13px 35px;
  border-radius: 5px;
  font-size: 14px;
  text-decoration: none;
}

.product-pricing-overview .pricing-button:hover {
  color: #fff !important;
}
.testimonial-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  font-family: 'Segoe UI', sans-serif;
}

.testimonial-heading {
  width: 25%;
  text-align: center;
}

.emoji {
  font-size: 50px;
  margin-bottom: 10px;
}

.highlight {
  color: #ff4a00;
  font-weight: bold;
}
.custom-nav {
    width: 36px;
    height: 36px;
    background-color: #00724a;
    border-radius: 50%;
    color: white;
    position: relative;
    right: -34px;
}
.guaranteed {
  color: #1a1a1a;
  font-weight: bold;
}

.testimonial-navigation {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.custom-nav {
  width: 36px;
  height: 36px;
  background-color: #00724a;
  border-radius: 50%;
  color: white;
  position: relative;
}

.custom-nav::after {
  font-size: 16px;
}

.testimonial-swiper {
  width: 100%;
  position: relative;
}

.quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 60px;
  color: #91e0d6;
}

.brand-logo {
  height: 30px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}

.author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.name {
  font-weight: 600;
  color: #333;
}

.designation {
  font-size: 14px;
  color: #0c948f;
}

.rating {
  margin-top: 10px;
  color: #f5c000;
  font-size: 18px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f1f1f1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 0px 16px;
}
.navbar-nav .dropdown-menu {
    position: static;
    background: #f1f1f1;
    border: 0;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
   .onboarding-section {
      position: relative;
    }
    .onboarding-card {
      background-color: #e9f0ff;
      border-radius: 12px;
      padding: 20px;
      position: relative;
    }
    .profile-box {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 10px 15px;
      display: flex;
      align-items: center;
      gap: 10px;
      width: max-content;
      margin-bottom: 20px;
    }
    .profile-box img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
    }
    .salary-box {
      background: #fff;
      border-radius: 10px;
      padding: 15px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      width: 100%;
      max-width: 320px;
    }
    .salary-box input {
      border: 1px solid red;
    }
    .error-text {
      color: red;
      font-size: 13px;
      margin-top: 5px;
    }
    .germany-flag {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 40px;
    }
    .nav-link:focus-visible {
    outline: 0;
    border:0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}
    .nav-tabs .nav-link.active {
      border-color: transparent;
      border-bottom: 3px solid #000;
      font-weight: bold;
    }
    .nav-tabs .nav-link {
      color: #555;
    }
    .nav-tabs {
      border-bottom: 1px solid #ddd;
    }
    .testimonial-card {
    background: #f1f1f1;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    position: relative;
}
.accordion-button {
  
    background-color: #f1f1f1;
   
}
#backToTopBtn {
    position: fixed;
    bottom: 40px;
    left: 30px;
    z-index: 100;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #a4cfde;
    color: white;
    cursor: pointer;
    padding: 14px;
    border-radius: 50%;
    display: none;
    transition: all 0.3s ease-in-out;
    line-height: 9px;
}

#backToTopBtn:hover {
  background-color: #c40000;
}
.float2 {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 115px;
    right: 17px;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 26px;
    box-shadow: 0px 2px 3px #999;
    z-index: 100;
    background: #fff;
}

.my-float2 {
    margin-top: 9px;
}

.float2:hover {
    color: #fff;
}

.float {
    position: fixed;
    width: 45px;
    border-radius: 10px;
    height: 45px;
    bottom: 60px;
    right: 17px;
    box-shadow: 0px 2px 3px #999;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    background: #fff;
}

a.float2 img {
    width: 29px;
}

a.float img {
    width: 29px;
}

.my-float {
    margin-top: 9px;
}
@media (max-width: 768px) {
  .product-pricing-overview .cards-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    padding-top: 45px;
  }
  .navbar-nav {
    text-align: left !important;
    display: flex
;
    align-items: flex-start !important;
}
#startTrial1 {
    margin-top: 34px;
}
  .right-width{
      width:100% !important;
  }
  .counter .counter-desc span {
    font-size: 16px;
    line-height: 70px;
    color: var(--themeht-dark-color);
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
#onboardingTabs{
    display: none;
    }
.ps-width{
    width: 100%;
}
.counter.style-1 .counter-desc {
    display: flex
;
    align-items: end;
    margin-top: 0 !important;
    margin-bottom: 0;
}
.counter.style-1 {
    display: flex
;
    align-items: center;
    padding-left: 20px;
    margin: 30px 0 !important;
}
    .counter.style-1 h6 {
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        letter-spacing: 1px;
        font-weight: 500;
        position: relative;
        top: -8px;
        padding-left: 11px;
        color: var(--themeht-body-color);
        padding-right: 20px;
    }
.counter.style-1 h6::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -41px;
    width: 29px;
    height: 1px;
    background-color: #d5d5d5;
}

.all-web-1 .nav-link {
    font-size: 14px;
    padding: 9px 16px !important;
}
  .demo-banner {
    background-color: #ff6d21;
    color: white;
    padding: 35px;
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    font-family: 'Segoe UI', sans-serif;
    flex-direction: column;
}
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}
