html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
    --gold: #C8A24A;
    --gold-dark: #A68710;
    --text: #221F20;
    --muted: #242424;
    --shadow: 0 18px 45px rgba(0,0,0,.10);
    --shadow-hover: 0 24px 60px rgba(0,0,0,.12);
}

/* ===== TIPOGRAFIA GLOBALE SEMPLICE ===== */

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: var(--text);
}

/* TITOLI */
h1, h2, h3, h4, h5, h6 {
    font-family: "PT Serif", Georgia, serif;
    font-weight: 500;
    color: var(--text);
    margin-bottom: 15px;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: var(--muted) !important;
    margin-bottom: 15px;
}

a {
    color: var(--text) !important;
    text-decoration: none;
    transition: 0.2s ease;
}

    a:hover {
        color: var(--gold) !important;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

b, strong {
    font-weight: 600;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

/* ===== THEME BTN FIGO (override) ===== */
.theme_btn {
    overflow: hidden;
    background: #C8A24A;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

    /* “shine” che scorre */
    .theme_btn::before {
        content: "";
        position: absolute;
        top: -40%;
        left: -120%;
        width: 70%;
        height: 200%;
        transform: rotate(20deg);
        background: rgba(255,255,255,.22);
        filter: blur(1px);
        transition: left .55s ease;
    }

    /* piccolo highlight bordo (molto leggero) */
    .theme_btn::after {
        content: "";
        position: absolute;
        inset: 2px;
        border: 1px solid rgba(255,255,255,.18);
        pointer-events: none;
    }

    .theme_btn:hover {
        background: #A68710;
        transform: translateY(-3px);
        box-shadow: 0 16px 35px rgba(0,0,0,.18);
        color: #fff !important;
    }

        /* fa partire lo shine */
        .theme_btn:hover::before {
            left: 140%;
        }

    /* click */
    .theme_btn:active {
        transform: translateY(0);
        box-shadow: 0 8px 18px rgba(0,0,0,.14);
    }

    /* se dentro hai un'icona (tipo <i class="fal fa-long-arrow-right">) */
    .theme_btn i {
        transition: transform .2s ease;
    }

    .theme_btn:hover i {
        transform: translateX(4px);
    }

/* accessibilità: riduci animazioni se l'utente lo chiede */
@media (prefers-reduced-motion: reduce) {
    .theme_btn,
    .theme_btn::before,
    .theme_btn i {
        transition: none !important;
    }
}

.main-menu ul li > a {
    color: #221F20;
    text-decoration: none;
    font-weight: 600;
}

.main-header-area .logo-img img {
    max-width: 250px;
}

.bg-beige {
    background: #F2ECE4;
}

.about-img-2 {
    max-width: 300px !important;
}

.service-area {
    margin-top: -120px;
}

.services {
    position: relative;
    z-index: 1;
}

    .services::after {
        content: "";
        position: absolute;
        top: -16px;
        left: -16px;
        right: 16px;
        bottom: 16px;
        border: 2px solid var(--gold);
        z-index: 0; 
        pointer-events: none;
    }

.services__content {
    position: relative;
    z-index: 1;
    perspective: none !important;
}

.services__content--front {
    position: relative !important;
    left: auto !important;
    transform: none !important;
    background: #fff !important;
    box-shadow: var(--shadow) !important;
    padding: 90px 40px;
}

.services:hover .services__content--front {
    transform: translateY(-8px) !important;
    box-shadow: var(--shadow-hover) !important;
}

.services--icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px !important;
}

.service-area::before {
    content: none;
}
/* ===== INTRO AREA (sezione come screenshot) ===== */

.intro-area {
    background: #fff;
}

.intro-img-wrap {
    position: relative;
    display: inline-block;
}

    .intro-img-wrap img {
        width: 100%;
        max-width: 260px;
        display: block;
        position: relative;
        z-index: 2;
    }

    .intro-img-wrap::after {
        content: "";
        position: absolute;
        top: 14px;
        left: 14px;
        right: -14px;
        bottom: -14px;
        border: 2px solid var(--gold);
        z-index: 1;
    }

.intro-img-wrap--right::after {
    top: 14px;
    left: -14px;
    right: 14px;
    bottom: -14px;
}

.intro-content h2 {
    margin-bottom: 18px;
}

.intro-highlight {
    color: var(--gold);
}

/* ===== ABOUT SECTION CUSTOM ===== */

.about-img-custom {
    position: relative;
}

.about-main-img {
    position: relative;
    display: inline-block;
}

    .about-main-img img {
        width: 100%;
        max-width: 600px;
        display: block;
        position: relative;
        z-index: 2;
    }

    .about-main-img::after {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        right: 20px;
        bottom: 20px;
        border: 2px solid var(--gold);
        z-index: 1;
    }

.about-small-img {
    position: absolute;
    bottom: -60px;
    right: -40px;
    z-index: 3;
}

    .about-small-img img {
        width: 300px;
        box-shadow: 0 20px 50px rgba(0,0,0,.15);
    }

.about-list {
    padding-left: 22px;
    list-style: disc;
}

    .about-list li {
        margin-bottom: 8px;
        list-style-position: outside;
    }

li {
    list-style: outside;
}

.about-mission-box {
    background: #fff;
    padding: 30px 35px;
    position: relative;
    box-shadow: 12px 12px 0 0 var(--gold),
    0 10px 30px rgba(0,0,0,.18);
}
/* ===== SERVICES GRID LIKE SCREEN ===== */

.we-do-area-02 {
    background: #f4efe8;
}

.services-title {
    position: relative;
    display: inline-block;
    padding: 0 40px;
}

    .services-title::before,
    .services-title::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 80px;
        height: 1px;
        background: var(--gold);
    }

    .services-title::before {
        left: -80px;
    }

    .services-title::after {
        right: -80px;
    }

.services-card {
    background: transparent;
    border: 2px solid var(--gold);
    padding: 40px 25px;
    transition: all .25s ease;
    height: 100%;
}

    .services-card .shadow-text {
        display: none;
    }

    .services-card .more-btn3 {
        display: none;
    }

    .services-card h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .services-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
        background: #fff;
    }


/*sezione 4-5*/
.luxurycard-area {
    background: #F2ECE4;
}

.luxurycard-content p {
    max-width: 560px;
}

.luxurycard-img-wrap {
    position: relative;
    display: inline-block;
}

    .luxurycard-img-wrap img {
        width: 100%;
        max-width: 560px;
        display: block;
        position: relative;
        z-index: 2;
        box-shadow: 0 18px 45px rgba(0,0,0,.10);
    }

    .luxurycard-img-wrap::after {
        content: "";
        position: absolute;
        top: 18px;
        left: -18px;
        right: 18px;
        bottom: -18px;
        border: 2px solid var(--gold);
        border-radius: 8px;
        z-index: 1;
        pointer-events: none;
    }

@media (max-width: 991.98px) {
    .luxurycard-content {
        padding-right: 0 !important;
    }

    .luxurycard-media {
        text-align: center !important;
    }

    .luxurycard-img-wrap img {
        max-width: 520px;
    }
}

.events__list--img img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}
.events {
    padding: 25px;
    border: 1px solid var(--gold);
}

    .events:hover {
        background: #f2ece485;
        border: 1px solid var(--gold-dark);
    }



.footer-luxury {
    background: #F2ECE4;
}

    .footer-luxury .footer-logo img {
        max-width: 260px;
        height: auto;
    }

    .footer-luxury .footer-title {
        font-family: "PT Serif", Georgia, serif;
        font-weight: 500;
        color: var(--text);
        font-size: 18px;
        margin: 0;
    }

    .footer-luxury .footer-copy {
        font-size: 14px;
        line-height: 20px;
        color: #3a3533;
    }
    .footer-luxury .footer-small {
        font-size: 16px;
        line-height: 20px;
        color: #3a3533;
    }


    .footer-luxury .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer-luxury .footer-links li {
            margin-bottom: 6px;
            list-style: none;
        }

        .footer-luxury .footer-links a {
            font-size: 16px;
            color: #2a2523 !important;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

            .footer-luxury .footer-links a:hover {
                color: var(--gold) !important;
            }

    .footer-luxury .footer-legal {
        font-size: 14px;
        line-height: 18px;
    }

        .footer-luxury .footer-legal a {
            color: #3a3533 !important;
            text-decoration: none;
            margin: 0 10px;
        }

            .footer-luxury .footer-legal a:hover {
                color: var(--gold) !important;
            }

        .footer-luxury .footer-legal .sep {
            color: #b9ada4;
            margin: 0 2px;
        }

    .footer-luxury .footer-divider {
        height: 1px;
        background: #e2d7cf;
        width: 100%;
    }

    .footer-luxury .footer-bottom {
        font-size: 14px;
        color: #3a3533;
    }

@media (max-width: 991.98px) {
    .footer-luxury .footer-top > [class*="col-"] {
        margin-bottom: 28px;
        text-align: center !important;
    }

    .footer-luxury .footer-legal a {
        display: inline-block;
        margin: 6px 10px;
    }

    .footer-luxury .footer-mid {
        margin-top: 70px !important;
    }
}

.page-title-inner-content {
    padding: 43px 30px;
    position: relative;
    z-index: 5;
    border: 1px solid var(--gold);
}

.page-title-area .page-title-inner:before {
    content: none;
}
.page-title-inner-content ul.breadcrumb-list li a {
    color: white !important;
}

.page-title-area {
    min-height: 475px;
}
    .page-title-area .page-title-wrapper {
        padding-top: 135px;
    }

/* ===== METODO AREA ===== */
.metodo-subtitle {
    max-width: 700px;
    margin: 0 auto;
}

.metodo-box {
    background: #e9dfd2;
    padding: 70px 50px;
    box-shadow: var(--shadow);
    position: relative;
}

    /* Cornice gold dietro (coerente con il tuo stile) */
    .metodo-box::after {
        content: "";
        position: absolute;
        top: 18px;
        left: -18px;
        right: 18px;
        bottom: -18px;
        border: 2px solid var(--gold);
        z-index: -1;
    }

.metodo-item {
    padding: 0 15px;
}

.metodo-icon {
    margin-bottom: 25px;
}

    .metodo-icon img {
        height: 80px;
    }

/* Hover leggero elegante */
.metodo-item:hover {
    transform: translateY(-6px);
    transition: .25s ease;
}

.project__img img {
    max-width: 100%;
    height: 370px;
    width: 370px;
    object-fit: cover;
}

.theme-bg2 {
    background: #F2ECE4;
}

.project__text__back {
    padding: 15px 25px;
}

.slide-bar {
    background-color: #f2ece4;
}

.contact-form-wrapper {
    background: #F2ECE4;
    box-shadow: var(--shadow);
    padding: 50px 40px;
}

.contact-info-item i {
    font-size: 18px;
}

.contact-details-area .form-control {
    background: #fff;
    border: none;
    height: 50px;
}

.contact-details-area textarea.form-control {
    height: auto;
}

.form-check-label {
    font-size: 14px;
    line-height: 20px;
}

label {
    color: #221F20;
}

.service-sidebar .service-box {
    background: #f2ece4;
    padding: 25px;
}

.service-box-title {
    background: var(--gold);
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 15px;
}

.service-box ul {
    padding-left: 18px;
}

    .service-box ul li {
        margin-bottom: 8px;
        font-size: 14px;
    }

.service-images img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.event-date {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 10px;
}

    .event-date i {
        font-size: 18px;
        margin-right: 6px;
        color: var(--gold);
    }

.blog-meta {
    font-size: 14px;
    color: var(--muted);
}

    .blog-meta i {
        margin-right: 6px;
        color: var(--gold);
    }

.blog-thumb img {
    width: 100%;
    object-fit: cover;
}

.sidebar-box {
    background: #F2ECE4;
    padding: 25px;
}

    .sidebar-box h5 {
        border-bottom: 1px solid var(--gold);
        padding-bottom: 10px;
    }

/* MOBILE: evita il giustificato (spazi strani) */
@media (max-width: 767px) {
    p,
    .section-title,
    .section-heading p,
    .about-content p,
    .content p,
    .service-content p,
    .blog-content p {
        text-align: left !important;
        hyphens: auto;
        word-break: normal;
        overflow-wrap: break-word;
    }

    /* Se hai titoli che sembrano “sbilanciati”, aiuta la resa */
    h1, h2, h3, h4, h5, h6 {
        text-wrap: balance;
    }
}

@media (max-width: 767px) {
    p {
        text-align: justify;
        text-justify: inter-word;
        hyphens: auto;
        overflow-wrap: break-word;
    }
}