/* Products Section Styles */
#produtos .card:hover .icon__block i {
    color: #232323 !important;
}

#produtos .card:hover .card-box h4,
#produtos .card:hover .card-box p {
    color: #6f42c1 !important;
}

/* Contact Section Styles */
.text-content {
    margin-bottom: 2rem;
}

.text-content .mbr-section-subtitle {
    margin-bottom: 1rem;
}

.text-content .title {
    margin-bottom: 2rem;
}

.text-content .mbr-section-title {
    font-size: 2rem;
}

.text-content .mbr-text {
    line-height: 1.6;
}

/* Contact Form Styles */
.subscribe__form .form-group {
    margin-bottom: 1.5rem;
}

.subscribe__form textarea {
    min-height: 120px;
}

#successMessage {
    display: none;
    color: green;
    margin-bottom: 1rem;
    text-align: center;
}

/* Projects Section Styles */
#projetos {
    background-color: #f8f9fa;
    padding: 4rem 0 2rem 0;
}

.project-card .card-inner {
    border-radius: 25px;
    padding: 2rem;
    min-height: 380px;
}

.project-card .icon__block i {
    color: #ffffff;
    font-size: 3rem;
}

/* Gallery Styles */
.gallery-item {
    margin-bottom: 2rem;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.carousel-flex-container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 4rem;
}

.carousel-item-container {
    flex: 0 0 18%;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 4rem;
    opacity: 1;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #4BFF91;
    padding: 20px;
    border-radius: 50%;
}

/* Modal Styles */
.modal-dialog {
    max-width: 800px;
}

.modal-body {
    padding: 2rem;
}

.project-content-wrapper,
.blog-content-wrapper,
.gallery-content-wrapper {
    display: none;
}

.blog-image {
    height: 260px;
    object-fit: contain;
    margin-top: 1rem;
}

.gallery-carousel {
    max-width: fit-content;
    margin: 0 auto;
    height: auto;
}

.modal-carousel-control {
    font-size: 30px;
    color: #333;
}

/* Testimonials Section Styles */
.carousel-controls a {
    background: none;
}

/* Blog Section Styles */
.title__block {
    text-align: center;
    margin-bottom: 2rem;
}

.blog-card {
    margin-bottom: 2rem;
}

.older-posts-section {
    margin-top: 2rem;
}

/* Divider Styles */
.section-divider {
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0;
    background-color: #f8f9fa;
} 