/* Custom styles */
body {
    padding-bottom: 20px;
    background-color: #f8f9fa;
}

.navbar {
    margin-bottom: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.navbar-brand {
    font-weight: 600;
}

.dropdown-item i {
    color: #6c757d;
}

.btn-primary {
    padding: 0.5rem 1.5rem;
}

/* Hero section styles */
.px-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

/* Testimonial cards */
.card.h-100 {
    border: none;
    background-color: #fff;
    border-radius: 1rem;
}

.blockquote-footer {
    color: #6c757d;
}
