 .mobile-version {
    display: none;
  }
  .desktop-version {
    display: block;
  }

  body {
  margin: 0;
  padding: 0;
}

.html{
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cp-category-wrapper {
  position: relative;      /* allows absolute positioning inside */
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
}

.cat-menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

.cat-image {
  padding: 30px;
}

.cat-image img {
  max-width: 400px;
  height: auto;
}

/* --- WOMAN IMAGE IN BOTTOM-RIGHT --- */
.tzeni {
  position: absolute;
  bottom: 0;          /* stick to bottom */
  right: 0;           /* stick to right */
  width: 220px;  
  height: 500px;     /* adjust size */
  pointer-events: none; /* so it doesn't block clicks */
}

.step-box{
  padding: 30px;
}

.step-box img {
  width: 100%;
  max-width: 530px;  /* adjust to your image width */
}

.steps-wrapper {
  position: relative;
  width: 100%;
  max-width: 1600px;      /* optional for centering */
  margin: 0 auto;
  padding-left: 250px; 
      overflow: visible !important;


    /* pushes steps right so woman doesn’t overlap them */
}

.steps-tzeni {
  position: absolute;
  left: 0;
  bottom: 0;                     /* keep her inside the wrapper */
  transform: translateY(160px);   /* lower her visually */
  pointer-events: none;
}


.mobile-box-size{
  padding: 20px;
}
.mobile-box-size{
  padding: 20px;
  max-width: 350px;
}

.mobile-step-image{
  padding: 20px;
}

.mobile-step-image img{
  max-width: 600px;
  width: 100%;
}










  .campaign-navbar {
      background: #262626;
      color: #fff;
      padding: 1.2rem 2rem;
      font-size: 1.2rem;
      font-weight: bold;
      display: flex;
      justify-content: center;
    }

   .sitehtml{
    background-color: #000;
    overflow-x: hidden;

   }

   .header-wrapper {
  position: relative;
  width: fit-content; /* or a fixed width */
  margin-left: auto;
  margin-right: auto; 
  
}

.cp-learn-box{
  display: flex;
  justify-content: center;
  margin-top:100px;
}

.cp-image-header {
  display: block;
  width: 100%;
  margin-top: 100px;
}

.cp-image-header-top {
  position: absolute;
  top: -60px;  /* move up/down */
  left: 50%;   /* center horizontally */
  transform: translateX(-50%);
  width: 40%;  /* optional scale */
  z-index: 10;
}

.cp-image-header-top img {
  width: 750px;
}



   
  .cp-flex-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    padding: 0;
  }

  

  .cp-flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    gap: 0;
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .cp-flex-row img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }

  .promo-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; /* centers the banner */
  padding: 1rem;  /* optional breathing room on sides */
  box-sizing: border-box;
}

.promo-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: url('https://res.plaisio.gr/image/upload/Campaigns/B2B-Campaigns/2025/20251113-BlackFriday-B2B/images/HeaderBorder.png') no-repeat center/100% 100%;
  border-radius: 10px;

  background-color: #000;
  
  padding: 1rem 2rem;
  box-sizing: border-box;

  min-height: 200px;
}

.promo-left {
  max-width: 60%;
  height: auto;
  object-fit: contain;
}

.promo-right {
  max-width: 35%;
  height: auto;
  object-fit: contain;
}

.cp-tab-menu{
  padding: 1rem;
  display: flex;
  justify-content: center;
}

  .cp-tabs{
    padding: 5px;
  }

  .cp-text-header{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
  }

  .cp-text{
    font-size: 20px;
    color: #fff;
    margin-top:0;
  }
  .category {
     position: relative;
     width: 300px;
  height: 130px;
  display: flex;
  align-items: center;
  flex: 0 0 auto; 
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border: 3px solid transparent;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  overflow: hidden; /* keeps overlay inside the rounded shape */
  background:
    linear-gradient(#000, #000) padding-box,
    url('https://res.plaisio.gr/image/upload/Campaigns/B2B-Campaigns/2025/20251113-BlackFriday-B2B/images/buttonborder-test.png') border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s ease;
}

.category-oikiakes {
     position: relative;
     width: 300px;
  height: 130px;
  display: flex;
  align-items: center;
  flex: 0 0 auto; 
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border: 3px solid transparent;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  overflow: hidden; /* keeps overlay inside the rounded shape */
  background:
    linear-gradient(#000, #000) padding-box,
    url('https://res.plaisio.gr/image/upload/Campaigns/B2B-Campaigns/2025/20251113-BlackFriday-B2B/images/buttonborder2.png') border-box;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s ease;
}

.categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}
.categories-last {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* center them in the row */
  gap: 1rem;
    width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
}

.category .category-oikiakes img {
  width: 90px;
  height: auto;
  margin-bottom: 0.5rem;
}

.category  span {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}
.category-oikiakes span {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
}

.category::before {
  content: "";
  position: absolute;
  top: -3px;  /* extend slightly under border */
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: #01AABD;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}


.category-oikiakes::before {
  content: "";
  position: absolute;
  top: -3px;  /* extend slightly under border */
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: #EE2782;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.category  img,
.category span {
  position: relative;
  z-index: 1;
}

.category-oikiakes  img,
.category-oikiakes span {
  position: relative;
  z-index: 1;
}

.category:hover span,
.category:hover img {
  color: #fff !important;
}

.category-oikiakes:hover span,
.category-oikiakes:hover img {
  color: #fff !important;
}
/* Hover effect */
.category:hover::before {
  opacity: 1;
}

.category:hover {
  transform: translateY(-3px);
}
.category-oikiakes:hover::before {
  opacity: 1;
}

.category-oikiakes:hover {
  transform: translateY(-3px);
}

.striped-line {
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #fff 0,
    #fff 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 0.3; /* adjust visibility */
}

.striped-line {
  width: 1280px;
  height: 2px;
  margin: 2rem auto;
  background: repeating-linear-gradient(
    to right,
    #fff 0,
    #fff 1px,
    transparent 1px,
    transparent 3px
  );
  opacity: 1;
}
 .box-mobile-version {
    display: none;
  }
  .box-desktop-version {
    display: block;
  }

.cp-box-spacing{
  padding: 5px;
}

.blog-menu{
  display:flex;
  flex-direction: column;
  align-items: center;
    margin: 50px;

}


.card-menu{
  display: flex;
  justify-content: center;
  gap: 24px; 
  margin-top: 20px;
}



.card {
  background-color: #111;          /* dark card background */
  border-radius: 16px;
  padding: 24px;
  width: 300px;
  text-align: center;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
}

.card-logo {
  width: 100px;
  margin-bottom: 16px;
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-text {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 24px;
}

.card-btn {
  display: inline-block;
  background-color: #EE2782;       /* pinkish button */
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}
.card-btn:hover {
  color: #fff;
}

  .card-wrapper-desktop{
    display: block;
  }
  .card-wrapper-mobile{
    display: none;
  }
   .desktop-footer{
    display: block;
  }
  .mobile-footer{
    display: none;
  }











/* Base Styles */
#faq {
  padding: 1.5rem 0; /* py-6 */
}

.faq-container {
  width: 85%;
  max-width: 1400px;
  margin: 2rem auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Typography */
.faq-heading {
  color: #fff;
  font-size: 1.25rem; /* text-xl */
}

.faq-subheading {
  color: #fff;
  font-size: 1.125rem; /* text-lg */
}

/* FAQ Items */
.faq-item {
  border-bottom: 1px solid #e5e7eb; /* border-gray-200 */
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  background: none;
  border: none;
  color: #1261e0;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #1a75ff;
}

.faq-toggle {
  color: #1261e0;
  font-weight: 600;
}

/* FAQ Answers */
.faq-answer {
  display: none;
  padding: 1rem;
  color: #fff;
  text-align: left;
  line-height: 1.6;
}

.faq-answer a {
  color: #1261e0;
  text-decoration: underline;
}

/* Active state (if toggled open via JS) */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

/* List inside answers */
.faq-answer ul {
  list-style: disc;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}


/* Carousel Code */

.box-mobile-version {
  width: 100%;
  height: auto;
  max-height: 800px;  
  
}

.box-mobile-version img {
  width: 100%;
  height: auto;
  max-height: 300px;  
  object-fit: contain;
  display: block;
  
}
.swiper {
  width: 100%;
  height: auto;
  max-height: 500px;  
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
   max-height: 430px;  
}
.my-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background-color: white;
  color: black;
  cursor: pointer;
  z-index: 10; /* make sure they’re above slides */
}
.my-arrow-prev {
  left: 0px;
}


.my-arrow-next {
  right: 0px;
}

.swiper-button-disabled {
  display: none;
}
.swiper-button-disabled::after {
  background: none; /* removes gray circle */
  opacity: 0.5;     /* optional, keep faded look */
}

.goformore{
  display: block;
}

.goformore_mob{
  display: none;
}







/* Responsive design */
@media (min-width: 1536px) {
  .faq-container {
    max-width: 1400px;
  }
}

@media (max-width: 1280px) {
   .box-mobile-version {
    display: block;
  }
  .box-desktop-version {
    display: none;
  }
   .mobile-version {
    display: block;
  }
  .desktop-version {
    display: none;
  }



  .goformore{
  display: none;
}

.goformore_mob{
  display: block;
}

  .cp-tab-menu img{
    display: none;
  }
  .promo-header {
    flex-direction: column;
    justify-content: center;
    text-align: center;

    padding: 3rem; /* simpler spacing on mobile */
    min-height: auto; /* allow natural height */
  }

  .promo-left,
  .promo-right {
    max-width: 80%;     /* wider on mobile */
    margin: 0 auto;     /* center images */
  }

  .promo-right {
    margin-top: 1rem;   /* spacing between the two images */
  }

  .cp-text-header {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

   .categories {
    display: grid;
    grid-template-columns: repeat(2, max-content); /* 2 items based on their natural width */
    justify-content: center;                       /* center them horizontally */
    gap: 0.75rem;
  }

  .category {
    width: 200px;  /* keep your original size */
    height: 90px;
    border-radius: 20px;
  }

  .category img {
    max-width: 70px !important; /* control images (override inline widths) */
    height: auto;
  }

  .category span {
    font-size: 0.7rem;
  }

   .category-oikiakes {
    width: 200px;  /* keep your original size */
    height: 90px;
    border-radius: 20px;
  }

  .category-oikiakes img {
    max-width: 70px !important; /* control images (override inline widths) */
    height: auto;
  }

  .category-oikiakes span {
    font-size: 0.7rem;
  }


  .categories-last{
    flex-wrap: nowrap;
  }

  .card-wrapper-desktop{
    display: none;
  }
  .card-wrapper-mobile{
    display: block
  }
  .cp-text{
  text-align: center;
}

.cp-text-header{
    text-align: center;

}
  .box-mobile-version img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
  }
    .desktop-footer{
    display: none;
  }
  .mobile-footer{
    display: block;
  }

}






@media (max-width: 768px) {
   .category {
    width: 200px;  /* keep your original size */
    height: 90px;
    border-radius: 15px;
  }

  .category img{
    width: 30%;
  }

   .category-oikiakes {
    width: 200px;  /* keep your original size */
    height: 90px;
    border-radius: 15px;
  }

  .category-oikiakes img{
    width: 30%;
  }


  .card {
  background-color: #111;          /* dark card background */
  border-radius: 16px;
  padding: 24px;
  width: 200px;
  text-align: center;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-text {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 14px;
}

.card img{
  max-width: 70px;
}

.card-btn {
    font-size: 14px;
}
.category span {
  font-size: 0.7rem;
}
.category-oikiakes span {
  font-size: 0.7rem;
}
.cp-text-header{
    font-size: 18px;

}
.cp-text{
    font-size: 17px;

}

.cp-box-spacing {
  width: 100%
}


  
 
}






















