.elementor-5583 .elementor-element.elementor-element-006487a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-5583 .elementor-element.elementor-element-c7aac15{--display:flex;--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;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-5583 .elementor-element.elementor-element-c7aac15:not(.elementor-motion-effects-element-type-background), .elementor-5583 .elementor-element.elementor-element-c7aac15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-5583 .elementor-element.elementor-element-4b92827{width:100%;max-width:100%;}.elementor-5583 .elementor-element.elementor-element-4b92827 > .elementor-widget-container{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-5583 .elementor-element.elementor-element-e928eab{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-5583 .elementor-element.elementor-element-e928eab.elementor-element{--align-self:center;}.elementor-5583 .elementor-element.elementor-element-ef565ef{width:100%;max-width:100%;}@media(max-width:767px){.elementor-5583 .elementor-element.elementor-element-c7aac15{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5583 .elementor-element.elementor-element-b7bdcfc > .elementor-widget-container{padding:5px 5px 5px 5px;}.elementor-5583 .elementor-element.elementor-element-b7bdcfc{text-align:center;}.elementor-5583 .elementor-element.elementor-element-e928eab > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 5px 5px 5px;}.elementor-5583 .elementor-element.elementor-element-e928eab{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-5583 .elementor-element.elementor-element-ef565ef{width:100%;max-width:100%;}.elementor-5583 .elementor-element.elementor-element-ef565ef > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-5583 .elementor-element.elementor-element-006487a{--content-width:80%;}.elementor-5583 .elementor-element.elementor-element-c7aac15{--width:70%;}}/* Start custom CSS for html, class: .elementor-element-4b92827 */.pb-header-hero {
  background: linear-gradient(to right, #111 0%, #1a1a1a 100%);
  color: #fff;
  padding: 100px 20px 80px;
  text-align: center;
  border-radius: 20px;
}

.pb-header-inner {
  width: 100%;
  margin: 0 auto;
}

.pb-header-title {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.pb-gradient-text {
  background: linear-gradient(to right, #e60073, #ff66a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.pb-header-subline {
  font-size: 18px;
  color: #ccc;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .pb-header-title {
    font-size: 32px;
  }

  .pb-header-subline {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-e928eab */.wpforms-submit.button-submit {
  background: linear-gradient(to right, #e60073, #ff66a3);
  color: #fff;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 15px;
}

.wpforms-submit.button-submit:hover {
  background: linear-gradient(to right, #cc005f, #e64d8c);
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ef565ef */.listing-preview-cards {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin: 20px auto 20px;
  font-family: 'Segoe UI', sans-serif;
}

.listing-preview-cards h2 {
  font-size: 28px;
  color: #e60073;
  margin-bottom: 30px;
}

.listing-tiers-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.listing-tier {
  background: #111;
  border: 1px solid #333;
  padding: 24px 20px;
  border-radius: 16px;
  transition: transform 0.2s ease;
  flex: 1 1 300px;
  max-width: 30%;
}

.listing-tier:hover {
  transform: scale(1.02);
}

.listing-tier .emoji {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}

.listing-tier strong {
  display: block;
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}

.listing-tier p {
  font-size: 15px;
  color: #aaa;
  margin-bottom: 0; /* ✅ Removes unwanted gap under the paragraph */
}

.listing-tier a {
  display: inline-block;
  background: #e60073;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease;
  margin-top: 12px;
  margin-bottom: 0; /* ✅ Stops gap below button */
}

.listing-tier a:hover {
  background: #cc005f;
}

.listing-tier .ad-placeholder,
.listing-tier .adsbygoogle,
.listing-tier iframe {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .listing-tiers-row {
    flex-direction: column;
    align-items: center;
  }

  .listing-tier {
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto; /* ✅ FIX: allow natural height */
    height: auto;   /* ✅ FIX: remove any height constraints */
  }

  .listing-preview-cards h2 {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .listing-tier strong {
    font-size: 18px;
  }

  .listing-tier p {
    font-size: 14px;
  }

  .listing-tier a {
    font-size: 13px;
    padding: 8px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c7aac15 */.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 30px;
  width: 450px;
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form button {
  align-self: flex-end;
}

.flex-column > label {
  color: #151717;
  font-weight: 600;
}

.inputForm {
  border: 1.5px solid #ecedec;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}

.input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
}

.input:focus {
  outline: none;
}

.inputForm:focus-within {
  border: 1.5px solid #2d79f3;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.flex-row > div > label {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.span {
  font-size: 14px;
  margin-left: 5px;
  color: #2d79f3;
  font-weight: 500;
  cursor: pointer;
}

.button-submit {
  margin: 20px 0 10px 0;
  background-color: #151717;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.p {
  text-align: center;
  color: black;
  font-size: 14px;
  margin: 5px 0;
}

.btn {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #ededef;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.btn:hover {
  border: 1px solid #2d79f3;
  ;
}/* End custom CSS */