@import url("https://use.typekit.net/iwk3kkw.css");
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #b0bec5;
}
a:hover,
input:hover,
select:hover,
textarea:hover,
button:hover {
  border-color: transparent;
}

#zuka-accessibility {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 5px;
  z-index: 26081986;
}
#zuka-accessibility .accessibility-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#zuka-accessibility .accessibility-menu-btn i {
  font-size: 30px;
}
#zuka-accessibility .accessibility-menu-btn span {
  width: 0;
  padding: 0;
  overflow: hidden;
}
#zuka-accessibility .accessibility-menu-btn:hover span {
  padding: 0 10px;
  width: 125px;
}
#zuka-accessibility .menu-za {
  display: none;
  background: black;
}
#zuka-accessibility .menu-za li {
  padding-left: 10px;
}
#zuka-accessibility .menu-za li p {
  margin: 2px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid;
}
#zuka-accessibility .menu-za li figure {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
#zuka-accessibility .menu-za li figure label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 5px 10px 5px 0;
  padding: 5px;
  color: white;
  cursor: pointer;
}
#zuka-accessibility .menu-za li figure label:hover, #zuka-accessibility .menu-za li figure label:focus {
  background: rgba(255, 255, 255, 0.3);
}
#zuka-accessibility .menu-za li figure label i {
  font-size: 20px;
}
#zuka-accessibility .menu-za li figure label input {
  background: transparent;
  white-space: normal;
  line-height: 1;
  text-align: left;
  color: inherit;
}
#zuka-accessibility .menu-za li figure label input:hover, #zuka-accessibility .menu-za li figure label input:focus {
  outline: none;
  text-decoration: underline;
  border: 1px dashed #b0bec5;
}

.accessibility-open {
  display: flex !important;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.accessibility-open .menu-za {
  display: block !important;
}

.font-content #zuka-accessibility .menu-za li figure label[for=font-content] {
  background: #607d8b;
  color: white;
}
.font-content #zuka-accessibility .menu-za li figure label[for=font-content] input {
  color: white;
}
.font-content body {
  font-family: "arial", "sans-serif" !important;
}

.links-content #zuka-accessibility .menu-za li figure label[for=links-content] {
  background: #607d8b;
  color: white;
}
.links-content #zuka-accessibility .menu-za li figure label[for=links-content] input {
  color: white;
}
.links-content a {
  color: red !important;
  text-decoration: underline !important;
}

.light-contrast #zuka-accessibility .menu-za li figure label[for=light-contrast] {
  background: #607d8b;
  color: white;
}
.light-contrast #zuka-accessibility .menu-za li figure label[for=light-contrast] input {
  color: white;
}
.light-contrast body,
.light-contrast header {
  background: white !important;
}
.light-contrast body,
.light-contrast h1,
.light-contrast h2,
.light-contrast h3 {
  color: gray !important;
}
.light-contrast img {
  filter: grayscale(100%);
}
.light-contrast a {
  color: gray !important;
}
.light-contrast .zipper-logo .brand-icon {
  fill: gray !important;
}
.light-contrast .our-clients-page .clients-list-section ul li img {
  filter: invert(1);
}

.hard-contrast #zuka-accessibility .menu-za li figure label[for=hard-contrast] {
  background: #607d8b;
  color: white;
}
.hard-contrast #zuka-accessibility .menu-za li figure label[for=hard-contrast] input {
  color: white;
}
.hard-contrast body,
.hard-contrast footer,
.hard-contrast h2 {
  background: black !important;
  color: yellow !important;
}
.hard-contrast h1, .hard-contrast h2, .hard-contrast h3, .hard-contrast h4, .hard-contrast h5, .hard-contrast h6,
.hard-contrast button {
  color: yellow !important;
}
.hard-contrast img,
.hard-contrast .contact-page {
  -webkit-filter: invert(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) !important;
}

.large-view #zuka-accessibility .menu-za li figure label[for=large-view] {
  background: #607d8b;
  color: white;
}
.large-view #zuka-accessibility .menu-za li figure label[for=large-view] input {
  color: white;
}
.large-view body {
  zoom: 1.2;
}

.xlarge-view #zuka-accessibility .menu-za li figure label[for=xlarge-view] {
  background: #607d8b;
  color: white;
}
.xlarge-view #zuka-accessibility .menu-za li figure label[for=xlarge-view] input {
  color: white;
}
.xlarge-view body {
  zoom: 1.5;
}
.xlarge-view body #zuka-accessibility {
  zoom: 0.8;
}

/*


 ************************
 *                      *
 *       zukalize       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *         26.8         *      **********  **********  **********
 *                      *
 ************************

 *                                                                                  *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *


*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.3;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline-width: 0;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

menu {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

i {
  text-align: center;
}

sub,
sup {
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

kbd,
pre,
code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: black;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*

  Created By
                                                                     ***
                                                                     ***
                 ***       ***       ************    ***      ***    ***      ***    **********     ***
                ***       ***        **      ***     ***      ***    ***     ***    ***      ***     ***
           ********************             ***      ***      ***    ***    ***              ***      ***
              ***       ***                ***       ***      ***    ***   ***               ***       ***
             ***       ***                ***        ***      ***    ***  ***        ***********        ***
            ***       ***                ***         ***      ***    ***   ***      ***      ***       ***
        *******************             ***          ***      ***    ***    ***     ***      ***      ***
          ***       ***                ***     **    ***     ****    ***     ***    ***      ***     ***
         ***       ***                ***********    ******** ***    ***      ***    ********  **   ***


*/
h1, h2, h3, h4, h5 {
  color: #fff;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  padding: 0;
  margin: 40px 0;
  text-align: center;
  line-height: 1;
}
h1 span {
  display: block;
  font-weight: 300;
  font-size: 60%;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  padding: 0;
  margin: 20px 0;
  text-align: center;
  line-height: 1.3;
}
h2 span {
  font-weight: 300;
  display: block;
  margin: 10px 0;
  font-size: 50%;
}

h3 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}
h3 span {
  font-weight: 400;
  font-size: 60%;
  display: block;
}

h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
h4 span {
  display: block;
  font-weight: 400;
  font-size: 60%;
  margin-top: 5px;
}

h5 {
  font-weight: 400;
  font-size: 17px;
  margin: 15px 0 0;
  line-height: 1;
}

h6 {
  font-weight: 300;
  font-size: 13px;
  margin: 10px 0;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

blockquote {
  display: inline-table;
  font-weight: 600;
  margin: 20px 0;
}

body {
  direction: ltr;
  font-family: "gravesend-sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #000000;
  letter-spacing: 1px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

section {
  padding: 60px 0;
  outline: none;
}

figure {
  display: flex;
}

address {
  font-style: normal;
}

a[data-target=link] {
  text-decoration: underline;
  color: #fff;
}
a[data-target=link]:hover {
  opacity: 0.3;
}

svg {
  height: 100px;
}

button {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  direction: inherit;
  color: inherit;
  white-space: nowrap;
  padding: 5px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.2);
}

::selection {
  background: rgba(255, 255, 255, 0.2);
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 112px;
}
.site header {
  position: fixed;
  top: 0;
  background: #000000;
  z-index: 26081986;
  width: 100%;
}

.zipper-logo {
  align-items: center;
}
.zipper-logo .brand-icon {
  fill: #fff;
  height: 53px;
}
.zipper-logo .brand-icon:hover .top {
  transform: translateY(18.5px);
}
.zipper-logo .brand-icon:hover .bottom {
  transform: translateY(-18.5px);
}
.zipper-logo .brand-icon:hover .the-z {
  opacity: 0;
}
.zipper-logo .brand-text {
  margin: 0 10px;
}
.zipper-logo .brand-text span {
  display: block;
  font-weight: 300;
  line-height: 1;
}

.vertical-logo .zipper-logo {
  flex-direction: column;
  text-align: center;
}

.ball-stage-logo .brand-icon .top {
  transform: translateY(18.5px);
}
.ball-stage-logo .brand-icon .bottom {
  transform: translateY(-18.5px);
}
.ball-stage-logo .brand-icon .the-z {
  opacity: 0;
}

.site-header {
  align-items: center;
  padding: 17px 60px;
}
.site-header .main-navigation {
  width: calc(100% - 324px);
}
.site-header .main-navigation .menu {
  display: flex;
  justify-content: center;
}
.site-header .main-navigation .menu li {
  padding: 0 30px;
  text-align: center;
}
.site-header .main-navigation .menu li a {
  position: relative;
}
.site-header .main-navigation .menu li a:before {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  bottom: -6px;
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
  margin: auto;
  right: 0;
  left: 0;
}
.site-header .main-navigation .menu li a:hover:before {
  width: 20px;
  opacity: 1;
}
.site-header .main-navigation .menu .current_page_item a,
.site-header .main-navigation .menu .current_page_parent a {
  font-weight: bold;
}
.site-header .main-navigation .menu .current_page_item a:before,
.site-header .main-navigation .menu .current_page_parent a:before {
  width: 20px;
  opacity: 1;
}
.site-header .main-navigation .site-footer {
  display: none;
}
.site-header .menu-toggle {
  display: none;
}
.site-header .menu-toggle .fa-times {
  display: none;
}

.site-footer .social-links {
  align-items: center;
  justify-content: center;
}
.site-footer .social-links a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.site-footer .social-links a:hover {
  opacity: 0.7;
}
.site-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer ul li {
  padding: 0 10px;
  border-right: 1px solid;
}
.site-footer ul li:last-child {
  border-color: transparent;
}
.site-footer ul li a:hover {
  opacity: 0.7;
}
.site-footer .formal-info {
  font-size: 12px;
  font-weight: 300;
  margin: 80px 0 40px;
}
.site-footer .formal-info button {
  padding: 0;
}
.site-footer .formal-info button:hover {
  opacity: 0.7;
}

article .article-header .post-thumbnail img {
  width: 100%;
}
article .wp-block-image {
  margin: 30px 0;
}
article .tags-links {
  display: block;
  font-size: 13px;
  padding-top: 5px;
  border-top: 1px solid #fff;
  margin-top: 5px;
}
article h3 {
  margin: 25px 0 0;
}
article h4 {
  margin: 15px 0 0;
}
article ul {
  list-style-type: disc;
  margin: 0 0 5px 30px;
  padding: 0 10px;
}
article ol {
  list-style-type: decimal;
  margin: 0 0 5px 30px;
  padding: 0 10px;
}
article p {
  margin: 10px 0;
}
article p a[target=_blank] {
  text-decoration: underline;
  color: #9E9E9E;
}
article p a[target=_blank]:hover {
  color: #fff;
}
article blockquote {
  color: #fff;
  background: #f4fbfa;
  border-left: 2px solid #fff;
  margin-left: 45px;
  padding: 0 30px;
  position: relative;
}
article blockquote p {
  padding: 10px 0;
}
article blockquote cite {
  font-size: small;
  margin-bottom: 20px;
  display: block;
}

.blog .articles-list .post,
.archive .articles-list .post {
  padding: 40px 0;
}
.blog .articles-list .post .post-thumbnail,
.archive .articles-list .post .post-thumbnail {
  line-height: 0;
  display: block;
  position: relative;
  cursor: pointer;
}
.blog .articles-list .post .post-thumbnail:hover,
.archive .articles-list .post .post-thumbnail:hover {
  background: #fff;
}
.blog .articles-list .post .post-thumbnail:hover img,
.archive .articles-list .post .post-thumbnail:hover img {
  opacity: 0.4;
}
.blog .articles-list .post .post-content h3,
.archive .articles-list .post .post-content h3 {
  margin: 0;
  color: #fff;
}
.blog .articles-list .post .post-content a:hover,
.archive .articles-list .post .post-content a:hover {
  text-decoration: underline;
}
.blog .articles-list .post .post-content .post-footer .a-btn,
.archive .articles-list .post .post-content .post-footer .a-btn {
  white-space: nowrap;
}

.single-post section {
  padding: 0;
}
.single-post .post .article-header {
  margin-bottom: 20px;
}
.single-post .post .article-header h1 {
  padding: 25px 0;
  font-size: 50px;
  border-bottom: 1px solid;
  margin-bottom: 25px;
}
.single-post .post .article-header p {
  font-weight: 500;
}
.single-post .post .article-header .post-thumbnail {
  line-height: 0;
}
.single-post .post .article-header .posted-on .updated {
  display: none;
}
.single-post .post-navigation-area {
  justify-content: space-between;
  padding: 40px 0 10px;
}
.single-post .post-navigation-area .nav-links {
  display: flex;
}
.single-post .post-navigation-area .nav-links svg {
  margin: 0 5px;
  height: 10px;
}
.single-post .post-navigation-area .nav-links .nav-next {
  margin-inline-start: auto;
}
.single-post .post-navigation-area .nav-links .nav-previous {
  margin-right: 10px;
}

.z-404 {
  align-items: center;
  justify-content: center;
  font-size: 90px;
  font-weight: 900;
}
.z-404 .zipper-logo {
  margin: 0 5px;
}
.z-404 .zipper-logo svg {
  height: 90px;
}
.z-404 .zipper-logo .brand-text {
  display: none;
}

@keyframes LogoIn {
  0% {
    transform: translateY(200%);
  }
  50% {
    transform: translateY(-110%);
    position: relative;
    z-index: 26081987;
  }
  100% {
    transform: translateY(0%);
  }
}
.front-page {
  width: 100%;
  min-height: 360px;
  height: calc(100vh - 89px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.front-page::-webkit-scrollbar {
  display: none;
}
.front-page img {
  filter: grayscale(1) brightness(10);
}
.front-page .logo .brand-icon {
  height: 150px;
}
.front-page .logo .brand-text {
  line-height: 1;
  font-size: 35px;
  margin: 20px;
}
.front-page .logoIn,
.front-page-redesign .logoIn {
  animation: LogoIn 1.5s cubic-bezier(0.5, 1.2, 1, 1);
}

.about-page .animate__animated.animate__faster {
  animation-duration: 0.6s;
}
.about-page .animate__animated.animate__delay-1s {
  animation-delay: 0.5s;
}
.about-page .animate__animated.animate__delay-2s {
  animation-delay: 1s;
}
.about-page .animate__animated.animate__delay-3s {
  animation-delay: 1.5s;
}
.about-page .animate__animated.animate__delay-4s {
  animation-delay: 2s;
}
.about-page .the-content {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.5;
}
.about-page ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  margin: 40px 0;
}
.about-page ul li h3 {
  padding: 20px 0;
}
.about-page ul li p {
  text-align: center;
  padding: 0 25px 45px;
  line-height: 2;
}
.about-page .image-benefit {
  overflow: hidden;
  line-height: 0;
  position: relative;
}
.about-page .image-benefit img {
  transform: scale(1.03);
}
.about-page .social-responsibility {
  padding-top: 0;
}

.meet-the-team-page .team-list-section {
  padding: 20px 0 60px;
}
.meet-the-team-page .team-list-section h1 {
  margin-bottom: 60px;
}
.meet-the-team-page ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin: 40px 0;
}
.meet-the-team-page ul li p {
  margin: 10px 0 30px;
}
.meet-the-team-page .profile-image {
  line-height: 0;
  cursor: pointer;
}
.meet-the-team-page .profile-image img {
  transition: opacity 0.3s ease;
}
.meet-the-team-page .profile-image:hover img {
  opacity: 0;
}

/* The Zippers page */
.the-zippers-page .the-content img {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.the-zippers-page .the-content img:hover {
  opacity: 0.85;
}

.our-clients-page .clients-list-section {
  padding: 20px 0 140px;
}
.our-clients-page .clients-list-section ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0;
  margin-top: 100px;
}
.our-clients-page .clients-list-section ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.our-clients-page .clients-list-section ul li img {
  transition: none;
}
.our-clients-page .clients-list-section ul li .color-logo {
  position: absolute;
  opacity: 0;
}
.our-clients-page .clients-list-section ul li:hover img {
  opacity: 0;
  transition: none;
}
.our-clients-page .clients-list-section ul li:hover .color-logo {
  opacity: 1;
}

.our-clients-page .clients-list-section ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.our-clients-page .clients-list-section ul li.has-link {
  cursor: pointer;
}

.site-main {
  width: 100%;
}
.site-main .intro-projects {
  padding: 20px 0 0;
}
.site-main .box-filters {
  position: sticky;
  top: 88px;
  z-index: 100;
  background: #000000;
  padding: 15px 0;
}
.site-main .box-filters .service-filter {
  justify-content: space-around;
}
.site-main .box-filters .service-filter button {
  position: relative;
}
.site-main .box-filters .service-filter button:before {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  bottom: -6px;
  width: 0;
  opacity: 0;
  transition: all 0.5s ease;
  margin: auto;
  right: 0;
  left: 0;
}
.site-main .box-filters .service-filter button:hover:before {
  width: 20px;
  opacity: 1;
}
.site-main .box-filters .service-filter button:focus {
  border: 1px dashed transparent;
}
.site-main .box-filters .service-filter button:focus:before {
  width: 20px;
  opacity: 1;
}
.site-main .box-filters .service-filter .active-category:before {
  width: 20px;
  opacity: 1;
}
.site-main .box-filters .service-filter #category-general {
  display: none;
}
.site-main .projects-list-section {
  padding: 0 0 60px;
}
.site-main .projects-list-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin: 40px 0;
  min-height: 500px;
}
.site-main .projects-list-section .post-content .post-thumbnail {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.site-main .projects-list-section .post-content .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.site-main .projects-list-section .post-content .post-thumbnail:hover img {
  opacity: 0.85;
}
.site-main .projects-list-section .post-content .title-link {
  margin: 15px 0 20px;
  display: inline-block;
}
.site-main .projects-list-section .post-content .title-link p {
  display: inline;
  font-weight: 600;
}
.site-main .projects-list-section .clear-all li {
  display: none;
}
.site-main .projects-list-section .category-service-1 li {
  display: none;
}
.site-main .projects-list-section .category-service-1 .category-service-1 {
  display: block;
}
.site-main .projects-list-section .category-service-2 li {
  display: none;
}
.site-main .projects-list-section .category-service-2 .category-service-2 {
  display: block;
}
.site-main .projects-list-section .category-service-3 li {
  display: none;
}
.site-main .projects-list-section .category-service-3 .category-service-3 {
  display: block;
}

.single-post-page .project-title {
  text-align: center;
  padding-top: 60px;
}
.single-post-page .project-title p {
  font-size: 36px;
}
.single-post-page .project-title h1 {
  font-size: 20px;
  margin: 10px 0;
}
.single-post-page .the-project {
  padding-bottom: 120px;
}
.single-post-page .the-project ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px;
}
.single-post-page .the-project ul li {
  grid-column-end: span 2;
  line-height: 0;
}
.single-post-page .the-project ul li img {
  width: 100%;
}
.single-post-page .the-project ul .span-2 {
  grid-column-end: span 3;
}
.single-post-page .the-project ul .span-3 {
  grid-column-end: span 6;
}
.single-post-page .by-c ul li,
.single-post-page .by-c ul .span-2 {
  grid-column-end: span 6;
}

.single-project-page .project-title {
  text-align: center;
  padding-top: 60px;
}
.single-project-page .project-title p {
  font-size: 36px;
}
.single-project-page .project-title h1 {
  font-size: 20px;
  margin: 10px 0;
}
.single-project-page .the-project {
  padding-bottom: 120px;
}
.single-project-page .the-project ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px;
}
.single-project-page .the-project ul li {
  grid-column-end: span 2;
  line-height: 0;
}
.single-project-page .the-project ul li img {
  width: 100%;
}
.single-project-page .the-project ul .span-2 {
  grid-column-end: span 3;
}
.single-project-page .the-project ul .span-3 {
  grid-column-end: span 6;
}
.single-project-page .by-c ul li,
.single-project-page .by-c ul .span-2 {
  grid-column-end: span 6;
}

/* Gallery image cursor */
.single-project-page .gallery-image {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.single-project-page .gallery-image:hover {
  opacity: 0.85;
}

/* Lightbox styles */
body.lightbox-open {
  overflow: hidden;
}
.project-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.project-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 10px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.lightbox-close:hover {
  opacity: 1;
}
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 20px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.lightbox-nav:hover {
  opacity: 1;
}
.lightbox-nav svg {
  width: 40px;
  height: 40px;
}
.lightbox-prev {
  left: 20px;
}
.lightbox-next {
  right: 20px;
}

@media screen and (max-width: 768px) {
  .lightbox-nav svg {
    width: 30px;
    height: 30px;
  }
  .lightbox-prev {
    left: 10px;
  }
  .lightbox-next {
    right: 10px;
  }
  .lightbox-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
  }
}

.privacy-policy .page {
  padding: 20px 0 140px;
}
.privacy-policy .page .the-content h2 {
  font-size: 20px;
  text-align: left;
  line-height: 1.3;
  margin-bottom: -5px;
}
.privacy-policy .page .the-content p {
  line-height: 2;
}

.wrapper {
  max-width: 1440px;
  padding: 0 40px;
  margin: auto;
}

.screen-reader-text {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  word-wrap: normal !important;
}

.site .a-btn {
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
}
.site .a-btn:hover {
  background: #9E9E9E;
  color: white;
}

.middle-line {
  position: relative;
  justify-content: center;
  align-items: center;
}
.middle-line:before {
  border-top: 2px dashed #fff;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 1280px) {
  .site-header .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }
  .site-header .menu-toggle:focus {
    border-color: transparent;
  }
  .site-header .menu-toggle .fa-bars {
    font-size: 21px;
  }
  .site-header .menu-toggle .zip-times {
    display: none;
  }
  .site-header .menu-toggle .zip-times svg {
    fill: white;
    height: 20px;
  }
  .site-header .main-navigation {
    position: fixed;
    top: 112px;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #000000;
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 0 50px;
    overflow: hidden;
  }
  .site-header .main-navigation .menu-header-container {
    width: 100%;
  }
  .site-header .main-navigation .menu {
    flex-direction: column;
  }
  .site-header .main-navigation .menu li {
    text-align: left;
    padding: 18px 0;
    border-bottom: 1px solid;
  }
  .site-header .main-navigation .menu li:last-child {
    border-bottom: none;
  }
  .site-header .main-navigation .menu li a:hover {
    font-weight: bold;
  }
  .site-header .main-navigation .menu li a:hover:before {
    opacity: 0;
  }
  .site-header .main-navigation .menu .current_page_item a,
.site-header .main-navigation .menu .current_page_parent a {
    font-weight: bold;
  }
  .site-header .main-navigation .menu .current_page_item a:before,
.site-header .main-navigation .menu .current_page_parent a:before {
    opacity: 0;
  }
  .site-header .main-navigation .site-footer {
    display: block;
  }

  .main-navigation-open {
    overflow: hidden;
  }
  .main-navigation-open header {
    background: #000000;
  }
  .main-navigation-open .site-header .main-navigation {
    height: calc(100vh - 110px);
    padding: 10px 50px 150px;
    opacity: 1;
    overflow: scroll;
  }
  .main-navigation-open .site-header .fa-bars {
    display: none;
  }
  .main-navigation-open .site-header .zip-times {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper {
    padding: 0 15px;
  }

  .site-header {
    padding: 17px 15px;
  }

  .box-filters {
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .box-filters::-webkit-scrollbar {
    display: none;
  }

  .site-main .box-filters .service-filter {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .site {
    padding-top: 89px;
  }

  .site-main .box-filters {
    top: 89px;
  }

  .site-header a[rel=home] {
    transform: scale(0.7) translateX(-33px);
  }
  .site-header .main-navigation {
    top: 89px;
  }

  .main-navigation-open .site-header .main-navigation {
    height: calc(100vh - 89px);
  }

  .site-footer .formal-info {
    margin: 40px 0;
  }

  h1, h2 {
    font-size: 30px;
  }

  @keyframes LogoIn {
    0% {
      transform: translateY(125%);
    }
    50% {
      transform: translateY(-100%);
      position: relative;
      z-index: 26081987;
    }
    100% {
      transform: translateY(0%);
    }
  }
  .single-post .post-navigation-area .back-to {
    position: absolute;
    top: 125px;
  }
  .single-post .post-navigation-area .post-navigation {
    width: 100%;
  }
  .single-post .post-navigation-area .nav-links {
    justify-content: space-between;
  }

  .front-page > .logo .zipper-logo {
    transform: scale(0.66) translateY(-60px);
  }

  .about-page .the-content {
    font-size: 20px;
  }
  .about-page ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .meet-the-team-page ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .our-clients-page .clients-list-section ul {
    display: flex;
    flex-wrap: wrap;
  }
  .our-clients-page .clients-list-section ul .animate__animated {
    width: 35%;
    max-height: 110px;
  }
  .our-clients-page .clients-list-section ul .animate__animated img {
    max-height: 100%;
  }
  .our-clients-page .clients-list-section ul li {
    width: 25%;
    flex-grow: 1;
  }
  .our-clients-page .clients-list-section ul li:last-child {
    margin-right: 32%;
  }
  .our-clients-page .clients-list-section ul .animate__animated {
    flex-grow: 0;
  }

  .site-main .projects-list-section ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-main .box-filters .service-filter button {
    margin: 0 10px;
  }
}

/* =====================================================
   HOMEPAGE REDESIGN STYLES
   ===================================================== */

/* General Scene Styles */
.front-page-redesign {
  width: 100%;
}

.front-page-redesign .scene {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
  position: relative;
}

.front-page-redesign .scene-header {
  text-align: center;
  margin-bottom: 40px;
}

.front-page-redesign .scene-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.front-page-redesign .scene-title a {
  position: relative;
  display: inline-block;
}

.front-page-redesign .scene-title a:after {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  bottom: -5px;
  width: 0;
  opacity: 1;
  margin: auto;
  right: 0;
  left: 0;
  transition: width 0.3s ease;
}

.front-page-redesign .scene-title a:hover:after {
  width: 30px;
}

.front-page-redesign .scene-subtitle {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.8;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Nav link style for CTAs */
.nav-link-style {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
}

.nav-link-style:before {
  content: "";
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
  width: 20px;
  opacity: 1;
  margin: auto;
  right: 0;
  left: 0;
  transition: width 0.3s ease;
}

.nav-link-style:hover:before {
  width: 100%;
}

/* Scroll Reveal Animation */
.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Scene 1: Hero */
.scene-hero {
  min-height: calc(100vh - 112px);
  max-height: calc(100vh - 112px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.scene-hero .logo {
  margin: 0;
  margin-top: -80px;
}

.scene-hero .logo .brand-icon {
  height: 150px;
}

.scene-hero .logo .brand-text {
  line-height: 1;
  font-size: 35px;
  margin: 20px;
  text-align: center;
}

.scene-hero .logo .brand-text strong {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.scene-hero .hero-tagline {
  margin: 0;
}

.scene-hero .hero-tagline span {
  display: block;
  font-weight: 300;
  line-height: 1;
}

.scroll-indicator {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.scroll-indicator:hover {
  opacity: 0.7;
}

.scroll-arrow {
  width: 9px;
  height: 9px;
  position: relative;
  animation: scrollBounce 2s infinite;
}

.scroll-arrow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

@keyframes scrollBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.scroll-text {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Scene 2: Our Forte */
.scene-forte {
  background: #000;
}

.forte-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
}

.forte-item {
  text-align: center;
}

.forte-item .image-benefit {
  overflow: hidden;
  line-height: 0;
  margin-bottom: 20px;
  border-radius: 4px;
}

.forte-item .image-benefit img {
  width: 100%;
  transform: scale(1.03);
  transition: transform 0.5s ease;
}

.forte-item:hover .image-benefit img {
  transform: scale(1.08);
}

.forte-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.forte-item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  opacity: 0.8;
  padding: 0 10px;
}

/* Scene 3: Our Values (Social Responsibility) */
.scene-values {
  background: #000;
  padding-top: 0;
}

.scene-values h2 {
  text-align: center;
  margin-bottom: 10px;
}

.scene-values .values-subtitle {
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
}

.value-item {
  text-align: center;
  padding: 20px;
}

.value-item h3 {
  font-size: 20px;
  padding: 20px 0;
  margin: 0;
}

.value-item p {
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  padding: 0 25px;
  margin: 0;
}

/* Scene 4: Selected Projects */
.scene-projects {
  background: #000;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
}

.project-item {
  overflow: hidden;
}

.project-link {
  display: block;
  position: relative;
}

.project-image {
  overflow: hidden;
  line-height: 0;
}

.project-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.project-link:hover .project-image img {
  transform: scale(1.05);
  opacity: 0.8;
}

.project-info {
  padding: 15px 0;
}

.project-info .company-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.project-info .project-title {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.7;
}

.projects-cta {
  text-align: center;
  margin-top: 40px;
}

/* Scene 5: Our Clients */
.scene-clients {
  background: #0a0a0a;
  padding: 60px 0;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
}

.client-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
}

.client-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.client-item img {
  max-width: 100%;
  max-height: 80px;
  transition: opacity 0.3s ease;
}

.client-item .color-logo {
  position: absolute;
  opacity: 0;
}

.client-item:hover .white-logo {
  opacity: 0;
}

.client-item:hover .color-logo {
  opacity: 1;
}

.client-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.client-item.has-link {
  cursor: pointer;
}

/* Scene 6: The Zippers */
.scene-team {
  background: #000;
  padding: 60px 0;
}

.team-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
}

.team-member {
  overflow: hidden;
}

.member-image {
  line-height: 0;
  overflow: hidden;
}

.member-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.member-image:hover img {
  transform: scale(1.05);
}

/* Scene 7: Footer Contact */
.scene-contact {
  background: #0a0a0a;
  padding: 60px 0 40px;
}

.scene-contact .site-footer {
  text-align: center;
}

/* Responsive Styles for Homepage Redesign */
@media screen and (max-width: 1024px) {
  .front-page-redesign .scene-title {
    font-size: 32px;
  }

  .forte-grid,
  .projects-grid,
  .team-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .clients-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .front-page-redesign .scene {
    padding: 40px 0;
  }

  .scene-hero {
    min-height: calc(100vh - 89px);
    max-height: calc(100vh - 89px);
  }

  .scene-hero .logo {
    margin-top: -40px;
  }

  .front-page-redesign .scene-header {
    margin-bottom: 30px;
  }

  .front-page-redesign .scene-title {
    font-size: 26px;
  }

  .front-page-redesign .scene-subtitle {
    font-size: 15px;
  }

  .scene-hero .logo .brand-icon {
    height: 100px;
  }

  .scene-hero .logo .brand-text {
    font-size: 24px;
  }

  .scroll-indicator {
    bottom: 60px;
  }

  .forte-grid,
  .projects-grid,
  .team-preview-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project-image img {
    height: auto;
  }

  .project-info {
    text-align: center;
  }

  .project-info .company-name {
    font-size: 20px;
  }

  .project-info .project-title {
    font-size: 14px;
  }

  .member-image img {
    height: auto;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
  }

  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .client-item {
    padding: 20px 15px;
  }

  .client-item img {
    max-height: 70px;
  }

}

/* Staggered animation delays for grid items */
.forte-item:nth-child(1) { transition-delay: 0.1s; }
.forte-item:nth-child(2) { transition-delay: 0.2s; }
.forte-item:nth-child(3) { transition-delay: 0.3s; }
.forte-item:nth-child(4) { transition-delay: 0.4s; }
.forte-item:nth-child(5) { transition-delay: 0.5s; }
.forte-item:nth-child(6) { transition-delay: 0.6s; }

.value-item:nth-child(1) { transition-delay: 0.1s; }
.value-item:nth-child(2) { transition-delay: 0.2s; }
.value-item:nth-child(3) { transition-delay: 0.3s; }

.project-item:nth-child(1) { transition-delay: 0.1s; }
.project-item:nth-child(2) { transition-delay: 0.2s; }
.project-item:nth-child(3) { transition-delay: 0.3s; }
.project-item:nth-child(4) { transition-delay: 0.4s; }
.project-item:nth-child(5) { transition-delay: 0.5s; }
.project-item:nth-child(6) { transition-delay: 0.6s; }

.team-member:nth-child(1) { transition-delay: 0.1s; }
.team-member:nth-child(2) { transition-delay: 0.2s; }
.team-member:nth-child(3) { transition-delay: 0.3s; }

/* Hide default footer on front page (shown in scene-contact instead) */
.home footer .site-footer {
  display: none;
}

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