html,
body {
    background: #fff;
    font-family: 'Quicksand', Arial, sans-serif;
    color: #432818;
    overflow-x: hidden;
    max-width: 100%;
}

.py-3 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(150, 100, 20, 0.05);
    font-size: 1.07rem;
    padding: 0.0rem;
}

.navbar-brand {
    font-family: 'Cardo', serif;
    font-size: 2.2rem;
    color: #b2533e !important;
    letter-spacing: 0.125rem;
    /*margin: 0 1rem;*/
    text-align: center;
}

.nav-link {
    color: #a66333 !important;
    font-weight: 600;
    margin: 0 1.2rem;
    transition: color 0.15s;
}

.nav-link:hover {
    color: #a66333 !important;
}

/* Menu spacing hack: flex-row + justify-content-between */
.navbar-nav {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.nav-group {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 1.5rem;
}

.nav-group.left {
    justify-content: flex-end;
}

.nav-group.right {
    justify-content: flex-start;
}

@media (max-width: 991px) {

    .navbar-nav,
    .nav-group {
        flex-direction: column;
        gap: 0.4rem;
        align-items: center;
        width: 100%;
    }

    .navbar-brand {
        margin: 0;
    }
}

.carousel-section {
    margin-bottom: 0;
}

.carousel-img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 0;
    /* No filter for bright look */
    filter: none;
    box-shadow: 0 3px 18px rgba(186, 139, 85, 0.10);
}

.carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    text-align: center;
    background: rgba(60, 38, 13, 0.28);
    border-radius: 10px;
    padding: 42px 30px 32px 34px;
    font-family: 'Cardo', serif;
    box-shadow: 0 8px 30px #b2533e25;
}

.carousel-caption-custom h2 {
    font-size: 3rem;
    margin-bottom: 0.7rem;
    color: #ffe;
    text-shadow: 0 2px 18px #7b5225c8;
}

.carousel-caption-custom p {
    font-size: 1.4rem;
    color: #ffe;
    margin-bottom: 0.2rem;
}

.hero-section {
    background-color: #f7ede8;
    padding: 60px 20px;
    text-align: center;
}

.hero-section h1 {
    font-family: 'Cardo', serif;
    font-size: 3rem;
    font-weight: bold;
    color: #a66333;
}

.hero-section p {
    font-size: 1.25rem;
    color: #855C32;
}

/* Full width, no corners, pale accent */
.welcome-section,
.experience-section,
.experience-section2,
.about-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 36px 8px 10px 8px;
    text-align: center;
    border-radius: 0;
}

.experience-section.longpad,
.experience-section.longpad {
    padding: 1rem 1rem 6rem 1rem;
}

.welcome-section {
    background-color: #fef3ec;
    background: url(images/trinacria-bg.png);
}

.welcome-section h1,
.seasonal-events h1,
.experience-section h3,
.experience-section h1,
.experience-section2 h3,
.experience-section2 h1,
.highlight-section h1,
.about-section h1 {
    font-family: 'Cardo', serif;
    color: #a66333;
    text-align: center;
}

.experience-section h2,
.experience-section2 h2,
.highlight-section h2 {
    font-family: 'Cardo', serif;
    color: #a66333;
    text-align: center;
}

.privacy-section h1 {
    font-family: 'Cardo', serif;
    color: #a66333;
    text-align: center;
}

.privacy-section h2 {
    font-family: 'Cardo', serif;
    color: #a66333;
    text-align: left;
}

.privacy-section h2.smallh2 {
    font-family: 'Cardo', serif;
    color: #a66333;
    text-align: left;
    font-size: 1.2rem;
}

.privacy-section h3 {
    font-family: 'Cardo', serif;
    color: #a66333;
    text-align: left;
}


.welcome-section h1,
.experience-section h1,
.experience-section2 h1 .about-section h1 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
}

.welcome-section p {
    font-size: 1.15rem;
    color: #855C32;
    max-width: 70%;
    margin: 0 auto 10px auto;
}



.card-container {
    padding: 30px 0 50px 0;
}

.experience-section h3,
.experience-section2 h3 {
    font-size: 2.15rem;
    margin-bottom: 1rem;
}

.experience-section p,
.experience-section2 p {
    font-size: 1.08rem;
    color: #845e33;
    margin-bottom: 0;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.main-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 34px 16px 0 16px;
    background: #fff;
}

.section-title {
    font-family: 'Cardo', serif;
    color: #a66333;
    font-size: 2rem;
    margin-bottom: 1.2rem;
    text-align: center;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(186, 139, 85, 0.09);
    background: #fff;
    transition: transform 0.18s;
    text-align: center;
}

.card:hover {
    transform: translateY(-7px) scale(1.02);
    box-shadow: 0 10px 28px rgba(185, 124, 52, 0.13);
}

.card-img-top {
    border-radius: 15px 15px 0 0;
    max-height: 180px;
    object-fit: cover;
    filter: none;
}

.card-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: transparent;
    border: 2px solid #a66333;
    color: #a66333;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 24px;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-top: 0.5rem;
}

.card-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.region-info .card-img-top {
    /*max-height: 250px;*/
}

.region-info .card-body {
    min-height: 180px;
}

.region-info h3 {
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
}

.card-title {
    font-family: 'Cardo', serif;
    color: #a66333;
    font-size: 1.5rem;
    margin-bottom: 0.6rem;
    text-align: center;
}

.card-text {
    text-align: center;
    color: #664e29;
    font-size: 1.04rem;
    margin-bottom: 1.2rem;
}

.region-info p {
    padding: 0.8rem 1.2rem 1.2rem 1.2rem;
}

.card-link {
    color: #a66333;
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.08rem;
    display: inline-block;
    text-align: center;
    margin-top: 0.3125rem;
    transition: color 0.15s;
}

.nav-item:hover,
.card-link:hover {
    color: #a66333;
    text-decoration: underline wavy;
}

/* Newsletter/subscribe section */
.subscribe-section {
    background: #f7ede8;
    margin: 3rem 0;
    text-align: center;
}

.subscribe-section h4 {
    font-family: 'Cardo', serif;
    color: #a66333;
    font-size: 1.33rem;
    margin-bottom: 0.7rem;
}

.subscribe-form {
    max-width: 380px;
    margin: 0 auto;
    display: flex;
    gap: 0.5rem;
}

.subscribe-form input[type="email"] {
    border-radius: 24px 0 0 24px;
    border: 1px solid #e4cdb3;
    padding: 10px 16px;
    font-size: 1rem;
    flex: 1;
    outline: none;
}

.subscribe-form button {
    border-radius: 0 24px 24px 0;
    border: none;
    background: #a66333;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 24px;
    transition: background 0.13s;
}

.subscribe-form button:hover {
    background: #b2533e;
}

/* Keep checkbox on a new line */
.privacy-check {
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #855C32;
}

.privacy-check input[type="checkbox"] {
    margin-top: 0.5rem;
}

.privacy-check a {
    color: #855C32;
}

.site-footer {
    background-color: rgb(254, 243, 236);
    color: #b2533e;
    padding: 40px 20px;
    border-top: 1px solid #e6d7cc;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5rem;
}

.footer-section h4 {
    margin-bottom: 0.625rem;
    font-size: 1.0rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 0.3125rem;
}

.footer-section a {
    color: #a66333;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-logo-img {
    height: 46px;
    width: auto;
    margin-bottom: 20px;
    margin-top: 4px;
}

.footer-logo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    padding: 0 0 16px 0;
}

.footer-section {
    min-width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Footer bottom copyright */
.footer-bottom {
    text-align: center;
    margin-top: 0.7rem;
    font-size: 0.93rem;
}

.social-icons {
    display: flex;
    gap: 0.9375rem;
}

.social-icons img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(38%) sepia(65%) saturate(286%) hue-rotate(330deg) brightness(96%) contrast(92%);
    transition: transform 0.3s;
}

.social-icons img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    text-align: center;
    margin-top: 1.875rem;
    font-size: 0.875rem;
}

#map-container {
    padding: 1.25rem;
    overflow: auto;
    width: 50%;
}

@media (max-width: 991px) {
    .navbar-brand {
        font-size: 1.5rem;
    }

    .carousel-caption-custom {
        width: 90%;
        padding: 18px 10px 12px 12px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 15px;
        /* This scales all rem-based sizes down */
    }

    .carousel-caption-custom {
        font-size: 0.99rem;
        width: 97%;
        padding: 8px 5px 10px 8px;
    }

    .main-content {
        padding: 6px 3px;
    }

    .card-img-top {
        /* max-height: 100px;*/
    }

    .experience-section,
    .subscribe-section,
    .experience-section2 {
        padding: 16px 2px 12px 2px;
    }

    .experience-section2 {
        padding: 50px 20px;
    }

    .experience-section {
        padding: 0px;
    }

    .welcome-section,
        {
        /*padding: 16px 2px 12px 2px;*/
    }

    #map-container {
        display: none;
    }
}

.subscribe-section {
    display: flex;
    flex-wrap: wrap;
    background-color: #fafafa;
    align-items: center;
}

.subscribe-section .image {
    flex: 1;
    min-height: 250px;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
}

.subscribe-section .form-wrapper {
    flex: 1;
    padding: 1.875rem;
}

/* Wrap the entire subscribe section */
.subscribe-form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
}

/* Keep email input + button aligned */
.subscribe-form {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    max-width: 380px;
}

.container {
    display: flex;
}

#svg2 {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
}

#info-box {
    max-width: 500px;
    font-size: 1.1em;
    position: relative;
    margin: 3.125rem;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 18px rgba(186, 139, 85, 0.09);
    background: #fff;
    transition: transform 0.18s;
    text-align: center;
}

.region-info {
    display: none;
}

.show {
    display: block !important;
    padding-bottom: 1.5625rem;
}

.region {
    cursor: pointer;
    transition: filter 0.2s, stroke-width 0.2s;
}

.region:hover,
.region.active {
    filter: brightness(0.85) drop-shadow(0 0 5px #eec80099);
    stroke-width: 14 !important;
}

.arrow-btn {
    cursor: pointer;
    background: #f6efea;
    border: 0px solid #a66333;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 1.4em;
    line-height: 2.0rem;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    user-select: none;
    z-index: 2;
    transition: background 0.15s;
    color: #a66333;
}

.arrow-btn:hover {
    background: #eddfd6;
}

#arrow-left {
    left: -20px;
}

#arrow-right {
    right: -20px;
}

@media (max-width: 768px) {
    .subscribe-section {
        flex-direction: column;
    }
}

.highlight-section {
    background-color: #fef3ec;
    padding: 60px 20px;
}

.highlight-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    /* Set a visible height */
    border-radius: 20px;
}

.experience-section h2,
.experience-section2 h2 .highlight-section h2 {
    font-size: 2.375rem;
    line-height: 2.875rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.highlight-section p {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.highlight-section .col-md-6.highlight-image {
    padding-left: 0%;
}

.highlight-section .col-md-6 {
    padding-left: 8%;
    width: 48%;
}

.highlight-section .col-md-6.seasons {
    padding-left: 0%;
    width: 48%;
}



/* === Custom Styling for Seasonal and Events Sections === */
.highlight-section {
    padding: 60px 20px;
    background-color: #fef3ec;
}

.experience-section h2,
.experience-section2 h2 .highlight-section h2 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
    font-weight: bold;
    color: #a66333;
    text-align: center;
}

.highlight-section p,
.highlight-section li {
    font-size: 1.25rem;
    color: #333;
}

.highlight-section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25rem;
}

.highlight-section .col-md-3 {
    flex: 1 1 22%;
    background: white;
    padding: 1.25rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.highlight-section ul {
    padding-left: 0;
    list-style: none;
}

.highlight-section ul li {
    padding: 8px 0;
}

/* Hide all seasonal and event blocks by default for JS control */
[data-season],
[data-month] {
    display: none;
}



/* === Seasonal Events Combined Section Styles === */
#seasonal-events {
    padding: 10px 20px;
    background-color: #fff9f5;
    border-top: 0px solid #e6d7cc;
}

#seasonal-events h2 {
    margin-bottom: 1.25rem;
}

#seasonal-events p {
    font-size: 1.1rem;
    color: #444;
    text-align: center;
}

#seasonal-events .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875rem;
    margin-top: 2.5rem;
}

#seasonal-events .col-md-6 {
    flex: 1 1 45%;
}

#seasonal-events h4 {
    font-size: 1.5rem;
    color: #a66333;
    margin-bottom: 0.9375rem;
    text-align: center;
}

#seasonal-events .seasonal-items div,
#seasonal-events ul li {
    background-color: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#seasonal-events .seasonal-items img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 0.625rem;
}

#seasonal-events .seasonal-items h5,
#seasonal-events ul li strong {
    color: #a66333;
    font-weight: bold;
}

#seasonal-events .seasonal-items p,
#seasonal-events ul li {
    color: #333;
    font-size: 1rem;
    text-align: left;
}

[data-season],
[data-month] {
    display: none;
}


/* --- Navbar Base --- */
.navbar {
    background-color: #fff;
    border-bottom: 1px solid #e6d7cc;
    padding: 15px 20px;
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.navbar-logo img {
    width: 160px;
    height: auto;
}

.navbar-toggler {
    display: none;
    font-size: 1.2rem;
    background: none;
    border: none;
    color: #a66333 !important;
    border-color: #a66333 !important;
    cursor: pointer;
}

/* Custom color for the navbar toggler icon */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23a66333' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-links {
    display: flex;
    gap: 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-links li a {
    text-decoration: none;
    color: #a66333;
    font-weight: 600;
}

.navbar-social {
    display: flex;
    gap: 0.9375rem;
}

.navbar-social a {
    text-decoration: none;
    color: #b2533e;
    font-weight: 600;
}

/* --- Responsive --- */
@media (max-width: 992px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-links {
        display: none;
        flex-direction: column;
        width: 100%;
        margin-top: 0.625rem;
    }

    .navbar-links.show {
        display: flex;
    }

    .navbar-social {
        margin-top: 0.625rem;
        width: 100%;
        justify-content: flex-start;
    }
}

/* Default horizontal spacing and appearance */

.navbar-brand img {
    width: 100px;
    margin: 0.8rem 0;
}

.main-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
}

.main-menu .nav-link {
    color: #a66333 !important;
    font-weight: 600;
    text-decoration: none;
}

.main-menu .nav-link:hover {
    color: #a66333 !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .main-menu {
        flex-direction: column;
        align-items: center;
        gap: 0.6rem;
        margin-top: 1rem;
    }

    .social-links {
        margin-top: 1rem;
    }

    .social-icons {
        justify-content: center;
        margin-top: 1rem;
    }

    .social-icons img {
        width: 24px;
        height: 24px;
    }

    .highlight-section .col-md-6 {
        width: 90%;
        padding-left: 0%;
    }

    .highlight-section .col-md-6 h1 {
        text-align: center;
    }
}

@media (max-width: 768px) {

    .col-md-4,
    #info-box {
        width: 90%;
        max-width: 500px;
        margin: 0 auto 2rem auto;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-section {
        width: 100%;
        margin-bottom: 0;
    }

    .footer-section ul {
        padding: 0;
    }

    .footer-section ul li {
        margin-bottom: 0.375rem;
    }

    .navbar-brand img {
        width: 80px;
    }

    #seasonal-events .col-md-6 {
        flex: 1 1 100%;
    }

    .highlight-section .col-md-6 {
        width: 100%;
    }

    .highlight-section .container {
        padding-left: 8px;
        padding-right: 8px;
        max-width: 500px
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
        gap: 0.7rem;
    }

    .footer-section {
        min-width: unset;
    }
}
