.elementor-kit-6330{--e-global-color-primary:#252627;--e-global-color-secondary:#031C47;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F77F00;--e-global-color-c23b344:#CCFF00;--e-global-color-9254b78:#F2C103;--e-global-color-c44bb2d:#EFEEE7;--e-global-color-63d4b08:#F0F1EC;--e-global-color-3ac2c7b:#C4BDAC;--e-global-color-9181437:#F2C103;--e-global-color-cac78d6:#233857;--e-global-color-2e72d52:#0D3276;--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-6330 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6330 a:hover{color:var( --e-global-color-9181437 );}.elementor-kit-6330 button,.elementor-kit-6330 input[type="button"],.elementor-kit-6330 input[type="submit"],.elementor-kit-6330 .elementor-button{color:var( --e-global-color-63d4b08 );}.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 *//* Entire section container */
.ms360-testimonial-container {
  text-align: center;
  padding: 90px 20px;
  background: #f7f7f7; /* Off white */
  font-family: inherit; /* Uses your site's font */
}

/* Testimonial bubble */
.ms360-bubble-wrapper {
  display: flex;
  justify-content: center;
}

.ms360-bubble {
  max-width: 700px;
  padding: 32px 42px;
  border-radius: 35px;
  background: #ffffff; /* White bubble */
  color: #031c47;
  font-size: 22px;
  line-height: 1.6;
  
  /* Stronger, more premium shadow */
  box-shadow: 0 12px 45px rgba(3, 28, 71, 0.22);
  
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* Dot navigation */
.ms360-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  min-height: 20px;
}

.ms360-dot {
  width: 12px;
  height: 12px;
  background: #c7d0e0; /* Soft grey/blue for inactive */
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ms360-dot.active {
  width: 30px;
  height: 12px;
  border-radius: 50px;
  background: linear-gradient(90deg, #f77f00, #ffb300); /* Orange → soft yellow gradient */
}/* End custom CSS */