.elementor-kit-12{--e-global-color-primary:#1AB3D6;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#1AB3D6;--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-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80%;}.e-con{--container-max-width:80%;}.elementor-widget:not(:last-child){margin-block-end: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 */.product-accordion {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
}

.accordion-header {
  background-color: #f8f8f8;
  color: #333;
  padding: 14px 18px;
  text-align: left;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #e9f2fa;
}

.accordion-header::after {
  content: "+";
  position: absolute;
  right: 18px;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  background-color: #fff;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.accordion-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}

.accordion-content table th,
.accordion-content table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  text-align: left;
}

.accordion-content table th {
  background-color: #f0f0f0;
}

.accordion-content ul,
.accordion-content ol {
  margin: 10px 0;
  padding-left: 18px;
}

.accordion-content p {
  margin: 10px 0;
}/* End custom CSS */