/* Page Wrapper */
.page-wrapper {
    background-color: var(--bs-light);
}

/* Featured Image */
.featured-image img {
    height: 500px;
    object-fit: cover;
}

/* Article Styling */
.article-content {
    line-height: 1.8;
    font-size: 1.1rem;
}

.article-body {
    color: var(--bs-gray-800);
}

.article-body h2 {
    color: var(--bs-gray-900);
    font-size: 2rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
}

.article-body h3 {
    color: var(--bs-gray-900);
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.article-body h4 {
    color: var(--bs-gray-900);
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.article-body p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
}

.article-body ul, .article-body ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.article-body li {
    margin-bottom: 0.5rem;
}

.article-body blockquote {
    border-left: 4px solid var(--bs-primary);
    padding: 1rem 0 1rem 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: var(--bs-gray-700);
    background-color: var(--bs-light);
    border-radius: 0.5rem;
}

/* Share Buttons */
.share-buttons .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.share-buttons .share-btn {
    color: var(--bs-gray-600);
    border: 1px solid var(--bs-gray-400);
    transition: all 0.2s ease;
}

.share-buttons .share-btn:hover {
    transform: translateY(-2px);
    background-color: var(--bs-gray-600);
    color: white;
    border-color: var(--bs-gray-600);
}

/* Tags Styling */
.tag-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    background-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    border-radius: 50rem;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.tag-pill:hover {
    background-color: var(--bs-gray-200);
    color: var(--bs-gray-800);
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 991.98px) {
    .featured-image img {
        height: 300px;
    }

    .article-header h1 {
        font-size: 2rem;
    }

    .article-body {
        font-size: 1rem;
    }

    .article-body h2 {
        font-size: 1.75rem;
    }

    .article-body h3 {
        font-size: 1.5rem;
    }

    .article-body h4 {
        font-size: 1.25rem;
    }
}

.nav.sticky {
  background-color: #fff;
}
/* Start Main */
p,
span {
  color: var(--color);
  font-size: 16px;
}
.img-story img {
  border-radius: 20px;
}
.success-imgs img {
  border-radius: 30px;
}
.cont-goals a span {
  font-size: 15px;
  color: #3e5b70;
}
.cont-goals .inner-goals {
  border-radius: 35px;
  box-shadow: var(--main-box-shadow);
}
@media (max-width: 999px) {
  .cont-goals .goal {
    min-width: 50% !important;
  }
  .cont-goals a span {
    font-size: 11px;
  }
}
/* Start Founders */
.cards .cont-card {
  box-shadow: 0 0 24px 16px #f2f2f2;
}
.cards .cont-card {
  border-radius: 12px;
}
.cards .cont-card img {
  transform: translateY(-50%);
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.cards .text-card {
  margin-top: -40px;
}
.cards .text-card span {
  color: #7a7f92;
}
@media (max-width: 999px) {
  .cards .text-card {
    margin-top: -24px;
  }
  .cards .cont-card .text-card h5 {
    font-size: 15px;
  }
}
/* End Founders */
/* End Main */
