.absolutePosition {
  position: absolute;
  top: 54%;
  right: calc((100% - 1353px) / 2 + 1rem);
  transform: translateY(-50%);
}

.ctaBox {
  z-index: 5;
  max-width: 310px;
  background-color: rgb(252, 252, 253);
}

.ctaBox-footer,
.ctaBox-header {
  background-color: rgb(252, 252, 253);
}

.ctaBox-header {
  position: relative;
}

.ctaBox-img img {
  width: 100%;
}

.ctaBox .ctaBox-header-btn {
  position: absolute;
  right: 14px;
  bottom: 9px;
  display: flex;
  height: 90px;
  width: 90px;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253/var(--tw-bg-opacity));
  padding: 1rem;
}

.ctaBox-btn, .ctaBox-btn .ctaBox-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ctaBox-btn {
  margin-bottom: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253/var(--tw-bg-opacity));
}

.ctaBox-btn .ctaBox-icons {
  gap: 0.5rem;
}

.ctaBox .font-caption {
  color: #06AEC5;
}

.ctaBox-footer {
  padding: 1.5rem 2rem;
}

.ctaBox-footer h4 {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 1rem;
  color: rgb(17, 125, 193);
}

.ctaBox-footer p {
  margin-bottom: 1rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  color: rgb(53, 57, 69);
}

.ctaActionBtn {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.btn--primary {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.contact-box-footer-button {
  display: block;
  cursor: pointer;
  background: var(--accent-colour-1, #06AEC5);
  width: 100%;
  padding: 0.8rem 2rem;
  margin-top: 20px;
  font-size: 16px;
  color: var(--neutral-colour-8, white);
  font-family: "Poppins", sans-serif;
  border: none;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  transition: background-color 0.4s;
  overflow: hidden;
  position: relative;
}

.contact-box-footer-button:hover {
  background-color: var(--secondary-colour-3);
}

.contact-box-footer-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2); /* Adjust this color as needed */
  z-index: 1;
  transition: transform 0.4s;
}

.contact-box-footer-button:hover::before {
  transform: translateX(100%);
}

.slider-action-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem;
}

.slider-actions {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin: 18px auto;
}

.slider-count {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slider-count-start {
  font-family: inter;
  font-size: 13px;
  font-weight: 700;
  color: var(--neutral-colour-8);
}

.count-separator {
  display: block;
  height: 1px;
  width: 38px;
  background-color: var(--neutral-colour-8);
}

.slider-count-end {
  font-family: inter;
  font-size: 13px;
  font-weight: 400;
  color: var(--neutral-colour-8);
}

.arrow-actions {
  display: flex;
  gap: 1rem;
}

.arrow-actions button {
  text-transform: none;
  cursor: pointer;
  background: transparent;
  border: none;
}

.arrow-actions button:first-child svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  display: block;
  max-width: 100%;
  height: auto;
  fill: none;
  stroke: white;
  stroke-width: 1.28px;
}

.arrow-actions button:first-child svg:hover {
  transform: translateX(-4px);
  fill: white;
}
.arrow-actions button:first-child svg:hover path {
  stroke: #06AEC5;
  fill: #06AEC5;
}

.arrow-actions button:nth-child(2) svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  display: block;
  max-width: 100%;
  height: auto;
  fill: none;
  stroke: white;
  stroke-width: 1.28px;
}

.arrow-actions button:nth-child(2) svg:hover {
  transform: translateX(4px);
  fill: white;
}
.arrow-actions button:nth-child(2) svg:hover path {
  stroke: #06AEC5;
  fill: #06AEC5;
}

@media (max-width: 800px) {
  .ctaBox.absolutePosition {
    width: 300px;
  }
}/*# sourceMappingURL=ctbox.css.map */