/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 24 2024 | 02:59:40 */
.pricing-table-block .first {
    /* color: #FF002A; */
    text-align: center;
    font-family: Barlow;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}


.section-in-between-cta .description {
    color: var(--white, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: Barlow;
    font-size: 38px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3 !important;
    letter-spacing: -0.34px;
}


#carpe-top-banner.on {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    display: none !important;
}


.page-id- h1, .page-id-  .top-section .subheading


{
color:#002A4F !important;

}


.page-id-5741 .top-section .wrapper {
  position: relative;
}

.page-id-5741 .top-section .wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(30, 58, 138, 1) 0%, transparent 100%);
  z-index: 0;  /* Changed from 1 to 0 */
	
    border-radius: 20px;
}

/* Add relative positioning and z-index to text elements */
.page-id-5741 .top-section .wrapper h1,
.page-id-5741 .top-section .wrapper .subheading,
.page-id-5741 .top-section .wrapper .btn {
  position: relative;
  z-index: 1;  /* This ensures text stays above the gradient */
}

/* If there's a background image, make sure it's behind everything */
.page-id-5741 .top-section .wrapper img {
  position: relative;
  z-index: -1;
}


body.single-post header.entry-header {
    background: url(/wp-content/themes/twentytwentyone-child/dist/img/hero-overlay-case-study-detail.jpg) repeat top !important;
}



.footer-cta-section .text {
    max-width: 500px !important;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.address span{color:#fff !important;}

.footer-top-section .column-main .logo {
    margin-bottom: 40px !important;
    display: block;
}

