/* Import Google Fonts with swap */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');



body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto Condensed', Verdana, sans-serif;
  /* Optional: prevent text jumping for metrics-heavy fonts (modern browsers) */
  font-variation-settings: 'wght' 400;
}




/*--- navigation bar ---*/
  .navbar {  background: white; padding: 1rem;  font-variation-settings: "wght" 600;}
  .nav-link, .navbar-brand { color: #788639;cursor: pointer;  }
  .nav-link {    margin-right: 1em !important;  }  
  .nav-link:hover {    color: #DAA520}
  .navbar-collapse {    justify-content: flex-end;  }
    nav a{    color:#DAA520;    text-decoration:none;    text-transform:uppercase;    font-size: 1.15em;    
      font-weight:800;   }     
    nav a:hover{  color:#DAA520; }
    nav a::before{     content:'';     display:block;     height:.25em;     width:100%;     background:#DAA520;
       top:2.5em;  width: 0%;    transition:all ease-in-out 250ms;}
    nav a:hover::before{ width:100%;}

    .navbar .nav-item:not(:last-child) {
      margin-right: 1rem;
    }
     
    .dropdown-toggle::after {
       transition: transform 0.15s linear; 
    }
     
    .show.dropdown .dropdown-toggle::after {
      transform: translateY(3px);
    }

    .dropdown-menu{
      position:absolute;
      left: auto; right: 0;
      }

 /******* Headers******/


.headerInquiry {    background-image: url('../Images/bg-contact.webp');    background-size: cover;    background-position: center;
                position: relative;    background-attachment: fixed;    background-repeat: no-repeat;  }  

.headerFloralService {   
  height: 40vh; 
  background-image: url('../Images/bg-floralservice.webp');
  background-size: cover;   
   background-position: center;
  position: relative;   
  background-attachment: fixed;   
   background-repeat: no-repeat;  }  


.headerGallery {   
  height: 40vh; 
  background-image: url('../Images/bg-gallery.webp');
  background-size: cover;   
   background-position: center;
  position: relative;   
  background-attachment: fixed;   
   background-repeat: no-repeat;  }  

  /* Mobile hero image */
@media (max-width: 768px) {
  .headerGallery {
    background-image: url("/Images/bg-gallery-m.webp");
    background-position: center center; /* adjust if needed */
  }
}




.headerService {   
  height: 40vh; 
  background-image: url('../Images/bg-service.webp');
  background-size: cover;   
   background-position: center;
  position: relative;   
  background-attachment: fixed;   
   background-repeat: no-repeat;  }         

.headerAbout {    
  height: 40vh;
  background-image: url('../Images/bg-about.webp');    
  background-size: cover;   
   background-position: center;
   position: relative;    
   background-attachment: fixed;   
   background-repeat: no-repeat;  }       
   @media (max-width: 768px) {
  .headerAbout {
    background-image: url("/Images/bg-about-m.webp");
    background-position: center center; /* adjust if needed */
  }
}  

.header {   
  height: 40vh;
   background-image: url('../Images/bg-hero.webp'); 
     background-size: cover;  
       background-position: center;
    position: relative;   
     background-attachment: fixed;    
     background-repeat: no-repeat;  }

               
.overlay { position: absolute; min-height: 100%;  
    min-width: 100%;    left: 0;    top: 0;    
    background: rgba(0, 0, 0, 0.5);  
  z-index: 1;}



.description {    
  left: 50%;   
   position: absolute;   
    top: 60%;  
      transform: translate(-50%, -75%);   
       text-align: center;
      z-index: 1;}


.description h1 {    color:#fff;  }
.description p {  color: #fff;    font-size: 1.3rem;    line-height:     1.5;  }
.description-about {    left: 50%;    position: absolute;    top: 6%;    transform: translate(-50%, -75%);    text-align: center;}
.description-about h1 {    color: #788639;  }
.description-about p {  color: #fff;    font-size: 1.3rem;    line-height:     1.5;  }

/* Responsive adjustments */
@media (max-width: 768px) {
  header.header {
    height: 400px;             /* smaller header on mobile */
  }

  .description {
                    /* shift slightly higher on smaller screens */
    width: 90%;
  }
}


.headerAbout {
  position: relative;
  z-index: 2;
}

/* Photo credit */
.hero-photo-credit {
  position: absolute;
  bottom: 14px;
  right: 20px;
  font-size: 0.7rem;
  z-index: 3;
}

.hero-photo-credit a {
  color: rgba(255,255,255,0.85);
  text-decoration: underline;
}

.hero-photo-credit a:hover {
  color: #DAA520; /* mustard accent */
}
.photo-credit-wrapper-about {
  position: relative;
  text-align: center;
}


.photo-credit {
   position: absolute;
  bottom: 3rem;
  right: 20px;
  font-size: 0.9rem;
  z-index: 3;
  background-color: rgba(1, 1, 1, 0.358);
  color: #fcfcfc;
  padding: 2px;
}


.photo-credit a {
   color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.photo-credit a:hover {
  color: #DAA520; /* mustard accent */
}


/* Mobile: always visible */
@media (max-width: 768px) {
  .photo-credit {
    opacity: 1;
    font-size: 0.7rem;
  }
}




/********All Page **********/
.infobox{
  background-color: #DAA520;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}
.infobox2{
  background-color: #DAA520;
  width: 100%;
}



/****Index Details****/

.vibe-logo {
  width: 220px;
  opacity: 0.75;
  margin-top: 1rem;
}

vibe-section {
  position: relative;
  overflow: hidden; /* hides the off-screen part */
  padding: 6rem 2rem;
}

.vibe-watermark {
  position: absolute;
  right: 15%;          
  top: 50%;
  transform: translateY(-50%);
  width: 325px;     
  max-width: none;
  opacity: 0.32;        /* watermark feel */
  pointer-events: none; /* prevents interaction issues */
  overflow: visible;
}

.vibe-text {
  line-height: 1.7;
}


.features {
  padding: 1em;
  position: relative;
  overflow: hidden;
}

.vibe-image {
  width: 100%;
  height: auto;
  display: block;
}

* -------------------
   CLIENTS SECTION
------------------- */

.clients-section {
  align-items: stretch;
}

.clients-box {
  height: 100%;
}

/* Make text match VIBE but centered vertically */
.clients-box.vibe-text {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* -------------------
   CAROUSEL STYLING
------------------- */

.clients-carousel {
  overflow: hidden;
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-social img {
  width: 1.25rem;   /* desktop default */
  height: auto;
  display: block;

}

/* Make the clickable area finger-friendly */
.nav-social .nav-link {
  padding: 0.5rem;
 
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .nav-social img {
    width: 1.5rem; /* slightly bigger on mobile */
  }

  .nav-social .nav-link {
    padding: 0.75rem; /* improves touch target */
  }
}


/* -------------------
   MOBILE ADJUSTMENTS
------------------- */

@media (max-width: 991px) {
  .clients-box {
    aspect-ratio: auto;
  }

  .vibe-watermark {
    display: none;
  }
}







/***TYPOGRAPHY**/

.text-blue{color: #788639;}
.text-white{color:white;}


a {
  transition: color 0.2s ease-in-out;
}

a:hover {
  color:#F4D35E;
}

.photoA{
  color: white;
  transition: color 0.2s ease-in-out;
}

.photoA:hover {
  color: #F4D35E;
}

.photoB {
  color: #788639;
  transition: color 0.2s ease-in-out;
}

.photoB:hover {
  color: #F4D35E;
}

.button {
  
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  border-color: #F4D35E;
  padding: .5em 1.1em;
  color: white;
}


.button-accent:hover,
.button-accent:focus {
  background: #F4D35E;
  color: white;
  }



.btn-custom-mustard {
  background-color: #DAA520;
  border-color: #DAA520;
  color: #fff;
}

.btn-custom-mustard:hover,
.btn-custom-mustard:focus {
  background-color: #B8860B; /* slightly darker for hover */
  border-color: #B8860B;
  color: #fff;
}

.btn-custom-green {
  background-color: #788639;
  border-color: #788639;
  color: #fff;
}

.btn-custom-green:hover,
.btn-custom-green:focus {
  background-color: #485022; /* slightly darker for hover */
  border-color: #485022;
  color: #fff;
}


.subtitle {
  font-style: italic;
  color: #9a7f73;
  letter-spacing: .05em;
}

.profile-img {
  border-radius: 24px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);

}





/******Image hoover***/
.image-container:hover .overlay-text {
    opacity: 1; /* Shows the text */}

    transition-opacity {
    transition: opacity 0.3s ease-in-out;
}


/****** Buttons ********/

.flex-center-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; 
  margin: 5em;
}

.photoyear{
  display: flex;
}
@media (max-width:35.9rem) {
  .photoyear {
    left: 0;
    padding: 0 15px;
    top: 40%;
    transform: translate(10%,-50%);
    text-align: center;
  }}
.story-section {
  padding: 7rem 1.5rem;
  background-color: #fffdf9;
}

.story-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 6rem; /* air lives here */

}

/* Image */
.story-image img {
  width: 100%;
  border-radius: 8px;
  display: block;
}


/* Text */
.story-text {
  max-width: 520px;
}

.story-eyebrow {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a8f86;
  margin-bottom: 1.25rem;
}

.story-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2.5rem;
}

.story-text p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 1.6rem;
}


/****Used often items**/

.features {       padding: 1em;    position: relative;  }
  .feature-title {    color: #788639;    font-size:2.5rem;    font-weight: 700;    margin-bottom: 20px;    text-transform: uppercase;  }


  .page-footer {  background-color: #788639;    color: #ccc;    padding: 40px 0 20px;  width:100%;}
  .footer-copyright {    color: #666;    padding: 40px 0;  }
  .feature-subtitle {    
    color: #788639;    
    font-size:2.5rem;   
     font-weight: 700;   
      margin-bottom: 20px;  
        text-transform: uppercase;  }

.profile-card {
  text-align: center;
  background: #faf7f5;
  padding: 3rem 2rem;
  border-radius: 16px;
  margin-bottom: 4rem;
}

.profiles {
display: flex;
flex-direction: column;

}

@media (min-width: 600px)
{ .profiles{
  flex-direction: row;
  gap: 2.5rem;
padding: 2.5rem;
margin: 3.5rem;
}

.photo-credit-wrapper-about {
  position: relative;
  text-align: center;
  padding-bottom: 3rem;
}
.profile-card{
  flex:1;
}}

.testimonial-card {
  background: #faf7f5;
  padding: 2.5rem 2rem;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.testimonial-text {
  font-style: italic;
  line-height: 1.6;
}

.testimonial-name {
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-event {
  font-size: 0.9rem;
  color: #7b6a61;
}


  @media (max-width:35.9rem) {
    .features {
      margin: 0;
    }
  }
  @media (max-width:36rem) {
    img#optionalstuff {
      display: none;
    }
    section#optionalstuff{
        display: none;  
    }
    .optional{
        display:none;
}
  }



  /**************grid Options****/


.flex-container {
    display: flex;
    justify-content: start;
    flex-wrap: wrap; 
    margin: 5em;
  }

  .flex-cell {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    
  }
  
  .flex-cell:before {
    content: '';
    display: table;
    padding-top: 100%;
  }
  
  .flex-item {
    margin: 3em;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
  }
  
  .flex-item2 {
    margin: 3em;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
  }

  .flex-container > .flex-cell >.flex-item > p {
      text-align: right;
  }

  .flex-container > .flex-cell >.flex-item2 > p  {
    text-align: left;
}
  @media (max-width:36rem) {
    .flex-cell {
        flex:0 0 100%;
 
      }
    }


@media (max-width:36rem) {
  .item img{
    height: 100%;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .item__overlay {
    margin-left: 2em;
    margin-right: 2em;
  }
  .item h3{
    margin-top: 1em;
  }
  }

@media(min-width: 36rem){
  .grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    flex-direction: column;
  }
  
  .item {
    position: relative;
    width: 75%;
    background-color: lightGrey;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
    margin:1em;
    line-height: 1.2em;
    margin-left:auto;
    margin-right: auto;
  }
  .item h3 {
    margin: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: .5rem;
    transform: translate3d(0, -100%, 0);
    transition: transform 300ms;
    color: #ffffff;
  }
  .item__active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .item__overlay--blur{
    backdrop-filter: blur(5px);
}
  .item__active:hover ~ .item__overlay, .item a:focus ~ .item__overlay {
    transform: translate3d(0, 0, 0);
  }
  .item__active:hover ~ .item__overlay h3, .item a:focus ~ .item__overlay h3 {
    transform: translate3d(0, 0, 0);
  }
  .item__active:hover ~ .item__overlay .item__body, .item a:focus ~ .item__overlay .item__body {
    opacity: 1;
  }
  
  img {
    width: 100%;
    height:100%;
    display: block;
    object-fit: cover;
  }
  
  .item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 300ms;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate3d(0, 100%, 0);
  }
  
  .item__body {
    flex-grow: 1;
    padding: .5rem;
    opacity: 0;
    transition: opacity 500ms 100ms;
    color: #ffffff;
  }
  .item__description{
    font-size: 1.20em;
    flex-grow: 1;
    padding: .75rem;   
}
  }

@media(min-width:68rem){
  .grid {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    flex-direction: row;
  }
  
  .item {
    position: relative;
    width: 40%;
    background-color: lightGrey;
    overflow-y: hidden;
    box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
    margin:1em;
    line-height: 1.2em;
  }
  .item h3 {
    margin: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    padding: .5rem;
    transform: translate3d(0, -100%, 0);
    transition: transform 300ms;
    color: #ffffff;
  }
  .item__active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .item__overlay--blur{
    backdrop-filter: blur(5px);
}
  .item__active:hover ~ .item__overlay, .item a:focus ~ .item__overlay {
    transform: translate3d(0, 0, 0);
  }
  .item__active:hover ~ .item__overlay h3, .item a:focus ~ .item__overlay h3 {
    transform: translate3d(0, 0, 0);
  }
  .item__active:hover ~ .item__overlay .item__body, .item a:focus ~ .item__overlay .item__body {
    opacity: 1;
  }
  
  img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  
  .item__overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 300ms;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translate3d(0, 100%, 0);
  }
  
  .item__body {
    flex-grow: 1;
    padding: .5rem;
    opacity: 0;
    transition: opacity 500ms 100ms;
    color: #ffffff;
  }
  .item__description{
    font-size: 1.20em;
    flex-grow: 1;
    padding: .75rem;   
}
  }

  /********SERVICE PAGE*****/

.support-image {
  max-width: 80%;
  opacity: 0.9;
}

/* Floating circle */
.additional-services-circle {
  position: absolute;
  top: 20%;
  right: 45%;
  width: 260px;
  height: 260px;
  background-color: #DAA520;
  border-radius: 50%;
  padding:2.5rem;
  z-index: 10;
  text-align: center;
}

.additional-services-circle ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.additional-services-circle li {
  margin-bottom: 6px;
}

@media (max-width: 991px) {
  .additional-services-circle {
    position: static;
    margin: 30px auto 0;
    border-radius: 20px;
    width: 100%;
    height: auto;
  }
}

/* Floating button */
.float-btn {
  position: absolute;
  top: 70%;
  right: 45%;
  border-radius: 50%;
  padding:2.5rem;
  z-index: 5;
  text-align: center;
}



.service-fit h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}

.service-fit-intro {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  color: #444;
}


/* subtle editorial bullet */
.service-fit-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #b6a89c; /* warm accent */
}

.service-fit-list em {
  font-style: italic;
}


@media (max-width: 600px) {
.story-inner {
display: block;

}}