.cta2-container {
  background-color: rgb(var(--lighter-primary-color-rgb)/.8);
}

.cta2-subcontainer {
  display: flex;
  flex-direction: column;

  margin-left: auto;
  margin-right: auto;

  max-width: 80rem;

  padding-left: 1.5rem;
  padding-right: 1.5rem;

  padding-top: 3rem;
  padding-bottom: 3rem;
}

.cta2-title-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.cta2-header {
  font-size: 1.875rem;
  line-height: 2.25rem;

  font-weight: 700;

  letter-spacing: -0.025em;

  color: rgb(17 24 39);
}

.cta2-logos-container {
  margin-top: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

@media (min-width: 640px) {
  .cta2-subcontainer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta2-header {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .cta2-subcontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta2-logos-container {
    margin-top: 0px;
    flex-shrink: 0;
  }
}

.cta2-item-image-wrapper {
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: rgb(255 255 255 / 1);

  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);

  --tw-ring-color: rgb(17 24 39 / 0.1);

  border-radius: 0.5rem;
}

.cta2-item-image {
  height: 2.5rem;

  width: 2.5rem;

  flex: none;

  border-radius: 0.5rem;

  background-color: rgb(255 255 255 / 1);

  -o-object-fit: cover;
  object-fit: cover;
}
.testamonial-section {
  background-color: rgb(255 255 255 / 1);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.testamonial-outer-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testamonial-box {
  position: relative;
  border-radius: 1rem;
  background-color: rgb(255 255 255 / 1);
  padding: 1rem;
  --tw-shadow-colored: 0 20px 25px -5px rgba(15, 23, 42, 0.1),0 8px 10px -6px rgba(15, 23, 42, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.title-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  text-align: center;
}

.testimonial-title {
  font-size: 2rem;
  line-height: 2.5rem;

  letter-spacing: -0.025em;

  color: rgb(15 23 42 / 1);

  font-weight: 700;
}

.testimonial-dessc {
  margin-top: 1rem;

  font-size: 1.125rem;
  line-height: 2rem;

  letter-spacing: -0.025em;

  color: rgb(51 65 85 / 1);
}

.testimonial-text {
  font-size: 1.125rem;
  line-height: 2rem;

  letter-spacing: -0.025em;

  color: rgb(15 23 42 / 1);
}

.testimonial-qoute {
  position: relative;
}

.testimonial-user-name {
  font-size: 1rem;
  line-height: 1.75rem;

  color: rgb(15 23 42 / 1);
}

.testimonial-occupation {
  margin-top: 0.25rem;

  font-size: 0.875rem;
  line-height: 1.5rem;

  color: rgb(100 116 139 / 1);
}

.testamonial-image-container {
  overflow: hidden;

  border-radius: 9999px;

  background-color: rgb(248 250 252 / 1);
}

.testimonial-img {
  height: 3.5rem;

  width: 3.5rem;

  -o-object-fit: cover;
  object-fit: cover;

  color: transparent;
}

.box-caption {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-color: rgb(241 245 249 / 1);
  padding: .5rem;
}

.testamonial-svg {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  fill: rgb(var(--primary-color-rgb)/.2);
}

.testimonial-list-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.all-testimonials {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  display: grid;
  max-width: 40rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.image-container {
  overflow: hidden;
  border-radius: 9999px;
  background-color: rgb(248 250 252 / 1);
}

@media (min-width: 640px) {
  .testamonial-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimonial-list-container {
    row-gap: 2rem;
  }

  .testamonial-outer-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .testimonial-title {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .all-testimonials {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .testamonial-outer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .all-testimonials {
    max-width: none;
    margin-top: 5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* New Hero component.... */

.hero {
  background-color: rgb(255 255 255);
}

.hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 1rem;

  background:
  linear-gradient(180deg, #FFFF 0%, #FFF0 25%, #FFFF 80%) 0 0 / 100dvw 100dvh,
  conic-gradient(from 90deg at 1px 1px, rgba(155, 154, 154, 0) 90deg, #E8E8E8 0) center -1px / 60px 60px;
}

@media (min-width: 1024px) {
  .hero-wrapper{
    flex-direction: row;
    justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .hero-content{
    max-width: 60%;
  }
}

.hero-content h1 {
  /*max-w-2xl*/
  max-width: 42rem;
  /*text-4xl*/
  font-size: 2.25rem;
  line-height: 2.5rem;
  /*font-extrabold*/
  font-weight: 800;
  /*tracking-tight*/
  letter-spacing: -0.025em;
  /*leading-none*/
  line-height: 1;
  /*mb-4*/
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .hero-content h1 {
    /*md:text-5xl*/
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .hero-content h1 {
    /*xl:text-6xl*/
    font-size: 3.75rem;
    line-height: 1;
  }
}

.hero-content h1 span {
  color: var(--primary-color);
}

.subtext {
  /*font-light*/
  font-weight: 300;
  color: rgb(107 114 128);
  /*max-w-2xl*/
  max-width: 42rem;
}

@media (min-width: 1024px) {
  .subtext {
    /*lg:text-xl*/
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .subtext {
    /*md:text-lg*/
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.highlight {
  color: var(--primary-color);
  font-weight: bold;
}

.benefits {
  list-style: none;
  padding: 0;
}

.benefits li {
  display: flex;
  color: rgb(107 114 128);
  font-size: 1.1rem;
  margin: 8px 0;
  align-items: center;
  gap: 10px;
}

.benefits li:before {
  content: "";
  margin-top: 4px;
  width: 16px;
  height: 16px;
  background-color: var(--primary-color);
  border: 3px solid  rgb(var(--lighter-primary-color-rgb));
  border-radius: 50%;
  flex-shrink: 0;
}

.cta-btn {
  display: flex;
  max-width: 250px;
  background-color: var(--primary-color);
  color: white;
  font-size: 1.2rem;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.cta-btn:hover {
  background-color: var(--darker-primary-color);
}

.users {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.user-avatars {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.user-avatars img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: -20px;
  border: 2px solid white;
}

.user-count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: rgb(var(--lighter-primary-color-rgb)/.8);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 9999px;
}

.hero-image-container {
  display: none;
  position: relative;
}

@media (min-width: 768px) {
  .hero-image-container {
    display: flex;
    flex-grow: 1;
  }
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 500px;
}

.pencil {
  position: absolute;
  bottom: -5px;
  right: 10px;
  width: 200px;
}

.things {
  position: absolute;
  left: -20px;
  bottom: -30px;
  height: 200px;
  width: 200px;
}


/* new features section */
.features-section-container {
  background-color: rgb(255 255 255)
}

.features-wrapper {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  text-align: center;
}

@media (min-width: 640px) {
  .features-wrapper {
      padding-bottom: 4rem;
      padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .features-wrapper {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
  }
}


.headline {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
  font-weight: 800;
  color: rgb(17 24 39/1);
}

.subheadline {
  color: rgb(107 114 128/1);
}

@media (min-width: 640px) {
  .subheadline {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .subheadline {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.row {
  display: flex; 
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 2rem;
  justify-content: space-between;
}

.col { 
  display: flex; 
  flex: 1 0 auto;
  flex-flow: column; 
  align-items: center;
  gap: 1rem;
}

.image_thing {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.card {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  text-align: start;
}


.step-number {
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: .75rem;
  font-size: 1.2rem;
}

.step-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  gap: .5rem
}

.step-content h3 {
  font-weight: 600;
  font-size: 1.2rem;
}

.step-content p {
  font-size: 0.95rem;
  color: #555;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-button:hover {
  background-color: var(--darker-primary-color);;
}

@media (min-width: 640px) {
  .step-content {
    max-width: 400px;
  }
}

/* Responsive Design */
@media (min-width: 768px) {
  .features-grid {
      flex-direction: column;
      align-items: center;
  }
  .image_thing {
      max-width: 400px;
  }
}

@media (min-width: 1024px) {
  .image_thing {
    max-width: 500px;
}
}

@media (min-width: 1200px) {
    .image_thing {
      max-width: 600px;
  }
}