.elementor-990750 .elementor-element.elementor-element-858d961{--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:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-990750 .elementor-element.elementor-element-858d961:not(.elementor-motion-effects-element-type-background), .elementor-990750 .elementor-element.elementor-element-858d961 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2a175e3 *//* ===== SEO CASE STUDY SECTION ===== */

.seo-case-study {
  padding: 80px 5%;
  background: #f8fafc;
  font-family: 'Inter', sans-serif;
}

.seo-container {
  max-width: 100%;
  margin: 0 auto;
}

.seo-header {
  text-align: center;
  margin-bottom: 60px;
}

.seo-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.seo-header p {
  font-size: 16px;
  color: #64748b;
}

/* Grid */
.seo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
}

/* Card */
.seo-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.seo-card:hover {
  transform: translateY(-6px);
}

.seo-card-top {
  margin-bottom: 25px;
}

.seo-card-top h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2563eb;
}

/* Table Style Layout */
.seo-table {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.seo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #334155;
}

.seo-head {
  font-weight: 600;
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 8px;
}

/* Position Badge */
.position-badge {
  background: #f97316;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
  .seo-header h2 {
    font-size: 28px;
  }
}
/* Card Footer */
.seo-card-footer {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-start;
}

/* Read More Button */
.seo-read-more {
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
}

.seo-read-more:hover {
  gap: 10px;
  opacity: 0.8;
}/* End custom CSS */