.elementor-kit-1814{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-22ae90b:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1814 e-page-transition{background-color:#FFBC7D;}.elementor-kit-1814 a{color:#50C0FF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.expand-card {
  position: relative;
  cursor: pointer;
}

.expand-card .expand-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.75s ease, opacity 0.75s ease;
}

/* When card is open */
.expand-card.is-open .expand-content {
  max-height: 600px; /* adjust if you have more text */
  opacity: 1;
}
.td-carousel * {
  box-sizing: border-box;
}

.td-carousel {
  font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.td-carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 500px; /* tweak height for your layout */
}

/* Sidebar (text panel) */
.td-carousel .sidebar {
  height: 100%;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
}

.td-carousel .sidebar > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.td-carousel .sidebar h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}

/* Main slide (images) */
.td-carousel .main-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 35%;
  width: 65%;
  transition: transform 0.5s ease-in-out;
}

.td-carousel .main-slide > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

/* Controls */
.td-carousel button {
  background-color: #fff;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
}

.td-carousel button:hover {
  color: #222;
}

.td-carousel button:focus {
  outline: none;
}

.td-carousel .controls button {
  position: absolute;
  left: 35%;
  top: 50%;
  z-index: 100;
}

.td-carousel .controls .down-button {
  transform: translateX(-100%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.td-carousel .controls .up-button {
  transform: translateY(-100%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

body.page-id-2304 * {
  overflow-y: visible !important;
}/* End custom CSS */