/* ===================================
    Table of Content
====================================== */

/*  - Google Fonts
    - General
    - Header And Navigation
    - Banner
    - Services
    - Portfolio
    - Reviews
    - Counter
    - Contact
    - Scroll Top
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font {
    font-family: 'Oswald', sans-serif;
}

.alt-font {
    font-family: 'Roboto', sans-serif;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: #ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #d09f46;
    width: 0;
    height: 25%;
}

/* ===================================
    General
====================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #202020;
    font-weight: normal;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #202020;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 7.5rem 0;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.padding-top {
    padding-top: 7.5rem;
}

/* Transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* Overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 12px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 14px 36px;
    line-height: 1.8em
}

.btn.btn-large {
    font-size: 16px;
    padding: 8px 35px;
    ;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

/* Green Button */
.btn.btn-green {
    background: #d09f46;
    border-color: #d09f46;
    color: #ffffff
}

.btn.btn-green:hover {
    background: #ffffff !important;
    border-color: #d09f46;
    color: #d09f46 !important
}

/* White Button */
.btn.btn-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-white:hover {
    background: #d09f46 !important;
    border-color: #d09f46;
    color: #ffffff !important
}

/* Background Color */
.bg-black {
    background-color: #202020;
}

.bg-white {
    background-color: #ffffff;
}

.bg-green {
    background-color: #d09f46;
}

/* Text Color */
.text-black {
    color: #202020;
}

.text-white {
    color: #ffffff;
}

.text-green {
    color: #d09f46;
}

/* Icon Text Hover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #DB4437 !important;
}

/* ===================================
        Header
====================================== */

header a.logo img {
    max-width: 220px;
    vertical-align: sub;
}


.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: transparent;
    height: 100px;
}

.header-appear .navbar-top-default {
    position: fixed;
    z-index: 999;
    background: #202020;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}


/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 0.4rem 1.6rem;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
}

.navbar-nav{
    margin-left: 40px;
}

.nav-box-round .navbar-nav .nav-link {
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
    background-color: #55ACEE;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
    color: #55ACEE;
}

/*Nav Social*/
.nav-social .social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.nav-social .social-icons-simple li {
    display: inline-block;
}

.nav-social .social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 32px;
    line-height: 34px;
    border: 1px solid transparent;
    text-align: center;
    width: 32px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.nav-social .social-icons-simple li a:hover {
    background-color: #FFFFFF;
}

.nav-social .social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}

/*Whatsapp link*/
.top-info {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}

.top-info li a {
    color: #ffffff;
    text-decoration: none;
    transition: .3s ease;
}

/*nav line*/
.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -32px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #d09f46;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*Side Close Btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: relative;
    right: 0px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    display: block;
    margin-left: auto;
    background: #ffffff;
    transition: .5s ease;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
    transition: .5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 10px 0 10px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p {
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover {
    background-color: #FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
   Banner
====================================== */

.banner-area {
    background-image:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2)),
        url("../images/3d2.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.center-content {
    height: 100vh;
    align-items: center;
}

.banner-area .green-box {
    background: #d09f46;
    padding: 200px 0;
    width: 75%;
    margin-left: auto;
    position: relative;
}

.banner-area .box-content {
    top: 50%;
    left: 0;
    width: 154%;
    max-width: 154%;
    text-align: right;
    position: absolute;
    text-transform: uppercase;
    transform: translate(-45%, -50%);
}

.box-content h1 {
    padding: 10px;
    font-size: 72px;
    color: #ffffff;
    font-weight: 500;
    background: #202020;
    display: inline-block;
    font-family: Oswald, sans-serif;
}

.banner-area .button {
    font-size: 16px;
    margin-top: 20px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
}

.banner-area .button i {
    font-size: 18px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    transition: .5s ease;
    margin-right: 8px;
}

.banner-area .button:hover i {
    background: #202020;
    color: #ffffff;
    transition: .5s ease;
    border-color: #202020;
}

/*=================================
    Services Section
===================================*/

#services-sec .image-holder {
    position: relative;
    overflow: hidden;
}

/* Cria a sobreposição branca que desvanece para a direita */
#services-sec .image-holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
    pointer-events: none;
    z-index: 2;
}

#services-sec .image-holder img {
    display: block;
    position: relative;
    z-index: 1;
}

.services-sec .services-boxes {
    display: block;
    padding: 45px;
}

.service-card .text {
    font-size: 18px;
    color: #202020;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.services-sec .image-holder {
    padding-bottom: 120px;
}

.services-sec .services-boxes .service-card {
    width: 43%;
    float: left;
    margin-top: 180px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.services-sec .services-boxes .service-card:first-child {
    margin-top: 0;
}

.services-sec .services-boxes .service-card .icon-holder {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #000000;
    transition: .5s ease;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#d09f46), color-stop(50%, #d09f46), color-stop(50%, #000000));
    background-image: linear-gradient(to right, #d09f46, #d09f46 50%, #000000 50%);
}

.services-sec .services-boxes .service-card:hover .icon-holder {
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, 0.23, 1);
}

.services-sec .services-boxes .service-card.right:hover .icon-holder {
    background-position: 0;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
    transition: all 0.8s cubic-bezier(0, 0, -0.23, 1);
}

.services-sec .services-boxes .service-card .icon-holder i {
    font-size: 100px;
}

.services-sec .services-boxes .service-card.left.icon-right {
    width: 52%;
}

.services-sec .services-boxes .service-card.left {
    float: left;
    clear: left;
}

.services-sec .services-boxes .service-card.right {
    margin-top: 40px;
    margin-bottom: 40px;
    float: right;
    clear: right;
    width: 32%;
}

.services-sec .services-boxes .service-card .text {
    margin-bottom: 0;
}

.services-sec .services-boxes .service-card.right .icon-holder {
    margin-bottom: 20px;
}

.services-sec .heading-area {
    z-index: 11;
    position: relative;
    transform: translate(24%, 80%);
}

.services-sec .heading {
    display: inline-block;
    font-size: 72px;
    color: #202020;
    width: 120%;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.services-sec .heading span {
    color: #ffffff;
    padding: 5px 10px;
    background: #d09f46;
}

/* ===================================
    Portfolio Section
====================================== */

.portfolio {
    padding: 0;
}

.project-sec {
    position: relative;
}

.project-sec .row {
    margin: 0 !important;
}

.project-sec .project-area {
    position: relative;
}

.project-sec .project-area .project-img {
    height: 100vh;
}

.project-sec .project-area .project-img img {
    height: 100%;
    width: 100%;
}

.project-sec .project-area .project-detail {
    bottom: 0;
    left: 50%;
    color: #ffffff;
    position: absolute;

}

.project-sec .project-area .project-detail .project-heading {
    font-size: 38px;
    padding: 16px 8px;
    color: #ffffff;
    width: 130%;
    text-align: center;
    font-weight: 500;
    background: #d09f46;
    max-width: 120%;
    position: relative;
    text-transform: uppercase;
    transform: translateX(-28%);
    font-family: 'Oswald', sans-serif;
    resize: tt;
    text-align: right;
    padding-right: 40px;
}

.project-sec .project-area .project-detail .project-text {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #d3d3d3;
    margin: 30px 0;
}

.project-sec .project-links-left {
    position: absolute;
    top: 50%;
    left: 3%;
    z-index: 1;
    cursor: pointer;
}

.project-sec .project-links-right {
    position: absolute;
    top: 50%;
    right: 3%;
    z-index: 1111;
    cursor: pointer;
}

.project-sec .project-links-left a i {
    color: #202020;
    font-size: 48px;
    transition: .5s ease;
}

.project-sec .project-links-right a i {
    color: #202020;
    font-size: 48px;
    transition: .5s ease;
}

.project-sec .project-links-right a:hover i,
.project-sec .project-links-left a:hover i {
    color: #d09f46;
}

.project-sec .owl-item.active .project-area .project-detail .animate-fade {
    animation: 1.5s fadeInUp;
    margin: auto;
}

.animate-fade a {
    cursor: pointer;
}

.black-box {
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    padding: 75px 30px;
}

/* ===================================
    Reviews Section
====================================== */

.reviews-sec .heading-area {
    z-index: 11;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
}

.reviews-sec .heading {
    display: inline-block;
    font-size: 72px;
    color: #202020;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.reviews-sec .heading span {
    padding: 5px 50px 5px 10px;
    color: #ffffff;
    background: #d09f46;
}

.reviews-sec .item {
    padding-top: 80px;
}

.client-img-holder {
    height: 100px;
    width: 100px;
    z-index: 11;
}

.reviews-sec .reviews-carousel .item h5 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    font-family: Roboto, sans-serif;
}

.reviews-sec .reviews-carousel .item p {
    font-size: 24px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.reviews-sec .reviews-carousel .item .text {
    font-size: 18px;
    color: #202020;
    line-height: 1.8;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.reviews-sec .icon-holder {
    display: block;
    margin-bottom: 50px;
}

.reviews-sec .icon-holder i {
    color: #d09f46;
    font-size: 32px;
    font-style: italic;
}

/* ===================================
    Counters Section
====================================== */

.counters .green-box {
    width: 80%;
    background: #d09f46;
    padding: 80px 40px;
    position: relative;
}

.counters .box-content h1 {
    top: 50%;
    left: 0;
    margin: 20px 0;
    width: 180%;
    max-width: 180%;
    text-transform: uppercase;
}

.counters .box-content h1 {
    font-size: 72px;
    padding: 0;
    color: #ffffff;
    font-weight: 500;
    background: transparent;
    font-family: Oswald, sans-serif;
}

.counters .box-content h4 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.counters .box-content p {
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.counters .counter {
    margin: 50px 30px;
    text-align: center;
    display: inline-block;
}

.counters .counter h5 {
    color: #ffffff;
    padding: 5px 0;
    font-size: 42px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
}

.counters .counter p {
    font-size: 18px;
    color: #ffffff;
    padding: 0 20px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

/* ===================================
   Contact
====================================== */

.contact-sec .contact-form input {
    color: #040608;
    font-size: 16px;
    height: 40px;
    padding: 25px 0;
    background: transparent;
}

.contact-sec .heading-area {
    margin: 20px 0 80px 0;
}

.contact-sec .heading {
    display: inline-block;
    font-size: 72px;
    color: #202020;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.contact-sec .heading span {
    padding: 5px 20px;
    color: #ffffff;
    background: #d09f46;
}

.contact-sec .contact-form .form-control {
    border: none;
    border-radius: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #464646 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #464646 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #464646 !important;
}

.contact-sec .contact-form .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #d09f46;
}

.contact-sec .contact-form input::placeholder,
.contact-sec .contact-form textarea::placeholder {
    color: #ffffff;
    font-size: 14px;
}

.contact-sec .contact-form textarea {
    padding-top: 20px;
    height: 150px;
    color: #040608;
    font-size: 16px;
    resize: none;
    background: transparent;
    margin-bottom: 40px;
}

.contact-sec .contact-form .purple-btn {
    margin-top: 15px;
}

.contact_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-form {
    display: flex;
    justify-content: center;
}

/*contact details*/
.contact-sec .contact-background {
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details ul {
    display: table;
    margin: 0 auto;
}

.contact-sec .contact-details ul li {
    color: #202020;
    list-style: none;
    margin-bottom: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-details ul li span {
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child {
    padding-right: 0;
}

.contact-sec .contact-details ul li i {
    font-size: 34px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #040608;
}

.contact-sec .btn.btn-trans {
    font-size: 16px;
    font-weight: normal;
    font-family: Oswald, sans-serif;
}

.contact-sec .btn.btn-trans {
    background: #202020;
    border-color: #202020;
    color: #ffffff;
}

.contact-sec .btn.btn-trans:hover {
    background: #d09f46 !important;
    border-color: #d09f46;
    color: #ffffff !important
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    display: none;
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #d09f46;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #202020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
    color: #ffffff;
}

.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
   Loader
====================================== */

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot-container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    filter: url('#goo');
    animation: rotate-move 2s ease-in-out infinite;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #d09f46;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: #d09f46;
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: #d09f46;
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: #d09f46;
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {
        transform: scale(1)
    }

    45% {
        transform: translateY(-18px) scale(.45)
    }

    60% {
        transform: translateY(-90px) scale(.45)
    }

    80% {
        transform: translateY(-90px) scale(.45)
    }

    100% {
        transform: translateY(0px) scale(1)
    }
}

@keyframes dot-2-move {
    20% {
        transform: scale(1)
    }

    45% {
        transform: translate(-16px, 12px) scale(.45)
    }

    60% {
        transform: translate(-80px, 60px) scale(.45)
    }

    80% {
        transform: translate(-80px, 60px) scale(.45)
    }

    100% {
        transform: translateY(0px) scale(1)
    }
}

@keyframes dot-1-move {
    20% {
        transform: scale(1)
    }

    45% {
        transform: translate(16px, 12px) scale(.45)
    }

    60% {
        transform: translate(80px, 60px) scale(.45)
    }

    80% {
        transform: translate(80px, 60px) scale(.45)
    }

    100% {
        transform: translateY(0px) scale(1)
    }
}

@keyframes rotate-move {
    55% {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    80% {
        transform: translate(-50%, -50%) rotate(360deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes index {

    0%,
    100% {
        z-index: 3
    }

    33.3% {
        z-index: 2
    }

    66.6% {
        z-index: 1
    }
}

/* ===================================
    Start StandAlone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    margin-bottom: 10px;
    font-weight: normal;
}

.standalone-area .sub-heading {
    margin-bottom: 8px;
    font-weight: normal;
    color: #202020;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 60px;
    color: #202020;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.standalone-detail .para_text {
    font-family: 'Roboto', sans-serif;
    color: #202020;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .heading-text {
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    color: #202020;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #202020;
}

.page-title {
    position: relative;
    text-align: center;
    padding: 250px 0 150px 0;
    background: url("../images/standalone.jpg");
    background-size: cover;
    background-position: top center;
}

.stand-banner .green-box {
    background: #d09f46;
    padding: 200px 0;
    width: 75%;
    margin-left: auto;
    position: relative;
}

.stand-banner .box-content {
    top: 50%;
    left: 0;
    width: 154%;
    max-width: 154%;
    text-align: right;
    position: absolute;
    text-transform: uppercase;
    transform: translate(-45%, -50%);
}

.page-title .auto-container {
    position: relative;
}

.page-title h2 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 3.5rem;
    text-transform: capitalize;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
}

.page-breadcrumb {
    position: relative;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: "\f101";
    right: -5px;
    top: 1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-breadcrumb li a {
    color: #fff;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a .icon {
    margin-right: 4px;
    color: #ffffff;
}

.page-breadcrumb li a:hover {
    color: #ffffff;
}

.standalone-footer {
    padding: 5rem 0;
}

.footer-social.stand {
    text-align: center;
    margin-bottom: 15px;
}

.standalone-footer .social-icons-simple li a {
    color: #ffffff;
    width: 42px;
    height: 42px;
    line-height: 42px;
}

.standalone-footer .social-icons-simple li a:hover {
    background-color: #d09f46;
}

/* ===================================
   Media Queries
====================================== */
@media (max-width: 1200px) {

    .header-lang-wrapper {
        display: none !important;
    }

}

@media (max-width: 1400px) {

    header a.logo img {
        max-width: 170px !important;
    }

}



@media (max-width: 1200px) and (min-width: 992px) {

    header a.logo img {
        max-width: 150px !important;
    }

    .navbar-simple .navbar-nav .nav-link {
        font-size: 11px !important;
    }

    /* Nav-Bar */
    .nav-social .social-icons-simple,
    .c-links {
        display: none !important;
    }

    .sidemenu_btn {
        right: -30px;
    }

    .side-menu {
        width: 50%;
    }

    /* Banner */
    .banner-area .box-content h1 {
        font-size: 60px;
    }

    /* Services */
    .services-sec .heading {
        font-size: 60px;
    }

    /* Portfolio */
    .project-sec .project-area .project-img {
        height: auto;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .project-sec .project-links-right a i,
    .project-sec .project-links-left a i {
        display: none;
    }

    .project-sec .project-area .project-detail .project-heading {
        padding: 16px 8px;
        width: 100%;
        max-width: 100%;
        transform: translateX(0);
    }

    .black-box {
        padding: 50px 30px;
        text-align: center;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }

    /* Counters */
    .counters .box-content h1 {
        font-size: 60px;
    }

    .counters .box-content h4 {
        font-size: 22px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 58px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {

    body {
        text-align: center;
    }

    /* Nav-Bar */
    .nav-social .social-icons-simple {
        display: none;
    }

    header a.logo img {
        max-width: 70px;
    }

    .sidemenu_btn {
        right: 0;
    }

    /* Side Menu */
    .side-menu {
        width: 60%;
    }

    /* Banner */
    .banner-area .green-box {
        width: 100%;
    }

    .banner-area .box-content h1 {
        font-size: 56px;
    }

    .banner-area .box-content {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    /* Services */
    .services-sec .heading {
        font-size: 60px;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .services-sec .heading-area {
        transform: translate(0);
    }

    .services-sec .services-boxes {
        padding: 0 33px;
        width: 60%;
        margin: auto;
    }

    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }

    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }

    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    /* Portfolio */
    .project-sec .project-area .project-img {
        height: auto;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .project-sec .project-area .project-detail .project-heading {
        font-size: 24px;
    }

    .project-sec .project-links-right a i,
    .project-sec .project-links-left a i {
        display: none;
    }

    .project-sec .project-area .project-detail .project-heading {
        font-size: 28px;
        padding: 16px 8px;
        width: 100%;
        max-width: 100%;
        transform: translateX(0);
    }

    .black-box {
        padding: 50px 30px;
        width: 80%;
        margin: 0 auto;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }

    /* Reviews */
    .reviews-sec .heading {
        font-size: 60px;
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }

    .reviews-sec .heading-area {
        top: 0;
        width: 60%;
        margin: 0 auto;
        transform: translate(0);
    }

    .client-img-holder {
        margin: 0 auto;
    }

    .reviews-sec .icon-holder {
        margin: 30px 0;
    }

    .reviews-sec .heading span {
        padding: 5px 10px 5px 10px;
    }

    /* Counters */
    .counters .box-content h1 {
        font-size: 60px;
        width: 100%;
    }

    .counters .box-content h4 {
        font-size: 22px;
    }

    .counters .green-box {
        width: 100%;
        margin-bottom: 40px;
        padding: 60px 25px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 46px;
        padding-bottom: 40px;
        width: 75%;
        margin: 0 auto;
    }

    .contact-sec .heading span {
        display: inline-block !important;
    }

    .contact-sec .heading-area {
        margin: 0;
    }

    .contact-form {
        margin-top: 40px;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-area .gradient-text1 {
        font-size: 30px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .para_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {

    body {
        text-align: center;
    }

    section {
        padding: 5rem 0;
    }

    /* Nav-Bar */
    .nav-social .social-icons-simple {
        display: none;
    }

    header a.logo img {
        max-width: 70px;
    }

    .sidemenu_btn {
        right: 0;
    }

    .navbar-top-default,
    .header-appear .navbar-top-default {
        height: 80px;
    }

    /* Side Menu */
    .side-menu {
        width: 100%;
    }

    .side-menu p {
        font-size: 14px;
    }

    .side-menu .inner-wrapper {
        padding: 3.5rem 4rem;
    }

    /* Banner */
    .banner-area .green-box {
        width: 100%;
    }

    .banner-area .box-content h1 {
        font-size: 36px;
    }

    .banner-area .box-content {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .banner-area .green-box {
        padding: 170px 0;
    }

    .banner-area .button {
        font-size: 16px;
    }

    .banner-area .button i {
        font-size: 16px;
    }

    /* Services */
    .services-sec .heading {
        font-size: 46px;
        width: 100%;
        padding-bottom: 40px;
    }

    .services-sec .heading-area {
        transform: translate(0);
    }

    .services-sec .services-boxes {
        width: 100%;
    }

    .services-sec .services-boxes {
        padding: 0 30px;
    }

    .service-card .text {
        font-size: 16px;
    }

    .services-sec .services-boxes .service-card {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 80px;
    }

    .services-sec .services-boxes .service-card.right {
        width: 100%;
        margin-top: 80px;
        margin-bottom: 0;
    }

    .services-sec .services-boxes .service-card.left.icon-right {
        width: 100%;
        display: grid;
    }

    .services-sec .services-boxes .service-card .icon-holder {
        margin-bottom: 20px;
    }

    /* Portfolio */
    .project-sec .project-area .project-detail .project-heading {
        font-size: 28px;
    }

    .project-sec .project-area .project-detail .project-text {
        font-size: 16px;
        color: #202020;
    }

    .project-sec .project-area .project-img {
        height: auto;
    }

    .project-sec .project-area .project-detail {
        position: relative;
        transform: translateY(0%);
    }

    .project-sec .project-area .project-detail .project-heading {
        font-size: 28px;
        padding: 16px 8px;
        width: 100%;
        max-width: 100%;
        color: #202020;
        background: transparent;
        transform: translateX(0);
    }

    .project-sec .btn.btn-white {
        color: #202020;
        border-color: #202020
    }

    .btn.btn-medium {
        font-size: 14px;
    }

    .black-box {
        padding: 50px 30px;
        background: transparent;
    }

    .portfolio {
        padding-top: 0;
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }

    .project-sec .project-links-right a i,
    .project-sec .project-links-left a i {
        display: none;
    }

    .project-sec .owl-item.active .project-area .project-detail .animate-fade {
        animation: none;
    }

    /* Reviews */
    .reviews-sec .heading {
        font-size: 46px;
        width: 100%;
        padding-bottom: 40px;
    }

    .reviews-sec .heading-area {
        top: 0;
        transform: translate(0);
    }

    .reviews-sec .heading span {
        padding: 5px 10px 5px 10px;
    }

    .client-img-holder {
        margin: 0 auto;
    }

    .reviews-sec .icon-holder {
        margin: 30px 0;
    }

    .reviews-sec .reviews-carousel .item .text {
        font-size: 16px;
    }

    /* Counters */
    .counters .box-content h1 {
        font-size: 36px;
        width: 100%;
    }

    .counters .box-content h4 {
        font-size: 18px;
    }

    .counters .counter {
        margin: 40px 0;
    }

    .counters .green-box {
        width: 100%;
        padding: 60px 25px;
    }

    .counters .box-content p {
        font-size: 16px;
    }

    /* Contact */
    .contact-sec .heading {
        font-size: 46px;
        width: 100%;
        padding-bottom: 40px;
    }

    .contact-sec .heading-area {
        margin: 0;
    }

    .contact-form {
        margin-top: 40px;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }

    .standalone-detail .heading {
        font-size: 42px;
    }

    .standalone-detail .para_text {
        font-size: 16px;
    }

    .standalone-area .sub-heading {
        margin-top: 3rem;
    }

    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }

    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .page-title h2 {
        font-size: 2.5rem;
    }

    .standalone-area .heading-text {
        font-size: 30px;
    }

    .standalone-area .stand-img-des .para_text {
        font-size: 16px;
    }

    .stand-banner .box-content {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translate(-50%, -50%);
    }

    .stand-banner .green-box {
        padding: 170px 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575.98px) {
    .box-content h1 {
        font-size: 32px !important;
    }
}


/* --- FOOTER STYLES --- */
.main-footer {
    background: #0a0a0a;
    color: #fff;
    padding: 80px 0 30px 0;
    font-family: 'Montserrat', sans-serif;
}

.footer-content {
    margin-bottom: 50px;
}

.footer-column {
    margin-bottom: 30px;
}

/* Coluna Sobre / Logo */
.footer-logo {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.footer-logo span {
    color: #c5a059;
    font-weight: 300;
}

.footer-description {
    font-size: 14px;
    line-height: 1.8;
    color: #aaa;
    margin-bottom: 25px;
}

/* Ícones Sociais */
.footer-social a {
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #c5a059;
}

/* Títulos e Links */
.footer-title {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #c5a059;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #c5a059;
    padding-left: 5px;
}

/* Contatos */
.footer-contact-info {
    list-style: none;
    padding: 0;
}

.footer-contact-info li {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-info i {
    color: #c5a059;
    font-size: 18px;
}

/* Botão CTA Footer */
.footer-cta-btn {
    display: inline-block;
    padding: 12px 25px;
    background: transparent;
    border: 1px solid #c5a059;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.4s;
    margin-top: 15px;
}

.footer-cta-btn:hover {
    background: #c5a059;
    color: #fff;
}

/* Bottom Footer */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
}

.footer-bottom p {
    font-size: 13px;
    color: #666;
}

.footer-legal a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}

.footer-legal a:hover {
    color: #aaa;
}

.footer-legal .divider {
    color: #333;
    margin: 0 10px;
}

@media (max-width: 767px) {
    .main-footer {
        text-align: center;
    }

    .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-contact-info li {
        justify-content: center;
    }
}

/* Estilo do link Albinet */
.albinet-link {
    color: #c5a059 !important;
    /* Cor dourada do projeto */
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.albinet-link:hover {
    color: #fff !important;
    text-decoration: underline;
}

/* Ajuste na borda do bottom para separar bem */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 30px 0;
    margin-top: 20px;
}

/* ==========================================================
       AJUSTES GERAIS DE VISUALIZAÇÃO DE IMAGENS (FANCYBOX)
       ========================================================== */
.fancybox-slide--image .fancybox-content {
    width: auto !important;
    height: auto !important;
    max-width: 70vw !important;
    max-height: 75vh !important;
    margin: auto !important;
}

.fancybox-slide--image .fancybox-image {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.fancybox__slide .fancybox__content,
.f-carousel__slide .f-image {
    max-width: 70vw !important;
    max-height: 75vh !important;
    object-fit: contain !important;
    margin: auto !important;
    border-radius: 4px;
}

/* --- REFINED LUXURY LOCATION --- */
.luxury-location-refined {
    padding: 140px 0;
    background: #0f0f0f;
    /* Preto profundo */
    position: relative;
    overflow: hidden;
}

.location-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://www.transparenttextures.com/patterns/dark-matter.png');
    /* Ou imagem de mapa */
    opacity: 0.1;
    pointer-events: none;
}

/* Card Dourado com Borda Interna */
.location-premium-card {
    background: #c5a059;
    padding: 20px;
    /* Espaço para a borda interna */
    position: relative;
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.4);
}

.inner-border {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 60px 50px;
}

.loc-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}

.loc-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 30px;
}

.loc-title span {
    font-weight: 400;
    font-style: italic;
}

.loc-line {
    width: 60px;
    height: 1px;
    background: #fff;
    margin-bottom: 35px;
}

.loc-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
    font-weight: 300;
}

.loc-link {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    transition: 0.3s;
}

.loc-link:hover {
    color: #1a1a1a;
    border-color: #1a1a1a;
}

/* Grelha de Stats Minimalista */
.stats-premium-grid {
    background: #161616;
    margin-left: -40px;
    /* Sobreposição ligeira no desktop */
}

.stat-box {
    border: 1px solid rgba(255, 255, 255, 0.03);
    padding: 35px 40px;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.stat-box:hover {
    background: #1c1c1c;
}

.stat-content {
    position: relative;
    z-index: 2;
}

.stat-number {
    display: block;
    font-size: 60px;
    font-weight: 700;
    color: #c5a059;
    line-height: 1;
}

.stat-unit {
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
}

.stat-label {
    font-size: 30px;
    color: #ededed;
    margin: 0;
    font-weight: 500;
    line-height: 27px;
}

.stat-icon-bg {
    position: absolute;
    right: -30px;
    bottom: -10px;
    font-size: 95px;
    color: rgba(197, 160, 89, 0.09);
    transition: 0.5s;
}

.stat-box:hover .stat-icon-bg {
    transform: scale(1.1);
    color: rgba(197, 160, 89, 0.1);
}

/* Responsividade */
@media (max-width: 991px) {
    .stats-premium-grid {
        margin-left: 0;
        margin-top: -20px;
    }

    .stat-box {
        padding: 40px 30px;
    }

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

/* Cores de Referência do Site */
:root {
    --brand-gold: #c5a059;
    --brand-dark: #1a1a1a;
    --brand-charcoal: #111111;
    --text-muted: #666666;
}

.editorial-property-sec,
.editorial-property-sec>.container,
.editorial-property-sec>.container>.row {
    overflow: visible !important;
}

.editorial-property-sec {
    background-color: #fafafa;
    /* Um cinza muito suave para destacar o mapa branco */
    padding: 100px 0;
    color: var(--brand-charcoal);
    position: relative;
}

/* Subtítulo e Título da Secção */
.plans-sec-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    letter-spacing: 4px;
    color: var(--brand-gold);
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.plans-sec-title {
    font-size: 42px;
    line-height: 1.2;
    color: var(--brand-dark);
    font-weight: 700;
    margin-bottom: 25px;
}

.plans-gold-divider {
    width: 60px;
    height: 2px;
    background-color: #d09f46;
    margin: 0 auto 50px auto;
}

/* ==========================================================
       FILTRO DE PISOS (REESTILIZADO PARA DOURADO / ESCURO)
       ========================================================== */
.primary-floor-selector-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    background-color: var(--brand-dark);
    padding: 18px 30px;
    border-radius: 4px;
    border-bottom: 3px solid #d09f46;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.primary-floor-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--brand-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.primary-floor-tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.primary-floor-btn {
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 8px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.primary-floor-btn:hover {
    background-color: rgba(197, 160, 89, 0.15);
    border-color: #d09f46;
    color: #ffffff;
}

.primary-floor-btn.active {
    background-color: #d09f46;
    border-color: #d09f46;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
}

@media (max-width: 991px) {
    .primary-floor-selector-wrapper {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        align-items: center;
    }

    .primary-floor-tabs {
        justify-content: center;
        width: 100%;
    }

    .primary-floor-btn {
        flex: 1 1 calc(25% - 6px);
        text-align: center;
        padding: 8px 5px;
        font-size: 10px;
    }
}

/* GESTÃO DE VISIBILIDADE DOS PISOS */
.floor-container-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.floor-container-pane.active {
    display: block;
    opacity: 1;
}

.overall-interactive-view {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* MOLDURA ELEGANTE PARA O MAPA */
.interactive-map-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.interactive-map-container img {
    width: 100%;
    height: auto;
    display: block;
}

.floorplan-svg-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 4;
    pointer-events: none;
}

.map-polygon {
    pointer-events: auto;
    stroke-width: 0.5;
    transition: fill 0.35s ease, stroke 0.35s ease;
    cursor: pointer;
}

/* CORES DINÂMICAS POR ESTADO DA FRAÇÃO */
.map-polygon.status-disponivel {
    fill: rgba(34, 197, 94, 0.1) !important;
    stroke: rgba(34, 197, 94, 0.4) !important;
}

.map-polygon.status-disponivel:hover,
.map-polygon.status-disponivel.highlighted {
    fill: rgba(34, 197, 94, 0.3) !important;
    stroke: rgba(34, 197, 94, 0.9) !important;
}

.map-polygon.status-vendido {
    fill: rgba(239, 68, 68, 0.1) !important;
    stroke: rgba(239, 68, 68, 0.4) !important;
}

.map-polygon.status-vendido:hover,
.map-polygon.status-vendido.highlighted {
    fill: rgba(239, 68, 68, 0.3) !important;
    stroke: rgba(239, 68, 68, 0.9) !important;
}

.map-polygon.status-reservado {
    fill: rgba(245, 158, 11, 0.1) !important;
    stroke: rgba(245, 158, 11, 0.4) !important;
}

.map-polygon.status-reservado:hover,
.map-polygon.status-reservado.highlighted {
    fill: rgba(245, 158, 11, 0.35) !important;
    stroke: rgba(245, 158, 11, 0.9) !important;
}

.map-polygon.status-vendido,
.hotspot-pin.status-vendido-pin,
.hotspot-pin.status-vendido-pin .pin-label {
    cursor: default !important;
}

/* HOTSPOTS INTERATIVOS PULSANTES HARMONIZADOS COM DOURADO */
.hotspot-pin {
    position: absolute;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.25s ease;
}

.pin-label {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 28px;
    background-color: var(--brand-dark);
    color: #ffffff;
    border: 2px solid var(--brand-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.pin-pulse {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--brand-gold);
    animation: pinPulseEffect 2s infinite ease-out;
    pointer-events: none;
    z-index: 1;
}

.hotspot-pin:hover .pin-label,
.hotspot-pin.active-by-polygon .pin-label {
    transform: scale(1.15);
    background-color: var(--brand-gold);
}

@keyframes pinPulseEffect {
    0% {
        transform: scale(0.95);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* BALÃO DE INFORMAÇÃO NO HOVER (TOOLTIP PREMIUM) */
#apt-tooltip {
    position: absolute;
    background-color: rgba(26, 26, 26, 0.98);
    color: #ffffff;
    padding: 18px;
    border-radius: 4px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    min-width: 220px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

#apt-tooltip.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tt-header {
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tt-row {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    margin-bottom: 4px;
}

.tt-label {
    color: #94a3b8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tt-val {
    font-weight: 600;
}

/* VISTA DE DETALHE DO APARTAMENTO */
.apartment-detail-view {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 35px;
    display: none;
    opacity: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    transition: opacity 0.35s ease;
}

.apartment-detail-view.active {
    display: block;
    opacity: 1;
}

.detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none !important;
    padding-bottom: 0px;
    margin-bottom: 25px;
    gap: 15px;
    flex-wrap: wrap;
}

.apt-detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 25px;
}

.apt-meta-item {
    display: flex;
    flex-direction: column;
}

.apt-meta-item .meta-lbl {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.apt-meta-item .meta-val {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: var(--brand-dark);
    font-weight: 600;
}

.detail-plan-only-wrapper {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 15px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
}

.detail-plan-only-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    cursor: zoom-in;
}

.back-to-general-btn {
    background-color: transparent;
    color: var(--brand-dark);
    border: 1px solid var(--brand-gold);
    padding: 10px 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 2px;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.back-to-general-btn:hover {
    background-color: var(--brand-gold);
    color: #ffffff;
    border-color: var(--brand-gold);
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.2);
}

.editorial-property-sec,
.editorial-property-sec>.container,
.editorial-property-sec>.container>.row {
    overflow: visible !important;
}

.editorial-property-sec {
    background-color: #ffffff;
    padding: 60px 0 80px 0;
    color: #111111;
}

/* ==========================================================
       FILTRO DE PISOS (PRIMÁRIO)
       ========================================================== */
.primary-floor-selector-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    background-color: #212e38;
    padding: 16px 28px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(33, 46, 56, 0.15);
}



.primary-floor-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.primary-floor-btn {
    background-color: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    padding: 10px 24px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.25s ease;
}





@media (max-width: 767px) {
    .primary-floor-selector-wrapper {
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }

    .primary-floor-tabs {
        width: 100%;
        justify-content: center;
    }

    .primary-floor-btn {
        flex: 1;
        text-align: center;
        min-width: 80px;
    }
}

/* GESTÃO DE VISIBILIDADE DOS PISOS */
.floor-container-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.floor-container-pane.active {
    display: block;
    opacity: 1;
}

.overall-interactive-view {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.interactive-map-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #f1f5f9;
    border-radius: 6px;
    background-color: #fafafa;
}

.interactive-map-container img {
    width: 100%;
    height: auto;
    display: block;
}

.floorplan-svg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    pointer-events: none;
}

.map-polygon {
    pointer-events: auto;
    stroke-width: 0.5;
    transition: fill 0.35s ease, stroke 0.35s ease;
    cursor: pointer;
}

/* CORES DINÂMICAS POR ESTADO DA FRAÇÃO */
.map-polygon.status-disponivel {
    fill: rgba(34, 197, 94, 0.1) !important;
    stroke: rgba(34, 197, 94, 0.4) !important;
}

.map-polygon.status-disponivel:hover,
.map-polygon.status-disponivel.highlighted {
    fill: rgba(34, 197, 94, 0.35) !important;
    stroke: rgba(34, 197, 94, 0.9) !important;
}

.map-polygon.status-vendido {
    fill: rgba(239, 68, 68, 0.1) !important;
    stroke: rgba(239, 68, 68, 0.4) !important;
}

.map-polygon.status-vendido:hover,
.map-polygon.status-vendido.highlighted {
    fill: rgba(239, 68, 68, 0.35) !important;
    stroke: rgba(239, 68, 68, 0.9) !important;
}

.map-polygon.status-reservado {
    fill: rgba(245, 158, 11, 0.1) !important;
    stroke: rgba(245, 158, 11, 0.4) !important;
}

.map-polygon.status-reservado:hover,
.map-polygon.status-reservado.highlighted {
    fill: rgba(245, 158, 11, 0.35) !important;
    stroke: rgba(245, 158, 11, 0.9) !important;
}

.map-polygon.status-vendido,
.hotspot-pin.status-vendido-pin,
.hotspot-pin.status-vendido-pin .pin-label {
    cursor: default !important;
}

/* HOTSPOTS INTERATIVOS PULSANTES */
.hotspot-pin {
    position: absolute;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.25s ease;
}

.pin-label {
    position: relative;
    z-index: 2;
    width: 28px;
    height: 28px;
    background-color: #000;
    color: #ffffff;
    border: 2px solid #d09f46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}



.hotspot-pin:hover .pin-label,
.hotspot-pin.active-by-polygon .pin-label {
    transform: scale(1.15);
}

@keyframes pinPulseEffect {
    0% {
        transform: scale(0.95);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

/* BALÃO DE INFORMAÇÃO NO HOVER (TOOLTIP) */
#apt-tooltip {
    position: absolute;
    background-color: rgba(33, 46, 56, 0.95);
    color: #ffffff;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    min-width: 200px;
}

#apt-tooltip.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tt-header {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.tt-row {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 0px;
}

.tt-label {
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
}

.tt-val {
    font-weight: 700;
}

/* VISTA DE DETALHE DO APARTAMENTO */
.apartment-detail-view {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 6px;
    padding: 25px;
    display: none;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.apartment-detail-view.active {
    display: block;
    opacity: 1;
}

.detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none !important;
    padding-bottom: 0px;
    margin-bottom: 20px;
    gap: 15px;
    flex-wrap: wrap;
}

.apt-detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.apt-meta-item {
    display: flex;
    flex-direction: column;
}

.apt-meta-item .meta-lbl {
    font-size: 10px;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
    margin-bottom: 2px;
}

.apt-meta-item .meta-val {
    font-size: 13px;
    color: #212e38;
    font-weight: 600;
}

.detail-plan-only-wrapper {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
    border-radius: 4px;
    padding: 10px;
}

.detail-plan-only-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    cursor: zoom-in;
}




/* LEGENDA MINIMALISTA DOS ESTADOS */
.floor-status-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    padding-left: 5px;
    margin-top: 5px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.legend-dot.disp {
    background-color: #22c55e;
}

.legend-dot.vend {
    background-color: #ef4444;
}

.legend-dot.resv {
    background-color: #f59e0b;
}

@media (max-width: 575px) {
    .floor-status-legend {
        justify-content: center;
    }
}

.video-showcase-sec {
    background-color: #000000;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
}

.luxury-video-wrapper {
    position: relative;
    height: 65vh;
    /* Altura cinemática proporcional ao ecrã */
    min-height: 500px;
    max-height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Imagem de Fundo com Transição de Zoom */
.video-poster-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
}

.luxury-video-wrapper:hover .video-poster-bg {
    transform: scale(1.03);
    /* Zoom elegante e subtil ao passar o rato */
}

/* Gradiente e Escurecimento sobreposto */
.video-dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
    pointer-events: none;
}

/* Contentor do Texto e Botão */
.video-content-holder {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0 20px;
}

.video-mini-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c5a059;
}

.video-main-title {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

/* ==========================================
       MECÂNICA E ANIMAÇÃO DO BOTÃO DE PLAY (GLOW)
       ========================================== */
.luxury-play-btn {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    margin-bottom: 10px;
}

.play-icon-circle {
    position: relative;
    z-index: 5;
    width: 74px;
    height: 74px;
    background-color: #ffffff;
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Ajuste fino para centrar o ícone triangular de Play */
.play-icon-circle i {
    transform: translateX(2px);
    transition: transform 0.3s ease;
}

/* Efeito Hover no Círculo Central */
.luxury-play-btn:hover .play-icon-circle {
    background-color: #c5a059;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 15px 35px rgba(197, 160, 89, 0.4);
}

.luxury-play-btn:hover .play-icon-circle i {
    transform: translateX(2px) scale(1.1);
}

/* Auréolas Pulsantes Douradas */
.pulse-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid rgba(197, 160, 89, 0.45);
    z-index: 1;
    pointer-events: none;
}

.ring-1 {
    animation: playPulse 2.2s infinite ease-out;
}

.ring-2 {
    animation: playPulse 2.2s infinite ease-out;
    animation-delay: 0.8s;
}

@keyframes playPulse {
    0% {
        transform: scale(0.85);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

.play-action-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.luxury-play-btn:hover~.play-action-label {
    opacity: 1;
    color: #c5a059;
}

/* Responsividade */
@media (max-width: 767px) {
    .video-main-title {
        font-size: 30px;
    }

    .luxury-video-wrapper {
        height: 50vh;
    }
}

/* Feature Cards */
.feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid #eee;
    padding: 40px 30px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    z-index: -2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* Preto com 40% de opacidade */
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.card-content {
    transition: all 0.4s ease;
}

.feature-card h5 {
    font-weight: 700;
    margin-top: 20px;
    color: #333;
    transition: color 0.4s ease;
}

.feature-card p {
    color: #666;
    transition: color 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-card:hover .card-bg {
    opacity: 1;
    transform: scale(1);
}

.feature-card:hover .overlay {
    opacity: 1;
}

.feature-card:hover h5,
.feature-card:hover p {
    color: #fff;
}

.icon-box {
    width: 70px;
    height: 70px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 28px;
    background: #c5a059;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.pulse-animation {
    animation: floating 3s ease-in-out infinite;
}

.pulse-animation-delay {
    animation: floating 3s ease-in-out infinite;
    animation-delay: 1.5s;
}

.feature-card:hover .icon-box {
    background: #fff;
    color: #c5a059;
    transform: scale(1.1) translateY(-5px);
}

.feature-card:hover .card-bg {
    opacity: 1;
    transform: scale(1);
    filter: brightness(0.5);
    /* 0.5 escurece 50%. Ajusta conforme preferires */
}

/* Feature Cards */
.feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid #eee;
    padding: 40px 30px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    opacity: 0;
    transition: all 0.6s ease-in-out;
    z-index: -2;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: -1;
}

.card-content {
    transition: all 0.4s ease;
}

.feature-card h5 {
    font-weight: 700;
    margin-top: 20px;
    color: #333;
    transition: color 0.4s ease;
}

.feature-card p {
    color: #666;
    transition: color 0.4s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.feature-card:hover .card-bg {
    opacity: 1;
    transform: scale(1);
}

.feature-card:hover .overlay {
    opacity: 1;
}

.feature-card:hover h5,
.feature-card:hover p {
    color: #fff;
}

.icon-box {
    width: 70px;
    height: 70px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 28px;
    background: #c5a059;
}

@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.pulse-animation {
    animation: floating 3s ease-in-out infinite;
}

.pulse-animation-delay {
    animation: floating 3s ease-in-out infinite;
    animation-delay: 1.5s;
}

.feature-card:hover .icon-box {
    background: #fff;
    color: #c5a059;
    transform: scale(1.1) translateY(-5px);
}

.feature-card:hover .card-bg {
    opacity: 1;
    transform: scale(1);
    filter: brightness(0.5);
}

/* ==========================================
   ESTILOS PREMIUM DE ESPECIFICAÇÕES
   ========================================== */
.specs-mini-tag {
    color: #c5a059;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.specs-main-title {
    font-size: 36px;
    color: #1a1a1a;
    margin-top: 10px;
    font-weight: 700;
}

/* Luxury Card Containers */
.luxury-spec-card {
    background: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
    padding: 45px;
    height: 100%;
    position: relative;
    border-top: 4px solid #c5a059;
}

/* Efeito Desvanecido */
.specs-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 85%);
    border-radius: 0 0 12px 12px;
    pointer-events: none;
    transition: opacity 0.4s ease-in-out;
    z-index: 3;
    opacity: 1;
}

.specs-fade-overlay.hidden {
    opacity: 0;
}

.luxury-spec-card-header h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    border-bottom: 1px solid #eef0f2;
    padding-bottom: 15px;
}

/* Mecânica de Transição de Altura */
.specs-hidden-wrapper {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease-in-out;
}

.specs-hidden-wrapper.open {
    max-height: 1000px;
    /* Suficiente para acomodar todos os itens */
    opacity: 1;
}

/* Luxury List & Items */
.luxury-spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #e2e8f0;
    transition: all 0.25s ease;
}

.luxury-spec-item:hover {
    border-bottom-style: solid;
    border-bottom-color: #c5a059;
    padding-left: 8px;
}

/* Label & Values */
.luxury-spec-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.25s ease;
}

.luxury-spec-label::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #c5a059;
    border-radius: 50%;
}

.luxury-spec-item:hover .luxury-spec-label {
    color: #c5a059;
}

.luxury-spec-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: right;
}

/* Botão de Expansão Premium */
.btn-luxury-expand {
    background-color: transparent;
    color: #1a1a1a;
    border: 1px solid #c5a059;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 35px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    outline: none;
}

.btn-luxury-expand:hover {
    background-color: #c5a059;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(197, 160, 89, 0.25);
    transform: translateY(-2px);
}

/* Responsividade */
@media (max-width: 767px) {
    .luxury-spec-card {
        padding: 25px;
    }

    .luxury-spec-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .luxury-spec-value {
        text-align: left;
        font-size: 13px;
    }
}