html, body {
    padding: 0;
    margin: 0;
    font-family: sans-serif, 'Bruno Ace SC', 'Uncial Antiqua', 'Fugaz One', 'Alkatra';
    background-color: #2b2b2b;
    color: #EFEFEF;
}

header {
  background: rgba(43,43,43,0.95);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0,0,0,0.35);
position: sticky;
}

header.shrink {
  padding: 8px 50px;
  background: rgba(30,30,30,0.98);
}

header img {
  height: 64px;   
  width: 208px;   
  overflow: hidden;
  object-fit: cover;
  transition: all 0.3s ease;
}

header.shrink img {
  height: 50px;   
  width: 160px;
}


nav {
  display: flex;
  gap: 20px;
}

nav a {
  color: #efefef;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  position: relative;
}

nav a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -4px;
  background: #a0765b;
  opacity: 0.05; 
  transition: width 0.6s ease, opacity 0.3s ease 0.05s; 
}

nav a:hover::after {
  width: 100%;
  opacity: 1; 
}

nav a.active.animate::after {
  width: 100%;
  opacity: 1; 
}

.nav-links {
  display: flex;
  gap: 20px;
}

.nav-btn {
  display: none; 
}

.services {
  padding: 60px 20px;
}

a {
color: #f2e9e4;
}

.services h2 {
  text-align: center;
  font-family: 'Fugaz One', sans-serif;
  font-size: 42px;
  margin-bottom: 30px;
}

.package-note {
display: flex;
justify-content: center;
transform: translateY(-25px)
}

.package-note p {
  
  color: #EFEFEF;
  font-family: 'Alkatra', sans-serif;
  font-size: 16px;
max-width: 650px;
  text-align: center;
margin: 0px;
padding: 0px;
}

.services .services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-bottom: 40px;
}

.services .service-card {
  background: linear-gradient(145deg, #5c4438, #7d5c48);
  border: 2px solid #a0765b;
  border-radius: 12px;
  padding: 25px;
  width: 280px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
}

.services .service-card.visible {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease;
}

.services .service-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0,0,0,0.6);
}

.services .service-card h3 {
  font-family: 'Bruno Ace SC', sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
}

.services .price {
  font-weight: bold;
  color: #eed9c4;
  margin-bottom: 15px;
}

.services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services li {
  margin: 8px 0;
  font-size: 15px;
  color: #f2e9e4;
}

.services .service-banner {
  background: rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 10px;
  margin-top: 15px;
  font-size: 14px;
}

.services .custom-btn {
  background: #a0765b;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-block;
}

.services .custom-btn:hover {
  background: #efefef;
  color: #2b2b2b;
}

.services .custom-card {
  display: flex;
  flex-direction: column;
}

.services .custom-card .custom-desc {
  font-size: 15px;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Alkatra', sans-serif;
}

.process-section {
  padding: 60px 20px;
  background-color: #252525;
}

.process-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.process-section .section-title {
  text-align: center;
  font-family: 'Fugaz One', sans-serif;
  font-size: 42px;
  margin-bottom: 20px;
  color: #EFEFEF;
}

.process-section .section-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
  color: #EFEFEF;
  font-family: 'Alkatra', sans-serif;
  font-size: 18px;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.process-step {
  background: linear-gradient(145deg, #5c4438, #7d5c48);
  border: 2px solid #a0765b;
  border-radius: 12px;
  padding: 30px 20px;
  width: 260px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.6);
}

.step-number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #a0765b;
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  font-family: 'Bruno Ace SC', sans-serif;
}

.step-title {
  font-family: 'Bruno Ace SC', sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  color: #EFEFEF;
}

.step-text {
  color: #f2e9e4;
  font-size: 15px;
  font-family: 'Alkatra', sans-serif;
}

.faq-section {
  max-width: 800px;
  margin: 50px auto;
  color: #F2E9E4;
  font-family: 'Alkatra', sans-serif;
  padding: 0 20px; 
}

.faq-section h2 {
text-align: center;
    font-family: 'Fugaz One';
    font-size: 40px;
    padding: 20px;
    color: #EFEFEF;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #5C4438;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 18px;
  padding: 12px 0;
  cursor: pointer;
  color: #F2E9E4;
}

.faq-question:focus {
  outline: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 0; 
}

.faq-answer.open {
  max-height: 1000px; 
  padding: 12px 0 12px 0; 
  margin-bottom: 10px;
}

.guarantee-section {
margin-top: 30px;
background-color: #313131;
text-align: center;
padding-bottom: 40px;
padding: 10px;
padding-top: 20px;
max-width: 100%
}

.guarantee-section h2 {
font-family: 'Fugaz One';
font-size: 30px;
color: #F2E9E4;
margin: 5px;
}

.guarantee-section p {
font-family: 'Alkatra';
color: #F2E9E4;
font-size: 20px;
}

.site-footer {
  background-color: #5C4438;
  color: #F5F5F5;
  font-family: sans-serif;
  padding: 40px 20px 5px;
  max-width: 100%;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #313131;
}

.footer-section a {
  display: block;
  color: #F5F5F5;
  text-decoration: none;
  margin: 5px 0;
  font-size: 14px;
}

.footer-section a:hover {
  color: #2b2b2b;
}

.footer-logo img {
  width: 160px;
}

.footer-contact p {
  margin: 5px 0;
  font-size: 14px;
}

.footer-social a img {
  width: 25px;
  margin-right: 10px;
  vertical-align: middle;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  color: #CCCCCC;
}

@media (max-width: 768px) {
   
   nav a {
	  font-size: 16px;
	}
	
	nav {
    position: relative; 
  }

  .nav-links {
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    gap: 10px;
    background-color: #222;
    padding: 0 10px; 
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
	min-width: 150px;
    z-index: 1000;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }

  .nav-links.open {
    max-height: 500px; 
    padding: 10px;     
  }

  .nav-btn {
    display: block;
    background: none;
    border: 2px solid #efefef;
    color: #efefef;
    font-size: 18px;
    padding: 6px 12px;
    cursor: pointer;
	}

 
}

@media (max-width: 480px) {
  header img {
   width: 50%;
  }

  .guarantee-section h2, .faq-section h2 {
   font-size: 30px;
}
}