.calendar-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;       /* separa el bloque del resto de la página */
  padding: 24px;           /* 👈 separa el borde del iframe */
  position: relative;
  overflow: hidden;
  border-radius: 16px;     /* un poco más elegante */
  background: #ffffff;    /* importante para que el padding se vea */
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}


.calendar-wrapper iframe {
  width: 100%;
  height: 720px;
  border: 0;
  border-radius: 10px; /* opcional, queda muy bien */
}


@media (max-width: 767px) {
  .calendar-wrapper iframe {
    height: 850px;
  }
}

html {
  scroll-behavior: smooth;
}

#testimonials #Processes #Whyus{
  scroll-margin-top: 100px; /* ajusta según tu header */
}
