:root {
    --primary-color: #01af5c;
    --primary-dark: #150c06cd;
    --secondary-color: #57d07b7a;
    --accent-color: #57d0834c;
    --text-primary: #ffffff;
    --text-secondary: #e5e7eb;
    --text-muted: #ffffff;
    --background-primary: #000000e8
        /*linear-gradient(135deg, #01af5c 0%, #2e8155 25%, #01af5c 50%, #2cb47b 75%, #65ab9e 100%)*/
    ;
    --background-card: rgba(39, 38, 46, 0.8);
    --background-card-hover: rgba(41, 141, 92, 0.9);
    --background-dark: #00000e3;
    --border-color: rgb(255, 255, 255);
    --shadow: 0 4px 6px rgb(0, 0, 0);
    --shadow-hover: 0 10px 40px s(145, 106, 54, 0.4);
    --transition: all 0.3s ease;
    --border-radius: 10px;
    --max-width: 1200px;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: "Bebas Neue", sans-serif;*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: #141414 !important;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background: var(--background-primary);
    overflow-x: hidden;
}

body {
    background: #141414 !important;
    margin: 0%;

}

.block {
    background: #090909;
    margin-bottom: -10%;
    margin-left: -2%;
    margin-right: -2%;

}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

.page {

    background: #000000b1
}

.swiper .mySwiper {
    max-width: 1200px;

}

.port {
    color: white !important;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.875), rgb(0, 0, 0));
    padding: 0 0 0 0;
}

.sobre-eles {
    position: relative;
    height: 50px;
    margin: 5%;
}

.sobre-eles-titule {
    color: #01af5c;
    text-align: center;
}

.social-links1 {
    display: flex;
    gap: 1rem;
    position: absolute;
    top: 5%;
    left: 3%;
    width: 100%;
    text-align: center;
}

.social-link1 {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    color: #012401;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.social-link1:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transform: translateY(-2px);
    border-color: transparent;
}

.vsf {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1000;
    transition: var(--transition);
    backdrop-filter: blur(20px);
}

.titule-port {
    top: -500%;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    border-radius: 10px;
    font-size: 40px;
    background: linear-gradient(135deg, rgba(74, 222, 128, 0.2), rgba(255, 255, 255, 0.2));
    z-index: 1000;
    transition: var(--transition);
    backdrop-filter: blur(20px);
}

.swiper-pagination {
    margin-top: -400px !important;
}

.swiper-wrapper {
    height: 100%;
    width: 100%;

}

/*.swiper-slide {
    padding-left: 3%;
    padding-right: 3%;
}*/

.guardiao {
    width: 100%;
    height: 100%;
}

.subsem {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.oobaa {
    background-size: cover;
}

.imgjadeub {
    width: 100%;
    height: 100%;
    border: #01af5c solid 3px;
    margin-top: 10px;
}

.imgjadeu {
    width: 110%;
    height: 110%;
}

.imgjadeu-o {
    width: 130%;
    height: 130%;
}

.imgfoda {
    width: 80px;
}

.imgicon {
    width: 30px;
}

.jadeu {
    width: 100%;
    height: 100%;
    border: #01af5c solid 2px;
    align-items: center;
    position: relative;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

p {
    margin-bottom: 1rem;
    color: var(--text-secondary);
}

.highlight {
    color: #01af5c;
    font-weight: 800;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: var(--transition);
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    box-shadow: var(--shadow);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.btn-secondary {
    background-color: transparent;
    color: var(--text-primary);
    border: 2px solid rgba(255, 255, 255, 0.645);
}

.btn-secondary:hover {
    background-color: #01af5c;
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.btn-contact {
    background: #024a27;
    border-radius: 15px;
    padding: 60px 60px 60px 60px;
    height: 5px;
    width: 30px;
}

.btn-large {
    padding: 18px 36px;
    font-size: 1.1rem;
}

.imgfoda-nav {
    width: 50px;
    height: 50px;
}

.service-navv {
    margin-right: 100px;
    opacity: 75%;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 700px;
    right: 50px;
    text-align: center;
    z-index: 1001;
    display: block;
}

/* Navigation */
.navbar {
    position: certer;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.875), rgb(0, 0, 0));
    z-index: 1000;
    transition: var(--transition);
    top: 0;
}

.navbar.scrolled {
    background-color: rgba(0, 0, 0, 0.98);
}

.nav-container {
    max-width: var(--max-width);
    margin: auto;
    padding: 1rem 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 40px;
    margin: auto;
}

.logo:hover {
    margin-top: -5px;
    height: 48px;
}

.nav-logo {
    height: 45px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    font-size: #fff;
}

.nav-item {
    padding-bottom: 10px;
}

.nav-link {
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 10px 0;
}

.nav-link:hover,
.nav-link.active {
    color: #005f31;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transition: var(--transition);
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.service-navv .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger .bar {
    width: 25px;
    height: 3px;
    background-color: var(--text-primary);
    margin: 3px 0;
    transition: var(--transition);
}

/* Hero Section */
.hero {
    min-height: 1080px;
    display: flex;
    align-items: center;
    padding-top: 5%;
    position: relative;
    overflow: hidden;
    margin-top: -10%;
    margin-bottom: 10px;
    background-size: cover;
}

.hero-container {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(74, 222, 128, 0.152);
    border: 1px solid rgba(74, 222, 128, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    line-height: 1.1;
    font-family: "Bebas Neue", sans-serif;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    gap: 3rem;
}

.stat-item {
    text-align: left;
}



.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #01af5c;
    display: block;
    line-height: 1;
    background-color: #02320f3f;
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;


}

.stat-label {
    color: honeydew;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
}

.hero-visual {
    position: relative;
    height: 500px;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-image-placeholder {
    width: 100%;
    height: 377px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.placeholder-content {
    height: 100%;
}

.placeholder-content-2 {
    height: 100%;
    width: 66%;
    margin-top: -20px;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);

}

.shape-1 {
    width: 100px;
    height: 100px;
    /*  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
   */
    top: -40px;
    right: -40px;
    opacity: 0.6;
    animation: float 6s ease-in-out infinite;
}


.kkk {
    width: 100px;
}

.shape-2 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #acd5b600);
    bottom: -50px;
    left: -10px;
    opacity: 0.4;
    animation: float 10s ease-in-out infinite reverse;
    top: 330px;
}

.shape-3 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #acd5b600);
    bottom: -30px;
    left: 50px;
    opacity: 0.4;
    animation: float 10s ease-in-out infinite reverse;

}

.shape-4 {
    width: 100px;
    height: 100px;
    /*  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
   */
    top: -40px;
    right: 20px;
    opacity: 0.6;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(120deg);
    }
}

/* Section Styles */
.section-header {
    text-align: center;
    margin-bottom: 4rem;

}

.section-title {
    color: var(--text-primary);
    width: 350px;
    margin-left: 400px;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    background-color: #02320f5b;
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Services Section */
.services {
    padding-top: 100px;
    /*background-image: url(../img/Pattern_Verde.png);*/
    position: relative;
    padding-bottom: 200px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-card {
    background: var(--background-card);
    padding: 2.5rem 2rem;
    border-radius: var(--border-radius);
    text-align: left;
    border: 1px solid var(--border-color);
    transition: var(--transition);
    backdrop-filter: blur(10px);
}

.service-card:hover {
    transform: translateY(-8px);
    background: var(--background-card-hover);
    border-color: rgba(74, 222, 128, 0.3);
    box-shadow: var(--shadow-hover);
}

.service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.service-icon svg {
    width: 100%;
    height: 100%;
}

.service-title {
    color: var(--text-primary);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.service-description {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Portfolio Section */
.portfolio {
    background-image: url(../img/Pattern_Verde_1.png);
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px;
    animation: p infinite 150s linear;
    backdrop-filter: opacity(25%);
}

@keyframes p {
    0% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 100% 1000%;
    }
}

.fund-port .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;

}

.portfolio-item {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.875), rgb(0, 0, 0));
    border-radius: var(--border-radius);
    overflow: hidden;
    border: 1px solid;
    transition: var(--transition);
    backdrop-filter: blur(10px);
    height: 600px;
}

/*.portfolio-item:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}*/

.portfolio-image {
    height: 250px;
    overflow: hidden;
}



.portfolio-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 2rem;
    position: relative;
}

.gradient-1 {
    background: linear-gradient(135deg, #349b0c, #07760f, #012401);
}

.gradient-2 {
    background: linear-gradient(135deg, #349b0c, #07760f, #012401);
}

.gradient-3 {
    background: linear-gradient(135deg, #349b0c, #07760f, #012401);
}

.project-text {
    font-size: 2.5rem;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.733);
}

.portfolio-content {
    text-decoration: none;
    padding: 2rem;
    padding-top: 100px;
}

.portfolio-category {
    color: #01af5c;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    display: block;
}

.portfolio-title {
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-size: 1.3rem;

}

.portfolio-description {
    color: var(--text-secondary);
    font-size: 0.95rem;
    margin: 0;
}

.portfolio-button {
    text-align: center;
}

/* About Section */
.about {
    /*padding: 6rem 0;*/
    /*background-image: url(../img/Pattern_Verde_.png);*/
    /* background-size: cover;*/

    margin-bottom: 250px;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-top: -100px;
}

.about-teste {
    display: grid;
    /* grid-template-columns: 1fr 1fr;*/
    gap: 4rem;
    align-items: center;
}

.about-text {
    max-width: 700px;
}

.about-text h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.about-description {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature-icon {
    width: 50px;
    height: 50px;
    color: #01af5c;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 100%;
    height: 100%;
}

.feature-content h4 {
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.feature-content p {
    color: var(--text-secondary);
    margin: 0;
    font-size: 0.95rem;
}

.about-visual {

    position: relative;
}

.about-visual-eles {
    margin-top: 100px;
    position: relative;
}

.about-image-container {
    position: relative;
    width: 100%;
    height: 500px;
}

.about-image {
    width: 100%;
    height: 500px;


}

.about-placeholder {
    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-color);

}

.shape-about-1 {
    width: 80px;
    height: 80px;
    /*background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));*/
    top: -60px;
    right: -20px;
    opacity: 0.6;
    animation: float 5s ease-in-out infinite;
}

.shape-about-2 {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--accent-color), #5bec48);
    bottom: -10px;
    left: -10px;
    opacity: 0.4;
    animation: float 9s ease-in-out infinite reverse;
}

.cta {
    padding-top: 20px;
    /*padding-bottom: 325px;*/
    text-align: center;
    position: relative;
    background-image: url(../img/Espiral\ \(3\)\ \(1\).png);
    background-position: center;
    background-size: cover;
    height: 1080px;
    width: 100%;

}

.cta-content {
    margin-top: 300px;
}

.cta-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    color: var(--primary-color);
}

.cta-icon {
    width: 100%;
    height: 100%;
}

.cta-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.cta-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin-bottom: 3rem;
    line-height: 1.6;
}

.cta-button {
    margin-top: 2rem;
}

/* Contact Section */
.contact {
    padding: 2rem 0;
}

/* Footer */
.footer {
    background-image: url(../img/Plástico.jpg);
    background-size: cover;
    padding: 4rem 0 2rem;

}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.footer-logo .logo {
    height: 40px;
    width: auto;
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.footer-logo p {
    color: var(--text-secondary);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.social-link:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    transform: translateY(-2px);
    border-color: transparent;
}

.social-link svg {
    width: 30px;
    height: 30px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-column h4 {
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-column a {
    color: var(--text-secondary);
    text-decoration: none;
    transition: var(--transition);
    font-size: 0.95rem;
}

.footer-column a:hover {
    color: var(--primary-color);
}

.footer-column svg {
    width: 16px;
    height: 16px;
    color: var(--primary-color);
    flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 1400px) (min-width: 997px) {
    .about-text {
        max-width: 500px;
    }

    .section-title {
        margin-left: 400px;
    }



}

@media (max-width: 997px)(min-width: 450px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: var(--background-dark);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        border-top: 1px solid var(--border-color);
        padding: 2rem 0;
    }


    .nav-menu.active {
        left: 0;
    }

    .nav-menu li {
        margin: 1rem 0;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-stats {
        justify-content: center;
        gap: 2rem;
    }

    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .about-text {
        text-align: center;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .social-links {
        justify-content: center;
    }

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .container {
        padding: 0 15px;

    }

    .img-adp {
        height: 100%;
        width: 100%;
    }


}

@media (max-width: 480px) {

    .placeholder-content-2 {
        margin-top: 467px;
    }

    .placeholder-content {
        width: 100%;
        height: 60%;
    }

    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: var(--background-dark);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        border-top: 1px solid var(--border-color);
        padding: 2rem 0;
    }


    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-stats {
        justify-content: center;
        gap: 2rem;
    }


    .hero-title {
        font-size: 2rem;
        line-height: 1.1;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .services-grid,
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .hero-stats {
        gap: 1.5rem;
    }


    .stat-number {
        font-size: 2rem;
        font-size: var(--background-dark);
    }



    .about {
        max-width: 450px;
        align-items: center;
        margin-left: 20px;

    }


    .about-content {
        display: block;
        margin-top: 50px;
    }

    .about-features {
        max-width: 300px;



    }

    .about-placeholder {
        border: none;
    }

    .about-description {
        max-width: 300px;

    }

    .about-visual-eles {
        max-width: 300px;
        width: 66%;
        margin-left: 30px;


    }

    .shape-4 {
        margin-top: 100px;

    }

    .about-visual {
        max-width: 325px;
        margin-left: -10px;
        border: none;


    }

    .jeam {
        margin-left: -20px;
    }

    .cta {
        margin-top: 200px;
    }

    .img-adp {
        margin-top: -600px;
        margin-left: 50px;
        height: 250px;
        width: 200px;
    }

    .img-adp2 {
        margin-top: -790px;
        margin-left: -640px;
        height: 250px;
        width: 200px;
    }

    .sobre-eles-titule {
        font-size: 20px;
    }

    .sobreela {
        margin-left: -240px;
        margin-top: 150px;
    }

    .about-visual {
        margin-top: -100px;
        margin-left: 0px;
    }




    .sobreele {
        margin-top: 95px;
        margin-left: 490px;

    }

    .sobreeletito {
        margin-right: 470px;
    }

    .sobreelelore {
        max-width: 300px;
        margin-left: -90px;
    }



    .feature-item {
        flex-direction: column;
        text-align: center;
    }

    .section-header {
        margin-left: -450px;
    }

    .section-subtitle {
        max-width: 400px;
        margin-left: 450px;
    }

    .section-title {
        margin-left: 430px;
    }

    .subsem {
        max-width: 400px;
        margin-left: 450px;
    }

    .port {
        background: none;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-links {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .social-links {
        justify-content: center;
    }

    .service-navv {
        display: block;
        margin: 0%;
    }

    .section-title {
        font-size: 30px;
    }


}

/* Animation classes for scroll effects */
[data-aos] {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Loading and performance */
body:not(.loaded) {
    overflow: hidden;
}

/* Enhanced hover effects */
.service-card:hover .service-icon {
    transform: scale(1.1);
    transition: var(--transition);
}

.portfolio-item:hover .portfolio-placeholder {
    transform: scale(1.05);
    transition: var(--transition);
}

/* Normal cursor - no custom styles needed */

/* Enhanced smooth scrolling */
html {
    scroll-behavior: auto;
    /* Disable default to use custom */
}

body {
    overflow-x: hidden;
}

/* Parallax and hover effects */
.floating-shape {
    transition: transform 0.1s ease-out;
}

.hero-image-placeholder {
    transition: transform 0.1s ease-out;
}

/* Enhanced button hover effects */
.btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.service-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.portfolio-item {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

/* Magnetic effect */
.btn:hover,
.service-card:hover,
.portfolio-item:hover {
    will-change: transform;
}

/* Scroll animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Performance optimizations */
* {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    /* Mobile specific styles */
}

/* Improved focus states */
.btn:focus,
.nav-link:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}





/*.toolbar {
    height: 80px;
}

.tab-link {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
}

.toolbar-inner .link {
    flex: 1;
    height: 80px;
    line-height: 25px;
    font-weight: bold;
}

.toolbar-inner .link:not(.active) {
    color: gray;
    font-weight: normal;
}

.toolbar-inner>.link i {
    font-size: 28px;
}*/