/* Main Stylesheet - Bangladesh Political Campaign */

:root {
  /* Bangladesh Theme Colors */
  --bd-green: #006a4e;
  --bd-red: #f42a41;
  --bd-yellow: #ffd700;
  --bd-dark-green: #00563b;
  --bd-light-green: #e8f5e9;

  /* Theme Colors */
  --primary-color: #006a4e;
  --secondary-color: #f42a41;
  --accent-color: #ffd700;
  --light-color: #f8f9fa;
  --dark-color: #333333;
  --gray-color: #6c757d;
  --white: #ffffff;
  --black: #000000;

  /* Typography */
  --font-primary: "Hind Siliguri", sans-serif;
  --font-secondary: "Noto Sans Bengali", sans-serif;
  --font-size-base: 1rem;
  --line-height-base: 1.6;
}

/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-secondary);
  color: var(--dark-color);
  line-height: var(--line-height-base);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 1.3;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  color: var(--primary-color);
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Utility Classes */
.text-bd-green {
  color: var(--bd-green) !important;
}
.text-bd-red {
  color: var(--bd-red) !important;
}
.text-bd-yellow {
  color: var(--bd-yellow) !important;
}

.bg-bd-green {
  background-color: var(--bd-green) !important;
}
.bg-bd-red {
  background-color: var(--bd-red) !important;
}
.bg-bd-yellow {
  background-color: var(--bd-yellow) !important;
}

.btn-bd-green {
  background-color: var(--bd-green);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-bd-green:hover {
  background-color: var(--bd-dark-green);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 86, 62, 0.3);
}

.btn-bd-red {
  background-color: var(--bd-red);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-bd-red:hover {
  background-color: #d42036;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(244, 42, 65, 0.3);
}

.btn-outline-bd-green {
  background-color: transparent;
  color: var(--bd-green);
  border: 2px solid var(--bd-green);
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-bd-green:hover {
  background-color: var(--bd-green);
  color: white;
  transform: translateY(-2px);
}

/* Section Titles */
.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  color: var(--bd-green);
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--bd-red);
}

.text-center .section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

/* Top Announcement */
.top-announcement {
  font-size: 0.9rem;
}

.top-announcement marquee {
  padding: 5px 0;
}

/* Navbar Only CSS */
:root {
  --bd-green: #006a4e;
  --bd-red: #f42a41;
  --bd-dark-green: #00563b;
  --dark-color: #333333;
}

/* Main Navbar */
.navbar {
  padding: 0;
  background: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  min-height: 70px;
}

.navbar .container {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

/* Navbar Brand */
.navbar-brand {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar-brand .d-flex {
  align-items: center;
  height: 100%;
}

/* .navbar-brand img {
    height: 45px;
    width: auto;
} */

.navbar-brand h4 {
  color: var(--bd-green);
  font-weight: 700;
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.2;
  font-family: "Hind Siliguri", sans-serif;
}

/* .navbar-brand small {
    font-size: 0.75rem;
    display: block;
    color: #666;
    font-family: 'Noto Sans Bengali', sans-serif;
} */

/* Navbar Toggler */
.navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  margin-left: auto;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* Navbar Menu */
.navbar-collapse {
  flex-grow: 0;
}

.navbar-nav {
  align-items: center;
  margin: 0;
  padding: 0;
}

.navbar-nav .nav-item {
  margin: 0 0.1rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 0.5rem 0.75rem !important;
  /* color: var(--dark-color); */
  position: relative;
  font-size: 0.9rem;
  white-space: nowrap;
  /* font-family: 'Hind Siliguri', sans-serif; */
  transition: all 0.3s ease;
}

.navbar-nav .nav-link i {
  margin-right: 5px;
  font-size: 0.9rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--bd-green);
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.75rem;
  right: 0.75rem;
  height: 2px;
  background-color: var(--bd-green);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

/* Party Logo */
.navbar .ms-lg-3 {
  margin-left: 1rem !important;
  display: flex;
  align-items: center;
  height: 100%;
}

.navbar .ms-lg-3 img {
  height: 40px;
  width: auto;
}

/* Mobile Menu Styles */
@media (max-width: 991.98px) {
  .navbar {
    height: auto;
    min-height: 70px;
  }

  .navbar .container {
    flex-wrap: wrap;
    padding: 10px 15px;
  }

  .navbar-brand {
    order: 1;
    flex: 1;
  }

  .navbar-toggler {
    order: 2;
  }

  .navbar .ms-lg-3 {
    order: 4;
    margin-left: 0 !important;
    margin-top: 10px;
    text-align: center;
    display: none;
  }

  .navbar-collapse {
    order: 3;
    margin-top: 10px;
  }

  /* Mobile Menu */
  .navbar-collapse {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    max-height: 70vh;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-nav {
    text-align: center;
    flex-direction: column;
  }

  .navbar-nav .nav-item {
    margin: 0.25rem 0;
    width: 100%;
  }

  .navbar-nav .nav-link {
    padding: 0.75rem 1rem !important;
    display: block;
    text-align: center;
    border-radius: 5px;
  }

  .navbar-nav .nav-link:hover {
    background-color: rgba(0, 106, 78, 0.05);
  }

  .navbar-nav .nav-link::after {
    display: none;
  }

  /* Show party logo after menu on mobile */
  .navbar-collapse.show + .ms-lg-3 {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand h4 {
    font-size: 1.2rem;
  }

  .navbar-brand small {
    font-size: 0.7rem;
  }

  .navbar-nav .nav-link {
    font-size: 0.85rem;
    padding: 0.5rem 0.5rem !important;
  }

  .navbar-nav .nav-link i {
    margin-right: 3px;
    font-size: 0.8rem;
  }

  .navbar .ms-lg-3 img {
    height: 35px;
  }
}

/* Desktop Styles */
@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }

  .navbar-nav {
    flex-direction: row;
    width: auto;
  }

  .navbar .container {
    justify-content: space-between;
  }
}

/* Small Mobile Styles */
/* @media (max-width: 576px) {
    .navbar-brand h4 {
        font-size: 1.1rem;
    }
    
    .navbar-brand small {
        font-size: 0.65rem;
    }
    
    .navbar-brand img {
        height: 30px;
    }
    
    .navbar-toggler {
        padding: 0.2rem 0.4rem;
        font-size: 1.1rem;
    }
    
    .navbar-collapse {
        margin-top: 5px;
        padding: 0.75rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.6rem 0.8rem !important;
        font-size: 0.85rem;
    }
} */
.height-div {
  height: 1000px;
}

/* Body Padding for Fixed Navbar */
body {
  padding-top: 70px !important;
}

@media (max-width: 991.98px) {
  body {
    padding-top: 140px !important;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 130px !important;
  }
}

/* Hero Banner */
.hero-banner {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--dark-color);
  margin-bottom: 20px;
}

.hero-content h3 {
  color: var(--bd-green);
  font-weight: 600;
  margin-bottom: 25px;
}

.hero-content p {
  font-size: 1.1rem;
  color: var(--gray-color);
  margin-bottom: 30px;
}

.hero-buttons {
  margin-top: 40px;
}

.hero-image img {
  max-width: 80%;
  border: 10px solid white;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.wave-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 80px;
  fill: white;
}

/* Key Issues */
.key-issues {
  padding: 80px 0;
}

.issue-card {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.issue-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.issue-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 30px;
}

.issue-card h4 {
  color: var(--bd-green);
  margin-bottom: 15px;
  font-weight: 600;
}

.issue-card p {
  color: var(--gray-color);
  line-height: 1.6;
}

/* Campaign Updates */
.update-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.update-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.update-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.update-content {
  padding: 20px;
}

.update-content .badge {
  font-size: 0.8rem;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.update-content h5 {
  color: var(--dark-color);
  margin-bottom: 10px;
  font-weight: 600;
}

.update-content p {
  color: var(--gray-color);
  margin-bottom: 0;
}

/* Side Panel */
.side-panel {
  position: sticky;
  top: 100px;
}

.event-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  border-radius: 8px;
  background: var(--light-color);
  transition: all 0.3s ease;
}

.event-item:hover {
  background: #e9ecef;
}

.event-date {
  min-width: 60px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-right: 15px;
}

.event-date .day {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.event-date .month {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}

.event-details h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.event-details p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

/* Support Counter */
.support-counter {
  padding: 80px 0;
  background: linear-gradient(
    135deg,
    var(--bd-green) 0%,
    var(--bd-dark-green) 100%
  );
}

.counter-item {
  padding: 30px 15px;
}

.counter-item i {
  color: rgba(255, 255, 255, 0.9);
}

.counter-item h3 {
  font-size: 3rem;
  font-weight: 700;
  margin: 15px 0;
  color: white;
}

.counter-item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  margin-bottom: 0;
}

/* Footer */
.footer {
  background: #1a1a1a;
  color: white;
  padding: 60px 0 30px;
}

.footer h4,
.footer h5 {
  color: white;
  font-weight: 600;
  /* margin-bottom: 20px; */
}

.footer-link {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--bd-green);
  padding-left: 5px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.party-logo {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  height: 200px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background: var(--bd-green);
  transform: translateY(-3px);
}

/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--bd-green);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #00563b;
  transform: translateY(-3px);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  body {
    padding-top: 106px !important;
  }

  .hero-banner {
    margin-top: -120px;
    padding-top: 160px;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content h3 {
    font-size: 1.3rem;
  }

  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .counter-item h3 {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  body {
    padding-top: 105px !important;
  }

  .hero-banner {
    margin-top: -110px;
    padding-top: 150px;
  }

  .navbar-brand h4 {
    font-size: 1.1rem;
  }

  .top-announcement {
    font-size: 12px;
  }
}
/* About Page Styles */
/* .about-hero {
  padding: 100px 0;
}

.about-info .info-item {
  font-size: 1.1rem;
}

.about-image img {
  border-radius: 10px;
  width: 650px;
}

.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--bd-green);
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bd-green);
  border: 3px solid white;
  box-shadow: 0 0 0 3px var(--bd-green);
}

.timeline-date {
  position: absolute;
  left: -120px;
  top: 0;
  width: 80px;
  text-align: right;
  font-weight: 600;
  color: var(--bd-green);
}

.timeline-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.vision-card {
  text-align: center;
  padding: 30px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: all 0.3s ease;
}

.vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.vision-icon {
  width: 70px;
  height: 70px;
  background: var(--bd-green);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 20px;
}

.vision-card h4 {
  color: var(--bd-green);
  margin-bottom: 15px;
}

.career-item {
  padding: 25px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.career-item h4 {
  color: var(--bd-green);
  margin-bottom: 15px;
} */

/* Manifesto Page Styles */
.manifesto-hero {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    var(--bd-green) 0%,
    var(--bd-dark-green) 100%
  );
}

.toc-card {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  top: 100px;
}

.toc-card h5 {
  color: var(--bd-green);
  font-weight: 600;
}

.toc-card .nav-link {
  color: var(--gray-color);
  padding: 8px 0;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.toc-card .nav-link:hover,
.toc-card .nav-link.active {
  color: var(--bd-green);
  border-left-color: var(--bd-green);
  padding-left: 10px;
}

.manifesto-section {
  position: relative;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--bd-light-green);
}

.section-icon {
  width: 60px;
  height: 60px;
  background: var(--bd-green);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.point-card {
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.point-card:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.point-number {
  min-width: 50px;
  height: 50px;
  background: var(--bd-green);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 20px;
}

.point-content h5 {
  color: var(--bd-green);
  margin-bottom: 10px;
}

/* volunteer Page Styles */
/* .volunteer-hero {
    padding: 100px 0;
}

.stat-card {
    padding: 30px 15px;
}

.stat-card i {
    margin-bottom: 20px;
}

.stat-card h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bd-green);
    margin: 15px 0;
}

.stat-card p {
    color: var(--gray-color);
    font-size: 1.1rem;
}

.projects-timeline .timeline {
    max-width: 800px;
    margin: 0 auto;
}

.projects-timeline .timeline-item {
    display: flex;
    margin-bottom: 40px;
}

.projects-timeline .timeline-year {
    min-width: 100px;
    text-align: right;
    padding-right: 20px;
    font-weight: 700;
    color: var(--bd-green);
    font-size: 1.2rem;
}

.projects-timeline .timeline-content {
    flex: 1;
    padding-left: 20px;
    border-left: 3px solid var(--bd-green);
}

.projects-timeline .timeline-content h5 {
    color: var(--bd-green);
    margin-bottom: 5px;
} */

/* Gallery Page Styles */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 250px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 106, 78, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay-content {
  text-align: center;
  color: white;
  padding: 20px;
}

/* Contact Page Styles */
.contact-info-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  text-align: center;
}

.contact-icon {
  width: 70px;
  height: 70px;
  background: var(--bd-green);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin: 0 auto 20px;
}

.contact-form {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-form .form-control {
  padding: 12px 15px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contact-form .form-control:focus {
  border-color: var(--bd-green);
  box-shadow: 0 0 0 0.2rem rgba(0, 106, 78, 0.25);
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* News Page Styles */
.news-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.news-content {
  padding: 25px;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: var(--gray-color);
  font-size: 0.9rem;
}

.news-meta i {
  color: var(--bd-green);
}

.news-content h4 {
  color: var(--dark-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.news-content p {
  color: var(--gray-color);
  margin-bottom: 20px;
}

.news-tag {
  display: inline-block;
  padding: 5px 10px;
  background: var(--bd-light-green);
  color: var(--bd-green);
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 500;
}

/* Responsive Utilities */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .timeline-date {
    position: static;
    text-align: left;
    margin-bottom: 10px;
  }

  .projects-timeline .timeline-item {
    flex-direction: column;
  }

  .projects-timeline .timeline-year {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
  }

  .projects-timeline .timeline-content {
    padding-left: 0;
    border-left: none;
    padding-top: 10px;
    border-top: 3px solid var(--bd-green);
  }
}
