@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-block {
  display: block !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex, .nhm-pagination ul, .nhm-pagination ul li a, .btn, .slick-arrow:before, .menu-mobile .js-close, .mxh, .mxh a, .js-uptop, .footer .mxh-ft, .footer .mxh-ft a, .footer .address ul, .page-value .items, .page-value .items--images, .page-search .form, .sidebar-products ul li a, .filter-products .form, .js-filter-products, .items-support .address span, .page-contact .items-contact .top, .page-contact .address ul, .page-contact .address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.font-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.the_content {
  line-height: 1.5;
  font-size: 16px;
}
.the_content .heading {
  color: var(--blue);
}
.the_content iframe {
  width: 100%;
  margin: 10px 0px;
}
.the_content article {
  margin-bottom: 1rem;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  margin-bottom: 1rem;
}
.the_content h1,
.the_content h2 {
  font-size: 200%;
}
.the_content h3 {
  font-size: 150%;
}
.the_content h4 {
  font-size: 125%;
}
.the_content h5 {
  font-size: 110%;
}
.the_content h6 {
  font-size: 100%;
}
.the_content p {
  margin-bottom: 1rem;
}
.the_content p:last-child {
  margin-bottom: 0;
}
.the_content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ul li {
  padding: 5px 0px;
}
.the_content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ol li {
  padding: 5px 0px;
}
.the_content img {
  width: 100%;
  max-width: 100%;
}
.the_content iframe {
  max-width: 100%;
}
.the_content table {
  display: table;
  width: 100%;
}
.the_content table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 100%;
}
.the_content blockquote {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  font-style: italic;
  margin-bottom: 20px;
  border-radius: 10px;
}
.the_content blockquote p:last-child {
  margin-bottom: 0;
}

.nhm-pagination {
  margin-top: 20px;
}
.nhm-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nhm-pagination ul li {
  margin: 0px 5px;
}
.nhm-pagination ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  background-color: var(--blue);
  color: #fff;
  border-radius: 3px;
}
.nhm-pagination ul li a:hover {
  background-color: var(--red);
}
.nhm-pagination ul .active a {
  background-color: var(--red);
}

:root {
  --navy: #0d1f3c;
  --navy-mid: #162847;
  --blue: #1e3b8a;
  --blue-light: #2d55c5;
  --gold: #c9a84c;
  --gold-light: #e2c06e;
  --white: #ffffff;
  --off-white: #f4f6fb;
  --gray: #8896b3;
  --gray-light: #e8ecf5;
  --text: #1a2540;
  --font: "Inter", sans-serif;
  --font-oppen: "Inter", sans-serif;
  --background-rgba: linear-gradient(to right, #3a50cb, #15268b);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: var(--font);
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  text-decoration: none !important;
}

img,
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 100%;
  line-height: 1.5;
}

button,
img,
input,
select {
  outline: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
.relative {
  position: relative;
  z-index: 5;
}

.custom-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 250px;
  height: 50px;
  border-radius: 5px;
  font-size: 100%;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  background-color: var(--red);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn:hover {
  background-color: var(--blue);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
.ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pd-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  right: 0;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-blue);
  z-index: 5;
  border: 0;
  outline: none;
  font-size: 0;
  cursor: pointer;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.slick-arrow:before {
  content: "";
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  background: var(--blue);
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-next {
  right: 0;
}
.slick-next:before {
  content: ">";
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "<";
}

.mb-24 {
  margin-bottom: 24px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--blue);
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: var(--blue);
}

svg {
  width: 20px;
}

.title-main {
  text-align: justify;
}
.title-main .heading {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 250%;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--blue);
}
.title-main p {
  margin-bottom: 50px;
}

.title-main-2 {
  text-align: center;
  max-width: 655px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.title-main-2 .heading {
  color: #fff;
  font-size: 250%;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.title-main-2 .text {
  font-weight: 600;
  color: #fff;
  font-size: 125%;
  margin-bottom: 0;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.max-content .heading {
  text-align: center;
}

.row-custom-50 {
  margin: 0px -25px;
}
.row-custom-50 .col-custom-50 {
  padding: 0px 25px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.rank-math-breadcrumb {
  padding-top: 30px;
}
.rank-math-breadcrumb a {
  color: #000;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
  display: none;
  overflow: auto;
}
.menu-mobile .js-close {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 10px 20px 10px;
  font-size: 30px;
  color: #fff;
}
.menu-mobile .js-close span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}
.menu-mobile .search {
  width: 95%;
  margin: 0 auto;
}
.menu-mobile .search form {
  position: relative;
}
.menu-mobile .search form button {
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 40px;
  height: 40px;
}
.menu-mobile .search form button svg {
  width: 20px;
  fill: #000;
}
.menu-mobile .search input {
  width: 100%;
  padding-left: 10px;
  border: 0;
  outline: none;
  background: #fff;
  height: 40px;
  border-radius: 1px;
}
.menu-mobile ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 110%;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #979797;
}
.menu-mobile ul li .sub-menu li a {
  padding-left: 30px;
}

.mxh {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mxh a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 5px;
  color: #000;
}
.mxh a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.mxh a svg {
  width: 15px;
}

.js-uptop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: var(--blue);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
  cursor: pointer;
}
.js-uptop svg {
  fill: #fff;
}
.js-uptop svg path {
  fill: #fff;
}

.footer {
  background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
  color: #fff;
  padding-top: 50px;
}
.footer__content {
  color: #fff;
  margin-bottom: 20px;
}
.footer__content .logo {
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}
.footer__content .the_content h3,
.footer__content .the_content h2 {
  font-size: 125%;
}
.footer .heading-ft {
  font-size: 125%;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer__menu ul li a {
  display: block;
  padding-bottom: 15px;
  color: #fff;
}
.footer__menu ul li a:hover {
  color: var(--red);
}
.footer .mxh-ft a {
  padding-right: 20px;
  color: #fff;
}
.footer .mxh-ft a:last-child {
  padding-right: 0;
}
.footer .mxh-ft a svg {
  margin-right: 10px;
}
.footer .maps {
  margin-top: 20px;
}
.footer .maps iframe {
  height: 200px;
  border-radius: 10px;
}
.footer .address {
  padding-top: 30px;
}
.footer .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .address ul li {
  font-size: 14px;
}
.footer .coppyright {
  border-top: 1px solid #fff;
  padding: 15px 0px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}

/* ── NAV ── */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

nav {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0px;
}

.logo {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: -0.5px;
}

.logo span {
  color: var(--blue);
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  list-style: none;
}

.nav-links a {
  color: #000;
  text-decoration: none;
  font-size: 90%;
  font-weight: 500;
  letter-spacing: 0.3px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--blue);
}

.nav-cta {
  background: var(--blue);
  color: var(--white) !important;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 90%;
  font-weight: 600 !important;
  -webkit-transition: background 0.2s !important;
  transition: background 0.2s !important;
}

.nav-cta:hover {
  background: var(--gold-light) !important;
  color: var(--navy) !important;
}

/* ── HERO ── */
.hero {
  background: #f6f6f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 59, 138, 0.25) 0%, transparent 70%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: 30%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #e1e4ee;
  border: 1px solid #e1e4ee;
  padding: 6px 14px;
  border-radius: 30px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  -webkit-animation: fadeUp 0.6s ease both;
          animation: fadeUp 0.6s ease both;
}

.hero h1 {
  font-family: "Inter", sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.08;
  color: var(--black);
  margin-bottom: 24px;
  -webkit-animation: fadeUp 0.7s ease 0.1s both;
          animation: fadeUp 0.7s ease 0.1s both;
}

.hero h1 em {
  font-style: normal;
  color: var(--blue);
}

.hero p {
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 40px;
  -webkit-animation: fadeUp 0.7s ease 0.2s both;
          animation: fadeUp 0.7s ease 0.2s both;
}

.hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fadeUp 0.7s ease 0.3s both;
          animation: fadeUp 0.7s ease 0.3s both;
}

.btn-primary {
  background: var(--blue);
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-shadow: 0 4px 24px rgba(201, 168, 76, 0.3);
          box-shadow: 0 4px 24px rgba(201, 168, 76, 0.3);
}

.btn-primary:hover {
  background: var(--gold-light);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 32px rgba(201, 168, 76, 0.4);
          box-shadow: 0 8px 32px rgba(201, 168, 76, 0.4);
}

.btn-secondary {
  color: #475569;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.btn-secondary:hover {
  color: var(--white);
}

.btn-secondary::before {
  content: "▶";
  width: 36px;
  height: 36px;
  background: #475569;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #fff;
}

.trust-line {
  margin-top: 40px;
  color: #475569;
  font-size: 13px;
  -webkit-animation: fadeUp 0.7s ease 0.4s both;
          animation: fadeUp 0.7s ease 0.4s both;
}

.trust-line strong {
  color: var(--gold);
}

/* Before/After slider */
.hero-visual {
  position: relative;
  -webkit-animation: fadeUp 0.9s ease 0.2s both;
          animation: fadeUp 0.9s ease 0.2s both;
  background: #e7e9ef;
  border-radius: 20px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px #d7d7d7;
          box-shadow: 0 0 10px #d7d7d7;
}

.ba-card {
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #fff;
  aspect-ratio: 4/3;
  position: relative;
}

.ba-label {
  position: absolute;
  z-index: 5;
  bottom: 16px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.ba-label.before {
  left: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.ba-label.after {
  right: 16px;
  background: var(--blue);
  color: #fff;
}

.ba-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ba-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

/* Đảm bảo thẻ bao ngoài không cho phép bôi đen khi kéo chuột */
.ba-card {
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #fff;
  aspect-ratio: 4/3;
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Container chứa 2 ảnh */
.ba-split {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Xếp 2 ảnh chồng khít lên nhau 100% */
.ba-before,
.ba-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ảnh Before ở dưới (Z-index nhỏ hơn) */
.ba-before {
  z-index: 1;
}

/* Ảnh After ở trên (Z-index lớn hơn) */
.ba-after {
  z-index: 2;
  /* Dùng clip-path cắt bỏ 50% bên trái của ảnh After để lộ ảnh Before ở dưới */
  -webkit-clip-path: inset(0 0 0 50%);
          clip-path: inset(0 0 0 50%);
}

/* Đảm bảo thẻ img bên trong lấp đầy không gian */
.ba-before img,
.ba-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.ba-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: white;
  z-index: 4;
}
.ba-divider .ba-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  z-index: 7;
  cursor: col-resize;
  -webkit-transition: -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
  transition: -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
  transition: transform 0.15s, box-shadow 0.15s;
  transition: transform 0.15s, box-shadow 0.15s, -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
}
.ba-divider .ba-handle svg {
  pointer-events: none;
}

/* Room illustration */
.room-before {
  width: 85%;
  height: 80%;
  background: #5a5a5a;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.room-before::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 10%;
  right: 10%;
  height: 40%;
  background: #8a8a8a;
  border-radius: 4px;
}

.room-before::after {
  content: "";
  position: absolute;
  bottom: 15%;
  left: 20%;
  right: 20%;
  height: 25%;
  background: #6a6a6a;
  border-radius: 4px;
}

.room-after {
  width: 85%;
  height: 80%;
  background: #c8d8e8;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.room-after::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 5%;
  right: 5%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#87ceeb), to(#b0d4e8));
  background: linear-gradient(180deg, #87ceeb 0%, #b0d4e8 100%);
  border-radius: 4px;
}

.room-after::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 15%;
  right: 15%;
  height: 30%;
  background: #8b6914;
  border-radius: 4px;
}

/* ── SECTION COMMONS ── */
section {
  padding: 100px 60px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 12px;
}

.title-section p {
  margin-bottom: 0;
  color: #64748b;
}

.section-title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 10px;
}

.section-sub {
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
}

/* ── BEFORE/AFTER SHOWCASE ── */
.showcase-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.view-all {
  color: var(--blue);
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.view-all:hover {
  color: var(--blue-light);
}

.slick-case {
  margin: 0px -15px;
}
.slick-case .items {
  padding: 0px 15px;
}
.slick-case .slick-arrow {
  top: 40%;
}

.showcase-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid var(--gray-light);
}

.showcase-card:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
          box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.showcase-img {
  height: 240px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.sc-before {
  background: linear-gradient(135deg, #888 0%, #aaa 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-after-int {
  background: linear-gradient(135deg, #4a8fa8 0%, #7ec8e3 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-after-ext {
  background: linear-gradient(135deg, #e8b84b 0%, #f5d78e 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sc-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: white;
  z-index: 2;
}

.sc-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  color: var(--navy);
  z-index: 3;
}

.badge-after {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 4;
  background: var(--blue);
  color: white;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

.showcase-info {
  padding: 24px;
}

.showcase-info h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--text);
  margin-bottom: 8px;
}

.showcase-info p {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.6;
}

/* ── SERVICES ── */
.site-services {
  background: #f6f6f8;
}

.services-header {
  text-align: center;
  margin-bottom: 40px;
}

.services-header .section-sub {
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 14px;
  padding: 32px 28px;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  position: relative;
  overflow: hidden;
}
.service-card .icon img {
  width: 40px;
  height: 40px;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(var(--blue)), to(var(--gold)));
  background: linear-gradient(90deg, var(--blue), var(--gold));
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.service-card:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.service-card:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 8px 32px rgba(30, 59, 138, 0.12);
          box-shadow: 0 8px 32px rgba(30, 59, 138, 0.12);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.service-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--off-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--text);
  margin-bottom: 10px;
}

.service-card p {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.65;
}

/* ── HDR FEATURE ── */
.hdr-section {
  background: #fff;
}

.hdr-visual {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hdr-before {
  background: linear-gradient(135deg, #555 0%, #777 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hdr-after {
  background: linear-gradient(135deg, #1a3a5c 0%, #4a8fa8 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hdr-content {
  padding-left: 30px;
}

.hdr-content .section-title {
  color: var(--black);
}

.hdr-content .section-label {
  color: var(--gold);
}

.hdr-content p {
  color: var(--black);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* ── FLOOR PLAN ── */
.floorplan {
  background: var(--off-white);
}

.floorplan-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fp-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-light);
}

.fp-drawing {
  height: 220px;
  background: var(--off-white);
  border-radius: 12px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fp-svg {
  width: 85%;
  height: 85%;
}

.fp-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.fp-feat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--gray);
  font-weight: 500;
}

.fp-feat span {
  font-size: 16px;
}

/* ── VIDEO ── */
.video-section {
  background: var(--navy);
  text-align: center;
  padding: 120px 60px;
  position: relative;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--blue);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 36px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 0 0 16px rgba(76, 120, 201, 0.15);
          box-shadow: 0 0 0 16px rgba(76, 120, 201, 0.15);
  font-size: 24px;
  color: var(--navy);
  -webkit-animation: pulse 2s ease infinite;
          animation: pulse 2s ease infinite;
}

.play-btn:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 0 0 24px rgba(201, 168, 76, 0.1);
          box-shadow: 0 0 0 24px rgba(201, 168, 76, 0.1);
}

@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(76, 120, 201, 0.15);
            box-shadow: 0 0 0 16px rgba(76, 120, 201, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 0 24px rgba(76, 120, 201, 0.15);
            box-shadow: 0 0 0 24px rgba(76, 120, 201, 0.15);
  }
}

@keyframes pulse {
  0%,
  100% {
    -webkit-box-shadow: 0 0 0 16px rgba(76, 120, 201, 0.15);
            box-shadow: 0 0 0 16px rgba(76, 120, 201, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 0 24px rgba(76, 120, 201, 0.15);
            box-shadow: 0 0 0 24px rgba(76, 120, 201, 0.15);
  }
}
.video-section .section-title {
  color: var(--white);
  font-size: 48px;
}

.video-section p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  max-width: 520px;
  margin: 0 auto 36px;
}

.video-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}

.btn-outline:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

/* ── HOW IT WORKS ── */
.how {
  text-align: center;
}

.how .section-title {
  margin-bottom: 60px;
}

.steps-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.steps-row::before {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(16.67% + 30px);
  right: calc(16.67% + 30px);
  height: 2px;
  background: var(--gray-light);
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--blue);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 20px rgba(30, 59, 138, 0.3);
          box-shadow: 0 4px 20px rgba(30, 59, 138, 0.3);
  position: relative;
  z-index: 1;
}

.step h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.step p {
  color: var(--gray);
  font-size: 14px;
  line-height: 1.65;
}

/* ── PRICING ── */
.pricing {
  background: var(--off-white);
}
.pricing .btn-primary {
  display: block;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
}

.pricing-header {
  text-align: center;
  margin-bottom: 56px;
}

.pricing-header .section-sub {
  margin: 0 auto;
}

.pricing-table {
  max-width: 700px;
  margin: 0 auto;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--gray-light);
}

.pricing-row {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 22px 36px;
  border-bottom: 1px solid var(--gray-light);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.pricing-row:last-child {
  border-bottom: none;
}

.pricing-row:hover {
  background: var(--off-white);
}

.pricing-row .service {
  font-weight: 600;
  color: var(--text);
  font-size: 16px;
}

.pricing-row .desc {
  color: var(--gray);
  font-size: 13px;
  margin-top: 10px;
  text-align: justify;
  padding-right: 100px;
}

.pricing-row .price {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--blue);
}

.pricing-cta {
  text-align: center;
  margin-top: 40px;
}

/* ── CTA COUNTDOWN ── */
.cta-section {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  text-align: center;
  padding: 100px 60px;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "⭐ EXCLUSIVE OFFER";
  display: inline-block;
  background: rgba(201, 168, 76, 0.15);
  border: 1px solid rgba(201, 168, 76, 0.3);
  color: var(--gold);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.cta-section .section-title {
  color: var(--white);
  font-size: 48px;
  margin-bottom: 16px;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 17px;
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}

.count-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 20px 28px;
  min-width: 90px;
}

.count-num {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}

.count-label {
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ── FINAL CTA ── */
.final-cta {
  text-align: center;
  padding: 100px 0px;
}
.final-cta .content {
  background: var(--blue);
  padding: 100px 60px;
  border-radius: 30px;
}

.final-cta .section-title {
  color: var(--white);
  margin-bottom: 16px;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  margin-bottom: 40px;
}

.final-cta .btn-primary {
  background: var(--white);
  color: var(--blue);
}

.final-cta .btn-primary:hover {
  background: var(--off-white);
}

/* ── FOOTER ── */
footer {
  background: var(--navy);
  padding: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand .logo {
  font-size: 20px;
  display: block;
  margin-bottom: 16px;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 1.7;
}

.footer-col h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.footer-col ul a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer-col ul a:hover {
  color: var(--gold);
}

.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
}

/* Animations */
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ── HAMBURGER ── */
.nav-hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 110;
}

.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--blue);
  border-radius: 2px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.nav-hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}

.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}

.nav-hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

/* ══════════════════════════════════════
     iPad Pro  — 1024px
  ══════════════════════════════════════ */
@media (max-width: 1024px) {
  nav {
    padding: 10px 0px;
  }

  .nav-links {
    gap: 20px;
  }

  .nav-links a {
    font-size: 13px;
  }

  section {
    padding: 80px 32px;
  }

  .hero {
    padding: 100px 32px 70px;
  }

  .hero-inner {
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(36px, 4.5vw, 52px);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .hdr-section {
    padding: 80px 32px;
    gap: 48px;
  }

  .floorplan-inner {
    gap: 48px;
  }

  .footer-inner {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 32px;
  }
}
/* ══════════════════════════════════════
     iPad  — 768px
  ══════════════════════════════════════ */
@media (max-width: 834px) {
  /* Nav → hamburger */
  .nav-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-hamburger.open span {
    background: #fff;
  }

  nav {
    padding: 10px 0px;
  }

  .nav-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 31, 60, 0.98);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    z-index: 105;
  }

  .nav-links.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-links.open a {
    color: #fff;
  }

  .nav-links a {
    font-size: 18px;
  }

  .nav-cta {
    display: none !important;
  }

  section {
    padding: 72px 24px;
  }

  /* Hero: stack vertically */
  .hero {
    padding: 110px 24px 60px;
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }

  .hero-badge {
    margin: 0 auto 20px;
  }

  .hero h1 {
    font-size: clamp(34px, 6vw, 48px);
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .trust-line {
    text-align: center;
  }

  .ba-card {
    margin: 0 auto;
  }

  /* Showcase: stack */
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .showcase-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* Services: 2 col */
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* HDR: stack */
  .hdr-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 24px;
  }

  .hdr-visual {
    max-width: 480px;
    margin: 0 auto;
  }

  .hdr-content {
    text-align: center;
  }

  .hdr-content .section-sub {
    margin: 0 auto 32px;
  }

  /* Floor plan: stack */
  .floorplan-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .fp-card {
    max-width: 480px;
    margin: 0 auto;
  }

  /* Steps: still 3-col but condensed */
  .steps-row {
    gap: 24px;
  }

  /* Pricing table */
  .pricing-row {
    padding: 18px 24px;
  }

  /* Countdown */
  .count-box {
    padding: 16px 20px;
    min-width: 80px;
  }

  .count-num {
    font-size: 38px;
  }

  /* Video */
  .video-section {
    padding: 80px 24px;
  }

  /* CTA */
  .cta-section {
    padding: 80px 24px;
  }

  .cta-section .section-title {
    font-size: 36px;
  }

  /* Final CTA */
  .final-cta {
    padding: 80px 0;
  }

  /* Footer */
  footer {
    padding: 48px 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}
/* ══════════════════════════════════════
     Mobile  — 480px
  ══════════════════════════════════════ */
@media (max-width: 480px) {
  section {
    padding: 50px 0px;
  }

  /* Hero */
  .hero {
    padding: 50px 20px 30px;
  }

  .hero h1 {
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.15;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
  }

  .btn-primary {
    text-align: center;
  }

  .btn-secondary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* Showcase */
  .showcase-img {
    height: 200px;
  }

  .service-card {
    padding: 10px;
  }

  /* HDR */
  .hdr-section {
    padding: 60px 0px;
  }

  /* Floor plan */
  .fp-card {
    padding: 24px 0px;
  }

  .fp-drawing {
    height: 180px;
  }

  .fp-features {
    gap: 12px;
  }

  /* Steps: stack vertically */
  .steps-row {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .steps-row::before {
    display: none;
  }

  .step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .step-num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48px;
    height: 48px;
    font-size: 18px;
    margin-bottom: 0;
  }

  /* Pricing */
  .pricing-table {
    border-radius: 14px;
  }

  .pricing-row {
    padding: 16px 20px;
    gap: 12px;
  }

  .pricing-row .service {
    font-size: 14px;
  }

  .pricing-row .price {
    font-size: 18px;
  }

  /* Countdown */
  .countdown {
    gap: 12px;
  }

  .count-box {
    padding: 14px 16px;
    min-width: 72px;
  }

  .count-num {
    font-size: 32px;
  }

  .count-label {
    font-size: 10px;
  }

  /* Video */
  .video-section {
    padding: 60px 0px;
  }

  .video-section .section-title {
    font-size: 28px;
  }

  .video-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }

  /* CTA */
  .cta-section {
    padding: 60px 20px;
  }

  .cta-section .section-title {
    font-size: 28px;
  }

  /* Final CTA */
  .final-cta {
    padding: 30px 0px;
  }

  .final-cta .section-title {
    font-size: 28px;
  }

  /* Footer */
  footer {
    padding: 40px 15px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .showcase-grid.row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    /* QUAN TRỌNG */
    overflow-x: auto;
    gap: 12px;
    padding: 0 15px;
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
  }

  .showcase-grid.row > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
    scroll-snap-align: start;
  }

  .showcase-grid::-webkit-scrollbar {
    display: none;
  }

  .showcase-grid {
    -webkit-overflow-scrolling: touch;
    /* mượt trên iOS */
  }

  .showcase-grid.disable-scroll {
    overflow-x: hidden;
  }

  .ba-card {
    -ms-touch-action: none;
        touch-action: none;
  }

  .ba-card {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }

  .hdr-content {
    padding-left: 0;
    padding-top: 20px;
  }

  .pricing-row .desc {
    padding-right: 15px;
  }

  .final-cta .content {
    padding: 30px 10px;
  }
}
.page-about .images img {
  border-radius: 247px 0px 0px 247px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about {
  padding-top: 30px;
}

.page-value {
  background: #f8f7f7;
}
.page-value--content {
  padding-left: 16%;
}
.page-value .items {
  border-radius: 111px 0px 0px 111px;
  background: -webkit-gradient(linear, left top, right top, from(#153155), to(#2e6cbb));
  background: linear-gradient(90deg, #153155 0%, #2e6cbb 100%);
  padding: 40px 40px;
  color: #fff;
  margin-bottom: 35px;
}
.page-value .items:last-child {
  margin-bottom: 0;
}
.page-value .items--images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  max-width: 26%;
}
.page-value .items--images h3 {
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: bold;
}
.page-value .items--content {
  max-width: 880px;
  font-size: 100%;
  text-align: justify;
  line-height: 1.5;
}

.page-search {
  padding: 30px 0px;
  border-bottom: 1px solid #ccc;
}
.page-search .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}
.page-search .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-search .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
}

.sidebar-products {
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  margin-bottom: 25px;
}
.sidebar-products .title {
  padding: 15px 30px;
  background-color: var(--red);
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  font-size: 100%;
}
.sidebar-products ul {
  padding: 10px 0px;
}
.sidebar-products ul li a {
  padding: 15px 30px;
  color: #000;
  line-height: 1.3;
}
.sidebar-products ul li a:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 10px;
}
.sidebar-products ul li a:hover {
  color: var(--red);
}
.sidebar-products ul li .active {
  color: var(--red);
}
.sidebar-products ul li .active:before {
  background-color: var(--red);
  border-color: var(--red);
}

@media screen and (max-width: 700px) {
  .filter-products {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: linear-gradient(124deg, #0d2e42 29.72%, #010c34 54.59%);
    padding: 30px 15px;
    display: none;
  }
}
.filter-products .js-close {
  text-align: right;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
  display: none;
}
@media screen and (max-width: 700px) {
  .filter-products .js-close {
    display: block;
  }
}
.filter-products select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding: 0px 10px;
  border: 1px solid #ccc;
}
.filter-products .btn {
  min-width: 100px;
  height: 40px;
  border: 0;
  margin-left: 10px;
  cursor: pointer;
}
.filter-products .form-control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83%;
          flex: 0 0 83%;
  max-width: 83%;
}
.filter-products .form {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.filter-products .btn {
  border: 0;
  height: 45px;
  border-radius: 5px;
  font-size: 100%;
  cursor: pointer;
  padding: 0px 20px;
}

.js-filter-products {
  position: fixed;
  bottom: 20px;
  left: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: var(--red);
  color: #fff;
  border-radius: 30px;
  z-index: 99;
  padding: 10px 20px;
  display: none;
}
@media screen and (max-width: 700px) {
  .js-filter-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.js-filter-products svg {
  fill: #fff;
  margin-right: 10px;
}

.single-products {
  padding-top: 30px;
}
.single-products .ratio {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-bottom: 67%;
}
.single-products .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.single-products h1 {
  font-size: 150%;
  margin-bottom: 20px;
}
.single-products table {
  display: table;
  width: 100%;
  border-radius: 5px;
  overflow: auto;
}
.single-products table tr td {
  padding: 10px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
}
.single-products table tr td:first-child {
  font-weight: bold;
}
.single-products table tr td a {
  padding-right: 10px;
  color: var(--blue);
}
.single-products table tr td a:last-child {
  padding-right: 0;
}
.single-products table tr td a:last-child:after {
  display: none;
}
.single-products table tr td a:after {
  content: "-";
  padding-left: 10px;
}
.single-products table tr td:last-child {
  text-transform: uppercase;
  color: var(--blue);
}
.single-products .text {
  padding: 15px;
  border-radius: 5px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.single-products .content-button {
  overflow: hidden;
}
.single-products .btn {
  margin-top: 20px;
  width: 100%;
}

.page-infor {
  padding-bottom: 50px;
}
.page-infor .title-main .heading {
  font-size: 150%;
}

.mb-10 {
  margin-bottom: 10px;
}

.sidebar-single .title {
  font-size: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
}
.sidebar-single .img {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 5px;
}
.sidebar-single .row-custom {
  margin: 0px -5px;
}
.sidebar-single .row-custom .col-custom {
  padding: 0px 5px;
}
.sidebar-single .items:hover .content h3 a {
  color: var(--blue);
}
.sidebar-single .items .ratio {
  border: 2px solid #ccc;
  border-radius: 10px;
}
.sidebar-single .items .ratio img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.sidebar-single .items .content {
  padding-left: 10px;
}
.sidebar-single .items .content h3 a {
  font-size: 90%;
  line-height: 1.3;
  color: #333;
}
.sidebar-single .items .content .price {
  margin: 10px 0px;
  color: var(--red);
}
.sidebar-single .items .content .more {
  color: var(--blue);
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

.items-support .images {
  text-align: center;
}
.items-support .images img {
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
  margin: 10px auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-support .images .logo {
  display: block;
  padding-top: 15px;
}
.items-support .images .logo img {
  width: auto !important;
  height: auto !important;
  border-radius: 0;
  max-width: 100px;
  margin: 0 auto;
}
.items-support .star {
  margin-bottom: 10px;
}
.items-support .star svg {
  width: 15px;
  fill: var(--yellow);
}
.items-support .star svg path {
  fill: var(--yellow);
}
.items-support .btn-dg {
  background-color: var(--blue);
  min-width: 30px;
  height: auto;
  text-transform: none;
  font-size: 90%;
  padding: 10px 15px;
}
.items-support .address {
  margin-bottom: 24px;
}
.items-support .address span {
  font-size: 100%;
  text-transform: uppercase;
  color: #000;
}
.items-support .address span svg {
  margin-right: 10px;
}
.items-support .address p {
  font-weight: bold;
  color: var(--red);
  padding-left: 25px;
}
.items-support .button .btn {
  min-width: 48%;
  max-width: 48%;
  text-transform: none;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  color: #000;
  margin: 0;
}
.items-support .button .btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.page-archive-support {
  padding-top: 30px;
}

#comments {
  margin: 0 !important;
  margin-top: 10px;
}

.dvls_maps_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dvls_maps_body .dvls_maps_sidebar {
  float: none;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
  height: 570px;
  background: #eff0f2;
  padding: 10px 24px;
}
.dvls_maps_body .dvls_maps_main {
  padding-right: 20px;
  padding-left: 0;
}

.dvls_maps_header {
  margin-bottom: 20px !important;
}

div#dvls_maps {
  height: 570px !important;
}

.dvls_result_wrap .dvls_result_item:nth-child(2n + 1),
.dvls_result_wrap .dvls_result_item {
  background-color: #fff !important;
}

.dvls_result_status {
  padding: 15px 0px !important;
}

.dvls_result_infor p {
  font-size: 90%;
}

.dvls_result_infor a {
  font-style: italic;
  font-size: 90%;
  text-decoration: underline;
  color: var(--blue);
}

.dvls_maps_col a {
  color: var(--red);
}

.form-dev .form-control {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.dvls_maps_wrap input.dvls-submit {
  background-color: var(--red) !important;
}

.dvls_maps_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dvls_maps_3col .dvls_maps_col {
  float: none;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  width: 100%;
}

.dvls_maps_header {
  background: #eff0f2;
}

.dvls_maps_wrap select {
  height: 40px;
}

.dvls_maps_header_left {
  font-size: 14px;
}

.page-kpp {
  padding-top: 30px;
}

/* Modern Blog & Single News Styles */
:root {
  --blog-primary: #1E3B8A;
  --blog-text-dark: #1f2937;
  --blog-text-light: #6b7280;
  --blog-bg-light: #f3f4f6;
  --blog-border-radius: 12px;
  --blog-transition: all 0.3s ease;
  --blog-shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  --blog-shadow-hover: 0 15px 30px -5px rgba(0, 0, 0, 0.15);
}

.pd-main {
  padding: 60px 0;
}

/* ARCHIVE PAGE */
.page-archive-news {
  background-color: var(--blog-bg-light);
}
.page-archive-news .archive-header {
  background: #fff;
  padding: 60px 20px;
  border-radius: var(--blog-border-radius);
  -webkit-box-shadow: var(--blog-shadow-sm);
          box-shadow: var(--blog-shadow-sm);
  margin-bottom: 50px;
}
.page-archive-news .archive-header .archive-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--blog-primary);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.page-archive-news .archive-header .archive-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--blog-primary);
  border-radius: 2px;
}
.page-archive-news .archive-header .archive-description {
  color: var(--blog-text-light);
  font-size: 1.1rem;
  max-width: 650px;
  margin: 20px auto 0;
  line-height: 1.6;
}

/* Blog Cards */
.modern-blog-card {
  background: #fff;
  border-radius: var(--blog-border-radius);
  overflow: hidden;
  -webkit-box-shadow: var(--blog-shadow-sm);
          box-shadow: var(--blog-shadow-sm);
  -webkit-transition: var(--blog-transition);
  transition: var(--blog-transition);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e5e7eb;
}
.modern-blog-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: var(--blog-shadow-hover);
          box-shadow: var(--blog-shadow-hover);
}
.modern-blog-card:hover .blog-card-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.modern-blog-card .blog-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}
.modern-blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.modern-blog-card .blog-card-image .placeholder-img {
  width: 100%;
  height: 100%;
  background: #e5e7eb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9ca3af;
  font-weight: 600;
}
.modern-blog-card .blog-card-image .blog-card-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--blog-primary);
  color: #fff;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 2;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.modern-blog-card .blog-card-content {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modern-blog-card .blog-card-content .blog-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 0.85rem;
  color: var(--blog-text-light);
  margin-bottom: 12px;
  font-weight: 500;
}
.modern-blog-card .blog-card-content .blog-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.modern-blog-card .blog-card-content .blog-card-title a {
  color: var(--blog-text-dark);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.modern-blog-card .blog-card-content .blog-card-title a:hover {
  color: var(--blog-primary);
}
.modern-blog-card .blog-card-content .blog-card-excerpt {
  color: var(--blog-text-light);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.modern-blog-card .blog-card-content .blog-card-readmore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--blog-primary);
  text-decoration: none;
  font-size: 0.95rem;
  -webkit-transition: gap 0.2s;
  transition: gap 0.2s;
  margin-top: auto;
}
.modern-blog-card .blog-card-content .blog-card-readmore:hover {
  gap: 12px;
  text-decoration: underline;
}

/* Pagination */
.modern-pagination {
  margin-top: 50px;
  text-align: center;
}
.modern-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 8px;
  background: #fff;
  color: var(--blog-text-dark);
  margin: 0 4px;
  font-weight: 600;
  -webkit-transition: var(--blog-transition);
  transition: var(--blog-transition);
  border: 1px solid #e5e7eb;
  text-decoration: none;
}
.modern-pagination .page-numbers:hover, .modern-pagination .page-numbers.current {
  background: var(--blog-primary);
  color: #fff;
  border-color: var(--blog-primary);
}
.modern-pagination .page-numbers.prev, .modern-pagination .page-numbers.next {
  padding: 0 20px;
}

/* SINGLE ARTICLE PAGE */
.page-single-news {
  background: #fff;
}
.page-single-news .single-article-header {
  margin-bottom: 40px;
  padding-top: 20px;
}
.page-single-news .single-article-header .single-category {
  margin-bottom: 20px;
}
.page-single-news .single-article-header .single-category a {
  display: inline-block;
  background: rgba(30, 59, 138, 0.1);
  color: var(--blog-primary);
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: var(--blog-transition);
  transition: var(--blog-transition);
}
.page-single-news .single-article-header .single-category a:hover {
  background: var(--blog-primary);
  color: #fff;
}
.page-single-news .single-article-header .single-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--blog-text-dark);
  line-height: 1.2;
  margin-bottom: 25px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-single-news .single-article-header .single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  color: var(--blog-text-light);
  font-size: 1rem;
  font-weight: 500;
}
.page-single-news .single-featured-image .modern-radius {
  border-radius: var(--blog-border-radius);
  -webkit-box-shadow: var(--blog-shadow-sm);
          box-shadow: var(--blog-shadow-sm);
  width: 100%;
  height: auto;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-single-news .modern-content {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #374151;
}
.page-single-news .modern-content h2, .page-single-news .modern-content h3, .page-single-news .modern-content h4, .page-single-news .modern-content h5, .page-single-news .modern-content h6 {
  color: var(--blog-text-dark);
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}
.page-single-news .modern-content p {
  margin-bottom: 1.8rem;
}
.page-single-news .modern-content img {
  border-radius: var(--blog-border-radius);
  margin: 2rem 0;
  max-width: 100%;
  height: auto;
  -webkit-box-shadow: var(--blog-shadow-sm);
          box-shadow: var(--blog-shadow-sm);
}
.page-single-news .modern-content blockquote {
  border-left: 5px solid var(--blog-primary);
  padding: 1.5rem 2rem;
  background: var(--blog-bg-light);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  font-size: 1.3rem;
  color: #4b5563;
  margin: 2.5rem 0;
}
.page-single-news .modern-content blockquote p {
  margin-bottom: 0;
}
.page-single-news .modern-content ul, .page-single-news .modern-content ol {
  margin-bottom: 1.8rem;
  padding-left: 2rem;
}
.page-single-news .modern-content ul li, .page-single-news .modern-content ol li {
  margin-bottom: 0.8rem;
}
.page-single-news .modern-content a {
  color: var(--blog-primary);
  text-decoration: underline;
}
.page-single-news .modern-content a:hover {
  text-decoration: none;
}
.page-single-news .single-tags {
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}
.page-single-news .single-tags strong {
  color: var(--blog-text-dark);
  margin-right: 10px;
}
.page-single-news .single-tags a {
  display: inline-block;
  background: var(--blog-bg-light);
  color: #4b5563;
  padding: 6px 15px;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: var(--blog-transition);
  transition: var(--blog-transition);
  font-weight: 500;
}
.page-single-news .single-tags a:hover {
  background: var(--blog-primary);
  color: #fff;
}
.page-single-news .modern-author-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 35px;
  border-radius: var(--blog-border-radius);
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-single-news .modern-author-box .author-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-single-news .modern-author-box .author-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: var(--blog-shadow-sm);
          box-shadow: var(--blog-shadow-sm);
}
.page-single-news .modern-author-box .author-info .author-name {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--blog-text-dark);
  margin-bottom: 10px;
}
.page-single-news .modern-author-box .author-info .author-bio {
  color: var(--blog-text-light);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 576px) {
  .page-single-news .modern-author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.page-single-news .modern-related-posts {
  background: var(--blog-bg-light);
  padding: 80px 0;
  margin-top: 80px;
  border-top: 1px solid #e5e7eb;
}

.page-contact {
  padding: 30px 0px 50px 0px;
}
.page-contact .items-contact {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
}
.page-contact .items-contact .top {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.page-contact .items-contact .top svg {
  width: 25px;
  margin-right: 10px;
}
.page-contact .items-contact p {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.page-contact .address {
  margin: 30px 0px;
  border-radius: 5px;
}
.page-contact .address ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-contact .address ul li {
  font-size: 85%;
  color: #000;
}
.page-contact .address ul li svg {
  margin-right: 10px;
}

.form-contact {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 20px 15px;
}
.form-contact .form-group {
  margin-bottom: 10px;
}
.form-contact .form-control {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 100%;
  border-radius: 5px;
  width: 100%;
  outline: none;
}
.form-contact textarea.form-control {
  height: 100px;
  padding-top: 10px;
  font-family: var(--font);
}
.form-contact .btn {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  margin: 0 auto;
  text-align: center;
  min-width: 150px;
}
.form-contact br {
  display: none;
}
.form-contact p {
  margin-bottom: 0;
  position: relative;
}
.form-contact .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

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