/*
Theme Name: Blank Theme
Theme URI: 
Author: Yesvant
Author URI: yesvantalaria09@gmail.com
Description: A modern and professional WordPress theme designed for legal practice, advocacy, and chamber management. Built with a clean architecture, responsive layout, and optimized performance for law firms, advocates, and legal consultants.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: chambers-of-yash-prakash-yadav
*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
    background: #0b0f19;
    color: #fff;
}

/* NAVBAR */
.navbar {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
}

/* HERO */
.hero {
    height: 100vh;
    background: linear-gradient(135deg, #0b0f19, #0d2b5c);
    display: flex;
    align-items: center;
    text-align: center;
}
.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}
.hero p {
    opacity: 0.8;
}
.btn-custom {
    background: #fff;
    color: #000;
    border-radius: 30px;
    padding: 10px 25px;
}

/* SECTION */
.section {
    padding: 80px 0;
}

/* CARDS */
.card-custom {
    background: rgba(255,255,255,0.05);
    border: none;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    transition: 0.3s;
}
.card-custom:hover {
    transform: translateY(-10px);
}

/* DARK SECTION */
.dark-section {
    background: #05070d;
}

/* TEAM */
.team-card {
    text-align: center;
    padding: 30px;
}
.team-card i {
    font-size: 50px;
    color: #fff;
    margin-bottom: 15px;
}
a.nav-link {
    color: #fff;
}
/* CONTACT */
.form-control {
    border-radius: 10px;
}
footer {
    text-align: center;
    padding: 20px;
    background: #000;
}
.card.card-custom p, .card.card-custom h5,.card.card-custom h6 {
    color: #fff;
}