.cta2-section-main {
  width: 100%;
  max-width: 100%;
  margin-top: 85px;
  padding: 0px 20px;
}

.cta2-content-wrapper {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 24px;
}

.cta2-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 24px;
}

.cta2-hero-content {
  position: absolute;
  top: 89px;
  left: 100px;
  z-index: 4;
}

.cta2-right-image {
  position: absolute;
  right: 150px;
  object-fit: contain;
  bottom: -60px;
  z-index: 3;
}

.cta2-text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.cta2-main-title {
  font-size: 60px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0;
}

.cta2-title-white {
  color: #ffffff;
}

.cta2-title-orange {
  color: #ffa245;
}

.cta2-subtitle {
  font-size: 19px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  color: #ffffff;
  margin: 0;
}

.cta2-buttons-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta2-quote-btn,
.cta2-chat-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.cta2-quote-btn:hover,
.cta2-chat-btn:hover {
  transform: translateY(-2px);
}

.quote-button-svg,
.chat-button-svg {
  width: 305px;
  height: 60px;
}

@media (min-width: 1024px) and (max-width: 1550px) {
  .cta2-content-wrapper {
    height: 420px;
    border-radius: 20px;
  }

  .cta2-hero-content {
    top: 70px;
    left: 80px;
  }

  .cta2-main-title {
    font-size: 40px;
    line-height: 1.15;
  }

  .cta2-subtitle {
    font-size: 17px;
    line-height: 1.65;
    max-width: 500px;
  }

  .cta2-right-image {
    right: 60px;
    bottom: -80px;
  }

  .quote-button-svg,
  .chat-button-svg {
    width: 230px;
    height: 48px;
  }

  .cta2-buttons-container {
    gap: -14px;
  }
}

@media (max-width: 1199.98px) {
  .cta2-main-title {
    font-size: 50px;
  }

  .cta2-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .cta2-section-main {
    margin-top: 70px;
    padding: 0 20px;
  }

  .cta2-content-wrapper {
    height: auto;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cta2-hero-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 30px;
  }

  .cta2-main-title {
    font-size: 44px;
    line-height: 1.2;
  }

  .cta2-subtitle {
    font-size: 18px;
    line-height: 1.6;
  }

  .cta2-right-image {
    right: 40px;
    bottom: -50px;
  }

  .cta2-book-image {
    max-width: 420px;
  }

  .quote-button-svg,
  .chat-button-svg {
    width: 250px;
    height: 52px;
  }
}

@media (max-width: 835px) {
  .cta2-section-main {
    margin-top: 50px;
    padding: 0 15px;
    
  }

  .cta2-content-wrapper {
    height: auto;
    min-height: 400px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
  }

  .cta2-background-image {
    border-radius: 16px;
  }

  .cta2-right-image {
    display: none !important;
  }

  .cta2-hero-content {
    position: relative;
    justify-content: center;
    display: flex !important;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
  }

  .cta2-text-content {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 20px;
  }

  .cta2-main-title {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
  }

  .cta2-subtitle {
    font-size: 17px;
    line-height: 1.6;
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .cta2-section-main {
    padding: 10px 12px;
    margin-top: 40px;
  }

    .cta2-text-content {
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
    gap: 20px;
  }

  .cta2-content-wrapper {
    min-height: 380px;
    padding: 40px 16px;
  }

  .cta2-main-title {
    /* font-size: 28px; */
    line-height: 1.3;
    letter-spacing: 0.025em;
  }

  .cta2-subtitle {
    font-size: 20px;
    line-height: 1.5;
     letter-spacing: 0.025em;
  }
}

@media (max-width: 400px) {
  .cta2-content-wrapper {
    min-height: 360px;
    padding: 35px 14px;
  }

  .cta2-main-title {
    font-size: 24px;
    line-height: 1.3;
  }

  .cta2-subtitle {
    font-size: 17px;
    line-height: 1.5;
  }
}