/* Hero Section Styles */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2rem 1rem;
  background-image: url('../img/hero.png');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-content {
  text-align: left;
  max-width: 700px;
  padding-top: 0;
  padding-left: 4rem;
  background-color: transparent;
  border-radius: 10px;
}

.hero-heading {
  font-size: 2.1rem;
  font-weight: 680;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #1a1a1a;
}

.hero-subheading {
  font-size: 1.1rem;
  max-width: 550px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #222222;
}
.aboutme {
  margin-top: 100px;
  padding-left: 4rem;
  display: block;
  width: 100%;
  max-width: 1400px;
}

.hero-about-me-heading {
  position: relative;
  margin-top: 40px;
  font-size: 2.1rem;
  font-weight: 680;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #1a1a1a;
}

.hero-about-me-heading::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #000000;
}

.hero-aboutme-text {
  max-width: 1400px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #222222;
}

.hero-cta {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: #007bff;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.hero-cta:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Slider Section (light tan background overrides) */
.slider-section {
  background-color: transparent;
  padding: 0 0 3rem;
}

.slider-section .hero-slider {
  background: #faf7f2;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 16px;
}

.slider-section .hero-viewport {
  min-height: 400px;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  max-width: 1400px;
  margin: 0 auto;
}

.slider-section .hero-title {
  color: #111111;
  text-shadow: none;
  background: none;
  -webkit-text-fill-color: #111111;
}

.slider-section .hero-subtitle,
.slider-section .hero-text {
  color: #444444;
  text-shadow: none;
}

.slider-section .hero-arrow {
  background: #ffffff;
  color: #111111;
  border-color: rgba(17, 24, 39, 0.15);
}

.slider-section .hero-arrow:hover {
  background: #f2f2f2;
  border-color: rgba(17, 24, 39, 0.25);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.15);
}

.slider-section .hero-dot {
  background: rgba(17, 24, 39, 0.2);
  border-color: rgba(17, 24, 39, 0.2);
  box-shadow: none;
}

.slider-section .hero-dot.is-active {
  background: #111111;
  border-color: #111111;
  box-shadow: none;
}

/* Responsive Design */

@media (min-width: 900px) and (max-width: 1300px) {
  .hero-section {
    min-height: 200px;
    background-attachment: scroll;
    background-position: top;
  }
  .hero-content {
    padding-left: 4rem;
    margin-top:0;
    padding-top: 0;
    width: 60%;
  }
  .hero-heading {
    padding-top: 0;
    margin-top: 0;
    max-width: 60%;
  }

  .hero-subheading {
    padding-top: 0;
    margin-top: 0;
    max-width: 60%;
  }

  .hero-cta {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
  
}


@media (min-width: 768px) and (max-width: 899px) {
  .hero-section {
    min-height: 300px;
    background-attachment: scroll;
    background-position: top;
  }

  .aboutme {
    margin-left: 0;
    padding-left: 0;
  }
  .hero-heading {
    padding-left: 4rem;
    padding-top: 0;
    margin-top: 12px;
    max-width: 60%;
    font-size: 2.0rem;
  }


  .hero-subheading {
    margin-top: 150px;
    padding-left: 4rem;
    max-width: 100%;
  }


  .hero-cta {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
  .hero-content {
    padding-left: 0;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .aboutme {
    margin-left: 0;
    padding-left: 0;
  }
  .hero-content {
    padding: 0;
    margin: 0;
  }
  .hero-heading {
    font-size: 1.9rem;
    width: 50%;
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 120px;
  }
  .hero-section {
    width: 100%;
    position: relative;
    display: block;
    place-items: start;
    min-height: 200px;
    background-attachment: scroll;
    background-position: top;
    padding-top: 0;
    margin-top: 0;
    padding-left: 4rem;
  }


  .hero-subheading {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 60px;
  }

  .hero-cta {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 520px) {
  .hero-subheading {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 60px;
  }
  .hero-heading {
    font-size: 1.6rem;
    width: 35%;
    margin-top: 0;
    padding-top: 50px;
    margin-bottom: 120px;
  }
  .aboutme {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding-top: 0;
    min-height: 150px;
    background-size: fit;
    background-position: top;
    max-height: auto;
    min-width: 200px;
    max-width: 450px;
    width: auto;
    display: flex;
    position: relative;
  }
  .hero-content {
    padding: 0;
    margin: 0;
  }

  .hero-heading {
    font-size: 1.6rem;
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .hero-subheading {
    font-size: 1rem;
    width: 100%;
    min-width: 250px;
  }

  .hero-content {
    padding: 2px;
  }
}
