/* PPID Theme Colors - Aligned with website color scheme */

/* Override Bootstrap primary colors for PPID pages */
:root {
    --bs-primary: #00B9D1 !important;
    --bs-primary-rgb: 0, 185, 209 !important;
}

/* Primary PPID colors */
.text-primary,
.btn-primary,
.bg-primary {
    color: #fff !important;
    background-color: #00B9D1 !important;
    border-color: #00B9D1 !important;
}

.text-primary {
    color: #00B9D1 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

/* Outline buttons */
.btn-outline-primary {
    color: #00B9D1 !important;
    border-color: #00B9D1 !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #00B9D1 !important;
}

/* Button hover states */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #0095a8 !important;
    border-color: #0095a8 !important;
}

/* PPID Hero section styling */
.container-fluid.ppid-hero,
.ppid-hero {
    background: linear-gradient(90deg, #00B9D1 0%, #0095a8 100%) !important;
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}

.ppid-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='rgba(255,255,255,0.1)' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
}

/* Icon colors in PPID section */
.text-primary i,
i.text-primary,
.contact-info i,
.document-item i,
.step-circle {
    color: #00B9D1 !important;
}

/* Step process styling */
.step-circle {
    width: 60px;
    height: 60px;
    background-color: #00B9D1 !important;
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0, 185, 209, 0.3);
}

.step-item:not(:last-child)::after {
    background-color: rgba(0, 185, 209, 0.3) !important;
}

/* Form focus states */
.ppid-form .form-control:focus {
    border-color: #00B9D1 !important;
    box-shadow: 0 0 0 0.25rem rgba(0, 185, 209, 0.25) !important;
}

/* Link colors */
a {
    color: #00B9D1;
}

a:hover {
    color: #0095a8;
}

/* Badge colors */
.badge-primary {
    background-color: #00B9D1 !important;
}

/* Progress bars */
.progress-bar {
    background-color: #00B9D1 !important;
}

/* Card hover effect */
.card:hover {
    border-color: #00B9D1 !important;
}

/* Alert styles */
.alert-primary {
    color: #00475a !important;
    background-color: #d1f2f7 !important;
    border-color: #b5e7ef !important;
}

/* High contrast mode */
@media (prefers-contrast: more) {
    .ppid-hero {
        background: #0095a8 !important; /* Using the darker teal color for better contrast */
    }
}

/* Custom background classes */
.bg-primary-light {
    background-color: rgba(0, 185, 209, 0.1) !important;
}

.bg-primary-gradient {
    background: linear-gradient(90deg, #00B9D1 0%, #0095a8 100%) !important;
}

/* Feature cards on PPID homepage */
.ppid-feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 185, 209, 0.1);
}

.ppid-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 185, 209, 0.15);
    border-color: rgba(0, 185, 209, 0.3);
}

.ppid-feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(0, 185, 209, 0.1) 0%, rgba(0, 185, 209, 0.2) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #00B9D1;
    font-size: 1.5rem;
}

/* Custom borders */
.border-primary {
    border-color: #00B9D1 !important;
}

/* Nav pills */
.nav-pills .nav-link.active {
    background-color: #00B9D1 !important;
}

.nav-pills .nav-link:not(.active):hover {
    background-color: rgba(0, 185, 209, 0.1) !important;
}

/* Lists with icons */
.list-unstyled li i {
    color: #00B9D1 !important;
}