/**
 * 7-reason landing — banner with fixed CTA.
 */

.page-template-7-reason * {
	font-family: "Rubik", sans-serif;
}

.page-template-7-reason .container {
  max-width: 1152px;
  padding-inline: 16px;
  margin-inline: auto;
  width: 100%;
}
.page-template-7-reason .site-content .ast-container {
  max-width: unset;
  padding-inline: 0 !important;
  margin-inline: auto !important;
}

.page-template-7-reason a:hover{
  color: white;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.banner-with-fixed-button {
  background: #e7f5f9;
  text-align: center;
  padding-block: 72px;
  @media (max-width: 768px) {
    padding-block: 40px;
  }
}

.banner-with-fixed-button__intro {
  max-width: 688px;
  margin-inline: auto;
}

.banner-with-fixed-button__badge {
  background-color: #ffffff;
  border-radius: 4px;
  color: #00697c;
  margin: 0;
  padding: 8px 10px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  @media (max-width: 768px) {
    font-size: 12px;
    margin-bottom: 24px;
  }
}

.banner-with-fixed-button__title {
  margin: 0 0 18px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  @media (max-width: 768px) {
    font-size: 40px;
  }
}

.banner-with-fixed-button__subtitle {
  max-width: 438px;
  margin: 0 auto 48px;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  @media (max-width: 768px) {
    margin-bottom: 32px;
  }
}

.banner-fixed-button {
  width: 100%;
}

.banner-fixed-button__bar {
  display: flex;
  justify-content: center;
  width: 100%;
}

.banner-fixed-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  min-height: 48px;
  padding: 21px 24px;
  border: 0;
  border-radius: 2px;
  background: #f48441;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease;
  @media (max-width: 768px) {
    font-size: 17px;
    padding: 18px 12px;
  }
}

.banner-fixed-button__bar--fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100050;
  padding: 12px 20px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0px -4px 13.4px 0px #0000001A;
  @media (max-width: 768px) {
    padding: 16px 24px;
  }
}

.banner-fixed-button__bar--fixed .banner-fixed-button__link {
  width: 100%;
  max-width: 375px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  @media (max-width: 768px) {
    height: 48px;
    font-size: 16px;
  }
}

.banner-with-fixed-button__note {
  margin: 16px 0 32px;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

.banner-with-fixed-button__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px;
  background-color: #ffffff;
  @media (max-width: 768px) {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding: 8px;
  }
}

.banner-with-fixed-button__gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

/* Two columns */
.two-columns {
  direction: rtl;
  padding-block: 120px;
  background: #ffffff;
  text-align: center;
  @media (max-width: 768px) {
    padding-block: 80px;
  }
}

.two-columns__header {
  max-width: 670px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  @media (max-width: 768px) {
    font-size: 26px;
  }
}

.two-columns__header p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.two-columns__subtitle {
  max-width: 670px;
  margin: 26px auto 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

.two-columns__grid {
  display: flex;
  gap: 16px;
  max-width: 812px;
  margin: 48px auto 0;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 16px;
    margin: 24px auto 0;
  }
}

.two-columns__card {
  flex: 1;
  padding: 36px;
  background: #ceeaf280;
  text-align: start;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  @media (max-width: 768px) {
    padding: 32px;
  }
}
.two-columns__card >p:first-child {
  font-size: 24px;
}

.two-columns__card > *:first-child {
  margin-top: 0;
}

.two-columns__card > *:last-child {
  margin-bottom: 0;
}

.two-columns__card strong span {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.1;
}

.two-columns__card p {
  margin: 0 0 12px;
}

.two-columns__card p:last-child {
  margin-bottom: 0;
}

/* Text with image */
.text-with-image {
  direction: rtl;
  padding: 24px;
  padding-inline: 24px !important;
  width: calc(100% - 32px);
  background: #206779;
}

.text-with-image__inner {
  display: flex;
  align-items: start;
  gap: 100px;
  width: 100%;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 24px;
  }
}

.text-with-image__content {
  flex: 1;
  min-width: 0;
  color: #ffffff;
  text-align: right;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  @media (max-width: 768px) {
    font-size: 24px;
  }
}

.text-with-image__content p {
  margin: 0 0 12px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.text-with-image__content p:last-child {
  margin-bottom: 0;
}

.text-with-image__media {
  flex: 0 0 45%;
  max-width: 400px;
}

.text-with-image__img {
  display: block;
  width: 100%;
  height: auto;
}

/* Button with image */
.button-with-image {
  direction: rtl;
  padding: 8px;
  padding-inline: 8px !important;
  background: #f4fcff;
  width: calc(100% - 32px);
  margin-bottom: 140px;
}

.button-with-image__inner {
  display: flex;
  align-items: center;
  gap: 48px;
  @media (max-width: 768px) {
    flex-direction: column-reverse;
    gap: 0px;
  }
}

.button-with-image__content {
  flex: 1;
  min-width: 0;
  text-align: right;
  padding: 40px;
  @media (max-width: 768px) {
    padding: 24px 16px;
  }
}
.button-wrapper {
  max-width: 370px;
}
.button-wrapper > a {
  display: inline-block;
  background-color: #f48441;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  transition: background-color 0.2s ease;
  margin-top: 40px;
  margin-bottom: 16px;
  @media (max-width: 768px) {
    font-size: 17px;
  }
}

.button-with-image__text {
  margin-bottom: 24px;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.button-with-image__text > *:first-child {
  margin-top: 0;
}

.button-with-image__text p {
  margin: 0 0 12px;
}

.button-with-image__text p:last-child {
  margin-bottom: 0;
}

.button-with-image__text h2,
.button-with-image__text h3,
.button-with-image__text h4 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
  @media (max-width: 768px) {
    font-size: 24px;
  }
}

.button-with-image__text h4 {
  margin: 0 0 12px;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 40px;
}

.button-with-image__text strong {
  font-weight: 600;
}

.button-with-image__text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  @media (max-width: 768px) {
    margin: 16px 0 0;
  }
}

.button-with-image__text ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

.button-with-image__text ul li::before {
  content: "";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #019594
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='%23fff' d='M4.2 9.4 0 5.2l1.4-1.4 2.8 2.8L10.6 0 12 1.4z'/%3E%3C/svg%3E")
    center / 12px 10px no-repeat;
}

.button-with-image__text img {
  max-width: 42px;
  height: auto;
  margin-bottom: 12px;
}

.button-with-image .banner-fixed-button {
  margin-top: 32px;
}

.button-with-image .banner-fixed-button__link {
  max-width: none;
  width: 100%;
  min-height: 56px;
  border-radius: 4px;
  font-size: 26px;
}

.button-with-image__bottom {
  margin: 16px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}

.button-with-image__media {
  max-width: 480px;
  border: 1px solid #e5e7eb;
  height: stretch;
}

.button-with-image__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Reason repeater */
.reason-repeater {
  direction: rtl;
  @media (max-width: 768px) {
    margin-bottom: 100px;
  }
}

.reason-repeater__header {
  padding-top: 106px;
  padding-bottom: 80px;
  max-width: 510px;
  margin-inline: auto;
  text-align: center;
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  @media (max-width: 768px) {
    font-size: 26px;
    max-width: unset;
    padding-top: 80px;
    padding-bottom: 32px;
  }
}

.reason-repeater__header > *:first-child {
  margin-top: 0;
}

.reason-repeater__header > *:last-child {
  margin-bottom: 0;
}

.reason-repeater__row {
  margin-bottom: 64px;
  @media (max-width: 768px) {
    margin-bottom: 32px;
  }
}

.reason-repeater__row--odd .reason-repeater__inner {
  background: #f4fcff;
}

.reason-repeater__row--even .reason-repeater__inner {
  background: #f5f3eb;
}

.reason-repeater__row--odd .reason-repeater__inner .reason-repeater__media {
  border: 1px solid #2067793d;
}

.reason-repeater__row--even .reason-repeater__inner .reason-repeater__media {
  border: 1px solid #5b37243d;
  grid-row-start: 1;
  @media (max-width: 768px) {
    grid-row-start: unset;
  }
}
.reason-repeater__inner.container.reason-repeater__inner--contain{
  align-items: center;
}
.reason-repeater__media.reason-repeater__media--contain{
  height: fit-content;
}

.reason-repeater__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  padding-inline: 0 !important;
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.reason-repeater__text {
  position: relative;
  text-align: start;
  padding: 48px;
  @media (max-width: 768px) {
    padding: 24px;
  }
}

.reason-repeater__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  span {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
  }
}

.reason-repeater__row--odd .reason-repeater__num {
  background: #e7f5f9;
  color: #206779;
  border: 1px solid #2067793d;
}

.reason-repeater__row--even .reason-repeater__num {
  background: #f484410f;
  border: 1px solid #f484413d;
  color: #f48441;
}

.reason-repeater__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  color: #000000;
  @media (max-width: 768px) {
    font-size: 20px;
    line-height: 1.1;
  }
}

.reason-repeater__content {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.reason-repeater__content > *:first-child {
  margin-top: 0;
}

.reason-repeater__content h2,
.reason-repeater__content h3,
.reason-repeater__content h4 {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}

.reason-repeater__content p {
  margin: 0 0 12px;
}

.reason-repeater__content p:last-child {
  margin-bottom: 0;
}

.reason-repeater__content a {
  color: #00697c;
  font-weight: 700;
  text-decoration: underline;
}

.reason-repeater__content ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.reason-repeater__content ul li {
  position: relative;
  padding-inline-start: 30px;
  margin-bottom: 16px;
}

.reason-repeater__content ul li:last-child {
  margin-bottom: 24px;
}

.reason-repeater__row--odd .reason-repeater__content ul li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #019594
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='%23fff' d='M4.2 9.4 0 5.2l1.4-1.4 2.8 2.8L10.6 0 12 1.4z'/%3E%3C/svg%3E")
    center / 12px 10px no-repeat;
}

.reason-repeater__row--even .reason-repeater__content ul li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f48441
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='%23fff' d='M4.2 9.4 0 5.2l1.4-1.4 2.8 2.8L10.6 0 12 1.4z'/%3E%3C/svg%3E")
    center / 12px 10px no-repeat;
}

.reason-repeater__media {
  padding: 10px;
}

.reason-repeater__row--even .reason-repeater__media {
  border: 2px solid #019594;
}

.reason-repeater__img {
  display: block;
  width: 100%;
  height: 100%;
}

.reason-repeater__list{
  @media screen and (max-width: 768px) {
    padding-inline: 16px;
  }
}
