/*
Theme Name: Pacific Solution - One-Page Layout
Theme URI: https://pacific-solution.com
Author: Pacific Solution Pte. Ltd.
Author URI: https://pacific-solution.com
Description: Professional enterprise company profile theme for RFID, IoT, and AI systems.
Version: 1.0.0
Text Domain: pacific-solution
*/

/* WordPress core classes for image alignment */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }

/* Custom Utilities from your HTML */
nav ul, nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex.flex-col.p-6.gap-2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-gradient {
    background: linear-gradient(135deg, #0B3C5D 0%, #00AEEF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-bg {
    background: radial-gradient(circle at top right, #1D70B8 0%, #0B3C5D 40%, #020617 100%);
}