* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial,
    sans-serif;
  color: #1a1a1a;
  background: #d3d3d3;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 500;
}
strong {
  font-weight: 500;
}

.header {
  background: url("/img/header.png");
  border-bottom: 1px solid #eee;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}

/* translate button */

@media (max-width: 600px) {
  iframe[src*="gtranslate"],
  .gtranslate_float,
  .gt_float_switcher {
    transform: scale(0.65);
  }
}

.logo {
  font-family: Roboto Slab;
  font-weight: 700;
  font-size: 20px;
  text-shadow: 1px 1px 1px #f5f5f5;
}

@media (min-width: 600px) {
  .logo {
    text-align: center;
  }
}

/* nav bar */

.nav-link {
  color: #020202 !important;
}
.nav-item {
  padding-right: 5px;
}
.nav-item:hover {
  background-color: #b1935a;
  border-radius: 5%;
}

main {
  max-width: 1100px;
  margin: auto;
  padding: 40px 20px;
}

.hero {
  padding: 40px 0 40px;
  text-align: center;
}

.hero h1 {
  font-family: Roboto Slab;
  font-size: 32px !important;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero h2 {
  font-family: Montserrat;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 20px;
}

h3 {
  font-family: Lora;
}

.hero p {
  font-size: 18px;
  color: #444;
  max-width: 720px;
  margin: auto;
}

.cta {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 30px;
  background: #55110f;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
}
.cta:hover {
  background: #b1935a;
  padding: 16px 32px;
  color: #fff;
  text-shadow: 2px 2px 2px #1a1a1a;
  transition: 0.2s;
  box-shadow: 2px 2px 2px 4px #7e6a47db;
}

.trust {
  background: url("/img/img-red.jpg") center / cover no-repeat;
  padding: 70px 10px;
  position: relative;
  margin-top: 25px;
}
.trust-inner {
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.trust-list {
  width: 50%;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.trust-list li {
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.logos {
  margin-top: 25px;
}

.trust-img {
  border-radius: 5%;
  box-shadow: 2px 2px 4px #444;
  max-height: 150px;
}

/* Mobile */
@media (max-width: 768px) {
  .trust-list {
    width: 70%;
  }
}
.animate-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1.2s ease;
}

.animate-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.services {
  margin: 40px 0;
}

.services h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
}
.services a {
  margin: auto;
}
.service-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.service {
  display: flex;
  width: 100%;
  padding: 12px 8px;
  background: #f9fafb;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px #b2b4b8;
}

.service-grid h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.service:hover {
  transform: translateY(-3px);
  box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.63);
}

.process {
  margin: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.process h2 {
  margin-bottom: 30px;
}

.stamp {
  position: absolute;
  bottom: 0px;
  right: 100px;
  width: 140px;
  height: auto;
  opacity: 0.85;
  z-index: -10;
  filter: contrast(1.2);
}
@media (max-width: 768px) {
  .stamp {
    width: 110px;
    bottom: 10px;
    right: 10px;
    opacity: 0.7;
  }
}

@media (max-width: 566px) {
  .stamp {
    width: 90px;
    bottom: 10px;
    right: 10px;
    opacity: 0.4;
  }
}

.stamp-wrapper {
  position: relative;
}

.quote {
  margin: 40px 0 60px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.quote h2 {
  margin-bottom: 20px;
}

.response-time {
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.7;
}

footer {
  margin: 0;
  border-top: 1px solid #eee;
  padding: 20px 20px 0px;
  text-align: center;
  font-size: 14px;
  color: #f5f5f5;
  background-color: #55110f;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 30px;
  }
}

.fa-envelope {
  font-size: 3.8rem;
  color: #55110f;
}
.fa-envelope:hover {
  transition: 0.2s;
  font-size: 4.2rem;
  color: #b1935a;
}

/*   faq   */

.faq p {
  margin: 15px auto;
}

.faq a {
  text-decoration: underline;
}
.faq a:hover {
  text-shadow: 1px 1px 2px #48434356;
}

.tips {
  margin: 40px auto;
}

.tips li {
  list-style: none;
}

.tips li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.tips li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}

/*   contact  */

.contact li {
  margin-left: 25px;
  list-style-type: circle;
}

.contact {
  position: relative;
}

.contact a:hover {
  font-size: 1.05rem;
}

/*   whatsapp button */

.wapp-chat-btn {
  background-color: #25d366;
  color: #ffffff;
  font-family: sans-serif;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em 0.8em;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wapp-chat-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
}
.wapp-chat-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

/*   about me */

.about-me li {
  margin-left: 20px;
}

.about-me img {
  max-height: 400px;
}

.home-button {
  font-weight: 500;
  color: #1a1a1a;
  width: 100%;
  padding: 12px 16px;
  background: #f9fafb;
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px #b2b4b8;
  margin: auto;
}

.home-button:hover {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.63);
}
