.elementor-178919 .elementor-element.elementor-element-1eb1ba0{--spacer-size:50px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-178919 .elementor-element.elementor-element-82c9193{text-align:center;}.elementor-178919 .elementor-element.elementor-element-82c9193 .elementor-heading-title{color:#000000;}.elementor-178919 .elementor-element.elementor-element-7712b12{--spacer-size:50px;}body.elementor-page-178919:not(.elementor-motion-effects-element-type-background), body.elementor-page-178919 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-d905463 *//* General styles for the video container */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background-color: #000; /* Fallback color */
  overflow: hidden;
}

.hidden {
  display: none;
}

/* Styles for the video element */
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* Cover the container without stretching */
}

/* Modal styles for the Calendly form */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal.hidden {
  display: none;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  width: 80%; /* Adjust the width as needed */
  max-width: 800px; /* Adjust the max-width as needed */
  height: 80%; /* Adjust the height as needed */
  max-height: 600px; /* Adjust the max-height as needed */
}

.modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Popup styles */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup.hidden {
  display: none;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  max-width: 90%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.popup-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.popup-button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin: 10px;
}

.popup-button:hover {
  background-color: #45a049;
}/* End custom CSS */