.elementor-kit-6{--e-global-color-primary:#0F172A;--e-global-color-secondary:#8A2BE2;--e-global-color-text:#FFFFFF;--e-global-color-accent:#A677F6;--e-global-color-4259b34:#C0C0C0;--e-global-color-24282a5:#D3D3D3;--e-global-color-036910e:#A9A9A9;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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);}.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 */.silver-text {
  /* your silver palette */
  --silver:     #C0C0C0;
  --light-silver: #D3D3D3;
  --dark-silver:  #A9A9A9;

  /* gradient from dark→light silver */
  background: linear-gradient(
    135deg,
    var(--dark-silver)   0%,
    var(--silver)       60%,
    var(--light-silver) 100%
  );

  /* clip gradient into the text */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* very subtle blur glow */
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.25);

  /* make it pop on dark backgrounds */
  font-weight: 700;
  letter-spacing: 0.4px;
}

.fade-bottom {
  width: 100%;
  height: auto;
  /* fade out the bottom 30% of the element */
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.my_testimonial_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}/* End custom CSS */