section p {
    margin: 0
}

.howWorks-page-hero-section {
    width: 100%;
    padding: 0rem 3rem;
}

.howWorks-hero-text-Content {
    max-width: 1700px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0 3rem;
    gap: 1rem;
    text-align: center;
}

.howWorks-hero-text-Content h1 {
    color: #1a1a1a;
    margin: 0
}

.howWorks-hero-text-Content p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}


.howWorks-hero-text-Content h3,
.howWorks-hero-text-Content h3 a {
    font-size: 1.25rem;
    font-weight: 500;
    color: #fff
}

.title {
    display: flex;
    align-items: center;
    gap: .7rem;
    flex-wrap: wrap
}

.title p {
    font-size: 1.375rem;
    font-weight: 400;
    color: #fff
}

.title h2 {
    font-size: 2.25rem;
    font-weight: 500;
    color: #fff
}

.title-mobile {
    display: none
}

.title-mobile h2 {
    font-size: 2.25rem;
    font-weight: 500;
    color: #fff
}

.title-mobile p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff
}

.howWorks-main-container {
    padding: 0rem 3rem;
}

.howWorks-main-wrapper {
    max-width: 1700px;
    margin: auto
}

.howWorks-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 1700px;
    margin: auto;
    gap: 2rem;
    padding: 64px 0;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.howWorks-wrapper .content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.howWorks-wrapper p.howWorks-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.content p {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.75rem
}

.content button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem
}

.content button:hover {
    background-color: #0056b3
}

.image {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 30rem
}

.image img {
    width: 600px;
    height: auto;
}

.boxes-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem
}

.box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.box h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .3rem;
    color: #1a1a1a;
}

.box p {
    font-size: .875rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.125rem
}

.section-second {
    margin-top: 64px;
}

.second-section-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem
}

.second-section-header h2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.75rem;
    color: #1a1a1a;
}

.para-wrapper p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a;
}

.howWorks-card-container {
    display: flex;
    gap: 20px
}

.howWorks-heading{
    font-size: 30px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 1rem;
    text-align: center;
}

.howWorks-card {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 1rem;
    padding: 2.375rem 3.375rem;
    transition: transform .2s;
    cursor: pointer
}

.howWorks-card:hover {
    transform: scale(1.01)
}

.howWorks-card img {
    width: 4rem;
    height: auto
}

.howWorks-card h3 {
    margin: .9rem 0 .5rem;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75rem;
    color: #1a1a1a;
}

.howWorks-card p {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a;
}

.howWorks-findJob-btn {
    background-color: #a5c5e5;
    color: #1a1a1a;
    border: 1px solid #a5c5e5;
    font-weight: bold;
    font-size: 1rem;
    padding: .5rem 1.5rem;
    border-radius: 3.125rem;
    cursor: pointer;
    margin-top: 2.25rem;
    display: inline-block;
    text-align: center;
    text-decoration: none
}
.section-third {
    display: flex;
    align-items: stretch;
    border-radius: .5rem;
    margin-top: 64px;
    gap: 4rem
}

.left-img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-img img {
    width: 517px;
    height: 100%;
    object-fit: contain;
}

.content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: .2rem
}

.content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a;
}

.arrow-boxes-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 1rem;
    margin-top: 20px;
    justify-content: space-between
}

.star-box {
    min-height: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: .5rem;
    width: max-content
}

.star-box-img {
    width: 1.5rem;
    height: 1.5rem
}

.star-box h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin: 0;
}

.arrow-box {
    display: flex;
    align-items: center;
    gap: 2rem
}

.star-box-one {
    background-color: #a5c5e5;
    border: 1px solid #a5c5e5;
    color: #1a1a1a;
}

.star-box-two {
    background-color: #a5c5d5;
    border: 1px solid #a5c5d5;
    color: #1a1a1a;
}

.star-box-three {
    background-color: #c6c6c6;
    border: 1px solid #dddddd;
    min-height: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: .5rem
}

.star-box-three img {
    width: 1.5rem;
    height: 1.5rem;
    color: black
}

.star-box-three h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin: 0;
}

.star-box-four {
    background-color: #fff;
    border: 1px solid #dddddd;
    min-height: 4rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: .5rem
}

.star-box-four img {
    width: 1.5rem;
    height: 1.5rem;
    color: black
}

.star-box-four h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin: 0;
}

.arrow-img-1 {
    width: 8vw
}

.arrow-img-2 {
    width: 16vw
}

.arrow-img-3 {
    width: 20vw
}

.light-blue-container {
    min-height: 13.5rem;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    margin-top: 4rem;
}


.light-blue-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem
}

.light-blue-container h1 {
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 2.75rem
}

.light-blue-container p {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.75rem
}


.light-blue-right img{
    width: 100%;
    height: auto;
}

.howWorks-chaining-header {
    margin-top: 4rem;
}

.howWorks-image-content-wrapper::-webkit-scrollbar {
    display: none
}

.images-chaining {
    display: flex;
    align-items: center;
    padding: 0rem 7rem;
    margin-bottom: 1rem;
    min-width: 89rem
}

.dotted-line {
    white-space: nowrap;
    position: relative;
    overflow: hidden
}

.dotted-line::after {
    content: "--------------------------------------------------------";
    letter-spacing: 6px;
    font-size: 30px;
    color: #9cbfdb;
    display: inline-block;
    vertical-align: 3px
}

.chain-img {
    background-color: #a5c5e5;
    border-radius: 4rem;
    padding: 1rem
}

.content-of-images {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    background-color: #fff
}

.card {
    flex-basis: 20%;
    width: 200px;
    min-height: 17rem;
    padding: 1rem 2rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 1rem;
    min-width: 17rem
}

.card h3 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem;
    color: #1a1a1a;
    margin-top: 1rem;
    margin-bottom: .76rem
}

.card p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    color: #1a1a1a;
}

nav.breadcrumb-container {
    list-style: none;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 2rem
}

nav.breadcrumb-container a,
nav.breadcrumb-container span {
    font-size: 16px;
    color: #1a1a1a;
}

/* faq */
.wd-faq-blog{
    margin: 64px 0;
    position: relative
}

.wd-faq-area{
    margin-top: 3rem;
}

.wd-faq-area .card-header {
    cursor: pointer;
    border-bottom: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.wd-faq-area .card-header .title {
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: flex;
    align-items: center;
    margin: 0;
}

.wd-faq-area .card-header .accicon {
    float: right;
    padding: 0 5px
}

.wd-faq-area .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(90deg)
}

.wd-faq-area .card-header:not(.collapsed) .rotate-icon path {
    stroke: #1a1a1a;
}

.wd-faq-area .card-faq {
    margin-bottom: 20px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20) !important
}

.wd-faq-area .card-faq:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0
}

.wd-faq-area .card-body {
    padding: 12px 0 0
}

.wd-faq-area .card-body p{
    margin: 0;
    font-size: 14px;
}

.rotate-icon {
    width: 8px;
    height: 16px
}

.lang_ar .wd-faq-area .card-header .rotate-icon {
    transform: rotate(180deg)
}

.lang_ar .wd-faq-area .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(90deg)
}

.view-job-list-btn{
    margin-top: 1rem;
}
.default-lr-button{
    background: #a5c5e5;
    border: 1px solid #a5c5e5;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
    padding: 8px 22px;
    cursor: pointer;
    display: block;
    width: fit-content;
}

h3.howWorks-chaining-title{
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.75rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 2rem;
}

.hero-banner-section {
    width: 100%;
    max-height: 450px; 
    overflow: hidden;
}

.hero-banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-text{
    padding-top: 2rem;
}

.hero-text h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    color: #1a1a1a;
    text-align: center;
}

@media screen and (max-width:1510px) {
    .howWorks-chaining-container {
        overflow: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none
    }
}

@media screen and (max-width:1200px) {
    .section-third {
        flex-direction: column;
        gap: 0rem
    }
    .left-img {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    .arrow-box img {
        display: none
    }
    .content {
        width: 100%;
        order: 2;
    }
    .star-box {
        width: 100%
    }
    .star-box-three {
        width: 100%
    }
    .star-box-four {
        width: 100%
    }
    .howWorks-wrapper {
        grid-template-columns: 1fr;
    }
    .image{
        min-height: auto;
    }
}

@media screen and (max-width:768px) {
    .breadcrumb-container-parent {
        padding: 0rem 1rem;
        padding-bottom: 2rem
    }
    .howWorks-hero-text-Content h1 {
        font-size: 1.5rem
    }
    .howWorks-main-container {
        padding: 0rem 1rem
    }
    .howWorks-hero-text-Content p{
        font-size: 16px;
    }
    .howWorks-page-hero-section {
        padding: 0rem 1rem;
        height: 11rem
    }
    .howWorks-hero-text-Content h3 {
        display: none
    }
    .howWorks-hero-text-Content {
        text-align: center
    }
    .title {
        display: none
    }
    .title-mobile {
        display: flex;
        flex-direction: column;
        gap: 1rem
    }
    .boxes-container {
        grid-template-columns: 1fr
    }
    .howWorks-chaining-container {
        margin-bottom: 4rem
    }
    .howWorks-card-container {
        flex-direction: column
    }
    .howWorks-card {
        padding: 1.5rem 1.5rem
    }
    .light-blue-container {
        padding: 2rem 1rem;
        margin-bottom: 3.75rem
    }
    .accordian-container {
        padding: 3rem 1rem
    }
}
@media screen and (max-width:576px) {
     .hero-text h1 {
        font-size: 24px;
    }
    .hero-banner-section {
        max-height: 220px;
    }
    .howWorks-wrapper{
        padding: 32px 0;
    }
    .section-second, .arrow-boxes-container, .howWorks-chaining-header {
        margin-top: 32px;
    }
    .howWorks-chaining-container{
        margin-bottom: 32px;
    }
    .arrow-boxes-container{
        gap: 1.5rem;
    }
    h3.howWorks-chaining-title {
        font-size: 1.4rem;
    }
    .page-container, .full-page-container{
        padding: 0 1rem;
    }
    .wd-faq-blog{
        margin-bottom: 3rem;
    }
    .howWorks-wrapper{
        margin-top: 0;
    }
    .light-blue-container h1, .content h2, .second-section-header h2, .howWorks-wrapper .content h2{
        font-size: 20px;
        line-height: normal;
    }
    .light-blue-container{
        flex-wrap: wrap;
        gap: 20px;
    }
    .image img {
        width: 100%;
        max-width: 280px;
        height: auto;
    }
    .howWorks-wrapper p.howWorks-subtitle {
        font-size: 1.15rem;
    }
    .howWorks-card h3 {
        font-size: 1.1rem;
        line-height: 1.4rem;
    }
    .left-img img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
    .star-box img{
        display: none;
    }
    .view-job-list-btn {
        margin: 0 auto;
    }
    .light-blue-right{
        margin: 0 auto;
    }
    .light-blue-right img{
        width: 90%;
        margin: 0 auto;
        display: flex;
    }
}
/* iPad mini / small tablets (portrait) */
@media screen and (min-width: 576px) and (max-width: 768px) and (orientation: portrait) {
     .image img {
    width: 100%;
    max-width: 380px;
    height: auto;
  }
     .howWorks-wrapper {
    padding: 48px 0;
  }

  .section-second,
  .arrow-boxes-container,
  .howWorks-chaining-header {
    margin-top: 48px;
  }

  .howWorks-chaining-container {
    margin-bottom: 48px;
  }
  .wd-faq-blog{
        margin-bottom: 3rem;
    }
  .light-blue-container h1,
  .content h2,
  .second-section-header h2,
  .howWorks-wrapper .content h2 {
    font-size: 22px;
  }
  .howWorks-wrapper p.howWorks-subtitle {
    font-size: 1.2rem;
  }
    .howWorks-card h3 {
    font-size: 1.25rem;
    line-height: 1.55rem;
  }
   .left-img img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
   h3.howWorks-chaining-title {
    font-size: 1.6rem;
  }
   .arrow-boxes-container {
    gap: 1.75rem;
  }
  .hero-text h1 {
        font-size: 26px;
    }

}

/* iPad Air (portrait) */
@media screen and (min-width: 769px) and (max-width: 820px) and (orientation: portrait) {
     .image img {
    width: 100%;
    max-width: 440px;
    height: auto;
  }
     .howWorks-wrapper {
    padding: 56px 0;
  }

  .section-second,
  .arrow-boxes-container,
  .howWorks-chaining-header {
    margin-top: 56px;
  }

  .howWorks-chaining-container {
    margin-bottom: 56px;
  }
  .wd-faq-blog{
        margin-bottom: 3rem;
    }
  .light-blue-container h1,
  .content h2,
  .second-section-header h2,
  .howWorks-wrapper .content h2 {
    font-size: 24px;
  }
  .howWorks-wrapper p.howWorks-subtitle {
    font-size: 1.25rem;
  }
    .howWorks-card h3 {
    font-size: 1.35rem;
    line-height: 1.65rem;
  }
   .left-img img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
    h3.howWorks-chaining-title {
    font-size: 1.75rem;
  }
   .arrow-boxes-container {
    gap: 2rem;
  }
  .hero-text h1 {
        font-size: 28px;
    }
}

/* iPad Pro 11" (portrait) */
@media screen and (min-width: 821px) and (max-width: 834px) and (orientation: portrait) {
    .image img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }
      .howWorks-wrapper {
    padding: 60px 0;
  }

  .section-second,
  .arrow-boxes-container,
  .howWorks-chaining-header {
    margin-top: 60px;
  }

  .howWorks-chaining-container {
    margin-bottom: 60px;
  }
  .wd-faq-blog{
        margin-bottom: 3rem;
    }
  .light-blue-container h1,
  .content h2,
  .second-section-header h2,
  .howWorks-wrapper .content h2 {
    font-size: 26px;
  }
    .howWorks-wrapper p.howWorks-subtitle {
    font-size: 1.35rem;
  }
    .howWorks-card h3 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
   .left-img img {
    width: 100%;
    max-width: 550px;
    height: auto;
  }
   h3.howWorks-chaining-title {
    font-size: 1.85rem;
  }
    .hero-text h1 {
        font-size: 30px;
    }
}

/* iPad Pro 12.9" and large tablets (portrait) */
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
      .image img {
    width: 100%;
    max-width: 550px;
    height: auto;
  }
     .howWorks-wrapper {
    padding: 64px 0;
  }

  .section-second,
  .arrow-boxes-container,
  .howWorks-chaining-header {
    margin-top: 64px;
  }

  .howWorks-chaining-container {
    margin-bottom: 64px;
  }
  .light-blue-container h1,
  .content h2,
  .second-section-header h2,
  .howWorks-wrapper .content h2 {
    font-size: 28px;
  }
  .wd-faq-blog{
        margin-bottom: 3rem;
    }
  .howWorks-wrapper p.howWorks-subtitle {
    font-size: 1.4rem;
  }
.howWorks-card h3 {
    font-size: 1.45rem;
    line-height: 1.72rem;
  }
    .left-img img {
    width: 100%;
    max-width: 620px;
    height: auto;
  }
  h3.howWorks-chaining-title {
    font-size: 1.9rem;
  }
  .arrow-boxes-container {
    gap: 2.5rem;
  }
     .hero-text h1 {
        font-size: 32px;
    }
}