/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*PRESET TOURS CSS*/

/* === Full-Width Banner === */
.tour-banner {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  background-size: cover;
  background-position: center;
  height: 571px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* === Banner Title === */
.banner-title {
  font-size: 50px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-left: 5%;
  line-height: 1.2;
  max-width: 1200px;
  width: 100%;
}

/* === Mobile Title === */
.mobile-banner-title-wrapper {
  text-align: center;
  margin: 20px auto;
  display: none;
}

.mobile-banner-title {
  font-size: 1.8rem;
  color: #4a423b;
}

/* === Tour Figures === */
/* === Tour Figures Clean Layout === */
.tour-figures {
  padding: 40px 5% 20px;
}

.figures-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.figure-box {
  flex: 1 1 30%;
  text-align: center;
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  box-shadow: none;
}

.figure-number {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.figure-label {
  margin-top: 6px;
  font-size: 20px;
  font-weight: 500;
  color: #a6967c;
}

/* === Responsive === */
@media only screen and (max-width: 768px) {
  .figures-grid {
    flex-direction: column;
    align-items: center;
  }

  .figure-box {
    width: 100%;
  }
}

.tour-intro-text {
  margin: 10px auto 20px;
  text-align: center !important;
  padding: 0 5%;
}

/* === Responsive Rules === */
@media only screen and (max-width: 768px) {
  .tour-banner {
    height: 371px;
    width: 100vw;
    margin: 0;
    padding: 0;
    display: block;
  }

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

  .banner-title {
    display: none !important;
  }

  .mobile-banner-title-wrapper {
    display: block;
  }

  .fusion-builder-container,
  .fusion-row,
  .fusion-column-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}




/* === Tour Highlights === */
.tour-highlights-section {
  padding: 60px 5% 40px;
}

.tour-highlights-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: flex-start;
}

.highlight-image {
  flex: 1 1 45%;
}

.highlight-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.highlight-text {
  flex: 1 1 50%;
}

.highlight-text h3 {
  margin-bottom: 20px;
  text-align: left;
}

.highlight-text ul {
  padding-left: 20px;
  margin: 0;
}

.highlight-text li {
  margin-bottom: 12px;
  line-height: 1.6;
}

/* === Mobile === */
@media only screen and (max-width: 768px) {
  .tour-highlights-grid {
    flex-direction: column;
  }

  .highlight-image, .highlight-text {
    flex: 1 1 100%;
  }
}
