/* Costa Floors brand overrides */
:root,
body.theme-color2,
.theme-color2 {
    --theme-color: #d6cca8 !important;
    --theme-color2: #d6cca8;
    --theme-color3: #d6cca8;
    --black-color: #2a2627;
    --black-color2: #2a2627;
    --title-color: #2a2627;
    --title-dark: #2a2627;
    --smoke-color: #f5f1e8;
    --smoke-color3: #f5f1e8;
    --safe-top: env(safe-area-inset-top, 0px);
    --safe-right: env(safe-area-inset-right, 0px);
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --safe-left: env(safe-area-inset-left, 0px);
    --app-vh: 100vh;
    --app-dvh: 100dvh;
}

@supports (height: 100dvh) {
    :root,
    body.theme-color2,
    .theme-color2 {
        --app-vh: 100dvh;
        --app-dvh: 100dvh;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    padding-left: var(--safe-left);
    padding-right: var(--safe-right);
}

/* Mobile browser chrome / notch safe spacing site-wide */
.th-header .sticky-wrapper {
    padding-top: var(--safe-top);
}

/* Match home: absolute header so sticky fixed does not resize/jump the page */
.th-header.header-layout3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.th-header.header-layout3 .sticky-wrapper.sticky {
    background: var(--black-color2);
}

.scroll-top {
    bottom: calc(20px + var(--safe-bottom)) !important;
    right: calc(20px + var(--safe-right)) !important;
}

.th-menu-wrapper .th-menu-area {
    padding-top: var(--safe-top);
    padding-bottom: var(--safe-bottom);
}

.th-mobile-menu {
    max-height: calc(var(--app-vh) - 200px - var(--safe-top) - var(--safe-bottom)) !important;
    padding-bottom: calc(40px + var(--safe-bottom)) !important;
}

.footer-wrapper {
    padding-left: var(--safe-left);
    padding-right: var(--safe-right);
}

.footer-wrapper .widget-area {
    padding-top: 70px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .footer-wrapper .widget-area {
        padding-top: 55px;
        padding-bottom: 30px;
    }
}

.copyright-wrap {
    padding-bottom: calc(20px + var(--safe-bottom)) !important;
    padding-left: var(--safe-left);
    padding-right: var(--safe-right);
}

.preloader {
    height: var(--app-vh) !important;
    min-height: var(--app-vh) !important;
}

.header-logo img,
.mobile-logo img,
.about-logo img,
.footer-logo img {
    max-height: 64px;
    width: auto;
}

.footer-wrapper .about-logo img {
    max-height: 96px;
}

/* Get In Touch: icon + text vertically centered on one row */
.footer-wrapper .th-widget-contact .info-box_text {
    align-items: center;
}

.footer-wrapper .th-widget-contact .info-box_text .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.footer-wrapper .th-widget-contact .info-box_text .icon img {
    display: block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.footer-wrapper .th-widget-contact .info-box_text .details {
    margin-top: 0;
}

.footer-wrapper .th-widget-contact .info-box_text .details p {
    line-height: 1.4;
}

.testi-card .avatar img,
.testi-card.style3 .avatar img {
    width: 48px;
    height: 48px;
}

.preloader-inner img {
    max-height: 72px;
    width: auto;
}

.preloader .loader {
    font-size: 42px;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .preloader .loader {
        font-size: 28px;
    }
}

.hero-social-link {
    display: none !important;
}

.costa-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    border-radius: 8px;
    overflow: hidden;
}

.costa-social a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.costa-social a:hover {
    opacity: .9;
    transform: translateY(-2px);
}

.checklist.style5 li:before {
    /* ensure brand checkmark color via SVG already updated */
}

.form-group.style-border2 .form-control:focus,
.form-group.style-border2 textarea.form-control:focus,
.form-group.style-border2 input.form-control:focus {
    outline: none;
    border: 1px solid #2a2627 !important;
    box-shadow: none !important;
}

.costa-submit-btn.th-btn {
    background: #d6cca8 !important;
    border-color: #d6cca8 !important;
    color: #2a2627 !important;
}

.costa-submit-btn.th-btn:hover,
.costa-submit-btn.th-btn:focus {
    background: #d6cca8 !important;
    border-color: #d6cca8 !important;
    color: #2a2627 !important;
    opacity: .92;
}

.costa-submit-btn .btn-icon {
    -webkit-filter: none !important;
    filter: none !important;
    background: transparent !important;
}

.costa-submit-btn .btn-icon i {
    color: #2a2627 !important;
}

#contact-sec.contact-area-4 {
    padding-top: 80px;
}

@media (min-width: 992px) {
    #contact-sec.contact-area-4 {
        padding-top: 100px;
    }
}

.costa-select-group {
    position: relative;
    z-index: 5;
}

.costa-select-group > i,
.costa-select-native {
    display: none !important;
}

.costa-select {
    position: relative;
    width: 100%;
}

.costa-select-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: 60px;
    min-height: 60px;
    padding: 14px 24px;
    border: 1px solid var(--th-border-color, #B3B3B3);
    border-radius: 50px;
    background: transparent;
    color: var(--body-color, #555555);
    font-family: var(--body-font, "Inter", sans-serif);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    transition: border-color .25s ease, color .25s ease;
}

.costa-select.open .costa-select-trigger,
.costa-select-trigger:hover,
.costa-select-trigger:focus {
    outline: none;
    border: 1px solid #2a2627;
    box-shadow: none;
}

.costa-select.has-value .costa-select-trigger {
    color: #2a2627;
}

.costa-select-trigger i {
    color: #d6cca8;
    font-size: 14px;
    transition: transform .25s ease;
}

.costa-select.open .costa-select-trigger i {
    transform: rotate(180deg);
}

.costa-select-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #2a2627;
    border: 1px solid rgba(214, 204, 168, .35);
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(42, 38, 39, .28);
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.costa-select.open .costa-select-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.costa-select-menu li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 8px;
    color: #f5f1e8;
    font-size: 15px;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.costa-select-menu li i {
    width: 18px;
    text-align: center;
    color: #d6cca8;
    font-size: 14px;
}

.costa-select-menu li:hover,
.costa-select-menu li:focus,
.costa-select-menu li.is-selected {
    outline: none;
    background: rgba(214, 204, 168, .16);
    color: #fff;
}

.costa-select-menu li.is-selected {
    background: #d6cca8;
    color: #2a2627;
}

.costa-select-menu li.is-selected i {
    color: #2a2627;
}

.contact-thumb4-1.img-shine {
    overflow: hidden;
    position: relative;
}

.portfolio-card.style4 .portfolio-img.img-shine {
    overflow: hidden;
}

/* About section scroll reveal */
#about-sec .costa-reveal {
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity .9s cubic-bezier(.22, 1, .36, 1), transform .9s cubic-bezier(.22, 1, .36, 1);
}

#about-sec .costa-reveal[data-reveal="left"] {
    transform: translate3d(-48px, 24px, 0);
}

#about-sec .costa-reveal[data-reveal="right"] {
    transform: translate3d(48px, 36px, 0);
}

#about-sec .costa-reveal[data-reveal="up"] {
    transform: translate3d(0, 40px, 0);
}

#about-sec.is-revealed .costa-reveal {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

#about-sec.is-revealed .costa-reveal[data-reveal-delay="0.15"] {
    transition-delay: .15s;
}

#about-sec.is-revealed .img2.costa-reveal {
    transition-delay: .18s;
}

@media (prefers-reduced-motion: reduce) {
    #about-sec .costa-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Insights counters scroll reveal — top to bottom, one by one */
#insights-sec .costa-insight-item {
    opacity: 0;
    transform: translate3d(0, -36px, 0);
    will-change: transform, opacity;
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
    transition-delay: 0s;
}

#insights-sec.is-revealed .costa-insight-item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: var(--insight-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
    #insights-sec .costa-insight-item {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.breadcumb-wrapper.banner-contact {
    background-position: center 20% !important;
}

/* Service details layout */
.costa-service-hero {
    border-radius: 16px;
    overflow: hidden;
}

.costa-service-hero img {
    width: 100%;
    height: clamp(280px, 48vw, 520px);
    object-fit: cover;
    display: block;
}

.costa-service-lead {
    font-size: 1.125rem;
    color: var(--title-color);
    font-weight: 500;
}

.costa-service-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.costa-service-gallery-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    cursor: pointer;
}

.costa-service-gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        160deg,
        rgba(214, 204, 168, 0.15) 0%,
        rgba(42, 38, 39, 0.55) 100%
    );
    opacity: 0;
    transition: opacity .4s ease;
}

.costa-service-gallery-item::after {
    content: "\f00e";
    font-family: var(--icon-font, "Font Awesome 6 Pro");
    font-weight: 300;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #d6cca8;
    color: #2a2627;
    font-size: 1rem;
    opacity: 0;
    transform: scale(0.6) translateY(8px);
    transition: opacity .35s ease, transform .4s cubic-bezier(.22, 1, .36, 1);
    box-shadow: 0 8px 24px rgba(42, 38, 39, 0.25);
}

.costa-service-gallery-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .4s ease;
    will-change: transform;
}

.costa-service-gallery-item:hover::before {
    opacity: 1;
}

.costa-service-gallery-item:hover::after {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.costa-service-gallery-item:hover img {
    transform: scale(1.12);
    filter: saturate(1.08) contrast(1.04);
}

.widget_categories li.active > a {
    color: var(--theme-color);
}

#process-area2 .process-card2 .box-title {
    color: var(--theme-color);
}

.testi-sec-1 .testi-thumb-wrap .img1,
.testi-sec-1 .testi-thumb-wrap .img2 {
    overflow: hidden;
}

.testi-sec-1 .testi-thumb-wrap .img1,
.testi-sec-1 .testi-thumb-wrap .img1 img {
    border-radius: 20px 70px 20px 70px;
}

.testi-sec-1 .testi-thumb-wrap .img2,
.testi-sec-1 .testi-thumb-wrap .img2 img {
    border-radius: 70px 20px 70px 20px;
}

@media (max-width: 767px) {
    .testi-sec-1 .testi-thumb-wrap .img2 {
        display: none;
    }

    .testi-sec-1 .testi-thumb-wrap {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .testi-sec-1 .testi-thumb-wrap .img1 {
        display: block;
        width: 92%;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .testi-sec-1 .testi-thumb-wrap .img1 img {
        width: 100%;
        height: auto;
        display: block;
    }

    .costa-reviews-more {
        text-align: center;
    }
}

/* Footer column reveal: title then items, top to bottom */
.footer-wrapper .costa-footer-reveal {
    opacity: 0;
    transform: translate3d(0, -22px, 0);
    will-change: transform, opacity;
    transition: opacity .55s cubic-bezier(.22, 1, .36, 1), transform .55s cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--footer-reveal-delay, 0s);
}

.footer-wrapper.is-footer-revealed .costa-footer-reveal {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .footer-wrapper .costa-footer-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 767px) {
    .costa-service-gallery-item img {
        height: 140px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .costa-service-gallery-item img,
    .costa-service-gallery-item::before,
    .costa-service-gallery-item::after {
        transition: none;
    }

    .costa-service-gallery-item:hover img {
        transform: none;
    }
}

/* —— Project Gallery lightbox —— */
html.costa-gallery-open,
body.costa-gallery-open {
    overflow: hidden !important;
    height: var(--app-vh);
    max-height: var(--app-vh);
    touch-action: none;
    overscroll-behavior: none;
}

body.costa-gallery-open .mfp-bg.mfp-costa-gallery {
    background: rgba(42, 38, 39, 0.55) !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    opacity: 1 !important;
}

.costa-mfp-progress {
    position: fixed;
    top: var(--safe-top);
    left: 0;
    right: 0;
    z-index: 100000000;
    height: 4px;
    background: rgba(255, 255, 255, 0.18);
    pointer-events: none;
}

.costa-mfp-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, #d6cca8 0%, #f0e8d0 100%);
    box-shadow: 0 0 12px rgba(214, 204, 168, 0.45);
}

.costa-mfp-progress span.is-running {
    animation: costaMfpProgress 4s linear forwards;
}

@keyframes costaMfpProgress {
    from { width: 0%; }
    to { width: 100%; }
}

.mfp-costa-gallery.mfp-wrap {
    z-index: 10000000;
}

.mfp-costa-gallery .mfp-content {
    transition: opacity .45s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
    opacity: 1;
    transform: scale(1) translateY(0);
    will-change: opacity, transform;
}

.mfp-costa-gallery .mfp-content.costa-mfp-hide {
    opacity: 0 !important;
    transform: scale(0.97) translateY(10px);
    pointer-events: none;
}

.mfp-costa-gallery .mfp-content.costa-mfp-show {
    opacity: 1 !important;
    transform: scale(1) translateY(0);
}

.mfp-costa-gallery.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-costa-gallery.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.98);
}

.mfp-costa-gallery .mfp-figure {
    transition: opacity .45s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}

.mfp-costa-gallery .mfp-img {
    border-radius: 12px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
    transition: opacity .45s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
    opacity: 1;
    transform: scale(1);
    width: auto !important;
    height: auto !important;
    max-width: min(95vw, 100%) !important;
    max-height: calc(var(--app-vh) * 0.95 - 48px - var(--safe-top) - var(--safe-bottom)) !important;
    object-fit: contain;
    object-position: center center;
    padding: 0 !important;
    margin: 0 auto !important;
    display: block;
    vertical-align: middle;
}

.mfp-costa-gallery .mfp-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: calc(2.5vh + var(--safe-top)) calc(72px + var(--safe-right)) calc(2.5vh + var(--safe-bottom)) calc(72px + var(--safe-left)) !important;
    box-sizing: border-box;
    height: var(--app-vh) !important;
    max-height: var(--app-vh) !important;
}

.mfp-costa-gallery .mfp-container::before {
    display: none !important;
    content: none !important;
}

.mfp-costa-gallery .mfp-content {
    max-width: 95vw;
    max-height: calc(var(--app-vh) * 0.95 - var(--safe-top) - var(--safe-bottom));
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    vertical-align: middle;
    gap: 0;
}

.mfp-costa-gallery .mfp-figure,
.mfp-costa-gallery .costa-mfp-figure {
    display: block !important;
    line-height: normal;
    position: relative;
    margin: 0;
    padding: 0;
    text-align: center;
}

.mfp-costa-gallery .mfp-figure:after,
.mfp-costa-gallery .costa-mfp-figure:after {
    display: none !important;
}

.mfp-costa-gallery .mfp-bottom-bar {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 0 14px !important;
    width: 100% !important;
    transform: none !important;
    z-index: 5;
    text-align: center;
    pointer-events: none;
    line-height: 1.2;
}

.mfp-costa-gallery .mfp-counter {
    position: static !important;
    display: inline-block !important;
    float: none !important;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(42, 38, 39, 0.72);
    color: #fff !important;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.04em;
    font-family: var(--title-font, Outfit, sans-serif);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.mfp-costa-gallery .mfp-title:empty {
    display: none;
}

.mfp-costa-gallery .mfp-img {
    max-height: calc(var(--app-vh) * 0.95 - 72px - var(--safe-top) - var(--safe-bottom)) !important;
}

.mfp-costa-gallery .mfp-close {
    top: calc(20px + var(--safe-top)) !important;
    right: calc(20px + var(--safe-right)) !important;
}

@media (max-width: 767px) {
    .mfp-costa-gallery .mfp-container {
        padding: calc(2vh + var(--safe-top)) calc(56px + var(--safe-right)) calc(2vh + var(--safe-bottom)) calc(56px + var(--safe-left)) !important;
    }

    .mfp-costa-gallery .mfp-img {
        max-width: 92vw !important;
        max-height: calc(var(--app-vh) * 0.9 - 40px - var(--safe-top) - var(--safe-bottom)) !important;
    }

    .mfp-costa-gallery .mfp-arrow-left {
        left: calc(10px + var(--safe-left)) !important;
    }

    .mfp-costa-gallery .mfp-arrow-right {
        right: calc(10px + var(--safe-right)) !important;
    }
}

.mfp-costa-gallery.mfp-bg {
    transition: opacity .35s ease, backdrop-filter .35s ease;
}

.mfp-costa-gallery .mfp-preloader {
    color: #d6cca8;
}

.mfp-costa-gallery .mfp-figure:after {
    display: none;
}

.mfp-costa-gallery .costa-mfp-arrow,
.mfp-costa-gallery.mfp-wrap .mfp-arrow {
    width: 64px !important;
    height: 64px !important;
    margin-top: -32px !important;
    opacity: 1 !important;
    background: #d6cca8 !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 28px rgba(42, 38, 39, 0.35);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
    overflow: hidden !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.mfp-costa-gallery .costa-mfp-arrow:hover,
.mfp-costa-gallery.mfp-wrap .mfp-arrow:hover {
    background: #ebe3c8 !important;
    transform: scale(1.08);
    box-shadow: 0 14px 32px rgba(42, 38, 39, 0.4);
}

/* kill default Magnific triangle arrows */
.mfp-costa-gallery .costa-mfp-arrow::before,
.mfp-costa-gallery .costa-mfp-arrow::after,
.mfp-costa-gallery.mfp-wrap .mfp-arrow::before,
.mfp-costa-gallery.mfp-wrap .mfp-arrow::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.mfp-costa-gallery .costa-mfp-arrow-icon {
    display: block;
    width: 14px;
    height: 14px;
    border-top: 3px solid #2a2627;
    border-right: 3px solid #2a2627;
    box-sizing: border-box;
    pointer-events: none;
}

.mfp-costa-gallery .mfp-arrow-left .costa-mfp-arrow-icon {
    transform: translateX(3px) rotate(-135deg);
}

.mfp-costa-gallery .mfp-arrow-right .costa-mfp-arrow-icon {
    transform: translateX(-3px) rotate(45deg);
}

.mfp-costa-gallery .mfp-arrow-left {
    left: calc(24px + var(--safe-left)) !important;
}

.mfp-costa-gallery .mfp-arrow-right {
    right: calc(24px + var(--safe-right)) !important;
}

.mfp-costa-gallery .mfp-close {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
    right: calc(20px + var(--safe-right)) !important;
    top: calc(20px + var(--safe-top)) !important;
    opacity: 1 !important;
    background: rgba(42, 38, 39, 0.75) !important;
    color: #d6cca8 !important;
    border-radius: 50%;
    font-size: 28px !important;
    transition: background .25s ease, transform .25s ease;
}

.mfp-costa-gallery .mfp-close:hover {
    background: #2a2627 !important;
    transform: scale(1.06);
}

@media (max-width: 767px) {
    .mfp-costa-gallery .costa-mfp-arrow,
    .mfp-costa-gallery.mfp-wrap .mfp-arrow {
        width: 48px !important;
        height: 48px !important;
        margin-top: -24px !important;
    }

    .mfp-costa-gallery .mfp-arrow-left {
        left: calc(10px + var(--safe-left)) !important;
    }

    .mfp-costa-gallery .mfp-arrow-right {
        right: calc(10px + var(--safe-right)) !important;
    }
}

/* Project listing + detail meta */
.costa-project-meta {
    margin: 6px 0 0;
    color: #7a746c;
    font-size: 14px;
    line-height: 1.45;
}

.property-card7 .costa-project-meta {
    max-width: 240px;
}

.property-card7 .property-card-thumb > a {
    display: block;
    height: 100%;
}

.property-card7 .property-card-thumb > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-card7 .property-card-title {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    line-height: 1.3;
}

.costa-project-facts {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 30px 0 0;
}

.costa-project-facts li {
    position: relative;
    padding-left: 18px;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.costa-project-facts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--theme-color, #d6cca8);
}
