/*
Theme Name: Salorixit WP Theme
Description: WordPress theme based on the GP Bootstrap template
Version: 1.0
Author: Generated from HTML template
Text Domain: salorixit-wp-theme
*/

/* Import Bootstrap and other vendor CSS */
@import url('./css/bootstrap.min.css');
@import url('./css/aos.css');
@import url('./css/swiper-bundle.min.css');
@import url('./css/glightbox.min.css');

/* Main theme CSS */
@import url('./css/main.css');

/* Custom WordPress styles */
body {
    font-family: var(--bs-body-font-family);
}

.wp-block {
    max-width: none;
}

.content-area {
    padding: 60px 0;
}

/* Header styles */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

/* Navigation styles */
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: var(--heading-color);
    transition: color 0.3s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
    color: var(--accent-color);
}

/* Footer styles */
.site-footer {
    background: var(--dark-background);
    color: var(--default-color);
    padding: 60px 0 30px;
}

.custom-logo-link img, .footer-about .custom-logo-link img{
	width: auto;
	height: 35px;
}
#clients {display: none}
/* Responsive adjustments */
@media (max-width: 991px) {
    .main-navigation {
        display: none;
    }

    .mobile-nav-toggle {
        display: block;
    }
}