/* Custom CSS Overrides */

/* Ensure widget containers properly display */
.ps-widget-section .widget {
    margin-bottom: 0;
}

/* Hero widget fixes */
.ps-hero1 .widget-title {
    color: #fff;
    margin-bottom: 1.5rem;
}

/* Ensure proper spacing for widget content */
.ps-about .widget-content,
.ps-services .widget-content,
.ps-why .widget-content {
    width: 100%;
}

/* Responsive widget adjustments */
@media (max-width: 768px) {
    .ps-hero1 .globe-wrap {
        display: none;
    }
    
    .services-panel {
        padding: 1rem;
    }
    
    .why-panel {
        padding: 1.5rem;
    }
}