:root {
    --bihari-red: #8B0000;
    --bihari-gold: #D4AF37;
    --bihari-teal: #004D4D;
}

body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, .navbar-brand {
    font-family: 'Playfair Display', serif;
}

/* Navbar */

.navbar {
    background-color: white;
    border-bottom: 3px solid var(--bihari-gold);
}

/* Hero Section */

.hero-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
    url('https://images.unsplash.com/photo-1583939003579-730e3918a45a?auto=format&fit=crop&q=80&w=1920');
    background-size: cover;
    color: white;
    padding: 100px 0;
}

/* Search Box */

.search-box {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 15px;
    color: #333;
    margin-top: -50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Buttons */

.btn-bihari {
    background-color: var(--bihari-red);
    color: white;
    border: none;
    padding: 10px 25px;
    transition: 0.3s;
}

.btn-bihari:hover {
    background-color: var(--bihari-teal);
    color: white;
}

/* Profile Card */

.profile-card{
border:none;
border-radius:15px;
transition:0.3s;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.profile-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.2);
}

/* Footer */

footer {
    background: var(--bihari-teal);
    color: white;
    padding: 40px 0;
}

/* Social Icons */

.social-icons a {
    display: inline-block;
    color: white;
    font-size: 22px;
    margin-left: 15px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    background: rgba(255,255,255,0.1);
    transition: 0.3s;
}

.social-icons a:hover {
    background: var(--bihari-gold);
    color: black;
    transform: scale(1.1);
}

.navbar-brand img{
    transition:0.3s;
}

.navbar-brand img:hover{
    transform:scale(1.05);
}

.card-plan { border: 2px solid #eee; border-radius: 20px; transition: 0.3s; }
        .card-plan:hover { border-color: #D4AF37; transform: translateY(-5px); }
        .price { font-size: 2.5rem; font-weight: bold; color: #8B0000; }
        
        
        
        
        
       
        

        body { font-family: 'Poppins', sans-serif; }
        h1, h2, .navbar-brand { font-family: 'Playfair Display', serif; }

       
        
        

        

       

       
