/*

 Theme Name:   Twenty Twenty-Five Child

 Theme URI:    https://example.com/twentytwentyfive-child

 Description:  Child theme for Twenty Twenty-Five (black text on white)

 Author:       Your Name

 Author URI:   https://dotnetist.com

 Template:     twentytwentyfive

 Version:      1.0.0

*/



/* -----------------------------------------------

   BASE & RESET

----------------------------------------------- */



html {

  scroll-behavior: smooth;

}



body {

  font-family: var(--wp--preset--font-family--system-font, system-ui, sans-serif);

  color: #000;
  /* Pure black text */

  background-color: #fff;
  /* Pure white background */

  margin: 0;

  padding: 0;

  line-height: 1.6;

}



/* -----------------------------------------------

   HEADER & FOOTER

----------------------------------------------- */



.site-header,

.wp-block-template-part header {

  background-color: #fff;

  color: #000;

  border-bottom: 1px solid #ddd;

  padding: 1rem 0;

}



.site-header a,

.wp-block-template-part header a {

  color: #000;

  text-decoration: none;

}



.site-header a:hover,

.wp-block-template-part header a:hover {

  text-decoration: underline;

}



.site-footer,

.wp-block-template-part footer {

  background-color: #fff;

  color: #000;

  border-top: 1px solid #ddd;

  text-align: center;

  padding: 2rem 0;

}



/* -----------------------------------------------

   LINKS & BUTTONS

----------------------------------------------- */



a {

  color: #000;

  text-decoration: underline;

  transition: color 0.2s ease;

}



a:hover,

a:focus {

  opacity: 0.7;

}



button,

input[type="submit"] {

  background-color: #000;

  color: #fff;

  border: none;

  padding: 0.6em 1.2em;

  border-radius: 4px;

  cursor: pointer;

  transition: opacity 0.2s ease;

}



button:hover,

input[type="submit"]:hover {

  opacity: 0.8;

}



/* -----------------------------------------------

   HEADINGS

----------------------------------------------- */



h1,
h2,
h3,
h4,
h5,
h6 {

  color: #000;

  margin-top: 1.5em;

  margin-bottom: 0.5em;

  font-weight: 600;

}



/* -----------------------------------------------

   GENERAL LAYOUT

----------------------------------------------- */



.container {

  max-width: 1200px;

  margin: 0 auto;

  padding: 0 1.5rem;

}



.text-center {

  text-align: center;

}



.hidden {

  display: none !important;

}



/* -----------------------------------------------

   FEATURED QUOTE SHORTCODE

----------------------------------------------- */



.featured-quote {

  font-style: italic;

  border-left: 4px solid #000;

  padding-left: 1rem;

  margin: 2rem 0;

  color: #000;

}



/* -----------------------------------------------

   ABOUT PAGE EXAMPLE

----------------------------------------------- */



.about-page main {

  background-color: #fff;

  color: #000;

}



.about-page h1 {

  border-bottom: 2px solid #000;

  display: inline-block;

  padding-bottom: 0.25rem;

}



.about-page p {

  max-width: 700px;

  margin: 1rem auto;

  font-size: 1.1rem;

  line-height: 1.6;

  text-align: center;

}



/* -----------------------------------------------

   REMOVE UNNECESSARY COLOUR GRADIENTS FROM PARENT

----------------------------------------------- */



.hero,

.home-feature,

.about-page .member {

  background: #fff;

  border: 1px solid #ddd;

  color: #000;

}

/* -----------------------------------------------

   HOME: HERO BANNER + LAYOUT

----------------------------------------------- */

.hero-banner {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.hero-banner .has-text-align-center {
  text-align: center;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.home-latest {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.home-latest h2 {
  margin-top: 0;
}

.wp-block-spacer.fixed-24 {
  height: 24px !important;
}
}

.home-latest {
  padding: 40px 20px;
}

.page-content {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}