.why-choose .why-card {
  border-radius: 16px !important;
}
.why-choose .why-card h5 {
  margin-bottom: 10px !important;
  font-size: 19px;
}
.why-choose .why-card p {
  line-height: 1.3;
}
.why-choose .why-card .icon {
  color: #ac835d;
  margin-right: 30px;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}

.testimonials .owl-carousel {
  display: flex;
  align-items: stretch;
}
.testimonials .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.testimonials .owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
  height: auto;
  margin-bottom: 20px;
}
.testimonials .owl-carousel .item {
  height: 100%;
  display: flex;
  width: 100%;
  min-height: 280px;
  border-radius: 16px;
}
.testimonials .info {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.testimonials .info .full-width {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.testimonials .info .full-width p {
  flex: 1;
}

.services .service-tier {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.28);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.services .service-tier:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 70px rgba(0, 0, 0, 0.42);
}
.services .service-tier.highlight {
  border-color: #ffffff;
}
.services .service-tier .tier-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #14100c;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
}
.services .service-tier .tier-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.services .service-tier .tier-header h4 {
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.5px;
  margin: 0;
}
.services .service-tier .tier-header .meta {
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.services .service-tier .tier-body p {
  color: black;
  margin-bottom: 18px;
  line-height: 1.6;
}
.services .service-tier .tier-body h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 14px;
}
.services .service-tier .tier-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.services .service-tier .tier-body ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: black;
  line-height: 1.4;
}
.services .service-tier .tier-body ul li i {
  color: #000000;
  margin-top: 3px;
  font-size: 15px;
}
.services .service-tier .tier-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.services .service-tier .tier-footer .title {
  display: block;
  color: #000000;
  font-size: 15px;
  letter-spacing: 1px;
}
.services .service-tier .tier-footer .subtitle {
  display: block;
  color: black;
  font-size: 13px;
}
.services .service-tier .tier-footer a {
  margin-top: 6px;
}
@media (max-width: 991px) {
  .services .service-tier {
    padding: 24px;
    gap: 0px;
  }
}
@media (max-width: 767px) {
  .services .service-tier {
    padding: 20px;
    gap: 16px;
  }
  .services .service-tier .tier-header h4 {
    font-size: 22px;
  }
}

.services .section-subtitle {
  color: #fff !important;
}

.principle-card {
  padding: 40px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.principle-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.15);
}
.principle-card .icon {
  font-size: 48px;
  color: #ac835d;
  margin-bottom: 20px;
  display: block;
}
.principle-card h5 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #14100c;
  font-weight: 600;
}
.principle-card p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.7;
  margin-bottom: 0;
}

.principle-card-dark {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
}
.principle-card-dark:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}
.principle-card-dark .icon {
  font-size: 48px;
  color: #d9b892;
  margin-bottom: 20px;
  display: block;
}
.principle-card-dark h5 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}
.principle-card-dark p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
  margin-bottom: 0;
}

.bg-darkbrown .mission-quote::before, .bg-darkbrown .mission-quote::after {
  color: rgba(255, 255, 255, 0.1);
}

.mission-quote-light::before, .mission-quote-light::after {
  color: rgba(172, 131, 93, 0.15) !important;
}

@media (max-width: 767px) {
  .principle-card,
.principle-card-dark {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .mission-quote {
    padding: 30px 0;
  }
  .mission-quote p {
    font-size: 20px !important;
  }
}
.text-gold {
  color: #d9b892 !important;
}

.legal-wrapper {
  background: #fff;
  border: 1px solid rgba(20, 16, 12, 0.08);
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  padding: 40px 45px;
}
@media (max-width: 767px) {
  .legal-wrapper {
    padding: 28px 22px;
  }
}

.legal-intro {
  text-align: center;
}
.legal-intro p {
  max-width: 740px;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}

.legal-block h5 {
  font-size: 20px;
  font-weight: 600;
  color: #14100c;
}
.legal-block p {
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.7;
}
.legal-block + .legal-block {
  border-top: 1px solid rgba(20, 16, 12, 0.08);
}

@media (max-width: 991px) {
  .services .service-tier {
    margin-bottom: 30px;
  }
  .services .service-tier .type h6 {
    font-size: 18px;
  }
  .services .service-tier .feat ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .services .section-subtitle,
.services .section-title {
    font-size: 28px !important;
  }
  .services .service-tier {
    padding: 24px 20px;
  }
  .services .service-tier .type {
    padding: 20px 16px;
  }
  .services .service-tier .type h6 {
    font-size: 16px;
    line-height: 1.4;
  }
  .services .service-tier .type span {
    font-size: 11px;
  }
  .services .service-tier .cont {
    padding: 24px 20px;
  }
  .services .service-tier .cont p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .services .service-tier .cont .feat {
    margin: 20px 0;
  }
  .services .service-tier .cont .feat h6 {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .services .service-tier .cont .feat ul li {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .services .service-tier .cont .feat ul li i {
    font-size: 14px;
  }
  .services .service-tier .cont .value {
    padding-top: 16px;
  }
  .services .service-tier .cont .value h4 {
    font-size: 22px;
  }
  .services .service-tier .cont .value p {
    font-size: 12px;
  }
  .services .service-tier > a {
    font-size: 14px;
    padding: 12px 20px;
  }
  .services .service-tier > p {
    font-size: 12px;
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .services .service-tier {
    padding: 20px 16px;
  }
  .services .service-tier .type {
    padding: 16px 12px;
  }
  .services .service-tier .type h6 {
    font-size: 15px;
  }
  .services .service-tier .cont {
    padding: 20px 16px;
  }
}
.banner-header.legal {
  height: 50vh;
}

.mission-quote {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}
.mission-quote p {
  position: relative;
  z-index: 1;
}

.tier-footer {
  min-height: 250px;
}
.tier-footer p {
  font-size: 14px;
  text-align: left !important;
}

h5.text-white {
  color: #fff !important;
}

section {
  overflow: hidden !important;
}

.testimonials.about .item {
  background: #14100c;
  border-color: rgba(172, 131, 93, 0.3);
}
.testimonials.about .item h6 {
  color: #fff !important;
}
.testimonials.about .item p {
  color: #fff !important;
}

.faqs-section .section-title span {
  font-style: unset !important;
}

.banner-header .button-1:hover, .why-choose .button-1:hover, .services .button-1:hover {
  background: #ffffff;
  color: #14100c;
}

.banner-header .button-1, .banner-header .button-3 {
  min-width: 265px;
}

.call .button-1 {
  background: #ffffff !important;
  color: #14100c;
  max-width: max-content;
}
.call .button-1:hover {
  background: #ffffff;
  color: #14100c;
}

.section-title span.text-dark,
.testimonials span.text-dark,
.mission span.text-dark,
.info-box span.text-dark {
  color: #14100c !important;
}

.about .button-2:hover {
  background: #ffffff !important;
  color: #14100c !important;
  border-color: #14100c !important;
}

.banner-header .button-1, .why-choose .button-1, .call .button-1 {
  background: #ffffff !important;
  color: #14100c !important;
  border-color: #ffffff !important;
}
.banner-header .button-1:hover, .why-choose .button-1:hover, .call .button-1:hover {
  color: #ffffff !important;
  background: transparent !important;
  border-color: #ffffff !important;
}

.why-choose span.text-white, .about span.text-white {
  color: #ffffff !important;
}

.call span.text-white {
  color: #ffffff !important;
}

.case-study-box span.text-white {
  color: #ffffff !important;
}

.services .button-1 {
  background: #14100c !important;
  color: #ffffff !important;
  border-color: #14100c !important;
}
.services .button-1:hover {
  color: #14100c !important;
  background: transparent !important;
  border-color: #14100c !important;
}

.footer ul li a {
  position: relative;
}
.footer ul li a:hover {
  color: #ffffff !important;
}
.footer ul li a:hover:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer .item a {
  position: relative;
}
.footer .item a:hover {
  color: #ffffff !important;
}
.footer .item a:hover:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer .top .item .mail {
  line-height: 2.5em;
}
.footer .top .item .mail:before {
  display: none !important;
}

.footer .top .social-icons ul li a:hover:before {
  display: none !important;
}

.font-jost {
  font-family: "Jost", sans-serif !important;
}

.fw-medium {
  font-weight: 600 !important;
}

.logo a:hover:before {
  display: none !important;
}

/*# sourceMappingURL=custom.css.map */
