:root {
  --black: #000;
  --grey: #ADADAD;
  --white: #fff;
  --header: 156px;
    --muted:#403D38;
  
  --headerFixed: 95px;
  --container: 1100px;
  --containerext: 1274px;
 --cursor-img: url('https://joypapapostolou.gr/wp-content/uploads/2025/09/Group-1721.svg');

 --media-min: 0px; /* collapsed */
  --ease-standard: cubic-bezier(.4,0,.2,1);
  --dur-fast: 280ms;
  --dur-medium: 420ms; 
   --media-max: calc(65vh - var(--header-offset,0px)); 
	--media-min: 0px;
  



  
  --60: 60px;
  --55: 55px;
  --44: 44px;
   --42: 42px;
  --36: 36px;
  --30: 30px;
   --33: 33px;
   --28: 28px;
    --26: 26px;
  --24: 24px;
  --23: 23px;
  --22: 22px;
   --21: 21px;
  --20: 20px;
  --18: 18px;
  --16: 16px;
  --15: 15px;
  --14: 14px;
  --13: 13px;
  --12: 12px;
   --11: 11px;
  --p: 15px;
  --a: 16px;
  
  
  
  
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;

 
  --spacing-0: 0px;
--spacing-1: 10px;
--spacing-2: 20px;
--spacing-3: 30px;
--spacing-4: 40px;
--spacing-5: 50px;
--spacing-6: 60px;
--spacing-7: 70px;
--spacing-8: 80px;
--spacing-9: 90px;
--spacing-10: 100px;
  --spacing-15: 150px;
   --spacing-20: 200px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}


html{
	scroll-behavior:smooth;
}

 
 .slick-images-section , .slick-images-section-inner, .slick-images , .slick-images .slick-slide {
  cursor: var(--cursor-img) 11 11, pointer !important;
}
 
/*-----------------------------------------------------
  Container
------------------------------------------------------*/
.container {
  width: 80%!important;
  margin: 0 auto;
  padding: 0 var(--spacing-0);
  max-width: var(--container-ext); /* Adjust as desired */
}

.container-int {
  width: 65%;
  margin: 0 auto;
  padding: 0 var(--spacing-0);
  max-width: var(--container); /* Adjust as desired */
}


.container-ext {
  width: 90%!important;
  margin: 0 auto;
  padding: 0 var(--spacing-0);
  max-width: var(--containerext); /* Adjust as desired */
}


/*-----------------------------------------------------
  Grid
------------------------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
   width:100%;
  margin-left:auto;
  margin-right:auto;
}

.photo-row {
  display: flex;
  gap:50px;
   width:100%;
  margin:10% auto;
      z-index: 1;
    position: relative;
}

.col {
  flex: 1 1 100%;
}

.col-6 {
  flex: 1 1 50%;
}

/*-----------------------------------------------------
   Spacing Utilities (Margin & Padding)
   Now extended beyond .m-5 and .p-5 up to .m-10 and .p-10
------------------------------------------------------*/

/* Utility generator comment:
   For each spacing scale (0 through 10):
   .m-{n}, .mt-{n}, .mb-{n}, .ml-{n}, .mr-{n}, .mx-{n}, .my-{n}
   .p-{n}, .pt-{n}, .pb-{n}, .pl-{n}, .pr-{n}, .px-{n}, .py-{n}
*/


html(
scroll-behavior:smooth;
)


.post, .page {
    margin: 0!important;
}

.page {
    margin: 0;
}
 p{
	 font-weight: 300;
    line-height: 24px;
 } 
 
 a{
	 color:black;
 }

:root {
  /* Map spacing values in a pattern to generate CSS more easily (in a preprocessor you might loop) */
  --spacing-values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10;
}

/* Margin Classes */
.m-0   { margin: var(--spacing-0)!important; }
.m-1   { margin: var(--spacing-1)!important; }
.m-2   { margin: var(--spacing-2)!important; }
.m-3   { margin: var(--spacing-3)!important; }
.m-4   { margin: var(--spacing-4)!important; }
.m-5   { margin: var(--spacing-5)!important; }
.m-6   { margin: var(--spacing-6)!important; }
.m-7   { margin: var(--spacing-7)!important; }
.m-8   { margin: var(--spacing-8)!important; }
.m-9   { margin: var(--spacing-9)!important; }
.m-10  { margin: var(--spacing-10)!important; }
.m-15  { margin: var(--spacing-15)!important; }
.m-20  { margin: var(--spacing-20)!important; }

.mt-0  { margin-top: var(--spacing-0)!important; }
.mt-1  { margin-top: var(--spacing-1)!important; }
.mt-2  { margin-top: var(--spacing-2)!important; }
.mt-3  { margin-top: var(--spacing-3)!important; }
.mt-4  { margin-top: var(--spacing-4)!important; }
.mt-5  { margin-top: var(--spacing-5)!important; }
.mt-6  { margin-top: var(--spacing-6)!important; }
.mt-7  { margin-top: var(--spacing-7)!important; }
.mt-8  { margin-top: var(--spacing-8)!important; }
.mt-9  { margin-top: var(--spacing-9)!important; }
.mt-10 { margin-top: var(--spacing-10)!important; }
.mt-15  {margin-top: var(--spacing-15)!important; }
.mt-20 { margin-top: var(--spacing-20)!important; }

.mb-0  { margin-bottom: var(--spacing-0)!important; }
.mb-1  { margin-bottom: var(--spacing-1)!important; }
.mb-2  { margin-bottom: var(--spacing-2)!important; }
.mb-3  { margin-bottom: var(--spacing-3)!important; }
.mb-4  { margin-bottom: var(--spacing-4)!important; }
.mb-5  { margin-bottom: var(--spacing-5)!important; }
.mb-6  { margin-bottom: var(--spacing-6)!important; }
.mb-7  { margin-bottom: var(--spacing-7)!important; }
.mb-8  { margin-bottom: var(--spacing-8)!important; }
.mb-9  { margin-bottom: var(--spacing-9)!important; }
.mb-10 { margin-bottom: var(--spacing-10)!important; }
.mb-15 { margin-bottom: var(--spacing-15)!important; }
.mb-20 { margin-bottom: var(--spacing-20)!important; }

.ml-0  { margin-left: var(--spacing-0)!important; }
.ml-1  { margin-left: var(--spacing-1)!important; }
.ml-2  { margin-left: var(--spacing-2)!important; }
.ml-3  { margin-left: var(--spacing-3)!important; }
.ml-4  { margin-left: var(--spacing-4)!important; }
.ml-5  { margin-left: var(--spacing-5)!important; }
.ml-6  { margin-left: var(--spacing-6)!important; }
.ml-7  { margin-left: var(--spacing-7)!important; }
.ml-8  { margin-left: var(--spacing-8)!important; }
.ml-9  { margin-left: var(--spacing-9)!important; }
.ml-10 { margin-left: var(--spacing-10)!important; }
.ml-15 { margin-left: var(--spacing-15)!important; }
.ml-20 { margin-left: var(--spacing-20)!important; }

.mr-0  { margin-right: var(--spacing-0)!important; }
.mr-1  { margin-right: var(--spacing-1)!important; }
.mr-2  { margin-right: var(--spacing-2)!important; }
.mr-3  { margin-right: var(--spacing-3)!important; }
.mr-4  { margin-right: var(--spacing-4)!important; }
.mr-5  { margin-right: var(--spacing-5)!important; }
.mr-6  { margin-right: var(--spacing-6)!important; }
.mr-7  { margin-right: var(--spacing-7)!important; }
.mr-8  { margin-right: var(--spacing-8)!important; }
.mr-9  { margin-right: var(--spacing-9)!important; }
.mr-10 { margin-right: var(--spacing-10)!important; }
.mr-15 { margin-right: var(--spacing-15)!important; }
.mr-20 { margin-right: var(--spacing-20)!important; }

.mx-0  { margin-left: var(--spacing-0)!important; margin-right: var(--spacing-0)!important; }
.mx-1  { margin-left: var(--spacing-1)!important; margin-right: var(--spacing-1)!important; }
.mx-2  { margin-left: var(--spacing-2)!important; margin-right: var(--spacing-2)!important; }
.mx-3  { margin-left: var(--spacing-3)!important; margin-right: var(--spacing-3)!important; }
.mx-4  { margin-left: var(--spacing-4)!important; margin-right: var(--spacing-4)!important; }
.mx-5  { margin-left: var(--spacing-5)!important; margin-right: var(--spacing-5)!important; }
.mx-6  { margin-left: var(--spacing-6)!important; margin-right: var(--spacing-6)!important; }
.mx-7  { margin-left: var(--spacing-7)!important; margin-right: var(--spacing-7)!important; }
.mx-8  { margin-left: var(--spacing-8)!important; margin-right: var(--spacing-8)!important; }
.mx-9  { margin-left: var(--spacing-9)!important; margin-right: var(--spacing-9)!important; }
.mx-10 { margin-left: var(--spacing-10)!important; margin-right: var(--spacing-10)!important; }
.mx-15 { margin-left: var(--spacing-15)!important; margin-right: var(--spacing-15)!important; }
.mx-20 { margin-left: var(--spacing-20)!important; margin-right: var(--spacing-20)!important; }

.my-0  { margin-top: var(--spacing-0)!important; margin-bottom: var(--spacing-0)!important; }
.my-1  { margin-top: var(--spacing-1)!important; margin-bottom: var(--spacing-1)!important; }
.my-2  { margin-top: var(--spacing-2)!important; margin-bottom: var(--spacing-2)!important; }
.my-3  { margin-top: var(--spacing-3)!important; margin-bottom: var(--spacing-3)!important; }
.my-4  { margin-top: var(--spacing-4)!important; margin-bottom: var(--spacing-4)!important; }
.my-5  { margin-top: var(--spacing-5)!important; margin-bottom: var(--spacing-5)!important; }
.my-6  { margin-top: var(--spacing-6)!important; margin-bottom: var(--spacing-6)!important; }
.my-7  { margin-top: var(--spacing-7)!important; margin-bottom: var(--spacing-7)!important; }
.my-8  { margin-top: var(--spacing-8)!important; margin-bottom: var(--spacing-8)!important; }
.my-9  { margin-top: var(--spacing-9)!important; margin-bottom: var(--spacing-9)!important; }
.my-10 { margin-top: var(--spacing-10)!important; margin-bottom: var(--spacing-10)!important; }
.my-15 { margin-top: var(--spacing-15)!important; margin-bottom: var(--spacing-15)!important; }
.my-20 { margin-top: var(--spacing-20)!important; margin-bottom: var(--spacing-20)!important; }


/* Padding Classes */
.p-0   { padding: var(--spacing-0)!important; }
.p-1   { padding: var(--spacing-1)!important; }
.p-2   { padding: var(--spacing-2)!important; }
.p-3   { padding: var(--spacing-3)!important; }
.p-4   { padding: var(--spacing-4)!important; }
.p-5   { padding: var(--spacing-5)!important; }
.p-6   { padding: var(--spacing-6)!important; }
.p-7   { padding: var(--spacing-7)!important; }
.p-8   { padding: var(--spacing-8)!important; }
.p-9   { padding: var(--spacing-9)!important; }
.p-10  { padding: var(--spacing-10)!important; }
.p-15  { padding: var(--spacing-15)!important; }
.p-20  { padding: var(--spacing-20)!important; }

.pt-0  { padding-top: var(--spacing-0)!important; }
.pt-1  { padding-top: var(--spacing-1)!important; }
.pt-2  { padding-top: var(--spacing-2)!important; }
.pt-3  { padding-top: var(--spacing-3)!important; }
.pt-4  { padding-top: var(--spacing-4)!important; }
.pt-5  { padding-top: var(--spacing-5)!important; }
.pt-6  { padding-top: var(--spacing-6)!important; }
.pt-7  { padding-top: var(--spacing-7)!important; }
.pt-8  { padding-top: var(--spacing-8)!important; }
.pt-9  { padding-top: var(--spacing-9)!important; }
.pt-10 { padding-top: var(--spacing-10)!important; }
.pt-15 { padding-top: var(--spacing-15)!important; }
.pt-20 { padding-top: var(--spacing-20)!important; }

.pb-0  { padding-bottom: var(--spacing-0)!important; }
.pb-1  { padding-bottom: var(--spacing-1)!important; }
.pb-2  { padding-bottom: var(--spacing-2)!important; }
.pb-3  { padding-bottom: var(--spacing-3)!important; }
.pb-4  { padding-bottom: var(--spacing-4)!important; }
.pb-5  { padding-bottom: var(--spacing-5)!important; }
.pb-6  { padding-bottom: var(--spacing-6)!important; }
.pb-7  { padding-bottom: var(--spacing-7)!important; }
.pb-8  { padding-bottom: var(--spacing-8)!important; }
.pb-9  { padding-bottom: var(--spacing-9)!important; }
.pb-10 { padding-bottom: var(--spacing-10)!important; }
.pb-15 { padding-bottom: var(--spacing-15)!important; }
.pb-20 { padding-bottom: var(--spacing-20)!important; }



.pl-0  { padding-left: var(--spacing-0)!important; }
.pl-1  { padding-left: var(--spacing-1)!important; }
.pl-2  { padding-left: var(--spacing-2)!important; }
.pl-3  { padding-left: var(--spacing-3)!important; }
.pl-4  { padding-left: var(--spacing-4)!important; }
.pl-5  { padding-left: var(--spacing-5)!important; }
.pl-6  { padding-left: var(--spacing-6)!important; }
.pl-7  { padding-left: var(--spacing-7)!important; }
.pl-8  { padding-left: var(--spacing-8)!important; }
.pl-9  { padding-left: var(--spacing-9)!important; }
.pl-10 { padding-left: var(--spacing-10)!important; }
.pl-15 { padding-left: var(--spacing-15)!important; }
.pl-20 { padding-left: var(--spacing-20)!important; }

.pr-0  { padding-right: var(--spacing-0)!important; }
.pr-1  { padding-right: var(--spacing-1)!important; }
.pr-2  { padding-right: var(--spacing-2)!important; }
.pr-3  { padding-right: var(--spacing-3)!important; }
.pr-4  { padding-right: var(--spacing-4)!important; }
.pr-5  { padding-right: var(--spacing-5)!important; }
.pr-6  { padding-right: var(--spacing-6)!important; }
.pr-7  { padding-right: var(--spacing-7)!important; }
.pr-8  { padding-right: var(--spacing-8)!important; }
.pr-9  { padding-right: var(--spacing-9)!important; }
.pr-10 { padding-right: var(--spacing-10)!important; }
.pr-15 { padding-right: var(--spacing-15)!important; }
.pr-20 { padding-right: var(--spacing-20)!important; }


.px-0  { padding-left: var(--spacing-0)!important; padding-right: var(--spacing-0)!important; }
.px-1  { padding-left: var(--spacing-1)!important; padding-right: var(--spacing-1)!important; }
.px-2  { padding-left: var(--spacing-2)!important; padding-right: var(--spacing-2)!important; }
.px-3  { padding-left: var(--spacing-3)!important; padding-right: var(--spacing-3)!important; }
.px-4  { padding-left: var(--spacing-4)!important; padding-right: var(--spacing-4)!important; }
.px-5  { padding-left: var(--spacing-5)!important; padding-right: var(--spacing-5)!important; }
.px-6  { padding-left: var(--spacing-6)!important; padding-right: var(--spacing-6)!important; }
.px-7  { padding-left: var(--spacing-7)!important; padding-right: var(--spacing-7)!important; }
.px-8  { padding-left: var(--spacing-8)!important; padding-right: var(--spacing-8)!important; }
.px-9  { padding-left: var(--spacing-9)!important; padding-right: var(--spacing-9)!important; }
.px-10 { padding-left: var(--spacing-10)!important; padding-right: var(--spacing-10)!important; }
.px-15 { padding-left: var(--spacing-15)!important; padding-right: var(--spacing-15)!important; }
.px-20 { padding-left: var(--spacing-20)!important; padding-right: var(--spacing-20)!important; }

.py-0  { padding-top: var(--spacing-0)!important; padding-bottom: var(--spacing-0)!important; }
.py-1  { padding-top: var(--spacing-1)!important; padding-bottom: var(--spacing-1)!important; }
.py-2  { padding-top: var(--spacing-2)!important; padding-bottom: var(--spacing-2)!important; }
.py-3  { padding-top: var(--spacing-3)!important; padding-bottom: var(--spacing-3)!important; }
.py-4  { padding-top: var(--spacing-4)!important; padding-bottom: var(--spacing-4)!important; }
.py-5  { padding-top: var(--spacing-5)!important; padding-bottom: var(--spacing-5)!important; }
.py-6  { padding-top: var(--spacing-6)!important; padding-bottom: var(--spacing-6)!important; }
.py-7  { padding-top: var(--spacing-7)!important; padding-bottom: var(--spacing-7)!important; }
.py-8  { padding-top: var(--spacing-8)!important; padding-bottom: var(--spacing-8)!important; }
.py-9  { padding-top: var(--spacing-9)!important; padding-bottom: var(--spacing-9)!important; }
.py-10 { padding-top: var(--spacing-10)!important; padding-bottom: var(--spacing-10)!important; }
.py-15 { padding-top: var(--spacing-15)!important; padding-bottom: var(--spacing-15)!important; }
.py-20 { padding-top: var(--spacing-20)!important; padding-bottom: var(--spacing-20)!important; }

/*-----------------------------------------------------
   Flexbox Utilities
------------------------------------------------------*/

/* Display */
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

/* Flex Direction */
.flex-row { flex-direction: row !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column { flex-direction: column !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }

/* Justify Content */
.justify-start { justify-content: flex-start !important; }
.justify-end { justify-content: flex-end !important; }
.justify-center { justify-content: center !important; }
.justify-between { justify-content: space-between !important; }
.justify-around { justify-content: space-around !important; }
.justify-evenly { justify-content: space-evenly !important; }

/* Align Items */
.items-start { align-items: flex-start !important; }
.items-end { align-items: flex-end !important; }
.items-center { align-items: center !important; }
.items-baseline { align-items: baseline !important; }
.items-stretch { align-items: stretch !important; }

/* Align Content */
.content-start { align-content: flex-start !important; }
.content-end { align-content: flex-end !important; }
.content-center { align-content: center !important; }
.content-between { align-content: space-between !important; }
.content-around { align-content: space-around !important; }
.content-evenly { align-content: space-evenly !important; }
.content-stretch { align-content: stretch !important; }

/* Flex Wrap */
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }

/* Flex Grow & Shrink */
.flex-grow-0 { flex-grow: 0 !important; }
.flex-grow-1 { flex-grow: 1 !important; }
.flex-shrink-0 { flex-shrink: 0 !important; }
.flex-shrink-1 { flex-shrink: 1 !important; }

/* Flex Basis & Flex Values */
.flex-auto { flex: 1 1 auto !important; }
.flex-initial { flex: 0 1 auto !important; }
.flex-none { flex: none !important; }

/* Align Self */
.self-auto { align-self: auto !important; }
.self-start { align-self: flex-start !important; }
.self-end { align-self: flex-end !important; }
.self-center { align-self: center !important; }
.self-stretch { align-self: stretch !important; }
.self-baseline { align-self: baseline !important; }
 
 
 .text-center{text-align:center!important;}
 .text-start{text-align:left!important;}
 .text-end{text-align:right!important;}
 
 
 body{
	 font-family: "Objektiv Mk1", sans-serif;
 }
 
 h1{
font-family: "georgia pro", sans-serif;
font-weight: 400;
font-style: normal;
font-size:45px;
line-height:50px;
}
 
 p{
	font-family: "Objektiv Mk1", sans-serif;
font-weight: 400;
font-style: normal;
font-size:16px; 
line-height:1.3;
 }
 
 
 
.site-header {
	padding:0px 0px;
	position:sticky;
	top:0;
	z-index:99999999;
}


/* ===== Header Bar ===== */
.site-header {
  background: #F3E8E7; /* light pink like the mock */
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.site-header .container-ext {
  max-width: 1274px; /* adjust to your grid */
  margin-inline: auto;
 
}

/* layout: logo left, menu to the right */
.logo-col {
  display: flex;
  align-items: center;
  gap: 28px;
      justify-content: space-between;
}

.site-branding .logo-link { display: inline-flex; align-items: center; }
.site-logo { display:block; max-height: 54px; height:auto; width:auto; }

/* ===== Primary Menu ===== */
.offcanvas-menu {
  margin: 0 0 0 auto;          /* push menu to the right */
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;                   /* spacing between items */
}

form.newsletter_form {
    display: flex;
    flex-direction: column;
}

.offcanvas-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  color: #2b2b2b;
  padding: 8px 0;
  transition: color .2s ease;
}

.offcanvas-menu > li > a:hover {
  color: #AC6F73;
}




/* ===== Desktop dropdown on hover ===== */

  /* Make top-level menu horizontal */
  .primary-nav .offcanvas-menu {
    display: flex;
    gap: 32px;              /* adjust spacing between top-level items */
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-nav .offcanvas-menu > li {
    position: relative;     /* anchor for its dropdown */
  }

  /* Base link styling (optional; match your theme) */
  .primary-nav .offcanvas-menu > li > a {
    display: inline-block;
    padding: 14px 0;
    text-decoration: none;
  }

  /* The dropdown (second level) */
  .primary-nav .offcanvas-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 171px;                 /* adjust to taste */
    margin: 0px 0 0 0;
    padding: 0px 0;
    list-style: none;
    background: #E8E4DD;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    border-radius: 6px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
    z-index: 1000; /* sit above hero/banner */
  }

 .primary-nav .offcanvas-menu .sub-menu > li {
           border-bottom: 1px solid #707070;        
               
  }

.primary-nav .offcanvas-menu .sub-menu > li:last-child {
           border-bottom: 0px solid #707070;        
               
  }

  .primary-nav .offcanvas-menu .sub-menu > li > a {
    display: block;
    padding: 14px 25px;
    line-height: 1.4;
    text-decoration: none;
    color: #403d38;
    font-size: 13px;
}
 

  /* Show dropdown on hover or keyboard focus */
  .primary-nav .offcanvas-menu > li:hover > .sub-menu,
  .primary-nav .offcanvas-menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .18s ease, transform .18s ease, visibility 0s;
background-color:#E8E4DD;
  }



  .primary-nav .offcanvas-menu > li.menu-item-has-children > a {
    position: relative;
  }
  .primary-nav .offcanvas-menu > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background: no-repeat center / contain
      url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14.03" height="14.03" viewBox="0 0 14.03 14.03"><path d="M0,0H9.419V9.423" transform="translate(13.677 6.663) rotate(135)" fill="none" stroke="%23403d38" stroke-width="1"/></svg>');
    transition: transform .2s ease;
    transform-origin: 50% 50%;
  }

  /* Rotate when open (hover or keyboard focus) */
  .primary-nav .offcanvas-menu > li:hover > a::after,
  .primary-nav .offcanvas-menu > li:focus-within > a::after,
  .primary-nav .offcanvas-menu > li.menu-item-has-children > a[aria-expanded="true"]::after {
    stroke:#AC6F73;
fill:#AC6F73;
  }


/* Ensure header stacks above page content while dropdown is open */
.site-header,
#masthead {
  position: relative;
  z-index: 100;
}



/* ===== CTA Button (right side) ===== */
/* Add the class "menu-cta" to that menu item in WP Admin (Appearance > Menus) */
:root {
  --cta-bg: #A85F5F;      /* dusty rose fill */
  --cta-bg-hover: #8E4D4D;
  --cta-border: #A85F5F;
  --cta-border-hover: #8E4D4D;
}

.offcanvas-menu > li.menu-cta {
  margin-left: 24px; /* gives breathing room from links */
}

.site-footer .footer-top .container-ext {
    
    margin-right: 0;
    padding-right: 0;
}

.offcanvas-menu > li.menu-cta > a {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 2px solid var(--cta-border);
  border-radius: 6px;
  background: var(--cta-bg);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1;
  transition: border-color .25s ease, color .25s ease, transform .05s ease;
}

/* your preferred hover pattern (pseudo-element grows from center) */
.offcanvas-menu > li.menu-cta > a::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: var(--cta-bg-hover);
  border-radius: 6px;
  z-index: 0;
  transition: width .28s ease, height .28s ease;
}

/* ensure text stays above the pseudo element */
.offcanvas-menu > li.menu-cta > a > * { position: relative; z-index: 1; }

/* hover/active — grow overlay + swap colors (with !important as you like) */
.offcanvas-menu > li.menu-cta > a:hover::before,
.offcanvas-menu > li.menu-cta > a:focus-visible::before {
  width: 100%;
  height: 100%;
}

.offcanvas-menu > li.menu-cta > a:hover,
.offcanvas-menu > li.menu-cta > a:focus-visible {
  color: #ffffff !important;
  border-color: var(--cta-border-hover) !important;
}

/* tiny press feedback */
.offcanvas-menu > li.menu-cta > a:active { transform: translateY(1px); }

/* ===== Breadcrumb line (optional – match spacing) ===== */
.bbcrumbs { max-width: 1240px; margin: 8px auto 0; padding: 0 24px; }

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .site-logo { max-height: 46px; }
  .offcanvas-menu { gap: 22px; }
  .offcanvas-menu > li.menu-cta > a { padding: 9px 16px; }
}

@media (max-width: 768px) {
  .offcanvas-menu { gap: 16px; }
  .offcanvas-menu > li > a { font-size: 13px; }
  .offcanvas-menu > li.menu-cta { margin-left: 12px; }
}

.button-synedr {
	padding:5px 42px;
	background-color:#AC6F73;
	transition:all 0.5s ease-in-out;
}
.button-synedr a {
	color:white!important;   
	font-weight: bold;
}

.button-synedr:hover {

	background-color:#403D38;
}



:root{
  --footer-rose: #F3E8E7;   /* left panel */
  --footer-cream:#F4F2EE;   /* right panel */
  --footer-bar:  #A85F5F;   /* bottom bar */
  --footer-text: #2B2B2B;
  --btn-dark:    #3E3A34;   /* newsletter button */
  --split:       55%;       /* % width of left rose panel */
}

/* ===== Structure / Background split ===== */
.site-footer {
  color: var(--footer-text);
  margin-top: 0;
}
.site-footer .container-ext{
  max-width: 1274px;
  margin-inline: auto;
  padding-inline: 24px;
}
.footer-top{
  /* split background: left rose, right cream */
  
    position:relative;
  padding:0;
}

.footer-left {
    display: flex
;
gap:10%;
background: var(--footer-rose);
    padding: 40px 20px 55px 0px;
	   
}
.footer-left-inner {
    max-width: calc(100vw - ((100vw - 1084px) / 2)) !important;
    padding-left: 0px !important;
    margin-left: auto !important;
    display: flex
;
    gap: 8%;
}




.footer-grid {
    display: grid
;
    grid-template-columns: 1.1fr 1.1fr;
    gap: 0px;
    align-items: end;
}

/* ===== Left column ===== */
.footer-brand-and-social {
    display: flex
;
    /* grid-template-columns: auto 1fr; */
    gap: 0;
    align-items: start;
    flex-direction: column;
}
.footer-logo { display:block; max-height:72px; width:auto; }

.footer-social-title{
  font-size: 12px;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 8px;
  opacity: .8;
}
.footer-social-icons{
  display: flex; gap: 14px; align-items: center;
}
.footer-social .social-icon svg { display:block; fill:#161616; }

.footer-lists{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  margin-top: 18px;
}
.footer-list h6,
.footer-contact h6{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.footer-links,
.footer-links ul{ list-style:none; margin:0; padding:0; }
.footer-links li{ margin: 6px 0; }
.footer-links a{
  text-decoration: none;
  color: var(--footer-text);
  font-size: 14px;
}
.footer-links a:hover{ text-decoration: underline; }

.footer-contact address{
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
}
.footer-contact a{ color: inherit; text-decoration: none; }
.footer-contact a:hover{ text-decoration: underline; }

/* ===== Right column (Newsletter) ===== */
.footer-right {
    /* padding-left: 24px; */
   
  
    width: 100%;
    max-height: 365px;
    height: 365px;
    background-color: var(--footer-cream);
    padding-top: 50px;
    padding-left: 65px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    right: 0;
    bottom: 0px;
}
.newsletter-title {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 51px;
}
.newsletter-desc{ margin: 0 0 14px; font-size: 14px; }

.newsletter-form{ display: grid; gap: 14px; max-width: 520px; }
.newsletter-input{
  width: 90%;
  height: 44px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 0 14px;
  background: #fff;
  outline: none;
  max-width: 477px;
}
.newsletter-input:focus{ border-color: #bdbdbd; }

/* Preferred hover pattern for button (your spec) */
.newsletter-btn{
  position: relative;
  overflow: hidden;
  height: 44px;
  padding: 0 22px;
  border-radius: 6px;
  border: 2px solid var(--btn-dark);
  background: var(--btn-dark);
  color: #fff;
  font-weight: 800;
  letter-spacing: .4px;
  text-transform: uppercase;
  display: inline-flex; align-items: center; justify-content: center;
  transition: border-color .25s ease, color .25s ease, transform .05s ease;
      max-width: 215px;
	  margin-top: 40px;
	  font-size: 18px;
	  transition:all 0.5s ease;
}


	.newsletter-btn:hover, .newsletter-btn:focus-visible {
    color: black !important;
    border-color: #F3E4E5 !important;
    background-color: #F3E4E5;
}



.newsletter-btn:active{ transform: translateY(1px); }

/* ===== Bottom bar ===== */
.footer-bottom{
  background: var(--footer-bar);
  color: #fff;
  padding: 16px 0;
}

.site-footer .button-synedr{
	display:none;
}


.footer-bottom-inner{
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  font-size: 12px;
}
.footer-madeby a{ color:#fff; text-decoration:none; opacity:.9; }
.footer-madeby a:hover{ text-decoration: underline; }

/* ===== Responsive ===== */



/* ===== Psychotherapy Intro ===== */
.psychotherapy-intro{
  background: #F4F2EE; /* soft off-white like the mock */
  padding: 32px 0 32px;
  position: relative;
  height: calc(100vh - 94px);
}
.psychotherapy-intro .container-ext{
  max-width: 100%;
  margin-inline: auto;
  width:100%;
}

.tsi-grid{
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 48px;
  align-items: center;
}

/* Left stack */
.tsi-left{
  position: relative;
  min-height: 420px;
}

/* optional big left edge BG image */
.psychotherapy-intro::before {
    content: "";
    position: absolute;
    inset: -32px auto -32px -80px;
    width: 35%;
    background-image:url('https://joypapapostolou.gr/wp-content/uploads/2025/09/shutterstock_2139882337.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px;
    opacity: .8;
    filter: saturate(.95);
    pointer-events: none;
	height: calc(100% + 32px);
}

/* thin rounded rectangle behind main photo */


/* main portrait */
.tsi-figure {
    position: relative;
    width: 100%;
    z-index: 1;
    transform: translate(17%, -3%);
}
.tsi-main-img{
  width: 80%;
  height: auto;
  display: block;
  border-radius: 14px;

}
.tsi-heading{
	    margin-bottom: 45px;
}

/* Right content with watermark */
.tsi-right {
    max-width: 590px;
    padding: 12px 12px 12px 12px;
    height: 100%;
    flex-direction: column;
    display: inline-flex
;
    justify-content: center;
}
.tsi-right::after {
    content: "";
    position: absolute;
    right: 20px;
    /* top: 29%; */
    bottom: 0%;
    width: 392px;
    background-image: var(--wm);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    opacity: .16;
    pointer-events: none;
    height: 331px;
}



.tsi-lead{
  margin: 0 0 14px;
  line-height: 1.65;
  color: #3E3E3E;
}
.tsi-body{
  margin: 0 0 90px;
  line-height: 1.65;
  color: #3E3E3E;
}

/* Button with your preferred hover effect */
.btn-joy {
    position: relative;
    overflow: hidden;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 13px 27px;
    border-radius: 26px;
    border: 1px solid #403D38;
    color: #403D38;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 14px;
    transition: all .5s ease;
    max-width: 250px;
}

.btn-joy > span{ position: relative; z-index: 1; }
.btn-joy:hover::before, .btn-joy:focus-visible::before{ width:100%; height:100%; }
.btn-joy:hover, .btn-joy:focus-visible{
  color: black!important;
  border-color: #F3E4E5 !important;
  background-color:#F3E4E5;
}
.btn-joy:active{ transform: translateY(1px); }

/* Responsive */


.sessions-section { padding: 56px 0 40px; position: relative;overflow: hidden;  background-color:#F5F3EF;}
.sessions-section .container-ses{
  /*  max-width: calc(100vw - ((100vw - 1185px) / 2)) !important; */
    margin-left: auto !important;
	padding-left:75px;
}

h1.sessions-heading {
    
    text-align: center;
}


.sessions-slider .slick-slide { padding: 0 14px; }
@media (max-width: 768px){ .sessions-slider .slick-slide { padding: 0 8px; } }

/* card */
.session-card {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 0;
  padding-bottom: 130%; /* poster aspect */
  transition: transform .25s ease, box-shadow .25s ease;
}

.session-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover;    aspect-ratio: 233 / 327; border-radius:18px;
}

/* gradient overlay like the mock */
.session-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.55) 88%);
}

/* title area bottom-left */
.session-title-wrap {
  position: absolute; left: 18px; right: 18px; bottom: 16px;
  color: #fff;
  display: flex; flex-direction: column; gap: 6px;
  z-index: 2;
}
.session-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}
.session-sub { font-weight: 700; font-size: 15px; opacity: .95; }


 /* the slides */
 .sessions-slider .slick-slide {
      margin: 0 10px;
  }

  /* the parent */
 .sessions-slider .slick-list {
      margin: 0 -10px;
	      padding-right: 60px;
  }


/* round arrow button centered */
.session-cta {
  position: absolute; left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 999px;
  background: rgba(233, 103, 126, .95); /* ροζ απόχρωση όπως στη φωτό */
  display: grid; place-items: center;
  z-index: 2;
  transition: transform .25s ease, background .2s ease;
}
.session-card:hover .session-cta { transform: translate(-50%, -50%) scale(1.06); }
.session-cta-icon { color: #fff; }

/* slick dots like mock */
.sessions-section .slick-dots { bottom: -28px; width: 95%;}
.sessions-section .slick-dots li button:before {
  font-size: 10px; opacity: .35;
}
.sessions-section .slick-dots li.slick-active button:before {
  opacity: 1;
}

/* custom arrows (minimal, hidden on mobile) */
.sessions-arrow {
  position: absolute; top: calc(50% - 18px);
  width: 40px; height: 40px; border-radius: 999px; border: none;
  background: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.15);
  z-index: 3; cursor: pointer;
}
.sessions-prev { left: -6px; }
.sessions-next { right: -6px; }
.sessions-arrow:before, .sessions-arrow:after {
  content: ""; position: absolute; inset: 0; margin: auto; width: 8px; height: 8px; border-top: 2px solid #111; border-right: 2px solid #111;
}
.sessions-prev:after { transform: rotate(-135deg); left: 14px; }
.sessions-next:after { transform: rotate(45deg); right: 14px; }
@media (max-width: 992px){ .sessions-arrow{ display:none; } }


/* ========== Layout ========== */
.booking-cards {
    padding: 85px 0;
       background: #E8E4DD;
    position:relative;
	height: 100%;
}

.booking-title {
	text-align:center;
	margin-bottom: 100px;
}


img.img-bk {
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translatex(-50%);
}

.cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px;
    max-width: 1084px;
    margin: 0 auto;
 
}

/* ========== Card ========== */
.book-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    /* κι ύψος responsive */
    border-radius: 20px;
    overflow: hidden;
    background-image: var(--img);
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    transition: transform .35s ease, background-image .35s ease;
    isolation: isolate;
    /* για σωστά layers */
}

/* Σκούρο overlay (ανοίγει στο hover) */
/*.book-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    transition: opacity .35s ease;
    z-index: 0;
}


 .book-card:hover {
    transform: translateY(-4px);
    background-image: var(--img));
}

.book-card:hover::after {
    opacity: .12;
  
}
*/
/* ========== Button (με το hover pattern σου) ========== */
.book-btn {
   
    display: inline-block;
    padding: 10px 22px;
    border: 1.8px solid rgba(255, 255, 255, .9);
    color: #fff;
    border-radius: 999px;
    font-size: clamp(15px, 1.4vw, 18px);
    letter-spacing: .3px;
    backdrop-filter: blur(1px);
    z-index: 1;
    overflow: hidden;
    transition: color .25s ease, border-color .25s ease;
}

/* .book-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
    transition: width .35s ease, height .35s ease;
    z-index: -1;
}

.book-card:hover .book-btn {
    color: #2b2521 !important;
    border-color: #fff !important;
   
}

.book-card:hover .book-btn::before {
    width: 100%;
    height: 100%;
}*/

/* ========== Responsive ========== */


.slick-images-section{
	position:relative;
	    background: #E8E4DD;
}
img.img-xwr {
    position: absolute;
    bottom: 0px;
    /* width: 1700px; */
    display: block;
    transform: translatey(44%);
}

.slick-images-section-inner{
	max-width:1084px;
	margin:auto;
}
.slick-slide.slick-current.slick-active.slick-center {
    scale: 1.5;
	    z-index: 1;
    position: relative;
}
.slick-images .slick-slide{
	scale:1;
	
	transition:all 0.5s ease-in-out;
}

.slick-images{ position:relative }
.slick-slide-image{ width:100%; height:auto; display:block }




.slick-images .slick-prev,
.slick-images .slick-next{ position:absolute; top:50%; transform:translateY(-50%); z-index:2; width:44px; height:44px; border:none; border-radius:50%; background:#fff; box-shadow:0 10px 25px rgba(0,0,0,.2); }
.slick-images .slick-prev{ left:10px }
.slick-images .slick-next{ right:10px }
.slick-images .slick-prev:before,
.slick-images .slick-next:before{ color:#111 }

.slick-images .slick-list {
	    padding: 65px 0px!important;
}

.parallax-390{
  height:390px;
  background-image:url('https://joypapapostolou.gr/wp-content/uploads/2025/09/shutterstock_1687812217-scaled.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed; /* simple parallax */
}


.slick-images img{
	border-radius:15px;
}

/* Global slick dots — minimalist filled circles */
:root{
  --slick-dot-size: 10px;           /* adjust to taste */
  --slick-dot-gap: 8px;
  --slick-dot-inactive: #d8aeb0;    /* pale pink like the screenshot */
  --slick-dot-active:   #9f5559;    /* darker center/active dot */
}

.slick-dots {
    position: relative;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    gap: var(--slick-dot-gap);
    /* margin-top: 12px; */
    max-width: 100%;
    margin: 30px 0;
    padding: 0;
}

.slick-dots li{
  width: var(--slick-dot-size);
  height: var(--slick-dot-size);
  margin: 0; 
list-style: none;  /* slick-theme adds margins; zero them out */
}

.slick-dots li button{
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--slick-dot-inactive);
  cursor: pointer;
  transition: transform .15s ease, background-color .15s ease, opacity .15s ease;
  opacity: .9;

  /* hide slick's default bullet character */
  font-size: 0;
  line-height: 0;
}

.slick-dots li.slick-active button{
  background: var(--slick-dot-active);
  opacity: 1;
}

.slick-dots li button:hover { transform: translateY(-1px); }
.slick-dots li button:focus-visible{
  outline: 2px solid color-mix(in srgb, var(--slick-dot-active), #000 20%);
  outline-offset: 2px;
}

/* If slick-theme.css fights you, this increases specificity */
.slick-slider .slick-dots li button:before { content: none !important; }


.slick-images-section {
	    padding-bottom: 100px;
		    padding-top: 30px;
}
/* --------- Layout --------- */
  .articles-section { padding: 64px 0 0px; background: #F5F3EF; }
 .articles-wrap {
    max-width: 1084px;
    margin: 0 auto;
  
}
  .articles-title    { margin-bottom: 95px; text-align: center;
  }
  .posts-grid {
    display: grid; gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  /* --------- Card --------- */
  .post-card {
    background: #fff; border-radius: 14px; overflow: hidden;
    
    display: flex; flex-direction: column; height: 100%;
  }
  .post-card__media {
    position: relative; aspect-ratio: 16/9; background: #e9ecef;
  }
  .post-card__media img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  }
  .post-card__body { padding: 18px 18px 8px; }
  .post-card__title {
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 10px;
    color: #403D38;
}
  .post-card__title a { color: inherit; text-decoration: none; }
.post-card__excerpt {
    color: #403D38;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

a.card-more {
    color: #AC6F73;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

  .post-card__footer {
    margin-top: auto; padding: 12px 18px 30px; display: flex;
    align-items: center; justify-content: space-between;
  }
  .post-card__date {
       font-size: 14px;
    color: #403D38;
    font-weight: lighter;
  }

  /* --------- Buttons (with your preferred hover effect) --------- */
  .bg-faq-mob{
	  display:none;
  }

  /* Bigger bottom CTA */
  .articles-cta { text-align: center; margin-top: 99px; }
  .btn-ghost {
       position: relative;
    overflow: hidden;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 13px 27px;
    border-radius: 26px;
    border: 1px solid #403D38;
    color: #403D38;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 14px;
    transition: all .5s 
ease;
    max-width: 208px;;
  }
  
  
  .btn-ghost:hover, .btn-ghost:focus-visible {
    color: black !important;
    border-color: #F3E4E5 !important;
    background-color: #F3E4E5;
}
  
  
 .post-card__footer2 {
    padding: 8px 18px 8px;
    border-top: 1px solid #F5F3EF;
}
  
  /* ======= Layout & Theme ======= */
.faq-section{background:#f3efe9;padding:90px 0; margin-bottom: 100px;position:relative;}
.faq-wrap{width:min(1120px,92vw);margin:0 auto}
.faq-title{
  text-align:center;margin:0 0 80px;color:#403D38;
  font-weight:600;
}
img.bg-faq {
    position: absolute;
    width: 100%;
    top: -25px;
	z-index: 0;
}

/* ======= List ======= */
.faq-list{display:grid;gap:45px;justify-items:center}
.faq-item{width:min(680px,92vw)}

/* ======= Toggle (pill) ======= */
.faq-toggle{
  width:100%; text-align:left; background:#fff; border:0; border-radius:12px;
  padding:15px 16px 15px 44px; position:relative; cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.06); color:#1f1f1f; font-size:14px; line-height:1.5;font-weight: bold;
}
.faq-toggle:hover{filter:brightness(0.98)}
.faq-question{display:block;}

/* plus / minus icon */
.faq-icon{
  position:absolute; left:14px; top:50%; transform:translateY(-50%);
  width:18px; height:18px; border-radius:9px; background:#fff;
}
.faq-icon::before, .faq-icon::after{
  content:""; position:absolute; left:50%; top:50%; width:12px; height:2px; background:#1f1f1f;
  transform:translate(-50%,-50%); border-radius:2px; transition:opacity .2s ease
}
.faq-icon::after{ /* vertical stroke for + */
  width:2px; height:12px;
}
.faq-toggle[aria-expanded="true"] .faq-icon::after{ /* hide vertical -> becomes minus */
  opacity:0;
}

/* ======= Panel (animated) ======= */
.faq-panel{
  overflow:hidden; transition:max-height .3s ease; background:#fff;
  border-radius:0 0 12px 12px; margin-top:-8px; /* tucks under pill nicely */
  box-shadow:0 12px 20px rgba(0,0,0,.05);
}
.faq-answer{padding:12px 16px 16px 16px; color:#5b5b5b; font-size:14px; line-height:1.7}
.faq-item .faq-panel[hidden]{display:block} /* keep for smooth height animation while hidden attr exists */

/* Optional: when open, add subtle top border separation */
.faq-toggle[aria-expanded="true"]{border-bottom-left-radius:0;border-bottom-right-radius:0}


/* BIO */

/* --- Bio Section Styles --- */
:root{
  --bio-max: 1000px;
  --radius: 18px;
  --shadow: 0 20px 45px rgba(0,0,0,.15);
  --outline: rgba(32,45,64,.18);
  --ink: #1e293b;
}

/* split bg like the mockup: light top -> white bottom */
.bio-hero{
 
      background-image: url(https://joypapapostolou.gr/wp-content/uploads/2025/10/Scroll-Group-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
	padding-top: 77px;
}

.bio-wrap{

}

/* Photo card with offset outlined card behind it */
.bio-photo{
      width: min(990px, 92vw);
  margin: 0 auto;
  position: relative;
  border-radius: var(--radius);
}



.bio-photo img{
  display:block;
  width:100%;
  height:auto;
  border-radius: 18px;
}

/* Pull the image slightly into the white part on tall screens */
@media (min-width: 720px){
  .bio-photo{ transform: translateY(20px); }
}

.bio-content {
    text-align: left;
    margin: 110px auto 125px;
    color: var(--ink);
	  max-width: var(--bio-max);
}

.bio-name{
  font-size: 45px;
  line-height: 1.2;
  margin: 0 0 17px;
  font-weight: 500;
  letter-spacing: .2px;
}

.bio-subtitle{
  margin: 0 0 94px;
      font-size: 24px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

.bio-lead{
 margin: 0 auto 36px;
  font-size: clamp(15px, 1.2vw, 16px);
  color: var(--muted);
}

.bio-lead p {
  margin: 0 auto 12px;
  font-size:24px;
  color: var(--muted);
  line-height:1.3;
}

.bio-body{
  margin: 0 auto;
  font-size: clamp(15px, 1.2vw, 16px);
 color: var(--muted);
}

.bio-body p{
  margin: 0 auto;
   font-size:16px;
  color: var(--muted);
  line-height:1.3;
}


/* ===== Education Section ===== */


:root{
  --edu-bg:#fbf9f4;
  --edu-accent:#23c1dd;
  --edu-line:#2f2f2f;
}

.edu-section{
  background: #F5F3EF;
  padding: clamp(48px, 8vw, 132px) 16px clamp(80px, 12vw, 164px);
  position: relative;
  overflow: hidden;
}

.edu-wrap {
    max-width: 577px;
    margin: 0 auto;
    position: relative;
}

.edu-title{
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 clamp(28px, 4vw, 28px);
}

.edu-list{
  max-width: 700px;

}

.edu-item{ padding: 12px 0 18px; }
.edu-years{
  font-size: 16px;
  margin: 0 0 6px;
  opacity:1;
}
.edu-desc{
  line-height: 1.6;
  max-width: 60ch;
}

/* Underline accent for selected rows (toggle via ACF true/false) */
.edu-item.is-accent{ position: relative; padding-bottom: 14px; }
.edu-item.is-accent::after{
  content:"";
  display:block;
  width: min(480px, 90%);
  height: 3px;
  background: var(--edu-accent, currentColor);
  border-radius: 2px;
  margin-top: 8px;
}

/* Illustration bottom-left, line across bottom */
.edu-illustration{
  position: relative;
  margin: clamp(40px, 10vw, 120px) auto 0;
  width: min(826px, 70%);
}
.edu-illustration img{
  width: 100%;
  height: auto;
  display: block;
}

:root{
  --sem-border:#cdd7e1;   /* card and row borders */
  --sem-accent:#23c1dd;   /* bullet dots */
  --sem-line:#2f2f2f;     /* bottom long line */
}

/* container */
.seminars-section {
    padding: clamp(48px, 8vw, 140px) 16px clamp(60px, 10vw, 130px);
    position: relative;
    overflow: hidden;
}

/* width similar to previous section */
.seminars-wrap{
  max-width: 477px;
  margin: 0 auto;
}

.seminars-title{
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 clamp(20px, 3.5vw, 28px);
}

/* the boxed list */
.sem-card{
 
  border-radius: 4px;
  background: #fff;
}
.button-synedr-mob{display:none;}
/* one row (year + text) */
.sem-row{
 
  gap: 12px 14px;
  align-items: start;
  padding: 14px 16px;

}
.sem-row:last-child{ border-bottom: 0; }

.sem-year{
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

/* bullet + text block */
.sem-text{
  position: relative;
  line-height: 1.6;
  max-width: 52ch;
  padding-left: 14px; /* space for bullet */
}


/* illustration + ground line */
.sem-illustration {
    position: relative;
    width: min(578px, 72%);
    margin: clamp(36px, 8vw, 35px) auto 0;
}
.sem-illustration img{
  width: 100%;
  height: auto;
  display: block;
}





.conf-section{
  padding: clamp(48px, 8vw, 120px) 16px clamp(60px, 10vw, 140px);
  position: relative;
  overflow: hidden;
  background-color:#F5F3EF;
      margin-bottom: 160px;
}

.conf-wrap{
  max-width: 477px;      /* matches your other sections */
  margin: 0 auto;
}

.conf-title{
  font-size: 45px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 clamp(20px, 3.5vw, 28px);
}

.conf-list{}

/* one item: year + bullet text block */
.conf-item{ margin: 14px 0 22px; }
.conf-year{
  font-size: 16px;
  margin: 0 0 6px;
}

.conf-text{
  position: relative;
  line-height: 1.6;
  max-width: 52ch;
  padding-left: 14px;     /* space for bullet */
}



/* illustration + ground line (like other sections) */
.conf-illustration{
  position: relative;
  width: min(520px, 72%);
  margin: clamp(40px, 9vw, 110px) auto 0;
}
.conf-illustration img{
  width: 100%;
  height: auto;
  display: block;
}


/* ===== Proseggisi Hero ===== */
:root{
  --pros-outline: rgba(32,45,64,.18); /* thin line around the offset card */
  --pros-card-border: #9cc9f1;        /* border for the text card */
  --pros-card-bg: #ffffff;            /* bg for text card */
}

.pros-hero{
  position: relative;
  overflow: hidden;
     padding: 89px 0px;
     background: #F5F3EF;
}

/* decorative bg image (chair at far right) */
.pros-hero-bg{
     position: absolute;
    inset: 0 0 0 50%;
    background-image: var(--pros-bg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

/* content grid */
.pros-wrap{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

.pros-title{
  font-size: 45px;
  line-height: 1.15;
  font-weight: 500;
  margin: 20px 0 50px;
  color: #2f2f2f;
}

.pros-textcard{
  padding: clamp(14px, 2.2vw, 20px) 0;
  max-width: 475px;
  color: #000;
  line-height: 1.65;
}

/* Right photo with rounded corners + outlined offset card behind */
.pros-photo{
  position: relative;
  margin: clamp(8px, 1.2vw, 16px) 0 0;
  overflow: hidden;
transform: translateX(-8%);
}

.pros-photo img{
  display: block;
  width: min(475px, 42vw);
  height: auto;
 
}



/* ========== Proseggisi Steps ========== */
:root{
  --pros-step-gap: clamp(20px, 5vw, 40px);
  --pros-step-card: #f3efe9;        /* light beige card behind text */
  --pros-step-num: #cbbba1;         /* big number color */
  --pros-step-shadow: 0 20px 45px rgba(0,0,0,.10);
}

.pros-steps{
 padding: 124px 0px;
}
.pros-steps-wrap{
  max-width: 1135px;
  margin: 0 auto;
  display: grid;
  gap:142px;     /* spacing between rows */
}

/* one row */
.pros-step-inner{
  display: grid;
  grid-template-columns: 0.56fr 1.44fr;   /* image / text */
  align-items: center;
  position: relative;
}

/* flip for right-aligned image */
.pros-step.is-right .pros-step-inner{
  grid-template-columns: 1.44fr 0.56fr;   /* text / image */
}
.pros-step.is-right .pros-step-media{ order: 2; }
.pros-step.is-right .pros-step-text{ order: 1; }

/* image */
.pros-step-media{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--pros-step-shadow);
}
.pros-step-media img{
  display:block; width:100%; height:auto;
}

/* text block with soft background slab (like your mockup) */
.pros-step-text{
  position: relative;
  padding: 32px 55px;
}
.pros-step-bg{
  position:absolute;
  inset: -14px -18px -14px -18px;
  background: var(--pros-step-card);
  border-radius: 0px;
  z-index: -1;
}
.pros-step-title {
    font-size: 45px;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 500;
    color: #000;
}
.pros-step-content {
    line-height: 1.7;
    color: #000;
    max-width: 696px;
}

/* big step number in the outer corner */
.pros-step-num{
  position: absolute;
  font-size: clamp(48px, 8vw, 76px);
  font-weight: 300;
  line-height: 1;
  color: var(--pros-step-num);
  opacity: .9;
  letter-spacing: 0.02em;
}
.pros-step.is-left  .pros-step-num{right: -62px; top: 16px; }
.pros-step.is-right .pros-step-num{ left:  -62px; top: 16px; }

/* rounded corner of the text slab near the image (optional) */
.pros-step.is-left  .pros-step-bg{ border-top-left-radius: 0px; border-bottom-left-radius: 0px; }
.pros-step.is-right .pros-step-bg{ border-top-right-radius: 0px; border-bottom-right-radius: 0px; }



/* ===== Blog Archive ===== */
:root{
  --ba-bg: #f3efe9;        /* ανοιχτό μπεζ του φόντου */
  --ba-card: #ffffff;      /* κάρτα */
  --ba-border: #ece7e2;    /* λεπτό border */
  --ba-ink: #2f2f2f;       /* κείμενο */
  --ba-muted: #6b6b6b;     /* δευτερεύον κείμενο */
  --ba-accent: #b06767;    /* link "Περισσότερα" & button */
  --ba-shadow: 0 14px 35px rgba(0,0,0,.08);
  --ba-radius: 16px;
}

.blog-archive{
  background: var(--ba-bg);
      padding: 100px 0;
	  margin-bottom: 110px;
}
.blog-wrap{
  max-width: 1100px;
  margin: 0 auto;
  width:90%; 
}
.blog-title{
  text-align: center;
  font-size:45px;
  font-weight: 500;
  color: var(--ba-ink);
  margin: 0 0 clamp(28px, 5vw, 44px);
}

/* Grid */
.posts-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px 20px;
}
@media (max-width: 980px){
  .posts-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .posts-grid{ grid-template-columns: 1fr; }
}

/* Card */
.blog-archive .post-card{
  background: var(--ba-card);
  border: 1px solid var(--ba-border);
  border-radius: var(--ba-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
      box-shadow: none;
}

/* Media */
.post-card-media{
  display:block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.post-card-media img,
.post-card-media.placeholder{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  border-top-left-radius: var(--ba-radius);
  border-top-right-radius: var(--ba-radius);
  border-bottom-left-radius: var(--ba-radius);
  border-bottom-right-radius: var(--ba-radius);
}
.post-card-media.placeholder{
  background: #ddd;
  filter: grayscale(100%);
}

/* Body */
.post-card-body {
    padding: 18px 26px 10px;
}
.post-card-title{
  font-size: 18px;
  line-height: 1.3;
  margin: 4px 0 10px;
 
}
.post-card-title a{
  color: var(--ba-ink);
  text-decoration: none;
   font-weight:700;
}
.post-card-title a:hover{ text-decoration: underline; }

.post-card-excerpt{
color: var(--ba-muted);
    line-height: 1.65;
    margin: 0 0 14px;
    font-size: 14px;
    max-width: 245px;
}

/* "Περισσότερα" inline link */
.post-card-more {
    display: inline-block;
    font-weight: 600;
    color: var(--ba-accent);
    text-decoration: none;
    margin-bottom: 15px;
    font-size: 14px;
	transition: all .5s ease; 
}


/* Footer with date */
.post-card-footer{
  margin-top: auto;
  border-top: 1px solid var(--ba-border);
  padding: 10px 26px;
  color: var(--ba-muted);
  font-size: 14px;
}

/* Load more button (centred) */
.archive-loadmore{
  display:flex;
  justify-content:center;
  margin-top: clamp(26px, 5vw, 46px);
}
.archive-loadmore a{
  display:inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--ba-accent);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .02em;
  box-shadow: 0 8px 18px rgba(176,103,103,.25);
}
.archive-loadmore a:hover{
  transform: translateY(-1px);
  
}

.alm-btn-wrap .alm-load-more-btn:focus, .alm-btn-wrap .alm-load-more-btn:hover {
    background: #CE999D!important;
  
}


/* hide default numeric pagination if θες μόνο το κουμπί */
.archive-pagination{ display:none; }


/* Center ALM button under the grid */
.blog-archive .alm-btn-wrap{
  display:flex!important; justify-content:center!important; margin-top: 66px!important;
}
.blog-archive .alm-load-more-btn{
  padding: 10px 22px!important; border-radius: 999px!important; background: var(--ba-accent)!important;
  color:#fff!important; font-weight:600!important; text-decoration:none!important; box-shadow:0 8px 18px rgba(176,103,103,.25)!important;
width: 209px !important;
    height: 54px !important;    text-transform: uppercase;
    font-weight: 400 !important;
}
.blog-archive .alm-load-more-btn:hover{ transform: translateY(-1px)!important; }








/* ===== Single Post ===== */
:root{
  --sp-bg-top:#F5F3EF;     /* light beige band on top */
  --sp-text:#2f2f2f;
  --sp-muted:#6b6b6b;
  --sp-shadow:0 18px 45px rgba(0,0,0,.12);
  --sp-radius:32px;
  --sp-max: 700px;         /* max text width */
}

/* Top area with soft split (beige -> white) */
.single-hero {
    background: linear-gradient(180deg, var(--sp-bg-top) 0 69%, #ffffff 69% 100%);
    padding: 18px 16px 36px;
}
.single-wrap{
  max-width: var(--sp-max);
  margin: 0 auto;
}

.single-breadcrumbs{
  font-size: 12px;
  color: var(--sp-muted);
  margin-bottom: 12px;
}
.single-breadcrumbs a{ color: inherit; text-decoration: none; }
.single-breadcrumbs a:hover{ text-decoration: underline; }

.single-title{
  text-align: center;
  color: var(--sp-text);
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25;
  margin: 80px 0 32px;
}
.single-date {
    display: block;
    text-align: center;
    color: var(--sp-muted);
    font-size: 14px;
    margin-bottom: 56px;
}

/* Featured image */
.single-feature{
  display:flex;
  justify-content:center;
  margin: 0 auto;
}
.single-feature img{
  width: min(640px, 100%);
  height: auto;
  border-radius: var(--sp-radius);
  box-shadow: var(--sp-shadow);
  display:block;
}

/* Content */
.single-body{
  background:#ffffff;
  padding: 28px 16px 160px;
}
.entry{
  color: var(--sp-text);
}
.entry-content{
  max-width: var(--sp-max);
  margin: 22px auto 0;
  line-height: 1.8;
}
.entry-content p{ margin: 0 0 1.2em; }
.entry-content h2, .entry-content h3, .entry-content h4{
  margin: 1.6em 0 .6em;
  line-height: 1.3;
}
.entry-content img{
  max-width:100%;
  height:auto;
  border-radius: 10px;
}

/* Prev/Next nav */
.single-nav{
  max-width: var(--sp-max);
  margin: 32px auto 0;
  display:flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 14px;
}
.single-nav a{
  color: var(--sp-muted);
  text-decoration: none;
}
.single-nav a:hover{ text-decoration: underline; }

/* Comments (optional minimal polish) */
.comments-area{
  max-width: var(--sp-max);
  margin: 36px auto 0;
}

.single-post .articles-title {
    margin-bottom: 30px;
    text-align: left;
    font-size: 35px;
    font-weight: 400;
    font-family: georgia pro, sans-serif;
}

.single-post .articles-section {
    padding: 60px 0px;
    background: #E8E4DD;
    padding-bottom: 105px;
    margin-bottom: 100px;
}


/* ===== Space Template ===== */
:root{
  --space-bg: #F5F3EF;
  --space-radius: 14px;
  --space-shadow: 0 14px 35px rgba(0,0,0,.08);
  --space-gap: clamp(14px, 2.4vw, 26px);
  --space-btn: #b06767;
}

.space-wrap{ max-width: 1100px; width:90%; margin: 0 auto; padding: 0 0px; }

.space-hero{
  background: var(--space-bg);
  padding: 100px 0 8px;
}
.space-title{
  text-align: center;
  font-size: clamp(26px, 4.6vw, 42px);
  font-weight: 500;
  margin: 0;
}

/* Grid */
.space-gallery{ background: var(--space-bg); padding: 90px 0 clamp(40px, 8vw, 80px); margin-bottom: 110px; }
.space-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:70px;
}
@media (max-width: 680px){
  .space-grid{ grid-template-columns: 1fr; }
}

.space-item{
  border-radius: var(--space-radius);
  overflow: hidden;
   margin: 0em 0;
   position:relative;
}
.space-item img{
  display:block;
  width:100%;
  height: auto;
  aspect-ratio: 16 / 10;    /* consistent height */
  object-fit: cover;
  border-radius: var(--space-radius);
}

/* Hidden items (revealed by Load More JS) */
.space-item.is-hidden{ display: none; }

/* Load more button */
.space-load{ display:flex; justify-content:center; margin-top: clamp(20px, 5vw, 90px); }
.btn-loadmore {
    padding: 12px 22px;
    border: 0;
    border-radius: 999px;
    background: var(--space-btn);
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(176, 103, 103, .25);
    width: 209px;
    height: 54px;
    font-size: 14px;
}
.btn-loadmore:hover{ transform: translateY(-1px);
background-color:#CE999D!important; }


.book-btn-mob {
	display:none;
}


    .book-btn {
        padding: 10px 22px;
        background-color: #403D38;
        color: white;
        display: inline-block;
        text-align: center;
        width: 150px;
        border-radius: 15px;
        font-size: 16px;
        text-decoration: none;
            margin: 30px auto 0;
    }



/* overlay is hidden by default */
.space-item::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  background: rgba(255,255,255,.55);   /* overlay color/strength */
  backdrop-filter: blur(1px);          /* optional soft blur */
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

/* on hover: show overlay (and optionally dim/zoom image a bit) */
.space-item:hover::after{ opacity: 1; }
.space-item:hover img{ transform: scale(1.02); filter: brightness(.92); }

/* reduced motion */
@media (prefers-reduced-motion: reduce){
  .space-item img, .space-item::after{ transition: none; }
}


.gslide-description.description-bottom {
	display:none;
}




:root{
  --c-bg: #f3efe9;
  --c-card: #fff;
  --c-ink: #2f2f2f;
  --c-muted: #6b6b6b;
  --c-accent: #b06767;
  --c-border: #eadfd5;
  --c-radius: 12px;
  --c-shadow: 0 14px 32px rgba(0,0,0,.08);
}

.wrap{ max-width: 1100px; margin: 0 auto; padding: 0px; width:90%; }

.wrap2 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px;
    height: 100%;
    justify-content: center;
    display: flex
;
width:90%;
    align-items: center;
}


/* Hero */
.contact-hero{
  position: relative; height:100vh; color:#fff; background:#000;
}
.contact-hero__img{
  position:absolute; inset:0;
  background-image: var(--hero);
  background-size: cover; background-position: center;
  filter: brightness(.72);
}
.contact-hero__overlay{ position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.35)); }
.breadcrumbs {
    position: absolute;
    color: black;
    font-size: 12px;
    padding-top: 0px;
    top: 25px;
	left:10px; 
	z-index: 1;
}
.breadcrumbs a{ color: inherit; text-decoration: none; text-transform: uppercase;}
.breadcrumbs a:hover{ text-decoration: underline; }
.bred-cont{
	position:relative;
}

.page-template-contact .breadcrumbs a {
color: white;
}

.page-template-contact .breadcrumbs {
color: white;
}


.page-template-book-session .breadcrumbs a {
color: white;
}

.page-template-book-session .breadcrumbs {
color: white;
}




.contact-hero__title {
    position: relative;
    text-align: center;
    margin-top: -160px;
    font-size: 45px;
    font-weight: 500;
}

/* Body */
.contact-body{ background:#fff; padding: 114px 0 115px; }

/* Info row */
.contact-subtitle {
    text-align: center;
    font-weight: 500;
    color: var(--c-ink);
    margin: 0 0 72px;
}
/* --- Info strip --- */
.contact-info {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    background: #F5F3EF;
    /* border: 1px solid #e6dbcf; */
    border-radius: 16px;
    /* box-shadow: 0 12px 28px rgba(0, 0, 0, .06); */
    overflow: hidden;
    margin-bottom: 100px;
}

.contact-info__item {
    position: relative;
    display: grid
;
    grid-template-columns: 47px 1fr;
    gap: 0px;
    padding: 38px 55px;
    align-items: start;
}

/* subtle vertical dividers */
.contact-info__item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background: #AC6F73;
}

/* icon + colors */
.contact-info__icon{ color:#b06767; margin-top:2px; }
.contact-info__icon svg{
	height:33px;
	width:auto;
}

/* small label “chip” */
.contact-info__label {
    grid-column: 1 / -1;
    font-size: 18px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-weight: 700;
    color: #b06767;
    /* background: #efe6de; */
    border-radius: 6px;
    padding: 6px 8px;
    margin-bottom: 6px;
    display: inline-block;
    width: max-content;
}

.contact-info__text{
  grid-column: 2 / -1;
  color:#2f2f2f; font-weight:600; line-height:1.4;
}

/* responsive */
@media (max-width: 820px){
  .contact-info{ grid-template-columns:1fr; }
  .contact-info__item:not(:first-child)::before{ display:none; }
  .contact-info__item{ border-top:1px solid #e6dbcf; }
  .contact-info__item:first-child{ border-top:0; }
}

/* --- CF7 layout --- */
.contact-form .wpcf7{ max-width: 1060px; margin:0 auto; }
.contact-form .cf7-grid{
  display:grid; gap:16px 28px;
  grid-template-columns: 1fr 1fr;
}

/* labels */
.contact-form .cf7-label{
  font-size:16px; font-weight:500; color:#2f2f2f; letter-spacing:.02em;
  margin-bottom:-6px; /* pulls closer to the field below */
}
.contact-form .cf7-label.is-full{ grid-column:1 / -1; }
.contact-form .req{ color:#b06767; }

/* fields */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea{
     width: 100%;
    font-size: 16px;
    color: #2f2f2f;
    background: transparent;
    border: none;
    border-bottom: 2px solid #e6e0d8;
    padding: 18px 2px;
    transition: border-color .2s 
ease, background-color .2s 
ease;
    margin-top: 15px;
}
.contact-form textarea {
    height: 80px;
    resize: vertical;
    grid-column: 1 / -1;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em!important;
}

/* focus/validation */
.contact-form input:focus,
.contact-form textarea:focus{ outline:none; border-bottom-color:#b06767; background:#faf7f3; }
.wpcf7-not-valid{ border-bottom-color:#d9534f !important; }

/* helper text / placeholders */
.contact-form::placeholder{ font-size:16px; color:#9a938b; opacity:1; }

/* CF7 placeholders @ 16px */
.contact-form input::placeholder,
.contact-form textarea::placeholder{ font-size:16px; }

/* cross-browser fallbacks */
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder{ font-size:16px; }
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder{ font-size:16px; }
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder{ font-size:16px; }


/* checkbox row */
.contact-form .consent{
  grid-column:1 / -1; font-size:16px; color:#6b6b6b;
  display:flex; align-items:center; gap:10px; padding-top:8px;
}
.contact-form .consent input[type="checkbox"]{
  width:18px; height:18px; accent-color:#b06767;
}

/* submit button */
.contact-form .wpcf7-submit{
  grid-column:1 / -1; justify-self:start;
  background:#2f2f2f; color:#fff; border:0; cursor:pointer;
      padding: 20px 37px; border-radius:8px; font-weight:600;
	  transition: all .5s ease;
	      font-weight: bold;
}
.contact-form .wpcf7-submit:active{ transform:translateY(-1px); }
.contact-form .wpcf7-submit:hover, .contact-form .wpcf7-submit:focus-visible {
    color: black !important;
    border-color: #F3E4E5 !important;
    background-color: #F3E4E5;
}
/* CF7 messages */
.contact-form .wpcf7-response-output{
  grid-column:1 / -1; margin:6px 0 0; border:none; padding:0; color:#2f2f2f;
}

/* make the CF7 form a 2-column grid */
.contact-form .wpcf7 form{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 40px 28px;           /* row / column gap */
}

/* any field you want full-width */
.contact-form .wpcf7 textarea,
.contact-form .wpcf7 .is-full,
.contact-form .wpcf7 .consent,
.contact-form .wpcf7 .wpcf7-submit{
  grid-column: 1 / -1;
}



/* stack on mobile */
@media (max-width: 820px){
  .contact-form .cf7-grid{ grid-template-columns:1fr; gap:14px; }
}

/* Round outline checkbox (for CF7 acceptance etc.) */
.contact-form .consent input[type="checkbox"],
.contact-form input[type="checkbox"].checkbox-round{
    -webkit-appearance: none;
    appearance: none;
    width: 29px;
    height: 29px;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
    background: #fff;
    display: inline-grid
;
    place-content: center;
    cursor: pointer;
    margin: -3px 8px 0 0;
    transition: border-color .2s 
ease, background-size .2s 
ease;
    accent-color: initial;
    float: left;
}

/* inner dot appears when checked */
.contact-form .consent input[type="checkbox"]:checked,
.contact-form input[type="checkbox"].checkbox-round:checked{
  border-color: #b06767;                /* your accent */
  background-image: radial-gradient(#b06767 50%, transparent 51%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;           /* size of inner dot */
}

/* focus ring for accessibility */
.contact-form .consent input[type="checkbox"]:focus-visible,
.contact-form input[type="checkbox"].checkbox-round:focus-visible{
  outline: 2px solid rgba(176,103,103,.55);
  outline-offset: 2px;
}

/* disabled look (optional) */
.contact-form .consent input[type="checkbox"]:disabled{
  opacity: .5; cursor: not-allowed;
}


@media (max-width: 1065px){
	.offcanvas-menu > li > a {
		font-size:13px;
	}
}




/* ===== Book Session ===== */
:root{
  --bs-bg:#f3efe9;
  --bs-card:#ffffff;
  --bs-ink:#2f2f2f;
  --bs-muted:#6b6b6b;
  --bs-accent:#b06767;
  --bs-border:#eadfd5;
  --bs-radius:14px;
  --bs-shadow:0 16px 36px rgba(0,0,0,.08);
}

/* hero */
.sess-hero{ position:relative; height:100vh; color:#fff; }
.sess-hero__img{ position:absolute; inset:0; background-image:var(--hero); background-size:cover; background-position:center; filter:brightness(.72); }
.sess-hero__overlay{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.35)); }
.sess-hero .breadcrumbs{ position:relative; color:rgba(255,255,255,.85); font-size:12px; padding-top:14px; }
.sess-hero__title{ position:relative; text-align:center; margin-top:-160px; font-size:45px; font-weight:500; }

/* body */
.sess-body{ background:#F5F3EF; padding: 114px 0; margin-bottom:100px; }
.sess-intro{ text-align:center; color:var(--bs-ink); font-weight:500; margin: 0 0 70px; }

/* card */
.sess-card {
    background: var(--bs-card);
    
    border-radius: 8px;
  
    padding: 67px 89px;
}

/* stepper header */
.sess-steps{
  display:grid; grid-template-columns: auto 1fr auto 1fr auto;
  align-items:center; gap:14px; margin-bottom: clamp(18px,3vw,26px);
}
.sess-step{
  width:44px; height:44px; border-radius:50%;
  background:#efe6de; color:#fff; display:grid; place-items:center;
  font-weight:700; letter-spacing:.02em; color:#fff; position:relative;
}
.sess-step span{ color:#000; font-size: 45px;
    font-weight: 300; }
.sess-step.is-active{ background:var(--bs-accent); }
.sess-line{
  height:2px;   background: #707070; border-radius:1px;
}

.sess-step.is-active span{
	color:#fff!important;
}

/* CF7 area */
.sess-form .wpcf7 form{ display:block; }

/* wizard steps */
.wsteps{ }
.wstep{ display:none; }
.wstep.is-active{ display:block; }

/* grid inside steps */
.grid-2{
  display:grid; grid-template-columns: 1fr 1fr; gap:16px 28px;
}
.grid-2 .is-full{ grid-column:1 / -1; }

.req{ color:var(--bs-accent); }

/* inputs */
.sess-form input[type="text"],
.sess-form input[type="email"],
.sess-form input[type="tel"],
.sess-form input[type="date"],
.sess-form textarea{
  width:100%; font-size:16px; color:var(--bs-ink);
  background:transparent; border:none; border-bottom:2px solid #e6e0d8;
  padding:18px 2px; margin-top:15px;
  transition:border-color .2s ease, background-color .2s ease;
}
.sess-form textarea{ min-height:140px; resize:vertical; }
.sess-form input:focus, .sess-form textarea:focus{ outline:none; border-bottom-color:var(--bs-accent); background:#faf7f3; }
.sess-form ::placeholder{ font-size:16px; color:#9a938b; }

/* actions */
.wizard-actions{ display:flex; gap:12px; justify-content:center; margin-top:60px; }
.btn.dark {
    background: #2f2f2f;
    color: #fff;
    padding: 27px 32px;
    font-size: 16px;
    border-radius: 8px;
    line-height: 1.3px;
	    font-weight: bold;
	transition:all .5s ease;
}

.btn.dark:hover, .btn.dark:focus-visible {
    color: black !important;
    border-color: #F3E4E5 !important;
    background-color: #F3E4E5;
}

.btn.ghost {
    background: transparent;
    color: #2f2f2f;
    border: 1px solid #d9d0c6;
    padding: 27px 32px;
    font-size: 16px;
    border-radius: 8px;
}
.btn:hover{ transform: translateY(-1px); }

/* consent checkbox round (reuse from contact) */
.sess-form .consent input[type="checkbox"]{
  -webkit-appearance:none; appearance:none; width:29px; height:29px; border:1px solid #bfbfbf;
  border-radius:50%; background:#fff; margin-right:8px; vertical-align:middle;
}
.sess-form .consent input[type="checkbox"]:checked{
  border-color:var(--bs-accent);
  background-image: radial-gradient(var(--bs-accent) 50%, transparent 51%);
  background-position:center; background-repeat:no-repeat; background-size:12px 12px;
}

/* responsive */
@media (max-width:860px){
  .grid-2{ grid-template-columns:1fr; }
}


/* stepper circles & lines like screenshots */
.sess-steps{ display:grid; grid-template-columns:auto 1fr auto 1fr auto; align-items:center; gap:14px; margin-bottom:60px; }
.sess-step{ width:71px; height:71px; border-radius:50%; display:grid; place-items:center; font-weight:700; }
.sess-step{ background:#fff; border:1px solid #403D38; color:#cfc7bf; }
.sess-step.is-active{ background:#b06767; border-color:#b06767; color:#fff; }

.sess-line.is-active{ background:#ebc5c6; }     /* filled connector on passed steps */

/* select + note style in step 2 */
.sess-form select{
  width:100%; border:1px solid #707070; border-radius:0px; padding:10px 12px; background:#fff;
  font-size:16px; color:#2f2f2f;
}
.session-note{ color:#6b6b6b; line-height:1.3; padding-top:8px; }

/* message textarea */
.sess-form textarea{ min-height:160px; border-radius:8px; border:1px solid #ede6de; padding:12px; }

/* keep your existing .btn, .grid-2, labels, placeholders from earlier */

.grid-2 .cf7-label{
	margin-bottom:22px;
	display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 0.2em 0em;
    border: 2px solid #00a0d2;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    color: #46b450;
}


.single-sinedria .single-title {
	    margin: 80px 0 70px;
}

.single-sinedria .single-wrap {
    max-width: 570px;
    margin: 0 auto;
}

.single-sinedria .single-hero{
  position: relative;
  background: #ffffff;            /* bottom part stays white */
  padding: 18px 16px 36px;
  z-index: 0;                     /* create stacking context for ::before */
}

/* Top banner image occupying ~69% of the hero height */
.single-sinedria .single-hero::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;              /* top, left, right pinned */
  height: 69%;                    /* same visual height as your gradient */
  background-image: url("https://joypapapostolou.gr/wp-content/uploads/2025/10/Scroll-Group-3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;         /* fill the top area like a hero image */
  z-index: -1;                    /* sit behind the content */
}




/* ===== Therapy Section ===== */
:root{
  --th-ink:#2f2f2f;
  --th-muted:#6b6b6b;
  --th-slab:#f3efe9;           /* pale rectangle */
  --th-shadow:0 18px 45px rgba(0,0,0,.08);
  --th-radius:16px;
}

.th-section {
    padding: 105px 0px;
    background-image: url(https://joypapapostolou.gr/wp-content/uploads/2025/10/Scroll-Group-1321.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.th-wrap{
  max-width: 1100px; margin: 0 auto;
  display: grid; gap: 73px;
  grid-template-columns: 0.91fr 1fr; align-items: start;
}

/* flip layout */
.th-section.is-right .th-media{ order:2; }
.th-section.is-right .th-text { order:1; }

.th-media{ position: relative; }
.th-media img{
  display:block; width:100%; height:auto;
  border-radius: var(--th-radius);
  box-shadow: var(--th-shadow);
}
.th-slab {
    position: absolute;
    inset: 100px 78% -100px -135px;
    background: var(--th-slab);
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    z-index: -1;
	display:none;
}

/* text */
.th-title {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--th-ink);
    margin: 0px 0 42px;
    max-width: 375px;
	margin-top: 20px;
}
.th-body{ color:#3f3f3f; line-height:1.75; max-width: 60ch; }

/* button */

.th-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 26px;
    border: 1px solid #403D38;
    color: #403D38;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 14px;
    transition: all .5s 
ease;
    max-width: 208px;
	margin-top:30px;
}

.th-btn:hover, .th-btn:focus-visible {
    color: black !important;
    border-color: #F3E4E5 !important;
    background-color: #F3E4E5;
}

.th-btn:active{ transform: translateY(-1px); }

/* responsive stack */



/* ===== Section 2 (title + centered copy left, big image right) ===== */
:root{
  --th2-ink:#2f2f2f;
  --th2-muted:#6b6b6b;
  --th2-shadow:0 22px 50px rgba(0,0,0,.10);
  --th2-radius:18px;
}

.th2{
  position:relative;
  padding: clamp(40px, 8vw, 90px) 16px;
  overflow: hidden;
  background:#fff;
}
.th2-wrap{
  max-width: 1100px;
  margin: 0 auto;
  display:grid;
  grid-template-columns: 1fr 1.05fr; /* left text / right image */
  gap: 73px;
  align-items: center;
}

/* optional decorative background on far right */
.th2-bg {
    position: absolute;
    inset: 0;
    background-image: var(--th2-bg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    /* opacity: .65; */
    pointer-events: none;
}

/* left */
.th2-left{ text-align:end; }
.th2-title {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--th2-ink);
    margin: 0 0 45px auto;
    text-align: end;
    max-width: 375px;
}
.th2-text {
    max-width: 489px;
    margin: 0 auto;
    line-height: 1.8;
    color: #000;
    text-align: end;
}
.th2-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 26px;
    border: 1px solid #403D38;
    color: #403D38;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 14px;
    transition: all .5s 
ease;
    max-width: 208px;
	margin-top:30px;
}

.th2-btn:hover, .th-btn:focus-visible {
    color: black !important;
    border-color: #F3E4E5 !important;
    background-color: #F3E4E5;
}

.th2-btn:active{ transform: translateY(-1px); }

/* right image */
.th2-media{
  border-radius: var(--th2-radius);
  overflow:hidden;
  box-shadow: var(--th2-shadow);
  z-index: 0;
}
.th2-media img{
  width:100%; height:auto; display:block;
  border-radius: var(--th2-radius);
}





/* ===== Section 3 (image left / text right on pale band) ===== */
:root{
  --th3-ink:#2f2f2f;
  --th3-muted:#6b6b6b;
  --th3-band:#f3efe9;
  --th3-shadow:0 22px 50px rgba(0,0,0,.10);
  --th3-radius:18px;
}

.th3{ position:relative; padding: clamp(36px,7vw,80px) 16px; }
.th3.has-band{ padding-bottom: clamp(20px,5vw,40px); }

/* full-width soft band behind the row */
.th3-band {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 534px;
    background: var(--th3-band);
    z-index: 0;
}

/* content grid */
.th3-wrap{
  position:relative; z-index:1;
  max-width:1100px; margin:0 auto;
  display:grid; gap: 73px;
  grid-template-columns: 1.05fr 1fr; align-items: start;
}

/* media */
.th3-media{
  border-radius: var(--th3-radius);
  overflow:hidden;
}
.th3-media img{
  width:100%; height:auto; display:block; border-radius: var(--th3-radius);
}

/* text */
.th3-text{ color:#3f3f3f; }
.th3-title{
  font-size: 45px;
  line-height:1.2; font-weight:500; color: var(--th3-ink);
      margin: 20px 0 56px;
}
.th3-body{ line-height:1.75; max-width: 60ch; }
.th3-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 26px;
    border: 1px solid #403D38;
    color: #403D38;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 14px;
    transition: all .5s 
ease;
    max-width: 208px;
	margin-top:30px;
}

.th3-btn:hover, .th-btn:focus-visible {
    color: black !important;
    border-color: #F3E4E5 !important;
    background-color: #F3E4E5;
}

.th3-btn:active{ transform: translateY(-1px); }
/* responsive */


/* ===== Section 4 (left centered text, right image) ===== */
:root{
  --th4-ink:#2f2f2f;
  --th4-shadow:0 22px 50px rgba(0,0,0,.1);
  --th4-radius:18px;
}

.th4{
  padding: 100px 0px;
  background:#fff;
  margin-bottom:-115px;
}
.th4-wrap{
  max-width:1100px; margin:0 auto;
  display:grid; grid-template-columns: 1fr 1.05fr;
  gap: 73px; align-items:start;
}

/* left column */
.th4-left{ text-align:end; }
.th4-title {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--th4-ink);
    margin: 0 0 55px auto;
    max-width: 370px;
}
.th4-text{
  max-width:56ch; margin:0 auto;
  line-height:1.8; color:#3f3f3f;
}
.th4-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 26px;
    border: 1px solid #403D38;
    color: #403D38;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 14px;
    transition: all .5s 
ease;
    max-width: 208px;
	margin-top:30px;
}

.th4-btn:hover, .th-btn:focus-visible {
    color: black !important;
    border-color: #F3E4E5 !important;
    background-color: #F3E4E5;
}

.th4-btn:active{ transform: translateY(-1px); }
/* right image */
.th4-media{
  border-radius:var(--th4-radius);
  overflow:hidden;
}
.th4-media img{ width:100%; height:auto; display:block; border-radius:var(--th4-radius); }


.img-xwr-mob {
	display:none;
}

/* responsive stack */
@media (max-width: 920px){
  .th4-wrap{ grid-template-columns:1fr; }
  .th4-left{ order:2; }
  .th4-media{ order:1; }
}


/* ===== Section 5 (image left, bordered text pane right) ===== */
:root{
  --th5-ink:#2f2f2f;
  --th5-muted:#3f3f3f;
  --th5-shadow:0 22px 50px rgba(0,0,0,.1);
  --th5-radius:18px;
  --th5-border:#ddd5cc;         /* subtle border for the right pane */
}

.th5{
  position:relative;
  padding: 150px 0px;
  overflow:hidden;
  background:#fff;
}

/* optional decorative background on far left */
.th5-bg{
     position: absolute;
    inset: 0;
    background-image: var(--th5-bg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
}

.th5-wrap{
  max-width:1100px; margin:0 auto;
  position:relative; z-index:1;
  display:grid; grid-template-columns: 0.95fr 1fr;
  gap: 73px; align-items:start;
}

/* left image card */
.th5-media{
  border-radius:var(--th5-radius);
  overflow:hidden;
    margin: 0;
}
.th5-media img{
  display:block; width:100%; height:auto; border-radius:var(--th5-radius);
}

/* right pane */
.th5-pane{
  padding: 0;
  border-radius: 16px;
}
.th5-pane.is-boxed{
  border: 1px solid var(--th5-border);
  background: #fff;
}

.th5-title{
  font-size: 45px;
  line-height:1.2; font-weight:500; color:var(--th5-ink);
     margin: 20px 0 12px;
}
.th5-text{
  line-height:1.75; color:var(--th5-muted); max-width:58ch;
}
.th5-btn {
    position: relative;
    overflow: hidden;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 26px;
    border: 1px solid #403D38;
    color: #403D38;
    background: transparent;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    font-size: 14px;
    transition: all .5s 
ease;
    max-width: 208px;
	margin-top:30px;
}

.th5-btn:hover, .th-btn:focus-visible {
    color: black !important;
    border-color: #F3E4E5 !important;
    background-color: #F3E4E5;
}

.th5-btn:active{ transform: translateY(-1px); }
/* responsive */

.book-btn:hover{
	color:white;
}



@media (max-width: 991px){
	.bred-cont{
		display:none;
	}
}


.menu-close {
 display:none;
}

/* helper */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.menu-toggle{
  display:none;border:0;background:transparent;padding:8px;line-height:1;cursor:pointer;
}

 .nav-open .menu-close{
	 display: block;
 }
 
 .nav-open .menu-toggle{
	 display: none;
 }
 
 .footer-left-inner.mob{
		display:none;
	}
 
.footer-copy a{
	color:white;
text-decoration:none;
}



.book-btn:hover{
	background-color:transparent;
color:black;
border:1px solid black;
}

/* Desktop */
@media (min-width: 992px){
  .primary-nav{position:static;transform:none;opacity:1;visibility:visible;}
  .offcanvas-menu{display:flex;gap:45px;}
}

/* Mobile / Tablet */
@media (max-width: 991.98px){
  .menu-toggle{display:inline-flex;align-items:center;justify-content:center;}

  /* FULLSCREEN overlay menu */
  .primary-nav{
    position:fixed; inset:0; /* top/right/bottom/left:0 */
    width:100vw; height: fit-content;
   background: #F3E8E7;
    padding:0; /* leave room for X button */
    z-index:9999;
    transform:translateY(-100%);
    transition:transform .3s ease, opacity .3s ease, visibility 0s linear .3s;
    opacity:0; visibility:hidden;
    display:flex; flex-direction:column; align-items:center;
	box-shadow: 0 2.14px 2.14px 0 rgba(0, 0, 0, 0.02);
  }
  body.nav-open .primary-nav{
    transform:translateY(67px);
    opacity:1; visibility:visible;
    transition:transform .3s ease, opacity .3s ease, visibility 0s linear 0s;
  }

		.primary-nav .offcanvas-menu .sub-menu {
		position: relative;}
	

	.primary-nav .offcanvas-menu .sub-menu {
		border:none;
		box-shadow:none;
border-radius:0;
		opacity:1;
visibility:visible;
background:transparent;
    top: 0;
	}

.primary-nav .offcanvas-menu .sub-menu > li {
    border-bottom: 1px solid #70707075;
}
	
  /* lock scroll underneath */
  body.nav-open{overflow:hidden;}

  /* big, tappable menu items */
  .offcanvas-menu{list-style:none;margin:0;padding:0;text-align:center;flex-direction: column; justify-content: center; width: 100%; align-items: start;  padding-bottom: 35px; }
      .offcanvas-menu li {
        padding: 15px 25px 15px;
        border-top: 1px solid #70707075;
        width: 100%;
		        text-align: start;
    }
	
	.offcanvas-menu li:first-child {
        
        border-top: 0px solid #70707075;
        
    }
	
	
	
  .offcanvas-menu a{
    display:inline-block; padding:10px 0; font-size:1.35rem; line-height:1.3;
  }

  /* Close (X) button */
    .menu-close {
        position: absolute;
        top: -50px;
        right: 15px;
        border: 0;
        background: transparent;
        cursor: pointer;
        padding: 8px;
        line-height: 1;
        display: block;
    }
	
	.offcanvas-menu > li > a{
font-size: 15px;
	}
	
	    .offcanvas-menu {
        gap: 0px;
overflow: auto;
			height:calc(100vh - 67px);
        padding-top: 125px !important;
    }
	
 .button-synedr{
	 display:none;
 }
	
	.logo-link svg{
		height:60px;
		width: 63px;
	}
	     .footer-grid {
        grid-template-columns: 1fr;
        gap: 47px;
        align-items: center;
        flex-direction: column-reverse;
        display: flex
;
    }
 
 .footer-social {
    margin-top: 48px;
}
 
 
	.btn-joy.desk{
		display:none;
	}

    .footer-top {
        background: linear-gradient(to top, #F3E5E5 88%, transparent 12%);
    }
	
	    .footer-right {
        padding-left: 0;
        order: 4;
        width: 90%;
        margin: 0 auto;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
		        text-align: center;
				    height: 320px;
					    padding-top: 40px;
    }
	
.newsletter-form {
    display: flex
;
    gap: 14px;
    max-width: 610px;
    justify-content: center;
    width: 85%;
    text-align: center;
    flex-direction: column;
    margin: auto;
}
	.newsletter-input {
    width: 100%;
	max-width: 100%;
	}
	
	
.newsletter-btn {
	    max-width: 100%;
		margin-top: 0px;
}	
	
    .newsletter-title {
          margin: 0 0 36px;
		          font-size: 25px;
    }
	
	.footer-left{
		padding: 0;
		width: 85%;
		    background:none;
	}
	
	    .footer-brand-and-social {
        grid-template-columns: 1fr;
        width: 50%;
        flex-direction: column-reverse;
    }
  .footer-lists {
        grid-template-columns: 1fr;
        width: 50%;
		    margin-top: 0px;
    }

.footer-contact address {
    font-style: normal;
    font-size: 12px;
    line-height: 1.7;
	margin-bottom:10px;
}


  .footer-bottom-inner{ flex-direction: column; align-items: center; padding-inline: 12px!important; gap: 10px; text-align: center;}
	
	.newsletter-btn{ font-size: 15px; }
	
	.footer-left-inner.desk{
		display:none;
	}
	
	
	    .footer-left-inner.mob {
        display: flex
;
        flex-direction: row-reverse;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto;
		        width: 100%;
				margin-bottom: 45px;
    }
	.footer-links a {
    text-decoration: none;
    color: var(--footer-text);
    font-size: 12px;
}
	a.footer-logo-link {
    margin-top: 56px;
}
.footer-social-title {
	    font-weight: 600;
}
.footer-contact p{
	        font-style: normal;
        font-size: 12px;
        line-height: 1.7;
		margin:10px 0;
}


.bio-hero {
background-image: url(https://joypapapostolou.gr/wp-content/uploads/2025/10/Scroll-Group-1-1.png);
}
.bio-photo {
           min-width: 299px;
        width: 85%;
}


.bio-subtitle {
    margin: 0 0 54px;
    font-size: 18px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
	        line-height: 1.7;
}
.bio-content {
    text-align: start;
    margin: 50px auto 125px;
    color: var(--ink);
           max-width: 577px;
}
.bio-lead p {
    margin: 0 auto 12px;
    font-size: 16px;
    color: var(--muted);
    line-height: 1.3;
}
.bio-body p {
    margin: 0 auto;
    font-size: 16px;
    color: var(--muted);
    line-height: 1.3;
}

.edu-section{
	
    padding: 70px 0px 105px;	
	
	
}

.edu-title {
font-size: 35px;
}
.edu-desc p{
	margin-top:5px;
	margin-bottom:20px;
}
.edu-illustration
 {
    position: relative;
    /* margin: clamp(40px, 10vw, 120px) auto 0; */
    width: 115%;
    object-fit: cover;
}

.seminars-section {
padding: 76px 0px 83px;
}

.bio-name {
    font-size: 35px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: 500;
    letter-spacing: .2px;
}

.seminars-title {
font-size: 35px;
}
.sem-illustration {
    position: relative;
    width: 100%;
    margin: clamp(36px, 8vw, 35px) auto 0;
    object-fit: cover;
}
.conf-section {
    padding: 81px 0px 74px;
}
.conf-title {
font-size: 35px;
    margin: 0 0 40px;
}
.conf-illustration {
    position: relative;
width: 100%;
}

 .single-sinedria .single-hero::before{ height: 35%; }  /* was 69% in your older sections */

.single-sinedria .single-hero {
    padding: 65px 0px 0px;
  
}

.single-body {
    background: #ffffff;
    padding: 5px 0px 160px;
}



.single-sinedria .single-wrap {
    max-width: 570px;
    margin: 0 auto;
    display: flex
;
    flex-direction: column-reverse;
}
.single-sinedria .single-title {
    margin: 54px 0 0px;
}

.single-title {
    text-align: start;
    color: var(--sp-text);
font-size: 35px;
}

.blog-archive .alm-btn-wrap {
    display: flex !important
;
    justify-content: center !important;
    margin-top: 0px !important;
}
.blog-archive {
padding-bottom:20px
}

.single-title{
	    margin: 30px 0 32px;
}
.single-hero {
  
    padding: 18px 0px 36px;
}
.single-date {
    display: block;
text-align: start;
}
.single-post .articles-title {
    margin-bottom: 30px;
    text-align: left;
font-size: 28px;
}


.single-feature img {
    width: min(640px, 100%);
    height: auto;
    border-radius: var(--sp-radius);
    box-shadow: none;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
}
.single-post .articles-section {
padding: 35px 0px;
}

.post-card__media {
    position: relative;
    aspect-ratio: 32 / 22;
    background: #e9ecef;
}


.sess-hero__img {
	background-image:url('https://joypapapostolou.gr/wp-content/uploads/2025/10/bg.png')!important;
}
.sess-hero {
	background-image:url('https://joypapapostolou.gr/wp-content/uploads/2025/10/bg.png')!important;
	    height: 68vh;
}
.sess-hero__title {
    position: relative;
    text-align: center;
    margin-top: 47px;
    font-size: 35px;
    font-weight: 500;
}

.sess-intro {
    text-align: center;
    color: var(--bs-ink);
    font-weight: 500;
    margin: 0px 0 45px;
}


.sess-body {
    background: #F5F3EF;
    padding: 50px 0;
    margin-bottom: 100px;
}

.sess-step span {
    color: #000;
    font-size: 25px;
    font-weight: 300;
}
.sess-step {
    width: 35px;
height: 35px;}


.grid-2 .cf7-label {
    margin-bottom: 5px;
    display: block;
}

.sess-card {
    background: var(--bs-card);
    border-radius: 8px;
    padding: 45px 27px;
}

.session-note{
	    font-size: 15px;

}
.btn.ghost {
	padding: 20px 30px;
}
.wpcf7-spinner{
	display:none;
}

.space-item img {
	    aspect-ratio: 1;
}
.space-hero{
	padding-top: 40px;
}

.space-gallery{
	    padding: 20px 0 clamp(40px, 8vw, 80px);
}

.space-load {
    display: flex
;
    justify-content: center;
    margin-top: 44px;
}

.gslide-image img {
	aspect-ratio: 9 / 16;
}

.space-grid {
	    gap: 50px;
}


    .contact-hero__title {
        position: relative;
        text-align: center;
        margin-top: 47px;
        font-size: 35px;
        font-weight: 500;
    }

    .contact-hero {
        background-image: url(https://joypapapostolou.gr/wp-content/uploads/2025/10/bg.png) !important;
        height: 68vh;
    }

    .contact-hero__img {
        background-image: url(https://joypapapostolou.gr/wp-content/uploads/2025/10/bg.png) !important;

}


.contact-body {
    background: #fff;
    padding: 49px 0 115px;
}
.contact-info__item {
	    padding: 38px 34px;
}

.contact-form .wpcf7 form {
    display: grid
;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px 28px;
}

.contact-info {
	    margin-bottom: 55px;
}


.contact-form .wpcf7-submit{
	margin: auto;
}

    .pros-wrap {
           display: flex
;
flex-direction: column-reverse;
    }
.pros-hero-bg {
	background-image: url('https://joypapapostolou.gr/wp-content/uploads/2025/10/Scroll-Group-1-2.png');
	        inset:0;
			        background-position: top;
}

.pros-photo {
	   transform: translateX(0%);
	   margin: clamp(8px, 1.2vw, 16px) auto 0;
}

.pros-title {
    font-size: 35px;
    line-height: 1.15;
    font-weight: 500;
    margin: 20px 0 0px;
    color: #2f2f2f;
}

.pros-hero {
	padding-bottom:130px;
}


.pros-photo img {
    display: block;
    min-width: 300px;
    height: auto;
}


.pros-steps {
    padding: 25px 0px;
	        margin-top: 50px;
			        margin-bottom: 110px;
}
.pros-steps-wrap {
	    flex-direction: column;
		    display: flex
;
    gap: 80px;
}
.pros-step-text {
    position: relative;
    padding: 80px 23px;
	        padding-bottom: 50px;
}

.pros-step-title {
font-size: 35px;
}

.pros-step-inner{
    width: 90%;
    margin: auto;
  }

  .pros-step-num{
    position: absolute;
    display: block;
    margin-top: 8px;
    text-align: left;
           font-size: 80px;
  }
.pros-step.is-right .pros-step-num {
    left: 4px;
    top: -30px;
}

.pros-step-bg{
	    width: 100%;
    margin: auto;
	inset: 0;
	border-radius:20px 20px 0px 0px!important;
}
 .pros-step.is-right  .pros-step-inner {
	display: flex
;    flex-direction: column;
}

.pros-step-inner{
		display: flex
;    flex-direction: column-reverse;
}

.pros-step.is-left .pros-step-num{
	right:unset;
	top: -30px;
	left:4px;
	
}

.pros-step-media {
	aspect-ratio: 1;
}

.pros-step-media img {
    display: block;
    width: 100%;
        height: 100%;
    object-fit: cover;
    object-position: center;
}
.pros-step-media {
	    margin-top: -20px;
}

.th-section{
	padding: 55px 0px;
	    background-image: none;
	 background: linear-gradient(to bottom, #F5F3EF 25%, transparent 25%);
}

.th-wrap {
	gap: 30px;
}

.th-title {
font-size: 35px;
    margin: 0px 0 25px;
}
    .th2-bg {
          background-image:url('https://joypapapostolou.gr/wp-content/uploads/2025/10/Scroll-Group-3-1.png') ;
        background-size: contain;
		        background-position: top;
    }

.th2-wrap {
	display: flex
;
    flex-direction: column-reverse;
	    gap: 35px;
}
.th2-media {
	    aspect-ratio: 1;
}
.th2-title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--th2-ink);
    margin: 0 0 25px 0;
    text-align: start;
    max-width: 375px;
}
.th2-text {
	text-align: start;
}

.th2-left {
    text-align: start;
}

.th3-wrap{ grid-template-columns:1fr; gap: 25px; }
  .th3-band{ display:none; }


.th3-media {
    border-radius: var(--th3-radius);
    overflow: hidden;
    aspect-ratio: 1;
}
.th3-title {
font-size: 35px;
    margin: 20px 0 25px;
}

.th2 {
    position: relative;
padding: clamp(40px, 8vw, 90px) 0px;
        background-color: #F5F3EF;
}

.th4 {
	 background: #F5F3EF;
	     padding-top: 50px;
}

.th3.has-band {
    padding-bottom: 40px;
}

.th3 {
    padding: clamp(36px, 7vw, 80px) 0px;
}

    .th4-media {
       aspect-ratio:1;
    }
.th4-wrap{
	gap:35px;
}
.th4-left {
    text-align: start;
	  
}
.th4-title {
font-size: 35px;
    margin: 0 auto 25px 0;
}

.th4-text {
	    margin: 0;
}


 .th5-wrap{ grid-template-columns:1fr; gap: 35px; }
  .th5-bg{ inset:0; opacity:.4; background-size: contain; }

.th5-bg {
    background-image: url('https://joypapapostolou.gr/wp-content/uploads/2025/10/Scroll-Group-2-1.png');
	background-position:top;
}
.th5 {
    position: relative;
    padding: 50px 0px;
	    margin-top: 65px;
		    margin-bottom: 100px;
}
.th5-media {
	    aspect-ratio: 1;
}
.th5-title {
font-size: 35px;
}
.th-media img {
	    aspect-ratio: 1;
    object-fit: cover;
}

.psychotherapy-intro::before {
	display:none;
}
.psychotherapy-intro {
	background-size: contain;
        background-repeat: no-repeat;
	background-image:url('https://joypapapostolou.gr/wp-content/uploads/2025/10/Scroll-Group-333.png');
	        height: auto;
}

 .tsi-grid{ grid-template-columns: 1fr; gap: 28px; }
  .tsi-left{ min-height: 340px; }
  .tsi-left::before{ inset: -16px -16px -16px -16px; width: auto; border-radius: 10px; opacity: .7; }
  .tsi-figure{ width: 100%; transform: translate(0, 8%); }
  .tsi-frame{ right: 10%; top: 4%; width: 66%; height: 72%; }
  .tsi-right::after{ width: 0%; top: 0; bottom: -8%; }
  
   .tsi-main-img {
	   margin: auto;
   }
  .tsi-right {
	padding:12px;
	    margin: auto;
  }

    .tsi-heading {
        font-size: 35px;
        line-height: 40px;
	    margin-bottom: 35px;
    }
.btn-joy {
	    margin: auto;
}


.sessions-section .container-ses {
	padding-left: 25px;
}

.sessions-slider .slick-list {
    padding-right: 20%!important;
    margin: 0px -5px;
}

.slick-slide.slick-current.slick-active.slick-center {
    scale: 1;
  
}

.sessions-slider .slick-slide {
    margin: 0 5px;
}

.session-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
}

h1 {
	    font-size: 35px;
}
.sessions-section {
	    padding: 30px 0 40px;
}

.sessions-section .slick-dots {
    bottom: 0px;
    width: 95%;
}
.booking-title {
    text-align: center;
    margin-bottom: 50px;
}

.booking-cards {
padding: 30px 0;
        overflow: hidden;
}
img.img-bk {
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translatex(-20%);
    scale: 1.8;
}

.cards {
        grid-template-columns: 1fr;
		    width: 90%;
			gap: 30px;
    }


.slick-images img {
    border-radius: 15px;
    aspect-ratio: 233 / 327;
    object-fit: cover;
}

.slick-images .slick-slide {
    margin: 0 5px;
}
.slick-images .slick-list {
	padding: 0px 0px !important;
    padding-right: 35%!important;
    margin: 0px -5px;
}

.slick-images-section{
	padding-left: 25px;
	    padding-bottom: 135px;
}
    .slick-images .slick-slide {
	padding: 0 5px;	
		
	}
	

.articles-wrap {
    max-width: 1084px;
    margin: 0 auto;
    width: 90%;
}
.bg-faq{ display:none;}

    .bg-faq-mob {
        display: block;
        position: absolute;
        z-index: 0;
        opacity: 0.02;
		        top: 0;
    }

.articles-section {
	    padding-bottom: 50px;
		padding-top: 100px;
}


.slick-images-section-inner {
	overflow: hidden;
}


.articles-cta {
    text-align: center;
    margin-top: 50px;
}

 img.img-xwr {
        display: block;
        position: absolute;
        bottom: 0px;
        /* width: 1700px; */
        display: block;
        transform: translatey(45%);
        width: 100%;
        left: 0;
    }

.faq-title {
    text-align: center;
margin: 0 0 45px;
}


.faq-item {
    width: 90%;
}


.button-synedr-mob {
           padding: 14px 0px;
        background-color: #AC6F73;
        transition: all 0.5s 
ease-in-out;
        display: block;
        color: white;
        text-align: center;
        width: 207px;
        font-size: 14px;
        font-weight: 600;
		margin: 24px auto;
}


 .th-wrap{ grid-template-columns: 1fr; }
  .th-media{ order:1; }
  .th-text { order:2; }
  .th-slab{ inset: -18px -12px -18px -12px; }

.container {
width: 100% !important;}

}




@media (max-width: 550px){
	
	
img.img-xwr {
	display:none;
}
    .img-xwr-mob {
        display: block;
        position: absolute;
        bottom: 0px;
        /* width: 1700px; */
        display: block;
        transform: translatey(45%);
        width: 100%;
        left: 0;
    }
	
	.book-btn {
		display:none;
	}
	
	.book-btn-mob{
		    padding: 10px 22px;
			background-color:#403D38;
			color:white;
			display:inline-block;
			        text-align: center;
	}
	
	    .book-btn-mob {
        padding: 10px 22px;
        background-color: #403D38;
        color: white;
        display: inline-block;
        text-align: center;
        width: 150px;
        border-radius: 15px;
        height: 40p;
        font-size: 16px;
        text-decoration: none;
          margin: 30px auto 0;
    }
	.slick-images-section-inner .d-flex.justify-center.pt-3{
		display:none!important;
	}
	
}


@media (max-width: 480px){
	    .sessions-slider .slick-list {
        padding-right: 35% !important;
     
    }
}


.pros-hero{
	display:none;
}
.bio-hero {
	position:relative;
} 	

.imgbtm{
	position:absolute;
bottom:-100px;
	left:0;
width: 20vw;
}

@media (max-width: 991px){
	    .imgbtm{
        position:static;
     width:auto;
margin:0 auto;
margin-top: -50px;
        margin-bottom: 50px;
    }
	form.newsletter_form {
		    padding: 0 20px;
	}
}
