.brands-carousel .item:hover img,
.brands-carousel img:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.bed-gallery-item img,
.bed-hero-img,
.bed-style-img img,
.category-card img,
.cta-video,
.gallery-item img,
.kitchen-hero-video,
.kitchen-type-card img,
.offer-img img,
.project-image,
.team-member img,
.testimonial-author img,
.wardrobe-gallery-item img,
.wardrobe-style-card img,
.wardrobe-type-card img {
    object-fit: cover;
    object-fit: cover;
}
.header,
.header.scrolled {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding: 10px 0;
}
.bed-style-img,
.hero-section,
.home-slider,
.offer-img,
.offer-item {
    position: relative;
}
.btn-primary,
.footer-info h3:after,
.section-title:after,
.social-links a:hover,
.what-we-offer .section-title:after {
    background-color: var(--primary-color);
}
.card-title,
.project-button,
.project-title,
.stat-label {
    letter-spacing: 1px;
    text-transform: uppercase;
}
:root {
    --secondary-color: #333333;
    --text-color: #333;
    --primary-color: #007bff;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --border-color: #dee2e6;
}
.footer-logo p,
body {
    line-height: 1.6;
}
.card-title,
.counter-box p,
.offer-overlay h5,
.page-banner h1,
.project-button,
.project-title,
.section-title,
.stat-label {
    text-transform: uppercase;
}
.copyright,
.counter-box,
.cta-section,
.page-banner,
.project-overlay,
.section-title,
.social-links a,
.stat-box {
    text-align: center;
}
.appliance-box,
.gallery-item,
.offer-card,
.offer-img,
.offer-item,
.project-card,
.team-member {
    overflow: hidden;
}
a {
    color: var(--primary-color);
    transition: 0.3s;
}
a:hover {
    color: var(--secondary-color);
    text-decoration: none;
}
.btn-primary {
    border-color: var(--primary-color);
}
.btn-primary:hover,
.what-we-offer .section-title {
    color: #333;
}
.btn,
.counter-box h3,
.feature-box h3,
.navbar-brand,
.navbar-nav .nav-link,
.section-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header {
    transition: width 0.3s;
    transform: translateX(-50%);
    margin-top:20px;
}
.navbar-brand img.logo {
    max-height: 50px;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    padding: 0.5rem 1rem;
}
.navbar-light .navbar-nav .nav-item.active .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.dropdown-item {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
}
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--primary-color);
    color: #333;
}
.header.scrolled {
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: 0.5s ease-out fadeInDown;
}
.offer-card:hover,
.offer-item {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) center/cover, url("../images/hero-bg.jpg") center/cover;
    color: #fff;
    padding: 100px 0;
}
.hero-content {
    padding: 50px 0;
}
.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}
.about-section,
.team-section,
.what-we-offer {
    padding: 80px 0;
    background-color: #fff;
}
.offer-item {
    margin-bottom: 30px;
    border-radius: 5px;
    transition: transform 0.3s;
}
.counter-box:hover,
.offer-item:hover,
.step-content-bed:hover,
.step-content-wardrobe:hover,
.step-content:hover {
    transform: translateY(-5px);
}
.offer-img img {
    transition: transform 0.5s;
    width: 100%;
    height: 200px;
}
.offer-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(255, 204, 0, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s;
}
.bed-gallery-item:hover img,
.gallery-item:hover img,
.offer-item:hover .offer-img img,
.team-member:hover img,
.wardrobe-gallery-item:hover img {
    transform: scale(1.1);
}
.offer-overlay h5 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
}
.btn-view {
    color: #333;
    border: 2px solid #333;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 10px;
    display: inline-block;
}
.btn-view:hover {
    background-color: #333;
    color: var(--primary-color);
}
.offers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.offers-grid-bottom,
.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.offer-card {
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #f0f0f0;
}
.bed-style-card:hover .bed-style-img img,
.kitchen-type-card:hover img,
.offer-card:hover .card-image,
.project-card:hover .project-image,
.wardrobe-style-card:hover img,
.wardrobe-type-card:hover img {
    transform: scale(1.05);
}
.offer-card:hover .card-footer {
    background-color: red;
    color:white;
    margin-bottom:0px;
}
.card-image {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #f5f5f5;
    transition: transform 0.5s;
}
.card-footer {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}

.card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom:0px;
    /*color: #333;*/
}
.card-arrow {
    font-size: 20px;
    color: #999;
}
.badge,
.discount-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
}
.badge {
    color: #333;
    background-color: #f1e767;
}
.discount-badge {
    color: #fff;
    background-color: #b18970;
}
.appliance-box {
    height: 100%;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.appliance-box:hover,
.service-intro img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.appliance-box img,
.kitchen-type-card img,
.storage-type-card img,
.wardrobe-type-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.appliance-content {
    background-color: #fff;
    height: calc(100% - 250px);
}
.appliance-content h3 {
    font-size: 1.4rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}
.appliance-content p {
    margin-bottom: 1rem;
    color: #666;
}
.appliance-content ul li {
    margin-bottom: 0.5rem;
    color: #444;
}
.appliance-content .text-primary {
    color: var(--primary-color) !important;
}
.best-projects,
.brands-section,
.statistics-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}
.project-card {
    position: relative;
    cursor: pointer;
    height: 280px;
    transition: 0.3s;
}
.bed-gallery-item:hover .bed-gallery-overlay,
.bed-style-card:hover .bed-style-overlay,
.project-card:hover .project-overlay,
.wardrobe-gallery-item:hover .wardrobe-gallery-overlay,
.wardrobe-style-card:hover .wardrobe-style-overlay {
    opacity: 1;
}
.project-image,
.team-member img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 20px;
}
.project-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.project-category {
    color: #f8d6c0;
    font-size: 14px;
    margin-bottom: 15px;
}
.project-button {
    padding: 8px 20px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
}
.project-button:hover {
    background-color: #fff;
    color: #333;
}
@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .projects-grid {
        grid-template-columns: 1fr;
    }
}
.about-content {
    margin-bottom: 30px;
}
.about-content h3,
.about-content p,
.testimonial-content {
    margin-bottom: 20px;
}
.about-content h3 {
    font-size: 2rem;
    font-weight: 700;
}
.counter-box {
    background-color: #f8f9fa;
    padding: 30px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: transform 0.3s;
}
.team-member,
.testimonial-item {
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.counter-box h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-color);
}
.counter-box p {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}
.author-info h4,
.cta-section h2,
.member-info h3,
.stat-number {
    font-weight: 700;
}
.testimonial-section {
    padding: 80px 0;
    background-color: var(--light-color);
}
.testimonial-item {
    background-color: #fff;
    padding: 30px;
    height: 100%;
}
.testimonial-content p {
    font-style: italic;
    position: relative;
    padding: 0 15px;
}
.testimonial-content p:before {
    content: "\201C";
    font-size: 2rem;
    position: absolute;
    left: -10px;
    top: -10px;
    color: var(--primary-color);
}
.testimonial-author {
    display: flex;
    align-items: center;
}
.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}
.author-info h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.author-info p {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #6c757d;
}
.team-member {
    position: relative;
    height: 350px;
}
.member-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
    transform: translateY(0);
    transition: transform 0.5s;
}
.member-info h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.member-info p {
    font-size: 0.9rem;
    margin-bottom: 15px;
}
.stat-icon i,
.stat-number {
    font-size: 48px;
}
.contact-info a:hover,
.contact-info i,
.feature-icon,
.footer-links a:hover,
.social-links a {
    color: var(--primary-color);
}
.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
}
.stat-box {
    flex: 1;
    min-width: 200px;
    margin: 20px;
    padding: 30px 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}
.feature-item h3,
.stat-icon {
    margin-bottom: 15px;
}
.stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.awards-icon,
.clients-icon,
.projects-icon,
.team-icon {
    color: #e63946;
}
.stat-number {
    margin-bottom: 10px;
    color: #08f;
    line-height: 1;
}
.stat-label {
    font-size: 18px;
    color: #666;
    font-weight: 600;
}
.brands-carousel {
    padding: 0 40px;
}
.brands-carousel .item {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-info li a,
.footer-links a {
    transition: color 0.3s;
    text-decoration: none;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.owl-next,
.owl-prev {
    position: absolute;
    font-size: 24px !important;
    color: #333 !important;
}
.owl-prev,
.process-step-bed:nth-child(odd),
.process-step-wardrobe:nth-child(odd),
.process-step:nth-child(odd) {
    left: 0;
}
.owl-next {
    right: 0;
}
.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev {
    left: 20px;
}
.carousel-control-next {
    right: 20px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #fff;
        padding: 15px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }
    .hero-content h1 {
        font-size: 2.5rem;
    }
    .counter-box {
        margin-bottom: 20px;
    }
}
.contact-info,
.footer-links,
body {
    margin: 0;
}
@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.8rem;
    }
    .counter-box h3,
    .cta-section h2,
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
}
@media (max-width: 575.98px) {
    .hero-content {
        padding: 30px 0;
    }
    .cta-section h2,
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .section-title {
        font-size: 1.5rem;
    }
    .cta-section p {
        font-size: 1rem;
    }
}
.home-slider .carousel-inner {
    height: 100%;
}
.home-slider .carousel-item img {
    object-position: center;
}
.footer {
    border-top: 1px solid #eee;
}
.footer-info h3 {
    font-weight: 600;
    color: #fff;
}
.page-banner h1,
.section-title,
.step-number {
    font-weight: 700;
    position: relative;
}
.contact-info li,
.copyright,
.footer-links a,
.footer-logo p {
    font-size: 14px;
}
.feature-item h3,
.footer-info h3 {
    font-size: 1.3rem;
}
.footer-links a:hover {
    color: #f44336;
}
.contact-info li i {
    margin-right: 10px;
    color: #f44336;
}
.contact-info li a:hover {
    color: #f44336;
    color: var(--primary-color);
}
.social-links,
.wardrobe-type-content ul {
    margin-top: 15px;
}
.social-links a {
    display: inline-block;
    color: #333;
    line-height: 32px;
    margin-right: 8px;
    transition: 0.3s;
}
.social-links a:hover {
    background-color: var(--primary-color);
    background-color: #f44336;
    color: #fff;
}
:root {
    --primary-color: #e94b35;
    --accent-color: #f8f9fa;
    --light-gray: #f5f5f5;
    --medium-gray: #e0e0e0;
    --dark-gray: #666;
    --white: #ffffff;
    --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    --transition: all 0.3s ease;
    --primary-color: #e07a5f;
    --secondary-color: #2f2f2f;
    --text-color: #2f2f2f;
    --light-color: #f5f6f7;
    --accent-gold: #c9a227;
    --accent-terracotta: #cc4d29;
    --accent-charcoal: #333333;
    --luxury-gold: #d4af37;
    --luxury-dark: #1a1a1a;
    --luxury-light: #f8f8f8;
    --luxury-charcoal: #1c1c1c;
    --luxury-terracotta: #e63946;
    --luxury-white: #ffffff;
}
.btn-primary,
.contact-info a,
.feature-item,
.footer-links a,
.service-intro img,
.social-links a,
.wardrobe-type-card img {
    transition: var(--transition);
}
body {
    color: var(--text-color);
    padding: 0;
    color: var(--text-color);
    overflow-x: hidden;
    font-family: Inter, sans-serif;
    color: var(--text-color);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
}
.section-title {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 2.5rem;
}
.page-banner h1,
.step-number {
    color: var(--white);
    z-index: 10;
}
.section-title:after {
    content: "";
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: var(--primary-color);
    margin: 15px auto 0;
}
.page-banner {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.page-banner .overlay {
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.page-banner h1 {
    letter-spacing: 2px;
}
.gallery-section,
.interior-features,
.service-intro {
    padding: 80px 0;
}
.service-intro img {
    border-radius: 8px;
    box-shadow: var(--box-shadow);
}
.service-intro p.lead {
    font-size: 1.2rem;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
}
.our-process,
.wardrobe-types {
    padding: 80px 0;
    background-color: var(--light-gray);
}
.feature-item,
.wardrobe-type-card {
    background: var(--white);
    box-shadow: var(--box-shadow);
}
.process-timeline:before,
.step-number {
    background: var(--primary-color);
    background: var(--luxury-gold);
}
.wardrobe-type-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.wardrobe-type-content h3 {
    color: var(--secondary-color);
}
.feature-item {
    padding: 30px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    height: 100%;
}
.social-links a,
.step-number {
    display: flex;
    border-radius: 50%;
}
.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.process-timeline:before {
    content: "";
    bottom: 0;
    background: var(--primary-color);
}
.process-step {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}
.process-step:last-child {
    margin-bottom: 0;
}
.process-step:nth-child(odd) {
    flex-direction: row-reverse;
}
.step-number {
    background: var(--primary-color);
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 5px var(--light-gray), 0 0 0 10px rgba(233, 75, 53, 0.2);
}
.gallery-item,
.step-content {
    border-radius: 8px;
    box-shadow: var(--box-shadow);
    position: relative;
}
.step-content {
    width: calc(50% - 50px);
    background: var(--white);
}
.step-content:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: var(--white);
    transform: translateY(-50%) rotate(45deg);
}
.btn-primary:hover,
.social-links a:hover {
    transform: translateY(-3px);
}
.process-step:nth-child(odd) .step-content:before {
    left: -10px;
}
.process-step:nth-child(2n) .step-content:before {
    right: -10px;
}
.step-content h3 {
    color: var(--primary-color);
    margin-bottom: 10px;
}
.cta-section,
.footer,
.social-links a {
    color: var(--white);
}
.cta-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.btn-primary {
    border-color: var(--primary-color);
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(233, 75, 53, 0.3);
}
.btn-primary:hover {
    box-shadow: 0 8px 20px rgba(233, 75, 53, 0.4);
}
.footer {
    background-color: var(--secondary-color);
    padding: 80px 0 0;
}
.footer-logo img {
    max-width: 180px;
    margin-bottom: 20px;
}
.footer-logo p {
    opacity: 0.8;
    margin-bottom: 20px;
}
.social-links {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}
.social-links a {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-info h3 {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}
.bed-style-content ul,
.contact-info,
.footer-links,
.kitchen-type-content ul {
    list-style: none;
    padding: 0;
}
.footer-info h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
}
.contact-info li,
.footer-links li {
    margin-bottom: 12px;
}
.contact-info a:hover,
.footer-links a:hover {
    color: var(--primary-color);
    text-decoration: none;
}
.contact-info i {
    margin-right: 10px;
    color: var(--primary-color);
}
.contact-info a,
.contact-info li,
.contact-info li a,
.footer-links a,
.footer-logo p {
    color: #ccc;
}
.copyright {
    padding: 25px 0;
    margin-top: 60px;
}
.copyright p {
    margin-bottom: 0;
    opacity: 0.7;
}
@media (max-width: 991px) {
    .process-timeline:before {
        left: 30px;
    }
    .process-step {
        flex-direction: row !important;
        justify-content: flex-start;
    }
    .step-content {
        width: calc(100% - 100px);
        margin-left: 40px;
    }
    .process-step:nth-child(2n) .step-content:before,
    .process-step:nth-child(odd) .step-content:before {
        left: -10px;
        right: auto;
    }
    .navbar-collapse {
        background: var(--white);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .section-title {
        font-size: 1.8rem;
    }
    .page-banner h1 {
        font-size: 2.2rem;
    }
    .footer,
    .service-intro {
        text-align: center;
    }
    .service-intro img {
        margin-top: 30px;
    }
    .footer-info h3:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .social-links {
        justify-content: center;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fade-in {
    animation: 0.8s forwards fadeIn;
}
.kitchen-type-card,
.storage-type-card,
.wardrobe-type-card {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    background-color: #fff;
}
.kitchen-type-card:hover,
.storage-type-card:hover,
.wardrobe-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.kitchen-type-content,
.storage-type-content,
.wardrobe-type-content {
    padding: 20px;
}
.kitchen-type-content h3,
.storage-type-content h3,
.wardrobe-type-content h3 {
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 1.4rem;
}
.kitchen-type-content p,
.storage-type-content p,
.wardrobe-type-content p {
    margin-bottom: 15px;
    color: #666;
}
.kitchen-type-content ul,
.storage-type-content ul,
.wardrobe-type-content ul {
    list-style: none;
    padding-left: 0;
}
.kitchen-type-content ul li,
.storage-type-content ul li,
.wardrobe-type-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #444;
}
.kitchen-type-content ul li:before,
.storage-type-content ul li:before,
.wardrobe-type-content ul li:before {
    content: "âœ“";
    color: var(--primary-color);
    position: absolute;
    left: 0;
}
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    z-index: 1060;
    transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.cta,
.cta-section,
.page-banner {
    position: relative;
}
.btn-primary,
.cta,
.cta h2 {
    color: #fff !important;
}
.whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    color: #fff;
    text-decoration: none;
}
.whatsapp-float i {
    font-size: 26px;
    line-height: 1;
}
@media (max-width: 576px) {
    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        width: 52px;
        height: 52px;
    }
}
.brands-carousel .item {
    display: grid;
    place-items: center;
    padding: 1rem;
}
.brands-carousel img {
    opacity: 0.75;
    max-height: 54px;
    width: auto;
}
.brands-carousel img:hover {
    transform: scale(1.03);
}
.cta {
    background: linear-gradient(135deg, #1f1f1f, #3a2f2b);
    overflow: hidden;
}
.cta .btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 12px;
    padding: 12px 22px;
    box-shadow: 0 8px 20px rgba(224, 122, 95, 0.25);
}
.cta .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(224, 122, 95, 0.32);
}
.footer {
    background: #0b1220;
    padding-top: 3rem;
}
.btn-outline-dark,
.btn-primary {
    border-radius: 12px;
    padding: 12px 22px;
}
.footer a {
    color: #cbd5e1;
}
.footer a:hover {
    color: var(--primary);
    text-decoration: none;
}
.footer .social-links a {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    background: #111827;
    border-radius: 10px;
    margin-right: 8px;
    color: #e5e7eb;
}
.footer .social-links a:hover {
    background: var(--primary);
    color: #fff;
}
.btn,
.counter-box h3,
.feature-box h3,
.navbar-brand,
.navbar-nav .nav-link,
.section-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif !important;
    letter-spacing: 0.2px;
    text-transform: none;
}
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    box-shadow: 0 4px 15px rgba(224, 122, 95, 0.3);
    transition: 0.3s;
}
.btn-primary:hover {
    background-color: #d3654f !important;
    border-color: #d3654f !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(224, 122, 95, 0.4);
}
.btn-outline-dark {
    border-color: rgba(0, 0, 0, 0.2);
    color: var(--secondary-color);
}
.btn-outline-dark:hover {
    background: var(--secondary-color);
    color: #fff;
}
.header {
    backdrop-filter: saturate(180%) blur(10px);
    background: rgba(255, 255, 255, 0.7);
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
}
.section-title {
    text-transform: none;
    letter-spacing: 0.4px;
}
.category-card,
.counter-box,
.offer-card,
.project-card {
    border-radius: 16px;
}
.category-card {
    transition: transform 0.3s, box-shadow 0.3s;
}
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.category-card img {
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 250px;
}
.category-content {
    border-radius: 0 0 16px 16px;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
}
.navbar-nav {
    align-items: center;
    flex-wrap: nowrap;
}
.navbar-nav .nav-link {
    white-space: nowrap;
    padding: 0.5rem 0.9rem;
}
@media (min-width: 992px) {
    .header.scrolled {
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    .navbar-brand {
        margin-right: 1rem;
    }
}
.page-banner {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-banner .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0, rgba(0, 0, 0, 0.35) 40%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.15) 100%);
}
.page-banner h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 0 8px 40px rgba(0, 0, 0, 0.45);
    margin: 0;
}
.bed-cta p,
.cta-section p,
.kitchen-cta p,
.page-banner p,
.wardrobe-cta p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.page-banner p {
    font-size: 1.25rem;
    margin-top: 12px;
    opacity: 0.95;
}
.cta-section {
    color: #fff;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}
.cta-overlay,
.cta-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cta-video-background {
    z-index: -2;
}
.cta-video {
    width: 100%;
    height: 100%;
}
.cta-overlay {
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}
.cta-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}
.brands-carousel img {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}
.footer {
    background-color: var(--secondary-color);
    color: #fff;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #aaa;
}
.kitchen-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
}
.kitchen-hero-overlay,
.kitchen-hero-video {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}
.kitchen-hero-video {
    z-index: -2;
}
.kitchen-hero-overlay {
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.85) 0, rgba(26, 26, 26, 0.7) 100%);
    z-index: -1;
}
.bed-hero-content,
.kitchen-hero-content,
.wardrobe-hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    z-index: 1;
}
.bed-hero h1,
.kitchen-hero h1,
.wardrobe-hero h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}
.bed-hero p,
.kitchen-hero p,
.wardrobe-hero p {
    font-size: 1.5rem;
    margin-bottom: 40px;
    opacity: 0.9;
}
.feature-box h3,
.kitchen-type-content h3 {
    margin-bottom: 15px;
    color: var(--luxury-dark);
}
.btn-glow {
    background: var(--luxury-gold);
    color: var(--luxury-dark);
    border: none;
    border-radius: 12px;
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.btn-glow:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.7);
}
.btn-glow-red-gold:after,
.btn-glow:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20px;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(25deg);
    transition: 0.6s;
}
.btn-glow-red-gold:hover:after,
.btn-glow:hover:after {
    left: 120%;
}
.about-bed,
.about-kitchen,
.about-wardrobe,
.bed-process,
.gallery-section,
.interior-features,
.our-process,
.wardrobe-gallery {
    padding: 100px 0;
    background: var(--luxury-light);
}
.about-kitchen .content-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.about-kitchen .section-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.about-kitchen .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--luxury-gold);
    border-radius: 2px;
}
.features-benefits,
.kitchen-types {
    padding: 100px 0;
    background: #fff;
}
.kitchen-type-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    margin-bottom: 30px;
    background: #fff;
}
.feature-box .icon,
.step-number {
    border-radius: 50%;
    color: #fff;
    display: flex;
}
.bed-style-card:hover,
.kitchen-type-card:hover,
.wardrobe-style-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.kitchen-type-card img {
    width: 100%;
    height: 250px;
    transition: transform 0.4s;
}
.kitchen-type-content {
    padding: 30px;
}
.kitchen-type-content h3 {
    font-size: 1.8rem;
}
.kitchen-type-content ul li {
    padding: 8px 0 8px 25px;
    position: relative;
}
.bed-style-content ul li:before,
.kitchen-type-content ul li:before {
    content: "âœ“";
    position: absolute;
    left: 0;
    color: var(--luxury-gold);
    font-weight: 700;
}
.process-timeline,
.process-timeline-bed,
.process-timeline-wardrobe {
    position: relative;
    max-width: 1200px;
    margin: 50px auto;
}
.process-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 4px;
}
.process-step,
.process-step-bed,
.process-step-wardrobe {
    position: relative;
    width: 50%;
    padding: 20px 40px;
}
.process-step-bed:nth-child(2n),
.process-step-wardrobe:nth-child(2n),
.process-step:nth-child(2n) {
    left: 50%;
}
.step-number {
    position: absolute;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}
.process-step-bed:nth-child(odd) .step-number-bed,
.process-step-wardrobe:nth-child(odd) .step-number-wardrobe,
.process-step:nth-child(odd) .step-number {
    right: -25px;
}
.process-step-bed:nth-child(2n) .step-number-bed,
.process-step-wardrobe:nth-child(2n) .step-number-wardrobe,
.process-step:nth-child(2n) .step-number {
    left: -25px;
}
.step-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}
.step-content h3 {
    margin-top: 0;
    color: var(--luxury-dark);
}
.feature-box {
    text-align: center;
    padding: 40px 25px;
    border-radius: 15px;
    background: var(--luxury-light);
    transition: 0.3s;
    height: 100%;
}
.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.feature-box .icon {
    width: 80px;
    height: 80px;
    background: var(--luxury-gold);
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    transition: 0.3s;
}
.feature-box:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}
.bed-gallery-item,
.gallery-item,
.wardrobe-gallery-item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.gallery-item img {
    width: 100%;
    height: 300px;
    transition: transform 0.5s;
}
.kitchen-cta {
    padding: 120px 0;
    background: linear-gradient(135deg, var(--luxury-dark) 0, #2c2c2c 100%);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.kitchen-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.1) 0, transparent 70%);
}
.bed-cta h2,
.kitchen-cta h2,
.wardrobe-cta h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}
.bed-cta p,
.kitchen-cta p,
.wardrobe-cta p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.9;
    position: relative;
    z-index: 2;
}
.text-gold {
    color: var(--luxury-gold) !important;
}
.btn-glow-red-gold,
.wardrobe-hero {
    color: var(--luxury-white);
    position: relative;
    overflow: hidden;
}
.wardrobe-hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.7)) center/cover, url("../images/services/wardrobe-banner.png") center/cover;
}
.btn-glow-red-gold {
    background: linear-gradient(45deg, var(--luxury-terracotta), #ff9e00, var(--luxury-gold));
    border: none;
    border-radius: 50px;
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 0 25px rgba(230, 57, 70, 0.5);
    transition: 0.3s;
}
.btn-glow-red-gold:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(230, 57, 70, 0.7);
}
.about-bed .content-box,
.about-wardrobe .content-box {
    background: var(--luxury-white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.about-bed-img,
.about-wardrobe-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.bed-gallery,
.bed-styles,
.wardrobe-process,
.wardrobe-styles {
    padding: 100px 0;
    background: var(--luxury-white);
}
.bed-style-card,
.wardrobe-style-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    margin-bottom: 30px;
    background: var(--luxury-white);
    position: relative;
}
.bed-style-img img,
.wardrobe-style-card img {
    width: 100%;
    height: 300px;
    transition: transform 0.4s;
}
.bed-style-overlay,
.wardrobe-style-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
}
.bed-style-overlay h3,
.wardrobe-style-overlay h3 {
    color: var(--luxury-gold);
    font-size: 2rem;
    margin: 0;
    text-align: center;
}
.bed-style-content,
.wardrobe-style-content {
    padding: 30px;
    text-align: center;
}
.bed-style-content h3,
.wardrobe-style-content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--luxury-charcoal);
}
.feature-card {
    background: var(--luxury-white);
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    height: 100%;
}
.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--luxury-gold);
}
.feature-icon,
.step-number-bed,
.step-number-wardrobe {
    background: linear-gradient(45deg, var(--luxury-terracotta), var(--luxury-gold));
    border-radius: 50%;
    color: var(--luxury-white);
    display: flex;
}
.feature-icon {
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    transition: 0.3s;
}
.feature-card:hover .feature-icon {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(230, 57, 70, 0.3);
}
.feature-card h4 {
    margin-bottom: 15px;
    color: var(--luxury-charcoal);
}
.process-timeline-bed:before,
.process-timeline-wardrobe:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 4px;
    background: linear-gradient(to bottom, var(--luxury-terracotta), var(--luxury-gold));
}
.step-number-bed,
.step-number-wardrobe {
    position: absolute;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(230, 57, 70, 0.4);
}
.step-content-wardrobe {
    background: var(--luxury-light);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}
.step-content-bed h3,
.step-content-wardrobe h3 {
    margin-top: 0;
    color: var(--luxury-charcoal);
}
.bed-gallery-item img,
.wardrobe-gallery-item img {
    width: 100%;
    height: 300px;
    transition: transform 0.5s;
}
.bed-gallery-overlay,
.wardrobe-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s;
}
.bed-cta,
.bed-hero,
.wardrobe-cta {
    position: relative;
    color: var(--luxury-white);
}
.bed-gallery-overlay h4,
.wardrobe-gallery-overlay h4 {
    color: var(--luxury-white);
    margin-bottom: 15px;
}
.btn-view-design {
    background: var(--luxury-gold);
    color: var(--luxury-charcoal);
    border: none;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 0.3s;
}
.btn-view-design:hover {
    background: var(--luxury-terracotta);
    color: var(--luxury-white);
    transform: translateY(-3px);
}
.brands-section-wardrobe {
    padding: 80px 0;
    background: var(--luxury-white);
}
.brand-logo {
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
    max-height: 60px;
    width: auto;
}
.brand-logo:hover,
.brands-carousel .brand-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}
.bed-cta,
.wardrobe-cta {
    padding: 120px 0;
    background: linear-gradient(135deg, var(--luxury-charcoal) 0, #2c2c2c 100%);
    text-align: center;
    overflow: hidden;
}
.bed-cta:before,
.wardrobe-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(230, 57, 70, 0.1) 0, transparent 70%);
}
.bed-hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(rgba(28, 28, 28, 0.7), rgba(28, 28, 28, 0.7)) center/cover, url("../images/services/bed-banner.png") center/cover;
}
.bed-hero-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bed-style-content ul {
    text-align: left;
}
.bed-style-content ul li {
    padding: 5px 0 5px 20px;
    position: relative;
    font-size: 0.95rem;
}
.step-content-bed {
    background: var(--luxury-white);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s;
}
.brands-section-bed {
    padding: 80px 0;
    background: var(--luxury-light);
}
.brands-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.brands-carousel .brand-logo {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
    }
    .stat-box {
        margin: 10px 0;
    }
    .brands-section {
        width: 90%;
    }
    .bed-hero h1,
    .kitchen-hero h1,
    .wardrobe-hero h1 {
        font-size: 2.5rem;
    }
    .bed-hero p,
    .kitchen-hero p,
    .wardrobe-hero p {
        font-size: 1.2rem;
    }
    .process-timeline-bed:before,
    .process-timeline-wardrobe:before,
    .process-timeline:before {
        left: 30px;
    }
    .process-step,
    .process-step-bed,
    .process-step-wardrobe {
        width: 100%;
        padding-left: 70px;
        padding-right: 20px;
    }
    .process-step-bed:nth-child(2n),
    .process-step-wardrobe:nth-child(2n),
    .process-step:nth-child(2n) {
        left: 0;
    }
    .step-number,
    .step-number-bed,
    .step-number-wardrobe {
        left: 5px !important;
    }
    .bed-cta h2,
    .kitchen-cta h2,
    .wardrobe-cta h2 {
        font-size: 2rem;
    }
    .bed-cta p,
    .kitchen-cta p,
    .wardrobe-cta p {
        font-size: 1.1rem;
    }
}

.shutter-img {
  border-radius: 50% / 30%;
  object-fit: cover;
  height: 250px;
  width: 100%;
}
.shutter-card {
  overflow: hidden;
}
.shutter-card .circle {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: #2e1a0f;
  border-radius: 50%;
}
