/*!
Theme Name: STEAKHOUSE AFFILIATES 
Theme URI: https://partners.thestakehouse.io
Author: Lambros Ntokas
Description: Description
Version: 1.0.0
*/

a,abbr,acronym,address,body,caption,code,dd,del,dfn,div,dl,dt,em,fieldset,form,html,iframe,img,label,legend,li,object,ol,pre,q,span,table,tbody,td,tfoot,th,thead,tr,ul{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit;outline:0}
h1,h2,h3,h4,h5,h6,p,span,a{margin:0;padding:0;font-weight:normal;font-style:normal;font-size:100%;font-family:var(--font-primary);vertical-align:baseline}
html{scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-display: swap;
  font-family: sans-serif;
  outline: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: kern 1;
  font-feature-settings: kern 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;}
:root{
  --purple-0: #EE33FF;
  --purple-200: #BE29CC;
  --purple-400: #8F1F99;
  --purple-500: #771A80;
  --purple-800: #300A33;
  --purple-900: #18051A;

  --purple-sat-30: #F370FF;
  --purple-sat-50: #F699FF;
  --purple-sat-60: #F8ADFF;
  --purple-sat-70: #FAC2FF;

  --black-0: #ffffff;
  --black-50: #F2F2F2;
  --black-100: #E5E5E5;
  --black-200: #cccccc;
  --black-400: #999999;
  --black-500: #808080;
  --black-600: #666666;
  --black-900: #000000;

  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Oswald', sans-serif;
}
.is-primary-text{
  font-family: var(--font-primary);
}
.is-secondary-text{
  font-family: var(--font-secondary);
}

body{position:relative}
.maxgridrow{
  max-width:1520px;
  margin:0 auto;
  padding:0 20px;
}

.purple-box{
  border-radius: 5px;
  border: 1px solid var(--purple-400);
  background: linear-gradient(0deg, var(--purple-800, #300A33) 0%, var(--purple-700, #470F4D) 100%);
  backdrop-filter: blur(10px);
}
.round-btn{
  border-radius: 30px;
  border: 1px solid var(--purple-0);
  padding: 12px 16px 14px 16px;
  color: var(--black-0);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;

  position: relative;
  overflow: hidden;
  display: inline-block;
}
.round-btn span{
  position: relative;
  z-index: 2;
}
.round-btn:after {
    content: "";
    background: linear-gradient(90deg, rgba(245, 0, 255, 0.00) 0%, rgba(245, 0, 255, 0.60) 49.52%, rgba(245, 0, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    transition: all 0.3s ease;border-radius: 30px;    
}
.round-btn:hover:after {
    width: 100%;
}
.is-hidden-desktop{display: none;}

/* Header */
.is-site-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 10px;
  z-index: 10;
  width: 100%;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
.logo-col{
  margin-top: -5px;
  margin-bottom: -7px;
}
.logo-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.is-site-header .nav{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
  font-size: 18px;
  font-weight: 400;
}
.is-site-header a{
  text-decoration: none;
  color: var(--black-0);
}
.is-site-header a:hover{
  color: var(--purple-0);
}
.btns-col{display:flex;justify-content:center;align-items:center;gap:20px}
.btns-col a{font-size: 18px;font-weight: 400}
.btns-col .signup .round-btn{
  background: var(--black-900);
  font-size: 20px;
  font-weight: 700;
  border: 2px solid var(--purple-400);
}
.btns-col .signup .round-btn:hover{
  border: 2px solid var(--purple-sat-60, #F8ADFF);
  background: var(--purple-600, #5F1466);
  box-shadow: 0 0 20px 0 var(--purple-sat-50, #F699FF) inset;
  color: var(--black-0);
}

/* Hero Section */
.hero-section{
  background: url('/wp-content/themes/affiliates/assets/common/imgs/hero-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hero-section .hero-overlay{
  /* background: url('/wp-content/themes/affiliates/assets/common/imgs/hero-overlay.png') no-repeat center center; */
  position: absolute;
  bottom: 0;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-section .hero-overlay img{width: 100%;height: 100%;object-fit: cover;}
.hero-content{
  position: relative;
  z-index: 2;
}
.hero-title{
  font-size: 90px;
  font-weight: 700;
  color: var(--black-0);
  padding-top: 200px;
  padding-bottom: 60px;
  line-height:1;
}
.affiliate-boxes{display:flex;align-items:center;gap:10px}
.affiliate-box{color: var(--purple-sat-70);padding:10px;text-align:center;font-size: 13px;font-weight: 700}

.hero-text{
  color: var(--black-0);
  font-size: 18px;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 60px;
}

.c2a-btn .round-btn{
  background:var(--purple-400);
  text-decoration: none;
}

.details-big-box{
  padding-top: 140px;
  padding-bottom: 100px;
  width: fit-content;
}
.details-big-box-wrap{
  display: flex;
  align-items: center;
  padding: 30px;
}
.details-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  position: relative;
  /* border-right: 1px solid var(--purple-400); */
}
.details-box::after{
  content: "";
  display: block;
  height: 90%;
  width: 1px;
  background: var(--purple-400);
  position: absolute;
  right: 0;
  top: 10%;
}
.details-box:first-child{
  padding-left: 0;
}
.details-box:last-child{padding-right: 0;}
.details-box:last-child::after{content: none;}
.details-box h3{
  color: var(--black-0);
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.details-box p{
  color: var(--purple-sat-60);
  font-size: 18px;
  font-weight: 600;
}
.details-small-box-wrap{
  display: flex;
  align-items: center;
}
.details-small-box:first-child{
  padding-right: 20px;
  position: relative;
}
.details-small-box:first-child::after{
  content: "";
  display: block;
  height: 75%;
  width: 1px;
  background: var(--purple-400);
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
}
.details-small-box:last-child{
  padding-left: 20px;
}


/* Benefits section */
.benefits-section{
  background: radial-gradient(64% 61.24% at 50% 100%, var(--purple-sat-80, #FCD6FF) 0%, rgba(252, 214, 255, 0.00) 100%);
  padding: 120px 180px 140px 180px;
}
.benefits-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.benefits-header-meta{
  color: var(--purple-sat-30);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.benefits-header-title{
  color: var(--black-900);
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1;
}
.benefits-header-text{
  color: var(--black-900);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.benefits-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  padding-top: 60px;
}
.benefit-box{
  padding: 30px;
  display: flex;
  gap: 20px;
  border-radius: 5px;
  border: 1px solid var(--black-200);
  background: linear-gradient(0deg, var(--black-50, #F2F2F2) 0%, var(--black-0, #FFF) 100%);
}
.benefit-box-text{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.benefit-box h4{
  color: var(--black-900);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.05;
}
.benefit-box p{
  color: var(--black-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

@media all and (max-width: 1499px){
.benefit-box h4{
        font-size: 30px;
        white-space: nowrap;  
  }
}


/* Tiers section */
.tiers-section{
  background: radial-gradient(195.18% 141.42% at 100% 100%, var(--purple-500, #771A80) 0%, var(--purple-900, #18051A) 100%);
  position: relative;
  padding: 120px 180px 180px 180px;
}
.tiers-header{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tiers-header-meta{
  color: var(--purple-sat-30);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
.tiers-header-title{
  color: var(--black-0);
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1;
}
.tiers-header-text{
  color: var(--black-0);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.tiers-content{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
.tier-box{
  padding: 30px 60px 40px 60px;
  border-radius: 5px;
  border: 1px solid var(--purple-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 308px;
  width: 100%;
}
.tier-box-1{
  background: linear-gradient(0deg, rgba(95, 20, 102, 0.00) 0%, var(--purple-600, #5F1466) 100%);
}
.tier-box-2{
  background: linear-gradient(0deg, rgba(119, 26, 128, 0.00) 0%, var(--purple-500, #771A80) 100%);
}
.tier-box-3{
  background: linear-gradient(0deg, rgba(143, 31, 153, 0.00) 0%, var(--purple-400, #8F1F99) 100%);
}
.tier-box-4{
  background: linear-gradient(0deg, rgba(167, 36, 178, 0.00) 0%, var(--purple-300, #A724B2) 100%);
  position: relative;
}
.tier-box-label{
  color: var(--purple-sat-70);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.tier-box-title{
  color: var(--black-0);
  text-align: center;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
}
.tier-box-title span{
  font-size: 28px;
  font-weight: 700;
}
.tier-box-text{
  color: var(--purple-sat-70);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.c2a-tier-box{
  border-radius: 5px;
  border: 1px solid var(--purple-200);
  background: linear-gradient(0deg, var(--purple-700, #470F4D) 0%, var(--purple-400, #8F1F99) 100%);
  padding: 10px;
  position: absolute;
  bottom: 25px;
}
.c2a-tier-box a{
  color: var(--purple-sat-70);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.tier-currency{
  position: absolute;
}
.tier-coin-1{
  top: -70px;
  left: 115px;
}
/* .tier-coin-2{
  top: -27px;
  left: 52px;
}
.tier-coin-3{
  top: 94px;
  left: 218px;
} */
.tier-coin-4{
  right: 40px;
  top: 175px;
}
.tier-cash-1{
  bottom: -2px;
  right: 380px;
}
.tier-cash-2{
  bottom: -2px;
  right: 0;
}

/* Banner section */
.banner-section{
  padding-top: 160px;
  padding-bottom: 120px;
  background-color: var(--black-50);
}
.background-banner{
  width: 100%;
  max-width: 1296px;
  height: 478px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid var(--purple-200);
  background: linear-gradient(180deg, rgba(190, 41, 204, 0.15) 0%, var(--purple-200, rgba(190, 41, 204, 0.75)) 100%), #371216;
  position: relative;
}
.background-banner .banner-overlay{
  position: absolute;
  bottom: -2px;
  right: 10px;
}
.banner-content{
  max-width: 625px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding-left: 80px;
}
.banner-title{
  color: var(--black-0);
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
}
.banner-sub{
  color: var(--purple-sat-70);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}
.banner-text{
  color: var(--black-0);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.banner-section .sep{
  width: 80%;
  height: 1px;
  background: var(--purple-sat-30);
  margin: 10px auto;
}

/* Testimonials section */
.testimonials-section{
  background-color: var(--black-50);
  padding-bottom: 180px;
  position: relative;
}
.testimonials-header,.faq-header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.testimonials-header-meta,.faq-header-meta {
    color: var(--purple-sat-30);
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding-bottom: 10px;
}
.testimonials-header-title,.faq-header-title {
    color: var(--black-900);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding-bottom: 60px;
}
.testimonials-content {
    display: flex;
}
.slick-track{
  margin-inline: -10px;
  display: flex !important;
  align-items: stretch;	
}
.testimonial-box-wrap.slick-slide{
  padding-inline: 10px;
height:auto;
}
.testimonials-section .slick-arrow{
  width: 30px;
  height: 30px;
  bottom: 100px;
}
.testimonials-section .slick-arrow::before{
  content: none;
}
.testimonials-section .slick-prev{
  top: auto;
  left: calc(50% - 25px);
  transform: translateX(-50%);
}
.testimonials-section .slick-next{
  top: auto;
  left: calc(50% + 25px);
  transform: translateX(-50%);
}
.testimonials-section .slick-next svg:hover path,
.testimonials-section .slick-prev svg:hover path{
  fill: var(--purple-sat-30);
}
.testimonials-content .testimonial-box{
  border-radius: 5px;
  border: 1px solid var(--black-200, #CCC);
  background: linear-gradient(0deg, var(--black-50, #F2F2F2) 0%, var(--black-0, #FFF) 100%);
  padding: 40px 30px;
  /* max-width: 377px;
  width: 100%; */
  /* width: 377px !important; */
  min-height: 321px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
height:100%;
}
.testimonial{
  color: var(--black-900);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 40px;
   font-style:italic;
}
.testimonial-author a{
  color: var(--black-400);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.testimonial-author a:hover{color: var(--purple-sat-30);}

/* Test fading */
.testimonials-content-wrap {
  position: relative;
  overflow: hidden;
}
.testimonials-content-wrap::before,
.testimonials-content-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
  pointer-events: none; /* allows clicking through */
}
.testimonials-content-wrap::before {
  left: 0;
  background: linear-gradient(to right, rgba(242, 242, 242, 1), rgba(242, 242, 242, 0.3));
}
.testimonials-content-wrap::after {
  right: 0;
  background: linear-gradient(to left, rgba(242, 242, 242, 1), rgba(242, 242, 242, 0.3));
}

/* FAQ section */
.faq-section{
  padding-bottom: 160px;
  background-color: var(--black-50);
}
.faq-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 10px;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}
.faq-item{
  border-radius: 5px;
  border: 1px solid var(--black-200, #CCC);
  background: linear-gradient(0deg, var(--black-50, #F2F2F2) 0%, var(--black-0, #FFF) 100%);
  padding: 20px 30px;
}
.collapsible{
  color: var(--black-900);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-answer{
  padding-top: 20px;
  color: var(--black-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: none;
}
.faq-answer.active{
  display: block;
}
.chevron {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.collapsible.active .chevron {
  transform: rotate(180deg);
}

/* Contact section */
.contact-section{
  background-color: var(--black-50);
}
.contact-boxes{
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}
.contact-box{
  width: 100%;
}
.contact-box-title{
  color: var(--black-900);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
}
.contact-box-inner{
  border-radius: 5px;
  border: 1px solid var(--black-200);
  background: linear-gradient(0deg, var(--black-50, #F2F2F2) 0%, var(--black-0, #FFF) 100%);
  padding: 40px 30px;
  min-height: 350px;
}

/* New Form */
.contact-section .wpforms-field-container{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.contact-section .wpforms-field-container .wpforms-field{
  padding:0;
}
.contact-section .wpforms-field-container .form-item{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.contact-section .wpforms-field-container .form-item label{
  color: var(--black-900);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
.contact-section .wpforms-field-container .form-item input{
  border-radius: 5px;
  border: 1px solid var(--black-100);
  background: var(--black-50);
  padding: 10px 10px 12px 10px;
  color: var(--black-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.contact-section .wpforms-field-container .form-item input::placeholder{
  color: var(--black-400);
}
.contact-section .wpforms-field-container .form-item input:focus{
  border: 1px solid var(--purple-0);
  box-shadow: none;
}
.contact-section .wpforms-submit{
  border-radius: 30px;
  padding: 12px 16px 14px 16px;
  color: var(--black-0);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: var(--black-900);
  border: 2px solid var(--purple-0);
  margin-top: 20px;
}
.contact-section .wpforms-submit span{
  position: relative;
  z-index: 2;
}
.contact-section .wpforms-submit:hover{
  border: 2px solid var(--purple-sat-60, #F8ADFF);
  background: var(--purple-600, #5F1466);
  box-shadow: 0 0 20px 0 var(--purple-sat-50, #F699FF) inset;
}
.contact-section .wpforms-submit:after {
    content: "";
    background: linear-gradient(90deg, rgba(245, 0, 255, 0.00) 0%, rgba(245, 0, 255, 0.60) 49.52%, rgba(245, 0, 255, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    transition: all 0.3s ease;border-radius: 30px;    
}
.contact-section .wpforms-submit:hover:after {
    width: 100%;
}
.contact-section .wpforms-confirmation-container-full p{
  color: var(--black-600);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}


.contact-flex{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 20px;
  text-decoration: none;
}
.contact-flex:hover{color: var(--purple-0);}
.contact-info{
  color: var(--black-600);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

/* Footer section */
.is-site-footer{
  padding-top: 180px;
  padding-bottom: 20px;
  background-color: var(--black-50);
}
.footer-inner{
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--black-200);
  background: linear-gradient(0deg, var(--black-50, rgba(242, 242, 242, 0.90)) 0%, var(--black-0, rgba(255, 255, 255, 0.90)) 100%);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.footer-rights{
  color: var(--black-500);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.footer-nav ul{
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
.footer-nav ul a{
  text-decoration: none;
  color: var(--black-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.footer-nav ul a:hover{color: var(--purple-0);}
.footer-img{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

/* Burger */
#burger-aside {
    transition: all .5s ease;
    position: fixed;
    right: -340px;
    top: 0;
    bottom: 0;
    background-color: var(--black-0);
    z-index: 15;
    width: 340px;
    overflow-x: hidden;
    color: var(--black-400);
}
#burger-aside.active {
    right: 0;
    transition: all .5s ease;
}
.burger-inner{
  position: relative;
  padding: 60px;
}
.burger-close{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 120px;
}
#close-burger{cursor: pointer;}
#close-burger:hover path{fill: var(--purple-400);}

.burger-nav {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--black-400);
  margin-bottom: 40px;
}
.burger-nav .nav{
  list-style: none;
}
.burger-nav .nav li{
  margin-bottom: 17px;
}
.burger-nav .nav a{
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--black-400);
}
.burger-contact .contact-flex{
  font-size: 16px;
  gap: 5px;
}

@media screen and (max-width: 768px){
  .is-hidden-desktop{display: block;}
  .is-hidden-mobile{display: none;}

  .round-btn{
    font-size: 18px;
  }

  /* Header */
  .is-site-header{
    padding: 12px;
    left: 20px;
    right: 20px;
    transform: none;
    width: auto;
  }
  .logo-link{
    position: relative;
  }
  .logo-link .main-logo {
    width: 140px;
    height: 56px;
  }
  .logo-link .signature-logo {
    position: absolute;
    bottom: -23px;
    left: 13px;
    width: 102px;
    height: 43px;
  }
  .btns-col{
    gap: 10px;
  }
  .btns-col .signup .round-btn{
    font-size: 18px;
    padding: 10px 12px;
  }
  .burger-lines{
    cursor: pointer;
  }
  .burger-lines:hover path{fill: var(--purple-400);}

  /* Hero */
  .hero-title{
    font-size: 48px;
    padding-top: 110px;
  }
  .hero-text{
    font-size: 16px;
  }
  .details-big-box-wrap{
    padding: 12px 10px;
  }
  .details-box{
    padding: 0 12px;
  }
  .details-box h3{
    font-size: 28px;
  }
  .details-box p{
    font-size: 13px;
  }

  /* Benefits */
  .benefits-section{
    padding: 60px 20px 80px 20px;
  }
  .benefits-content{
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
  }
  .benefits-header-meta{
    font-size: 18px;
  }
  .benefits-header-title{
    font-size: 28px;
  }
  .benefits-header-text{
    font-size: 16px;
  }
  .benefit-box{
    padding: 30px 20px;
  }
  .benefit-box-text{
    gap: 10px;
  }
  .benefit-box h4{
    font-size: 24px;
  }
  .benefit-box p{
    font-size: 16px;
  }

  /* Tiers */
  .tiers-section{
    padding: 120px 20px 180px 20px;
  }
  .tiers-header-meta{
    font-size: 18px;
  }
  .tiers-header-title{
    font-size: 28px;
    padding-bottom: 20px;
  }
  .tiers-header-text{
    font-size: 16px;
  }
  .tiers-content{
    flex-direction: column;
    gap: 10px;
  }
  .tier-box{
    max-height: 198px;
    min-height: unset;
    gap: 10px;
  }
  .tier-box-4{
    max-height: unset;
  }
  .tier-box-4 .c2a-tier-box{
    position: static;
  }

  .tier-box-label{
    font-size: 18px;
  }
  .tier-box-title{
    font-size: 48px;
  }
  .tier-box-text{
    font-size: 16px;
  }
  .tier-coin-1{
    left: 13px;
    top: -50px;
    width: 127px;
    height: 144px;
  }
  .tier-coin-1 img{
    width: 100%;
    height: 100%;
  }
  .tier-coin-4{
    top: 632px;
    right: 17px;
  }
  .tier-cash-1{
    right: 250px;
  }
  .tier-cash-2{
    right: 0;
  }

  /* Banner */
  .banner-section{
    padding: 160px 20px 120px 20px;
  }
  .background-banner{
    height: unset;
  }
  .background-banner .banner-overlay{
    position: relative;
    left: 20px;
    right: 0;
  }
  .background-banner .banner-overlay img{width: 95%;}
  .banner-content{
    padding: 60px 40px 34px 40px;
  }
  .banner-title{
    font-size: 48px;
  }
  .banner-sub{
    font-size: 24px;
  }
  .banner-text{
    font-size: 16px;
  }

  /* Testimonials */
  .testimonials-header-meta, .faq-header-meta{
    font-size: 18px;
  }
  .testimonials-header-title, .faq-header-title{
    font-size: 28px;
  }
  .testimonials-content .testimonial-box{
    padding: 30px;
  }
  .testimonial{
    font-size: 18px;
  }
  .testimonial-author a{
    font-size: 24px;
  }

  /* FAQ */
  .faq-section{
    padding-bottom: 100px;
  }
  .faq-content{
    padding: 0 20px;
  }
  .collapsible{
    font-size: 16px;
  }
  .faq-answer{
    font-size: 18px;
  }

  /* Contact */
  .contact-section .wpforms-field-container{
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .contact-box-title{
    font-size: 20px;
  }
  .contact-boxes{
    flex-wrap: wrap;
    gap: 30px;
  }
  .contact-section .wpforms-field-container .form-item input{
    font-size: 16px;
  }

  /* Footer */
  .is-site-footer{
    padding-top: 60px;
  }
  .footer-inner{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer-nav ul{
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .footer-nav ul a{
    font-size: 16px;
  }
  .footer-rights{
    font-size: 16px;
  }
  .footer-img{
    left:0;
  }
  .footer-img img{width: 100%;height: auto;}
}


/* Modal background */
.modal {
  display: none; /* Απόκρυψη αρχικά */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}

/* Modal περιεχόμενο */
.modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px 30px;
  border-radius: 12px;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: fadeInUp 0.3s ease;
}

/* Κουμπί κλεισίματος */
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #666;
  cursor: pointer;
}

.close-modal:hover {
  color: #000;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.modal-body p {margin: 10px 0}
.modal-body {font-size:15px;line-height:1.2}
.modal-body h3 {
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0;
}

div#wpforms-54 {
    margin: 0;
}