/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 22:15:56 */
.newsletter-form svg.e-font-icon-svg.e-eicon-caret-down,.contact-form svg.e-font-icon-svg.e-eicon-caret-down,.newsletter-form .elementor-field-group .elementor-select-wrapper:before, .contact-form .elementor-field-group .elementor-select-wrapper:before{
    display: none;
}

.newsletter-form .select-caret-down-wrapper,.contact-form .select-caret-down-wrapper {
    width: 20px;
    height: 20px;
    background-image: url('https://dev.creativetm.co/makespace/wp-content/uploads/2025/11/chevron-down-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none; 
	position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newsletter-form .elementor-field.elementor-select-wrapper select,.contact-form .elementor-field.elementor-select-wrapper select {
    padding-right: 20px;
}


.super-text {
	transform: translate(-50%);
}

* {
  font-family: "Karla", sans-serif;
  letter-spacing: 0 !important;
}

.title-repeater-section__repeater .jet-listing-dynamic-repeater__items {
    gap: 64px;
}

.title-repeater-section__repeater .jet-listing-dynamic-repeater__items .repeater-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.title-repeater-section__repeater .jet-listing-dynamic-repeater__items .repeater-cards .repeater-cards_title {
    color: #151515;
	font-family: "aktiv-grotesk-extended", sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-align: left;
    width: 100%;
}

.title-repeater-section__repeater .jet-listing-dynamic-repeater__items .repeater-cards .repeater-cards_description {
    color: #000;
    font-family: "Karla", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

}

.card-top-img-bottom-text .elementor-element.e-con-full.shadow-01.e-flex.e-con.e-child:hover .card-arrow-icon {
    background-color: #D8D8D8;
}

.card-top-img-bottom-text .elementor-element.e-con-full.shadow-01.e-flex.e-con.e-child:hover .card-arrow-icon svg path {
    stroke: #797979;
}

.blog-card .blog-card-tag-and-time .card-tag .jet-listing.jet-listing-dynamic-terms {
    margin: -4px 0 -2px !important;
}

.contact-form .form-terms {
    color: #151515 !important;
    font-family: "Karla", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0 !important;
}


@media (min-width: 1025px) {
    [class~="3-cards-container"] .e-con-inner {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
       
    }

    [class~="3-cards-container"] .e-con-inner>.e-con {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    [class~="3-cards-container"] .e-con-inner>.e-con>a.e-con {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

[class~="3-cards-container"] img {
    width: 100%;
    height: auto;
    display: block;
}


@media (max-width: 1024px) and (min-width: 677px) {
    [class~="3-cards-container"] img {
        width: auto;
        height: 100%;
        display: block;
    }
}

.projects-slider .jet-listing-grid__slider-icon.slick-arrow svg path {
    fill: #151515 !important;
    stroke: #151515 !important;
}

.projects-slider .jet-listing-grid__slider-icon.slick-arrow.slick-disabled svg path {
    fill: #D8D8D8 !important;
    stroke: #D8D8D8 !important;
}

.projects-slider__counter {
    position: absolute;
    bottom: 15%;
    right: 16px;
    top: auto;
    left: auto;
    font-size: 48px;
    line-height: 1;
    color: #151515;
    user-select: none;
    font-weight: 500;
	font-family: "aktiv-grotesk", sans-serif;
    letter-spacing: -0.96px;
}

@media(max-width: 1024px) {
    .projects-slider__counter {
        bottom: 25%;
    }

    .title-repeater-section__repeater .jet-listing-dynamic-repeater__items .repeater-cards .repeater-cards_title {
        font-size: 18px;
    }

    .title-repeater-section__repeater .jet-listing-dynamic-repeater__items .repeater-cards .repeater-cards_description {
        font-size: 14px;
    }

    .contact-form.form-mobile input {
        padding: 12px !important;
    }

    .contact-form.form-mobile .elementor-field-subgroup {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .projects-slider .jet-listing-grid__slider-icon.prev-arrow.slick-arrow {
        bottom: 00% !important;
		right: 64px !important;
    }

    .projects-slider .jet-listing-grid__slider-icon.next-arrow.slick-arrow {
        bottom: 00% !important;
    }

    .projects-slider .projects-slider__counter {
        bottom: 4%;
        font-size: 24px;
        letter-spacing: -0.48px;
        margin-right: 7px !important;
    }
}

.title-repeater-section__repeater .jet-listing-dynamic-repeater__items {
    display: flex;
    flex-wrap: wrap;
    gap: 64px;
}

.title-repeater-section__repeater .jet-listing-dynamic-repeater__item {
    flex: 0 0 calc(50% - 32px) !important;
    max-width: calc(50% - 32px) !important;
    box-sizing: border-box;
}

.desktop-none {
    display: none !important;
}

@media (max-width: 1024px) {
    .title-repeater-section__repeater .jet-listing-dynamic-repeater__item {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .mobile-none {
        display: none !important;
    }

    .desktop-none {
        display: block !important;
    }
}