/*
Theme Name: WordPressify
Theme URI: https://www.wordpressify.co
Author: Luan Gjokaj
Author URI: https://www.riangle.com
Description: WordPressify default theme.
Version: 1.0
Tags: responsive, clean, minimal, modern, wordpressify
*/
#page {
  max-width: 100%;
  overflow-x: hidden;
}
:root {
  --primary-color: rgb(126, 160, 150);
  --top-section-background-color: rgba(126, 160, 150, 0.8);
  --secondary-color: #e48f17;
  --grey-section-background-color: #edf0f2;
}
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Animation styles - Professional fade and motion effects */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Base fade element styles */
.fade-element {
  opacity: 0;
  will-change: opacity, transform;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
footer .fade-element {
  transform: none !important;
  font-size: 16px !important;
  opacity: 1 !important;
}
/* Direction variations */
.fade-from-bottom {
  transform: translate3d(0, 30px, 0);
}
.fade-from-side {
  transform: translate3d(-30px, 0, 0);
}
/* Active and exit states */
.fade-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fade-out {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
/* Direction-specific exit animations */
.fade-from-bottom.fade-out {
  transform: translate3d(0, -20px, 0);
}
.fade-from-side.fade-out {
  transform: translate3d(20px, 0, 0);
}
/* Parallax background effect */
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position 0.1s linear;
}
.logged-in .site-header {
    top: 32px;
  }
.button {
  background-color: #e48f17;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 1.2rem 2.4rem;
  font-size: 1.5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out, border-radius 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: inline-block;
}
@media (max-width: 567.98px) {
.button {
    font-size: 1rem;
}
  }
.button:hover,.button:focus {
    border-radius: 1rem;
    background-color: rgb(126, 160, 150);
    background-color: var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 0.5rem 0;
}
@media (max-width: 995.98px) {
.site-header {
    background-color: #fff;
}
  }
.site-header.scrolled {
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 0.3rem 0;
  }
.site-header.scrolled .container {
      align-items: center;
    }
.site-header.scrolled .site-branding {
      transform: scale(0.95);
    }
@media (max-width: 567.98px) {
.site-header.scrolled .site-branding {
        transform: scale(0.98);
    }
      }
.site-header.scrolled .header-menu-section {
      transform: scale(0.98);
    }
.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
.site-header .site-branding {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
  }
@media (max-width: 567.98px) {
.site-header .site-branding {
      padding: 0 0 0 0.5rem;
  }
    }
.site-header .site-branding .custom-logo-link {
      display: block;
      max-width: 250px;
    }
.site-header .site-branding .custom-logo-link img {
        height: auto;
        max-height: 80px;
        width: auto;
      }
@media (max-width: 567.98px) {
.site-header .site-branding .custom-logo-link img {
          max-height: 32px;
      }
        }
.site-header .site-branding .site-title {
      margin: 0;
      font-size: 1.5rem;
    }
.site-header .site-branding .site-title a {
        color: rgb(126, 160, 150);
        color: var(--primary-color);
        -webkit-text-decoration: none;
        text-decoration: none;
      }
.site-header .site-branding .site-title a:hover,.site-header .site-branding .site-title a:focus {
          -webkit-text-decoration: underline;
          text-decoration: underline;
        }
.site-header .site-branding .site-description {
      margin: 0;
      font-size: 0.8rem;
      color: #666;
    }
.site-header .header-menu-section {
    background-color: #e48f17;
    background-color: var(--secondary-color);
    display: flex;
    gap: 1.5rem;
    align-items: center;
    padding: 0.5rem 2rem;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: right center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
@media (max-width: 567.98px) {
.site-header .header-menu-section {
      padding: 0.5rem;
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 64px;
  }
    }
.site-header .header-menu-section .mobile-phone-icon {
      width: 2rem;
      height: 2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: border-radius 0.2s ease-in-out;
    }
@media (min-width: 568.02px) {
.site-header .header-menu-section .mobile-phone-icon {
        display: none;
    }
      }
.site-header .header-menu-section .mobile-phone-icon:hover,.site-header .header-menu-section .mobile-phone-icon:focus {
        border-radius: 0;
      }
.site-header .header-menu-section .mobile-phone-number {
      display: none;
    }
@media (min-width: 568.02px) {
.site-header .header-menu-section .mobile-phone-number {
        display: block;
    }
      }
.site-header .header-menu-section a {
      color: #fff;
      -webkit-text-decoration: none;
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 3px;
    }
.site-header .header-menu-section a:hover,.site-header .header-menu-section a:focus {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }
.site-header .header-menu-section .header-menu-button {
      width: 3rem;
      height: 3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: #000;
      cursor: pointer;
      transition: border-radius 0.2s ease-in-out;
    }
.site-header .header-menu-section .header-menu-button:hover,.site-header .header-menu-section .header-menu-button:focus {
        border-radius: 0;
      }
.site-header .header-menu-section .header-menu-button svg {
        width: 1.5rem;
        height: 1.5rem;
        fill: #fff;
      }
.top-section {
  min-height: 60dvh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media (max-width: 567.98px) {
.top-section {
    padding-top: 70px;
}
  }
.top-section .content {
    background-color: rgba(126, 160, 150, 0.8);
    background-color: var(--top-section-background-color);
    padding: 1rem 2rem;
    color: #fff;
  }
@media (min-width: 996.02px) {
.top-section .content {
      max-width: 75%;
      padding: 2rem 3rem;
  }
    }
@media (min-width: 1366.02px) {
.top-section .content {
      padding: 4rem 2em 4rem 8rem;
  }
    }
.top-section .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
  }
@media (min-width: 996.02px) {
.top-section .container {
      gap: 2rem;
  }
    }
@media (min-width: 1366.02px) {
.top-section .container {
      gap: 3rem;
  }
    }
.top-section h1 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
@media (max-width: 567.98px) {
.top-section h1 {
      font-size: 2rem;
  }
    }
.top-section h2 {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
@media (max-width: 567.98px) {
.top-section h2 {
      font-size: 1rem;
      line-height: 1.2rem;
      letter-spacing: 1px;
  }
    }
.top-section .button {
    text-align: center;
    letter-spacing: 3px;
  }
.video {
  background-color: #edf0f2;
  background-color: var(--grey-section-background-color);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.video .container {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
.video iframe {
    aspect-ratio: 16 / 9;
    margin-bottom: 2rem;
  }
.video h2 {
    background-color: #e48f17;
    background-color: var(--secondary-color);
    color: #fff;
    margin-bottom: 1rem;
    padding: 1.2rem 2.4rem;
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
@media (max-width: 567.98px) {
.video h2 {
      font-size: 1.5rem;
  }
    }
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 996.02px) {
.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
  }
@media (width: 1366px) {
.section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
  }
@media (max-width: 567.98px) {
.how-it-works h3 {
      font-size: 1.8rem;
  }
    }
@media (max-width: 567.98px) {
.how-it-works .container {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
  }
    }
.container {
  width: 1366px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768.02px) {
.container {
    padding-left: 1rem;
    padding-right: 1rem;
}
  }
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 567.98px) {
.gallery {
    justify-content: center;
}
  }
@media (min-width: 996.02px) {
.row {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    gap: 2rem;
}
  }
@media (max-width: 567.98px) {
.row .column:nth-child(2) {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
  }
    }
.row h3 {
    font-size: 3.5rem;
  }
@media (max-width: 567.98px) {
.row h3 {
      margin-top: 2rem;
      font-size: 2rem;
  }
    }
.row h4 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
.row ul {
    list-style-position: inside;
    padding-left: 1rem;
  }
.row ul ul {
      list-style: none;
    }
h3 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section-title .container {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
@media (max-width: 567.98px) {
.section-title .container {
      flex-direction: column;
  }
    }
.section-title .container h2 {
      flex: 1 1 auto;
    }
@media (min-width: 996.02px) {
.section-title {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
  }
@media (width: 1366px) {
.section-title {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
  }
@media (max-width: 567.98px) {
.why-vanbox {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
  }
@media (min-width: 996.02px) {
.why-vanbox .container {
      display: grid;
      grid-template-columns: 1fr 340px;
      grid-gap: 2rem;
      gap: 2rem;
  }
    }
@media (max-width: 567.98px) {
.why-vanbox h3 {
      font-size: 2rem;
  }
    }
.why-vanbox ul {
    list-style-position: inside;
    padding-left: 1rem;
  }
.why-vanbox aside img {
      margin-bottom: 2rem;
    }
.why-vanbox aside .button {
      width: 100%;
      text-align: center;
    }
@media (min-width: 996.02px) {
.size .container {
      display: grid;
      grid-template-columns: 340px 1fr;
      grid-gap: 2rem;
      gap: 2rem;
  }
    }
.size h2 {
    margin-bottom: 2rem;
  }
@media (max-width: 567.98px) {
.size h2 {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
  }
    }
.size .size-text {
    padding: 2rem;
    background-color: rgb(126, 160, 150);
    background-color: var(--primary-color);
  }
.footer-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 567.98px) {
.footer-section {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
  }
.footer-section .footer-navigation {
    width: 320px;
    max-width: 100%;
    padding: 2rem;
    background-color: rgb(126, 160, 150);
    background-color: var(--primary-color);
  }
.footer-section .footer-navigation ul {
      list-style: none;
    }
.footer-section .footer-navigation ul li:not(:last-of-type) {
        margin-bottom: 0.5rem;
      }
.footer-section .footer-navigation a {
      color: #fff;
      -webkit-text-decoration: none;
      text-decoration: none;
      font-weight: bold;
    }
.footer-section .footer-navigation a:hover,.footer-section .footer-navigation a:focus {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }
@media (max-width: 567.98px) {
.type {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
  }
.type ul {
    padding-top: 2rem;
    padding-bottom: 2rem;
    list-style: none;
    padding-left: 1rem;
  }
@media (min-width: 996.02px) {
.type .container {
      display: grid;
      align-items: center;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2rem;
      gap: 2rem;
  }
    }
.custom-logo-link img {
  max-width: 240px;
  margin: 1rem;
}
.site-header .site-branding {
  background-color: transparent;
}
/* Contact Form 7 Styles */
.contact {
  padding: 3rem 0;
}
@media (max-width: 567.98px) {
.contact {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
  }
.wpcf7 {
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem;
  background-color: #edf0f2;
  background-color: var(--grey-section-background-color);
  border-radius: 8px;
}
.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.wpcf7 label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: rgb(126, 160, 150);
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 2px rgba(126, 160, 150, 0.2);
}
.wpcf7 textarea {
  min-height: 150px;
  resize: vertical;
}
.wpcf7 input[type="submit"] {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #e48f17;
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s, border-radius 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  align-self: flex-start;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  background-color: rgb(126, 160, 150);
  background-color: var(--primary-color);
  border-radius: 8px;
  transform: translateY(-2px);
}
.wpcf7 .wpcf7-response-output {
  margin: 2rem 0 0;
  padding: 1rem;
  border-radius: 4px;
  font-weight: 500;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border: 2px solid #ffb900;
  background-color: rgba(255, 185, 0, 0.1);
}
.wpcf7 .wpcf7-mail-sent-ok {
  border: 2px solid #46b450;
  background-color: rgba(70, 180, 80, 0.1);
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #dc3232;
}


/*# sourceMappingURL=style.css.map */
