

body{
  margin:0;
  width: 100%;
 overflow-x: hidden;
   -ms-overflow-style: none;  /* IE and Edge */
}

html{
overflow-x: hidden;
}

img, video, iframe{
max-width: 100%
}

section {
    display: block;
    unicode-bidi: isolate;

}

  .contact-card {
    text-align:center;
    width: auto;
    margin-bottom: 1.5rem;
    margin: 1.5rem;
  }
  .contact-cards {
    text-align: center;
    margin: 0 auto;
  }
  @media all and (max-width: 768px) {
    .contact-cards {
      text-align:center;
    }
    .contact-card {
      margin: 0 auto;
    }

}


.slide-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease; }

.slide-in.show {
  opacity: 1;
  transform: translateY(0);
}

.slide-in:nth-child(1) {
  transition-delay: 0s;
}

.slide-in:nth-child(2) {
  transition-delay: .3s;
}

.slide-in:nth-child(3) {
  transition-delay: .6s;
}

.slide-in:nth-child(4) {
  transition-delay: .9s;
}

.slide-in:nth-child(5) {
  transition-delay: 1.2s;
}

.site-footer {
  background: #08233f;
  color: #fff;
  padding: 18px 40px;
  border-top: 5px solid #c9a34a;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-left,
.footer-right {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.footer-right {
  color: #c9a34a;
}

/* Mobile */
@media (max-width: 600px) {
  .site-footer {
    padding: 20px;
    text-align: center;
  }

  .footer-inner {
    flex-direction: column;
    gap: 10px;
  }

  .footer-left,
  .footer-right {
    font-size: 11px;
    letter-spacing: 3px;
    line-height: 1.5;
  }
}

#checkmark-div {

    padding: 90px 0;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 85%,
        50% 100%,
        0 85%
    );
}

.wave-divider{
    line-height:0;
    margin-top:-2px;      /* prevents tiny white seam */
}

.wave-divider svg{
    display:block;
    width:100%;
    height:120px;
}
