.first-color {
  color: #FF8C42 !important; 
  /* Laranja principal da Coyucos */
}

.third-color {
  color: #5DD9C1 !important;
  /* Azul/verde água complementar */
}

body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #FF8C42;
}

a:hover {
  color: #5DD9C1;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satisfy", sans-serif;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 30px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: white;
  text-decoration: none;
}

#header .logo img {
  padding: 0px;
  margin: -10px;
  max-height: 75px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  background: #FF8C42;
  color: white;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #5DD9C1;
  color: white;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 5px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FF8C42;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: white;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: white;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #FF8C42;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: white;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #FF8C42;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: white;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  animation-delay: 0.8s;
  color: white;
  border: 2px solid #5DD9C1;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #FF8C42;
  color: white;
}

@media (max-width: 408px) {
  .carousel-content {
    margin-top: 150px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  .carousel-content {
    margin-top: 100px;
  }
  .carousel-content p{    
    text-align: justify;
  }
  #hero .carousel-control-prev-icon,
  #hero .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #5f5950;
}

.section-title h2 span {
  color: #5DD9C1;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}




/*--------------------------------------------------------------
# Whu Us
--------------------------------------------------------------*/
.why-us .box-1 {
  padding: 50px 30px;
  border: 1px solid green;
  border-radius: 8px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.why-us .box-1 span {
  display: block;
  font-size: 28px;
  font-weight: 700;
}

.why-us .box-1 h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #444444;
}

.why-us .box-1 p {
  color: #FF8C42;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box-1:hover {
  background: #FF8C42;
  color: white;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box-1:hover span,
.why-us .box-1:hover p {
  color: white !important;
}

.why-us .box-1:hover h4 {
  font-weight: normal !important;
  color: white !important;
}

.why-us .box-2 {
  padding: 50px 30px;
  border: 1px solid #444444;
  border-radius: 8px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.why-us .box-2 span {
  display: block;
  font-size: 28px;
  font-weight: 700;
}

.why-us .box-2 h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #444444;
}

.why-us .box-2 p {
  color: #444444;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box-2:hover {
  background: #444444;
  color: white;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box-2:hover span,
.why-us .box-2:hover p {
  color: white !important;
}

.why-us .box-2:hover h4 {
  font-weight: normal !important;
  color: white !important;
}

.why-us .box-3 {
  padding: 50px 30px;
  border: 1px solid #5DD9C1;
  border-radius: 8px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.why-us .box-3 span {
  display: block;
  font-size: 28px;
  font-weight: 700;
}

.why-us .box-3 h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #444444;
}

.why-us .box-3 p {
  color: #5DD9C1;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box-3:hover {
  background: #5DD9C1;
  color: white;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box-3:hover span,
.why-us .box-3:hover p {
  color: white !important;
}

.why-us .box-3:hover h4 {
  font-weight: normal !important;
  color: white !important;
}

/* Animação inovadora para a imagem da seção 'Quem Somos' */
.about .video-box img {
  width: 80%; /* Exemplo de ajuste de tamanho */
  height: auto;
  border-radius: 10px;
  transition: all 0.6s ease-in-out;
  animation: image-float 3s ease-in-out infinite alternate;
}

.about .video-box img:hover {
  transform: scale(1.03);
}

@keyframes image-float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: white;
}

.contact .info i {
  font-size: 20px;
  color: #5DD9C1;
  float: left;
  width: 44px;
  height: 44px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

.contact .info:hover i {
  color: #FF8C42;
  border: 1px solid #FF8C42;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #35322d;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer img {
height: 60px;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 20px 0;
}

#footer .social-links {
  margin: 0 0 20px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #46423b;
  color: white;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5DD9C1;
}

#footer .copyright {
  margin: 0 0 5px 0;
   font-size: 12px;
}

#footer .credits {
  font-size: 10px;
}


/*--------------------------------------------------------------
# Featured Products Gallery Section
--------------------------------------------------------------*/
.featured-products {
  padding: 60px 0;
  background: #f8f9fa;
}

.products-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.products-slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.products-slider {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
  padding: 10px 0;
}

.product-card {
  min-width: 320px;
  max-width: 320px;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #FF8C42;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.1);
}

.product-info {
  padding: 20px;
}

.product-info h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  min-height: 44px;
}

.product-info p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  min-height: 40px;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.product-price {
  font-size: 24px;
  font-weight: 700;
  color: #FF8C42;
}

.btn-comprar {
  background: #5DD9C1;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-comprar:hover {
  background: #FF8C42;
  transform: scale(1.05);
}

.slider-btn {
  background: #FF8C42;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.slider-btn:hover {
  background: #5DD9C1;
  transform: scale(1.1);
}

.slider-btn i {
  line-height: 0;
}

@media (max-width: 768px) {
  .product-card {
    min-width: 280px;
    max-width: 280px;
  }
  
  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .products-slider-wrapper {
    gap: 10px;
  }
}

/*--------------------------------------------------------------
# Products Catalog Section
--------------------------------------------------------------*/
.products-catalog {
  padding: 60px 0;
  background: white;
}

#products-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

#products-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: white;
  border: 2px solid #5DD9C1;
  border-radius: 50px;
}

#products-filters li:hover,
#products-filters li.filter-active {
  color: white;
  background: #FF8C42;
  border-color: #FF8C42;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.product-item {
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.product-card-catalog {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card-catalog:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
/* Estilos para o logo 'F' nos badges de produto */
.product-badge .logo-f-badge {
  width: 25px; /* Você pode ajustar este tamanho se achar necessário */
  height: auto;
}

.product-badge {
  background-color:#FF8C42; /* Remove o fundo laranja do selo */
  padding: 0; /* Remove o espaçamento interno */
  /* Ajustes para garantir que o logo fique bem posicionado */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-badge-catalog {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #FF8C42;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 10;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-image-catalog {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-catalog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card-catalog:hover .product-image-catalog img {
  transform: scale(1.1);
}

.product-info-catalog {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-info-catalog h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  min-height: 44px;
}

.product-info-catalog p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  flex-grow: 1;
}

.product-footer-catalog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #e8e7e4;
}

.product-price-catalog {
  font-size: 24px;
  font-weight: 700;
  color: #FF8C42;
}

.btn-comprar-catalog {
  background: #5DD9C1;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-comprar-catalog:hover {
  background: #FF8C42;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .product-item {
    margin-bottom: 20px;
  }
  
  #products-filters {
    gap: 10px;
  }
  
  #products-filters li {
    padding: 10px 20px;
    font-size: 13px;
  }
}



/* Correção para o Carrossel de Produtos em Destaque em Dispositivos Móveis */
@media (max-width: 767px) {
  .products-slider-wrapper {
    position: relative; /* Essencial para posicionar os botões */
    overflow: hidden; /* Garante que o conteúdo fora do wrapper seja escondido */
  }

  .products-slider-container {
    display: flex;
    overflow-x: scroll; /* Permite a rolagem horizontal */
    scroll-snap-type: x mandatory; /* Força o alinhamento dos cards */
    -webkit-overflow-scrolling: touch; /* Melhora a rolagem em iOS */
    padding: 0 15px; /* Adiciona um padding para as laterais do slider */
    margin: 0 -15px; /* Compensa o padding do wrapper */
  }

  .products-slider {
    display: flex;
    flex-wrap: nowrap; /* Impede que os cards quebrem para a linha de baixo */
    gap: 20px; /* Espaçamento entre os cards */
  }

  .product-card {
    flex: 0 0 calc(100% - 30px); /* Ocupa 100% da largura menos o padding */
    scroll-snap-align: start; /* Alinha o início do card ao ponto de snap */
    margin-right: 0; /* Remove margem extra se houver */
  }

  .slider-btn {
    display: none; /* Oculta os botões de navegação em mobile, pois a rolagem manual será usada */
  }
}




/* Estilos para o novo formulário de contato */
.php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}

.php-email-form .form-group {
  padding-bottom: 8px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c00;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: #FF8C42;
}

.php-email-form input {
  height: 44px;
}

.php-email-form textarea {
  padding: 10px 12px;
}

.php-email-form button[type="submit"] {
  background: #FF8C42;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.php-email-form button[type="submit"]:hover {
  background: #5DD9C1;
}

/* Ajustes para o layout de 'formulário dentro de outro' */
.contact .php-email-form {
  margin-top: 30px; /* Espaçamento entre as informações de contato e o formulário */
}

.contact .info-wrap {
  margin-bottom: 30px; /* Espaçamento entre as informações de contato e o formulário */
}

/* Media queries para responsividade do formulário */
@media (max-width: 768px) {
  .php-email-form .row .form-group {
    margin-bottom: 15px; /* Espaçamento entre os campos em telas pequenas */
  }
  .php-email-form .row .form-group.mt-3.mt-md-0 {
    margin-top: 0 !important; /* Remove o margin-top extra em telas pequenas */
  }
}