.elementor-kit-21{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-50b472f9:#4054B2;--e-global-color-45e0469d:#23A455;--e-global-color-2f7a05c2:#000;--e-global-color-67aa6a7:#FFF;--e-global-color-49158dd3:#1A1A1A;--e-global-color-5b93b5bf:#C9CFD7;--e-global-color-2547e512:#E2564D;--e-global-color-65b2c714:#F2F2F2;--e-global-color-1eeeff89:RGBA(26, 26, 26, 0.08);--e-global-color-68cc5cab:#E4E8EC;--e-global-color-7c5c2c25:#394149;--e-global-color-61f382b9:#5F656C;--e-global-color-751e5972:#222222;--e-global-color-2e7802d:#007FA8;--e-global-color-f9b8962:#64B572;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-21 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Main container */
.td-quote {
  position: relative;
  margin: 0;
}

/* Collapsed text box */
.td-quote__box {
  max-height: 180px;   /* amount shown before "Read more" */
  overflow: hidden;
  transition: max-height .35s ease;
  position: relative;
}

/* Fade-out effect at bottom */
.td-quote__box::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0rem;
  height: 3rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #cddccf);
}

/* Toggle button */
.td-quote__toggle {
  display: inline-block;
  margin-top: .6rem;
  font-weight: 600;
  color: #0B7285;   /* Tir Dewi teal */
  cursor: pointer;
  user-select: none;
}

/* Hide checkbox (state control) */
.td-quote__check {
  position: absolute;
  left: -9999px;
}

/* Expanded state */
.td-quote__check:checked ~ .td-quote__box {
  max-height: 1000px; /* effectively "open" */
}
.td-quote__check:checked ~ .td-quote__box::after {
  display: none;
}

/* Toggle label text */
.td-quote__check ~ .td-quote__toggle::after {
  content: "Read more";
}
.td-quote__check:checked ~ .td-quote__toggle::after {
  content: "Show less";
}



/* Name styling */
.td-quote__name {
  display: block;
  margin-top: .75rem;
  letter-spacing: .06em;
  color: #2BA84A;  /* green you are using */
  font-weight: 700;
  font-size: .85rem;
}

/* Text styling (since blockquote is removed) */
.td-quote__box p {
  font-size: 0.95rem;   /* adjust */
  line-height: 1.55;    /* adjust */
  margin: 0 0 1rem 0;
}

/* Mobile: smaller preview height */
@media (max-width: 767px) {
  .td-quote__box {
    max-height: 140px;
  }
}




/* WELSH VERSION

/* Main container */
.td-quote__welsh {
  position: relative;
  margin: 0;
}

/* Collapsed text box */
.td-quote__box__welsh {
  max-height: 180px;   /* amount shown before "Read more" */
  overflow: hidden;
  transition: max-height .35s ease;
  position: relative;
}

/* Fade-out effect at bottom */
.td-quote__box__welsh::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0rem;
  height: 3rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #cddccf);
}

/* Toggle button */
.td-quote__toggle__welsh {
  display: inline-block;
  margin-top: .6rem;
  font-weight: 600;
  color: #0B7285;   /* Tir Dewi teal */
  cursor: pointer;
  user-select: none;
}

/* Hide checkbox (state control) */
.td-quote__check__welsh {
  position: absolute;
  left: -9999px;
}

/* Expanded state */
.td-quote__check__welsh:checked ~ .td-quote__box__welsh {
  max-height: 1000px; /* effectively "open" */
}
.td-quote__check__welsh:checked ~ .td-quote__box__welsh::after {
  display: none;
}

/* Toggle label text */
.td-quote__check__welsh ~ .td-quote__toggle__welsh::after {
 content: "Darllen mwy";
}
.td-quote__check__welsh:checked ~ .td-quote__toggle__welsh::after {
  content: "Dangos llai";
}



/* Name styling */
.td-quote__name__welsh {
  display: block;
  margin-top: .75rem;
  letter-spacing: .06em;
  color: #2BA84A;  /* green you are using */
  font-weight: 700;
  font-size: .85rem;
}

/* Text styling (since blockquote is removed) */
.td-quote__box__welsh p {
  font-size: 0.95rem;   /* adjust */
  line-height: 1.55;    /* adjust */
  margin: 0 0 1rem 0;
}

/* Mobile: smaller preview height */
@media (max-width: 767px) {
  .td-quote__box__welsh {
    max-height: 140px;
  }
}
















/* Force mobile dropdown to place lang items side-by-side */
@media (max-width: 767px) {
.elementor-element-1bd1ddf { width:25px !important;
    margin-right:15px !important;
}
.lang-item .menu-link {
    Padding:0px !important;
    margin-top:10px !important;
}
}

body, .ast-separate-container {
    background: none !important;
}/* End custom CSS */