/* PUSPAHANAS Purple Theme Customizations */

/* Header enhancements */
.header-top {
    background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 100%) !important;
}

.header-nav-bar {
    border-top: 0.5px solid #444 !important;
}

/* Button enhancements */
.btn-primary {
    background: linear-gradient(135deg, #8B5CF6 0%, #A855F7 100%);
    border-color: #8B5CF6;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #7C3AED 0%, #9333EA 100%);
    border-color: #7C3AED;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
    transform: translateY(-2px);
}

/* Feature box icons */
.feature-box-icon i {
    background: linear-gradient(135deg, #8B5CF6 0%, #A855F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Links and navigation */
.text-color-primary {
    color: #8B5CF6 !important;
}

.nav-link:hover,
.dropdown-item:hover {
    color: #8B5CF6 !important;
}

/* Footer enhancements */
.footer-ribbon {
    background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 100%) !important;
}

/* Testimonial enhancements */
.testimonial-quotes-dark blockquote:before,
.testimonial-quotes-dark blockquote:after {
    color: #8B5CF6 !important;
}

/* Logo and branding */
.header-logo h4 {
    background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Highlighted words */
.highlighted-word {
    background: linear-gradient(135deg, #8B5CF6 0%, #A855F7 100%) !important;
}

/* Counter animations */
.counter strong {
    color: #8B5CF6 !important;
}

/* Timeline elements */
.timeline-item-date {
    color: #8B5CF6 !important;
}

/* Form elements */
.form-control:focus {
    border-color: #8B5CF6;
    box-shadow: 0 0 0 0.2rem rgba(139, 92, 246, 0.25);
}

/* Carousel navigation */
.owl-theme .owl-nav [class*="owl-"] {
    background: #8B5CF6 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #7C3AED !important;
}

/* Section backgrounds */
.bg-color-primary {
    background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 100%) !important;
}

/* Animation enhancements */
@keyframes purpleGlow {
    0% { box-shadow: 0 0 5px rgba(139, 92, 246, 0.3); }
    50% { box-shadow: 0 0 20px rgba(139, 92, 246, 0.6); }
    100% { box-shadow: 0 0 5px rgba(139, 92, 246, 0.3); }
}

.btn-primary:focus {
    animation: purpleGlow 2s infinite;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .header-logo h4 {
        font-size: 1.2rem !important;
    }
    
    .header-logo p {
        font-size: 0.9rem !important;
    }
}
section.section.section-height-4 {
    padding: 1.92308rem 0px !important;
}