.elementor-489 .elementor-element.elementor-element-217d3cb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f4e85ca */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Inter:wght@300;400;600;800&display=swap');

        :root {
        --kmr-orange: #e87c0f;
        --kmr-dark: #1a1a1a;
        --kmr-slate: #2d3436;
        --kmr-bg: #fcfcfc;
        --kmr-orange-bright: #ff9f43;
        --kmr-dark-lighter: #252525;
        --kmr-text-muted: #b3b3b3;
    }
    
    .kmr-profile-body {
        --kmr-orange: #e87c0f;
        --kmr-dark: #1a1a1a;
        --kmr-light: #ffffff;
        font-family: 'Inter', sans-serif;
        background-color: var(--kmr-light);
        color: var(--kmr-dark);
        overflow-x: hidden;
    }


    .kmr-section-wrapper {
        /* Common wrapper to ensure consistent spacing across all sections */
        padding: 80px 20px;
        color: #fff;
    }
    
    .kmr-container-narrow {
        /* Keeps content from getting too wide on large screens */
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
    }
    .kmr-heading {
        font-family: 'Playfair Display', serif;
        font-size: 2.5rem;
        color: var(--kmr-orange);
        margin-bottom: 15px;
        margin-top: 0;
    }
    
    .kmr-subheading {
        color: var(--kmr-text-muted);
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 40px;
        font-weight: 300;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* --- Hero Section with Reveal Animation --- */
    .kmr-hero {
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                    url('https://kmrcraft.com/wp-content/uploads/2026/01/man-cobbler-stitching-leather-patrs-scaled.jpg?auto=format&fit=crop&q=80') center/cover;
        color: white;
        text-align: center;
        padding: 0 20px;
    }

    .kmr-hero-content h1 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(3rem, 8vw, 6rem);
        margin-bottom: 10px;
        opacity: 0;
        transform: translateY(30px);
        animation: kmrFadeUp 1s forwards 0.5s;
    }

    .kmr-hero-content p {
        font-size: 1.2rem;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: var(--kmr-orange);
        opacity: 0;
        animation: kmrFadeUp 1s forwards 0.8s;
    }

    /* --- Stats Section (Automated Numbers Look) --- */
    .kmr-stats-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        max-width: 1200px;
        margin: -60px auto 60px;
        padding: 0 20px;
        position: relative;
        z-index: 10;
    }

    .kmr-stat-item {
        background: white;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        text-align: center;
        transition: 0.3s;
    }
    
    .kmr-stat-item:hover { transform: translateY(-10px); border-bottom: 5px solid var(--kmr-orange); }

    .kmr-stat-number { font-size: 2.5rem; font-weight: 800; color: var(--kmr-dark); display: block; }
    .kmr-stat-label { font-size: 0.9rem; color: #888; text-transform: uppercase; letter-spacing: 1px; }

    /* --- Brand Story Section --- */
    .kmr-story {
        max-width: 1200px;
        margin: 100px auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 80px;
        padding: 0 20px;
        align-items: center;
    }

    .kmr-story-img {
        position: relative;
        border-radius: 30px;
        overflow: hidden;
    }

    .kmr-story-img img { width: 100%; display: block; transition: 0.5s; }
    .kmr-story-img:hover img { scale: 1.1; }

    .kmr-story-text h2 { font-family: 'Playfair Display', serif; font-size: 3rem; margin-bottom: 20px; }
    .kmr-story-text p { font-size: 1.1rem; color: #555; line-height: 1.8; margin-bottom: 30px; }

    /* --- Interactive Values (Hover Cards) --- */
    .kmr-values { background: #f9f9f9; padding: 100px 20px; text-align: center; }
    
    .kmr-value-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 50px auto 0;
    }

    .kmr-value-card {
        background: white;
        padding: 50px 30px;
        border-radius: 24px;
        transition: 0.4s;
        cursor: pointer;
        border: 1px solid #eee;
    }

    .kmr-value-card:hover { background: var(--kmr-dark); color: white; }
    .kmr-value-card:hover .kmr-v-icon { background: var(--kmr-orange); }

    .kmr-v-icon {
        width: 70px; height: 70px;
        background: #fdf2e7;
        border-radius: 50%;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.4s;
    }
    
    .kmr-v-icon svg { width: 30px; fill: var(--kmr-orange); transition: 0.4s; }
    .kmr-value-card:hover svg { fill: white; }

    /* --- Featured Product Slider Concept (Static Grid for Widget) --- */
    .kmr-featured { padding: 100px 20px; max-width: 1200px; margin: 0 auto; }
    .kmr-section-title { text-align: center; margin-bottom: 60px; }
    
    .kmr-product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .kmr-p-item {
        height: 400px;
        border-radius: 20px;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        padding: 30px;
        color: white;
        text-decoration: none;
    }

    .kmr-p-item::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
        transition: 0.4s;
    }

    .kmr-p-item:hover::after { background: rgba(232, 124, 15, 0.7); }
    .kmr-p-info { position: relative; z-index: 2; transition: 0.4s; }
    .kmr-p-item:hover .kmr-p-info { transform: translateY(-10px); }

    /* --- Animations --- */
    @keyframes kmrFadeUp {
        from { opacity: 0; transform: translateY(40px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
        .kmr-story { grid-template-columns: 1fr; gap: 40px; }
        .kmr-hero { height: 60vh; }
    }


    .kmr-master-wrapper {
        font-family: 'Inter', sans-serif;
        background-color: var(--kmr-bg);
        color: var(--kmr-dark);
        line-height: 1.6;
    }

    /* --- Heritage Section (Bangladesh Identity) --- */
    .kmr-heritage {
        padding: 100px 20px;
        background: #fff;
        text-align: center;
    }

    .kmr-heritage-inner {
        max-width: 900px;
        margin: 0 auto;
    }

    .flag-accent {
        width: 40px;
        height: 4px;
        background: linear-gradient(to right, #006a4e 50%, #f42a41 50%); /* Bangladesh Colors */
        margin: 0 auto 20px;
        border-radius: 2px;
    }

    /* --- 3D Production Capacity (Javascript Chart) --- */
    .kmr-capacity-section {
        padding: 80px 20px;
        background: var(--kmr-dark);
        color: #fff;
        background: linear-gradient(to bottom, var(--kmr-dark) 0%, #0d0d0d 100%);
    }

    .kmr-chart-container {
        position: relative;
        margin: auto;
        height: 500px; /* Fixed height for consistency */
        width: 100%;
        max-width: 900px; /* Limits max width for better readability */
        /* Add a subtle glow behind the chart area */
        filter: drop-shadow(0px 10px 20px rgba(232, 124, 15, 0.1));
    }
    
    .kmr-title {
        font-family: 'Playfair Display', serif;
        font-size: 2.5rem;
        color: var(--kmr-orange);
        margin-bottom: 10px;
        letter-spacing: 1px;
    }
    
    .kmr-subtitle {
        opacity: 0.8;
        font-size: 1rem;
        margin-bottom: 40px;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    .kmr-chart-section {
        background: var(--kmr-dark);
        /* Subtle gradient for depth */
        background: linear-gradient(to bottom, var(--kmr-dark) 0%, #0d0d0d 100%);
    }
    .kmr-chart-container {
        position: relative;
        margin: auto;
        height: 500px;
        width: 100%;
        /* Glow effect behind the chart */
        filter: drop-shadow(0px 10px 20px rgba(232, 124, 15, 0.1));
    }

    /* --- Section 2: Download Profile Specific Styles --- */
    .kmr-download-section {
        /* A slightly different dark background to separate it visually */
        background: linear-gradient(135deg, var(--kmr-dark-lighter) 0%, var(--kmr-dark) 100%);
        border-top: 1px solid rgba(255,255,255,0.05);
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    /* --- Workplace Section (Split Factory/Office) --- */
    .kmr-workplace {
        display: flex;
        flex-wrap: wrap;
        min-height: 600px;
    }

    .work-panel {
        flex: 1 1 50%;
        position: relative;
        overflow: hidden;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        padding: 60px;
    }

    .work-panel img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        transition: transform 0.8s ease;
    }

    .work-panel:hover img { transform: scale(1.1); }

    .work-overlay {
        position: relative;
        z-index: 2;
        background: rgba(0,0,0,0.4);
        backdrop-filter: blur(1px);
        padding: 40px;
        border-radius: 20px;
        border-left: 5px solid var(--kmr-orange);
        max-width: 450px;
    }

    /* --- The Craft Process --- */
    .kmr-process { padding: 100px 20px; max-width: 1200px; margin: 0 auto; }
    
    .process-timeline {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 50px;
    }

    .step-card {
        padding: 30px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        border-bottom: 4px solid transparent;
        transition: 0.3s;
    }

    .step-card:hover { border-color: var(--kmr-orange); transform: translateY(-10px); }
    .step-num { font-size: 3rem; font-weight: 900; color: rgba(232, 124, 15, 0.15); display: block; margin-bottom: -20px; }

    .kmr-btn-primary {
        display: inline-block;
        background-color: var(--kmr-orange);
        color: #fff;
        text-decoration: none;
        padding: 18px 40px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 4px;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(232, 124, 15, 0.3);
        border: none;
        cursor: pointer;
    }

    .kmr-btn-primary:hover {
        background-color: var(--kmr-orange-bright);
        transform: translateY(-3px); /* Slight lift effect */
        box-shadow: 0 8px 25px rgba(232, 124, 15, 0.5);
    }

    /* --- Section 3: Contact Specific Styles --- */
    .kmr-contact-section {
        background: #111; /* Deepest dark for the footer area */
        padding-bottom: 100px;
    }

    .kmr-contact-grid {
        display: grid;
        /* Creates 3 columns that stack on mobile automatically */
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 40px;
        margin-top: 50px;
        text-align: center;
    }

    .kmr-contact-item {
        padding: 20px;
    }

    /* Styling the SVG icons */
    .kmr-contact-icon-svg {
        width: 40px;
        height: 40px;
        fill: var(--kmr-orange);
        margin-bottom: 20px;
    }

    .kmr-contact-label {
        display: block;
        font-size: 0.9rem;
        color: var(--kmr-text-muted);
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .kmr-contact-info {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 500;
    }

    .kmr-contact-info a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .kmr-contact-info a:hover {
        color: var(--kmr-orange);
    }

    /* --- Testimonials Section --- */
    .kmr-testimonials {
        background: var(--kmr-bg);
        padding: 100px 20px;
        text-align: center;
    }

    .kmr-testimonial-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        max-width: 1200px;
        margin: 50px auto 0;
        text-align: left;
    }

    .kmr-testimonial-card {
        background: #fff;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 15px 30px rgba(0,0,0,0.07);
        border-top: 4px solid var(--kmr-orange);
    }

    .kmr-testimonial-card p {
        font-style: italic;
        color: #555;
        font-size: 1.1rem;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .kmr-testimonial-author {
        font-weight: 700;
        color: var(--kmr-dark);
    }

    /* --- Factory Gallery Section --- */
    .kmr-gallery {
        padding: 100px 20px;
        background: #fff;
    }

    .kmr-gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
        margin-top: 50px;
    }

    .kmr-gallery-item {
        height: 250px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .kmr-gallery-item:hover {
        transform: scale(1.05);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

    .kmr-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* --- Team Section --- */
    .kmr-team {
        padding: 100px 20px;
        background: var(--kmr-bg);
    }

    .kmr-team-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin-top: 50px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .kmr-team-member {
        text-align: center;
    }

    .kmr-team-member-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin: 0 auto 20px;
        overflow: hidden;
        background: #ddd; /* Placeholder background */
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .kmr-team-member-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .kmr-team-member h3 {
        font-family: 'Playfair Display', serif;
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

    .kmr-team-member p {
        color: var(--kmr-text-muted);
        font-weight: 500;
    }

    @media (max-width: 768px) {
        .work-panel { flex: 1 1 100%; }
        .kmr-hero h1 { font-size: 2.5rem; }
    }/* End custom CSS */