.buildcore-logo {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.buildcore-logo__mark {
    align-items: center;
    background: linear-gradient(135deg, #f6dfa0 0%, #d4af37 55%, #8f6b14 100%);
    border-radius: 50%;
    color: #111;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    height: 46px;
    justify-content: center;
    letter-spacing: -0.04em;
    width: 46px;
}

.buildcore-logo__text {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.buildcore-header .main-header__logo img,
.buildcore-footer .footer-logo img {
    display: none;
}

.buildcore-header .main-header__inner {
    gap: 26px;
}

.buildcore-header__right {
    gap: 18px;
}

.buildcore-language-switcher {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    gap: 8px;
    padding: 10px 14px;
}

.buildcore-language-switcher a {
    color: #fff;
    text-decoration: none;
}

.buildcore-language-switcher a.active,
.buildcore-language-switcher a:hover,
.main-menu .main-menu__list > li > a.current {
    color: #d4af37;
}

.buildcore-header__cta .cilox-btn {
    white-space: nowrap;
}

.buildcore-hero-subtitle {
    color: rgba(255, 255, 255, .78);
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 34px;
    max-width: 720px;
}

.buildcore-page-intro {
    color: rgba(255, 255, 255, .78);
    font-size: 20px;
    line-height: 1.7;
    margin-top: 18px;
    max-width: 850px;
}

.buildcore-alert {
    border-radius: 14px;
    margin-bottom: 20px;
}

.buildcore-topic-list {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.buildcore-topic-card {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    color: #fff;
    padding: 22px;
}

.buildcore-step-card {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    height: 100%;
    padding: 28px;
}

.buildcore-step-card__number {
    color: #d4af37;
    display: inline-block;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.buildcore-step-card h3,
.buildcore-step-card p {
    color: #fff;
}

.buildcore-step-card p {
    color: rgba(255,255,255,.72);
}

.client-carousel__one__item.buildcore-capability {
    align-items: center;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    color: #fff;
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 64px;
    padding: 0 22px;
    text-align: center;
}

.footer-widget__text {
    margin-top: 22px;
}

@media (max-width: 1199px) {
    .buildcore-header__cta {
        display: none;
    }
}

@media (max-width: 767px) {
    .buildcore-logo__text {
        font-size: 17px;
    }

    .buildcore-language-switcher {
        display: none;
    }

    .buildcore-hero-subtitle {
        font-size: 17px;
    }
}

/* BuildCore v3 - targeted fixes without overriding Cilox components globally */
.project-area .project-card__content > p:not(.project-card__tag) {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.55;
}

.project-area .project-card__title {
    color: #18191c;
}

.service-card__text,
.feature-one__hover__content .feature-one__text,
.showcase-one__content__text,
.buildcore-page-intro,
.buildcore-hero-subtitle {
    color: rgba(255, 255, 255, 0.78);
}

.service-one .sec-title__title,
.project-area .sec-title__title,
.showcase-one__content__title,
.cta-one__title {
    color: #ffffff;
}

.funfact-one {
    max-width: 1500px;
}

.funfact-one .funfact-one__top {
    text-align: center;
}

.funfact-one .funfact-one__top__text {
    border-radius: 18px 18px 0 0;
    min-width: 220px;
    text-align: center;
}

.funfact-one__inner {
    padding-left: 42px;
    padding-right: 42px;
    overflow: hidden;
}

.funfact-one__list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px 44px;
}

.funfact-one__list__item {
    flex: 0 1 calc(33.333% - 44px);
    min-width: 280px;
    max-width: 360px;
}

.funfact-one__list__item + .funfact-one__list__item::after {
    display: none;
}

.funfact-one .funfact-one__list__count {
    color: rgba(24, 25, 28, 0.48);
}

.funfact-one .funfact-one__list__text {
    color: #18191c;
    font-size: 15px;
    line-height: 1.25;
}

.buildcore-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    opacity: 0.92;
}

.buildcore-footer__social a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 15px;
    height: 42px;
    justify-content: center;
    text-decoration: none;
    width: 42px;
}

.buildcore-footer__social a:hover {
    background: #d4af37;
    color: #18191c;
}

.contact-one .contact-one__top__text {
    color: #5f626c;
    max-width: 520px;
}

.contact-one .contact-one__call__title,
.contact-one .contact-one__call__number {
    color: #ffffff;
}

.contact-one .sec-title__title {
    font-size: clamp(38px, 4vw, 70px);
    line-height: 1.08;
}

.main-slider-one__title span {
    word-break: normal;
    overflow-wrap: normal;
}

@media (max-width: 1700px) {
    .buildcore-header__cta {
        display: none;
    }
}

@media (max-width: 1199px) {
    .funfact-one__list__item {
        flex-basis: calc(50% - 34px);
    }
}

@media (max-width: 767px) {
    .funfact-one__inner {
        padding-left: 22px;
        padding-right: 22px;
    }

    .funfact-one__list {
        gap: 26px;
    }

    .funfact-one__list__item {
        flex-basis: 100%;
        min-width: 0;
    }

    .contact-one .sec-title__title {
        font-size: 40px;
    }
}


/* BuildCore v4 - small corrective patch */
.contact-one .contact-one__call {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(24, 25, 28, 0.12);
    color: #18191c;
}

.contact-one .contact-one__call__title,
.contact-one .contact-one__call__number {
    color: #18191c !important;
}

.contact-one .contact-one__call__number:hover {
    color: #8f6b14 !important;
}

.contact-one .contact-one__call__content {
    border-left-color: rgba(24, 25, 28, 0.16);
}

.funfact-one {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
}

.funfact-one .funfact-one__top {
    text-align: center;
    margin-bottom: -37px;
}

.funfact-one .funfact-one__top .container {
    display: flex;
    justify-content: center;
}

.funfact-one__inner {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
}

.funfact-one__inner > .container {
    max-width: 1320px;
}

.funfact-one__list {
    align-items: center;
    justify-content: center;
    gap: 22px 34px;
}

.funfact-one__list__item {
    flex: 0 1 360px;
    max-width: 360px;
    min-width: 250px;
    justify-content: center;
}

.funfact-one .funfact-one__list__text {
    color: #18191c;
}

.service-card,
.project-card,
.feature-one__item,
.buildcore-step-card,
.buildcore-topic-card {
    border-radius: 18px;
}

.service-card__thumb,
.project-card__thumb,
.feature-one__item__image,
.about-two__thumb__image,
.about-two__thumb__image-two {
    border-radius: 0;
}

.service-card__icon {
    width: 82px;
    height: 82px;
    border-radius: 50% !important;
    overflow: hidden;
    flex: 0 0 82px;
}

.project-card__content {
    border-radius: 0;
}

.project-area .project-card__title {
    color: #18191c;
}

.project-area .project-card__content > p:not(.project-card__tag) {
    color: rgba(255, 255, 255, 0.82);
}

/* Home slider controls: remove number buttons and keep clean dots + arrows. */
.main-slider-one .buildcore-slider-controls {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 18px 22px 18px 28px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    position: absolute;
    bottom: 50px;
    right: 20%;
    z-index: 20;
    background: rgba(24, 25, 28, 0.18);
    backdrop-filter: blur(4px);
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li button {
    width: 9px;
    height: 9px;
    min-width: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    color: transparent;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li button::before,
.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li button::after {
    display: none !important;
    content: none !important;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__custom-dots .slick-dots li.slick-active button {
    background: #f5bf3e;
    transform: scale(1.28);
}

.main-slider-one .buildcore-slider-controls .main-slider-one__arrow-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__slick-button {
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    border: 0;
    background: #fff;
    color: #18191c;
}

.main-slider-one .buildcore-slider-controls .main-slider-one__slick-button:hover {
    background: #f5bf3e;
    color: #18191c;
}

@media (max-width: 1199px) {
    .main-slider-one .buildcore-slider-controls {
        right: 20px;
        bottom: 34px;
    }
}

@media (max-width: 767px) {
    .main-slider-one .buildcore-slider-controls {
        left: 20px;
        right: auto;
        bottom: 24px;
        gap: 18px;
        padding: 14px 16px;
    }

    .main-slider-one .buildcore-slider-controls .main-slider-one__slick-button {
        width: 44px;
        height: 44px;
    }
}

/* BuildCore demo cards readability fix */
.project-area .project-card {
    border-radius: 26px;
    overflow: hidden;
}

.project-area .project-card__thumb {
    min-height: 520px;
}

.project-area .project-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-area .project-card__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.18) 30%, rgba(0,0,0,0.68) 68%, rgba(0,0,0,0.88) 100%);
    z-index: 1;
    pointer-events: none;
}

.project-area .project-card__content {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 120px 22px 24px;
    z-index: 3;
    gap: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.40) 28%, rgba(0,0,0,0.72) 60%, rgba(0,0,0,0.92) 100%);
}

.project-area .project-card__tag {
    color: #18191c;
    background: #d4af37;
    border-radius: 0;
    padding: 9px 16px;
    margin-bottom: 0;
}

.project-area .project-card__title {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.84);
    padding: 14px 18px;
    display: inline-block;
    max-width: calc(100% - 20px);
    margin-bottom: 0;
}

.project-area .project-card__content > p:not(.project-card__tag) {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.84);
    padding: 12px 18px 14px;
    display: inline-block;
    max-width: calc(100% - 20px);
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.55;
}

@media (max-width: 991px) {
    .project-area .project-card__thumb {
        min-height: 460px;
    }

    .project-area .project-card__content {
        padding-top: 110px;
    }
}

@media (max-width: 767px) {
    .project-area .project-card__thumb {
        min-height: 400px;
    }

    .project-area .project-card__content {
        padding: 100px 18px 18px;
    }

    .project-area .project-card__title,
    .project-area .project-card__content > p:not(.project-card__tag) {
        max-width: 100%;
    }
}
