body {
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    color: #333;
}

.header {
    background: #f8f9fa;
    padding: 20px 0;
}

.logo {
    max-width: 150px;
}

.navbar-nav .nav-link {
    font-weight: 500;
    margin-left: 15px;
}

.navbar-nav .nav-link.active {
    color: #007bff;
}

.language-switcher .btn-link {
    color: #333;
    text-decoration: none;
}

.language-switcher .btn-link.active {
    color: #007bff;
    font-weight: bold;
}

.what-we-do-section h5,
.why-dhwani-section h5,
.services-section h5,
.story-section h5,
.pricing-section h5 {
    color: #007bff;
    font-weight: 700;
}

.blog-section .item {
    text-align: center;
    padding: 15px;
}

.blog-section img {
    max-width: 100%;
    border-radius: 8px;
}

.pricing-section .card {
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

.pricing-section .card-header {
    background: #007bff;
    color: #fff;
    padding: 15px;
}

.pricing-section .price {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
}

.side-panel {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
}

.side-panel.active {
    right: 0;
}

.side-panel-toggle {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px;
}

.side-panel-content {
    padding: 20px;
}

.footer {
    background: #343a40;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.whatsapp-link {
    display: inline-block;
    margin-top: 10px;
    color: #25D366;
}