/* RESET & BASE */
* {
  margin: 0;
  padding: 0;
overflow-x: hidden;
}

body {
  font-family: 'Georgia', serif;
  background-color: #fdfdf9;
  color: #000;

}

/* ========== NAVBAR ========== */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px;
  position: relative;
}

.logo img {
  height: 40px;
}

.nav-links {
  list-style: none;
  display: none;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  z-index: 999;
}

.nav-links li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}

.book-btn {
  display: none;
}

.book-btn a {
  text-decoration: underline;
  font-weight: 500;
  color: #000;
}

.hamburger {
  font-size: 1.5rem;
  cursor: pointer;
  display: block;
}


.navbar.active .nav-links {
  display: flex;
}

/* ========== HERO SECTION ========== */
.hero {
  background: linear-gradient(to bottom, #2b2f26 50%, #2b2f26 50%);
  
  width: 100vw;
  height: 100vh;
 
}
.hero-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
   color: #d4c4a8;
  text-align: center;
  overflow: hidden;
  position: relative;

}

.hero h1 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin: 20px 0 10px;
}

.hero .text {
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
}

.hero-img img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  background-color: #fff;
  padding: 20px;
  margin: 10px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/*content section*/
.container {
  display: block;
   margin-top: 20%;

}

.text-content {
  margin-bottom: 20px;
}

.text-content h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

.text-content h2 {
  font-size: 1rem;
  margin: 10px 0;
}

.text-content p {
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.text-content h3 {
  margin-top: 20px;
  font-size: 0.95rem;
  font-weight: bold;
}

.text-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
}

.text-content ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.text-content ul li::before {
  content: '✶';
  position: absolute;
  left: 0;
  color: #888;
}

.image-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-content img {
  width: 300px;

height: 350px;  
padding: 10px;
/* object-fit: contain; */
/* width: 100%; */
  /* height: auto; */
  border-radius: 8px;
}

.symbols{
  display: flex;
  width: 90%;
}
.profile-container2 {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  background-color: #fdfdf9;
}

.content-wrapper2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.profile-image2 img {
  /* width: 100%; */
  max-width: 500px;
  margin-top: 10%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.profile-info2 {
  text-align: center;
  color: #4B5320;
  text-align: justify;
}

.profile-info2 h1 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.profile-info2 p {
  font-size: 16px;
  line-height: 1.6;
  white-space: pre-line;
}

/* Decorative image below content */
.small {
  margin-top: 40px;
  text-align: center;
}

.small img {
  width: 100px;
  height: auto;
  opacity: 0.8;
  transition: transform 0.3s ease;
}

.small img:hover {
  transform: scale(1.05);
}
.description{
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    line-height: 1.;
}
.image-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

/* Default: Mobile - 1 image per row */
.img-box {
  flex: 1 1 100%;
  max-width: 100%;
  margin-top: 7%;
}

.img-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

footer {
  background-color: #f8f8f6;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-section {
  width: 100%;
}

.footer-section h3,
.footer-section h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #2d2d2d;
}

.footer-section p {
  margin: 5px 0;
  color: #4B5320;
  font-size: 14px;
}

.newsletter-input {
  display: flex;
  border-bottom: 1px solid #4B5320;
  align-items: center;
  padding-bottom: 5px;
  max-width: 100%;
}

.newsletter-input input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 14px;
}

.newsletter-input button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #2d2d2d;
}
.footer-bottom {
  background-color: #f8f8f6;
  padding: 30px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
  color: #2d2d2d;
}

.footer-logo-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.logo1 {
  font-family: 'Georgia', serif;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 2px;
  color: #2d2d2d;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background-color: #d3d6c9;
  border-radius: 50%;
  color: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

.social-icons a:hover {
  background-color: #4b5320;
  color: white;
}

.footer-logo-social .copyright {
  font-size: 14px;
  margin-top: 10px;
}
/* ========== TABLET STYLES (≥768px) ========== */
@media(min-width: 768px) {
  .nav-links {
    display: flex;
    position: static;
    flex-direction: row;
    gap: 2rem;
    width: auto;
    background: none;
    padding: 0;
  }

  .hamburger {
    display: none;
  }

  .book-btn {
    display: block;
  }

  .container {
    display: flex;
    /* gap:1  0px; */
    margin-top:50px;
    margin-left: 30px;
    align-items: flex-start;
  }

  .text-content,
  .image-content {
    flex: 1;
  }




.image-content {
  position: relative;
  height: 500px; 
  margin-right:30px;;
  /* Enough vertical space to see both images clearly */
}

.symbols {
  position: absolute;
 
  left: 50%;
 
  width: 50%;
  text-align: left;
  top: 190%;
  left:10%;
}

.symbols img {
  top:1%;
  width: 50%;
  height: auto;
   
}





.img2 {
  position: absolute;
  left: 70%;
  width: 300px;
  height: 400px;
  transform: translate(-50%, -50px);
 
}


.img1 {
  position: absolute;
  width: 30%;
  top: 250px; /* Increased from 200px */
  height: 200px;
  transform: translateY(-100px); 
  z-index: 1; 
}


}

.description h1 {
  

 
  text-align: center;
  color: #4B5320;
  left: 40%;
}

 
 @media (min-width: 768px) {
  .img-box {
  flex: 1;
  max-width: 50%;
}
}
@media (min-width: 768px) {
  .footer-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }

  .footer-section {
    flex: 1 1 200px;
    max-width: 220px;
  }

  .newsletter-input {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .logo1 {
    font-size: 48px;
  }
}
/* ========== DESKTOP STYLES (≥992px) ========== */
@media  (min-width: 992px) {
  .logo img {
    height: 50px;
  }

  .nav-links li a {
    font-size: 1.1rem;
  }

  .book-btn a {
    font-size: 1rem;
  }
   

  .hero-text{
   margin-top: 90px;
    text-align: center;
    font-size: 3rem;
   
  }
  .hero .text {
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
}

  .hero-img img {
   
    width: 400px;
    height: 500px;
    padding: 30px;

  }
  .symbols {
  position: absolute;
 
  left: 50%;
 
  width: 50%;
  text-align: left;
  top: 1460px;
  left:10%;
}
  .img1 {
  position: absolute;
  width: 75%;
  top: 250px; 
  height: 150px;
  z-index: 1;
  transform: translateY(-100px);
}

.img2 {
  width: 55%;
  margin-top: 90px;
}

}

@media (min-width: 992px) {
  .footer-logo-social {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  .logo1 {
    font-size: 56px;
  }

  .copyright {
    
    text-align: right;
    font-size: 15px;
  }
}