/*
Theme Name: Next Level
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: next-level
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

.ghost-card {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.00);
    box-shadow: 0 4px 4px 0 #A5EFD9;
    border-top: 0.1px solid #9FA3A4;
}

.custom__light-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #121212;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 25px;
    background-color: white;
    border-radius: 9999px;
    transition: all .2s ease;
}

.custom__light-btn:hover {
    opacity: 0.6;
}

.custom__dark-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 11px 25px;
    background-color: #121212;
    border-radius: 9999px;
    transition: all .2s ease;
}

.custom__dark-btn:hover {
    opacity: 0.6;
}

.gradient-border {
    position: relative;
    background: #1E1E1E;
    border-radius: 12px;
    padding: 2px;
    overflow: hidden;
}

.gradient-border::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(99.17deg, #66E2AC 1.67%, #187AC9 100%);
    border-radius: 12px;
    z-index: 1;
}

.gradient-border>.inner-content {
    position: relative;
    background: #1E1E1E;
    border-radius: calc(12px - 2px);
    z-index: 2;
}

.gradient-border-5 {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.gradient-border-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(99.17deg, #66E2AC 1.67%, #187AC9 100%);
    border-radius: 20px;
    z-index: 1;
}

.gradient-border-5 .inner {
    position: relative;
    background: #121212;
    border-radius: 15px;
    z-index: 2;
    height: 100%;
    box-sizing: border-box;
}

.no-visible-scroll {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.no-visible-scroll::-webkit-scrollbar {
    display: none;
}

.getInTouchForm .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.getInTouchForm .wpcf7-form-control-wrap .wpcf7-form-control {
    width: 100%;
}

.getInTouchForm .wpcf7-form-control-wrap input {
    background: transparent;
    padding: 11px 16px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
}

.getInTouchForm .wpcf7-form-control-wrap input:invalid {
    border: 1px solid red;
}

.getInTouchForm .wpcf7-form-control-wrap input::placeholder {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 110%;
}

.getInTouchForm .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background-color: red;
    padding: 11px 25px;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    color: #197AC9;
    font-size: 16px;
    font-weight: 400;
    background-color: white;
    border-radius: 9999px;
    cursor: pointer;
    transition: all .2s ease;
}

.getInTouchForm .wpcf7-form-control.wpcf7-submit:hover {
    opacity: .7;
}

.getInTouchForm .wpcf7-not-valid-tip {
    display: none !important;
}

.getInTouchForm .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    text-align: center !important;
    font-size: 12px !important;
    color: white !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: green !important;
}


.wpcf7 form.invalid .wpcf7-response-output {
    color: red !important;
}

body.page-template-get-in-touch {
    background-image: url('./assets/img/contact-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
