/* ThemeOnGo - Design System & Custom Styles */

:root {
    --chloe-light-green: #8FAFA2;
    --chloe-dark-green: #506F67;
    --chloe-nude: #EDE3D9;
    --chloe-gold: #C5A25E;
    --chloe-dark: #2A2C2B;
    --chloe-light: #FFFFFF;
    --tgo-anim-duration: 0.8s;
    --tgo-anim-easing: cubic-bezier(0.5, 0, 0, 1);
}

/* ============================================================
 * In the Elementor editor, make all animated elements visible
 * so the user can see and edit them normally.
 * The JS also adds .active to all reveal-* in edit mode.
 * ============================================================ */
.elementor-editor-active .reveal-up,
.elementor-editor-active .reveal-down,
.elementor-editor-active .reveal-left,
.elementor-editor-active .reveal-right,
.elementor-editor-active .reveal-fade,
.elementor-editor-active .reveal-zoom,
.elementor-editor-active .reveal-spin {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}


body {
    font-family: 'Montserrat', sans-serif;
    color: var(--chloe-dark);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.tracking-wide {
    letter-spacing: 0.1em;
}

.tracking-widest {
    letter-spacing: 0.2em;
}

.bg-light-green {
    background-color: var(--chloe-light-green) !important;
}

.bg-dark-green {
    background-color: var(--chloe-dark-green) !important;
}

.bg-nude {
    background-color: var(--chloe-nude) !important;
}

.bg-gold {
    background-color: var(--chloe-gold) !important;
}

.bg-dark-bg {
    background-color: var(--chloe-dark) !important;
}

.text-light-green {
    color: var(--chloe-light-green) !important;
}

.text-dark-green {
    color: var(--chloe-dark-green) !important;
}

.text-nude {
    color: var(--chloe-nude) !important;
}

.text-gold {
    color: var(--chloe-gold) !important;
}

.btn-primary {
    background-color: var(--chloe-dark-green);
    border-color: var(--chloe-dark-green);
    color: var(--chloe-light);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--chloe-light-green) !important;
    border-color: var(--chloe-light-green) !important;
    color: var(--chloe-light);
}

.btn-dark-green {
    background-color: var(--chloe-dark-green);
    border-color: var(--chloe-dark-green);
    color: var(--chloe-light);
}

.btn-dark-green:hover,
.btn-dark-green:focus,
.btn-dark-green:active {
    background-color: var(--chloe-gold) !important;
    border-color: var(--chloe-gold) !important;
    color: var(--chloe-light) !important;
    box-shadow: 0 8px 20px rgba(200, 169, 98, 0.35);
    transform: translateY(-2px);
}

.btn-gold {
    background-color: var(--chloe-gold);
    border-color: var(--chloe-gold);
    color: var(--chloe-light);
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
    background-color: #b59858;
    border-color: #b59858;
    color: var(--chloe-light);
}

.navbar {
    transition: all 0.4s ease;
}

.navbar.scrolled {
    background-color: var(--chloe-light);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.navbar.scrolled .nav-link {
    color: var(--chloe-dark) !important;
}

.navbar.scrolled .navbar-brand {
    color: var(--chloe-dark) !important;
}

.navbar-brand .logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.navbar-brand .logo-icon {
    color: var(--chloe-dark-green);
    margin-right: 5px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    background-color: #fcfcfc;
}

@media (max-width: 991.98px) {
    .hero-bg-shape {
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%) !important;
    }
}

.hero-text {
    z-index: 2;
    position: relative;
}

.hero-img {
    border-radius: 20px 100px 20px 100px;
    max-height: 650px;
}

.floating-badge {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.z-index-2 {
    z-index: 2;
}

.hover-up {
    transition: transform 0.3s ease-out;
}

.hover-up:hover {
    transform: translateY(-8px);
}

.box-shadow-hover {
    transition: box-shadow 0.3s ease-out;
}

.box-shadow-hover:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.hover-scale {
    transition: transform 0.6s ease;
}

.overflow-hidden:hover .hover-scale {
    transform: scale(1.05);
}

.title-separator {
    width: 60px;
    height: 3px;
    background-color: var(--chloe-gold);
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.service-card {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1) !important;
    z-index: 10;
}

.service-card .btn-link .scale-icon {
    transition: transform 0.3s ease;
}

.service-card:hover .btn-link .scale-icon {
    transform: translateX(5px);
}

.service-img-placeholder {
    transition: filter 0.4s ease, background-color 0.4s ease;
}

.service-card:hover .service-img-placeholder {
    filter: brightness(1.05);
}

@media (min-width: 992px) {
    .stagger-up {
        transform: translateY(-30px);
    }
}

.glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

.glass-panel-dark {
    background: rgba(26, 26, 26, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

.rounded-oval {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

.about-img-main {
    border-radius: 20px 100px 20px 20px;
    height: 500px;
    object-fit: cover;
}

.about-img-secondary {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 8px solid white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.parallax-element {
    transition: transform 0.1s linear;
    will-change: transform;
}

.focus-ring-gold:focus {
    box-shadow: 0 0 0 0.25rem rgba(200, 169, 98, 0.25);
    border-color: var(--chloe-gold);
    outline: 0;
}

.accordion-button {
    background-color: var(--chloe-light) !important;
    color: var(--chloe-dark) !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--chloe-dark-green) !important;
    color: var(--chloe-light) !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(74, 107, 99, 0.4) !important;
    border-color: var(--chloe-dark-green) !important;
}

.accordion-button::after {
    filter: brightness(0) !important;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--chloe-gold);
    text-decoration: none;
}

.text-muted-light {
    color: rgba(255, 255, 255, 0.6);
}

.social-btn {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: var(--chloe-gold);
    border-color: var(--chloe-gold);
    transform: translateY(-3px);
}

.social-btn i {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link,
.navbar:not(.scrolled) .navbar-nav .nav-link {
    color: var(--chloe-dark);
    font-weight: 500;
}

.navbar:not(.scrolled) .navbar-brand {
    color: var(--chloe-dark);
}

.navbar:not(.scrolled) .navbar-brand .logo-icon {
    color: var(--chloe-gold);
}

.navbar-logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: opacity 0.3s ease;
}

.navbar-logo-img:hover {
    opacity: 0.85;
}

.footer-logo-img {
    height: 56px;
    width: auto;
    object-fit: contain;
    display: block;
    filter: brightness(1.1);
}

@media (max-width: 991.98px) {
    .navbar-logo-img {
        height: 40px;
    }
}

.elementor-widget-themeongo_image_float,
.elementor-widget-themeongo_image_float .elementor-widget-container {
    overflow: visible !important;
}

.tgo-if-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 24px 24px 40px 24px;
}

.tgo-if-main-img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 32px;
}

.tgo-if-placeholder {
    background-color: #e9e9e9;
}

.tgo-if-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
    z-index: 10;
    white-space: nowrap;
    top: 20px;
    left: 20px;
}

.tgo-if-card-icon {
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

.tgo-if-card-icon i,
.tgo-if-card-icon svg {
    color: #e6b94a;
    fill: #e6b94a;
    font-size: 1.4rem;
}

.tgo-if-card-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.tgo-if-card-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a2e;
}

.tgo-if-card-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.72rem;
    color: #666;
}

.tgo-if-circle {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    z-index: 10;
    bottom: 16px;
    right: 16px;
}

.tgo-if-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tgo-if-card.pos-top-left,
.tgo-if-circle.pos-top-left {
    top: 20px;
    left: 20px;
    bottom: auto;
    right: auto;
}

.tgo-if-card.pos-top-right,
.tgo-if-circle.pos-top-right {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

.tgo-if-card.pos-bottom-left,
.tgo-if-circle.pos-bottom-left {
    bottom: 16px;
    left: 16px;
    top: auto;
    right: auto;
}

.tgo-if-card.pos-bottom-right,
.tgo-if-circle.pos-bottom-right {
    bottom: 16px;
    right: 16px;
    top: auto;
    left: auto;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--chloe-dark);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Typography Overrides */
h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: 'Montserrat', sans-serif;
}

.tracking-wide {
    letter-spacing: 0.1em;
}

.tracking-widest {
    letter-spacing: 0.2em;
}

/* Custom Colors Classes */
.bg-light-green {
    background-color: var(--chloe-light-green) !important;
}

.bg-dark-green {
    background-color: var(--chloe-dark-green) !important;
}

.bg-nude {
    background-color: var(--chloe-nude) !important;
}

.bg-gold {
    background-color: var(--chloe-gold) !important;
}

.bg-dark-bg {
    background-color: var(--chloe-dark) !important;
}

.text-light-green {
    color: var(--chloe-light-green) !important;
}

.text-dark-green {
    color: var(--chloe-dark-green) !important;
}

.text-nude {
    color: var(--chloe-nude) !important;
}

.text-gold {
    color: var(--chloe-gold) !important;
}

/* Buttons Customization */
.btn-primary {
    background-color: var(--chloe-dark-green);
    border-color: var(--chloe-dark-green);
    color: var(--chloe-light);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--chloe-light-green) !important;
    border-color: var(--chloe-light-green) !important;
    color: var(--chloe-light);
}

.btn-dark-green {
    background-color: var(--chloe-dark-green);
    border-color: var(--chloe-dark-green);
    color: var(--chloe-light);
}

.btn-dark-green:hover,
.btn-dark-green:focus,
.btn-dark-green:active {
    background-color: var(--chloe-gold) !important;
    /* Dorado más llamativo para CTAs */
    border-color: var(--chloe-gold) !important;
    color: var(--chloe-light) !important;
    box-shadow: 0 8px 20px rgba(200, 169, 98, 0.35);
    transform: translateY(-2px);
}

.btn-gold {
    background-color: var(--chloe-gold);
    border-color: var(--chloe-gold);
    color: var(--chloe-light);
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
    background-color: #b59858;
    border-color: #b59858;
    color: var(--chloe-light);
}

/* Navbar */
.navbar {
    transition: all 0.4s ease;
}

.navbar.scrolled {
    background-color: var(--chloe-light);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.navbar.scrolled .nav-link {
    color: var(--chloe-dark) !important;
}

.navbar.scrolled .navbar-brand {
    color: var(--chloe-dark) !important;
}

.navbar-brand .logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.navbar-brand .logo-icon {
    color: var(--chloe-dark-green);
    margin-right: 5px;
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    background-color: #fcfcfc;
}

@media (max-width: 991.98px) {
    .hero-bg-shape {
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%) !important;
    }
}

.hero-text {
    z-index: 2;
    position: relative;
}

.hero-img {
    border-radius: 20px 100px 20px 100px;
    max-height: 650px;
}

.floating-badge {
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.z-index-2 {
    z-index: 2;
}

/* Components */
.hover-up {
    transition: transform 0.3s ease-out;
}

.hover-up:hover {
    transform: translateY(-8px);
}

.box-shadow-hover {
    transition: box-shadow 0.3s ease-out;
}

.box-shadow-hover:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.hover-scale {
    transition: transform 0.6s ease;
}

.overflow-hidden:hover .hover-scale {
    transform: scale(1.05);
}

.title-separator {
    width: 60px;
    height: 3px;
    background-color: var(--chloe-gold);
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/* Service Cards & Staggered Config */
.service-card {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1) !important;
    z-index: 10;
}

.service-card .btn-link .scale-icon {
    transition: transform 0.3s ease;
}

.service-card:hover .btn-link .scale-icon {
    transform: translateX(5px);
}

.service-img-placeholder {
    transition: filter 0.4s ease, background-color 0.4s ease;
}

.service-card:hover .service-img-placeholder {
    filter: brightness(1.05);
}

@media (min-width: 992px) {
    .stagger-up {
        transform: translateY(-30px);
    }
}

/* Glassmorphism System */
.glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
}

/* Services Filter Widget */
.btn-filter {
    background-color: transparent;
    transition: all 0.3s ease;
}

.btn-filter.active {
    background-color: var(--chloe-dark-green) !important;
    color: white !important;
}

.btn-filter:hover:not(.active) {
    background-color: rgba(80, 111, 103, 0.05);
}

.tgo-card-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-features ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.service-features ul li::before {
    content: '\f00c';
    /* FontAwesome check */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--chloe-dark-green);
}

.service-filter-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-filter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.glass-panel-dark {
    background: rgba(26, 26, 26, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
}

/* About Section & Asymmetric UI */
.rounded-oval {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}

.about-img-main {
    border-radius: 20px 100px 20px 20px;
    height: 500px;
    object-fit: cover;
}

.about-img-secondary {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 8px solid white;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Parallax Utilities */
.parallax-element {
    transition: transform 0.1s linear;
    will-change: transform;
}

/* Forms & Accordions */
.focus-ring-gold:focus {
    box-shadow: 0 0 0 0.25rem rgba(200, 169, 98, 0.25);
    border-color: var(--chloe-gold);
    outline: 0;
}

.accordion-button {
    background-color: var(--chloe-light) !important;
    color: var(--chloe-dark) !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--chloe-dark-green) !important;
    color: var(--chloe-light) !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(74, 107, 99, 0.4) !important;
    border-color: var(--chloe-dark-green) !important;
}

/* Accordion icon default (collapsed state) */
.accordion-button::after {
    filter: brightness(0) !important;
    /* Ícono oscuro */
}

/* Accordion icon expanded state to white */
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
    /* Ícono blanco */
}

/* Footer */
.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--chloe-gold);
    text-decoration: none;
}

.text-muted-light {
    color: rgba(255, 255, 255, 0.6);
}

.social-btn {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: var(--chloe-gold);
    border-color: var(--chloe-gold);
    transform: translateY(-3px);
}

.social-btn i {
    color: #fff;
}

/* Animations (Scroll Reveal) */
@keyframes tgo-up {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tgo-left {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes tgo-right {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.reveal-up {
    opacity: 0;
}

.reveal-left {
    opacity: 0;
}

.reveal-right {
    opacity: 0;
}

.reveal-up.active {
    animation: tgo-up 0.8s cubic-bezier(0.5, 0, 0, 1) both;
}

.reveal-left.active {
    animation: tgo-left 0.8s cubic-bezier(0.5, 0, 0, 1) both;
}

.reveal-right.active {
    animation: tgo-right 0.8s cubic-bezier(0.5, 0, 0, 1) both;
}

/* Base Nav Styling before scroll */
.navbar-dark .navbar-nav .nav-link,
.navbar:not(.scrolled) .navbar-nav .nav-link {
    color: var(--chloe-dark);
    font-weight: 500;
}

.navbar:not(.scrolled) .navbar-brand {
    color: var(--chloe-dark);
}

.navbar:not(.scrolled) .navbar-brand .logo-icon {
    color: var(--chloe-gold);
}

/* Logo Images */
.navbar-logo-img {
    height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: opacity 0.3s ease;
}

.navbar-logo-img:hover {
    opacity: 0.85;
}

.footer-logo-img {
    height: 56px;
    width: auto;
    object-fit: contain;
    display: block;
    /* Aplica brillo para que se vea bien sobre fondo oscuro si la imagen es clara */
    filter: brightness(1.1);
}

@media (max-width: 991.98px) {
    .navbar-logo-img {
        height: 40px;
    }
}

/* ============================================================
 * ThemeOnGo Image Float Widget
 * ============================================================ */

/* Elementor container debe ser visible para que los floats desborden */
.elementor-widget-themeongo_image_float,
.elementor-widget-themeongo_image_float .elementor-widget-container {
    overflow: visible !important;
}

.tgo-if-wrapper {
    position: relative;
    display: block;
    width: 100%;
    /* espacio extra para que los elementos que desbordan no se corten */
    padding: 24px 24px 40px 24px;
}


/* --- Imagen principal --- */
.tgo-if-main-img {
    display: block;
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 32px;
}

.tgo-if-placeholder {
    background-color: #e9e9e9;
}

/* --- Tarjeta flotante (Float A) --- */
.tgo-if-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.10);
    z-index: 10;
    white-space: nowrap;
    /* posición por defecto */
    top: 20px;
    left: 20px;
}

.tgo-if-card-icon {
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
}

.tgo-if-card-icon i,
.tgo-if-card-icon svg {
    color: #e6b94a;
    fill: #e6b94a;
    font-size: 1.4rem;
}

.tgo-if-card-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.tgo-if-card-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a2e;
}

.tgo-if-card-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.72rem;
    color: #666;
}

/* --- Imagen circular flotante (Float B) --- */
.tgo-if-circle {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    z-index: 10;
    /* posición por defecto */
    bottom: 16px;
    right: 16px;
}

.tgo-if-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Posiciones --- */
.tgo-if-card.pos-top-left,
.tgo-if-circle.pos-top-left {
    top: 20px;
    left: 20px;
    bottom: auto;
    right: auto;
}

.tgo-if-card.pos-top-right,
.tgo-if-circle.pos-top-right {
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
}

.tgo-if-card.pos-bottom-left,
.tgo-if-circle.pos-bottom-left {
    bottom: 16px;
    left: 16px;
    top: auto;
    right: auto;
}

.tgo-if-card.pos-bottom-right,
.tgo-if-circle.pos-bottom-right {
    bottom: 16px;
    right: 16px;
    top: auto;
    left: auto;
}

/* ============================================================
 * ThemeOnGo Timeline Widget
 * ============================================================ */
.tgo-timeline-container {
    padding: 1rem 0;
}

.tgo-timeline {
    position: relative;
    padding-left: 20px;
    margin: 0;
}

.tgo-timeline::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 8px;
    width: 2px;
    background-color: #D1AF8B;
}

.tgo-timeline-item {
    position: relative;
    padding-bottom: 2.5rem;
    padding-left: 20px;
}

.tgo-timeline-item:last-child {
    padding-bottom: 0;
}

.tgo-timeline-dot {
    position: absolute;
    left: -21px;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #506F67;
    border: 3px solid #D1AF8B;
    z-index: 1;
}

.tgo-timeline-content {
    padding-left: 10px;
}

.tgo-timeline-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.tgo-timeline-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.2;
}

.tgo-timeline-desc {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .tgo-timeline-title {
        font-size: 1.3rem;
    }

    .tgo-timeline-desc {
        font-size: 0.95rem;
    }
}

/* ============================================================
 * ThemeOnGo Business Hours Widget
 * ============================================================ */
.tgo-business-hours.card-shadow {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    background-color: var(--chloe-light);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.tgo-bh-icon {
    background-color: var(--chloe-nude);
    color: var(--chloe-dark-green);
}

.tgo-bh-icon i {
    font-size: 1.5rem;
}

.tgo-bh-list .tgo-bh-item:last-child {
    border-bottom: none !important;
}

.tgo-bh-title {
    font-family: 'Montserrat', sans-serif;
    color: var(--chloe-dark);
}

.text-light-gray {
    color: #b0b8c1 !important;
}

.text-primary-dark {
    color: #1c5270 !important;
}

/* ============================================================
 * ThemeOnGo — Animation Utility Classes
 * Inspired from original Chloe landing page + extended.
 * Usage: add these classes directly in Elementor (Advanced > CSS Classes)
 * or in your HTML templates.
 * ============================================================ */

/* ----------------------------------------------------------
 * 1. SCROLL REVEAL — trigger: JS adds .active via IntersectionObserver
 *    Existing: reveal-up / reveal-left / reveal-right
 *    New:      reveal-down / reveal-fade / reveal-zoom
 * ---------------------------------------------------------- */
@keyframes tgo-down {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal-down {
    opacity: 0;
}

.reveal-down.active {
    animation: tgo-down 0.8s cubic-bezier(0.5, 0, 0, 1) both;
}

@keyframes tgo-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.reveal-fade {
    opacity: 0;
}

.reveal-fade.active {
    animation: tgo-fade-in 0.9s ease both;
}

@keyframes tgo-zoom-in {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.reveal-zoom {
    opacity: 0;
}

.reveal-zoom.active {
    animation: tgo-zoom-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* Stagger delays — apply alongside any reveal-* class
   Sets animation-delay on the .active state                          */
.delay-100.active {
    animation-delay: 100ms !important;
}

.delay-200.active {
    animation-delay: 200ms !important;
}

.delay-300.active {
    animation-delay: 300ms !important;
}

.delay-400.active {
    animation-delay: 400ms !important;
}

.delay-500.active {
    animation-delay: 500ms !important;
}

.delay-600.active {
    animation-delay: 600ms !important;
}

.delay-800.active {
    animation-delay: 800ms !important;
}

.delay-1000.active {
    animation-delay: 1000ms !important;
}

/* Keep elements invisible until .active fires (so delay looks correct) */
.delay-100:not(.active),
.delay-200:not(.active),
.delay-300:not(.active),
.delay-400:not(.active),
.delay-500:not(.active),
.delay-600:not(.active),
.delay-800:not(.active),
.delay-1000:not(.active) {
    opacity: 0;
}

/* ----------------------------------------------------------
 * 2. CONTINUOUS FLOAT ANIMATIONS
 *    .floating-badge already existed (6s). Added slow/fast variants.
 * ---------------------------------------------------------- */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes float-slow {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes float-fast {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.floating-badge {
    animation: float 6s ease-in-out infinite;
}

.animate-float {
    animation: float 6s ease-in-out infinite;
}

.animate-float-slow {
    animation: float-slow 9s ease-in-out infinite;
}

.animate-float-fast {
    animation: float-fast 3s ease-in-out infinite;
}

/* ----------------------------------------------------------
 * 3. PULSE / GLOW ANIMATION — great for badges and CTA buttons
 * ---------------------------------------------------------- */
@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(197, 162, 94, 0);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(197, 162, 94, 0.25);
    }
}

@keyframes pulse-glow-green {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(80, 111, 103, 0);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(80, 111, 103, 0.25);
    }
}

.animate-pulse-gold {
    animation: pulse-glow 2s ease-in-out infinite;
}

.animate-pulse-green {
    animation: pulse-glow-green 2s ease-in-out infinite;
}

/* ----------------------------------------------------------
 * 4. BOUNCE ICON — subtle bounce for icons / arrows
 * ---------------------------------------------------------- */
@keyframes bounce-icon {

    0%,
    100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-3px);
    }
}

.animate-bounce {
    animation: bounce-icon 2s ease-in-out infinite;
}

/* ----------------------------------------------------------
 * 5. SHINE / SHIMMER — light sweep effect on any element
 * ---------------------------------------------------------- */
@keyframes shine {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}

.animate-shine {
    background: linear-gradient(90deg,
            transparent 25%,
            rgba(255, 255, 255, 0.45) 50%,
            transparent 75%);
    background-size: 200% auto;
    animation: shine 2.5s linear infinite;
}

/* ----------------------------------------------------------
 * 6. SPIN IN — entrance animation (one-shot, triggered with .active)
 * ---------------------------------------------------------- */
@keyframes spin-in {
    from {
        opacity: 0;
        transform: rotate(-180deg) scale(0.5);
    }

    to {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}

.reveal-spin {
    opacity: 0;
}

.reveal-spin.active {
    animation: spin-in 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* ----------------------------------------------------------
 * 7. HOVER UTILITIES — apply to any element for micro-interactions
 * ---------------------------------------------------------- */

/* Slight lift on hover */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

/* Scale up on hover */
.hover-grow {
    transition: transform 0.3s ease;
}

.hover-grow:hover {
    transform: scale(1.05);
}

/* Scale down on hover (for icon buttons) */
.hover-shrink {
    transition: transform 0.2s ease;
}

.hover-shrink:hover {
    transform: scale(0.92);
}

/* Brightness increase on hover (for images) */
.hover-brighten {
    transition: filter 0.3s ease;
}

.hover-brighten:hover {
    filter: brightness(1.1);
}

/* Blur effect on hover */
.hover-blur {
    transition: filter 0.3s ease;
}

.hover-blur:hover {
    filter: blur(2px) brightness(0.9);
}

/* ----------------------------------------------------------
 * 8. TRANSITION HELPER
 * ---------------------------------------------------------- */
.transition-all {
    transition: all 0.3s ease !important;
}

.transition-fast {
    transition: all 0.15s ease !important;
}

.transition-slow {
    transition: all 0.6s ease !important;
}

/* ----------------------------------------------------------
 * 9. PARALLAX — JS-driven via .parallax-container / .parallax-element
 *    The JS reads [data-speed] attribute (e.g. data-speed="0.05")
 *    and applies CSS translate on mousemove.
 * ---------------------------------------------------------- */
.parallax-element {
    transition: transform 0.1s linear;
    will-change: transform;
}

/* ----------------------------------------------------------
 * 10. COUNTER ANIMATION — use JS to count-up numbers
 *     Add class .count-up and data-target="1000" to any element
 * ---------------------------------------------------------- */
.count-up {
    display: inline-block;
}

/* ============================================================
 * RESPONSIVE — Footer
 * ============================================================ */
@media (max-width: 991.98px) {
    .tgo-footer .row>[class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center;
        margin-bottom: 2rem;
    }

    .tgo-footer .footer-links,
    .tgo-footer .list-unstyled {
        text-align: center;
        padding-left: 0;
    }

    .tgo-footer .social-links {
        justify-content: center;
    }

    .tgo-footer .pe-lg-4 {
        padding-right: 0 !important;
    }

    .tgo-footer h5 {
        margin-top: 0.5rem;
    }

    .footer-logo-img {
        margin: 0 auto;
    }

    /* custom logo inside footer */
    .tgo-footer .custom-logo {
        margin: 0 auto;
        display: block;
    }
}

/* ============================================================
 * RESPONSIVE — Hero Slider Widget
 * ============================================================ */
@media (max-width: 767.98px) {
    .elementor-widget-themeongo_hero_slider .floating-badge {
        left: 10px !important;
        bottom: 10px !important;
        padding: 10px 14px !important;
        font-size: 0.85rem;
    }

    .elementor-widget-themeongo_hero_slider .floating-badge h6 {
        font-size: 0.85rem !important;
    }

    .elementor-widget-themeongo_hero_slider .floating-badge small {
        font-size: 0.7rem;
    }

    .elementor-widget-themeongo_hero_slider .carousel-item img {
        max-height: 350px !important;
        height: auto !important;
    }

    .elementor-widget-themeongo_hero_slider .carousel-inner {
        max-height: 350px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .elementor-widget-themeongo_hero_slider .floating-badge {
        left: 0 !important;
    }

    .elementor-widget-themeongo_hero_slider .carousel-item img {
        max-height: 450px !important;
    }

    .elementor-widget-themeongo_hero_slider .carousel-inner {
        max-height: 450px !important;
    }
}

/* ============================================================
 * RESPONSIVE — Photo Collage Widget
 * ============================================================ */
@media (max-width: 767.98px) {

    /* Stack collage container */
    .elementor-widget-themeongo_photo_collage .tgo-collage {
        flex-direction: column !important;
        height: auto !important;
    }

    /* Let the left column adapt */
    .elementor-widget-themeongo_photo_collage .tgo-collage-left {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Override inline "height: 100%" which causes collapse */
    .elementor-widget-themeongo_photo_collage .tgo-collage-left>.tgo-collage-img-wrap {
        height: 280px !important;
    }

    /* Right column adapts */
    .elementor-widget-themeongo_photo_collage .tgo-collage-right {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Override inline "flex: 1 1 0" which squishes the images */
    .elementor-widget-themeongo_photo_collage .tgo-collage-right>.tgo-collage-img-wrap {
        flex: 0 0 auto !important;
        height: 200px !important;
    }

    /* Images fill their wrap */
    .elementor-widget-themeongo_photo_collage .tgo-collage-main,
    .elementor-widget-themeongo_photo_collage .tgo-collage-top,
    .elementor-widget-themeongo_photo_collage .tgo-collage-bottom {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .elementor-widget-themeongo_photo_collage .tgo-collage-left {
        flex: 0 0 50% !important;
    }
}