@media screen and (min-width: 1200px) {
  .cs_site_header.cs_style_1 .cs_main_header_center {
    position: static;
    transform: none;
    flex: 1;
    padding: 0 30px 0 195px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .cs_site_header.cs_style_1 .cs_main_header_center {
    padding-left: 140px;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 28px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .cs_site_header.cs_style_1 .cs_main_header_center {
    padding: 0 20px 0 110px;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 20px;
  }
  .cs_nav .cs_nav_list > li > a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .cs_nav .cs_nav_list > li {
    margin-right: 16px;
  }
  .cs_nav .cs_nav_list > li > a {
    font-size: 18px;
  }
}

#faq .row {
  row-gap: 20px;
}
#faq .cs_accordians_wrapper.cs_style_1 {
  padding-right: 0;
}
#faq .cs_accordian.cs_style_1 {
  border-radius: 10px;
  background-color: var(--white-color);
}
#faq .cs_accordian.cs_style_1 .cs_accordian_head {
  padding: 22px 80px 22px 28px;
}
#faq .cs_accordian.cs_style_1 .cs_accordian_body {
  padding: 0 28px 24px;
  border-top: 0;
}
#faq .cs_accordian.cs_style_1.active .cs_accordian_head h3 {
  color: var(--accent-color);
}
#faq .cs_accordian.cs_style_1 .cs_accordian_toggle {
  width: 40px;
  height: 40px;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--accent-color);
}
#faq .cs_accordian.cs_style_1 .cs_accordian_toggle i,
#faq .cs_accordian.cs_style_1.active .cs_accordian_toggle i {
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 575px) {
  #faq .cs_accordian.cs_style_1 .cs_accordian_head {
    padding: 18px 68px 18px 20px;
  }
  #faq .cs_accordian.cs_style_1 .cs_accordian_body {
    padding: 0 20px 20px;
  }
  #faq .cs_accordian.cs_style_1 .cs_accordian_toggle {
    width: 34px;
    height: 34px;
    right: 18px;
  }
}

#contact .cs_navigation_map {
  height: 100%;
}
#contact .cs_navigation_map iframe {
  display: block;
  min-height: 450px;
  margin-bottom: 0;
  border: 0;
}
@media (max-width: 991px) {
  #contact .cs_navigation_map iframe {
    min-height: 350px;
  }
}

@media (min-width: 1200px) {
  #about .row {
    align-items: stretch !important;
  }
  #about .cs_about_thumbnail_wrapper {
    height: 100%;
    padding-bottom: 0;
  }
  #about .cs_about_thumbnail:nth-child(1) {
    height: 62%;
  }
  #about .cs_about_thumbnail:nth-child(2) {
    height: 60%;
  }
  #about .cs_about_thumbnail img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  #about .cs_about_thumbnail_wrapper {
    padding-bottom: calc(34% + 24px);
  }
  #about .cs_servicing_year {
    bottom: 0;
  }
}

.cs_card.cs_style_1 {
  display: flex;
  flex-direction: column;
}
.cs_card.cs_style_1 .cs_card_info {
  flex: 1;
  margin-top: 0;
}
.cs_card.cs_style_1 .cs_card_icon {
  position: relative;
  z-index: 3;
}
.cs_card.cs_style_1 .cs_card_title {
  font-size: 24px;
  line-height: 1.35em;
}
.cs_card.cs_style_1 .cs_card_subtitle {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

#services .cs_section_heading.cs_style_1.cs_type_1 {
  gap: 20px 40px;
}
#services .cs_section_heading.cs_style_1 .cs_section_heading_left {
  flex-shrink: 0;
}

.cs_testimonial_initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: #fff;
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 700;
}

.cs_card.cs_style_1 .cs_card_thumbnail img {
  width: 100%;
  aspect-ratio: 525 / 360;
  object-fit: cover;
}

#about .cs_about_btns {
  flex-wrap: wrap;
  row-gap: 20px;
}
#about .cs_about_btns .cs_avatar_thumbnail img {
  width: 24px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 440px) {
  #about .cs_about_btns {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #about .cs_about_btns {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #about .cs_about_btns {
    column-gap: 20px;
  }
  #about .cs_about_btns .cs_avatar.cs_style_1 {
    gap: 14px;
  }
}

.cs_site_branding img {
  display: block;
  width: auto;
  height: 120px;
}
.cs_gescout_sticky .cs_site_branding img {
  height: 78px;
}
@media (max-width: 1199px) {
  .cs_site_branding img,
  .cs_gescout_sticky .cs_site_branding img {
    height: 68px;
  }
}

.cs_logo_bg_shape.cs_accent_color {
  color: #f7dea6;
}
.cs_logo_bg_shape::before {
  background-color: #f7dea6;
}

.cs_social_img {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
.cs_footer .cs_social_img,
#contact .cs_social_img {
  width: 20px;
  height: 20px;
}

:where(.cs_icon) {
  display: inline-block;
  font-style: normal;
  line-height: 1;
  vertical-align: -0.125em;
}
:where(.cs_icon) svg {
  display: block;
  fill: currentColor;
  overflow: visible;
}
.cs_rating::before,
.cs_rating_percentage::before {
  content: "";
  top: 4.96px;
  width: 118px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%203776%20512%27%3E%3Cpath%20transform%3D%27translate(0%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3Cpath%20transform%3D%27translate(800%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3Cpath%20transform%3D%27translate(1600%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3Cpath%20transform%3D%27translate(2400%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3Cpath%20transform%3D%27translate(3200%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3C%2Fsvg%3E") no-repeat 0 0 / 118px 16px;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%203776%20512%27%3E%3Cpath%20transform%3D%27translate(0%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3Cpath%20transform%3D%27translate(800%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3Cpath%20transform%3D%27translate(1600%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3Cpath%20transform%3D%27translate(2400%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3Cpath%20transform%3D%27translate(3200%200)%27%20d%3D%27M287.9%200c9.2%200%2017.6%205.2%2021.6%2013.5l68.6%20141.3%20153.2%2022.6c9%201.3%2016.5%207.6%2019.3%2016.3s.5%2018.1-5.9%2024.5L433.6%20328.4l26.2%20155.6c1.5%209-2.2%2018.1-9.7%2023.5s-17.3%206-25.3%201.7l-137-73.2L151%20509.1c-8.1%204.3-17.9%203.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1%20218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9%2019.3-16.3l153.2-22.6L266.3%2013.5C270.4%205.2%20278.7%200%20287.9%200zm0%2079L235.4%20187.2c-3.5%207.1-10.2%2012.1-18.1%2013.3L99%20217.9%20184.9%20303c5.5%205.5%208.1%2013.3%206.8%2021L171.4%20443.7l105.2-56.2c7.1-3.8%2015.6-3.8%2022.6%200l105.2%2056.2L384.2%20324.1c-1.3-7.7%201.2-15.5%206.8-21l85.9-85.1L358.6%20200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9%2079z%27%2F%3E%3C%2Fsvg%3E") no-repeat 0 0 / 118px 16px;
}
.cs_rating_percentage::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%203776%20512%27%3E%3Cpath%20transform%3D%27translate(0%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3Cpath%20transform%3D%27translate(800%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3Cpath%20transform%3D%27translate(1600%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3Cpath%20transform%3D%27translate(2400%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3Cpath%20transform%3D%27translate(3200%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3C%2Fsvg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%203776%20512%27%3E%3Cpath%20transform%3D%27translate(0%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3Cpath%20transform%3D%27translate(800%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3Cpath%20transform%3D%27translate(1600%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3Cpath%20transform%3D%27translate(2400%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3Cpath%20transform%3D%27translate(3200%200)%27%20d%3D%27M316.9%2018C311.6%207%20300.4%200%20288.1%200s-23.4%207-28.8%2018L195%20150.3%2051.4%20171.5c-12%201.8-22%2010.2-25.7%2021.7s-.7%2024.2%207.9%2032.7L137.8%20329%20113.2%20474.7c-2%2012%203%2024.2%2012.9%2031.3s23%208%2033.8%202.3l128.3-68.5%20128.3%2068.5c10.8%205.7%2023.9%204.9%2033.8-2.3s14.9-19.3%2012.9-31.3L438.5%20329%20542.7%20225.9c8.6-8.5%2011.7-21.2%207.9-32.7s-13.7-19.9-25.7-21.7L381.2%20150.3%20316.9%2018z%27%2F%3E%3C%2Fsvg%3E");
}
.cs_footer_menu li::before {
  content: "";
  top: 4.96px;
  width: 14px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20448%20512%27%3E%3Cpath%20d%3D%27M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%27%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20448%20512%27%3E%3Cpath%20d%3D%27M438.6%20278.6c12.5-12.5%2012.5-32.8%200-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3%200s-12.5%2032.8%200%2045.3L338.8%20224%2032%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l306.7%200L233.4%20393.4c-12.5%2012.5-12.5%2032.8%200%2045.3s32.8%2012.5%2045.3%200l160-160z%27%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

.cs_card_icon_trim path {
  stroke: var(--heading-color);
  stroke-width: 0.7;
  transition: stroke 0.4s ease-in-out;
}
.cs_card.cs_style_1:hover .cs_card_icon_trim path {
  stroke: var(--accent-color);
}

.cs_footer.cs_style_1 .cs_footer_bottom_in a:hover {
  color: var(--accent-color);
}

:root {
  --red-grad: linear-gradient(135deg, #ef0f3a 0%, #ef0f3a 100%);
}

.red-text {
  color: #ef0f3a;
  background: var(--red-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 0.75rem 0;
}

#faq .cs_accordian.cs_style_1.active .cs_accordian_head h3 {
  background: var(--red-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-red,
.cs_btn.cs_style_1.btn-red {
  background: var(--red-grad);
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease;
}
.btn-red:hover,
.cs_btn.cs_style_1.btn-red:hover {
  background: #d80833;
  color: #ffffff;
}
.btn-red:active,
.cs_btn.cs_style_1.btn-red:active {
  background: #c00a2e;
}
.cs_btn.cs_style_1.btn-red::before {
  display: none;
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1.btn-red {
    padding: 8px 20px;
  }
}

.btn-red-outline {
  background: transparent;
  color: #c50a30;
  border: 2px solid #ef0f3a;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.btn-red-outline:hover {
  background: #ef0f3a;
  color: #ffffff;
}

.btn-red-soft {
  background: #fde3e8;
  color: #c50a30;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.btn-red-soft:hover {
  background: #fbd3da;
}

.slick-slider:not(.cs_slider_ready) .slick-slide {
  width: 100%;
}
.slick-slider:not(.cs_slider_ready) .slick-slide ~ .slick-slide {
  display: none;
}

.cs_hero.cs_style_1,
#testimonials {
  isolation: isolate;
}
.cs_bg_picture {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.cs_bg_picture img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1.cs_type_1 .cs_bg_picture img {
    object-position: left center;
  }
}
