.hero-section-container {
  position: relative;
  max-width: 100%;
  height: 450px;
  margin: 80px 0px;
  width: 100%;
}

.hero-section .container {
  max-width: 1850px;
}

.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 30px;
}

.hero-right-image {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 991px;
  height: 520px;
  object-fit: cover;
  z-index: 1;
}

.hero-content-wrapper {
  position: absolute;
  top: 61px;
  left: 100px;
  width: 761px;
  height: 328px;
  z-index: 1;
}

.hero-main-title {
  font-size: 2.85rem;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: white;
  line-height: 1.133;
  margin-bottom: 24px;
}

.hero-description {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: white;
  line-height: 1.75;
  margin-bottom: 24px;
}


@media (max-width: 1550px) {
  .hero-section-container {
    height: 420px;
  }

  .hero-right-image {
    width: 680px;
    height: 490px;
    right: 40px;
    top: -40px;
  }

  .hero-content-wrapper {
    top: 58px;
    left: 80px;
    width: 500px;
  }

  .hero-main-title {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .hero-buttons-container {
    gap: 8px;
    margin: 0;
  }
}

@media (max-width: 1365px) {
  .hero-section-container {
    height: 440px;
  }

  .hero-right-image {
    width: 680px;
    height: 490px;
    right: 40px;
    top: -40px;
  }

  .hero-content-wrapper {
    top: 58px;
    left: 80px;
    width: 500px;
  }

  .hero-main-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .hero-buttons-container {
    gap: 8px;
    margin: 0;
  }
}

@media (max-width: 1280px) {
  .hero-section-container {
    height: 440px;
  }

  .hero-right-image {
    width: 640px;
    height: 450px;
    right: 20px;
    top: -30px;
  }

  .hero-content-wrapper {
    top: 58px;
    left: 80px;
    width: 500px;
  }

  .hero-main-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .hero-buttons-container {
    gap: 8px;
    margin: 0;
  }
} 

 @media (max-width: 1023px) {
  .hero-section-container {
    
    height: 420px;
    margin: 30px 0;
    border-radius: 20px;
  }

  .hero-background-image {
    border-radius: 20px;
    /* height: 100%; */
    object-fit: cover;
  }

  .hero-right-image {
    display: none;
  }

  .hero-content-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4rem 2rem;
    text-align: center;
    z-index: 2;
  }

  .hero-main-title {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 16px;
    text-align: center;
  }

  .hero-description {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto 1.8rem;
    max-width: 90%;
    text-align: center;
  }
}

/* @media (max-width: 768px) {
  .hero-section-container {
    height: 420px;
    margin: 30px 0;
  }

  .hero-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .hero-main-title {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }

  .hero-description {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  .quote-button svg,
  .chat-button svg {
    max-width: 260px;
  }
} */

@media (max-width: 580px) {
  .hero-section-container {
    border-radius: 16px;
    height: 520px;
    margin: 30px 0;
  }

  .hero-content-wrapper {
    padding: 1.5rem 1rem;
  }

  .hero-main-title {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }

  .hero-description {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .quote-button svg,
  .chat-button svg {
    max-width: 240px;
  }
}



