@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

/* === EA4P Theme Variables (Green) === */
:root{
  --ea4p-green: #007a3d;      /* primary */
  --ea4p-green-dark: #005c2d; /* hover/focus */
  --ea4p-green-light: #00a154;/* optional accent */
}

/* Global background and text colour theme */
body {
  background-color: #f3f9f5; /* very pale green - soft, neutral */
  color: #222;              /* readable dark text */
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: var(--ea4p-green);
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: var(--ea4p-green);
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: var(--ea4p-green);
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: var(--ea4p-green-dark);
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: var(--ea4p-green);
}

.tm-navbar.scroll .navbar-brand {
  color: var(--ea4p-green);
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link {
  color: var(--ea4p-green);
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: var(--ea4p-green);
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

/* Hero */

#infinite {
  background-color: #222;
  background-image: url(../img/infinite-loop-01.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  font-size: 1.3rem!important;
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  color: #FFF;
  cursor: pointer;
  background: var(--ea4p-green-dark);
  padding: 15px 40px;
  transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #FFF;
  background: var(--ea4p-green);
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
}

.tm-intro-text {
  font-size: 1.4rem;
}

.tm-icon {
  display: block;
  color: var(--ea4p-green);
}

.tm-continue {
  padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: white;
  background-image: url(../img/infinite-loop-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

@media (max-width: 991px) {
  #testimonials {
    background-image: url(../img/infinite-loop-02-mobile.jpg);
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 122, 61, 0.00);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.4rem;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--ea4p-green);
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: var(--ea4p-green-dark);
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--ea4p-green);
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
  padding-top: 30px;
}

/* Contact */

#contact {
  color: white;
  background-color: #001a10; /* deep green tone */
  background-image: url(../img/infinite-loop-03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: var(--ea4p-green);
}

.tm-input {
  margin: 0 0 20px 0;
  width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
  font-size: 0.9em;
  color: #fff;
  background-color: var(--ea4p-green);
  width: 50%;
  margin-bottom: 60px;
}

.tm-btn-submit:hover {
  color: #fff;
  background-color: var(--ea4p-green-dark);
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { color: white; }
::-ms-input-placeholder { color: white; }

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
  color: #fff;
}

.tm-footer a:hover {
  color: var(--ea4p-green-light);
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: var(--ea4p-green);
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container { max-width: 1275px; }
  .tm-container-gallery { max-width: 1290px; }
  .tm-container-contact { max-width: 1063px; }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li { margin: 0 8px; }
  .tm-gallery-item { margin: 0; }
}
.tm-testimonials-content {
  text-align: center;
}
.tm-testimonial-item figcaption {
  text-align: center !important;
  font-style: normal; /* optional: remove italics if you don’t want them */
}
.tm-testimonials-content p {
  font-size: 1.2rem;   /* adjust this value up/down */
  line-height: 2.0;    /* optional: improves readability */
}
.tm-testimonial-item p {
  font-size: 1.2rem;   /* tweak this number */
  line-height: 1.8;    /* optional for readability */
  text-align: center;  /* keeps it centered with your icons/captions */
}



/* === EA4P Overrides === */

/* Make Mandela quote larger */
.tm-hero-subtitle {
  font-size: 2.2rem;   /* default is ~1.2rem */
  font-weight: 500;    /* optional: make it bolder */
}

/* alter the size of the resource archive text */
#testimonials .tm-section-desc {
  font-size: 1.4rem !important;
  font-weight: 500; /* optional */
}
#testimonials .tm-section-desc a { font-weight: 600; } /* optional */

/* alter the colour of the resource archive link */

#testimonials .tm-section-desc a {
  color: #00ff66 !important;
  font-weight: 500;
}

/* Enlarge Events Calendar description */
#work .tm-section-desc {
  font-size: 1.4rem !important;  /* adjust to taste */
  font-weight: 500;              /* optional for emphasis */
}

/* Make the Events description line bigger */
#gallery .tm-section-desc {
  font-size: 1.4rem !important;  /* adjust as you like */
  font-weight: 500;              /* optional */
  line-height: 1.8;              /* optional, improves readability */
}

/* Phones: 576px and below */
@media (max-width: 576px) {
  /* Hero area */
  .tm-hero-text-container-inner { padding: 0 1rem; }
  .tm-site-title {               /* “Edinburgh Action for Palestine” */
    font-size: 1.75rem;
    line-height: 1.2;
    word-break: break-word;
    hyphens: auto;
  }
  .tm-hero-title {               /* Mandela quote */
    font-size: 1.25rem;
    line-height: 1.35;
    text-shadow: none;           /* cleaner on small screens */
  }
  .tm-hero-subtitle {            /* – Nelson Mandela */
    font-size: 1rem;
    text-shadow: none;
    opacity: 0.9;
  }

  /* Section headings & body text */
  .tm-section-title { font-size: 1.5rem; line-height: 1.25; }
  .tm-section-desc,
  p, li { font-size: 1rem; line-height: 1.6; }

  /* Misc spacing tweaks */
  .tm-section-pad-top { padding-top: 3rem; }
  .tm-footer { position: static; margin-top: 2rem; }
}

/* Small tablets: up to 768px (optional, gentle scaling) */
@media (max-width: 768px) {
  .tm-site-title { font-size: 2.25rem; }
  .tm-hero-title { font-size: 1.6rem; }
  .tm-section-title { font-size: 1.75rem; }
}

.tm-site-title,
.tm-hero-title,
.tm-hero-subtitle {
  color: #000;  /* black */
  text-shadow: none; /* optional — makes black text crisp */
}


/* --- Stop horizontal scrolling / page dragging --- */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Wrap long words/links so they can't push the page wider */
.tm-site-title,
.tm-hero-title,
.tm-section-desc,
.tm-container-contact a,
p, li {
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* The footer is absolutely positioned; make it flow so it can't cause overflow */
.tm-footer {
  position: static;   /* was absolute */
  margin-top: 2rem;   /* breathing room */
}

/* Make sure the navbar toggler stays on top and visible */
.navbar {
  overflow: visible;
}
.navbar-toggler {
  z-index: 1100;
}

/* Keep each nav link on one line */
.tm-navbar .nav-link,
.tm-nav-link {
  white-space: nowrap;
  width: auto;          /* in case anything set a fixed width */
  display: inline-block;
}

/* Keep the whole list from wrapping awkwardly */
.tm-navbar .navbar-nav {
  flex-wrap: nowrap;
  gap: 24px;            /* nicer spacing than lots of padding */
}

/* Slightly smaller nav text so everything fits */
.tm-navbar .nav-link {
  font-size: 1rem;      /* adjust if still tight */
  padding: 0.75rem 1rem;
}

/* HISTORY section unified fix */
#testimonials.tm-parallax-2 {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
}

/* Green overlay */
.tm-parallax-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 80, 60, 0.0);
  z-index: 1;
  pointer-events: none;
}

/* Make sure content sits above overlay */
.tm-parallax-2 > * { position: relative; z-index: 2; }

/* Carousel sits highest */
.tm-testimonials-carousel {
  position: relative;
  z-index: 3;
}

/* Add breathing room for carousel and dots */
.tm-testimonials-content {
  padding: 80px 0 140px !important;
  overflow: visible !important;
}

/* Adjust the dots spacing */
.tm-testimonials-carousel .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 24px;
}
/* === Open Letter Section Heading Sizes === */
.tm-open-letter .tm-title {
  font-size: 1.6rem;     /* main heading size */
  font-weight: 600;
  color: #000;
  margin-bottom: 1rem;
  text-align: center;
}

.tm-open-letter .tm-subtitle {
  font-size: 1.25rem;    /* subheading size */
  color: #333;
  text-align: center;
  margin-bottom: 2rem;
}
