/* Visitor Website Styles - Complete Dark Theme with Inter font-weight 100 */

/* Import Inter font with all weights */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Import Google Material Symbols */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

/* Global visitor styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
    background: #000000 !important;
    color: rgb(237, 237, 237) !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Typography with Inter font-weight 100 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
    color: rgb(237, 237, 237) !important;
}

/* Override Bootstrap's fw-bold class */
.fw-bold {
    font-weight: 400 !important;
}

/* Specific heading weights and sizes */
h1 {
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    margin-bottom: 1.8rem !important;
    letter-spacing: 0.3px !important;
}

h2 {
    font-size: 2.5rem !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
    margin-bottom: 1.25rem !important;
}

h3 {
    font-size: 2rem !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    margin-bottom: 1rem !important;
}

h4 {
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
    margin-bottom: 0.75rem !important;
}

h5 {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
    margin-bottom: 0.5rem !important;
}

h6 {
    font-size: 1rem !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
    margin-bottom: 0.5rem !important;
}

/* Paragraph and text styles */
p, .lead {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
    color: rgb(237, 237, 237) !important;
    line-height: 1.6 !important;
    font-size: 0.875rem !important;
}

.lead {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
}

/* Secondary text with 60% opacity */
.text-secondary, .text-secondary, .form-text, .small {
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 300 !important;
}

/* Navbar visitor styles */
.navbar {
    background: #000000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    height: 64px !important;
    min-height: 64px !important;
}

.navbar-brand {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.1rem !important;
    color: rgb(237, 237, 237) !important;
}

.navbar-nav .nav-link {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
    color: rgb(237, 237, 237) !important;
    font-size: 0.875rem !important;
    height: 40px !important;
    line-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 16px !important;
}

.navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Buttons with Inter font-weight 200 */
.btn {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 200 !important;
    border-radius: 50px !important;
    padding: 0.5rem 1.5rem !important;
    border: none !important;
    transition: all 0.3s ease !important;
}

.btn-primary {
    background: rgba(0, 0, 0, 0.12) !important;
    color: rgb(237, 237, 237) !important;
}

.btn-primary:hover {
    background: transparent !important;
    color: rgb(237, 237, 237) !important;
}

.btn-outline-light {
    color: rgb(237, 237, 237) !important;
    background: rgba(255, 255, 255, 0.12) !important;
    font-weight: 200 !important;
    border: none !important;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.30) !important;
    color: rgb(237, 237, 237) !important;
}

.btn-light {
    background: rgba(0, 0, 0, 0.12) !important;
    color: rgb(237, 237, 237) !important;
    border: none !important;
}

.btn-light:hover {
    background: transparent !important;
    color: rgb(237, 237, 237) !important;
}

/* Cards with dark theme */
.card {
    background: #111111 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgb(237, 237, 237) !important;
}

.card-header {
    background: #1a1a1a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgb(237, 237, 237) !important;
}

.card-body {
    color: rgb(237, 237, 237) !important;
}

/* Hero section */
.hero-section {
    background: #000000 !important;
    color: rgb(237, 237, 237) !important;
    height: 85vh !important;
    min-height: 85vh !important;
    padding: 0 !important;
}

/* Search input styling */
.search-container .input-group {
    border: none !important;
    box-shadow: none !important;
}

.search-container .form-control {
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    color: rgb(237, 237, 237) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.125rem !important;
    padding: 1rem 1.5rem !important;
    border-radius: 50px 0 0 50px !important;
    box-shadow: none !important;
    outline: none !important;
}

.search-container .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 300 !important;
}

.search-container .form-control:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border: none !important;
    color: rgb(237, 237, 237) !important;
    box-shadow: none !important;
    outline: none !important;
}

.search-container .btn {
    border-radius: 0 50px 50px 0 !important;
    padding: 1rem 1.5rem !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.search-container .btn:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Footer */
footer {
    background: #111111 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-top: auto !important;
}

footer h5, footer h6 {
    color: rgb(237, 237, 237) !important;
    font-weight: 300 !important;
}

footer a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    font-weight: 300 !important;
}

footer a:hover {
    color: rgb(237, 237, 237) !important;
}

/* Forms */
.form-control {
    background: #111111 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: rgb(237, 237, 237) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
}

.form-control:focus {
    background: #111111 !important;
    border-color: #0066cc !important;
    color: rgb(237, 237, 237) !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25) !important;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 300 !important;
}

.form-label {
    color: rgb(237, 237, 237) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
}

/* Material Symbols styling */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 1.5rem !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    display: inline-block !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    direction: ltr !important;
    color: rgb(237, 237, 237) !important;
    vertical-align: middle !important;
}

/* Material Icons styling */
.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 1.5rem !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    display: inline-block !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    direction: ltr !important;
    color: rgb(237, 237, 237) !important;
    vertical-align: middle !important;
}

/* Material Symbols size variants */
.material-symbols-outlined.small {
    font-size: 1rem !important;
}

.material-symbols-outlined.large {
    font-size: 2rem !important;
}

.material-symbols-outlined.xl {
    font-size: 3rem !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem !important;
    }
    
    h2 {
        font-size: 2rem !important;
    }
    
    .hero-section {
        padding: 3rem 0 !important;
    }
}

/* Card styling overrides */
.card {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* CTA section styling */
.cta-inner-container {
    margin: 0 1% !important;
    border-radius: 15px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    margin-bottom: 3rem !important;
    min-height: 20rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Search results styling */
.search-results {
    margin-top: 2rem;
}

.search-results .alert {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: rgb(237, 237, 237) !important;
    border-radius: 15px !important;
    padding: 2rem !important;
    text-align: center !important;
}

.search-results .alert-success {
    background-color: rgba(40, 167, 69, 0.2) !important;
    border-color: rgba(40, 167, 69, 0.3) !important;
}

.search-results .alert-warning {
    background-color: rgba(255, 193, 7, 0.2) !important;
    border-color: rgba(255, 193, 7, 0.3) !important;
}

.search-results .alert-danger {
    background-color: rgba(220, 53, 69, 0.2) !important;
    border-color: rgba(220, 53, 69, 0.3) !important;
}

/* Pricing page styling */
.pricing-hero {
    padding-top: 6rem !important;
}

.pricing-title {
    font-size: 4rem !important;
}

/* Pricing cards styling */
.pricing-card {
    border: 1px solid rgb(237, 237, 237) !important;
    background: transparent !important;
}

.pricing-card .card-body {
    background: transparent !important;
    color: rgb(237, 237, 237) !important;
}

.pricing-card .card-header {
    background: rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgb(237, 237, 237) !important;
    color: rgb(237, 237, 237) !important;
}

/* Pricing page buttons */
.pricing-card .btn {
    border-radius: 50px !important;
    color: rgb(237, 237, 237) !important;
    background-color: rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding: 0.75rem 1.5rem !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
}

.pricing-card .btn:hover {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: rgb(237, 237, 237) !important;
}

.pricing-card .btn-outline-primary {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: rgb(237, 237, 237) !important;
}

.pricing-card .btn-outline-primary:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: rgb(237, 237, 237) !important;
}

/* Material Symbols styling for pricing page */
.pricing-card .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    display: inline-block !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    direction: ltr !important;
    vertical-align: middle !important;
}

/* Pricing card body alignment */
.pricing-card {
    display: flex !important;
    flex-direction: column !important;
}

.pricing-card-body {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding-top: 0 !important;
}

/* All cards now have headers, so consistent spacing */
.pricing-card-body h3 {
    margin-top: 1rem !important; /* Consistent top margin for all titles */
}

/* Make empty headers invisible */
.pricing-card .card-header {
    background-color: #000000 !important;
    border-bottom: 1px solid #000000 !important;
    padding: 0.75rem 1.25rem !important;
}

/* Ensure the empty div in headers is invisible */
.pricing-card .card-header div {
    background-color: transparent !important;
}

/* Material Symbols styling for contact page */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 1.2rem !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    display: inline-block !important;
    white-space: nowrap !important;
    word-wrap: normal !important;
    direction: ltr !important;
    vertical-align: middle !important;
}

/* Contact form styling */
.form-control, .form-select {
    background-color: rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: rgb(237, 237, 237) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
}

.form-control:focus, .form-select:focus {
    background-color: rgba(0, 0, 0, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: rgb(237, 237, 237) !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1) !important;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
}

.form-label {
    color: rgb(237, 237, 237) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
}

/* Select dropdown options styling */
.form-select option {
    background-color: #000000 !important;
    color: rgb(237, 237, 237) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
}

/* Alert messages styling */
.alert {
    background-color: rgba(0, 0, 0, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: rgb(237, 237, 237) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 300 !important;
    border-radius: 15px !important;
}

.alert-success {
    background-color: rgba(40, 167, 69, 0.2) !important;
    border-color: rgba(40, 167, 69, 0.3) !important;
    color: rgb(237, 237, 237) !important;
}

.alert-danger {
    background-color: rgba(220, 53, 69, 0.2) !important;
    border-color: rgba(220, 53, 69, 0.3) !important;
    color: rgb(237, 237, 237) !important;
}

.alert .btn-close {
    filter: invert(1) !important;
}
