/* Gross Turismo - internal pages visual layer */

body {
  background: #f6f9fb;
}

.content-body {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 46%, #ffffff 100%);
}

.main-nav {
  box-shadow: 0 10px 28px rgba(31, 45, 61, 0.08);
}

.desktop-nav .clearlist > li > a {
  transition: color 0.22s ease, transform 0.22s ease;
}

.desktop-nav .clearlist > li > a:hover {
  color: #ff8700;
  transform: translateY(-1px);
}

.breadcrumbs {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.breadcrumbs:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 20, 34, 0.86) 0%, rgba(9, 20, 34, 0.52) 54%, rgba(9, 20, 34, 0.76) 100%),
    linear-gradient(135deg, rgba(255, 135, 0, 0.22), rgba(255, 135, 0, 0) 42%);
  z-index: 0;
}

.breadcrumbs:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff8700, rgba(255, 135, 0, 0));
  z-index: 1;
}

.breadcrumbs .container {
  position: relative;
  z-index: 2;
}

.breadcrumbs-item {
  padding: 42px 0;
}

.breadcrumbs-item > a,
.breadcrumbs-item > i {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumbs-item > a:hover {
  color: #ff8700;
}

.breadcrumbs-item h2 {
  margin-top: 16px;
  color: #ffffff;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 800;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.breadcrumbs-item h2 span {
  color: #ff8700;
}

.breadcrumbs .breadright {
  position: relative;
  z-index: 2;
  margin-top: 18px;
}

.container.page {
  padding-top: 58px;
  padding-bottom: 58px;
}

.title-section,
.blog-title {
  letter-spacing: 0;
}

.cws_divider {
  background: linear-gradient(90deg, #ff8700, rgba(255, 135, 0, 0));
}

.recom-item,
.blog-item.boxed,
.contact-item,
.map-wrapper,
.widget-contact-form,
.blog-item.alt {
  border: 1px solid rgba(45, 62, 80, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(31, 45, 61, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.recom-item:hover,
.blog-item.boxed:hover,
.contact-item:hover,
.map-wrapper:hover,
.blog-item.alt:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 135, 0, 0.28);
  box-shadow: 0 28px 64px rgba(31, 45, 61, 0.15);
}

.recom-media,
.blog-media,
.pic {
  overflow: hidden;
}

.recom-media img,
.blog-media img,
.blog-item.alt .pic img {
  transition: transform 0.7s ease, filter 0.35s ease;
}

.recom-item:hover .recom-media img,
.blog-item.boxed:hover .blog-media img,
.blog-item.alt:hover .pic img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.recom-media .location {
  background: rgba(255, 135, 0, 0.95);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 135, 0, 0.24);
}

.recom-item-body,
.blog-item-body,
.contact-item,
.widget-contact-form,
.blog-item.alt {
  padding: 30px;
}

.recom-price,
.blog-item-data,
.post-info {
  color: #ff8700;
  font-weight: 800;
}

.cws-button,
.blog-button,
.subscribe-submit {
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.cws-button:hover,
.blog-button:hover,
.subscribe-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 135, 0, 0.22);
}

.blog-col {
  display: flex;
  flex-wrap: wrap;
}

.blog-col > [class*="col-"] {
  display: flex;
}

.blog-col .blog-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.blog-col .blog-item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-col .blog-item-body p {
  flex: 1;
}

.contact-item ul.icon li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  margin-bottom: 10px;
  color: #2d3e50;
  background: #f7fafc;
  border-left: 3px solid #ff8700;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.contact-item ul.icon li a:hover {
  transform: translateX(5px);
  color: #ff8700;
  background: #fff7ef;
}

.contact-cws-social .cws-social,
.social-link .cws-social {
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.contact-cws-social .cws-social:hover,
.social-link .cws-social:hover {
  transform: translateY(-4px);
}

.map-wrapper {
  overflow: hidden;
}

.map-wrapper iframe {
  display: block;
  min-height: 390px;
  filter: saturate(1.05) contrast(1.02);
}

.form .input-container input,
.form .input-container textarea,
.newsletter-field {
  border: 1px solid rgba(45, 62, 80, 0.1);
  background: #ffffff;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.form .input-container input:focus,
.form .input-container textarea:focus,
.newsletter-field:focus {
  border-color: rgba(255, 135, 0, 0.55);
  box-shadow: 0 12px 28px rgba(255, 135, 0, 0.12);
  transform: translateY(-1px);
}

.element-section,
.page-section.bg-main {
  position: relative;
  overflow: hidden;
}

.page-section.bg-main {
  background: linear-gradient(135deg, #ff8700 0%, #ff9d22 48%, #f57a00 100%) !important;
}

.page-section.bg-main:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 78px);
  opacity: 0.45;
  pointer-events: none;
}

.page-section.bg-main .container {
  position: relative;
  z-index: 1;
}

.page-section.bg-main .input-container {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(108, 50, 0, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.page-section.bg-main .input-container:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 30px 64px rgba(108, 50, 0, 0.28);
}

.small-section.cws_prlx_section,
.page-section.cws_prlx_section {
  position: relative;
  overflow: hidden;
}

.small-section.cws_prlx_section:before,
.page-section.cws_prlx_section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  pointer-events: none;
  z-index: 1;
}

.small-section.cws_prlx_section .container,
.page-section.cws_prlx_section .container {
  position: relative;
  z-index: 2;
}

.counter-block {
  padding: 22px 12px;
  background: #ffffff;
  border: 1px solid rgba(45, 62, 80, 0.08);
  box-shadow: 0 14px 34px rgba(31, 45, 61, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.counter-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(31, 45, 61, 0.12);
}

.tabs .tabs-btn {
  transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.tabs .tabs-btn:hover {
  transform: translateY(-2px);
}

.about-page-hero {
  position: relative;
  overflow: hidden;
}

.about-page-hero:before {
  background: linear-gradient(90deg, rgba(5, 14, 24, 0.82) 0%, rgba(5, 14, 24, 0.62) 52%, rgba(5, 14, 24, 0.28) 100%) !important;
}

.about-page-hero .title-section-top,
.about-page-hero .title-section,
.about-page-hero p,
.about-page-hero h3 {
  color: #ffffff !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.about-page-hero .title-section span {
  color: #ff8700 !important;
}

.about-page-hero .cws_divider {
  background: #ff8700;
}

.about-page-hero .col-md-6:first-child {
  padding: 34px 38px;
  background: rgba(8, 18, 30, 0.42);
  border-left: 4px solid #ff8700;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}

.about-stats-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.about-stats-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 135, 0, 0), rgba(255, 135, 0, 0.35), rgba(255, 135, 0, 0));
}

.about-stats-section .row .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.about-stats-section .row .row > [class*="col-"] {
  width: auto;
  float: none;
  margin: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.about-stats-section .counter-block,
.about-stats-section .counter-block.with-divider {
  position: relative;
  max-width: none;
  width: 100%;
  min-height: 136px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 20px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(45, 62, 80, 0.08);
  box-shadow: 0 18px 44px rgba(31, 45, 61, 0.08);
}

.about-stats-section .counter-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #ff8700;
  transform: scaleY(0.35);
  transform-origin: top;
  transition: transform 0.25s ease;
}

.about-stats-section .counter-block:hover:before {
  transform: scaleY(1);
}

.about-stats-section .counter-icon {
  position: static;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8700;
  background: rgba(255, 135, 0, 0.08);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.about-stats-section .counter-name-wrap {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 0;
}

.about-stats-section .counter {
  display: block;
  color: #2d3e50;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  word-break: keep-all;
  white-space: nowrap;
}

.about-stats-section .counter-name {
  display: block;
  margin-top: 8px;
  color: #7b8a97;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.about-stats-section .with-divider:after {
  display: none;
}

.about-stats-section .tabs {
  background: #ffffff;
  border: 1px solid rgba(45, 62, 80, 0.08);
  box-shadow: 0 20px 50px rgba(31, 45, 61, 0.09);
}

.about-stats-section .block-tabs-btn {
  display: flex;
  background: #f2f6f9;
}

.about-stats-section .tabs-btn {
  flex: 1;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d8b97;
  font-weight: 800;
  text-align: center;
}

.about-stats-section .tabs-btn.active {
  color: #ffffff;
  background: #2d3e50;
}

.about-stats-section .tabs-keeper {
  padding: 30px;
}

.about-stats-section .container-tabs h6 {
  color: #2d3e50;
  font-size: 16px;
  font-weight: 900;
}

.about-stats-section .container-tabs p {
  color: #7b8a97;
  line-height: 1.78;
}

#flex-slider,
#flex-carousel {
  background: #ffffff;
  border: 1px solid rgba(45, 62, 80, 0.08);
  box-shadow: 0 20px 50px rgba(31, 45, 61, 0.1);
}

#flex-slider {
  overflow: hidden;
}

#flex-slider img,
#flex-carousel img {
  transition: transform 0.6s ease, filter 0.3s ease;
}

#flex-slider:hover img {
  transform: scale(1.025);
  filter: saturate(1.08) contrast(1.03);
}

#flex-carousel .slides li {
  opacity: 0.78;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

#flex-carousel .slides li:hover,
#flex-carousel .slides li.flex-active-slide {
  opacity: 1;
  transform: translateY(-3px);
}

.bg-gray-3.p-30-40 {
  background: #ffffff !important;
  border: 1px solid rgba(45, 62, 80, 0.08);
  box-shadow: 0 18px 44px rgba(31, 45, 61, 0.08);
}

ul.style-1 li {
  padding: 10px 0;
}

.package-page-showcase {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.package-showcase-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 38px;
}

.package-nav-btn {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 135, 0, 0.4);
  background: #ffffff;
  color: #ff8700;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  transition: all 0.25s ease;
}

.package-nav-btn:hover {
  background: #ff8700;
  color: #ffffff;
  transform: translateY(-2px);
}

.package-carousel {
  margin-top: 18px;
}

.package-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  min-height: 470px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(33, 40, 50, 0.12);
  overflow: hidden;
}

.package-gallery {
  position: relative;
  min-height: 470px;
  background: #111111;
  overflow: hidden;
}

.package-main-img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
  transition: transform 0.7s ease, opacity 0.25s ease;
}

.package-card:hover .package-main-img {
  transform: scale(1.07);
}

.package-gallery:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.package-thumbs {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: block;
}

.package-thumb-track {
  flex: 1;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.package-thumb-track::-webkit-scrollbar {
  display: none;
}

.package-thumb {
  flex: 0 0 160px;
  height: 74px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.85;
  transition: all 0.25s ease;
}

.package-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.package-thumb:hover,
.package-thumb.active {
  border-color: #ff8700;
  opacity: 1;
  transform: translateY(-3px);
}

.package-thumb-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border: 1px solid rgba(255, 135, 0, 0.55);
  background: rgba(255, 255, 255, 0.92);
  color: #ff8700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  transition: all 0.25s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.package-thumb-arrow:hover {
  background: #ff8700;
  border-color: #ff8700;
  color: #ffffff;
  transform: scale(1.08);
}

.package-thumb-prev {
  left: -16px;
}

.package-thumb-next {
  right: -16px;
}

.package-content {
  position: relative;
  isolation: isolate;
  padding: 46px 42px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf5 58%, #f6f9fb 100%);
  overflow: hidden;
}

.package-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff8700, #ffc063, #ff8700);
  z-index: -1;
}

.package-content:after {
  content: "VIAJE";
  position: absolute;
  right: -18px;
  bottom: 18px;
  color: rgba(45, 62, 80, 0.045);
  font-size: 82px;
  font-weight: 800;
  letter-spacing: 0;
  z-index: -1;
}

.package-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: flex-start;
  color: #ff8700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-weight: 700;
  padding: 8px 12px;
  background: rgba(255, 135, 0, 0.1);
  border-left: 3px solid #ff8700;
}

.package-kicker:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ff8700;
  display: inline-block;
  transform: rotate(45deg);
}

.package-title {
  font-size: 36px;
  line-height: 1.16;
  margin: 0 0 16px;
  color: #2d3e50;
  font-weight: 800;
}

.package-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5e6e7c;
  margin-bottom: 18px;
  font-weight: 700;
}

.package-location i,
.package-tags i,
.package-meta i {
  color: #ff8700;
}

.package-summary {
  position: relative;
  color: #657684;
  line-height: 1.75;
  margin-bottom: 22px;
  padding-left: 18px;
  border-left: 2px solid rgba(255, 135, 0, 0.28);
}

.package-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.package-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: #405160;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(45, 62, 80, 0.08);
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(45, 62, 80, 0.05);
}

.package-meta {
  display: block;
  margin-bottom: 28px;
}

.package-meta span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 14px 16px;
  background: #ffffff;
  color: #405160;
  font-size: 17px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(45, 62, 80, 0.08);
  border: 1px solid rgba(45, 62, 80, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.package-meta span:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(45, 62, 80, 0.12);
}

.package-meta i {
  font-size: 22px;
}

.package-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-top: 4px;
}

.package-actions .cws-button {
  box-shadow: 0 12px 26px rgba(255, 135, 0, 0.28);
}

.package-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  color: #2d3e50;
  font-weight: 700;
  padding: 0 4px;
}

.package-whatsapp i {
  color: #25d366;
  font-size: 17px;
}

.package-whatsapp:hover {
  color: #ff8700;
}

.package-empty {
  padding: 30px;
  background: #ffffff;
}

.footer {
  box-shadow: inset 0 1px 0 rgba(45, 62, 80, 0.06);
}

.float {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 32px;
  bottom: 34px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #ffffff !important;
  background: #00c853;
  z-index: 1000000;
  box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.45), 0 16px 30px rgba(31, 45, 61, 0.2);
  animation: internalWhatsappPulse 3s infinite;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.float:hover {
  color: #ffffff !important;
  transform: translateY(-4px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 20px 38px rgba(31, 45, 61, 0.28);
}

.my-float {
  margin: 0 !important;
  font-size: 28px;
  line-height: 1;
}

.content-body > .row {
  margin-left: 0;
  margin-right: 0;
}

.content-body > .row h2.align-center {
  max-width: 760px;
  margin: 70px auto;
  padding: 46px 30px;
  color: #2d3e50;
  background: #ffffff;
  border: 1px solid rgba(45, 62, 80, 0.08);
  box-shadow: 0 20px 52px rgba(31, 45, 61, 0.1);
}

@keyframes internalWhatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.45), 0 16px 30px rgba(31, 45, 61, 0.2);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(0, 200, 83, 0), 0 16px 30px rgba(31, 45, 61, 0.2);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0), 0 16px 30px rgba(31, 45, 61, 0.2);
  }
}

@media (max-width: 991px) {
  .breadcrumbs {
    min-height: 260px;
  }

  .breadcrumbs-item h2 {
    font-size: 34px;
  }

  .container.page {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .blog-col > [class*="col-"] {
    display: block;
  }

  .about-stats-section .row .row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .package-showcase-nav {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .package-card {
    grid-template-columns: 1fr;
  }

  .package-content {
    padding: 34px 28px;
  }

  .float {
    right: 18px;
    bottom: 18px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 640px) {
  .breadcrumbs {
    min-height: 230px;
  }

  .breadcrumbs-item h2 {
    font-size: 28px;
  }

  .recom-item-body,
  .blog-item-body,
  .contact-item,
  .widget-contact-form,
  .blog-item.alt {
    padding: 22px;
  }

  .about-page-hero .col-md-6:first-child {
    padding: 26px 24px;
  }

  .about-stats-section .block-tabs-btn {
    display: block;
  }

  .package-gallery,
  .package-main-img {
    min-height: 330px;
  }

  .package-title {
    font-size: 26px;
  }

  .package-thumbs {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .package-thumb {
    flex-basis: 112px;
    height: 56px;
  }

  .package-thumb-arrow {
    width: 28px;
    height: 28px;
    margin-top: -14px;
    line-height: 26px;
    font-size: 16px;
  }

  .package-thumb-prev {
    left: -10px;
  }

  .package-thumb-next {
    right: -10px;
  }
}
