.ghost-cta {
  padding: 20px 0;
}

.ghost-cta .container {
  max-width: 1600px;
}

.ghost-cta-container {
  position: relative;
  width: 100%;
  height: 437px;
  border-radius: 30px;
  overflow: hidden;
}

.ghost-cta .hero-background-image {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  
  object-fit: contain;
  border-radius: 30px;
}

.ghost-cta .hero-content-wrapper {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 60px;
  z-index: 2;
}

.ghost-cta .hero-content-wrapper .row {
  width: 100%; 
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ghost-cta .hero-main-title {
  font-size: 40px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: white;
  line-height: 1.2;
  margin: 0;
}

.ghost-cta .hero-main-title .text-orange {
  color: #ffa245;
}

@media (max-width: 1550px) {
  .ghost-cta-container {
    height: 350px;
  }

  .ghost-cta .container {
  max-width: 1350px;
}

  .ghost-cta .hero-content-wrapper {
    padding: 0 60px !important;
  }

  .ghost-cta .hero-main-title {
    font-size: 33px;
  }
}

@media (max-width: 1440px) {
  .ghost-cta {
    padding: 20px 0;
  }

  .ghost-cta-container {
    height: 350px;
  }

  .ghost-cta .hero-content-wrapper {
    padding: 0 60px !important;
  }

  .ghost-cta .hero-main-title {
    font-size: 32px;
  }
}

@media (max-width: 1280px) {
  .ghost-cta {
    padding: 20px 0;
  }

  .ghost-cta .hero-main-title {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .ghost-cta {
    padding: 50px 0;
  }

  .ghost-cta-container {
    height: 420px;
    border-radius: 25px;
  }

  .hero-background-image {
    border-radius: 25px;
  }

  .ghost-cta .hero-content-wrapper {
    padding: 0 35px;
  }

  .ghost-cta .hero-main-title {
    font-size: 26px;
  }
}

@media (max-width: 835px) {
  .ghost-cta {
    padding: 20px 0;
  }

  .ghost-cta-container {
    height: auto;
    min-height: 400px;
    border-radius: 20px;
    position: relative;
  }

   .ghost-cta .hero-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .ghost-cta .hero-content-wrapper {
    position: relative;
    padding: 10px 25px !important;
    align-items: center;
    z-index: 2;
  }

  .ghost-cta .hero-content-wrapper .row {
    flex-direction: column;
    text-align: center ;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .ghost-cta .hero-main-title {
    font-size: 38px;
    line-height: 1.35;
    max-width: 100%;
  }

  .quote-button-svg {
    max-width: 220px;
  }
}

@media (max-width: 480px) {
  .ghost-cta-container {
    min-height: 300px;
    border-radius: 16px;
  }

  .ghost-cta .hero-content-wrapper {
    padding: 0px 0px !important;
    text-align: center;
  }

   .ghost-cta .hero-content-wrapper {
    flex-direction: column;
    text-align: center ;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .ghost-cta .hero-main-title {
    font-size: 24px;
  }

  .quote-button-svg {
    max-width: 220px;
  }
}

@media (max-width: 400px) {
  .ghost-cta-container {
    min-height: 280px;
    border-radius: 14px;
  }

  .ghost-cta .hero-content-wrapper {
    padding: 0px 0px !important;
    text-align: center;
  }

  .ghost-cta .hero-main-title {
    font-size: 20px;
    line-height: 1.4;
  }

  .quote-button-svg {
    max-width: 200px;
  }
}

@media (max-width: 360px) {
  .ghost-cta-container {
    min-height: 300px;
  }

  .ghost-cta .hero-main-title {
    font-size: 24px;
  }
}
