/*
Theme Name: Yakobi Iron LTD.
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0
*/
/****** OPEN SANS HEBREW *******/
:root {
  --color-primary: #141d23;
  --color-secondary: #0a5995;
  --body-color: #1e2a32;
}

body,
button,
input,
select,
textarea,
#main-header,
#top-menu,
#top-menu a,
.et_mobile_menu,
.et_mobile_menu a,
.et_pb_module,
.et_pb_text,
.et_pb_text h1,
.et_pb_text h2,
.et_pb_text h3,
.et_pb_text h4,
.et_pb_text h5,
.et_pb_text h6,
.et_pb_button,
.entry-content,
.entry-title,
.entry-title a {
  font-family: "Google Sans", sans-serif !important;
}
.flex-row-content-center {
  display: flex;
  align-items: center;
}
.read-more {
  display: inline-block !important;
  text-align: right !important;
}
.direction-ltr {
  direction: ltr !important;
  text-align: left !important;
}
.vertical-devider-primary {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

.check-list-list {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

.vertical-devider-primary > li {
  padding-right: 16px;
  list-style: none !important;
  box-shadow: 2px 0 0 0 #0a5995;
  margin-bottom: 20px;
}

.vertical-devider-primary > li::marker {
  content: "";
}

.checklist-list {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

.check-list-list > li,
.checklist-list > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  list-style: none !important;
}

.check-list-list > li::before,
.checklist-list > li::before {
  content: "";
  flex: 0 0 32px;
  width: 20px;
  height: 20px;
  background: url("images/icons/check.svg") center / contain no-repeat;
}

.check-list-list > li::marker,
.checklist-list > li::marker {
  content: "";
}

/* Keep Divi button icon spacing stable in RTL. */
body.rtl #page-container .et_pb_button,
body.rtl #page-container .et_pb_button:hover,
body.rtl #page-container .et_pb_button:focus {
  padding: 0.3em 0.7em 0.3em 2em !important;
}

body.rtl.et_button_no_icon #page-container .et_pb_button,
body.rtl.et_button_no_icon #page-container .et_pb_button:hover,
body.rtl.et_button_no_icon #page-container .et_pb_button:focus {
  padding: 0.3em 1em !important;
}

body.rtl #page-container .et_pb_button::after {
  right: auto;
  left: 0.3em;
  margin-right: 0;
  margin-left: 0;
}

/* Relaxed global section reveal. */
.yakobi-scroll-reveal-ready .yakobi-scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 52px, 0);
  transition:
    opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.yakobi-scroll-reveal-ready .yakobi-scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .yakobi-scroll-reveal-ready .yakobi-scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Contact Form 7 */
.yakobi-form {
  --yakobi-form-label: #1e2a32;
  --yakobi-form-submit-bg: #0a5995;
  --yakobi-form-submit-color: #fff;
  --yakobi-form-chevron: #fff;
  width: 100%;
}

.yakobi-form--dark {
  --yakobi-form-label: #fff;
  --yakobi-form-submit-bg: #fff;
  --yakobi-form-submit-color: #1e2a32;
  --yakobi-form-chevron: #1e2a32;
}

.yakobi-form--light {
  --yakobi-form-label: #1e2a32;
  --yakobi-form-submit-bg: #0a5995;
  --yakobi-form-submit-color: #fff;
  --yakobi-form-chevron: #fff;
}

.yakobi-form--ltr {
  direction: ltr;
  text-align: left;
}

.yakobi-form--ltr input,
.yakobi-form--ltr textarea,
.yakobi-form--ltr select {
  direction: ltr;
  text-align: left;
}

.yakobi-form__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.yakobi-form__field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  color: var(--yakobi-form-label);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.yakobi-form__field--message {
  margin-top: 28px;
}

.yakobi-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.yakobi-form input:not([type="submit"]),
.yakobi-form textarea,
.yakobi-form select {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #1e2a32;
  font-size: 16px;
  font-weight: 400;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: outline-color 0.2s ease;
}

.yakobi-form--light input:not([type="submit"]),
.yakobi-form--light textarea,
.yakobi-form--light select {
  border: 1px solid #c9d7e1;
}

.yakobi-form input:not([type="submit"]),
.yakobi-form select {
  height: 56px;
  padding: 0 18px;
}

.yakobi-form textarea {
  min-height: 160px;
  padding: 16px 18px;
  resize: vertical;
}

.yakobi-form input:focus,
.yakobi-form textarea:focus,
.yakobi-form select:focus {
  outline-color: #0a5995;
}

.yakobi-form__actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 28px;
  direction: ltr;
}

.yakobi-form__submit-wrap {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
}

.yakobi-form__submit-wrap::after {
  position: absolute;
  top: 50%;
  left: 22px;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid var(--yakobi-form-chevron);
  border-left: 2px solid var(--yakobi-form-chevron);
  content: "";
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
}

.yakobi-form--ltr .yakobi-form__submit-wrap::after {
  display: none;
}

.yakobi-form--ltr .yakobi-form__actions {
  justify-content: flex-end;
}

.yakobi-form input.wpcf7-submit {
  position: relative;
  z-index: 1;
  min-width: 180px;
  height: 56px;
  padding: 0 24px 0 54px;
  border: 0;
  border-radius: 0;
  background-color: var(--yakobi-form-submit-bg);
  color: var(--yakobi-form-submit-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 56px;
  cursor: pointer;
  direction: rtl;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.yakobi-form--ltr input.wpcf7-submit {
  padding: 0 54px 0 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4 2L8 6L4 10' stroke='%231E2A32' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 22px center;
  background-size: 12px 12px;
  direction: ltr;
}

.yakobi-form--light.yakobi-form--ltr input.wpcf7-submit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M4 2L8 6L4 10' stroke='white' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
}

.yakobi-form--dark input.wpcf7-submit:hover,
.yakobi-form--dark input.wpcf7-submit:focus {
  background-color: #e8edf0;
}

.yakobi-form--light input.wpcf7-submit:hover,
.yakobi-form--light input.wpcf7-submit:focus {
  background-color: #1e2a32;
}

.yakobi-form .wpcf7-spinner {
  align-self: center;
}

.yakobi-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
}

.yakobi-form .wpcf7-response-output {
  margin: 24px 0 0 !important;
  color: var(--yakobi-form-label);
}

@media (max-width: 767px) {
  .yakobi-form__grid {
    grid-template-columns: 1fr;
  }

  .yakobi-form__actions,
  .yakobi-form__submit-wrap,
  .yakobi-form input.wpcf7-submit {
    width: 100%;
  }
}

/* Consistent Divi gallery spacing across all pages. */
.et_pb_gallery_grid .et_pb_gallery_items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}

.et_pb_gallery_grid .et_pb_gallery_item {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
}

.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image a {
  display: block;
  height: 100%;
}

.et_pb_gallery_grid .et_pb_gallery_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 980px) {
  .et_pb_gallery_grid .et_pb_gallery_items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 479px) {
  .et_pb_gallery_grid .et_pb_gallery_items {
    grid-template-columns: 1fr;
  }
}

/* Site footer */
.yakobi-site-footer {
  color: #fff;
}

.yakobi-footer__inner {
  display: grid;
  grid-template-columns: minmax(280px, 320px) repeat(4, minmax(140px, 1fr));
  gap: clamp(32px, 4vw, 72px);
  width: calc(100% - 64px);
  max-width: 1520px;
  margin: 0 auto;
  padding: 100px 0;
  direction: rtl;
}

.yakobi-footer__column {
  min-width: 0;
}

.yakobi-footer__logo {
  display: block;
  width: 320px;
  max-width: 100%;
  margin-bottom: 30px;
}

.yakobi-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.yakobi-footer__map {
  width: 320px;
  max-width: 100%;
  height: 160px;
  margin-bottom: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.yakobi-footer__map iframe {
  display: block;
  width: 100%;
  height: 160px;
  border: 0;
}

.yakobi-contact-map {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
}

.yakobi-contact-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.yakobi-footer__title {
  margin: 0 0 28px;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

.yakobi-footer__detail {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.5;
}

.yakobi-footer__address {
  margin-bottom: 8px;
  font-size: 20px;
}

.yakobi-footer__detail img {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.yakobi-footer__detail:hover,
.yakobi-footer__detail:focus,
.yakobi-footer__menu a:hover,
.yakobi-footer__menu a:focus {
  color: rgba(255, 255, 255, 0.72) !important;
}

.yakobi-footer__building {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

.yakobi-footer__menu {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

.yakobi-footer__menu li {
  margin: 0 0 14px;
  padding: 0;
  list-style: none !important;
}

.yakobi-footer__menu li::marker {
  content: "";
}

.yakobi-footer__menu a {
  color: #fff !important;
  font-size: 17px;
  line-height: 1.5;
  transition: color 0.2s ease;
}

@media (max-width: 1200px) {
  .yakobi-footer__inner {
    grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(160px, 1fr));
  }
}

@media (max-width: 767px) {
  .yakobi-footer__inner {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    padding: 64px 0;
  }

  .yakobi-footer__logo,
  .yakobi-footer__map {
    width: 100%;
    max-width: 320px;
  }
}

/* Main header */
.yakobi-header-phone {
  display: none;
}

body.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 0;
}

body.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
  padding-top: 80px;
}

body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 32px;
}

.dark-pill {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #c9d7e1;
  color: #1e2a32;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border-radius: 9999px;
  margin-bottom: 12px;
}
.light-pill {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #c9d7e1;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border-radius: 9999px;
  margin-bottom: 12px;
}

.light-pill.align-left {
  display: block;
  width: max-content;
  margin-right: auto;
  margin-left: 0;
}

/* Global responsive Divi content width. */
@media (max-width: 980px) {
  body #page-container .et_pb_row {
    width: 90% !important;
  }

  /* English About page responsive layout. */
  .page-id-131 .flex-row-content-center {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }

  .page-id-131 .et_pb_row > .et_pb_column:not(.et_pb_column_4_4) {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0;
  }

  .page-id-131
    .et_builder_inner_content
    > .et_pb_section:nth-child(2)
    > .et_pb_row:nth-child(2)
    > .et_pb_column:last-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .page-id-131 .et_pb_column .et_pb_text {
    max-width: none !important;
  }

  .page-id-131 .et_pb_image,
  .page-id-131 .et_pb_image .et_pb_image_wrap {
    display: block;
    width: 100%;
  }

  .page-id-131 .et_pb_image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .page-id-131 .et_builder_inner_content > .et_pb_section:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    background-position: center;
  }

  .page-id-131
    .et_builder_inner_content
    > .et_pb_section:first-child
    .et_pb_row {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .page-id-131 h1 {
    font-size: clamp(38px, 7vw, 54px) !important;
    line-height: 1.15 !important;
  }

  .page-id-131 h2 {
    font-size: clamp(30px, 5vw, 40px) !important;
    line-height: 1.2 !important;
  }

  .page-id-131 h3 {
    font-size: clamp(23px, 4vw, 30px) !important;
    line-height: 1.3 !important;
  }

  .page-id-131 .direction-ltr,
  .page-id-131 .direction-ltr .et_pb_text {
    direction: ltr;
    text-align: left;
  }

  .page-id-131 .yakobi-services__heading {
    align-items: flex-start;
  }

  .page-id-131 .yakobi-services__heading img {
    margin-top: 3px;
  }

  .page-id-131 .yakobi-hero-features-list {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px 36px;
  }

  /* Contact copy first, phone action below it. */
  .page-id-131
    .et_builder_inner_content
    > .et_pb_section:last-child
    .flex-row-content-center
    > .et_pb_column:last-child {
    order: 1;
  }

  .page-id-131
    .et_builder_inner_content
    > .et_pb_section:last-child
    .flex-row-content-center
    > .et_pb_column:first-child {
    order: 2;
  }

  .page-id-131
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button_module_wrapper {
    text-align: left;
  }

  /* Gallery page responsive layout. */
  .page-id-20 .et_builder_inner_content > .et_pb_section:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    background-position: center;
  }

  .page-id-20
    .et_builder_inner_content
    > .et_pb_section:first-child
    .et_pb_row {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .page-id-20 h1 {
    font-size: clamp(38px, 7vw, 54px) !important;
    line-height: 1.15 !important;
  }

  .page-id-20 .et_builder_inner_content > .et_pb_section:first-child h3 {
    font-size: clamp(22px, 4vw, 30px) !important;
    line-height: 1.3 !important;
  }

  .page-id-20 .flex-row-content-center {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }

  .page-id-20 .flex-row-content-center > .et_pb_column {
    float: none;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Contact copy first, phone action below it. */
  .page-id-20
    .et_builder_inner_content
    > .et_pb_section:last-child
    .flex-row-content-center
    > .et_pb_column:last-child {
    order: 1;
  }

  .page-id-20
    .et_builder_inner_content
    > .et_pb_section:last-child
    .flex-row-content-center
    > .et_pb_column:first-child {
    order: 2;
  }

  .page-id-20
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button_module_wrapper {
    text-align: right;
  }

  /* Projects page responsive layout. */
  .page-id-19 .flex-row-content-center {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-child(2)
    .et_pb_row
    > .et_pb_column:not(.et_pb_column_4_4) {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 32px;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-child(2)
    .et_pb_row
    > .et_pb_column:last-child {
    margin-bottom: 0;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-child(2)
    > .et_pb_row:first-child
    > .et_pb_column:first-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .page-id-19 .et_pb_text {
    max-width: none !important;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-child(2)
    .et_pb_image,
  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-child(2)
    .et_pb_image
    .et_pb_image_wrap {
    display: block;
    width: 100%;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-child(2)
    .et_pb_image
    img {
    display: block;
    width: 100%;
    height: auto;
  }

  .page-id-19 .et_builder_inner_content > .et_pb_section:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    background-position: center;
  }

  .page-id-19 h1 {
    font-size: clamp(38px, 7vw, 54px) !important;
    line-height: 1.15 !important;
  }

  .page-id-19 h2 {
    font-size: clamp(30px, 5vw, 40px) !important;
    line-height: 1.2 !important;
  }

  .page-id-19 h3 {
    font-size: clamp(23px, 4vw, 30px) !important;
    line-height: 1.3 !important;
  }

  /* Keep the four benefit cards in two columns on tablets. */
  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-last-child(2)
    .et_pb_row:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-last-child(2)
    .et_pb_row:last-child
    > .et_pb_column {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px) !important;
    margin: 0 !important;
    padding: 28px !important;
  }

  /* Contact copy first, phone action below it. */
  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:last-child
    .flex-row-content-center
    > .et_pb_column:last-child {
    order: 1;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:last-child
    .flex-row-content-center
    > .et_pb_column:first-child {
    order: 2;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button_module_wrapper {
    text-align: right;
  }

  /* About page responsive layout. */
  .page-id-17 .flex-row-content-center {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }

  .page-id-17 .et_pb_row > .et_pb_column:not(.et_pb_column_4_4) {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0;
  }

  .page-id-17 .et_pb_column .et_pb_text {
    max-width: none !important;
  }

  .page-id-17 .et_pb_image,
  .page-id-17 .et_pb_image .et_pb_image_wrap {
    display: block;
    width: 100%;
  }

  .page-id-17 .et_pb_image img {
    display: block;
    width: 100%;
    height: auto;
  }

  .page-id-17 .et_builder_inner_content > .et_pb_section:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    background-position: center;
  }

  .page-id-17
    .et_builder_inner_content
    > .et_pb_section:first-child
    .et_pb_row {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .page-id-17 h1 {
    font-size: clamp(38px, 7vw, 54px) !important;
    line-height: 1.15 !important;
  }

  .page-id-17 h2 {
    font-size: clamp(30px, 5vw, 40px) !important;
    line-height: 1.2 !important;
  }

  .page-id-17 h3 {
    font-size: clamp(23px, 4vw, 30px) !important;
    line-height: 1.3 !important;
  }

  .page-id-17 .yakobi-services__heading {
    align-items: flex-start;
  }

  .page-id-17 .yakobi-services__heading img {
    margin-top: 3px;
  }

  /* Contact copy first, phone action below it. */
  .page-id-17
    .et_builder_inner_content
    > .et_pb_section:last-child
    .flex-row-content-center
    > .et_pb_column:last-child {
    order: 1;
  }

  .page-id-17
    .et_builder_inner_content
    > .et_pb_section:last-child
    .flex-row-content-center
    > .et_pb_column:first-child {
    order: 2;
  }

  .page-id-17
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button_module_wrapper {
    text-align: right;
  }

  /* Homepage: stack every side-by-side content row. */
  .page-id-15 .flex-row-content-center {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .page-id-15 .flex-row-content-center > .et_pb_column {
    float: none;
    width: 100% !important;
    margin: 0 !important;
  }

  .page-id-15 .et_pb_row > .et_pb_column:not(.et_pb_column_4_4) {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 32px;
  }

  .page-id-15 .et_pb_row > .et_pb_column:not(.et_pb_column_4_4):last-child {
    margin-bottom: 0;
  }

  /* Homepage hero: image first, content below. */
  .page-id-15
    .et_builder_inner_content
    > .et_pb_section:first-child
    > .et_pb_row {
    flex-direction: column;
    gap: 0;
    min-height: 0;
  }

  .page-id-15
    .et_builder_inner_content
    > .et_pb_section:first-child
    > .et_pb_row
    > .et_pb_column {
    width: 100% !important;
  }

  .page-id-15
    .et_builder_inner_content
    > .et_pb_section:first-child
    > .et_pb_row
    > .et_pb_column:first-child
    .et_pb_image,
  .page-id-15
    .et_builder_inner_content
    > .et_pb_section:first-child
    > .et_pb_row
    > .et_pb_column:first-child
    .et_pb_image_wrap {
    display: block;
    width: 100%;
  }

  .page-id-15
    .et_builder_inner_content
    > .et_pb_section:first-child
    > .et_pb_row
    > .et_pb_column:first-child
    img {
    display: block;
    width: 100%;
    height: auto;
  }

  .page-id-15
    .et_builder_inner_content
    > .et_pb_section:first-child
    > .et_pb_row
    > .et_pb_column:last-child {
    padding: 48px 0 !important;
  }

  .page-id-15
    .et_builder_inner_content
    > .et_pb_section:first-child
    .et_pb_button_module_wrapper
    + .et_pb_button_module_wrapper {
    margin-top: 16px !important;
  }

  /* Keep alternating homepage rows readable after stacking. */
  .page-id-15 .flex-row-content-center .et_pb_image {
    margin-bottom: 0 !important;
  }

  .page-id-15 .flex-row-content-center .et_pb_image img {
    width: 100%;
  }

  .page-id-15 .flex-row-content-center .et_pb_text {
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .page-id-131 .et_builder_inner_content > .et_pb_section:nth-child(2),
  .page-id-131 .et_builder_inner_content > .et_pb_section:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-id-131 .et_builder_inner_content > .et_pb_section:first-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .page-id-131 .flex-row-content-center {
    gap: 28px;
  }

  .page-id-131 .yakobi-services {
    gap: 28px;
  }

  .page-id-131 .yakobi-services__heading {
    gap: 12px;
  }

  .page-id-131 .yakobi-services__heading img {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .page-id-131 .yakobi-services__heading h3 {
    flex: 1;
  }

  .page-id-131 .yakobi-hero-features-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .page-id-131
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button,
  .page-id-131
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button_module_wrapper {
    width: 100%;
    max-width: none !important;
    text-align: center;
  }

  .page-id-20 .et_builder_inner_content > .et_pb_section:first-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .page-id-20 .et_builder_inner_content > .et_pb_section:nth-child(2) {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .page-id-20 .et_builder_inner_content > .et_pb_section:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-id-20 .flex-row-content-center {
    gap: 28px;
  }

  .page-id-20
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button,
  .page-id-20
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button_module_wrapper {
    width: 100%;
    max-width: none !important;
    text-align: center;
  }

  .page-id-19 .et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-id-19 .et_builder_inner_content > .et_pb_section:first-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .page-id-19 .flex-row-content-center {
    gap: 28px;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-child(2)
    .et_pb_row
    > .et_pb_column:not(.et_pb_column_4_4) {
    margin-bottom: 24px;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:nth-last-child(2)
    .et_pb_row:last-child
    > .et_pb_column {
    flex-basis: 100%;
    width: 100% !important;
    padding: 24px !important;
  }

  .page-id-19 .pill-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .page-id-19 .vertical-devider-primary > li {
    padding-right: 14px;
  }

  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button,
  .page-id-19
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button_module_wrapper {
    width: 100%;
    max-width: none !important;
    text-align: center;
  }

  .page-id-17 .et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-id-17 .et_builder_inner_content > .et_pb_section:first-child {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .page-id-17 .flex-row-content-center {
    gap: 28px;
  }

  .page-id-17 .yakobi-services {
    gap: 28px;
  }

  .page-id-17 .yakobi-services__heading {
    gap: 12px;
  }

  .page-id-17 .yakobi-services__heading img {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }

  .page-id-17 .yakobi-services__heading h3 {
    flex: 1;
  }

  .page-id-17
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button,
  .page-id-17
    .et_builder_inner_content
    > .et_pb_section:last-child
    .et_pb_button_module_wrapper {
    width: 100%;
    max-width: none !important;
    text-align: center;
  }
}

@media (max-width: 782px) {
  body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 46px;
  }
}

@media (min-width: 981px) {
  #main-header .et_menu_container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-areas: "phone navigation logo";
    align-items: center;
    min-height: var(--yakobi-header-height, 80px);
    direction: ltr;
  }

  #main-header .logo_container {
    position: static;
    grid-area: logo;
    justify-self: end;
    width: auto;
    height: 100%;
  }

  #main-header .logo_container a {
    display: flex;
    align-items: center;
    height: 100%;
  }

  #main-header .logo_helper {
    display: none;
  }

  #main-header #logo {
    max-height: 64%;
  }

  #main-header #et-top-navigation {
    display: flex;
    grid-area: navigation;
    align-items: center;
    justify-content: center;
    float: none;
    padding: 0 !important;
    direction: rtl;
  }

  #main-header #top-menu-nav,
  #main-header #top-menu {
    float: none;
  }

  #main-header #top-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  #main-header #top-menu > li {
    padding-right: 0;
    margin: 0 16px;
  }

  #main-header #top-menu > li > a {
    padding-bottom: 0;
  }

  .yakobi-header-phone {
    display: inline-flex;
    grid-area: phone;
    align-items: center;
    justify-self: start;
    gap: 10px;
    height: 50px;
    padding: 0 22px;
    background: #0a5995;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    direction: ltr;
    transition: background-color 0.2s ease;
  }

  .yakobi-header-phone:hover,
  .yakobi-header-phone:focus {
    background: var(--color-primary);
    color: #fff !important;
  }

  .yakobi-header-phone img {
    width: 20px;
    height: 20px;
  }
}

/* Homepage hero */
.yakobi-home-hero {
  overflow: hidden;
  padding: 0 !important;
  background: #f5f7f8;
}

.yakobi-home-hero .yakobi-hero-row {
  display: flex;
  width: 100% !important;
  max-width: 100% !important;
  min-height: clamp(620px, 72vh, 780px);
  margin: 0 !important;
  padding: 0 !important;
  direction: ltr;
}

.yakobi-home-hero .yakobi-hero-media,
.yakobi-home-hero .yakobi-hero-content {
  display: flex;
  float: none;
  width: 50% !important;
  margin: 0 !important;
}

.yakobi-home-hero .yakobi-hero-media,
.yakobi-home-hero .yakobi-hero-image,
.yakobi-home-hero .yakobi-hero-image .et_pb_image_wrap {
  height: 100%;
}

.yakobi-home-hero .yakobi-hero-image {
  width: 100%;
  margin: 0 !important;
}

.yakobi-home-hero .yakobi-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.yakobi-home-hero .yakobi-hero-content {
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: clamp(54px, 7vw, 110px);
  direction: rtl;
}

.yakobi-home-hero .yakobi-hero-copy {
  width: 100%;
  margin-bottom: 30px;
}

.yakobi-home-hero .yakobi-hero-copy h1 {
  margin: 0;
  padding: 0;
  color: var(--color-primary);
  font-size: clamp(28px, 2.7vw, 44px);
  font-weight: 500;
  line-height: 1.35;
}

.yakobi-home-hero .yakobi-hero-copy h1:first-child {
  margin-bottom: 12px;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 700;
  line-height: 1;
}

.yakobi-home-hero .yakobi-hero-button {
  width: calc(50% - 7px);
  margin: 0;
}

.yakobi-home-hero .yakobi-hero-button + .yakobi-hero-button {
  margin-right: 14px;
}

.yakobi-home-hero .yakobi-hero-button .et_pb_button {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 13px 24px !important;
  border: 2px solid var(--color-secondary) !important;
  border-radius: 0;
  background: var(--color-secondary);
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.yakobi-home-hero .yakobi-hero-button .et_pb_button:hover,
.yakobi-home-hero .yakobi-hero-button .et_pb_button:focus {
  border-color: var(--color-primary) !important;
  background: var(--color-primary) !important;
}

.yakobi-hero-button .et_pb_button::after {
  display: none;
}

.yakobi-hero-features {
  width: 100%;
  margin-top: 24px;
  padding-top: 25px;
  border-top: 1px solid rgba(20, 29, 35, 0.18);
}

.yakobi-hero-features-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

.yakobi-hero-features-list li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.yakobi-hero-features-list li::marker {
  content: "";
}

.yakobi-hero-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.yakobi-hero-feature img {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

/* Homepage hero content layout (Visual Builder modules). */
.page-id-15 .flex-row-content-center > .et_pb_column:last-child {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  column-gap: 24px;
}

.page-id-15 .flex-row-content-center > .et_pb_column:last-child > .et_pb_text,
.page-id-15 .flex-row-content-center > .et_pb_column:last-child > .et_pb_code {
  flex: 0 0 100%;
  width: 100%;
}

.page-id-15
  .flex-row-content-center
  > .et_pb_column:last-child
  > .et_pb_button_module_wrapper {
  flex: 0 0 calc(50% - 12px);
  width: calc(50% - 12px);
  margin: 0 !important;
}

.page-id-15
  .flex-row-content-center
  .et_pb_button_module_wrapper
  .et_pb_button {
  display: block;
  width: 100%;
  text-align: center;
}

.page-id-15 .flex-row-content-center > .et_pb_column:last-child > .et_pb_code {
  margin-top: 56px !important;
}

.page-id-15 .yakobi-hero-features-list {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
}

.page-id-15 .yakobi-hero-features-list > li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.page-id-15 .yakobi-hero-features-list > li::marker {
  content: "";
}

@media (max-width: 980px) {
  .yakobi-home-hero .yakobi-hero-row {
    flex-direction: column;
    min-height: 0;
  }

  .yakobi-home-hero .yakobi-hero-media,
  .yakobi-home-hero .yakobi-hero-content {
    width: 100% !important;
  }

  .yakobi-home-hero .yakobi-hero-media {
    height: clamp(320px, 62vw, 560px);
  }

  .yakobi-home-hero .yakobi-hero-content {
    padding: 54px 7vw 62px;
  }
}

@media (max-width: 600px) {
  .yakobi-home-hero .yakobi-hero-media {
    height: 72vw;
    min-height: 280px;
  }

  .yakobi-home-hero .yakobi-hero-content {
    padding: 42px 24px 48px;
  }

  .yakobi-home-hero .yakobi-hero-copy h1 {
    font-size: 43px;
  }

  .yakobi-home-hero .yakobi-hero-button {
    width: 100%;
  }

  .yakobi-home-hero .yakobi-hero-button + .yakobi-hero-button {
    margin-top: 12px;
    margin-right: 0;
  }

  .yakobi-home-hero .yakobi-hero-features-list {
    flex-direction: column;
    gap: 14px;
  }

  .page-id-15
    .flex-row-content-center
    > .et_pb_column:last-child
    > .et_pb_button_module_wrapper {
    flex-basis: 100%;
    width: 100%;
  }

  .page-id-15 .yakobi-hero-features-list {
    align-items: flex-start;
    flex-direction: column !important;
  }
}

.yakobi-services {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.yakobi-services__heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.yakobi-services__heading h3,
.yakobi-services__item p {
  margin: 0;
  padding: 0;
}

/* cookies Yes */
/* override cookiesYes */
.cky-accordion-chevron {
  margin-right: 0 !important;
  margin-left: 22px !important;
}

.cky-modal,
.cky-modal-open {
  text-align: right !important;
}

.cky-notice-content-wrapper {
  direction: rtl !important;
  text-align: right !important;
}
.cky-notice-btn-wrapper {
  flex-direction: row-reverse !important;
}
