/* Enhanced Project Cards */
.project-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 168, 135, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    transition: all 0.3s ease;
}

.project-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
    color: #fff;
}

.project-content {
    padding: 25px;
}

.project-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-actions .btn {
    flex: 1;
    min-width: 120px;
    text-align: center;
    font-size: 14px;
    padding: 8px 16px;
}

/* Enhanced Hero Features with Icons */
.hero-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.hero-feature:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.hero-feature i {
    color: #04a887;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

/* Enhanced Stats with Client Logos */
.stats-section {
    position: relative;
    overflow: hidden;
}

.stats-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(4, 168, 135, 0.3), transparent);
}

.client-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
    padding: 20px 0;
}

.client-logo {
    opacity: 0.6;
    transition: opacity 0.3s ease;
    filter: grayscale(100%);
}

.client-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.client-logo img {
    height: 40px;
    width: auto;
    max-width: 120px;
}

/* Client Testimonials Preview */
.testimonials-preview {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    max-width: 300px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-content p {
    font-style: italic;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.6;
}

.testimonial-author strong {
    display: block;
    color: #04a887;
    margin-bottom: 5px;
}

.testimonial-author span {
    font-size: 14px;
    color: #666;
}

/* Enhanced Package Cards */
.package-card.featured {
    position: relative;
    transform: scale(1.05);
    border: 2px solid #04a887;
    box-shadow: 0 15px 40px rgba(4, 168, 135, 0.2);
}

.package-badge {
    position: absolute;
    top: -10px;
    right: 20px;
    background: linear-gradient(135deg, #04a887, #038a73);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(4, 168, 135, 0.3);
    z-index: 10;
}

/* Agents Section */
.agents-section {
    background: linear-gradient(135deg, #04a887 0%, #028a6b 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.agents-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.agents-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.agents-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.agents-text p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
}

.agents-benefits {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.agents-why {
    margin: 2rem 0;
}

.agents-why h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-weight: 600;
}

.agents-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.agents-benefits li i {
    color: #fff;
    margin-top: 2px;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.agents-benefits li strong {
    color: #fff;
    font-weight: 600;
    width: 20px;
    text-align: center;
}

.agents-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.agents-actions .btn {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.agents-actions .btn-primary {
    background: #04a887;
    border: 2px solid #04a887;
}

.agents-actions .btn-primary:hover {
    background: transparent;
    color: #04a887;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(4, 168, 135, 0.3);
}

.agents-actions .btn-outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.agents-actions .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
}

.agents-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.agents-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.agents-stats .stat-item {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.agents-stats .stat-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.agents-stats .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #04a887;
    margin-bottom: 10px;
}

.agents-stats .stat-label {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* Mobile Responsive for New Elements */
@media (max-width: 768px) {
    .project-actions {
        flex-direction: column;
    }
    
    .project-actions .btn {
        min-width: auto;
    }
    
    .client-logos {
        gap: 20px;
        margin-top: 30px;
    }
    
    .client-logo img {
        height: 30px;
        max-width: 80px;
    }
    
    .testimonials-preview {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .testimonial-item {
        max-width: 100%;
    }
    
    .package-card.featured {
        transform: none;
    }
    
    .hero-feature {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    
    .hero-feature i {
        font-size: 16px;
    }
    
    .agents-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .agents-text h2 {
        font-size: 2rem;
    }
    
    .agents-text p {
        font-size: 1.1rem;
    }
    
    .agents-actions {
        justify-content: center;
    }
    
    .agents-stats {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px 20px;
    }
    
    .agents-stats .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .client-logos {
        gap: 15px;
    }
    
    .client-logo img {
        height: 25px;
        max-width: 60px;
    }
    
    .testimonial-item {
        padding: 15px;
    }
    
    .testimonial-content p {
        font-size: 14px;
    }
}
