:root {
    --tt-color: #333;
    --mid-gray: color: rgba(51, 51, 51, 0.80);
    --mid-green: #0A593C;
    --dark-green: #023529;
    
    --light-green: #07CE85;
    --lighter-green: #05F29B;
    --Color-5: #F9FAFB;
    --Text-Main-text: #334155;
      --font-10: 10px;
    --font-12: 12px;
    --font-14: 14px;
    --font-16: 16px;
    --font-18: 18px;
    --font-20: 20px;
    --font-40: 40px;
    --width-1440: 1440px;
    --width-1280: 1280px;
}
html, body {
    overflow-x: hidden;
}
body, button {
    font-family: 'Montserrat';
}
h1 {
    color: #FFF;
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    line-height: 88px; /* 130.556% */
    margin-bottom: 18px !important;
        max-width: 1086px;
    margin-left: auto;
    margin-right: auto;
}
h2{
    color: var(--light-green);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; 
}
h3{
    color: var(--dark-green);
    font-size: 40px;
    font-weight: 700;
    line-height: 56px; 
}
a {
    font-size: 16px;
}
p{
    color: var( --mid-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;  
}

#header {
    background: var(--dark-green);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.16);
    max-width: 1440px;
    margin: 32px auto 0;
    border-radius: 100px;
    padding: 20px 40px;
        height: auto;
}
#layout {
    padding-top: 0;
}
#header.gtm-lp-header.sticky-top {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
        transition: unset;
}
.gtm-lp-header-box .logo img {
    max-width: 170px;
}
/** paddings **/
.sanad-logos-section {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}
.gtm-stats-section, .hiring-challenge-gtm-section,
.gtm-onboarding-section,
.gtm-talentera-customer-reviews-section,
.gtm-industry-section {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.one-platform-gtm-section {
    padding-top: 88px;
    padding-bottom: 88px;
}
.gtm-hubspot-form-section,
.gtm-roi-calculator-section {
    padding-top: 80px;
}
.one-platform-gtm-section,
.gtm-hubspot-form-section,
.gtm-roi-calculator-section {
    padding-bottom: 120px;
}

.container-1440 {
    width: 100%;
    max-width: 1440px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.gtm-lp-header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}
.lang-header-buttons {
    display: flex;
    gap: 24px;
    align-items: center;
}
.lang-item a {
    color:var(--Color-5);
    font-family: 'Cairo';
    font-size: var(--font-16);
    font-weight: 600;
    line-height: 150%;
}
.lang-header-buttons > a{
    border-radius: 100px;
    background: var(--Color-4, #0FAF5D);
    padding: 12px 24px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 150%; 
}
.lang-header-buttons > a em {
    font-style: normal;
}
.lang-header-buttons .menu {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 24px;
    border-right: 1px solid #fff;
position: relative;
}
.lang-header-buttons .menu::before {
    content: unset;
    height: 25px;
    width: 24px;
    background: url(../../images/gtm-landing-page/globe-lang.svg) no-repeat center / contain;
    margin-right: 0;
    display: inline-block;
    position: absolute;
    left: -36px;
}
section.gtm-header-section {
    padding-top: 210px !important;
    padding-bottom: 145px;
    background-size: cover;
    background-repeat: no-repeat;
}
.gtm-header-row .vc_col-sm-12 .wpb_wrapper {
    text-align: center;
}
.green-badge-gtm {
    text-align: center;
    border-radius: 1000px;
    background: var(--lighter-green);
    padding: 4px 24px !important;
    display: inline-block;
    margin: 0 auto 16px;
    font-size: var(--font-14);
    position: relative;
    font-weight: 600;
}
.green-badge-gtm::after,
.green-badge-gtm::before {
    content: '';
    width: 8px;
    height: 8px;
    background:var(--dark-green);
    position: absolute;
    border-radius: 100%;
    top: 12px;
}
.green-badge-gtm::after {
    left: 12px;
}
.green-badge-gtm::before {
    right: 12px;
}
.gtm-header-row h1 + p {
    color: var(--Color-5);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    max-width: 700px;
    margin: 0 auto 50px;
}
.certified-sadaia {
    margin-bottom: 132px;
}
.certified-sadaia p {
    color: #EEE;
    text-align: center;
    font-size: var(--font-14);
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 9px;
}
.complies-guidelines p {
    color: #EEE;
    text-align: center;
    font-size: var(--font-14);
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
        margin-bottom: 12px;
}
.complies-guidelines div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.complies-guidelines > div > img:nth-child(1) {
    max-width: 46px;
}
.complies-guidelines > div > img:nth-child(2) {
    max-width: 155px;
}
.complies-guidelines > div > img:nth-child(3) {
    max-width: 50px;
}
.sanad-logos-section {
    background: var(--Color-5);
} 
.sanad-logos .logos-slider-row {
    padding-bottom: 0;
}
.sanad-logos p {
     color: var(--tt-color) !important;
    text-align: center !important;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 30px !important;
}
.sanad-logos .logos-slider-row .slick-slide {
    margin-right: 0;
}
.sanad-logos .logos-slider-row .logos-slider-gtm .slick-track > .slick-slide {
     margin-right: 58px;
}
.logos-slider-row img {
    display: block;
    margin: 0 auto;
    max-height: 60px;
        max-width: 100%;
}
.logos-slider-row + span {
    color: rgba(51, 51, 51, 0.70);
    text-align: center;
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%; 
    text-transform: capitalize;
    display: block;
    margin-top: 28px;
}
.hiring-challenge-gtm-section h3 {
    max-width: 800px;
}
.gtm-stats-section {
    background: var(--two-tone, linear-gradient(180deg, #FAFCFD 0%, #E1EFF1 100%));
}
.gtm-stats-row hr {
    background: rgba(10, 89, 60, 0.10);
    margin: 24px auto;
    width: 100%;
    max-width: 1200px;
}
.gtm-stats-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.gtm-stats-wrap div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.gtm-stats-wrap div strong {
    color: var(--Text-Main-text);
    text-align: center;
    font-size: var(--font-40);
    font-weight: 700;
    line-height: 40px;  
}
.gtm-stats-wrap div p {
    color: var(--dark-green);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
margin-bottom: 0;
}
.gtm-stats-wrap div img {
    display: block;
}
.hiring-challenge-gtm-row-first .wpb_wrapper {
    max-width: 835px;
    margin-left: auto;
    margin-right: auto;
}
.gtm-titles-row .wpb_wrapper * {
    text-align: center !important;
}
 
.hiring-challenge-gtm-row-two-boxes {
    display: flex;
    column-gap: 24px;
    max-width: 1160px;
    width: 100%;
}
.hiring-challenge-gtm-row-two-boxes + .hiring-challenge-gtm-row-two-boxes {
    margin-top: 56px;
}
.hiring-challenge-gtm-row-two-boxes::after,
.hiring-challenge-gtm-row-two-boxes::before {
    content: unset;
}
.hiring-challenge-gtm-row-two-boxes .vc_column-inner > .wpb_wrapper  {
    border-radius: 24px;
    border: 1px solid rgba(51, 51, 51, 0.20);
    background: #FFF;
padding: 36px 28px;
}
.hiring-challenge-gtm-row-two-boxes .vc_column-inner > .wpb_wrapper:hover {
    border: 1px solid rgba(51, 51, 51, 0.10);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
}
.hiring-challenge-gtm-row-two-boxes h4 {
    color: var(--dark-green);
    font-size: var(--font-20);
    font-weight: 700;
    line-height: 150%;  
    margin-top: 24px;
}
.hiring-challenge-gtm-row-two-boxes p {
    color: var(--tt-color);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    opacity: 0.8;
}
.one-platform-gtm-section {
    background: linear-gradient(180deg, rgba(240, 247, 248, 0.50) 40.73%, #FFF 54.29%, #E1EFF1 100%);
}
.hiring-challenge-gtm-row-first p {
    max-width: 698px;
    margin: 0 auto 56px;
    margin-bottom: 24px;
}
.gtm-ai-wrapper button {
    border-radius: 100px !important;
    border: 1px solid var(--mid-green);
    background: rgba(255, 255, 255, 0.00);
    padding: 12px 24px;
    color: var(--mid-green);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; 
    outline: none;
    font-family: 'Montserrat';
}
.gtm-ai-wrapper button.active,
.gtm-ai-wrapper button:hover {
    background: var(--mid-green) !important;
    color: #fff;
}
.gtm-ai-wrapper ul:not(.nav-pills, .green-check-list) {
    gap: 12px;
    margin-bottom: 56px !important;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}
.gtm-ai-info-boxes-wrapper {
    max-width: 1368px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.gtm-ai-info-box {
    border-radius: 16px;
    border: 1px solid #E2E7EB;
    background: #FFF;
    padding: 40px 34px;
}
.gtm-ai-info-box ul + div {
    border-radius: 10.667px;
    border: 1px solid rgba(2, 108, 104, 0.20);
    background: url(<path-to-image>) lightgray -0.191px -0.272px / 100% 100.262% no-repeat;
    overflow: hidden;
}
.gtm-ai-info-box p {
    min-height: 69px;
}
.gtm-ai-info-box .bg-success,
.bg-integrated {
border-radius: 1000px;
    background-color: var(--lighter-green) !important;
    color: var(--mid-green);
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;

}
.bg-integrated {
        background-color: #E1EFF1 !important;
}
.gtm-ai-info-box .badge + div {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}
.gtm-ai-info-box .badge + div h4 {
    margin-bottom: 0;
    color: var(--dark-green);
    font-size: var(--font-20);
    font-weight: 700;
    line-height: 150%; 
}
.gtm-ai-info-box :is(p, li) {
    color: var(--tt-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 150%; 
    margin-bottom: 12px;
}
.gtm-ai-info-box ul {
    margin-bottom: 24px !important;
    margin-left: 12px;
}
.gtm-ai-info-box li {
    margin-bottom: 9px;
}
.green-check-list {
    list-style-type: none;
    position: relative;
    padding-left: 34px;
    min-width: 100%;
}
 .gtm-ai-wrapper ul.nav-pills {
    display: flex;
    gap: 16px;
    margin-bottom: 56px !important;
    margin-left: auto;
    margin-right: auto;
margin-bottom: 16px !important;
}
.green-check-list li::before {
    list-style-type: none;
    content: '';
    background: url('../../images/gtm-landing-page/green-check.svg')no-repeat center / contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
}
.gtm-ai-wrapper {
    margin-bottom: 32px;
}
.gtm-btn .vc_general {
    border-radius: 100px;
    background: var(--mid-green) !important;
    color: #fff !important;
    padding: 16px 24px;
    font-size: var(--font-16);
    line-height: 24px;
}
div.gtm-btn {
    margin-top: 56px;
    margin-bottom: 0;
}
.gtm-onboarding-section {
    background: #F5FCF8;
    background-size: 560px;
    background-position: center 62%;
    background-repeat: no-repeat;
}
.gtm-onboarding-section .hiring-challenge-gtm-row-first .wpb_wrapper {
    max-width: 1000px;
}
.onboarding-badges {
    width: 100%;
    max-width: 1019px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 410px;
}
.onboarding-badge {
    border-radius: var(--Border-Radius-Radius24, 24px);
    background: var(--White, #FFF);
    box-shadow: var(--Shadow-X, 0) var(--Shadow-Y, 2px) var(--Shadow-Blur, 25px) 0 var(--Shadow-Color, rgba(43, 109, 245, 0.10));
    display: flex;
    align-items: center;
    width: 300px;
    padding: 16px 22px;
    gap: 12px;
    position: relative;
    border: 1px solid #fff;
}
.onboarding-badge:hover {
    background-color: #F4F4F4;
    border-color: rgb(166 166 166 / 50%);
}
.onboarding-badge img {
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
}
.gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(1){
    margin-bottom: 46px;
    justify-content: center;
}
.gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(2){
    margin-bottom: 72px;
    max-width: 845px;
    gap: 245px;
}
.gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(3){
    margin-bottom: 76px;
}
.gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(4){
    justify-content: center;
    margin-bottom: 99px;
    max-width: 845px;
    gap: 245px;
}
.onboarding-badge h4 {
    color: var(--Text-Main-text, #334155);
    font-size: var(--font-18);
    font-weight: 900;
    line-height: 28px; /* 155.556% */
}
.onboarding-badge span {
    display: block;
font-size: 15px;
    color: #212121;
}
.sanad-powered {
    text-align: center;
}
.sanad-powered p {
    color: var(--mid-gray);
    text-align: center;
    font-weight: 500;
    line-height: 24px; 
    margin-bottom: 0;
}
.sanad-powered p strong {
    color: var( --light-green);
    font-weight: 700;
    line-height: 24px;
}
.rocket-up {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: absolute;
    left: 71px;
    top: 102px;
}
.rocket-up span {
    padding: 4px 8px;
    border-radius: 1000px;
    background: var(--Colors-Green-light, #E4FAEC);
    color: var(--mid-green);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
}.rocket-up img {
    position: relative;
    right: -26px;
    top: 6px;
}
.rocket-down {
    position: absolute;
    top: -80px;
    left: 97px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rocket-down span {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 1000px;
    background: rgba(208, 213, 221, 0.32);
    color: var(--mid-green);
    font-size: var(--font-16);
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.5px;
    position: relative;
    left: 15px;
}
.rocket-down img{
        position: relative;
        left: -20px;
}
.gtm-onboarding-section .gtm-titles-row p {
    margin: 0 auto 105px;
}
.gtm-talentera-customer-reviews-section {
    background: #013727;
}
.gtm-talentera-customer-reviews-section h2 {
    color: var(--Color-9, #0FAF5D);
    text-align: center;
    font-weight: 700;
    line-height: 150%; 
    text-transform: capitalize;
}
.gtm-talentera-customer-reviews-section .wpb_wrapper {
    max-width: 1368px;
}
.gtm-roi-calculator-row .sanad-annual-saving p {
    font-weight: 600;
    font-size: 18px;
}
.sanad-annual-saving p strong {
    font-size: 38px;
}
.real-voice-badges {
    list-style-type: none;
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px auto 56px;
}
.real-voice-badges li {
    border-radius: 1000px;
    background: rgba(5, 242, 155, 0.10);
    color: #fff;
    display: inline-block;
    padding: 4px 12px;
}
.gtm-customer-reviews-slide-content {
    border-radius: 16px;
    border: 1px solid rgba(15, 175, 93, 0.43);
    background: #1B4B3D;
    padding: 25px 31px;
}
.gtm-customer-reviews-slide-content:hover {
        background-color: #256250;
}
.slick-slide div.gtm-customer-reviews-slide-content p {
    color: #FFF;
    font-style: italic;
    font-weight: 500;
    line-height: 150%; 
    text-align: left !important;
    margin-top: 14px;
    margin-bottom: 38px;
    min-height: 120px;
    opacity: 0.8;
}
.slick-slide div.gtm-customer-reviews-slide-content span {
    opacity: 0.8;
}
.slick-slide div.gtm-customer-reviews-slide-content :is(span, strong) {
    font-size: var(--font-16);
    color: #FFF;
    text-align: left !important;
    display: block;
}
.slick-slide div.gtm-customer-reviews-slide-content :is(strong) {
    color: var(--light-green);
    font-style: normal;
    font-weight: 700;
    line-height: 150%;  
}
.gtm-customer-reviews-slider .slick-slide:not(.gtm-customer-reviews-slide) {
    margin: 0 12px;
}
.gtm-customer-reviews-slider .slick-list {
    margin: 0 -12px;  
}

/* Slick dots container */
.gtm-customer-reviews-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  list-style: none;
  padding: 0;
      margin: 56px auto 0;
}
.gtm-customer-reviews-slider .slick-dots li {
    outline: none;
}
/* Individual dot */
.gtm-customer-reviews-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: rgba(217, 217, 217, 0.40);
  transition: background-color 0.3s ease;
      font-size: 0;
}

/* Active dot */
.gtm-customer-reviews-slider .slick-dots li.slick-active button {
  background-color: var(--light-green);
}
.gtm-industry-content .wpb_wrapper {
    max-width: 652px;
}
.gtm-industry-content h3 {
    margin-bottom: 32px;
}
.gtm-industry-content p {
    color: var(--tt-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
}
.gtm-industry-content .green-check-list li {
    margin-bottom: 8px;font-weight: 500;
}
.gtm-logos-content-box {
    border-radius: 24px;
    border: 1px solid var(--Color-8, #DFF7E2);
    background: #FFF;
    padding: 40px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.gtm-logos-content-box img {
    margin-bottom: 44px;
}
.gtm-logos-content-wrap > div:last-child img {
    max-height: 104px;
    margin-bottom: 9px;
}
.gtm-logos-content-box strong {
    color: var(--dark-green);
    text-align: center;
    font-size: var(--font-20);
    font-weight: 700;
    line-height: 150%; /* 30px */
    display: block;
    margin-bottom: 5px;
}
.gtm-logos-content-box span {
    color: var(--tt-color);
    text-align: center;
    font-size: var(--font-16);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}
.gtm-logos-content-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.gtm-not-txt {
    margin-top: 56px !important;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(1, 55, 39, 0.20);
    color: rgba(51, 51, 51, 0.80);
    font-size: var(--font-18);
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}
.gtm-not-txt strong {
    color: var(--light-green);
    font-size: var(--font-18);
    font-weight: 700;
    line-height: 24px;
}
.gtm-hubspot-form-row {
    border-radius: 36.156px;
    background: var(--Color-2, #0A593C);
    box-shadow: 0 3.013px 30.13px 0 rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 108px 30px;
}
.gtm-hubspot-form-row .wpb_wrapper > h2{
    color: #FFF;
    text-align: center;
    font-size: var(--font-40);
    font-weight: 700;
    line-height: 40px; /* 100% */
    margin-bottom: 8px;
}
.gtm-hubspot-form-row .wpb_wrapper > p{
    color: #F5FCF8;
    text-align: center;
    font-size: var(--font-18);
    font-weight: 500;
    line-height: 32px; 
    margin-bottom: 40px;
}
.hs-form-frame iframe{
        border-radius: 24px;
    border: 2px solid rgba(10, 89, 60, 0.66);
    background: var(--Color-5, #F9FAFB);
    box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.16);
    max-width: 800px;
    margin: 0 auto;
    display: block;
}

.gtm-lp-footer {
    border-top: 1px solid rgba(15, 62, 31, 0.10);
        padding: 48px;
}.gtm-lp-footer-first-row,
.gtm-lp-footer-second-row {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
.gtm-lp-footer-first-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}.gtm-lp-footer-logo-box div {
    margin-bottom: 16px;
}
.gtm-lp-footer :is(p, a) {
    margin-bottom: 0;
    color: var(--tt-color);
    font-size: var(--font-18);
    font-weight: 500;
    line-height: 32px;
}
.gtm-lp-footer-logo-box p {
    margin-bottom: 5px;
}
 .gtm-lp-footer-social-box {
    display: flex;
    justify-content: end;
    gap: 16px;
}.gtm-lp-footer-social-box .fa-brands {
    color: #333;
    font-size: 24px;
}
.gtm-lp-footer-content-box p {
    margin-bottom: 24px;
}
.gtm-lp-footer-first-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(32, 31, 34, 0.10);
    margin-bottom: 24px;
}
.gtm-lp-footer-second-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gtm-lp-footer-second-row div {
    display: flex;
    gap: 24px;
}
.gtm-roi-calculator-section {
    background: linear-gradient(180deg, #FFF 54.29%, #E1EFF1 100%);
}
.gtm-roi-calculator-section .sanad-calculator-form-wrap {
    padding: 0 46px 40px 37px;
    background: none;
    border-radius: 0;
    border: unset;
    padding-top: 0;
    margin-top: 37px;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.gtm-roi-calculator-section .sanad-roi-summary {
    border-radius: 0;
    border: unset;
    background: unset;
    justify-content: flex-end;
    padding: 37px 37px 55px 0;
}
.gtm-roi-calculator-section .sanad-calculator-form-wrap > div {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}
.gtm-roi-calculator-section .sanad-calculator-form-wrap > div h2 {
    margin-top: 22px;
    font-size: 22px;
    margin-bottom: 22px !important;
}
.gtm-roi-calculator-section .sanad-calculator-form-wrap > div img {
    max-width: 136px;
}
.gtm-roi-calculator-section .sanad-calculator-section {
    border-radius: 16px;
    border: 1px solid #E2E7EB;
    background: #FFF;
    margin-bottom: 40px;
}
.gtm-roi-calculator-section .sanad-calculator-section + p {
    text-align: center;
    margin-bottom: 12px;
    color: rgba(51, 51, 51, 0.80);
    font-weight: 500;
}
.sanad-calculator-form-wrap > div h2 {
    color: var(--dark-green) !important;
}
div.bar {
  height: 46px;  
}
.bar-txts label {
    margin-bottom: 10px;
}
.bar-txts :is(span, label) {
    color: var( --dark-green);
    font-size: var(--font-16);
    font-weight: 600;
    line-height: 150%;
}
.bar-txts span {
    text-align: right;
}.bar-txts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gtm-roi-calculator-row .sanad-roi-summary-txt {
    margin-top: 6px;
}
.gtm-roi-calculator-row .sanad-roi-summary-txt > p {
    color: var(--tt-color);
    font-size: var(--font-18);
    font-weight: 600;
    line-height: 150%; /* 27px */
}
.gtm-roi-calculator-row .sanad-annual-saving {
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #DFF0F2;
    margin-top: 10px;
}
.gtm-roi-calculator-row .sanad-annual-saving p :is(strong, span) {
    color: #0A593C;
}
.gtm-roi-calculator-row .sanad-calculator-form label {
font-size: 15px;
    margin-bottom: 11px;
}
.gtm-roi-calculator-row .sanad-calculator-form .form-control {
    padding: 13px 24px;
}
.gtm-roi-calculator-row .sanad-calculator-form .form-group{
    position: relative;
    margin-bottom: 25px;
}
.gtm-roi-calculator-row .sanad-calculator-form .form-group  .form-control + span {
    color: var(--dark-green);
    font-size: var(--font-14);
    font-weight: 400;
    line-height: 150%;
    position: absolute;
    right: 16px;
    bottom: 16px;
}
.gtm-roi-calculator-row  .sanad-calculator-form-wrap {
    margin-right: 46px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button  {
    -webkit-appearance: none;
}
.underline-btn .vc_general{
    font-size: var(--font-20);
    font-weight: 700;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0A593C !important;
    background-color: unset !important;
    border: unset;
    padding: 0;
    outline: none !important;
    border: unset !important;
}
.badge.coming-soon {
    background: #FFE700;
    padding: 8px 12px;
    font-size: 16px;
    color: var(--mid-green);
    margin-bottom: 24px;
    border-radius: 1000px;
    font-weight: 600;
}
.gtm-mobile-app-box {
    display: flex;
}
.gtm-ai-info-box.gtm-mobile-app-box {
    display: grid;
    grid-template-columns: 56% 41%;
    gap: 24px;
}
.gtm-mobile-app-box > div:last-child {
    background: url(../../images/gtm-landing-page/gtm-mobile-ai-bg.png) no-repeat center / contain;
    padding: 0px 3px 0px;
    text-align: center;
    display: flex;
    align-items: center;
}
.gtm-mobile-app-box > div:last-child img {
    border-radius: 24px;
    margin: 0 auto;
}
.main-navigaiotn {
    display: none;
}
/** new design changes for 1920 **/
h2, h3 {
    margin-bottom: 12px !important;
}
.sanad-logos-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.gtm-stats-row hr {
    margin: 36px auto 44px;
}
.hiring-challenge-gtm-row-first p {
    margin-bottom: 40px;
}
.hiring-challenge-gtm-row-first p {
    margin-bottom: 32px;
}
.gtm-ai-wrapper ul.nav-pills {
    margin-bottom: 24px !important;
}
.gtm-roi-calculator-section {
    padding-top: 156px;
}
.certified-complies-guidelines {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.complies-guide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
flex-direction: row-reverse;
}
.certified-sa {
    border-left: 2px solid rgb(5 242 155 / 20%);
    padding-left: 16px;
    margin-left: 16px;
}
.hiring-challenge-gtm-row-two-boxes {
    max-width: 1050px;
}
.hiring-challenge-gtm-row-two-boxes + .hiring-challenge-gtm-row-two-boxes {
    margin-top: 24px;
}
.hiring-challenge-gtm-row-two-boxes img {
    max-width: 65px;
}
.hiring-challenge-gtm-row-two-boxes h4 {
    margin-top: 21px;
}
.hiring-challenge-gtm-row-two-boxes h4 {
    font-size: 18.1px;
    margin-top: 21px;
}
.hiring-challenge-gtm-row-two-boxes p {
    font-size: 14.48px;
margin-bottom: 0;
}
.gtm-stats-wrap {
    max-width: 1192px; 
}
.one-platform-gtm-section {
    padding-top: 80px;
}
.gtm-ai-info-boxes-wrapper {
    max-width: 1344px;
    gap: 24px;
}
.gtm-ai-info-box {
    padding: 24px;
}
.gtm-ai-info-box .badge + div {
    margin-bottom: 8px;
}
div.gtm-btn {
    margin-top: 32px;
}
.roi-bar {
    margin-bottom: 18px !important;
}
.gtm-roi-calculator-row .sanad-roi-summary-txt > p {
    margin-bottom: 6px;
}
.underline-btn {
    margin-bottom: 0;
}
.gtm-logos-content-box {
        padding: 40px 20px 20px;
}
.gtm-industry-content p {
    margin-top: 20px;
}
.rocket-up, .rocket-down {
    display: none;
}
.gtm-onboarding-section .gtm-titles-row p {
    margin: 0 auto 40px;
}
.onboarding-badge img {
    max-width: 56px;
    max-height: 56px;
}

.flow-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    max-width: 835px;
}
.flow-row::before {
    /* content: "";
    position: absolute;
    top: 27px;
    left: 0%;
    width: 100%;
    border-top: 2px dashed #22c55e;
    z-index: 0; */
}
.flow-row-badge {
    position: relative;
    z-index: 1;
    text-align: center;
}
.flow-row-badge img {
    max-width: 56px;
}
.flow-row-badge div {
    margin-top: 12px;
}
.flow-row-badge h4 {
    color: #000;
    font-size: 18px;
    line-height: 130%;
    font-weight: 600;    margin-bottom: 0;
}
.flow-row-badge span {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}
.flow-row.second {
    margin-top: 133px;
    max-width: 618px;
}
img.zick-zack-lines {
    position: absolute;
    left: 0;
    top: -52px;
}
.gtm-onboarding-row .wpb_raw_code .wpb_wrapper {
    max-width: 862px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.zick-zack-lines-mobile {
    display: none;
}
@media(min-width: 1700px) {
    .gtm-roi-calculator-row {
        margin-top: 15px;
    }
}
@media(min-width: 851px) and (max-width: 1700px)  {
        #header {
        padding: 15px 30px;
    }
    .lang-header-buttons > a {
        font-size: var(--font-12);
    }
    p, a, span, strong, label, input,  .green-badge-gtm,
    .lang-item a{
        font-size: var(--font-12);
        line-height: 150%;
    }
    .certified-sadaia p, .complies-guidelines p,
    .logos-slider-row + span {
        font-size:10.5px;
    }
    .container-1440, #header,  .gtm-header-row .vc_col-sm-12 .wpb_wrapper,
    .gtm-lp-header-box  {
        max-width: 1080px;
    }
    
    /** paddings 1440px **/
    .gtm-stats-section, .hiring-challenge-gtm-section, .gtm-onboarding-section,
    .gtm-talentera-customer-reviews-section, .gtm-industry-section{
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .one-platform-gtm-section, .gtm-hubspot-form-section, .gtm-roi-calculator-section {
        padding-bottom: 90px;
    }
    .gtm-hubspot-form-section {
        padding-top: 60px;
    }
    #header {
        margin: 24px auto 0;
        border-radius: 75px;
    }
    .gtm-roi-calculator-section {
        padding-top: 60px;
    }
    #header .logo img {
        max-width: 124px;
    }
    .lang-header-buttons {
        gap: 18px;
    }
    .lang-header-buttons .menu {
        padding-left: 0;
        padding-right: 18px;
    }
    .lang-header-buttons > a {
        padding: 9px 18px;
        font-size: 12px;
    }
    section.gtm-header-section {
        padding-top: 157px !important;
        padding-bottom: 138px;
    }
    .gtm-header-row .vc_col-sm-12 .wpb_wrapper {
 
        margin-left: auto;
        margin-right: auto;
    }
    h1 {
            font-size: 42px;
        line-height: 46px;
        max-width: 814px;
        margin-top: 10px !important;
    }.gtm-header-row h1 + p {
        color: var(--Color-5);
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        max-width: 520px;
        margin: 0 auto 24px;
    }.certified-sadaia img {
        max-width: 120px;
    }.certified-sadaia p {
        font-size: var(--font-10);
        margin-bottom: 7px;
    }
    .certified-sadaia {
        margin-bottom: 99px;
    }
    .complies-guidelines > div > img:nth-child(2) {
        max-width: 115px;
    }
    .complies-guidelines > div > img:nth-child(1),
    .complies-guidelines > div > img:nth-child(3) {
        max-width: 38px;
    }
    .logos-slider-row img {
        max-height: 42px;
    }
    .sanad-logos p {
        margin-bottom: 22px !important;
    }.logos-slider-row + span {
        margin-top: 22px;
    }
    .gtm-stats-wrap {
        gap: 48px;
    }
    .gtm-stats-row hr,
    .gtm-stats-wrap {
        max-width: 894px;
    }
    .gtm-stats-wrap div strong {
        font-size: 30px;
        line-height: 30px;
    }.gtm-stats-wrap div p {
        line-height: 19.5px;
    }
    h2 {
        font-size: 12px;
        margin-bottom: 9px !important;
    }
    h3 {
        font-size: 30px;
        line-height: 42px;
        margin-left: auto;
        margin-right: auto;
    }
    .hiring-challenge-gtm-section h3{
        max-width: 627px;
    }
    .hiring-challenge-gtm-row-first p {
        max-width: 523px;
        margin-bottom: 24px;
    }
    div.hiring-challenge-gtm-row-two-boxes {
            max-width: 787px;
    }
    .hiring-challenge-gtm-row-two-boxes .vc_column-inner > .wpb_wrapper {
        border-radius: 18px;
        padding: 27px 21px;
    }div.hiring-challenge-gtm-row-two-boxes img {
        max-width: 44px;
    }
    .hiring-challenge-gtm-row-two-boxes p {
        font-size: 10.86px;
        margin-bottom: 0;
    }
    .hiring-challenge-gtm-row-two-boxes h4 {
        font-size: 13.58px;
        margin-top: 16px;
    }
    .gtm-ai-wrapper ul.nav-pills {
        margin-bottom: 18px !important;
    }
    .hiring-challenge-gtm-row-two-boxes {
        gap: 16px;
    }.hiring-challenge-gtm-row-two-boxes + .hiring-challenge-gtm-row-two-boxes {
        margin-top: 16px;
    }
    .gtm-ai-wrapper button {
        padding: 9px 18px;
        font-size: 12px;
    }
    .gtm-ai-wrapper ul.nav-pills {
        /* margin-bottom: 42px !important; */
    }
    .gtm-ai-info-boxes-wrapper {
        max-width: 1026px;
        gap: 18px;
    }
    .gtm-ai-info-box {
       border-radius: 12px;
      padding: 18px;
    }
    .gtm-ai-info-box .bg-success, .bg-integrated,
    .badge.coming-soon {
        padding: 3px 9px;
        font-size: 12px !important;
        line-height: 18px;
        margin-bottom: 12px;
    }
    .gtm-ai-info-box .badge + div h4 {
        font-size: 15px;
    }.gtm-ai-info-box .badge + div img {
        height: 22px;
        object-fit: contain;
    }
    .gtm-ai-info-box :is(p, li) {
        font-size: 11.25px;
        margin-bottom: 9px;
    }.gtm-ai-info-box p {
        min-height: 50px;
    }.gtm-ai-info-box li {
        margin-bottom: 7px;
    }
    .green-check-list {
        padding-left: 22px;
    }
    .green-check-list li::before {
        width: 16px;
        height: 16px;
    }div.gtm-btn {
         margin-top: 24px;
    }
    .gtm-onboarding-section .gtm-titles-row p {
        margin-bottom: 30px;
    }
    .gtm-ai-info-box ul {
         margin-bottom: 19px !important;
    }
    .gtm-ai-info-box ul + div {
        border-radius: 12px;
        border: 0.75px solid rgba(2, 108, 104, 0.20);
    }
    .gtm-ai-info-box {
        border-radius: 12px;
        }
    .gtm-btn .vc_general {
        border-radius: 10px;
        padding: 12px 18px;
        font-size: var(--font-12);
        line-height: 24px;
    }
   .gtm-onboarding-section h3 {
        max-width: 725px;
    }
.onboarding-badge {
        border-radius: 18px;
        min-width: 225px;
        width: 227px;
        padding: 12px 15px;
        gap: 9px;
        position: relative;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(1) {
        margin-bottom: 34px;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > :is(.onboarding-badges:nth-child(2), .onboarding-badges:nth-child(4)) {
        margin-bottom: 53px;
        max-width: 635px;
        gap: 183px;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(3) {
        margin-bottom: 54px;
        max-width: 764px;
        gap: 314px;
    }
    /* .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(1) {
        margin-bottom: 117px;
        max-width: 902px;
                gap: 302px;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(2) {
          margin-bottom: 119px;
        max-width: 1036px;
        gap: 436px;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(3) {
        margin-bottom: 57px;
        max-width: 902px;
        gap: 302px;
    } */
    .onboarding-badge img {
                max-width: 42px;
        max-height: 42px;
    }
    .onboarding-badge h4 {
        font-size: 13.5px;
        line-height: 21px;
                margin-bottom: 6px;
    }
    .onboarding-badge span {
            font-size: 11.25px;
        line-height: 19.5px;
    }
    .rocket-up {
        left: 49px;
        top: 77px;
    }
    .rocket-down {
        top: -70px;
        left: 78px;
    }
    .gtm-onboarding-section {
        background-size: 420px;
    }
    .gtm-customer-reviews {
        max-width: 1026px;
        margin-left: auto;
        margin-right: auto;
    }
     .real-voice-badges {
        gap: 18px;
        margin: 24px auto 42px;
    }
    .real-voice-badges li {
        border-radius: 1000px;
        background: rgba(5, 242, 155, 0.10);
        color: #fff;
        display: inline-block;
        padding: 3px 9px;
        font-size: 12px;
        line-height: 18px;
    }
    .gtm-customer-reviews-slide-content {
        border-radius: 12px;
        padding: 18px 24px;
    }
    .gtm-customer-reviews-slide-content img {
        max-width: 38px;
    }
    .slick-slide div.gtm-customer-reviews-slide-content p {
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 100px;
    }
    .slick-slide div.gtm-customer-reviews-slide-content :is(span, strong) {
        font-size: 12px;
    }
    .gtm-roi-calculator-section h3 {
        max-width: 590px;
    }
    .gtm-roi-calculator-section .sanad-calculator-section {
        margin-bottom: 42px;
        max-width: 999px;
    }
    .gtm-roi-calculator-section .sanad-calculator-form-wrap {
        padding: 0 50px 40px 40px;
        margin-top: 30px;
        border-right: 1px solid rgba(0, 0, 0, 0.20);
    }
    .gtm-roi-calculator-section .sanad-calculator-form-wrap {
        padding: 0 37px 25px 30px;
        padding-top: 0;
        margin-top: 30px;
        margin-right: 37px;
    }
    .gtm-roi-calculator-section :is(.sanad-calculator-form-wrap, .sanad-roi-summary) {
                width: 50%;
        max-width: 100%;
    }
    .gtm-roi-calculator-section .sanad-calculator-form-wrap > div img {
        max-width: 102px;
    }
    .gtm-roi-calculator-section .sanad-calculator-form-wrap > div h2{
            font-size: 18px !important;
            line-height: 150%; 
            margin-top: 16px;
            margin-bottom: 16px !important;
        }
        
        .gtm-roi-calculator-row .sanad-calculator-form label {
            font-size: 12px;
            margin-bottom: 9px;
        }.gtm-roi-calculator-row .sanad-calculator-form .form-control {
            padding: 11px 18px;
        }
        .sanad-calculator-form-wrap > div {
        margin-bottom: 18px;
    }
    .gtm-roi-calculator-row .sanad-calculator-form label {
        font-size: 12px;
        margin-bottom: 9px;
    }
    .gtm-roi-calculator-row .sanad-calculator-form .form-control {
       font-size: 11px !important; 
    }
    .gtm-roi-calculator-row .sanad-calculator-form .form-group .form-control + span {
        font-size: 10.5px;
        bottom: 10px;
    }
    .bar-txts :is(span, label) {
        font-size: 12px;
    }
    div.bar {
        height: 34px;
        border-radius: 12px;
    }
    .roi-bar {
        margin-bottom: 14px !important;
    }
    .gtm-roi-calculator-row .sanad-roi-summary-txt > p {
        font-size: 12.5px;
    }
    .gtm-roi-calculator-row .sanad-roi-summary-txt > p strong {
  font-size: 15.5px;
        line-height: 150%;
    }
    .gtm-roi-calculator-row .sanad-annual-saving {
        margin-top: 10px;
    }
    .gtm-roi-calculator-row .sanad-annual-saving p {
       font-size: 14px;
    }
    .gtm-roi-calculator-row .sanad-annual-saving p strong {
        font-size: 28px;
        line-height: 28px;
    }
    .gtm-roi-calculator-row .sanad-calculator-form .form-group {
        margin-bottom: 21px;
    }
    .underline-btn .vc_general {
        font-size: 15px;
        line-height: 24px;
    }
    .underline-btn.vc_do_btn {
        margin-bottom: 0;
    }
    .gtm-industry-content p {
        font-size: 13.5px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .gtm-industry-content .wpb_wrapper {
        max-width: 489px;
    }
    .gtm-industry-content h3 {
        margin-bottom: 24px;
    }
    .gtm-industry-content .green-check-list li {
        margin-bottom: 6px;
        font-size: 12px;
    }
    .gtm-logos-content-box {
        border-radius: 18px;
        padding: 18px 24px;
    }
    .gtm-logos-content-wrap > div:last-child img {
        max-height: 93px;
    }
    .gtm-logos-content-box img {
            margin-bottom: 33px;
        max-height: 55px;
    }
    .gtm-logos-content-box strong {
        font-size: 15px;
    }
    .gtm-logos-content-box span {
        font-size: 12px;
    }
    .gtm-logos-content-wrap {
        gap: 18px;
    }
    .gtm-not-txt {
        padding: 18px;
        border-radius: 12px;
        font-size: 13.5px;
        line-height: 24px;
    }
    .gtm-not-txt strong {
        font-size: 13.5px;
    }
    .gtm-hubspot-form-row {
        border-radius: 27px;
        padding: 81px 30px;
    }
    .gtm-hubspot-form-row .wpb_wrapper > h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 6px;
    }
    .gtm-hubspot-form-row .wpb_wrapper > p {
        font-size: 13.5px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .hs-form-frame iframe {
        border-radius: 18px;
        border: 2px solid rgba(10, 89, 60, 0.66);
        background: var(--Color-5, #F9FAFB);
        box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.16);
        max-width: 552px;
        margin: 0 auto;
        display: block;
    }
    .gtm-lp-footer-first-row {
        padding-bottom: 18px;
        margin-bottom: 18px;
    }
    .gtm-lp-footer :is(p, a) {
        font-size: 13.5px;
        line-height: 24px;
    }.gtm-lp-footer {
        padding: 36px 90px;
    }
    /* .gtm-onboarding-section {
        background-size: 640px;
    } */
     .complies-guide img {
        max-width: 32px;
    }
    .complies-guide img:nth-child(2) {
        max-width: 103px;
    }
    .certified-sa {
        padding-left: 12px;
        margin-left: 12px;
    }
    .certified-sa img {
        max-width: 107px;
    }
    .sanad-logos-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .gtm-stats-row hr {
        margin: 18px auto 18px;
    }.gtm-stats-wrap div img {
        max-width: 30px;
    }
    .gtm-mobile-app-box > div:last-child img {
        position: relative;
        top: -2px;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper {
        max-width: 654px;
    }
    .flow-row-badge h4 {
        font-size: 13.5px;
    }
    .flow-row-badge span {
        font-size: 12px;
        line-height: 19.5px;
    }.flow-row-badge img {
        max-width: 42px;
    }img.zick-zack-lines {
        left: 0;
        top: -42px;
        max-width: 670px;
    }.flow-row.second {
    margin-top: 97px;
    max-width: 462px;
}
}

@media(min-width: 851px) and (max-width: 1299px)  {
    p, a, span, strong, label, input, .green-badge-gtm, .lang-item a,
    .lang-header-buttons > a em,
    .slick-slide div.gtm-customer-reviews-slide-content :is(span, strong) {
        font-size: 10.6px;
        line-height: 150%; 
    }
    .certified-sadaia p, .complies-guidelines p, .logos-slider-row + span {
        font-size: 9.5px;
    }
    h2 {
        font-size: 10.6px;
        margin-bottom: 5px !important;
    }
    h3 {
        font-size: 26.667px;
        line-height: 37.333px;
        margin-bottom: 8px !important;
    }
    .sanad-logos-section {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
    }
    .gtm-stats-section, .hiring-challenge-gtm-section, .gtm-onboarding-section, .gtm-talentera-customer-reviews-section, .gtm-industry-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .one-platform-gtm-section, .gtm-hubspot-form-section, .gtm-roi-calculator-section {
        padding-bottom: 80px;
    }
    
    #header {
        padding: 13px 26px;
    }
    .container-1440, #header,
    .sticky-top .gtm-lp-header-box {
        max-width: 75%;
    }
    section.gtm-header-section {
        padding-top: 112px !important;
                padding-bottom: 119px;
    }
    .green-badge-gtm {
            position: relative;
            font-weight: 600;
            font-size: 9.33px;
            font-style: normal;
            font-weight: 600;
            line-height: 17.333px;
            letter-spacing: -0.333px;
    }
    .green-badge-gtm::after,
    .green-badge-gtm::before {
            top: 9px;
    }
    h1 {
        font-size: 37.33px;
        line-height: 58.7px;
            margin-bottom: 8px !important;
    }
    .gtm-header-row h1 + p {
        font-size: 13.33px;
        line-height: 21px;
        margin: 0 auto 20px;
    }
    .certified-sadaia {
        margin-bottom: 88px;
    }
    .complies-guidelines p {
        margin-bottom: 8px;
    }
    #header .logo img {
        max-width: 120px;
    }
    .gtm-stats-wrap div strong {
        font-size: 26.667px;
        line-height: 26.667px;
    }
    .gtm-stats-wrap div img {
        max-width: 26px;
    }
    .gtm-stats-wrap div p {
        line-height: 17.5px;
        margin-bottom: 0;
    }
    .hiring-challenge-gtm-row-first p {
        max-width: 465px;
        /* margin: 1px auto 37px; */
    }
    .hiring-challenge-gtm-row-two-boxes .vc_column-inner > .wpb_wrapper {
                border-radius: 15px;
        padding: 24px 19px;
    }div.hiring-challenge-gtm-row-two-boxes img {
        max-width: 40px;
    }
    .hiring-challenge-gtm-row-two-boxes h4 {
           font-size: 12.07px;
        margin-top: 14px;
        margin-bottom: 8px;
    }
    .hiring-challenge-gtm-row-two-boxes p {
        margin-bottom: 0;
        font-size: 9.66px;
    }    .hiring-challenge-gtm-row-first p {
        margin-bottom: 21px;
    }
    .gtm-ai-wrapper ul.nav-pills {
            gap: 11px;
    }
    div.hiring-challenge-gtm-row-two-boxes {
                max-width: 55.5%;
    } 
    .hiring-challenge-gtm-row-two-boxes {
        gap: 15px;
    }    
    .hiring-challenge-gtm-row-two-boxes + .hiring-challenge-gtm-row-two-boxes {
                margin-top: 15px;
    }
    .gtm-ai-wrapper button {
        padding: 8px 16px;
        font-size: 10.6px;
    }
.gtm-ai-wrapper ul.nav-pills {
        /* margin-bottom: 37px !important; */
    }.gtm-ai-info-boxes-wrapper {
        max-width: 71%;
        gap: 16px;
    }    .gtm-ai-info-box {
        padding: 16px;
    }
        .gtm-ai-info-box .bg-success, .bg-integrated, .badge.coming-soon {
        padding: 2.5px 8px;
        font-size: 10.6px !important;
        line-height: 16px;
        margin-bottom: 10px;
    }    
    .gtm-ai-info-box .badge + div h4 {
        font-size: 13.3px;
    }
    .gtm-ai-info-box .badge + div img {
        height: 20px;
        object-fit: contain;
        max-width: 74px;
    }
    .gtm-ai-info-box .badge + div {
        gap: 4px;
        margin-bottom: 5.3px;
    }
    .gtm-ai-info-box :is(p, li) {
        font-size: 10px;
        margin-bottom: 8px;
    }   
    .gtm-ai-info-box li {
        margin-bottom: 6px;
    }
    .green-check-list {
        padding-left: 18px;
    }
    .green-check-list li::before {
        width: 13px;
        height: 13px;
    }
    .gtm-ai-wrapper {
        margin-bottom: 18px;
    }
    .gtm-btn .vc_general {
            border-radius: 6px;
            padding: 10px 16px;
            font-size: 10.6px;
            line-height: 16px;
    }
    .gtm-onboarding-section .gtm-titles-row p {
        margin: 0 auto 26px;
    }
    .onboarding-badge img {
        max-width: 37px;
        max-height: 37px;
    }    
    .onboarding-badge {
        border-radius: 16px;
        min-width: 203px;
        width: 203px;
        padding: 10px 16px;
        gap: 8px;
        position: relative;
    }    .onboarding-badge h4 {
        font-size: 12px;
        line-height: 18px;
    }.onboarding-badge span {
        font-size: 10px;
        line-height: 17px;
    }    
    .rocket-up {
        top: 69px;
    }
    /*
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(1) {
        margin-bottom: 104px;
        max-width: 800px;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(2) {
        margin-bottom: 106px;
        max-width: 920px;
        gap: 388px;
    }    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(3) {
        margin-bottom: 50px;
        max-width: 800px;
    }    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(4) {
        margin-bottom: 111px;
    }  */
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(1) {
        margin-bottom: 30px;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > :is(.onboarding-badges:nth-child(2),.onboarding-badges:nth-child(4)) {
        margin-bottom: 53px;
        max-width: 563px;
        gap: 163px;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(3) {
        margin-bottom: 48px;
        max-width: 679px;
        gap: 279px;
    }
    .gtm-onboarding-section {
        background-size: 373px;
    }
       .real-voice-badges {
        gap: 16px;
        margin: 16px auto 37px;
    }
    .real-voice-badges li {
        font-size: 10px;
        line-height: 16px;
    }.gtm-customer-reviews-slide-content {
        border-radius: 11px;
        padding: 17px 21px;
    }
    .gtm-customer-reviews-slider .slick-slide:not(.gtm-customer-reviews-slide) {
       margin: 0 8px;
    } 
    .slick-slide div.gtm-customer-reviews-slide-content p {
        min-height: 80px;
    }   
        .hs-form-frame iframe {
        border-radius: 16px;
        } 
    .gtm-customer-reviews {
        max-width: 71.3%;
    }
.gtm-roi-calculator-section .sanad-calculator-form-wrap {
        padding: 0 30px 30px;
        padding-top: 0;
        margin-top: 24px;
        margin-right: 0;
        margin-left: 0;
    }
    .gtm-roi-calculator-section .sanad-roi-summary {
        padding: 26px;
    }    .sanad-calculator-form-wrap img {
        max-width: 100px;
    }
    .gtm-roi-calculator-section .sanad-calculator-form-wrap > div h2 {
        margin-bottom: 0 !important;
    }
    .gtm-roi-calculator-section .sanad-calculator-form-wrap > div {
        margin-bottom: 16px;
    }.gtm-roi-calculator-row .sanad-calculator-form label {
        font-size: 10.7px;
        margin-bottom: 8px;
    }    .gtm-roi-calculator-row .sanad-calculator-form .form-group {
        margin-bottom: 18px;
    }    div.bar {
        height: 33px;
        border-radius: 10px;
    }    .bar-txts :is(span, label) {
        font-size: 10px;
    }
    .roi-bar {
        margin-bottom: 13px !important;
    }    
    .gtm-roi-calculator-row .sanad-roi-summary-txt > p {
                font-size: 11.1px;
    }
   .gtm-roi-calculator-row .sanad-roi-summary-txt p :is(strong, span) {
                 font-size: 13.5px;
                line-height: 25px;
    }    .gtm-roi-calculator-row .sanad-calculator-form .form-control {
        padding: 8px 18px;
    }
    .gtm-roi-calculator-row .sanad-annual-saving {
        margin-top: 16px;
            border-radius: 10px;
    }.gtm-roi-calculator-row .sanad-annual-saving {
            padding: 13px 26px;
    }.gtm-roi-calculator-row .sanad-annual-saving p {
                font-size: 12.8px;
    }
     .gtm-roi-calculator-row .sanad-annual-saving p strong {
            margin-top: 8px;
     }
    .gtm-roi-calculator-row .sanad-annual-saving p :is(strong, span) {
                font-size: 26px;
                line-height: 26px;
    }   
     .gtm-roi-calculator-section .sanad-calculator-section {
        margin-bottom: 37px;
        max-width: 890px;
    }    
    .gtm-logos-content-box {
        border-radius: 16px;
        padding: 26px 20px 13px;
    }
    .underline-btn .vc_general {
        font-size: 13.3px;
        line-height: 21px;
    }
    .gtm-industry-content h3 {
        margin-bottom: 21px !important;
    }
    .gtm-industry-content p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 21px;
    }
    .gtm-industry-content .green-check-list li {
        margin-bottom: 6px;
        font-size: 10.6px;
    }    
    .gtm-industry-content .wpb_wrapper {
        max-width: 436px;
    }
    .gtm-logos-content-wrap {
        gap: 16px;
    }
    .gtm-logos-content-box img {
        margin-bottom: 29px;
        max-height: 48px;
    }
    .gtm-logos-content-box strong {
        font-size: 13.3px;
    }
    .gtm-logos-content-box span {
        font-size: 10.6px;
    }.gtm-not-txt {
        margin-top: 37px !important;
    }
    .gtm-not-txt {
        padding: 16px;
        border-radius: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .gtm-not-txt strong {
        font-size: 12px;
    }
    .gtm-hubspot-form-section {
        padding-top: 53px;
    }
    .gtm-hubspot-form-row .wpb_wrapper > h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .gtm-hubspot-form-row .wpb_wrapper > p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 25px;
    }
    .gtm-hubspot-form-row {
        border-radius: 24px;
        padding: 72px 30px;
    }
    .gtm-lp-footer {
        padding: 32px 80px;
    }    
    .gtm-lp-footer-first-row {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
        .gtm-lp-footer-content-box p {
        margin-bottom: 16px;
    }
    .gtm-lp-footer :is(p, a) {
            font-size: 12px;
            line-height: 21px;
    }
    .gtm-lp-footer-second-row div {
        gap: 20px;
    }
    .gtm-roi-calculator-section .sanad-calculator-section + p {
        margin-bottom: 8px;
    }
    .gtm-stats-wrap {
        gap: 42px;
        max-width: 794px;
    }.gtm-stats-wrap div img {
    max-width: 33px;
    }.gtm-stats-wrap div strong {
        font-size: 26px;
        line-height: 26px;
    }.gtm-stats-wrap div p {
        line-height: 17px;
        font-size: 11px;
    }

    .flow-row-badge img {
        max-width: 37px;
    }
        .flow-row-badge h4 {
        font-size: 12px;
    }.flow-row-badge span {
        font-size: 10.6px;
        line-height: 17.3px;
    }.gtm-onboarding-row .wpb_raw_code .wpb_wrapper {
        max-width: 554px;
    }img.zick-zack-lines {
        top: -33px;
        max-width: 582px;
    }    .flow-row.second {
        margin-top: 83px;
        max-width: 410px;
    }
}

@media(min-width: 851px) and (max-width: 1100px)  {
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > :is(.onboarding-badges:nth-child(1),.onboarding-badges:nth-child(3)) {
        margin-bottom: 70px;
        max-width: 700px;
    }
    .onboarding-badges {
        gap: 200px;
    }.gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(2) {
        margin-bottom: 120px;
        max-width: 800px;
        gap: 300px;
    }.gtm-industry-content .wpb_wrapper {
        max-width: 350px;
    }       div.hiring-challenge-gtm-row-two-boxes {
        max-width: 75%;
    }.gtm-ai-info-boxes-wrapper {
        max-width: 80%;
        gap: 16px;
    }    #layout {
        padding-top: 0;
    }
}

@media(max-width: 850px) {
    .lang-header-buttons {
        display: none;
    }
    .main-navigaiotn {
        display: block;
    }
    #header {
        padding: 16px 31px;
        margin: 16px auto 0;
        width: calc(100vw - 48px) !important;
        max-width: calc(100vw - 48px) !important;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        left: 24px;
        right: unset;
    }
    #header.gtm-lp-header.sticky-top {
        width: 100vw !important;
        max-width: 100vw !important;
        left: 0;
    }
    #mobile-menu {
        top: 18px !important;
        right: 30px !important;
    }   
    #mobile-menu:not(.open) {
        background-image: url(../../images/gtm-landing-page/harm-burger.png) !important;
    }
    .mobile-menu-activated .main-navigaiotn.active-menu::before {
        box-shadow: unset;
    }
    .mobile-menu-activated  .logo {
        display: none;
    }
.active-menu .lang-header-buttons {
    display: flex;
    margin-top: 136px;
    justify-content: center;
    width: 100vw;
    max-width: 100vw;
}
#header .main-navigaiotn ul {
        width: 100vw;        text-align: center;
    }
    #header .main-navigaiotn ul li a {
        font-weight: 700;
    }
   .gtm-lp-header .logo img {
        margin-top: -3px;
        max-width: 120px;
    }
    section.gtm-header-section {
        padding-top: 126px !important;
        padding-bottom: 48px;
    }
    .green-badge-gtm {
        font-size: var(--font-10);
        line-height: 17.333px;  
        letter-spacing: -0.333px;
        margin-bottom: 18px;
    }
    h1 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: -1.4px;
        margin-bottom: 16px !important;
    }
    .gtm-header-row h1 + p {
        color: #E0E0E0 !important;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        line-height: 24px; 
        max-width: 304px;
        margin: 0 auto 20px;
    }
    .certified-sadaia p {
        font-size: var(--font-10);
    }
    .certified-sadaia img {
        max-height: 37px;
    }
    .certified-sadaia {
        margin-bottom: 88px;
    }
    .complies-guidelines p {
        font-size: var(--font-10);
    }
    /** paddings mobile 850 **/
    .sanad-logos-section {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
    .gtm-stats-section, .hiring-challenge-gtm-section,
    .gtm-onboarding-section, .gtm-talentera-customer-reviews-section,
    .gtm-industry-section, .one-platform-gtm-section, .gtm-hubspot-form-section, .gtm-roi-calculator-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    section.vc_section {
        padding-left: 39px;
        padding-right: 39px;
    }
    .gtm-roi-calculator-section .sanad-roi-summary {
        padding-bottom: 40px !important;
        padding: 20px;
    }
    /** margin mobile 850 **/
    h2, h3 {
        margin-bottom: 20px !important;
    }
    .hiring-challenge-gtm-row-first p {
        margin: 0 auto 16px;
    }
    /** font sizes mobile **/
    h2 {
        font-size: 11px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px; /* 130% */
    }
    p {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.3px;
        color: #000;
    }
label, span, strong, .bar-txts :is(span, label), li {
    font-size: 10px;
}

    .sanad-logos p {
        margin-bottom: 13px !important;
        font-size: 12px;
    }
    .logos-slider-row img {
        max-height: 40px;
    }
    .logos-slider-row + span {
        margin-top: 16px;
        font-size: 10px;
    }.green-badge-gtm::after, 
    .green-badge-gtm::before {
        width: 6px;
        height: 6px;
        top: 9px;
    }
    .gtm-stats-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px;
    }.gtm-stats-wrap div strong {
        font-size: 26.667px;
        line-height: 26.667px;
    }.gtm-stats-wrap div p {
        margin-bottom: 0;
        font-size: 10.667px;
        line-height: 17.333px;
    }
    .hiring-challenge-gtm-row-first p {
        color: #000 !important;
    }
    .hiring-challenge-gtm-row-two-boxes {
        gap: 16px;
        flex-wrap: wrap;
    }
    .hiring-challenge-gtm-row-two-boxes .vc_column-inner > .wpb_wrapper {
        padding: 21px 26px;
            border-radius: 16px;
    }.hiring-challenge-gtm-row-two-boxes img {
    max-width: 48px;
    }.hiring-challenge-gtm-row-two-boxes h4 {
        margin-top: 16px;
        font-size: 13.333px;
        margin-bottom:8px ;
    }
    .hiring-challenge-gtm-row-two-boxes p {
        font-size: 10.667px;
        font-weight: 500;
        line-height: 150%;
    }
    .hiring-challenge-gtm-row-two-boxes + .hiring-challenge-gtm-row-two-boxes {
        margin-top: 16px;
    }
    .gtm-ai-wrapper ul.nav-pills {
        gap: 12px;
        margin-bottom: 16px !important;
    }
    .gtm-ai-wrapper button {
            padding: 8px;
             font-size: 10px;
    }.gtm-ai-info-box {
        border-radius: 9px;
        padding: 20px;
    }.gtm-ai-info-boxes-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}
    .gtm-ai-info-box .bg-success, .bg-integrated,
    .badge.coming-soon {
        font-size: 8.143px;
        padding: 2px 6px;
        line-height: 12.214px;
        margin-bottom: 6px;
    }
    .gtm-ai-info-box .badge + div h4 {
        font-size: 10.179px;
    }
    .gtm-ai-info-box .badge + div img {
        max-width: 13px;
    }
    div#tab1 .gtm-ai-info-boxes-wrapper > div:nth-child(2) .badge + div img {
    max-width: 56px;
}
    .gtm-ai-info-box .badge + div {
        margin-bottom: 4px;
    }
    .gtm-ai-info-box :is(p, li) {
        font-size: 7.634px;
        margin-bottom: 6px;
    }
    .gtm-ai-info-box p {
         min-height: auto;
    }
    .green-check-list li::before {
        width: 10px;
        height: 10px;
                width: 13px;
        height: 13px;
    }
    .green-check-list {
        padding-left: 15px;
    }
    .gtm-ai-info-box li {
        margin-bottom: 5px;
    }.gtm-ai-wrapper {
        margin-bottom: 0;
    }div.gtm-btn {
        margin-top: 16px;
    }
    .gtm-btn .vc_general {
        padding: 6px 16px;
        font-size: 11px;
        line-height: 24px;
    }
    .gtm-onboarding-section .gtm-titles-row p {
        margin: 0 auto 40px;
    }
    .onboarding-badges {
        max-width: 294px;
        gap: 30px;
    }
    .onboarding-badge {
        border-radius: 6px;
        padding: 6px;
        width: 127px;
        gap: 3px;
    }
    .onboarding-badge img {
        max-width: 20px;
        max-height: 20px;
    }
    .onboarding-badge h4 {
        font-size: 5.742px;
        line-height: 8.931px;
        margin-bottom: 3px;
    }
   .onboarding-badge  span {
        color: var(--Text-body, #777);
        font-size: 5.104px;
        line-height: 8.293px; /* 162.5% */
        display: block;
    }.gtm-onboarding-section {
        background-size: 120px;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges {
        margin-bottom: 50px !important;
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(2) {
        max-width: 352px;
        gap: 88px;
    }
    .rocket-up {
        left: 22px;
        top: 33px;
    }.rocket-up span {
    position: relative;
    left: -11px;
    border-radius: 381px;
    padding: 2px 6px;
}.rocket-up {
    left: 22px;
    top: 33px;
}
:is(.rocket-up, .rocket-down) img {
    max-width: 9px;
}
.rocket-down {
    top: -23px;
    left: 32px;
}
.rocket-down img {
    left: 0;
}
.rocket-up img {
    right: unset;
    top: 0;
}
.rocket-down span {
    padding: 2px 4px;
    border-radius: 100px;
}

.sanad-powered p {
    font-size: 8px;
}
    .real-voice-badges {
        gap: 16px;
        justify-content: center;
        margin: 16px auto 32px;
        flex-wrap: wrap;
        padding: 0;
    }.gtm-customer-reviews-slide-content {
        border-radius: 10px;
        padding: 17px 21px;
    }.gtm-customer-reviews-slide-content img {
        max-width: 33px;
    }
    .real-voice-badges li {
        border-radius: 666px;
        padding: 3px 8px;
        font-size: 10px;
        line-height: 16px;
        color: rgba(245, 252, 248, 0.80);
    }
    .slick-slide div.gtm-customer-reviews-slide-content p {
        color: #FFF !important;
        margin-top: 9px;
        margin-bottom: 25px;
        min-height: auto;
        font-size: 10px;
    }
    .slick-slide div.gtm-customer-reviews-slide-content :is(span, strong) {
        font-size: 10px;
    }
    .gtm-customer-reviews-slider .slick-dots {
        gap: 10px;
        margin: 23px auto 0;
    }
    .gtm-customer-reviews-slider .slick-dots li button {
        width: 10px;
        height: 10px;
    }.gtm-customer-reviews {
    max-width: 293px;
    margin-left: auto;
    margin-right: auto;
    }
    .gtm-roi-calculator-row {
        margin-top: 16px;
    }
    .gtm-roi-calculator-section .sanad-calculator-form-wrap {
        padding: 0 16px 26px;
        padding-top: 0;
        margin-top: 26px;
                margin-bottom: 0;
    }.gtm-roi-calculator-section .sanad-calculator-form-wrap > div img {
    max-width: 80px;
}
.gtm-roi-calculator-section .sanad-calculator-form-wrap > div h2 {
    margin-top: 7px;
}  
  div.sanad-calculator-form-wrap > div h2 {
        font-size: 14px !important;
        color: var(--Color-3, #023529) !important;
        margin-bottom: 0 !important;
    }.gtm-roi-calculator-row .sanad-calculator-form label {
    font-size: 10px;
    margin-bottom: 6px;
}.gtm-roi-calculator-row .sanad-calculator-form .form-control {
    padding: 1px 13px;
}.gtm-roi-calculator-row .sanad-calculator-form .form-control {
    padding: 7px 13px;
        font-size: 10px !important;
}.gtm-roi-calculator-row .sanad-calculator-form .form-group .form-control + span {
    font-size: 10px;
    right: 13px;
    bottom: 7px;
}
.gtm-roi-calculator-section .sanad-calculator-form-wrap {
    border-right: unset;
}div.bar {
        border-radius: 16px;
        height: 24px;
        border-radius: 7.325px;
        max-width: 95%;
        background-color: #F9FAFB;
    }.gtm-roi-calculator-row .sanad-roi-summary-txt > p {
        color: #9d9393;
        margin-bottom: 6px;
        font-size: 10px !important;
    }
    div.sanad-roi-summary-txt p :is(strong, span) {
        font-size: 10px !important;
        line-height: 18.313px;
    }
    div.sanad-annual-saving {
         padding: 7px 18px;
    }
    div.sanad-annual-saving p {
        font-size: 10px !important;
    }
    .sanad-annual-saving p strong {
        margin-top: 5px;
    }
    div.sanad-annual-saving p :is(strong, span) {
        font-size: 19px;
        line-height: 19px;
    }
    .underline-btn .vc_general {
        font-size: 10px;
        font-weight: 700;
        line-height: 18px;
    }
    .gtm-roi-calculator-section .sanad-calculator-section + p {
                font-size: 10px;
                line-height: 18px;
                max-width: 90%;
                margin-left: auto;
                margin-right: auto;
    }
    .underline-btn {
        margin-bottom:0 !important;
    }
    .gtm-industry-content p {
        font-size: 12px;
        line-height: 20px; /* 166.667% */
        letter-spacing: -0.3px;
        margin-bottom: 16px;
    }
    .gtm-industry-content .green-check-list li {
        margin-bottom: 6px;
        color: #333;
    }
    .gtm-logos-content-box img {
        margin-bottom: 29px;
    }
    .gtm-logos-content-wrap {
        column-gap: 16px;
                row-gap: 32px;
        margin-top: 32px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        }
.gtm-logos-content-box img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}
    .gtm-logos-content-box {
        border-radius: 16px;
        padding: 26px 12px 13px;
        min-height: 156px;
    }
    .gtm-logos-content-box strong {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .gtm-logos-content-box span {
        font-size: 10.667px;
        opacity: 0.8;
    }
    .gtm-logos-content-wrap > div:last-child img {
        max-height: 70px;
    }
  .gtm-not-txt {
    margin-top: 32px !important;
    padding: 16px;
    border-radius: 10px;
    }
    .gtm-not-txt, .gtm-not-txt strong {
            font-size: 12px;
            line-height: 16px;
    }
    section.vc_section.gtm-hubspot-form-section {
        padding: 0 !important;
    }
    .gtm-hubspot-form-row {
        border-radius: 0;
        padding: 40px 39px;
    }
    .gtm-hubspot-form-row .wpb_wrapper > h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .gtm-hubspot-form-row .wpb_wrapper > p {
        font-size: 12px;
        line-height: 20px; 
        letter-spacing: -0.3px;
    }
    .hs-form-frame iframe {
        border-radius: 16px;
    }.gtm-lp-footer {
    padding: 40px 24px;
}.gtm-lp-footer :is(p, a) {
    font-size: 12px;
    line-height: 21.333px;
}.gtm-lp-footer-logo-box img {
    max-width: 120px;
}.gtm-lp-footer-content-box p {
    margin-bottom: 16px;
    text-align: right;
}
.gtm-lp-footer-social-box {
    gap: 10px;
}
.gtm-lp-footer-second-row {
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 16px;
}
   .gtm-lp-footer-first-row {
     padding-bottom: 16px;
     margin-bottom: 16px;
    }
    .certified-complies-guidelines {
       flex-wrap: nowrap;
       flex-direction: row;
    }
   .certified-sa {
         border-right: 1.7px solid rgb(5 242 155 / 20%);
        padding-right: 13px;
        margin-right: 13px;
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }.complies-guide {
        gap: 10px;
    }
    .certified-sa img {
        max-width: 91px;
    }
.complies-guide img {
    max-height: 32px;
    object-fit: contain;
    max-width: 29px;
}
.complies-guide img:nth-child(2) {
    max-width: 90px;
}
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper > .onboarding-badges:nth-child(4) {
        gap: 88px;
    }
    .gtm-mobile-app-box > div:last-child {
        padding: 3px;
    }
    .gtm-mobile-app-box > div:last-child img {
        border-radius: 10px;
        position: relative;
        top: 0px;
    }
    .gtm-ai-info-box.gtm-mobile-app-box {
    gap: 12px;
}.gtm-ai-info-box ul {
    margin-left: 0;
}
    .flow-row {
        justify-content: space-between;
        margin: 40px auto;
        max-width: 90%;
                max-width: 303px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 84px;
    }
    .flow-row.second {
        margin-top: 149px;
        max-width: 91%;
        row-gap: 80px;
    }
    .flow-row.second > div:last-child{
        grid-column: 1 / -1;
        justify-self: center;
    }.flow-row-badge img {
        max-width: 42px;
    }.flow-row-badge h4 {
        font-size: 13.5px;
    }.flow-row-badge span {
        font-size: 12px;
        line-height: 19.5px;
    }
    .hiring-challenge-gtm-row-first h3 {
        max-width: 90%;
                margin-left: auto;
        margin-right: auto;
    }img.zick-zack-lines {
    display: none;
    }     
    .zick-zack-lines-mobile {
        position: absolute;
        left: 0px;
        top: -39px;
        display: block;
    }
    .sanad-powered {
        max-width: 272px;
        margin: 0 auto;
    }
    .sanad-powered :is(p, strong) {
        font-size: 14px;            
    }
    .gtm-onboarding-row .wpb_raw_code .wpb_wrapper {
      max-width: 333px;  
    }
    .green-check-list li::before {
        margin-top: 2px;
    }
    .gtm-ai-info-box :is(p, li) {
        font-size: 11px;
    }
}

@media(min-width: 576px) and  (max-width: 850px){
            .hiring-challenge-gtm-row-two-boxes {
                flex-wrap: nowrap;
            }
         .gtm-ai-info-boxes-wrapper {
            grid-template-columns: repeat(2, 1fr);
        }
        .gtm-roi-calculator-section .sanad-calculator-section {
            display: flex;
        }
        .hs-form-frame {
            min-height: 1050px;
            overflow-y: scroll;
        }
}

@media(max-width: 575px){
    .hs-form-frame {
        overflow: scroll;
        min-height: 1350px;
    }
    
}
