/* body {
      background-image: url('https://th.bing.com/th/id/R.22c659d…?rik=QF4aSDFb4b%2bqmg&riu=http%3a%2f%2fwww.pixelstalk.net%2fwp-content%2fuploads%2f2016%2f04%2fGray-pattern-wallpaper-HD-1920x1080.jpg&ehk=0IUheVG6PGx3YM%2bEZTAK%2f1d3rE8rG4qphdp1IzihXcQ%3d&risl=&pid=ImgRaw&r=0');
    } */

.s2 {
    display: none;
}

.s3 {
    display: none;
}

.modern-text {
    color: #333;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #A92229;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 20px;

}

/* .section{
      background-image: url("../assets/img/imggg.png") !important;
    } */

.lead {
    font-size: 1.2rem;
    font-weight: 400;
    color: #444;
    margin-bottom: 25px;
}

.features-box,
.services-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.features-title,
.services-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    text-align: center;
}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.features-list i {
    color: #A92229;
    margin-right: 10px;
    font-size: 1.3rem;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.service-item {
    display: flex;
    align-items: center;
    background: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    border-left: 4px solid #A92229;
}

.service-item i {
    margin-right: 10px;
    font-size: 1.2rem;
    color: #A92229;
}

.final-text {
    font-size: 1.1rem;
    font-weight: 400;
    color: #444;
    margin-top: 20px;
}

.feature-item {
    background: #fff;
    /* opzionale per visuale pulita */
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* background: #f8f9fa;
      border-radius: 10px;
      transition: all 0.3s ease-in-out;
      border: 1px solid #ddd;
      padding: 20px; */
}

.feature-icon {
    font-size: 2rem;
    color: #d8b16a;
    margin-bottom: 0.75rem;
}

/* .feature-icon {
      font-size: 2rem;
      color: #A92229;
      margin-bottom: 10px;
    } */

.features-box h6 {
    font-weight: 700;
}

.services-img {
    width: 100%;
    height: 300px;
    /* Altezza fissa per uniformare il layout */
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.hero-t {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url('../img/hero/mc interior_.png') center center/cover no-repeat;
    padding: 100px 0;
    text-align: center;
    color: white;
    height: 40vh;
    display: flex;
    align-items: center;

    /* Modifica il gradiente della maschera */
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.hero-t h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 3.5rem;
    letter-spacing: 2px;
    color: #fff;
}

.tab-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .tab-content img {
        height: 400px;
        object-fit: cover;
    }


}


.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #A92229;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 20px;
}

.lead {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.features-box,
.services-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-item,
.service-item {
    background: white;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
}

/* .feature-item:hover,
    .service-item:hover {
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transform: translateY(-5px);
    } */

.feature-icon {
    font-size: 2rem;
    color: #A92229;
    margin-bottom: 10px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.header {
    position: relative;
}

/* .section-artistic { */
/* background: url('https://www.transparenttextures.com/patterns/paper-fibers.png');
      background-color: #fcf8f3; */
/* font-family: 'Playfair Display', serif; */
/* padding: 6rem 1rem; */
/* } */

.art-box {
    /* background: rgba(255, 255, 255, 0.9); */
    background: rgb(205 205 205 / 90%);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    /* border: 3px solid #d8b16a; */
    position: relative;
    overflow: hidden;
}

.art-box::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 120%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(216, 177, 106, 0.08) 0%, transparent 70%);
    z-index: 0;
}

.art-icon {
    font-size: 2.5rem;
    color: #d8b16a;
    margin-bottom: 1rem;
    z-index: 1;
    position: relative;
}

.art-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.lead {
    font-size: 1.15rem;
    color: #333;
    z-index: 1;
    position: relative;
}

.quote-section {
    background-color: #f8f9fa;
    /* grigio chiaro elegante */
    font-style: italic;
}

#final-text {
    background-color: #f8f9fa;
    /* grigio chiaro elegante */
    font-style: italic;
}

.quote-text {
    font-size: 1.5rem;
    line-height: 1.6;
    quotes: "“" "”" "‘" "’";
}

blockquote::before {
    content: open-quote;
    font-size: 3rem;
    line-height: 0;
    vertical-align: -0.4em;
    color: #999;
}

blockquote::after {
    content: close-quote;
    font-size: 3rem;
    line-height: 0;
    vertical-align: -0.4em;
    color: #999;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #A92229;
}

.nav-link {
    color: #A92229;
}

.img-hero {
    width: 250px;
}

.nav-link:hover {
    color: #333;
}

body {
    /* background-image: url('https://th.bing.com/th/id/R.22c659d…?rik=QF4aSDFb4b%2bqmg&riu=http%3a%2f%2fwww.pixelstalk.net%2fwp-content%2fuploads%2f2016%2f04%2fGray-pattern-wallpaper-HD-1920x1080.jpg&ehk=0IUheVG6PGx3YM%2bEZTAK%2f1d3rE8rG4qphdp1IzihXcQ%3d&risl=&pid=ImgRaw&r=0');
      background-size: cover;
      background-position: center; */
    background: linear-gradient(to bottom, #000000, #1a1a1a, #2a2a2a);
}

body.bg1 {
    /* background-image: url('https://th.bing.com/th/id/R.22c659d…?rik=QF4aSDFb4b%2bqmg&riu=http%3a%2f%2fwww.pixelstalk.net%2fwp-content%2fuploads%2f2016%2f04%2fGray-pattern-wallpaper-HD-1920x1080.jpg&ehk=0IUheVG6PGx3YM%2bEZTAK%2f1d3rE8rG4qphdp1IzihXcQ%3d&risl=&pid=ImgRaw&r=0');
      background-size: cover;
      background-position: center; */
    background: linear-gradient(to bottom, #000000, #1a1a1a, #2a2a2a);
}

body.bg2 {
    /* background-image: url('assets/img/bg2.jpg'); */
    /* background-size: cover;
      background-position: center;
      background-image: none; */
    background: none;
}

body.bg3 {
    /* background-color: white;
      background-image: none;
      /* background-image: url('assets/img/bg3.jpg'); */
    /* background-size: cover;
      background-position: center; */
    background: none;
}

.pictura-bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(33 37 41 / 78%) !important;
}

.feature-item h6 {
    color: white;
}

.my-quote {
    width: 80%;
    color: white;
    background: none !important;
    margin: auto;
}

.img-fixed-height {
    height: 400px !important;
    object-fit: cover;
}

@media (min-width: 768px) {
    .img-fixed-height {
        height: 600px !important;
    }
}

.my-services .my-img {
    border-radius: 8px;
    overflow: hidden;
}

.my-services .my-img img {
    transition: 0.6s;
}

.my-services .my-details {
    background: color-mix(in srgb, var(--surface-color), transparent 5%);
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.my-services .my-details .my-icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: var(--accent-color);
    color: var(--contrast-color);
    border: 6px solid var(--contrast-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
}

.my-services .my-details h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}

.my-services .my-details p {
    color: color-mix(in srgb, var(--default-color), transparent 10%);
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.my-services .my-service-item:hover .my-details h3 {
    color: var(--accent-color);
}

.my-services .my-service-item:hover .my-details .my-icon {
    background: var(--surface-color);
    border: 2px solid var(--accent-color);
}

.my-services .my-service-item:hover .my-details .my-icon i {
    color: var(--accent-color);
}

.my-services .my-service-item:hover .my-img img {
    transform: scale(1.2);
}