/* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, Roboto, Helvetica, sans-serif;
}

.home {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  /* overflow: hidden; Removed to allow mobile menu dropdown */
  align-items: center;
}

.container {
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .container {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

/* Hero Banner Section */
.hero-banner {
  background-color: rgba(236, 252, 213, 1);
  align-self: stretch;
  /* padding-left: 72px; */
  /* overflow: hidden; Removed to allow mobile menu dropdown */
}

@media (max-width: 991px) {
  .hero-banner {
    max-width: 100%;
    margin-right: 5px;
    padding-left: 20px;
  }

  /* Force header container to row */
  /* Force header container to column with absolute header */
  .hero-banner .container {
    flex-direction: column !important;
    /* Enforce column to stack content */
    align-items: stretch;
    justify-content: flex-start;
    position: relative;
    padding-top: 80px;
    /* Space for the absolute header */
  }

  /* Position Logo at top left */
  .hero-text-container .brand-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    z-index: 20;
  }

  /* Position Hamburger Menu at top right */
  .nav-container .main-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
    margin-top: 0;
    z-index: 20;
    flex-direction: row;
    /* Ensure toggle button is visible */
    align-items: center;
  }

  .hero-banner .hero-content,
  .hero-banner .nav-container {
    width: 100%;
    /* Full width for content */
    margin-left: 0;
  }

  .hero-text-container {
    margin-top: 20px;
  }

  /* Ensure dropdown menu is positioned correctly relative to the button */
  .nav-links {
    top: 100%;
    right: 0;
    left: auto;
    /* Align to right edge */
    width: 200px;
    /* Adjust width as needed */
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 37%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .hero-content {
    width: 100%;
  }
}

.hero-text-container {
  margin-top: -7px;
  margin-right: -69px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .hero-text-container {
    max-width: 100%;
  }
}

.brand-logo {
  font-weight: normal;
  padding-left: 30px;
}

.brand-primary {
  color: rgba(0, 42, 72, 1);
  font-size: 96px;
  font-family:
    "Kolker Brush",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

@media (max-width: 991px) {
  .brand-primary {
    font-size: 40px;
  }
}

.brand-tagline {
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 20px;
  color: rgba(0, 42, 72, 1);
}

.hero-text {
  display: flex;
  margin-top: 75px;
  width: 100%;
  padding-left: 56px;
  flex-direction: column;
  align-items: stretch;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 16px;
  color: rgba(0, 42, 72, 1);
}

@media (max-width: 991px) {
  .hero-text {
    max-width: 100%;
    padding-left: 20px;
    margin-top: 40px;
  }
}

.hero-title {
  font-size: 59px;
  line-height: 1;
  margin-right: 32px;
  font-weight: normal;
}

@media (max-width: 991px) {
  .hero-title {
    max-width: 100%;
    margin-right: 10px;
    font-size: 40px;
  }
}

.hero-subtitle {
  font-size: 45px;
  line-height: 1.3;
  margin-right: 45px;
  font-weight: normal;
}

@media (max-width: 991px) {
  .hero-subtitle {
    max-width: 100%;
    margin-right: 10px;
    font-size: 40px;
  }
}

.hero-description {
  color: #242b33;
  line-height: 24px;
  align-self: start;
  margin-top: 24px;
}

@media (max-width: 991px) {
  .hero-description {
    max-width: 100%;
  }
}

.btn-primary {
  align-self: center;
  border-radius: 56px;
  background-color: rgba(0, 42, 72, 1);
  margin-top: 29px;
  width: 160px;
  max-width: 100%;
  padding: 14px 27px 10px;
  gap: 10px;
  color: #fdfdfd;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 16px;
}

@media (max-width: 991px) {
  .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 63%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .nav-container {
    width: 100%;
  }
}

.main-nav {
  display: flex;
  margin-top: 34px;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 24px;
  color: rgba(0, 42, 72, 1);
  font-weight: 400;
}

@media (max-width: 991px) {
  .main-nav {
    max-width: 100%;
  }
}

.nav-links {
  align-self: end;
  display: flex;
  margin-right: 24px;
  width: 571px;
  max-width: 100%;
  align-items: stretch;
  gap: 38px;
  list-style: none;
}

@media (max-width: 991px) {
  .nav-links {
    margin-right: 10px;
  }
}

.nav-link {
  text-decoration: none;
  color: inherit;
}

.active {
  flex-grow: 1;
}

.hero-image {
  aspect-ratio: 1.52;
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin-top: 17px;
}

@media (max-width: 991px) {
  .hero-image {
    max-width: 80%;
    /* Reduce width on mobile */
    margin: 0 auto;
    /* Center the image */
    display: block;
  }
}

/* Adoption Process Section */
.adoption-process {
  margin-top: 114px;
  width: 100%;
  max-width: 1321px;
}

@media (max-width: 991px) {
  .adoption-process {
    max-width: 100%;
    margin-top: 40px;
  }
}

.adoption-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .adoption-info {
    width: 100%;
  }
}

.section-header {
  width: 100%;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  .section-header {
    max-width: 100%;
    margin-top: 40px;
  }
}

.section-title {
  color: rgba(0, 42, 72, 1);
  font-size: 60px;
  line-height: 90px;
  letter-spacing: -0.6px;
  font-weight: normal;
}

@media (max-width: 991px) {
  .section-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 67px;
  }
}

.section-description {
  color: rgba(140, 140, 140, 1);
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.18px;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .section-description {
    max-width: 100%;
  }
}

.steps-container {
  display: flex;
  margin-top: 48px;
  align-items: start;
  gap: 16px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .steps-container {
    margin-top: 40px;
  }
}

.step-card {
  border-radius: 12px;
  background-color: rgba(248, 252, 249, 1);
  border: 1px solid rgba(224, 232, 224, 1);
  min-width: 240px;
  padding: 32px 24px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 254px;
}

@media (max-width: 991px) {
  .step-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.step-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 32px;
}

.step-content {
  margin-top: 16px;
  width: 100%;
}

.step-title {
  color: rgba(36, 43, 51, 1);
  font-size: 24px;
  letter-spacing: -0.24px;
  font-weight: normal;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.step-description {
  color: rgba(140, 140, 140, 1);
  font-size: 16px;
  line-height: 29px;
  letter-spacing: -0.16px;
  margin-top: 8px;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.adoption-image-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .adoption-image-container {
    width: 100%;
  }
}

.adoption-image {
  aspect-ratio: 0.84;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 5px;
  margin-top: 6px;
}

@media (max-width: 991px) {
  .adoption-image {
    max-width: 80%;
    /* Reduce width on mobile */
    margin: 40px auto 0;
    /* Center and add top margin */
    display: block;
  }
}

/* Pets Showcase Section */

.showcase-header {
  display: flex;
  margin-top: 173px;
  width: 100%;
  max-width: 1173px;
  align-items: stretch;
  gap: 20px;
  font-weight: 400;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .showcase-header {
    max-width: 100%;
    margin-top: 40px;
  }
}

.showcase-title-container {
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.showcase-label {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  line-height: 1;
  font-weight: normal;
}

.showcase-title {
  color: #003459;
  font-size: 25px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: normal;
}

.btn-secondary {
  justify-content: center;
  align-items: center;
  border-radius: 55.95px;
  border: 1.472px solid var(--Primary-Color-Dark-Blue, #003459);
  align-self: start;
  display: flex;
  margin-top: 18px;
  padding: 12px 27px;
  gap: 8px;
  font-family:
    Gilroy-Light,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 17px;
  color: #003459;
  line-height: 1;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 991px) {
  .btn-secondary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn-text {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.btn-icon {
  aspect-ratio: 1.05;
  object-fit: contain;
  object-position: center;
  width: 20px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.pets-grid-container {
  margin-top: 26px;
  width: 100%;
  max-width: 1166px;
}

@media (max-width: 991px) {
  .pets-grid-container {
    max-width: 100%;
  }
}

.featured-pet {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 24%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .featured-pet {
    width: 100%;
    max-width: 350px;
    /* Limit width */
    margin: 0 auto;
    /* Center */
  }
}

.pet-card {
  border-radius: 11.779px;
  box-shadow: 0px 3.926px 27.484px -1.963px rgba(0, 0, 0, 0.08);
  background-color: #fdfdfd;
  padding: 8px 8px 0;
  width: 100%;
}

@media (max-width: 991px) {
  .pet-card {
    margin-top: 35px;
  }
}

.pet-image-container {
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  width: 259px;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  aspect-ratio: 1;
}

.pet-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.pet-details {
  margin-top: 8px;
  padding: 8px 8px 20px;
  font-weight: 400;
  line-height: 1.5;
}

.pet-info {
  width: 100%;
  max-width: 243px;
}

.pet-name {
  color: #00171f;
  font-family:
    Gilroy-Bold,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 16px;
  font-weight: normal;
}

.pet-attributes {
  display: flex;
  margin-top: 4px;
  width: 100%;
  align-items: start;
  gap: 4px;
  font-size: 12px;
  color: #667479;
  justify-content: start;
}

.pet-attribute {
  display: flex;
  align-items: start;
  gap: 6px;
  white-space: nowrap;
  justify-content: start;
}

@media (max-width: 991px) {
  .pet-attribute {
    white-space: initial;
  }
}

.attribute-label {
  font-family:
    Gilroy-Light,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.attribute-value {
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

.pets-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 76%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .pets-row {
    width: 100%;
  }
}

.pet-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 33%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .pet-column {
    width: 100%;
    max-width: 350px;
    /* Limit width */
    margin: 0 auto;
    /* Center */
  }
}

.image-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 1.004;
  width: 100%;
}

.pet-image-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.pet-image-foreground {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.pets-grid-secondary {
  margin-top: 11px;
  width: 100%;
  max-width: 1158px;
}

@media (max-width: 991px) {
  .pets-grid-secondary {
    max-width: 100%;
  }
}

.pets-grid-secondary .pet-column {
  width: 25%;
  margin-left: 20px;
}

.pets-grid-secondary .pet-column:first-child {
  margin-left: 0;
}

@media (max-width: 991px) {
  .pets-grid-secondary .pet-column {
    width: 100%;
    margin-top: 20px;
  }
}

/* Newsletter Section */
.newsletter-section {
  align-self: stretch;
  display: flex;
  margin-top: 138px;
  width: 100%;
  align-items: start;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .newsletter-section {
    max-width: 100%;
    margin-top: 40px;
  }
}

.newsletter-image {
  aspect-ratio: 1.05;
  object-fit: contain;
  object-position: center;
  width: 494px;
  min-width: 240px;
  flex-grow: 1;
  flex-shrink: 1;
}

@media (max-width: 991px) {
  .newsletter-image {
    max-width: 80%;
    /* Reduce width on mobile */
    margin: 0 auto 20px;
    /* Center and add spacing */
    display: block;
  }
}

.newsletter-content {
  background-color: rgba(24, 25, 23, 1);
  min-width: 240px;
  padding: 120px 60px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 700px;
}

@media (max-width: 991px) {
  .newsletter-content {
    max-width: 100%;
    padding: 100px 20px;
  }
}

.newsletter-header {
  width: 100%;
}

@media (max-width: 991px) {
  .newsletter-header {
    max-width: 100%;
  }
}

.newsletter-title {
  color: rgba(255, 255, 255, 1);
  font-size: 48px;
  line-height: 72px;
  font-weight: normal;
}

@media (max-width: 991px) {
  .newsletter-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 67px;
  }
}

.newsletter-description {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .newsletter-description {
    max-width: 100%;
  }
}

.newsletter-form {
  display: flex;
  margin-top: 48px;
  width: 100%;
  align-items: start;
  gap: 16px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .newsletter-form {
    max-width: 100%;
    margin-top: 40px;
  }
}

.form-field {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 1);
  display: flex;
  min-width: 240px;
  padding: 20px 24px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 29px;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .form-field {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.email-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.email-input {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  background: transparent;
  border: none;
  color: white;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 16px;
  width: 100%;
}

.email-input::placeholder {
  color: rgba(255, 255, 255, 1);
}

.email-input:focus {
  outline: none;
}

.subscribe-button {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(222, 222, 222, 1);
  padding: 20px 24px;
  font-size: 20px;
  color: rgba(0, 52, 89, 1);
  line-height: 36px;
  width: 207px;
  cursor: pointer;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
}

@media (max-width: 991px) {
  .subscribe-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Footer Section */
.site-footer {
  background-color: rgba(236, 252, 213, 1);
  align-self: stretch;
  width: 100%;
}

@media (max-width: 991px) {
  .site-footer {
    max-width: 100%;
  }
}

.footer-container {
  width: 100%;
}

@media (max-width: 991px) {
  .footer-container {
    max-width: 100%;
  }
}

.footer-top {
  border: 1px solid rgba(217, 217, 217, 1);
  display: flex;
  width: 100%;
  padding: 80px 60px 80px 91px;
  align-items: start;
  gap: 40px 119px;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer-top {
    max-width: 100%;
    padding: 80px 20px;
  }
}

.brand-logo-footer {
  color: rgba(0, 0, 0, 1);
  font-size: 60px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 154px;
  font-weight: normal;
}

@media (max-width: 991px) {
  .brand-logo-footer {
    font-size: 40px;
  }
}

.brand-primary-footer {
  font-family:
    "Kolker Brush",
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-size: 96px;
  color: rgba(0, 42, 72, 1);
}

.brand-tagline-footer {
  font-size: 20px;
  color: rgba(0, 42, 72, 1);
}

.footer-links {
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 40px 139px;
  text-align: center;
  justify-content: end;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer-links {
    max-width: 100%;
  }
}

.footer-links-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  width: 207px;
}

.footer-category {
  color: rgba(14, 37, 21, 1);
  font-size: 18px;
  letter-spacing: -0.18px;
  font-weight: normal;
}

.footer-menu {
  display: flex;
  margin-top: 24px;
  flex-direction: column;
  align-items: start;
  font-size: 16px;
  color: rgba(140, 140, 140, 1);
  letter-spacing: -0.16px;
  justify-content: start;
  list-style: none;
}

.footer-link {
  text-decoration: none;
  color: inherit;
  margin-top: 16px;
}

.footer-menu li:first-child .footer-link {
  margin-top: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(222, 222, 222, 1);
  display: flex;
  width: 100%;
  padding: 32px 60px;
  align-items: start;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .footer-bottom {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.copyright {
  color: rgba(140, 140, 140, 1);
  font-size: 16px;
  font-family:
    Alata,
    -apple-system,
    Roboto,
    Helvetica,
    sans-serif;
  font-weight: 400;
  letter-spacing: -0.16px;
  text-align: center;
}

.social-media {
  display: flex;
  align-items: end;
  gap: 24px;
  justify-content: start;
}

.social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  flex-shrink: 0;
}

.social-link {
  text-decoration: none;
}

/* Mobile Navigation */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #003459;
  padding: 0;
}

@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    padding: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  .nav-links.active {
    display: flex;
  }

  .main-nav {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .nav-links li {
    margin: 10px 0;
  }
}

/* Profile Picture Styles */
.profile-initial-circle {
  width: 35px;
  height: 35px;
  background-color: #003459;
  /* Brand primary color */
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Alata", sans-serif;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #28a745;
  /* Green border for active status */
}

/* Mobile Optimizations (Max-width: 576px) */
@media (max-width: 576px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-banner {
    padding-left: 0;
    margin-right: 0;
  }

  .hero-content {
    padding: 0 16px;
  }

  .hero-text {
    padding-left: 0;
    margin-top: 20px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 28px;
  }

  .brand-primary {
    font-size: 60px;
  }

  .section-title {
    font-size: 32px;
    line-height: normal;
  }

  .steps-container {
    flex-direction: column;
    align-items: stretch;
  }

  .step-card {
    width: 100%;
    min-width: unset;
  }

  .showcase-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .showcase-title {
    font-size: 28px;
  }

  .pets-row {
    margin-left: 0;
    width: 100%;
  }

  .pet-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .newsletter-content {
    padding: 40px 20px;
    width: 100%;
  }

  .newsletter-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .footer-top {
    padding: 40px 20px;
    gap: 30px;
  }

  .footer-links {
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
  }

  .footer-links-column {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    /* Copyright at bottom */
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .social-media {
    justify-content: center;
    width: 100%;
  }

  .nav-links {
    top: 60px;
    /* Adjust based on header height */
    padding: 20px;
  }
}