body {
    font-family: "Open Sans", sans-serif;
    
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23414651' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


h1 {font-size: 64px}
h2 {font-size: 45px}
h4 {font-size: 36px}
h5 {font-size: 24px}
a {text-decoration: none}
.py-60 {padding-top: 55px; padding-bottom: 55px;}
.py-90 {padding-top: 90px; padding-bottom: 90px}
.pt-90 {padding-top: 90px;}
.px-90 {padding-right: 90px; padding-left: 90px;}
.mt-90 {margin-top: 90px;}
.mb-90 {margin-bottom: 90px}
.my-90 {margin-top: 90px; margin-bottom: 90px}
.my-60 {margin-top: 60px; margin-bottom: 60px}
.border-radius-24 {border-radius: 24px}
.fs-12 {font-size: 12px;}
.fs-14 {font-size: 14px;}
.fs-16 {font-size: 16px}
.fs-18 {font-size: 18px;}
.fs-36 {font-size: 36px;}
.fs-24 {font-size: 24px}
.bg-gray {background:#D7DFE5;color:#8E959B;}
.site-footer {background-color: #F5F7F8}
.footer-quick-nav {list-style-type: none; padding-right: 0;}
.footer-quick-nav li{line-height: 2}
.footer-quick-nav li a {font-weight: 400; color: #363636; }

.top-rounded-corners{
  --r: 60px;

  /* this makes the element's own background visible,
     while the masked-out parts become transparent */
  -webkit-mask-image:
    radial-gradient(circle var(--r) at top left, transparent calc(var(--r) - 1px), #000 var(--r)),
    radial-gradient(circle var(--r) at top right, transparent calc(var(--r) - 1px), #000 var(--r)),
    linear-gradient(#000, #000);

  -webkit-mask-position: 0 0, 100% 0, 0 0;
  -webkit-mask-size: calc(var(--r) * 2) calc(var(--r) * 2),
                      calc(var(--r) * 2) calc(var(--r) * 2),
                      100% 100%;
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;

  border-top-left-radius: var(--r);
  border-top-right-radius: var(--r);
}
.fw-extrabold {font-weight: 800}
.hp-hero h1 {font-size: 32px}
.pill {border-radius: 999px; padding: 4px 12px; display: inline-flex;align-items: center;}
.white-pill {border-radius: 30px; padding: 5.5px 10px}
.dark-border-pill {border: 1px solid #363636 }
.dark-pill {min-width: 80px; text-align: center; border-radius: 999px; border: 1px solid #363636; }
.nav-item .nav-link {font-size: 18px}
.nav-item .nav-link svg {position: absolute;}
.btn {border-radius: 30px;}
.extra-large {font-size: 67px}
.light-gradient {background: linear-gradient(180deg, #FFD6B8 37.11%, #FFFFFF 87.46%);}
.theme-gradient {background: linear-gradient(135.99deg, #EE3523 9.8%, #E87829 86.53%);}
.hero-search-bar {border-radius: 80px; box-shadow: 0px 4px 12px 0px rgba(136, 117, 179, 0.3);}
.hero-area-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    box-shadow: none;
    padding-inline-end: 28px; /* reserve space for custom arrow */
}

.hero-area-select:focus {
    border: none;
    box-shadow: none;
    outline: none;
}
.hero-select-wrapper {
    min-width: 200px;
}

.hero-select-arrow {
    position: absolute;
    inset-inline-end: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
    font-size: 12px;
}

.customer-logo {
    padding: 8px;    
    max-width: 200px;
    
}

.customer-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    
}
#loadMorePosts {min-width: 180px; transition: opacity 0.2s ease}
/******** POST CARDS **********


/* Slick spacing */
.latest-posts-carousel .slick-slide {
    padding: 0 12px;
    height: auto;
}

/* Card */
.post-card {
    border-radius: 24px;
    padding: 1.5rem 1rem; /* py-4 px-3 */
    background: #fff;
    height: 100%;
    border: 1px solid #000;
    
}
.post-title {height: 108px; overflow: hidden; }
/* Categories – single line with ellipsis */
.post-cats {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

/* Title – optional clamp */
.post-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read more */
.read-more-link {
    text-decoration: none;
}

.read-more-link img {
    flex-shrink: 0;
}

/* Optional hover */
.read-more-link:hover {
    text-decoration: underline;
}

.carousel-fluid {
    padding-inline-start: calc((100vw - 1320px) / 2);
    padding-inline-end: 0;
}

.carousel-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.carousel-arrow img {
    width: 17px;
    height: 17px;
    pointer-events: none;
}

.carousel-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.carousel-arrow:hover:not(:disabled) {
    filter: brightness(0.95);
}

.carousel-dots-wrapper {
    display: flex;
    justify-content: center;
}

.carousel-dots, .promotion-dots {
    display: flex;
    gap: 12px;
}

.carousel-dot {
    height: 8px;
    width: 32px;
    background-color: #CEBAFC;
    border-radius: 999px;
    transition: width 0.25s ease, background-color 0.25s ease;
    cursor: pointer;
}

.carousel-dot.is-active {
    width: 56px;
    background-color: var(--bs-primary);
}


body {
    overflow-x: hidden;
}
 
/****** end of post cards *****/ 

/** IS HOT CAROUSEL **/

.hot-jobs-carousel-wrapper{
    position: relative;
    padding-right: calc((100vw - 1320px) / 2);
    padding-left: 0;
}

.hot-job-slide {
    width: 360px;   /* controls peek */
    padding: 0 12px;
    height: 770px;
}
.hot-job-description {
    line-height: 1.4;
    min-height: 150px;
    max-height: 4.8em;   /* 1.6 × 4 lines */
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.job-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;   /* limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.1;
    min-height: 3.2em;         /* ensures 2 lines reserved */
    max-height: 90px;
}


.hot-job-slide .border-radius-24 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hot-job-slide a {
    margin-top: auto;
}
.preferred-weekend-row {
    position: relative;
}

.with-vertical-divider {
    position: relative;
}

.with-vertical-divider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;          /* divider sits between the two cols */
    width: 1px;
    background-color: #D7DFE5;
}

.job-action-btn {
    height: 50px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 16px;
    display: flex; align-items: center;
}

.job-share-btn {
    background-color: #DEE6ED;
    color: var(--bs-primary);
    border: none;
}

.job-share-btn:hover {
    background-color: #d3dde6;
    color: var(--bs-primary);
}

/**** APPLY JOB MODAL *****/

form{direction: rtl;}

.cf7-submit input[type="submit"] {
    background: var(--bs-primary);
    color: #fff;
    height: 56px;
    border-radius: 999px;
    border: none;
    font-weight: 700;
}


.muadefet-input {
    height: 56px;
    border: 1px solid #D7DFE5;
    border-radius: 999px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    
    
}
input[type="date"] {display: flex;}
.muadefet-input:focus {
    box-shadow: none;
    border-color: var(--bs-primary);
}
/* RTL select fix */
.muadefet-input.form-select {
    direction: rtl;
    text-align: right;

    /* Space for arrow on the LEFT */
    padding-right: 16px;
    padding-left: 44px;

    /* Move native arrow to the left */
    background-position: left 16px center;
}
.muadefet-submit-btn {
    height: 56px;
    border-radius: 999px;
    font-weight: 700;
}

/* CONTACT FORM */
/* Wrapper */

/* Rows */
.cf7-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.cf7-field {
  flex: 1;
    width: 100%
}

/* Labels */
.cf7-field label,
.cf7-row-textarea > label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Inputs */
.cf7-muadefet-form input[type="text"],
.cf7-muadefet-form input[type="email"] {
  width: 100%;
  height: 56px;
  border-radius: 56px;
  border: 1px solid #D7DFE5;
  padding: 0 20px;
  font-size: 16px;
  outline: none;
    direction: rtl; text-align: right;
}

/* Textarea wrapper */
.cf7-textarea-wrapper {
  position: relative;
}

/* Textarea */
.cf7-muadefet-form textarea {
  width: 100%;
  min-height: 160px;
  border-radius: 24px;
  border: 1px solid #D7DFE5;
  padding: 20px 20px 20px 120px; /* space for button */
  font-size: 16px;
  resize: vertical;
  outline: none;
}

/* Submit button INSIDE textarea */
.cf7-textarea-wrapper input[type="submit"] {
  position: absolute;
  left: 16px;
  bottom: 50px;
  height: 40px;
  padding: 0 28px;
  border-radius: 40px;
  border: none;
  background-color: var(--bs-primary, #0d6efd);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
}

/* Hover */
.cf7-textarea-wrapper input[type="submit"]:hover {
  opacity: 0.9;
}
.cf7-field label {font-size: 16px}

/***** Friends Bring Friends */
/* Upload row layout */
.cf7-row-upload .cf7-upload-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Hide native CF7 file input */
.cf7-hidden-file {
  display: none;
}

/* Custom upload button */
.cf7-upload-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background-color: #DEE6ED;
  border-radius: 24px;
  cursor: pointer;
}

.cf7-upload-button img {
  width: 16px;
  height: 16px;
}

.cf7-upload-button .fs-14 {
  font-size: 14px;
  color: #363636;
}

/* Submit button (reuse your primary style) */
.cf7-row-upload input[type="submit"] {
  height: 56px;
  padding: 0 32px;
  border-radius: 56px;
  border: none;
  background-color: var(--bs-primary, #0d6efd);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* Third row aligns exactly like other 3-col rows */
.cf7-row-3 {
  display: flex;
  gap: 16px;
}

.cf7-row-3 .cf7-field {
  flex: 1;
}

/* Upload button should fill its column */
.cf7-upload-button {
  width: 100%;
  justify-content: center;
}

/* Submit button fills column */
.cf7-submit-field input[type="submit"] {
  width: 100%;
  height: 56px;
  border-radius: 56px;
}
/******** end of contact form */

.form-container {max-width: 800px; margin: auto;}

/******* FAQ *********/
.faq-item {
    border: 1px solid #D7DFE5;
    border-radius: 24px;
    transition: border-color 0.2s ease;
}

.faq-item.is-open {
    border-color: #000;
}

.faq-header {
    background: none;
    border: 0;
    padding: 20px;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.faq-header h4 {
    margin: 0;
}

.faq-icon .icon-minus {
    display: none;
}

.faq-icon {
    flex-shrink: 0;
    pointer-events: none;    
}
.faq-icon .icon {background: #DEE6ED; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 10px; }
.faq-icon .icon img {width: 26px; height: 26px;}

.faq-item.is-open .icon-plus {
    display: none;
}

.faq-item.is-open .icon-minus {
    display: inline-block;
}
.quick-contact {background-color: #EBF2F8}
.divider-light {border: none; height: 1px; background-color: #EBF2F8; opacity: 1}

/*** BLOG ***/
.blog-search-icon {
    position: absolute;
    top: calc(50% + 2px);
    inset-inline-end: 0px; /* RTL-safe */
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0.6;
    
}
#blogSearchInput {height: 44px !important;}

/*** END OF BLOG ***/
.breadcrumb {
    direction: rtl;
    justify-content: flex-start;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/* Match Bootstrap breakpoints */
@media (max-width: 1199.98px) {
    .carousel-fluid {
        padding-inline-start: calc((100vw - 960px) / 2);
    }
    .hot-jobs-carousel-wrapper {
        padding-right: calc((100vw - 960px) / 2);
    }
}

@media (max-width: 991.98px) {
    .carousel-fluid {
        padding-inline-start: calc((100vw - 720px) / 2);
    }
    .hot-jobs-carousel-wrapper {
        padding-right: calc((100vw - 720px) / 2);
    }
    .hot-job-slide {height: auto;}
    
}

@media (max-width: 768px) {
    h1{font-size: 36px}
    h2 {font-size: 32px;}
    h4 {font-size: 26px;}
    h5 {font-size: 18px;}
    .my-90 {margin-top: 45px; margin-bottom: 45px}
    .py-60 {padding-top: 30px; padding-bottom: 30px}
    .pb-mobile-320 {padding-bottom: 320px;}
    .carousel-fluid {
        padding-inline-start: 15px;
    }
    
    .hot-jobs-carousel-wrapper {
        padding-right: 15px;
    }
    .cf7-row {display: block;}
    .cf7-row-3 {
        grid-template-columns: 1fr;
    }
    .mobile-fs-16 {font-size: 16px !important}
    .extra-large {font-size: 34px}
}
