.elementor-157 .elementor-element.elementor-element-b51d1a3{margin:18px 18px calc(var(--kit-widget-spacing, 0px) + 18px) 18px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c00594b */.tct-hero-day-tour {
  position: relative;
  width: 100%;
  min-height: 520px;
  background-image: url("https://travelcuscotours.com/wp-content/uploads/2026/07/tour-de-1-dia-en-cusco.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Oscurecido elegante */
.tct-hero-day-tour::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.70) 100%
  );
  z-index: 1;
}

/* Viñeta profesional */
.tct-hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.35) 75%
  );
  z-index: 2;
}

.tct-hero-content {
  position: relative;
  z-index: 3;
  max-width: 950px;
  padding: 40px 20px;
  text-align: center;
  color: #ffffff;
}

.tct-hero-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #d9a441;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tct-hero-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 22px;
}

.tct-hero-divider span {
  display: block;
  width: 90px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #d9a441,
    transparent
  );
}

.tct-hero-divider i {
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #d9a441;
  transform: rotate(45deg);
}

.tct-hero-content h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 60px);
  font-weight: 700;
  line-height: 1.05;
  color: #ffffff;
  letter-spacing: -1px;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}

.tct-hero-content p {
  max-width: 720px;
  margin: 22px auto 0;
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

/* Responsive tablet */
@media (max-width: 1024px) {
  .tct-hero-day-tour {
    min-height: 460px;
  }

  .tct-hero-divider span {
    width: 70px;
  }
}

/* Responsive móvil */
@media (max-width: 767px) {
  .tct-hero-day-tour {
    min-height: 360px;
    background-position: center center;
  }

  .tct-hero-content {
    padding: 30px 18px;
  }

  .tct-hero-label {
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 12px;
  }

  .tct-hero-divider {
    gap: 10px;
    margin-bottom: 16px;
  }

  .tct-hero-divider span {
    width: 45px;
  }

  .tct-hero-content h1 {
    font-size: 40px;
  }

  .tct-hero-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c1caf7 */.tct-tour-grid {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.tct-tour-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 24, 40, 0.08);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.10);
  backdrop-filter: blur(14px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.tct-tour-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 111, 45, 0.22);
  box-shadow: 0 28px 70px rgba(16, 24, 40, 0.16);
}

.tct-card-image {
  position: relative;
  display: block;
  height: 265px;
  overflow: hidden;
  text-decoration: none;
}

.tct-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.02) 0%,
    rgba(0, 0, 0, 0.48) 100%
  );
}

.tct-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.65s ease;
}

.tct-tour-card:hover .tct-card-image img {
  transform: scale(1.10);
}

.tct-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 9px 16px;
  border-radius: 999px;
  background: #ff5722;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 25px rgba(255, 87, 34, 0.35);
}

.tct-rating {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  color: #101828;
  font-size: 14px;
  font-weight: 900;
}

.tct-rating span {
  color: #ffb703;
  font-size: 15px;
}

.tct-rating strong {
  color: #101828;
  font-size: 14px;
  font-weight: 900;
}

.tct-card-body {
  position: relative;
  padding: 28px 24px 24px;
}

.tct-location {
  display: block;
  margin-bottom: 9px;
  color: #f26b2b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tct-card-body h3 {
  min-height: 60px;
  margin: 0 0 18px;
  color: #101828;
  font-size: 25px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.tct-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.tct-card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #344054;
  font-size: 13px;
  font-weight: 700;
}

.tct-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid #eef2f6;
}

.tct-price small {
  display: block;
  margin-bottom: 5px;
  color: #98a2b3;
  font-size: 13px;
  font-weight: 800;
}

.tct-price strong {
  color: #101828;
  font-size: 31px;
  line-height: 1;
  font-weight: 950;
}

.tct-price span {
  margin-left: 2px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.tct-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 19px;
  border-radius: 999px;
  background: linear-gradient(135deg, #138a36 0%, #0fb84f 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(19, 138, 54, 0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tct-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(19, 138, 54, 0.36);
}

.tct-btn span {
  font-size: 20px;
  line-height: 1;
}

/* Tablet */
@media (max-width: 1050px) {
  .tct-tour-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
}

/* Móvil */
@media (max-width: 680px) {
  .tct-tour-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 10px 0;
  }

  .tct-tour-card {
    border-radius: 24px;
  }

  .tct-tour-card:hover {
    transform: none;
  }

  .tct-card-image {
    height: 230px;
  }

  .tct-card-body {
    padding: 23px 19px 20px;
  }

  .tct-card-body h3 {
    min-height: auto;
    font-size: 23px;
  }

  .tct-card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .tct-btn {
    width: 100%;
  }
}/* End custom CSS */