


* {
  box-sizing: border-box;
}

body {
  background-color: #efe9ee;
}
.bg-img {
 
  background-image: url("Screenshot_20260115-122844_Instagram.jpg");
  min-height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.about{
  width: 100%;

}
 .about .mySlides{
  width: 100%;
}
.container {
  position: relative;      
  width: 100%;
  max-width: 1200px;      
  margin: 0 auto;          
  padding: 0 15px;        
}

.topnav {
  overflow: hidden;
  background-color: #515353d0;
  margin-top: 30px;
  padding: 1px 0; 
  width: 100%;
  display: flex;          
  flex-direction: row;   
  align-items: center;   
  justify-content: flex-start; 
  flex-wrap: wrap; 
}

.topnav a {
  color: hsl(0, 38%, 94%);
  text-align: center;
  padding: 8px 8px;     
  text-decoration: none;
  font-size: 19px;
  margin: 0 6px;          
  line-height: 1.3;
  display: inline-block;    
  float: none;             
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* MOBILE-ONLY NAVBAR FIX */
@media (max-width: 768px) {

  /* Container adjusts only on mobile */
  .container {
    position: relative;  
    margin: 0 10px ;     
    width: auto ;         
    padding: 0;
  }



  /* Navbar wraps links instead of cutting off */
  .topnav {
    width: 100%;
    flex-wrap: wrap ;
    padding: 5px 0;
  }

  /* Links slightly smaller and spaced nicely */
  .topnav a {
    font-size: 16px ;
    padding: 5px 6px ;
    margin: 4px 3pxt;
  }

  /* Search bar fills width */
  .search-container {
    width: 100% ;
    margin-top: 10px ;
  }


 
}


.container .content {
 font-weight:lighter;
 font-size: 2.5rem;
  bottom: 20px;
 font-style: italic;
  color: hwb(0 78% 5%);
  width: 60%;
  padding: 20px;
  margin-top: 250px;
  margin-left: 20%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h2{
  color: rgb(25, 24, 24);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}
.mySlides {display: none}
img {vertical-align: middle;
      height: 550px;
      width: 50%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 50%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color:rgb(65, 51, 51);
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 200px;
  width: 100%;
  text-align: center;
  margin-left: 30%;
  font-style: italic;
}


.numbertext {
  color: #270101;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 10px;
  background-color: #f5b0b0;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  text-align: center;
 
}

 .dot:hover {
  background-color:white;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 700px) {
  .prev, .next {font-size: 10px}

.text {font-size: 8px;
        margin-top: 100px;

}


 
    .mySlides img{
      height: 200px;
    }

 .topnav img {
    width: 60px;  
    height: 60px;
  }

 .social-links-container , .footer-booking-btn {
        justify-content: center;
    }
}
footer{
   width: 100%;
    bottom: 0;
    top: 30px;
   
    background-color: #131212;
    color: white;
     padding: 2px 2px 5px 2px;
    text-align: center;
    font-size: 15px;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-end;
   
}
.tiktok-link {
  color: #000;
  font-size: 22px;
  margin: 0 8px;
  text-decoration: none;
}

.tiktok-link:hover {
  color: #ff0050; 
}

footer p{
   color: #fff;
    font-size: 14px;
    text-align:center ;
    position: relative;
    left: 30%;
    bottom: 5px;
    transform: translateX(-50%);

}
.footer-booking-btn {
    display:  inline-flex;  
    background-color: #e3cdd8; 
    color: rgb(22, 21, 21);
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
     margin-left: auto; 
     margin-right: 15px;
    transition: 0.3s ease;
    align-items: center; 
 
}

.footer-booking-btn:hover {
    background-color: hsl(335, 29%, 66%);  
    transform: scale(1.1);
}
.social-links-container {
    margin-top: 10px;
     display: flex;             
    justify-content: flex-end; 
    padding: 20px 50px;        
    gap: 15px;               
}

.social-links-container a {
   
     font-size: 30px;   
    transition: 0.3s ease;
 
}

.social-links-container a:hover {  
    transform: scale(1.2);
   
}
.social-links-container a.facebook { color: #1877F2; }   
.social-links-container a.instagram { color: #C13584; }  
.social-links-container a.whatsapp { color: #25D366; }   

/* Hero Section */
.about-hero {
  position: relative;
  height: 90vh;
  background: url('Screenshot_20260112-215428_WhatsApp.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.about-hero .overlay {
  background: none;
  padding:0;
  border-radius: 0;
  max-width: 800px;
}

.about-hero h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #0c0101 ;
}

.about-hero p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 12px;
}


/* Mobile styles for About Hero */
@media (max-width: 768px) {

  .about-hero {
    height: 50vh;              
    padding: 20px;              
    background-position: top;  
  }

  .about-hero .overlay {
    max-width: 90%;            
    padding: 10px;             
  }

  .about-hero h1 {
    font-size: 22px;            
    margin-bottom: 15px;
  }

  .about-hero p {
    font-size: 14px;            
    line-height: 1.1;
    margin-bottom: 12px;
  }

}

/* Founder Section */
.founder-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.founder-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #ef3991;
}

/* Founder Card */
.founder-card {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.founder-card img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.founder-text {
  max-width: 500px;
  text-align: left;
 

}

.founder-text h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}

.founder-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}


.lowercase-text {
  text-transform: lowercase;
}



@media (max-width: 768px) {
  .founder-card {
    flex-direction: column;
    text-align: center;
  }

  .founder-text {
    text-align: center;
  }

  .founder-text p{
     font-size: 14px;
  line-height: 1.3;
  }
}


.search-container {
  position: relative;
  width: 300px; 
   margin-left: auto; 
}

.search-container form {
  display: flex;
  align-items: center; 
  
}

#searchInput {
  flex: 1; 
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 30px;  
  outline: none;
 
}



#searchResults {
  position: absolute;
  top: 45px; 
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 12px 12px;
  background: #fff;
  max-height: 250px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 1000;
}

#searchResults.show {
  opacity: 1;
  visibility: visible;
}



@media (max-width: 768px) {

  #home .topnav {
    padding: 10px 0;
  }

  #home .topnav a {
    margin: 4px 8px ;
    padding: 2px 4px ;
    border-radius: 6px ;
    font-size: 16px ;
  }

  #home .topnav a:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }

  #home .search-container {
    margin: 15px 12px 5px ;
  }

  #home .search-container input {
    border-radius: 25px ;
    padding: 12px 14px ;
    
  }

  #home .search-container button {
    padding: 12px ;
  }

  #home #searchResults li {
    padding: 12px 14px ;
  }

}

@media (max-width: 768px) {

  #home .content {
    padding: 30px 15px ;
    text-align: center ;
  }


@media (max-width: 768px) {

  #home .content h3 {
    font-size: 28px ;  
    line-height: 1.35 ;
    letter-spacing: 0.6px ;
    max-width: 95% ;
  }

}

}

  
@media (max-width: 768px) {
  footer p {
    width: 100% ;      
    max-width: 100% ;   
    box-sizing: border-box ;
    padding: 2px 4px ;   
    text-align: center ;
    word-wrap: break-word ; 
    margin-left: 70px;
    font-size: 10px;
  }

  .footer-booking-btn{
    margin-right:200px ;
  }

  .social-links-container {
    margin-top: 10px;
     display: flex;             
    justify-content: flex-start; 
    padding: 10px 60px;        
    gap: 2px; 
                 
}

.social-links-container a {
   
  font-size: 25px;   
  transition: 0.3s ease;
  margin-left: 18px;
  margin-right: 30px;
}

}


@media (max-width: 768px) {

  /* Fix slideshow container for mobile */
  .slideshow-container {
    max-width: 100%;
    padding: 0 10px;
  }

  /* Override image size ONLY on mobile */
  .mySlides img {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
  }

  /* Fix caption text position on mobile */
  .text {
    position: static;
    margin-left: 0;
    font-size: 12px;
    text-align: center;
     margin-top: 4px; 
    line-height: 1.3;
     padding: 4px 6px; 
  }

  /* Adjust slide number text */
  .numbertext {
    font-size: 11px;
    padding: 6px;
  }

  /* Fix arrows position on mobile */
  .prev,
  .next {
    top: 45%;
    font-size: 16px;
    padding: 10px;
  }

  .next {
    right: 0;
  }
}

@media (max-width: 768px) {
  #home {
    background-size:auto 100% ;   
    background-position: top center;  
  
  }

  

}

@media (max-width: 768px) {

  /* Make body content centered */
  body, html {
    text-align: center;   
  }

  /* Center all sections */
  section {
    display: flex;
    flex-direction: column;
    align-items: center;  
    justify-content: center; 
    padding: 10px;        
  }

  /* Center headings */
  h1, h2, h3, h4 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  /* Center paragraphs */
  p {
    text-align: center;
  }

  /* Center images outside slideshow */
  img {
    max-width: 100%;
    height: auto;
    margin: 10px auto;  
    display: block;
  }

  /* Center links, buttons */
  a, button {
    display: inline-block;
    text-align: center;
    margin: 5px auto;
  }

  /* Optional: center lists */
  ul, ol {
    padding-left: 0;
    text-align: center;
    list-style-position: inside;
  }

}

  