/*
Theme Name: BM Soluxion
Theme URI: https://bmsoluxion.com
Author: MR. SARKAR WEBDEV
Author URI: https://mr-sarkar.com
Description: A premium custom WordPress theme developed exclusively for BM Soluxion, an immigration consulting firm. Designed with a modern, responsive, SEO-friendly, and conversion-focused layout to showcase immigration services, consultations, testimonials, and client resources.
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bm-soluxion
Tags: business, consulting, immigration, corporate, responsive, custom-theme, custom-logo, custom-menu, featured-images, translation-ready
*/

/*======================================================================
    BM SOLUXION WORDPRESS THEME
    --------------------------------------------------------------------
    Theme Structure

    style.css                 -> Theme registration & WP base styles
    assets/css/theme.css      -> Main website styling
    assets/js/theme.js        -> Theme interactions & animations

======================================================================*/


/*======================================================================
    WORDPRESS CORE ALIGNMENTS
======================================================================*/

.alignnone {
    margin: 0 0 1.5rem;
    max-width: 100%;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto 1.5rem;
}

.alignright {
    float: right;
    margin: 0 0 1.5rem 1.5rem;
}

.alignleft {
    float: left;
    margin: 0 1.5rem 1.5rem 0;
}

a img.alignright,
a img.alignleft,
a img.aligncenter {
    display: block;
}


/*======================================================================
    GUTENBERG
======================================================================*/

.wp-block-image img {
    height: auto;
    max-width: 100%;
}

.wp-block-cover img {
    max-width: 100%;
}


/*======================================================================
    CAPTIONS
======================================================================*/

.wp-caption {
    max-width: 100%;
    text-align: center;
    margin-bottom: 1.5rem;
}

.wp-caption img {
    display: block;
    width: 100%;
    height: auto;
}

.wp-caption-text {
    margin-top: .75rem;
    font-size: .875rem;
    color: #666;
}


/*======================================================================
    GALLERIES
======================================================================*/

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-item {
    max-width: 100%;
}

.gallery img {
    width: 100%;
    height: auto;
}


/*======================================================================
    SCREEN READER TEXT
======================================================================*/

.screen-reader-text {

    position: absolute;

    width: 1px;

    height: 1px;

    padding: 0;

    margin: -1px;

    overflow: hidden;

    clip: rect(0,0,0,0);

    white-space: nowrap;

    border: 0;

}

.screen-reader-text:focus {

    position: static;

    width: auto;

    height: auto;

    margin: 0;

    clip: auto;

    padding: 10px 15px;

    background: #fff;

    z-index: 99999;

}


/*======================================================================
    LOGO
======================================================================*/

.custom-logo-link {

    display: inline-flex;

    align-items: center;

}

.custom-logo {

    display: block;

    max-width: 100%;

    height: auto;

}


/*======================================================================
    EMBEDS
======================================================================*/

iframe,
embed,
object,
video {

    max-width: 100%;

}


/*======================================================================
    TABLES
======================================================================*/

table {

    width: 100%;

    border-collapse: collapse;

}

table th,
table td {

    padding: 12px;

    border: 1px solid #e5e5e5;

}


/*======================================================================
    FORMS
======================================================================*/

input,
textarea,
select {

    max-width: 100%;

}


/*======================================================================
    IMAGE RESPONSIVE
======================================================================*/

img {

    max-width: 100%;

    height: auto;

}


/*======================================================================
    CLEARFIX
======================================================================*/

.clearfix::after {

    content: "";

    display: block;

    clear: both;

}


/*======================================================================
    END OF FILE

    All custom design styles should be added to:

    /assets/css/theme.css

======================================================================*/

