/*
Theme Name: Talentry Portfolio Theme
Theme URI: https://talentry.cv
Description: Custom theme for Talentry Portfolio platform
Version: 1.0.0
Author: Jewel Rana
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


/* Counter Shortcode Styles */
.ezyportfolio-counter {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.counter-number {
    font-size: 3rem;
    font-weight: 700;
    color: #667eea;
}

.counter-label {
    margin-top: 10px;
    font-size: 1.1rem;
    color: #666;
}

/* Custom Section Styles */
.ezyportfolio-custom-section {
    margin: 40px 0;
}

.ezyportfolio-custom-section .section-title {
    text-align: left;
    margin-bottom: 20px;
}