/* /Components/Header/Header.razor.rz.scp.css */
.header_section[b-g5bs1ntrui] {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.logo-centered[b-g5bs1ntrui] {
    transform: translateX(calc(50vw - 50% - 25px));
}

/* On large screens and up: reset to normal left-aligned navbar brand */
@media (min-width: 992px) {
    .logo-centered[b-g5bs1ntrui] {
        position: static;
        transform: none;
        top: auto;
        left: auto;
    }
}
/* /Components/Sections/About.razor.rz.scp.css */
.hidden-scroll[b-upjxuvk5gb] {
    overflow-y: scroll; /* or auto */
    scrollbar-width: none; /* Firefox */
}

.hidden-scroll[b-upjxuvk5gb]::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/*.parallax-content {
    position: relative;
    overflow: hidden;
}

.parallax-bg {
    position: absolute;
    inset: -20% 0;*/ /* extra height for movement */
    /*background: url(...) center/cover no-repeat;
    will-change: transform;
}

.content {
    position: relative;
}*/
.page-video[b-upjxuvk5gb] {
    position: relative;
    overflow: hidden;
}


/* vertical track */
.progress-track[b-upjxuvk5gb] {
    position: relative;
    width: 5px;
    background: #666;
}

/* animated fill */
.progress-line[b-upjxuvk5gb] {
    position: absolute;
    inset: 0;
    background: #222;
    transform-origin: top;
    transform: scaleY(0);
}

.bullets[b-upjxuvk5gb] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .bullets li .icon-holder[b-upjxuvk5gb] {
        position: relative;
        transition: opacity 0.3s ease;
        background: #666;
        width: 80px;
        height: 80px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }


    .bullets li.active .icon-holder[b-upjxuvk5gb] {
        background: #222;
        font-weight: 600;
    }



    .bullets li .icon-holder i[b-upjxuvk5gb] {
        font-size: 25px;
        color: #000;
    }
    .bullets li.active .icon-holder i[b-upjxuvk5gb] {
        font-size: 25px;
        color: #fff;
    }
/* /Components/Sections/Contact.razor.rz.scp.css */
input[b-5l2mz16zvi], textarea[b-5l2mz16zvi] {
    border: none;
    outline: none;
    background-color: rgba(30%, 30%, 30%, 0.95);
    color: white;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 20px 5px 20px 5px;
}

textarea[b-5l2mz16zvi] {
    overflow-y: scroll; /* Enable vertical scrolling */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
    resize: none;
}
textarea[b-5l2mz16zvi]::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

    textarea.input_message[b-5l2mz16zvi] {
        height: 160px;
    }

    input[b-5l2mz16zvi]::-webkit-input-placeholder,
    textarea[b-5l2mz16zvi]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.50);
    }

    input:-ms-input-placeholder[b-5l2mz16zvi],
    textarea:-ms-input-placeholder[b-5l2mz16zvi] {
        color: rgba(255, 255, 255, 0.50);
    }

    input[b-5l2mz16zvi]::-ms-input-placeholder,
    textarea[b-5l2mz16zvi]::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.50);
    }

    input[b-5l2mz16zvi]::placeholder,
    textarea[b-5l2mz16zvi]::placeholder {
        color: rgba(255, 255, 255, 0.50);
    }


button[b-5l2mz16zvi] {
    display: inline-block;
    outline: none;
    background-color: #fbca47;
    padding: 10px 40px;
    border: 1px solid #fbca47;
    color: #353434;
    border-radius: 5px 20px 5px 20px;
    margin-top: 15px;
    font-size: 15px;
}

    button:hover[b-5l2mz16zvi] {
        color: #fbca47;
        background-color: transparent;
        border: 1px solid #fbca47;
    }


/* end contact section */
.info_section[b-5l2mz16zvi] {
    background-color: #232323;
    color: #ffffff;
    padding: 20px 20px 0 20px;
}

    .info_section h5[b-5l2mz16zvi] {
        margin-bottom: 5px;
        font-size: 24px;
    }

    .info_section .info_social .social_box[b-5l2mz16zvi] {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .info_section .info_social .social_box a[b-5l2mz16zvi] {
            margin-right: 25px;
        }

    .info_section .info_contact .img-box[b-5l2mz16zvi] {
        width: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .info_section .info_contact p[b-5l2mz16zvi] {
        margin: 0;
    }

    .info_section .info_contact > div[b-5l2mz16zvi] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0;
    }

        .info_section .info_contact > div img[b-5l2mz16zvi] {
            height: auto;
            margin-right: 12px;
        }
/* /Components/Sections/Extended/Dropdown.razor.rz.scp.css */
.styled-dropdown-toggle[b-sjn5z8jyjv] {
    border: none;
    outline: none;
    background-color: rgba(30%, 30%, 30%, 0.95);
    color: white;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 20px 5px 20px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-menu[b-sjn5z8jyjv] {
    background-color: rgba(30%, 30%, 30%, 0.95);
    border-radius: 5px 20px 5px 20px;
    padding: 10px;
    border: none;
    overflow-y: auto;
    max-height: 260px;
}

.dropdown-item[b-sjn5z8jyjv] {
    color: white;
    padding: 6px 12px;
    border-radius: 10px;
}

.dropdown-item:hover[b-sjn5z8jyjv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu[b-sjn5z8jyjv] {
    overflow-y: scroll; /* Enable vertical scrolling */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.dropdown-menu[b-sjn5z8jyjv]::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
/* /Components/Sections/Extended/ServiceCard.razor.rz.scp.css */
.service-card[b-zxepiim6oe] {
    transition: all 0.4s ease;
    background-color: #fff;
    box-shadow: 0 0 0 transparent;
}

    .service-card:hover[b-zxepiim6oe] {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }

.expandable-content[b-zxepiim6oe] {
    overflow: hidden;
    transition: max-height 0.5s ease;
    max-height: 0;
}

.expandable-content.expanded[b-zxepiim6oe] {
    max-height: 800px;
}

button[b-zxepiim6oe] {
    outline: none;
    background-color: #fec913;
    border-radius: 20px 5px 20px 20px;
    padding: 5px 20px;
    border: 1px solid #fec913;
    color: #353434;
    margin-top: 15px;
}

    button:hover[b-zxepiim6oe] {
        background-color: transparent;
        color: black;
        border-color: #353434;
    }
/* /Components/Sections/Extended/TypingText.razor.rz.scp.css */
button[b-rv22p6qiw8] {
    display: inline-block;
    padding: 10px 40px;
    background-color: #353434;
    border: 1px solid #353434;
    color: #ffffff;
    border-radius: 20px 20px 5px 20px;
    margin-top: 15px;
}

    button:hover[b-rv22p6qiw8] {
        background-color: transparent;
        color: #353434;
        border: 1px solid #353434;
    }
/* /Components/Sections/Methods.razor.rz.scp.css */

.carousel-shell[b-9p49o7m6ac] {
    min-width: 0;
}

.carousel-shell[b-9p49o7m6ac] {
    overflow: hidden;
}

 Swiper sizing sanity 
.methods-swiper[b-9p49o7m6ac] {
    width: 100%;
    min-width: 0;
}

    .methods-swiper .swiper-wrapper[b-9p49o7m6ac] {
        min-width: 0;
    }

.methods-swiper .box[b-9p49o7m6ac] {
    height: 100%;
}
/*.splide__slide {
    transition: transform 0.3s ease-out;
    transform: scale(0.7);
}*/

/*    .splide__slide.is-active {
        transform: scale(1.05);
    }
    .splide__slide.is-prev,
    .splide__slide.is-next {
        transform: scale(0.9);
    }*/

    .client_section .heading_container[b-9p49o7m6ac] {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 45px;
    }

    .client_section .box[b-9p49o7m6ac] {
        border: solid 2px gray;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: 20px;
        background: aliceblue;
    }

        .client_section .box .img-box[b-9p49o7m6ac] {
            width: 60px;
        }

            .client_section .box .img-box img[b-9p49o7m6ac] {
                width: 100%;
            }

        .client_section .box .detail-box[b-9p49o7m6ac] {
            margin-top: 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .client_section .box .detail-box h5[b-9p49o7m6ac] {
                text-transform: uppercase;
                font-weight: bold;
                font-size: 18px;
            }

                .client_section .box .detail-box h5 span[b-9p49o7m6ac] {
                    text-transform: none;
                    font-size: 16px;
                    font-weight: normal;
                    color: #fec016;
                }

            .client_section .box .detail-box img[b-9p49o7m6ac] {
                width: 15px;
                margin: 35px 0;
            }

    .client_section .carousel-wrap[b-9p49o7m6ac] {
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

/* /Components/Sections/Services.razor.rz.scp.css */
.grid[b-fousx4r28y]
{
    transition: height 0.4s ease-in-out;
}

/* /Components/Sections/Slider.razor.rz.scp.css */

.container[b-pw0cj1tswc] {
    margin-top: 400px;
}

.slider_section[b-pw0cj1tswc] {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #EDEDEF;
}

    .slider_section .detail-box[b-pw0cj1tswc] {
        text-align: center;
        margin-bottom: 110px;
    }

        .slider_section .detail-box h1[b-pw0cj1tswc] {
            font-size: 2.5rem;
        }


        .slider_section .detail-box p[b-pw0cj1tswc] {
            margin-top: 25px;
        }

        .slider_section .detail-box a[b-pw0cj1tswc] {
            display: inline-block;
            padding: 10px 40px;
            background-color: transparent;
            border: 1px solid #ffffff;
            color: #ffffff;
            border-radius: 20px 20px 5px 20px;
            margin-top: 35px;
        }

            .slider_section .detail-box a:hover[b-pw0cj1tswc] {
                background-color: #ffffff;
                color: #353434;
                
            }

    .slider_section #carouselExampleIndicators[b-pw0cj1tswc] {
        bottom: 0;
    }

        .slider_section #carouselExampleIndicators li[b-pw0cj1tswc] {
            width: 15px;
            height: 15px;
            background-color: transparent;
            border: 3px solid #ffffff;
            border-radius: 100%;
            opacity: 1;
        }
/* /Components/Sections/Tech.razor.rz.scp.css */
.gear-box[b-x4xlnyfzqq] {
    width: 33%;
    left: 15%;
    top: 75%;
    height: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    background-image: url(/images/gear-sm.png);
    /*#353434*/
    background-size: cover; /* or contain, 100% 100%, etc. */
    animation: rotate-bg 20s linear infinite reverse;
    z-index: -10;
}

.gear-box1[b-x4xlnyfzqq] {
    width: 50%;
    left: 40%;
    top: 50%;
    height: 50%;
    transform: rotate(270deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #A5AACF;*/
    position: absolute;
    background-image: url(/images/gear-big.png);
    /*#353434*/
    background-size: cover; /* or contain, 100% 100%, etc. */
    animation: rotate-bg 30s linear infinite;
    z-index: -10;
}


