:root {
    --fc-olive-base: #141414;
    --fc-olive-base-rgb: 29, 29, 15;
}

.footer-area-top .footer-brand-column p {
    padding-top: 16px;
}

.logo-area a {
    background-image: url("../img/fc-logo2.png") !important;
    background-position: left center;
    background-size: contain;
}

.footer-area-top .footer-box p,
.footer-area-top .footer-box a,
.footer-area-top .useful-links > li ul li:before {
    color: #b9c1d2;
}

.footer-area-top .footer-box a:hover,
.footer-area-top .footer-box a:focus {
    color: #ef4444;
}

.footer-area-top .top-bar-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.footer-area-top .top-bar-social li {
    display: inline-block;
    margin: 0;
}

.footer-area-top .top-bar-social li a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(239, 68, 68, 0.55);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(239, 68, 68, 0.08);
    transition: all 0.25s ease;
}

.footer-area-top .top-bar-social li a i {
    color: #e8e8e8;
    transition: color 0.25s ease;
}

.footer-area-top .top-bar-social li a:hover,
.footer-area-top .top-bar-social li a:focus {
    background: #ef4444;
    border-color: #ef4444;
}

.footer-area-top .top-bar-social li a:hover i,
.footer-area-top .top-bar-social li a:focus i {
    color: #ffffff;
}

.footer-area-top .corporate-address li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    position: static;
    padding-left: 0;
}

.footer-area-top .corporate-address li:last-child {
    margin-bottom: 0;
}

.footer-area-top .corporate-address li i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    flex: 0 0 38px;
    position: static;
    top: auto;
    left: auto;
    line-height: 1;
    border: 1px solid rgba(239, 68, 68, 0.55);
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.08);
    color: #e8e8e8;
}

.footer-area-top .corporate-address li p {
    margin: 0;
    line-height: 1.45;
}

.footer-area-top .corporate-address li p + p {
    margin-top: 2px;
}

.footer-area-top .useful-links > li ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.footer-area-top .useful-links > li ul li:before {
    position: static;
    top: auto;
    left: auto;
    line-height: 1;
    font-size: 10px;
}

.footer-area-top .useful-links > li ul li a {
    display: inline-block;
    line-height: 1.35;
}

.nivo-caption {
    padding: 0 !important;
}

.slider-area.slider-overlay:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.68) 45%, rgba(0, 0, 0, 0.55) 100%);
}

.slider-area .slide-1 .title-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 28px 34px;
    background: rgba(var(--fc-olive-base-rgb), 0.45);
}

.slider-area .slide-1 .hero-subheadline {
    -webkit-animation: fadeInLeft 1300ms ease-in-out;
    -moz-animation: fadeInLeft 1300ms ease-in-out;
    -ms-animation: fadeInLeft 1300ms ease-in-out;
    animation: fadeInLeft 1300ms ease-in-out;
}

.slider-area .slide-1 .hero-supporting-text {
    -webkit-animation: fadeInLeft 1600ms ease-in-out;
    -moz-animation: fadeInLeft 1600ms ease-in-out;
    -ms-animation: fadeInLeft 1600ms ease-in-out;
    animation: fadeInLeft 1600ms ease-in-out;
}

.slider-area .slide-1 .hero-culture-line {
    -webkit-animation: fadeInRight 1900ms ease-in-out;
    -moz-animation: fadeInRight 1900ms ease-in-out;
    -ms-animation: fadeInRight 1900ms ease-in-out;
    animation: fadeInRight 1900ms ease-in-out;
}

.slider-area .slide-1 .hero-subheadline,
.slider-area .slide-2 .hero-subheadline,
.slider-area .slide-3 .hero-subheadline,
.slider-area .slide-4 .hero-subheadline,
.slider-area .slide-5 .hero-subheadline {
    font-size: 26px;
    color: #ededed;
    font-weight: 600;
    text-transform: none;
    margin: 12px 0 14px;
    line-height: 1.35;
}

.slider-area .slide-1 .hero-subheadline span,
.slider-area .slide-2 .hero-subheadline span,
.slider-area .slide-3 .hero-subheadline span,
.slider-area .slide-4 .hero-subheadline span,
.slider-area .slide-5 .hero-subheadline span {
    color: #ef4444;
}

.slider-area h1.title1 span,
.slider-area .slide-1 .hero-subheadline span,
.slider-area .slide-2 .hero-subheadline span,
.slider-area .slide-3 .hero-subheadline span,
.slider-area .slide-4 .hero-subheadline span,
.slider-area .slide-5 .hero-subheadline span {
    line-height: inherit;
    font-size: inherit;
    vertical-align: baseline;
}

.slider-area .slide-1 .hero-supporting-text,
.slider-area .slide-2 .hero-supporting-text,
.slider-area .slide-3 .hero-supporting-text,
.slider-area .slide-4 .hero-supporting-text,
.slider-area .slide-5 .hero-supporting-text {
    max-width: 760px;
    margin: 0 auto 12px;
    color: #ededed;
    font-size: 18px;
    line-height: 1.7;
    text-transform: none;
    font-weight: 400;
}

.slider-area .slide-1 .hero-culture-line,
.slider-area .slide-2 .hero-culture-line,
.slider-area .slide-3 .hero-culture-line,
.slider-area .slide-4 .hero-culture-line,
.slider-area .slide-5 .hero-culture-line {
    max-width: 760px;
    margin: 0 auto 26px;
    color: #ededed;
    font-size: 17px;
    line-height: 1.6;
    text-transform: none;
    font-weight: 600;
    padding-left: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .slider-area .slide-1 .hero-subheadline,
    .slider-area .slide-2 .hero-subheadline,
    .slider-area .slide-3 .hero-subheadline,
    .slider-area .slide-4 .hero-subheadline,
    .slider-area .slide-5 .hero-subheadline {
        font-size: 22px;
    }

    .slider-area .slide-1 .hero-supporting-text,
    .slider-area .slide-2 .hero-supporting-text,
    .slider-area .slide-3 .hero-supporting-text,
    .slider-area .slide-4 .hero-supporting-text,
    .slider-area .slide-5 .hero-supporting-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-area,
    .slider-area .bend,
    .slider-area .nivoSlider,
    .slider-area .slides,
    .slider-area .nivoSlider img,
    .slider-area .nivo-main-image,
    .slider-area .slides img,
    .slider-area .nivo-caption,
    .slider-area .slider-content,
    .slider-area .s-tb {
        min-height: 72vh;
    }

    .slider-area .nivoSlider img,
    .slider-area .nivo-main-image,
    .slider-area .slides img {
        width: 100%;
        height: 72vh !important;
        object-fit: cover;
    }

    .slider-area .slide-1 .title-container {
        padding: 24px 18px;
    }

    .slider-area .slide-1 .hero-subheadline,
    .slider-area .slide-2 .hero-subheadline,
    .slider-area .slide-3 .hero-subheadline,
    .slider-area .slide-4 .hero-subheadline,
    .slider-area .slide-5 .hero-subheadline {
        font-size: 18px;
        margin: 10px 0;
    }

    .slider-area .slide-1 .hero-supporting-text,
    .slider-area .slide-2 .hero-supporting-text,
    .slider-area .slide-3 .hero-supporting-text,
    .slider-area .slide-4 .hero-supporting-text,
    .slider-area .slide-5 .hero-supporting-text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .slider-area .slide-1 .hero-culture-line,
    .slider-area .slide-2 .hero-culture-line,
    .slider-area .slide-3 .hero-culture-line,
    .slider-area .slide-4 .hero-culture-line,
    .slider-area .slide-5 .hero-culture-line {
        font-size: 14px;
        margin-bottom: 20px;
        padding-left: 10px;
    }
}

.what-we-do-section {
    position: relative;
    overflow: hidden;
    background: var(--fc-olive-base);
}

.what-we-do-shell {
    background: #1a1a1a;
    border: 1px solid #303030;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .25);
}

.what-we-do-content {
    height: 100%;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 64px 56px;
}

.what-we-do-content .what-we-do-kicker {
    display: inline-block;
    color: #ef4444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.what-we-do-content h2 {
    color: #ededed;
    text-transform: none;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.what-we-do-content h2 span {
    color: #ef4444;
}

.what-we-do-content p {
    color: #c4c4c4;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.what-we-do-content .what-we-do-note {
    color: #ededed;
    font-weight: 600;
    margin-bottom: 18px;
}

.what-we-do-highlight {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid rgba(239, 68, 68, 0.6);
    border-radius: 999px;
    color: #ededed;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.what-we-do-visual {
    min-height: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 460px;
}

.what-we-do-visual:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.15) 0%, rgba(13, 13, 13, 0.58) 100%);
}

.what-we-do-visual-chip {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    background: rgba(239, 68, 68, 0.92);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 12px 16px;
    border-radius: 999px;
}

.services-section {
    background: #1f1f1f;
}

.services-heading {
    margin-bottom: 45px;
}

.services-kicker {
    display: inline-block;
    color: #ef4444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.services-heading h2 {
    color: #ededed;
    font-size: 36px;
    text-transform: none;
    line-height: 1.3;
    margin-bottom: 0;
}

.service-card {
    background: var(--fc-olive-base);
    border: 1px solid #363636;
    border-radius: 16px;
    padding: 30px 26px 24px;
    margin-bottom: 24px;
    min-height: 320px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.service-card:hover {
    border-color: #ef4444;
    -webkit-box-shadow: 0 8px 18px 0 rgba(59, 59, 59, .25);
    -moz-box-shadow: 0 8px 18px 0 rgba(59, 59, 59, .25);
    box-shadow: 0 8px 18px 0 rgba(59, 59, 59, .25);
}

.service-card-icon {
    width: 56px;
    height: 56px;
    border: 1px solid #ef4444;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.service-card-icon i {
    font-size: 24px;
    color: #ef4444;
}

.service-card h3 {
    color: #ededed;
    font-size: 24px;
    text-transform: none;
    margin-bottom: 14px;
    line-height: 1.35;
}

.service-card p {
    color: #b0b0b0;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.service-card p:last-child {
    margin-bottom: 0;
}

.how-it-works-section {
    background: var(--fc-olive-base);
}

.how-it-works-heading {
    margin-bottom: 45px;
}

.how-it-works-kicker {
    display: inline-block;
    color: #ef4444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.how-it-works-heading h2 {
    color: #ededed;
    font-size: 36px;
    text-transform: none;
    line-height: 1.3;
    margin-bottom: 0;
}

.how-it-works-flow {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.how-it-works-flow > [class*="col-"] {
    display: flex;
    margin-bottom: 24px;
    float: none;
}

.how-it-works-flow:before {
    content: "";
    position: absolute;
    top: 38px;
    left: 16.5%;
    right: 16.5%;
    height: 1px;
    background: #363636;
    z-index: 1;
}

.how-step-card {
    position: relative;
    z-index: 2;
    background: #1f1f1f;
    border: 1px solid #363636;
    border-radius: 16px;
    padding: 28px 22px 22px;
    min-height: 360px;
    height: 100%;
    width: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.how-step-card:hover {
    border-color: #ef4444;
    -webkit-box-shadow: 0 8px 18px 0 rgba(59, 59, 59, .25);
    -moz-box-shadow: 0 8px 18px 0 rgba(59, 59, 59, .25);
    box-shadow: 0 8px 18px 0 rgba(59, 59, 59, .25);
}

.how-step-number {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #ef4444;
    color: #ef4444;
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: var(--fc-olive-base);
}

.how-step-card h3 {
    color: #ededed;
    font-size: 24px;
    text-transform: none;
    line-height: 1.35;
    margin-bottom: 14px;
}

.how-step-card p {
    color: #b0b0b0;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.how-step-card p:last-child {
    margin-bottom: 0;
}

.who-its-for-section {
    background: #181818;
    padding-top: 0;
    padding-bottom: 0;
}

.who-its-for-content {
    background: var(--fc-olive-base);
    min-height: 560px;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
}

.who-its-for-content:before {
    display: none;
}

.who-its-for-content .welcome-info-content h2 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.who-its-for-content .welcome-info-content h2 span {
    display: block;
    margin-top: 8px;
    text-transform: none;
    font-size: 28px;
    font-weight: 600;
}

.who-its-for-content .welcome-info-content > p {
    color: #bdbdbd;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}

.who-its-for-content .who-its-for-list {
    padding-right: 0;
}

.who-its-for-content .who-its-for-list li {
    margin-bottom: 18px;
}

.who-its-for-content .who-its-for-list li:last-child {
    margin-bottom: 0;
}

.who-its-for-content .who-its-for-list li .advantage-icon {
    margin-right: 22px;
}

.who-its-for-content .who-its-for-list li .advantage-content h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.35;
}

.who-its-for-content .who-its-for-list li .advantage-content p {
    margin-bottom: 0;
}

.who-its-for-content .who-its-for-list li .rotated-icon-primary i:before {
    left: 16px;
    top: 8px;
    font-size: 17px;
}

.who-its-for-video {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #111;
}

.who-its-for-video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.who-its-for-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    border: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.our-collective-section {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%, rgba(239, 68, 68, 0.18) 0%, rgba(239, 68, 68, 0) 42%),
                radial-gradient(circle at 86% 82%, rgba(239, 68, 68, 0.14) 0%, rgba(239, 68, 68, 0) 40%),
                #141414;
}

.our-collective-shell {
    background: #1a1a1a;
    border: 1px solid #303030;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .25);
}

.our-collective-story {
    height: 100%;
    padding: 64px 56px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0) 100%);
}

.our-collective-kicker {
    display: inline-block;
    color: #ef4444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.our-collective-story h2 {
    color: #ededed;
    text-transform: none;
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 22px;
}

.our-collective-story p {
    color: #c4c4c4;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.our-collective-story p:last-child {
    margin-bottom: 0;
    color: #ededed;
    font-weight: 600;
}

.our-collective-points {
    height: 100%;
    padding: 64px 44px;
    background: #ef4444;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-collective-points h3 {
    color: #ffffff;
    text-transform: none;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 22px;
}

.our-collective-points ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.our-collective-points ul li {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 11px;
    display: flex;
    align-items: flex-start;
}

.our-collective-points ul li i {
    margin-right: 10px;
    margin-top: 7px;
    font-size: 13px;
}

.our-collective-tagline {
    margin-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 16px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.foundation-members-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #111111 0%, #171717 100%);
}

.foundation-members-section:before {
    content: "";
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.14);
    filter: blur(10px);
}

.foundation-members-section:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(239, 68, 68, 0) 0%, rgba(239, 68, 68, 0.55) 50%, rgba(239, 68, 68, 0) 100%);
}

.foundation-members-shell {
    position: relative;
    z-index: 2;
}

.foundation-members-main {
    height: 100%;
    position: relative;
    padding: 64px 56px;
    background: #1b1b1b;
    border: 1px solid #333333;
    border-left: 4px solid #ef4444;
    border-radius: 24px 10px 24px 10px;
}

.foundation-members-main:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    width: 74px;
    height: 6px;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.7);
}

.foundation-members-kicker {
    display: inline-block;
    color: #ef4444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.foundation-members-main h2 {
    color: #ededed;
    text-transform: none;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.foundation-members-main h3 {
    color: #ededed;
    text-transform: none;
    font-size: 26px;
    line-height: 1.3;
    margin: 20px 0 16px;
}

.foundation-members-main p {
    color: #c4c4c4;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.foundation-members-main p:last-child {
    margin-bottom: 0;
}

.foundation-members-list {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.foundation-members-list li {
    color: #ededed;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}

.foundation-members-list li i {
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ef4444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 3px;
    font-size: 11px;
}

.foundation-members-side {
    height: 100%;
    position: relative;
    padding: 64px 44px;
    background: linear-gradient(145deg, #242424 0%, #1a1a1a 100%);
    border: 1px solid #363636;
    border-radius: 10px 24px 10px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 42px;
}

/*.foundation-members-side:before {
    content: "";
    position: absolute;
    top: -22px;
    left: 24px;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(239, 68, 68, 0.55);
    border-radius: 16px;
    background: rgba(239, 68, 68, 0.1);
}*/

.foundation-members-badge {
    display: inline-block;
    align-self: flex-start;
    background: rgba(239, 68, 68, 0.9);
    color: #ffffff;
    border: 1px solid rgba(239, 68, 68, 1);
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 8px 12px;
    margin-bottom: 14px;
}

.foundation-members-spots {
    color: #ef4444;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

.foundation-members-side p {
    color: #d5d5d5;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0;
}

.foundation-members-cta {
    margin-top: 18px;
    align-self: flex-start;
}

.intro-booking-section {
    background: #151515;
}

.intro-booking-content {
    height: 100%;
    padding: 54px 46px;
    border: 1px solid #333333;
    border-radius: 18px;
    background: linear-gradient(155deg, rgba(239, 68, 68, 0.1) 0%, rgba(239, 68, 68, 0) 48%), #1b1b1b;
}

.intro-booking-kicker {
    display: inline-block;
    color: #ef4444;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.intro-booking-content h2 {
    color: #ededed;
    text-transform: none;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.intro-booking-content p {
    color: #c4c4c4;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 14px;
}

.intro-booking-content .intro-booking-note {
    color: #ededed;
    margin-bottom: 0;
    font-weight: 600;
}

.intro-booking-form-wrap {
    height: 100%;
    padding: 54px 40px;
    border: 1px solid #3a3a3a;
    border-radius: 18px;
    background: #1f1f1f;
}

.intro-booking-form .form-group {
    margin-bottom: 16px;
}

.booking-honeypot-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.intro-booking-feedback {
    display: none;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
}

.intro-booking-feedback.is-visible {
    display: block;
}

.intro-booking-feedback--success {
    border: 1px solid rgba(74, 222, 128, 0.5);
    background: rgba(74, 222, 128, 0.12);
    color: #d5fbe2;
}

.intro-booking-feedback--error {
    border: 1px solid rgba(239, 68, 68, 0.55);
    background: rgba(239, 68, 68, 0.12);
    color: #ffd8d8;
}

.intro-booking-form label {
    color: #ededed;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
    display: inline-block;
}

.intro-booking-form label span {
    color: #ef4444;
}

.intro-booking-form .form-control {
    height: 48px;
    border: 1px solid #454545;
    border-radius: 8px;
    background: #191919;
    color: #ededed;
    font-size: 15px;
    box-shadow: none;
}

.intro-booking-form textarea.form-control {
    height: auto;
    min-height: 130px;
    resize: vertical;
    padding-top: 10px;
}

.intro-booking-form .form-control:focus {
    border-color: #ef4444;
}

.intro-booking-submit {
    margin-top: 4px;
}

.intro-booking-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.collective-motto-section {
    background: #151515;
    padding: 0 0 90px;
}

.collective-motto-wrap {
    border: 1px solid #353535;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.16) 0%, rgba(239, 68, 68, 0.04) 45%, rgba(29, 29, 29, 1) 100%);
    text-align: center;
    padding: 28px 24px 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.collective-motto-label {
    display: inline-block;
    color: #ef4444;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.collective-motto-text {
    color: #ededed;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-transform: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .intro-booking-content,
    .intro-booking-form-wrap {
        padding: 44px 32px;
    }

    .intro-booking-content {
        margin-bottom: 20px;
    }

    .intro-booking-content h2 {
        font-size: 34px;
    }

    .intro-booking-content p {
        font-size: 17px;
    }

    .collective-motto-section {
        padding-bottom: 70px;
    }

    .collective-motto-text {
        font-size: 28px;
    }

    .foundation-members-main {
        padding: 50px 36px;
    }

    .foundation-members-main h2 {
        font-size: 34px;
    }

    .foundation-members-main h3 {
        font-size: 23px;
    }

    .foundation-members-main p,
    .foundation-members-list li {
        font-size: 17px;
    }

    .foundation-members-side {
        padding: 50px 36px;
        margin-top: 18px;
    }

    .foundation-members-spots {
        font-size: 32px;
    }

    .foundation-members-side p {
        font-size: 17px;
    }

    .foundation-members-cta {
        margin-top: 16px;
    }

    .foundation-members-side:before {
        top: -14px;
        left: 18px;
        width: 48px;
        height: 48px;
    }

    .our-collective-story {
        padding: 50px 36px;
    }

    .our-collective-story h2 {
        font-size: 36px;
    }

    .our-collective-story p {
        font-size: 17px;
    }

    .our-collective-points {
        padding: 50px 36px;
    }

    .our-collective-points h3 {
        font-size: 27px;
    }

    .our-collective-points ul li {
        font-size: 17px;
    }

    .our-collective-tagline {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .intro-booking-content,
    .intro-booking-form-wrap {
        padding: 32px 22px;
    }

    .intro-booking-content {
        margin-bottom: 16px;
        border-radius: 14px;
    }

    .intro-booking-form-wrap {
        border-radius: 14px;
    }

    .intro-booking-content h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .intro-booking-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .intro-booking-form .form-control {
        height: 44px;
        font-size: 14px;
    }

    .collective-motto-section {
        padding-bottom: 56px;
    }

    .collective-motto-wrap {
        padding: 22px 16px 24px;
        border-radius: 14px;
    }

    .collective-motto-label {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .collective-motto-text {
        font-size: 24px;
    }

    .foundation-members-main {
        padding: 34px 22px;
        border-radius: 16px 8px 16px 8px;
    }

    .foundation-members-main h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .foundation-members-main h3 {
        font-size: 22px;
        margin: 16px 0 12px;
    }

    .foundation-members-main p,
    .foundation-members-list li {
        font-size: 15px;
    }

    .foundation-members-side {
        padding: 34px 22px;
        margin-top: 16px;
        border-radius: 8px 16px 8px 16px;
    }

    .foundation-members-spots {
        font-size: 27px;
    }

    .foundation-members-side p {
        font-size: 15px;
    }

    .foundation-members-cta {
        margin-top: 14px;
    }

    .foundation-members-side:before {
        top: -10px;
        left: 14px;
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    .our-collective-shell {
        border-radius: 14px;
    }

    .our-collective-story {
        padding: 34px 22px;
    }

    .our-collective-story h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .our-collective-story p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 12px;
    }

    .our-collective-points {
        padding: 34px 22px;
    }

    .our-collective-points h3 {
        font-size: 23px;
        margin-bottom: 16px;
    }

    .our-collective-points ul li {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .our-collective-tagline {
        font-size: 18px;
        margin-top: 14px;
        padding-top: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .what-we-do-content {
        padding: 50px 36px;
        margin-bottom: 25px;
    }

    .what-we-do-content h2 {
        font-size: 36px;
    }

    .what-we-do-content p {
        font-size: 17px;
    }

    .what-we-do-visual {
        min-height: 360px;
    }

    .what-we-do-visual-chip {
        right: 18px;
        bottom: 18px;
    }

    .services-heading h2 {
        font-size: 30px;
    }

    .service-card {
        min-height: 360px;
    }

    .how-it-works-heading h2 {
        font-size: 30px;
    }

    .how-it-works-flow:before {
        display: none;
    }

    .how-step-card {
        min-height: 430px;
    }

    .who-its-for-content {
        min-height: auto;
        padding: 60px 40px;
    }

    .who-its-for-content .welcome-info-content h2 {
        font-size: 32px;
    }

    .who-its-for-content .welcome-info-content h2 span {
        font-size: 24px;
    }

    .who-its-for-content .welcome-info-content > p {
        font-size: 17px;
    }

    .who-its-for-content .who-its-for-list li .advantage-content h3 {
        font-size: 18px;
    }

    .who-its-for-video {
        min-height: 420px;
    }

    .who-its-for-video iframe {
        width: 140%;
        height: 140%;
    }
}

@media only screen and (max-width: 767px) {
    .what-we-do-shell {
        border-radius: 14px;
    }

    .what-we-do-content {
        padding: 34px 22px;
        margin-bottom: 20px;
    }

    .what-we-do-content h2 {
        font-size: 30px;
    }

    .what-we-do-content p {
        font-size: 15px;
    }

    .what-we-do-visual {
        min-height: 260px;
    }

    .what-we-do-visual-chip {
        right: 14px;
        bottom: 14px;
        padding: 10px 12px;
        font-size: 12px;
    }

    .services-heading {
        margin-bottom: 30px;
    }

    .services-heading h2 {
        font-size: 26px;
    }

    .service-card {
        padding: 24px 20px 20px;
        min-height: auto;
        margin-bottom: 18px;
    }

    .service-card h3 {
        font-size: 20px;
    }

    .service-card p {
        font-size: 15px;
    }

    .how-it-works-heading {
        margin-bottom: 30px;
    }

    .how-it-works-heading h2 {
        font-size: 26px;
    }

    .how-it-works-flow:before {
        display: none;
    }

    .how-step-card {
        min-height: auto;
        margin-bottom: 18px;
        padding: 24px 20px 20px;
    }

    .how-step-card h3 {
        font-size: 20px;
    }

    .how-step-card p {
        font-size: 15px;
    }

    .who-its-for-content {
        min-height: auto;
        padding: 40px 22px;
    }

    .who-its-for-content .welcome-info-content h2 {
        font-size: 28px;
    }

    .who-its-for-content .welcome-info-content h2 span {
        font-size: 22px;
    }

    .who-its-for-content .welcome-info-content > p {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .who-its-for-content .who-its-for-list li {
        margin-bottom: 12px;
    }

    .who-its-for-content .who-its-for-list li .advantage-content h3 {
        font-size: 16px;
    }

    .who-its-for-content .who-its-for-list li .rotated-icon-primary i:before {
        left: 13px;
        top: 6px;
        font-size: 15px;
    }

    .who-its-for-video {
        min-height: 280px;
    }

    .who-its-for-video iframe {
        width: 180%;
        height: 180%;
    }
}

.logo-mobile-menu img{
    width: 170px;
}