.elementor-25247 .elementor-element.elementor-element-35991b7{--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;--margin-top:25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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-25247 .elementor-element.elementor-element-37f3828{text-align:center;}.elementor-25247 .elementor-element.elementor-element-37f3828 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:600;color:#0B5ED7;}.elementor-25247 .elementor-element.elementor-element-5e3f2e0{padding:30px 30px 30px 30px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5e3f2e0 */.seo-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.seo-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  transition: 0.3s;
}

.seo-card h2 {
  font-size: 16px;
  color: #0b5ed7;
  margin-bottom: 8px;
}
.seo-card h1 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

.seo-card p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.seo-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}

/* Highlight CTA card */
.highlight-card {
  background: #0b5ed7;
  color: #fff;
}

.highlight-card h2,
.highlight-card p {
  color: #fff;
}

/* Tablet */
@media (max-width: 1024px) {
  .seo-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .seo-cards {
    grid-template-columns: 1fr;
  }
}
.view-all-btn-wrap {
  text-align: center;
  margin: 25px 0;
}

.view-all-btn {
  display: inline-block;
  background: #0b5ed7;
  color: #fff;
  padding: 12px 22px;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
  font-weight: 500;
}

.view-all-btn:hover {
  background: #084298;
  color:white;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}/* End custom CSS */