html {
  scroll-behavior: smooth;
}

body {
  padding-top: 80px; 
  
}

.nav-link.active {
  font-weight: bold;
  color: #3ddaff !important; 
  border-bottom: 2px solid #3ddaff;
}

.navbar-brand img {
  max-height: 40px;
  width: auto;
}

.navbar-toggler {
  background-color:#1F3E78;  
}

.btn{
  background-color: #1F3E78;
  color: white;
  width: 166px;
  height: 60px;
  font-family: "DM Sans" sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.1rem;
  align-content: center;

}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.custom-nav-item {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;

}
.mobile-booking-btn {
  z-index: 1050; 
  border-radius: 12px;
  font-size: 1rem;
  padding: 0.75rem 1rem;
}

.container,
.container-fluid > .container {
  max-width: 1200px; 
}

.subtitle {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0%;
  color: #555;
  margin-bottom: 0.25rem;
}

.stat h4,
.stat p {
  font-family: "DM Sans", sans-serif;
}

.stat h4 {
  font-weight: 700;
  font-size: 2rem;
  color: #262626;
  margin: 0.25rem;
}

.stat p {
  font-weight: 400;
  font-size: 1rem;
  color: #454545;
  margin: 0;
  overflow-wrap: break-word;
}

.consultation-section {
  min-height: 563px;
  width: 100%;                          
  background: url("images/img_lady_wacum.jpeg") center center / cover no-repeat;
  position: relative;
  padding: 60px 0;                      
  display: flex;
  align-items: center;
}

.form-container {
  background: white;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 500px;      
  margin: 0 auto;
  animation: popIn 0.6s ease-out;
}

@keyframes popIn {
  0% { transform: scale(0.9); opacity: 0; }
  50% { transform: scale(1.02); opacity: 1; }
  100% { transform: scale(1); }
}

.success-animation {
  animation: popIn 0.5s ease-out;
  border: 2px solid #198754;
  background-color: #d1e7dd;
  color: #0f5132;
  padding: 1rem;
  border-radius: 0.5rem;
}


.section-heading {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1.3;
  margin: 0;
  text-align: left;
  word-wrap: break-word;
  max-width: 100%;
  overflow-wrap: break-word;
  
}
.section-heading .gradient {
  color: #3ddaff;
  background: linear-gradient(90deg, #3ddaff, #a9ff69);
  background-clip: border-box;
  mask-image: linear-gradient(90deg, #3ddaff, #a9ff69);
  mask-size: 100%;
  mask-repeat: no-repeat;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}  

@media (max-width: 576px) {
  .section-heading {
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
  }
}


.mission-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin: 0 auto;
}

.about-img {
  width: 100%;
  height: 100%;            /* Fill the container’s full height */
  object-fit: cover;       /* Crop or expand image to cover the container */
}

.eco-text h3,
.eco-text p {
  font-family: 'Poppins', sans-serif;
}

.eco-text h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.eco-text p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 0;
}

.plant {
  background: url('images/plant.jpg') center center / cover no-repeat;
  width: 260px;
  height: 255px;
  border-radius: 6px;
  margin: 0 auto;
}

.min-design {
  background-image: url(images/int_design_min.jpg);
  width: 300px;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  color: #fff;
  border-radius: 8px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5)
}


.services.h2{
  font-family: "DM Sans", sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 2%;

}

/* Team Section */
.team-member img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.role {
  font-size: 0.95rem;
  color: #666;
}


.team-section h2 {
  font-size: 2em;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-member {
  background-color: #fff;
  color: #333;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.team-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
.team-member h3 {
  font-size: 1.2em;
  margin: 0 0 5px 0;
}

.team-member p {
  margin: 0;
  font-size: 0.95em;
  color: #666;
}

.role {
  color: #999;
  font-style: italic;
  margin-top: 5px;
}

.highlight {
  color: #333;
  font-weight: bold;
}

/* Card Component */
.card {
  font-family: 'Poppins', sans-serif;
  background: white;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  height: auto;
  min-height: 200px;
  position: relative;
  border: 2px solid transparent;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card-img-top {
  width: 80px;
  height: 80px;
}

.card-text {
  font-family: 'Poppins', sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.97);
  padding: 1rem;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
  pointer-events: none;
}

.card:hover .card-text,
.card.active .card-text {
  opacity: 1;
  transform: translateY(0%);
  pointer-events: auto;
}


/* Modal Windows */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
}

.modal-content h4 {
  margin-top: 0;
}

.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}

/* Modal Animations */
@media (max-width: 768px) {
  .modal-content {
    padding: 1.5rem;
  }
  .modal-content h4 {
    font-size: 1.2rem;
  }
}

#team,
#booking {
  background-color: #f6f6f6;
}


#team p,
#booking p {
  color: #222;
}



/* Footer Styles */
.footer {
  background-color: #0f172a;
  color: #ffffff;
  padding: 2rem 0;
  font-size: 0.95rem;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.footer a:hover {
  color: #3ddaff;
  text-decoration: underline;
}

.footer svg {
  flex-shrink: 0;
}

.footer-bottom-line {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.footer-bottom-line p {
  margin: 0;
  font-size: 0.9em;
  color: #aaaaaa;
}

/* Subscribe Section */
.subscribe-section h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subscribe-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px;
  border: none;
  border-radius: 4px;
}

.subscribe-form button {
  background-color: #00bfff;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #008fcc;
}

/* Contact & Location Sections */
.contact-section h3,
.location-section h3 {
  margin-bottom: 15px;
  font-size: 1.1em;
  text-transform: uppercase;
}

.contact-section p,
.location-section p {
  margin: 5px 0;
  line-height: 1.5;
}

/* Social/Language Links */
.social-langs a {
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;
}

.social-langs a:hover {
  color: #00bfff;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.whatsapp-float img {
  display: block;
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
    padding: 8px;
  }
  .whatsapp-float img {
    width: 45px;
    height: 45px;
  }
}






/* Responsive Adjustments */
@media (max-width: 768px) {
  .hero {
    flex-direction: column; /* stack text and image */
  }
  .hero-content, .hero-image {
    margin: 10px 0;
  }
  .hero-content h1 {
    font-size: 1.7em;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 1.4em;
  }
  .cta-button {
    padding: 12px 20px;
  }
}

/* Footer Styles */
.footer a:hover {
  text-decoration: underline;
  color: #3ddaff;
}

.footer {
  background-color: #0f172a; /* deep navy/dark slate */
  color: #ffffff;
}

.footer svg {
  flex-shrink: 0;
}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 700px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  position: relative;
}

.modal-content h4 {
  margin-top: 0;
}

.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #333;
  cursor: pointer;
}



/* Subscription Section */
.subscribe-section h2 {
  font-size: 1.2em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.subscribe-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  padding: 10px;
  border: none;
  border-radius: 4px;
}

.subscribe-form button {
  background-color: #00bfff;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #008fcc;
}

/* Contact & Location Sections */
.contact-section h3,
.location-section h3 {
  margin-bottom: 15px;
  font-size: 1.1em;
  text-transform: uppercase;
}

.contact-section p,
.location-section p {
  margin: 5px 0;
  line-height: 1.5;
}

/* Optional: Social/Language links */
.social-langs a {
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;
}

.social-langs a:hover {
  color: #00bfff;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.whatsapp-float img {
  display: block;
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 15px;
    right: 15px;
    padding: 8px;
  }

  .whatsapp-float img {
    width: 45px;
    height: 45px;
  }
}
/* Footer Bottom Line */
.footer-bottom-line {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
}

.footer-bottom-line p {
  margin: 0;
  font-size: 0.9em;
  color: #aaaaaa;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer-top p {
    font-size: 1em;
  }
  .footer-bottom {
    grid-gap: 20px;
  }
}

@media (max-width: 480px) {
  .footer-top p {
    font-size: 0.95em;
  }
  .subscribe-form input[type="email"] {
    width: 100%;
  }
  .subscribe-form button {
    width: 100%;
  }
}

/* Newsletter / Subscribe Section */
.subscribe-section {
  text-align: center;
  padding: 3rem 1rem;
  background-color: #f5f5f5;
  color: #333;
}

.subscribe-section h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

.subscribe-form input[type="email"] {
  flex: 1 1 auto;
  min-width: 220px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.subscribe-form button {
  background-color: #00bfff;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
  background-color: #008fcc;
}

/* Mobile Tweaks */
@media (max-width: 480px) {
  .subscribe-form {
    flex-direction: column;
    gap: 8px;
  }

  .subscribe-form input[type="email"],
  .subscribe-form button {
    width: 100%;
  }
}




