.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(0,0,0);
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:rgb(10,10,10);
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(0,57,84);
}
:root{
--wd-alternative-color:#fbbc34;
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:#83b735;
}
:root{
--btn-shop-bgcolor-hover:#74a32f;
}
:root{
--btn-accent-bgcolor:#83b735;
}
:root{
--btn-accent-bgcolor-hover:#74a32f;
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
	
	
			--wd-form-brd-radius: 0px;
	
	--wd-form-brd-width: 2px;

	--btn-default-color: #333;
	--btn-default-color-hover: #333;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-color-hover: #fff;
			--btn-default-brd-radius: 0px;
		--btn-default-box-shadow: none;
		--btn-default-box-shadow-hover: none;
		--btn-default-box-shadow-active: none;
		--btn-default-bottom: 0px;
	
	
			--btn-accent-brd-radius: 0px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
		--btn-accent-box-shadow-active: none;
		--btn-accent-bottom: 0px;
	
	
			--btn-shop-bottom-active: -1px;
		--btn-shop-brd-radius: 0px;
		--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
		--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
	
	
	
	
	
	
	
		}

	/* Site width */
	
	
/* Quick view */
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

/* Shop popup */
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}

/* Age verify */
div.wd-popup.wd-age-verify {
	max-width: 500px;
}

/* Header Banner */
.header-banner {
	height: 40px;
}

body.header-banner-display .website-wrapper {
	margin-top:40px;
}

/* Tablet */
@media (max-width: 1024px) {
	/* header Banner */
	.header-banner {
		height: 40px;
	}
	
	body.header-banner-display .website-wrapper {
		margin-top:40px;
	}
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
		
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//tezreviews.com/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.1.4") format("woff2"),
	url("//tezreviews.com/wp-content/themes/woodmart/fonts/woodmart-font.woff?v=6.1.4") format("woff");
}

/* HERO */
.gf-hero {
    color: #fff;
    padding: 80px 10%;
    box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
    background: linear-gradient(121deg, #133176 30%, #133176 30%, #000000 69%, #000000 105%);
}

/* Optional: subtle animated glow effect */
.gf-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 60%);
  animation: glow 8s linear infinite;
  z-index: 0;
}

@keyframes glow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Make content appear above glow */
.gf-hero-inner { position: relative; z-index: 1; }

.gf-hero-inner { display:flex; gap:40px; align-items:center; flex-wrap:wrap; }
.gf-hero-left { flex:1 1 520px; }
.gf-hero-left h1 {
    font-size: 2.4rem;
    margin: 0 0 15px;
    color: white;
    font-family: 'Poppins';
}
.gf-hero-left p {
    opacity: 0.95;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 22px;
}

.gf-hero-ctas .gf-btn{ display:inline-block; padding:12px 26px; border-radius:40px; text-decoration:none; margin-right:12px; font-weight:600; }
.gf-btn.primary { background:#ffcc00; color:#111; box-shadow:0 8px 30px rgba(0,0,0,0.12); }
.gf-btn.ghost {
    background: #4ba108;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.15);
}
.gf-quick-stats { list-style:none; padding:18px 0 0; display:flex; gap:22px; margin:0; }
.gf-quick-stats li { text-align:center; }
.gf-quick-stats strong{ display:block; font-size:1.2rem; }
.gf-hero-right { flex:0 0 360px; position:relative; text-align:center; }
.gf-hero-right img{ width:100%; max-width:320px; border-radius:16px; box-shadow:0 12px 30px rgba(0,0,0,0.18); }
.gf-price-bubble { position:absolute; left:10%; bottom:-18px; background:#fff; color:#111; padding:10px 16px; border-radius:12px; box-shadow:0 8px 20px rgba(0,0,0,0.12); text-align:center; }
.gf-price-bubble small{ display:block; font-size:0.8rem; color:#666; }

/* responsive */
@media (max-width:900px){ .gf-hero-inner{flex-direction:column-reverse;}.gf-hero-right{margin-bottom:12px;} .gf-hero-left h1{font-size:1.9rem;} }

.gf-features { padding:15px 10%; background:#fff; color:#111; }
.gf-center{ max-width:1100px; margin:0 auto; text-align:center; }
.gf-feat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:28px; }
.gf-feat{ background:linear-gradient(180deg,#f8fdff,#e6f2ff); padding:18px; border-radius:12px; box-shadow:0 8px 20px rgba(0,0,0,0.05);}
.gf-feat h3{ color:#007bff; margin-bottom:8px; }
@media (max-width:900px){ .gf-feat-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:500px){ .gf-feat-grid{ grid-template-columns:1fr; } }

.gf-how{ background:#f7fbff; padding:50px 10%; }
.gf-steps{ display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin-top:24px; }
.gf-step{ background:#fff; padding:18px; border-radius:12px; width:220px; text-align:center; box-shadow:0 8px 20px rgba(0,0,0,0.06);}
.num{ width:44px;height:44px;border-radius:50%; background:#007bff;color:#fff; display:inline-flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:10px;}
@media (max-width:600px){ .gf-step{ width:100%; } }

.gf-pricing{ padding:45px 10%; background:#fff; }
.gf-price-cards{ display:flex; gap:22px; justify-content:center; flex-wrap:wrap; margin-top:22px; }
.gf-price-card{ background:linear-gradient(180deg,#fff,#e8f6ff); padding:24px; border-radius:14px; width:320px; box-shadow:0 12px 30px rgba(0,0,0,0.06); text-align:center; border: 1px solid;}
.gf-price-card .price{ font-size:1.4rem; color:#007bff; margin:12px 0; }
.gf-price-card ul{ text-align:left; padding-left:18px; margin-bottom:14px; }

.gf-testimonials{ background:#e6f2ff; padding:70px 10%; }
.gf-test-cards{ display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin-top:20px;}
.test-card h4 {
    color: #000000;
    margin-top: 10px;
    font-weight: 600;
    font-size: 15px;
}
.test-card p{ font-style:italic; color:#333; }

/* small helpers keep consistent */
.gf-center{ max-width:1150px; margin:0 auto; }
.gf-btn{ text-decoration:none; display:inline-block; margin:10px 8px; padding:10px 22px; border-radius:40px; font-weight:600; }

.main-page-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.testimon-style-boxed .testimonial-inner {
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    transition: box-shadow .5s ease;
    margin-left: 40px;
    margin-right: 40px;
    padding: 20px;
}
@media (min-width: 1025px) {
	.main-page-wrapper {
   margin-top: -90px;
}

@media (min-width: 1025px) {
.gf-contact {
    background: linear-gradient(45deg, #ec4899 0%, #8300ff 40%, #0061ff 70%, #00daff 100%);
    color: #fff;
    text-align: center;
    padding: 30px 5%;
    margin-bottom: -75px!important;
}
}

.wd-prefooter {
    padding-bottom: 0px;
    background-color: #FFF;
    margin-bottom: -35px;
    margin-right: -15px;
    margin-left: -15px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {
	.gf-hero {
  background: linear-gradient(45deg, #ec4899 0%, #a855f7 40%, #3b82f6 70%, #06b6d4 100%);
  color: #fff;
  padding: 80px 10%;
  border-radius: 0 0 100px 0;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}
}

@media (max-width: 576px) {
	.main-page-wrapper {
    margin-top: -40px;
    padding-top: 10px;
    min-height: 50vh;
    background-color: #FFF;
    margin-left: -15px;
    margin-right: -15px;
}

.gf-hero::before {
	display: none:
}

.gf-hero {
    background: linear-gradient(121deg, #133176 30%, #133176 30%, #000000 69%, #11494a 105%);
    color: #fff;
    border-radius: 0 0 0 0;
    box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
    background-size: 200% 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0px;
    padding-top: 50px;
}

.gf-hero-left p {
    opacity: 0.95;
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 16px;
}

.gf-hero-left h1 {
    font-size: 26px;
	  font-family: 'Rubik', sans-serif;
}

.gf-hero-left {
    flex: 0 1 477px;
}

.ai-review-qr-text {
    font-family: 'Google Sans', 'Roboto', 'Segoe UI', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a73e8;
    background: linear-gradient(145deg, #f8f9fa 0%, #e8f0fe 100%);
    padding: 16px 24px;
    text-align: center;
    max-width: 420px;
    margin: 20px auto;
    box-shadow: 
        0 4px 12px rgba(26, 115, 232, 0.15),
        0 2px 6px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: -0.3px;
	  margin-top: -130px;
    border-radius: 60px 60px 0px 0px;
}
}

.ai-review-qr-text::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.4) 50%, 
        transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.6s;
}

.ai-review-qr-text:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 
        0 12px 28px rgba(26, 115, 232, 0.25),
        0 6px 12px rgba(0, 0, 0, 0.12);
    border-color: #1a73e8;
}

.ai-review-qr-text:hover::before {
    transform: translateX(100%);
}

.ai-review-qr-text .hashtag {
    color: #34a853;
    font-weight: 800;
}

.ai-review-qr-text .ai-badge {
    display: inline-block;
    background: #ea4335;
    color: white;
    font-size: 11px;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: 20px;
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    vertical-align: middle;
    animation: pulse 2s infinite;
}

.ai-review-qr-text .qr-icon {
    display: inline-block;
    margin-left: 6px;
    font-size: 22px;
    animation: float 3s ease-in-out infinite;
}

.ai-review-qr-text .glow {
    font-size: 12px;
    margin-top: 6px;
    opacity: 0.9;
    text-shadow: 0 0 8px rgba(26, 115, 232, 0.4);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

.gf-contact {
    background: linear-gradient(45deg, #ec4899 0%, #8300ff 40%, #0061ff 70%, #00daff 100%);
    color: #fff;
    text-align: center;
    padding: 30px 5%;
}

.gf-how {
    background: #f7fbff;
    padding: 70px 10%;
    margin-top: 20px;
}

.tez-faq-section h2 {
    text-align: center;
    font-size: 23px !important;
    color: #1e3a8a;
    margin-bottom: 30px;
}
	
.wd-prefooter {
    padding-bottom: 0px;
    background-color: #FFF;
    margin-bottom: -80px;
    margin-right: -15px;
    margin-left: -15px;
}

.testimon-style-boxed .testimonial-inner {
    padding: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    transition: box-shadow .5s ease;
    border-left: 8px solid #ffcc00;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
}


.demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  padding: 12px 28px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  z-index: 999;
}

.demo-btn i {
  font-size: 18px;
  color: #fff;
}

.demo-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(90deg, #2575fc, #6a11cb);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

/* ✅ Floating on mobile (Left Side) */
@media (max-width: 768px) {
  .demo-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  }

  .demo-btn.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
  }
}

}

