/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* Brand colors (use sparingly)
   - #ED8A27  | Warm orange
   - #E65725  | Deep orange
   - #01ABE9  | Bright blue
   - #1572C7  | Primary blue
*/


html {
    font-size: 16px;
}

body {

    font-family: "Roboto", sans-serif;
    /* font-family: "Playfair Display", serif; */
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    line-height: 1.6; 
    font-optical-sizing: auto;
    color: #222; 
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fafafa;
}



a {
    text-decoration: none;
    
}


/* .region-content img {
    border-radius: 10px;
} */


h1, h2, h3, h4, h5, h6 {
    /* font-family: "DM Sans", sans-serif; */
    font-family: "Playfair Display", serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.75em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 { font-size: 48px; letter-spacing: 0.01em; } /* Large, attention-grabbing */
h2 { font-size: 30px; } /* Clear section title */
h3 { font-size: 24px; } /* Subsection heading */
h4 { font-size: 20px; } /* Smaller headings */
h5 { font-size: 18px; } /* Secondary headings */
h6 { font-size: 16px; } /* Smallest heading */

p {
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
strong {
    font-family: "Playfair Display", serif;
}

a:hover {
    color: rgb(237, 138, 39); 
}
.text-aprimary {
    color: #2d1208;
}

blockquote {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  line-height: 1.6;
  font-style: italic;
  font-weight: 400;
  margin: 1.2rem 0;
  padding: 0.75rem 1.25rem;
  border-left: 3px solid currentColor;
  color: inherit;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
  font-style: normal;
  opacity: 0.75;
}

.btn-inspire {
    margin: 0;
    padding: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    border: solid 1px #2d1208;
    border-radius: 0;
}

.btn-inspire:hover {
    background: #2d1208;
    color: #fff;
}

.btn-inspire-dark {
    margin: 0;
    padding: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    border: solid 1px #eee;
    border-radius: 0;
    color: #fff;
}

.btn-inspire-dark:hover {
    background: #eee;
    color: #2d1208;
}

.btn-default {
    margin: 0;
    padding: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    border: solid 1px #2d1208;
    border-radius: 0;
}
.btn-secondary {
    margin: 0;
    padding: 0;
    padding: 10px 20px;
    text-transform: uppercase;
    border: transparent;
    background: rgb(237, 138, 39);
    border-radius: 0;
}

.btn-default:hover {
    background: #2d1208;
    color: #fff;
}
.btn-secondary:hover {
    background: #2d1208;
    color: #fff;
    /* border: none; */
}

.btn-donate {
    padding: 10px 20px;
    text-transform: uppercase;
    background: rgb(237, 138, 39); 
    color: #fff;
}

#block-ccug-main-navigation ul.navbar-nav>li.nav-item>a {
    text-transform: uppercase;
    color: #2d1208;
    font-weight: 600;  
    margin: 0 5px;
    /* font-family: "Playfair Display", serif;      */

}
#block-ccug-main-navigation ul.navbar-nav>li.nav-item>a:hover {
    color: rgb(237, 138, 39); 
}
#block-ccug-branding .navbar-brand img {
    height: 76px;

}


#block-ccug-main-navigation ul.navbar-nav>li.nav-item>a.btn-donate  {
    color: #fff;
    margin: 0 0 0 15px;
}
#block-ccug-main-navigation ul.navbar-nav>li.nav-item>a.btn-donate:hover  {
    color: rgb(237, 138, 39); 
}

#precontent {
    background: #1572C7;
    padding: 90px 0 90px 0;
    margin-bottom: 30px;
    color: #fafafa;
}

.node-5 #precontent {
  background:
    linear-gradient(rgba(21, 114, 199, 0.82), rgba(21, 114, 199, 0.82)),
    url("../images/headers/programmes.jpg");

  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;

  padding: 90px 0;
  margin-bottom: 30px;
  color: #fafafa;
}
.node-4 #precontent {
  background:
    linear-gradient(rgba(21, 114, 199, 0.82), rgba(21, 114, 199, 0.82)),
    url("../images/headers/stories.jpg");

  background-size: cover;
  background-position: center 15%;
  background-repeat: no-repeat;

  padding: 90px 0;
  margin-bottom: 30px;
  color: #fafafa;
}
.node-6 #precontent {
  background:
    linear-gradient(rgba(21, 114, 199, 0.82), rgba(21, 114, 199, 0.82)),
    url("../images/headers/growwithus.jpg");

  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;

  padding: 90px 0;
  margin-bottom: 30px;
  color: #fafafa;
}
.node-3 #precontent {
  background:
    linear-gradient(rgba(21, 114, 199, 0.82), rgba(21, 114, 199, 0.82)),
    url("../images/headers/contact.jpg");

  background-size: cover;
  background-position: center 45%;
  background-repeat: no-repeat;

  padding: 90px 0;
  margin-bottom: 30px;
  color: #fafafa;
}


#cta {
    background: #e05825;
    color: #fff;
    padding: 80px 0 60px 0;
    text-align: center;
    margin-top: 60px;
    /* margin-bottom: 60px; */
}

/* footer */
.footer_bottom {
    background: #2d1208;
    color: #fff;
    padding: 100px 0 20px 0;
    font-size: 14px;
}
#block-ccug-socialfooter {
  text-align: center;
}

#block-ccug-socialfooter h4 {
  margin-bottom: 0.75rem;
}

#block-ccug-socialfooter .menu_social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;

  margin: 0;
  padding: 0;
  list-style: none;
}

#block-ccug-socialfooter .menu_social li {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block-ccug-socialfooter .menu_social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 2.25rem;
  height: 2.25rem;

  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

#block-ccug-socialfooter .menu_social a:hover {
  color: rgb(237, 138, 39);
  transform: translateY(-2px);
}

#block-ccug-socialfooter .menu_social i {
  font-size: 1.5rem;
  line-height: 1;
}

#block-ccug-copyrightfooter {
    
    color: rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    font-size: 0.8;
}


/* slider */
.paragraph--id--54 {
  margin-top: 30px;
}
.paragraph--id--54 .paragraph__column {
    padding: 0;
    margin: 0;
}
.views-field.views-field-field-slider-text {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
  z-index: 2;
  color: #fff;
}
.views-field.views-field-field-slider-text h3{ 
    color: #fff;;
    font-size: 1.8em;
    margin-bottom: 5px;
    text-transform:capitalize;
}
.views-field.views-field-field-slider-text h3{ 
    color: #fff;
    font-size: 3.2em;
    margin-bottom: 0;
    letter-spacing: -1px;
    /* width: 80%; */
    line-height: 1.3cap;
    font-weight: 600;
    padding: 0 10%;
}
.views-field.views-field-field-slider-text p{ 
    color: #fff;
    font-size: 1.2em;
    margin: 1em 0;

    font-family: "Playfair Display", serif;
}

.views-field-field-slider-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.views-field-field-slider-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%; 
  background: linear-gradient(to top, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.5) 30%, 
    rgba(0, 0, 0, 0.3) 60%, 
    rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

/* home page */
.paragraph--id--51 img {
    border-radius: 10px;
}

/* contact page */
.contact-cards .contact-card {
  border: 1px solid #eee;
  border-radius: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-cards .contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.icon-wrap {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
}

/* Accent colors (used sparingly) */
.icon-wrap.email { background: #e65725; }
.icon-wrap.web { background: #01abe9; }
.icon-wrap.phone { background: #1572c7; }
.icon-wrap.location { background: rgb(237, 138, 39); }

.contact-card a {
  color: #1572c7;
  text-decoration: none;
}

.contact-card a:hover {
  text-decoration: underline;
}

.card-title {
  font-weight: 600;
}



/* programmes */
.paragraph--id--23 {
    padding: 60px 0 20px 0;  
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    color: #E65725;
}
.paragraph--id--48 {
    padding: 60px 60px;
    background: #01ABE9;  
    border-radius: 10px; 
    text-align: center; 
    margin: 60px 0 40px 0;
}
.paragraph--id--48 .paragraph__column {
    padding-bottom: 0;
}
.paragraph--id--34 {
    padding: 90px 0 20px 0;  
    border-radius: 10px; 
    text-align: center;
}
.paragraph--id--33 h3 {
    font-size: 2.5em;
}

.paragraph--id--47 h5 {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: normal;
    padding: 5px 0;
    margin: 5px 0;
}
.paragraph--id--47 p:first-of-type {
    font-size: 1.1em;
    padding: 10px 0;
}
.paragraph--id--47 p{
    font-size: 0.8em;
}
.paragraph--id--24 {
    padding: 90px 0 20px 0;
    background: #fff;
    padding: 50px ;
    border-radius: 20px;

}
.paragraph--id--32 {
    padding: 90px 0 20px 0;
}
.paragraph--id--36, .paragraph--id--41 {
    padding: 50px;
    background: #fff;
}

/* .paragraph--id--40 img {
    width: 50%;
} */



/* grow with us page */
.paragraph--id--55 img {
    border-radius: 10px;
}
.paragraph--id--61,
.paragraph--id--151 {
    padding: 50px 30px; 
    /* border-top: 1px solid #E65725; */
    background: rgba(230, 87, 37, 0.1);
    border-radius: 20px;
}




/* story page */
.story-teaser {
  height: 100%;
  margin-bottom: 2rem;
}
#views-bootstrap-stories-block-1 .col-md-3 {
    margin-bottom: 2rem;
}
/* Standard teaser card */
.story-card {
  height: 100%;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.08);
  margin: 10px 0;
}

.story-card__image {
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.story-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.story-card:hover .story-card__image img {
  transform: scale(1.035);
  filter: brightness(1.04);
}

.story-card__content {
  padding: 1.25rem;
}

.story-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.story-card__title a {
  color: inherit;
  text-decoration: none;
}

.story-card__title a:hover {
  color: #1572C7;
}

.story-card__meta {
  font-size: 0.9rem;
  color: #6c757d;
}

/* Quote teaser */
.story-quote-card {
  height: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;

  padding: 2rem;
  border-radius: 1rem;
  background: #1572C7;
  color: #fff;
}


.story-quote-card p {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.5;
}
.story-quote-card .field__label {
    opacity: 0.6;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.story-quote-card.quote-color-orange {
  background: linear-gradient(135deg, #ED8A27, #E65725);
}

.story-quote-card.quote-color-deep-orange {
  background: linear-gradient(135deg, #E65725, #ED8A27);
}

.story-quote-card.quote-color-bright-blue {
  background: linear-gradient(135deg, #01ABE9, #1572C7);
}

.story-quote-card.quote-color-primary-blue {
  background: linear-gradient(135deg, #1572C7, #01ABE9);
}








/* */
.paragraph--type--bp-view .viewsreference--view-title {
    display: none;
}



