
/*
Theme Name: CampusKudi Clickable Theme
Author: OpenAI
Version: 4.0
Description: Full 15-page CampusKudi clickable WordPress theme.
*/

body{
    margin:0;
    font-family: Arial, sans-serif;
    background:#fff7fb;
    color:#111;
}

header{
    background:#fff;
    border-bottom:1px solid #ffd7ea;
    padding:20px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    font-size:42px;
    color:#ff3e96;
    font-weight:bold;
}

nav a{
    margin:0 12px;
    text-decoration:none;
    color:#111;
    font-weight:bold;
}

.hero{
    margin:40px;
    background:linear-gradient(to right,#fff0f7,#ffe3f2);
    padding:80px 50px;
    border-radius:30px;
}

.hero h1{
    font-size:60px;
    margin:0;
}

.btn{
    display:inline-block;
    margin-top:20px;
    background:#ff3e96;
    color:white;
    padding:14px 24px;
    border-radius:12px;
    text-decoration:none;
}

.section{
    padding:50px;
}

.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.card{
    background:white;
    padding:20px;
    border-radius:20px;
    box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.card img{
    width:100%;
    border-radius:15px;
}

.price{
    color:#ff3e96;
    font-size:22px;
    font-weight:bold;
}

footer{
    background:#ff3e96;
    color:white;
    text-align:center;
    padding:40px;
    margin-top:40px;
}
