
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Cormorant+Upright:wght@300;400;500;600;700&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poly:ital@0;1&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

        :root {
            --primary-color: #2c3e50;
            --tm-h2: #5db3b3;
            --secondary-color: #f1c40f;
            --bg-color: #ffffff;
            --bg-color-header-scroll: #347575;
            --primary-color-header-scroll: #ffffff;
            --secondary-color-header-scroll: #f1c40f;
            --top-bar-height: 50px;
            --top-bar-height-mobile: 100px;
            --header-height: 176px;
        }
        strong {
     font-weight: 600;
}
.privacy{
max-width: 95%;
padding: 1rem;
  }
#privacy-policy {
    font-family: 'Jost', serif !important;
    color: #2e6969;
  }
  #privacy-policy a {
    font-family: 'Jost', serif !important;
    color: #2678c4;
    text-decoration: none;
    font-weight: 400;
  }
#privacy-policy h2 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-size: 1.5rem;
    font-weight: 400;
}
  #privacy-policy h1 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-size: 1.8rem;
  }
  #privacy-policy ul {
    text-decoration: none;
  }
        .contenuto-striscia {
        position: relative;
        }
       .background-dark{
       padding-top: 30px;
       padding-bottom: 30px;
       background-color: #2e6969;
       margin-bottom: 3.2rem;
}
     .background-light{
       padding-top: 30px;
       padding-bottom: 30px;
       background-color: #9db3b3;
       margin-bottom: 0rem;
}
        .cosafare {
    text-align: center;
    font-size: 1.1rem;
    margin: 25px 0 60px 0;
    font-weight: 200;
    color: #ffffff;
    max-width: 850px;
    padding: 20px;
    margin-inline: auto;
    padding-top: 1.6rem;
}

 .cosafare strong {
     font-weight: 600;
}


.book-container {
    display: flex;
    color: white;
    border-radius: 3px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
    height: 110px;
    top: 4px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    background-color: #fdfdfd;
    border:1px solid #128c7e;
    z-index: 8;
    text-align: center;
       box-shadow: 0 4px 12px rgb(0 0 0 / 23%);
}
.striscia {
  position: relative;
  height: 95px;
  margin-bottom: 80px;
  background: linear-gradient(321deg, #1d5959 0%, #a4d3d3 100%);
  overflow: hidden;
      border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.striscia::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/archi1.png');
  opacity: 0.3;
    z-index: 1;
}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    left: 18px;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-button:hover {
    background-color: #128c7e;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Optional: Add margin to prevent overlap with other buttons */
@media (min-width: 768px) {
    .whatsapp-button {
        right: 80px;
    }
}

        .amalficoast-box  {
    display: flex;
   justify-content: center;
  padding: 20px;
  flex-direction: row-reverse;
    }
            .amalficoast-box img {
    width: 100%;
    object-fit: cover;
      }
      .thehouse-box {
    display: flex;
   justify-content: center;
  padding: 20px;
  flex-direction: row;
  margin-top: 60px;
    }
            .thehouse-box img {
    width: 100%;
    object-fit: cover;
     }
        .welcome-box {
    display: flex;
   justify-content: center;
  padding: 20px;
  flex-direction: row-reverse;
    }
            .welcome-box img {
    width: 100%;
    object-fit: cover;
      }
    .bsx, .bdx{
    display: flex;
flex-direction: column;
    text-align: center;
    }

    
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #3fa98f;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.scroll-to-top img {
    width: 30px;
    height: auto;
}
.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background-color: #e6b700;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.centered-button-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    position: relative;
   margin: 50px 0px 50px 0;
}

.dark-green-button {
    background-color: #3fa98f;
    color: white;
    font-family: 'Jost', serif !important;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dark-green-button:hover {
    background-color: #008000; /* Verde leggermente più chiaro */
    transform: translateY(-2px);
     font-family: 'Jost', serif !important;
    box-shadow: 0 12px 24px rgba(0, 100, 0, 0.4);
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--primary-color);
            line-height: 1.6;
            padding-top: 0px;
            background: transparent;
            position: relative;
        }

       .info-amenities img
        {
         width: 75px;
         height: auto;
        }

        
        .info-icons img
        {
         width: 25px;
         height: auto;
        }
         .tp{
position: relative;
    text-align: center;
    font-size: 1.1rem !important;
    font-family: 'Jost', serif !important;
    color: #2c3e50;
    font-weight: 400;
}
.tm-white {
    position: relative;
    text-align: center;
    font-size: 2rem !important;
    font-family: 'Jost', serif !important;
    color: white;
    margin-top: 50px;
    font-weight: 400;
}
.tm-white::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 150px;
    height: 50px;
    background-image: url(../images/half_sun_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1001;
}
    .tm {
              position: relative;
     text-align: center;
    font-size: 2rem !important;
     font-family: 'Jost', serif !important;
     color: var(--tm-h2);
     margin-top: 50px;
    font-weight: 400;
}
.tm::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 120px; /* Dimensione dell'immagine */
    height: 50px;
    background-image: url('../images/half_sun_s.svg'); /* Percorso immagine */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1001; /* Sopra lo sfondo ma sotto il testo */
}
         .halfsun{
    margin-inline: auto;
}

     /* Footer */
  .footer-section a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
            font-size: 1rem;
        }
          .footer-section a:hover {
            color: #c7a10a;
            text-decoration: none;
            transition: color 0.3s;
        }


        /* Top bar con effetto nascondimento */
        .top-bar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(255, 255, 255, 0);
            height: var(--top-bar-height);
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            z-index: 1002;
            transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
            border-bottom: 1px solid #e0e0e078;
            transform: translateY(0);
        }

        .top-bar.hidden {
            transform: translateY(-100%);
        }

        .top-bar.scrolled {
            background: var(--bg-color);
        }

        .top-bar .social {
            display: flex;
            gap: 10px;
            font-size: 1rem;
        }

        .top-bar .social a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }

        .top-bar.scrolled .social a {
            color: var(--primary-color-header-scroll);
        }

        .top-bar .social a:hover {
            color: var(--secondary-color);
        }

        .top-bar .language {
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .top-bar .language a {
            color: white;
            text-decoration: none;
            transition: color 0.3s;
        }

        .top-bar.scrolled .language a {
            color: var(--primary-color) !important;
        }

        .top-bar .language a:hover {
            color: var(--secondary-color);
        }
/* Stili per il pulsante "Book Now" */
.book-button {
       background-color: #df4f0e;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 0px;
    font-size: 0.91rem;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 0px;
    transition: all 0.3s ease;
    height: 40px;
    letter-spacing: 0.15rem;
}

.book-button:hover {
    background-color: #e6b700;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
        .c-contact {
    flex-wrap: wrap;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 15px;
}

   .c-contact img {
        width: 35px !important;
        height: 35px;
        vertical-align: middle;
        margin-right: 8px;
        }
.c-contact p {
    text-align: center !important;
    font-size: 1.1rem !important;
    margin: 0px 0 0px 0 !important;
    font-weight: 200 !important;
    color: #2f6e6e;
    max-width: 850px;
    /* padding: 20px; */
    margin-inline: auto;
}
.c-contact a {
    text-align: center !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    color: #2f6e6e;
    text-decoration: none;
}
/* Responsive: Riduci dimensioni su mobile */
@media (max-width: 768px) {

     #privacy-policy h1 {
    font-size: 1.2rem;
  }
    .book-button {
        padding: 10px 20px;
        font-size: 0.9rem;
        margin-left: 10px;
    }
    .tm-white {
    position: relative;
    text-align: center;
    font-size: 1.6em !important;
    font-family: 'Jost', serif !important;
    color: white;
    margin-top: 50px;
    font-weight: 400;
}
.tm-white::before {
        content: "";
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
        width: 100px;
        height: 60px;
        background-image: url(../images/half_sun_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1001;
    
}
    .general-title h3 {
    text-align: center;
    font-size: 2.5rem !important;
    margin: 25px 0 25px 0;
    letter-spacing: 0.2rem;
    font-weight: 500;
    color: #44a5a5;
    font-family: 'Cormorant Upright', serif !important;
}
}
        /* Menu mobile */
        .menu-toggle {
            display: none;
            background: transparent;
            border: none;
            color: #347575;
            font-size: 1.5rem;
            cursor: pointer;
            margin-left: 10px;
            z-index: 1003;
        }

        header {
            position: fixed;
            width: 100%;
            background: transparent;
            z-index: 1900;
            transition: background 0.3s ease, top 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
            top: var(--top-bar-height);
            height: var(--header-height);
            opacity: 1;
            margin: 0;
            padding: 0;
        }

        header.scrolled {
            background: linear-gradient(321deg, #a27520 0%, rgb(202, 148, 31) 100%);
            top: 0 !important;
            opacity: 1;
            margin: 0;
            padding: 0;
        }

        /* Quando la top bar è nascosta, l'header si sposta in alto */
        .top-bar.hidden ~ header {
            top: 0 !important;
        }

        header.scrolled.fade-in {
            animation: fadeInDown 0.3s ease forwards;
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        nav {
            max-width: 1600px;
            margin: 0 auto;
            padding: 20px 40px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 100%;
            box-sizing: border-box;
        }

        .nav-container {
            display: flex;
            width: 100%;
            justify-content: space-around;
            align-items: center;
            gap: 5px;
        }

        .nav-links {
            display: flex;
            gap: 25px;
            align-items: center;
}

        .nav-links a {
            color: white;
            text-decoration: none;
            font-weight: 300;
            transition: color 0.3s;
            font-family: 'jost';
            font-size: 0.93rem;
            text-transform: uppercase;
            letter-spacing: 0.33rem;
        }

        header.scrolled .nav-links a {
            color: var(--primary-color-header-scroll);
        }
header.scrolled .nav-links a:hover {
    color: var(--secondary-color-header-scroll);
}
        .nav-container.mobile .nav-links a {
            color: #307575;
        }

        .nav-links a:hover {
            color: var(--secondary-color);
        }

        .logo {
            margin: 0 10px;
            flex-shrink: 0;
        }

        .logo img {
            height: 150px;
            /* Logo bianco di default (per sfondo scuro) */
            filter: brightness(0) invert(1);
            transition: filter 0.3s ease;
        }

        /* Logo blu quando scrolled */
        header.scrolled .logo img {
            filter: none;
        }

        /* Logo mobile nella top bar */
        .top-bar .logo {
            display: none;
        }

        .top-bar .logo img {
            height: 40px;
            /* Su mobile nella top bar, inizia bianco poi diventa blu */
            filter: brightness(0) invert(1);
            transition: filter 0.3s ease;
        }

        .top-bar.scrolled .logo img {
            filter: none;
        }

      .hero {
    height: 100vh;
    background: url('../images/cucina.jpg') no-repeat left center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: calc(var(--top-bar-height) + var(--header-height));
    position: relative;
    transition: padding-top 0.3s ease;
}

        .hero::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.4);
        }

        .hero-content {
            position: relative;
            z-index: 1000;
            max-width: 1200px;
            
        }

        .hero h2 {
            font-size: 5rem !important;
            margin-bottom: 0px;
            color: white !important;
            font-weight: 600;
            font-family: 'Cormorant Upright', serif;
        }

        .hero p {
            font-size: 1.2rem;
            margin-bottom: 30px;
            color: white !important;
            font-family: 'jost';
            font-weight: 300;
        }

        .btn {
            background: #3fa98f;
            color: white;
            padding: 15px 30px;
            border-radius: 30px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
            display: inline-block;
        }

        .btn:hover {
            background: #e6b700;
            transform: translateY(-2px);
        }

        .section {
            padding: 100px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
.general-title h3 {
    text-align: center;
    font-size: 3rem;
    margin: 25px 0 25px 0;
    letter-spacing: 0rem;
    font-weight: 500;
    color: #44a5a5;
    font-family: 'Cormorant Upright', serif !important;
}
.general-title h3::after {
    content: "";
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    background-image: url('../images/archiarchilogo-sun.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
}
.general-title p {
    text-align: center;
    font-size: 1.1rem;
    margin: 25px 0 25px 0;
    font-weight: 200;
    color: #2f6e6e;
    max-width: 850px;
    padding: 20px;
    margin-inline: auto;
}



        .about {
            display: flex;
            flex-wrap: wrap;
            gap: 60px;
            align-items: center;
        }

        .about-content {
            flex: 1;
        }

        .about-image {
            flex: 1;
            min-width: 300px;
        }

        .about-image img {
            width: 100%;
            border-radius: 15px;
        }

        footer {
            background: var(--primary-color);
            color: white;
            padding: 40px 20px;
            text-align: left;
        }

        /* Menu mobile */
        .nav-container.mobile {
            position: fixed;
            top: var(--top-bar-height-mobile);
            left: 0;
            width: 100%;
            background: var(--bg-color);
            padding: 20px;
            transform: translateX(100%);
            transition: transform 0.3s ease;
            z-index: 1004;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin: 0;
        }

        .nav-container.mobile.active {
            transform: translateX(0);
        }

        .nav-container.mobile .nav-links {
            flex-direction: column;
            gap: 15px;
            display: flex;
            width: 100%;
            padding: 0 20px;
        }

        .nav-container.mobile .nav-links a {
            font-size: 1.1rem;
            padding: 5px 0;
            text-align: left;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .cta-button {
    padding: 10px 20px !important;
    border: none;
    border-radius: 50px;
    font-size: 0.9rem !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
}
            body {
                padding-top: var(--top-bar-height-mobile);
            }
            .book-container {
    border-radius: 0px;
    border: 0px solid #128c7e;

}
.background-dark {
    padding-bottom: 0px;

}
.section {
    padding: 50px 20px;
}
            .top-bar {
                height: var(--top-bar-height-mobile);
                padding: 0 15px;
                align-items: center;
            }

            .top-bar .social {
                margin-bottom: 0;
                visibility: hidden;
            }

            .top-bar .language {
                font-size: 0.8rem;
            }

            .top-bar .menu-toggle {
                display: inline-block;
            }

            .top-bar .social a {
                color: var(--primary-color);
            }

            .top-bar .logo {
                display: block;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                z-index: 1003;
            }

            .top-bar .logo img {
                height: 85px;
                vertical-align: middle;
                /* Su mobile, logo blu di default */
               filter: none;
            }

            header {
                display: none;
            }

            .hero {
                padding-top: var(--top-bar-height-mobile);
                align-items: flex-start !important;
            }

            /* Su mobile, quando la top bar è nascosta, riduci il padding del body */
            body.top-bar-hidden {
                padding-top: 0;
            }

            /* Su mobile, quando la top bar è nascosta, regola il padding dell'hero */
            .top-bar.hidden ~ .hero {
                padding-top: 0;
            }

            /* Su mobile la top bar non si nasconde mai */
            .top-bar.hidden {
                transform: translateY(0);
            }
            .top-bar .language a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
    color: var(--primary-color);
}
.hero-content {
    max-width: 340px;
    line-height: 1.2;
    margin-top: 20% !important;
}
.hero h2 {
    font-size: 2.7rem !important;
    margin-bottom: 15px;
    color: white !important;
    font-weight: 600;
    font-family: 'Cormorant Upright', serif;
}
        }
         @media (max-width: 1024px) {
            body {
                padding-top: var(--top-bar-height-mobile);
            }
                             .amalficoast-box {
    display: flex;
   justify-content: center;
  padding: 20px;
  flex-direction: column-reverse;
    }
            .thehouse-box {
    display: flex;
   justify-content: center;
  padding: 20px;
  flex-direction: column-reverse;
  margin-top: 0px;
    }
            .welcome-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}
   .welcome-box img {
    width: 100%;
    object-fit: cover;
    max-width: 1024px;
    }
.section {
    padding: 50px 20px;
}
            .top-bar {
                height: var(--top-bar-height-mobile);
                padding: 0 15px;
                align-items: center;
            }

            .top-bar .social {
                margin-bottom: 0;
                visibility: hidden;
            }

            .top-bar .language {
                font-size: 0.8rem;
            }

            .top-bar .menu-toggle {
                display: inline-block;
            }

            .top-bar .social a {
                color: var(--primary-color);
            }

            .top-bar .logo {
                display: block;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                z-index: 1003;
            }

            .top-bar .logo img {
                height: 85px;
                vertical-align: middle;
                /* Su mobile, logo blu di default */
               filter: none;
            }

            header {
                display: none;
            }

            .hero {
                padding-top: var(--top-bar-height-mobile);
                height: 100vh;
            }

            /* Su mobile, quando la top bar è nascosta, riduci il padding del body */
            body.top-bar-hidden {
                padding-top: 0;
            }

            /* Su mobile, quando la top bar è nascosta, regola il padding dell'hero */
            .top-bar.hidden ~ .hero {
                padding-top: 0;
            }

            /* Su mobile la top bar non si nasconde mai */
            .top-bar.hidden {
                transform: translateY(0);
            }
            .top-bar .language a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
    color: var(--primary-color);
}
.hero-content {
    max-width: 750px;
    line-height: 1.2;
}
.hero h2 {
    font-size: 3.5rem !important;
    margin-bottom: 15px;
    color: white !important;
    font-weight: 600;
    font-family: 'Cormorant Upright', serif;
}
.slider-section {
    display: flex;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}
        }