/*
Theme Name: Intera
Theme URI: https://wordpress.org/themes/intera/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Intera brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.1
Tested up to: 6.1
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: intera
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
:root {
    --body-bg: #101b21;
    --color-primary: #17bcb8;
    --color-secondary: #124d50;
    --color-white: #ffffff;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--body-bg);
    color: var(--color-white);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-image: url(assets/images/spiral-abstract.png);
    background-repeat: repeat-y;
}

body.scroll-off {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    padding: 9px 9px 9px 12px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}

.outline-btn {
    padding: 9px 9px 9px 12px;
    font-weight: 500;
}

.text-primary {
    color: var(--color-primary) !important;
}

.border-primary {
    border-color: var(--color-primary) !important;
}

.btn-outline-primary {
    border-color: var(--color-primary);
    color: var(--color-white);
}

.btn-outline-primary:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.img-rounded {
    border-radius: 30px;
}

.h1,
h1 {
    font-size: 50px;
    line-height: 1.3;
}

.h2,
h2 {
    font-size: 34px;
    line-height: 1.4;
}

.scroll-container {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* HEADER */
.site-header.is-fixed .site-nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
}

.site-nav {
    background-color: var(--color-secondary);
    padding: 16px 0;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.main-menu li a {
    display: block;
    color: var(--color-white);
    font-weight: 500;
}

.search-form {
    display: flex;
    padding: 8px;
    border: 1px solid var(--color-white);
    justify-content: space-between;
    max-width: 500px;
}

.search-form input {
    background-color: transparent;
    border: 0;
    color: var(--color-white);
    flex: 1 auto;
}

.search-form input::placeholder {
    color: var(--color-white);
    font-size: 16px;
}

.search-form input:focus {
    outline: none;
    border: 0;
}

.search-form button {
    background: 0;
    border: 0;
    padding: 0;
}

.atm-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

/* END HEADER */

/* TRUSTPILOTS */
.trustpilot-box {
    margin-top: -220px;
    position: relative;
    overflow: hidden;
}

.trustpilot-bedge {
    display: flex;
    gap: 10px;
}

.turstpilot-slider {
    justify-content: space-between;
}

.turstpilot-slider .item {
    flex: 0 0 auto;
    width: 298px;
    padding: 16px;
    border: 2px solid var(--color-primary);
    border-radius: 16px;
    background-color: var(--body-bg);
}

.turstpilot-slider .item p {
    margin-bottom: 0;
}

.turstpilot-slider .item h5 {
    font-weight: 500;
    font-size: 20px;
    color: var(--color-primary);
}

.turstpilot-slider .item p {
    font-size: 14px;
}

/* END TRUSTPILOTS */

/* WHY CHOOSE */
.whychoose-item {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    color: var(--color-white);
    border: 2px solid var(--color-white);
}

.whychoose-item:hover {
    border-color: var(--color-primary);
	color: var(--color-white);
}

.whychoose-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all .4s ease;
}

.whychoose-item:hover::after {
    background: linear-gradient(to top, rgba(23, 187, 183, 1) 30%, rgba(0, 0, 0, 0) 100%);
}

.whychoose-item .whychoose-image {
    width: 100%;
    z-index: 1;
}

.whychoose-item .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px;
    z-index: 4;
    transition: all .4s ease;
}


.whychoose-item .bottom {
    display: flex;
    align-items: end;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.whychoose-item:hover .bottom {
    max-height: 200px;
}

.whychoose-item .bottom p {
    flex: 1 auto;
    font-size: 14px;
}

/* END WHY CHOOSE */
.reviews-item {
    width: 400px;
}

/* COST CALCULATOR */
.estimate-calculator-box {
    padding: 3rem;
    border: 1px solid var(--color-primary);
    background-color: var(--body-bg);
    border-radius: 1.8rem;
}

.estimate-calculator-box h2 {
    font-size: 34px;
    line-height: 1.4;
}

.estimated-cost-form .form-control,
.estimated-cost-form .form-select{
    color: var(--color-white);
    min-height: 50px;
    border-color: var(--color-primary);
}
.estimated-cost-form .form-select option{
	color:var(--body-bg)
}
.estimated-cost-form .form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.estimated-cost-form button {
    min-height: 50px;
}
.cost-form-step{
	display:none;
}
.cost-form-step.active{
	display:block;
}
.form-step-buttons{
	gap:20px;
}
.form-step-buttons .btn.disabled,
.form-step-buttons .btn:disabled, 
.form-step-buttons fieldset:disabled .btn {
	display:none;
}
.iti__country{
	color:var(--body-bg);
}
/* END COST CALCULATOR */

/* TRUSTPILOT REVIEWS SLIDER */
.turstpilot-reviews-slider .item {
    margin: 16px;
    padding: 1.5rem;
    border-radius: 20px;
    background-color: var(--body-bg);
    border: 2px solid var(--color-primary);
}

.turstpilot-reviews-slider .item h5 {
    font-size: 18px;
}

.turstpilot-reviews-slider .slick-arrow,
.site-revews .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    position: absolute;
    text-indent: -1000px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}

.turstpilot-reviews-slider .slick-prev,
.site-revews .slick-prev {
    left: -40px;
    background-image: url(assets/images/slider-arrow-right.svg);
}

.turstpilot-reviews-slider .slick-next,
.site-revews .slick-next {
    right: -40px;
    background-image: url(assets/images/slider-arrow-left.svg);
}

.turstpilot-reviews-slider .slick-arrow.slick-disabled {
    filter: grayscale(1) invert(1) brightness(10);
}

/* END TRUSTPILOT REVIEWS SLIDER */

/* SERVICES */
.services-slider .slick-arrow {
    background-color: transparent;
    border: 1px solid var(--color-primary);
    border-radius: 50em;
    color: var(--color-white);
    padding: 6px 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 34px;
    z-index: 5;
}

.services-slider .slick-arrow.slick-next {
    left: 56px;
    padding-right: 50px;
    background-image: url(assets/images/slick-arrow-left.svg);
    background-position: 95% center;
}

.services-slider .slick-arrow.slick-prev {
    padding-left: 0;
    background-image: url(assets/images/slick-arrow-right.svg);
    background-position: 5% center;
    border: 0;
    width: 44px;
    height: 44px;
    background-size: 40px;
    padding: 0;
    background-position: center;
    text-indent: -1000px;
    overflow: hidden;
}


.services-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 850px;
}

.services-icons .item {
    flex: 0 0 auto;
    width: 186px;
    text-align: center;
}

.services-icons .item .icon {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: var(--color-white);
    border: 18px solid var(--color-primary);
    border-radius: 100%;
}

.services-icons .item .icon img {
    width: 70px;
    height: 70px;
}

/* END SERVCIES */

/* SUPPORT */
.support-box {
    border: 1px solid var(--color-primary);
    padding: 1.5rem;
    border-radius: 34px;
    position: relative;
    padding-bottom: 40px;
}

.support-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.support-contact-buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 4;
}

.wave-icon {
    position: absolute;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: var(--color-white);
    background: var(--body-bg);
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wave-icon-block {
    position: relative;
    width: 100px;
    height: 100px;
}

.waves {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(23, 188, 184, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* END SUPPORT */

/* FAQS */
.faqs-accordions {
    display: none;
}

.faq-item {
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid var(--color-primary);
    margin: 2.5rem 0;
}

.faq-header {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary);
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    margin: 0;
    line-height: 32px;
}

.faq-header.collapsed {
    color: var(--color-white);
}

.faq-header .arrow {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-header .arrow img {
    filter: grayscale(1) invert(1) brightness(100);
    transform: rotate(-180deg);
    transition: all .4s ease;
}

.faq-header.collapsed .arrow {
    background-color: transparent;
}

.faq-header.collapsed .arrow img {
    filter: none;
    transform: none;
}

.faq-body {
    font-size: 14px;
    padding-top: 1rem;
}

.faq-categories {
    padding-bottom: 1rem;
    position: relative;
}

.faq-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.faq-categories ul li {
    padding: 10px 16px;
    border-radius: 50em;
    border: 2px solid var(--color-primary);
    text-wrap-mode: nowrap;
    cursor: pointer;
    font-weight: 500;
}

.faq-categories ul li::selection {
    background-color: transparent;
}

.faq-categories ul li.active {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

/* END FAQS */
.hamburger {
    width: 26px;
    height: 26px;
    display: none;
    padding: 0;
    border: 0;
    background-color: transparent;
    flex: 0 0 auto;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
}

.hamburger span.middle {
    margin: 6px 0;
}

.hamburger.open span.middle {
    display: none;
}

.hamburger.open span.top {
    transform: rotate(45deg);
}

.hamburger.open span.bottom {
    transform: rotate(-45deg);
    margin-top: -1px;
}

.container {
    max-width: 1280px;
}

.simple-step-image {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 1.8rem;
}

.simple-step-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.simple-step-item {
    flex: 0 0 auto;
    width: 390px;
}
.page-banner-404{
	height:400px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.copyright{
	position:relative;
	padding-top:1rem;	
	margin:auto;
	margin-top:1.5rem;
}
.copyright:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:1px;
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,2,2,0) 1%,rgba(11,92,90,1) 50%,rgba(22,183,180,0) 100%);
}
@media(max-width:768px) {
    .site-header.is-fixed {
        position: fixed;
        width: 100%;
        background-color: var(--body-bg);
        z-index: 999;
    }

    .container {
        max-width: 420px;
    }

    .h1,
    h1 {
        font-size: 24px;
    }

    .h2,
    h2,
    .estimate-calculator-box h2 {
        font-size: 22px;
    }

    .hamburger {
        display: block;
    }

    .site-logo {
        width: 220px;
    }

    .header-buttons {
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 16px;
    }

    .header-buttons a {
        padding: 0;
    }

    .site-nav {
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 100vh;
        transform: translate3d(-100%, 0, 0);
        transition: all .4s ease;
        background-color: var(--body-bg);
        background-image: url(assets/images/spiral-abstract.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: contain;
        padding: 0;
    }

    .site-header.is-fixed .site-nav {
        top: auto;
    }

    .site-nav.open {
        transform: translate3d(0, 0, 0);
    }

    .main-menu {
        flex-direction: column;
        padding: 30px 60px;
    }

    .main-menu li a {
        padding: 20px 0;
        border-bottom: 1px solid rgba(23, 187, 183, .5);
        text-align: center;
        font-size: 20px;
    }

    .main-menu li:last-child a {
        border-bottom: 0;
    }

    .site-nav .support-contact-buttons {
        justify-content: left;
        gap: 18px;
    }

    .site-nav .support-contact-buttons a {
        font-size: 12px;
    }

    .site-nav .support-contact-buttons .wave-icon-block,
    .site-nav .support-contact-buttons .waves {
        width: 70px;
        height: 70px;
    }

    .nav-socilas {
        width: 100%;
        padding: 0 2rem;
    }

    .atm-cards {
        justify-content: space-between;
    }

    .trustpilot-box {
        margin-top: 40px;
    }

    .trustpilot-bedge {
        justify-content: center;
    }

    .reviews-item {
        width: 360px;
    }

    .estimate-calculator-box {
        padding: 1.5rem;
    }

    .turstpilot-reviews-slider,
    .site-revews {
        padding-bottom: 50px;
    }

    .turstpilot-reviews-slider .slick-arrow,
    .site-revews .slick-arrow {
        top: auto;
        bottom: 0;
        transform: none;
    }

    .turstpilot-reviews-slider .slick-next,
    .site-revews .slick-next {
        right: 140px;
    }

    .turstpilot-reviews-slider .slick-prev,
    .site-revews .slick-prev {
        left: 140px;
    }

    .services-slider {
        padding-bottom: 60px;
    }

    .services-icons .item {
        width: 160px;
    }

    .services-icons .item .icon {
        width: 140px;
        height: 140px;
    }

    .services-icons .item .icon img {
        width: 60px;
        height: 60px;
    }

    .support-box {
        border-radius: 16px;
        padding-bottom: 60px;
    }

    .simple-step-box {
        position: absolute;
        top: 0;
        width: 350px;
        left: 50%;
        transform: translateX(-50%);
    }

    .simple-step-item {
        width: 100%;
        padding: 0 16px;
        padding-top: 186px;
    }

    .simple-step-item h4 {
        font-size: 18px;
    }

    .simple-step-item p {
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media(max-width:364px) {
    .site-logo {
        width: 200px;
    }

    .atm-cards img {
        width: 100px;
    }

    .simple-step-image {
        width: 100%;
    }

    .simple-step-item {
        padding: 0 26px;
        padding-top: 170px;
    }

    .services-icons .item {
        width: 150px;
    }

    .support-box {
        padding-bottom: 90px;
    }
}