/*

Theme Name: PrePIP Theme

Theme URI: https://example.com

Author: Your Name

Author URI: https://example.com

Description: Custom WordPress theme for IT training platform (PrePIP style)

Version: 1.0

License: GNU General Public License v2 or later

License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: prepip-theme

Tags: education, training, bootstrap, custom-theme

*/



/* =========================

   Global Styles

========================= */

/*@import url("assets/css/main.css");*/

body {

    font-family: "Inter", sans-serif;

    background-color: #ffffff;

    color: #1a1a1a;
   
    font-size:18px;
}



/* Links */

a {

    text-decoration: none;

}



/* Headings */

h1, h2, h3, h4, h5 {

    font-weight: 700;

}



/* Container spacing fix (optional override) */

.container {

    max-width: 1200px;

}



/* =========================

   Header

========================= */



.site-header {

    background: #ffffff;

    border-bottom: 1px solid #eee;

    padding: 0px 0;

}



/* =========================

   Hero Section

========================= */



.hero-title {

    font-size: 48px;

    font-weight: 800;

}



.hero-subtitle {

    font-size: 18px;

    color: #555;

}



/* =========================

   Buttons (override Bootstrap)

========================= */







/* =========================

   Course Cards

========================= */



.course-card {

    border: 1px solid #eee;

    border-radius: 12px;

    transition: 0.3s;

}



.course-card:hover {

    transform: translateY(-5px);

}



/* =========================

   Footer

========================= */



.site-footer {

    background: #111827;

    color: #fff;

    padding: 40px 0;

}

