@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
.main-header {
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  background: transparent;
}
.main-header .logo-logrenove {
  text-decoration: none;
}
.main-header .logo-logrenove span {
  font-family: "SF Pro";
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  display: inline;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .main-header .logo-logrenove span {
    display: none;
  }
}
.main-header .logo-logrenove img {
  height: 48px;
}
@media (max-width: 575.98px) {
  .main-header .logo-logrenove img {
    height: 32px;
  }
}
@media (max-width: 843px) {
  .main-header {
    width: 100%;
  }
}

.kv-banner {
  min-height: 60vh;
  height: 500px;
  color: #fff;
}
@media (max-width: 992px) {
  .kv-banner {
    height: 360px;
    min-height: 360px;
  }
}
.kv-banner .kv-bg {
  background: url("../images/2025/union.jpg") center center/cover no-repeat;
  will-change: transform;
  transition: transform 0.1s linear;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  /* Parallax effect */
  background-attachment: fixed;
  /* Mobile không hỗ trợ tốt, có thể dùng media query để tắt */
}
@media (max-width: 992px) {
  .kv-banner .kv-bg {
    background-attachment: scroll;
  }
}
.kv-banner .kv-content {
  z-index: 2;
  width: 100%;
}
.kv-banner .kv-content .container {
  position: relative;
  max-width: 1100px;
}
.kv-banner .kv-content .kv-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 4.8px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  .kv-banner .kv-content .kv-title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .kv-banner .kv-content .kv-title {
    font-size: 16px;
  }
}
.kv-banner .kv-content .kv-desc {
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.6px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .kv-banner .kv-content .kv-desc {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .kv-banner .kv-content .kv-desc {
    font-size: 10px;
  }
}
.kv-banner .kv-content .kv-badge {
  position: absolute;
  right: 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .kv-banner .kv-content .kv-badge {
    position: relative;
  }
}
.kv-banner .kv-content .kv-badge .kv-badge-img {
  width: 180px;
  position: relative;
  bottom: 80px;
}
@media (max-width: 992px) {
  .kv-banner .kv-content .kv-badge .kv-badge-img {
    width: 100px;
    bottom: 0;
  }
}

.merit-section {
  background: linear-gradient(135deg, #003056 0%, #232b3a 100%);
  color: #fff;
  min-height: 600px;
  padding: 100px 0 10px;
}
.merit-section .container {
  max-width: 1100px;
}
.merit-section .merit-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.merit-section .merit-title .merit-title-num {
  font-size: 64px;
  font-weight: 700;
  margin: 0 0.1em;
}
@media (max-width: 992px) {
  .merit-section .merit-title {
    font-size: 24px;
  }
  .merit-section .merit-title span:first-child {
    display: block;
  }
  .merit-section .merit-title .merit-title-num {
    font-size: 40px;
  }
}
.merit-section .merit-item {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .merit-section .merit-item {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .merit-section .merit-item .col-md-5 {
    margin-bottom: 2rem;
  }
}
.merit-section .merit-badge {
  font-family: "Noto Serif JP", serif;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit-section .merit-badge .merit-badge-inner {
  background: #114975;
  border: 5px solid #f9d47c;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
.merit-section .merit-badge .merit-badge-inner .merit-badge-top {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.merit-section .merit-badge .merit-badge-inner .merit-badge-num {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}
@media (max-width: 992px) {
  .merit-section .merit-badge .merit-badge-inner {
    width: 80px;
    height: 80px;
  }
  .merit-section .merit-badge .merit-badge-inner .merit-badge-top {
    font-size: 12px;
  }
  .merit-section .merit-badge .merit-badge-inner .merit-badge-num {
    font-size: 24px;
  }
}
.merit-section .merit-heading {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.6px;
  color: #fff;
}
@media (max-width: 992px) {
  .merit-section .merit-heading {
    font-size: 24px;
    line-height: 150%;
  }
}
.merit-section .merit-desc {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  text-align: justify;
  color: #fff;
}
.merit-section .merit-img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.22);
  transition: transform 0.3s ease;
}
.merit-section .merit-img.merit-img-2 {
  max-height: 216px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .merit-section .merit-img {
    max-height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 992px) {
  .merit-section {
    padding-top: 75px;
  }
}

.search-filter-wrap {
  width: 100%;
  z-index: 20;
  position: relative;
}
.search-filter-wrap .container {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1100px;
}
.search-filter-wrap .search-filter-form {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 22px 0 rgba(15, 30, 50, 0.1);
  padding: 22px 110px;
  width: 100%;
  max-width: 1100px;
  min-height: 68px;
  gap: 16px;
  position: absolute;
  top: -45px;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .search-filter-wrap .search-filter-form {
    flex-direction: column;
    align-items: stretch;
    padding: 18px 8px;
    min-height: unset;
    background: none;
  }
  .search-filter-wrap .search-filter-form .box-search .search-select-group {
    display: none;
  }
}
.search-filter-wrap .box-search {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .search-filter-wrap .box-search {
    width: 100%;
    justify-content: center;
  }
}
.search-filter-wrap .search-select-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .search-filter-wrap .search-select-group {
    display: none;
  }
}
.search-filter-wrap .search-label {
  font-size: 14px;
  min-width: 88px;
  text-align: left;
}
@media (max-width: 992px) {
  .search-filter-wrap .search-label {
    min-width: 68px;
    font-size: 1rem;
    display: none;
  }
}
.search-filter-wrap .search-select-group .form-select-box {
  position: relative;
}
.search-filter-wrap .search-select-group .form-select-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.5rem;
  width: 1px;
  height: 100%;
  background: #BDBDBD;
  pointer-events: none;
  z-index: 2;
}
.search-filter-wrap .search-select-group .form-select-custom {
  min-width: 245px;
  border-radius: 2px;
  border: 1px solid #BDBDBD;
  box-shadow: none;
  font-size: 1rem;
  padding: 7px 16px 7px 12px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="16" viewBox="0 0 24 16" xmlns="http://www.w3.org/2000/svg"><path d="M3.8 3.7 Q2.7 2.1, 4.6 2.1 H19.4 Q21.3 2.1, 20.2 3.7 L13.1 13.8 Q12 15.4, 10.9 13.8 Z" fill="%23AB8D50"/></svg>');
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 576px) {
  .search-filter-wrap .search-select-group .form-select-custom {
    min-width: 90px;
    font-size: 0.95rem;
  }
}
.search-filter-wrap .search-select-group .fs-5 {
  color: #a9a9a9;
  font-size: 1.3rem;
}
.search-filter-wrap .btn-gold {
  background: linear-gradient(90deg, #8B6D38 8.74%, #D5AF66 75.44%);
  color: #fff;
  font-weight: 500;
  border: 3px solid #D7AD54;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 5px 30px;
  transition: filter 0.18s;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP";
}
.search-filter-wrap .btn-gold:hover, .search-filter-wrap .btn-gold:focus {
  filter: brightness(1.11) saturate(1.13);
  color: #fff;
}
.search-filter-wrap .btn-gold .material-icons {
  line-height: 1em;
}
.search-filter-wrap .search-btn {
  min-width: 210px;
  justify-content: center;
}
@media (max-width: 576px) {
  .search-filter-wrap .search-btn {
    min-width: unset;
    width: 100%;
    padding: 12px 0;
  }
}

.section_list_templates {
  padding: 100px 0;
  background: #F2F2F2;
}
.section_list_templates .btn-property-list {
  background: linear-gradient(90deg, #D5AF66 8.74%, #8B6D38 75.44%);
  color: #fff;
  font-weight: 500;
  border: 3px solid #D7AD54;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px 100px;
  transition: filter 0.18s;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  max-width: 300px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
.section_list_templates .btn-property-list:hover, .section_list_templates .btn-property-list:focus {
  filter: brightness(1.11) saturate(1.13);
  color: #fff;
}
@media (max-width: 992px) {
  .section_list_templates {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .section_list_templates {
    margin-top: 0;
  }
  .section_list_templates .btn-property-list {
    padding: 12px 0;
    width: 100%;
    max-width: none;
  }
}

.section_map {
  padding: 150px 0 30px;
}
@media (max-width: 992px) {
  .section_map {
    padding: 100px 0 30px;
  }
  .section_map .section_map_content .box_searchby ul {
    justify-content: start;
  }
  .section_map .section_map_content .box_searchby ul li {
    width: 30.33%;
  }
}

.section_searchmap {
  padding-bottom: 100px;
}
.section_searchmap .container {
  max-width: 935px;
}
.section_searchmap .top-search-button {
  border-radius: 10px;
  background: #8C7D5E;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 17px 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.8px;
}
.section_searchmap .top-search-button:hover {
  background: #A89F7B;
  color: #fff;
}
@media (max-width: 768px) {
  .section_searchmap .top-search-button {
    padding: 12px 0;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 992px) {
  .section_searchmap {
    padding-bottom: 50px;
  }
}

.top-search-button {
  background: #8C7D5E;
  border-radius: 10px;
}

.recommend-section {
  background: #262B5A;
  color: #fff;
  padding: 100px 0 0;
}
.recommend-section .recommend-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 576px) {
  .recommend-section .recommend-title {
    font-size: 1.35rem;
    margin-bottom: 1.2rem;
  }
}
.recommend-section .recommend-box {
  border: 1px solid #E9C674;
  border-radius: 22px;
  padding: 2.7rem 3.5rem;
  max-width: 1100px;
  background: transparent;
}
@media (max-width: 991.98px) {
  .recommend-section .recommend-box {
    padding: 2rem 1.1rem;
  }
}
@media (max-width: 576px) {
  .recommend-section .recommend-box {
    padding: 1.1rem 0.3rem;
    border-radius: 12px;
  }
}
.recommend-section .recommend-list {
  margin: 0;
  padding: 0;
}
.recommend-section .recommend-list li {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 2.35;
  margin-bottom: 0.3rem;
  letter-spacing: 0.03em;
}
@media (max-width: 576px) {
  .recommend-section .recommend-list li {
    font-size: 0.99rem;
    line-height: 1.7;
  }
}
.recommend-section .recommend-list li .check-icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
  min-width: 30px;
}
.recommend-section .recommend-list li svg {
  display: block;
}
@media (max-width: 992px) {
  .recommend-section {
    padding: 50px 0 0;
  }
}

.comparison-table-wrap {
  background: none;
  margin: 100px auto 0 auto;
  border-radius: 10px;
  max-width: 1100px;
}
.comparison-table-wrap .table-responsive {
  border-radius: 10px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #e9c674 #eee;
  /* Firefox */
}
@media (max-width: 768px) {
  .comparison-table-wrap .table-responsive {
    /* Gợi ý kéo ngang */
    position: relative;
  }
  .comparison-table-wrap .table-responsive::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    pointer-events: none;
    z-index: 2;
  }
}
.comparison-table-wrap .comparison-table {
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.14rem;
  box-shadow: 0 4px 32px 0 rgba(35, 40, 80, 0.07);
  min-width: 600px;
  /* hoặc hơn nếu bạn muốn các cột rộng */
}
@media (max-width: 768px) {
  .comparison-table-wrap .comparison-table {
    font-size: 0.93rem;
    min-width: 600px;
  }
}
.comparison-table-wrap .comparison-table th,
.comparison-table-wrap .comparison-table td {
  vertical-align: middle;
  text-align: center;
  padding: 1.18em 0.8em;
  border: none;
  border-right: 2px solid #232B5A;
  transition: box-shadow 0.45s cubic-bezier(0.34, 0.95, 0.69, 1.19), border-color 0.4s cubic-bezier(0.34, 0.95, 0.69, 1.19), background 0.45s cubic-bezier(0.34, 0.95, 0.69, 1.19), color 0.22s, filter 0.32s;
}
.comparison-table-wrap .comparison-table thead th {
  background: #C8B693;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
}
.comparison-table-wrap .comparison-table thead th:first-of-type {
  background: none;
}
.comparison-table-wrap .comparison-table thead th.active, .comparison-table-wrap .comparison-table thead th:hover, .comparison-table-wrap .comparison-table thead th.active-col {
  background: linear-gradient(252deg, #8B6D38 8.74%, #D5AF66 75.44%);
  color: #fff;
  border-bottom: 3px solid #e9c674;
  font-size: 16px;
  font-weight: 700;
  transition: filter 0.3s, transform 0.25s;
}
.comparison-table-wrap .comparison-table thead th.active:before, .comparison-table-wrap .comparison-table thead th:hover:before, .comparison-table-wrap .comparison-table thead th.active-col:before {
  display: none;
}
.comparison-table-wrap .comparison-table tbody tr:nth-child(even) td {
  background: #f7f7f7;
}
.comparison-table-wrap .comparison-table tbody td,
.comparison-table-wrap .comparison-table tbody th {
  color: #000;
  font-weight: 400;
  text-align: center;
  font-size: 1.08rem;
}
.comparison-table-wrap .comparison-table tbody td:first-child,
.comparison-table-wrap .comparison-table tbody th:first-child {
  color: #000;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  padding-left: 2.1em;
  background: #fff;
  min-width: 110px;
}
.comparison-table-wrap .comparison-table tbody td {
  min-width: 150px;
  font-size: 14px;
  background: #fff;
}
.comparison-table-wrap .comparison-table tbody td.border-left {
  border-top-left-radius: 10px;
}
@media (max-width: 768px) {
  .comparison-table-wrap .comparison-table tbody td {
    font-size: 0.98rem;
    min-width: 100px;
  }
}
.comparison-table-wrap .comparison-table th.active-col,
.comparison-table-wrap .comparison-table td.active-col {
  z-index: 1;
  position: relative;
}
.comparison-table-wrap .comparison-table th.active-col:before,
.comparison-table-wrap .comparison-table td.active-col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #e9c674 !important;
  border-left: 3px solid #e9c674 !important;
  pointer-events: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: border-color 0.18s ease;
}
.comparison-table-wrap .comparison-table td.active-col::before {
  content: "";
  border-radius: 0;
}
.comparison-table-wrap .comparison-table td:first-child {
  border-right: 2px solid #262B5A;
}
.comparison-table-wrap .icon-circle {
  display: block;
  margin: 0 auto 3px auto;
}
.comparison-table-wrap .icon-triangle {
  display: block;
  margin: 0 auto 3px auto;
}
@media (max-width: 992px) {
  .comparison-table-wrap {
    margin-top: 50px;
  }
}

/* Tùy chọn: style thanh scroll đẹp hơn trên webkit */
.table-responsive::-webkit-scrollbar {
  height: 8px;
  background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
  background: rgba(233, 198, 116, 0.8);
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  .box_bottom .btn {
    width: auto;
    max-width: inherit;
  }
}

.logrenove-trust-section {
  background: radial-gradient(ellipse at 80% 60%, rgba(35, 43, 90, 0.1) 0%, #262B5A 80%), #262B5A;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.logrenove-trust-section .logrenove-trust-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 350px;
  padding-top: 44px;
  padding-bottom: 44px;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .logrenove-trust-section .logrenove-trust-container {
    flex-direction: column;
    gap: 0;
    padding-top: 26px;
    padding-bottom: 0;
  }
}
.logrenove-trust-section .trust-left {
  flex: 2;
  min-width: 0;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .logrenove-trust-section .trust-left {
    text-align: center;
  }
}
.logrenove-trust-section .trust-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #D7AD54 0.62%, #F7DF8D 49.64%, #D7AD54 97.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .logrenove-trust-section .trust-title {
    font-size: 24px;
  }
}
.logrenove-trust-section .trust-desc {
  font-size: 14px;
  color: #fff;
  opacity: 0.96;
  line-height: 2.2;
  text-align: justify;
}
@media (max-width: 992px) {
  .logrenove-trust-section .trust-desc {
    font-size: 0.97rem;
  }
}
.logrenove-trust-section .trust-image {
  position: absolute;
  top: 0;
  right: 80px;
}
@media (max-width: 992px) {
  .logrenove-trust-section .trust-image {
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
  }
}
.logrenove-trust-section .trust-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .logrenove-trust-section .trust-right {
    justify-content: center;
    width: 100%;
  }
}
.logrenove-trust-section .trust-right .trust-img {
  display: block;
  border-radius: 18px;
  box-shadow: 0 10px 44px 0 rgba(35, 43, 90, 0.18);
  max-width: 310px;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.03);
}
@media (max-width: 991.98px) {
  .logrenove-trust-section .trust-right .trust-img {
    max-width: 230px;
  }
}

.contact-float-bar {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647 !important;
  padding: 12px max(16px, 6vw);
  background: rgba(255, 255, 255, 0.5);
  pointer-events: auto;
  display: flex;
  gap: 18px;
  transition: transform 0.45s cubic-bezier(0.7, 0.2, 0.19, 0.97), opacity 0.38s cubic-bezier(0.56, 0.19, 0.57, 1.22);
  will-change: transform, opacity;
}
.contact-float-bar.visible {
  animation: floatBarIn 0.56s cubic-bezier(0.7, 0.2, 0.19, 0.97) both;
}
.contact-float-bar.hidden- {
  animation: floatBarOut 0.46s cubic-bezier(0.7, 0.2, 0.19, 0.97) both;
}

.contact-float-btn {
  flex: 1 1 0;
  background: linear-gradient(93deg, #E3C275 3%, #BE9442 97%);
  color: #fff;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding: 10px 0;
  border-radius: 7px;
  border: 3px solid #D7AD54;
  box-shadow: 0 4px 18px 0 rgba(190, 148, 66, 0.13);
  transition: filter 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 540px;
}
.contact-float-btn:hover, .contact-float-btn:focus {
  filter: brightness(1.07) saturate(1.13);
  color: #fff;
}

.contact-float-phone {
  flex: 1 1 0;
  background: #fff;
  color: #b39243;
  border: 1.7px solid #b39243;
  border-radius: 7px;
  font-family: "SF Pro Text";
  font-size: 1.17rem;
  font-weight: 500;
  padding: 12px 0;
  box-shadow: 0 4px 16px 0 rgba(190, 148, 66, 0.07);
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  max-width: 540px;
}
.contact-float-phone .phone-text {
  color: #b39243;
  font-weight: 600;
  font-size: 16px;
}
.contact-float-phone:hover, .contact-float-phone:focus {
  background: #fff6e4;
  color: #a1781a;
  border-color: #e3c275;
}
.contact-float-phone:hover .phone-text, .contact-float-phone:focus .phone-text {
  color: #a1781a;
}

@keyframes floatBarIn {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatBarOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(140%);
  }
}
@media (max-width: 768px) {
  .contact-float-bar {
    gap: 11px;
    padding: 10px 20px;
  }
  .contact-float-bar .contact-float-btn,
  .contact-float-bar .contact-float-phone {
    padding: 11px 0;
    font-size: 16px;
    flex: 1 1 0;
    max-width: 100%;
  }
}/*# sourceMappingURL=fe.css.map */