:root {
   --font-titles:Atlas,sans-serif;
  --lp-grid-desktop: 1344px;
  --lp-teal: #0f4f53;
  --lp-teal-dark: #0c3f42;
  --lp-gold: #e9b55f;
  --lp-light: #f2f2f2;
  --lp-text: #124447;
  --lp-header-height: 72px;
}
.font-titles {
  font-family: var(--font-titles);
}
.lp-header .lp-grid {
    width: 100%;
    margin-inline: 10%;
}
.lp-page {
  direction: rtl;
  color: var(--lp-text);
  background: #fff;
  scroll-behavior: smooth;
}

.lp-grid {
  width: min(calc(100% - 64px), var(--lp-grid-desktop));
  margin-inline: auto;
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 130;
  height: var(--lp-header-height);
  background: #fff;
  border-bottom: 1px solid #e7eaed;
  display: flex;
  align-items: center;
}

.lp-header__inner {
  display: flex;
  align-items: center;
}

.lp-logo {
  color: var(--lp-teal);
  text-decoration: none;
  font-weight: 800;
  font-size: 34px;
  line-height: 1;
  margin-inline-end: 300px;
}

.lp-nav {
  display: flex;
  align-items: center;
  gap: 42px;
}

.lp-nav a,
.lp-mobile-nav a {
  text-decoration: none;
  color: var(--lp-text);
  font-weight: 400;
  font-size: 24px;
}
.lp-nav a.active, .lp-mobile-nav a.active {
    font-weight: 600;
}
.lp-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #e6eaee;
  background: #fff;
  color: var(--lp-teal);
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.lp-mobile-nav {
  display: none;
  width: 100%;
  height: fit-content;
  background: #fff;
  border-bottom: 1px solid #e7eaed;
  padding: 14px 0;
  position: fixed;
  z-index: 9;
}

.lp-mobile-nav.is-open {
  display: block;
}

.lp-mobile-nav a {
  display: block;
  padding: 10px 0;
}
#jobs .kidum_title {
    margin-block-end: 100px;
}
.lp-hero {
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 90px 0;
  background:
    linear-gradient(rgba(12, 63, 66, 0.56), rgba(12, 63, 66, 0.56)),
    radial-gradient(circle at 20% 20%, #617f87, #2f5961 45%, #19363b 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.lp-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.1;
  font-weight: 700;
}

.lp-hero p {
  margin: 0;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: bold;
}

.lp-form-wrap {
  background: var(--lp-teal);
  color: #fff;
  padding: 30px 0 18px;
  z-index: 100;
}
.lp-page form .kidum_button {
    max-width: 250px;
    width: 100%;
    text-align: center;
}
.lp-page .kidum_button:after {
    border-color: white;
}

.lp-page form .kidum_button input {font-weight: bold;width: 100%;display: flex;height: 100%;position: relative;z-index: 9;cursor: pointer;}
.lp-form-wrap .kidum_button {cursor: pointer;}
.lp-form-title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
}

.hf-form .hf-fields-wrap {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}

.hf-form input[type="text"],
.hf-form input[type="email"],
.hf-form input[type="number"] {
  height: 44px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #afc8cb;
  padding: 0 14px;
  font-size: 15px;
  background: transparent;
  color: #fff;
}

.hf-form input::placeholder {
  color: #d4e5e7;
}


.lp-form-note {
  margin: 20px 0 0;
  text-align: center;
  color: #d4e4e6;
  display: flex;
  align-items: center;
  gap: 65px;
  justify-content: center;
}

.lp-section {
  padding: 100px 0;
}
#jobs .swiper {
    padding-block-end: 50px;
    margin-block-end: 50px;
}
.lp-page .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
     background-color: transparent !important;
     border: 1px solid var(--lp-teal-dark);
     width: 10px !important;
     height: 10px !important;
 }

 
.lp-about strong {font-size: 22px;}
.lp-page .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: var(--lp-teal-dark) !important;
}
.lp-section h2 {
  margin: 0 0 22px;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.2;
  text-align: center;
  color: var(--lp-teal);
  font-weight: 800;
  border-color: var(--lp-teal);
}

.lp-about {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.9;
}

.lp-cards-4,
.lp-cards-3 {
  display: grid;
  gap: 60px 30px;
  margin-top: 76px;
}

.lp-cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-card {
  text-align: center;
}

.lp-thumb {
  width: 100%;
  background: #dadddf;
  margin-bottom: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.lp-thumb--wide {
  aspect-ratio: 1;
}

.lp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-card h3 {
  margin: 0;
  font-size: 22px;
  color: var(--lp-text);
  font-weight: bold;
}

.lp-card p {
  margin: 6px 0 0;
  color: #536a6d;
  max-width: 75%;
  margin-inline: auto;
  line-height: 1.2;
}

.lp-bg-gold {
  background: #efbc6b;
}

.lp-bg-light {
  background: var(--lp-light);
}

.lp-bottom-form {
  background: var(--lp-teal);
  color: #fff;
  padding: 30px 0 64px;
}
.lp-shared-contact {
    display: flex;
    gap: 10px;
}

.lp-shared-contact>span {
    margin-inline-end: 10px;
}

.lp-bottom-form .lp-form-note {
    margin-block-start: 30px;
}
.lp-bottom-form .lp-form-title {
  margin-bottom: 14px;
}
@media(min-width: 1280px){
  .lp-hero::before,
  .lp-hero::after {
    content: "";
    position: absolute;
  }

.lp-hero::before {
    background: url(/app/uploads/2026/03/Group-48.svg) 0 0 /contain;
    width: 443px;
    height: 651px;
    inset-inline-end: 0;
}

.lp-hero::after {
    background: url(/app/uploads/2026/03/Group-49.svg) 0 0 / contain;
    width: 241px;
    height: 330px;
    inset-inline-start: 0;
    inset-block-end: -100px;
}
}
@media (max-width: 1200px) {
  .lp-grid {
    width: 92%;
  }
.lp-section { padding: 50px 0; } .lp-cards-4, .lp-cards-3 { margin-block-start: 30px; } .lp-logo img,.lp-logo { max-width: 115px; width: 100%; margin: 0; margin-inline-end: auto; }
  .lp-cards-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hf-form .hf-fields-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hf-form input[type="submit"],
  .hf-form .kidum_button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  :root {
    --lp-header-height: 64px;
  }

  .lp-grid {
    width: 90%;
  }

  .lp-nav {
    display: none;
  }

  .lp-menu-toggle {
    display: inline-flex;
  }

  .lp-hero {
    min-height: 340px;
    padding: 56px 0 60px;
  }
.lp-page form .kidum_button {
    max-width: 100%;
    grid-column: 1 / -1;
}

#jobs {
    padding-block-end: 250px;
}
  .lp-form-wrap {
    position: fixed;
    width: 100%;
    inset-block-end: 0;
  }

  .lp-form-title {
    font-size: 22px;
  }

  .lp-bottom-form {
    display: none;
  }
}

@media(max-width: 430px){
    .lp-cards-3,
  .lp-cards-4 {
    grid-template-columns: 1fr;
  }
}