.elementor-611 .elementor-element.elementor-element-3cbbb9c1{--display:flex;--min-height:50vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:-187px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-611 .elementor-element.elementor-element-3cbbb9c1:not(.elementor-motion-effects-element-type-background), .elementor-611 .elementor-element.elementor-element-3cbbb9c1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-611 .elementor-element.elementor-element-3cbbb9c1 > .elementor-shape-bottom svg, .elementor-611 .elementor-element.elementor-element-3cbbb9c1 > .e-con-inner > .elementor-shape-bottom svg{height:70px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-611 .elementor-element.elementor-element-72729aad{text-align:center;}.elementor-611 .elementor-element.elementor-element-72729aad .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:53px;font-weight:900;color:var( --e-global-color-c9231d3 );}.elementor-611 .elementor-element.elementor-element-1c68c2a3{width:var( --container-widget-width, 42% );max-width:42%;--container-widget-width:42%;--container-widget-flex-grow:0;text-align:center;}.elementor-611 .elementor-element.elementor-element-1c68c2a3 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;color:#C4C4C4;}.elementor-611 .elementor-element.elementor-element-e299ceb{--display:flex;}.elementor-611 .elementor-element.elementor-element-e299ceb.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-611 .elementor-element.elementor-element-e299ceb{--width:91.875%;}}@media(max-width:1024px){.elementor-611 .elementor-element.elementor-element-3cbbb9c1{--padding-top:71px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-611 .elementor-element.elementor-element-1c68c2a3{--container-widget-width:653px;--container-widget-flex-grow:0;width:var( --container-widget-width, 653px );max-width:653px;}}@media(max-width:767px){.elementor-611 .elementor-element.elementor-element-3cbbb9c1{--margin-top:-144px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:90px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-611 .elementor-element.elementor-element-72729aad .elementor-heading-title{font-size:35px;}.elementor-611 .elementor-element.elementor-element-1c68c2a3{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-611 .elementor-element.elementor-element-1c68c2a3 .elementor-heading-title{font-size:14px;}.elementor-611 .elementor-element.elementor-element-c118efe{padding:3px 3px 3px 3px;}}/* Start custom CSS for html, class: .elementor-element-c118efe */.hz-price-section {
  padding: 36px 0;
}

.hz-price-list-wrap {
  --hz-primary: #1f294f;
  --hz-primary-2: #2b3767;
  --hz-primary-3: #33427a;
  --hz-text: #111111;
  --hz-muted: #5f6675;
  --hz-border: #dbe3f0;
  --hz-bg: #ffffff;
  --hz-soft: #f5f8fd;
  --hz-soft-2: #eef3fb;
  --hz-radius-xl: 26px;
  --hz-radius-lg: 20px;
  --hz-radius-md: 16px;
  --hz-shadow: 0 20px 50px rgba(17, 29, 60, 0.08);

  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  font-family: "Inter", Arial, sans-serif !important;
  color: var(--hz-text);
}

.hz-price-hero {
  position: relative;
  margin-bottom: 26px;
  padding: 30px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 30%),
    linear-gradient(135deg, var(--hz-primary) 0%, var(--hz-primary-2) 55%, var(--hz-primary-3) 100%);
  box-shadow: var(--hz-shadow);
  overflow: hidden;
}

.hz-price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hz-price-list-wrap .hz-price-list-title,
.hz-price-list-wrap h1.hz-price-list-title {
  display: block !important;
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: clamp(30px, 4vw, 50px) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
  visibility: visible !important;
  opacity: 1 !important;
}

.hz-price-list-wrap .hz-price-list-subtitle {
  margin: 0 0 22px !important;
  max-width: 860px;
  color: rgba(255,255,255,0.88) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400;
}

.hz-price-search-box {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 18px 0 54px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
}

.hz-search-icon {
  position: absolute;
  left: 18px;
  width: 20px;
  height: 20px;
  fill: #ffffff;
  opacity: 0.95;
}

.hz-price-search-box input,
.hz-price-search-box input[type="text"] {
  width: 100%;
  height: 60px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500;
}

.hz-price-search-box input::placeholder,
.hz-price-search-box input[type="text"]::placeholder {
  color: rgba(255,255,255,0.76) !important;
}

.hz-price-list {
  display: grid;
  gap: 22px;
}

.hz-price-category {
  overflow: hidden;
  border: 1px solid var(--hz-border);
  border-radius: var(--hz-radius-xl);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(16, 26, 49, 0.05);
}

.hz-price-category-head {
  padding: 20px 22px;
  border-bottom: 1px solid var(--hz-border);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.hz-price-category-head h2,
.hz-price-category h2 {
  margin: 0 !important;
  color: var(--hz-primary) !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.hz-price-items {
  padding: 14px;
}

.hz-price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 16px;
  border-radius: var(--hz-radius-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.hz-price-item:nth-child(odd) {
  background: #fbfcff;
}

.hz-price-item:hover {
  background: var(--hz-soft);
  transform: translateY(-1px);
}

.hz-price-item span {
  flex: 1;
  color: #111111 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  font-weight: 500;
}

.hz-price-item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--hz-soft-2);
  color: var(--hz-primary) !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  white-space: nowrap;
  border: 1px solid #d8e2f1;
}

.hz-price-note {
  margin: 2px 0 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7f9fd;
  border: 1px solid var(--hz-border);
  color: #455066;
  font-size: 14px;
  line-height: 1.65;
}

.hz-no-results {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px solid var(--hz-border);
  background: #ffffff;
  color: var(--hz-primary);
  font-weight: 700;
  text-align: center;
}

.hz-price-item.hz-hidden,
.hz-price-category.hz-hidden {
  display: none !important;
}

/* tablet */
@media (max-width: 1024px) {
  .hz-price-hero {
    padding: 24px;
  }

  .hz-price-category-head h2,
  .hz-price-category h2 {
    font-size: 22px !important;
  }
}

/* mobile */
@media (max-width: 767px) {
  .hz-price-section {
    padding: 18px 0;
  }

  .hz-price-hero {
    padding: 20px 16px;
    border-radius: 24px;
  }

  .hz-price-badge {
    font-size: 11px;
    padding: 7px 12px;
    margin-bottom: 12px;
  }

  .hz-price-list-wrap .hz-price-list-title,
  .hz-price-list-wrap h1.hz-price-list-title {
    font-size: 28px !important;
    line-height: 1.12 !important;
  }

  .hz-price-list-wrap .hz-price-list-subtitle {
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin-bottom: 16px !important;
  }

  .hz-price-search-box {
    min-height: 52px;
    padding: 0 14px 0 44px;
  }

  .hz-price-search-box input,
  .hz-price-search-box input[type="text"] {
    height: 52px;
    font-size: 15px !important;
  }

  .hz-search-icon {
    left: 15px;
    width: 18px;
    height: 18px;
  }

  .hz-price-list {
    gap: 16px;
  }

  .hz-price-category-head {
    padding: 16px;
  }

  .hz-price-category-head h2,
  .hz-price-category h2 {
    font-size: 19px !important;
  }

  .hz-price-items {
    padding: 10px;
  }

  .hz-price-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding: 14px 12px;
  }

  .hz-price-item span {
    font-size: 15px !important;
  }

  .hz-price-item strong {
    min-width: auto;
    padding: 8px 12px;
    font-size: 14px !important;
  }

  .hz-price-note {
    font-size: 13px;
    padding: 12px 14px;
  }
}

.hz-allonx {
  margin-top: 50px;
  padding: 25px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff, #f9f7f2);
  border: 1px solid rgba(194,162,104,0.25);
}

.hz-allonx-subtitle {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 5px;
}

.hz-allonx-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.hz-allonx-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  border: 1px solid rgba(194,162,104,0.2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.hz-allonx-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.hz-allonx-list {
  margin-top: 10px;
  padding-left: 16px;
  font-size: 13px;
}

.hz-allonx-list li {
  margin-bottom: 6px;
}

/* MOBILE */
@media (max-width: 768px) {
  .hz-allonx-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */