
* {
    scroll-margin-top: 10rem;
}

:root {
    --primary: #4f99ff;
    --secondary: #176be0;
    --light: #000000;
    --dark: #272630;
    --green: #89c186;
    --greensecondary: #95e091;
}


.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 30px;
    padding: 35px 0;
    font-size: 18px;
    color: var(--light);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar {
    position: relative;
    z-index: 999;
}

.navbar-dropdown-expand-section {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    background-color: white;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5%;
    gap: 5%;
    transition: all ease-in-out 0s;
    border-bottom: 1px solid #ced4da;
}

.navbar-dropdown-expand-section.active {
    visibility: visible;
    top: 100%;
    transition: all ease-in-out 0.1s;
}

.navbar-dropdown-btn {
    cursor: pointer;
}

.navbar-dropdown-item {
    display: flex;
    gap: 5%;
    cursor: pointer;
}

.navbar-dropdown-icon {
    font-size: 1.5rem;
}

.navbar-dropdown-icon i {
    background-color: #f2f2f2 !important;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ced4da;
}

.navbar-dropdown-text h2 {
    font-weight: 100;
    font-size: 1.5rem;
}

/* @media (min-width: 992px) {
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
} */

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0 !important;
        padding: 10px 0 !important
    }
    .navbar-toggler {
        background-color: var(--green) !important;
        border: 1px solid var(--green) !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    .logo {
        height: 5rem !important;
    }
    
    .project-filter {
        width: 30% !important;
        font-size: 70% !important;   
    }

    .search-input {
        width: 100% !important;
        border-radius: 50px !important;
    }

    .projects-header {
        display: flex !important;
        justify-content: space-between !important;
    }

    .project-filter-expand {
        left: 50%;
        transform: translateX(-50%);
        right: 50%;

    }

    .navbar-dropdown-expand-section {
        display: grid;
        padding-bottom: 2rem;
        height: max-content;
        padding-top: 2rem;
    }
}

.bg-hero {
    background: url(../img/hero2.jpg) no-repeat rgb(0, 0, 0);
    background-size: cover;
    background-attachment: fixed;
}

/* .tjenester-hero {
    background: url(../img/hero3.jpg) no-repeat rgb(0, 0, 0);
    background-size: cover;
    background-attachment: fixed;
} */

.projekter-hero {
    background: url(../img/hero3.jpg) no-repeat rgb(0, 0, 0);
    background-size: cover;
    background-attachment: fixed;
}



@media (max-width: 991.98px) {
    .bg-hero {
        background-size: cover;
    }
}

.about-start,
.about-end {
    background: url(../img/about-bg.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}

.service-item {
    background: url(../img/service.jpg) top center no-repeat;
    background-size: cover;
    transition: 1s;
}

.service-item2 {
    background: url(../img/service2.jpg) top center no-repeat;
}

.service-item3 {
    background: url(../img/service3.jpg) top center no-repeat;
}

.service-item4 {
    background: url(../img/service4.jpg) top center no-repeat;
}

.service-item5 {
    background: url(../img/service5.jpg) top center no-repeat;
}

.service-item6 {
    background: url(../img/service6.jpg) top center no-repeat;
}


/* .service-item2 {
    background: url(../img/service2.jpg) top center no-repeat;
    background-size: cover;
    transition: .5s;
}

.service-item2:hover {
    background: url(../img/service2.jpg) bottom center no-repeat;
    background-size: cover;
} */
.service-item .service-icon,
.contact-item .contact-icon {
    margin-top: -50px;
    width: 100px;
    height: 100px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}

/* .bg-quote {
    background: url(../img/call-to-action2.png) top right no-repeat;
    background-size: contain;
} */

@media (max-width: 991.98px) {
    .bg-quote {
        background-size: cover;
    }
}

.team-item {
    position: relative;
    margin-bottom: 45px;
}

.team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: url(../img/brush.jpg) bottom center no-repeat; */
    background-color: var(--green);
    background-size: cover;
    height: 90px;
    padding: 0 30px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    height: 100%;
    bottom: 0;
}

.team-social {
    position: absolute;
    transition: .1s;
    transition-delay: .0s;
    opacity: 0;
}

.team-item:hover .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.bg-testimonial {
    background: url(../img/testimonial-3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.bg-testimonial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Gennemskinnelig sort overlejring */
    z-index: 0;
}

@media (max-width: 991.98px) {
    .bg-testimonial {
        background-size: cover;
    }
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 60px;
    height: 60px;
}

.bg-call-to-action {
    background: url(../img/call-to-action2.png) top right no-repeat;
    background-size: contain;
}

/* .bg-footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
} */

@media (max-width: 991.98px) {
    .bg-call-to-action,
    .bg-footer {
        background-size: cover;
    }
}

.bg-primary {
    background-color: var(--primary);
}

.navbar {
    background-color: white;
}

.hero-text {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.btn.btn-secondary {
    color: #4f99ff;

}

.btn-secondary:hover {
    color: #FFFFFF;
}

.hero-text {
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.hero-text-container {
    position: relative;
    z-index: 1;
}

.bg-hero{
    position: relative;
    background: url(../img/about-2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.bg-hero-2 {
    position: relative;
    background: url(../img/hero2.jpg) no-repeat center center rgb(0, 0, 0);
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
}

.bg-hero-3 {
    position: relative;
    background: url(../img/skolenibymidte.jpg) no-repeat center center rgb(0, 0, 0);
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
}

.bg-hero-4 {
    position: relative;
    background: url(../img/service.jpg) no-repeat center center rgb(0, 0, 0);
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
}

.bg-hero-5 {
    position: relative;
    background: url(../img/flyttelejligheder_2.jpg) no-repeat center center rgb(0, 0, 0);
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
}

.projekter-hero {
    position: relative;
    background: url(../img/hero3.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.bg-hero::before, .bg-hero-2::before, .bg-hero-3::before, .bg-hero-4::before, .bg-hero-5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Gennemskinnelig sort overlejring */
    z-index: 0;
}

.projekter-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Gennemskinnelig sort overlejring */
    z-index: 0;
}

.text-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.text-phone {
    color: black;
}

.text-blue {
    color: var(--primary);
}

.bg-footer {
    background-color: white !important;
}

.input-group {
    border: 1px solid #00000030 !important;
    border-radius: 8px !important;
}

.input-group input {
    background-color: #f2f2f2 !important;
}

.input-group input::placeholder {
    color: #c5c5c5;
}

.input-group input:focus {
    /* border: 1px solid #4f99ff !important; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newsletter-btn {
    background-color: #4f99ff;
    color: white;
    border: 1px solid transparent !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.newsletter-btn:hover {
    background-color: var(--secondary);
    color: white;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.follow-us-socials a {
    color: #ffffff;
}

.follow-us-socials a:hover {
    color: #4f99ff;
    background-color: #ffffff;
    border: 1px solid #4f99ff;
}

.back-to-top {
    border-color: #4f99ff;
}

.back-to-top:focus {
    /* box-shadow: 1px 1px 1px white !important; */
    background-color: #ffffff;
    color: var(--primary);
}

.offer-btn {
    background: var(--green) !important;
    color: white !important;
    border: 1px solid transparent !important;
}

.offer-btn:hover {
    background: var(--greensecondary) !important;
    color: white !important;
    border: 1px solid transparent !important;
    box-shadow: none;
}

.offer-btn:focus {
    border: none !important;
}

.owl-nav div {
    background: var(--primary) !important;
    color: white !important;
}

.owl-nav div:hover {
    background: var(--secondary) !important;
    color: white !important;
}

.service-container {
    justify-content: center;
}

.service {
    padding-top: 0 !important;
}

.service-item {
    margin-bottom: 2rem;
    min-height: 300px;
    box-shadow: 0px 0px 6px 0px #0000006e;
    position: relative;
}

.service-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35); /* Gennemskinnelig sort overlejring */
    z-index: 0;
    transition: 1s;
}

.service-item:hover::before {
    background-color: rgba(0, 0, 0, 0.50);
}

.service-item h3 {
    position: relative;
}

.text-light {
    color: white !important;
}

.about-start, .about-end {
    box-shadow: 0px 0px 5px 1px #00000057;
}

.projects-btn {
    background: var(--green) !important;
    color: white !important;
    border: 1px solid transparent !important;
}

.projects-btn:hover {
    background: var(--greensecondary) !important;
    color: white !important;
    border: 1px solid transparent !important;
    box-shadow: none;
}

.projects-container {
    justify-content: center;
    gap: 0 1.5rem;
}

.project-container {
    border: 1px solid #f2f2f2;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px #00000057;
    transition: 0.5s;
    word-break: break-word;
    overflow-wrap: break-word;
}

.project-container:hover {
    box-shadow: 0px 0px 8px 0px #000000b0;
    cursor: pointer;
}

.project-container img {
    border-radius: 8px;
    background-color: none !important;
}

.blog-item {
    box-shadow: 0px 0px 3px 0px #00000057;
    background-color: none !important;
    border-radius: 8px;
    background: none !important;
}

.center-it {
    justify-content: center;
    align-items: center;
    display: flex;
}

.project-location {
    margin-top: 1rem;
    font-size: 0.8rem !important;
    color: #afafaf;
}

.project-title {
    color: #5b5b5b;
    font-size: 1.6rem;
}

.project-description {
    color: #7b7b7b;
    font-size: 0.95rem !important;
}

.team-item {
    box-shadow: 0px 0px 6px 0px #0000006e;
}

.banner {
    background-color: var(--primary) !important;
}

.offer-container {
    background-color: var(--primary) !important;
}

.team-social a {
    color: var(--green) !important;
}

.team-social a:hover {
    background-color: var(--greensecondary) !important;
    color: white !important;
    border: 1px solid white !important;
}

.footer-fluid {
    background-color: var(--green) !important;
}

.malermester-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-end2 {
    background-color: var(--green) !important;
}

.about-end2 a {
    color: var(--green) !important;
}

.about-end2 a:hover {
    background-color: var(--green) !important;
    color: white !important;
    border: 1px solid white !important;
}

.hero-offer-btn {
    background: var(--green) !important;
    color: white !important;
    border: 1px solid transparent !important;
}

.hero-offer-btn:hover {
    background: transparent !important;
    color: white !important;
    border: 1px solid white !important;
    box-shadow: none;
}

.contact-btn {
    background: var(--green) !important;
    color: white !important;
    border: 1px solid transparent !important;
}

.contact-btn:hover {
    background: var(--greensecondary) !important;
    color: white !important;
    border: 1px solid transparent !important;
    box-shadow: none;
}

.contact-btn.active {
    background: var(--primary) !important;
    color: white !important;
    border: 1px solid transparent !important;
}

.service-item {
    background-size: cover;
    background-position: center;
}


.contact-display {
    margin-bottom: 3rem;
}

.contact-us-btn {
    background-color: white;
    color: var(--primary);
    border: 1px solid transparent;
}

.contact-us-btn:hover {
    background-color: var(--primary);
    color: white;
    border: 1px solid white;
}

.contact-container {
    color: white;
}

.contact-container h2, .contact-container h4, .contact-container i {
    color: white !important;
}

.team-container {
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-wrap: wrap;
    gap: 0 1rem;
}

.team-member {
    /* box-shadow: 0px 0px 6px 0px #0000006e; */
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s;
    background-color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 30rem;
}

.team-member-name {
    margin-top: 1rem;
    color: #272630;
    margin-bottom: 0;
    z-index: 1;
    transition: 0.8s;
}


.team-member-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #54595F;
    font-size: 1.3rem !important;
    z-index: 1;
    transition: 0.8s;
}

.team-socials {
    display: grid;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    line-height: 0.5rem;
    z-index: 1;
}

.team-socials a {
    color: #54595F;
    text-decoration: underline;
    transition: 0.8s;

}

.contact-footer p {
    margin-bottom: .5rem !important;
}

.container-fluid-contact {
    background-color: var(--primary) !important;
    margin-bottom: 5rem;
    padding-bottom: 5rem !important;
}

.container-fluid-contact2 {
    background-color: none;
}

.container-fluid-contact h2 {
    color: white !important;
    margin-top: 5rem;
    margin-bottom: 0;
}

.container-fluid-projekter {
    margin-bottom: 6rem;
}

.team-member-img {
    width: 13rem;
    aspect-ratio: 3 / 4;
    
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    /* border-radius: 50%; */

    background-color: #f2f2f2;
}

.team-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 768px) {
    .team-member-img {
        width: 10rem;
    }
}

@media (max-width: 480px) {
    .team-member-img {
        width: 8rem;
    }
}

@media (hover: hover) {
    .team-member-img img {
        transition: transform 0.3s ease;
    }

    .team-member-img:hover img {
        transform: scale(1.05);
    }
}

iframe {
    border: 1px solid #00000030;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 0px #0000006e;
}

.project-title span {
    font-size: 1.1rem;
    font-weight: 100;
}

@media (min-width: 768px) {
    .project-container {
        flex: 0 0 auto;
        width: 33.3333%;
    }
}

@media (min-width: 880px) {
    .project-container {
        flex: 0 0 auto;
        width: 25%;
    }
}

.service-info-container {
    z-index: 1;
}

.service-img-container img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px 0px #0000006e;
    position: relative;
    z-index: 2;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(0%) brightness(0%) saturate(100%) contrast(100%);
}


.partner-img {
    width: 200px; /* Fast bredde */
    height: 100px; /* Fast højde */
    object-fit: contain; /* Bevarer billedets proportioner uden at beskære */
}

.projects-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.project-container {
    flex: 1 1 calc(25% - 16px);
    max-width: calc(25% - 16px);
    box-sizing: border-box;
}

.blog-item {
    aspect-ratio: 1 / 1; /* Sikrer kvadratisk format */
    overflow: hidden;
    border-radius: 8px;
    height: min-content !important;
}

.blog-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Holder proportioner og beskærer billedet */
}

@media (max-width: 992px) {
    .project-container {
        flex: 1 1 calc(33.333% - 16px);
        max-width: calc(33.333% - 16px);
    }
}

@media (max-width: 768px) {
    .project-container {
        flex: 1 1 calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
}

@media (max-width: 576px) {
    .project-container {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .blog-item {
        width: 100% !important;
        height: 60% !important;
    }

    /* .project-link{
        height: min-content !important;
    } */

    .project-link {
        height: min-content !important;
    }

    .projects-wrapper {
        width: 80%;
    }

    .projects-wrapper-container {
        display: flex;
        justify-content: center;
    }

}

.project-text {
    text-align: left !important;
}


/* Dropdown container */
.custom-dropdown-container {
    position: absolute;
    top: 100px; /* Lige under navbaren */
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

/* Dropdown indhold */
.custom-dropdown-content {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

/* Dropdown sektion */
.dropdown-section {
    width: 100%;
    text-align: center;
}

.dropdown-section h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.dropdown-section ul {
    list-style: none;
    padding: 0;
}

.dropdown-section ul li {
    padding: 5px 0;
}

.dropdown-section ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.dropdown-section ul li a:hover {
    color: #007bff;
}


.project-input {
    border-radius: 8px;
    background-color: #f2f2f2 !important;
}

.search-input {
    position: relative;
    border-radius: 0;
    background-color: #ffffff !important;
    position: relative;
    width: 50%;
    /* border-radius: 50px; */
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.search-input::after {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    color: black;
    font-size: 1.2rem;
    right: 0;
    width: 50px;
    height: 50px;
}

.search-input:focus {
    border: 1px solid #4f99ff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.project-filters-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.project-filter {
    position: relative;
    border-radius: 50px;
    padding: 0.3rem 1rem;
    display: flex;
    gap: 1rem;
    border: 1px solid #ced4da;
    background-color: var(--primary);
    color: white;
    width: 12%;
    display: flex;
    justify-content: space-between;
    font-size: 90%;
}

.project-filter-expand {
    display: block;
    visibility: hidden;
    position: absolute;
    top: -30%;
    left: 0;
    width: 250%;
    background-color: white;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
    z-index: 999;
    padding: 1rem 2rem;
    margin-top: 0.5rem;
    cursor: default;
    color: black;
    transition: all ease-in-out 0.5s;
    opacity: 0;
}

.project-filter-expand.active {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.project-filter-expand header {
    display: flex;
    justify-content: space-between;
}

.project-filter-expand header span {
    height: fit-content !important;
    font-size: 1.5rem;
    cursor: pointer;
}

.project-filter-expand header h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #54595F;
}

.project-filter-expand footer {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    cursor: default;
}



.project-filter-expand-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.project-filter-item {
    border-radius: 50px;
    padding: 0.3rem 0rem;
    display: flex;
    gap: 1rem;
    cursor: default;
}

.project-filter-item input {
    width: 1.2rem;
    cursor: pointer;
}

.project-filter-item label {
    font-weight: 300;
}

.filter-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;

}

.filter-btn {
    background-color: var(--primary);
    color: white;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
}

.project-preview {
    position: relative;
}

.project-overlay {
    position: absolute;
    top: -20%;
    left: 0;
    margin-bottom: 10rem;
    width: 100%;
    border: 1px solid #f2f2f2;
    padding: 1rem;
    background-color: white;
    box-shadow: 0px 0px 4px 0px #00000096;
    display: none;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 8px;
}

.project-overlay.active {
    display: flex;
}