:root {
    --orange: #ff6b35;
    --dark-orange: #e55a2b;
    --light-orange: #ff8c5a;
}

.bg-orange {
    background-color: var(--orange) !important;
}

.logo {
    max-height: 80px;
    max-width: 100%;
}

.org-name {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
}

.navbar-dark {
    background-color: #343a40 !important;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.card {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #e0e0e0;
}

.card-img-top {
    height: 300px;
    object-fit: cover;
}

.alert {
    border-radius: 8px;
}

.table th {
    background-color: var(--orange);
    color: white;
}

/* Hindi font support */
body {
    font-family: 'Arial', 'Nirmala UI', sans-serif;
}

.hindi-text {
    font-family: 'Nirmala UI', 'Arial Unicode MS', sans-serif;
    line-height: 1.6;
}
/* Social Media Button Styles */
.btn-linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
    color: white;
}

.btn-linkedin:hover {
    background-color: #005885;
    border-color: #005885;
    color: white;
}

.btn-instagram {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D);
    border: none;
    color: white;
}

.btn-instagram:hover {
    opacity: 0.9;
    color: white;
    transform: translateY(-1px);
}

.btn-twitter {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
    color: white;
}

.btn-twitter:hover {
    background-color: #0d8bd9;
    border-color: #0d8bd9;
    color: white;
}

.social-share-buttons .btn {
    margin: 0 2px;
    padding: 2px 8px;
    transition: all 0.3s ease;
}

.social-share-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.btn-orange {
    background-color: #ff6b35;
    border-color: #ff6b35;
    color: white;
}

.btn-orange:hover {
    background-color: #e55a2b;
    border-color: #e55a2b;
    color: white;
}

/* Social media icons in cards */
.card .social-share-buttons {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}