/* ----------------------------------------------------------
   COLOUR SYSTEM
---------------------------------------------------------- */

:root {
  --accent-dark: #2F3E3A;
  --accent-mid: #3A7F7F;
  --accent-mid-hover: #2F6666;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #ffffff;
  --bg-grey: #f5f5f5;
}

/* ----------------------------------------------------------
   GLOBAL RESET
---------------------------------------------------------- */

body {
  margin: 0;
  padding-top: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 300;
  color: var(--text-dark);
  background: var(--bg-light);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------------------------
   LINKS
---------------------------------------------------------- */

a,
a:link,
a:visited {
  color: var(--accent-mid);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--accent-mid-hover);
}

/* Email address (top-left) */
.nav-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  opacity: 1;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.3s ease;
}

.nav-title:hover {
  opacity: 1;
}

/* Menu links */
.nav-menu a {
  color: #f5e8e8;
  font-weight: 500;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.nav-title {
  color: #ffffff !important;
  opacity: 1 !important;
}

.nav-menu a:hover {
  opacity: 1;
}

/* ----------------------------------------------------------
   NAVIGATION (TRANSPARENT OVER BANNER)
---------------------------------------------------------- */

.nav-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  background: transparent;
  z-index: 9999;
  padding: 12px 0;
  display: flex;
  align-items: center;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.nav-header.scrolled {
  background: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.nav-container {
  max-width: 1100px;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ----------------------------------------------------------
   DROPDOWN
---------------------------------------------------------- */

.dropdown {
  position: relative;
}

.dropbtn {
  font-weight: 300;
  color: #f5f1e8;
  opacity: 0.85;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.dropbtn:hover {
  opacity: 1;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: rgba(0,0,0,0.6);
  padding: 10px 0;
  min-width: 160px;
  z-index: 1000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 8px 16px;
  color: var(--text-light);
}

.dropdown-content a:hover {
  background: rgba(255,255,255,0.1);
}
/* ----------------------------------------------------------
   MOBILE MENU
---------------------------------------------------------- */

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--text-light);
}

@media (max-width: 800px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    background: rgba(0,0,0,0.6);
    padding: 20px;
    width: 100%;
  }

  /* ✅ NEW: show menu when JS adds .open */
  .nav-menu.open {
    display: flex;
  }

  .hamburger {
    display: block;
  }
}


/* ----------------------------------------------------------
   HERO BANNER
---------------------------------------------------------- */

.gs-banner {
  position: relative;
  z-index: 1;
  height: 100vh;          /* full viewport height again */
  margin-top: 0;
  padding-top: 160px;     /* pushes text down from the top */
  text-align: center;
  color: var(--text-light);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.banner-text {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 6vw, 5rem);
  margin-bottom: 60px; /* pushes text up inside the banner */
}/* HOME / INDEX */
/* HOME PAGE */
.page-index .gs-banner {
  background-image: url('images/Pompidou1.jpg');
}

/* ABOUT YOUR COUNSELLOR PAGE */
.page-about-your-counsellor .gs-banner {
  background-image: url('images/waterripples.jpg');
}
.about-wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.about-text {
  flex: 1;
}
@media (max-width: 700px) {
  .about-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-photo {
    width: 40%;
    max-width: 150px;
  }
}

/* default desktop size: small and on the right */
.about-photo {
  width: 175px;      /* tweak this for “half size” */
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* CONTACT PAGE */
.page-contact-english-speaking-counsellor-in-france .gs-banner {
  background-image: url('images/DSC00623.JPG');
}

/* LOCATION PAGE */
.page-online-counselling-in-english-in-france-location .gs-banner {
  background-image: url('images/lighteffect.jpg');
}

/* EMERGENCY PAGE */
.page-in-an-emergency .gs-banner {
  background-image: url('images/lighteffect.jpg');
}

/* FEES PAGE */
.page-counselling-fees-in-english-in-france .gs-banner {
  background-image: url('images/lighteffect2.jpg');
}

/* COUNSELLING STUDENTS PAGE */
.page-english-counselling-for-students-living-in-france .gs-banner {
  background-image: url('images/ripples3.jpg');
}

/* CONFIDENTIALITY PAGE */
.page-online-counselling-confidentiality .gs-banner {
  background-image: url('images/green1.jpg');
}
/* INSTITUTIONS PAGE */
.page-counselling-in-educational-institutions-in-france .gs-banner {
  background-image: url('images/waterripples1.jpg');
}
/* ABOUT YOUR COUNSELLOR PAGE */
.page-my-therapeutic-approach .gs-banner {
  background-image: url('images/vaugarden.jpg');
}
/* ARICLES PAGE */
.page-articles-about-psychodynamic-counselling .gs-banner {
  background-image: url('images/bush.jpg');
}

/* ABOUT  PAGE */
.page-about-online-counselling-in-france .gs-banner {
  background-image: url('images/anotherlav.jpg');
}

/* SESSIONS PAGE */
.page-counselling-sessions-in-english-in-france .gs-banner {
  background-image: url('images/Mooreagain.jpg');
}
/* PRACTICALITIES PAGE */
.page-counselling-practicalities .gs-banner {
  background-image: url('images/AlpsGrapes.jpg');
}

/* PRACTICALITIES PAGE */
.page-what-is-psychodynamic-counselling .gs-banner {
  background-image: url('images/corn.jpg');
}

/* EXPATS PAGE */
.page-english-counselling-for-expats-living-in-france .gs-banner {
  background-image: url('images/AlpsChurch1.jpg');
}
garden.jpg
.banner-text {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 6vw, 5rem);
}

/* ----------------------------------------------------------
   SECTIONS
---------------------------------------------------------- */

.gs-section {
  padding: 40px 20px;
}

.grey-section {
  background: var(--bg-grey);
}

.green-block {
  background: var(--accent-dark);
  color: var(--text-light);
  padding: 50px 20px;
  text-align: center;
}

.green-block p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

.gs-section p {
  margin-bottom: 24px;
}

.tight-top {
  padding-top: 30px;
}

.tight-bottom {
  padding-bottom: 30px;
}

/* ----------------------------------------------------------
   GRID / LAYOUT
---------------------------------------------------------- */

.gs-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.gs-col {
  flex: 1;
  min-width: 280px;
}

.gs-col img {
  width: 100%;
  height: auto;
}

.gs-col:first-child {
  flex: 2;
}

.gs-col:last-child {
  flex: 1;
}

@media (max-width: 800px) {
 .gs-col {
    flex: 100%;
  }
}

/* ----------------------------------------------------------
   HEADINGS
---------------------------------------------------------- */

h2 {
  font-size: 24px;
  font-weight: 400;
  color: var(--accent-dark);
  margin-top: 0;
  margin-bottom: 20px;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  color: var(--accent-dark);
  margin-bottom: 16px;
}

/* ----------------------------------------------------------
   BUTTONS
---------------------------------------------------------- */

a.gs-button {
  display: inline-block;
  background: var(--accent-dark);
  color: var(--text-light);
  padding: 8px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

a.gs-button:hover {
  background: var(--accent-mid-hover);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

/* ----------------------------------------------------------
   FOOTER
---------------------------------------------------------- */

.site-footer {
  background: var(--accent-dark);
  color: var(--text-light);
  padding: 50px 20px;
}

.footer-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.site-footer a {
  color: var(--text-light);
}

.site-footer a:hover {
  opacity: 0.8;
}

.main-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

.right-box {
  background: #f7f7f7;
  padding: 20px;
  border-left: none;   /* removes the left line */
  border-radius: 4px;
  position: sticky;
  top: 20px;
}

.right-box h3,
.right-box h4 {
  margin-top: 0;
}

.right-box ul {
  padding-left: 20px;
}
.right-box {
  box-shadow: none !important;
  border-right: none !important;
}
.right-box {
  background: #f7f7f7;
  padding: 24px;
  border-left: none !important;   /* removes the vertical line */
  border-right: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  position: sticky;
  top: 20px;
}

.right-box h3 {
  margin-top: 0;
  font-weight: 700;
}

.info-list {
  padding-left: 18px;
  margin-top: 12px;
  line-height: 1.6;
}

.info-list li {
  margin-bottom: 6px;
}

.cta-link {
  display: inline-block;
  padding: 10px 16px;
  background: #4a6f5c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

.cta-link:hover {
  background: #3d5c4c;
}

.right-box {
  background: #f7f7f7;
  padding: 24px;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  position: sticky;
  top: 20px;
  line-height: 1.6;
}

.right-box h3 {
  margin-top: 0;
  font-weight: 700;
}

.right-box h4 {
  margin-top: 18px;
  font-weight: 600;
}

.info-list {
  padding-left: 18px;
  margin-top: 8px;
}

.info-list li {
  margin-bottom: 6px;
}

.gs-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

#about .gs-col:last-child {
  padding-left: 20px;
}
.image-small {
  width: 60%;
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.green-key-points {
  
  padding: 18px 20px;
  border-radius: 8px;
  margin-top: 20px;
  max-width: 600px;
  font-size: 1.05rem;
  line-height: 1.5;
}

.green-key-points ul {
  margin: 0;
  padding-left: 20px;
}

.left-grey-box {
  background: #e5e5e5;   /* light grey */
  padding: 30px 20px;
  color: #333;           /* readable dark text */
  border-radius: 0px;    /* optional */
  box-sizing: border-box;
}

.left-grey-box {
  background: #e5e5e5 !important;
}

.left-grey-box {
  background: #e5e5e5;
  padding: 20px;
}


/* MOBILE OPTIMISATION */
@media (max-width: 600px) {
  .green-key-points {
    max-width: 100%;
    padding: 16px 16px;
    font-size: 0.95rem;
    margin-top: 16px;
  }

  .green-key-points ul {
    padding-left: 18px;
  }

  .green-key-points li {
    margin-bottom: 6px;
  }
  
