.newHero div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newHero div h2,
.newHero div h1 {
  color: var(--red);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.lines {
  position: relative;
}
.lines::before {
  content: "";
  position: absolute;
  bottom: 40%;
  left: -90px;
  width: 80px;
  height: 2px;
  background-color: var(--red);
}
.lines::after {
  content: "";
  position: absolute;
  bottom: 40%;
  right: -100px;
  width: 80px;
  height: 2px;
  background-color: var(--red);
}

.thoseWhoDemand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 calc(var(--paddingY) / 2);
}
.thoseWhoDemand p:first-child {
  font-size: var(--subHeading);
  color: var(--black);
  line-height: 1;
  margin-bottom: 0%;
}
.thoseWhoDemand h2 {
  font-size: var(--heading);
  color: var(--red);
  line-height: 1;
  font-family: "edwardianscriptitc" !important;
  font-weight: 100;
}
.thoseWhoDemand p:last-child {
  font-size: var(--bodyCopy);
  color: var(--black);
  text-align: center;
  margin-top: var(--margin_bottom_sub);
  max-width: 1000px;
}

.application.category_listing {
  padding: calc(var(--paddingY) / 1);
  background-color: #f3f3f3;
}
.application.category_listing .category_listing_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: var(--paddingY);
}
.application.category_listing .category_listing_head > h3 {
  margin-bottom: 0;
}
.application.category_listing .category_listing_head .h1 {
  margin-bottom: var(--margin_bottom_sub);
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.application.category_listing .category_listing_head p {
  color: var(--black);
  text-align: center;
}
.application.category_listing .apps .app-item2 {
  padding: calc(var(--paddingY) / 2);
}
.application.category_listing .apps .app-div h3 {
  font-size: var(--heading);
  color: var(--red);
  line-height: 1;
  font-family: "edwardianscriptitc" !important;
  font-weight: 100;
  position: relative;
  margin-bottom: var(--margin_bottom);
}
.application.category_listing .apps .app-div p {
  text-align: left;
  color: var(--black);
}
.application.category_listing .apps .app-div .cta {
  margin-right: auto;
}
.application.category_listing .apps .app-div .cta img {
  min-height: auto;
}
.application.category_listing .apps > div:nth-child(even) h3 {
  text-align: right;
}
.application.category_listing .apps > div:nth-child(even) p {
  text-align: right;
}
.application.category_listing .apps > div:nth-child(even) .cta {
  margin-left: auto;
  margin-right: 0;
}

.intro_description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: var(--paddingY);
  padding: 0 calc(var(--paddingY) / 2);
}
.intro_description h2 {
  font-size: var(--heading);
  font-family: "edwardianscriptitc" !important;
  font-weight: 100;
  color: var(--red);
}
.intro_description h3 {
  font-size: var(--subHeading);
  margin-bottom: var(--margin_bottom_sub);
  width: -moz-fit-content;
  width: fit-content;
  color: var(--black);
}
.intro_description h3::before {
  left: -90px;
}
.intro_description h3::after {
  right: -90px;
}
.intro_description p {
  font-size: var(--bodyCopy);
  max-width: 1000px;
  text-align: center;
}

.packages {
  background-color: var(--red);
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding: var(--margin_bottom) var(--paddingX);
}
.packages > div {
  display: flex;
  gap: 10px;
}
.packages > div p:first-child {
  font-size: var(--bodyCopy);
  font-weight: 600;
  color: var(--white);
}
.packages > div p:last-child {
  font-size: var(--bodyCopy);
  color: var(--white);
}

.whyChooseUs {
  padding: calc(var(--paddingY) / 2) var(--paddingX);
}
.whyChooseUs .heading_title h2 {
  font-size: var(--subHeading);
  color: var(--black);
  text-transform: capitalize;
  margin-bottom: calc(var(--paddingY) / 1.5);
  text-align: center;
}
.whyChooseUs .trust_factors {
  display: flex;
  gap: calc(var(--paddingY) / 1.5);
  flex-wrap: wrap;
  justify-content: center;
}
.whyChooseUs .trust_factors .trust_cards {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--margin_bottom);
}
.whyChooseUs .trust_factors .trust_cards .trust_factor_image {
  width: clamp(13.75rem, 1.4215rem + 14.4404vw, 18.75rem);
  height: clamp(13.75rem, 1.4215rem + 14.4404vw, 18.75rem);
  position: relative;
  border-radius: var(--borderRadius);
  overflow: hidden;
}
.whyChooseUs .trust_factors .trust_cards .trust_factor_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--borderRadius);
}
.whyChooseUs .trust_factors .trust_cards .trust_factor_heading {
  font-size: var(--bodyCopy);
  color: var(--black);
  text-align: center;
}

.product_cards_section {
  margin: var(--paddingY) var(--paddingX);
  padding: var(--paddingY) 0;
}
.product_cards_section .pro-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 calc(var(--paddingY) / 2);
  margin-bottom: calc(var(--paddingY) / 1.5);
}
.product_cards_section .pro-1 h2 {
  line-height: 1.2;
}
.product_cards_section .pro-1 h3 {
  margin-top: 0%;
  text-align: center;
  font-size: var(--subHeading);
  margin-bottom: var(--margin_bottom_sub);
  color: var(--black);
}
.product_cards_section .pro-1 p {
  margin-bottom: 0;
  text-align: center;
  max-width: 1000px;
}
.product_cards_section .product_cards_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(var(--paddingY) / 1.5);
  row-gap: calc(var(--paddingY) / 1);
}
.product_cards_section .product_cards_container .product_card {
  width: clamp(20rem, -7.7392rem + 32.491vw, 31.25rem);
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product_cards_section .product_cards_container .product_card .product_card_image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: var(--borderRadius);
}
.product_cards_section .product_cards_container .product_card .product_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.product_cards_section .product_cards_container .product_card .product_card_content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product_cards_section .product_cards_container .product_card .product_card_content h3 {
  font-size: var(--subHeading);
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
  text-align: center;
}
.product_cards_section .product_cards_container .product_card .product_card_content p {
  font-size: var(--bodyCopy);
  color: var(--black);
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: center;
}
.product_cards_section .product_cards_container .product_card .product_card_content .cta {
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .packages {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .product_cards_container {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }
  .product_cards_container .product_card .product_card_image {
    height: 250px;
  }
  .product_cards_container .product_card .product_card_content {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product_cards_container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .product_cards_container .product_card .product_card_image {
    height: 280px;
  }
  .product_cards_container .product_card .product_card_content {
    padding: 20px;
  }
  .product_cards_container .product_card .product_card_content h3 {
    font-size: calc(var(--subHeading) * 0.9);
  }
  .product_cards_container .product_card .product_card_content p {
    font-size: calc(var(--bodyCopy) * 0.95);
  }
  .lines::before {
    width: 30px;
    left: -30px;
  }
  .lines::after {
    width: 30px;
    right: -40px;
  }
  .application.category_listing {
    padding: calc(var(--paddingY) / 2);
  }
  .application.category_listing .apps > div:nth-child(even) {
    flex-direction: column !important;
    align-items: center;
  }
  .application.category_listing .apps > div:nth-child(odd) {
    flex-direction: column !important;
    align-items: center;
  }
  .application.category_listing .apps .app-item2 {
    padding: 0;
  }
  .application.category_listing .apps .app-div {
    text-align: center !important;
    align-items: center;
  }
  .application.category_listing .apps p {
    text-align: center !important;
  }
  .application.category_listing .apps .cta {
    margin-right: 0;
  }
  .application.category_listing .apps > div:nth-child(even) h3 {
    text-align: center;
  }
  .application.category_listing .apps > div:nth-child(even) p {
    text-align: center;
  }
  .application.category_listing .apps > div:nth-child(even) .cta {
    margin-left: 0;
    margin-right: 0;
  }
  .intro_description h3::before {
    left: -45px;
  }
  .intro_description h3::after {
    right: -45px;
  }
}
@media screen and (max-width: 500px) {
  .packages {
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=categoryNewTemplate.css.map */