/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*Media Query Over 1439px*/
@media (min-width: 1440px) {
.elementor-container {
    max-width: 1280px !important;
	margin: 0 auto;
}
}
/*END*/
.sec-space {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}
p:last-child{
    margin-bottom: 0;
}
ul.elementor-nav-menu--dropdown a{
    border-left: 0px;
}
ul.elementor-nav-menu--dropdown a:hover{
    border-left: 0px;
}

.elementor-nav-menu .sub-arrow {
    padding: 10px 0 10px 5px;
}

.form_row {
    display: grid;
    grid-template-columns: 1fr;
}

.form_row.form_col_2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.form_style input[type="submit"] {
    border: none;
    min-width: 150px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.form_style .form_row input[type="submit"]
{

font-size: 16px;
font-weight: 500;
line-height: 1.4em;
color: var(--e-global-color-primary);
;
background-color: var(--e-global-color-secondary);
border-radius: 0px 0px 0px 0px;
border: 1px solid var(--e-global-color-primary);
padding: 12px 25px 12px 25px;
}

.scroll-effect {
    transform: rotate(-5deg);
    position: relative;
    z-index: 99;
}

.p-relative {
    position: relative;
}

.p-relative .after-effect:after {
    background-image: url("/swiftinnovation/wp-content/uploads/2023/07/made-in-oregon-badge.jpg");
    height: 164px;
    width: 164px;
    display: block;
    content: "";
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: -52px;
    right: -60px;
    z-index: -1;
}
@media(max-width:768px) {
    .p-relative .after-effect:after {

        right: 10px;

    }
}

/*--- Card Height ----*/
.h-100 {
    min-height: 100%;
}

.h-100 .elementor-widget-container {
    min-height: 100%;
}

.products ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products ul li {
    padding: 0 5px 10px;
}

.products ul li span {
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid var(--e-global-color-primary);
    color: #000;
    display: inline-block;
    font-weight: 600;
}

.cta-btn .form_style {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.cta-btn .form_style input {
    min-height: 50px;
    border: 1px solid #eee;
}

.cta-btn input:focus-visible {
    outline: none !important;
    box-shadow: none;
    border: 1px solid #eee !important;
}

.cta-btn .form_style input[type="submit"] {
    text-transform: capitalize;
    padding: 10px 25px !important;
    line-height: 15px !important;
}

.cta-btn .form_style input[type="submit"]:hover {
    background-color: #FCB813;
    border: 1px solid #FCB813;
    color: #000;
}

.stats .elementor-column-gap-default {
    min-height: 100%;
}

@media(max-width: 767px) {
    .cta-btn .form_style {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        column-gap: 10px;
    }

    .cta-btn .form_style input {
        margin-bottom: 20px;
    }

    .capabilities {
        border-bottom: 2px solid #fff;
    }

    .stats .elementor-column-wrap {
        height: auto;
    }
}

/*--- Product ----*/
.img-box {
    position: relative;
    cursor: pointer;

}

.mb-0 {
    margin-bottom: 0 !important;
}

.img-box .elementor-image {
    overflow: hidden;
}

.img-box .elementor-image img {
    margin-left: 10px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img-box .elementor-image:hover img {
    margin-left: 0;
}

.product-list {
    position: relative;
}

.product-list ul li:nth-child(2) span:first-child,
.product-list ul li:last-child span:first-child {
    position: absolute;
    top: 4px;
}

.product-list ul li:nth-child(2) span:last-child,
.product-list ul li:last-child span:last-child {
    padding-left: 26px;
}

.form_row.mb-20 {
    margin-bottom: 20px !important;
}

.connect .form_row input, .connect .form_row select {
    min-height: 40px;
    border: 1px solid #eee;
	color: #75758b;
}

.connect .form_row textarea{
    min-height: 85px;
    border: 1px solid #eee;
}
.connect .form_row input:focus-visible, .connect .form_row input:focus, .connect .form_row textarea:focus-visible{
    border: 1px solid #007161 !important;
    outline: none !important;
}


/*--- Our Stats ----*/
.our-stats .elementor-counter .elementor-counter-number-prefix {
    display: none;
}
.our-stats .elementor-counter .elementor-counter-number-suffix {
    display: flex;
    align-items: center;
}
.our-stats .elementor-counter .elementor-counter-number-suffix span {
    font-size: 16px;
    text-transform: uppercase;
    background: #cce2df;
    color: #000;
    padding: 10px 20px;
    display: inline-flex;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 30px;
}
/*--- Product ---*/
.pro_box_style.elementor-position-top .elementor-image-box-wrapper {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.pro_box_style.elementor-position-top .elementor-image-box-wrapper figure {
    display: flex;
}
.pro_box_style.elementor-position-top .elementor-image-box-wrapper figure img {
    width: 100%;
    transition: all 0.5s ease;
}
.pro_box_style.elementor-position-top .elementor-image-box-wrapper:hover figure img {
    transform: scale(1.1);
}
.pro_box_style.elementor-position-top .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: rgba(0,0,0,0.5);
    padding: 7px 10px;
    width: calc(100% - 20px);
    transition: all 0.5s ease;
}
/* .pro_box_style.elementor-position-top .elementor-image-box-wrapper:hover .elementor-image-box-content {
    background-color: var( --e-global-color-primary );
} */
.pro_box_style.elementor-position-top .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 0;
}
/*--- Contact Box ---*/
.contact-box .elementor-icon{
    
    position: absolute;
    top: 30px;

}
.contact-box .elementor-widget-container {
    min-height: 145px;
}
.text-dark{
    color: #000;
}
/* --- Post ---*/
.single-post.elementor-kit-5 .post .elementor-widget-container .wp-block-heading{
    font-size: 28px !important;
    font-weight: 600 !important;
}