.hero-content{
    align-items: flex-start !important;
}

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

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

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

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


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

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

.about-first-section {
    display: flex;
    justify-content: space-between;
    gap: 8rem;
    padding: 64px 0;
}

.content {
    flex-basis: 50%;
    display: flex;
    flex-direction: column
}

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

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

.about-firstSection-rightImg {
    flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-firstSection-rightImg img {
    width: 500px;
}

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

.blue-container-section {
    width: 100%;    
    padding: 0 25px;
    margin-top: 64px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.blue-container-section h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a
}

.blue-container-section h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
}

.blue-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5.8rem;
    row-gap: 1rem;
    flex-wrap: wrap
}

.blue-slider::-webkit-scrollbar {
    display: none
}

.section-third-cards {
    margin-top: 64px;
}

.about-card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem
}

.about-cards-title {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 2rem;
}

.about-cards-title h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a
}

.about-cards-title p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 0 100px;
    margin: 0;
}

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

.about-card:hover {
    transform: scale(1.05)
}

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

.about-card h3 {
    margin: .9rem 0 .5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a
}

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

.dark-blue-container {
    background-color: #f5f5f5;
    padding: 25px;
    border-radius: 18px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
}

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

.dark-blue-container h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #1a1a1a
}

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

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

.view-job-list-btn a {
    background-color: #a5c5e5;
    border: 1px solid #a5c5e5;
    padding: .68rem 2rem;
    border-radius: 2rem;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.about-find-jobs-container {
    border-radius: 1.25rem;
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 1.25rem 25px;
    width: 100%;
    max-width: 1700px;
    margin: 2rem auto
}

.job-cardItems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 64px;
}

.card-item {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 1rem;
    padding: 2rem 2rem;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform .3s;
    cursor: pointer
}

.card-item:hover {
    transform: translateY(0.4rem)
}

.card-img-title-wrapper {
    display: flex;
    gap: .8rem;
    align-items: center
}

.card-title-wrapper h3 {
    font-weight: 500;
    font-size: 1.37rem;
    margin: 0
}

.card-img-title-wrapper p {
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a
}

.card-description-wrapper {
    display: flex;
    gap: .7rem
}

.salary {
    display: flex;
    align-items: center;
    gap: .5rem
}

.experience {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 6px;
    border-left: 1px solid #dddddd;
}

.location {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0rem .375rem;
    border-left: 1px solid #dddddd;
}

.full-onsite-btn {
    display: flex;
    align-items: center;
    gap: .3rem
}

.full-onsite-btn button {
    border-radius: 1rem;
    color: #1a1a1a;
    font-size: .75rem;
    font-weight: bold;
    padding: .375rem 1.1rem;
    cursor: pointer;
    border: 0;
}

.full-time {
    border: 1px solid #fdffcd;
    background-color: #fdffcd
}

.on-site {
    border: 1px solid #e9ffe3;
    background-color: #e9ffe3
}

.card-viewDetails-applyNow-btns {
    display: flex;
    align-items: center;
    gap: .5rem
}

.card-viewDetails-applyNow-btns button {
    padding: .5rem 2.5rem;
    border-radius: 3.125rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500
}

.card-viewDetails {
    border: 2px solid #a5c5e5;
    color: #a5c5e5;
    background-color: transparent
}

.card-applyNow {
    background-color: #a5c5e5;
    color: #fff;
    border: 1px solid #a5c5e5
}

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

.vision-header {
    text-align: center
}

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

.vision-header p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    padding: 0 100px;
}

.vision-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.vision-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 1rem;
    padding: 1.375rem 1rem;
    transition: transform .2s;
    cursor: pointer
}

.vision-card:hover {
    transform: scale(1.05)
}

.vision-card img {
    width: 4rem;
    height: auto;
    margin-bottom: .75rem
}

.vision-card h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: .75rem
}

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

.mission-container {
    display: flex;
    align-items: center;
    gap: 8.375rem;
    margin-top: 64px;
}

.mission-left-content {
    flex-basis: 50%
}

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

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

.mission-container img {
    width: 500px
}

/* 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-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 {
    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: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)
}

.highlight-text{
    background-color: #a5c5e5;
    color: #1a1a1a;
}

.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;
}
.hero-text p {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 1rem;
    text-align: center;
}
@media(max-width:991px) {
    .wd-faq-area .card-header .title,
    .wd-week-txt h4 {
        font-size: 16px
    }
    .wd-faq-area .card {
        padding: 0 0 15px
    }
}

@media screen and (max-width:1100px) {
    .about-first-section {
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .job-cardItems {
        grid-template-columns: repeat(2, 1fr)
    }
    .mission-container {
        flex-direction: column-reverse;
        gap: 3rem;
    }
    .vision-cards-container {
        grid-template-columns: repeat(2, 1fr)
    }
    .about-card-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:576px) {
    .hero-text h1 {
        font-size: 24px;
    }
    .hero-banner-section {
        max-height: 220px;
    }
    .about-first-section{
        padding: 32px 0;
    }
    .blue-container-section, .section-third-cards, .mission-container, .vision-section, .dark-blue-container, .wd-faq-blog{
        margin-top: 32px;
    }
    .page-container, .full-page-container{
        padding: 0 1rem;
    }
    .about-firstSection-rightImg{
        width: 80%;
        margin: 0 auto;
    }
    .content h2{
        font-size: 24px;
    }
    .about-cards-title p, .vision-header p{
        padding: 0;
    }
    .about-hero-text-Content{
        padding: 2.5rem 0 2.5rem;
    }
    .view-job-list-btn {
        margin: 0 auto;
    }
    .about-hero-text-Content h1 {
        font-size: 1.5rem
    }
    .about-main-container {
        padding: 0rem 1rem
    }
    .mission-container img{
        width: 80%;
    }
    .about-page-hero-section {
        height: 11rem;
        padding: 0rem 1rem
    }
    .about-hero-text-Content h2 {
        font-size: 2rem;
        font-weight: 500;
        color: #1a1a1a
    }
    .about-hero-text-Content p {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 1.5rem;
        color: #1a1a1a
    }
    .about-card-container {
        grid-template-columns: repeat(1, 1fr)
    }
    .blue-slider {
        column-gap: 2rem
    }
    .blue-slider img:nth-child(n+6) {
        display: none
    }
    .about-card {
        width: 100%
    }
    .job-cardItems {
        grid-template-columns: repeat(1, 1fr)
    }
    .blue-container-section {
        padding: 1rem 1rem
    }
    .dark-blue-container {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start
    }
    .card-viewDetails-applyNow-btns button {
        padding: .5rem 2rem;
        font-size: .7rem
    }
    .vision-cards-container {
        grid-template-columns: repeat(1, 1fr)
    }
    .accordian-container {
        padding: 2rem 1rem
    }

    .blue-container-section h2 {
        font-size: 1.4rem;
    }
    .blue-container-section h3 {
        font-size: 1.1rem;
    }
    .about-cards-title h2 {
        font-size: 1.4rem;
    }
    .about-card h3 {
        font-size: 1.1rem;
    }
    .about-card img, .vision-card img{
        width: 2rem;
    }
    .mission-left-content h2, .vision-header h2 {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .dark-blue-container h2 {
        font-size: 1.4rem;
    }
    .dark-blue-right{
        margin: 0 auto;
    }
    .dark-blue-right img{
        width: 90%;
        margin: 0 auto;
        display: flex;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) and (orientation: portrait) {
  /* iPad mini / small tablets (portrait) */
   .about-first-section {
    padding: 48px 0;
  }

  .blue-container-section,
  .section-third-cards,
  .mission-container,
  .vision-section,
  .dark-blue-container,
  .wd-faq-blog {
    margin-top: 48px;
  }
  .blue-container-section h2 {
    font-size: 1.6rem;
  }
  .blue-container-section h3 {
    font-size: 1.25rem;
  }
  .about-cards-title h2 {
    font-size: 1.6rem;
  }
   .about-card h3 {
    font-size: 1.25rem;
  }
  .mission-left-content h2, .vision-header h2, .dark-blue-container h2 {
    font-size: 1.6rem;
  }
    .about-firstSection-rightImg img, .mission-container img {
    width: 100%;
    max-width: 340px;
  }
   .vision-header p {
    padding: 0 40px;
  }
   .hero-text h1 {
        font-size: 26px;
    }

}

@media screen and (min-width: 769px) and (max-width: 820px) and (orientation: portrait) {
  /* iPad Air (portrait) */
    .about-first-section {
    padding: 56px 0;
  }

  .blue-container-section,
  .section-third-cards,
  .mission-container,
  .vision-section,
  .dark-blue-container,
  .wd-faq-blog {
    margin-top: 56px;
  }
  .blue-container-section h2 {
    font-size: 1.75rem;
  }
  .blue-container-section h3 {
    font-size: 1.35rem;
  }
   .about-cards-title h2 {
    font-size: 1.75rem;
  }
  .about-card h3 {
    font-size: 1.35rem;
  }
  .mission-left-content h2, .vision-header h2, .dark-blue-container h2 {
    font-size: 1.75rem;
  }
   .about-firstSection-rightImg img, .mission-container img {
    width: 100%;
    max-width: 380px;
  }
   .vision-header p {
    padding: 0 50px;
  }
  .hero-text h1 {
        font-size: 28px;
    }
}

@media screen and (min-width: 821px) and (max-width: 834px) and (orientation: portrait) {
  /* iPad Pro 11" (portrait) */
   .about-first-section {
    padding: 60px 0;
  }

  .blue-container-section,
  .section-third-cards,
  .mission-container,
  .vision-section,
  .dark-blue-container,
  .wd-faq-blog {
    margin-top: 60px;
  }
  .blue-container-section h2 {
    font-size: 1.85rem;
  }
  .blue-container-section h3 {
    font-size: 1.4rem;
  }
    .about-cards-title h2 {
    font-size: 1.85rem;
  }
   .about-card h3 {
    font-size: 1.4rem;
  }
   .mission-left-content h2, .vision-header h2, .dark-blue-container h2 {
    font-size: 1.85rem;
  }
   .about-firstSection-rightImg img, .mission-container img {
    width: 100%;
    max-width: 420px;
  }
   .vision-header p {
    padding: 0 60px;
  }
  .hero-text h1 {
        font-size: 30px;
    }
}

@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  /* iPad Pro 12.9" and large tablets (portrait) */
  .blue-container-section h2 {
    font-size: 1.9rem;
  }
  .blue-container-section h3 {
    font-size: 1.45rem;
  }
   .about-cards-title h2 {
    font-size: 1.9rem;
  }
  .about-card h3 {
    font-size: 1.45rem;
  }
   .mission-left-content h2, .vision-header h2, .dark-blue-container h2 {
    font-size: 1.9rem;
  }
  .about-firstSection-rightImg img, .mission-container img {
    width: 100%;
    max-width: 460px;
  }
  .vision-header p {
    padding: 0 80px;
  }
   .hero-text h1 {
        font-size: 32px;
    }
}
