/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

section.bar.background-white {
    padding: 0em 0; /* Adjust based on your needs */
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.section-title-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 0rem; /* Space below the title and line */
}

.section-title {
    position: relative;
    padding: 0 10px;
    font-size: 1em; /* Adjust based on your needs */
    background: #fff; /* Same as your background color */
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: bold;
    color: var(--navbar-focus);
}

.carousel-title {
    position: relative;
    padding: 0 10px;
    font-size: 1em; /* Adjust based on your needs */
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.section-title-wrapper::before,
.section-title-wrapper::after {
    content: '';
    height: 1px;
    background: var(--pagination-bg); /* Color of the horizontal rule */
    flex-grow: 1;
}

.section-title-wrapper::before {
    margin-right: 4x; /* Adjust space between line and title */
}

.section-title-wrapper::after {
    margin-left: 8px; /* Adjust space between line and title */
    flex-grow: 999; /* Ensures it takes up all remaining space */
}
      
.section-title a {
    /* text-decoration: none; */ /* Remove underline from the link */
    color: inherit; /* Optional: Inherit color from parent to maintain consistency */
  }
  
  .section-title a:hover {
    /* text-decoration: none; */ /* Ensure underline is removed on hover */
  }

.align-right {
    text-align: right;
}


#blog-listing-medium .post {
    margin-bottom: 1.5em;
}


.home-carousel .dark-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pagination-bg);
    color: unset;
    opacity: 0.3;
    filter: alpha(opacity = 90);
}

p.carousel_text {
    text-transform: none;
    color: unset;
    line-height: 1.8em;
}

.home-carousel ul, .home-carousel p {
    color: black;
    text-transform: unset;
}

.home-carousel h1, .home-carousel h2, .home-carousel h3, .home-carousel p, .home-carousel ul {
    color: unset;
}