@charset "UTF-8";
/* Main Fonts */
/* Colors */
/* Grace Builders Brand Colors */
/* Extended Brand Palette */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  color: #313131;
  background-color: #ffffff;
  line-height: 1.7;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}

.section-pad {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .section-pad {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-pad {
    padding: 50px 0;
  }
}

.section-pad-top {
  padding-top: 90px;
}
@media screen and (max-width: 991px) {
  .section-pad-top {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-pad-top {
    padding-top: 50px;
  }
}

.section-pad-bottom {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .section-pad-bottom {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-pad-bottom {
    padding-bottom: 50px;
  }
}

.bg-dark {
  background-color: #1a2332;
}

.bg-light {
  background-color: #f4f5f7;
}

.bg-white {
  background-color: #ffffff;
}

.bg-charcoal {
  background-color: #1a2332;
}

.bg-cream {
  background-color: #faf8f5;
}

.text-gold {
  color: #C8963E;
}

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #1a2332;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 35, 50, 0.75);
}

.overlay-dark {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row [class*=col-] {
  padding: 0 15px;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.333%;
}

.col-4 {
  width: 25%;
}

.col-6 {
  width: 16.666%;
}

@media screen and (max-width: 991px) {
  .col-2, .col-3, .col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .col-2, .col-3, .col-4, .col-6 {
    width: 100%;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.mt-20 {
  margin-top: 20px;
}

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

.mt-40 {
  margin-top: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.divider {
  width: 60px;
  height: 3px;
  background: #C8963E;
  margin: 16px 0 24px;
}
.divider.center {
  margin: 16px auto 24px;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.img-hover {
  overflow: hidden;
}
.img-hover img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.img-hover img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.placeholder-img {
  background: linear-gradient(135deg, rgba(200, 150, 62, 0.1333333333) 0%, rgba(26, 35, 50, 0.1333333333) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #8a8a8a;
  font-family: "Lato", sans-serif;
}

ul.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-wrapper {
  overflow: hidden;
}

.service-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.service-card:hover {
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.service-card:hover .service-card__icon {
  background: #C8963E;
  color: #ffffff;
}
.service-card:hover .service-card__link {
  color: #C8963E;
}
.service-card__img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.service-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.service-card:hover .service-card__img img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.service-card__body {
  padding: 24px;
}
.service-card__icon {
  width: 56px;
  height: 56px;
  background: rgba(200, 150, 62, 0.12);
  color: #C8963E;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.service-card__title {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #1a2332;
  margin-bottom: 10px;
}
.service-card__text {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 16px;
}
.service-card__link {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1a2332;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-card__link i {
  font-size: 16px;
}

.feature-card {
  padding: 32px 24px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  text-align: center;
}
.feature-card:hover {
  border-color: #C8963E;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.feature-card__icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #1a2332 0%, #2c3e50 100%);
  color: #C8963E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 20px;
}
.feature-card__title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1a2332;
  margin-bottom: 10px;
}
.feature-card__text {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
}

.stat-box {
  text-align: center;
  padding: 30px 20px;
}
.stat-box__number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 700;
  color: #C8963E;
  line-height: 1;
  margin-bottom: 8px;
}
.stat-box__suffix {
  font-size: 0.6em;
  vertical-align: super;
}
.stat-box__label {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.info-box__icon {
  min-width: 48px;
  height: 48px;
  background: rgba(200, 150, 62, 0.1);
  color: #C8963E;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
}
.info-box__content h5 {
  font-size: 15px;
  font-weight: 600;
  color: #1a2332;
  margin-bottom: 4px;
}
.info-box__content p {
  font-size: 14px;
  color: #4a5568;
  margin: 0;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.testimonial-card::before {
  content: "“";
  font-size: 80px;
  font-family: Georgia, serif;
  color: rgba(200, 150, 62, 0.2);
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
}
.testimonial-card:hover {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.testimonial-card__stars {
  color: #C8963E;
  font-size: 14px;
  margin-bottom: 14px;
}
.testimonial-card__text {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
  position: relative;
  z-index: 1;
}
.testimonial-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #C8963E;
  background: #f4f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #C8963E;
  font-weight: 700;
}
.testimonial-card__name {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a2332;
}
.testimonial-card__role {
  font-size: 12px;
  color: #8a8a8a;
}

.cta-block {
  background: #1a2332;
  border-radius: 8px;
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-block::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  border: 40px solid rgba(200, 150, 62, 0.1);
  border-radius: 50%;
}
.cta-block h3 {
  color: #ffffff;
  font-size: clamp(22px, 3vw, 32px);
  margin-bottom: 12px;
}
.cta-block p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 28px;
}

.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.badge-gold {
  background: rgba(200, 150, 62, 0.15);
  color: #A07830;
}
.badge-dark {
  background: #1a2332;
  color: #ffffff;
}

.why-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 28px;
}
.why-item:last-child {
  margin-bottom: 0;
}
.why-item__icon {
  min-width: 52px;
  height: 52px;
  background: rgba(200, 150, 62, 0.12);
  color: #C8963E;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.why-item:hover .why-item__icon {
  background: #C8963E;
  color: #ffffff;
}
.why-item__text h4 {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a2332;
  margin-bottom: 6px;
}
.why-item__text p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
  margin: 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.gallery-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 35, 50, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.gallery-item__overlay i {
  color: #ffffff;
  font-size: 32px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-item:hover .gallery-item__overlay {
  background: rgba(26, 35, 50, 0.7);
}
.gallery-item:hover .gallery-item__overlay i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.process-step {
  text-align: center;
  padding: 20px;
  position: relative;
}
.process-step__number {
  width: 60px;
  height: 60px;
  background: #C8963E;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto 18px;
  position: relative;
  z-index: 1;
}
.process-step__title {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a2332;
  margin-bottom: 8px;
}
.process-step__text {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.lightbox-overlay.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
  -o-object-fit: contain;
  object-fit: contain;
}
.lightbox-overlay__close {
  position: absolute;
  top: 20px;
  right: 24px;
  color: #ffffff;
  font-size: 36px;
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lightbox-overlay__close:hover {
  color: #C8963E;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #1a2332;
  margin-bottom: 8px;
  text-transform: uppercase;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type=url],
select,
textarea {
  width: 100%;
  padding: 14px 18px;
  background: #ffffff;
  border: 1.5px solid #dedede;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #1a2332;
  -webkit-transition: border-color 0.25s ease;
  transition: border-color 0.25s ease;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #8a8a8a;
  font-size: 14px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=url]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #8a8a8a;
  font-size: 14px;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #8a8a8a;
  font-size: 14px;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8a8a8a;
  font-size: 14px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #C8963E;
  -webkit-box-shadow: 0 0 0 3px rgba(200, 150, 62, 0.1);
  box-shadow: 0 0 0 3px rgba(200, 150, 62, 0.1);
}
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=url]:hover,
select:hover,
textarea:hover {
  border-color: rgb(196.5, 196.5, 196.5);
}

textarea {
  resize: vertical;
  min-height: 130px;
  line-height: 1.6;
}

select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a2332' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #C8963E;
  margin-top: 2px;
  cursor: pointer;
}
.form-check label {
  font-size: 14px;
  color: #4a5568;
  cursor: pointer;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.form-row .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 575px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

.form-message {
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 16px;
  display: none;
}
.form-message.success {
  background: rgba(103, 185, 21, 0.1);
  border: 1px solid rgba(103, 185, 21, 0.3);
  color: rgb(77.5, 139.1990291262, 15.8009708738);
}
.form-message.error {
  background: rgba(255, 0, 0, 0.08);
  border: 1px solid rgba(255, 0, 0, 0.2);
  color: #cc0000;
}

.contact-form-wrap {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .contact-form-wrap {
    padding: 24px;
  }
}
.contact-form-wrap h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 6px;
}
.contact-form-wrap p {
  font-size: 14px;
  color: #4a5568;
  margin-bottom: 28px;
}

.quote-form-wrap {
  background: #ffffff;
  padding: 48px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .quote-form-wrap {
    padding: 24px;
  }
}
.quote-form-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 6px;
}
.quote-form-wrap p {
  font-size: 14px;
  color: #4a5568;
  margin-bottom: 30px;
}

.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #8a8a8a;
  font-size: 18px;
}
.input-icon input {
  padding-left: 46px;
}

.field-error input, .field-error textarea, .field-error select {
  border-color: #FF0000;
}

.field-error-msg {
  font-size: 12px;
  color: #FF0000;
  margin-top: 5px;
}

.required {
  color: #FF0000;
  margin-left: 3px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #1a2332;
  margin-bottom: 0;
}

h1 {
  font-size: clamp(36px, 5vw, 64px);
}

h2 {
  font-size: clamp(28px, 3.5vw, 46px);
}

h3 {
  font-size: clamp(22px, 2.5vw, 30px);
}

h4 {
  font-size: clamp(18px, 2vw, 24px);
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-title {
  margin-bottom: 50px;
}
.section-title.center {
  text-align: center;
}
.section-title.center .divider {
  margin: 14px auto 20px;
}
.section-title .subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C8963E;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.section-title .subtitle::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #C8963E;
}
.section-title .subtitle.no-line::before {
  display: none;
}
.section-title h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  color: #1a2332;
}
.section-title h2 span {
  color: #C8963E;
}
.section-title h2.white {
  color: #ffffff;
}
.section-title p {
  margin-top: 16px;
  max-width: 620px;
  font-size: 16px;
}
.section-title p.white {
  color: rgba(255, 255, 255, 0.8);
}
.section-title.center p {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 35px;
  }
}

.lead {
  font-size: 18px;
  line-height: 1.7;
  color: #4a5568;
}

strong, b {
  font-weight: 700;
  color: #1a2332;
}

ul.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.check-list li {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #4a5568;
  padding: 7px 0 7px 28px;
  position: relative;
  border-bottom: 1px solid #dedede;
}
ul.check-list li:last-child {
  border-bottom: none;
}
ul.check-list li::before {
  content: "\f00c";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  top: 7px;
  color: #C8963E;
  font-size: 14px;
}

ul.dot-list {
  list-style: none;
  padding: 0;
}
ul.dot-list li {
  font-size: 15px;
  color: #4a5568;
  padding: 5px 0 5px 20px;
  position: relative;
}
ul.dot-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #C8963E;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 14px;
}

.text-highlight {
  color: #C8963E;
  font-weight: 700;
}

small, .small {
  font-size: 13px;
  color: #8a8a8a;
}

blockquote {
  border-left: 4px solid #C8963E;
  padding: 16px 20px;
  background: #f4f5f7;
  margin: 0;
  font-style: italic;
  color: #4a5568;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Oswald", sans-serif;
  padding: 14px 32px;
  font-size: 13px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .btn {
    padding: 12px 24px;
    font-size: 12px;
  }
}

.btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 14px 32px;
  font-size: 13px;
  border-radius: 4px;
  background: #C8963E;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #A07830;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  z-index: -1;
}
.btn-primary span,
.btn-primary i {
  position: relative;
  z-index: 1;
}
.btn-primary:hover {
  color: #ffffff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.btn-primary:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.btn-primary:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 575px) {
  .btn-primary {
    padding: 12px 24px;
    font-size: 12px;
  }
}

.btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 13px 32px;
  font-size: 13px;
  border-radius: 4px;
  background: transparent;
  color: #1a2332;
  border: 2px solid #1a2332;
}
.btn-secondary:hover {
  background: #1a2332;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 575px) {
  .btn-secondary {
    padding: 11px 24px;
    font-size: 12px;
  }
}

.btn-outline-gold {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 13px 32px;
  font-size: 13px;
  border-radius: 4px;
  background: transparent;
  color: #C8963E;
  border: 2px solid #C8963E;
}
.btn-outline-gold:hover {
  background: #C8963E;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 575px) {
  .btn-outline-gold {
    padding: 11px 24px;
    font-size: 12px;
  }
}

.btn-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 14px 32px;
  font-size: 13px;
  border-radius: 4px;
  background: #ffffff;
  color: #1a2332;
}
.btn-white:hover {
  background: #C8963E;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 575px) {
  .btn-white {
    padding: 12px 24px;
    font-size: 12px;
  }
}

.btn-outline-white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 13px 32px;
  font-size: 13px;
  border-radius: 4px;
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn-outline-white:hover {
  background: #ffffff;
  color: #1a2332;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media screen and (max-width: 575px) {
  .btn-outline-white {
    padding: 11px 24px;
    font-size: 12px;
  }
}

.btn-lg {
  padding: 18px 44px !important;
  font-size: 14px !important;
}

.btn-sm {
  padding: 10px 22px !important;
  font-size: 12px !important;
}

.btn-block {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .btn-group {
    gap: 12px;
  }
}

.inner-banner {
  background: #1a2332;
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 35, 50, 0.95) 0%, rgba(26, 35, 50, 0.85) 100%);
  z-index: 1;
}
.inner-banner::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 400px;
  height: 400px;
  border: 60px solid rgba(200, 150, 62, 0.08);
  border-radius: 50%;
  z-index: 1;
}
.inner-banner.has-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner-banner .container {
  position: relative;
  z-index: 2;
}
.inner-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .inner-banner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
  }
}
.inner-banner__title h1 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}
.inner-banner__title h1 span {
  color: #C8963E;
}
.inner-banner__title p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin: 0;
}
.inner-banner .gold-line {
  width: 60px;
  height: 3px;
  background: #C8963E;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-nav {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.breadcrumb-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.breadcrumb-nav li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.breadcrumb-nav li a {
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.breadcrumb-nav li a:hover {
  color: #C8963E;
}
.breadcrumb-nav li.active {
  color: #C8963E;
  font-weight: 500;
}
.breadcrumb-nav li i {
  font-size: 12px;
}

.icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.icon-block__icon {
  min-width: 50px;
  height: 50px;
  background: rgba(200, 150, 62, 0.12);
  color: #C8963E;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-block__icon:hover {
  background: #C8963E;
  color: #ffffff;
}
.icon-block__icon--dark {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.icon-block__icon--sm {
  min-width: 40px;
  height: 40px;
  font-size: 18px;
}
.icon-block__icon--lg {
  min-width: 64px;
  height: 64px;
  font-size: 28px;
}
.icon-block__content label {
  display: block;
  font-size: 12px;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.icon-block__content strong {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a2332;
}
.icon-block__content a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-block__content a:hover {
  color: #C8963E;
}
.icon-block--white .icon-block__content label {
  color: rgba(255, 255, 255, 0.6);
}
.icon-block--white .icon-block__content strong {
  color: #ffffff;
}
.icon-block--white .icon-block__content a {
  color: #ffffff;
}
.icon-block--white .icon-block__content a:hover {
  color: #C8963E;
}

.icon-block-v {
  text-align: center;
}
.icon-block-v__icon {
  width: 72px;
  height: 72px;
  background: rgba(200, 150, 62, 0.1);
  color: #C8963E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-block-v:hover .icon-block-v__icon {
  background: #C8963E;
  color: #ffffff;
}
.icon-block-v h4 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a2332;
  margin-bottom: 8px;
}
.icon-block-v p {
  font-size: 14px;
  color: #4a5568;
}

.mobile-call-btn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .mobile-call-btn {
    display: block;
  }
}
.mobile-call-btn a {
  width: 56px;
  height: 56px;
  background: #67b915;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: pulse-call 2s infinite;
  animation: pulse-call 2s infinite;
}
.mobile-call-btn a:hover {
  background: rgb(77.5, 139.1990291262, 15.8009708738);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes pulse-call {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(103, 185, 21, 0.5);
    box-shadow: 0 0 0 0 rgba(103, 185, 21, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 14px rgba(103, 185, 21, 0);
    box-shadow: 0 0 0 14px rgba(103, 185, 21, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(103, 185, 21, 0);
    box-shadow: 0 0 0 0 rgba(103, 185, 21, 0);
  }
}

@keyframes pulse-call {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(103, 185, 21, 0.5);
    box-shadow: 0 0 0 0 rgba(103, 185, 21, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 14px rgba(103, 185, 21, 0);
    box-shadow: 0 0 0 14px rgba(103, 185, 21, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(103, 185, 21, 0);
    box-shadow: 0 0 0 0 rgba(103, 185, 21, 0);
  }
}
.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a2332;
  z-index: 998;
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  .mobile-bottom-bar {
    display: block;
  }
}
.mobile-bottom-bar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.mobile-bottom-bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-bottom-bar a i {
  font-size: 20px;
}
.mobile-bottom-bar a span {
  font-size: 10px;
  font-family: "Lato", sans-serif;
}
.mobile-bottom-bar a:hover {
  color: #C8963E;
}

.scroll-top-btn {
  position: fixed;
  bottom: 24px;
  right: 20px;
  width: 46px;
  height: 46px;
  background: #C8963E;
  color: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  z-index: 997;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.scroll-top-btn:hover {
  background: #A07830;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}
.scroll-top-btn i {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .scroll-top-btn {
    bottom: 130px;
    right: 16px;
    width: 42px;
    height: 42px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.site-header__topbar {
  background: #1a2332;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.site-header__topbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .site-header__topbar {
    display: none;
  }
}
.site-header__topbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.site-header__topbar-left a, .site-header__topbar-left span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__topbar-left a i, .site-header__topbar-left span i {
  color: #C8963E;
  font-size: 14px;
}
.site-header__topbar-left a:hover, .site-header__topbar-left span:hover {
  color: #C8963E;
}
.site-header__topbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}
.site-header__topbar-right a {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__topbar-right a:hover {
  background: #C8963E;
  color: #ffffff;
}
.site-header__topbar-right .hours-info {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.site-header__topbar-right .hours-info i {
  color: #C8963E;
}
.site-header__nav {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  gap: 20px;
}
.site-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.site-header__logo .logo-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #1a2332 0%, #2c3e50 100%);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.site-header__logo .logo-icon svg {
  width: 28px;
  height: 28px;
}
.site-header__logo .logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.1;
}
.site-header__logo .logo-text .brand-name {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a2332;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.site-header__logo .logo-text .brand-tagline {
  font-size: 10px;
  color: #C8963E;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .site-header__logo .logo-text .brand-name {
    font-size: 16px;
  }
  .site-header__logo .logo-text .brand-tagline {
    display: none;
  }
  .site-header__logo .logo-icon {
    width: 40px;
    height: 40px;
  }
}
.site-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header__menu nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header__menu nav > ul > li {
  position: relative;
}
.site-header__menu nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 10px 18px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #1a2332;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.site-header__menu nav > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: #C8963E;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.site-header__menu nav > ul > li > a i {
  font-size: 14px;
}
.site-header__menu nav > ul > li > a:hover, .site-header__menu nav > ul > li > a.active {
  color: #C8963E;
}
.site-header__menu nav > ul > li > a:hover::after, .site-header__menu nav > ul > li > a.active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.site-header__menu nav > ul > li .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  min-width: 220px;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 3px solid #C8963E;
  list-style: none;
}
.site-header__menu nav > ul > li .dropdown li a {
  display: block;
  padding: 10px 22px;
  font-size: 13px;
  color: #313131;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.site-header__menu nav > ul > li .dropdown li a:hover {
  color: #C8963E;
  padding-left: 28px;
}
.site-header__menu nav > ul > li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 991px) {
  .site-header__menu {
    display: none;
  }
}
.site-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.site-header__cta .phone-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__cta .phone-link i {
  width: 36px;
  height: 36px;
  background: rgba(200, 150, 62, 0.1);
  color: #C8963E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.site-header__cta .phone-link span {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1a2332;
}
.site-header__cta .phone-link:hover i {
  background: #C8963E;
  color: #ffffff;
}
.site-header__cta .phone-link:hover span {
  color: #C8963E;
}
@media screen and (max-width: 1100px) {
  .site-header__cta .phone-link span {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .site-header__cta .phone-link {
    display: none;
  }
}
.site-header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .site-header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header__hamburger span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: #1a2332;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header__hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(7.5px) rotate(45deg);
  transform: translateY(7.5px) rotate(45deg);
}
.site-header__hamburger.open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.site-header__hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-7.5px) rotate(-45deg);
  transform: translateY(-7.5px) rotate(-45deg);
}
.site-header.sticky .site-header__topbar {
  display: none;
}
.site-header.sticky .site-header__nav {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100vh;
  background: #1a2332;
  z-index: 1100;
  -webkit-transition: right 0.35s ease;
  transition: right 0.35s ease;
  overflow-y: auto;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu__header .logo-text .brand-name {
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.mobile-menu__header .logo-text .brand-tagline {
  color: #C8963E;
  font-size: 9px;
  letter-spacing: 2px;
}
.mobile-menu__close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu__close:hover {
  color: #C8963E;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile-menu nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.mobile-menu nav ul li a {
  display: block;
  padding: 14px 0;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu nav ul li a:hover {
  color: #C8963E;
  padding-left: 8px;
}
.mobile-menu nav ul li .sub-menu {
  padding-left: 16px;
}
.mobile-menu nav ul li .sub-menu li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  text-transform: none;
}
.mobile-menu nav ul li .sub-menu li a:hover {
  color: #E8B96A;
}
.mobile-menu__contact {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-menu__contact a i {
  color: #C8963E;
}
.mobile-menu__contact a:hover {
  color: #C8963E;
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1099;
  display: none;
  backdrop-filter: blur(2px);
}
.mobile-menu-overlay.visible {
  display: block;
}

.site-footer {
  background: #1a2332;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 350px;
  height: 350px;
  border: 60px solid rgba(200, 150, 62, 0.05);
  border-radius: 50%;
  pointer-events: none;
}
.site-footer__main {
  padding: 70px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}
@media screen and (max-width: 575px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.site-footer__col h5 {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 14px;
}
.site-footer__col h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #C8963E;
}
.site-footer__about .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-decoration: none;
}
.site-footer__about .footer-logo .logo-icon {
  width: 44px;
  height: 44px;
  background: rgba(200, 150, 62, 0.15);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.site-footer__about .footer-logo .brand-name {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.site-footer__about .footer-logo .brand-tagline {
  font-size: 9px;
  color: #C8963E;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.site-footer__about p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin-bottom: 22px;
}
.site-footer__about .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.site-footer__about .footer-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__about .footer-social a:hover {
  background: #C8963E;
  color: #ffffff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.site-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__links ul li {
  margin-bottom: 10px;
}
.site-footer__links ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__links ul li a i {
  font-size: 12px;
  color: #C8963E;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.site-footer__links ul li a:hover {
  color: #C8963E;
}
.site-footer__links ul li a:hover i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.site-footer__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.5;
}
.site-footer__contact ul li i {
  min-width: 18px;
  color: #C8963E;
  font-size: 16px;
  margin-top: 2px;
}
.site-footer__contact ul li a {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__contact ul li a:hover {
  color: #C8963E;
}
.site-footer__bottom {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.2);
}
.site-footer__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .site-footer__bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.site-footer__bottom p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}
.site-footer__bottom p a {
  color: #C8963E;
}
.site-footer__bottom p a:hover {
  text-decoration: underline;
}
.site-footer__bottom .footer-bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.site-footer__bottom .footer-bottom-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer__bottom .footer-bottom-links a:hover {
  color: #C8963E;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #1a2332;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 35, 50, 0.97) 0%, rgba(26, 35, 50, 0.88) 60%, rgba(44, 62, 80, 0.7) 100%);
  z-index: 1;
}
.hero-section__circle-1 {
  position: absolute;
  right: -120px;
  top: -120px;
  width: 500px;
  height: 500px;
  border: 80px solid rgba(200, 150, 62, 0.06);
  border-radius: 50%;
  z-index: 1;
}
.hero-section__circle-2 {
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 300px;
  height: 300px;
  border: 50px solid rgba(200, 150, 62, 0.04);
  border-radius: 50%;
  z-index: 1;
}
.hero-section__accent {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #C8963E;
  z-index: 2;
}
.hero-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.18;
}
.hero-section .container {
  position: relative;
  z-index: 2;
  padding: 140px 20px 100px;
}
@media screen and (max-width: 767px) {
  .hero-section .container {
    padding: 130px 16px 80px;
  }
}
.hero-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .hero-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.hero-section__content .badge-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: rgba(200, 150, 62, 0.15);
  border: 1px solid rgba(200, 150, 62, 0.3);
  color: #E8B96A;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-section__content .badge-pill i {
  font-size: 14px;
}
.hero-section__content h1 {
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.08;
  margin-bottom: 22px;
}
.hero-section__content h1 span {
  color: #C8963E;
  display: block;
}
.hero-section__content p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 500px;
}
.hero-section__content .btn-group {
  margin-bottom: 48px;
}
.hero-section__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .hero-section__stats {
    gap: 20px;
  }
}
.hero-section__stat-item {
  border-left: 3px solid #C8963E;
  padding-left: 16px;
}
.hero-section__stat-item .number {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.hero-section__stat-item .label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}
.hero-section__visual {
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-section__visual {
    display: none;
  }
}
.hero-section__visual-main {
  border-radius: 12px;
  overflow: hidden;
  height: 460px;
  position: relative;
}
.hero-section__visual-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-section__visual-main::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  bottom: -20px;
  left: 20px;
  border: 3px solid rgba(200, 150, 62, 0.4);
  border-radius: 12px;
  z-index: -1;
}
.hero-section__visual-card {
  position: absolute;
  bottom: -24px;
  left: -32px;
  background: #C8963E;
  color: #ffffff;
  padding: 18px 24px;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
}
.hero-section__visual-card .number {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.hero-section__visual-card .text {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero-section__scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.hero-section__scroll span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-section__scroll .scroll-arrow {
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  -webkit-animation: bounce-arrow 1.8s infinite;
  animation: bounce-arrow 1.8s infinite;
}
.hero-section__scroll .scroll-arrow i {
  font-size: 16px;
}

@-webkit-keyframes bounce-arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes bounce-arrow {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}
.home-about {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .home-about {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-about {
    padding: 50px 0;
  }
}
.home-about {
  background: #ffffff;
}
.home-about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .home-about__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.home-about__images {
  position: relative;
}
.home-about__images-main {
  border-radius: 8px;
  overflow: hidden;
  height: 480px;
}
.home-about__images-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home-about__images-main {
    height: 320px;
  }
}
.home-about__images-thumb {
  position: absolute;
  bottom: -24px;
  right: -24px;
  width: 200px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.home-about__images-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home-about__images-thumb {
    width: 140px;
    height: 110px;
    right: -8px;
  }
}
.home-about__images-badge {
  position: absolute;
  top: 24px;
  left: -24px;
  background: #1a2332;
  color: #ffffff;
  padding: 16px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  text-align: center;
}
.home-about__images-badge .years {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #C8963E;
  line-height: 1;
}
.home-about__images-badge .text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .home-about__images-badge {
    left: 8px;
    top: 8px;
    padding: 12px 16px;
  }
  .home-about__images-badge .years {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home-about__content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.home-about__content ul.check-list {
  margin-top: 24px;
  margin-bottom: 32px;
}
.home-about__content .about-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-about__content .about-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #1a2332;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.home-about__content .about-phone i {
  width: 40px;
  height: 40px;
  background: rgba(200, 150, 62, 0.1);
  color: #C8963E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

.home-features {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .home-features {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-features {
    padding: 50px 0;
  }
}
.home-features {
  background: #f4f5f7;
}
.home-features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media screen and (max-width: 991px) {
  .home-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .home-features__grid {
    grid-template-columns: 1fr;
  }
}

.why-choose-us {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .why-choose-us {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us {
    padding: 50px 0;
  }
}
.why-choose-us {
  background: #ffffff;
}
.why-choose-us__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .why-choose-us__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.why-choose-us__image {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.why-choose-us__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.why-choose-us__image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 35, 50, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(26, 35, 50, 0.7) 0%, transparent 100%);
  z-index: 1;
}
.why-choose-us__image .stat-chip {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.why-choose-us__image .stat-chip__item {
  text-align: center;
}
.why-choose-us__image .stat-chip__item .val {
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #C8963E;
  line-height: 1;
}
.why-choose-us__image .stat-chip__item .lab {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .why-choose-us__image {
    height: 320px;
  }
}
.why-choose-us__content .why-list {
  margin-top: 32px;
}

.home-services {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .home-services {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-services {
    padding: 50px 0;
  }
}
.home-services {
  background: #f4f5f7;
}
.home-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1100px) {
  .home-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .home-services__grid {
    grid-template-columns: 1fr;
  }
}
.home-services__cta {
  text-align: center;
  margin-top: 48px;
}

.home-gallery {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .home-gallery {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-gallery {
    padding: 50px 0;
  }
}
.home-gallery {
  background: #1a2332;
}
.home-gallery .section-title h2 {
  color: #ffffff;
}
.home-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .home-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .home-gallery__grid {
    grid-template-columns: 1fr;
  }
}
.home-gallery__grid .gallery-item:first-child {
  grid-column: span 2;
}
.home-gallery__grid .gallery-item:first-child img {
  height: 100%;
}
@media screen and (max-width: 480px) {
  .home-gallery__grid .gallery-item:first-child {
    grid-column: span 1;
  }
}
.home-gallery__grid .gallery-item img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .home-gallery__grid .gallery-item img {
    height: 200px;
  }
}
.home-gallery__cta {
  text-align: center;
  margin-top: 40px;
}

.about-features {
  background: #C8963E;
  padding: 0;
}
.about-features__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .about-features__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-features__item {
  text-align: center;
  padding: 36px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about-features__item:last-child {
  border-right: none;
}
.about-features__item:hover {
  background: rgba(0, 0, 0, 0.08);
}
.about-features__item .number {
  font-family: "Oswald", sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}
.about-features__item .label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  .about-features__item:nth-child(2) {
    border-right: none;
  }
  .about-features__item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .about-features__item:nth-child(4) {
    border-right: none;
  }
}

.home-faq {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .home-faq {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-faq {
    padding: 50px 0;
  }
}
.home-faq {
  background: #ffffff;
}
.home-faq__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .home-faq__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.home-faq__image {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  position: sticky;
  top: 100px;
}
.home-faq__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .home-faq__image {
    height: 100%;
    position: static;
  }
}
.home-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.accordion-item {
  border: 1.5px solid #dedede;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-item:hover {
  border-color: rgba(200, 150, 62, 0.4);
}
.accordion-item.active {
  border-color: #C8963E;
}
.accordion-item.active .accordion-header {
  background: #1a2332;
}
.accordion-item.active .accordion-header h4 {
  color: #ffffff;
}
.accordion-item.active .accordion-header i {
  color: #C8963E;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-item.active .accordion-body {
  display: block;
}
.accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 22px;
  cursor: pointer;
  background: #f4f5f7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-item__header:hover {
  background: #1a2332;
}
.accordion-item__header:hover h4 {
  color: #ffffff;
}
.accordion-item__header:hover i {
  color: #C8963E;
}
.accordion-item__header h4 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a2332;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-item__header i {
  font-size: 20px;
  color: #8a8a8a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.accordion-item__body {
  padding: 20px 22px;
  display: none;
}
.accordion-item__body p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.8;
  margin: 0;
}

.call-us-section {
  background: #1a2332;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.call-us-section::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  width: 400px;
  height: 400px;
  border: 70px solid rgba(200, 150, 62, 0.07);
  border-radius: 50%;
}
.call-us-section::after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 40px solid rgba(255, 255, 255, 0.03);
  border-radius: 50%;
}
.call-us-section .container {
  position: relative;
  z-index: 1;
}
.call-us-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .call-us-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.call-us-section__text .tag {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  color: #C8963E;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.call-us-section__text h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 12px;
  max-width: 520px;
}
.call-us-section__text h2 span {
  color: #C8963E;
}
.call-us-section__text p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  max-width: 480px;
  margin: 0;
}
.call-us-section__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .call-us-section__actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.call-us-section__actions .phone-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.07);
  padding: 16px 24px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.call-us-section__actions .phone-cta:hover {
  background: rgba(200, 150, 62, 0.15);
}
.call-us-section__actions .phone-cta__icon {
  width: 46px;
  height: 46px;
  background: #C8963E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  -webkit-animation: ring-pulse 2s infinite;
  animation: ring-pulse 2s infinite;
}
.call-us-section__actions .phone-cta__text .label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.call-us-section__actions .phone-cta__text .number {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

@-webkit-keyframes ring-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(200, 150, 62, 0.5);
    box-shadow: 0 0 0 0 rgba(200, 150, 62, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(200, 150, 62, 0);
    box-shadow: 0 0 0 12px rgba(200, 150, 62, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(200, 150, 62, 0);
    box-shadow: 0 0 0 0 rgba(200, 150, 62, 0);
  }
}

@keyframes ring-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(200, 150, 62, 0.5);
    box-shadow: 0 0 0 0 rgba(200, 150, 62, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 12px rgba(200, 150, 62, 0);
    box-shadow: 0 0 0 12px rgba(200, 150, 62, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(200, 150, 62, 0);
    box-shadow: 0 0 0 0 rgba(200, 150, 62, 0);
  }
}
.home-testimonials {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .home-testimonials {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-testimonials {
    padding: 50px 0;
  }
}
.home-testimonials {
  background: #f4f5f7;
}
.home-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 991px) {
  .home-testimonials__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .home-testimonials__grid {
    grid-template-columns: 1fr;
  }
}
.home-testimonials__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-testimonials__intro p {
  max-width: 400px;
  color: #4a5568;
}
.home-testimonials__intro .rating-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #ffffff;
  padding: 14px 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.home-testimonials__intro .rating-summary .score {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1a2332;
  line-height: 1;
}
.home-testimonials__intro .rating-summary .details .stars {
  color: #C8963E;
  font-size: 14px;
  margin-bottom: 2px;
}
.home-testimonials__intro .rating-summary .details .count {
  font-size: 12px;
  color: #8a8a8a;
}
@media screen and (max-width: 767px) {
  .home-testimonials__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.home-quote {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .home-quote {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-quote {
    padding: 50px 0;
  }
}
.home-quote {
  background: #faf8f5;
}
.home-quote__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .home-quote__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.home-quote__content .trust-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}
.home-quote__content .trust-items .trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #4a5568;
  font-weight: 500;
}
.home-quote__content .trust-items .trust-item i {
  width: 28px;
  height: 28px;
  background: rgba(200, 150, 62, 0.12);
  color: #C8963E;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.home-quote__form {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  border-top: 4px solid #C8963E;
}
@media screen and (max-width: 575px) {
  .home-quote__form {
    padding: 24px;
  }
}
.home-quote__form h3 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 6px;
}
.home-quote__form > p {
  font-size: 14px;
  color: #4a5568;
  margin-bottom: 28px;
}

.about-page__story {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .about-page__story {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page__story {
    padding: 50px 0;
  }
}
.about-page__story {
  background: #ffffff;
}
.about-page__story-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .about-page__story-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.about-page__story-image {
  border-radius: 8px;
  overflow: hidden;
  height: 480px;
}
.about-page__story-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .about-page__story-image {
    height: 300px;
  }
}
.about-page__values {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .about-page__values {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page__values {
    padding: 50px 0;
  }
}
.about-page__values {
  background: #f4f5f7;
}
.about-page__values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .about-page__values-grid {
    grid-template-columns: 1fr;
  }
}
.about-page__team {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .about-page__team {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-page__team {
    padding: 50px 0;
  }
}
.about-page__team {
  background: #ffffff;
}
.about-page__team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media screen and (max-width: 991px) {
  .about-page__team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .about-page__team-grid {
    grid-template-columns: 1fr;
  }
}

.team-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.team-card:hover {
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.team-card__img {
  height: 240px;
  overflow: hidden;
  background: #f4f5f7;
}
.team-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.team-card:hover .team-card__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.team-card__body {
  padding: 20px;
}
.team-card__name {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1a2332;
  margin-bottom: 4px;
}
.team-card__role {
  font-size: 13px;
  color: #C8963E;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-card__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-card__social a {
  width: 32px;
  height: 32px;
  background: #f4f5f7;
  color: #4a5568;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-card__social a:hover {
  background: #C8963E;
  color: #ffffff;
}

.services-page {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .services-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .services-page {
    padding: 50px 0;
  }
}
.services-page {
  background: #ffffff;
}
.services-page__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 991px) {
  .services-page__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .services-page__grid {
    grid-template-columns: 1fr;
  }
}
.services-page__service-detail {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .services-page__service-detail {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .services-page__service-detail {
    padding: 50px 0;
  }
}
.services-page__service-detail-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .services-page__service-detail-inner {
    grid-template-columns: 1fr;
  }
}
.services-page__service-detail-image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 380px;
}
.services-page__service-detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .services-page__service-detail-image {
    height: 260px;
  }
}
.services-page__service-detail-sidebar {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 991px) {
  .services-page__service-detail-sidebar {
    position: static;
  }
}

.sidebar-box {
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 24px;
}
.sidebar-box__header {
  background: #1a2332;
  padding: 18px 22px;
}
.sidebar-box__header h4 {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.5px;
  margin: 0;
}
.sidebar-box__body {
  padding: 22px;
}

.contact-page {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .contact-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-page {
    padding: 50px 0;
  }
}
.contact-page {
  background: #f4f5f7;
}
.contact-page__inner {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .contact-page__inner {
    grid-template-columns: 1fr;
  }
}
.contact-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.contact-page__info-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 28px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.contact-page__info-card h5 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a2332;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f4f5f7;
}
.contact-page__map {
  margin-top: 50px;
  border-radius: 8px;
  overflow: hidden;
  height: 380px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.contact-page__map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.quote-page {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .quote-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .quote-page {
    padding: 50px 0;
  }
}
.quote-page {
  background: #f4f5f7;
}
.quote-page__header {
  text-align: center;
  margin-bottom: 50px;
}
.quote-page__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 50px;
  position: relative;
}
.quote-page__steps::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: #dedede;
}
@media screen and (max-width: 767px) {
  .quote-page__steps {
    display: none;
  }
}
.quote-page__step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  max-width: 140px;
}
.quote-page__step .step-circle {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 2px solid #dedede;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #8a8a8a;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.quote-page__step .step-label {
  font-size: 12px;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.quote-page__step.active .step-circle {
  background: #C8963E;
  border-color: #C8963E;
  color: #ffffff;
}
.quote-page__step.active .step-label {
  color: #C8963E;
  font-weight: 600;
}

.quote-page-section {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .quote-page-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .quote-page-section {
    padding: 50px 0;
  }
}
.quote-page-section {
  background: #f4f5f7;
}
.quote-page-section__inner {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 50px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
@media screen and (max-width: 991px) {
  .quote-page-section__inner {
    grid-template-columns: 1fr;
  }
}
.quote-page-section__sidebar {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 991px) {
  .quote-page-section__sidebar {
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.quote-page-section__why {
  background: #1a2332;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.quote-page-section__why h4 {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.quote-page-section__why ul {
  list-style: none;
  padding: 0;
}
.quote-page-section__why ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}
.quote-page-section__why ul li i {
  color: #C8963E;
  font-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}