input[type="text"], input[type="email"], input[type="password"] {
    background-color: transparent !important;
    color: black !important;
}
textarea {
    line-height: 1.4 !important;
		color: black !important;
}
.custom-button {
    display: inline-block;
    text-align: center;
    padding: 12px 24px;
    margin: 10px;
    width: 200px; /* Ensure same width for all buttons */
}
@font-face {
  font-family: 'Brittany Signature';
  src: url('https://neathomelife.com/wp-content/uploads/2025/02/BrittanySignature.woff') format('woff2'), url('https://neathomelife.com/wp-content/uploads/2025/02/BrittanySignature.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
h3.custom-heading {
  font-size: 1.8em;  /* Adjusted to a slightly smaller size */
  line-height: 1.4;
  padding-right: 20px;
  padding-left: 20px;
}

h3.custom-heading strong {
  font-family: 'Brittany Signature', cursive;
  font-size: 1.1em;  /* Keep this the same or adjust slightly */
}
/* Remove white space between blocks */
.wp-block {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Adjust space for paragraphs within blocks */
.wp-block p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Ensure headings don’t have excessive space around them */
.wp-block h1, .wp-block h2, .wp-block h3, .wp-block h4, .wp-block h5, .wp-block h6 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Remove extra spacing for lists */
.wp-block ul, .wp-block ol {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Reduce space in column blocks */
.wp-block-columns {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Remove spacing in cover blocks */
.wp-block-cover {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Remove extra padding between block elements */
.wp-block-button, .wp-block-image, .wp-block-quote, .wp-block-gallery, .wp-block-audio {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.brittany-font {
    font-family: 'Brittany Signature', cursive;
}
/* Remove text-transform for lowercase or normal case */
.some-text-class {
   text-transform: none; /* or just remove it */
}
p {
  text-transform: none !important;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.brittany-font {
    font-family: 'Brittany Signature', cursive;
}
.carousel-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.carousel-wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.carousel-container, .carousel-wrapper, .carousel-item {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#carousel-section {
  margin-top: 0 !important;
}
.cover-image-class {
    width: 100%;
    margin: 0;
    padding: 0;
}
.block-class .custom-shrink-image img {
  max-width: 80%; /* Shrinks the image to 80% of its original size */
  height: auto;
}
.custom-shadow-column {
  background: #fff; /* Optional: Set background color */
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 10px 5px; /* Adds spacing between columns */
}
.tips-for-parents {
  max-width: 800px;
  margin: 20px auto;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tips-for-parents h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.tip-card {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.tip-card h3 {
  font-size: 18px;
  color: #444;
  margin-bottom: 10px;
}

.tip-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.custom-shadow-column {
  background: #fff; /* Optional: Set background color */
  padding: 15px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 10px 5px; /* Adds spacing between columns */
}
.column {
  width: 50%; /* Adjust as needed */
  padding: 20px;
}
.shop-header {
    display: flex;
    justify-content: center;
    padding: 50px;
    background-color: #f9f9f9;
}

.shadow-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 80%;
    max-width: 1000px;
}

.small-font {
    font-size: 20px !important; /* Enforces the font size to 20px */
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 1px;
}
.wp-block-column a {
    text-decoration: none !important;
}
.flodesk-form input,
.flodesk-form textarea,
.flodesk-form select {
    color: #333333; /* or whatever color you want */
}

.fd-form-content input[type=text] {
    border: 4px solid black !important;
    border-radius: 0 !important;
    color: #333333 !important;
}
.fdformgen .fd-form-content button {
	  border: 4px solid black !important;
		border-radius: 0 !important;
}