/* Start custom CSS for html, class: .elementor-element-5a73b9d5 */.bx-blu-section{
    --bg:#ffffff;
    --muted:#6b7280;
    --text:#111827;
    --border:#e5e7eb;
    --shadow: 0 10px 30px rgba(17,24,39,.08);
    --shadowHover: 0 18px 50px rgba(17,24,39,.12);
    --radius: 18px;
    --radiusSm: 14px;
    --max: 1500px;

    position: relative;
    background: var(--bg);
    overflow: hidden;
    padding: 30px 0;
  }

  .bx-blu-wrap{
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  /* Background orbs */
  .bx-blu-bg-orb{
    position:absolute;
    width: 560px;
    height: 560px;
    border-radius: 999px;
    filter: blur(55px);
    opacity: .55;
    pointer-events:none;
  }
  .bx-orb-1{
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle at 30% 30%, rgba(59,130,246,.35), rgba(59,130,246,0) 65%),
                radial-gradient(circle at 70% 60%, rgba(99,102,241,.28), rgba(99,102,241,0) 70%);
  }
  .bx-orb-2{
    bottom: -320px;
    right: -240px;
    background: radial-gradient(circle at 30% 30%, rgba(156,163,175,.35), rgba(156,163,175,0) 65%),
                radial-gradient(circle at 70% 60%, rgba(59,130,246,.18), rgba(59,130,246,0) 70%);
  }

  /* Header */
  .bx-blu-header{
    text-align: center;
    max-width: 820px;
    margin: 0 auto 42px;
  }
  .bx-blu-title{
    margin: 0;
    color: var(--text);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    font-size: clamp(30px, 4vw, 44px);
    font-family: "Roboto Slab", Sans-serif;
  }
  .bx-blu-subtitle{
    margin: 14px auto 0;
    color: var(--muted);
    line-height: 1.6;
    font-size: clamp(15px, 1.6vw, 18px);
    max-width: 720px;
  }

  /* Grid */
  .bx-blu-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
  }

  /* Card */
  .bx-card{
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: 0 1px 0 rgba(17,24,39,.03);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .bx-card:hover{
    transform: translateY(-3px);
    box-shadow: var(--shadowHover);
    border-color: rgba(229,231,235,.9);
  }
  .bx-card-soft{
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  }

  .bx-card-top{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
  }

  /* Pills */
  .bx-pill{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid var(--border);
    background: #f9fafb;
    color: #374151;
    white-space: nowrap;
  }
  .bx-dot{
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #9ca3af;
  }
  .bx-pill-pink .bx-dot{
      background: #e55860;
  }
  .bx-pill-blue .bx-dot{ background: #3b82f6; }
  .bx-pill-purple .bx-dot{ background: #6366f1; }
  .bx-pill-green .bx-dot{ background: #10b981; }

  /* Links */
  .bx-link{
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display:inline-flex;
    align-items:center;
    gap: 6px;
    transition: color .18s ease, transform .18s ease;
  }
  .bx-card:hover .bx-link{ color: #374151; }
  .bx-arrow{
    display:inline-block;
    transition: transform .18s ease;
  }
  .bx-card:hover .bx-arrow{
    transform: translateX(3px);
  }

  /* Title + text */
  .bx-card-title{
    margin: 0 0 20px 0;
    color: var(--text);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
  }

  .bx-card-desc{
    margin: 14px 0 18px;
    color: var(--muted);
    line-height: 1.7;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
  }

  /* Media */
  .bx-media{
    border-radius: var(--radiusSm);
    border: 1px solid var(--border);
    background: #f3f4f6;
    overflow: hidden;
    box-shadow: var(--shadow);
  }
  .bx-media img{
    width: 100%;
    height: auto;
    display:block;
  }

  /* Bottom CTA */
  .bx-cta{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    color: #e55860;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
  }
  .bx-cta:hover{ text-decoration: underline; }

  /* Responsive */
  @media (max-width: 1024px){
    .bx-blu-section{ padding: 72px 0; }
    .bx-blu-grid{ grid-template-columns: 1fr; }
    .bx-card{ padding: 20px; }
    .bx-card-title{ font-size: 20px; }
  }/* End custom CSS */
/* Start custom CSS */.header-sec {
    background-color: #1B465A !important;
}

/***** SECTION 1 *****/
.try-sec {
    display: none;
}
.checklist .elementor-icon-list-item {
    align-items: flex-start !important;
}

.checklist .elementor-icon-list-icon {
    margin-top: .5rem;
}

.period {
    margin-bottom: 15px !important;
}

.fa-window-close {
    color: #c4c4c4 !important;
}

.pricing-table .elementor-icon-list-item:nth-child(even) { background-color: #F7F7F7;}
.elementor-icon-list-itemelement:nth-child(odd) { background-color: #ffffff;}

.pricing-table .elementor-icon-list-item {
    padding: 15px 0px 15px 20% !important;
    border: 1px solid #eaeaea;
}

.builders-pro .elementor-icon-list-item {
    padding: 17px 0px 17px 20% !important;
}
.tab-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 4px solid #f4f5f8;
    border-left: 4px solid #f4f5f8;
    border-right: 4px solid #f4f5f8;
    width: 48% !important;
    margin-left: auto;
    margin-right: auto;
}
.tab-title.active {
    background-color: #f4f5f8;
    padding: 25px;
    border-width: 0;
    border-style: solid;
    border-color: #979797;
    border-top: 4px solid #FF8300;
}

.price-el {
    background-color: #fff;
}
.price-col p.desc {
    min-height: 50px;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}

.elementor-element.elementor-element-aeae440{
    border-width: 0 !important;
}/* End custom CSS */