.elementor-kit-409{--e-global-color-primary:#B19540;--e-global-color-secondary:#000000;--e-global-color-text:#6D6D6D;--e-global-color-accent:#A7A7A7;--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-409 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */:root{
  accent-yellow: #F7C948;
  white: #FFFFFF;
  black-strong: #111111;
  text-muted: #666666;
  card-bg: #ffffff;
  card-radius: 16px;
  card-shadow: 0 20px 50px rgba(8,15,30,0.08);
}

/* Container: center & spacing */
.testimonial-carousel {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Card base */
.testimonial-card {
  background: linear-gradient(180deg, var(--card-bg) 0%, #FBFBFB 100%);
  border-radius: var(--card-radius);
  padding: 26px;
  position: relative;
  overflow: visible;
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(0,0,0,0.04);
  transition: transform .36s cubic-bezier(.2,.9,.3,1), box-shadow .36s ease;
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

/* Left accent stripe (vertical) */
.testimonial-card::before{
  content: "";
  position: absolute;
  left: -12px;
  top: 18px;
  bottom: 18px;
  width: 6px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(247,201,72,1) 0%, rgba(255,220,110,0.9) 100%);
  box-shadow: 0 6px 18px rgba(247,201,72,0.12);
}

/* Avatar */
.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 64px;
  border: 3px solid #fff;
  box-shadow: 0 6px 18px rgba(3,10,25,0.08);
}
.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content column */
.testimonial-body {
  flex: 1 1 auto;
  min-width: 0; /* prevents overflow */
}

/* Stars */
.testimonial-stars {
  color: var(--accent-yellow);
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 1;
}

/* Quote text */
.testimonial-text {
  font-size: 15px;
  color: var(--black-strong);
  line-height: 1.6;
  margin: 6px 0 12px 0;
  position: relative;
  padding-left: 14px;
}

/* big decorative quote mark */
.testimonial-text::before{
  content: "“";
  position: absolute;
  left: 0;
  top: -6px;
  font-size: 38px;
  color: rgba(0,0,0,0.06);
  font-weight: 700;
  line-height: 1;
}

/* Author & meta */
.testimonial-author {
  font-weight: 700;
  color: var(--black-strong);
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
}
.testimonial-meta {
  font-size: 13px;
  color: var(--text-muted);
  display: inline-block;
}

/* Right-side optional badge (for hero testimonials) */
.testimonial-badge {
  flex: 0 0 auto;
  margin-left: 12px;
}

/* Hover & focus lift */
.testimonial-card:hover,
.testimonial-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(8,15,30,0.12);
}

/* Mobile stacking */
@media (max-width: 767px){
  .testimonial-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 22px;
  }
  .testimonial-card::before { left: calc(50% - 3px); top: 8px; bottom: auto; height: 6px; width: 60px; border-radius: 6px; }
  .testimonial-avatar { margin-bottom: 12px; }
  .testimonial-body { width: 100%; }
  .testimonial-text::before { left: 8px; top: -10px; font-size: 36px; opacity: 0.08; }
}

/* Accessibility focus outline for keyboard users */
.testimonial-card:focus-within {
  outline: 3px solid rgba(247,201,72,0.14);
  outline-offset: 6px;
}

/* Small adjustments for slider dots/arrows (if using slick/splide) */
.testimonial-carousel .slick-arrow,
.testimonial-carousel .swiper-button-prev,
.testimonial-carousel .swiper-button-next {
  background: var(--black-strong);
  color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(3,10,25,0.12);
}
.testimonial-carousel .slick-dots li button:before,
.testimonial-carousel .swiper-pagination-bullet {
  background: var(--accent-yellow);
  opacity: .95;
}

/* Tiny utility to fit inside Elementor testimonial widget markup if needed */
.elementor-testimonial, .elementor-testimonial__content {
  /* keep defaults but allow our style */
}
/* Compact 2-column attractive form - paste into Form widget Custom CSS */
/* Uses '.elementor-kit-409' so it only affects this form */

/* Brand tokens */
.elementor-kit-409{
  --accent: #F7C948;
  --accent-dark: #e0b83f;
  --text-strong: #111111;
  --text-muted: #666666;
  --card-bg: #ffffff;
  --radius: 10px;
}

/* Form wrapper: compact card */
.elementor-kit-409{
  background: linear-gradient(180deg,#ffffff 0%, #fbfcfd 100%);
  padding: 14px;
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(3,10,25,0.06);
  border: 1px solid rgba(0,0,0,0.04);
  box-sizing: border-box;
}

/* Make fields layout a two-column grid (compact) */
.elementor-kit-409 .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 12px; /* row-gap / column-gap */
  align-items: start;
}

/* Default each field group is full-width inside its column */
.elementor-kit-409 .elementor-field-group {
  margin: 0;padding: 10px 12px;

}

/* Make Step titles, HTML blocks, and any element with .full-width span two columns */
.elementor-kit-409 .elementor-field-type-step,
.elementor-kit-409 .elementor-field-type-html,
.elementor-kit-409 .elementor-field-group.full-width {
  grid-column: 1 / -1;
}

/* If you added class "full-width" on a field it will span both columns */
.elementor-kit-409 .elementor-field-group.full-width { grid-column: 1 / -1; }

/* Make certain field types span full width automatically (textarea, accept/terms) */
.elementor-kit-409 .elementor-field-type-textarea,
.elementor-kit-409 .elementor-field-type-accept {
  grid-column: 1 / -1;
}

/* Inputs & selects: stronger border, compact padding */
.elementor-kit-409 input[type="text"],
.elementor-kit-409 input[type="email"],
.elementor-kit-409 input[type="tel"],
.elementor-kit-409 input[type="number"],
.elementor-kit-409 input[type="date"],
.elementor-kit-409 input[type="time"],
.elementor-kit-409 select,
.elementor-kit-409 textarea {
  width: 100%;
  padding: 0px 12px;
  border-radius: 8px;
  border: 0.5px solid rgba(0,0,0,0.12); /* stronger border */
  background: #fff;
  color: var(--text-strong);
  font-size: 14px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .08s ease;
  box-sizing: border-box;
}

/* Hover micro-lift */
.elementor-kit-409 input:hover,
.elementor-kit-409 select:hover,
.elementor-kit-409 textarea:hover {
  transform: translateY(-1px);
}

/* Focus: accent border + soft glow */
.elementor-kit-409 input:focus,
.elementor-kit-409 select:focus,
.elementor-kit-409 textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 8px 26px rgba(247,201,72,0.12);
  transform: translateY(-2px);
}

/* Labels: compact and muted */
.elementor-kit-409 .elementor-field-label {
  display:block;
  font-size:12px;
  color:var(--text-muted);
  margin-bottom:6px;
  font-weight:600;
}

/* Smaller helper text */
.elementor-kit-409 .elementor-field-description {
  font-size:12px;
  color:var(--text-muted);
  margin-top:6px;
}



/* Submit hover: invert gradient + slight scale */
.elementor-kit-409 .elementor-button:hover {
  background: linear-gradient(90deg, var(--accent-dark) 0%, var(--accent) 100%);
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 20px 48px rgba(3,10,25,0.14);
  filter: saturate(1.05);
}

/* Submit active (pressed) */
.elementor-kit-409 .elementor-button:active {
  transform: translateY(-1px) scale(.998);
  box-shadow: 0 10px 26px rgba(3,10,25,0.10);
}

/* Secondary button style (back) - add 'secondary' class to back button */
.elementor-kit-409 .elementor-button.secondary {
  grid-column: auto;
  background: transparent;
  color: var(--text-strong);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: none;
  padding: 10px 14px;
  border-radius: 10px;
}

/* Make small icon badges inside fields (if you add them) align */
.elementor-kit-409 .field-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px; height:36px;
  border-radius:8px;
  background:var(--accent);
  color:#000;
  margin-right:8px;
  box-shadow: 0 8px 20px rgba(247,201,72,0.08);
}

/* Message (success/error) compact styling */
.elementor-kit-409 .elementor-message {
  grid-column: 1 / -1;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight:600;
}

/* Responsive: single column on mobile */
@media (max-width: 767px){
  .elementor-kit-409 .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  /* keep button full width and large on mobile */
  .elementor-kit-409 .elementor-button { padding: 14px 16px; }
}

/* Accessibility: keyboard focus visible */
.elementor-kit-409 input:focus-visible,
.elementor-kit-409 textarea:focus-visible,
.elementor-kit-409 select:focus-visible,
.elementor-kit-409 .elementor-button:focus-visible {
  outline: 3px solid rgba(247,201,72,0.14);
  outline-offset: 4px;
}/* End custom CSS */