
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
  }
 
  
  .navbar-toggler {
  border: none;
  outline: none;
  }
  
  .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-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  .navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background-color: #7D0A0A;
  }
  
  .logo-text {
    font-family: 'Brush Script MT', cursive;
    font-size: 2.2rem;
    color: #fff !important;
  }
  
  .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 0 !important;
  }
  
  .nav-link.active {
    font-weight: bold;
    color: #f9d423 !important;
  }
  
  .golden-btn {
    background-color: #FFD700 !important; 
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 30px;  
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    box-shadow: 0 0 12px #FFD700aa;  
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  body {
    padding-top: 100px; 
  }
  
  @media (max-width: 767px) {
    .navbar-collapse {
        width: 100%;
        text-align: center;
    }
    .navbar-toggler {
        background-color: transparent;
    }
  }

 .text-golden {
  color: #7D0A0A;
  font: italic 900 43.8px Tiempos Headline;}


.service-card img {
  height: 200px;            
  object-fit: cover;        
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.service-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}


.golden-btn {
  background-color: #7D0A0A;
  color: white;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  padding: 0.5rem 1.5rem;
  transition: background-color 0.3s ease;
}



.faq {
  background-color: #FFDF88;
  padding: 60px 20px;
 
}



.faq h4 {
  color: #7D0A0A;
  font: italic 900 43.8px Tiempos Headline;

  margin-bottom: 5px;
  font-size: 1.2rem;
}

.faq p {
  font-size: 1rem;
  font: italic 900 43.8px Tiempos Headline;

  color: black;
  line-height: 1.6;
  margin-bottom: 10px;
}

.faq ul {
  padding-left: 0;
}

.faq ul li {
  font-size: 1rem;
  color: black;
  font: italic 900 15.8px Tiempos Headline;

  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.faq ul li i {
  color: black;
  margin-right: 10px;
  font-size: 1.1rem;
}


  

.footer-link {
    color: #ffffffcc;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .footer-link:hover {
    color: #f9d423;
    text-decoration: underline;
  }
  
  .logo-text {
    font-family: 'Brush Script MT', cursive;
    font-size: 2rem;
  }
  body {
    background-color: #fffaf0;
    font-family: 'Segoe UI', sans-serif;
  }
  .text-golden {
    color: #b38728;
  }
  .golden-btn {
    background-color: #b38728;
    color: white;
    border: none;
  }
  .golden-btn:hover {
    background-color: #9b6f22;
  }
  .contact-form {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .contact-info {
    background-color: #f8f4e3;
    padding: 30px;
    border-radius: 15px;
    height: 100%;
  }