.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-17525 .elementor-element.elementor-element-7ad136f img{border-radius:20px 20px 20px 20px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-ad1bef2 */.fullscreen-helper {
position: absolute;
bottom: -70px;
right: 10px;
 pointer-events: auto;
  z-index: 9999;
}

.helper-bubble {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 20px;
  padding-top: 32px; /* extra top space to accommodate the X */
  max-width: 260px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #1a1a1a;
  text-align: center;
  position: relative;
  pointer-events: auto;
}

.helper-arrow {
  position: absolute;
  top: -10px; /* above the bubble */
  right: 12px; /* stick to top-right corner */
  transform: rotate(90deg); /* arrow pointing up */
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #FFC043; /* Lumeto yellow */
  animation: arrowBounce 1.2s ease-in-out infinite;
  border-radius: 2px;
}


@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0) rotate(270deg);
  }
  50% {
    transform: translateX(-50%) translateY(-3px) rotate(270deg);
  }
}

/* Updated close button styling */
.close-helper {
  position: absolute;
  top: 10px;
  left: 12px;
  font-size: 16px;
  font-weight: bold;
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  pointer-events: auto;
  line-height: 1;
  padding: 0;
  width: 20px;
  height: 20px;
}

.close-helper:hover {
  color: #333;
}/* End custom CSS */
/* Start custom CSS */.brochure-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(255, 255, 255, 0.35); /* translucent white */
  border-radius: 20px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 14px 18px;
  gap: 12px;
  max-width: 1100px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
}

.brochure-tabs li {
  list-style: none;
  padding: 10px 18px;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.25);
  color: #021b3d;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.brochure-tabs li:hover {
  transform: scale(1.06);
  background: rgba(250, 184, 0, 0.15);
  color: #fab800;
  border-color: rgba(250, 184, 0, 0.3);
  box-shadow: 0 4px 10px rgba(250, 184, 0, 0.2);
}

.brochure-tabs li:active {
  transform: scale(0.94) skewX(-3deg);
  background: rgba(250, 184, 0, 0.25);
  color: #fab800;
  box-shadow: inset 0 2px 6px rgba(250,184,0,0.25);
}

.brochure-tabs li.active {
  background: #fab800;
  color: #021b3d;
  font-weight: 600;
  transform: scale(0.98);
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.2), 0 2px 8px rgba(250,184,0,0.25);
}

.brochure-tab-bar {
  position: sticky;
  top: 24px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 0 16px;
  margin-bottom: 24px;
}


.burger-icon {
  display: none;
}

/* === Tab Content Style === */
.tab-content {
  display: none;
  animation: fadeIn 0.5s ease;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.tab-content.active {
  display: block;
  visibility: visible;
  opacity: 1;
}

.tab-content h2 {
  font-size: 1.5rem;
  margin-bottom: 8px;
  color: #021b3d;
  font-weight: 700;
}

.tab-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px;
}

/* === Responsive Embed Wrapper === */
.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  box-shadow: 0 2px 8px rgba(63,69,81,0.16);
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 12px;
}

.iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

/* === Animation for Tab Swap === */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */