#footer {
    background-color: var(--Secondary);
    padding-top: 0px;
}
#footer .text-1, #footer .footer-bottom{
    font-size: 16px;
    line-height: 22.4px;
    color: var(--Note);
}
.text-justify{
    text-align: justify;
}
.video-wrapper {
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:40px;
    height: 40px;
    background: rgba(0,0,0,0.6);
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.play-btn i{
    color: #fff;
}
.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.header .header-logo img{
    width: auto;
    height:75px;
}
.main-menu .navigation > li > a:hover{
    color: var(--Color-5);
}
.mobile-nav-wrap .offcanvas-title img {
    max-width: 100%;
    height: 75px;
}
.inner-mobile-nav #menu-mobile-menu > li {
    border-bottom:none;
}
.inner-mobile-nav .mb-body {
    justify-content: inherit;
}
.tf-top-bar{
    background-color:var(--Primary);
}
.tf-top-bar .top-bar-info li i, .tf-top-bar .top-bar-info li p, .tf-top-bar .top-bar-info li a{
    color: var(--White);
}
.tf-top-bar .top-bar-info li a:hover, .tf-top-bar .wrap-social, .tf-social.style-2 li a, .tf-social.style-2 li:hover a{
    color: var(--White);
}
.main-menu .navigation > li > a {
    padding: 10px 5px;
}
.header.style-4 .header-logo {
    padding: 10px 0px;
}
@media (min-width: 1380px) {
    .main-menu .navigation {
        gap: 25px;
        margin-left: 30px;
    }
}
@media (min-width: 992px) {
    .page-title.home08 .content {
        padding-top: 0px;
    }
}
@media (min-width: 992px) {
    .page-title.home08 .content-inner {
        top: 75px;
    }
}
.tf-slider.style-2 .wrap-pagination-thumbs {
    position: relative;
    max-width:400px;
}
.text-display-5{
    font-size:35px;
    line-height:40px;
}
.page-title.home08 {
    margin-top: 0px;
}
.sw-button {
    height: 35px;
    width: 35px;
}
@media (min-width: 992px) {
    .page-title.home08 .hero-thumbs-2 {
        height:450px;
    }
}
@media (max-width: 991px) {
    .page-title.home08 .hero-thumbs-2 {
        height: 200px;
    }
    .page-title.home08 .image-wrap img{
        min-height:200px!important;
    }
    .text-display-5 {
        font-size: 20px;
        line-height: 25px;
    }
    .page-title.home08 .content-inner {
        position: absolute;
        top:20px;
        left: 0;
        right: 0;
        z-index: 4;
    }
    .header .header-logo img {
        width: auto;
        height: 55px;
    }
    .mobile-nav-wrap .offcanvas-title img {
        max-width: 100%;
        height: 60px;
    }
}
.icons-box.style-1 .tf-icon img{
    border-radius: 5px;
}
.icons-box.default{
    box-shadow: 0px 8px 18px var(--Color-6);
}
.box-house .content .title {
    margin-bottom: 5px;
    text-align: center;
}
.box-house .content {
    position: relative;
    padding: 15px 5px 15px;
}
.section-current-properties .box-house{
    margin-bottom: 40px;
}
.tf-spacing-1 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.icons-box.default .tf-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    width: 68px;
    margin: 0 auto;
    height: 68px;
    background-color: var(--White);
    box-shadow: 0px 8px 18px var(--Sub-primary-2);
    margin-bottom: 24px;
}
.icons-box.default .tf-icon i{
    font-size: 45px;
}
#footer .footer-menu-list.style-2 ul li a::after{
    color: var(--Note);
}
#footer .footer-menu-list ul li a::before{
    background-color: var(--Note);
}
#footer .footer-menu-list ul li:hover a{
    color: var(--Sub-primary-1);
}
#footer .footer-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    gap: 10px 20px;
    flex-wrap: wrap;
}
#footer .footer-bottom p a, #footer .footer-bottom p a:hover{
    color: var(--Sub-primary-1);
}
.tf-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: normal;
    gap: 8px;
}
#footer .footer-menu-list ul .tf-social:hover a::before{
    width: unset;
}
.footer-box-contact .list-info li{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 41px;
}
.footer-box-contact .list-info li .icon {
    position: relative;
}
.footer-box-contact .list-info li .sub {
    font-size: 14px;
    line-height: 21px;
    color: var(--Note);
    font-weight: 500;
    margin-bottom: 2px;
}
.footer-box-contact .list-info li p {
    font-size: 16px;
    line-height: 24px;
    color: var(--Note);
}
.footer-box-contact .list-info li .icon::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--Line);
    right: -20px;
}
.footer-box-contact .list-info li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--Note);
}
.footer-box-contact .list-info li .icon i{
    font-size: 16px;
    line-height: 24px;
    color: var(--Note);
}

/* Fixed bottom-left stack */
.floating-contact{
  position: fixed;
  left:auto; 
  right:18px;
  bottom:85px;
  z-index: 1080; /* above offcanvas/modal backdrop */
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.floating-contact i{
    font-size: 25px;
}

/* Button base */
.fc-btn{
  width: 45px;
  height: 45px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(10px);
  transform: translateX(0);
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
  position: relative;
  overflow: hidden;
}

/* glossy shine */
.fc-btn::before{
  content:"";
  position:absolute;
  inset:-40%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.45), rgba(255,255,255,0) 55%);
  transform: rotate(15deg);
}

/* Hover slide */
.fc-btn:hover{
  color: #fff;
  transform: translateX(6px);
  filter: brightness(1.05);
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
}

/* Call */
.fc-call {
    background: linear-gradient(135deg, #10a3e4, #17a3e4);
}
/* WhatsApp */
.fc-wa{
  background: linear-gradient(135deg, #28d17c, #12b45f);
}

/* Small pulse ring */
.fc-wa::after{
  content:"";
  position:absolute;
  inset: -6px;
  border-radius: 18px;
  border: 2px solid rgba(18,180,95,.35);
  animation: fcPulse 1.8s infinite ease-out;
}

@keyframes fcPulse{
  0%{ transform: scale(.9); opacity: .9; }
  100%{ transform: scale(1.2); opacity: 0; }
}

/* Mobile sizing */
@media (max-width: 576px){
  .floating-contact{ 
        left:auto; 
        right:18px;
        bottom:85px;
    }
    .fc-btn{ width:35px; height: 35px; border-radius: 12px; }
    .floating-contact i{
        font-size: 18px;
    }

}
.flat-account .form-account .box-fieldset:not(:last-child) {
    margin-bottom: 15px;
}
.flat-account .form-account textarea {
    font-size: 16px;
    line-height: 22.4px;
    height:75px;
}
.flat-title .title-inner {
    padding-top: 34px;
    padding-bottom: 34px;
}
.flat-title {
    margin-bottom: 0px;
}
.box-contact {
    padding:30px 20px;
}
.box-contact .list-info li .sub {
    font-size: 14px;
    line-height: 21px;
    color: var(--Black);
    font-weight: 500;
    margin-bottom: 2px;
}
.box-contact .list-info li .icon::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--Black);
    right: -20px;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}