.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-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);}@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 */.hover-popup {
  position: relative;
  cursor: pointer;
  color: #0073e6; /* make the word look clickable */
}

.popup-box {
  display: none;
  position: absolute;
  bottom: 120%; /* above the word */
  left: 0;
  z-index: 999;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 220px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  border-radius: 6px;
}

.hover-popup:hover .popup-box {
  display: block;
}
.amazon-button {
  display: inline-block;
  padding: 10px 18px;
  background-color: #FF9900;   /* Amazon orange */
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  transition: background-color 0.3s ease;
  text-align: center;
}

.amazon-button:hover {
  background-color: #cc7a00;  /* darker orange on hover */
}
.two-column-list {
  columns: 2;              /* creates two columns */
  -webkit-columns: 2;      /* Safari/Chrome support */
  -moz-columns: 2;         /* Firefox support */
  column-gap: 30px;        /* space between columns */
  list-style-type: disc;
  padding-left: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}/* End custom CSS */