@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}


/* Navbar */

.navbar-brand {
    max-width: 270px;
}

.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
}


/* Footer */

footer {
    background-color: #0a3762;
    color: white;
    padding: 40px 0;
}

.footer-disclaimers p {
    font-size: 15px;
}

.footer-disclaimers p span {
    font-weight: 500;
    font-size: 16px;
}

.footer-menu ul {
    list-style-type: none;
    padding: 0;
}

.footer-menu ul li {
    font-weight: 500;
    margin: 0 10px;
}

.copyright {
    font-size: 14px;
}


/* Main Content */

.about-page-wrapper p,
.privacy-page-wrapper p,
.terms-page-wrapper p,
.contact-page-wrapper p {
  font-size: 1rem;
}




body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
    margin: 0;
    padding: 0;
  }
  .top-bar {
    background-color: #7d91c5;
    color: white;
    text-align: center;
    padding: 15px 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .page-wrapper {
    max-width: 950px;
    margin: 0 auto;
    padding: 30px 15px;
  }

  
  .article-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .author-info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    margin-bottom: 25px;
  }
  .author-info img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  .main-image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
  }

  .highlight {
    font-weight: 600;
  }
  .subheading {
    font-size: 1.05rem;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #333;
  }
  .section-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .reason-number {
    font-size: 3rem;
    font-weight: bold;
    color: #98A9DC;
  }
  .reason-title {
    font-size: 1.8rem;
    font-weight: 700;
  }
  .reason-text {
    font-size: 1rem;
    color: #333;
  }
  .stars {
    color: #666;
    font-size: 1.3rem;
    margin: 15px 0 10px;
  }
  .quote {
    font-style: italic;
    margin-bottom: 10px;
  }
  .user-name {
    font-weight: 500;
    font-size: 0.95rem;
  }

  .comment-box {
    background-color: white;
    border-radius: 8px;
    padding: 20px 20px 10px;
    font-size: 1rem;
  }
  .comment-input {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .profile-pic {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
  }
  .comment-actions a {
    font-size: 14px;
    color: #1877f2;
    margin-right: 10px;
    text-decoration: none;
  }
  .comment-actions a:hover {
    text-decoration: underline;
  }
  .thumbs-up {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
  }
  .comment-time {
    font-size: 14px;
    color: #888;
  }

  .page-wrapper h2{
    font-size: 2.1rem;
  }