body{
  font-family: "Meera Inimai",  Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;


  margin:0;
  padding:0;
}
h2{
  font-family: "Geologica", sans-serif;
  font-weight: 20;
  font-style: normal;
  text-align: center;
  font-size: 65px;
  font-family: 'Playfair Display', serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

header{
background-color: #E8BC99 ;
}
.logo{
width: 150px;
margin: auto;
display: block;
padding-top: 20px;
}

button {
    display: block;
    margin-top: 20px;
    padding: 12px 40px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(24, 23, 23, 0.2);
}

.light{
  background-color: #cc9870!important;
}

nav{

}
nav a{

}
#paragraph-styles {
  /* text-align: left; */
  color: rgba(58, 58, 58, 1);
  margin: auto;
  display: block;
  width: 85%;
  font-family: 'open sans';
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 20px;
}
p{
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}
.question{
text-align: center;
}
p,table{
  margin-top: 13px;
}
table, td{
  border:1px solid gray;
  border-collapse: collapse;
  padding: 5px;
}
td{
  width: 200px;
}
figure{
    margin: 21px 0;
    position: relative;
    overflow: hidden;
}
figcaption{
    position: absolute;
    bottom:5px;
    height:35px;
    background-color: rgba(58, 48, 48, 0.645);
    padding:10px;
    width:100%;
    color: aliceblue;  
}

.why-us-content {
  width: 85%;
  flex: 1;
  text-align: left;
  margin: auto;
}
/* .why-us-content button{
  text-align: center;
} */

  .why-us-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    margin: auto;
  }

img{
    max-width: 100%;
}

.carousel-wrap {
  margin: 20px auto;
  padding: 20px auto;
  width: 80%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}


.geologica{
font-family: "Geologica", sans-serif;
}

.width-90{
  display: block;
  margin: auto;
  width:80%;
  text-align: center;
  /* font-size: 20px; */
  /* font-family: "Geologica", sans-serif; */
}
.width-70{
  display: block;
  margin: auto;
  width:70%;
}
main{
    display: block;
    margin: auto;
    width:90%;
}
section{
    
}
.image-on-left{
  /* height: 200px; */
  width: 90%;
  margin: auto;
  display: block;
}
.clearf-fix{
  display: table;
  clear: both;
  content:"";
}
.why-us-content h2 {
  color: #111;
  font-size: 40px;
}

.why-us-section{
  background-color: #fff9f3;
}

.image-on-left img{
  float:left;
  border-radius:50%;
  height:150px;
  width:150px;
  object-fit:cover;
  margin-right:30px;
  margin-bottom:30px;
}



.how-it-works {
    padding: 20px 20px;
    margin-top: 40px;
    text-align: center;
    background-color: #fff9f3;
    margin-bottom: 60px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    margin-bottom: 40px;
    color: #2e2c2c;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.step-image img {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 auto 20px;
    border-radius: 4px;
}

.step h3 {
    font-family: 'Geologica';
    font-size: 20px;
    margin-bottom: 10px;
    color: #d79e59;
}

.step p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.6;
    color: #3a3838;
    max-width: 90%;
    margin: 0 auto;
}

/* start service.html css */

.services-page {
    font-family: 'Montserrat', sans-serif;
    background-color: #fdfaf7;
    padding: 40px 20px;
    color: #333;
}

.service-button{

    display: block;
    margin-top: 20px;
    padding: 12px 40px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-left: auto;
    margin-right: auto;
}

.service-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(24, 23, 23, 0.2);
}


.services-hero {
    text-align: center;
    margin-bottom: 60px;
    background-color: #FDFAF7;
}

.services-hero span {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c8967e;
    font-size: 12px;
}

.services-hero h1{
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    margin: 10px 0;
}

.group-title {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
}
.group-title_other{
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    padding-top: 50px;
    font-weight: 300;
}

.packages-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


.packages-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 10px;
}

.package-card {
    background: #fff;
    padding: 35px 25px;
    border: 1px solid #e8e8e8;
    text-align: center;
    border-radius: 4px;
    transition: 0.4s ease;
}

.package-card.highlight {
    border: 1px solid #c8967e;
    background-color: #fffbf9;
    position: relative;
    box-shadow: 0 10px 25px rgba(200, 150, 126, 0.15);
}

.package-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 5px;
}

.package-type {
    display: block;
    font-size: 11px;
    letter-spacing: 1.5px;
    color: #c8967e;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.package-card ul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    text-align: left;
}

.package-card li {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
}

/* end services.htm css */

/* start about us.htm css */

.about-section {
    padding: 60px 20px;
    background-color: #fdfaf7;
    overflow: hidden;
}

.about-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-image-wrapper {
    width: 100%;
}

.about-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.about-content {
    text-align: center;
}

.sub-heading {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    color: #c8967e; 
    margin-bottom: 10px;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    line-height: 1.2;
    color: #1e1d1d;
    margin-bottom: 20px;
}

.group-title{
  color: #111;
}

.group-title_other{
  color: #111;
}

.script-font {
    /* font-family: 'Sacramento', cursive; */
    font-size: 1.4em;
    color: #c8967e;
    font-style: italic;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
}

.lead-text {
    font-weight: 500;
    color: #444;
}

.btn-about {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 40px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-about:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* start contact.html css */

.contact-section {
    padding: 60px 20px;
    background-color: #91837A;
    color: white;
    text-align: center;
    /* margin-bottom: 50px; */
}

.contact-container {
    max-width: 100%;
}

.contact-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin-bottom: 10px;
}

.contact-subtext {
    font-size: 16px;
    margin-bottom: 40px;
    opacity: 0.9;
    font-family: 'open sans';
    color: white;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact-container h2{
  color: white;
}

.input-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.input-group label {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.input-group input, 
.input-group select {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 10px 0;
    color: white;
    font-size: 16px;
    outline: none;
    border-radius: 0;
}

/* Center Aligned Submit Button */
/* .submit-btn {
    align-self: center;
    background-color: white;
    color: #6d5d54;
    border: none;
    padding: 12px 50px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
    transition: 0.3s;
} */

/* .submit-btn:hover {
    background-color: #f0f0f0;
    transform: scale(1.05);
} */



footer{
  text-align: center;
  padding: 20px;
  background-color:#292938;
  color:white;
}


/* HERO Home page */
.hero-homepage{
  min-height: 70vh;
  width: 100%;
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url("images/chairs_3.jpg");
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* hero about_us page */

.hero-about_us{
  min-height: 50vh;
  width: 100%;
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
  url("images/isle.jpg");
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.story-section {
    height: 75vh;
    width: 100%;
    background-image: url('images/candle.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.story-section-services{
    height: 45vh;
    width: 100%;
    background-image: url('images/candle.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.story-section_about-us{
    height: 45vh;
    width: 100%;
    background-image: url('images/candle.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.story-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .story-content{
    width: 90%;
    margin: auto;
  }

  .story-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }

  .story-content h1{
    color: #f5f5f5;
    font-family: 'geologica';
    font-size: 20px;
  }

  .story-content p {
      font-size: 1.2rem;
      color: #f0f0f0;
      margin-bottom: 30px;
      margin-right: auto;
      margin-left: auto;
      width: 90%;
}



  #links a {
    text-decoration: none;
    color: #554b4b;
    text-transform: uppercase;
    font-weight: bold;
    padding:20px 10px;
    font-family: "Geologica", sans-serif;
  }


/* .review {
  margin: auto;
} */

.review h2{
  /* font-size: 25px; */
  margin-left: 40px;
  margin-right: 40px;
  text-align: center;
  margin-bottom: 5px;
  font-family: 'Geologica';
  /* font-weight: 300; */
}


.review p{
  font-size: 15px;
  font-family: "open sans", sans-serif;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;

}


/* START NAV STYLES */

#navbar {
  /* display: flex; */
  flex-direction: column;
  padding: 20px 0;
  justify-content: flex-end;
  align-items: center;
  justify-items: right;
  /* position: relative; */
  /* height: 150px; */
  /* min-height: 70px; */
  grid-auto-flow: column;
  background-color:#E2AA7D  ;
/*   grid-gap: 1.5em; */
  padding: 0 40px;
  -webkit-box-shadow: -1px 4px 5px 0px rgba(209, 205, 209, 1);
  -moz-box-shadow: -1px 4px 5px 0px rgba(209, 205, 209, 1);
  box-shadow: -1px 4px 5px 0px rgba(209, 205, 209, 1);
}

/* #logo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;

} */

/* Hide desktop links on mobile */
#links {
  display: none;
  
}

/* Display hamburger menu */
.mobile-btn{
  font-size:30px;
  cursor:pointer; 
  font-weight:bold;
  justify-content:end;
}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #E2AA7D;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.split-row {
    display: flex;
    /* height: 70vh; */
    width: 100%;
    margin-top: 30px;
    flex-direction: column;
  }

  .split-text-side {
    flex: 1;
    background-color: #91837a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    color: white;
  }

  .inner-content {
    max-width: 500px;
  }

  .inner-quote {
    font-size: 2.0rem;
    line-height: 1.3;
    font-family: 'Serif', Georgia, serif;
    color: white;
  }

  .split-image-side {
    width: 100%;
    /* flex: 1; */
    /* height: 30vh;
    background-image: url('images/couch.jpg');
    background-size: cover;
    background-position: center; */
  }
  .split-image-side img{
    height: 100%;
  }

/* STOP NAV STYLES ------------*/

/* START FOOTER STYLES-------- */
footer{
  background-color: #573e2a;
  padding: 40px 0;
  color: #ffffff;
  font-family: sans-serif;
  text-align: left;
}
.footer-container{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 20px;
}

.footer-wrapper p{
  color: white;
}

.footer-collum h3 {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  position: relative;
}
.footer-collum hr {

  border: rgba(158, 91, 61, 0.3) solid 2px;
  display: inline-block;
  width: 40px;
  text-align: left;
}
/* .footer-collum{
  width: 30%;
} */
.footer-collum ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;

}
.footer-collum ul li {
  margin-top: 12px;
}
.footer-collum ul li a {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s ease;
}
.footer-collum ul li a:hover {
  color: #ffffff;
  padding-left: 5px;
}
.footer-wrapper{
  width: 90%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
footer .fa{
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding-right: 20px;
}
/* END FOOTER STYLES-------- */

@media only screen and (min-width:600px){
   
    main{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: auto;
        width:90%;
        gap:50px;
    }
    section{
        
    }
    
  .split-image-side {
    width: 50%;
  }

    .footer-container{
      flex-wrap: wrap;
      flex-direction: row;
    }
    /* HERO Homepage */

    /* HERO contact page */

}/* End larger screen styles */


@media only screen and (min-width:1000px){

  /* Nav styles ----------------- */
  .mobile-btn {
    display: none;
  }

  #navbar {
  justify-items: center;
  }

  #links {

    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    margin-top: 15px;
    grid-auto-flow: column;
    grid-gap: 4.0em;
  }

  .story-content h2{
    font-size: 4.5rem;
  }


  .why-us-section {
    padding: 100px 10%;
    background-color: #fff9f3;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .why-us-section h2 {
    font-style: italic;
  }

  .why-us-container {
    display: flex;
    align-items: center;
    gap: 80px;
  }

  .why-us-image {
      flex: 1;
  }

  .why-us-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .why-us-content {
    flex: 1;
    text-align: center;
}

  .why-us-content p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
  }

  .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #454040;
  margin-bottom: 40px;
  font-weight: 400;
}

  .why-us-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
  }

.width-90{
  width: 50%;
}
  

  .question {
    font-style: italic;
    margin: 30px 0;
    color: #444;
  }
  .split-row{
    display: flex;
    flex-direction: row;
  }


  .how-it-works {
      padding: 100px 10%;
      background-color:#fff9f3 ;
      padding-top: 10px;
      margin-bottom: 50px;
  }


  .steps-container {
      flex-direction: row;
      align-items: flex-start;
  }

  .step {
      flex: 1;

  .step-image img {
      max-width: 100%;
  }
}

  .review p{
    margin-left: 300px;
    margin-right: 300px;
    text-align: center;
    font-family: 'open sans';
}


    h2 {
        font-size: 48px;
    }

    .about-img {
        max-width: 90%;
    }

/* start services.htm css */

    .services-page {
        padding: 100px 10%;
        margin-top: 120px;
    }

    .services-hero h1 {
        font-size: 56px;
    }

    .packages-grid {
        flex-direction: row;
        align-items: stretch;
    }



    .package-card {
        flex: 1;
        transition: 0.3s ease;
    }

    .package-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }

    .rental-list {
        grid-template-columns: repeat(4, 1fr); /* 4 items in a row */
    }
    
    .alacarte-section {
        padding: 100px;
    }


        .packages-grid {
        flex-direction: row; /* Side-by-side */
        align-items: stretch;
        gap: 20px;
    }

    .package-card {
        flex: 1; /* Makes all 3 cards equal width */
    }

    .package-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }
    
    /* Make the middle highlighted card slightly taller to draw the eye */
    .package-card.highlight {
        transform: scale(1.03);
    }
    
    .package-card.highlight:hover {
        transform: scale(1.03) translateY(-8px);
    }




 /* contact.htm css start */


      .about-section {
        padding: 120px 10%;
    }

    .about-container {
        flex-direction: row; /* Side-by-side */
        align-items: center;
        gap: 80px;
    }

    .about-image-wrapper, .about-content {
        flex: 1; /* Equal 50/50 split */
    }

    .about-content {
        text-align: left;
    }

    h2 {
        font-size: 48px;
    }

    .about-img {
        max-width: 90%; /* Leaves space for the "floating" feel */
    }

  .contact-container {
      max-width: 600px;
      margin: 0 auto;
  }

  .contact-section {
      padding: 100px 0;
      /* margin-bottom: 130px; */
      /* margin-top: 130px; */
  }

  .contact-section h2 {
      font-size: 48px;
      font-weight: bold;
  }


  
  #links a:hover {
    color:rgb(236, 218, 202);
    background: none;
    transition: 0.1s ease-in;
  }


}
    /* END Nav styles ----------------- */


