@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

address {
  margin: 0;
}

.primary-text {
  color: #8A1818 !important;
}

.primary-bg {
  background-color: #8A1818 !important;
}

.secondary-text {
  color: #030303 !important;
}

.secondary-bg {
  background-color: #030303 !important;
}

.light-text {
  color: #FFFAFA !important;
}

.light-bg {
  background-color: #FFFAFA !important;
}

.para-text {
  color: #52525B !important;
}

.para-bg {
  background-color: #52525B !important;
}

.m-12 {
  margin: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pe-12 {
  padding-right: 12px !important;
}

.ps-12 {
  padding-left: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.m-18 {
  margin: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pe-18 {
  padding-right: 18px !important;
}

.ps-18 {
  padding-left: 18px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.px-18 {
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pe-30 {
  padding-right: 30px !important;
}

.ps-30 {
  padding-left: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pe-50 {
  padding-right: 50px !important;
}

.ps-50 {
  padding-left: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pe-80 {
  padding-right: 80px !important;
}

.ps-80 {
  padding-left: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

@media (min-width: 768px) {
  .m-md-12 {
    margin: 12px !important;
  }
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .p-md-12 {
    padding: 12px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pe-md-12 {
    padding-right: 12px !important;
  }
  .ps-md-12 {
    padding-left: 12px !important;
  }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .m-md-18 {
    margin: 18px !important;
  }
  .mt-md-18 {
    margin-top: 18px !important;
  }
  .mb-md-18 {
    margin-bottom: 18px !important;
  }
  .my-md-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .p-md-18 {
    padding: 18px !important;
  }
  .pt-md-18 {
    padding-top: 18px !important;
  }
  .pb-md-18 {
    padding-bottom: 18px !important;
  }
  .pe-md-18 {
    padding-right: 18px !important;
  }
  .ps-md-18 {
    padding-left: 18px !important;
  }
  .py-md-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-md-18 {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pe-md-30 {
    padding-right: 30px !important;
  }
  .ps-md-30 {
    padding-left: 30px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pe-md-50 {
    padding-right: 50px !important;
  }
  .ps-md-50 {
    padding-left: 50px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pe-md-80 {
    padding-right: 80px !important;
  }
  .ps-md-80 {
    padding-left: 80px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-12 {
    margin: 12px !important;
  }
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .p-lg-12 {
    padding: 12px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pe-lg-12 {
    padding-right: 12px !important;
  }
  .ps-lg-12 {
    padding-left: 12px !important;
  }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .m-lg-18 {
    margin: 18px !important;
  }
  .mt-lg-18 {
    margin-top: 18px !important;
  }
  .mb-lg-18 {
    margin-bottom: 18px !important;
  }
  .my-lg-18 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .p-lg-18 {
    padding: 18px !important;
  }
  .pt-lg-18 {
    padding-top: 18px !important;
  }
  .pb-lg-18 {
    padding-bottom: 18px !important;
  }
  .pe-lg-18 {
    padding-right: 18px !important;
  }
  .ps-lg-18 {
    padding-left: 18px !important;
  }
  .py-lg-18 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .px-lg-18 {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pe-lg-30 {
    padding-right: 30px !important;
  }
  .ps-lg-30 {
    padding-left: 30px !important;
  }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pe-lg-50 {
    padding-right: 50px !important;
  }
  .ps-lg-50 {
    padding-left: 50px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
}
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(78deg, #670007 0%, #8A1818 100%);
  box-shadow: 0 4px 14.5px 0 rgba(0, 0, 0, 0.22);
  color: #FFF;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  border: 0;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .primary-btn {
    width: 100%;
  }
}

.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(78deg, #000 0%, #350000 100%);
  color: #FFF;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .secondary-btn {
    width: 100%;
  }
}

.white-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: white;
  color: #8A1818;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .white-btn {
    width: 100%;
  }
}

.heading-1 {
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading-1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 32px;
  }
}
.heading-1 span {
  color: #8A1818;
}

.heading-2 {
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading-2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 30px;
  }
}
.heading-2 span {
  color: #8A1818;
}

.heading-3 {
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading-3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .heading-3 {
    font-size: 24px;
  }
}
.heading-3 span {
  color: #8A1818;
}

.heading-4 {
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading-4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .heading-4 {
    font-size: 24px;
  }
}
.heading-4 span {
  color: #8A1818;
}

.heading-5 {
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .heading-5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .heading-5 {
    font-size: 24px;
  }
}
.heading-5 span {
  color: #8A1818;
}

.heading-6 {
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.heading-6 span {
  color: #8A1818;
}

.para {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.para a {
  color: #8A1818;
}

.para-lg {
  color: #52525B;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .para-lg {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .para-lg {
    font-size: 18px;
  }
}
.para-lg a {
  color: #8A1818;
}

.sub-title {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  background: #FFE7E9;
  color: #8A1818;
  font-family: "Fraunces", serif;
  font-style: italic;
  margin-bottom: 18px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.common-6-flex {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .common-6-flex {
    flex-direction: column;
    gap: 24px;
  }
}

.team-card {
  background: url("../images/team-bg.png") no-repeat center center;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}
.team-card .team-img {
  margin-bottom: 12px;
}
.team-card .para-lg {
  font-weight: 600;
  color: white;
}
.team-card .team-bio {
  margin-top: 8px;
}

.top-heading {
  background: #FFFAFA;
}

.common-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.common-form .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  box-shadow: none;
  margin-top: 2px;
  flex-shrink: 0;
}
.common-form .form-check .form-check-input:checked {
  background-color: #8A1818;
  border-color: #8A1818;
}
.common-form .form-check .form-check-input:focus {
  box-shadow: none;
}
.common-form .form-check .form-check-label {
  color: #52525B;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 155.556% */
}
.common-form .form-check .form-check-label a {
  color: #8A1818;
}
.common-form .form-label {
  color: #52525B;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.common-form .form-label span {
  color: #DC2626;
}
.common-form .form-control,
.common-form .form-select {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: none;
  padding: 13px 12px;
  color: #111827;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
}
.common-form .form-control:focus,
.common-form .form-select:focus {
  border-color: #8A1818;
  box-shadow: 0 0 0 3px rgba(138, 24, 24, 0.12);
}
.common-form .form-control::-moz-placeholder, .common-form .form-select::-moz-placeholder {
  color: #9CA3AF;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-form .form-control::placeholder,
.common-form .form-select::placeholder {
  color: #9CA3AF;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-form .form-select {
  cursor: pointer;
  color: #9CA3AF;
  /* Remove Default Arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Custom Arrow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
}
.common-form .form-select option {
  color: #111827;
}
.common-form textarea.form-control {
  height: 160px;
  resize: vertical;
  padding: 16px 18px;
}
.common-form .form-control:disabled,
.common-form .form-select:disabled {
  background: #F9FAFB;
  cursor: not-allowed;
}
.common-form .form-control.is-invalid,
.common-form .form-select.is-invalid {
  border-color: #DC2626;
}
.common-form .form-control.is-valid,
.common-form .form-select.is-valid {
  border-color: #16A34A;
}

.common-accordion-sec .accordion-item {
  border: 0;
  padding: 16px 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  overflow: hidden;
}
.common-accordion-sec .accordion-button {
  color: #030303;
  font-size: 21px;
  font-style: normal;
  font-weight: 600 !important;
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.common-accordion-sec .accordion-button:not(.collapsed) {
  color: #8A1818;
  background: #fff;
}
.common-accordion-sec .accordion-button:focus {
  box-shadow: none;
}
.common-accordion-sec .accordion-body {
  padding: 8px 0 0 0;
  color: #52525B;
  font-size: 18px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.areas-flex-sec {
  -moz-columns: 5;
       columns: 5;
}
.areas-flex-sec .area-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #52525B;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .areas-flex-sec .area-item {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .areas-flex-sec .area-item {
    font-size: 18px;
  }
}
.areas-flex-sec .area-item a {
  color: #8A1818;
}
.areas-flex-sec .area-item {
  margin-bottom: 8px;
}
.areas-flex-sec .area-item a {
  color: #030303;
}
.areas-flex-sec .area-item a:hover {
  color: #8A1818;
}
.areas-flex-sec .area-item iconify-icon {
  color: #8A1818;
}

.testimonial-sec {
  background: #FFFAFA;
}

.schedule-appointment-card {
  background: url(../images/schedule-appointment-card-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 16px;
  padding: 50px 24px 0 24px;
}

.pagination {
  gap: 16px;
}
.pagination .page-item .page-link {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.pagination .page-item .page-link a {
  color: #8A1818;
}
.pagination .page-item .page-link {
  color: #52525B;
  border: 0;
  padding: 0;
  line-height: 19px;
}
.pagination .page-item .page-link:hover {
  color: #8A1818;
}
.pagination .page-item.active .page-link {
  color: #8A1818;
}
.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  background: #F9FAFB;
}

.common-card {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: 0.35s ease;
}
.common-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(138, 24, 24, 0.15);
}
@media (max-width: 767px) {
  .common-card {
    padding: 16px;
  }
}

.common-list {
  list-style-type: disc;
  padding-left: 24px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.common-list a {
  color: #8A1818;
}
.common-list li {
  margin-bottom: 6px;
  color: #52525B;
}
.common-list li::marker {
  color: #8A1818;
}

.step-num {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #8A1818;
  border-radius: 50%;
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-num {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .step-num {
    font-size: 24px;
  }
}
.step-num span {
  color: #8A1818;
}
.step-num {
  color: white;
}

.service-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: #FFF4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: 0.3s;
}
.service-icon iconify-icon {
  font-size: 22px;
  color: #8A1818;
}

/*=========================
Top Bar
=========================*/
.top-bar {
  background: #8A1818;
  color: #fff;
  font-size: 14px;
  padding: 16px 0;
}
.top-bar .top-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.top-bar .top-left iconify-icon {
  font-size: 16px;
}
.top-bar .top-left a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.top-bar .top-left .rating {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.top-bar .top-left .rating iconify-icon {
  color: #ffcb45;
}
.top-bar .top-right {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.top-bar .top-right .status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ce84f;
}

/*=========================
Navbar
=========================*/
.navbar {
  background: #fff;
  padding: 18px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.navbar .logo img {
  width: 150px;
  display: block;
}
.navbar .nav-menu {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar .nav-menu li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #52525B;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
}
.navbar .nav-menu li a:hover {
  color: #7b0909;
}
.navbar .nav-menu li a i {
  font-size: 11px;
}
.navbar .nav-menu > li {
  position: relative;
}
.navbar .nav-menu > li > a,
.navbar .nav-menu > li .dropdown-toggle-custom {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #222;
  font-weight: 500;
}
.navbar .dropdown-toggle-custom iconify-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}
.navbar .dropdown-toggle-custom[aria-expanded=true] iconify-icon {
  transform: rotate(180deg);
}
.navbar {
  /* Dropdown */
}
.navbar .dropdown-collapse {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
  z-index: 999;
}
.navbar .dropdown-collapse ul {
  list-style: none;
  margin: 0;
  padding: 12px 0;
}
.navbar .dropdown-collapse ul li a {
  display: block;
  padding: 10px 20px;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.navbar .dropdown-collapse ul li a:hover {
  background: #f6f6f6;
  color: #8b0000;
  padding-left: 28px;
}
.navbar {
  /* Areas */
}
.navbar .dropdown-columns {
  width: 650px;
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.navbar .dropdown-columns li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.navbar .header-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mobile-header .navbar {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.mobile-header .logo img {
  max-width: 170px;
  width: 100%;
}
.mobile-header button {
  background: transparent;
}

.header-fixed-spacer {
  height: 0;
}

header.header-fixed .desktop-header .navbar,
header.header-fixed .mobile-header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: chimney-header-fixed-in 0.25s ease;
}

@keyframes chimney-header-fixed-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.offcanvas {
  width: 320px;
}
.offcanvas .offcanvas-header {
  border-bottom: 1px solid #eee;
}
.offcanvas .accordion-item {
  border: 0;
  border-bottom: 1px solid #eee;
}
.offcanvas .accordion-button {
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  padding: 18px 0;
}
.offcanvas .accordion-button:not(.collapsed) {
  background: transparent;
  color: #8b0000;
}
.offcanvas .accordion-body {
  padding-bottom: 15px;
}

.mobile-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-submenu li a {
  display: block;
  padding: 10px 0 10px 15px;
  text-decoration: none;
  color: #555;
  transition: 0.3s;
}
.mobile-submenu li a:hover {
  color: #8b0000;
  padding-left: 20px;
}

.mobile-links {
  list-style: none;
  margin: 0px 0 25px 0;
  padding: 0;
}
.mobile-links li a {
  display: block;
  padding: 14px 0;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.mobile-btns {
  display: flex;
  gap: 15px;
}

.footer {
  background: #030303;
  color: #fff;
  padding-top: 80px;
}
.footer .heading-4 {
  color: white;
}
.footer .footer-logo {
  display: inline-block;
  margin-bottom: 24px;
}
.footer .footer-logo img {
  max-width: 230px;
}
.footer .footer-text {
  color: #E7E7E7;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.footer .footer-text a {
  color: #8A1818;
}
.footer .footer-text {
  font-size: 15px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li:last-child {
  margin-bottom: 0;
}
.footer ul li a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: 0.3s;
  font-family: "DM Sans", sans-serif;
}
.footer ul li a:hover {
  color: #fff;
}
.footer .subscribe-form input {
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  border-radius: 50px;
  background: #2b2b31;
  padding: 0 22px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .subscribe-form input::-moz-placeholder {
  color: #9b9b9b;
}
.footer .subscribe-form input::placeholder {
  color: #9b9b9b;
}
.footer .subscribe-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(78deg, #670007 0%, #8A1818 100%);
  box-shadow: 0 4px 14.5px 0 rgba(0, 0, 0, 0.22);
  color: #FFF;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  border: 0;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .footer .subscribe-form button {
    width: 100%;
  }
}
.footer .subscribe-form button {
  width: 100%;
}
.footer .subscribe-form button iconify-icon {
  font-size: 20px;
}
.footer .subscribe-form button:hover {
  background: rgb(103.2444444444, 17.9555555556, 17.9555555556);
}
.footer .contact-info li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .contact-info li iconify-icon {
  font-size: 22px;
  color: #fff;
  margin-top: 3px;
  flex-shrink: 0;
}
.footer .contact-info li span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 3px;
  font-family: "DM Sans", sans-serif;
}
.footer .contact-info li a,
.footer .contact-info li p {
  margin: 0;
  color: #fff;
  text-decoration: none;
  line-height: 1.6;
  font-family: "DM Sans", sans-serif;
}
.footer .footer-accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: default;
}
.footer .footer-accordion-toggle .footer-accordion-icon {
  display: none;
  flex-shrink: 0;
  font-size: 18px;
  transition: transform 0.25s ease;
}
@media screen and (max-width: 767px) {
  .footer .footer-accordion-toggle {
    cursor: pointer;
  }
  .footer .footer-accordion-toggle .footer-accordion-icon {
    display: inline-flex;
  }
  .footer .footer-accordion-toggle[aria-expanded=true] .footer-accordion-icon {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-accordion-body.collapse {
    display: block !important;
    height: auto !important;
  }
}
.footer .copyright {
  margin-top: 80px;
  background: #8A1818;
  font-family: "DM Sans", sans-serif;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px;
}
.footer .footer-flex {
  display: flex;
  gap: 100px;
}
.footer .footer-flex .footer-col {
  width: 100%;
}

@media (max-width: 991px) {
  .footer {
    padding-top: 50px;
  }
  .footer .footer-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  .footer .copyright {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .footer {
    padding-top: 30px;
  }
  .footer .footer-logo img {
    max-width: 150px;
  }
  .footer .footer-flex {
    gap: 24px;
  }
  .footer .copyright {
    margin-top: 30px;
  }
}
.hero-sec {
  padding: 80px 0;
  background: url("../images/hero-bg.webp") center/cover no-repeat;
  overflow: hidden;
}
.hero-sec .sub-title {
  color: #8A1818;
  font-family: "Fraunces", serif;
  font-style: italic;
  display: inline-block;
  margin-bottom: 18px;
  text-align: center;
}
.hero-sec .hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-sec .hero-form-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.hero-sec .hero-form {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 470px;
  background: #fff;
  border-radius: 18px;
  padding: 32px 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-bottom: 8px solid #891719;
}
.hero-sec .hero-form input,
.hero-sec .hero-form select {
  width: 100%;
  height: 54px;
  border: none;
  outline: none;
  border-radius: 43px;
  background: #F4F4F4;
  padding: 17px 24px;
  color: #030303;
  color: #52525B;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
}
.hero-sec .hero-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.hero-sec .hero-form .select-wrapper {
  position: relative;
}
.hero-sec .hero-form .select-wrapper iconify-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
}
.hero-sec .hero-form button {
  margin-top: 18px;
}

.achievement-sec .achievement-flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.achievement-sec .achievement-flex .achievement-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.achievement-sec .achievement-flex .achievement-item .icon-wrapper {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #FFE7E9;
}
.achievement-sec .achievement-flex .achievement-item .icon-wrapper iconify-icon {
  font-size: 32px;
  color: #8A1818;
}
.achievement-sec .achievement-flex .achievement-item .para-lg {
  color: #030303;
  font-weight: 600;
}
.achievement-sec .achievement-flex .achievement-item .para-sm {
  color: #52525B;
}

.why-choose-sec {
  background: #fff;
}
.why-choose-sec .section-title {
  margin-bottom: 40px;
}
.why-choose-sec .section-title p {
  color: #52525B;
  max-width: 500px;
}
.why-choose-sec .features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 35px;
}
.why-choose-sec .features .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.why-choose-sec .features .feature-item iconify-icon {
  font-size: 22px;
  color: #8A1818;
  margin-top: 5px;
  flex-shrink: 0;
}
.why-choose-sec .features .feature-item .para {
  font-weight: 600;
  margin-bottom: 8px;
  color: #030303;
}
.why-choose-sec .features .feature-item .para-sm {
  color: #52525B;
}
.why-choose-sec .why-image {
  position: relative;
}
.why-choose-sec .why-image img {
  width: 100%;
  border-radius: 22px;
  display: block;
}
.why-choose-sec .why-image .review-box {
  position: absolute;
  right: -20px;
  bottom: -20px;
  max-width: 330px;
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.why-choose-sec .why-image .review-box p {
  color: #030303;
  line-height: 1.8;
  margin-bottom: 15px;
}
.why-choose-sec .why-image .review-box h6 {
  color: #8A1818;
  margin: 0;
  font-weight: 700;
}

.pricing-sec {
  background: #FFFAFA;
  position: relative;
}
.pricing-sec .section-title {
  text-align: center;
}
.pricing-sec .section-title .para {
  color: #52525B;
  max-width: 620px;
  margin: auto;
}
.pricing-sec .pricing-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  overflow: hidden;
  transition: 0.35s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #E8E8E8;
  height: 100%;
  padding: 35px 20px;
}
.pricing-sec .pricing-card::before {
  content: "";
  position: absolute;
  background: url("../images/union-icon.svg") center/cover no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 182.18px;
  top: 0;
  right: 0;
}
.pricing-sec .pricing-card::after {
  content: "";
  position: absolute;
  background: url("../images/union-icon-02.svg") center/cover no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 182.18px;
  bottom: 0;
  left: 0;
}
.pricing-sec .pricing-card > * {
  position: relative;
  z-index: 2;
}
.pricing-sec .pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}
.pricing-sec .pricing-card .heading-3 {
  font-weight: 600;
  position: relative;
}
.pricing-sec .pricing-card .heading-3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 94px;
  height: 22px;
  background: url("../images/badge-icon.svg") center/cover no-repeat;
  z-index: -1;
}
.pricing-sec .pricing-card .para {
  color: #52525B;
}

.video-sec {
  background: #fff;
}
.video-sec .section-title .para {
  color: #52525B;
}
.video-sec .customer-box {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.video-sec .customer-box .customer-images {
  display: flex;
}
.video-sec .customer-box .customer-images img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #fff;
  margin-left: -12px;
}
.video-sec .customer-box .customer-images img:first-child {
  margin-left: 0;
}
.video-sec .customer-box span {
  color: #1B1C1C;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  color: #030303;
}
.video-sec .video-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.video-sec .video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  display: block;
}

.counter-sec {
  position: relative;
  background: url("../images/counter-bg.png") center/cover no-repeat;
  overflow: hidden;
}
.counter-sec .container {
  position: relative;
  z-index: 2;
}
.counter-sec .counter-item {
  text-align: center;
  color: #fff;
}
.counter-sec .counter-item iconify-icon {
  font-size: 42px;
  margin-bottom: 16px;
  color: #fff;
  display: inline-block;
}
.counter-sec .counter-item .para-lg {
  color: white;
}
.counter-sec .counter-item .heading-4 {
  color: white;
}

.testimonial-sec .testimonial-card {
  background: #FFFAFA;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  transition: 0.3s;
}
.testimonial-sec .testimonial-card .stars {
  color: #B22222;
  font-size: 20px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .testimonial-sec .testimonial-card .stars {
    margin-bottom: 18px;
  }
}
.testimonial-sec .testimonial-card .review {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.testimonial-sec .testimonial-card .review a {
  color: #8A1818;
}
.testimonial-sec .testimonial-card .review {
  font-style: italic;
}
.testimonial-sec .testimonial-card .client {
  display: flex;
  align-items: center;
  gap: 15px;
}
.testimonial-sec .testimonial-card .client .avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.testimonial-sec .testimonial-card .client .avatar.yellow {
  background: #A19A19;
}
.testimonial-sec .testimonial-card .client .avatar.blue {
  background: #2D3EA8;
}
.testimonial-sec .testimonial-card .client .avatar.green {
  background: #319C2D;
}
.testimonial-sec .testimonial-card .client .avatar.red {
  background: #9c2d2d;
}
.testimonial-sec .testimonial-card .client h5 {
  margin-bottom: 3px;
  font-size: 18px;
  color: #030303;
}
.testimonial-sec .testimonial-card .client span {
  font-size: 14px;
  color: #52525B;
}
.testimonial-sec .carousel-indicators {
  margin-bottom: 0;
}
.testimonial-sec .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d8d8d8;
  border: none;
  opacity: 1;
  margin: 0 6px;
  transition: 0.3s;
}
.testimonial-sec .carousel-indicators button.active {
  background: #8A1818;
  transform: scale(1.2);
}

.testimonial-slider .owl-stage {
  display: flex;
}
.testimonial-slider .owl-item {
  display: flex;
}
.testimonial-slider .testimonial-card {
  height: 100%;
}
.testimonial-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}
.testimonial-slider .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9;
  margin: 0;
  transition: all 0.3s ease;
}
.testimonial-slider .owl-dots .owl-dot.active span {
  background: #8A1818;
  transform: scale(1.2);
}
.testimonial-slider .owl-dots .owl-dot:hover span {
  background: #8A1818;
}

.coverage-sec {
  background: #FFFAFA;
}
.coverage-sec .section-title {
  max-width: 700px;
}
.coverage-sec .section-title h2 span {
  color: #8A1818;
}
.coverage-sec .section-title p {
  max-width: 520px;
  margin: auto;
}
.coverage-sec .coverage-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.coverage-sec .coverage-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 10px;
  color: #030303;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.coverage-sec .coverage-item iconify-icon {
  color: #8A1818;
  font-size: 18px;
}
.coverage-sec .coverage-item:hover {
  background: #8A1818;
  color: #fff;
  transform: translateY(-4px);
}
.coverage-sec .coverage-item:hover iconify-icon {
  color: #fff;
}

.cta-sec .cta-wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(90deg, #7d0d10 0%, #8A1818 50%, #8f1515 100%);
}
.cta-sec .cta-wrapper .shape {
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  background: rgba(255, 255, 255, 0.06);
  z-index: 1;
}
.cta-sec .cta-wrapper .shape-left {
  left: -60px;
  transform: skewX(-12deg);
}
.cta-sec .cta-wrapper .shape-right {
  right: -60px;
  transform: skewX(12deg);
}
.cta-sec .cta-content {
  position: relative;
  z-index: 2;
}
.cta-sec .cta-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.our-story .story-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, rgb(220.0666666667, 54.1333333333, 54.1333333333), #8A1818);
  min-height: 520px;
}
.our-story .story-image img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.our-story .story-image .founder-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(3, 3, 3, 0.9);
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(10px);
}
.our-story .story-content .para {
  color: #52525B;
}
.our-story .story-stats {
  display: flex;
  gap: 60px;
}
.our-story .story-stats .stat-item .heading-4 {
  color: #8A1818;
  font-weight: 600;
}
.our-story .story-stats .stat-item span {
  color: #52525B;
}
@media (max-width: 991px) {
  .our-story .story-image {
    min-height: 420px;
  }
  .our-story .story-image img {
    height: 420px;
  }
  .our-story .story-stats {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .our-story .story-image {
    min-height: 320px;
  }
  .our-story .story-image img {
    height: 320px;
  }
  .our-story .story-image .founder-card {
    left: 16px;
    bottom: 16px;
    font-size: 13px;
  }
  .our-story .story-stats {
    justify-content: space-between;
    gap: 20px;
  }
  .our-story .story-stats .stat-item {
    flex: 1 1 calc(50% - 10px);
  }
}

.services-section {
  background: #FFFAFA;
}
.services-section .section-title {
  text-align: center;
}
.services-section .section-title p {
  color: #52525B;
}
.services-section .common-card h4 {
  font-family: "Fraunces", serif;
  color: #030303;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.services-section .common-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 155.556% */
}
.services-section .common-card p a {
  color: #8A1818;
}
.services-section .common-card p {
  color: #52525B;
  margin-bottom: 24px;
}
.services-section .common-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #8A1818;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.services-section .common-card a iconify-icon {
  font-size: 18px;
  transition: 0.3s;
}
.services-section .common-card a:hover iconify-icon {
  transform: translateX(4px);
}
@media (max-width: 991px) {
  .services-section .common-card h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .services-section .section-heading {
    margin-bottom: 40px;
  }
  .services-section .common-card {
    text-align: left;
  }
  .services-section .common-card p {
    margin-bottom: 16px;
  }
}

.achievement-sec {
  background: #FFFAFA;
}

.contact-content .heading-4 {
  font-weight: 600;
}
.contact-content p a {
  color: #8A1818;
}
.contact-content .contact-item {
  margin-bottom: 18px;
}
.contact-content .contact-item:last-child {
  margin-bottom: 0;
}
.contact-content .contact-item .para:last-child {
  margin-bottom: 0;
}

.contact-form-box {
  background: #FFFAFA;
  border-radius: 20px;
  padding: 32px;
}
@media (max-width: 767px) {
  .contact-form-box {
    padding: 16px;
  }
}

.contact-hero-inner {
  max-width: 640px;
  margin: 0 auto;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.method-card {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  transition: 0.3s ease;
}
.method-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}
.method-card h3 {
  font-family: "Fraunces", serif;
  font-size: 20px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 8px;
}
.method-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #52525B;
  margin-bottom: 0;
}

.method-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FFE7E9;
  margin: 0 auto 18px;
}
.method-icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.method-value {
  display: block;
  margin-top: 12px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #8A1818;
}

.phone-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 820px;
}

.phone-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 14px;
  padding: 18px 22px;
}
.phone-step p {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #030303;
  margin: 0;
}
.phone-step p b {
  color: #8A1818;
}

.phone-step-num {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #8A1818;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: start;
}

.contact-form-card {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(3, 3, 3, 0.05);
}

.contact-form-note {
  font-family: "DM Sans", sans-serif;
  font-size: 12.5px;
  color: #52525B;
  margin-top: 10px;
}

.map-card {
  background: #030303;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 10px 30px rgba(3, 3, 3, 0.05);
}

.map-visual {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: radial-gradient(circle at 50% 40%, rgba(138, 24, 24, 0.55), transparent 60%), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 32px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 32px);
}

.map-pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50% 50% 50% 0;
  background: #8A1818;
  transform: rotate(-45deg);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.map-pin img {
  transform: rotate(45deg);
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.map-pin iconify-icon {
  transform: rotate(45deg);
  color: #fff;
  font-size: 22px;
}

.map-info {
  padding: 22px 24px;
}
.map-info h4 {
  color: #fff;
  font-family: "Fraunces", serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.map-info p {
  color: #C9B7B7;
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  margin: 0;
}

.map-directions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #E0A72E;
}
.map-directions iconify-icon {
  font-size: 14px;
}

.hours-card {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 22px 24px;
  margin-top: 20px;
}
.hours-card h4 {
  font-family: "Fraunces", serif;
  font-size: 16px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 12px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #F2F2F2;
}
.hours-row:last-child {
  border-bottom: 0;
}
.hours-row span:first-child {
  color: #030303;
  font-weight: 600;
}
.hours-row span:last-child {
  color: #52525B;
}

.contact-cta {
  background: linear-gradient(120deg, #6c1212, #030303);
  padding: 56px 0;
}
.contact-cta .contact-cta-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.contact-cta .contact-cta-content {
  flex: 1 1 320px;
}
.contact-cta .contact-cta-content h2 {
  font-family: "Fraunces", serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
}
.contact-cta .contact-cta-content p {
  font-family: "DM Sans", sans-serif;
  color: #E8DCDC;
  font-size: 15px;
  margin: 0;
}
.contact-cta .white-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: white;
  color: #8A1818;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .contact-cta .white-btn {
    width: 100%;
  }
}
.contact-cta .white-btn {
  margin-left: auto;
}

.contact-cta-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
}
.contact-cta-icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-cta-steps {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.contact-cta-step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: #E8DCDC;
}

.contact-cta-step-num {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

@media (max-width: 991px) {
  .method-grid {
    grid-template-columns: 1fr;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .contact-form-card {
    padding: 20px;
  }
  .contact-cta {
    padding: 36px 0;
  }
  .contact-cta .white-btn {
    margin-left: 0;
    width: 100%;
  }
}
.free-virtual-estimate-form {
  border-radius: 16px;
  background: #FFFAFA;
  max-width: 960px;
  width: 100%;
}
.free-virtual-estimate-form .property-form {
  background: #F7F5F4;
  padding: 32px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .free-virtual-estimate-form .property-form {
    padding: 20px;
  }
}
.free-virtual-estimate-form .property-form .form-label {
  margin-bottom: 8px;
}
.free-virtual-estimate-form .property-form .upload-box {
  display: block;
  border: 2px dashed #E5E7EB;
  border-radius: 12px;
  background: #FFF;
  cursor: pointer;
  transition: 0.3s;
}
.free-virtual-estimate-form .property-form .upload-box:hover {
  border-color: #8A1818;
}
.free-virtual-estimate-form .property-form .upload-box .upload-content {
  padding: 50px 20px;
  text-align: center;
}
.free-virtual-estimate-form .property-form .upload-box iconify-icon {
  font-size: 42px;
  color: #94A3B8;
  margin-bottom: 16px;
}
.free-virtual-estimate-form .property-form .upload-box h6 {
  margin-bottom: 8px;
  color: #030303;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.free-virtual-estimate-form .property-form .upload-box p {
  margin: 0;
  color: #94A3B8;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  line-height: 1.6;
}
.free-virtual-estimate-form .property-form .file-list {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.free-virtual-estimate-form .property-form .file-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  margin: 6px;
  background: #F3F4F6;
  border-radius: 30px;
  font-size: 14px;
  color: #030303;
  font-family: "DM Sans", sans-serif;
}
.free-virtual-estimate-form .property-form .file-list li i {
  color: #8A1818;
  font-size: 16px;
  margin: 0;
}
.free-virtual-estimate-form .property-form textarea.form-control {
  min-height: 120px;
}
.free-virtual-estimate-form .property-form .primary-btn {
  width: 100%;
  justify-content: center;
}

.service-filter {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.service-filter .service-filter-item {
  background: #FFFAFA;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #52525B;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .service-filter .service-filter-item {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .service-filter .service-filter-item {
    font-size: 18px;
  }
}
.service-filter .service-filter-item a {
  color: #8A1818;
}
.service-filter .service-filter-item {
  color: #030303;
}
.service-filter .service-filter-item iconify-icon {
  font-size: 24px;
  color: #B11E22;
}

.service-card {
  background: #FFFAFA;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
}
.service-card .service-card-heading {
  color: #030303;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-card ul li {
  margin-bottom: 16px;
}
.service-card ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.service-card ul li a a {
  color: #8A1818;
}
.service-card ul li a {
  color: #030303;
}
.service-card ul li iconify-icon {
  font-size: 18px;
  color: #B11E22;
  flex-shrink: 0;
}
.service-card ul li.active iconify-icon {
  color: #16A34A;
}
.service-card ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .service-card {
    padding: 24px;
  }
  .service-card h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .service-filter {
    gap: 10px;
  }
  .service-filter button {
    width: 100%;
    justify-content: center;
  }
  .service-card {
    padding: 20px;
  }
  .service-card h3 {
    font-size: 26px;
  }
  .service-card ul li {
    font-size: 15px;
  }
}
.areas-search {
  position: relative;
  max-width: 420px;
}
.areas-search iconify-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #8A1818;
  font-size: 20px;
}
.areas-search input {
  width: 100%;
  padding: 14px 20px 14px 48px;
  border-radius: 50px;
  border: 1px solid #F2F2F2;
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #030303;
  box-shadow: 0 8px 24px rgba(3, 3, 3, 0.05);
}
.areas-search input:focus {
  outline: none;
  border-color: #8A1818;
}
.areas-search input::-moz-placeholder {
  color: #9CA3AF;
}
.areas-search input::placeholder {
  color: #9CA3AF;
}

.areas-count {
  font-family: "DM Sans", sans-serif;
  color: #52525B;
  font-size: 14px;
  margin: 28px 0 8px;
}

.areas-letter-group {
  margin-top: 36px;
}
.areas-letter-group:first-of-type {
  margin-top: 0;
}
.areas-letter-group h2 {
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 600;
  color: #8A1818;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F2F2F2;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

.areas-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 14px;
  padding: 16px 18px;
  transition: 0.25s ease;
}
.areas-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  border-color: rgba(138, 24, 24, 0.15);
}
.areas-card .icon {
  flex: none;
  display: flex;
  color: #8A1818;
  font-size: 18px;
}
.areas-card .name {
  flex: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: #030303;
  font-size: 15px;
}
.areas-card .chevron {
  flex: none;
  display: flex;
  color: #8A1818;
  font-size: 16px;
  opacity: 0;
  transition: 0.25s ease;
}
.areas-card:hover .chevron {
  opacity: 1;
  transform: translateX(2px);
}

.areas-empty {
  display: none;
  text-align: center;
  padding: 40px 0;
  color: #52525B;
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 767px) {
  .areas-grid {
    grid-template-columns: 1fr;
  }
}
.blog-card {
  background: #FFFAFA;
  border: 1px solid #E8E8E8;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.blog-card .blog-card-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-card .blog-card-image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.blog-card .blog-card-content {
  padding: 24px;
}
.blog-card .blog-card-title {
  margin-bottom: 12px;
}
.blog-card .blog-card-title a {
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 27px;
  display: block;
}
.blog-card .blog-card-date {
  color: #8A1818;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  display: block;
  margin-bottom: 12px;
}
.blog-card .blog-card-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.blog-card .blog-card-content p a {
  color: #8A1818;
}
.blog-card .blog-card-content p {
  color: #52525B;
}

@media (max-width: 991px) {
  .blog-card-title a {
    font-size: 30px;
  }
  .blog-card-date {
    font-size: 20px;
  }
  .blog-card-content {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .blog-card-image img {
    height: 220px;
  }
  .blog-card-title a {
    font-size: 26px;
  }
  .blog-card-date {
    font-size: 18px;
  }
  .blog-card-content p {
    font-size: 15px;
  }
  .blog-btn {
    width: 100%;
  }
}
.svc-cr2 .svc-cr2-badge {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 50px;
  background: #FFE7E9;
  color: #8A1818;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.svc-cr2 .svc-cr2-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
.svc-cr2 .svc-cr2-hero-btns .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(78deg, #000 0%, #350000 100%);
  color: #FFF;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .svc-cr2 .svc-cr2-hero-btns .secondary-btn {
    width: 100%;
  }
}
.svc-cr2 .svc-cr2-hero-btns .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(78deg, #670007 0%, #8A1818 100%);
  box-shadow: 0 4px 14.5px 0 rgba(0, 0, 0, 0.22);
  color: #FFF;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  border: 0;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .svc-cr2 .svc-cr2-hero-btns .primary-btn {
    width: 100%;
  }
}

.svc-cr2 .svc-cr2-rating {
  margin-top: 16px;
  font-family: "DM Sans", sans-serif;
  color: #52525B;
  font-size: 15px;
}
.svc-cr2 .svc-cr2-rating .stars {
  color: #F5A623;
  margin-right: 6px;
}

.svc-cr2-dark-card {
  background: linear-gradient(150deg, #030303 0%, #2b1a1d 100%);
  border-radius: 24px;
  padding: 40px;
  color: #fff;
}
.svc-cr2-dark-card h3 {
  font-family: "Fraunces", serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.svc-cr2-dark-card ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.svc-cr2-dark-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  color: #E5E5E5;
}
.svc-cr2-dark-card ul li:last-child {
  border-bottom: 0;
}
.svc-cr2-dark-card .svc-cr2-check {
  flex: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(76, 175, 80, 0.2);
  color: #4CAF50;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 1px;
}
.svc-cr2-dark-card .svc-cr2-dark-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.svc-cr2-dark-card .svc-cr2-dark-card-footer span {
  color: #A3A3A3;
  font-size: 14px;
}
.svc-cr2-dark-card .svc-cr2-dark-card-footer strong {
  font-family: "Fraunces", serif;
  font-size: 20px;
  color: #fff;
}

.svc-cr2-service-card {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  transition: 0.35s ease;
}
.svc-cr2-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(138, 24, 24, 0.15);
}
.svc-cr2-service-card h4 {
  font-family: "Fraunces", serif;
  font-size: 20px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 12px;
}
.svc-cr2-service-card .svc-cr2-card-body {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #52525B;
}
.svc-cr2-service-card .svc-cr2-card-body a {
  color: #8A1818;
  text-decoration: none;
}
.svc-cr2-service-card .svc-cr2-card-body a:hover {
  text-decoration: underline;
}

.svc-cr2-icon-box {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #FFE7E9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.svc-cr2-icon-box iconify-icon {
  font-size: 26px;
  color: #8A1818;
}
.svc-cr2-icon-box img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}

.svc-cr2-signs-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.svc-cr2-sign-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 14px;
  padding: 18px 22px;
  font-weight: 500;
  color: #030303;
}
.svc-cr2-sign-item .svc-cr2-warn-icon {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #FFE7E9;
  color: #8A1818;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.svc-cr2-white-card {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}
.svc-cr2-white-card h4 {
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 20px;
}
.svc-cr2-white-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.svc-cr2-white-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #F2F2F2;
  color: #52525B;
  font-size: 15px;
}
.svc-cr2-white-card ul li:last-child {
  border-bottom: 0;
}
.svc-cr2-white-card ul li iconify-icon {
  flex: none;
  color: #8A1818;
  font-size: 18px;
  margin-top: 2px;
}

.svc-cr2-cta {
  background: linear-gradient(150deg, #030303 0%, #2b1a1d 100%);
  border-radius: 24px;
  padding: 48px;
  position: relative;
  text-align: center;
}
.svc-cr2-cta .svc-cr2-cta-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.svc-cr2-cta .svc-cr2-cta-icon iconify-icon {
  font-size: 26px;
  color: #fff;
}
.svc-cr2-cta .svc-cr2-cta-icon img {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.svc-cr2-cta h3 {
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.svc-cr2-cta p {
  font-family: "DM Sans", sans-serif;
  color: #D4D4D4;
  max-width: 560px;
  margin: 0 auto 28px;
}
.svc-cr2-cta .svc-cr2-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #8A1818;
  color: #fff;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.25s ease;
}
.svc-cr2-cta .svc-cr2-cta-btn:hover {
  background: #6f1313;
}

.svc-cr2-section-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #FFE7E9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.svc-cr2-section-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.svc-cr2-inline-banner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  background: #FFE7E9;
  border-radius: 16px;
  padding: 22px 28px;
  margin-top: 28px;
}
.svc-cr2-inline-banner .svc-cr2-inline-banner-icon {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #8A1818;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.svc-cr2-inline-banner .svc-cr2-inline-banner-text {
  flex: 1 1 260px;
  font-weight: 600;
  color: #030303;
}
.svc-cr2-inline-banner .svc-cr2-inline-banner-btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #8A1818;
  color: #fff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.25s ease;
}
.svc-cr2-inline-banner .svc-cr2-inline-banner-btn:hover {
  background: #6f1313;
}

.svc-cr2-checklist-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  margin: 20px 0 28px;
  box-shadow: 0 0 0 1px #eee;
}
.svc-cr2-checklist-table thead th {
  background: #030303;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.03em;
  padding: 14px 20px;
  text-align: left;
}
.svc-cr2-checklist-table tbody td {
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.svc-cr2-checklist-table tbody td:last-child {
  color: #8A1818;
  font-weight: 700;
}
.svc-cr2-checklist-table tbody tr:last-child td {
  border-bottom: none;
}

.svc-cr2-warn-box {
  background: #FFF4E5;
  border: 1px solid #FFD9A0;
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 28px;
}
.svc-cr2-warn-box .svc-cr2-warn-box-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #B45309;
  font-size: 18px;
}
.svc-cr2-warn-box p:last-child {
  margin-bottom: 0 !important;
}

.svc-cr2-quote {
  border-left: 4px solid #8A1818;
  background: #FAFAFA;
  border-radius: 0 12px 12px 0;
  padding: 18px 24px;
  font-style: italic;
  color: #333;
  margin: 0;
}

.svc-cr2-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.svc-cr2-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #F0DCDC;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 600;
  color: #030303;
  font-size: 15px;
}
.svc-cr2-pill iconify-icon {
  color: #8A1818;
  font-size: 16px;
}

.svc-cr2-check-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.svc-cr2-check-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 14px;
  padding: 18px 22px;
  font-weight: 500;
  color: #030303;
}
.svc-cr2-check-item .svc-cr2-check-icon {
  flex: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E7F7ED;
  color: #1E8E3E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.svc-cr2-check-item .svc-cr2-check-icon.svc-cr2-num-icon {
  background: #8A1818;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}

.svc-cr2-price-banner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  background: linear-gradient(150deg, #030303 0%, #2b1a1d 100%);
  border-radius: 20px;
  padding: 32px 40px;
  margin-top: 24px;
  color: #fff;
}
.svc-cr2-price-banner .svc-cr2-price-banner-amount {
  flex: none;
}
.svc-cr2-price-banner .svc-cr2-price-banner-amount .amount {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.svc-cr2-price-banner .svc-cr2-price-banner-amount .label {
  display: block;
  font-size: 13px;
  color: #D8B4B4;
  margin-top: 6px;
}
.svc-cr2-price-banner .svc-cr2-price-banner-text {
  flex: 1 1 300px;
  color: #E5E5E5;
  font-size: 15px;
}
.svc-cr2-price-banner .svc-cr2-price-banner-btn {
  flex: none;
  display: inline-flex;
  background: #fff;
  color: #030303;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.25s ease;
}
.svc-cr2-price-banner .svc-cr2-price-banner-btn:hover {
  background: #f0f0f0;
}

.svc-cr2-phone-callout {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #030303;
  background-image: radial-gradient(circle at 90% 0%, rgba(138, 24, 24, 0.5), transparent 55%);
  border-radius: 14px;
  padding: 16px 24px;
  margin-top: 24px;
}
.svc-cr2-phone-callout .svc-cr2-phone-callout-icon {
  display: flex;
  color: #E0A72E;
  font-size: 22px;
}
.svc-cr2-phone-callout span {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #d8bcbc;
}
.svc-cr2-phone-callout a {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
}

.pricing-card.is-highlight {
  background: #030303;
  border-color: #030303;
}
.pricing-card.is-highlight h3 {
  color: #E0A72E;
}
.pricing-card.is-highlight p {
  color: rgba(255, 255, 255, 0.75);
}
.pricing-card.is-highlight .primary-btn {
  background: #fff;
  color: #030303;
  background-image: none;
}

@media (max-width: 767px) {
  .svc-cr2-dark-card,
  .svc-cr2-white-card,
  .svc-cr2-cta {
    padding: 26px;
  }
  .svc-cr2-price-banner {
    padding: 26px;
  }
  .svc-cr2-phone-callout {
    width: 100%;
  }
}
.blog-article {
  scroll-behavior: smooth;
}

.blog-breadcrumb {
  padding: 18px 0;
  border-bottom: 1px solid #F2F2F2;
}
.blog-breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-breadcrumb a {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #52525B;
}
.blog-breadcrumb a:hover {
  color: #8A1818;
}
.blog-breadcrumb iconify-icon {
  font-size: 12px;
  color: #C4C4C4;
}
.blog-breadcrumb span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #030303;
  font-weight: 500;
}

.article-header {
  text-align: center;
}
.article-header .article-header-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #52525B;
}
.article-meta iconify-icon {
  color: #8A1818;
  font-size: 16px;
}

.article-hero-banner {
  padding: 0 15px;
}
.article-hero-banner .article-hero-banner-inner {
  max-width: 860px;
  margin: 0 auto;
  background: linear-gradient(135deg, #030303 0%, #2a0d0d 100%);
  border-radius: 24px;
  padding: 32px;
  text-align: center;
  color: #fff;
}
.article-hero-banner .article-hero-banner-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 12px;
}
.article-hero-banner .article-hero-banner-icon iconify-icon {
  font-size: 26px;
  color: #fff;
}
.article-hero-banner .article-hero-banner-price {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}
.article-hero-banner p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.article-hero-banner p a {
  color: #8A1818;
}
.article-hero-banner p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  max-width: 520px;
}

.article-layout-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}

.article-main {
  min-width: 0;
}

.article-sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-body h2 {
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-body h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .article-body h2 {
    font-size: 24px;
  }
}
.article-body h2 span {
  color: #8A1818;
}
.article-body h2 {
  scroll-margin-top: 100px;
  margin: 40px 0 16px;
}
.article-body h3 {
  color: #030303;
  font-family: "Fraunces", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-body h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .article-body h3 {
    font-size: 24px;
  }
}
.article-body h3 span {
  color: #8A1818;
}
.article-body h3 {
  margin: 24px 0 12px;
}
.article-body p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.article-body p a {
  color: #8A1818;
}
.article-body p {
  color: #52525B;
  margin-bottom: 16px;
}
.article-body p:first-of-type {
  font-size: 20px;
  line-height: 30px;
  color: #030303;
}
.article-body ul,
.article-body ol {
  margin-bottom: 16px;
  padding-left: 20px;
}
.article-body ul li,
.article-body ol li {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 155.556% */
}
.article-body ul li a,
.article-body ol li a {
  color: #8A1818;
}
.article-body ul li,
.article-body ol li {
  color: #52525B;
  margin-bottom: 8px;
}
.article-body a {
  color: #8A1818;
  text-decoration: underline;
}
.article-body img {
  border-radius: 16px;
}

.article-block {
  margin-bottom: 8px;
}

.price-table {
  border: 1px solid #F2F2F2;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
.price-table table {
  width: 100%;
  border-collapse: collapse;
}
.price-table tr:not(:last-child) td {
  border-bottom: 1px solid #F2F2F2;
}
.price-table td {
  padding: 16px 20px;
  font-family: "DM Sans", sans-serif;
  vertical-align: middle;
}
.price-table .price-table-label {
  color: #030303;
  font-weight: 600;
  font-size: 16px;
}
.price-table .price-table-note {
  display: block;
  color: #52525B;
  font-weight: 400;
  font-size: 13px;
  margin-top: 4px;
}
.price-table .price-table-price {
  color: #8A1818;
  font-weight: 700;
  font-size: 18px;
  text-align: right;
  white-space: nowrap;
}

.factor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.factor-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.factor-card {
  background: #FFFAFA;
  border-radius: 16px;
  padding: 24px;
}
.factor-card .factor-num {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 600;
  color: rgba(138, 24, 24, 0.35);
  margin-bottom: 8px;
}
.factor-card h3 {
  margin: 0 0 8px !important;
}
.factor-card p {
  margin: 0 !important;
  font-size: 15px !important;
}

.consequence-list {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.consequence-item {
  display: flex;
  gap: 16px;
  background: #FFF8ED;
  border: 1px solid #F3DFB4;
  border-radius: 14px;
  padding: 18px 20px;
}
.consequence-item .consequence-num {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #B45309;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
}
.consequence-item h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #030303;
  margin: 0 0 4px;
}
.consequence-item p {
  margin: 0 !important;
  font-size: 15px !important;
}

.callout-strip {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 14px;
  padding: 16px 20px;
  margin-bottom: 24px;
}
.callout-strip p {
  margin: 0 !important;
  font-weight: 500 !important;
}
.callout-strip .callout-icon {
  flex: none;
  display: flex;
  font-size: 22px;
}
.callout-strip.callout-info {
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
}
.callout-strip.callout-info p, .callout-strip.callout-info .callout-icon {
  color: #1D4ED8;
}
.callout-strip.callout-warning {
  background: #FFF8ED;
  border: 1px solid #F3DFB4;
}
.callout-strip.callout-warning p, .callout-strip.callout-warning .callout-icon {
  color: #B45309;
}
.callout-strip.callout-success {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
}
.callout-strip.callout-success p, .callout-strip.callout-success .callout-icon {
  color: #15803D;
}

.situation-list {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.situation-item {
  display: flex;
  gap: 16px;
  border: 1px solid #F2F2F2;
  border-radius: 14px;
  padding: 18px 20px;
}
.situation-item .situation-icon {
  flex: none;
  display: flex;
  color: #8A1818;
  font-size: 22px;
}
.situation-item h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #030303;
  margin: 0 0 4px;
}
.situation-item p {
  margin: 0 !important;
  font-size: 15px !important;
}

.cta-box {
  position: relative;
  background: linear-gradient(135deg, #030303 0%, #2a0d0d 100%);
  border-radius: 20px;
  padding: 32px;
  margin: 32px 0;
  color: #fff;
}
.cta-box .cta-box-pill {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  padding: 6px 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  margin-bottom: 14px;
}
.cta-box h3 {
  font-family: "Fraunces", serif;
  font-size: 26px;
  color: #fff !important;
  margin: 0 0 8px !important;
}
.cta-box p {
  color: rgba(255, 255, 255, 0.75) !important;
  margin: 0 0 20px !important;
}
.cta-box a.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(78deg, #670007 0%, #8A1818 100%);
  box-shadow: 0 4px 14.5px 0 rgba(0, 0, 0, 0.22);
  color: #FFF;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  border: 0;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .cta-box a.primary-btn {
    width: 100%;
  }
}
.cta-box a.primary-btn {
  width: auto;
  display: inline-flex;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.before-after figure {
  margin: 0;
}
.before-after figure img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.before-after figure figcaption {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #030303;
  margin-top: 8px;
}

.article-image-block {
  margin: 0 0 24px;
}
.article-image-block.is-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
.article-image-block.is-full img {
  border-radius: 0;
}
.article-image-block img {
  width: 100%;
}
.article-image-block .article-image-caption {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #52525B;
  margin-top: 8px;
}

.share-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0;
  margin-top: 24px;
  border-top: 1px solid #F2F2F2;
}
.share-row span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #52525B;
}
.share-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFFAFA;
  color: #8A1818;
  font-size: 16px;
}
.share-row a:hover {
  background: #8A1818;
  color: #fff;
}

.author-box {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid #F2F2F2;
}
.author-box img {
  border-radius: 50%;
  flex: none;
}
.author-box h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #030303;
  margin: 0 0 4px;
}
.author-box p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #52525B;
  margin: 0;
}

.side-card,
.snapshot-card,
.side-cta {
  border-radius: 18px;
  padding: 24px;
}
.side-card h4,
.snapshot-card h4,
.side-cta h4 {
  font-family: "Fraunces", serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.side-card {
  background: #FFFAFA;
  border: 1px solid #F2F2F2;
}
.side-card h4 {
  color: #030303;
}
.side-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side-card a {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #52525B;
  display: block;
}
.side-card a:hover {
  color: #8A1818;
}

.toc-card ul a {
  padding-left: 12px;
  border-left: 2px solid #F2F2F2;
}
.toc-card ul a:hover {
  border-left-color: #8A1818;
}

.snapshot-card {
  background: linear-gradient(135deg, #030303 0%, #2a0d0d 100%);
  color: #fff;
}
.snapshot-card h4 {
  color: #fff;
}
.snapshot-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.snapshot-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.snapshot-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.snapshot-card li span {
  color: rgba(255, 255, 255, 0.7);
}
.snapshot-card li strong {
  color: #fff;
}

.side-cta {
  background: #FFFAFA;
  border: 1px solid #F2F2F2;
  text-align: center;
}
.side-cta h4 {
  color: #030303;
}
.side-cta p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #52525B;
  margin-bottom: 16px;
}
.side-cta a {
  width: 100%;
  margin-bottom: 10px;
}
.side-cta a:last-child {
  margin-bottom: 0;
}
.side-cta .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(78deg, #000 0%, #350000 100%);
  color: #FFF;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .side-cta .secondary-btn {
    width: 100%;
  }
}
.side-cta .white-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: white;
  color: #8A1818;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .side-cta .white-btn {
    width: 100%;
  }
}
.side-cta .white-btn {
  border: 1px solid #F2F2F2;
}

.comments-area {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #F2F2F2;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 20px;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.comments-area .comment-list li {
  margin-bottom: 20px;
}
.comments-area .comment-list .comment-body {
  border: 1px solid #F2F2F2;
  border-radius: 14px;
  padding: 18px 20px;
}
.comments-area .comment-list .comment-author .fn {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #030303;
  font-style: normal;
}
.comments-area .comment-list .comment-metadata {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #52525B;
  margin-bottom: 8px;
}
.comments-area .comment-list .comment-metadata a {
  color: inherit;
}
.comments-area .comment-list .comment-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 155.556% */
}
.comments-area .comment-list .comment-content p a {
  color: #8A1818;
}
.comments-area .comment-list .comment-content p {
  color: #52525B;
}
.comments-area .comment-form p {
  margin-bottom: 16px;
}
.comments-area .comment-form label {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 6px;
}
.comments-area .comment-form input[type=text],
.comments-area .comment-form input[type=email],
.comments-area .comment-form input[type=url],
.comments-area .comment-form textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #F2F2F2;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #030303;
}
.comments-area .comment-form input[type=text]:focus,
.comments-area .comment-form input[type=email]:focus,
.comments-area .comment-form input[type=url]:focus,
.comments-area .comment-form textarea:focus {
  outline: none;
  border-color: #8A1818;
}
.comments-area .comment-form .form-submit input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: linear-gradient(78deg, #670007 0%, #8A1818 100%);
  box-shadow: 0 4px 14.5px 0 rgba(0, 0, 0, 0.22);
  color: #FFF;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  padding: 13px 24px;
  gap: 8px;
  border: 0;
  text-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .comments-area .comment-form .form-submit input {
    width: 100%;
  }
}
.comments-area .comment-form .form-submit input {
  border: 0;
  cursor: pointer;
}

@media (max-width: 991px) {
  .article-layout-grid {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    position: static;
  }
  .factor-grid,
  .factor-grid.cols-3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .article-hero-banner-price {
    font-size: 30px !important;
  }
  .before-after {
    grid-template-columns: 1fr;
  }
  .article-body p:first-of-type {
    font-size: 17px;
    line-height: 26px;
  }
  .cta-box,
  .side-card,
  .snapshot-card,
  .side-cta {
    padding: 20px;
  }
}
.finance-hero-inner {
  max-width: 680px;
  margin: 0 auto;
}

.finance-hero-image img {
  max-width: 100%;
  max-height: 320px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.finance-hero-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: #52525B;
  flex-wrap: wrap;
}
.finance-hero-location iconify-icon {
  color: #8A1818;
  font-size: 16px;
}

.finance-plan-card {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 16px;
  padding: 28px;
  position: relative;
  height: 100%;
}
.finance-plan-card.is-featured {
  border-color: #8A1818;
  box-shadow: 0 14px 34px rgba(138, 24, 24, 0.18);
}

.finance-plan-badge {
  position: absolute;
  top: -13px;
  left: 24px;
  background: #8A1818;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
}

.finance-plan-id {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #52525B;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.finance-plan-card h3 {
  font-family: "Fraunces", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #030303;
  margin-bottom: 16px;
}

.finance-plan-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #ece1e0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
}
.finance-plan-detail:last-of-type {
  border-bottom: none;
}
.finance-plan-detail span:first-child {
  color: #52525B;
}
.finance-plan-detail span:last-child {
  color: #030303;
  font-weight: 700;
}

.finance-apply-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 860px) {
  .finance-apply-layout {
    grid-template-columns: 1fr;
  }
}

.finance-step-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.finance-step-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 12px;
  padding: 16px 18px;
}
.finance-step-item .step-num {
  width: 32px;
  height: 32px;
  font-size: 13.5px;
  flex-shrink: 0;
}
.finance-step-item h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #030303;
  margin-bottom: 4px;
}
.finance-step-item p {
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: #52525B;
  margin-bottom: 0;
}

.finance-apply-card {
  background: #030303;
  background-image: radial-gradient(circle at 90% 0%, rgba(138, 24, 24, 0.55), transparent 55%);
  border-radius: 16px;
  padding: 30px;
  color: #fff;
}
.finance-apply-card h3 {
  font-family: "Fraunces", serif;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
}

.finance-apply-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: "DM Sans", sans-serif;
}
.finance-apply-row:last-of-type {
  border-bottom: none;
}
.finance-apply-row span:first-child {
  color: #C9B7B7;
  font-size: 13.5px;
}
.finance-apply-row span:last-child,
.finance-apply-row a {
  color: #fff;
  font-weight: 800;
  font-size: 15.5px;
}

@media (max-width: 767px) {
  .finance-plan-card {
    padding: 20px;
  }
  .finance-apply-card {
    padding: 20px;
  }
}
.membership-hero-inner {
  max-width: 680px;
  margin: 0 auto;
}

.membership-price-box {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 26px;
  background: #030303;
  background-image: radial-gradient(circle at 90% 0%, rgba(138, 24, 24, 0.55), transparent 55%);
  color: #fff;
  border-radius: 14px;
  padding: 16px 28px;
  font-family: "DM Sans", sans-serif;
}
.membership-price-box .amount {
  font-size: 32px;
  font-weight: 800;
}
.membership-price-box .unit {
  font-size: 14px;
  color: #D8BCBC;
}
.membership-price-box .billed {
  font-size: 12.5px;
  color: #C9B7B7;
  display: block;
  margin-top: 2px;
}

.membership-plan-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.membership-plan-card {
  background: #fff;
  border: 2px solid #8A1818;
  border-radius: 20px;
  padding: 38px;
  box-shadow: 0 16px 40px rgba(138, 24, 24, 0.14);
  position: relative;
}
@media (max-width: 767px) {
  .membership-plan-card {
    padding: 22px;
  }
}

.membership-plan-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #8A1818;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 999px;
  white-space: nowrap;
}

.membership-plan-name {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8A1818;
  margin-top: 8px;
}

.membership-plan-price {
  text-align: center;
  margin-top: 10px;
}
.membership-plan-price .big {
  font-family: "Fraunces", serif;
  font-size: 44px;
  font-weight: 800;
  color: #030303;
}
.membership-plan-price .big .period {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
.membership-plan-price .note {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  color: #52525B;
  margin-top: 4px;
}

.membership-include-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.membership-include-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.membership-include-item h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  color: #030303;
  margin-bottom: 3px;
}
.membership-include-item p {
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: #52525B;
  margin-bottom: 0;
}

.membership-value-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 860px) {
  .membership-value-layout {
    grid-template-columns: 1fr;
  }
}

.membership-value-card {
  background: #fff;
  border: 1px solid #ece1e0;
  border-radius: 14px;
  padding: 30px;
}
.membership-value-card h3 {
  font-family: "Fraunces", serif;
  font-size: 19px;
  font-weight: 600;
  color: #030303;
  margin-bottom: 16px;
}

.membership-value-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #ece1e0;
  font-family: "DM Sans", sans-serif;
  font-size: 14.5px;
}
.membership-value-row:last-of-type {
  border-bottom: none;
}
.membership-value-row span:first-child {
  color: #030303;
}
.membership-value-row span:last-child {
  color: #030303;
  font-weight: 700;
}
.membership-value-row.is-total {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 2px solid #030303;
  border-bottom: none;
  font-size: 16px;
}

.membership-value-result {
  margin-top: 22px;
  background: #030303;
  background-image: radial-gradient(circle at 85% 10%, rgba(138, 24, 24, 0.55), transparent 55%);
  color: #fff;
  border-radius: 12px;
  padding: 22px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
.membership-value-result .big {
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 800;
  color: #E0A72E;
}
.membership-value-result p {
  color: #E8DCDC;
  font-size: 13.5px;
  margin-top: 6px;
  margin-bottom: 0;
}
@media (min-width: 861px) {
  .membership-value-result {
    margin-top: 0;
  }
}

.membership-addon-card {
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.membership-addon-card h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  color: #030303;
  margin-bottom: 8px;
}
.membership-addon-card p {
  font-family: "DM Sans", sans-serif;
  font-size: 13.5px;
  color: #52525B;
  flex-grow: 1;
}

.membership-addon-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #FBE9E9;
  color: #8A1818;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.membership-addon-icon iconify-icon {
  font-size: 20px;
}

.membership-addon-price {
  margin-top: 14px;
  font-family: "Fraunces", serif;
  font-size: 18px;
  font-weight: 800;
  color: #8A1818;
}
.membership-addon-price span {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #52525B;
  display: block;
}

.chimney-part-code-banner strong {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
}

.chimney-part-page .callout-strip {
  flex-wrap: wrap;
  row-gap: 12px;
}
.chimney-part-page .callout-strip .primary-btn {
  flex: none;
}

.chimney-type-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .chimney-type-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.chimney-type-image img {
  width: 100%;
  border-radius: 14px;
}

.chimney-type-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.chimney-type-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 8px;
  border-bottom: 1px solid #F2F2F2;
  text-decoration: none;
  transition: color 0.2s ease;
}
.chimney-type-item:hover .chimney-type-title {
  color: #8A1818;
}

.chimney-type-num {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1E8E3E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 13px;
}

.chimney-type-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #030303;
  transition: color 0.2s ease;
}/*# sourceMappingURL=style.css.map */