.mechanism-block-section {
  padding: 110px 0 50px;
  float: left;
  width: 100%;
}

.default-content {
  float: left;
  width: 100%;
}

.mechanism-block-section .img-video-wrapper {
  display: flex;
  gap: 138px;
  flex-wrap: wrap;
  align-items: center;
}

.mechanism-block-section.rtl {
  padding: 100px 0 0;
}

.mechanism-block-section.rtl .img-video-wrapper {
  flex-direction: row-reverse;
}

.mechanism-block-section .img-video-wrapper .img-video-block {
  width: calc(51% - 138px);
  position: relative;
}

.mechanism-block-section .img-video-wrapper .content-block {
  width: 49%;
}

.mechanism-block-section .img-video-wrapper .img-video-block img {
  border-radius: 12px;
  max-height: 720px;
  min-height: 720px;
  object-fit: cover;
  width: 100%;
}

.mechanism-block-section .img-video-wrapper .img-video-block .video-btn {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: var(--color-dark);
  padding: 32px;
  border-radius: 12px;
}

.mechanism-block-section .img-video-wrapper .img-video-block .video-btn p {
  padding-top: 78px;
  font-family: var(--font-heading);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.8px;
  font-weight: 500;
  color: var(--color-white);
}

.mechanism-block-section .img-video-wrapper .content-block h2 {
  margin-bottom: 24px;
}

.mechanism-block-section .img-video-wrapper .content-block ul {
  padding-top: 24px;
  list-style: disc;
  padding-left: 24px;
}

.mechanism-block-section .img-video-wrapper .content-block ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  font-weight: 400;
  color: rgba(0, 47, 55, 0.6);
}

.mechanism-block-section .img-video-wrapper .content-block ul li::marker {
  color: rgba(0, 47, 55, 1);
}

.mechanism-block-section .img-video-wrapper .content-block ul li:not(:last-child) {
  margin-bottom: 16px;
}

.mechanism-block-section .img-video-wrapper .content-block ul li strong {
  font-weight: 400;
  color: rgba(0, 47, 55, 1);
}

.mechanism-block-section .img-video-wrapper .content-block > p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.8px;
  opacity: 60%;
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block {
  padding-top: 65px;
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .title {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .title svg {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .faq-item.active .title svg {
  transform: rotate(0deg);
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .content {
  display: none;
  padding-top: 10px;
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .content p {
  line-height: 24px;
  opacity: 60%;
  font-size: 16px;
  letter-spacing: -0.64px;
  margin-bottom: 17px;
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .content a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  width: fit-content;
  padding-right: 28px;
  position: relative;
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .content a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;

  background-color: rgba(0, 47, 55, 0.1);
  border-radius: 50px;
}
.mechanism-block-section .img-video-wrapper .content-block .faq-block .content a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/uploads/2025/11/chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  transition: all 0.2s ease-out;
}
.mechanism-block-section .img-video-wrapper .content-block .faq-block .content a:hover::before {
  animation: arrow-reenter 0.4s ease forwards;
}

@keyframes arrow-reenter {
  0% {
    transform: translateY(0) rotate(-90deg); /* Normal position */
    opacity: 1;
  }
  30% {
    transform: translateY(-10px) rotate(-90deg); /* Move up & disappear */
    opacity: 0;
  }
  60% {
    transform: translateY(10px) rotate(-90deg); /* Jump to bottom */
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(-90deg); /* Come up to original */
    opacity: 1;
  }
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .content p:not(:first-child) {
  opacity: 100%;
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .faq-item {
  padding: 32px 0;
  border-top: 1px solid rgba(36, 36, 36, 0.1);
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .faq-item:last-child {
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .faq-item h6 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.92px;
}

.mechanism-block-section .img-video-wrapper .content-block .faq-block .faq-item:first-child .content {
  display: block;
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
}

#video-popup *:not(button) {
  width: 100%;
  display: block;
}
#video-popup iframe {
  aspect-ratio: 16/9;
}

#video-popup .mfp-close {
  right: -10px !important;
  top: -10px !important;
  color: var(--color-dark) !important;
  opacity: 1 !important;
}

.section-trigger {
  margin-bottom: 100px;
}

@media (max-width: 1500px) {
}
@media (max-width: 1400px) {
  .mechanism-block-section .img-video-wrapper {
    gap: 80px;
  }

  .mechanism-block-section .img-video-wrapper .img-video-block {
    width: calc(51% - 80px);
  }

  .mechanism-block-section {
    padding: 150px 0 50px;
  }
}

@media (max-width: 1199px) {
  .mechanism-block-section .img-video-wrapper .content-block > p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.72px;
  }
}

@media (max-width: 991px) {
  .mechanism-block-section {
    padding: 100px 0 50px;
  }

  .section-trigger {
    margin-bottom: 50px;
  }

  .mechanism-block-section.rtl {
    padding: 50px 0 0;
  }

  .mechanism-block-section .img-video-wrapper {
    gap: 50px;
  }

  .mechanism-block-section .img-video-wrapper .img-video-block,
  .mechanism-block-section .img-video-wrapper .content-block {
    width: 100%;
  }

  .mechanism-block-section .img-video-wrapper .img-video-block img {
    width: 100%;
    min-height: 560px !important;
    max-height: 560px !important;
  }

  .mechanism-block-section .img-video-wrapper .content-block .faq-block {
    padding-top: 48px;
  }
  .mechanism-block-section .img-video-wrapper .content-block > p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.72px;
  }
}

@media (max-width: 767px) {
  .mechanism-block-section {
    padding: 50px 0 50px;
  }
  .mechanism-block-section .img-video-wrapper .img-video-block img {
    min-height: unset !important;
    max-height: unset !important;
  }
  .mechanism-block-section .img-video-wrapper .content-block > p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.64px;
  }

  .mechanism-block-section .img-video-wrapper .content-block h2 {
    margin-bottom: 16px;
  }

  .mechanism-block-section .img-video-wrapper .content-block .faq-block .faq-item {
    padding: 24px 0;
  }

  .mechanism-block-section .img-video-wrapper .img-video-block .video-btn p {
    padding-top: 48px;
  }

  .mechanism-block-section .img-video-wrapper .img-video-block .video-btn {
    padding: 24px;
  }

  .mechanism-block-section .img-video-wrapper .content-block .faq-block {
    padding-top: 24px;
  }

  .mechanism-block-section .img-video-wrapper .content-block .faq-block .faq-item h6 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.8px;
  }
  .mechanism-block-section .img-video-wrapper .content-block > p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
  }
}
