.container-ticker {
  width: 100%;
  background-color: black;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.container-ticker .gradient {
  width: 164px;
  height: 100px;
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(
    89.8deg,
    #191815 29.16%,
    rgba(25, 24, 21, 0) 144.11%
  );
  z-index: 100;
}

.container-ticker .gradient2 {
  width: 164px;
  height: 100px;
  top: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(
    270.2deg,
    #191815 29.16%,
    rgba(25, 24, 21, 0) 144.11%
  );
  z-index: 100;
}

.ticker-container {
  position: relative;
  width: fit-content;
  white-space: nowrap;
}

.ticker {
  display: flex;
  animation: ticker 25s linear infinite;
}

.ticker-item {
  flex-shrink: 0;
  padding: 0 1em 0 0;
}

.ticker-item p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}

@keyframes ticker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animated-text {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  height: 1.2em;
  width: fit-content;
  margin-left: 5px;
}

.animated-box {
  display: flex;
  flex-direction: column;
  animation: slide 4s infinite;
}

.text-item {
  width: fit-content;
  display: flex;
  align-items: center;
  height: 1.2em;
}

@keyframes slide {
  0% {
    margin-top: 0;
  }
  33% {
    margin-top: calc(1.2em * -1);
  }
  66% {
    margin-top: calc(1.2em * -2);
  }
  100% {
    margin-top: 0;
  }
}

.icon-title1 {
  background: linear-gradient(184.65deg, #007b22 3.76%, #00e13f 127.85%);
  height: 40px !important;
  width: 36px !important;
  border-radius: 10px;
  padding: 8px;
  color: #fff;
  margin-right: 10px;
}

.jumbotron-section {
  margin-top: 77px;
  width: 100%;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 32px 32px;
  z-index: -1;
}

.jumbotron-section .jumbotron {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 650px;
  border-radius: 0 0 32px 32px;
  border: 1px solid #dbdbdb;
}

.jumbotron::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* black overlay, 40% opacity */
  border-radius: 0 0 32px 32px; /* match your image border radius */
  z-index: -1; /* sits between image and content */
}

.jumbotron-section .jumbotron .jumbotron-left {
  width: 45%;
  margin-left: 100px;
  margin-top: 60px;
}

.jumbotron-section .jumbotron .jumbotron-left .rating {
  border: 1px solid #b1aeae;
  width: fit-content;
  border-radius: 300px;
  padding: 10px;
  display: flex;
  color: black;
}

.jumbotron-section .jumbotron .jumbotron-left .rating p {
  font-size: 15px;
  color: black;
  margin: 0;
}

.jumbotron-section .jumbotron h1,
.jumbotron-section .jumbotron h2,
.jumbotron-section .jumbotron .h2 {
  color: #090909;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
}

.jumbotron-section .jumbotron h1 span,
.jumbotron-section .jumbotron h2 span,
.jumbotron-section .jumbotron .h2 span {
  color: #00c938;
  font-weight: 800;
}

.jumbotron-section .jumbotron p {
  font-size: 18px;
  color: #858585;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.jumbotron-section .jumbotron p b {
  color: black;
}

.jumbotron-section .jumbotron .ticker-item {
  flex-shrink: 0;
  padding: 0 1em 0 0;
}

.jumbotron-section .jumbotron .ticker-item p {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.jumbotron-section .jumbotron .free-quote {
  background-color: #fff;
  margin-left: 95px;
  border-radius: 10px;
  width: 70%;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.jumbotron-section .jumbotron .free-quote .select-item {
  padding: 0 0 0 12px;
  width: 25%;
  border-radius: 0;
}

.jumbotron-section .jumbotron .free-quote .select-item::placeholder {
  color: #868686;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  opacity: 0.8;
  line-height: 26px;
}

.jumbotron-section .jumbotron .free-quote .select-item p {
  color: #868686;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}

.jumbotron-section .jumbotron .free-quote .select-item .form-select {
  padding: 0.375rem 0;
  border: none !important;
  background-image: none !important;
  color: #373737 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 22px !important;
  line-height: 26px !important;
  width: auto;
}

.jumbotron-section .jumbotron .free-quote .btn-quote {
  border-radius: 10px;
  background-color: #00c938;
  width: 230px;
  height: 48px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 26px;
  margin: 7px 8px 7px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
}

.custom-date-input .v-field__input {
  padding-left: 10px !important;
}

@media (max-width: 991px) {
  .container-ticker .gradient,
  .container-ticker .gradient2 {
    display: none;
  }

  .jumbotron-section {
    margin-top: 75px;
  }

  .jumbotron-section .jumbotron {
    background: #f9f9f9;
    border: 1px solid #dbdbdb;
    height: 800px;
  }

  .jumbotron-section .jumbotron .jumbotron-left {
    width: 90%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .jumbotron-section .jumbotron .jumbotron-left h1,
  .jumbotron-section .jumbotron .jumbotron-left h2,
  .jumbotron-section .jumbotron .jumbotron-left .h2 {
    font-size: 27px;
    margin: 10px 0;
  }

  .jumbotron-section .jumbotron .jumbotron-left p {
    font-size: 15px;
    line-height: 26px;
  }

  .jumbotron-section .jumbotron .jumbotron-left .rating {
    margin-top: 40px;
    padding: 5px;
    font-size: 16px;
  }

  .jumbotron-section .jumbotron .jumbotron-left .rating p {
    font-size: 15px;
    color: #3d3d3d;
  }

  .jumbotron-section .jumbotron .free-quote {
    background-color: transparent;
    width: 80%;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .jumbotron-section .jumbotron .free-quote .select-item {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
    height: 60px;
    border-radius: 50px;
  }

  .jumbotron-section .jumbotron .free-quote .divider {
    display: none;
  }

  .jumbotron-section .jumbotron .free-quote .btn-quote {
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14pt;
    height: 50px;
  }

  .jumbotron-section .free-quote .select-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .jumbotron-section .free-quote .btn-quote {
    width: 100%;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .jumbotron-section .container {
    padding: 10px 0;
  }

  .jumbotron-section .jumbotron {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 0;
  }

  .jumbotron-section .jumbotron .ticker-item {
    flex-shrink: 0;
    padding: 0 1em 0 0;
  }

  .jumbotron-section .jumbotron .ticker-item p {
    margin: 0;
    color: white;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
  .jumbotron-section .jumbotron p {
    color: rgb(203, 203, 203);
  }
}
