/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1708668900
Updated: 2024-02-23 06:15:00

*/
:root {
    --instrument-sans: "Instrument Sans", sans-serif;
    --color-blue: #0355E7;
    --color-dark-blue: #0F0F22;
    --color-white: #FFFFFF;
    --color-white-60: rgba(255, 255, 255, .6);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
address,
section,
video,
audio {
    font-family: var(--instrument-sans);
}

/* services slider */
.services_slider {
    transform: translateX(112px);
}

.services_slider .elementor-swiper .swiper .swiper-slide {
    display: flex;
    height: auto !important;
}

.services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-bg {
    order: 2;
}

.services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-inner {
    position: relative;
    inset: 0px !important;
    width: 100% !important;
    padding: 65px 30px 80px 0;
    margin: 0;
    max-width: 647px;
}

.services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-bg {
    order: 2;
    width: 100%;
    max-width: calc(100% - 647px);
    border-radius: 50px 0 0 50px;
    min-width: unset;
    min-height: 720px;
}

.services_slider .elementor-swiper-button {
    top: auto !important;
    left: 0 !important;
    transform: none !important;
    bottom: 56px;
    z-index: 2 !important;
    width: 10px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.services_slider .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('https://proracksystems1.bwpsites.com/wp-content/uploads/2024/02/arrow_left_white.svg');
}

.services_slider .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('https://proracksystems1.bwpsites.com/wp-content/uploads/2024/02/arrow_right_white.svg');
}

.services_slider .elementor-swiper-button.elementor-swiper-button-next {
    left: 160px !important;
}

.services_slider .swiper-pagination {
    bottom: 50px !important;
    width: 100% !important;
    max-width: 184px;
    z-index: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--color-white);
}

.services_slider .elementor-swiper-button svg {
    display: none;
}

/* services slider */

.counter_main .elementor-counter-number-wrapper {
    justify-content: center;
    margin-bottom: 56px;
}

.testi_carousel .elementor-swiper-button {
    z-index: 2 !important;
}

.testi_carousel .swiper-pagination {
    max-width: 166px;
    width: 100% !important;
    z-index: 0 !important;
}

ul.test-services {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px 41px;
    flex-wrap: wrap;
}

ul.test-services li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: var(--color-blue);
}

ul.test-services li .icon {
    line-height: 0;
}

/* Form */
.global_form_style_wrapper .gform_heading {
    display: none;
}

.global_form_style_wrapper form .gform-body {
    max-width: 450px;
    margin: 0 auto;
}

.global_form_style_wrapper form .gform_footer {
    padding: 0 !important;
    margin-top: 50px !important;
}

.global_form_style_wrapper .uael-gf-select-custom::after {
    background-image: url('https://proracksystems1.bwpsites.com/wp-content/uploads/2024/02/arrow_down.svg');
    content: '' !important;
    width: 10px;
    height: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 34px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.global_form_style_wrapper .uael-gf-select-custom select {
    color: var(--color-blue);
    padding-right: 50px !important;
}

.global_form_style_wrapper .gform_validation_errors {
    display: none;
}

.global_form_style_wrapper form .gfield_error .validation_message {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    padding: 0;
    border: 0;
    background: none;
    line-height: 20px;
    position: relative;
}

.global_form_style_wrapper form .gfield_error .validation_message::before {
    content: 'x';
    margin-right: 5px;
    font-weight: 600;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(2px, 0, 0);
    }
}

/* Form */

.bottom_footer_locations .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: 6px;
}

/* single product */
form#product_detail {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

form#product_detail h3 {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}

.radio_selects_style {
    width: 100%;
    max-width: 390px;
    display: flex;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    --gap: 6px;
    gap: var(--gap);
    --items-c: 6;
    --width-gap: calc((var(--gap) * (var(--items-c) - 1)) / var(--items-c));
    --calc-width: calc((100% / var(--items-c)) - var(--width-gap));
}

.radio_selects_style:not(:last-of-type) {
    margin-bottom: 16px;
}

.radio_selects_style:last-of-type {
    margin-bottom: 40px;
}

.radio_selects_style .item {
    width: var(--calc-width);
    position: relative;
    display: flex;
}

.radio_selects_style .item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.radio_selects_style .item label {
    line-height: 19px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    color: black;
    min-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.radio_selects_style .item input:checked+label {
    background-color: #0355E7;
    border-color: #0355E7;
    color: white;
}

form#product_detail .qty {
    display: flex;
    gap: 6px;
    width: 100%;
    max-width: 210px;
    line-height: 0;
    flex-wrap: wrap;
    max-height: 65px;
}

form#product_detail .qty button {
    padding: 5px;
    background-color: transparent;
    color: black;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    line-height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    width: calc(33.333% - 4px);
    height: 100%;
}

form#product_detail .qty input {
    height: 100%;
    text-align: center;
    width: calc(33.333% - 4px);
    -webkit-appearance: textfield;
    appearance: textfield;
    background-image: none;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
}

form#product_detail .est_btn input {
    border-radius: 12px;
    font-size: 18px;
    line-height: 21px;
    padding: 21px 20px;
    min-width: 240px;
    border-color: #0355E7;
}

form#product_detail .est_btn input:hover {
    background-color: transparent;
    color: #0355E7;
}

/* single product */

/* request a quote */
.request_quote_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 87px;
}

.request_quote_wrapper .category_listing {
    display: none;
}

.request_quote_wrapper .request_quote {
    width: 100%;
    padding: 40px 50px 47px;
    background-color: white;
    border-radius: 30px;
    border: 2px solid #0355E7;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.request_quote .req_prod_wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 50px;
    border-bottom: 1px solid #CBCBCB;
}

.req_prod_wrapper .req_prod .req_prod_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.req_prod_wrapper .req_prod .req_prod_inner .del {
    width: 100%;
    max-width: 14px;
    color: rgba(0, 0, 0, .3);
    font-size: 28px;
    line-height: 1;
}

.req_prod_wrapper .req_prod .req_prod_inner .del a {
  color: #16172c !important;
  font-size: 35px;
}

.req_prod_wrapper .req_prod .req_prod_inner .req_prod_details {
    padding-left: 35px;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
    max-width: calc(100% - 78px);
}

.req_prod_wrapper .req_prod .req_prod_inner .req_prod_details .prod_img {
    width: 100%;
    max-width: 140px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.req_prod_wrapper .req_prod .req_prod_inner .req_prod_details h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #16172C;
    margin-bottom: 4px;
}

.req_prod_wrapper .req_prod .req_prod_inner .req_prod_details h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: black;
}

.req_prod_wrapper .req_prod .req_prod_inner .req_prod_qty {
    display: flex;
    width: 100%;
    max-width: 64px;
}

.req_prod_wrapper .req_prod .req_prod_inner .req_prod_qty .qty {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    padding: 5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: black;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
}

form.quote_form .form_fields_wrapper {
    display: grid;
    gap: 15px 20px;
    grid-template-columns: repeat(2, 1fr);
}

form.quote_form .form_fields_wrapper .form_field:has(textarea) {
    grid-column: span 2;
}

form.quote_form .form_fields_wrapper .form_field label {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #16172C;
}

form.quote_form .form_fields_wrapper input,
form.quote_form .form_fields_wrapper textarea,
form.quote_form .form_fields_wrapper select {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    border: 2px solid rgba(22, 23, 44, 0.14);
    padding: 19px 30px 21px;
    min-height: 76px;
    background-color: transparent;
    color: #16172C;
    border-radius: 0;
}

form.quote_form .form_fields_wrapper textarea {
    min-height: 140px;
}

form.quote_form .form_fields_wrapper select {
    color: #0355E7;
    font-weight: 600;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('/wp-content/uploads/2024/02/arrow_down.svg');
    background-position: center right 35px;
    background-size: 12px;
    background-repeat: no-repeat;
    padding-right: 60px;
}

form.quote_form .form_fields_wrapper input::placeholder,
form.quote_form .form_fields_wrapper textarea::placeholder {
    opacity: .2;
}

form.quote_form .form_footer {
    margin-top: 40px;
}

form.quote_form .form_footer input {
    border-color: #0355E7;
    border-radius: 20px;
    min-width: 240px;
    padding: 22px 20px;
    font-size: 24px;
    line-height: 30px;
}

form.quote_form .form_footer input:hover {
    background-color: transparent !important;
    color: #0355E7 !important;
}
.request_quote .form_message {
	border-radius: 8px;
	font-size: 18px;
	line-height: 28px;
	border: 1px solid #178e32;
	padding: 10px 20px;
	color: #178e32;
	background-color: #d4edda;
	margin-top: 30px;
	text-align: center;
}
/* request a quote */

/********** products page ************/
.all_products_sec .inner_item .elementor-widget-text-editor a {
    text-decoration: underline;
    font-weight: 600;
    color: rgba(3, 85, 231, 0.7);
}
.all_products_sec .inner_item .elementor-button {
    min-width: 220px;
}
.all_products_sec .inner_item .elementor-widget-text-editor ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.all_products_sec .inner_item .elementor-widget-text-editor ul li {
    position: relative;
    padding-left: 13px;
}
.all_products_sec .inner_item .elementor-widget-text-editor ul li:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    width: 4px;
    height: 4px;
}
/********** products page ************/

/* ************ responsive ************ */
@media (max-width:1366px) {
    .services_slider {
        transform: translateX(70px);
    }

    .services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-inner {
        max-width: 500px !important;
    }

    .services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-bg {
        max-width: calc(100% - 500px);
        min-height: 620px;
    }

    #advantage_slider.advantage_slider .elementor-main-swiper {
        min-width: unset !important;
    }
}

@media (max-width:1024px) {
    .services_slider {
        transform: translateX(40px);
    }

    .services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-inner {
        max-width: 380px !important;
        padding-top: 35px;
        padding-bottom: 50px;
    }

    .services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-bg {
        max-width: calc(100% - 380px);
        min-height: 500px;
    }

    .services_slider .swiper-pagination {
        bottom: 20px !important;
        max-width: 170px;
    }

    .services_slider .elementor-swiper-button {
        bottom: 26px;
    }

    .counter_main .elementor-counter-number-wrapper {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .all_products_sec .inner_item .elementor-button {
        min-width: auto;
        padding: 18px 40px !important;
    }
    .services_slider {
        transform: none;
    }

    .services_slider .elementor-swiper .swiper .swiper-slide {
        flex-wrap: wrap;
    }

    .services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-inner {
        order: 2;
        padding: 30px 0 60px;
    }

    .services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-inner .elementor-slide-heading {
        margin-bottom: 30px;
    }

    .services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-inner .elementor-slide-description {
        margin-bottom: 20px;
    }

    .services_slider .elementor-swiper .swiper .swiper-slide>div {
        max-width: 100% !important;
    }

    .services_slider .elementor-swiper .swiper .swiper-slide .swiper-slide-bg {
        min-height: 350px;
        border-radius: 30px;
    }

    .services_slider .elementor-swiper-button {
        bottom: 0;
    }

    .services_slider .elementor-swiper-button.elementor-swiper-button-next {
        left: auto !important;
        right: 0;
    }

    .services_slider .swiper-pagination {
        bottom: -5px !important;
        max-width: 100%;
    }

    .testi_carousel .swiper-pagination {
        max-width: 100%;
    }

    .request_quote_wrapper .request_quote {
        border-radius: 20px;
        padding: 30px;
    }

    .request_quote .req_prod_wrapper {
        padding-bottom: 30px;
    }

    .req_prod_wrapper .req_prod .req_prod_inner .del {
        position: absolute;
        max-width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
        background-color: white;
        z-index: 3;
        top: -10px;
        left: -10px;
    }

    .req_prod_wrapper .req_prod .req_prod_inner .req_prod_details {
        max-width: 100%;
        padding: 0;
        flex-wrap: wrap;
        gap: 15px;
    }

    .req_prod_wrapper .req_prod .req_prod_inner .req_prod_details .prod_img {
        max-width: 100%;
        aspect-ratio: unset;
    }

    .req_prod_wrapper .req_prod .req_prod_inner .req_prod_details .cont_wrap {
        width: 100%;
        padding-right: 70px;
    }

    .req_prod_wrapper .req_prod .req_prod_inner .req_prod_details h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .req_prod_wrapper .req_prod .req_prod_inner .req_prod_details h5 {
        font-size: 16px !important;
        line-height: 24px;
    }

    .req_prod_wrapper .req_prod .req_prod_inner .req_prod_qty {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    form.quote_form .form_fields_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    form.quote_form .form_fields_wrapper .form_field:has(textarea) {
        grid-column: span 1;
    }

    form.quote_form .form_fields_wrapper .form_field label {
        font-size: 16px;
        font-weight: 700;
        line-height: 28px;
    }

    form.quote_form .form_fields_wrapper input,
    form.quote_form .form_fields_wrapper textarea,
    form.quote_form .form_fields_wrapper select {
        padding: 10px 15px;
        min-height: auto;
        font-size: 16px;
        line-height: 26px;
    }

    form.quote_form .form_footer {
        margin-top: 30px;
    }

    form.quote_form .form_footer input {
        font-size: 20px;
        min-width: 210px;
        padding-block: 17.5px;
    }

    #advantage_slider.advantage_slider .elementor-main-swiper {
        min-width: calc(100% + 300px) !important;
    }
}

/* ************ responsive ************ */


/*wst Footer styling */
.wst-footer {
    text-align: center;
    background-color: #0355e7;
}
.wst-footer p {
    color: white;
    font-size: 14px;
}
.wst-footer a {
    color: white;
}