.elementor-97 .elementor-element.elementor-element-66f4dbd{--display:flex;--min-height:461px;--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;--justify-content:center;--overlay-opacity:0.93;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-66f4dbd::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .e-con-inner > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .e-con-inner > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://homecharmdecors.com/wp-content/uploads/2026/03/about-imag12.png");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-97 .elementor-element.elementor-element-d7ac391{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-acf08ef{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-97 .elementor-element.elementor-element-d954db1{padding:0px 0px 0px 0px;}.elementor-97 .elementor-element.elementor-element-8307a32{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-97 .elementor-element.elementor-element-66f4dbd::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .e-con-inner > .elementor-background-video-container::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .e-con-inner > .elementor-background-slideshow::before, .elementor-97 .elementor-element.elementor-element-66f4dbd > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-c0ffa7c *//* --- Premium About Hero --- */
.about-hero {
    height: 70vh; /* Banner height */
    width: 100%;
    background: url('your-image-url.jpg') no-repeat center center/cover; /* Screenshot wali image yahan lagayein */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

/* Dark Layer taake text parha jaye */
.about-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0, 0, 0, 0.3); /* Image ko halka sa dark karega */
    z-index: 1;
}

.about-hero-content {
    position: relative;
    z-index: 5;
    color: #ffffff;
    padding: 0 20px;
}

.about-top-tag {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
    color:#FFFFFF ; /* Gold Brand Color */
    animation: fadeInDown 0.8s ease;
}

.about-main-title {
    font-size: 5rem; /* Desktop par bara size */
    font-weight: 900;
    color:#1A1A1A ;
    letter-spacing: -2px;
    margin-bottom: 20px;
    line-height: 1;
    text-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.gold-accent {
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff; /* Hollow effect for 'Us' */
}

.about-hero-sub {
    font-size: 1.2rem;
    font-weight: 400;
    max-width: 500px;
    margin: 0 auto;
    opacity: 0.9;
    letter-spacing: 1px;
}

/* Animated Scroll Mouse */
.about-scroll-icon {
    margin-top: 40px;
    width: 25px;
    height: 45px;
    border: 2px solid #ffffff;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.about-scroll-icon .dot {
    width: 4px;
    height: 8px;
    background: #b59410;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    animation: scrollAnimation 2s infinite;
}

/* --- Responsive Media Queries --- */
@media (max-width: 1024px) {
    .about-main-title { font-size: 4rem; }
    .about-hero { height: 60vh; }
}

@media (max-width: 768px) {
    .about-main-title { font-size: 3rem; letter-spacing: 0; }
    .about-hero-sub { font-size: 1rem; }
    .about-hero { height: 50vh; }
}

/* Animations */
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes scrollAnimation {
    0% { transform: translateX(-50%) translateY(0); opacity: 1; }
    100% { transform: translateX(-50%) translateY(15px); opacity: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5637d4 *//* --- Boutique About Section Styling --- */
.boutique-about {
    padding: 60px 10%;
    background-color: #FAFAFA;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Background Decorative Text */
.bg-text-wrapper {
    position: absolute;
    top: 10%;
    right: -5%;
    pointer-events: none;
    z-index: 1;
}

.bg-hollow {
    font-size: 15vw;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1px #f0f0f0;
    letter-spacing: 10px;
}

/* Main Grid Layout */
.boutique-container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
}

.boutique-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 100px;
    align-items: center;
}

/* Left Visual Block */
.boutique-visual {
    position: relative;
}

.visual-inner {
    height: 500px;
    border-left: 2px solid #1a1a1a;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.number-badge {
    font-size: 5rem;
    font-weight: 800;
    color: #7F5F44;
    line-height: 1;
}

.vertical-title {
    writing-mode: vertical-rl;
    font-size: 4rem;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: 5px;
    margin-top: 20px;
    transform: rotate(180deg);
}

.accent-border {
    width: 60px;
    height: 2px;
    background: #7F5F44;
    margin-top: 30px;
}

/* Right Content Block */
.mini-tag {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #7F5F44;
    display: block;
    margin-bottom: 20px;
}

.display-heading {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.outline-black {
    color: transparent;
    -webkit-text-stroke: 1.5px #1a1a1a;
}

.main-para p {
    font-size: 1.2rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* Feature Stack */
.feature-stack {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}

.stack-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.stack-icon {
    color:#7F5F44;
    font-size: 1.5rem;
}

.stack-text h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.stack-text p {
    font-size: 0.95rem;
    color: #777;
}

/* Elegant Button */
.line-btn {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 800;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a1a1a;
    transition: 0.3s;
}

.line-btn:hover {
    color: #b59410;
    border-color: #b59410;
    padding-left: 15px;
}

/* --- Responsive Optimization --- */
@media (max-width: 1024px) {
    .boutique-grid { grid-template-columns: 1fr; gap: 60px; }
    .boutique-visual { display: none; } /* Hide vertical text on mobile for better focus */
    .display-heading { font-size: 3rem; }
}

@media (max-width: 768px) {
    .boutique-about { padding: 80px 5%; }
    .display-heading { font-size: 2.5rem; }
    .bg-hollow { font-size: 25vw; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d954db1 *//* --- Final About Section Styling --- */
.about-footer-wrap {
    padding: 10px 10%;
    background-color: #FAFAFA;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
}

.about-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Background Decorative Text */
.footer-bg-text {
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 15vw;
    font-weight: 900;
    color: #f9f9f9; /* Extremely subtle */
    z-index: 1;
    pointer-events: none;
    text-transform: uppercase;
}

/* Layout Grid */
.about-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left Content */
.commit-tag {
    color: #7F5F44;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 15px;
}

.commit-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
}

.gold-text {
    color: #7F5F44;
}

.commit-line {
    width: 80px;
    height: 4px;
    background: #1a1a1a;
    margin-top: 30px;
}

/* Right Content & Stats */
.footer-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.stat-cell h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.stat-cell p {
    font-size: 0.9rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.final-text {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 45px;
}

/* Modern Black Button */
.modern-btn-black {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 20px 45px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.modern-btn-black:hover {
    background: #7F5F44;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(181, 148, 16, 0.2);
}



.modern-btn-black:hover .btn-icon {
    transform: rotate(90deg) scale(1.3);
}

/* --- Responsive Optimization --- */
@media (max-width: 1024px) {
    .about-footer-grid {
        grid-template-columns: 1fr;
        gap: 60px;
        text-align: center;
    }
    .commit-line { margin: 30px auto; }
    .footer-stats-grid { justify-content: center; }
    .commit-title { font-size: 2.8rem; }
}

@media (max-width: 768px) {
    .about-footer-wrap { padding: 80px 5%; }
    .commit-title { font-size: 2.2rem; }
    .footer-bg-text { font-size: 25vw; }
    .modern-btn-black { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2831014 *//* Professional Font Import */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Poppins:wght@300;400;600&display=swap');

:root {
    --primary-gold: #c5a059;
    --deep-dark: #1a1a1a;
    --soft-beige: #fdfaf5;
    --text-gray: #555;
}

body {
    margin: 0;
    padding: 0;
}

.about-section {
    padding: 10px 5%;
    background-color: #FAFAFA;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.about-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

/* Image Styling */
.image-container {
    position: relative;
    z-index: 1;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    box-shadow: 20px 20px 0px var(--primary-gold);
    transition: transform 0.4s ease;
}

.image-container:hover img {
    transform: scale(1.02);
}

/* Content Styling */
.content-container {
    padding: 20px;
}

.subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-gold);
    margin-bottom: 15px;
    display: block;
}

.main-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    line-height: 1.2;
    color: var(--deep-dark);
    margin-bottom: 25px;
}

.lead-text {
    font-size: 18px;
    color: var(--deep-dark);
    font-weight: 600;
    margin-bottom: 20px;
}

.main-desc {
    font-size: 16px;
    color: var(--text-gray);
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Stats Section */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.stat-item h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: var(--primary-gold);
    margin: 0;
}

.stat-item p {
    font-size: 14px;
    margin: 5px 0 0;
    color: var(--text-gray);
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 992px) {
    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .main-title { font-size: 36px; }
    .image-container { order: 2; }
    .content-container { order: 1; }
    .image-container img {
        box-shadow: 10px 10px 0px var(--primary-gold);
    }
    .stats-grid { justify-content: center; }
}

@media (max-width: 480px) {
    .about-section { padding: 60px 20px; }
    .main-title { font-size: 28px; }
    .stats-grid { grid-template-columns: 1fr; }
}/* End custom CSS */