/* ---- Customizer "Additional CSS" (site-wide) ---- */
.elementor-element-0c96e4c h1.elementor-heading-title.elementor-size-default span {
    font-size: 24px;
    /* text-align: center; */
    display: block;
}

.horizontal-wavy-timeline {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    padding: 40px 0;
}

.timeline-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.timeline-wrapper::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url('/wp-content/uploads/2025/06/wayimge.svg') repeat-x;
  background-size: contain;
  z-index: 1;
}


.timeline-event {
    flex: 0 0 250px;
    margin: 0 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.timeline-event .year {
    background: #f90;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    margin: 0 auto 10px;
}

.timeline-event .image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.timeline-event .content {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #f90;
}

.timeline-event .content h3 {
    font-size: 14px;
    margin: 5px 0;
    color: #333;
}

.timeline-event .content p {
    font-size: 12px;
    color: #666;
}

/*stet*/


.timeline-container {
  position: relative;
  width: 100%;
  height: 200px;
}

.timeline-wave {
  position: absolute;
  width: 100%;
  height: 100%;
}

.timeline-event {
  position: absolute;
  width: 150px;
  text-align: center;
  background: white;
  border: 2px solid #f9c349;
  border-radius: 8px;
  padding: 5px;
  z-index: 2;
}

.year {
  font-weight: bold;
  color: #f9c349;
}

.page-id-37139 .forminator-field label {
    color: #000 !important;
}
.khpp_hei {
    height: 550px;
}

button.wpb-pcf-form-fire.wpb-pcf-btn.wpb-pcf-btn-default.wpb-pcf-btn-medium {
    border-radius: 30px;
}
#wpcf7-f45891-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #783766 !important;
}
.elementor-element.elementor-element-41eba67.cmsmasters-block-default.cmsmasters-sticky-default.elementor-widget.elementor-widget-hfe-infocard {
    height: 560px;
}
.book_call input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-top: 22px;
}
.book_call label {
    font-size: 14px;
    font-weight: 800;
}
.book_call input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 23px;
}
@media only screen and (max-width: 768px) {
 .ds_karma_align ul.cmsmasters-widget-icon-list-items {
    display: inline-block;
    text-align: center;
}
}


/* Apply the animation */
.button-animation {
  animation: button-shake 10s ease-in-out infinite;
}

/* Keyframes (copied from your original `shake`) */
@keyframes button-shake {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(3px); }
  50%  { transform: translateX(-3px); }
  75%  { transform: translateX(2px); }
  100% { transform: translateX(0); }
}

/* Optional: respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .button-animation {
    animation: none;
  }
}

/* ---- Unlimited Elements background overlay ---- */
.unlimited-elements-background-overlay{
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				height:100%;
				z-index:0;
			}

			.unlimited-elements-background-overlay.uc-bg-front{
				z-index:999;
			}
/* Hero video: clickable thumbnail overlay (assets/img/khw-video-thumbnail.png) */
.khw-video-wrap{position:relative;}
.khw-video-thumb{position:absolute;inset:0;cursor:pointer;z-index:2;background:#000;}
.khw-video-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.khw-video-thumb .khw-video-play{position:absolute;top:50%;left:50%;width:72px;height:72px;margin:-36px 0 0 -36px;border-radius:50%;background:rgba(0,0,0,.6);box-shadow:0 0 0 4px rgba(255,255,255,.85);}
.khw-video-thumb .khw-video-play::after{content:"";position:absolute;top:50%;left:50%;margin:-14px 0 0 -9px;border-style:solid;border-width:14px 0 14px 24px;border-color:transparent transparent transparent #fff;}
.khw-video-thumb:hover .khw-video-play{background:rgba(0,0,0,.8);}
