
/**
* Fonts
*/

@font-face {
  font-family: poppins-reg;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: poppins-bold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: kannit-light;
  src: url(../fonts/Kanit-Light.ttf);
}

@font-face {
  font-family: kannit-reg;
  src: url(../fonts/Kanit-Regular.ttf);
}

body {
  font-family: kannit-light, sans-serif;
}

h1, h2, h3, h4 {
  font-family: poppins-reg, sans-serif;
}

/**
* High level elements
*/

html {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.grey-background {
  background: #ededed;
}

.white-background {
  background: #ffffff;
}

.blue-bg {
  background:#3c88d6;
  color: #fff;
}

.blue-bg hr {
  border-top: 6px solid #fff;
  margin: 0 auto 25px auto;
  width: 20%;
  opacity: 1;
}

.black-background {
  background: #000000;
  color:#ffffff
}

.black-background h2 {
  color:#fc5000;
}

/**
* Nav Bar
*/

#toolbar-administration {
  z-index: 9000;
}

.navbar-brand.d-flex.align-items-center {
  padding-bottom: 10px;
}

div#navbarOffcanvasSm {
  background: #fc5000;
  color: #fff;
  font-size: 110%;
  overflow-y: scroll;
}

a.nav-link {
  color: #fff;
}

a.nav-link:hover {
  color: #fff;
}

span.nav-link.dropdown-toggle {
  color: #fff;
}

ul.dropdown-menu.nav-level-1.show {
  color: #ffffff;
  background: #fc5000;
  border-radius: 0;
  font-size: 110%;
}

a.nav-link.active.dropdown-toggle {
  color: #000000;
}

.navbar-toggler-icon {
  background-image: unset;
}


.navbar-toggler-icon::before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0c9"; /* Unicode for 'bars' icon */
  font-weight: 600; 
  font-size: 2rem;
  color: #fc5000;
  -webkit-font-smoothing: antialiased;
}

.navbar-toggler {
  border: var(--bs-border-width) solid #e95d29;
}

.dropdown-item.active, .media-library-view--widget .view-header a.dropdown-item.is-active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #fc5000;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: #e95d29;
}

nav.navbar li.nav-item {
  margin: 5px;
}

/* Default height */
#mainNav {
    transition: all 0.8s ease;
    background: #141416;
}

.site-logo {
  transition: all 0.8s ease;
}

div#mainNavSpace {
  transition: all 0.8s ease;
  background: #000;

}

/* Shrinked version */
.navbar-shrink {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.navbar-shrink .navbar-brand img {
  height: 60px;
}

div#mainNavSpace {
  padding-top: 133px;
}

div#mainNavSpace.navbar-shrink {
 padding-top: 60px;
}

.navbar-brand img {
  height: 70px;
  margin: 0 1rem 0 0;
  width: auto;
  transition: all 0.8s ease;
}

/**
* Page title
*/

div#block-appscape-theme-page-title {
  background: #fc5000;
  color: #fff;
  text-align: center;
  padding: 15px;
  z-index: 3;
  position: relative;
}

div#block-appscape-theme-content {
  z-index: 3;
  position: relative;
  background: #fff;
}

/**
* Banners
*/

.banner-block {
  
  overflow: hidden;
}
.banner-block, .banner-block.parallax-window {
  min-height: 80vh;
  color: #ffffff;
}
.banner-block .parallax-overlay {
  background: unset;
  font-size: 120%;
}

.banner-block .btn.btn-lg {
  border: 2px solid #fff;
  color: #fff;
}

.banner-block a.btn.btn-lrg.phone.orange-bg {
  max-width: 400px;
}

.banner-block .col-sm-10.col-md-8.col-lg-6 {
  padding: 10px;
  z-index: 1;
}

.banner-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 0;
}

.banner-block > * {
  position: relative;
  z-index: 1;
}

/**
* USP's
*/

.usp {
  width: 100%;
  max-width: 250px;
  text-align: center;
  background: #ffffff;
  margin: 10px;
  border-radius: 20px;
  padding-top: 15px;
}

.usp i {
  font-size: 350%;
  color: #4faef1;
  margin-bottom: 10px;
}

div#block-appscape-theme-usps {
  background: #f3f3f3;
  padding: 30px 10px;
}

/**
* Mission statement block
*/
div#block-appscape-theme-missionstatement {
  background: #f3f3f3;
  color: #000;
  padding: 25px 10px;
}

/**
* Branch content type
*/

article.node.node--type-branch-page.node--view-mode-full {
  margin-top: 25px;
}

.page-node-type-branch-page h1 {
  text-align: center;
}
.node--type-branch-page .row {
  padding-bottom: 15px;
}

.view-eva-branch-page-gallery {
  margin-bottom: 15px;
}

.page-node-type-branch-page h2 i {
  color: #e60000;
}

.branch-details h2 {
  font-size: 150%;
}

.branch-telephone.branch-details a {
  font-size: 130%;
  text-decoration: none;
  color: #2626d7;
}

.branch-details {
  margin-bottom: 20px;
}

.page-node-type-branch-page input#edit-submit {
  background: #e60000;
  border: none;
  padding: 15px 0;
  width: 100%;
  font-weight: 600;
}

/**
* Accordion paragraphs
*/

.paragraph.paragraph--type--bp-accordion .paragraph__column {
  padding-bottom: 5px;
}

.panel-title a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded=false].display:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f107";
}

.paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded=true].display:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f106";
}

/**
* Advanced page
*/

.container-fluid {
  --bs-gutter-x: 0;
}

.region-content {
  padding: 0;
}

/**
* Paragraphs
*/

.contact-form-block, .paragraph--type--just-text {
  padding: 20px 15px 15px 15px;
}

.paragraph img {
  border-radius: 5px;
}

.paragraph hr {
  border-top: 6px solid #fc5000;
  margin: 0 auto 25px auto;
  width: 20%;
  opacity: 1;
}

.paragraph h2 {
  text-align: center;
}

.paragraph--type--just-text .btn.btn-default,
.paragraph--type--text-w-image-left .btn.btn-default,
.paragraph--type--text-w-image-right .btn.btn-default {
  border: 2px solid #3c88d6;
  color: #3b88d6;
  font-size: 120%;
  width: 100%;
  max-width: 450px;
  padding: 10px 0;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

.showcase .showcase-text {
  padding: 3rem;
}

.paragraph.paragraph--type--text-w-contact-form-right {
  padding: 65px 15px 50px 15px;
}

#cta {
  scroll-margin-top: 300px;
}

/**
* Portfolio projects paragraph
*/

.page-section {
  padding: 3rem 0;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 4rem;
}

#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}

#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
}

#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}

#portfolio .btn-primary {
  --bs-btn-bg: #fc5000;
  --bs-btn-border-color: #fc5000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d9aa00;
  --bs-btn-hover-border-color: #cca000;
  --bs-btn-focus-shadow-rgb: 255, 208, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cca000;
  --bs-btn-active-border-color: #bf9600;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ffc800;
  --bs-btn-disabled-border-color: #ffc800;
  font-size: 130%;
  padding: 15px;
  width: 100%;
  max-width: 400px;
  margin-top: 50px;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}

.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
  font-size: 240%;
}

.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}

.btn-primary.orange-outline {
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid #bf9600;
  color: #bf9600;
  padding: 40px 25px;
  width: 100%;
  max-width: 400px;
}

.view-eva-paragraph-projects-display footer {
  background: none !important;
  padding: 0;
}

.path-portfolio div#block-appscape-theme-content {
    background: #f8f9fa;
}



input#edit-submit-portfolio-projects {
    background: #e95d29;
    border: 0;
    width: 100%;
}

.form-item-resin-type, .form-item-sector {
    width: 100%;
    float: unset;
}

.form-item-sector {
    margin-top: 0;
}

.page-link {
  color: #000000;
}

.active > .page-link {
    background-color: #e95d29;
    border-color: #e95d29;
}

/**
* Parallax bg
*/

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.parallax-overlay {
  background: rgb(15 46 142 / 82%);
  border-radius: 5px;
  color: #fff;
  padding: 15px 25px;
}

/**
* Request callback block
*/
form#contact-message-request-callback-form .js-form-item-field-name-0-value label,
form#contact-message-request-callback-form .js-form-item-field-telephone-number-0-value label {
  display: none;
}

form#contact-message-request-callback-form input#edit-submit {
  width: 100%;
  padding: 15px;
  font-weight: 600;
  font-size: 115%;
  background: #fc5000;
  border: 0;
}

.contact-form-block input#edit-submit {
  background: #e60000;
  border: none;
}

#block-appscape-theme-requestacallback hr {
  border-top: 6px solid #e60000;
  width: 20%;
  margin: 0 auto 25px auto;
  opacity: 1;
}

a.btn.btn-default.red-bg-btn {
  background: #e60000;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: 115%;
}


a.btn.btn-lrg.orange-bg {
  background: #fc5000;
  color: #fff;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  font-size: 115%;
}

div#block-appscape-theme-requestacallback {
  background: #000000;
  color: #ffffff;
  padding: 50px 15px;
}

div#block-appscape-theme-requestacallback h2 {
  color: #fc5000;
}

.contact-message-form.contact-form input#edit-submit {
    background: #fc5000;
    color: #fff;
    width: 100%;
    padding: 15px;
    font-weight: 600;
    font-size: 115%;
    border: 0;
}

/** 
* testimonials blocks
*/

div#block-appscape-theme-views-block-testimonial-blocks-block-1 h2,
div#block-appscape-theme-views-block-testimonial-blocks-block-2 h2 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.testimonial {
  height: 330px;
  margin: 0 20px;
}

.testimonial-text {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

div#block-appscape-theme-views-block-testimonial-blocks-block-1,
div#block-appscape-theme-views-block-testimonial-blocks-block-2 {
  background: url(/sites/default/files/graphics/request-callback-bg.jpg);
  background-size: cover;
  background-position: center;
}

div#block-appscape-theme-views-block-testimonial-blocks-block-1 hr,
div#block-appscape-theme-views-block-testimonial-blocks-block-2 hr {
  border-top: 6px solid #3d86d3;
  margin: 0 auto 25px auto;
  width: 20%;
  opacity: 1;
}
nav.slick__arrow {
  margin: 0 auto;
  padding: 20px 0;
  width: 180px;
}

button.slick-arrow {
  background: #3f87d3;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 125%;
  padding: 5px 15px;
}

/**
* Manufacturers block
*/ 

div#gallery-tiles {
  margin-bottom: 3rem;
}


/**
* Select store page
*/
a.btn.btn-default.btn-store {
  border: 2px solid #fb9a30;
  color: #efa23e;
  padding: 20px;
  max-width: 100%;
  width: 600px;
  margin: 10px auto 0px auto;
  font-weight: 600;
}

/**
* EU cookie banner
*/
.popup-content.info.eu-cookie-compliance-content {
  padding: 25px 0;
}

.eu-cookie-compliance-buttons {
  margin: 2em 0 1em 0;
}

button.agree-button.eu-cookie-compliance-secondary-button.button.button--small {
  background: #7cbe5d;
  color: #fff;
  padding: 10px 20px;
}

button.eu-cookie-withdraw-button.button.button--small.button--primary,
button.hide-popup-button.eu-cookie-compliance-hide-button.button.button--small.button--primary,
button.find-more-button.eu-cookie-compliance-more-button-thank-you.button.button--small.find-more-button-processed,
button.decline-button.eu-cookie-compliance-default-button.button.button--small.button--primary {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  text-shadow: unset;
  box-shadow: none;
  padding: 10px 20px;
}

.popup-content.agreed.eu-cookie-compliance-content h2,
.popup-content.info.eu-cookie-compliance-content h2,
.popup-content.info.eu-cookie-compliance-content h2 {
  margin-top: 1em;
}


/**
* contact page
*/

a.btn.btn-lrg.whatsapp {
    background: #25d366;
    color: #ffffff;
    width: 100%;
    padding: 15px;
    font-weight: 600;
    font-size: 115%;
}

.container.contact-page {
    padding-top: 15px;
}

/**
* Footer
*/
footer {
  background-color: #333!important;
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.region.region-footer-first, 
.region.region-footer-second, 
.region.region-footer-third, 
.region.region-footer-fourth {
  padding-left: 10px;
}

.region.region-footer-first h2, 
.region.region-footer-second h2, 
.region.region-footer-third h2, 
.region.region-footer-fourth h2 {
  text-align: center;
}


@media (min-width: 576px) { 
  .region.region-footer-first h2, 
  .region.region-footer-second h2, 
  .region.region-footer-third h2, 
  .region.region-footer-fourth h2 {
    text-align: left;
  }

  
  
}

@media (min-width: 768px) {
  
  
  a.nav-link {
      color: #c4c1c1;
  }
  
  a.nav-link:hover {
    color: #c0bebe;
  }

  a.nav-link.active.is-active, a.nav-link.is-active {
    color: #e95d29;
  }
  a.nav-link.active.dropdown-toggle {
    color: #e95d29;;
  }
  
  span.nav-link.dropdown-toggle, span.nav-link.dropdown-toggle:active, .navbar-nav .nav-link.show {
    color: #c4c1c1;
  }
  ul.dropdown-menu.nav-level-1.show {
    border-radius: 0px 0 5px 5px;
    font-size: 100%;
  }

  div#navbarOffcanvasSm {
    overflow-y: unset;
  }

  div#mainNavSpace {
    padding-top: 153px;
  }
  .navbar-brand img {
    height: 90px;
  }

  .showcase .showcase-text {
    padding: 7rem;
  }

  #views-exposed-form-portfolio-projects-page-1 .form--inline .form-actions {
    clear: none;
    float: left;
    margin-top: 40px;
  }

  form#views-exposed-form-portfolio-projects-page-1 {
      width: 545px;
      margin: 0 auto;
  }
  input#edit-submit-portfolio-projects {
      width: auto;
  }

  .form-item-resin-type, .form-item-sector {
    width: unset;
    float: left;
  }

  .form-item-sector {
    margin-top: 1em;
  }

  span.nav-link.active.dropdown-toggle {
    color: #e95d29;
  }
}

@media (min-width: 992px) {
  .navbar-brand img {
    height: 110px;
  }
  div#mainNavSpace {
    padding-top: 170px;
  }
}

@media (min-width: 1200px) {
  
}

@media (min-width: 1400px) {
  
}

