/* Services Nature Theme - Estilização com tema de natureza para página de serviços */

:root {
    --leaf-green: #4CAF50;
    --dark-green: #2E7D32;
    --light-green: #8BC34A;
    --earth-brown: #795548;
    --sky-blue: #03A9F4;
    --cloud-white: #F5F5F5;
}

/* Elementos decorativos de natureza */
.nature-element {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s ease;
}

/* Nuvens */
.cloud-element {
    opacity: 0.8;
}

.cloud-element img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.cloud-1 {
    top: 15%;
    right: 20%;
    width: 100px;
    animation: cloud-drift 30s linear infinite;
}

.cloud-2 {
    top: 25%;
    left: 10%;
    width: 150px;
    animation: cloud-drift-reverse 40s linear infinite;
}

/* Folhas decorativas */
.leaf-decoration {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.85;
    z-index: 5;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.15));
}

.leaf-top-left {
    top: 10%;
    left: 5%;
    transform: rotate(-15deg);
    animation: leaf-sway 8s ease-in-out infinite;
}

.leaf-bottom-right {
    bottom: 15%;
    right: 8%;
    transform: rotate(15deg) scale(1.2);
    animation: leaf-sway 7s ease-in-out infinite;
}

/* Pássaros */
.bird-element {
    position: absolute;
    z-index: 3;
    opacity: 0.7;
    width: 30px;
    height: auto;
    animation: bird-flight 20s linear infinite;
}

.bird-1 {
    top: 18%;
    left: 25%;
    transform: scale(0.8);
}

.bird-2 {
    top: 12%;
    left: 35%;
    transform: scale(0.6);
    animation-delay: -5s;
}

.bird-3 {
    top: 22%;
    left: 15%;
    transform: scale(0.7);
    animation-delay: -10s;
}

/* Animações */
@keyframes cloud-drift {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes cloud-drift-reverse {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes leaf-sway {
    0% {
        transform: rotate(0deg) translateY(0);
    }

    25% {
        transform: rotate(10deg) translateY(5px);
    }

    50% {
        transform: rotate(0deg) translateY(0);
    }

    75% {
        transform: rotate(-10deg) translateY(5px);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes bird-flight {
    0% {
        transform: translateX(0) translateY(0);
    }

    25% {
        transform: translateX(20px) translateY(-10px);
    }

    50% {
        transform: translateX(40px) translateY(0);
    }

    75% {
        transform: translateX(20px) translateY(10px);
    }

    100% {
        transform: translateX(0) translateY(0);
    }
}

/* Estilização da seção de hero com tema ambiental */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(46, 125, 50, 0.7), rgba(3, 169, 244, 0.4));
    z-index: 1;
}

.hero-section .hero-content {
    position: relative;
    z-index: 2;
}

.hero-section .eco-icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    color: var(--light-green);
}

/* Melhorias nos cartões de serviços */
.service-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background: #fff;
    border: none;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--leaf-green);
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(76, 175, 80, 0.2);
}

.service-card .card-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.service-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.service-card:hover .card-img img {
    transform: scale(1.1);
}

.service-card .eco-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--leaf-green);
    color: white;
    border-radius: 30px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.service-card .card-body {
    padding: 25px;
}

.service-card .card-title {
    font-weight: 700;
    color: var(--dark-green);
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
}

.service-card .card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--leaf-green);
}

.service-card .service-icon {
    width: 60px;
    height: 60px;
    background: var(--light-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(139, 195, 74, 0.3);
}

/* Estilização da seção de benefícios */
.benefits-section {
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/background/texture-metal.png');
    background-size: cover;
    padding: 80px 0;
    overflow: hidden;
}

.benefits-section .nature-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234CAF50' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.benefit-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-left: 4px solid var(--leaf-green);
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(76, 175, 80, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: var(--leaf-green);
    font-size: 28px;
    transition: all 0.4s ease;
}

.benefit-item:hover .benefit-icon {
    background: var(--leaf-green);
    color: white;
}

.benefit-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--dark-green);
}

/* Estilização da seção CTA */
.cta-section {
    position: relative;
    background: linear-gradient(135deg, #2E7D32, #4CAF50);
    padding: 100px 0;
    color: white;
    overflow: hidden;
}

.cta-section .cta-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cta-section .nature-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.cta-section .leaf {
    position: absolute;
    z-index: 2;
    opacity: 0.6;
    pointer-events: none;
}

.cta-section .leaf img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.2;
}

.cta-section .leaf-1 {
    top: 10%;
    left: 5%;
    width: 80px;
    animation: leaf-float 8s ease-in-out infinite;
}

.cta-section .leaf-2 {
    bottom: 15%;
    right: 8%;
    width: 60px;
    animation: leaf-float 6s ease-in-out infinite;
    animation-delay: -2s;
}

.cta-section .leaf-3 {
    top: 20%;
    right: 15%;
    width: 50px;
    transform: rotate(45deg);
    animation: leaf-float 7s ease-in-out infinite;
    animation-delay: -4s;
}

.cta-section .leaf-4 {
    bottom: 20%;
    left: 12%;
    width: 70px;
    transform: rotate(-30deg);
    animation: leaf-float 9s ease-in-out infinite;
    animation-delay: -1s;
}

@keyframes leaf-float {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-15px) rotate(5deg);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

.cta-section .cta-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.cta-section .cta-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cta-section .cta-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-section .cta-btn {
    display: inline-block;
    background: white;
    color: var(--dark-green);
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    font-size: 1.1rem;
}

.cta-section .cta-btn:hover {
    background: transparent;
    color: white;
    border-color: white;
    transform: translateY(-5px);
}

/* Responsividade */
@media (max-width: 768px) {

    .cloud-1,
    .cloud-2 {
        display: none;
    }

    .bird-element {
        display: none;
    }

    .cta-section .cta-title {
        font-size: 2rem;
    }

    .cta-section .leaf-1,
    .cta-section .leaf-2 {
        width: 50px;
    }

    .cta-section .leaf-3,
    .cta-section .leaf-4 {
        display: none;
    }
}