/*
Theme Name: Jagsip Elementor Theme
Theme URI: https://jagsip.com
Description: Premium franchise theme for Jagsip Organic Jaggery Tea, optimized for Elementor.
Version: 1.0.0
Author: Jagsip Team
Text Domain: jagsip
*/

/* ============================================
   JAGSIP THEME - BASE STYLES
   This file contains the WordPress theme header
   and minimal base styles. All design CSS is in
   assets/css/jagsip-custom.css
   ============================================ */

/* Reset and Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: 'Inter', sans-serif;
    color: #2D2D2D;
    background: #FFF8F3;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.2;
}

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

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

/* WordPress Alignment */
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { display: block; margin: 0 auto; }
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(-50vw + 50%); }

/* 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;
}

/* WordPress Admin Bar Fix */
.admin-bar .jagsip-sticky-header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .jagsip-sticky-header {
        top: 46px !important;
    }
}

/* Elementor Page Reset */
.jagsip-elementor-page .entry-content {
    padding: 0;
    max-width: 100%;
}

.jagsip-elementor-page .post-inner {
    padding: 0;
}

/* WordPress Blocks */
.wp-block-button__link {
    border-radius: 50px !important;
    padding: 1rem 2.5rem !important;
    font-weight: 600 !important;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #FFEFE6;
}
::-webkit-scrollbar-thumb {
    background: #F25C2A;
    border-radius: 4px;
}
