@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    font-family: "Open Sans", sans-serif;
    --orange: #FF6700;
}

.grecaptcha-badge {
    display: none !important;
}

.theme-222 ::placeholder {
    color: #999;
}

.theme-white {
    --bg: 255, 255, 255;
    --bg-highlight: 241, 241, 241;
    --text: 68, 68, 68;
    --accent: 255, 103, 00;
    --accent-inverse: 255, 255, 255;
}

.theme-f1f1f1 {
    --bg: 241, 241, 241;
    --bg-highlight: 255, 255, 255;
    --text: 68, 68, 68;
    --accent: 255, 103, 00;
    --accent-inverse: 255, 255, 255;
}

.theme-222 {
    --bg: 34, 34, 34;
    --bg-highlight: 68, 68, 68;
    --text: 241, 241, 241;
    --accent: 255, 103, 00;
    --accent-inverse: 255, 255, 255;
}

.theme-orange {
    --bg: 255, 103, 00;
    --bg-highlight: 34, 34, 34;
    --text: 255, 255, 255;
    --accent: 255, 255, 255;
    --accent-inverse: 255, 103, 00;
}

@media (max-width: 767px) {
    .css-card-carousel {
        width: calc(100vw + 2rem);
        transform: translateX(-1rem);
    }
}

@media (min-width: 1024px) {
    .nav-header:hover .logo-orange-black {
        opacity: 1;
    }

    .nav-header:hover .logo-orange-white {
        opacity: 0;
    }
}

/* -- HEADER */

.dropdown-container:hover .dropdown {
    display: flex;
}

.header-dropdown-products a {
    font-size: 0.875rem;
    position: relative;
}

.header-dropdown-products a:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0.65rem;
    left: 1rem;
    background-image: url("data:image/svg+xml, %3Csvg width='9' height='19' viewBox='0 0 9 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17.42L7.52 10.9C8.29 10.13 8.29 8.86996 7.52 8.09996L1 1.57996' stroke='%23222222' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

/* .header-dropdown a:hover {
  text-decoration: underline;
  color: rgb(255, 103, 0);
} */

.header-dropdown h3 {
    font-weight: 700;
    /* margin-bottom: 0.5rem; */
}

.external-link::after {
    content: "";
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml, %3Csvg width=%2215%22 height=%2215%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E %3Cpath d=%22M9.108 5.092l-5.101 5.1a.5.5 0 000 .707l.07.07a.5.5 0 00.71-.002l5.21-5.28v5.1a.5.5 0 00.5.5h.099a.5.5 0 00.5-.504l-.05-6.238v-.048a.5.5 0 00-.5-.5l-6.41-.005a.5.5 0 00-.5.5v.096a.5.5 0 00.5.5l4.972.004z%22 fill=%22black%22/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml, %3Csvg width=%2215%22 height=%2215%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E %3Cpath d=%22M9.108 5.092l-5.101 5.1a.5.5 0 000 .707l.07.07a.5.5 0 00.71-.002l5.21-5.28v5.1a.5.5 0 00.5.5h.099a.5.5 0 00.5-.504l-.05-6.238v-.048a.5.5 0 00-.5-.5l-6.41-.005a.5.5 0 00-.5.5v.096a.5.5 0 00.5.5l4.972.004z%22 fill=%22black%22/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 0.875rem;
    height: 0.875rem;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    background-repeat: no-repeat;
    margin-left: 1px;
    margin-bottom: -1px;
}

.language-button:hover > .language-list {
    display: flex;
    flex-direction: column;
}

:checked + .css-tab {
    border-color: var(--orange);
    color: #222;
}

/* SPLIDE */

.splide {
    width: 100%;
}

.splide__pagination {
    top: calc(100% + 1rem);
}

.splide__pagination__page {
    width: 1.25rem !important;
    height: 0.25rem !important;
    border-radius: 0 !important;
}

.splide__pagination__page.is-active {
    transform: scale(1) !important;
}

.splide__arrow {
}

.splide__arrow svg {
    width: unset;
    height: unset;
}

.splide__list {
    padding: 0.25rem !important;
    padding-block: 0 !important;
}

.splide__track {
    padding-bottom: 1rem;
}

.splide__slider--reference .splide__arrow {
    background: transparent;
    opacity: 1;
}

.splide__slider--reference .splide__arrow--prev {
    transform: translate(-4rem, -50%);
}

.splide__slider--reference .splide__arrow--next {
    transform: translate(4rem, -50%);
}

.splide__slider--reference .splide__arrow svg {
    fill: white;
    width: 2rem;
    height: 2rem;
}

.splide__slider--reference .splide__arrow:disabled {
    opacity: 0;
}

@media (max-width: 1023px) {
    .splide__slider--reference .splide__arrow {
        transform: none;
    }
}

/* OUR PROJECTS */

.our-projects-pagination .paginationjs-pages, .our-projects-pagination ul {
    width: 100%;
}

.our-projects-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-projects-pagination li {
    border: none !important;
}

.our-projects-pagination li a {
    color: black !important;
    font-weight: bold;
    opacity: 1 !important;
}

.our-projects-pagination .prev-button, .our-projects-pagination .next-button {
    flex: 1;
}

.our-projects-pagination .prev-button a, .our-projects-pagination .next-button a {
    padding-left: 10px;
    padding-right: 10px;
}

.our-projects-pagination .prev-button a {
    text-align: left !important;
}

.our-projects-pagination .next-button a {
    text-align: right !important;
}

.our-projects-pagination .prev-button a:hover, .our-projects-pagination .next-button a:hover {
    background: none !important;
}

/* SEARCH BOX */

.search-box {
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.25);
}

.search-container {
    position: relative;
    display: inline-block;
}

@media (max-width: 1023px) {
    .search-input {
        width: 100%;
        height: 2.5rem;
        box-shadow: none;
        color: currentColor;
        background-color: transparent;
        border: 1px solid transparent;
        outline: none;
        padding-left: 3.75rem;
        font-size: 1rem;
        transition: 0.3s ease all;
    }
}

@media (min-width: 1024px) {
    .search-input {
        width: 0;
        height: 2.5rem;
        box-shadow: none;
        color: currentColor;
        background-color: transparent;
        border: 1px solid transparent;
        outline: none;
        padding-left: 3.75rem;
        font-size: 1rem;
        transition: 0.3s ease all;
    }
}

@media (max-width: 1023px) {
    .search-input:focus, .search-input.is-open {
        height: 2.5rem;
        width: 100%;
        border-color: currentColor;
        box-shadow: 0px 0.25rem 1rem rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 1024px) {
    .search-input:focus, .search-input.is-open {
        width: 15rem;
        border-color: currentColor;
        box-shadow: 0px 0.25rem 1rem rgba(0, 0, 0, 0.25);
    }
}

@media (max-width: 1023px) {
    .search-icon {

    }
}

@media (min-width: 1024px) {
    .search-icon {
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
}

/* -- FOOTER */

footer a:hover {
    text-decoration: underline;
}

.footer-title {
    position: relative;
}

.footer-title::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 0.125rem;
    background-color: #ff6700;
    left: -1.25rem;
}

@media (max-width: 650px) {
    .workflow-step-small-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .workflow-step-small-container > div {
        width: 300px;
    }
}

.project-image-landing:first-of-type {
    grid-column: span 2 / span 2;
}

.contact-card {
    border-radius: 1.5rem;
    background: white;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04), 0 20px 25px -5px rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    max-width: 60rem;
    margin: 0 auto;
}

.btn-orange-shadow {
    box-shadow: 0 4px 24px 0 rgba(235, 103, 27, 0.50);
}

.btn-orange-shadow:hover {
    box-shadow: 0 2px 6px 0 rgba(235, 103, 27, 0.32);
}

.square-contact-card {
    background: #f1f1f1;
    display: flex;
    padding: 6rem 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    max-width: 60rem;
}

.swiper-button-disabled {
    opacity: 0.5;
    background-color: transparent !important;
}

.swiper-button-disabled svg {
    color: #161616 !important;
}

.prodyflow-hero-img {
    width: 100%;
    height: 817px;
    object-fit: cover;
    object-position: left;
}

@media (max-width: 1280px) {
    .prodyflow-hero-img {
        height: 500px;
    }
}

.prodyflow-icon-nav-btn {
    width: 240px;
    height: 112px;
    padding: 8px 0 0 0;
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    color: #161616;
    text-align: center;
}

.prodyflow-icon-nav-btn:hover, .prodyflow-icon-nav-btn[data-active=true] {
    border-bottom: 4px solid #AD5CDE;
}

@media (max-width: 750px) {
    .swiper-slide-active .prodyflow-icon-nav-btn {
        border-bottom: 4px solid #AD5CDE;
    }
}

.prodyflow-icon-nav-btn > svg path {
    fill: #666666;
}

.prodyflow-icon-nav-btn:hover > svg path, .prodyflow-icon-nav-btn[data-active=true] > svg path {
    fill: #161616;
}

.prodyflow-content-container {
    max-width: 100rem;
    margin: 0 auto;
    width: 100%;
    padding: 0 2rem;
}

.prodyflow-video-container {
    box-shadow: 0 102px 102px 0 rgba(22, 34, 51, 0.1);
    border-radius: 1rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modal {
    border-radius: 24px !important;
    padding: 0 !important;
}

.prodyflow-grad-btn {
    background: conic-gradient(from 161.26deg at 78.44% -5%, #B460DC -19.64deg, #713AE8 205.27deg, #B460DC 340.36deg, #713AE8 565.27deg);
    color: white;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
}

.prodyflow-grad-btn::after {
    content: "";
    opacity: 0;
    background: conic-gradient(from 161.26deg at 78.44% -5%, #713AE8 -19.64deg, #B460DC 205.27deg, #713AE8 340.36deg, #B460DC 565.27deg);
    transition: .2s;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.prodyflow-grad-btn:hover::after {
    opacity: 1;
}

.prodyflow-grad-btn > span {
    position: relative;
    z-index: 2;
}

.jquery-modal.blocker.current {
    z-index: 9999 !important;
}

.splide__arrow {
    background: transparent !important;
}

.splide__arrow svg {
    width: 1.75rem !important;
    height: 1.75rem !important;
}

.-translate-x-20 {
    --tw-translate-x: -5rem;
    transform: translateX(var(--tw-translate-x)) !important;
}

.translate-x-20 {
    --tw-translate-x: 5rem;
    transform: translateX(var(--tw-translate-x)) !important;
}