/**
 * Theme Name:     Twenty Twenty-Five Child
 * Author:         the WordPress team
 * Template:       twentytwentyfive
 * Text Domain:  twentytwentyfive-child
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

.reviews {
     display: flex;
     align-items: stretch;
     gap: 16px;
}
.reviews > div {
     display: flex;
     align-items: stretch;
}
.reviews img {
     height: 100%;
     max-height: 50px;
     width: auto;
     display: block;
}

/* .sign-up-btn {
     background-color: #1E2159;
     color: #ffffff;
     padding: 10px 20px;
     border-radius: 5px;
     text-decoration: none;
} */


/* Full-width banner */
.header-banner {
    width: 100vw;
    height: 80vh;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
}

.header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Header styles */
header {
    position: fixed;
    width: 100%;
    top: 0;
    background: transparent;
    transition: all 0.3s ease;
    z-index: 9999;
}

header.scrolled {
    background: rgba(255,255,255,0.95);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* <div class="reviews">
      <div><a href="https://www.getapp.com/operations-management-software/a/chiefex/reviews/"><img border="0" src="https://www.getapp.com/ext/reviews_widget/v1/dark/chiefex-application" /></a></div>
      <div><a href="https://www.softwareadvice.com/erp/chiefex-profile/reviews/"><img border="0" src="https://badges.softwareadvice.com/reviews/a6e3f56f-d525-42bf-8450-8eebd8ae84c0" /></a></div>
      <div><a href="https://www.capterra.com/p/192504/ChiefEx/reviews?utm_source=vendor&utm_medium=badge&utm_campaign=capterra_reviews_badge"><img border="0" src="https://assets.capterra.com/badge/7ef4e094dc8f594e5c6ac260cf11410e.svg?v=2134683&p=192504" /></a></div>
</div> */