.page-container {
  background: #f5e6e2;
}
/* =================================================================
BASE & CONTAINER STYLES
================================================================= */

.page-container {
  margin: 0 auto;
  /* padding: 0 70px; */
  box-sizing: border-box; /* Ensures padding is included in the width */
}

.our-main-support {
  max-width: 1200px;
  margin: 0 auto;
  padding: 79px 0 85px;
  position: relative; /* Needed for the background oni image */
  padding-top: 97px;
}
.our-main-support .contact-button {
  margin-top: 0px;
  margin-bottom: 0px;
}

.our-main-support .arrow-icon {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
  left: 11px;
}
/* =================================================================
SECTION TITLE STYLES
================================================================= */
.support-title-container {
  text-align: center;
  margin-bottom: 62px;
  position: relative; /* To ensure it's on top of the background */
  z-index: 2;
}

.support-title-container img {
  max-width: 453px;
  height: auto;
  margin: 0 auto 34px;
}

.support-title-heading {
  font-size: 55px;
  line-height: 75px;
  letter-spacing: 2.75px;
  color: #43240e;
  font-weight: 600; /* Bolder font */
}

.support-title-heading .highlight01 {
  color: #902120;
  font-weight: 600; /* Bolder font */
}

/* =================================================================
SUPPORT STEPS LAYOUT
================================================================= */
.support-main-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the blocks vertically in the container */
  position: relative;
  z-index: 2;
}

.support-step-block {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1060px; /* Ensures content doesn't get too wide */
  position: relative;
  overflow: visible;
}

.step-number-container {
  padding-top: 15px;
  position: absolute;
  top: -42px;
  left: -26px;
  overflow: visible;
}

.step-number {
  background-color: #902121;
  color: #ffffff;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 700;
  flex-shrink: 0; /* Prevents the circle from shrinking */
  font-family: Arial, sans-serif; /* A sharp font for numbers */
}

.step-content-card {
  background-color: #ffffff;
  border-radius: 19px;
  padding: 31px 47px 44px 37px;
  display: flex;
  align-items: center;
  gap: 35px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  flex-grow: 1;
  max-width: 1005px;
}

.step-image img {
  max-width: 382px;
  height: auto;
  display: block; /* Removes bottom space */
}

/* =================================================================
STEP CONTENT TEXT STYLES
================================================================= */
.step-text {
  display: flex;
  flex-direction: column;
}

.text-tag {
  font-size: 30px;
  line-height: 51px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #902121;
  padding: 2px 40px;
  border-radius: 50px;
  align-self: flex-start;
  font-weight: 500;
}

.text-headline {
  font-size: 35px;
  line-height: 0px;
  letter-spacing: 0px;
  color: #902120;
  font-weight: 700; /* Bold headline */
  margin: 36px 0 20px 0;
}

.text-description {
  font-size: 25px;
  line-height: 39px;
  letter-spacing: 0px;
  color: #43240e;
  margin: 0;
  font-weight: 500;
  margin-top: 22px;
}

/* =================================================================
SEPARATOR
================================================================= */
.step-separator {
  width: 5px; /* The diameter of the dots */
  height: 50px; /* The vertical space the dots will occupy */
  border-left: 5px dotted #902120; /* Creates the dotted line */
  margin-left: 37px; /* Aligns with the center of the number circle */
}
.last-bf {
  margin-bottom: 69px;
}
/* =================================================================
RESPONSIVE STYLES
================================================================= */
@media (max-width: 1250px) {
  .support-title-heading {
    font-size: 47px;
  }
  .our-main-support::before {
    width: 375px;
    height: 375px;
  }
  .support-title-heading {
    font-size: 47px;
    line-height: 67px;
  }
  .support-step-block {
    max-width: 900px;
  }
  .step-image img {
    max-width: 360px;
  }
  .text-headline {
    font-size: 28px;
  }
  .text-tag {
    font-size: 23px;
    line-height: 51px;

    padding: 2px 26px;
  }
  .our-main-support::before {
    /* width: 375px; */
    /* height: 375px; */
    width: 318px;
    height: 318px;
    right: 70px;
  }
  .step-content-card {
    padding: 31px 26px 44px 37px;
  }
  .step-image img {
    max-width: 302px;
  }
  .step-number {
    font-size: 39px;
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 1125px) {
  .our-main-support::before {
    /* width: 375px; */
    /* height: 375px; */

    right: 25px;
  }
}
@media (max-width: 1024px) {
  .step-content-card {
  }
}
@media (max-width: 1000px) {
  .our-main-support::before {
    width: 240px;
    height: 240px;
    right: 34px;
  }
}
section.our-main-support {
  padding-bottom: 71px;
}
@media (max-width: 960px) {
  section.our-main-support {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 71px;
  }

  .step-number-container {
    top: -40px;
    left: -13px;
  }
  .step-content-card {
    flex-direction: column;
  }
  .support-step-block {
    max-width: 600px;
  }
  .step-image img {
    max-width: 512px;
  }
  .step-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .text-tag {
    line-height: 51px;
    padding: 2px 26px;
  }
}
/* End dealing  */
/* End dealing  */
@media (max-width: 550px) {
  .support-title-heading {
    font-size: 25px;
    line-height: 35px;
  }
  .support-title-container img {
    margin: 0 auto 16px;
  }
  .support-title-container {
    margin-bottom: 35px;
  }
  .step-content-card {
    max-width: 100%;
    gap: 19px;
  }
  .step-image img {
    max-width: 100%;
  }
  .support-step-block {
    max-width: 600px;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 34px; */
  }
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .step-number-container {
    top: -32px;
    left: -6px;
  }
  .text-headline {
    font-size: 28px;
    line-height: 38px;
  }
  section.our-main-support {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 57px;
    padding-top: 55px;
  }
  .support-main-container {
    margin: 0 auto;
    max-width: 400px;
    overflow: inherit;
  }
  .text-tag {
    font-size: 20px;
    max-width: 100%;
    width: 250px;
    /* max-width: 300px; */
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  .text-headline {
    font-size: 25px;
    line-height: normal;
    margin: 17px 0;
  }
  .text-description {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #43240e;
    margin: 0;
    font-weight: 600;
  }
  .text-description br {
    display: none;
  }

  .text-tag {
    line-height: 38px;
  }

  .our-main-support .unique-contact-action-btn {
    /* border: 1px solid blue; */
    max-width: 317px;
    padding: 0 46px;
  }
  .support-step-block.last-bf {
    margin-bottom: 34px;
  }
  .support-title-container img {
    max-width: 280px;
  }
  .our-main-support::before {
    width: 150px;
    height: 150px;
    right: -16px;
    top: 145px;
  }
  .our-main-support .button-text {
    margin-left: 44px;
    margin-right: 0px;
    color: white;
    font-size: 15px;
    font-weight: 600;
  }
  .contact-button {
    display: flex;
    height: 65px;
  }
  .character-illustration {
    width: 58px;
  }
  .our-main-support .contact-button {
    display: flex;
    height: 60px;
  }
  .our-main-support .button-text {
    margin-left: 17px;
    position: relative;
    left: 12px;
  }
  .our-main-support .arrow-icon img {
    width: 14px;
    height: 14px;
  }
  .our-main-support .arrow-icon {
    position: relative;
    left: 18px;
  }
}
@media (max-width: 390px) {
  .our-main-support::before {
    right: -42px;
    top: 139px;
  }
}
@media (max-width: 390px) {
  .step-content-card {
    padding: 31px 24px 44px 24px;
  }
  .step-image img {
    max-width: 100%;
  }
}
