/*
Theme Name: PT Sahira Energy Jovila Theme
Theme URI: https://www.saejo.id
Author: PT Sahira Energy Jovila
Author URI: https://www.saejo.id
Description: Enterprise WordPress Theme for PT Sahira Energy Jovila - CNG Distribution, Logistics & General Contracting
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sja-theme
*/

/* ============================
   Material Symbols Configuration
   ============================ */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* ============================
   Hero Overlay
   ============================ */
.hero-overlay {
    background: linear-gradient(135deg, rgba(10, 25, 47, 0.92) 0%, rgba(13, 71, 161, 0.82) 65%, rgba(0, 191, 165, 0.45) 100%);
}

/* ============================
   Selection Colors
   ============================ */
::selection {
    background-color: #00BFA5;
    color: #ffffff;
}

/* ============================
   Smooth Scrolling
   ============================ */
html {
    scroll-behavior: smooth;
}

/* ============================
   Animated Counter
   ============================ */
.stat-counter {
    transition: all 0.3s ease;
}

/* ============================
   Image Hover Zoom
   ============================ */
.portfolio-image-hover:hover img {
    transform: scale(1.05);
}

/* ============================
   WordPress Admin Bar Fix
   ============================ */
body.admin-bar header.sticky {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar header.sticky {
        top: 46px;
    }
}

/* ============================
   WordPress Block Editor Alignment
   ============================ */
.wp-block-image.alignfull,
.wp-block-cover.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* ============================
   Page/Post Content Styles
   ============================ */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    color: #0A192F;
    margin-bottom: 0.75rem;
}

.entry-content h2 {
    font-size: 1.875rem;
    margin-top: 2rem;
}

.entry-content h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
}

.entry-content p {
    margin-bottom: 1rem;
    line-height: 1.75;
    color: #475569;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: #475569;
}

.entry-content a {
    color: #0D47A1;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #082b64;
}

.entry-content blockquote {
    border-left: 4px solid #0D47A1;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: #F8FAFC;
    font-style: italic;
    color: #0A192F;
}

/* ============================
   Hide emoji from old content
   ============================ */
.no-emoji img.emoji,
.no-emoji .wp-smiley {
    display: none !important;
}
