.elementor-88092 .elementor-element.elementor-element-2c38aaf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-88092 .elementor-element.elementor-element-3decb91 .elementor-heading-title{font-weight:500;color:var( --e-global-color-accent );}.elementor-88092 .elementor-element.elementor-element-d14fe9f{--spacer-size:50px;}.elementor-88092 .elementor-element.elementor-element-c3513c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-88092 .elementor-element.elementor-element-c3513c8:not(.elementor-motion-effects-element-type-background), .elementor-88092 .elementor-element.elementor-element-c3513c8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a79c6c2 );}.elementor-88092 .elementor-element.elementor-element-901c562{--display:flex;}.elementor-88092 .elementor-element.elementor-element-0e6ea98{--spacer-size:50px;}.elementor-88092 .elementor-element.elementor-element-7f6ccfb{font-weight:400;}.elementor-88092 .elementor-element.elementor-element-7e42d71 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-88092 .elementor-element.elementor-element-7e42d71 .elementor-button .elementor-button-content-wrapper{gap:12px;}@media(max-width:1080px){.elementor-88092 .elementor-element.elementor-element-3decb91{text-align:center;}.elementor-88092 .elementor-element.elementor-element-3decb91 .elementor-heading-title{font-size:28px;}.elementor-88092 .elementor-element.elementor-element-c3513c8{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-88092 .elementor-element.elementor-element-0e6ea98{--spacer-size:18px;}.elementor-88092 .elementor-element.elementor-element-7f6ccfb{text-align:center;}}@media(max-width:767px){.elementor-88092 .elementor-element.elementor-element-3decb91{text-align:center;}.elementor-88092 .elementor-element.elementor-element-3decb91 .elementor-heading-title{font-size:28px;}.elementor-88092 .elementor-element.elementor-element-d14fe9f{--spacer-size:16px;}.elementor-88092 .elementor-element.elementor-element-c3513c8{--border-radius:12px 12px 12px 12px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-88092 .elementor-element.elementor-element-901c562{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-88092 .elementor-element.elementor-element-fda8158{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-88092 .elementor-element.elementor-element-0e6ea98{--spacer-size:20px;}.elementor-88092 .elementor-element.elementor-element-7f6ccfb{text-align:center;font-size:16px;line-height:1.2em;}.elementor-88092 .elementor-element.elementor-element-7e42d71{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-fda8158 *//* --- Variables & Reset --- */
:root {
  --primaryfucsia: rgba(190, 26, 128, 1);
  --primarylightblue: rgba(123, 150, 238, 1);
  --primarydarkblue: rgba(31, 38, 48, 1);
  --secondarybluelight: rgba(231, 236, 253, 1);
  --secondarylightfucsia: rgba(203, 74, 155, 1);
  --secondarybluedark: rgba(28, 36, 75, 1);
  --secondaryaccent-yellow: rgba(251, 195, 67, 1);
  --complementlightblue: rgba(50, 74, 109, 1);
  --complementdark-gray-text: rgba(84, 89, 95, 1);
  --complementmedium-gray-text: rgba(115, 120, 128, 1);
  --complementlight-gray-text: rgba(140, 140, 140, 1);
  --complementdark-fucsia: rgba(149, 16, 99, 1);
  --backgrounddark: rgba(31, 38, 48, 1);
  --backgroundlight-pearl: rgba(251, 252, 248, 1);
  --backgroundlight: rgba(247, 249, 254, 1);
}

.full-pricing-table * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

/* --- Desktop Styles (Default) --- */
.full-pricing-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px; /* Adjusted from 280px for desktop visibility */
  margin: 0 auto;
  gap: 24px;
  position: relative;
}

.full-pricing-table .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #d0d8f5;
}

.full-pricing-table .label-category {
  font-weight: 300; /* Light */
  color: #000000;
  font-size: 16px;
  text-align: left;
}

.full-pricing-table .label-starting {
  font-weight: 600; /* Semi-Bold */
  color: #000000;
  font-size: 16px;
  text-align: right;
}

.full-pricing-table .categories-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.full-pricing-table .pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 1px solid #d0d8f5;
  transition: background 0.3s ease;
}

.full-pricing-table .category-name {
  font-weight: 300; /* Light */
  color: #000000;
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
}

.full-pricing-table .price-value {
  font-weight: 700; /* Bold */
  color: #be1a80;
  font-size: 28px;
  text-align: right;
}

/* --- Tablet Breakpoint (1024px and below) --- */
@media (max-width: 1024px) {
  .full-pricing-table {
    max-width: 90%;
    gap: 20px;
  }
  full-pricing-table .pricing-header {
    padding: 20px 15px; 
  }
  .full-pricing-table .category-name {
    font-size: 18px;
  }
  .full-pricing-table .price-value {
    font-size: 32px; 
  }
}

/* --- Mobile Breakpoint (767px and below) --- */
@media (max-width: 767px) {
  .full-pricing-table {
    width: 100%;
    max-width: 100%;
    gap: 16px;
  }

  .full-pricing-table .pricing-header {
    padding: 10px 5px;
  }

  .full-pricing-table .category-name {
    font-size: 14px;
    width: 60%;
  }

  .full-pricing-table .price-value {
    font-size: 26px;
  }
}/* End custom CSS */