@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Chewy&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chewy&family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html body {
    background-color: #003d4c; 
}

/*HEADER AND NAV*/
.site-header {
    background-color: #003d4c;
    padding: 15px 0;
    position: relative;
    z-index: 10;
}
.container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.logo img {
    height: 60px;
}
.nav {
    display: flex;
    gap: 40px;
}
.nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 1em;
    font-family: 'Cinzel', serif;
}
.nav a:hover {
    text-decoration: underline;
}
.book-btn {
    background-color: #cbc096;
    color: #003d4c;
    padding: 12px 22px;
    font-family:"cinzel", serif;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}
.book-btn:hover {
    opacity: 0.9;
}

/* BANNER */
.banner {
    background-color: #003d4c;
    padding: 20px 0;
    text-align: center;
}
.banner h2 {
    color: white;
    font-size: 1.4em;
    font-family: 'Cinzel', serif;
    letter-spacing: 1px;
    margin: 0;
}

/* 3 BOXES */
.top-boxes {
    display: flex;
    gap:20px;
    padding: 20px;
    background-color: white;
}
.box {
    flex:1;
    background-color: #cbc096;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.box-header {
    background-color: #003d4c;
    height: 20px;
    color:white;
    text-align:center;
    padding: 15px;
    font-size:18px;
    font-family: 'cinzel', serif;
}
.box-content {
    padding:25px;
    height:auto;
    background-color: #cbc096;
    color:#003d4c;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
}
.box-content p {
    font-family: 'cormorant garamond', serif;
    font-size: 16px;
    color: #003d4c;
    text-align:center;
    margin:0;
    line-height:1.5;
}

/* FEATURED SECTION */
.featured {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #c2b68a;
    padding: 40px;
}
.featured-text {
    width: 55%;
    background-color: #eeeeee;
    padding: 40px;
    text-align: center;
    border-radius:10px;
}
.featured-text .book-btn {
    margin-top:25px;
}
.featured-text h2{
    text-align: center;
    font-family: 'cinzel', serif;
    font-style: bold;
    color:#003d4c;
    font-size:1.25em;
}
.featured-text p{
    padding: 20px;
    text-align: center;
    font-family: 'cormorant garamond', serif;
    color:#003d4c;
    margin-bottom:20px;
}
.featured-image img {
    width: 100%;
    max-width: 25em;
    height: auto;
    box-shadow:0 4px 10px rgba(0,0,0,0.5);
}

/* SLIDESHOW */
.slideshow-section {
    background-color: white;
    text-align: center;
}
#slideshow {
    width: 100%;
    max-width: 31em;
    height:auto;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
}
#slideshow img {
    width: 100%;
    height:auto;
    display: inline-block;
}

/* FOOTER */
.footer-left :visited {
    color:#cbc096;
    opacity: 0.9;
}
.footer-left a {
    color:#cbc096
}
.footer-left a:hover {
    text-decoration: underline;
    opacity: 0.9;
}
.site-footer {
    background-color: #003d4c;
    padding: 30px 20px;
}
.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-left p {
    color: white;
    margin: 5px 0;
    font-size: 16px;
    text-align:left;
}
.footer-right img {
    height: 80px;
}

/*EXPERIENCE PAGE*/
.banner-2 {
    background-color: #c2b48c;
    text-align: center;
    padding: 25px;
}
.banner-2 h1{
    margin: 10px 0;
    font-family: 'Cinzel', serif;
    color: #003d4c;
    font-style:bold;
    font-size: 24px;
}
.banner-2 h2 {
     margin: 10px 0;
    font-family: 'Cormorant Garamond',serif;
    color: #003d4c;
    font-style:bold;
    font-size: 16px;
}
#flex-container {
	display: flex;
	justify-content:flex-start;
	align-items:stretch;
	gap:30px;
	margin-bottom: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background:#cbc096;
}
#flex-container img{
	display: flex;
	width: 40%;
    border-radius: 10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.5);
}
#column {
	margin-left: 20px;
	text-align:left;
	flex:1;
    flex-direction:column; 
    justify-content:center;
}
#column h2 {
    font-family: 'Cinzel', serif;
    color: #cbc096;
    font-style:bold;
    font-size: 20px;
    background-color:#003d4c;
	margin-left: 20px;
	text-align:center;
	flex:1;
    margin:0;
    padding-top:15px;
    padding-bottom:15px;
}
#column p {
    font-family: 'cormorant garamond', serif;
    color: #003d4c;
    font-size: 16px;
	margin-left: 20px;
    margin-top:10px;
	text-align:left;
	flex:1;
}
#column li{
    font-family: 'cormorant garamond', serif;
    color: #003d4c;
    font-size: 16px;
    margin-top:7px;
	margin-left: 20px;
	text-align:left;
	flex:1;
}
#column ul{
    list-style-type:disc;
    padding-left:30px;
}

#flex-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/*WRAPPER*/
#wrapper {
	width: 90%;
    max-width:60em;
	margin: 2.5em auto;
	text-align: left;
	background-color: white;
	padding: 1.5em;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
#wrapper > p {
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    color: #003d4c;
    font-family:'cormorant garamond', serif;
}

/*ABOUT PAGE*/
.banner-3 {
    background-color: #c2b48c;
    text-align: center;
    padding: 25px;
}
.banner-3 h1{
    margin: 10px 0;
    font-family: 'Cinzel', serif;
    color: #003d4c;
    font-style:bold;
    font-size: 24px;
}
.about-section {
    display:flex;
    align-items: center;
    gap:40px;
    height: 350px;
    margin: 60px 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.about-img {
    width: 45%;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.about-box {
    position: static;
    right: 50px;
    top: 40px;
    width: 55%;
}
.about-heading {
    background: #c2b48c;
    color: #003d4c;
    padding: 20px;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 20px;
}
.about-content {
    background: #003d4c;
    color: white;
    font-family: 'cormorant garamond', serif;
    font-size: 16px;
    text-align: center;
    padding: 40px;
    line-height:1.6;
}

/* CONTACT SECTION */
.contact-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0;
}
.contact-box {
    width: 55%;
}
.contact-header {
    background: #c2b48c;
    font-family:'cinzel', serif;
    font-size: 20px;
    text-align:center;
    color: #003d4c;
    padding: 20px;
}
.contact-form {
    background: #003d4c;
    padding-left: 40px;
    padding-right: 55px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: none;
}
.contact-form button {
    background: #c2b48c;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius:20px;
    font-family:'cormorant garamond', serif;
    font-size: 16px;
}
.cta-box {
    width: 42%;
    display: flex;
    justify-content: center;
}
.cta-button {
    background: #003d4c;
    color: white;
    padding: 25px 50px;
    text-decoration: none;
    font-family: 'cinzel', serif;
    border-radius: 20px;
    font-size: 20px;
     transition: all 0.3s ease;
}
.cta-button:hover {
    background: #cbc096;
    color: #003d4c;
    transform: translateY(-5px);
}
.form-group {
    margin: 15px 0;
}
.form-group p {
    margin-bottom: 15px;
    color: white;
    font-family:'Cinzel', serif;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
}
.radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: white;
    font-family: 'Cormorant Garamond', serif;
}

.radio-option input {
    width: auto;
    margin: 0;
}

/* FAQ SECTION */
.faq-section {
    margin: 80px 0;
}
.faq-section h2 {
    background:#cbc096;
    padding:20px;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'cinzel', serif;
    color: #003d4c;
    font-size: 1.6em;
}
.faq-item {
    background: #003d4c;
    padding: 15px;
    margin-bottom: 15px;
    border-left: 15px solid #cbc096;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.faq-item:hover {
    transform: translateX(8px);
    background: #014d60;
}
.faq-item h3 {
    margin-top: 0;
    font-family:'cinzel', serif;
    color: #cbc096;
    font-size: 1.125em;
    padding-bottom:10px;
    margin-bottom:5px;
}
.faq-item p {
    margin-top: 0;
    font-family: 'cormorant garamond', serif;
    color: white;
    font-size: 1.125em;
    line-height:1.5;
}

/*MEDIA TABLET*/
@media (max-width: 1024px) {
.container {
    flex-wrap: wrap;
    gap: 1em;
}
.nav {
    gap: 1.5em;
}
.top-boxes {
    flex-wrap: wrap;
}
.box {
    flex: 1 1 45%;
}
.featured {
    flex-direction: column;
    text-align: center;
    gap: 2em;
}
.featured-text,
.featured-image {
    width: 100%;
}
#flex-container {
    flex-direction: column;
}
#flex-container img {
    width: 100%;
}
.contact-section {
    flex-direction: column;
    gap: 2em;
}
.contact-box,
.cta-box {
    width: 100%;
}
.about-section {
    flex-direction: column;
    height: auto;
    text-align: center;
}
.about-img,
.about-box {
    width: 100%;
}
.lodges-page .lodge-card,
.lodges-page .flex-container {
    flex-direction: column;
}
.lodges-page .lodge-card img,
.lodges-page .flex-container img {
    width: 100%;
}
}

/*MEDIA MOBILE*/
@media (max-width: 480px) {
.container {
    flex-direction: column;
    text-align: center;
}
.nav {
    flex-direction: column;
    gap: 0.75em;
}
.book-btn {
    padding: 0.6em 1.2em;
}
.top-boxes {
    flex-direction: column;
}
.box {
    width: 100%;
}
.featured {
    padding: 1.5em;
}
.featured-text {
    padding: 1.5em;
}
#column h2 {
    font-size: 1.2em;
}
#column p,
#column li {
    font-size: 0.95em;
}
.contact-form {
    padding: 1.5em;
}
.cta-button {
    padding: 1em 2em;
    font-size: 1.1em;
}
.faq-section h2 {
    font-size: 1.3em;
}
.faq-item {
    padding: 1em;
}
.footer-container {
    flex-direction: column;
    text-align: center;
    gap: 1.5em;
}
    .lodges-page .lodge-type-banner,
    .lodges-page .type-heading {
        width: calc(100% + 3em);
    }

    .lodges-page .lodge-type-banner span,
    .lodges-page .type-heading span {
        font-size: 26px;
        letter-spacing: 2px;
    }

    .lodges-page .lodge-card-content h2,
    .lodges-page .column h2 {
        font-size: 22px;
    }

    .lodges-page .lodge-card-content p,
    .lodges-page .column p {
        font-size: 16px;
    }
}

/* CONFIRMATION PAGE */
.confirmation-box {
    background: #c2b48c;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}
.confirmation-box h2 {
    font-family: 'Cinzel', serif;
    color: #003d4c;
    margin-bottom: 25px;
    font-size:25px;
}
.confirmation-box h2 {
    font-family: 'Cinzel', serif;
    color: #003d4c;
    margin-bottom: 25px;
}
.confirmation-content {
    background: #c2b48c;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.confirmation-content p {
    font-family: 'Cormorant Garamond', serif;
    color: #003d4c;
    font-size: 18px;
    margin: 10px 0;
}

/*LODGES PAGE */
.lodges-page .lodge-section {
    margin-bottom: 90px;
}
.lodges-page .lodge-type-banner,
.lodges-page .type-heading {
    width: calc(100% + 3em);
    margin: 70px 0 45px -1.5em;
    text-align: center;
    background: #003d4c;
    border-top: 10px solid #cbc096;
    border-bottom: 10px solid #cbc096;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.lodges-page .lodge-type-banner span,
.lodges-page .type-heading span {
    display: block;
    color: #cbc096;
    font-family: 'Cinzel', serif;
    font-size: 38px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 24px 20px;
}
.lodges-page .lodge-card,
.lodges-page .flex-container {
	display: flex;
	justify-content:flex-start;
	align-items:stretch;
	gap:30px;
	margin-bottom: 70px;
	background:#cbc096;
	border-radius: 10px;
	overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lodges-page .lodge-card:hover,
.lodges-page .flex-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.lodges-page .lodge-card img,
.lodges-page .flex-container img {
	width: 45%;
	object-fit: cover;
	box-shadow:0 4px 10px rgba(0,0,0,0.5);
}
.lodges-page .lodge-card-content,
.lodges-page .column {
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	text-align:left;
}
.lodges-page .lodge-card-content h2,
.lodges-page .column h2 {
    font-family: 'Cinzel', serif;
    color: #cbc096;
    background-color:#003d4c;
	text-align:center;
    font-size: 28px;
    margin:0;
    padding:20px;
}
.lodges-page .lodge-card-content p,
.lodges-page .column p {
    font-family: 'Cormorant Garamond', serif;
    color: #003d4c;
    font-size: 18px;
    line-height:1.7;
	margin-left: 25px;
    margin-right: 25px;
    margin-top:20px;
}
