body, html {
    font-family: 'Unbounded', sans-serif !important;
}

/* #hero1-section {
        min-height: 100vh;   
        
        display: flex;
        align-items: center; 
        justify-content: center; 
        flex-direction: column;
        margin: 0;
        padding: 0;
        background-image: url("{% static 'video/landing.webm' %}"); 
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
} */

/* Gallery Page */
/*
.gallery-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto 40px auto;
}
.gallery-img {
    background: #e3e3e5;
    border-radius: 0;
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #bdbdbd;
    object-fit: cover;
    border: none;
}
.btn-primary {
    background: #5b5dff;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    padding: 8px 22px;
    margin-top: 10px;
}
.footer-bar {
    font-size: 0.95rem;
    color: #bbb;
    background: #181922;
    border-top: 1px solid #232432;
    padding: 10px 0 10px 10px;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bar .social-icons a {
    color: #bbb;
    margin-left: 10px;
    font-size: 1.2em;
    text-decoration: none;
}
@media (max-width: 991px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .gallery-title { font-size: 2rem; }
    .gallery-grid { grid-template-columns: 1fr; gap: 18px; }
    .footer-bar { font-size: 0.85rem; }
} */


/* Pricing Page */
/*.pricing-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}
.card-pricing {
    background: #232432;
    border-radius: 18px;
    color: #fff;
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
}
.card-pricing .card-header {
    background: transparent;
    border-bottom: 1px solid #444;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}
.card-pricing .card-body {
    font-size: 1.1rem;
}
/*.btn-primary {
    background: #5b5dff;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    padding: 8px 22px;
    margin-top: 10px;
} */ 
/*.section-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 18px;
    color: #fff;}
.table {
    color: #fff;
    background: transparent;
    margin-bottom: 40px;
}
.table th, .table td {
    border-top: none;
    border-bottom: 1px solid #333;
    vertical-align: middle;
    font-size: 1rem;
}
.table th {
    font-weight: 500;
    color: #bbb;
    background: transparent;
}
.table td {
    color: #fff;
    background: transparent;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255,255,255,0.01);
}
.checkmark {
    color: #b6ff8a;
    font-size: 1.2em;
    font-weight: bold;
}
.footer-bar {
    font-size: 0.95rem;
    color: #bbb;
    background: #181922;
    border-top: 1px solid #232432;
    padding: 10px 0 10px 10px;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bar .social-icons a {
    color: #bbb;
    margin-left: 10px;
    font-size: 1.2em;
    text-decoration: none;
}
@media (max-width: 767px) {
    .pricing-title { font-size: 2rem; }
    .section-title { font-size: 1.2rem; }
    .card-pricing { margin-bottom: 18px; }
    .footer-bar { font-size: 0.85rem; }
} */