.elementor-134 .elementor-element.elementor-element-31b1267{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5c3e5ae *//* BASE & RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #F8F9FA;
  color: #333333;
  line-height: 1.6;
}

/* TOP HEADER */
.header-section {
  text-align: center;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  background-color: #F8F9FA;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2D114D;
}

.main-title span {
  color: #8A2BE2;
}

.header-subtitle {
  font-size: 1rem;
  color: #666666;
  max-width: 650px;
  margin: 0.5rem auto 0 auto;
}

.header-divider {
  border: 0;
  height: 1px;
  background-color: #D3D3D3;
  margin: 1.5rem auto 0 auto;
  max-width: 100%;
}

/* INTRO SECTION */
.intro-section {
  background-color: #121316;
  color: #E0E0E0;
  padding: 3rem 1.5rem;
}

.intro-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.intro-container p {
  font-size: 1.05rem;
  color: #CCCCCC;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.niche-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.niche-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8A2BE2;
  font-weight: 600;
}

.niche-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.niche-tags span {
  background-color: rgba(138, 43, 226, 0.15);
  border: 1px solid rgba(138, 43, 226, 0.4);
  color: #E0E0E0;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-size: 0.85rem;
}

/* PROJECTS SECTION */
.projects-wrapper {
  padding: 4rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  color: #121316;
  margin-bottom: 2.5rem;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.project-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 1.75rem;
  border: 1px solid #E2E8F0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.topic-badge {
  background-color: #EBF8FF;
  color: #0077B6;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 4px;

}

.budget-badge {
  background-color: #F0FFF4;
  color: #2F855A;
  font-size: 0.8rem;
  font-weight: 700;
}

.company-name {
  font-size: 1.35rem;
  color: #121316;
  margin-bottom: 0.25rem;
}

.company-link {
  font-size: 0.85rem;
  color: #666666;
}

.card-divider {
  border: 0;
  height: 1px;
  background-color: #EDF2F7;
  margin: 1.25rem 0;
}

.published-info {
  margin-bottom: 1.25rem;
}

.published-label {
  display: block;
  font-size: 0.8rem;
  color: #888888;
}

.publisher-name {
  font-size: 1rem;
  font-weight: 700;
  color: #8A2BE2;
}

.article-btn {
  margin-top: auto;
  display: inline-block;
  text-align: center;
  background-color: #121316;
  color: #FFFFFF;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.article-btn:hover {
  background-color: #8A2BE2;
}

/* NETWORK SECTION */
.network-section {
  background-color: #121316;
  color: #FFFFFF;
  padding: 4rem 1.5rem;
}

.network-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.network-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #00E5FF;
}

.network-desc {
  color: #CCCCCC;
  font-size: 0.95rem;
  margin-bottom: 2.5rem;
}

.sites-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.site-chip {
  background-color: #1C1E24;
  border: 1px solid #2D3139;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #E0E0E0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.site-chip i {
  color: #8A2BE2;
}

/* FOOTER */
.footer-section {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.5rem 1rem;
  border-top: 1px solid #E2E8F0;
}

.footer-section p {
  font-size: 0.9rem;
  color: #333333;
  font-weight: 600;
}

.footer-section a {
  color: #8A2BE2;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .main-title {
    font-size: 2rem;
  }
  
  .projects-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */