/*
Theme Name: Printzy Scan & Print Theme
Theme URI: https://example.com/printzy-theme
Author: Siva Sankar
Author URI: https://example.com
Description: Custom GSAP animated Scan & Print WordPress theme with sticky scroll animation, typing effect, and Swiper slider.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: printzy-theme
Tags: custom-theme, gsap, animation, swiper, one-page, landing-page
*/


body {
    margin: 0;
    font-family: "Kaisei HarunoUmi", serif;
    background-color: #fefae7;
}



@font-face {
  font-family: 'Vastago Grotesk';
  src: url('assets/fonts/VastagoGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Vastago Grotesk';
  src: url('assets/fonts/VastagoGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'Vastago Grotesk';
  src: url('assets/fonts/VastagoGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
}
.logo{
width:120px;
}

.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
	padding:5px 0px;

}

h1.scan-sys {
    font-family: inter;
    color: rgba(108, 108, 108, 1);
    font-size: 3rem !important;
    margin: 20px !important;
}
.wpcf7 input,
.wpcf7 textarea{
width:100%;
padding:12px;
border-radius:8px;
border:1px solid #b89a6a;
}

.wpcf7-submit{
background:#9a6b2f;
color:#fff;
border:none;
padding:12px 28px;
border-radius:6px;
}

section.hero {
position: relative;
}

img.scroll-img {
    width: 70px;
    margin-top: 30px;
    height: auto;
}
.svg-img{
	position:relative;
}
.svg-img:after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 45%;
    height: 40%;
    background: url("assets/images/svg1.svg") center center / cover no-repeat;
    z-index: 1;
    pointer-events: none;
    z-index: -8;
}



span.scan-sy {
    font-family: 'Vastago Grotesk';
    font-size: 3rem;
    font-weight: 400 !important;
    color: rgba(189, 156, 119, 1);
}

.features {
    padding: 120px 20px;
    display: flex;
  
    justify-content: center;
}
.features-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 1100px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    height: 50Dvh;
    justify-items: center;
}

.feature{
width: calc(50% - 35px); /* 2 per row */
display:flex;
align-items:center;
gap:15px;
}
.feature img {
    width: 50px;
    padding-right: 10px;
}
.feature h4{
margin:0;
font-size:27px;
color:#9b6b2f;
font-family:"Kaisei HarunoUmi", serif;
}

.feature p{
margin:2px 0 0;
font-size:19px;
color:#333;
font-family:'Vastago Grotesk', sans-serif;
src: url('assets/fonts/VastagoGrotesk-Regular.otf') format('opentype');
}


h1.scan-sy {
    font-family: "Kaushan Script", cursive;
    color: rgba(189, 156, 119, 1);
}
/* HEADER */
.header {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    padding: 18px 40px 10px 40px;
    background: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.08);
    z-index: 999;
}
/* HERO TOP */
.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('assets/images/back.svg') center/cover no-repeat;
    opacity: 0.4;   /* change opacity here */
    z-index: -1;
}




.hero h1{
margin:0;
font-size:6rem;
line-height:1.1;
}

.scan {
    color: #8b5a1c;
    font-weight: 500;
}
.print{
color:#333;
 font-family:'Vastago Grotesk';
font-weight:600;
}

/* STAGE */
#stage{
height:100vh;
position:relative;
margin-top:-60vh;   /* IMPORTANT overlay */
z-index:5;
}

#sticky{
position:sticky;
top:0;
height:100vh;
/* background:url('./back-2.svg') center/cover no-repeat; */
}
.machine-img {
    position: absolute;
    width: 350px;
    left: 49%;
    top: 55%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

@media (min-width:1920px){
.mobile-img{
right:250px !important;
}
}

@media (min-width:2560px){
.mobile-img{
right:550px !important;
}
	.step-text {
  
    left: 31% !important;
    
}
	.scan-line {
    top:51% !important;
    left: 53% !important;
  
}
	.machine-img {
   top:48%;
    left: 52% !important;
 
}
	.features-card {

    height: 30Dvh !important;
  
}
	
}

.mobile-img {
    position: absolute;
    width: 300px;
    top: 20%;
    right: 150px;
    opacity: 0;
}
.attch {
    position: absolute;
    width: 100px;
    top: 15%;
    right: 150px;
    opacity: 0;
}
.step-text {
    position: absolute;
    top: 32%;
    left: 24%;
    transform: translateX(-50%);
    color: #895416;
    font-size: 50px;
    opacity: 0;
    font-family: Kaisei HarunoUmi;
    /* width: 300px; */
}

/* BOTTOM SECTION */
.bottom{
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;

position:relative;
overflow:hidden;
}

.bottom::before{
content:"";
position:absolute;
inset:0;
background:url('assets/images/back.svg') center/cover no-repeat;
opacity:0.4;   /* adjust opacity */
z-index:-1;
}

.bottom-down{
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;

position:relative;
overflow:hidden;
}

.bottom-down::before{
content:"";
position:absolute;
inset:0;
background:url('assets/images/back.svg') center/cover no-repeat;
opacity:0.4;   /* adjust opacity */
z-index:-1;
}

.bottom h1{
margin:0;
font-size:70px;
line-height:1.1;
}

.doc{
color:#8b5a1c;
}

.printed{
color:#333;
 font-family:'Vastago Grotesk';
font-weight:600;
}

.cursor{
animation:blink 1s infinite;
}

@keyframes blink{
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}

span.highlight {
    color: rgb(67 67 67 / 77%);
    font-family: 'Vastago Grotesk';
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 0px;
}

.scan-line {
    position: absolute;
    width: 120px;
    height: 2px;
    background: #dd1212;
    left: 51%;
    top: 57%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 20;
    box-shadow: 0 0 10px rgba(255,140,0,0.8);
}

img.bottom-logo {
    width: 50%;
    position: absolute;
    bottom: 30px;
}

.machine-slider{
padding:100px 0;

}

.swiper{
padding:40px 0;
}

.swiper-slide{
/* height:420px; */
border-radius:16px;
overflow:hidden;
}

.swiper-slide img{
width:100%;
height:100%;
object-fit:cover;
}


/* menu */
.nav ul{
display:flex;
gap:30px;
list-style:none;
margin:0;
padding:0;
}

.nav a{
text-decoration:none;
color:#000;
font-weight:500;
}

/* hamburger */
.hamburger{
display:none;
flex-direction:column;
gap:5px;
cursor:pointer;
}

.hamburger span{
width:25px;
height:2px;
background:#000;
display:block;
}

.what-get {
    padding: 80px 20px;
    /* background: #f7f3e21f; */
    margin: 160px 0px 0px 0px;
}

.what-get-box {
    max-width: 1100px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.what-title {
    font-size: 36px;
    color: rgba(137, 84, 22, 1);
    margin-bottom: 40px;
    font-weight: 500;
    /* font-family: Kaisei HarunoUmi; */
}

.what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px 80px;
    max-width: 900px;
    margin: 80px auto;
}
.what-item{
display:flex;
gap:15px;
align-items:flex-start;
}

.what-item img{
width:32px;
opacity:.7;
}

.what-item p {
    margin: 0;
    font-size: 20px;
    color: rgba(67, 67, 67, 1);
    line-height: 1.4;
    font-family: Vastago Grotesk;
    font-weight: 500;
}

.future-print{
padding:100px 20px;

}
.future-content {
  
    text-align: left;
}
.future-wrap{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
gap:80px;
}

.future-img img{
width:340px;
}

.future-img img {
    width: 65%;
    position: relative;
    top: 100px;
    margin: 0 auto;
}
.future-content h2{
font-size:42px;
color:#9a6b2f;
margin-bottom:20px;
font-weight:500;
line-height:1.2;
}

.future-content p {
    font-size: 20px;
    color: rgba(67, 67, 67, 1);
    line-height: 1.7;
}
.svg-img2{
	position:relative;
}
.svg-img2:after {
    content: "";
    position: absolute;
    bottom: -80px;
    width: 100%;
    height: 79%;
    background: url("https://printzy.campusify.io/wp-content/uploads/2026/04/Vector-2-1.png") center center / cover no-repeat;
    z-index: 1;
    pointer-events: none;
    z-index: -8;
    left: 0%;
}

.ideal-locations{
padding:80px 20px;

}

.container{
max-width:1100px;
margin:auto;
}
.future-img {
   
    flex: 0 0 40%;
    text-align: left;
}
.ideal-title{
font-size: 42px;
    color: rgba(137, 84, 22, 1);
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
	 margin-bottom: 50px;
}

.ideal-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:30px;
}

.ideal-card{
position:relative;
border-radius:16px;
overflow:hidden;
cursor:pointer;
}

.ideal-card img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.ideal-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:20px;
color:#fff;
font-size:18px;
font-weight:500;
background:linear-gradient(
to top,
rgba(0,0,0,0.7),
rgba(0,0,0,0)
);
}
.cta-franchise{
padding:80px 20px;

}

.cta-box{
max-width:1100px;
margin:auto;
background:#ffff;
border-radius:18px;
padding:60px 70px;
box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

.cta-box h2{
font-size:36px;
color:#9a6b2f;
margin-bottom:15px;
font-weight:500;
}

.cta-box p{
font-size:18px;
color:#555;
max-width:480px;
margin-bottom:25px;
line-height:1.6;
}

.cta-btn{
display:inline-block;
background:#9a6b2f;
color:#fff;
padding:12px 28px;
border-radius:6px;
text-decoration:none;
font-size:16px;
transition:.3s;
}

.cta-btn:hover{
background:#7f5525;
}

section.cta-franchise {
    position: relative;
    margin: 100px 0px;
}
section.cta-franchise:after {
    content: "";
    position: absolute;
    /* top: 73px; */
    width: 70%;
    height: 141%;
    background: url(https://printzy.campusify.io/wp-content/uploads/2026/04/Vector-3-1.png) center center / cover no-repeat;
    z-index: 1;
    pointer-events: none;
    z-index: -9;
    /* right: -8px; */
    right: 0;
    bottom: -200px;
}
.feedback-section{
padding:80px 20px;

}

.feedback-wrap{
max-width:1100px;
margin:auto;
display:flex;
align-items:center;
gap:80px;
}

.feedback-content{
flex:1;
}

.feedback-block{
margin-bottom:40px;
}

.feedback-block h2{
font-size:34px;
color:#9a6b2f;
margin-bottom:12px;
font-weight:500;
line-height:1.2;
}

.feedback-block p{
font-size:17px;
color:#555;
line-height:1.6;
max-width:420px;
}

.feedback-image{
flex:1;
}

.feedback-image img{
width:100%;
border-radius:24px;
display:block;
}

.contact-section {
    padding: 180px 20px 100px 20px;
}

.contact-wrap{
max-width:1100px;
margin:auto;
display:flex;
gap:80px;
align-items:flex-start;
}

.contact-left{
flex:1;
}

.contact-left h2{
font-size:36px;
color:#9a6b2f;
margin-bottom:15px;
font-weight:500;
}

.contact-left p{
font-size:17px;
color:#555;
max-width:320px;
line-height:1.6;
}
img.img-fluid.contact-img {
    width: 70%;
    display: block;

}
.contact-form-box{
flex:1;
background:#ffff;
padding:40px;
border-radius:18px;
box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

.form-top{
font-size:14px;
color:#666;
margin-bottom:20px;
}

.form-group{
margin-bottom:18px;
}

.form-group label{
display:block;
margin-bottom:6px;
font-size:14px;
color:#444;
}

.form-group input,
.form-group textarea{
width:100%;
padding:12px;
border-radius:8px;
border:1px solid #b89a6a;
outline:none;
font-size:15px;
background:#fff;
}

.form-group textarea{
height:90px;
resize:none;
}

.submit-btn{
background:#9a6b2f;
color:#fff;
border:none;
padding:12px 28px;
border-radius:6px;
cursor:pointer;
font-size:15px;
}

.submit-btn:hover{
background:#7f5525;
}














@media (max-width: 768px){
	
	.cta-box {
    max-width: 1100px;
    margin: auto;
    background: #ffff;
    border-radius: 18px;
    padding: 60px 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
	.future-img img {
    width: 47%;
    position: relative;
    top: 105px;
    margin: 0 auto;
}
	.what-get {
    padding: 80px 20px;
    /* background: #f7f3e21f; */
    margin: 10px 0px 0px 0px;
}
	.ideal-locations {
    padding: 0px 20px;
}
	.feedback-wrap {
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: column;
}
	.contact-section {
    padding: 100px 20px 10px 20px;
}
	.contact-wrap {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 65px;
    align-items: flex-start;
    flex-direction: column;
}
	section.cta-franchise {
    position: relative;
    margin: 10px 0px;
}
	.cta-franchise {
    padding: 100px 20px;
}
	.ideal-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 11px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    background: linear-gradient(
to top,
rgba(0,0,0,0.7),
rgba(0,0,0,0)
);
}
	.ideal-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
	.what-get-box {
    max-width: 1100px;
    margin: auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
	
	.what-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 61px 88px;
    max-width: 900px;
    margin: 0px auto;
    grid-auto-flow: row;
}
	
	.future-wrap {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 82px;
    flex-direction: column;
}
	.future-img {
    flex: 0 0 40%;
    text-align: center;
}

	.feature {
    width: fit-content;
   
}
	.hamburger {
  cursor: pointer;
  width: 30px;
		gap:0;
}
	.feature img {
    width: 30px;
    padding-right: 10px;
}

.hamburger span {
  display: block;
  height: 3px;
  background: black;
  margin: 5px 0;
  transition: 0.3s;
}

/* X animation */
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.hero h1 {
    font-size: 40px;

}
	.bottom h1 {
    font-size: 40px;
    line-height: 1.7;
}
.machine-slider {
    padding: 0;
}
.machine-img{
width:260px;
top:45%;
}

.mobile-img {
    width: 160px;
    top: 60%;
    right: 40px;
}
.scan-line {
    top: 50%;
    left: 55%;
    width: 100px;
}
	
	.attch {
    position: absolute;
    width: 64px;
    top: 55%;
    right: 40px;
    opacity: 0;
}
.step-text {
    font-size: 35px;
    left: 50%;
    top: 75%;
    transform: translateX(-50%);
    text-align: center;
}

.header{
width:92%;
padding:15px 20px;
}

span.highlight {
    color: rgb(67 67 67 / 77%);
    font-family: 'Vastago Grotesk';
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 12px;
}
	#sticky {
    position: sticky;
    top: 0;
    height: 100dvh;
    /* background: url('./back-2.svg') center/cover no-repeat; */
}
	
	.bottom {
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
	
	.hero {
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
	
.svg-img:after {
 display:none;
}
	h1.scan-sys {
    font-size: 31px !important;
}
	img#attch {
    display: none;
}
	img#mobile {
    display: none;
}
.features-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 38px 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 1100px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    height: 50Dvh;
    justify-items: start;
    grid-auto-flow: row;
}
	
	.bottom-down {
    height: 24vh;
    
}
	.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 20px;
}
	
	
.nav{
position:absolute;
top:100%;
right:0;
background:#fff;
width:200px;
padding:20px;
display:none;
}

.nav ul{
flex-direction:column;
}

.nav.active{
display:block;
}

.hamburger{
display:flex;
}
.contact-form-box {
    flex: 1;
    background: #ffff;
    padding: 30px 52px 1px 20px;
    border-radius: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
}