/*
    Theme Name: Theme Piedras de los Andes
    Theme URI: https://github.com/hmcarlosj/piedrasdelosandes
    Author: Juan Carlos Huallpa Mamani
    Author URI: https://github.com/hmcarlosj/piedrasdelosandes
    Description: Theme Piedras de los Andes
    Requires at least: 6.4
    Tested up to: 6.4.3
    Requires PHP: 8.0
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: andes
    Text Domain: losandes
    
*/

:root {
    --primary: #b78d65;
    --light: #f8f8f8;
    --dark: #252525;
    --blue: #1f2a45;
    --srv-gold: #b58a56;
    --srv-gold-light: #b58a56;
    --srv-dark: #0e0c0a;
    --srv-dark-2: #1a1712;
    --srv-dark-3: #252118;
    --srv-border: rgba(201, 168, 108, 0.3);
    --srv-text: #d4c9b0;
    --srv-text-muted: #8a8070;
}

@font-face {
    font-family: 'calisto-mt';
    src: url('../piedrasdelosandes/assets/fonts/calisto-mt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
    font-family: 'Josefin Sans', sans-serif;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
    font-family: 'Josefin Sans', sans-serif;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
    font-family: 'Josefin Sans', sans-serif;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    color: #696969;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.bg-brand-blue {
    background-color: var(--blue) !important;
}

.transition {
    transition:
        transform 0.3s ease,
        color 0.3s ease;
}

#offcanvasExample .current-menu-item > a,
#offcanvasExample .current-menu-parent > a,
#offcanvasExample .current-menu-ancestor > a {
    color: #c5a46d !important;
}

#offcanvasExample .current-menu-item svg,
#offcanvasExample .current-menu-parent svg,
#offcanvasExample .current-menu-ancestor svg {
    fill: #c5a46d;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-primary {
    color: #c5a47e !important;
}

.btn {
    font-weight: 500;
    transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #ffffff;
    background: var(--primary);
    border-color: var(--primary);
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    color: #fff;
}

.top-bar {
    font-size: 13px;
    background-color: rgba(38, 43, 62, 0.5);
    padding: 15px 0;
    color: #eaeaea;
    font-weight: 100;
}

.top-left span {
    margin-right: 25px;
    opacity: 0.85;
}

.nav-bar {
    padding: 20px 0;
}

.logo a {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    font-weight: bold;
}

.menu {
    display: none;
}

@media (min-width: 992px) {
    .menu {
        display: contents;
    }
}

/* .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu ul li {
    margin-left: 30px;
    position: relative;
} */

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    position: relative;
    font-weight: 600;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.menu ul li {
    margin-left: 25px;
    padding-right: 25px;
    position: relative;
}

/* Línea separadora */
.menu ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
}

.menu ul li.current-menu-item > a::after,
.menu ul li.current_page_item > a::after {
    width: 100%;
}

.menu-two {
    display: none;
}

@media (min-width: 992px) {
    .menu-two {
        display: contents;
    }
}

.menu-two ul li a {
    color: #b38957;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    position: relative;
    font-weight: 600;
}

.menu-two ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.menu-two ul li {
    margin-left: 22px;
    padding-right: 22px;
    position: relative;
}

/* Línea separadora */
.menu-two ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #b38957;
}

.menu-two ul li.current-menu-item > a::after,
.menu-two ul li.current_page_item > a::after {
    width: 100%;
}

.nav-bar.fixed-header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999999;
    opacity: 1;
    visibility: visible;
    background-color: #262626;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.04);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 650px;
}

.hero-slider .swiper {
    height: 100vh;
    min-height: 650px;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
}

.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 1;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    z-index: 2;
}

.container-slider {
    position: relative;
    z-index: 3;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content {
    color: #fff;
    max-width: 600px;
}

.title {
    font-size: 85px;
    font-weight: 400 !important;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(40px);
    font-family: 'calisto-mt';
}

.subtitle {
    font-size: 30px;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(40px);
    font-weight: 100;
    color: #e8ba82;
}

.btn {
    display: inline-block;
    padding: 14px 28px;
    background: #c5a47e;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    transform: translateY(40px);
}

.slide-bg {
    transform: scale(1);
    transition: transform 6s ease-in-out;
}

.swiper-slide-active .slide-bg {
    transform: scale(1.15);
}

.swiper-slide-active .title {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.3s;
}

.swiper-slide-active .subtitle {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.6s;
}

.swiper-slide-active .btn {
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.9s;
}

.swiper-slide-active .play-btn {
    animation: zoomIn 0.8s ease forwards;
    animation-delay: 1.2s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

.section-title {
    color: var(--primary);
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    top: 20%;
    left: 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: '';
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}

.footer {
    background: #1f1f20;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.title-footer {
    font-family: 'Roboto Slab', serif;
    font-weight: 400 !important;
    font-size: 20px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #947249;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #947249;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background-color: #947249;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
    background: #ffffff;
}

.contact-section {
    background: #262b3e;
    background: url('../openfs/assets/img/bg-section-contact.jpeg') center center/cover no-repeat local;
    padding: 120px 0 50px;
    position: relative;
}

.contact-section:before {
    content: '';
    background: #262b3e;
    background-image: -moz-linear-gradient(90deg, #262b3e 62%, #262b3e 30%, #262b3e 97%, #262b3e 100%);
    background-image: -webkit-linear-gradient(90deg, #262b3e 62%, #262b3e 30%, #262b3e 97%, #262b3e 100%);
    background-image: -ms-linear-gradient(90deg, #262b3e 62%, #262b3e 30%, #262b3e 97%, #262b3e 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.97;
    z-index: 0;
}

.contact-info ul {
    list-style-type: none;
}

.info-contact {
    display: flex;
    margin-bottom: 30px;
}

.info-contact svg {
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .info-contact svg {
        width: 30px;
        height: 30px;
    }
}

.text-contact h4 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 300 !important;
    font-size: 18px;
}

.text-contact p {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 100 !important;
    font-size: 14px;
}

.text-contact {
    margin-left: 15px;
}

.section-title-s2 span {
    color: #c5a47e;
}

.section-title-s2 h2 {
    font-family: 'Roboto Slab', serif;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 300 !important;
    font-size: 30px;
    margin-top: 15px;
}

.section-title-s2 p {
    color: #fff;
    margin-bottom: 0px;
    font-weight: 100 !important;
    font-size: 14px;
}

.text-footer {
    font-size: 14px;
    color: rgb(255 255 255 / 52%);
}

.theme-btn {
    cursor: pointer;
    display: inline-block;
    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;
}

.btn-style-three {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    display: inline-block;
    padding: 8px 8px 8px 28px;
    color: #fff;
    text-transform: uppercase;
    background-color: #075e54;
}

.btn-style-three:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: '';
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #128c7e;
}

.btn-style-three:hover:before {
    top: 0%;
}

.btn-style-three:hover i {
    background-color: #25d366;
}

.btn-style-three i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-color: #128c7e;
}

.btn-style-three .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fffS;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fffS;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two {
    color: #fff;
}

.btn-style-three:hover:before {
    top: -40%;
}

.main-header_button {
    position: relative;
    height: 66px;
}

.btn-style-three-two {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    display: inline-block;
    padding: 15px 28px 15px 28px;
    color: #fff;
    text-transform: uppercase;
    background-color: #927149;
}

.btn-style-three-two:before {
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: '';
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background-color: #262626;
}

.btn-style-three-two:hover:before {
    top: 0%;
}

.btn-style-three-two:hover i {
    background-color: #d7af60;
}

.btn-style-three-two i {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 15px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-color: #262a3d;
}

.btn-style-three-two .btn-wrap {
    position: relative;
    z-index: 1;
    float: left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three-two .btn-wrap .text-one {
    position: relative;
    display: block;
    color: #fffS;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-three-two:hover .btn-wrap .text-one:first-child {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-three-two .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: #fffS;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three-two:hover .btn-wrap .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-three-two:hover .btn-wrap .text-two {
    color: #fff;
}

.btn-style-three-two:hover:before {
    top: -40%;
}

.custom-card {
    border-radius: 0;
    padding: 20px;
    height: 100%;
    background: #ffffff;
    transition: all 0.35s ease;
    cursor: pointer;
    border: 1px solid #e9e9e9;
}

.custom-card .icon {
    font-size: 30px;
    color: #c5a47e;
    transition: 0.3s;
}

.custom-card:hover .icon {
    color: #fff;
}

.custom-card p {
    color: #687693;
    font-weight: 100;
}

.custom-card h5 {
    font-family: 'Roboto Slab', serif;
}

.custom-card:hover {
    background: #c9b38c;
    transform: translateY(-5px);
}

.custom-card:hover p,
.custom-card:hover h3 {
    color: #fff;
}

.card-overlay {
    background:
        linear-gradient(rgb(215 175 96 / 87%), rgb(38 43 62)),
        url('/wp-content/themes/openfs/assets/img/bg-feature.jpeg') center/cover;
    min-height: 100%;
}

.card-overlay:hover {
    transform: none;
    background:
        linear-gradient(rgb(215 175 96 / 87%), rgb(38 43 62)),
        url('/wp-content/themes/openfs/assets/img/bg-feature.jpeg') center/cover;
}

.card-overlay .card-title {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 200 !important;
    font-family: 'Roboto Slab', serif;
}

.custom-card .icon img {
    width: 58px;
    transition: 0.3s ease;
}

.custom-card:hover .icon img {
    filter: brightness(0) invert(1);
}

.text-about h1 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400 !important;
    margin-bottom: 30px;
}

.text-about p {
    font-weight: 100;
    text-align: justify;
    line-height: 28px;
}

.section-legal {
    width: 100%;
    background: #1f2a45;
    padding-top: 140px;
    padding-bottom: 140px;
}

.content-box {
    color: #fff;
}

.subtitle-services {
    font-size: 12px;
    letter-spacing: 1px;
    color: #c5a46d;
}

.description {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 40px;
}

.ervices-row {
    display: flex;
    align-items: center;
}

.service {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 105px;
}

.text-services {
    margin-left: 10px;
}

.service h3 {
    color: #636363;
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 200 !important;
    margin-top: 4px;
}

.service a p {
    color: #fff;
    margin: 5px 0 0;
    font-size: 13px;
    opacity: 0.7;
}

.title-comunidad {
    text-align: center;
    font-weight: 400 !important;
}

@media (max-width: 768px) {
    .left-bg,
    .right-bg {
        min-height: 400px;
    }
}

.legal-header {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.icon-circle {
    min-width: 60px;
    height: 60px;
    background-color: #c9b38c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border: 3px solid;
}

.text-content {
    max-width: 700px;
}

.text-content h2 {
    font-size: 42px;
    font-weight: 200 !important;
    color: #ffffff;
    margin-bottom: 15px;
    font-family: 'Roboto Slab', serif;
}

.text-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #dadada;
}

@media (max-width: 768px) {
    .legal-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .icon-circle {
        margin-bottom: 15px;
    }

    .text-content h2 {
        font-size: 32px;
    }
}

.blog-section {
    background: #f7f7f7;
}

.blog-left {
    padding-right: 40px;
}

.blog-title {
    font-size: 35px;
    font-weight: 300 !important;
    color: #2c2c2c;
    line-height: 45px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Roboto Slab', serif;
}

.blog-card {
    margin-bottom: 30px;
}

.blog-img-wrapper {
    position: relative;
    overflow: hidden;
    height: 246px;
}

.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.blog-content:hover .blog-img {
    transform: scale(1.1);
}

.blog-card-title {
    font-size: 20px;
    margin-top: 20px;
    color: #2c2c2c;
    line-height: 1.4;
    font-family: 'Roboto Slab', serif;
    font-weight: 300 !important;
    padding: 0px 20px;
}

.blog-read {
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
    color: #6c7a92;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 20px;
}

.blog-read .line {
    width: 40px;
    height: 2px;
    background: #6c7a92;
    margin-right: 10px;
    display: inline-block;
}

.blog-content a h4:hover {
    color: #b78d65;
}

.blog-read:hover .line {
    background: #b78d65;
}

.page-header {
    padding-top: 130px;
    padding-bottom: 35px;
}

.page-header h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 300 !important;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    right: 0px;
    min-width: 125px;
    background: rgb(19 19 19 / 65%);
    padding: 10px 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    z-index: 999;
    display: block;
}

.menu-item-has-children .sub-menu li {
    padding: 0;
    margin-left: 0px !important;
}

.menu-item-has-children .sub-menu a {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.menu-item-has-children .sub-menu a:hover {
    color: #edc59e;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block;
}

.recent-post-widget .post {
    overflow: hidden;
}

.recent-post-widget .post .img-holder {
    width: 68px;
    float: left;
}

.recent-post-widget .post .details {
    width: calc(100% - 68px);
    float: left;
    padding-left: 20px;
}

.recent-post-widget .post h4 a {
    display: inline-block;
    color: #262b3e;
    font-size: 15px;
}

.recent-post-widget .posts > .post + .post {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f3f2f2;
}

.recent-post-widget .post .img-holder img {
    border-radius: 50%;
    height: 65px;
}

.widget h2 {
    font-size: 1.125rem;
    font-weight: 400 !important;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
}

.btn-link {
    padding-left: 0px !important;
}

.btn-link li a {
    color: #969696;
}

.btn-link li a {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #bebebe;
    font-weight: 100;
    text-transform: capitalize;
    transition: 0.3s;
    font-size: 13px;
}

.btn-link li a::before {
    position: relative;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.btn-link li a:hover {
    color: var(--primary);
    box-shadow: none;
}

.btn-link li::marker {
    content: '';
}

.category-widget ul {
    list-style: none;
}

.category-widget ul li {
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
}

.category-widget ul > li + li {
    margin-top: 12px;
    padding-top: 12px;
}

.category-widget ul a {
    display: block;
    color: #947249;
    position: relative;
}

.category-widget ul a:before {
    position: relative;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #947249;
    margin-right: 10px;
}

.blog-detail_content p {
    text-align: justify;
}

.blog-detail_content ul li {
    text-align: justify;
}

.blog-detail_content ol li {
    text-align: justify;
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 40px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    background: #fff;
}
.progress-wrap::after {
    position: absolute;
    content: '\f176';
    font-family: 'Font Awesome 5 Free';
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #c9b38c;
    left: 0;
    top: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    display: block;
    font-weight: 700;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 13px;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #c9b38c;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floatWapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #7acf4a;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    transition: 0.3s all;
}

.floatWapp:hover {
    color: #fff;
    transform: scale(1.08);
    transition: 0.3s all;
}

.floatWapp svg {
    margin-top: 10px;
}

.floatWapp:after,
.floatWapp:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #7acf4a;
    -webkit-animation-name: popupBtn;
    animation-name: popupBtn;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.6);
        opacity: 0.3;
    }
    to {
        transform: scale(2.2);
        opacity: 0;
    }
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.6);
        opacity: 0.3;
    }
    to {
        transform: scale(2.2);
        opacity: 0;
    }
}

#whatsapp-chat {
    position: fixed;
    background: #fff;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    left: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 0.5s;
    transform: scale(1);
}

a.blantershow-chat i {
    transform: scale(1.2);
    margin: 0 10px 0 0;
}

.header-chat {
    background: linear-gradient(to right top, #7acf4a, #4f912a);
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    float: left;
    margin: 0 10px 0 0;
}

.info-avatar-icon {
    z-index: 1;
    background: #23ab23;
    color: #fff;
    padding: 4px 5px;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 1s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

.blanter-msg {
    color: #444;
    padding: 20px;
    font-size: 12.5px;
    text-align: center;
    border-top: 1px solid #ddd;
}

textarea#chat-input {
    border: none;
    font-family: 'Arial', sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none;
}

a#send-it {
    color: #555;
    width: 40px;
    margin: -5px 0 0 5px;
    font-weight: 700;
    padding: 8px;
    background: #eee;
    border-radius: 10px;
}

.first-msg {
    background: #f5f5f5;
    padding: 30px;
    text-align: center;
}

.first-msg span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
}

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide-wp {
    display: none;
    animation-name: showhide;
    animation-duration: 1.5s;
    transform: scale(1);
    opacity: 1;
}

.show-wp {
    display: block;
    animation-name: showhide;
    animation-duration: 1.5s;
    transform: scale(1);
    opacity: 1;
}

.logo {
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.07);
    cursor: pointer;
}

.modal-content {
    background: rgb(255 255 255);
    border: none;
    border-radius: 12px;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding: 20px;
}

.modal-open .modal {
    backdrop-filter: blur(3px) !important;
    -webkit-backdrop-filter: blur(3px);
}

.legal-modal-content {
    padding: 2.2rem 2rem 2.4rem 2rem;
}

.legal-header-modal {
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.legal-header-modal h2 {
    font-weight: 300 !important;
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #1f2a2e 0%, #3d3b34 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
}

.legal-form {
    margin-top: 0.5rem;
}

.legal-form label {
    font-size: 0.85rem;
    font-weight: 500;
    color: #3d3a34;
    display: block;
    margin-bottom: 0.6rem;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.2px;
}

.legal-input-group {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2d9cf;
    border-radius: 60px;
    transition: all 0.2s;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.legal-input-group:focus-within {
    border-color: #c8aa6e;
    box-shadow: 0 0 0 3px rgba(200, 170, 110, 0.15);
}

.prefix {
    background: #f1ede7;
    padding: 0.85rem 1rem;
    font-weight: 500;
    font-family: 'Inter', monospace;
    color: #6f5e42;
    border-right: 1px solid #e2d9cf;
    font-size: 0.95rem;
}

.legal-input-group input {
    flex: 1;
    border: none;
    padding: 0.85rem 0.9rem;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #222;
    background: transparent;
    outline: none;
}

.legal-input-group input::placeholder {
    color: #b9af9c;
    font-weight: 300;
    font-size: 0.9rem;
}

.legal-actions {
    margin-top: 1.8rem;
}

.legal-btn {
    background: #1f2a2e;
    border: none;
    width: 100%;
    padding: 1rem 1rem;
    border-radius: 60px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    color: #f1ede7;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
}

.legal-btn i {
    font-size: 1rem;
    transition: transform 0.2s;
}

.legal-btn:hover {
    background: #c8aa6e;
    color: #1e1d1a;
    box-shadow: 0 10px 20px rgba(200, 170, 110, 0.3);
    transform: translateY(-1px);
}

.legal-btn:hover i {
    transform: translateX(4px);
    color: #1e2a2f;
}

.legal-note {
    font-size: 0.68rem;
    text-align: center;
    margin-top: 0px;
    color: #776d5b;
    border-top: 1px solid #f0eae2;
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.legal-note i {
    font-size: 0.6rem;
    color: #b9aa87;
}

@media (max-width: 550px) {
    .legal-modal-content {
        padding: 1.6rem 1.5rem 1.8rem;
    }
    .legal-phone {
        font-size: 1.5rem;
    }
    .prefix {
        padding: 0.7rem 0.9rem;
    }
    .legal-input-group input {
        padding: 0.7rem 0.8rem;
    }
    .legal-header-modal h2 {
        font-size: 1.6rem;
    }
}

.legal-form-wrapper .nf-field-container input[type='tel'] {
    width: 100%;
    border: none;
    padding: 0px 15px;
    outline: none;
    background: transparent;
}

.legal-form-wrapper .nf-field-container input[type='tel']:focus,
.legal-form-wrapper .nf-field-container input[type='tel']:active,
.legal-form-wrapper .nf-field-container input[type='tel']:focus-visible {
    border: none;
    outline: none;
    padding: 0px 15px;
    box-shadow: none;
    background: transparent;
}

.legal-form-wrapper .nf-field-container:has(input[type='tel']) .nf-field-element {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2d9cf;
    border-radius: 60px;
    overflow: hidden;
    margin-top: 20px;
}

.legal-form-wrapper .nf-field-container:has(input[type='tel']) .nf-field-element::before {
    content: '+591';
    background: #f1ede7;
    padding: 0.85rem 1rem;
    font-weight: 500;
    font-family: 'Inter', monospace;
    color: #6f5e42;
    border-right: 1px solid #e2d9cf;
    font-size: 0.95rem;
}

.legal-form-wrapper input[type='submit'].nf-element {
    width: 100%;
    background: #1f2a2e;
    border: none;
    padding: 1rem;
    border-radius: 60px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    color: #f1ede7;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
}

.legal-form-wrapper input[type='submit'].nf-element:hover {
    background: #c8aa6e;
    color: #1e1d1a;
    box-shadow: 0 10px 20px rgba(200, 170, 110, 0.3);
    transform: translateY(-1px);
}
#nf-label-field-5 .ninja-forms-req-symbol {
    display: none !important;
}

.legal-form-wrapper .nf-form-fields-required {
    font-size: 14px;
}

.nf-error.field-wrap .nf-field-element:after {
    width: 56px !important;
    margin-right: -5px !important;
}

.legal-form-wrapper .nf-error {
    position: relative;
    font-size: 14px;
}

.legal-form-wrapper .nf-error-msg,
.ninja-forms-req-symbol {
    color: #e80000;
    font-size: 14px;
}

.contact-form .nf-field-container input[type='tel'] {
    width: 100%;
    border: none;
    padding: 0px 15px;
    outline: none;
    background: transparent;
}

.contact-form .nf-field-container input[type='tel']:focus,
.contact-form .nf-field-container input[type='tel']:active,
.contact-form .nf-field-container input[type='tel']:focus-visible {
    border: none;
    outline: none;
    padding: 0px 15px;
    box-shadow: none;
    background: transparent;
}

.contact-form .nf-field-container:has(input[type='tel']) .nf-field-element {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2d9cf;
    border-radius: 60px;
    overflow: hidden;
    margin-top: 20px;
}

.contact-form .nf-field-container:has(input[type='tel']) .nf-field-element::before {
    content: '+591';
    background: #f1ede7;
    padding: 0.85rem 1rem;
    font-weight: 500;
    font-family: 'Inter', monospace;
    color: #6f5e42;
    border-right: 1px solid #e2d9cf;
    font-size: 0.95rem;
}

.contact-form input[type='submit'].nf-element {
    width: 100%;
    background: #c5a47e;
    border: none;
    padding: 1rem;
    border-radius: 60px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
}

.contact-form input[type='submit'].nf-element:hover {
    background: #c8aa6e;
    color: #1e1d1a;
    box-shadow: 0 10px 20px rgba(200, 170, 110, 0.3);
    transform: translateY(-1px);
}
#nf-label-field-5_1 .ninja-forms-req-symbol {
    display: none !important;
}

.contact-form .nf-error {
    position: relative;
    font-size: 14px;
}

.contact-form .nf-error-msg,
.ninja-forms-req-symbol {
    color: #e80000;
    font-size: 14px;
}

.contact-form .nf-form-fields-required {
    color: rgb(255 255 255 / 73%);
    margin-top: 20px;
    font-size: 15px;
}

.nf-form-fields-required {
    display: none !important;
}

@media (max-width: 1024px) {
    .top-bar {
        display: none;
    }
}

.full-width-image img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
}

.font-slab {
    font-family: 'Roboto Slab', serif;
}

.text-color-gray {
    color: rgb(255 255 255 / 52%);
}

.offcanvas::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../openfs/assets/img/bg-menu.png');
    background-position: center 200px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.09;
    z-index: 0;
    transform: scaleX(-1);
}

.offcanvas > * {
    position: relative;
    z-index: 1;
}

.card-features-one {
    padding: 10px 20px;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    background: #fcfbf9;
    border-color: #fcfbf9;
    box-shadow: 0px 2px 9px #e1e1e1;
}

.card-features-one h3 {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 0px;
    font-weight: 300 !important;
    line-height: 23px;
}

.ritual-life {
    background: #1d1c1c;
    color: #fff;
    padding: 50px 0px 50px;
}

.service-content {
    background: #1d1c1c;
}

.section-title-services {
    color: #b58a56;
    font-size: 1.8rem;
    font-weight: 600 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service-card {
    background: #111;
    border: 1px solid rgba(181, 138, 86, 0.5);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #b58a56;
}

.service-image {
    aspect-ratio: 16/9;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.service-card:hover img {
    transform: scale(1.05);
}

.service-content {
    padding: 1.5rem;
}

.service-content h3 {
    color: #b58a56;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.service-content p {
    color: #d7d7d7;
    margin-bottom: 1rem;
    line-height: 1.6;
    font-size: 15px;
}

.service-link {
    color: #b58a56;
    text-decoration: none;
    font-weight: 600;
}

.service-link:hover {
    color: #fff;
}

.community-box {
    border: 1px solid rgba(181, 138, 86, 0.5);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
}

.community-box h2 {
    text-align: center;
    color: #b58a56;
    margin-bottom: 3rem;
    font-size: 2rem;
    font-weight: 400 !important;
}

.community-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.community-list li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #ffffff;
    font-size: 17px;
    font-weight: 200;
}

.community-list li {
    display: flex;
}

.text-list {
    margin-left: 15px;
}

.community-link {
    display: inline-block;
    margin-top: 2rem;
    color: #b58a56;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.community-link:hover {
    color: white;
}

.object-fit-cover {
    object-fit: cover !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.bg-one {
    background: #d9d2c9;
}

.title-cta {
    color: #947249;
    margin-bottom: 30px;
    font-weight: 200 !important;
    font-size: 35px;
}

.text-black {
    color: #000;
}

.cta-description p {
    text-align: justify;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(3px);
    color: #fff;
    transition: all 0.3s ease;
    z-index: 10;
    cursor: pointer;
}

.video-play-btn:focus-visible {
    outline: 2px solid #c6975f;
    outline-offset: 4px;
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
}

.video-play-btn svg {
    opacity: 0.9;
}

.video-play-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    animation: pulseVideo 2s infinite;
}

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

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

.title-second {
    font-size: 25px;
    line-height: 33px;
    font-weight: 300 !important;
    color: #947249;
}

.text-list p {
    color: #000;
    margin-bottom: 0px;
}

.tienda-label {
    color: #b8964f;
    letter-spacing: 2px;
    font-size: 0.9rem;
}

.tienda-section {
    background-color: #060501 !important;
}

.colecciones-section {
    min-height: 600px;
    background: #000000;
    padding: 80px 0px 0px 0px;
}

.colecciones-titulo {
    font-family: 'Roboto Slab', serif;
    color: #947249;
    letter-spacing: 4px;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
}

.srv-hero {
    height: 420px;
}

.srv-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
}

/* .srv-hero__overlay {
    background: linear-gradient(to bottom, rgb(10 8 5 / 57%) 0%, rgb(14 12 10) 100%);
} */

.srv-hero__content {
    position: absolute;
    bottom: 7rem;
    left: 0;
}

.srv-hero__title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    color: var(--srv-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.1;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-weight: 500 !important;
}

.bg-srv-dark {
    background-color: var(--srv-dark);
}

.srv-intro__heading {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--srv-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.srv-intro__text {
    color: var(--srv-text);
    font-size: 0.95rem;
    line-height: 1.8;
}

.srv-intro__text p {
    margin-bottom: 0.5rem;
}

.srv-feature-card {
    background-color: var(--srv-dark-2);
    border: 1px solid var(--srv-border);
    border-radius: 6px;
    padding: 1.25rem 1rem 1rem;
    display: flex;
    flex-direction: column;
}

.srv-feature-card__icon {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0.75rem;
}

.srv-feature-card__dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--srv-gold);
    position: relative;
    flex-shrink: 0;
}

.srv-feature-card__dot::after {
    content: '';
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: var(--srv-gold);
}

.srv-feature-card__name {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--srv-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.srv-feature-card__text {
    color: var(--srv-text);
    font-size: 0.875rem;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.srv-feature-card__cta {
    display: block;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--srv-gold);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    border-top: 1px solid var(--srv-border);
    padding-top: 0.75rem;
    margin-top: auto;
    transition: color 0.2s ease;
}

.srv-feature-card__cta:hover {
    color: var(--srv-gold-light);
}

.srv-form-box {
    background-color: var(--srv-dark-2);
    border: 1px solid var(--srv-border);
    border-radius: 8px;
    padding: 2rem 1.75rem;
    height: 100%;
}

.srv-form-box__title {
    font-size: 1.3rem;
    font-weight: 700 !important;
    color: var(--srv-gold);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}

.srv-form-box__sub {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
}

.srv-form-box__tag {
    color: var(--srv-text-muted);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.srv-form-fields {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.srv-field {
    width: 100%;
}

.srv-input {
    width: 100%;
    background-color: var(--srv-dark-3);
    border: 1px solid var(--srv-border);
    border-radius: 4px;
    color: var(--srv-text-muted);
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.srv-input:focus {
    border-color: var(--srv-gold);
    color: var(--srv-text);
}

.srv-input::placeholder {
    color: var(--srv-text-muted);
    font-size: 0.78rem;
    letter-spacing: 2px;
}

.srv-btn-submit {
    background-color: var(--srv-gold);
    color: var(--srv-dark);
    border: none;
    border-radius: 4px;
    padding: 0.85rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 0.5rem;
}

.srv-btn-submit:hover {
    background-color: var(--srv-gold-light);
}

.srv-intro__text h2 {
    color: #b58a56;
    font-family: 'Roboto Slab', serif;
    font-weight: 300 !important;
}

.srv-form-fields .nf-form-content {
    padding: 0 !important;
}

.srv-form-fields .nf-form-wrap {
    background: transparent !important;
}

.srv-form-fields .nf-form-content input[type='text'],
.srv-form-fields .nf-form-content input[type='email'],
.srv-form-fields .nf-form-content input[type='tel'],
.srv-form-fields .nf-form-content input[type='number'],
.srv-form-fields .nf-form-content textarea {
    width: 100% !important;
    background-color: var(--srv-dark-3) !important;
    border: 1px solid var(--srv-border) !important;
    border-radius: 4px !important;
    color: var(--srv-text-muted) !important;
    font-size: 0.8rem !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 0.75rem 1rem !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s ease !important;
    margin-bottom: 0 !important;
}

.srv-form-fields .nf-form-content input:focus,
.srv-form-fields .nf-form-content textarea:focus {
    border-color: var(--srv-gold) !important;
    color: var(--srv-text) !important;
    box-shadow: none !important;
}

.srv-form-fields .nf-form-content input::placeholder,
.srv-form-fields .nf-form-content textarea::placeholder {
    color: var(--srv-text-muted) !important;
    font-size: 0.78rem !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

.srv-form-fields .nf-form-content label,
.srv-form-fields .nf-label-above label,
.srv-form-fields .nf-label-below label {
    color: var(--srv-text-muted) !important;
    font-size: 0.75rem !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
}

.srv-form-fields .nf-form-content .nf-field-label {
    display: none !important;
}

.srv-form-fields .nf-form-content .nf-field-container {
    margin-bottom: 0.75rem !important;
}

.srv-form-fields .nf-form-content .field-wrap {
    margin-bottom: 0 !important;
}

.srv-form-fields .nf-form-content input[type='button'],
.srv-form-fields .nf-form-content input[type='submit'],
.srv-form-fields .nf-form-content button[type='submit'],
.srv-form-fields .submit-wrap input {
    width: 100% !important;
    background-color: var(--srv-gold) !important;
    color: var(--srv-dark) !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 0.85rem !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    box-shadow: none !important;
    margin-top: 0.5rem !important;
}

.srv-form-fields .nf-form-content input[type='button']:hover,
.srv-form-fields .nf-form-content input[type='submit']:hover,
.srv-form-fields .nf-form-content button[type='submit']:hover,
.srv-form-fields .submit-wrap input:hover {
    background-color: var(--srv-gold-light) !important;
}

.srv-form-fields .nf-error .ninja-forms-field-error,
.srv-form-fields .nf-error-msg {
    color: #e07070 !important;
    font-size: 0.72rem !important;
    letter-spacing: 1px !important;
    margin-top: 4px !important;
}

.srv-form-fields .nf-form-content .nf-field.nf-error input,
.srv-form-fields .nf-form-content .nf-field.nf-error textarea {
    border-color: #e07070 !important;
}

.srv-form-fields .nf-response-msg {
    color: var(--srv-gold) !important;
    font-size: 0.82rem !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-top: 1rem !important;
}

.text-list strong {
    color: #b58a56;
}

@media (max-width: 991.98px) {
    .bg-one {
        min-height: auto;
    }

    .cta-image {
        height: 500px !important;
        object-fit: cover;
    }

    .position-absolute.w-100 {
        position: relative !important;
        top: 0 !important;
        margin-top: -80px;
        z-index: 2;
    }

    .cta-bg {
        max-width: 600px;
        margin: 0 auto;
        padding: 40px;
        border-radius: 20px;
    }

    .title-cta {
        font-size: 2rem;
    }

    .video-play-btn svg {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 767.98px) {
    .w-40,
    .w-60 {
        width: 100% !important;
    }

    .cta-image {
        height: 320px !important;
        object-fit: cover;
    }

    .position-absolute.w-100 {
        position: relative !important;
        top: 0 !important;
        margin-top: 0;
    }

    .cta-bg {
        padding: 30px 20px;
        border-radius: 16px;
    }

    .title-cta {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    .cta-description p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .category-widget ul {
        margin-top: 30px;
    }

    .category-widget li {
        margin-bottom: 15px;
    }

    .category-widget a {
        display: block;
        padding: 12px 20px;
    }

    .video-play-btn svg {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 480px) {
    .cta-image {
        height: 260px !important;
    }

    .title-cta {
        font-size: 1.5rem;
    }

    .cta-description p {
        font-size: 0.95rem;
    }

    .cta-bg {
        padding: 24px 18px;
    }

    .video-play-btn svg {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 991.98px) {
    #comunidad .cta-image {
        height: 550px !important;
        object-fit: cover;
        object-position: center;
    }

    #comunidad .position-absolute.w-100 {
        position: relative !important;
        top: 0 !important;
        margin-top: -80px;
        z-index: 2;
    }

    #comunidad .cta-bg {
        max-width: 700px;
        margin: 0 auto;
        padding: 40px;
        border-radius: 20px;
    }

    #comunidad .service {
        margin-bottom: 25px;
        margin-right: 10px !important;
    }

    #comunidad .service img {
        flex-shrink: 0;
    }

    #comunidad .text-services {
        padding-left: 15px;
    }

    #comunidad .text-services h3 {
        font-size: 1rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    #comunidad .w-50 {
        width: 100% !important;
    }

    #comunidad .cta-image {
        height: 320px !important;
        object-fit: cover;
        object-position: center;
    }

    #comunidad .position-absolute.w-100 {
        position: relative !important;
        top: 0 !important;
        margin-top: 0;
    }

    #comunidad .cta-bg {
        padding: 30px 20px;
        border-radius: 16px;
    }

    #comunidad .title-cta {
        font-size: 1.8rem;
        line-height: 1.2;
    }

    #comunidad .title-second {
        font-size: 1.2rem;
        line-height: 1.4;
    }

    #comunidad .section-feat {
        margin-top: 2rem !important;
    }

    #comunidad .service {
        margin-bottom: 20px;
        margin-right: 10px !important;
    }

    #comunidad .service .d-flex {
        align-items: flex-start;
    }

    #comunidad .service img {
        width: 42px !important;
        height: 42px !important;
        flex-shrink: 0;
    }

    #comunidad .text-services {
        padding-left: 12px;
    }

    #comunidad .text-services h3 {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 0;
    }

    #comunidad .cta-description p {
        font-size: 1rem;
        line-height: 1.6;
    }

    #comunidad .category-widget ul {
        margin-top: 25px;
    }

    #comunidad .category-widget li {
        margin-bottom: 12px;
    }

    #comunidad .category-widget a {
        display: block;
        padding: 12px 0;
    }
}

@media (max-width: 480px) {
    #comunidad .cta-image {
        height: 260px !important;
    }

    #comunidad .title-cta {
        font-size: 1.5rem;
    }

    #comunidad .service {
        margin-bottom: 20px;
        margin-right: 10px !important;
    }

    #comunidad .title-second {
        font-size: 1rem;
    }

    #comunidad .text-services h3 {
        font-size: 0.9rem;
        line-height: 1.4;
    }

    #comunidad .service img {
        width: 38px !important;
        height: 38px !important;
    }

    #comunidad .cta-bg {
        padding: 24px 18px;
    }
}

@media (max-width: 991.98px) {
    #practicas .cta-image {
        height: 650px !important;
        object-fit: cover;
        object-position: center;
    }

    #practicas .community-box-energi {
        padding: 40px !important;
    }

    #practicas .title-cta {
        font-size: 2rem;
    }

    #practicas .community-list li {
        margin-bottom: 25px;
    }

    #practicas .text-list {
        padding-left: 15px;
    }

    #practicas .text-list p {
        font-size: 1rem;
        line-height: 1.7;
    }

    #practicas .tienda-section img {
        max-width: 100%;
        height: auto !important;
    }
}

@media (max-width: 767.98px) {
    #practicas .w-50 {
        width: 100% !important;
    }

    #practicas .cta-image {
        height: 320px !important;
        object-fit: cover;
        object-position: center;
    }

    #practicas .community-box-energi {
        padding: 30px 20px !important;
    }

    #practicas .title-cta {
        font-size: 1.8rem;
        margin-bottom: 2rem !important;
    }

    #practicas .community-list {
        padding-left: 0;
    }

    #practicas .community-list li {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 24px;
    }

    #practicas .community-list li img {
        width: 28px;
        height: 28px;
        flex-shrink: 0;
    }

    #practicas .text-list {
        padding-left: 0;
    }

    #practicas .text-list p {
        font-size: 0.95rem;
        line-height: 1.7;
        margin-bottom: 0;
    }

    #practicas .tienda-section {
        padding: 20px;
    }

    #practicas .tienda-section img {
        width: 100%;
        max-width: 350px;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    #practicas .cta-image {
        height: 260px !important;
    }

    #practicas .community-box-energi {
        padding: 25px 15px !important;
    }

    #practicas .title-cta {
        font-size: 1.5rem;
    }

    #practicas .community-list li {
        gap: 10px;
    }

    #practicas .community-list li img {
        width: 24px;
        height: 24px;
    }

    #practicas .text-list p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    #practicas .tienda-section {
        padding: 15px;
    }
}

/* TABLET */
@media (max-width: 991.98px) {
    .srv-hero {
        min-height: 450px;
    }

    .srv-hero__title {
        font-size: 3rem;
    }

    .srv-body {
        overflow: hidden;
    }

    .srv-feature-card {
        height: auto;
    }

    .srv-form-box {
        margin-top: 40px;
    }
}

/* MOBILE */
@media (max-width: 767.98px) {
    .srv-hero {
        min-height: 320px;
    }

    .srv-hero__img {
        height: 100%;
        object-fit: cover;
    }

    .srv-hero__content {
        padding: 30px 0;
    }

    .srv-hero__title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .srv-intro {
        margin-bottom: 2rem !important;
    }

    .srv-feature-card {
        padding: 20px;
    }

    .srv-feature-card__name {
        font-size: 1rem;
    }

    .srv-feature-card__text {
        font-size: 0.95rem;
    }

    .srv-form-box {
        padding: 25px 20px;
        margin-top: 30px;
    }

    .srv-form-box__title {
        font-size: 1.4rem;
    }

    .srv-form-box__sub {
        font-size: 0.95rem;
    }
}

/* EXTRA SMALL */
@media (max-width: 480px) {
    .srv-hero {
        min-height: 260px;
    }

    .srv-hero__img {
        height: 100%;
    }

    .srv-hero__title {
        font-size: 1.6rem;
    }

    .srv-form-box {
        padding: 20px 15px;
    }
}

.cta-about {
    height: 100vh;
}

.text-calisto {
    font-family: 'calisto-mt';
    font-size: 18px;
    line-height: 23px;
}

.text-movie {
    position: absolute;
    top: 20%;
    text-align: center;
    font-size: 23px;
    width: 100%;
    font-weight: 200 !important;
    color: #c6975f !important;
    pointer-events: none;
    z-index: 2;
}

.video-modal-content {
    background: #1a1a1a;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.video-modal .modal-body {
    padding: 0 1.25rem 1.25rem;
}

.video-modal .modal-header {
    padding: 1rem 1.25rem 0;
}

.video-modal-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .hero-slider {
        position: relative;
    }

    .hero-slider .swiper-slide {
        min-height: 100vh;
        display: flex;
        align-items: flex-end;
    }

    .hero-slider .slide-bg {
        height: 61vh;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-size: cover;
        background-position: right;
        z-index: 1;
    }

    .hero-slider .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.15) 0%,
            rgba(0, 0, 0, 0.25) 35%,
            rgba(0, 0, 0, 0.95) 55%,
            #000 100%
        );
        z-index: 2;
    }

    .container-slider {
        position: relative;
        z-index: 3;
        width: 100%;
        padding: 31vh 20px 40px;
    }

    .hero-slider .content {
        max-width: 100%;
    }

    .hero-slider .title {
        font-size: 4.2rem;
        line-height: 0.95;
        font-weight: 400;
        margin-bottom: 25px;
    }

    .hero-slider .subtitle {
        font-size: 1.5rem;
        line-height: 1.7;
        color: #b69b72;
        margin-bottom: 45px;
    }

    .hero-slider .theme-btn {
        width: calc(50% - 6px);
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 18px 10px;
        text-align: center;
        margin: 0;
    }

    .hero-slider .theme-btn + .theme-btn {
        margin-left: 12px;
    }

    .offcanvas-body ul li {
        margin-bottom: 14px;
    }

    .bg-brand-black {
        background: #000;
    }
    .menu-item-has-children .sub-menu {
        left: 0px !important;
        min-width: 150px !important;
    }
    .btns-movil {
        display: flex;
    }
    .video-hero-about {
        width: 100% !important;
    }
    .flex-movil {
        display: flex;
        justify-content: end !important;
    }
}

.title-piedras {
    color: #947249;
}
