.elementor-9598 .elementor-element.elementor-element-eab1696{--display:flex;}.elementor-9598 .elementor-element.elementor-element-0446dbf{text-align:center;}.elementor-9598 .elementor-element.elementor-element-0446dbf .elementor-heading-title{font-size:42px;line-height:22px;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#083482;}.elementor-9598 .elementor-element.elementor-element-f193c65{--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-9598 .elementor-element.elementor-element-b864629{--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-9598 .elementor-element.elementor-element-5e5b957{text-align:start;}.elementor-9598 .elementor-element.elementor-element-5e5b957 .elementor-heading-title{font-size:20px;}.elementor-9598 .elementor-element.elementor-element-6450a44{line-height:1px;}/* Start custom CSS for heading, class: .elementor-element-5e5b957 */.biz-pof-page {
  font-family: Arial, sans-serif;
  background: #f4f8ff;
  color: #263238;
  overflow: hidden;
}

.biz-hero {
  background: linear-gradient(135deg, #063b8e, #0f75bc);
  color: #fff;
  text-align: center;
  padding: 70px 20px;
  border-radius: 0 0 35px 35px;
  animation: bizFadeUp 0.8s ease forwards;
}

.biz-hero h1 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #fff;
}

.biz-hero p {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 25px;
  line-height: 1.7;
  color: #fff;
}

.biz-box,
.biz-faq,
.biz-cta {
  max-width: 1100px;
  margin: 35px auto;
  padding: 30px 22px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,55,130,0.08);
  animation: bizFadeUp 0.8s ease forwards;
}

.biz-box h2,
.biz-faq h2,
.biz-cta h2 {
  font-size: 28px;
  color: #063b8e;
  margin-bottom: 15px;
}

.biz-box p,
.biz-box li,
.biz-faq p,
.biz-cta p {
  font-size: 16px;
  line-height: 1.8;
}

.biz-grid {
  max-width: 1100px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
  padding: 0 15px;
}

.biz-grid div {
  background: #fff;
  padding: 24px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #063b8e;
  border: 1px solid #d8e8ff;
  box-shadow: 0 8px 22px rgba(0,55,130,0.08);
  transition: all 0.35s ease;
}

.biz-grid div:hover {
  transform: translateY(-8px);
  background: #063b8e;
  color: #fff;
}

.biz-grid.inner {
  padding: 0;
}

.biz-table {
  width: 100%;
  border-collapse: collapse;
}

.biz-table th {
  background: #063b8e;
  color: #fff;
  padding: 14px;
}

.biz-table td {
  padding: 14px;
  text-align: center;
  border: 1px solid #dce8f8;
}

.biz-table tr:hover {
  background: #eef6ff;
}

.biz-faq details {
  background: #f3f8ff;
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 12px;
  border-left: 4px solid #0f75bc;
}

.biz-faq summary {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #063b8e;
}

.biz-cta {
  text-align: center;
  background: linear-gradient(135deg, #063b8e, #0f75bc);
}

.biz-cta h2,
.biz-cta p {
  color: #fff;
}

.biz-btn {
  display: inline-block;
  background: #18a86b;
  color: #fff !important;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.35s ease;
}

.biz-btn:hover {
  background: #0d8b57;
  transform: translateY(-3px);
}

.biz-sticky {
  position: fixed;
  right: 20px;
  bottom: 22px;
  background: #18a86b;
  color: #fff !important;
  padding: 14px 24px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  z-index: 99999;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.biz-sticky:hover {
  background: #063b8e;
}

@keyframes bizFadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width:768px) {
  .biz-hero h1 {
    font-size: 30px;
  }

  .biz-hero p {
    font-size: 16px;
  }

  .biz-box h2,
  .biz-faq h2,
  .biz-cta h2 {
    font-size: 24px;
  }

  .biz-sticky {
    left: 15px;
    right: 15px;
    text-align: center;
  }

  .biz-table th,
  .biz-table td {
    font-size: 13px;
    padding: 9px;
  }
}/* End custom CSS */