:root {
    --ps-branding: #710A85;
    --ps-branding-dark: #2E0336;
    --ps-branding-yellow: #EE9512;
    --ps-branding-blue: #017EB8;
    --ps-branding-green: #1A702D;
    --ps-grey: #454444;
    --ps-grey-1: #707070;
    --ps-h3: 28px;
}
body{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-grey-1 {
    color: var(--ps-grey-1) !important;
}
.bg-branding-dark {
    background-color: var(--ps-branding-dark);
}


.btn-yellow {
    background-color: var(--ps-branding-yellow) !important;
    border: 4px solid #F6BD67 !important;
}

.btn-blue {
    background-color: var(--ps-branding-blue) !important;
    border: 4px solid #4D99B9 !important;
}

.btn-green {
    background-color: var(--ps-branding-green) !important;
    border: 4px solid #2F9C40 !important;
}

.btn {
    padding: 15px 40px 15px 40px !important;
    font-size: 16px;
}

.bg-branding {
    background-color: var(--ps-branding) !important;
}

p {
    color: var(--ps-grey) !important;
}

.bg-branding {
    background-color: #2E0336;
}

h3 {
    font-size: var(--ps-h3) !important;
}

.text-grey {
    color: var(--ps-grey);
}

.f-18 {
    font-size: 18px !important;
}

.f-14 {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .f-18 {
        font-size: 16px !important;
    }
}

.white-to-purple {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #ECF1FF 100%)
}

.purple-to-white {
    background-image: linear-gradient(180deg, #ECF1FF 0%, #FFFFFF 100%)
}

.fancy-text-wrapper {
    position: relative;
    overflow: hidden;
    /* Hide text overflow */
    height: 150px;
    /* Adjust height as needed */
    line-height: 100px;
    /* Center text vertically */
}

.fancy-text {
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(100%);
    /* Start below the visible area */
    transition: opacity 0.9s ease, transform 0.9s ease;
    /* Duration for transitions */
    visibility: hidden;
    /* Hide by default */
    z-index: 1;
    /* Stack order */
}

.fancy-text.active {
    opacity: 1;
    transform: translateY(0);
    /* Slide up effect */
    visibility: visible;
    /* Make visible */
    z-index: 2;
    /* Ensure it is on top */
}


.right-side-content {
    min-height: 500px;
}

.hero-section {
    padding-top: 40px;
    /* padding-bottom: 120px; */
    position: relative;
    z-index: 9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Zilla Slab', serif;
    color: var(--ps-branding) !important;
}

/* body {
    background-image: url('https://positivespace.com.au/wp-content/uploads/2024/08/hero-bg.png');
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
} */
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -60px;
    /* background-color: #CA463C; */
}

.elementor-background-overlay {
    /* background-image: linear-gradient(45deg, #ECF1FF, #FFF1FB) !important; */
    height: 700px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#main {
    /* height: 610px; */
    margin-top: 0 !important;
}


.logo-wrapper {
    display: none;
    transition: display 0.3s ease-in-out;
    /* Smooth transition */
}

nav .nav-link {
    font-size: 17px;
}

.navbar {
    background-color: transparent;
    /* Default color */
    transition: background-color 0.3s ease-in-out;
    /* Smooth transition */
}

.d-block .logo-wrapper {
    display: block;
    /* Show the logo when scrolled past the threshold */
}

.d-block .navbar {
    background-color: white;
    /* Change navbar color to white */
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {

    /* .logo {
        width: 60%;
        object-fit: contain;
    } */
    h1,
    h2 {
        font-size: 26px !important;
    }

    .site-logo {
        text-align: center;
    }

    .site-logo img {
        max-width: 60%;
    }

    .hero-section-container {
        padding-top: 50px;
    }

    body.admin-bar #header.fixed-top {
        top: 0 !important;
    }
}

nav {
    min-height: 60px;
}

.logo {
    width: 193px;
    height: 54px;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 36px !important;
    }
    .hero-section-container {
        padding-top: 100px;

    }

    nav {
        min-height: 100px;
    }

    /* nav li:last-of-type {
        background-color: #CA463C;
        border-style: solid;
        border-width: 4px 4px 4px 4px;
        border-color: #EF8181;
        border-radius: 100px 100px 100px 100px;
        padding: 2px 22px 2px 22px;
    } */

    /* nav li:last-of-type a {
        color: #fff !important;
    } */


    .wave-bg-front-page {
        height: 650px;
    }

    .hero-section .site-logo {
        margin-left: 22%;
    }

    .logo {
        width: 293px;
        height: 84px;
    }

    .right-side-content img {
        position: absolute;
    }

    .right-side-content img:nth-child(1) {
        left: 20px;
        top: 0;
    }

    .right-side-content img:nth-child(2) {
        right: -35px;
        top: 0;
    }

    .right-side-content img:nth-child(3) {
        top: 46%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .right-side-content img {
        position: absolute;
    }

    .right-side-content img:nth-child(1) {
        top: 0;
        left: 8%;
        /* transform: translateX(-50%); */
    }

    .right-side-content img:nth-child(2) {
        top: 0;
        right: 8%;
        /* transform: translateX(-50%); */
    }

    .right-side-content img:nth-child(3) {
        top: 46%;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* #menu-meu {
    align-items: center;
} */
.navbar li {
    margin-left: 8px;
    margin-right: 8px;
}

.navbar li:nth-last-of-type() {
    margin-right: 0px;
}

.flag-section {
    max-width: 800px;
}

.absn-badge {
    background-color: var(--ps-grey);
    color: #fff !important;
}

.footer-main {
    border-bottom: 1px solid #EEEEEE;
}

.py-6 {
    padding-top: 56px;
    padding-bottom: 56px;
}

/* svg */
.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg);
}

.elementor-shape-bottom svg {
    width: calc(184% + 1.3px);
    height: 100px;
    fill: #fff;
    transform: translateX(-50%) rotateY(180deg);
    position: relative;
    left: 50%;
    display: block;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.wave-bg {
    height: 400px;
    background-image: linear-gradient(225deg, #FFF1FB 0%, #ECF1FF 100%);
}

.wave-bg .elementor-background-overlay {
    height: 300px;
    z-index: -1;
}

.wave-bg-front-page {
    background-image: linear-gradient(225deg, #FFF1FB 0%, #ECF1FF 100%);
}

.wave-bg .elementor-background-overlay {
    height: 550px;
    z-index: -1;
}

.container {
    max-width: 1260px !important;
}

.offcanvas {
    width: 80% !important;
}

#footer a {
    color: var(--ps-grey);
}

#footer i {
    color: var(--ps-branding);
}

.elementor-icon-list-icon i {
    width: 1.25rem;
}

.elementor-social-icon {
    background-color: #78C05B;
}

.elementor-social-icon i {
    color: #fff !important;
}
#back-to-team {
    display: none;
}