.packages-container{
    text-align: center;
    
}
.packages{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* padding: 10%; */
    
    
}
.packages2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
    /* padding: 10%; */
    
}
.package-title{
    padding: 80px;
    /* font-family: 'serif'; */
    text-align: center;
    font-size: 46px;
    /* font-style: oblique; */
    margin: auto;
    /* background-color: red; */
    letter-spacing: 2px;
    /* font-weight: 400; */
    
    font-family:  'Cormorant Garamond';
    font-style: oblique;
}
.packages div{
    text-align: left;
    padding: 40px;
}
.packages div img, .packages div video{
    object-fit: cover;
    /* width: 500px; */
    height: 550px;
}
.packages div h1, .additional-packages-container div h1{
    /* font-family: 'Cormorant Garamond'; */
    font-family: 'serif';
    font-size: 30px;
    padding-bottom: 36px;
    /* font-style: oblique; */
    font-weight: 200;

}
.packages div ul, .additional-packages-container div ul{
    list-style: none;
    font-family: 'Cormorant Garamond';
    /* font-family: 'Inter', 'sans-serif'; */
    /* font-style: oblique; */
    line-height: 2;
    padding-bottom: 36px;
}

.packages div ul li, .additional-packages-container div ul li{
    /* padding: 12px; */
    letter-spacing: 0.6px;
}
.packages div h3, .additional-packages-container div h3{
    font-family: 'Inter', 'sans-serif';
    font-style: oblique;
    border-top: 1px solid #000;
    padding-top: 20px;
}

.additional-packages-container{
    display: flex;
    justify-content: space-evenly;
    padding: 80px;
}


.package-description a{
    border: 1px solid #000;
    padding: 12px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #000;
    margin-top: 16px;
}
.package-description a:hover{
    text-decoration: underline;
}






@media screen and (max-width:700px) {
    .Mini-hero-container{
        height: 400px;
    }
    .additional-packages-container{
        flex-direction: column;
        padding: 0px;
    }
    .packages div img, .packages div video{
    object-fit: contain;
    width: 350px;
    /* height: 450px; */
    }
    .packages div{
    padding: 12px;
    }
    .location-container{
        height: 350px;
    /* font-size: smaller; */
    flex-wrap: wrap;
    text-align: center;
    }
    
.package-title{
    padding: 0px;
margin-top: 30px;
margin-bottom: 30px;
}
}













.link-line-widget {
  --bg: #0b1020;      /* page background */
  --pill-bg: #1e293b; /* pill background */
  --accent: #F6C84C;  /* highlight */
  --accent-dark: #e0a92f;
  --muted: #cbd5e1;
  background: var(--bg);
  padding: 20px;
  border-radius: 12px;
}

.link-line-widget .ll-cloud {
  display: flex;
  flex-wrap: wrap;        /* allows wrapping */
  gap: 12px;              /* space between pills */
  justify-content: center;/* center alignment */
}

.link-line-widget .ll-item {
  padding: 10px 18px;
  background: var(--pill-bg);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.link-line-widget .ll-item:hover,
.link-line-widget .ll-item:focus {
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  color: var(--bg);
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}




.float-top-widget .ft-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  padding: 10px 18px;
  background: #1e293b; /* same pill background as previous links */
  color: #cbd5e1;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.float-top-widget .ft-button:hover,
.float-top-widget .ft-button:focus {
  background: linear-gradient(180deg, #F6C84C, #e0a92f);
  color: #0b1020;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  outline: none;
}










.packages_nav_container{
    margin-top: 30px;
}
.packages_nav{
    
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.packages_nav h1{
    border-top-left-radius: 12px;
    font-size: 18px;
    border-top-right-radius: 12px;
    border: solid #0b1020  2px;
    padding: 16px;
    /* background-color: #0b1020; */
    background-color: #f6faff;
    margin-right: 4px;
}


.packages_nav h1 a{
    text-decoration: none;
    color:#0b1020;
    /* color: #dee0e2; */
}

.active_package_nav:active, .packages_nav h1:hover a, .packages_nav h1:hover{
    background-color: #0b1020;
    cursor: pointer;
    color: #dee0e2;
}
/* .active_package_nav a{
    color: #dee0e2;
} */


#second_container{
    display: none;
}

#third_container{
    display: none;
}