/*
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
*/

/*Add your own styles here:*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Raleway";
  font-size: 16px;
}

h3 {
  font-size: 2rem;
}

:root {
  --aw-light-blue: #c9effe;
  --aw-blue: #0079b0;
  --aw-dark-blue: #000252;
}

#header {
  .logo {
    display: none;
  }
  a:has(.avia-menu-text) {
    padding: 0 1rem;
    @media only screen and (max-width: 1020px) {
      padding: 0 0.25rem;
    }
  }
  .avia-menu-text {
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: none !important;
    img {
      height: 1.5rem;
      width: 1.5rem;
    }
    @media only screen and (max-width: 1020px) {
      font-size: 1rem;
      img {
        height: 1rem;
        width: 1rem;
      }
    }
  }
  .avia-menu-fx {
    display: none;
  }
  @media only screen and (max-width: 767px) {
    .logo img {
      display: none !important;
    }
  }
}

.aw-logo img {
  width: auto;
  height: 100px;
}

.aw-title {
  h3 {
    color: #fff !important;
    font-weight: 400;
  }
  hr {
    width: 4rem;
    border-width: 2px 0 0;
    margin: 0;
    border-color: #fff !important;
  }
  .title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
}

/* https://tihanov.anyweb.ee/wp-content/uploads/2026/07/logo-teamviewer-2-white.svg */
#footer-page {
  .avia-section {
    min-height: unset;
  }
  .aw-footer-text {
    display: flex;
    p {
      line-height: 26px;
    }
  }
  .content {
    padding: 15px 0 !important;
  }

  .av_default_container_wrap:has(.aw-tw-button) {
    height: 0px !important;
    min-height: 0px !important;
    padding: 0 0 !important;
    border: none !important;

    .container,
    .content,
    .post-entry {
      height: 0px !important;
      min-height: 0px !important;
      padding: 0 0 !important;

      border: none !important;
    }
  }
  .aw-tw-button a {
    position: fixed !important;
    bottom: 0;
    right: 0;

    margin: 0 !important;
    padding: 1rem !important;

    border-radius: 20px 20px 0 0 !important;
    border: none !important;

    background-color: var(--aw-dark-blue) !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;

    span {
      text-wrap: nowrap;
      display: flex;
      gap: 1rem;
    }
    .aw-tw-logo {
      height: 1.25rem;
      width: auto;
    }

    .image-overlay {
      display: none;
    }
  }

  .aw-tw-button-container {
    min-height: 0;
    .container {
      margin: 0;
      padding: 0;
      max-width: 100%;
    }
    .content {
      padding: 0;
    }
  }
}

.aw-fp-button {
  margin-top: 3rem;
  a {
    padding: 1rem 2rem !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    border-radius: 30px !important;

    border: 4px solid transparent !important;
  }
  a:hover {
    border: 4px solid white !important;
    transition: border 0.25s linear !important;
  }
}

.aw-hero-section {
  background: url("/wp-content/uploads/2026/07/jtc_mummud-head-banner.svg")
    no-repeat 100% rgba(201, 239, 254, 0.75) !important;
  .container {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    .content {
      padding-bottom: 0 !important;
    }
  }
  .logo-container {
    padding-top: 4rem;
    img {
      width: auto !important;
      height: 8rem !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .container {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 2rem;
    }
    .el_before_av_one_full,
    .flex_column {
      margin-bottom: 0 !important;
    }
  }
}

.aw-fp-services-block {
  h3,
  h4,
  p {
    color: #fff !important;
    font-weight: 500 !important;
  }
  .aw-ll-button a {
    background-color: #c9effe;
    color: var(--aw-blue) !important;
  }
  .aw-ll-button a:hover {
    background-color: #c9effe;
  }
  .avia-icongrid-icon span {
    color: #fff;
    font-size: 6rem;
  }

  .avia-image-container img {
    height: 5rem;
    width: auto;
  }
}

.aw-fp-feedback .aw-title {
  h3 {
    color: #000 !important;
  }
  hr {
    border-color: #000 !important;
  }
}

.aw-fp-portfolio .aw-title {
  h3 {
    color: #000 !important;
  }
  hr {
    border-color: #000 !important;
  }
}

.avia-slideshow-dots {
  bottom: -30% !important;
  left: 50% !important;
  position: absolute !important;
}
@media only screen and (max-width: 767px) {
  .avia-slideshow-dots {
    left: 40% !important;
    bottom: 0 !important;
  }
}

#fp-meist {
  .aw-title {
    h3 {
      color: #000 !important;
    }
    hr {
      border-color: #000 !important;
    }
  }
  @media only screen and (max-width: 767px) {
    .aw-title {
      margin-bottom: 3rem;
    }
  }
}
.aw-fp-blog .aw-title {
  h3 {
    color: #000 !important;
  }
  hr {
    border-color: #000 !important;
  }
}
.aw-fp-blog-slider article {
  min-height: 100px;
  border-radius: 15px;
  background-color: white;
  text-align: center;
  font-size: 1rem;
  .slide-image {
    border-radius: 15px 15px 0 0;
  }

  .slide-entry-title {
    padding-top: 1rem;
    a {
      color: var(--aw-blue) !important;
      font-weight: 700 !important;
    }
  }
  .slide-content {
    min-height: 300px;
    max-height: 300px;
  }

  .slide-meta {
    color: #000;
    padding: 0.5rem 0;
  }
  .slide-meta-del {
    display: none !important;
  }
  .slide-meta-comments {
    display: none !important;
  }

  .read-more-link {
    background-color: var(--aw-blue);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem 0;
    border-radius: 0 0 15px 15px;
    a {
      color: white;
      font-weight: 700;
      .more-link-arrow {
        display: none;
      }
    }
  }
}

.aw-contact-form-container {
  .aw-title {
    margin-bottom: 2rem;
    h3 {
      color: #000 !important;
    }
    hr {
      border-color: #000 !important;
    }
  }
  .aw-contact-form {
    fieldset {
      display: grid;
      column-gap: 1rem;
      grid-template-columns: 40% 60%;

      .form_element {
        input,
        textarea {
          color: #000 !important;
          border-radius: 15px !important;
          resize: none;
        }
        input::placeholder,
        textarea::placeholder {
          color: #a5a5a5;
          opacity: 1;
        }
        .button {
          color: #fff !important;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 1rem;
          position: absolute;
          right: 0;
          border-radius: 25px !important;
        }
      }
      .form_element:has(.button) {
        grid-column: 2 / span 1;
        margin-left: auto;
      }
      #element_avia_4_1 {
        grid-row: 1 / span 3;
        grid-column: 2 / span 1;
      }
    }
    @media only screen and (max-width: 767px) {
      fieldset {
        display: flex;
        flex-direction: column;
      }
    }
  }
}

.aw-price-list-container {
  color: #fff;

  .container {
    max-width: 1500px;
  }
  tbody {
    color: #fff;
  }
  .avia-heading-row th {
    background-color: var(--aw-blue) !important;
    font-weight: 700 !important;
  }
  table.avia-data-table {
    th,
    td {
      text-align: left !important;
      color: #fff !important;
      font-size: 1rem;
    }

    th:first-child {
      width: 50%;
    }
  }
}

.aw-financing-info-container .container {
  max-width: 100%;
  padding: 0;
}

.aw-services {
  .toggle_icon {
    display: none;
  }
  .toggler {
    padding: 0.5rem 0rem !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    margin-bottom: 1px !important;

    display: flex !important;
    align-items: center;
    gap: 0.5rem;

    font-weight: 700;

    .aw-collapse-arrow {
      margin-left: auto;
      transition: rotate 0.2s linear;
    }
  }
  .toggler.activeTitle .aw-collapse-arrow {
    rotate: -90deg;
  }
  .toggle_content {
    border: none !important;
    font-weight: 600;
  }
}

.aw-blog-grid {
  .aw-blog-logo img {
    height: 100px;
    width: auto;
  }
  .aw-title {
    h3 {
      color: #000 !important;
    }
    hr {
      border-color: #000 !important;
    }
  }

  article {
    min-height: 100px;
    border-radius: 15px;
    background-color: white;
    text-align: center;
    font-size: 1rem;
    .slide-image {
      border-radius: 15px 15px 0 0;
    }

    .slide-entry-title {
      padding-top: 1rem;
      a {
        color: var(--aw-blue) !important;
        font-weight: 700 !important;
      }
    }
    .slide-content {
      min-height: 300px;
      max-height: 300px;
    }

    .slide-meta {
      color: #000;
      padding: 0.5rem 0;
    }
    .slide-meta-del {
      display: none !important;
    }
    .slide-meta-comments {
      display: none !important;
    }

    .read-more-link {
      background-color: var(--aw-blue);
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 1rem 0;
      border-radius: 0 0 15px 15px;
      a {
        color: white;
        font-weight: 700;
        .more-link-arrow {
          display: none;
        }
      }
    }
  }
}

.aw-blog {
  h3 {
    font-weight: 700;
    color: var(--aw-blue);
  }
  p {
    font-weight: 500 !important;
  }
}
