.elementor-kit-7{--e-global-color-primary:#063137;--e-global-color-secondary:#E27E3B;--e-global-color-text:#063137;--e-global-color-accent:#80ED99;--e-global-color-04fea68:#000000;--e-global-color-bd50fb9:#65D665;--e-global-color-45dceb2:#BFFFBF;--e-global-color-7a35da9:#E0FFE0;--e-global-color-1481744:#F5FFF5;--e-global-color-89a2dd5:#FFFFFF;--e-global-color-2845883:#FFD8BE;--e-global-color-31651b0:#FFDBB3;--e-global-color-0b26fde:#FCAD78;--e-global-color-6ed35bf:#FF9650;--e-global-color-a1dc0f2:#FF8A3C;--e-global-color-44d9f17:#545454;--e-global-color-732330c:#B0B0B0;--e-global-color-44b0988:#1E1E1E;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:29px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:30px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:29px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:14px;line-height:30px;}.elementor-kit-7 h1{font-size:48px;font-weight:800;line-height:1.2px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-text );background-color:var( --e-global-color-secondary );border-radius:5px 5px 5px 5px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */.highlight {
  color: #fcad78; /* highlight color */
}

button,
input[type="button"],
input[type="submit"],
.elementor-button {
  text-shadow: none !important;
	font-weight: 600 !important; /* semi-bold */
}

.custom-quote-box {
  background-color: #063137;
  color: #BFFFBF;
  border-radius: 20px;
  padding: 24px 32px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
  margin: 20px 0;
}

.custom-quote-box .quote-text {
  margin: 0;
  font-weight: 500;
	font-style: italic;
}

.custom-quote-box .quote-author {
  color: #BFFFBF;
  font-size: 18px;
	font-weight: 400;
	font-style: italic;
  margin-top: -8px;
}

.custom-quote-box .quote-btn {
  display: inline-block;
  align-self: flex-start;
  background-color: #BFFFBF;
  color: #063137;
  padding: 22px 40px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-quote-box .quote-btn:hover {
  background-color: #fcad78;
/*   transform: translateY(-1px); */
}

@media (max-width: 768px) {
  .custom-quote-box {
    font-size: 16px;
    padding: 20px;
  }
  .custom-quote-box .quote-btn {
    font-size: 15px;
    padding: 8px 18px;
  }
}

ul, ol {
  margin-bottom: 1em; /* adds spacing below lists */
}/* End custom CSS */