:root {
    --white-background-colour: 	white;
    /* background: rgb(114,178,179); */
    /* --gradient-background: linear-gradient(0deg, rgb(2, 112, 238) 0%, rgb(255, 255, 255) 100%); */
    --button-shadow: 3px 3px black;
    --blue-background-colour: #1a92c4;
    --secondary-blue-colour: #a2d2de;
    --page-width: 1400px;
    --accent-colour: #d5b93d;
    --santorini-blue: #336CCE

}

/* stylesheet for blog */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    color: #190907 ;

}

.ms-madi-regular {
    font-family: "Ms Madi", serif;
    font-weight: 300;
    font-style: normal;
  }
  

body {
    /* background-color: #ffffff; */
    background: var(--gradient-background);
    /* border-top: 20px solid var(--santorini-blue);
    border-bottom: 20px solid var(--santorini-blue); */
    overflow-x: hidden;
    /* max-width: var(--page-width); */
    /* margin: 0 auto; */
}



.wrapper {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    max-width: var(--page-width); /* Adjust max-width as needed */
    margin: 0 auto; 
}

.container {

    /* padding: 0 1.2rem 0 1.2rem; Add padding to prevent content from sticking to the edges */
    box-sizing: border-box;
    width: 100%;
}

.top-bar {
    /* margin: 0 auto; */

    position: relative;
    /* background-color: var(--white-background-colour);
     */
    background-color: transparent;
    width: 100%;
    padding: 1rem 0 1.2rem 0;
    z-index: 1000;
}

.page-header {
    padding: 5rem;
    margin: auto;
    width: 65%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.799);
}

@media screen and (max-width: 999px) {
    .page-header {
        padding: 1.5rem;
        width: 100%;
    }
}




.main-footer-flex-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    /* border-top: 1px solid black; */
    padding: 1rem 0;
    align-items: top;
    flex-wrap: wrap;
    gap: 5rem;
}

.main-footer-flex-container *{
    font-size: 0.8rem;
    text-align: center;
    text-decoration: none;
}

.main-footer-flex-container h4{
    font-size: 1.3rem;
}

.footer-flex-container-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

@media screen and (min-width: 999px) {
    .footer-flex-container-text {
        flex-direction: row;
        gap: 1rem;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        flex-grow: 1;
    }

    .main-footer-flex-container {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        
    }

    .main-footer-flex-container *{
        text-align: left;
    }

}


.footer-logo-container img{
    max-width: 200px;
    width: 100vw;
}

.footer-flex-item {
    display: flex;
    justify-content: space-around;
    padding-top: 1rem;
}

.footer-flex-item ul{
    list-style-type: none;
    padding: 0;
}

.footer-contact-info, .footer-address{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.footer-social-media-container a, social-media-container a{
    text-decoration: none;
}


nav {
    color: pink;
    position: fixed;
}

ul, ol {
    list-style-position: inside;
}

ul {
    list-style-type: disc;
    line-height: 1.2rem;
}

li {
    line-height: 1.5rem;
    font-size: 1rem;
}

/* h1, h2, h3, p, a, ul, ol, span {    font-family: "Chango", sans-serif;
    font-weight: 400;
    font-style: normal;
  
} */



h1 {
    /* font-family: "Chango", sans-serif; */
	/* color: navy; */
	margin: 0;
	padding: 0px 0px 6px 0px;
	font-size: 51px;
	line-height: 44px;
	letter-spacing: -2px;
	/* font-weight: bold; */
}

h2 {
    font-size: 2.488rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 2.074rem;
    margin-bottom: 1.5rem;
}

h4 {
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    margin-bottom: 1rem;
}

h5 {
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    margin-bottom: 1rem;
}

h6 {
    font-size: 1rem;
    letter-spacing: -0.5px;
    margin-bottom: 1rem;
}



h2, h3 {
    letter-spacing: -0.5px;
    margin-bottom: 1rem;
}


p {
    /* color: tomato; */
    letter-spacing: -.2px;
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 1rem;
}

span {
    font-size: 1rem;
    letter-spacing: -.5px;
}

.headers-container {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.mobile-nav-toggle {
    display: none;
}

.desktop-navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 0px 1rem 0px; */
    gap: 3rem;
    /* border-bottom: 1px solid #190907 ; */
}

.desktop-navbar ul{
    display: flex;
    justify-content: flex-start ;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
    row-gap: 0;
}

.mobile-navbar-logo {
    display: none;
}

.mobile-navbar {
    display: none;
}

.desktop-middle-topbar {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.casa-azul-subheading {
    margin-top: -10px;
    /* margin-left: 40px; */
}

.navbar li.nav-menu-item a, 
.previous-next-buttons a {
    color: black;
    font-size: 1rem;
    text-decoration: none; /* Not needed anymore */
    text-align: center;
    letter-spacing: -0.5px;
    text-transform: lowercase;
    position: relative; 
}

.navbar li.nav-menu-item a::after, 
.previous-next-buttons a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: var(--secondary-blue-colour);
    transition: width 0.3s ease-in-out;
}

.navbar li.nav-menu-item a:hover::after, 
.previous-next-buttons a:hover::after {
    width: 100%; 
}


.right-of-topbar {
    flex: 1;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.left-of-topbar {
    flex:1;
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.left-of-topbar ul {
    flex-wrap: wrap;
}

.brine-bar-heading-flex-item {
    display: flex;
    flex: 2;
    justify-content: center;
}

.brine-bar-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
    font-size: 4.5rem;
    color: var(--blue-background-colour);
    /* font-weight: bold; */
    text-shadow: 4px 4px var(--secondary-blue-colour);
    text-decoration: none;
    letter-spacing: -1.2px;
    word-wrap: break-word;
    line-height: 0.9;
    text-align: center;
}

.blog-title-navbar a {
    /* font-weight: bold; */
    display: inline-block;
}

.blog-title-navbar a:hover {
    font-style: italic;
}

.blog-title-navbar {
    /* color: #808000; */
    text-align: center;
}

.top-bar-container {
    padding: 0 20px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.casaazul-header-logo {
    width: 300px;
}

.mobile-left-topbar {
    display: none;
    width: 60vw;
}

.mobile-left-topbar .casaazul-header-logo {
    width: 100%;  
}

#burger-menu-icon {
    color: var(--santorini-blue);
}


@media (max-width: 768px) {
    .brine-bar-heading-flex-item {
        display: none;
    }

    .desktop-right-topbar {
        display: none;
    }

    .desktop-navbar {
        display: none;
    }

    .mobile-left-topbar {
        display: block;
    }

    .mobile-right-topbar {
        display: block;
        align-self: flex-start;
    }

    .mobile-navbar-logo {
        display: block;
        text-align: center;
        min-width: 60vw;
    }

    .mobile-navbar {
        display: block;
        width: 100%;
        height: 100vh;
        left: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: fixed;
        background-color: var(--white-background-colour);
        z-index: 1000;
        left: -100%;
        width: 100%;
        transition: left 0.3s ease;
        overflow-y: hidden;

    }

    .mobile-navbar[data-visible="true"] {
        background-color: var(--white-background-colour);
        overflow-y: hidden;
    }

    .mobile-navbar ul a {
        text-decoration: none;
        font-size: 2rem;
        color:var(--blue-background-colour);
        /* font-weight: bold; */
        letter-spacing: -0.5px;

    }

    .mobile-navbar ul {
        display: flex;
        flex: auto;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        padding-top: 2.618rem;
        list-style-type: none;
    }

    .mobile-navbar ul li{
    line-height: 2.618rem;
    }

    .mobile-nav-toggle {
        /* position: absolute; */
        display: block;
        background-color: transparent;
        width: auto;
        z-index: 9999;
        border: none;
    }

    .burger-menu-close {
        font-size: 20px;
    }

    .desktop-site-header {
        display: none;
    }

    #insta-brine-bar {
        display: none;
    }
}

@media (min-width: 769px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0 20px 0 20px;
        /* padding: 0 2.5rem 0 2.5rem; Add padding to prevent content from sticking to the edges */
        box-sizing: border-box;
    }

    .desktop-site-header{
        display: flex;
        justify-content: center;
    }

    .mobile-right-topbar {
        display: none;
    }

    .mobile-left-topbar {
        display: none;
    }
}


/* Universal buttons */
.book-now-button-container {
    /* padding: 3rem; */
}
.book-now-button {
    background-color: var(--accent-colour);
    color: white;
    padding: 0.9rem 1.22rem;
    font-size: 1.2rem;
    border: none;
    border-radius: 20px 20px 20px 0;
    /* font-weight: 550; */
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.5px;
    cursor: pointer;
    will-change: transform;
}

.book-now-button > span{
    font-size: 1.1rem;
    color: white;
}

.book-now-button:active{
    transform: scale(.98);
}


/* Make sure the popup container fills the whole viewport */
.mfp-container {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000; /* Ensures it's above everything else */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Ensure the image is fully visible */
.mfp-figure {
    z-index: 10002; /* Ensure it's even higher than .mfp-content */
}

/* Ensure the image itself appears above everything */
.mfp-img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    z-index: 10003; /* Very high to ensure visibility */
}

/* Make sure the close button is visible */
.mfp-close {
    position: fixed !important;
    top: 20px;
    right: 20px;
    font-size: 32px;
    color: white;
    z-index: 10004; /* Ensures it stays clickable */
}

.heading-div {
    padding: 0 1.5rem;
}

/* For all page headers  */

.page-header h1{  
    color: var(--santorini-blue);
    text-decoration: underline;
    text-decoration-color: var(--secondary-blue-colour);
    padding-bottom: 3rem;
}

/* Swiper buttons */

.swiper-button-next, .swiper-button-prev {
 color: white;
}

.swiper-pagination-bullet-active {
    background: var(--accent-colour);
}