.centered-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.css-2c82xm {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #19191b;
}

.css-vlbmzx {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #474749;
  margin-bottom: 40px;
}

.image-description {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}

.css-zr2yhn {
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 10px;
}
.css-v37ipr {
  width: 30px;
  height: 30px;
  background-color: #19191b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-family: var(--sora-lato);
  font-size: 14px;
  font-weight: 900;
  border-radius: 50%;
}
.css-1iktloc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #19191b;
  margin-top: 10px;
}
/* cards */
.card {
  --font-color: #323232;
  --font-color-sub: #666;
  --bg-color: #fff;
  --main-color: #323232;
  --main-focus: #2d8cf0;
  width: auto;
  height: auto;
  background: var(--bg-color);
  border: 2px solid var(--main-color);
  box-shadow: 4px 4px var(--main-color);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  gap: 10px;
}

.card-title {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: var(--font-color);
}

.card-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: var(--font-color-sub);
}

.card-divider {
  width: 100%;
  border: 1px solid var(--main-color);
  border-radius: 50px;
  margin-top: -20px;
}

/* ----------------------------------------------------- */
.box-1 {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.box-1:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.img-box {
  max-width: 100px;
  height: 100px;
  object-fit: cover;
}

.css-1e661t0 {
  padding-left: 0;
  padding-right: 0;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.features-text {
  font-size: 50px;
  line-height: 70px;
  max-width: 750px;
  margin-bottom: 12px;
  margin-top: -30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-1 {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 2.5rem;
  line-height: 5.5rem;
  font-weight: 600;
  font-family: Poppins;
  color: #1e1c24;
}

.text-2 {
  text-align: left;
  font-size: 14px;
  color: #000;
  margin-top: -10px;
}

/* accordian starts */
.accordion {
  margin: 1rem 0;
  list-style: none;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  font-weight: normal;
  text-align: left;
  color: #521138;

  &::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    /* background-color: #521138; */
    transition: transform 0.2s ease-out;
    color: #521138;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}

/* Panel */
.accordion-panel {
  margin-left: 35px;
  padding-bottom: 0.8rem;
  display: none;
  text-align: left;
  color: #000;
  background-color: #fff;
  padding: 10px;
  border-radius: 7px;
  border: #474749 1px solid;
}

/* Active */
.accordion-item.is-active {
  .accordion-thumb::before {
    transform: rotate(45deg);
  }
}

.schedule-box {
  background-color: #f9f9ff;
  border: #929292 1.5px solid;
  height: auto;
  padding: 30px;
  border-radius: 5px;
}

.schedule-box-text {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #000;
  font-style: normal;
  text-align: left;
}
.schedule-box-subtext {
  font-size: 0.9rem;
  color: #521138;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
}
.newsletter-bg {
  background-color: #521138;
  padding: 50px;
  display: flex;
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  margin-bottom: 50px;
}

.newsletter-heading {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 2rem; /* Reduce spacing if needed */
  text-align: center;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: center; /* Optional, centers inputs in case of layout issues */
}

.input {
  min-height: 50px;
  padding: 0 1rem;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 6px 0 0 6px;
  background-color: transparent;
}

.button--submit {
  min-height: 50px;
  padding: 0.5em 1em;
  border: none;
  border-radius: 0 6px 6px 0;
  background-color: #fff;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.button--submit:hover {
  background-color: #fff;
  color: #521138;
}

.input:focus,
.input:focus-visible {
  border-color: #fff;
  outline: none;
}

/* -------------------- NEW CSS --------------------- */

.encoder-title {
  font-size: 28px;
  font-weight: 600;
  color: #521138;
  text-align: start;
  margin-top: 5px;
  text-transform: uppercase;
  line-height: 28px;
}
