/*
Theme Name: Aleenbags Modern Theme
Theme URI: https://aleenbags.pk
Author: Aleen Bags Team
Author URI: https://aleenbags.pk
Description: A modern, elegant e-commerce WordPress theme with full Elementor support and WooCommerce integration. Perfect for fashion, bags, and accessories stores.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aleenbags-theme
Tags: e-commerce, elementor, woocommerce, shop, bags, fashion, modern, responsive, custom-header, custom-logo, featured-images, threaded-comments
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* =Global Styles
-------------------------------------------------------------- */
* {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: #fff;
    margin: 0;
    padding: 0;
}

a {
    color: #e91e63;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #c2185b;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* =Header
-------------------------------------------------------------- */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 999;
}

.site-branding {
    float: left;
}

.site-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: #e91e63;
}

.site-title a {
    color: #e91e63;
}

.main-navigation {
    float: right;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.main-navigation a {
    color: #333;
    font-weight: 500;
    padding: 10px 0;
    display: block;
}

.main-navigation a:hover {
    color: #e91e63;
}

/* =Content
-------------------------------------------------------------- */
.site-content {
    padding: 40px 0;
    min-height: 60vh;
}

.content-area {
    width: 70%;
    float: left;
    padding-right: 30px;
}

.widget-area {
    width: 30%;
    float: right;
}

.site-main {
    margin-bottom: 40px;
}

/* =Footer
-------------------------------------------------------------- */
.site-footer {
    background: #2c2c2c;
    color: #fff;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.site-info {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 14px;
}

.site-info a {
    color: #e91e63;
}

/* =Widgets
-------------------------------------------------------------- */
.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e91e63;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

/* =Responsive
-------------------------------------------------------------- */
@media (max-width: 768px) {
    .content-area,
    .widget-area {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .site-branding,
    .main-navigation {
        float: none;
        text-align: center;
    }
    
    .main-navigation li {
        display: block;
        margin: 10px 0;
    }
}

/* =Elementor Compatibility
-------------------------------------------------------------- */
.elementor-kit-default {
    font-family: inherit;
}

.elementor-section {
    position: relative;
}

/* Clearfix */
.clear::after,
.entry-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
    content: "";
    display: table;
    clear: both;
}