/* 
<!-- Reason to select the momotomo  -->
<!-- Reason to select the momotomo  -->
<!-- Reason to select the momotomo  --> 
*/

.reason-to-select-us {
  background: #ffffff;
  padding-bottom: 97px;
}
.service-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  /* border: 1px solid red; */
  align-items: center;
  justify-content: center;
  gap: 75px;
  padding-top: 63px;
  padding-bottom: 0px;
}

.reason-to-select-us .service-card {
  text-align: center;
}

.service-container h3 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 69px;
  margin-bottom: 33px;
}
/* button */
/* button */

.unique-contact-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 478px;
  height: 86px;
  background-color: #902120;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  padding: 0 60px;
  box-sizing: border-box;

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

.unique-btn-label-text {
  margin-left: 0px;
  margin-right: 13px;
  color: white;
  font-size: 21px;
  font-weight: 600;
}

.unique-btn-arrow-graphic {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.unique-btn-arrow-graphic img {
  width: 24px;
  height: 24px;
  display: block;
}
/* button */
/* button */

/* <!-- points 01 02 03 -->
<!-- points 01 02 03 -->
<!-- points 01 02 03 -->
<!-- points 01 02 03 -->

/* General Body Styles */

/* Reasons Section Container */
.reasons-section {
  max-width: 1000px;
  padding: 0 13px;
  margin: 0 auto;
  width: 100%;
}

.section-title {
  font-weight: 600;
  font-size: 50px;
  line-height: 85px;
  letter-spacing: 0px;
  color: #43240e;
  text-align: center;
  margin-bottom: 54px;
  margin-top: 103px;
  /* We use the same Flexbox technique here */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* This creates the left line for the section title */
.section-title::before {
  content: "\\";
  font-size: 1.5em;
  font-weight: 300;
  color: #43240e;
  position: relative;
  left: -18px;
}

/* This creates the right line for the section title */
.section-title::after {
  content: "/";
  font-size: 1.5em;
  font-weight: 300;
  color: #43240e;
  position: relative;
  left: 28px;
}

.section-title span {
  letter-spacing: 0px;
  color: #902120;
  font-size: 50px;
  font-weight: 600;
}

/* Individual Reason Item */
.reason-item {
  display: flex;
  align-items: center;
  margin-bottom: 62px;
  gap: 79px;
}

/* Alternating layout for even items */
.reason-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.reason-image {
  margin: 0;
  max-width: 386px;
  flex-shrink: 0;
}

.reason-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 386px;
}

.reason-grouping {
  max-width: 460px;
  text-align: center;
}

.point-number {
  font-family: "Futura", sans-serif;
  font-weight: 500; /* Corresponds to 'medium' */
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 0px;
  color: #902121;
}

.reason-grouping h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  margin: 22px 0 31px 0;
}

.reason-grouping p {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
}

/* the coplex can be done in the main fucntion  */

/* <!-- End points 01 02 03 -->
<!-- End points 01 02 03 -->
<!-- End points 01 02 03 -->
<!-- End points 01 02 03 --> */
@media (max-width: 1024px) {
  .reason-to-select-us {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .service-container {
    padding-top: 71px;

    flex-direction: column;
  }
  .service-container h3 {
    margin-top: 22px;
    margin-bottom: 25px;
  }
  .reason-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 900px) {
  .reason-item {
    flex-direction: column !important;
    gap: 30px;
    text-align: center;
  }

  .reason-image {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .section-title {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .section-title span {
    letter-spacing: 0px;
    color: #902120;
    font-size: 25px;
    font-weight: 600;
  }
  .reason-image img {
    max-width: 268px;
  }
  .reason-grouping h3 {
    font-size: 25px;
  }
  .reason-grouping h3 {
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .section-title {
    line-height: 60px;
    margin-bottom: 40px;
  }

  .reason-grouping h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .reason-grouping p {
    font-size: 14px;
    line-height: 28px;
  }
  .reason-to-select-us {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* This creates the left line for the section title */
  .section-title::before {
    left: -6px;
  }

  /* This creates the right line for the section title */
  .section-title::after {
    left: 11px;
  }
}

@media (max-width: 550px) {
  .reason-to-select-us .service-card .service-icon img {
    max-width: 130px;
  }
  .service-container h3 {
    font-size: 20px;
  }
  .unique-btn-label-text {
    margin-left: 0px;
    margin-right: 8px;
    color: white;
    font-size: 15px;
    font-weight: 600;
  }
  .unique-contact-action-btn {
    max-width: 271px;
    height: 60px;
    font-size: 28px;
  }
  .unique-btn-arrow-graphic img {
    width: 14px;
  }
  .unique-btn-arrow-graphic img {
    width: 14px;
    height: auto;
  }
  a.unique-contact-action-btn.sp-size-controll-btn {
    padding: 0 12px;
    max-width: 300px;
  }
  .unique-btn-arrow-graphic {
    margin-left: unset;
  }

  .section-title {
    margin-top: 89px;
  }

  .reason-to-select-us {
    background: #ffffff;
    padding-bottom: 37px;
  }
}
@media (max-width: 400px) {
  .reasons-section {
    padding: 0px;
  }
  /* //calling function  */
}
@media (max-width: 375px) {
}

/* <!-- End Reason to select the momotomo  -->
<!-- End Reason to select the momotomo  -->
<!-- End Reason to select the momotomo  -->
<!-- End Reason to select the momotomo  -->
<!-- End Reason to select the momotomo  -->
<!-- End Reason to select the momotomo  -->
<!-- End Reason to select the momotomo  -->
<!-- End Reason to select the momotomo  -->
<!-- End Reason to select the momotomo  --> */

/* Responsive adjustments */
