/* general nav and header styles */

html {
    background: #fff;
}

body {
    font-family: 'Pliant';
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight:300;
}

header.sticky-top {
    z-index: 1030;
}

a {
    text-decoration:none;
}

.leita-logo {
    display: block;
    width: auto;
    height: 40px;
}

.navbar {
    min-height: 72px;
}

.nav-link {
    color:#FFF;
    font-family: 'Pliant';
    font-weight:300;
    letter-spacing:0.4px;
    font-size: 15px;
    transition: color 0.3s ease;
    margin-left: 40px;
}

.nav-link:hover, .nav-link-right:hover {
    color:#E4912D;
}

.nav-link.active,
.nav-link-right.active {
    color: #E4912D!important;
}

.nav-link-right {
    color:#FFF;
    font-family: 'Pliant';
    font-weight:300;
    letter-spacing:0.4px;
    font-size: 15px;
    transition: color 0.3s ease;
    margin-left: 40px;
    margin-right: 20px;
    text-decoration: none;
}

.navbar-toggler-icon {
    width: 1.3rem;
    height: 1.3rem;
}

/* page loader */

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 1;
    visibility: visible;

    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#page-loader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#lottie-loader {
    width: 120px;
    height: 120px;
}

/* footer styles */
.footer-box {
    padding: 60px 0px 60px 0px;
    margin-top:-28px;
}

.footer-fluid {
    background-color:#1A2634;
    border-radius: 30px 30px 0px 0px;
}

.footer-logo {
    width:250px;
}

.footer-p {
    color: rgba(255, 255, 255, 0.75);
    font-size:15px;
    margin-top: 15px;
    font-weight: 300;
}

.footer-col-p {
    color: #FFF;
    margin-top: 20px;
    font-size: 15px;
    padding-left:40px;
}

.footer-link-box {
    margin-top: 7px;
}

.footer-link {
    color: rgba(255, 255, 255, 0.75);;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
    padding-bottom:2px;
}

.footer-link:hover {
    color: #E4912D;
    border-bottom: 1px solid #E4912D;
}

.footer-menu-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0px 40px 0px;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.40);
    font-size: 15px;
    font-weight: 300;
}

.diag-footer-box {
    border: 1px solid #505960;
    padding: 20px 15px;
    border-radius: 5px;
}

.diag-leita-lens {
    font-style: italic;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Playfair Display';
    color: #E4912D;
}

.diag-leita-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color:#fff;
    font-family: 'Playfair Display';
}

.diag-leita-title-bar {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color:#1A2634;
    font-family: 'Playfair Display';
}

.diag-leita-desc {
    color: #fff;
    font-size: 14px;
    margin-top:10px;
    line-height: 1.2;
}

.diag-bar-desc {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}

.diag-btn {
    background-color: #E4912D;
    border-radius: 10px;
    padding: 10px 15px;
    color: #FFF;
    font-family: 'Pliant';
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    margin-left: auto;
    text-align: center;
}

.diag-btn:hover {
    background-color: #ae6814;
}

.diag-bar-bg {
    background-color: #1A2634;
    padding: 20px;
}

.diag-bar-title-box {
    border-right: 1px solid #929292;
    padding-right: 0px;
}

.diag-bar-desc-box {
    padding-left:20px;
    color: #FFF;
}

.leita-process {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.leita-process-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.leita-process-step {
    flex: 1;
    position: relative;
    text-align: center;
}

.leita-process-step-bar {
    flex: 1;
    position: relative;
    text-align: center;
}

.leita-process-number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #E4912D;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    position: relative;
    z-index: 2;
    color: #FFF;
    font-family: 'Playfair Display';
    padding-bottom: 5px;
    background-color: #1A2634;
}

.leita-process-number-bar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #B39D87;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    position: relative;
    z-index: 2;
    color: #FFF;
    font-family: 'Playfair Display';
    padding-bottom: 5px;
    background-color: #B39D87;
}

.leita-process-label {
    text-transform: uppercase;
    font-size: 10px;
    color:#fff;
    font-family: 'Pliant';
}

.leita-process-label-bar {
    text-transform: uppercase;
    font-size: 10px;
    color:#7a6a5b;
    font-family: 'Pliant';
}

.leita-process::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 7.5%;
    right: 12.5%;
    height: 1px;
    background: currentColor;
    z-index: 0;
    color: #E4912D;
}

.leita-process-bar::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 10%;
    right: 12.5%;
    height: 1px;
    background: currentColor;
    z-index: 0;
    color: #B39D87;
}


/* Button Styles */
.btn-primary {
    background-color: #E4912D;
    padding: 5px 20px;
    border: 1px solid #E4912D;
    border-radius:10px;
    font-size: 15px;
}

.btn-primary:hover {
    background-color: rgba(228, 145, 45, 0.80);
    border: 1px solid rgba(228, 145, 45, 0.80)
    
}

.btn:active, .btn-primary:active {
    background-color:#667E82!important;
    border:1px solid #667E82!important;
}

.btn-contact {
    background-color: #E4912D;
    padding: 5px 20px;
    border: 1px solid #E4912D;
    border-radius:10px;
    font-size: 15px;
    color: #FFF;
}

.btn-contact:hover {
    background-color: rgba(228, 145, 45, 0.9);
    color: #FFF;
}

.font-accent-i {
    color: #E4912D;
    font-style: italic;
}

.font-accent {
    color: #E4912D;
}

.text-w {
    color:#FFF;
}

.align-l {
    text-align: left;
}

.pad-lr-0 {
    padding-left:0px;
    padding-right:0px;
}

.pad-lr-30 {
    padding-left:30px;
    padding-right:30px;
}

.pad-lr-50 {
    padding-left:50px;
    padding-right: 50px;
}

.pad-top-20 {
    padding-top:20px;
}

.pad-top-30 {
    padding-top:30px;
}

.pad-top-50 {
    padding-top: 50px;
}

.pad-top-75 {
    padding-top: 75px;
}

.pad-bot-100 {
    padding-bottom:100px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-top-30 {
    margin-top: 30px;
}

.mar-top-50 {
    margin-top: 50px;
}

.mar-top-75 {
    margin-top: 75px;
}

.mar-top-100 {
    margin-top: 100px;
}

.mar-bot-20 {
    margin-bottom:20px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

.mar-bot-50 {
    margin-bottom: 50px;
}

.mar-bot-75 {
    margin-bottom: 75px;
}

.mar-bot-100 {
    margin-bottom: 100px;
}

.mar-bot-30 {
    margin-bottom: 30px;
}

ul > li > p, ul > li > .cs-modal-facts-list {
    margin-bottom: 10px;
}

/* button styles */
.main-btn {
    border-radius: 18px;
    padding: 12px 25px;
    background-color: #1A2634;
    text-align:center; 
    font-family: 'Pliant';
    font-size: 17px; 
    color: #FFF;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight:400;
}

.main-btn:hover {
    background-color: rgba(26, 38, 52, 0.80);
}

.arrow-right {
    width: 30px;
    padding-left: 5px;
    transition: transform 0.25s ease;
}

.navbar-toggler {
    width: 46px;
    height: 37px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    box-shadow: none;
    outline: none;
}

/* When nav is open */
.navbar-toggler[aria-expanded="true"] {
    border: 2px solid #E4912D;
}

/* section styles */
.section-title, .section-title-about {
    font-size: 40px;
    font-family: 'Playfair Display';
    font-weight: 400;
    text-align: center;
}

.section-title-about-l{
    font-size: 40px;
    font-family: 'Playfair Display';
    font-weight: 400;
    text-align: left;
}

.section-title-l {
    font-size: 40px;
    font-family: 'Playfair Display';
    font-weight: 400;
    text-align: left;
}

.section-subtitle {
    font-style: italic;
    font-family: 'Playfair Display';
    font-size: 18px;
    margin-top:0px;
    text-align:center;
}

.section-p {
    font-family: 'Pliant';
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align:center;
    margin-top: 10px;
}

.section-p-l {
    font-family: 'Pliant';
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align:left;
    margin-top: 10px;
}

/* hero styles */
.hero-section {
    min-height: calc(65vh + 72px);
    margin-top: -72px;
}

.hero-section-sm {
    min-height: calc(52vh + 72px);
    margin-top: -72px;
}

.hero-section-med {
    min-height: calc(55vh + 72px);
    margin-top: -72px;
}

.hero-section-none {
    margin-top: -72px;
}

.hero-container {
    padding-top:180px;
}

.hero-box, .hero-box-about {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    padding: 40px 40px 50px 40px;
    margin-bottom: 90px;
}

.hero-box-sm {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    padding: 40px 40px 40px 40px;
}

.hero-box-none {
    margin-top: 120px;
    margin-bottom: 60px;
}

.hero-title {
    font-family: 'Playfair Display';
    font-size: 50px;
    font-weight:400;
    margin-bottom: 20px;
    line-height: 54px;
}

.hero-line {
    color: #303030;
    width: 40%;
    margin: 28px 0px 20px 0px;
}

.hero-p{
    font-family: 'Pliant';
    font-size:16px;
    font-weight:300;
    letter-spacing: 0.5px;
}

/* home page styles */
.home-hero {
    background-image: url('/media/cwij3jhw/anna-consulting-hero.png');
    background-size: cover;
}

.about-hero {
    background-image: url('/media/jmllzvc2/about-leita-cheetah.png');
    background-size: cover;
}

.lens-box {
    background-color: #EEE8E2;
    border-radius: 15px;
    min-height: 260px;
    position: relative;
    overflow:hidden;
}

.lens-front {
    padding: 50px 30px 60px 30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.lens-back {
    position: absolute;
    inset: 0;
    padding: 25px 25px 25px 25px;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.lens-number {
    font-size: 40px;
    font-family: 'Playfair Display';
    font-weight: 400;
    color: #E4912D;
}

.lens-back-number {
    font-size: 26px;
    font-family: 'Playfair Display';
    color: #E4912D;
    margin-bottom: 10px;
}

.lens-description {
    font-size: 15px;
    line-height: 20px;
}

.lens-title {
    font-size: 20px;
    font-weight: 400;
}

.lens-line {
    color: #E4912D;
    width: 25%;
    margin: 28px 0px 20px 0px;
}

.lens-box:hover .lens-front {
    opacity: 0;
    transform: translateY(-15px);
    cursor: pointer;
}

.lens-box:hover .lens-back {
    opacity: 1;
    transform: translateY(0);
    cursor: pointer;
}

.lens-quote {
    font-style: italic;
}

.quote-img {
    text-align: right;
}

.quote-name {
    text-align: right;
}

.client-img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
}

.mission-title {
    border-right:1px solid #FFF; 
    margin:auto; 
    padding:20px 0px
}

.mission-desc {
    padding:10px 0px 0px 70px; 
    margin:auto;
}

.testimonial-section {
    background-color: #FAFAFA;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
}

.testimonial-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 25px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: none;
    scroll-padding-left: 50px;

    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.testimonial-scroll::-webkit-scrollbar {
    display: none;
}

.testimonial-track {
    display: flex;
    gap: 25px;
    width: max-content;
    min-width: 100%;
    padding: 0 40px 0 50px;
    box-sizing: border-box;
}

.testimonial-track::before,
.testimonial-track::after {
    content: "";
    flex: 1 0 0;
}

.testimonial-box {
    flex: 0 0 400px;
    min-height: 300px;
    padding: 30px;
    background-color: #FFF;
    border-radius: 15px;
    scroll-snap-align: start;
    border:1px solid #EEE8E2;
    transition: border 0.3s ease;
}

.testimonial-box:hover {
    border:1px solid rgba(228, 145, 45, 0.40)
}

.testimonial-quote-p {
    margin-top: 10px;
    margin-bottom:40px;
}

.testimonial-quote-title {
    text-align:right;
    font-weight:400;
    font-size: 18px;
}

.testimonial-quote-type {
    text-align:right;
    font-weight:300;
    color: #838383;
    font-size: 17px;
}

.testimonial-carousel {
    position: relative;
    width: 100%;
}

.testimonial-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;

    width: 45px;
    height: 45px;

    align-items: center;
    justify-content: center;

    border: 1px solid #E4912D;
    border-radius: 50%;

    background-color: #FFFFFF;
    color: #E4912D;

    font-size: 22px;
    line-height: 1;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

.testimonial-arrow:hover {
    background-color: #E4912D;
    color: #FFFFFF;
}

.testimonial-arrow-prev {
    left: 20px;
}

.testimonial-arrow-next {
    right: 20px;
}

.process-bg {
    background-image: url('/media/ehyb1hfl/process-bg.png'); 
    background-position: 0% 0%;
    background-size: cover;
}

.process-box {
    padding: 30px;
    background-color: #F8F8F8;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    min-height: 395px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.process-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.process-phase-title {
    font-family: 'Playfair Display';
    font-size: 24px;
}

.process-phase-number {
    font-family: 'Ephesis';
    font-size: 45px;
    color: #E4912D;
}

.process-box-title {
    font-weight:400;
    font-size:20px;
    margin-bottom:20px;
    line-height:1.2;
}

.process-box-p {
    font-size:15px;
    line-height:1.5;
}

.process-line {
    color: #838383;
    width: 25%;
    margin: 28px 0px 20px 0px;
}

.blog-main-link {
    text-decoration: none;
    color: #000;
    display:block;
}

.blog-main-img-wrapper {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;
}

.blog-main-post-1 {
    padding-right: 30px;
}

.blog-main-post-1-img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

.blog-main-text-box {
    padding: 0px 10px;
}

.blog-main-link:hover .blog-title-main {
    color: #E4912D;
}

.blog-main-link:hover .blog-title {
    color: #E4912D;
}

.blog-main-link:hover .blog-main-post-1-img {
    transform: scale(1.05);
}

.blog-post-2, .blog-post-3, .blog-post-4 {
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 10px 18px 10px;
}

.blog-title-main {
    font-family: 'Pliant';
    font-weight: 400;
    font-size: 20px;
    margin-top:5px;
    transition: color 0.3s ease;
}

.blog-p-main {
    font-size: 16px;
    margin-top:5px;
}

.blog-tag {
    font-size: 14px;
    color: #7F9792;
    margin-top: 5px;
}

.blog-title {
    font-size: 17px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.blog-p {
    font-size: 15px;
    margin-top: 5px;
}

.blog-view-all-link {
    font-weight: 400;
    font-size: 16px;
    color: #E4912D;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}

.blog-view-all-link:hover {
    color: rgba(228, 145, 45, 0.80);
    border-bottom: 1px solid #E4912D;
}

.blog-view-all-link:hover .arrow-right {
    transform: translateX(4px);
}

.contact-box {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 40px 40px 50px 40px;
    
}

.contact-title {
    font-family: 'Playfair Display';
    font-size: 50px;
    font-weight:400;
    margin-bottom: 20px;
    line-height: 54px;
    color:#FFF;
}

.contact-p{
    font-family: 'Pliant';
    font-size:16px;
    font-weight:300;
    letter-spacing: 0.5px;
    color: #fff;
}

.contact-section {
    padding: 100px 0px 130px 0px;
}

.contact-hero {
    background-image: url('/media/efbjn2qm/contact-hero-anna-review.png');
    background-size: cover;
}

.contact-form-title {
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display';
    margin-bottom:10px;
    font-size: 20px;
    text-align: center;
}

.contact-form-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 40px;
}

.contact-label {
    display:block;
    font-size: 14px;
    font-weight:300;
    margin-bottom:3px;
}

input, textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #939393;
}

input:focus-within, textarea:focus-within {
    outline-color:#E4912D;
}

textarea {
    min-height: 150px;
}

.contact-input-row {
    margin-bottom: 15px;
}

.contact-submit-btn {
    font-family: 'Pliant';
    font-weight: 400;
    background-color: #1A2634;
    color: #FFF;
    font-size: 14px;
    width: 30%;
    display: block;
    margin-left: auto;
    border-radius: 10px;
    border: 1px solid #1A2634;
    padding: 8px 0px;
    transition: background-color 0.3s ease
}

.contact-submit-btn-orange {
    font-family: 'Pliant';
    font-weight: 400;
    background-color: #E4912D;
    color: #FFF;
    font-size: 14px;
    display: block;
    margin-left: auto;
    border-radius: 10px;
    border: 1px solid #E4912D;
    padding: 8px 80px;
    transition: background-color 0.3s ease
}

.contact-submit-btn:hover {
    background-color: rgba(26, 38, 52, 0.80);
}

.contact-submit-btn-orange:hover {
    background-color: rgba(228, 145, 45, 0.80);
}

.contact-form-success {
    display: none;
    text-align: center;
    padding: 80px 20px;
}

.contact-form-success-title {
    font-size: 32px;
    margin-bottom: 15px;
}

.contact-form-success-text {
    font-size: 16px;
}

/* about styles */
.about-hero {
    background-image: url('/media/jmllzvc2/about-leita-cheetah.png');
    background-size: cover;
}

.about-img {
    width: 100%;
    object-fit: cover;
    min-height: 370px;
}

.about-numbers-box {
    background-color: #e9e9e9;
    border-radius: 10px;
    padding-left: 30px;
    padding-right:30px;
    margin-top: 32px;
}

.about-numbers-row {
    padding-top:20px;
    padding-bottom:20px;
    border-bottom: 1px solid #c9c9c9;
    align-items: center;
}

.about-numbers-row-last {
    padding-top:20px;
    padding-bottom:20px;
    align-items: center;
}

.first-number {
    text-align:center;
    font-size: 70px;
    font-family: 'Playfair Display';
    color: #667E82;
    margin-top: -25px;
}

.second-number {
    text-align:center;
    font-size: 70px;
    font-family: 'Playfair Display';
    color: #E4912D;
    margin-top: -25px;
}

.third-number {
    text-align:center;
    font-size: 70px;
    font-family: 'Playfair Display';
    color: #4E3442;
    margin-top: -25px;
}

.first-number-desc {
    text-align:center;
    font-family: 'Playfair Display';
}

.clients-title {
    line-height: 1;
    margin: 0px;
}

.clients-line-wrapper {
    align-items: center;
    height: 100%;
}

.clients-line {
    width: calc(100% + 80px);
    margin: 10px 0px 0px -80px;
    border: 0;
    border-top: 1px solid #303030;
}

.clients-header {
    display: flex;
    align-items: center;
}

.clients-desc {
    padding: 40px 30px 0px 30px;
}

.anna-container {
    padding: 40px 0px;
}

.anna-btn {
    background-color: #E4912D;
    border-radius: 7px;
    padding: 8px 15px;
    color: #FFF;
    font-family: 'Pliant';
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    margin-left: auto;
}

.anna-header {
    display:flex;
    align-items: center;
}

.anna-bg {
    background-image: url('/media/33lfpgtx/anna-bg-curved-both.png');
    background-repeat: no-repeat;
    background-size: 70% 100%;
}

.anna-img {
    width: 90%;
    padding: 60px 0px 0px 30px;
}

.anna-featured-img {
    margin-top: 20px;
    width: 100%;
}

.core-box {
    background-color: #667E82;
    padding:50px 40px;
    border-radius: 10px;
    min-height: 384px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.core-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.65);
}

.core-box-header {
    font-family: 'Pliant';
    font-size: 24px;
    color: #fff;
    text-align:center;
    margin-bottom: 25px;
    font-weight:400;
}

.core-box-line {
    text-align:center;
    width: 20%;
    margin:auto;
    padding: 0px 0px 30px 0px;
    border-top: 1px solid #FFF;
    opacity: 100%;
}

.core-box-desc {
    text-align:center;
    font-size: 16px;
    color: #FFF;
}

.faq-section {
    background-image: url('/media/x2nkvvwq/faq-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.faq-box {
    border: 1px solid #9A9A9A;
    border-radius: 10px;
    background-color: #FFF;
    padding: 30px;
    cursor:pointer;
    margin-bottom: 20px;
}

.faq-box:hover {
    border:1px solid #E4912D;
}

.faq-header {
    align-items:center;
    cursor: pointer;
}

.faq-icon {
    width: 24px;
    display:block;
    margin-left: auto;
    opacity: 1;
    transition: opacity 0.15s ease;
}

.faq-icon.changing {
    opacity: 0;
}

.faq-question {
    font-size: 18px; 
    font-weight: 400;
}

.faq-answer {
    display:none;
    margin-top: 20px;
    padding-right: 60px;
}

.faq-box.active .faq-answer {
    display: block;
    animation: faqFade 0.8s ease;
}

.faq-list-p {
    margin-bottom:0.2rem;
}

@keyframes faqFade {
    from {
        opacity: 0;
        transform: translateY(-2px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ocio search styles */
.ocio-hero {
    background-image: url('/media/pbqdn54d/temp-ocio-bg.jpg');
    background-size: cover;
    background-position: 0% 22%;
    background-repeat: no-repeat;
}

.ocio-header-p, .contact-header-p{
    padding-right: 30px;
}

.ocio-lens-number-box {
   align-items: center;
}

.ocio-lens-number {
    color: #E4912D;
    font-size: 50px;
    font-family: 'Playfair Display';
    margin-bottom: -5px;
    text-align: right;
    font-weight: 400;
}

.ocio-lens-title {
    font-size: 18px;
    font-weight: 400;
    text-align: right;
    line-height: 1;
    padding-left:20px;
}

.ocio-lens-box {
    background-color: #F1EAE2;
    padding: 30px;
    border-radius: 10px;
    margin-bottom:20px;
}

.ocio-lens-bullets1 {
    display: flex;
    margin-bottom:5px; 
    margin-top:4px;
}

.ocio-lens-bullets2 {
    display: flex;
    margin-bottom: 0px;
}

.process-tabs {
    margin-left: 0;
    margin-right: 0;
}

.process-tab-wrap {
    padding-left: 8px;
    padding-right: 8px;
}

.process-tab-wrap:first-child {
    padding-left: 0;
}

.process-tab-wrap:last-child {
    padding-right: 0;
}

.process-tab {
    position: relative;
    text-align: center;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;

    border-radius: 14px 14px 0 0;

    background: #e5e5e5;
    color: #929292;
}

/* Process Phase 1 */
.process-tab-wrap:nth-child(1) .process-tab {
    background: transparent;
    border-top:2px solid rgba(26, 38, 52, 0.2);
    border-right:2px solid rgba(26, 38, 52, 0.2);
    border-left:2px solid rgba(26, 38, 52, 0.2);
    color: #1A2634;
}

.process-tab-wrap:nth-child(1) .process-tab.active {
    background: #1A2634;
    color: #fff;
}


/* Phase 2 */
.process-tab-wrap:nth-child(2) .process-tab {
    background: transparent;
    color: #E4912D;
    border-top: 2px solid rgba(228, 145, 45, 0.4);
    border-right: 2px solid rgba(228, 145, 45, 0.4);
    border-left: 2px solid rgba(228, 145, 45, 0.4);
}

.process-tab-wrap:nth-child(2) .process-tab.active {
    background: #E4912D;
    color: #fff;
}


/* Phase 3 */
.process-tab-wrap:nth-child(3) .process-tab {
    background: transparent;
    border-top: 2px solid rgba(102, 126, 130, 0.4);
    border-right: 2px solid rgba(102, 126, 130, 0.4);
    border-left: 2px solid rgba(102, 126, 130, 0.4);
    color: #667E82;
}

.process-tab-wrap:nth-child(3) .process-tab.active {
    background: #667E82;
    color: #fff;
}


/* Phase 4 */
.process-tab-wrap:nth-child(4) .process-tab {
    background: transparent;
    border-top: 2px solid rgba(78, 52, 66, 0.2);
    border-right: 2px solid rgba(78, 52, 66, 0.2);
    border-left: 2px solid rgba(78, 52, 66, 0.2);
    color: #4E3442;
}

.process-tab-wrap:nth-child(4) .process-tab.active {
    background: #4E3442;
    color: #fff;
}

.process-tab.active:after {
    content: "";
    position: absolute;
    right: -9px;
    top: 53%;
    transform: translateY(-50%);

    width: 0;
    height: 0;

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;

    z-index: 10;
}

.process-tab-wrap:nth-child(1) .process-tab.active:after {
    border-left-color: #1A2634;
}

.process-tab-wrap:nth-child(2) .process-tab.active:after {
    border-left-color: #E4912D;
}

.process-tab-wrap:nth-child(3) .process-tab.active:after {
    border-left-color: #667E82;
}

.process-tab-wrap:nth-child(4) .process-tab.active:after {
    display: none;
}

.process-tab-content {
    background: #fff;
    padding: 50px 60px;
    border: 1px solid #ececec;
    border-radius: 0 0 14px 14px;

    box-shadow: 0 3px 5px rgba(0,0,0,.25);
}

.process-panel {
    display: none;
}

.process-panel.active {
    display: table;
    width: 100%;
    animation: processFadeIn 0.4s ease;
}

.process-panel-number,
.process-panel-copy {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.process-panel-number {
    width: 70px;
    padding-right: 30px;
    font-family: 'Ephesis';
    font-size: 80px;
    line-height: 1;
    font-style: italic;
    color: #df8922;
}

.process-panel-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.process-panel-copy hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #6e6e6e;
}

.process-panel-copy p {
    font-size: 16px;
    line-height: 1.5;
}

.case-study-bg {
    background-image: url('/media/0gwnk02y/case-study-bg.png');
    background-repeat: no-repeat;
    background-size: 82% 100%; 
    padding-top: 75px;
    padding-bottom: 100px;
    margin-bottom: 80px;
}

.case-study-desc {
    width: 72%;
    margin: auto;
}

.case-study-box {
    background-color: #FFFF;
    padding: 40px 30px;
    border-radius: 15px;
    cursor: pointer;
    border:1px solid #E1E1E1;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    min-height: 428px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.case-study-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.65);
}

.case-study-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 236px;
}

.case-study-title {
    text-align:center;
    font-size: 20px;
    font-weight:400;
    line-height: 1.2;
    margin-bottom: 10px;
}

.case-study-label {
    text-align:center;
    font-size: 18px;
    font-style: italic;
    color: #E4912D;
    font-weight:300;
    margin-bottom: 10px;
}

.case-study-desc-box {
    text-align:center;
    font-size: 16px;
}

.case-study-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.case-study-modal.active {
    display: block;
}

.case-study-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.case-study-modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 1000px;
    margin: 5vh auto;
    padding: 40px;
    z-index: 2;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
}

.case-study-modal.active .case-study-modal-content {
    animation: caseStudyFadeIn 0.4s ease;
}

.case-study-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    border: 0;
    background: none;
    font-size: 32px;
    cursor: pointer;
}

.cs-modal-title {
    font-size: 23px;
    font-weight: 400;
}

.cs-modal-label {
    font-size: 18px;
    font-style: italic;
    color: #E4912D;
    margin-bottom: 30px;
}

.cs-modal-subtitle {
    font-size: 18px;
    font-weight:400;
    margin-bottom: 20px;
}

.cs-modal-facts-list {
    line-height :1.2;
    padding-bottom:10px;
}

.cs-modal-facts-list-key {
    display:flex;
}

.cs-modal-line {
    padding-bottom: 10px;
}

@keyframes caseStudyFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes processFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* contact us styles */

.contactus-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.contactus-box {
    border-radius:15px;
    padding: 40px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    background-color: #F1ECE7;
    border: 1px solid #E2CCB3;
    margin-bottom: 80px;
    position: relative;
}

.contactus-title {
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contactus-anna-img {
    position: absolute;
    width: 195px;
    top: -145px;
    right: -35px;
    z-index: 2;
}

.contactus-icon-img {
    width: 250px;
    margin: auto;
    text-align:center;
}

.contactus-icon-wrapper {
    margin-bottom: 120px;
}

.form-control {
    border-radius: 8px;
    border: 1px solid #7E7E7E;
    padding: 10px 12px;
    margin-bottom: 40px;
    font-size: 14px; 
    letter-spacing: 0.3px;
}

.contact-form-wrapper .hs-form input.hs-input,
.contact-form-wrapper .hs-form textarea.hs-input {
    border-radius: 8px !important;
    border: 1px solid #7E7E7E !important;
    padding: 10px 12px !important;
    margin-bottom: 40px !important;
    font-size: 14px !important;
    letter-spacing: 0.3px !important;
    font-family: 'Pliant' !important;
    width: 100%;
    box-sizing: border-box;
}

.form-control::placeholder {
    color: #A4A0A0;
    letter-spacing: 0.3px;
}

/* insights style */

.insights-search-wrap {
    width: 100%;
}

.insights-search {
    position: relative;
    width: 100%;
}

.insights-search-input {
    width: 100%;
    height: 38px;
    padding: 24px 15px;
    margin-bottom: 0;

    border: 1px solid #CFCFCF;
    border-radius: 8px;
    box-shadow: none;

    font-family: 'Pliant';
    font-size: 14px;
    font-weight: 300;
    color: #1A2634;
}

.insights-search-input:focus {
    border-color: #E4912D;
    outline: none;
    box-shadow: none;
}

.insights-search-input::-webkit-input-placeholder {
    color: #A4A0A0;
}

.insights-search-input:-moz-placeholder {
    color: #A4A0A0;
}

.insights-search-input::-moz-placeholder {
    color: #A4A0A0;
}

.insights-search-input:-ms-input-placeholder {
    color: #A4A0A0;
}

.insights-search-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 2;

    transform: translateY(-50%);

    font-size: 13px;
    color: #A4A0A0;

    pointer-events: none;
}


/* insights filters */

.insights-filters {
    margin-top: 12px;
    margin-bottom: 40px;
}

.insights-filter-label {
    display: inline-block;
    margin-right: 18px;

    font-family: 'Pliant';
    font-size: 14px;
    font-weight: 300;
    color: #1A2634;

    vertical-align: middle;
}

.insights-filters .insights-filter-btn {
    display: inline-block;
    margin-right: 8px;
    padding: 7px 24px;

    background-color: #FFFFFF !important;
    border: 1px solid #E4912D;
    border-radius: 7px;

    font-family: 'Pliant';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: #1A2634;

    cursor: pointer;
    vertical-align: middle;

    transition: background-color 0.2s ease, color 0.2s ease;
}

.insights-filters .insights-filter-btn:hover {
    background-color: rgba(228, 145, 45, 0.08);
}

.insights-filters .insights-filter-btn.active {
    background-color: #E4912D !important;
    color: #FFFFFF !important;
}

/* insights results */

.insights-results-first {
    margin-top: 20px;
}

.insights-results-rest {
    margin-top:40px;
    margin-bottom: 150px;
}

.insights-item {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.insights-item-image-wrap {
    width: 100%;
}

.insights-item-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.insights-item-content {
    padding: 30px 10px 0px 10px;
}

.insights-item-title {
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.15;
    color: #1A2634;
    margin-bottom: 8px;
    cursor: pointer;
    text-decoration: none;
}

.insights-item-title:hover {
    color: #E4912D;
    transition: color 0.3s ease;
}

.insights-item-date {
    font-family: 'Pliant';
    font-size: 14px;
    font-weight: 300;
    color: #8A8A8A;
}

.insights-item-line {
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #E5E5E5;
}

.insights-item-category {
    margin-bottom: 10px;
}

.insights-item-category a {
    border-bottom:1px solid transparent;
    transition: border-bottom 0.3s ease;
    text-decoration: none;
    font-family: 'Pliant';
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    color: #667E82;
    padding-bottom: 3px;
}

.insights-item-category a:hover {
    border-bottom: 1px solid #667E82;
}

.insights-item-description {
    font-family: 'Pliant';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #1A2634;
    margin-bottom: 4px;
}

.insights-item-readmore-wrap {
    text-align: right;
    margin-top: 20px;
}

.insights-item-readmore {
    font-family: 'Pliant';
    font-size: 14px;
    font-weight: 400;
    color: #1A2634;
    text-decoration: none;
}

.insights-item-readmore:hover {
    color: #E4912D;
    text-decoration: none;
}

.insights-item-arrow {
    display: inline-block;
    margin-left: 8px;
    color: #E4912D;
    font-size: 20px;
    transition: transform 0.2s ease;
}

.insights-item-readmore:hover .insights-item-arrow {
    transform: translateX(4px);
}

/* insights video section */

.insights-video-section {
    margin-top: 25px;
    padding-bottom: 35px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
}

.insights-video-row {
    --bs-gutter-x: 2.5rem;
}

.insights-video-section-title {
    font-family: 'Pliant';
    font-size: 16px;
    font-weight: 400;
    color: #1A2634;
    margin-bottom: 15px;
}

.insights-video-item {
    width: 100%;
}

.insights-video-image-wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.insights-video-image {
    display: block;
    width: 100%;
    height: 225px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.insights-video-image-wrap:hover .insights-video-image {
    transform: scale(1.03);
}

.insights-video-play {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 70px;
    height: 45px;

    transform: translate(-50%, -50%);

    background-color: #E4912D;
    border-radius: 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 16px;

    transition: background-color 0.2s ease, transform 0.2s ease;
}

.insights-video-image-wrap:hover .insights-video-play {
    background-color: rgba(228, 145, 45, 0.9);
    transform: translate(-50%, -50%) scale(1.05);
}

.insights-video-title {
    margin-top: 10px;

    font-family: 'Playfair Display';
    font-size: 19px;
    font-weight: 400;
    line-height: 1.15;
}

.insights-video-title a {
    color: #1A2634;
    text-decoration: none;
}

.insights-video-title a:hover {
    color: #E4912D;
}

.insights-video-play-icon {
    width: 20px;
    height: auto;
    display: block;
}

/* insights post styles */
.insights-post-container {
    padding: 0px 50px;
}

.back-btn-wrapper {
    text-decoration: none;
    font-size: 14px;
    color: #8A8A8A;
    border-bottom: 1px solid transparent; 
    margin-left: 10px;
}

.back-btn-wrapper:hover {
    border-bottom: 1px solid #CFCFCF;
}

.back-btn {
    width: 25px;
    margin-right: 5px;
}

.insights-post-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.insights-post-title {
    font-family: 'Playfair Display';
    font-size: 30px;
    font-weight: 400;
    line-height: 1.15;
    color: #1A2634;
    margin-bottom: 12px;
}

.insights-post-date {
    font-family: 'Pliant';
    font-size: 16px;
    font-weight: 300;
    color: #8A8A8A;
    margin-bottom: 2px;
}

.insights-post-category a {
    border-bottom:1px solid transparent;
    transition: border-bottom 0.3s ease;
    text-decoration: none;
    font-family: 'Pliant';
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    color: #667E82;
    padding-bottom: 3px;
}

.insights-post-category a:hover {
    border-bottom: 1px solid #667E82;
}

.insights-post-header {
    margin-bottom: 40px;
}

.insights-post-body {
    margin-bottom: 60px;
}

.insights-post-body > p {
    font-size: 15px;
    margin-bottom: 0.8rem;
}

.insights-post-body > p > strong {
    font-weight: 500;
}

.insights-post-tags-wrapper {
    margin-bottom: 40px
}

.insights-post-tag {
    font-size: 15px;
    color: #E4912D; 
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}

.insights-post-tag:hover {
    border-bottom: 1px solid #E4912D;
}

.insights-post-tags-label {
    font-size: 15px;
    color: #4E3442;
    font-style: italic;
}

#videoModal .modal-dialog {
    max-width: 1000px;
    width: calc(100% - 40px);
}

.btn-close {
    padding: 0.55rem 0.55rem;
    margin-left: auto;
}

.insights-video-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insights-video-image-wrap,
.insights-video-title a {
    cursor: pointer;
}

.insights-hidden {
    display: none;
}

.insights-load-more-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

.insights-load-more {
    background-color: transparent;
    border: 1px solid #1A2634;
    color: #1A2634;
    padding: 10px 32px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
}

.insights-load-more:hover {
    background-color: #1A2634;
    color: #ffffff;
}

/* More Leita Insights */

.more-insights-section {
    margin-top: 50px;
    margin-bottom: 160px;
}

.more-insights-section .col-md-4 {
    display: flex;
}

.more-insights-title {
    font-family: 'Pliant';
    font-size: 18px;
    font-weight: 400;
    color: #1A2634;
    margin-bottom: 15px;
    margin-top: 15px;
}

.more-insights-card {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: border 0.3s ease;
}

.more-insights-card:hover {
    border: 1px solid #E4912D;
}

.more-insights-image {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.more-insights-content {
    padding: 14px 16px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.more-insights-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: 'Playfair Display';
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: #1A2634;
    text-decoration: none;
    margin-bottom: 5px;
    transition: color 0.25s ease;
}

.more-insights-card:hover .more-insights-card-title {
    color: #E4912D;
}

.more-insights-date {
    font-family: 'Pliant';
    font-size: 14px;
    font-weight: 300;
    color: #8A8A8A;
    margin-bottom: 2px;
}

.more-insights-category {
    font-family: 'Pliant';
    font-size: 14px;
    font-style: italic;
    color: #667E82;
    margin-bottom: 10px;
}

.more-insights-summary {
    font-size: 15px;
    line-height: 1.25;
    color: #1A2634;
    margin-bottom: 15px;
}

.more-insights-readmore-wrap {
    padding-right: 10px;
    margin-top: auto;
    text-align: right;
}

.more-insights-readmore {
    font-size: 15px;
    text-decoration: none;
    color: #303030;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}

.more-insights-card:hover .more-insights-readmore {
    border-bottom: 1px solid #E4912D;
}

.more-insights-readmore .more-insights-arrow-right {
    width: 24px;
    margin-left: 5px;
}

.more-insights-card:hover .more-insights-image {
    transform: scale(1.03);
}

.more-insights-card:hover .more-insights-arrow-right {
    transform: translateX(4px);
}

.more-insights-arrow-right {
    transition: transform 0.25s ease;
}

.more-insights-image-wrap {
    overflow: hidden;
}

.more-insights-row {
    --bs-gutter-x: 2.5rem;
}


/* search results — loading / empty states */

.insights-loading {
    text-align: center;
    padding: 40px 0;
    color: #A4A0A0;
    font-family: 'Pliant';
    font-size: 15px;
}

#insights-search-results {
    min-height: 200px;
}
