/* Shared styles for dten-app.php, dten-bar-byod.php, single-product.php, single-service.php */

section.dten_me_pro_hero_section p {
  max-width: 65%;
}

section.dten_me_pro_nav_section .dten_me_pro_nav_btn {
  text-align: right;
}

.dten_me_pro_hero_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
}

section.dten_me_pro_hero_section h2,
section.dten_me_pro_hero_section h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}

section.dten_me_pro_hero_section h2 span,
section.dten_me_pro_hero_section h1 span {
  font-weight: 300;
}

section.dten_me_pro_hero_section p {
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
}

section.dten_me_pro_hero_section .dten_me_pro_banner_buttons {
  padding-top: 25px;
}

section.dten_me_pro_hero_section .dten_me_pro_banner_buttons a.dark-btn {
  color: #fff;
  background-color: #4eb857;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 300;
  font-family: "Lato" !important;
  border: 1px solid #4eb857;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.5s;
}

section.dten_me_pro_hero_section .dten_me_pro_banner_buttons a.dark-btn:hover {
  border: 1px solid #fff;
  background-color: #ffffff1a;
}

section.dten_me_pro_hero_section .dten_me_pro_banner_buttons a.light-btn {
  color: #fff;
  background-color: #ffffff1a;
  padding: 12px 35px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 300;
  font-family: "Lato" !important;
  border: 1px solid #fff;
  text-decoration: none;
  margin-right: 20px;
  transition: 0.5s;
}

section.dten_me_pro_hero_section .dten_me_pro_banner_buttons a.light-btn:hover {
  border: 1px solid #4eb857;
  background-color: #4eb857;
}

section.dten_me_pro_nav_section .nav-menu-list ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

section.dten_me_pro_nav_section .nav-menu-list ul li {
  display: inline-block;
  padding-right: 30px;
  margin-bottom: 0;
}

section.dten_me_pro_nav_section .nav-menu-list ul li a {
  font-size: 14px;
  color: #06292c;
  text-decoration: none;
  transition: 0.5s;
}

section.dten_me_pro_nav_section .nav-menu-list ul li a:hover {
  color: #4eb857;
}

section.dten_me_pro_nav_section {
  padding: 35px 0;
  border-bottom: 1px solid #c9c7c7;
}

section.dten_me_pro_nav_section .nav-menu-list ul li a.nav-active {
  color: #4eb857;
}

section.dten_me_pro_nav_section .dten_me_pro_nav_btn a {
  background-color: #4eb857;
  padding: 10px 28px;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
  border: 1px solid #4eb857;
}

section.dten_me_pro_nav_section .dten_me_pro_nav_btn a:hover {
  background-color: #fff0;
  border: 1px solid #4eb857;
  color: #4eb857;
}

.dten_me_pro_nav_section.fixed-bar {
  position: fixed;
  top: 100px;
  background: #fff;
  width: 100%;
  z-index: 10;
  padding: 20px 0 !important;
}

@media screen and (max-width: 1000px) {
  .dten_me_pro_nav_section.fixed-bar {
    top: 55px !important;
  }
}

@media screen and (max-width: 992px) {
  section.dten_me_pro_nav_section .dten_me_pro_nav_btn {
    text-align: left;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  section.dten_me_pro_hero_section p {
    max-width: 100%;
  }

  section.dten_me_pro_hero_section {
    position: relative;
  }

  section.dten_me_pro_hero_section:before {
    content: "";
    background: #fff0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
}

@media screen and (max-width: 540px) {
  section.dten_me_pro_hero_section .dten_me_pro_banner_buttons a.dark-btn {
    margin-right: 8px !important;
  }

  section.dten_me_pro_hero_section .dten_me_pro_banner_buttons a.dark-btn,
  section.dten_me_pro_hero_section .dten_me_pro_banner_buttons a.light-btn {
    padding: 7px 18px !important;
    font-size: 15px !important;
    margin-bottom: 12px;
  }

  section.dten_me_pro_hero_section .dten_me_pro_banner_buttons {
    flex-wrap: wrap;
    display: flex;
    white-space: nowrap;
  }
}

@media screen and (max-width: 480px) {
  section.dten_me_pro_nav_section {
    display: none;
  }
}
