/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* === RESET === */
*,
*::before,
*::after,
p,
h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* === VARIABLES === */
:root {
  --color-orange: #ff5100;
  --color-dark-gray: #212529;
  --gradient-bg-from: #ff5100;
  --gradient-bg-to: #e1001a;
}

/* === FONTS === */
.font-source-sans-pro {
  font-family: "Source Sans Pro", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

/* === DISPLAY NONE === */
.special-heading-border {
  display: none;
}

/* === CUSTOMS H === */
h3 {
  letter-spacing: 3px;
}

/* === HEADER AND BANNER SECTION === */
#header {
  #header_meta {
    background: linear-gradient(45deg, #ff5100, #e1001a) !important;
    border: none !important;

    .phone-info {
      width: 100%;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center;

      .custom-header-nav {
        height: 40px;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
      }
    }

    nav.sub_menu {
      display: flex;
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      padding: 0 !important;
      float: none !important;

      a {
        color: white !important;

        &:hover {
          opacity: 1 !important;
          text-decoration: underline;
          text-decoration-thickness: 2px;
          text-underline-offset: 4px;
        }
      }

      @media (max-width: 480px) {
        display: none;
      }
    }
  }

  #header_main {
    border-bottom: 1px solid #ffffff80 !important;

    @media (max-width: 480px) {
      background: #ff5100;
      border-bottom: none !important;
    }

    .container.av-logo-container {
      padding: 0;

      @media (max-width: 1024px) {
        padding: 0 50px;
      }

      @media (max-width: 480px) {
        padding: 0 20px;
      }

      .logo.avia-svg-logo svg {
        width: 165px;
      }
    }

    .main_menu {
      display: flex;
      align-items: center;
      justify-content: center;

      .menu {
        .lang-item {
          display: none !important;
        }
      }

      .av-burger-overlay {
        .lang-item {
          max-width: max-content;
          width: max-content;
          display: inline-block;
          margin: 0;
          margin-top: 30px;

          a {
            padding: 15px 15px;
          }
        }
      }

      .only_mobile {
        @media (min-width: 480px) {
          display: none !important;
        }
      }

      .menu-item {
        a {
          height: 40px;
          line-height: 40px;
          font-size: 14px;
          font-family: "Inter", sans-serif;
          color: white;
          background-color: var(--color-orange);
          padding: 15px 20px;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-transform: uppercase;
          letter-spacing: 2px;
          transition: all ease 0.3s;

          &:hover {
            opacity: 1;
            background: var(--gradient-bg-to);
          }
        }

        .avia-menu-text::after {
          content: "";
          display: inline-block;
          width: 7px;
          height: 12px;
          background-image: url(/wp-content/uploads/2026/03/.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          margin-left: 8px;
          margin-bottom: 2px;
          vertical-align: middle;
        }
      }
    }

    .av-burger-overlay-inner {
      background: #ff5100;

      #av-burger-menu-ul {
        a {
          border: none !important;

          span.avia-menu-text {
            text-transform: uppercase;
          }
        }
      }
    }
  }
}

/* === SECTION "Sobre tu viaje" === */
.custom-section-journey {
  .container {
    padding: 0;
  }

  .custom-header {
    h1 {
      padding: 100px 15% 0 !important;

      @media (max-width: 480px) {
        padding: 25px !important;
      }
    }

    p {
      line-height: 1.55;
      font-weight: 300;
    }
  }
}

.custom-list-items {
  .avia-icon-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0;

    li {
      display: flex;
      gap: 15px;

      .iconlist_icon {
        margin: 0 !important;
      }
    }
  }
}

/* === SECTION CARDS === */
.custom-section-cards {
  .custom-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;

    @media (max-width: 480px) {
      padding: 20px !important;
      margin: 0 !important;

      &:first-child {
        margin-top: 40px !important;
      }

      &:last-child {
        margin-bottom: 40px !important;
      }
    }

    .avia-image-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;
      margin: 0;
    }

    .av_textblock_section {
      @media (max-width: 1024px) {
        height: 66px;
      }
      @media (max-width: 768px) {
        height: max-content;
      }
    }

    .custom-btn-list,
    .custom-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;

      .avia-button {
        width: 96px !important;
        height: 40px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
      }
    }

    .custom-btn .avia-button,
    .custom-btn-list .avia-button:first-child {
      background: #eb662b27 !important;
      color: #ff5100 !important;

      &:hover {
        background: #ff5100 !important;
        color: white !important;
      }
    }
  }
}

/* === SECTION ABOUT US === */
.custom-about-section {
  .custom-btn-list-about {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-top: 32px;

    @media (max-width: 480px) {
      flex-direction: column;
      align-items: flex-start;
    }

    .avia-button {
      font-weight: bold !important;
      letter-spacing: 2px !important;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      margin: 0;

      &:last-child {
        padding: 10px 32px !important;
      }
    }
  }
}

/* === SECTION FOOTER === */
#footer-page {
  .custom-legal-section {
    margin: 0 !important;

    .custom-legal-bar {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 15px;

      @media (max-width: 768px) {
        flex-direction: column;
        align-items: flex-end;
      }

      @media (max-width: 480px) {
        align-items: flex-start;
        gap: 5px;
        margin-top: 20px;
      }

      .legal-btn {
        font-size: 15px;
      }

      .separator {
        height: 12px;
        width: 1px;
        background: #ff5100;

        @media (max-width: 768px) {
          display: none;
        }
      }
    }
  }
}
