/*!
Theme Name: sws-ganbor
*/

header .menu-item.menu-item-has-children > a {
    padding-right: 25px;
    position: relative;
}

header .menu-item.menu-item-has-children > a:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-family: 'Font Awesome 6 Free';
    content: "\f107";
    font-weight: 900;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: calc( 50% - 10px );
    right: 0;
}

.contact-form br {
    display: none;
}

.contact-form textarea {
    height: 135px !important;
    resize: none;
}

.wpcf7 form .wpcf7-response-output {
    border-radius: 4px;
    color: #fff;
    padding: 0.5em 1em;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    border-radius: 4px;
    border-color: var(--primary-color);
}

.arobix-single-team .img-wraper {
    height: auto !important;
}

.cursor, .cursor2, .cursor3 {
    /*opacity: 1 !important;*/
}

.service-icon {
    width: auto;
    height: 20px;
    display: block;
}

.text-link {
    color: #fff;
}

.text-link:hover {
    color: var(--primary-color);
}

.main-menu > ul > li:hover > a,
.main-menu > ul > li.current_page_item > a {
    color: var(--primary-color);
}

.arobix-footer-area-1, .arobix-footer-area-2 {
    padding-top: 70px;
}

.arobix-single-service .title-box {
    width: 266px;
}

.breadcrumb-list > span {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
}

.breadcrumb-list > span a {
    color: #fff;
}

.breadcrumb-list > span a:hover {
    color: var(--primary-color);
}

.arobix-single-define-process .top-area {
    margin-bottom: 32px;
}

.arobix-single-define-process {
    height: 100%;
}

.arobix-blog-content > * + * {
    margin-top: 16px;
}

.arobix-blog-content > *:not(.sws-content-block) {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.arobix-blog-content > h4, .arobix-blog-content > .wp-block-image {
    margin-top: 40px;
}

.arobix-blog-content > .wp-block-image {
    border-radius: 12px;
    overflow: hidden;
}

.arobix-single-testi .upper-contents {
    padding-right: 70px;
}

.arobix-single-define-process {
    display: block;
}

.sws-domain-image {
    margin-bottom: 24px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

.img-wraper img {
    border-radius: 8px;
}

.arobix-hero-section-2 .inner-box {
    padding-bottom: 140px;
    max-width: 900px;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

@media screen and (max-width: 767px) {
    footer {
        text-align: center;
    }

    .arobix-footer-area-1 .footer-menu ul, .arobix-footer-area-2 .footer-menu ul {
        justify-content: center;
    }

    .arobix-blog-content > h4, .arobix-blog-content > .wp-block-image {
        margin-top: 30px;
    }

    .arobix-single-counter {
        aspect-ratio: 2 / 1;
    }

    .arobix-single-testi .upper-contents {
        padding-right: 0;
    }

    .arobix-hero-section-2 .inner-box {
        padding-bottom: 100px;
    }
}