/* ===== Global Shared Styles ===== */
.read-btn:hover{
background-color: #ffffff !important;
color: rgb(33, 33, 33) !important;
}


.btn:hover{
background-color: #ffffff !important;
color: rgb(33, 33, 33) !important;
}
.header {
  font-size: 70px !important;
  font-weight: 500px !important;
}
.header:hover{
  text-decoration: none !important;
}

.navbar .nav-link {
  text-decoration: none !important;
  font-size: 1.5rem !important;
}

.navbar .nav-link:hover {
  text-decoration: none !important;
    text-decoration: underline !important;

}

/* General typography */
h1 { font-size: 70px !important; }

a {
  text-decoration: none;
  color: #f0f0f0;
}
.sidebartext{
  text-decoration: none !important;
}

a:hover {
  color: #a8aaad;
      text-decoration: underline !important;
}

.blog-card-content p,
.blog-card-content ul,
.blog-card-content li {
  font-size: 1.25rem; /* or smaller, e.g. 0.95rem */
  line-height: 1.6;
  color: #ffffff;
}

/* Optional: add slight spacing for clean bullet alignment */
.blog-card-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}

.blog-card-content li strong {
  display: block;
  font-size: 30px;
  color: #fff;
  margin-bottom: 0.3rem;
}

.post-meta {
  font-size: 0.85rem;
  color: #bbb;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.post-meta span {
  margin-right: 1rem;
}



/* Shared responsive behavior */
@media (max-width: 576px) {
  .header { font-size: 2.5rem !important; }
  .navbar .nav-link { font-size: 1.5rem !important; text-align: center; }
  h1 { font-size: 2rem !important; }
  h2 { font-size: 1.5rem !important; }
  h3 { font-size: 1.1rem !important; }
}

@media (max-width: 900px) {
  .header { font-size: 3rem !important; }
.navbar .nav-link { font-size: 1.75rem !important; text-align: center; }
  h1 { font-size: 2.5rem !important; }
  h2 { font-size: 1.75rem !important; }
  h3 { font-size: 1.2rem !important; }
}

.site-footer {
  font-size: 0.95rem;
  margin-top: 0 !important;
}

.site-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo {
  width: 70px;
  height: 140px;
  flex-shrink: 0;
}

.footer-logo-text {
  fill: #ffffff;
  font-size: 24px;
  font-weight: 600;
  writing-mode: tb;
  glyph-orientation-vertical: 0;
  letter-spacing: 0.2em;
  animation: footer-logo-spin 8s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes footer-logo-spin {
  from { transform: rotateX(0deg); }
  to { transform: rotateX(360deg); }
}

.site-footer .container {
  max-width: 1400px;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.newsletter-panel {
  padding: 2.5rem 2rem;
}

.newsletter-form input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 12px;
  padding: 0.6rem 0.9rem;
  font-size: 0.95rem;
  max-width: 50%;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.newsletter-form input:focus {
  background: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.newsletter-form .btn {
  border-radius: 12px;
  padding: 0.6rem 1.4rem;
  font-size: 0.9rem;
  max-width: 50%;
}

.site-footer h5,
.site-footer h6 {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.site-footer p,
.site-footer a,
.site-footer li {
  font-size: 0.95rem;
}

.site-footer .list-unstyled li+li {
  margin-top: 0.25rem;
}

.site-footer .list-unstyled {
  margin-top: 0 !important;
}

.site-footer .list-unstyled li {
  margin-bottom: 0.15rem;
}

.site-footer .footer-link {
  text-decoration: none;
}

.site-footer .footer-link:hover {
  text-decoration: underline;
}

.site-footer .footer-heading {
  text-decoration: underline;
}

.site-footer .sub-footer {
  padding-top: 1rem !important;
  margin-top: 1.5rem !important;
}
