/* ================================================================ */
/* ========================= LANDING PAGE ========================= */
/* ================================================================ */
.landingPage {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 3rem;
    height: 80vh;
    padding: 0 2rem;
    box-sizing: border-box;
    margin-top: 7rem !important;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
.mobileButton{
    display: none;
}

.landingPage button {
    border: none;
    background-color: var(--mainGreen);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.726);
    transition: all 0.2s ease-in-out;
}

.landingPage .left{
    text-align: left;
}

.landingPage button:hover{
    background-color:var(--walnut);
    cursor: pointer;
}

.landingPage a {
    text-decoration: none;
    color: white;
    border-radius: 10px;
    font-size: 1.5rem;
}

.landingImage {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carouselText {
    color: var(--walnut);
    font-size: 1.3rem;
    text-align: left;
    width: 100%;
    text-decoration: underline;
}
.subCarousel{
    text-decoration: none;
    text-align: center;
    font-size: 1.1rem;
    margin-top: 10px;
}
/* ============================================================ */
/* ========================= ABOUT US ========================= */
/* ============================================================ */

/* ~~~~~~~~~~~~~~~~ Global Styling ~~~~~~~~~~~~~~~~ */
:root{
    --profileGray: #94a3b8;
}
.gradient-green{
    border: 2.2px solid transparent;
    background-image: 
        linear-gradient(white, white),
        linear-gradient(315deg, #378b29, #74d680);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.gradient-green-text {
    background-color: #378b29;
    background-image: linear-gradient(315deg, #378b29 0%, #74d680 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gray_background{
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2rem;
    color: var(--profileGray);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~ Animations ~~~~~~~~~~~~~~~~~~~ */
.profile_languages h1:hover,
.bottomRow button:hover,
.bottomRow button:hover a {
    transform: translateY(-5px);
    color: white;
    cursor: pointer;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.aboutUs{
    background-color: var(--mainGreen);
    color: white;
    padding: 1rem 0;
}

.profileContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: fit-content;
    margin: 0 auto;
    gap: 50px;
}
.profileContainer hr {
    color: var(--profileGray);
}

.profile{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 600px; 
    margin: 0 auto;
    padding: 2rem;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: rgba(30, 41, 59, 0.5);
    box-shadow: 0px 0px 50px black;

}


/* ====== 1. Host img & title ====== */
.topRow{
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}
.topRow img{
    border-radius: 50%;
    width: auto;
    height: 125px;     
}
.topRow h1{ font-size: 2em; margin: 0px 0 10px 0; }
.topRow h2{ font-size: 1.7em; margin: 35px 0 10px 0; }
.topRow h3{ font-size: 1em; color: var(--profileGray); }
/* ====== 2. Skill attributes ====== */
.middleRow{
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    height: fit-content;
    width: fit-content;
}
.middleRow .skill{
    text-align: center; 
    background-color: transparent;
    padding-bottom: 0 !important;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    color: var(--profileGray);
    transition: all 0.3s ease;
    word-break: break-word;
}
.middleRow .skill h2 { font-size: clamp(1.3rem, 2.5vw, 1.2rem); font-weight: 600; }
.middleRow .skill p  { 
    font-size: clamp(1rem, 2.2vw, 0.9rem); 
    font-weight: 500; 
    margin: 0;
}
.amenitiesWrapper{
    gap: clamp(2rem, 5vw, 6rem);
}
.leftColumn, .rightColumn {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.leftColumn h1, .rightColumn h1 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: clamp(0.8rem, 3vw, 1.3rem);
}

/* ====== 3. Bottom Row (2) ====== */
.bottomRow{
    margin: 0 auto;
    width: 100%;
    color: white;
    text-align: justify;
    hyphens: auto;
    line-height: 1.5;
}

.bottomRow p{ 
    margin: 0; 
    font-size: clamp(0.9rem, 2vw, 1rem);
}
/* ----- 3.1. Profile Description & Languages ----- */
.profile_languages{
    display: flex;
    justify-content: center;
    gap: 5%;
}
.profile_languages h1{ 
    font-size: 1rem;
    font-weight: 400; 
    padding: 0.5rem clamp(0.5rem, 2vw, 1rem);
    color: white;
}
/* ----- 3.2. Book Now - Button ----- */
.bottomRow button{
    display: block;
    margin: 0 auto;
    padding: 0.5rem 5rem;
}
.bottomRow button a{
    text-decoration: none;
    color: white;
    transition: color 0.3s ease; 
}
/* ================================== */
/* ======== Long Description ======== */
.longDescription {
    margin: 5rem auto;
    width: 80%;
    text-align: justify;
    font-size: clamp(0.9rem, 2.2vw, 1.1rem);
    line-height: 2;
    hyphens: auto;
}

.longDescription h2 {
    text-align: center;
    margin-bottom: 1rem;
}
.readMoreWrapper{
    margin: 0 auto;
    text-align: center;
}
#readMore{
    background-color:rgba(0, 0, 0, 0.141);
    color: whitesmoke;
    border: 1px solid white;
    padding: 0.25em 1em;
    transform: all 0.3s ease-in-out;
    margin-top: 20px;
}
#readMore:hover{
    color: lightgray;
    border: 1px solid lightgray;
}
/* ================================== */
/* ======== Bedroom Gallery ========= */
/* ================================== */

/* ~~~~~~~~~~~~~~~~~~ Animations ~~~~~~~~~~~~~~~~~~~ */
.cardBox:hover{ transform: translateY(-20px); }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.bedroomGallery {
    margin: 0 auto;
    padding-bottom: 3rem;
}

.bedroomGallery h2 { margin-bottom: 2rem; text-align: center; }

.gridWrapper {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px; 
    justify-items: center;
    align-items: center;
    max-width: 800px;
}

.cardBox {
    height: fit-content; 
    width: fit-content;
    box-sizing: border-box;
    border: 2px solid white;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.608);
    transition: all 0.15s ease-in;
}

.grid {
    height: 250px;
    width: 350px;
    border-bottom: 2px solid white;
    object-fit: cover;
    object-position: center;
}

.gridWrapper h3 {
    margin: 20px 20px 5px 20px;
}

.gridWrapper p {
    margin-left: 20px;
    color: whitesmoke;
}
/* ================================================================= */
/* ========================= PHOTO GALLERY ========================= */
/* ================================================================= */
.photoGallery{
    margin: 0 auto;
    width: 80%;
    padding-bottom: 5rem;
}
.photoGallery h1{
    color: var(--walnut);
}

/* Reset CSS */
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

/* Main CSS */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
/* ================================================================= */
/* ========================= SIGNATURE ============================= */
/* ================================================================= */
.advertisement{
    text-align: center;
    text-decoration: underline;
    margin-top: 1%;
}

.advertisement a {
    text-decoration: none;
    color: black;
}
.advertisement a:hover {
    color: blue;
}

.footer-image{
    margin: -2% 0 2% 0;
    text-align: center;
}

.footer-image img{
    width: 300px;
    border-radius: 25px;
    transition: all 0.2s ease-in-out;
}

.footer-image img:hover{
    transform: scale(1.3);
}