:root {
  --body-font: Onest, sans-serif;
  --body: #333;
  --black: #000;
  --black-10: #0000001a;
  --nav-link: #747474;
  --grey: #999;
  --white-20: #fff3;
  --tablet-spacing: 100px;
  --small-spacing: 40px;
  --white: white;
  --transparent: transparent;
  --img-background: #d9d9d9;
  --landscape-spacing: 80px;
  --mobile-spacing: 60px;
  --background: #222;
  --desktop-spacing: 150px;
  --blue: #d2e3ed;
  --white-10: #ffffff1a;
  --black-15: #00000026;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--body-font);
  color: var(--body);
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.nav-menu {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.nav-right {
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-right.mobile {
  display: none;
}

.container {
  width: 100%;
  max-width: 1336px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all 0.3s ease;
}

.navbar .brand {
  font-size: 26px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
}

.nav-link {
  color: var(--nav-link);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: #000;
}

.nav-link.underline {
  text-decoration: none;
  background: #222;
  color: #fff !important;
  padding: 12px 24px !important;
  border-radius: 50px;
  font-size: 15px;
  transition: all 0.3s ease;
}

.nav-link.underline:hover {
  background: #78b4c8;
  transform: translateY(-2px);
}

.footer {
  grid-row-gap: 80px;
  color: var(--grey);
  background-color: #000;
  flex-flow: column;
  padding-top: 80px;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--white-20);
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-bottom-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.footer-wrap {
  grid-column-gap: var(--tablet-spacing);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.newsletter-form {
  grid-row-gap: 18px;
  flex-flow: column;
  width: 100%;
  max-width: 446px;
  margin-bottom: 0;
  display: flex;
}

.footer-form {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-inner {
  grid-column-gap: var(--tablet-spacing);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 660px;
  display: flex;
}

.footer-links {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-head {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 100%;
}

.footer-link {
  color: var(--grey);
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--white);
}

.newsletter-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white-20);
  background-color: var(--transparent);
  color: var(--white);
  height: auto;
  margin-bottom: 0;
  padding: 12px 0 15px;
}

.newsletter-field:focus {
  border-bottom-color: var(--white);
}

.newsletter-field::placeholder {
  font-size: 14px;
  line-height: 100%;
}

.newsletter-head {
  color: var(--white);
  font-size: 18px;
  line-height: 150%;
}

.newsletter-submit {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/primary-arrow-black.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 16px 40px 16px 18px;
  font-size: 14px;
  line-height: 100%;
  transition: color .3s, background-color .3s;
}

.newsletter-submit:hover {
  background-color: var(--transparent);
  color: var(--white);
  background-image: url('../images/primary-arrow-white.svg');
}

.success-message {
  background-color: var(--white);
  color: var(--body);
  padding-top: 10px;
  padding-bottom: 10px;
}

.success-message.agent {
  background-color: var(--black);
  color: var(--white);
  margin-top: 10px;
  font-size: 14px;
  line-height: 150%;
}

.error-message {
  color: var(--white);
  background-color: #ff7272;
}

.footer-socials {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social {
  color: var(--grey);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-social:hover {
  color: var(--white);
}

.footer-dot {
  background-color: var(--img-background);
  border-radius: 100%;
  width: 4px;
  min-width: 4px;
  height: 4px;
  overflow: hidden;
}

.footer-brand {
  color: var(--white);
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
}

.footer-brand:hover {
  color: var(--grey);
}

.footer-right {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.utility-link {
  color: var(--grey);
  transition: color .3s;
}

.utility-link:hover {
  color: var(--white);
}

.cta-section {
  background-image: linear-gradient(180deg, var(--transparent) 52%, var(--black) 52%, var(--black));
}

.cta-section:where(.w-variant-a0f3b9fa-6c8e-5690-869f-f9a18ee49a27) {
  display: none;
}

.cta-wrap {
  aspect-ratio: 1296 / 467;
  background-image: linear-gradient(#0000, #00000080), url('../images/cta-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  overflow: hidden;
}

.cta-inner {
  grid-row-gap: 40px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--background);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 452px;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding: 60px 50px 35px;
}

.cta-title {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 400;
  line-height: 150%;
}

.secondary-button {
  grid-column-gap: 8px;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--transparent);
  color: var(--white);
}

.title-section {
  padding-top: var(--mobile-spacing);
  padding-bottom: var(--mobile-spacing);
}

.title-section-wrap {
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.title-section-wrap:where(.w-variant-51d03d4b-6aa7-a325-7801-33c307570d06) {
  display: none;
}

.subtitle {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
}

.sub-heading {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle-outer {
  border: 1px solid var(--black-10);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  display: flex;
}

.subtitle-inner {
  background-color: var(--img-background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.5px;
  min-width: 7.5px;
  height: 7.5px;
  display: flex;
}

.section {
  padding-top: var(--desktop-spacing);
  padding-bottom: var(--desktop-spacing);
}

.section.to-top {
  padding-top: 0;
}

.style-guide-wrap {
  grid-row-gap: var(--small-spacing);
  flex-flow: column;
  display: flex;
}

.style-guide-head {
  color: #121212;
  border-bottom: 1px solid #cecece;
  padding-top: 20px;
  padding-bottom: 20px;
}

.titles-block {
  grid-row-gap: 20px;
  color: var(--black);
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.body-large {
  font-size: 18px;
  line-height: 170%;
}

.color-box {
  border: 1px solid #000;
  border-radius: 4px;
  width: 32px;
  height: 32px;
}

.color {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.color-detail {
  grid-column-gap: 10px;
  display: flex;
}

.color-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.bg-blue {
  background-color: var(--blue);
}

.bg-black {
  background-color: var(--black);
  color: var(--white);
}

.bg-white {
  background-color: var(--white);
}

.bg-grey {
  background-color: var(--grey);
}

.background {
  background-color: var(--background);
  color: var(--white);
}

.bg-body {
  background-color: var(--body);
}

.button-outer {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.btn-inner {
  grid-row-gap: 10px;
  color: #121212;
  flex-direction: column;
  display: flex;
}

.btn-block {
  grid-column-gap: 20px;
  display: flex;
}

.primary-button {
  grid-column-gap: 8px;
  border: 1px solid var(--background);
  background-color: var(--background);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--transparent);
  color: var(--background);
}

.primary-button.hover {
  background-color: var(--transparent);
  color: var(--black);
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-bottom: -20px;
}

.rich-text p {
  margin-bottom: 20px;
}

.rich-text h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text ol {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 26px;
  display: flex;
}

.rich-text figure {
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.rich-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rich-text blockquote {
  border-style: solid;
  border-width: 10px 1px 1px;
  border-color: var(--black);
  color: var(--black);
  text-align: center;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

.rich-text h5, .rich-text h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 26px;
  display: flex;
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  grid-row-gap: 30px;
  border: 1px solid var(--black-10);
  color: var(--body);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.blog-content {
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.blog-thumb {
  aspect-ratio: 103 / 65;
  background-color: var(--img-background);
  overflow: hidden;
}

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

.blog-data {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.blog-info {
  justify-content: space-between;
  display: flex;
}

.read-more {
  grid-column-gap: 8px;
  color: var(--black);
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.read-more-line {
  background-color: var(--black);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.pagination {
  grid-column-gap: 10px;
  justify-content: flex-end;
  padding-top: 40px;
}

.empty-state {
  background-color: var(--blue);
  color: var(--black);
  text-align: center;
}

.blog-main {
  aspect-ratio: 54 / 25;
  background-color: var(--img-background);
  border-radius: 10px;
  overflow: hidden;
}

.blog-outer {
  grid-row-gap: var(--mobile-spacing);
  flex-flow: column;
  display: flex;
}

.section-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.blog-inner {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-information {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.blog-head {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-tag {
  grid-column-gap: 6px;
  display: flex;
}

.blog-dash {
  background-color: var(--body);
  width: 10px;
  height: 1px;
}

.disclamer-block {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.disclaimer-text {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.info-wrap {
  grid-row-gap: var(--small-spacing);
  flex-flow: column;
  display: flex;
}

.utility-content {
  grid-row-gap: 20px;
  color: #000;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.license-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 8px;
  display: flex;
}

.license-wrap.align-center {
  align-items: center;
}

.link-icon {
  width: 20px;
}

.changelog-title {
  margin-bottom: 6px;
}

.info-title {
  margin-bottom: 15px;
}

.info-block {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.utility-page-form {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-title {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.color-white {
  color: var(--white);
}

.lock-image {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.password-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white-10);
  background-color: var(--transparent);
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  padding: 0 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.password-field:focus {
  border-bottom-color: var(--white);
}

.password-field::placeholder {
  color: var(--white);
}

.password-label {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.password-form {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.password-submit {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 100%;
  transition: color .3s, background-color .3s;
}

.password-submit:hover {
  background-color: var(--transparent);
  color: var(--white);
}

.error-page-content {
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.error-inner {
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-list {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.review-card {
  grid-column-gap: 50px;
  color: var(--body);
  text-decoration: none;
  display: flex;
}

.review-img {
  aspect-ratio: 347 / 410;
  background-color: var(--img-background);
  border-radius: 10px;
  width: 100%;
  max-width: 347px;
  overflow: hidden;
}

.review-divider {
  background-color: var(--black-10);
  width: 1px;
}

.review-content {
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.review-info {
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.review-text {
  font-size: 22px;
  line-height: 170%;
}

.category-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.category-card {
  color: var(--body);
  border-radius: 10px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.category-img {
  aspect-ratio: 206 / 225;
  background-color: var(--img-background);
  overflow: hidden;
}

.categorty-content {
  border-right: 1px solid var(--black-10);
  border-bottom: 1px solid var(--black-10);
  border-left: 1px solid var(--black-10);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  padding: 18px 20px;
  display: flex;
}

.service-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card {
  grid-row-gap: 120px;
  border: 1px solid var(--black-10);
  color: var(--body);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.service-card:hover {
  background-color: var(--blue);
}

.service-content {
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.service-inner {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.service-icon {
  width: 65px;
  min-width: 65px;
  height: 65px;
}

.service-outer {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-main {
  aspect-ratio: 54 / 25;
  background-color: var(--img-background);
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.service-details {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.service-detail {
  margin-bottom: -10px;
}

.service-detail p {
  margin-bottom: 10px;
}

.service-detail h3 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.service-detail ol {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 26px;
  display: flex;
}

.service-detail figure {
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.service-detail h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.service-detail blockquote {
  border-style: solid;
  border-width: 10px 1px 1px;
  border-color: var(--black);
  color: var(--black);
  text-align: center;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

.service-detail h5, .service-detail h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-detail ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 26px;
  display: flex;
}

.service-link {
  margin-top: -10px;
}

.contact-outer {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.contact-img {
  aspect-ratio: 648 / 265;
  background-color: var(--img-background);
  border-radius: 10px;
  overflow: hidden;
}

.contact-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.contact-inner {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 559px;
  display: flex;
}

.contact-block {
  width: 100%;
  max-width: 677px;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 35px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-title {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.contact-main {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: var(--black);
  height: auto;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: 14px;
  line-height: 150%;
}

.text-field::placeholder {
  color: var(--body);
}

.text-field.textarea {
  padding-bottom: 68px;
}

.contact-data {
  grid-column-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-field {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.checkbox {
  width: 12px;
  height: 12px;
}

.terms-link {
  color: var(--body);
  transition: color .3s;
}

.terms-link:hover, .terms-link.no-underline {
  text-decoration: none;
}

.terms-link.no-underline:hover {
  text-decoration: underline;
}

.submit-button {
  grid-column-gap: 8px;
  border: 1px solid var(--background);
  background-color: var(--background);
  color: var(--white);
  background-image: url('../images/primary-arrow-white.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 40px 16px 18px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--transparent);
  color: var(--background);
  background-image: url('../images/primary-arrow-black.svg');
}

.submit-button.small {
  padding: 12px 34px 12px 14px;
}

.contact-links {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.contact-icon {
  border: 1px solid var(--black-10);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.color-black {
  color: var(--black);
}

.statistics-wrap {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--white-10);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.statistics-card {
  grid-row-gap: 15px;
  background-color: var(--background);
  flex-flow: column;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-right: 40px;
  display: flex;
}

.statistics-card.statistics-center {
  padding-left: 40px;
}

.statistics-card.statistics-last {
  padding-left: 40px;
  padding-right: 0;
}

.statistics-title {
  color: var(--white);
  font-size: 50px;
  line-height: 100%;
}

.faq-outer {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-img {
  aspect-ratio: 46 / 59;
  background-color: var(--img-background);
  border-radius: 10px;
  width: 100%;
  max-width: 460px;
  overflow: hidden;
}

.faq-wrap {
  width: 100%;
  max-width: 796px;
}

.faq {
  border-bottom: 1px solid var(--black-15);
  flex-direction: column;
  width: 100%;
  padding-bottom: 22px;
  display: flex;
}

.question-block {
  grid-column-gap: 20px;
  white-space: pre-wrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 22px 0 0;
  display: flex;
}

.question-block.top {
  padding-top: 0;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-answer {
  padding-top: 10px;
  padding-left: 44px;
}

.plus-outer {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  display: flex;
}

.vertical-line {
  background-color: var(--black);
  width: 1px;
  height: 14px;
}

.horizontal-line {
  background-color: var(--black);
  width: 14px;
  height: 1px;
  position: absolute;
}

.property-list {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-card {
  grid-row-gap: 15px;
  color: var(--body);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.property-top {
  aspect-ratio: 206 / 145;
  background-color: var(--img-background);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.property-content {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.property-tag {
  background-color: var(--white);
  color: var(--black);
  border-radius: 10px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  inset: 15px 15px auto auto;
}

.property-head {
  grid-column-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 2px;
  display: flex;
}

.property-title {
  font-size: 20px;
  line-height: 150%;
}

.property-info {
  grid-column-gap: 10px;
  display: flex;
}

.info-tag {
  grid-column-gap: 8px;
  border: 1px solid var(--black-10);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  line-height: 100%;
  display: flex;
}

.agent-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.agent-card {
  grid-row-gap: 15px;
  color: var(--body);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.agent-img {
  aspect-ratio: 9 / 10;
  background-color: var(--img-background);
  border-radius: 10px;
  overflow: hidden;
}

.agent-content {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.agent-divider {
  background-color: var(--black-10);
  height: 1px;
}

.d-flex {
  display: flex;
}

.agent-outer {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.agent-main {
  aspect-ratio: 55 / 57;
  background-color: var(--img-background);
  border-radius: 10px;
  width: 100%;
  max-width: 440px;
  overflow: hidden;
}

.agent-right {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.agent-top {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.agent-middle {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.agent-bottom, .agent-contact {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.agent-link {
  color: var(--body);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.agent-link:hover {
  text-decoration: underline;
}

.agent-link.big {
  font-size: 16px;
  line-height: 170%;
}

.agent-social {
  margin-right: 5px;
  font-size: 14px;
  line-height: 150%;
}

.social-link {
  border: 1px solid var(--black-15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--blue);
}

.agent-head {
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.agent-title {
  font-size: 22px;
}

.d-none {
  display: none;
}

.review-slider {
  background-color: var(--transparent);
  height: auto;
}

.right-arrow {
  border: 1px solid var(--black-10);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
  inset: auto 5px 47px auto;
}

.right-arrow:hover {
  background-color: var(--blue);
}

.left-arrow {
  border: 1px solid var(--black-10);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: background-color .3s;
  display: flex;
  inset: auto 62px 47px auto;
}

.left-arrow:hover {
  background-color: var(--blue);
}

.property-title-wrap {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.space-between {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.property-intro {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.property-data {
  grid-column-gap: 30px;
  display: flex;
}

.property-inner {
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.flex-box {
  grid-column-gap: .33em;
  display: flex;
}

.propert-divider {
  background-color: var(--img-background);
  width: 1px;
}

.property-outer {
  grid-row-gap: var(--mobile-spacing);
  flex-flow: column;
  display: flex;
}

.propert-main {
  aspect-ratio: 54 / 25;
  background-color: var(--img-background);
  border-radius: 10px;
  overflow: hidden;
}

.property-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.property-left {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.property-right {
  border: 1px solid var(--black-10);
  border-radius: 10px;
  width: 100%;
  max-width: 346px;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.property-header {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--black-10);
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding: 35px;
  display: grid;
}

.property-body {
  grid-row-gap: 40px;
  flex-flow: column;
  padding: 40px 35px;
  display: flex;
}

.agent-image {
  background-color: var(--img-background);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.property-detail {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.property-detail.top {
  margin-top: 20px;
}

.amenities-wrap {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .6fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  max-width: 768px;
  display: grid;
}

.amenities-card {
  grid-column-gap: 10px;
  display: flex;
}

.amenities-icon {
  width: 30px;
  height: 30px;
}

.agent-field {
  border: 1px solid var(--black-10);
  color: var(--body);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 15px 12px 43px;
  font-size: 14px;
  line-height: 150%;
}

.agent-field:focus {
  border-color: var(--body);
}

.agent-field::placeholder {
  color: var(--body);
}

.agent-field.mail {
  background-image: url('../images/mail-icon.svg');
  background-size: 18px;
}

.agent-field.phone {
  background-image: url('../images/ic-phone.svg');
}

.agent-field.user {
  background-image: url('../images/ic-client.svg');
}

.agent-form {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.agent-forms {
  margin-bottom: 0;
}

.coming-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.coming-wrap {
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 476px;
  display: flex;
}

.coming-top {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.coming-head {
  color: var(--transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--black);
  font-size: 74px;
  font-weight: 600;
  line-height: 120%;
}

.about-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-wrap {
  grid-column-gap: var(--landscape-spacing);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-head {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 584px;
  display: flex;
}

.about-body {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 652px;
  display: flex;
}

.team-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.team-image {
  aspect-ratio: 153 / 178;
  background-color: var(--img-background);
  border-radius: 10px;
  overflow: hidden;
}

.service-left {
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 670px;
  display: flex;
}

.service-right {
  aspect-ratio: 109 / 102;
  background-color: var(--img-background);
  border-radius: 10px;
  width: 100%;
  max-width: 545px;
  overflow: hidden;
}

.service-block {
  grid-column-gap: 30px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-img {
  width: 50px;
  height: 50px;
}

.service-head {
  width: 100%;
  max-width: 671px;
}

.about-bottom {
  grid-column-gap: var(--tablet-spacing);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-title {
  grid-row-gap: 8px;
  flex-flow: column;
  font-size: 42px;
  line-height: 100%;
  display: flex;
}

.about-top {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-list {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.about-item {
  background-image: url('../images/tick-icon.svg');
  background-position: 0 4.5px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 28px;
}

.about-first {
  aspect-ratio: 24 / 25;
  background-color: var(--img-background);
  border-radius: 10px;
  width: 100%;
  max-width: 384px;
  overflow: hidden;
}

.about-inner {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 310px;
  margin-left: -110px;
  display: flex;
}

.about-second {
  aspect-ratio: 31 / 37;
  background-color: var(--img-background);
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.about-content {
  grid-row-gap: 20px;
  border: 1px solid var(--black-10);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 62%;
  padding: 18px 26px;
  display: flex;
}

.user-images {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.user-img {
  background-color: var(--img-background);
  border-radius: 100%;
  width: 34px;
  height: 34px;
  margin-right: -6px;
  overflow: hidden;
}

.hero {
  padding-top: calc(var(--mobile-spacing) + 80px);
}

.hero-wrap {
  grid-row-gap: 90px;
  flex-flow: column;
  display: flex;
}

.hero-head {
  grid-column-gap: var(--mobile-spacing);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-image {
  aspect-ratio: 324 / 125;
  background-color: var(--img-background);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.hero-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  display: flex;
}

.hero-title {
  font-size: 58px;
  font-weight: 500;
  line-height: 110%;
}

.hero-right {
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 569px;
  margin-top: 22px;
  display: flex;
}

.hero-text {
  color: var(--black);
  text-transform: uppercase;
  max-width: 315px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.property-bottom {
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.properties-title {
  font-size: 20px;
}

.detail-wrap {
  grid-column-gap: var(--small-spacing);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.detail-left {
  grid-row-gap: 90px;
  flex-flow: column;
  width: 100%;
  max-width: 602px;
  display: flex;
}

.detail-content {
  grid-row-gap: var(--landscape-spacing);
  flex-flow: column;
  display: flex;
}

.detail-info {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.detail-info.swap {
  grid-template-columns: 1fr auto;
}

.detail-img {
  aspect-ratio: 145 / 152;
  background-color: var(--img-background);
  border-radius: 10px;
  width: 100%;
  max-width: 145px;
  display: flex;
  overflow: hidden;
}

.detail-title {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.detail-icon {
  width: 30px;
  height: 30px;
}

.detail-head {
  font-size: 22px;
}

.detail-right {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 552px;
  display: flex;
}

.detail-image {
  aspect-ratio: 552 / 535;
  background-color: var(--img-background);
  border-radius: 10px;
  overflow: hidden;
}

.detail-data {
  grid-column-gap: var(--small-spacing);
  display: flex;
}

.detail-inner {
  grid-row-gap: 8px;
  flex-flow: column;
  font-size: 42px;
  line-height: 100%;
  display: flex;
}

.explore-section {
  background-color: var(--background);
  color: var(--white);
  padding-top: 70px;
  padding-bottom: 70px;
}

.explore-outer {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.explore-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.explore-title {
  color: var(--white);
  text-align: center;
}

.explore-card {
  grid-column-gap: 15px;
  grid-row-gap: 2px;
  background-color: var(--white);
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 282px;
  padding: 12px 20px;
  display: grid;
}

.explore-img {
  background-color: var(--blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.explore-head {
  color: var(--black);
  font-size: 18px;
  line-height: 150%;
}

.color-body {
  color: var(--body);
}

.explore-link {
  justify-content: flex-end;
  padding-top: 20px;
  display: flex;
}

.play-btn {
  border: 1px solid var(--white-10);
  background-color: var(--black-10);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: auto 30px 30px auto;
}

.play-btn:hover {
  transform: scale(1.3);
}

.coming-bottom {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.agent-name {
  color: var(--black);
  font-size: 18px;
  line-height: 150%;
}

.download-template {
  z-index: 999;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px;
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 1px 6px #00000026;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  .nav-top-line {
    background-color: #000;
    width: 26px;
    height: 2px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    margin-top: 1px;
  }

  .navbar-wrap {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .nav-middle-line {
    background-color: #000;
    width: 26px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-bottom-line {
    background-color: #000;
    width: 26px;
    height: 2px;
    margin-top: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 5px 0 5px 5px;
  }

  .menu-button.w--open {
    background-color: #0000;
    overflow: hidden;
  }

  .nav-right {
    display: none;
  }

  .nav-right.mobile {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .nav-link {
    padding: 10px 20px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-wrap {
    grid-column-gap: var(--small-spacing);
  }

  .newsletter-form {
    max-width: 280px;
  }

  .footer-form {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-inner {
    grid-column-gap: var(--small-spacing);
  }

  .newsletter-field {
    padding-top: 0;
  }

  .footer-brand {
    order: -1;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-wrap {
    aspect-ratio: auto;
    background-image: linear-gradient(#0000, #0000004d 35%, #00000080), url('../images/cta-background.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .utility-page-wrap {
    padding-top: var(--tablet-spacing);
    padding-bottom: var(--tablet-spacing);
    height: auto;
  }

  .cta-title {
    font-size: 40px;
  }

  .section {
    padding-top: var(--tablet-spacing);
    padding-bottom: var(--tablet-spacing);
  }

  .color-block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-card {
    grid-row-gap: 10px;
  }

  .blog-content {
    grid-row-gap: 15px;
    padding: 15px;
  }

  .blog-info {
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .read-more {
    padding-bottom: 4px;
  }

  .password-outer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .review-card {
    grid-column-gap: 40px;
  }

  .review-img {
    max-width: 300px;
  }

  .review-text {
    font-size: 20px;
  }

  .category-list, .service-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-card {
    grid-row-gap: 80px;
  }

  .contact-wrap {
    grid-column-gap: 40px;
  }

  .contact-inner {
    grid-row-gap: 40px;
  }

  .contact-form {
    grid-column-gap: 25px;
  }

  .text-field {
    padding-bottom: 15px;
  }

  .statistics-card {
    padding-right: 20px;
  }

  .statistics-card.statistics-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .statistics-card.statistics-last {
    padding-left: 20px;
  }

  .statistics-title {
    font-size: 45px;
  }

  .faq-outer {
    grid-column-gap: 20px;
  }

  .faq {
    padding-bottom: 18px;
  }

  .question-block {
    padding-top: 18px;
  }

  .property-list {
    grid-template-columns: 1fr 1fr;
  }

  .agent-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .agent-outer {
    grid-column-gap: 30px;
  }

  .agent-main {
    aspect-ratio: 55 / 70;
    max-width: 500px;
  }

  .agent-right {
    grid-row-gap: 30px;
  }

  .agent-top, .agent-middle {
    grid-row-gap: 10px;
  }

  .property-wrap {
    grid-column-gap: 30px;
  }

  .property-right {
    max-width: 300px;
  }

  .property-header {
    padding: 25px;
  }

  .property-body {
    padding: 30px 25px;
  }

  .amenities-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .coming-section {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .coming-head {
    font-size: 70px;
  }

  .about-wrap {
    grid-column-gap: 30px;
  }

  .service-wrap {
    grid-column-gap: var(--small-spacing);
  }

  .about-body {
    grid-row-gap: 20px;
    max-width: 500px;
  }

  .service-left {
    grid-row-gap: 30px;
  }

  .service-block {
    grid-column-gap: 20px;
  }

  .about-bottom {
    grid-column-gap: 30px;
  }

  .about-first {
    max-width: 60%;
  }

  .about-content {
    text-align: center;
    max-width: 55%;
    padding: 14px 16px;
  }

  .user-img {
    margin-right: -8px;
  }

  .hero-head {
    grid-column-gap: var(--small-spacing);
  }

  .hero-title {
    font-size: 44px;
  }

  .detail-left {
    grid-row-gap: 20px;
  }

  .detail-content {
    grid-row-gap: var(--small-spacing);
  }

  .detail-info {
    place-items: center start;
  }

  .detail-img {
    max-width: 100px;
  }

  .detail-data {
    grid-column-gap: 30px;
  }

  .explore-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
  }

  .explore-title {
    font-size: 32px;
  }

  .explore-card {
    max-width: 261px;
  }

  .explore-img {
    width: 60px;
    height: 60px;
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .footer {
    grid-row-gap: 60px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .footer-wrap {
    grid-row-gap: var(--small-spacing);
    flex-flow: column;
  }

  .newsletter-form {
    grid-row-gap: 15px;
    max-width: 440px;
  }

  .footer-form {
    flex-flow: row;
  }

  .newsletter-field {
    padding-top: 12px;
  }

  .footer-socials {
    justify-content: center;
    align-items: center;
  }

  .footer-right {
    justify-content: center;
    align-items: stretch;
  }

  .cta-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrap {
    padding-top: var(--landscape-spacing);
    padding-bottom: var(--landscape-spacing);
  }

  .cta-title {
    font-size: 34px;
  }

  .title-section {
    padding-top: var(--small-spacing);
    padding-bottom: var(--small-spacing);
  }

  .section {
    padding-top: var(--landscape-spacing);
    padding-bottom: var(--landscape-spacing);
  }

  .style-guide-head, .titles-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .color-block {
    grid-template-columns: 1fr 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-outer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .utility-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .error-page-content {
    padding: 30px;
  }

  .review-list {
    grid-column-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .review-card {
    grid-row-gap: 20px;
    flex-flow: column;
    height: 100%;
  }

  .review-img {
    max-width: none;
  }

  .review-divider {
    width: 100%;
    height: 1px;
  }

  .review-content {
    grid-row-gap: 25px;
    flex: 1;
    justify-content: space-between;
  }

  .review-text {
    font-size: 18px;
    line-height: 150%;
  }

  .service-card {
    justify-content: space-around;
    height: 100%;
  }

  .contact-wrap {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .contact-inner {
    grid-row-gap: 20px;
    max-width: none;
  }

  .contact-block {
    max-width: none;
  }

  .statistics-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .statistics-title {
    font-size: 40px;
  }

  .faq-outer {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .faq-img {
    max-width: none;
  }

  .faq {
    padding-bottom: 14px;
  }

  .question-block {
    padding-top: 16px;
  }

  .property-list {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .property-card {
    grid-column-gap: 20px;
    flex-flow: row;
  }

  .property-top {
    width: 100%;
    max-width: 45%;
  }

  .property-content {
    justify-content: center;
    width: 100%;
    max-width: 55%;
  }

  .property-title {
    font-size: 18px;
  }

  .property-info {
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .info-tag {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .agent-outer {
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .agent-main {
    max-width: none;
  }

  .review-slide {
    margin-right: 10px;
  }

  .right-arrow, .left-arrow {
    bottom: 0;
  }

  .space-between {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: stretch;
  }

  .property-outer {
    grid-row-gap: var(--small-spacing);
  }

  .property-wrap {
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .property-right {
    max-width: none;
  }

  .coming-head {
    font-size: 60px;
  }

  .about-wrap {
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .service-wrap {
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .about-head, .about-body {
    max-width: none;
  }

  .team-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .about-first {
    max-width: none;
  }

  .about-inner {
    max-width: 280px;
    margin-left: -80px;
  }

  .about-content {
    max-width: 65%;
  }

  .hero {
    padding-top: var(--small-spacing);
  }

  .hero-head {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .hero-image {
    aspect-ratio: 324 / 180;
  }

  .hero-left {
    grid-row-gap: 20px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-right {
    grid-row-gap: 30px;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .property-bottom {
    justify-content: center;
  }

  .detail-wrap {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .detail-content {
    grid-row-gap: 20px;
  }

  .detail-info {
    grid-column-gap: 20px;
  }

  .explore-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .explore-title {
    font-size: 30px;
  }

  .explore-card {
    grid-column-gap: 10px;
    place-items: center start;
    max-width: 236px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  .footer {
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .footer-form {
    flex-flow: column;
  }

  .footer-inner {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-links {
    grid-row-gap: 8px;
  }

  .footer-right {
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .cta-wrap {
    background-image: linear-gradient(#0009, #0009), url('../images/cta-background.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .cta-inner {
    grid-row-gap: 30px;
  }

  .utility-page-wrap {
    padding-top: var(--mobile-spacing);
    padding-bottom: var(--mobile-spacing);
  }

  .utility-page-content {
    padding: 30px 15px;
  }

  .cta-title {
    font-size: 30px;
  }

  .section {
    padding-top: var(--mobile-spacing);
    padding-bottom: var(--mobile-spacing);
  }

  .body-large {
    font-size: 16px;
  }

  .color-detail {
    grid-column-gap: 5px;
  }

  .color-block {
    grid-template-columns: 1fr;
  }

  .btn-block {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .blog-info {
    flex-flow: row;
  }

  .blog-outer {
    grid-row-gap: var(--small-spacing);
  }

  .blog-inner {
    grid-row-gap: 0px;
  }

  .info-title {
    margin-bottom: 10px;
  }

  .error-page-content {
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-inner {
    grid-row-gap: 20px;
  }

  .review-list {
    grid-template-columns: 1fr;
  }

  .review-card {
    grid-row-gap: 15px;
  }

  .review-content {
    grid-row-gap: 20px;
  }

  .category-list, .service-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-row-gap: 40px;
    padding: 20px;
  }

  .service-outer {
    grid-row-gap: 30px;
  }

  .service-main {
    margin-bottom: 0;
  }

  .contact-img {
    aspect-ratio: 648 / 300;
  }

  .contact-form {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-data {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-links {
    grid-column-gap: 14px;
  }

  .statistics-wrap {
    grid-template-columns: 1fr;
  }

  .statistics-card {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .statistics-card.statistics-center {
    padding-left: 0;
    padding-right: 0;
  }

  .statistics-card.statistics-last {
    padding-left: 0;
  }

  .statistics-title {
    font-size: 35px;
  }

  .question-block {
    grid-column-gap: 10px;
  }

  .faq-answer {
    padding-left: 34px;
  }

  .property-card {
    flex-flow: column;
  }

  .property-top, .property-content {
    max-width: none;
  }

  .agent-list {
    grid-template-columns: 1fr;
  }

  .agent-bottom {
    grid-column-gap: 8px;
  }

  .space-between {
    grid-row-gap: 15px;
  }

  .property-data {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .propert-main {
    aspect-ratio: 54 / 35;
  }

  .property-header {
    grid-column-gap: 15px;
    padding: 15px;
  }

  .property-body {
    padding: 20px 15px;
  }

  .agent-image {
    width: 60px;
    height: 60px;
  }

  .property-detail.top {
    margin-top: 10px;
  }

  .amenities-wrap {
    grid-template-columns: 1fr;
  }

  .coming-wrap {
    grid-row-gap: 30px;
  }

  .coming-head {
    font-size: 48px;
  }

  .about-head {
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .team-wrap {
    grid-template-columns: 1fr;
  }

  .service-block {
    grid-column-gap: 15px;
  }

  .about-bottom {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-inner {
    margin-left: 0;
  }

  .about-content {
    max-width: none;
  }

  .hero-wrap {
    grid-row-gap: 40px;
  }

  .hero-left {
    grid-row-gap: 15px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-text {
    display: none;
  }

  .detail-content {
    grid-row-gap: 30px;
  }

  .detail-info {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .detail-img {
    order: -1;
    max-width: none;
  }

  .detail-title {
    grid-column-gap: 12px;
    flex-flow: row;
  }

  .detail-right {
    align-items: stretch;
  }

  .detail-data {
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .detail-inner {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 35px;
  }

  .explore-outer {
    grid-row-gap: 30px;
  }

  .explore-wrap {
    grid-template-columns: 1fr;
  }

  .explore-title {
    font-size: 28px;
  }

  .explore-card {
    max-width: none;
  }

  .explore-head {
    font-size: 16px;
  }

  .play-btn {
    bottom: 15px;
    right: 15px;
  }

  .agent-name {
    font-size: 16px;
  }
}

#w-node-d08a91cf-55b7-9dc4-7ab2-661053547378-d2be8de8, #w-node-_2568e111-cc87-2f27-bea1-fdbe838cbf44-d2be8de8, #w-node-_8299eff5-685b-0f7a-6262-5e4f5b210a84-d2be8de8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0971a57a-36c3-5128-14ea-627a5bc4004e-d2be8de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9369644a-20ab-4ca7-2ca8-aaa19dbefd19-d2be8de8 {
  align-self: start;
}

#w-node-_4d9b83a0-04b1-3a49-acf9-437f01347305-d2be8de8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4d9b83a0-04b1-3a49-acf9-437f01347307-d2be8de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_4d9b83a0-04b1-3a49-acf9-437f01347309-d2be8de8 {
  align-self: start;
}

#w-node-_185981fe-df4c-7f39-4b5e-ec7e31ba3d6d-d2be8de8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_185981fe-df4c-7f39-4b5e-ec7e31ba3d6f-d2be8de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_185981fe-df4c-7f39-4b5e-ec7e31ba3d71-d2be8de8 {
  align-self: start;
}

#w-node-_412a65ed-ed5e-01b5-ab64-42c17aeb46c6-d2be8de8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_412a65ed-ed5e-01b5-ab64-42c17aeb46c8-d2be8de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_412a65ed-ed5e-01b5-ab64-42c17aeb46ca-d2be8de8 {
  align-self: start;
}

#w-node-c1ebfde1-2b79-ed8e-2f86-0f8a76a5c175-d2be8de8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c1ebfde1-2b79-ed8e-2f86-0f8a76a5c177-d2be8de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c1ebfde1-2b79-ed8e-2f86-0f8a76a5c179-d2be8de8 {
  align-self: start;
}

#w-node-e2bc5ada-71f0-4c80-ef95-92de51132a30-d2be8de8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e2bc5ada-71f0-4c80-ef95-92de51132a32-d2be8de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e2bc5ada-71f0-4c80-ef95-92de51132a34-d2be8de8 {
  align-self: start;
}

#w-node-_2d23c807-fb63-8a34-909d-786e29907a18-d2be8de8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d23c807-fb63-8a34-909d-786e29907a1a-d2be8de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2d23c807-fb63-8a34-909d-786e29907a1c-d2be8de8 {
  align-self: start;
}

#w-node-_65750208-82b0-4898-0fde-ef4fa00de964-a00de91f, #w-node-_19428733-27a2-6927-e15c-9c66ec049e0c-ec049e09, #w-node-_9c5a363d-09c9-aaad-0d31-381d4f0220e6-d2be8df1, #w-node-_9e5ef8fa-8592-f0c0-b0f3-c0c50318a27c-d2be8df1, #w-node-_246de622-f1b6-7fe8-901c-3486e4af3c76-d2be8df1, #w-node-_836915a7-2dc4-da2f-d637-66dc51c88efa-d2be8df1, #w-node-_64a93044-1915-71c1-3421-942ddaa8d748-d2be8df1, #w-node-_43781331-4d35-cf20-3da9-dd00f03098b9-d2be8df1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd9efebe-ba12-b264-86b2-d7eb86096f1d-d2be8df8, #w-node-acc5f379-39c3-446e-8ace-0a717c3092e5-d2be8dfa {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1a8c3046-28b9-3045-0fd4-9facf2dc80c7-d2be8dfa {
  align-self: end;
}

#w-node-e9fcbe63-03e7-afd0-bb22-0944521b388c-d2be8dfa {
  align-self: start;
}

#w-node-_00330970-db72-4dd3-c149-4bffd27d9c51-d2be8e01, #w-node-c1df57f6-0a9b-2235-8083-c48b691e1482-d2be8e01 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#Message.w-node-_17d26624-5372-d8ed-000b-f2086266adec-d2be8e01, #w-node-_33b9cb39-c591-b56c-2256-0f19814b7e5e-d2be8e01 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d08a91cf-55b7-9dc4-7ab2-661053547378-d2be8de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8523f69-62d4-06fb-a81e-1f8a99170d91-d2be8de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2568e111-cc87-2f27-bea1-fdbe838cbf46-d2be8de8, #w-node-_2568e111-cc87-2f27-bea1-fdbe838cbf44-d2be8de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2568e111-cc87-2f27-bea1-fdbe838cbf4a-d2be8de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_65750208-82b0-4898-0fde-ef4fa00de96d-a00de91f {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d08a91cf-55b7-9dc4-7ab2-661053547378-d2be8de8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-e8523f69-62d4-06fb-a81e-1f8a99170d91-d2be8de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2568e111-cc87-2f27-bea1-fdbe838cbf44-d2be8de8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2568e111-cc87-2f27-bea1-fdbe838cbf4a-d2be8de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_65750208-82b0-4898-0fde-ef4fa00de96d-a00de91f {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d08a91cf-55b7-9dc4-7ab2-661053547378-d2be8de8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8523f69-62d4-06fb-a81e-1f8a99170d91-d2be8de8, #w-node-_65750208-82b0-4898-0fde-ef4fa00de948-a00de91f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Message.w-node-_17d26624-5372-d8ed-000b-f2086266adec-d2be8e01, #w-node-_33b9cb39-c591-b56c-2256-0f19814b7e5e-d2be8e01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* ========================================
   EVOQ HAUS PROMISE SECTION - Unique Design
   ======================================== */

.promise-section {
  background: #1a1a1a;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.promise-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(120, 180, 200, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(180, 140, 100, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.promise-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.promise-left {
  padding-right: 20px;
}

.promise-label {
  display: inline-block;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
}

.promise-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 2px;
  background: linear-gradient(90deg, #78b4c8, transparent);
}

.promise-title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 25px;
}

.promise-title span {
  background: linear-gradient(135deg, #78b4c8 0%, #a8d4e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.promise-subtitle {
  font-size: 17px;
  color: #888;
  line-height: 1.7;
  margin-bottom: 35px;
}

.promise-stats {
  display: flex;
  gap: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

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

.promise-stat-number {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}

.promise-stat-number span {
  color: #78b4c8;
}

.promise-stat-label {
  font-size: 13px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.promise-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.promise-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 30px 25px;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

.promise-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgba(120, 180, 200, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.promise-card:hover {
  border-color: rgba(120, 180, 200, 0.3);
  transform: translateY(-5px);
}

.promise-card:hover::before {
  opacity: 1;
}

.promise-icon-wrap {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(120, 180, 200, 0.2) 0%, rgba(120, 180, 200, 0.05) 100%);
  border: 1px solid rgba(120, 180, 200, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.promise-card:hover .promise-icon-wrap {
  background: linear-gradient(135deg, rgba(120, 180, 200, 0.3) 0%, rgba(120, 180, 200, 0.1) 100%);
  border-color: rgba(120, 180, 200, 0.4);
}

.promise-icon-wrap img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.promise-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.promise-card-text {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.promise-card-number {
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 64px;
  font-weight: 700;
  color: rgba(255,255,255,0.03);
  line-height: 1;
  z-index: 0;
}

/* Promise Section Responsive */
@media screen and (max-width: 991px) {
  .promise-section {
    padding: 80px 0;
  }

  .promise-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .promise-left {
    padding-right: 0;
    text-align: center;
  }

  .promise-label {
    padding-left: 0;
  }

  .promise-label::before {
    display: none;
  }

  .promise-title {
    font-size: 38px;
  }

  .promise-stats {
    justify-content: center;
  }

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

  .promise-right {
    max-width: 500px;
    margin: 0 auto;
  }
}

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

  .promise-title {
    font-size: 32px;
  }

  .promise-subtitle {
    font-size: 15px;
  }

  .promise-stats {
    flex-direction: column;
    gap: 20px;
  }

  .promise-right {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .promise-card {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 479px) {
  .promise-title {
    font-size: 28px;
  }

  .promise-stat-number {
    font-size: 28px;
  }

  .promise-card-number {
    font-size: 48px;
  }
}

/* ========================================
   ABOUT EVOQ HAUS SECTION - Modern Design
   ======================================== */

.about-section {
  padding: 120px 0;
  background: #faf9f7;
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: linear-gradient(180deg, #f8f9fa 0%, #f0f4f7 100%);
  z-index: 0;
}

.about-container {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.about-images {
  position: relative;
  height: 550px;
}

.about-img-main {
  position: absolute;
  width: 75%;
  height: 420px;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

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

.about-img-secondary {
  position: absolute;
  width: 55%;
  height: 280px;
  bottom: 0;
  right: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  border: 6px solid #fff;
}

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

.about-experience-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #222 0%, #333 100%);
  color: #fff;
  padding: 25px 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.about-experience-badge .badge-year {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

.about-experience-badge .badge-year span {
  color: #78b4c8;
}

.about-experience-badge .badge-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}

.about-section .about-content {
  padding-left: 0;
  border: none;
  max-width: none;
  width: 100%;
}

.about-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-label::before {
  content: '';
  width: 40px;
  height: 2px;
  background: #78b4c8;
}

.about-title {
  font-size: 40px;
  font-weight: 600;
  color: #222;
  line-height: 1.25;
  margin-bottom: 20px;
}

.about-description {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  margin-bottom: 40px;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.about-feature-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, #f0f7fa 0%, #e5f0f5 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 180, 200, 0.2);
}

.about-feature-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.about-feature-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
}

.about-feature-content p {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
}

.about-cta {
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #222;
  color: #fff;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.about-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.about-btn:hover svg {
  transform: translateX(4px);
}

.about-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #666;
  font-size: 14px;
}

.about-contact-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #78b4c8 0%, #5a9cb5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-contact-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.about-contact-text span {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 2px;
}

.about-contact-text a {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

/* About Section Responsive */
@media screen and (max-width: 991px) {
  .about-section {
    padding: 80px 0;
  }

  .about-section::before {
    display: none;
  }

  .about-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-images {
    height: 450px;
    max-width: 500px;
    margin: 0 auto;
  }

  .about-content {
    padding-left: 0;
    text-align: center;
  }

  .about-label {
    justify-content: center;
  }

  .about-title {
    font-size: 36px;
  }

  .about-features {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }

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

  .about-cta {
    justify-content: center;
  }
}

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

  .about-images {
    height: 380px;
  }

  .about-img-main {
    width: 70%;
    height: 320px;
  }

  .about-img-secondary {
    width: 60%;
    height: 220px;
  }

  .about-experience-badge {
    padding: 20px 25px;
  }

  .about-experience-badge .badge-year {
    font-size: 32px;
  }

  .about-title {
    font-size: 30px;
  }

  .about-description {
    font-size: 15px;
  }

  .about-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-cta {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .about-images {
    height: 320px;
  }

  .about-img-main {
    width: 75%;
    height: 260px;
  }

  .about-img-secondary {
    width: 55%;
    height: 180px;
    border-width: 4px;
  }

  .about-experience-badge {
    padding: 15px 20px;
  }

  .about-experience-badge .badge-year {
    font-size: 28px;
  }

  .about-experience-badge .badge-text {
    font-size: 10px;
  }

  .about-title {
    font-size: 26px;
  }

  .about-btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}

/* ========================================
   TRUSTED PARTNERS SECTION
   ======================================== */

.partners-section {
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.partners-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.partners-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.partners-text span {
  font-size: 13px;
  font-weight: 600;
  color: #78b4c8;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.partners-text p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.partners-logos {
  display: flex;
  align-items: center;
  gap: 50px;
}

.partner-logo {
  text-decoration: none;
  text-align: center;
  padding: 15px 30px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.partner-logo:hover {
  background: #f8f9fa;
  transform: translateY(-3px);
}

.partner-name {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.partner-logo:hover .partner-name {
  color: #78b4c8;
}

.partner-desc {
  font-size: 12px;
  color: #888;
}

.partners-divider {
  width: 1px;
  height: 50px;
  background: #ddd;
}

@media screen and (max-width: 991px) {
  .partners-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

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

@media screen and (max-width: 767px) {
  .partners-section {
    padding: 40px 0;
  }

  .partners-logos {
    gap: 30px;
  }

  .partner-logo {
    padding: 12px 20px;
  }

  .partner-name {
    font-size: 20px;
  }

  .partners-divider {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .partners-logos {
    flex-direction: column;
    gap: 20px;
  }

  .partners-divider {
    width: 60px;
    height: 1px;
  }
}

/* ========================================
   OUR SERVICES SECTION - Modern Design
   ======================================== */

.services-section {
  padding: 100px 0;
  background: #fff;
  position: relative;
}

.services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(120, 180, 200, 0.3), transparent);
}

.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.services-label::before,
.services-label::after {
  content: '';
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #78b4c8);
}

.services-label::after {
  background: linear-gradient(90deg, #78b4c8, transparent);
}

.services-title {
  font-size: 42px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  margin-bottom: 15px;
}

.services-subtitle {
  font-size: 17px;
  color: #666;
  max-width: 550px;
  margin: 0 auto;
}

.services-categories {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.services-category {
  position: relative;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.category-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #222 0%, #444 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon svg {
  width: 24px;
  height: 24px;
  color: #78b4c8;
}

.category-title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
}

.category-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0,0,0,0.1), transparent);
}

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

.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 24px;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #78b4c8, #5a9cb5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f0f7fa 0%, #e0eef4 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, #e0eef4 0%, #d0e4ed 100%);
  transform: scale(1.05);
}

.service-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.service-name {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.3;
}

.service-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
}

.service-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.service-card:hover .service-arrow {
  opacity: 1;
  transform: translateX(0);
}

.service-arrow svg {
  width: 16px;
  height: 16px;
  color: #78b4c8;
}

.services-cta {
  text-align: center;
  margin-top: 50px;
}

.services-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #222 0%, #333 100%);
  color: #fff;
  padding: 18px 36px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.services-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.services-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.services-btn:hover svg {
  transform: translateX(4px);
}

/* Services Section Responsive */
@media screen and (max-width: 991px) {
  .services-section {
    padding: 80px 0;
  }

  .services-title {
    font-size: 34px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .service-card {
    padding: 25px 20px;
  }
}

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

  .services-header {
    margin-bottom: 40px;
  }

  .services-title {
    font-size: 28px;
  }

  .services-subtitle {
    font-size: 15px;
  }

  .services-categories {
    gap: 40px;
  }

  .category-header {
    margin-bottom: 20px;
  }

  .category-title {
    font-size: 20px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .service-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }

  .service-icon {
    margin-bottom: 0;
    min-width: 60px;
  }

  .service-content {
    flex: 1;
  }

  .service-arrow {
    position: static;
    opacity: 1;
    transform: none;
    min-width: 32px;
  }
}

@media screen and (max-width: 479px) {
  .services-title {
    font-size: 26px;
  }

  .category-icon {
    width: 40px;
    height: 40px;
  }

  .category-icon svg {
    width: 20px;
    height: 20px;
  }

  .category-title {
    font-size: 18px;
  }

  .service-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .service-icon img {
    width: 24px;
    height: 24px;
  }

  .service-name {
    font-size: 16px;
  }

  .services-btn {
    padding: 16px 28px;
    font-size: 14px;
  }
}

/* ========================================
   PROCESS / HOW IT WORKS - Timeline Design
   ======================================== */

/* Keyframe Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(120, 180, 200, 0.4);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(120, 180, 200, 0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.process-section {
  padding: 100px 0;
  background: #f5f3f0;
  position: relative;
  overflow: hidden;
}

.process-header {
  text-align: center;
  margin-bottom: 70px;
  animation: fadeInUp 0.8s ease-out forwards;
}

.process-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #222 0%, #333 100%);
  color: #78b4c8;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  animation: fadeInScale 0.6s ease-out 0.2s both;
}

.process-title {
  font-size: 42px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  margin-bottom: 15px;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.process-subtitle {
  font-size: 17px;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.process-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.process-timeline::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, #e0e0e0, #78b4c8, #78b4c8, #78b4c8, #e0e0e0);
  z-index: 0;
  transform-origin: left;
  animation: drawLine 1.5s ease-out 0.5s both;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 180px;
  animation: fadeInUp 0.6s ease-out both;
}

.process-step:nth-child(1) { animation-delay: 0.7s; }
.process-step:nth-child(2) { animation-delay: 0.9s; }
.process-step:nth-child(3) { animation-delay: 1.1s; }
.process-step:nth-child(4) { animation-delay: 1.3s; }
.process-step:nth-child(5) { animation-delay: 1.5s; }

.step-number {
  width: 90px;
  height: 90px;
  background: #fff;
  border: 3px solid #e8e8e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
  transition: all 0.4s ease;
}

.step-number::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px dashed transparent;
  transition: all 0.4s ease;
}

.step-number::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.4s ease;
}

.process-step:hover .step-number {
  border-color: #78b4c8;
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(120, 180, 200, 0.25);
  animation: pulse 2s ease-in-out infinite;
}

.process-step:hover .step-number::before {
  border-color: rgba(120, 180, 200, 0.4);
  animation: spinSlow 8s linear infinite;
}

.process-step:hover .step-number::after {
  border-color: rgba(120, 180, 200, 0.2);
}

.step-number span {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  transition: all 0.3s ease;
}

.process-step:hover .step-number span {
  color: #78b4c8;
  transform: scale(1.1);
}

.step-icon {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #78b4c8 0%, #5a9cb5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  transition: all 0.4s ease;
}

.process-step:hover .step-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 5px 15px rgba(120, 180, 200, 0.4);
}

.step-icon svg {
  width: 14px;
  height: 14px;
  color: #fff;
  transition: transform 0.3s ease;
}

.process-step:hover .step-icon svg {
  transform: scale(1.1);
}

.step-content {
  max-width: 160px;
  transition: all 0.3s ease;
}

.process-step:hover .step-content {
  transform: translateY(-5px);
}

.step-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.process-step:hover .step-title {
  color: #78b4c8;
}

.step-desc {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
  transition: color 0.3s ease;
}

.process-step:hover .step-desc {
  color: #555;
}

.step-connector {
  position: absolute;
  top: 45px;
  right: -30px;
  width: 24px;
  height: 24px;
  display: none;
}

.step-connector svg {
  width: 100%;
  height: 100%;
  color: #78b4c8;
}

.process-cta {
  text-align: center;
  margin-top: 60px;
  animation: fadeInUp 0.8s ease-out 1.8s both;
}

.process-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #78b4c8 0%, #5a9cb5 100%);
  color: #fff;
  padding: 18px 36px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(120, 180, 200, 0.3);
  position: relative;
  overflow: hidden;
}

.process-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.process-btn:hover::before {
  left: 100%;
}

.process-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(120, 180, 200, 0.4);
}

.process-btn svg {
  width: 18px;
  height: 18px;
}

/* Process Section Responsive */
@media screen and (max-width: 991px) {
  .process-section {
    padding: 80px 0;
  }

  .process-title {
    font-size: 34px;
  }

  .process-timeline {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .process-timeline::before {
    display: none;
  }

  .process-step {
    width: calc(33.33% - 30px);
    max-width: none;
  }

  .step-number {
    width: 80px;
    height: 80px;
  }

  .step-number span {
    font-size: 28px;
  }
}

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

  .process-header {
    margin-bottom: 50px;
  }

  .process-title {
    font-size: 28px;
  }

  .process-subtitle {
    font-size: 15px;
  }

  .process-timeline {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .process-step {
    width: 100%;
    max-width: 300px;
    flex-direction: row;
    text-align: left;
    gap: 25px;
    padding: 20px 0;
    border-left: 3px solid #e8e8e8;
    padding-left: 30px;
    margin-left: 45px;
  }

  .process-step:first-child {
    padding-top: 0;
  }

  .process-step:last-child {
    padding-bottom: 0;
    border-left-color: transparent;
  }

  .step-number {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-bottom: 0;
    margin-left: -65px;
  }

  .step-number span {
    font-size: 24px;
  }

  .step-icon {
    width: 28px;
    height: 28px;
  }

  .step-icon svg {
    width: 12px;
    height: 12px;
  }

  .step-content {
    max-width: none;
  }

  .process-cta {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .process-title {
    font-size: 26px;
  }

  .process-step {
    margin-left: 35px;
    padding-left: 25px;
  }

  .step-number {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-left: -55px;
  }

  .step-number span {
    font-size: 22px;
  }

  .step-title {
    font-size: 16px;
  }

  .step-desc {
    font-size: 13px;
  }

  .process-btn {
    padding: 16px 28px;
    font-size: 14px;
  }
}

/* ========================================
   TESTIMONIALS - Marquee Style
   ======================================== */

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marqueeReverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.testimonials-section {
  padding: 100px 0;
  background: #1a1a1a;
  overflow: hidden;
  position: relative;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse 50% 80% at 20% 50%, rgba(120, 180, 200, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 50% 80% at 80% 50%, rgba(120, 180, 200, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.testimonials-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.testimonials-title {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

.marquee-container {
  position: relative;
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 20px;
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  border-radius: 16px;
}

.marquee-wrapper::before,
.marquee-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
  border-radius: 16px;
}

.marquee-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #1a1a1a 0%, transparent 100%);
}

.marquee-wrapper::after {
  right: 0;
  background: linear-gradient(-90deg, #1a1a1a 0%, transparent 100%);
}

.marquee-track {
  display: flex;
  gap: 30px;
  animation: marquee 40s linear infinite;
  width: max-content;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-track.reverse {
  animation: marqueeReverse 40s linear infinite;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 30px;
  width: 400px;
  min-width: 400px;
  position: relative;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(120, 180, 200, 0.2);
  transform: translateY(-5px);
}

.testimonial-quote {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 60px;
  font-weight: 700;
  color: rgba(120, 180, 200, 0.15);
  line-height: 1;
  font-family: Georgia, serif;
}

.testimonial-content {
  position: relative;
  z-index: 1;
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
}

.testimonial-stars svg {
  width: 18px;
  height: 18px;
  fill: #78b4c8;
}

.testimonial-text {
  font-size: 15px;
  color: #bbb;
  line-height: 1.7;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-avatar {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #78b4c8 0%, #5a9cb5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.testimonial-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
}

.testimonial-info span {
  font-size: 13px;
  color: #777;
}

.marquee-row {
  margin-bottom: 25px;
}

.marquee-row:last-child {
  margin-bottom: 0;
}

/* Testimonials Responsive */
@media screen and (max-width: 991px) {
  .testimonials-section {
    padding: 80px 0;
  }

  .testimonials-title {
    font-size: 34px;
  }

  .testimonial-card {
    width: 350px;
    min-width: 350px;
    padding: 25px;
  }

  .testimonial-text {
    font-size: 14px;
  }
}

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

  .testimonials-header {
    margin-bottom: 40px;
  }

  .testimonials-title {
    font-size: 28px;
  }

  .testimonial-card {
    width: 300px;
    min-width: 300px;
    padding: 20px;
  }

  .testimonial-quote {
    font-size: 40px;
  }

  .testimonial-text {
    font-size: 13px;
  }

  .marquee-wrapper::before,
  .marquee-wrapper::after {
    width: 80px;
  }

  .marquee-track {
    gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .testimonials-title {
    font-size: 26px;
  }

  .testimonial-card {
    width: 280px;
    min-width: 280px;
  }

  .marquee-wrapper::before,
  .marquee-wrapper::after {
    width: 40px;
  }
}

/* ========================================
   WHY CHOOSE EVOQ HAUS - Bento Grid Design
   ======================================== */

.whychoose-section {
  padding: 100px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.whychoose-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ddd, transparent);
}

.whychoose-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.whychoose-badge {
  display: inline-block;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.whychoose-title {
  font-size: 44px;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  margin-bottom: 20px;
}

.whychoose-subtitle {
  font-size: 17px;
  color: #666;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Bento Grid Layout */
.whychoose-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

.bento-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  z-index: 1;
}

.bento-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #78b4c8, #a8d4e6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.bento-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(120, 180, 200, 0.03) 0%, rgba(120, 180, 200, 0.08) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.bento-card:hover::before {
  transform: scaleX(1);
}

.bento-card:hover::after {
  opacity: 1;
}

.bento-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 30px 60px rgba(120, 180, 200, 0.2), 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: #78b4c8;
  z-index: 10;
}

.bento-icon-wrap {
  width: 56px;
  height: 56px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.bento-card:hover .bento-icon-wrap {
  transform: scale(1.15) rotate(-5deg);
  background: linear-gradient(135deg, #78b4c8, #5aa8c0);
  border-color: transparent;
  box-shadow: 0 8px 20px rgba(120, 180, 200, 0.35);
}

.bento-card:hover .bento-icon-wrap img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.bento-icon-wrap img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  transition: all 0.4s ease;
}

.bento-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 48px;
  font-weight: 700;
  color: #f0f0f0;
  line-height: 1;
  transition: all 0.4s ease;
  z-index: 1;
}

.bento-card:hover .bento-number {
  color: #78b4c8;
  transform: scale(1.1);
  text-shadow: 0 4px 15px rgba(120, 180, 200, 0.3);
}

.bento-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.bento-card:hover .bento-title {
  color: #78b4c8;
}

.bento-text {
  font-size: 14px;
  color: #777;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.bento-card:hover .bento-text {
  color: #555;
}

.whychoose-cta {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.whychoose-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #222;
  color: #fff;
  padding: 18px 36px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whychoose-btn:hover {
  background: #78b4c8;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(120, 180, 200, 0.3);
}

.whychoose-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.whychoose-btn:hover svg {
  transform: translateX(5px);
}

/* Why Choose Responsive */
@media screen and (max-width: 991px) {
  .whychoose-section {
    padding: 80px 0;
  }

  .whychoose-title {
    font-size: 36px;
  }

  .whychoose-bento {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .bento-card {
    padding: 30px 25px;
  }

  .bento-number {
    font-size: 36px;
    top: 18px;
    right: 20px;
  }

  .bento-title {
    font-size: 18px;
  }
}

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

  .whychoose-header {
    margin-bottom: 40px;
  }

  .whychoose-title {
    font-size: 30px;
  }

  .whychoose-bento {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bento-card {
    padding: 25px 20px;
  }

  .bento-icon-wrap {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }

  .bento-number {
    font-size: 32px;
    top: 15px;
    right: 15px;
  }

  .bento-title {
    font-size: 17px;
  }

  .bento-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .whychoose-title {
    font-size: 26px;
  }

  .whychoose-subtitle {
    font-size: 15px;
  }

  .bento-number {
    font-size: 28px;
    top: 12px;
    right: 12px;
  }

  .bento-card:hover {
    transform: translateY(-10px) scale(1.01);
  }

  .whychoose-btn {
    padding: 16px 28px;
    font-size: 14px;
  }
}

/* ========================================
   SERVICES PAGE STYLES
   ======================================== */

/* Services Hero */
.svc-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 160px 0 100px;
  overflow: hidden;
}

.svc-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.svc-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
  z-index: 1;
}

.svc-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.svc-hero-badge {
  display: inline-block;
  background: rgba(120, 180, 200, 0.2);
  color: #78b4c8;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  border: 1px solid rgba(120, 180, 200, 0.3);
}

.svc-hero-title {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.svc-hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: 40px;
}

.svc-hero-stats {
  display: flex;
  gap: 50px;
}

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

.svc-stat-number {
  font-size: 36px;
  font-weight: 600;
  color: #78b4c8;
  margin-bottom: 5px;
}

.svc-stat-label {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

/* Service Categories */
.svc-categories {
  padding: 0;
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.svc-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.svc-cat-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 25px;
  text-decoration: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  border: 1px solid transparent;
}

.svc-cat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  border-color: #78b4c8;
}

.svc-cat-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #78b4c8, #5aa8c0);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-cat-icon svg {
  width: 32px;
  height: 32px;
  color: #fff;
}

.svc-cat-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.svc-cat-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.svc-cat-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #78b4c8;
  font-weight: 600;
  font-size: 14px;
  transition: gap 0.3s ease;
}

.svc-cat-link svg {
  width: 18px;
  height: 18px;
}

.svc-cat-card:hover .svc-cat-link {
  gap: 15px;
}

/* Service Detail Sections */
.svc-detail-section {
  padding: 100px 0;
  background: #fff;
}

.svc-alt-bg {
  background: #f8f9fa;
}

.svc-section-header {
  text-align: center;
  margin-bottom: 60px;
}

.svc-section-badge {
  display: inline-block;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.svc-section-title {
  font-size: 42px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.svc-section-subtitle {
  font-size: 17px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Featured Service */
.svc-featured {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
  background: #f8f9fa;
  border-radius: 24px;
  overflow: hidden;
}

.svc-alt-bg .svc-featured {
  background: #fff;
}

.svc-featured-reverse {
  direction: rtl;
}

.svc-featured-reverse > * {
  direction: ltr;
}

.svc-featured-image {
  position: relative;
  height: 500px;
}

.svc-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-featured-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #78b4c8;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.svc-featured-content {
  padding: 50px;
}

.svc-featured-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.svc-featured-icon img {
  width: 28px;
  height: 28px;
}

.svc-featured-content h3 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.svc-featured-content > p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}

.svc-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.svc-features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #444;
  margin-bottom: 12px;
}

.svc-features-list svg {
  width: 20px;
  height: 20px;
  color: #78b4c8;
  flex-shrink: 0;
}

.svc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #78b4c8;
  color: #fff;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.svc-btn:hover {
  background: #5aa8c0;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(120, 180, 200, 0.35);
}

.svc-btn-dark {
  background: #222;
}

.svc-btn-dark:hover {
  background: #78b4c8;
}

/* Service Cards Grid */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.svc-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.svc-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: all 0.4s ease;
}

.svc-alt-bg .svc-card {
  background: #fff;
}

.svc-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  border-color: transparent;
}

.svc-card-image {
  height: 200px;
  overflow: hidden;
}

.svc-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.svc-card:hover .svc-card-image img {
  transform: scale(1.08);
}

.svc-card-content {
  padding: 30px;
}

.svc-card-icon {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.svc-card:hover .svc-card-icon {
  background: #78b4c8;
}

.svc-card-icon img {
  width: 24px;
  height: 24px;
  transition: filter 0.3s ease;
}

.svc-card:hover .svc-card-icon img {
  filter: brightness(0) invert(1);
}

.svc-card-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.svc-card-content > p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.svc-card-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.svc-card-features li {
  font-size: 13px;
  color: #555;
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 15px;
}

.svc-card-features li:last-child {
  border-bottom: none;
}

.svc-card-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #78b4c8;
  border-radius: 50%;
}

/* Process Section */
.svc-process-section {
  padding: 100px 0;
  background: #1a1a1a;
}

.svc-process-section .svc-section-badge {
  color: #78b4c8;
}

.svc-process-section .svc-section-title {
  color: #fff;
}

.svc-process-section .svc-section-subtitle {
  color: rgba(255,255,255,0.7);
}

.svc-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.svc-process-step {
  text-align: center;
  padding: 30px;
  position: relative;
}

.svc-process-step::after {
  content: '';
  position: absolute;
  top: 50px;
  right: -15px;
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, #78b4c8, transparent);
}

.svc-process-step:last-child::after {
  display: none;
}

.svc-process-number {
  font-size: 48px;
  font-weight: 700;
  color: rgba(120, 180, 200, 0.3);
  margin-bottom: 20px;
}

.svc-process-step h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.svc-process-step p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* Warranty Section */
.svc-warranty-section {
  padding: 100px 0;
  background: #fff;
}

.svc-warranty-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.svc-warranty-content h2 {
  font-size: 38px;
  font-weight: 600;
  color: #222;
  margin: 15px 0;
}

.svc-warranty-content > p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 35px;
}

.svc-warranty-items {
  margin-bottom: 35px;
}

.svc-warranty-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.svc-warranty-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #78b4c8, #5aa8c0);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-warranty-icon svg {
  width: 28px;
  height: 28px;
  color: #fff;
}

.svc-warranty-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.svc-warranty-text p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.svc-warranty-image {
  border-radius: 24px;
  overflow: hidden;
  height: 450px;
}

.svc-warranty-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Services Page Responsive */
@media screen and (max-width: 991px) {
  .svc-hero {
    min-height: auto;
    padding: 140px 0 80px;
  }

  .svc-hero-title {
    font-size: 38px;
  }

  .svc-hero-stats {
    gap: 30px;
  }

  .svc-stat-number {
    font-size: 28px;
  }

  .svc-categories {
    margin-top: -40px;
  }

  .svc-cat-grid {
    grid-template-columns: 1fr;
  }

  .svc-cat-card {
    padding: 30px;
  }

  .svc-section-title {
    font-size: 34px;
  }

  .svc-featured {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .svc-featured-reverse {
    direction: ltr;
  }

  .svc-featured-image {
    height: 350px;
  }

  .svc-featured-content {
    padding: 40px;
  }

  .svc-featured-content h3 {
    font-size: 26px;
  }

  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .svc-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .svc-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .svc-process-step::after {
    display: none;
  }

  .svc-warranty-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .svc-warranty-image {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .svc-hero {
    padding: 120px 0 60px;
  }

  .svc-hero-title {
    font-size: 30px;
  }

  .svc-hero-subtitle {
    font-size: 16px;
  }

  .svc-hero-stats {
    flex-wrap: wrap;
    gap: 25px;
  }

  .svc-stat-number {
    font-size: 24px;
  }

  .svc-categories {
    margin-top: -30px;
  }

  .svc-cat-card {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .svc-cat-icon {
    width: 60px;
    height: 60px;
  }

  .svc-detail-section {
    padding: 70px 0;
  }

  .svc-section-title {
    font-size: 28px;
  }

  .svc-featured-content {
    padding: 30px;
  }

  .svc-featured-content h3 {
    font-size: 22px;
  }

  .svc-grid,
  .svc-grid-3 {
    grid-template-columns: 1fr;
  }

  .svc-process-section {
    padding: 70px 0;
  }

  .svc-process-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .svc-process-step {
    padding: 20px;
  }

  .svc-process-number {
    font-size: 36px;
  }

  .svc-warranty-section {
    padding: 70px 0;
  }

  .svc-warranty-content h2 {
    font-size: 28px;
  }

  .svc-warranty-image {
    height: 280px;
  }
}

@media screen and (max-width: 479px) {
  .svc-hero-title {
    font-size: 26px;
  }

  .svc-hero-badge {
    font-size: 11px;
    padding: 6px 14px;
  }

  .svc-section-title {
    font-size: 24px;
  }

  .svc-featured-image {
    height: 280px;
  }

  .svc-featured-content {
    padding: 25px;
  }

  .svc-card-content {
    padding: 20px;
  }

  .svc-card-content h4 {
    font-size: 18px;
  }

  .svc-warranty-content h2 {
    font-size: 24px;
  }

  .svc-btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* ========================================
   HOMEPAGE SERVICE IMAGE CARDS
   ======================================== */

.services-showcase {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.service-category-block {
  margin-bottom: 20px;
}

.category-header-new {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.category-icon-new {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #78b4c8, #5aa8c0);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.category-icon-new svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.category-title-new {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

/* Service Image Grid */
.services-image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-image-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #f0f0f0;
}

.service-image-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(120, 180, 200, 0.2), 0 10px 30px rgba(0,0,0,0.1);
  border-color: #78b4c8;
}

.service-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-image-card:hover .service-card-img img {
  transform: scale(1.1);
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.4) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-image-card:hover .service-card-overlay {
  opacity: 1;
}

.service-card-info {
  padding: 24px;
}

.service-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0 0 8px 0;
  transition: color 0.3s ease;
}

.service-image-card:hover .service-card-title {
  color: #78b4c8;
}

.service-card-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0 0 16px 0;
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #78b4c8;
  transition: gap 0.3s ease;
}

.service-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.service-image-card:hover .service-card-link {
  gap: 12px;
}

.service-image-card:hover .service-card-link svg {
  transform: translateX(4px);
}

/* Services CTA */
.services-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.services-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #222;
  color: #fff;
  padding: 18px 36px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.services-btn:hover {
  background: #78b4c8;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(120, 180, 200, 0.3);
}

.services-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.services-btn:hover svg {
  transform: translateX(5px);
}

/* Service Image Grid Responsive */
@media screen and (max-width: 991px) {
  .services-image-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .category-title-new {
    font-size: 22px;
  }

  .service-card-img {
    height: 160px;
  }

  .service-card-info {
    padding: 20px;
  }

  .service-card-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .services-showcase {
    gap: 40px;
  }

  .category-header-new {
    margin-bottom: 24px;
  }

  .category-icon-new {
    width: 44px;
    height: 44px;
  }

  .category-icon-new svg {
    width: 20px;
    height: 20px;
  }

  .category-title-new {
    font-size: 20px;
  }

  .services-image-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-image-card {
    display: flex;
    flex-direction: row;
  }

  .service-card-img {
    width: 120px;
    height: auto;
    min-height: 140px;
    flex-shrink: 0;
  }

  .service-card-info {
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .service-card-desc {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .category-title-new {
    font-size: 18px;
  }

  .service-card-img {
    width: 100px;
    min-height: 120px;
  }

  .service-card-title {
    font-size: 15px;
  }

  .service-card-desc {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .services-btn {
    padding: 14px 28px;
    font-size: 14px;
  }
}

/* ========================================
   ABOUT PAGE STYLES
   ======================================== */

/* About Hero */
.about-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 160px 0 100px;
  overflow: hidden;
}

.about-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.about-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
}

.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.about-hero-badge {
  display: inline-block;
  background: rgba(120, 180, 200, 0.2);
  color: #78b4c8;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
  border: 1px solid rgba(120, 180, 200, 0.3);
}

.about-hero-title {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.about-hero-subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
}

/* About Story Section */
.about-story-section {
  padding: 100px 0;
  background: #fff;
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-story-images {
  position: relative;
}

.story-img-main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.story-img-main img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.story-img-float {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  border-radius: 16px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

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

.story-experience-badge {
  position: absolute;
  top: 30px;
  left: -30px;
  background: linear-gradient(135deg, #78b4c8, #5aa8c0);
  padding: 20px 25px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(120, 180, 200, 0.4);
}

.story-badge-icon {
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-badge-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}

.story-badge-text {
  color: #fff;
}

.story-badge-text span {
  display: block;
  font-size: 13px;
  opacity: 0.9;
}

.story-badge-text strong {
  font-size: 28px;
  font-weight: 600;
}

.about-story-content {
  padding-left: 20px;
}

.story-label {
  color: #78b4c8;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.story-title {
  font-size: 38px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  margin-bottom: 25px;
}

.story-text {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}

.story-text strong {
  color: #78b4c8;
}

.story-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 25px;
}

.story-highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.highlight-icon {
  width: 28px;
  height: 28px;
  background: rgba(120, 180, 200, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-icon svg {
  width: 16px;
  height: 16px;
  color: #78b4c8;
}

/* About Stats Section */
.about-stats-section {
  padding: 80px 0;
  background: #222;
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.about-stat-card {
  text-align: center;
  padding: 30px 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.about-stat-card:last-child {
  border-right: none;
}

.stat-number {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

.stat-number span {
  color: #78b4c8;
}

.stat-label {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.stat-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* Mission Section */
.about-mission-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.mission-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
}

.mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
}

.mission-card-img {
  position: relative;
  height: 220px;
}

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

.mission-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.3) 100%);
}

.mission-card-content {
  padding: 35px;
}

.mission-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #78b4c8, #5aa8c0);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: -50px;
  position: relative;
  box-shadow: 0 8px 25px rgba(120, 180, 200, 0.4);
}

.mission-icon svg {
  width: 26px;
  height: 26px;
  color: #fff;
}

.mission-title {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.mission-text {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* About Services Section */
.about-services-section {
  padding: 100px 0;
  background: #fff;
}

.about-services-header {
  text-align: center;
  margin-bottom: 60px;
}

.about-services-badge {
  display: inline-block;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-services-title {
  font-size: 42px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.about-services-subtitle {
  font-size: 17px;
  color: #666;
  max-width: 550px;
  margin: 0 auto;
}

.about-services-grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.about-service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-service-block.reverse {
  direction: rtl;
}

.about-service-block.reverse > * {
  direction: ltr;
}

.about-service-img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
}

.about-service-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-service-block:hover .about-service-img img {
  transform: scale(1.05);
}

.about-service-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.about-service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.about-service-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #555;
}

.about-service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #78b4c8;
  border-radius: 50%;
}

.about-service-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #78b4c8;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.about-service-link svg {
  width: 18px;
  height: 18px;
}

.about-service-link:hover {
  gap: 15px;
}

/* About Values Section */
.about-values-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.about-values-header {
  text-align: center;
  margin-bottom: 60px;
}

.about-values-badge {
  display: inline-block;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-values-title {
  font-size: 42px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.about-values-subtitle {
  font-size: 17px;
  color: #666;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.about-value-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 20px;
  border: 1px solid #eee;
  transition: all 0.4s ease;
}

.about-value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border-color: #78b4c8;
}

.value-icon-wrap {
  width: 56px;
  height: 56px;
  background: #f8f9fa;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.about-value-card:hover .value-icon-wrap {
  background: linear-gradient(135deg, #78b4c8, #5aa8c0);
}

.value-icon-wrap img {
  width: 26px;
  height: 26px;
  transition: filter 0.3s ease;
}

.about-value-card:hover .value-icon-wrap img {
  filter: brightness(0) invert(1);
}

.value-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.value-text {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}

/* About Partners Section */
.about-partners-section {
  padding: 100px 0;
  background: #222;
}

.about-partners-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.about-partners-badge {
  display: inline-block;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-partners-title {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
}

.about-partners-text {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}

.partners-logos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.partner-logo-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.partner-logo-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: #78b4c8;
}

.partner-logo-name {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.partner-logo-desc {
  font-size: 13px;
  color: #78b4c8;
  margin-bottom: 15px;
}

.partner-logo-text {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
}

/* About Process Section */
.about-process-section {
  padding: 100px 0;
  background: #fff;
}

.about-process-header {
  text-align: center;
  margin-bottom: 60px;
}

.about-process-badge {
  display: inline-block;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-process-title {
  font-size: 42px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.about-process-subtitle {
  font-size: 17px;
  color: #666;
}

.about-process-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.process-timeline-item {
  position: relative;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.process-timeline-item:hover {
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.timeline-number {
  font-size: 48px;
  font-weight: 700;
  color: #78b4c8;
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.5;
}

.process-timeline-item:hover .timeline-number {
  opacity: 1;
}

.timeline-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* About Testimonial Section */
.about-testimonial-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.about-testimonial-card {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  position: relative;
}

.testimonial-quote-icon {
  font-size: 120px;
  font-weight: 700;
  color: #78b4c8;
  opacity: 0.15;
  line-height: 0.5;
  position: absolute;
  top: 40px;
  left: 50px;
}

.about-testimonial-text {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.about-testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.testimonial-author-avatar {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #78b4c8, #5aa8c0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.testimonial-author-info h5 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0 0 3px 0;
}

.testimonial-author-info span {
  font-size: 14px;
  color: #666;
}

.about-testimonial-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #78b4c8;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.about-testimonial-link svg {
  width: 18px;
  height: 18px;
}

.about-testimonial-link:hover {
  gap: 15px;
}

/* About Page Responsive */
@media screen and (max-width: 991px) {
  .about-hero {
    min-height: 60vh;
    padding: 140px 0 80px;
  }

  .about-hero-title {
    font-size: 40px;
  }

  .about-story-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-story-images {
    max-width: 500px;
  }

  .story-img-float {
    right: 0;
  }

  .story-experience-badge {
    left: 0;
  }

  .about-story-content {
    padding-left: 0;
  }

  .story-title {
    font-size: 32px;
  }

  .about-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .about-stat-card {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .about-stat-card:nth-child(3),
  .about-stat-card:nth-child(4) {
    border-bottom: none;
  }

  .stat-number {
    font-size: 42px;
  }

  .mission-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-service-block,
  .about-service-block.reverse {
    grid-template-columns: 1fr;
    gap: 30px;
    direction: ltr;
  }

  .about-services-title,
  .about-values-title,
  .about-process-title {
    font-size: 34px;
  }

  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .about-partners-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .about-partners-title {
    font-size: 32px;
  }

  .about-process-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .about-hero {
    min-height: 50vh;
    padding: 120px 0 60px;
  }

  .about-hero-title {
    font-size: 32px;
  }

  .about-hero-subtitle {
    font-size: 16px;
  }

  .about-story-section,
  .about-mission-section,
  .about-services-section,
  .about-values-section,
  .about-partners-section,
  .about-process-section,
  .about-testimonial-section {
    padding: 70px 0;
  }

  .story-img-main img {
    height: 350px;
  }

  .story-img-float {
    width: 150px;
    height: 150px;
    bottom: -30px;
    right: -10px;
  }

  .story-experience-badge {
    left: -10px;
    top: 20px;
    padding: 15px 20px;
  }

  .story-badge-text strong {
    font-size: 24px;
  }

  .story-title {
    font-size: 28px;
  }

  .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .about-stat-card {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 25px 15px;
  }

  .about-stat-card:last-child {
    border-bottom: none;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .partners-logos-grid {
    grid-template-columns: 1fr;
  }

  .about-process-timeline {
    grid-template-columns: 1fr;
  }

  .about-testimonial-card {
    padding: 40px 25px;
  }

  .testimonial-quote-icon {
    font-size: 80px;
    top: 20px;
    left: 20px;
  }

  .about-testimonial-text {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  .about-hero-badge {
    font-size: 12px;
    padding: 8px 16px;
  }

  .about-hero-title {
    font-size: 28px;
  }

  .story-title {
    font-size: 24px;
  }

  .about-services-title,
  .about-values-title,
  .about-process-title {
    font-size: 28px;
  }

  .about-partners-title {
    font-size: 26px;
  }

  .mission-title {
    font-size: 20px;
  }

  .about-service-content h3 {
    font-size: 22px;
  }

  .about-service-img img {
    height: 250px;
  }

  .stat-number {
    font-size: 36px;
  }

  .timeline-number {
    font-size: 36px;
  }

  .about-testimonial-text {
    font-size: 15px;
  }
}

/* ========================================
   ABOUT PAGE - JOURNEY SECTION
   ======================================== */

.about-journey-section {
  padding: 100px 0;
  background: #fff;
}

.about-journey-header {
  text-align: center;
  margin-bottom: 70px;
}

.about-journey-badge {
  display: inline-block;
  color: #78b4c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-journey-title {
  font-size: 42px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.about-journey-subtitle {
  font-size: 17px;
  color: #666;
  max-width: 550px;
  margin: 0 auto;
}

.journey-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.journey-line {
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #78b4c8 0%, #e0e0e0 100%);
}

.journey-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
  padding-left: 0;
}

.journey-item:last-child {
  margin-bottom: 0;
}

.journey-year {
  width: 60px;
  font-size: 16px;
  font-weight: 600;
  color: #78b4c8;
  text-align: right;
  padding-top: 5px;
  flex-shrink: 0;
}

.journey-dot {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 4px solid #78b4c8;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin-top: 5px;
  transition: all 0.3s ease;
}

.journey-item:hover .journey-dot {
  background: #78b4c8;
  transform: scale(1.2);
  box-shadow: 0 0 0 6px rgba(120, 180, 200, 0.2);
}

.journey-content {
  flex: 1;
  background: #f8f9fa;
  padding: 25px 30px;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.journey-item:hover .journey-content {
  background: #fff;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transform: translateX(5px);
}

.journey-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin: 0 0 10px 0;
}

.journey-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* ========================================
   ABOUT PAGE - FOUNDER SECTION
   ======================================== */

.about-founder-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.founder-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 80px;
  align-items: center;
}

.founder-image-wrap {
  position: relative;
}

.founder-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.founder-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.founder-badge {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #78b4c8, #5aa8c0);
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(120, 180, 200, 0.4);
  white-space: nowrap;
}

.founder-content {
  position: relative;
}

.founder-quote-icon {
  font-size: 150px;
  font-weight: 700;
  color: #78b4c8;
  opacity: 0.1;
  line-height: 0.5;
  position: absolute;
  top: -20px;
  left: -20px;
  pointer-events: none;
}

.founder-heading {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
  position: relative;
}

.founder-message {
  position: relative;
}

.founder-message p {
  font-size: 16px;
  color: #555;
  line-height: 1.9;
  margin-bottom: 20px;
}

.founder-message p:last-child {
  margin-bottom: 0;
}

.founder-signature {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 2px solid #e8e8e8;
}

.founder-name {
  font-size: 22px;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.founder-title {
  font-size: 14px;
  color: #78b4c8;
  font-weight: 500;
}

/* Journey & Founder Responsive */
@media screen and (max-width: 991px) {
  .about-journey-section,
  .about-founder-section {
    padding: 80px 0;
  }

  .about-journey-title {
    font-size: 34px;
  }

  .journey-line {
    left: 70px;
  }

  .journey-year {
    width: 50px;
    font-size: 14px;
  }

  .founder-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .founder-image-wrap {
    max-width: 350px;
    margin: 0 auto;
  }

  .founder-image img {
    height: 400px;
  }

  .founder-heading {
    font-size: 28px;
  }

  .founder-quote-icon {
    font-size: 100px;
    top: -10px;
    left: -10px;
  }
}

@media screen and (max-width: 767px) {
  .about-journey-section,
  .about-founder-section {
    padding: 70px 0;
  }

  .about-journey-title {
    font-size: 28px;
  }

  .journey-timeline {
    padding-left: 0;
  }

  .journey-line {
    left: 10px;
  }

  .journey-item {
    flex-direction: column;
    gap: 15px;
    padding-left: 40px;
  }

  .journey-year {
    width: auto;
    text-align: left;
    padding-top: 0;
  }

  .journey-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
  }

  .journey-content {
    padding: 20px;
  }

  .journey-content h4 {
    font-size: 18px;
  }

  .journey-content p {
    font-size: 14px;
  }

  .founder-image img {
    height: 350px;
  }

  .founder-heading {
    font-size: 24px;
    text-align: center;
  }

  .founder-quote-icon {
    display: none;
  }

  .founder-message p {
    font-size: 15px;
  }

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

  .founder-badge {
    padding: 10px 22px;
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .about-journey-title {
    font-size: 24px;
  }

  .journey-item {
    margin-bottom: 35px;
  }

  .journey-content {
    padding: 18px;
  }

  .founder-image img {
    height: 300px;
  }

  .founder-name {
    font-size: 18px;
  }
}

/* ===================================
   CONTACT PAGE STYLES
   =================================== */

/* Contact Hero Section */
.contact-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0 80px;
}

.contact-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.contact-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(34, 34, 34, 0.9) 0%, rgba(60, 60, 60, 0.85) 100%);
  z-index: 1;
}

.contact-hero .container {
  position: relative;
  z-index: 2;
}

.contact-hero-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.contact-hero-badge {
  display: inline-block;
  background: rgba(120, 180, 200, 0.2);
  color: #78b4c8;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border: 1px solid rgba(120, 180, 200, 0.3);
}

.contact-hero-title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.contact-hero-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 0;
}

/* Contact Main Section */
.contact-main-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* Contact Info Column */
.contact-info-column {
  padding-right: 20px;
}

.contact-info-header {
  margin-bottom: 40px;
}

.contact-info-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.contact-info-header p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

/* Contact Info Cards */
.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.contact-info-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: linear-gradient(135deg, #78b4c8 0%, #5a9eb5 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.contact-info-icon svg {
  width: 24px;
  height: 24px;
}

.contact-info-icon.whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.contact-info-details {
  flex: 1;
}

.contact-info-details h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.contact-info-link {
  display: block;
  font-size: 16px;
  color: #78b4c8;
  text-decoration: none;
  font-weight: 500;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}

.contact-info-link:hover {
  color: #5a9eb5;
}

.contact-info-note {
  font-size: 13px;
  color: #888;
  display: block;
  margin-top: 4px;
}

/* Office Locations */
.contact-locations {
  margin-top: 40px;
}

.contact-locations h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

.location-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.location-card {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 0.3s ease;
}

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.location-badge {
  display: inline-block;
  background: rgba(120, 180, 200, 0.15);
  color: #78b4c8;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.location-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.location-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Contact Form Column */
.contact-form-column {
  padding-left: 20px;
}

.contact-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
}

.contact-form-header {
  margin-bottom: 30px;
  text-align: center;
}

.contact-form-header h3 {
  font-size: 26px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.contact-form-header p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

/* Form Styles */
.contact-form-new {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.form-input {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  font-size: 15px;
  color: #333;
  background: #f8f9fa;
  transition: all 0.2s ease;
  font-family: var(--body-font);
}

.form-input:focus {
  outline: none;
  border-color: #78b4c8;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(120, 180, 200, 0.15);
}

.form-input::placeholder {
  color: #aaa;
}

.form-select {
  appearance: none;
  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='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

.form-textarea {
  min-height: 120px;
  resize: vertical;
}

.form-checkbox-group {
  margin-top: 5px;
}

.form-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  line-height: 1.5;
}

.form-checkbox {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: #78b4c8;
  cursor: pointer;
}

.form-checkbox-label a {
  color: #78b4c8;
  text-decoration: none;
}

.form-checkbox-label a:hover {
  text-decoration: underline;
}

.form-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, #78b4c8 0%, #5a9eb5 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--body-font);
  margin-top: 10px;
}

.form-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(120, 180, 200, 0.35);
}

.form-submit-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}

.form-submit-btn:hover svg {
  transform: translateX(4px);
}

/* Contact Stats Section */
.contact-stats-section {
  padding: 80px 0;
  background: #fff;
}

.contact-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.contact-stat-item {
  text-align: center;
  padding: 40px 30px;
  background: #f8f9fa;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.contact-stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.contact-stat-number {
  font-size: 56px;
  font-weight: 700;
  color: #78b4c8;
  line-height: 1;
  margin-bottom: 10px;
}

.contact-stat-number span {
  font-size: 32px;
  font-weight: 600;
}

.contact-stat-label {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.contact-stat-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

/* Contact Process Section */
.contact-process-section {
  padding: 80px 0 100px;
  background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.contact-process-header {
  text-align: center;
  margin-bottom: 60px;
}

.contact-process-header h2 {
  font-size: 36px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.contact-process-header p {
  font-size: 18px;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
}

.contact-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}

.contact-process-steps::before {
  content: '';
  position: absolute;
  top: 35px;
  left: 60px;
  right: 60px;
  height: 2px;
  background: linear-gradient(90deg, #78b4c8 0%, #e0e0e0 50%, #78b4c8 100%);
  z-index: 0;
}

.contact-process-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.process-step-number {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #78b4c8 0%, #5a9eb5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 20px;
  box-shadow: 0 8px 25px rgba(120, 180, 200, 0.3);
}

.process-step-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.process-step-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ===================================
   CONTACT PAGE RESPONSIVE STYLES
   =================================== */

@media screen and (max-width: 991px) {
  .contact-hero {
    min-height: 350px;
    padding: 100px 0 60px;
  }

  .contact-hero-title {
    font-size: 38px;
  }

  .contact-hero-subtitle {
    font-size: 16px;
  }

  .contact-main-section {
    padding: 80px 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-info-column,
  .contact-form-column {
    padding: 0;
  }

  .contact-info-header h2 {
    font-size: 28px;
  }

  .location-cards {
    grid-template-columns: 1fr 1fr;
  }

  .contact-stats-grid {
    gap: 25px;
  }

  .contact-stat-number {
    font-size: 48px;
  }

  .contact-process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .contact-process-steps::before {
    display: none;
  }

  .contact-process-header h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact-hero {
    min-height: 300px;
    padding: 90px 0 50px;
  }

  .contact-hero-title {
    font-size: 32px;
  }

  .contact-hero-badge {
    font-size: 12px;
    padding: 6px 16px;
  }

  .contact-main-section {
    padding: 60px 0;
  }

  .contact-grid {
    gap: 40px;
  }

  .contact-info-header h2 {
    font-size: 26px;
  }

  .contact-info-card {
    padding: 20px;
  }

  .contact-info-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .contact-info-icon svg {
    width: 22px;
    height: 22px;
  }

  .location-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .location-card {
    padding: 20px;
  }

  .contact-form-card {
    padding: 30px 24px;
  }

  .contact-form-header h3 {
    font-size: 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-stats-section {
    padding: 60px 0;
  }

  .contact-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-stat-item {
    padding: 30px 25px;
  }

  .contact-stat-number {
    font-size: 44px;
  }

  .contact-process-section {
    padding: 60px 0 80px;
  }

  .contact-process-steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact-process-step {
    display: flex;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
  }

  .process-step-number {
    width: 56px;
    height: 56px;
    min-width: 56px;
    font-size: 24px;
    margin: 0;
  }

  .process-step-content {
    flex: 1;
    padding-top: 8px;
  }

  .contact-process-header h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 479px) {
  .contact-hero {
    min-height: 280px;
    padding: 80px 0 40px;
  }

  .contact-hero-title {
    font-size: 26px;
  }

  .contact-hero-subtitle {
    font-size: 15px;
  }

  .contact-main-section {
    padding: 50px 0;
  }

  .contact-info-header h2 {
    font-size: 24px;
  }

  .contact-info-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
  }

  .contact-info-icon {
    margin: 0 auto;
  }

  .contact-info-details {
    text-align: center;
  }

  .contact-form-card {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .contact-form-header h3 {
    font-size: 20px;
  }

  .form-input {
    padding: 12px 14px;
    font-size: 14px;
  }

  .form-submit-btn {
    padding: 14px 24px;
    font-size: 15px;
  }

  .contact-stat-number {
    font-size: 40px;
  }

  .contact-stat-number span {
    font-size: 26px;
  }

  .contact-stat-label {
    font-size: 16px;
  }

  .contact-process-header h2 {
    font-size: 22px;
  }

  .process-step-number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 20px;
  }

  .process-step-content h4 {
    font-size: 16px;
  }

  .process-step-content p {
    font-size: 13px;
  }
}
