/*
Theme Name: SparxMatrix Theme
Description: A modern, responsive WordPress theme for AI-powered software development companies. Features customizable sections, admin-managed content, and professional design optimized for technology companies specializing in AI solutions.
Version: 1.0
Author: SparxMatrix
Text Domain: sparxmatrix
*/

/* Import existing styles */
@import url('css/bootstrap.min.css');
@import url('css/style.css');

/* WordPress specific styles */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    text-align: center;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.9em;
    color: #666;
    text-align: center;
    margin-top: 5px;
}

/* Customizer styles */
.custom-logo-link {
    display: inline-block;
}

.custom-logo {
    max-height: 60px;
    width: auto;
}

/* Widget areas */
.widget-area {
    margin-bottom: 30px;
}

.widget {
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .alignleft,
    .alignright {
        float: none;
        margin: 0 0 20px 0;
    }
  
} 
@media (max-width: 575px) {
      .custom-logo-link {
    width: 100%;
}
}