/*
Theme Name: Taga urbanic
Template: hello-elementor
Author: Miligram B.A.
Author URI: https://miligram.pt
Version: 1.0.0.1763986258
Updated: 2025-11-24 12:10:58

*/

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.grecaptcha-badge,
.chatbot {
	display: none !important;
}

.button-bkg a,
button.button-bkg {
    background: linear-gradient(140deg,
        #C5986D 0%,
        #E4C093 30%,
        #EAC79A 60%,
        #C5986D 100%
    );
    background-size: 300% 100%;   
    background-position: 100% 0%;
    transition: background-position 0.6s ease-out;
    display: inline-block;
	border: none;
	color: #fff;
}

.button-bkg a:hover,
button.button-bkg:hover {
    background-position: 0% 0%;  
}
.decorated-titles span {
	transition: color .5s ease-in-out;
}
.mask-line {
  overflow: hidden;
  display: block;
  line-height: 1.2;
    margin-bottom: -12px;
}
.split-text .elementor-heading-title {
  display: inline-block;
  line-height: 1.18 !important;
}

.main-image {
    overflow: hidden;
}

.main-image > .elementor-element,
.main-image > .elementor-widget,
.main-image > .elementor-widget-image {
    width: 100%;
}

.taga-parallax-image,
.taga-parallax-image .elementor-widget-container,
.taga-parallax-image .elementor-image {
    overflow: hidden;
}

.taga-parallax-image img,
.taga-parallax-image .taga-parallax-media {
    display: block;
    width: 100%;
    height: auto;
    transform: translate3d(0, 0, 0) scale(1.14);
    transform-origin: center center;
}

.project-bg.taga-parallax-image,
.project-bg.taga-parallax-image .project-bg-media {
    width: 100%;
    height: 100%;
}

.project-bg .project-bg-media {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
    object-position: center;
}

.main-image.animation-reveal-ltr,
.animation-reveal-ltr {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    transition: clip-path 1.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 1.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-image.animation-reveal-ltr.in-view,
.animation-reveal-ltr.in-view {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.main-image.animation-reveal-ltr img,
.animation-reveal-ltr img {
    transform: scale(1.2);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}

.main-image.animation-reveal-ltr.in-view img,
.animation-reveal-ltr.in-view img {
    transform: scale(1);
}

.main-image.animation-reveal-ltr.taga-parallax-image.in-view img,
.animation-reveal-ltr.taga-parallax-image.in-view img {
    transform: translate3d(0, 0, 0) scale(1.14);
}

.main-image.animation-reveal-ltr.taga-parallax-image img,
.animation-reveal-ltr.taga-parallax-image img,
.main-image.animation-reveal-ttb.taga-parallax-image img,
.animation-reveal-ttb.taga-parallax-image img {
    transition: none;
}

.main-image.animation-reveal-ttb,
.animation-reveal-ttb {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transition: clip-path 1.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 1.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-image.animation-reveal-ttb.in-view,
.animation-reveal-ttb.in-view {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
}

.main-image.animation-reveal-ttb img,
.animation-reveal-ttb img {
    transform: scale(1.18);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
}

.main-image.animation-reveal-ttb.in-view img,
.animation-reveal-ttb.in-view img {
    transform: scale(1.04);
}

.main-image.animation-reveal-ttb.taga-parallax-image.in-view img,
.animation-reveal-ttb.taga-parallax-image.in-view img {
    transform: translate3d(0, 0, 0) scale(1.14);
}

@media (max-width: 767px) {
    .taga-parallax-image img,
    .taga-parallax-image .taga-parallax-media,
    .main-image.animation-reveal-ltr.taga-parallax-image.in-view img,
    .animation-reveal-ltr.taga-parallax-image.in-view img,
    .main-image.animation-reveal-ttb.taga-parallax-image.in-view img,
    .animation-reveal-ttb.taga-parallax-image.in-view img {
        transform: translate3d(0, 0, 0) scale(1.08);
    }
}

.reveal-text.white.gold {
  color: rgba(255, 255, 255, 0.2); 
  background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.2) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reveal-text.black.blue {
  color: rgba(0, 16, 44, 0.5); 
  background: linear-gradient(to right, #00102C 50%, rgba(0, 16, 44, 0.5) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reveal-text span {
  transition: color 0.6s ease, background-color 0.6s ease;
  color: inherit; 
}

.reveal-text.white.gold.is-revealed span {
    background-color: var(--e-global-color-accent) !important;
    background-clip: text;
}
.reveal-text.black.blue.is-revealed span {
    background-color: var(--e-global-color-secondary) !important;
    background-clip: text;
}

.decorated-titles.blue span {
    color: var(--e-global-color-secondary);
}
.decorated-titles.gold-normal span {
    color: var(--e-global-color-accent);
}

.decorated-titles.gold .highlight {
	background: linear-gradient(140deg,
        #C5986D 0%,
        #E4C093 30%,
        #EAC79A 60%,
        #C5986D 100%
    );
    background-size: 300% 100%;
    background-position: 100% 0%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
	padding-right: 4px;
}

.animated-btn.blue .elementor-button {
    position: relative;
    background-color: transparent;
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary); 
    transition: color 0.4s ease;
    z-index: 1;
    overflow: hidden;
}
.animated-btn.gold .elementor-button {
    position: relative;
    background-color: transparent;
    color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent); 
    transition: color 0.4s ease;
    z-index: 1;
    overflow: hidden;
}

.animated-btn.blue .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--e-global-color-secondary); 
    transition: width 0.4s ease;
    z-index: -1;
}
.animated-btn.gold .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--e-global-color-accent); 
    transition: width 0.4s ease;
    z-index: -1;
}

.animated-btn .elementor-button:hover {
    color: #ffffff !important; 
}

.animated-btn .elementor-button:hover::before {
    width: 100%;
}

.animated-btn .elementor-button-content-wrapper {
    position: relative;
    z-index: 2;
}

.taga-custom-box {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    gap: 15px;
    padding: 10px;
    transition: all 0.3s ease !important;
    border-radius: 8px;
}

.taga-box-icon {
    flex-shrink: 0;
    width: 46px;
    display: flex;
    align-items: center;
}

.taga-box-icon svg {
    width: 100%;
    height: auto;
}

.taga-box-content {
    display: flex;
    flex-direction: column;
}

h3.taga-box-title {
    margin: 0 !important;
    color: var(--e-global-color-66c4017) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    line-height: 30px !important;
    padding: 0 !important;
}

.taga-box-desc {
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 30px;
    color: var(--e-global-color-66c4017);
    margin: -3px 0 0 0;
}

.taga-custom-box:hover {
    background-color: #F8F5F226 !important;
}












.fadeInUp {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.fadeInRight {
	-webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
	        animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fadeInLeft {
	-webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both !important;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/* Buildings Collection (projects_buildings_collection shortcode) */
.taga-buildings-collection {
    width: 100%;
    position: relative;
    overflow: visible;
}

.taga-buildings-track {
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(8px, 1.5vw, 25px);
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.taga-buildings-track::-webkit-scrollbar {
    display: none;
}

.taga-building-card {
    position: relative;
    width: clamp(140px, 14vw, 206px);
    min-height: clamp(330px, 43vw, 560px);
    border-radius: 4px;
    overflow: hidden;
    /*background: #0f2f57;*/
    margin-left: 0;
    flex: 0 0 auto;
    /*box-shadow: 0 18px 34px rgba(7, 22, 42, 0.24);*/
    transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

.taga-building-card:first-child {
    margin-left: 0;
}

.taga-building-card:nth-child(2n),
.taga-building-card:nth-child(3n),
.taga-building-card:nth-child(4n) {
    transform: none;
}

.taga-building-card .project-bg {
    position: absolute;
    inset: 0;
}

.taga-building-card .project-bg .project-bg-media {
    min-height: 100%;
    object-position: center;
    transform: scale(1.04);
}

.taga-building-empty-bg {
    background: linear-gradient(180deg, #5f82a9 0%, #0f2f57 100%);
}

.taga-building-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 25, 42, 0.02) 0%, rgba(9, 25, 42, 0.58) 82%, rgba(6, 17, 31, 0.72) 100%);
    pointer-events: none;
}

.taga-building-status {
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(58px, 5.4vw, 76px);
    height: clamp(58px, 5.4vw, 76px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px;
    color: #1a2c3d;
    background: rgba(226, 210, 185, 0.95);
    font-size: clamp(8px, 0.62vw, 11px);
    line-height: 1.14;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 600;
    z-index: 3;
    box-shadow: 0 8px 14px rgba(8, 18, 35, 0.18);
}

.taga-building-logo-wrap {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 18px;
    z-index: 3;
    display: flex;
    justify-content: center;
}

.taga-building-logo {
    display: block;
    width: auto;
    max-width: min(92%, 176px);
    max-height: 64px;
    height: auto;
    filter: drop-shadow(0 6px 12px rgba(8, 18, 35, .35));
}

.taga-building-logo * {
    fill: currentColor;
}

.taga-building-fallback-name {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 18px;
    margin: 0;
    color: white !important;
    font-size: clamp(20px, 2.1vw, 30px) !important;
    line-height: 1;
    font-weight: 400;
    z-index: 3;
	text-align: center;
    text-shadow: 0 6px 12px rgba(8, 18, 35, 0.42);
}

@media (max-width: 1024px) {
    .taga-buildings-track {
        justify-content: center;
        padding-left: 28px;
        padding-right: 28px;
    }

    .taga-building-card {
        width: clamp(138px, 29vw, 208px);
        min-height: clamp(300px, 64vw, 500px);
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .taga-buildings-collection {
        padding-top: 8px;
    }

    .taga-buildings-track {
        padding-left: 20px;
        padding-right: 20px;
        gap: 12px;
    }

    .taga-building-card,
    .taga-building-card:first-child {
        margin-left: 0;
        transform: none !important;
    }

    .taga-building-card {
        width: min(68vw, 240px);
        min-height: min(118vw, 430px);
        border-radius: 8px;
        box-shadow: 0 14px 28px rgba(7, 22, 42, 0.22);
    }

    .taga-building-status {
        top: 12px;
    }
}
