/*
Theme Name: ICC-BPO
Theme URI: https://iccbpo.com/
Author: Javier Eduardo Romero
Author URI: https://quanticohn.com/
Description: A modern, lightweight, secure, and builder-compatible theme for ICC-BPO. Built for Elementor, Divi, Gutenberg.
Version: 2.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: icc-bpo
Tags: custom-logo, custom-menu, featured-images, theme-options, translation-ready, responsive-layout, elementor, divi, gutenberg
*/

/* Global Layout */
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
   background: linear-gradient(180deg, #1b153f 0%, #8216ef 100%);
    color: #ffffff;
}

h1, h4, h5, h6 {
    font-weight: 700;
}

.container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 20px;
}



h2.subtitle, h3.subtitle {
    font-weight: 500;
}

p {
    font-weight: 400;
}

/* Buttons */
button, .wp-block-button__link, .elementor-button, .btn, input[type="submit"] {
    background-color: #ff4f00;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
button:hover, .wp-block-button__link:hover, .elementor-button:hover, .btn:hover, input[type="submit"]:hover {
    filter: brightness(1.3);
}

/* Widgets */
.widget-title {
    background-color: #ff4f00;
    padding: 10px 15px;
    color: white;
    font-weight: 700;
}

/* Blog Post Structure */
.single-post .post-header {
    margin-bottom: 20px;
}
.single-post .post-header img {
    width: 100%;
    height: auto;
}
.single-post .entry-title {
    font-size: 2em;
    margin-top: 10px;
}
.single-post .post-meta {
    font-size: 0.9em;
    color: #ccc;
}
.single-post .post-tags {
    margin-top: 30px;
    font-size: 0.9em;
}

/* Page Title Section */
.page-title {
    padding: 65px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
}

body {
    color: #ffffff;
}

.entry-content,
.widget,
.site-content,
.post-content,
.page-content,
article {
    color: #ffffff;
}





