/********** Template CSS **********/
:root {
  --primary: #57518a;
  --light: #feeeb8;
  --dark: #6058c4;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semi-bold {
  font-weight: 600 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #9a9a9a;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.image_main {
  height: 800px;
  object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

.booking {
  position: relative;
  margin-top: -100px !important;
  z-index: 1;
}


/*** Footer ***/
.newsletter {
  position: relative;
  z-index: 1;
}

.footer {
  position: relative;
  /* margin-top: -110px;
    padding-top: 180px; */
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}


.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

@media (max-width: 700px) {
  .cookie-wrapper {
    width: 100%;
  }
}

.cookie-wrapper {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 40%;
  background: #fff;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgb(0, 0, 0);
  z-index: 999;
  @media (max-width: 600px) {
    width: 100%;
  }
}
.cookie-wrapper h2{
  font-size: 28px;
}
.cookie-wrapper .show {
  right: 20px;
}

.hidden {
  display: none;
}
header i {
  color: #57518a;
  text-align: center;
}
header h2 {
  color: #57518a;
  font-weight: 500;
  text-align: center;
}
.data {
  text-align: center;
}
.data p a {
  color: #57518a;
  text-decoration: none;
  text-align: center !important;
}
.data p a:hover {
  text-decoration: underline;
}
.buttons {
  padding: 20px 0px;
  text-align: center;
}
.buttons .cookie-button {
  border: 2px solid #57518a;
  color: #fff;
  padding: 8px 0;
  background: #57518a;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.5s ease;
  max-width: 150px;
  border-radius: 0;
}
.buttons #acceptBtn:hover {
  background-color: transparent;
  color: #57518a;
}
#declineBtn {
  background-color: #fff;
  color: #57518a;
}
#declineBtn:hover {
  background-color: #57518a;
  color: #fff;
}


/* Contáctanos Block */
.contact-section {
  background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
  padding: 4rem 0;
}

.contact-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #434ea7;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2rem;
}


@media (max-width: 680px) {
  .contact-title {
    font-size: 1.5rem;
  }
}


.contact-info .info-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.info-list li {
  font-size: 1.1rem;
  color: #555;
}

.map-container iframe {
  transition: transform 0.3s ease;
}
.map-container iframe:hover {
  transform: scale(1.02);
}

.form-section {
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}
.form-section:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.form-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #434ea7;
  margin-bottom: 1rem;
}
.form-description {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1.5rem;
}
.form-placeholder form .form-control {
  border-radius: 5px;
}

/* new styles  */
:root {
  --primary-color: #24148b;
  --secondary-color: #434ea7;
  --bg-color: #fff;
  --text-dark: #333;
}
.recipe-section {
  min-height: 100vh;
}

.recipe-img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(36, 20, 139, 0.15);
}

.section-title {
  color: var(--primary-color);
  font-weight: 700;
  display: inline-block;
}

.recipe-title {
  color: var(--primary-color);
  font-weight: 600;
}

.recipe-description {
  color: var(--secondary-color);
  font-style: italic;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.ingredient-item {
  position: relative;
  padding-left: 25px;
}

.ingredient-item::before {
  content: "restaurant";
  font-family: 'Material Icons';
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-size: 16px;
  top: 2px;
}

.preparation-box {
  background: linear-gradient(135deg, rgba(36, 20, 139, 0.05), rgba(67, 78, 167, 0.05));
  border-left: 4px solid var(--primary-color);
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: 1rem;
}

.steak-icon {
  color: var(--secondary-color);
  font-size: 2rem;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .recipe-img {
      height: 40vh;
      margin-bottom: 2rem;
  }
  
  .recipe-section {
      min-height: auto;
      padding: 2rem 0;
  }
}
.cooking-section {
  background: linear-gradient(135deg, rgba(36, 20, 139, 0.03), rgba(67, 78, 167, 0.03));
  min-height: 100vh;
}

.section-title {
  color: var(--primary-color);
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(36, 20, 139, 0.1);
}

.section-subtitle {
  color: var(--secondary-color);
  font-size: 1.3rem;
  font-weight: 500;
}

.cooking-card {
  background: var(--bg-color);
  border: 2px solid transparent;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(36, 20, 139, 0.1);
  height: 100%;
  cursor: pointer;
}

.cooking-card:hover {
  transform: translateY(-10px);
  border-color: var(--secondary-color);
  box-shadow: 0 15px 35px rgba(36, 20, 139, 0.2);
}

.cooking-card.selected {
  border-color: var(--primary-color);
  background: linear-gradient(135deg, rgba(36, 20, 139, 0.05), rgba(67, 78, 167, 0.05));
}

.steak-icon-placeholder {
  width: 100px;
  height: 100px;
  text-align: center;
  object-fit: contain;
}

.steak-icon-placeholder::before {
  content: "🥩";
  font-size: 2.5rem;
  filter: grayscale(1) brightness(0) invert(1);
}

.cooking-level {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.cooking-description {
  color: var(--text-dark);
  line-height: 1.6;
  font-size: 1rem;
}

.cta-button {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(36, 20, 139, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(36, 20, 139, 0.4);
  color: white;
}

.interactive-icon {
  color: var(--secondary-color);
  font-size: 3rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@media (max-width: 768px) {
  .cooking-card {
      margin-bottom: 2rem;
  }
  
  .steak-icon-placeholder {
      width: 60px;
      height: 60px;
  }
  
  .steak-icon-placeholder::before {
      font-size: 2rem;
  }
  
  .cooking-level {
      font-size: 1.2rem;
  }
}
.testimonials-section {
  background: linear-gradient(180deg, rgba(36, 20, 139, 0.02), rgba(67, 78, 167, 0.02));
  min-height: 100vh;
}

.section-title {
  color: var(--primary-color);
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.testimonial-card {
  background: var(--bg-color);
  border: none;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(36, 20, 139, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(36, 20, 139, 0.15);
}

.user-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--secondary-color);
  box-shadow: 0 4px 15px rgba(67, 78, 167, 0.3);
}

.user-name {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.user-location {
  color: var(--secondary-color);
  font-size: 1rem;
  margin-bottom: 20px;
}

.testimonial-text {
  color: var(--text-dark);
  line-height: 1.7;
  font-size: 1.1rem;
  position: relative;
}

.testimonial-text::before {
  content: '"';
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 4rem;
  color: var(--secondary-color);
  opacity: 0.3;
  font-family: serif;
}

.quote-icon {
  color: var(--secondary-color);
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.gallery-section {
  background: var(--bg-color);
}

.gallery-title {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.gallery-subtitle {
  color: var(--secondary-color);
  margin-bottom: 40px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  aspect-ratio: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.gallery-item:hover .gallery-img {
  filter: brightness(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(36, 20, 139, 0.7), rgba(67, 78, 167, 0.7));
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.heart-icon {
  color: white;
  font-size: 2rem;
  animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.community-stats {
  background: linear-gradient(135deg, rgba(36, 20, 139, 0.05), rgba(67, 78, 167, 0.05));
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  margin-top: 3rem;
}

.stat-number {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 2.5rem;
}

.stat-label {
  color: var(--secondary-color);
  font-weight: 500;
}

@media (max-width: 768px) {
  .testimonial-card {
      margin-bottom: 2rem;
  }
  
  .user-avatar {
      width: 60px;
      height: 60px;
  }
  
  .gallery-item {
      margin-bottom: 1rem;
  }
}
 /* CTA Section */
 .cta-section {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  background-image: url('../img/gift-background-cook-mystake.webp');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  min-height: 60vh;
  position: relative;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title {
  color: white;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.cta-subtitle {
  color: rgba(255,255,255,0.95);
  font-size: 1.3rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.gift-btn {
  background: white;
  color: var(--primary-color);
  border: none;
  border-radius: 50px;
  padding: 18px 40px;
  font-weight: 700;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.gift-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.3);
  color: var(--primary-color);
}

.gift-icon {
  color: white;
  font-size: 4rem;
  animation: bounce 2s infinite;
  margin-bottom: 20px;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-10px); }
  60% { transform: translateY(-5px); }
}

/* Contact Section */
.contact-section {
  background: var(--bg-color);
}

.contact-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 40px;
}

.contact-item {
  background: linear-gradient(135deg, rgba(36, 20, 139, 0.05), rgba(67, 78, 167, 0.05));
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
}

.contact-item:hover {
  transform: translateY(-5px);
  border-color: var(--secondary-color);
  box-shadow: 0 10px 30px rgba(36, 20, 139, 0.15);
}

.contact-icon {
  color: var(--secondary-color);
  font-size: 3rem;
  margin-bottom: 20px;
}

.contact-label {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.contact-value {
  color: var(--text-dark);
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Form Section */
.form-section {
  background: linear-gradient(180deg, rgba(36, 20, 139, 0.02), rgba(67, 78, 167, 0.02));
}

.form-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 40px;
}

.form-container {
  background: var(--bg-color);
  border-radius: 25px;
  padding: 3rem;
  box-shadow: 0 15px 40px rgba(36, 20, 139, 0.1);
  border: 1px solid rgba(67, 78, 167, 0.1);
}

.form-floating {
  margin-bottom: 1.5rem;
}

.form-floating > .form-control {
  border: 2px solid rgba(67, 78, 167, 0.2);
  border-radius: 15px;
  padding: 1rem 0.75rem;
  transition: all 0.3s ease;
}

.form-floating > .form-control:focus {
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 0.2rem rgba(67, 78, 167, 0.25);
}

.form-floating > label {
  color: var(--secondary-color);
  padding: 1rem 0.75rem;
}

.privacy-checkbox {
  background: rgba(67, 78, 167, 0.05);
  border-radius: 15px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 2px solid rgba(67, 78, 167, 0.1);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-label {
  color: var(--text-dark);
  line-height: 1.6;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(36, 20, 139, 0.3);
}

@media (max-width: 768px) {
  .cta-section {
      min-height: 50vh;
  }
  
  .form-container {
      padding: 2rem;
  }
  
  .contact-item {
      margin-bottom: 2rem;
  }
}
.footer {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d) !important;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
}

.footer-brand {
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer-section-title {
  color: white;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.footer-section-title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--secondary-color);
}

.footer-contact-item {
  color: #e0e0e0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.footer-contact-item:hover {
  color: white;
  transform: translateX(5px);
}

.footer-contact-icon {
  color: var(--secondary-color);
  margin-right: 15px;
  font-size: 1.2rem;
}

.footer-link {
  color: #e0e0e0 !important;
  text-decoration: none !important;
  padding: 8px 0 !important;
  display: block;
  transition: all 0.3s ease;
  border: none !important;
  text-align: left;
}

.footer-link:hover {
  color: white !important;
  transform: translateX(5px);
  text-decoration: none !important;
}

.error-report-btn {
  background: linear-gradient(135deg, #dc3545, #c82333);
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.error-report-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
  color: white;
  text-decoration: none;
}

.footer-bottom {
  background: linear-gradient(135deg, #141414, #1f1f1f);
  border-top: 1px solid #333;
  padding: 20px 0;
  margin-top: 40px;
}

.footer-copyright {
  color: #999;
  text-align: center;
  margin: 0;
  font-size: 0.95rem;
}

.footer-brand-bottom {
  color: var(--secondary-color);
  font-weight: 600;
}

.social-icons {
  margin-top: 20px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(67, 78, 167, 0.2);
  border-radius: 50%;
  color: var(--secondary-color);
  margin-right: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background: var(--secondary-color);
  color: white;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .footer-brand {
      font-size: 1.5rem;
  }
  
  .footer-section-title {
      font-size: 1.1rem;
  }
  
  .footer-contact-item {
      font-size: 0.9rem;
  }
  
  .error-report-btn {
      width: 100%;
      justify-content: center;
      margin-top: 15px;
  }
}
