.Mini-hero-container{
    display: flex;
    height: 350px;
    /* background-color: #fdfeff; */
    /* background-color: #e0f0ff; */
    align-items: center;
    justify-content: center;
}
.Mini-hero-container div{
    text-align: center;
    width: 80%;
    display: flex;
    flex-direction: column;
}
.Mini-hero-container div h1{
    font-size: 48px;
    /* font-weight: 500; */
    font-family: 'Cormorant Garamond';
    font-style: oblique;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: 2px;
}

.Mini-hero-container div hr{
    margin-top: 10px;
    margin-bottom: 24px;
    width: 80px;
    align-self: center;
    border: 1.5px solid #b8b8b8;
}

.Mini-hero-container div p{
    width: 80%;
    align-self: center;
    font-family: 'Cormorant Garamond';
    letter-spacing: 1px;
    font-size: 22px;
    
    font-style: oblique;

}

.Gallery-container{
}
.Gallery{
    /* display: flex; */
    padding: 20px;
}
.Gallery picture{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.Gallery picture img{
    height: 543px;
    /* width: 370px; */
    /* margin: 4px; */
  object-fit: cover;  
    /* background-color: aqua; */
}
.Gallery picture img2{
    width: 300px;
    margin: 4px;
  object-fit: contain;  
}



.location-container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    font-size: x-large;
    text-align: center;
}
.location-container div h1{
    font-family:  'Cormorant Garamond';
    font-style: oblique;
    text-align: center;
}
.location-container div h1 a{
    text-decoration: none;
    color: #000;
}


@media screen and (max-width:700px) {
    .Mini-hero-container{
        height: 600px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .additional-packages-container{
        flex-direction: column;
        padding: 0px;
    }
    .packages div img, .packages div video{
    object-fit: contain;
    /* width: 350px; */
    /* height: 350px; */
    }
    .packages div{
    padding: 12px;
    }

    .Gallery picture img{
    height: 100%;
    width: 370px;
    /* margin: 4px; */
    object-fit: contain;
    /* background-color: aqua; */
    }



    .location-container{
        height: 350px;
    /* font-size: smaller; */
    flex-wrap: wrap;
    }
    
.package-title{
    padding: 0px;}
}




































/* Container */
.terms-container {
  max-width: 720px;
  margin: 40px auto;
  /* font-family: 'Helvetica Neue', Arial, sans-serif; */
  font-family: "Inter", sans-serif;
  color: #333;
  background-color: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 0;
}

/* Tabs */
.tabs {
  display: flex;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 #e0e0e0;
}

.tab-button {
  flex: 1;
  padding: 16px 20px;
  cursor: pointer;
  border: none;
  background: #fafafa;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #555;
  transition: all 0.3s ease;
      /* font-family: 'Cormorant Garamond'; */
    font-family: 'serif';
    font-size: 30px;
}

.tab-button:hover {
  background: #f0f0f0;
}

.tab-button.active {
  background: #f7f0e1; /* soft, warm accent (neutral/golden) */
  color: #333;
  font-weight: 700;
  box-shadow: inset 0 -3px 0 #d4b483;
  border-radius: 8px 8px 0 0;
}

/* Tab Content */
.tab-content {
  padding: 30px 40px;
  line-height: 1.65;
  background: #ffffff;
}

.tab-panel h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #444; /* dark, professional heading */
        font-family: 'Cormorant Garamond';
}

.tab-panel h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #666; /* slightly lighter heading */
}

.tab-panel p, .tab-panel ul {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}

.tab-panel ul li {
  margin-bottom: 8px;
  padding-left: 10px;
  list-style-type: disc;
  list-style: none;
}

/* Panels hidden by default */
.tab-panel {
  display: none;
}

/* Active panel */
.tab-panel.active {
  display: block;
}

/* Mobile-friendly adjustments */
@media (max-width: 600px) {
  .tabs {
    flex-direction: column;
  }

  .tab-button {
    text-align: left;
    font-size: 15px;
    padding: 14px 20px;
  }

  .tab-content {
    padding: 20px;
  }
}
