body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
}

/* Ensure equal spacing between nav items */
.navbar-nav {
    display: flex;
    justify-content: space-evenly;
    /* Distributes space evenly */
    width: 100%;
    /* Ensures full width */
}

.navbar-collapse {
    justify-content: end !important;
}

/* Optional: Adjust padding for better spacing */
.navbar-nav .nav-item {
    flex-grow: 1;
    /* Makes each nav item take equal space */
    text-align: center;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


/* Navbar Styling */
.custom-navbar {
    position: relative;
    /* Keeps navbar in normal flow */
    background: rgba(0, 0, 0, 0.4);
    /* Transparent dark background */
    padding: 15px 0;
    z-index: 10;
    /* Ensures navbar stays above other content */
    width: 100%;
}

.m-09 {
    margin-top: 25px;
}

/* Logo */
.navbar-brand img {
    height: 90px;
    /* Adjust logo size */
}

/* Search Bar */
.search-bar {
    border: 2px solid #e9d1a1;
    border-radius: 30px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
}

.search-bar input {
    background: transparent;
    border: none;
    color: white;
    outline: none;
    width: 100px;
}

.search-bar input::placeholder {
    color: white;
}

/* Navbar Links */
.navbar-nav .nav-link {
    color: #f5e4c3 !important;
    /* Gold color */
    padding: 10px 14px !important;
    font-size: 20px;
    padding: 10px 15px;
}

.navbar-nav .nav-link:hover {
    color: white !important;
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .SME-sofa-year-achievement {
        margin-top: 55rem !important;
    }
}

/* Banner Section */
.banner {
    position: absolute;
    /* Overlapping the navbar */
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    /* Full viewport height */
    background: url('./images/Homepage_PNG-01.png') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: left;
    color: white;
    text-align: left;
    padding: 80px 50px 50px;
    /* Adjust padding to prevent text from touching the navbar */
    z-index: 5;
    /* Ensures it's below the navbar */
    height: 105vh;
}

/* Dark Overlay for Readability */
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: -1;
}

/* Content Box */
.banner-content {
    position: relative;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* Spacing between lines */
}

/* Boxed Text */
.banner-text {
    font-size: 50px;
    font-weight: bold;
    background: #F5E4C3;
    color: #222;
    padding: 2px 32px;
    display: inline-block;
    width: fit-content;
    font-family: 'Archivo-Bold' !important;

}

/* Subheading */
.banner p {
    font-size: 25px;
    font-weight: 900;
    padding-top: 5rem;
}

/* Button */
.banner .btn {
    background: #F5E4C3;
    color: #000;
    font-weight: bold;
    padding: 12px 10px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid transparent;
    width: 50%;
    text-align: center;
}

.banner .btn:hover {
    background: #444;
    color: #F5E4C3;
    border: 2px solid white;
}



/* Responsive */
@media (max-width: 768px) {

    /* .footer-links {
     gap: 5px!important;
    } */
    .footer {
        padding: 20px !important;
    }

    .banner {
        text-align: center;
        padding: 100px 30px 30px;
        /* Adjust padding for mobile */
    }

    .banner-text {
        font-size: 30px;
        width: auto;
    }

    .banner p {
        font-size: 18px;
    }

    .banner .btn {
        width: 80%;
        margin-left: 36px;
    }

    .navbar-toggler-icon {
        filter: invert(1);
    }

    .luxury-text-box {
        padding-left: 0px !important;
    }

    .SME-sofa-year-achivement {
        margin-top: 0rem !important;
    }

    .SME-sofa-year-achivement-event .circle {

        top: -4px !important;

    }

    .luxury-container {
        padding: 5px 0 !important;
        text-align: center;

    }

    .luxury-icon-box img {
        width: 200px !important;
        height: auto;
    }

    .product-list {
        position: absolute;
        top: 41% !important;
        left: 2% !important;
        width: 97% !important;
        max-height: 312px;
        overflow-y: auto;
        background: white;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 1000;
    }

    .text-md-end {
        text-align: left !important;
        padding-left: 14px !important;
    }

    .social-icons {
        padding-left: 0px !important;
        justify-content: left !important;
    }

    .luxury-icons-wrapper {
        padding-left: 54px !important;

    }

    .min {
        font-size: 44px !important;
    }

    .navbar-nav {


        width: 100% !important;
    }

    .search-container {

        margin: 24px 0px !important;
    }

    .show {
        display: block !important;
        background-color: #484444 !important;
    }

    .custom-submit-btn {

        width: 58%;

    }

    .action-btn {

        margin-left: 0rem !important;
    }

    #navbarNav {
        margin-left: -22px !important;
    }

    .navbar-brand img {
        height: 70px;
    }
}


.timeline-wrapper {
    text-align: center;
    margin: 100px auto;
    margin-top: 42rem;
}

.timeline-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 900px;
    margin: 30px auto;
}

.timeline-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333;
    z-index: -1;
}

.timeline-item {
    background: white;
    border: 2px solid #333;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}

.timeline-item:hover {
    background: #F5E4C3;
    border-color: black;
}

/* Section Styling */
/* .timeline-wrapper {
    text-align: center;
    margin: 50px 0;
    margin-top: 36rem;
}
.timeline-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-top: 2px solid #333;
    padding: 20px 0;
}
.timeline-item {
    position: relative;
    text-align: center;
    cursor: pointer;
}
.timeline-item::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #333;
    border-radius: 50%;
    display: block;
    margin: auto;
}
.active::before {
    background: #333;
}
.timeline-content {
    display: none;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.active-content {
    display: block;
    opacity: 1;
    transform: translateX(0);
} */

/* sections */
.history-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.history-content {
    flex: 1;
    margin-left: 20px;
}

.history-year {
    font-weight: bold;
    font-size: 30px;
}

.history-text {
    font-size: 26px;
    color: #333;
}

.history-image-wrapper {
    flex: 1;
    text-align: right;
    position: relative;
}

.history-image {
    max-width: 100%;
    border-radius: 10px;
}

.history-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    width: 100px;
    /* Only under the image */
    margin-left: auto;

}

.progress-point {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 5px;
}

.progress-bar-line {
    flex-grow: 1;
    height: 2px;
    background-color: #000;
}

@media (max-width: 768px) {
    .history-item {
        flex-direction: column-reverse;
        text-align: center;
    }

    .history-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .history-image-wrapper {
        text-align: center;
    }

    .history-progress {
        margin: 10px auto;
    }
    .dropdown{
       margin-left: 8rem;
    }
    .dropdown-menu{
    position: absolute;
    top: 100%;
    left: -106px !important;
    display: block;
    background-color: white;
    list-style: none;
    padding: 23px 80px !important;
    margin: 0px;
    border: 1px solid rgb(204, 204, 204);
    min-width: 200px;
}
    
}

.SME-sofa-year-achivement {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    text-align: center;
}

.SME-sofa-year-achivement-line {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(51, 51, 51, 0), #333 30%, #333 70%, rgba(51, 51, 51, 0));
}



.SME-sofa-year-achivement-events {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 37px;
    flex-wrap: wrap;
}

.SME-sofa-year-achivement-event {
    position: relative;
    text-align: center;
    width: 100px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.SME-sofa-year-achivement-event .circle {
    width: 15px;
    height: 16px;
    background: #fff;
    border: 3px solid #333;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3sease;
}

/* Active state for the circle */
.SME-sofa-year-achivement-event.active .circle {
    background: #f8d7a7;
    width: 28px;
    /* Increased size */
    height: 28px;
    border: 4px solid #333;
    transform: translateX(-50%) scale(1);
    /* Keeps circle centered */
    left: 40%;
}


.SME-sofa-year-achivement-event .year {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
}

/* Active state for the circle */
.SME-sofa-year-achivement-event.active .circle {
    background: #f8d7a7;
    width: 20px;
    height: 20px;
    border: 4px solid #333;
    transform: scale(1.2);
    top: -24px;
}

/* Content section */
.SME-sofa-year-achivement-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.SME-sofa-year-achivement-content-text {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.SME-sofa-year-achivement-content-text h2 {
    font-size: 24px;
    font-weight: bold;
}

.SME-sofa-year-achivement-content-text p {
    font-size: 16px;
}

.SME-sofa-year-achivement-content img {
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.SME-sofa-year-achivement-content img:hover {
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .SME-sofa-year-achivement-content-text {
        width: 45%;
        text-align: left;
    }

    .SME-sofa-year-achivement-content img {
        width: 45%;
    }
}


/* luxuary conteiner */
.luxury-container {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    padding: 50px 0;
}

.luxury-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.luxury-img-box img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.luxury-text-box {
    padding-left: 40px;
}

.luxury-heading {
    font-size: 44px;
    font-weight: bold;
    color: #222;
}

.luxury-description {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    line-height: 1.6;
}

.luxury-icons-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.luxury-icon-box {

    color: #000;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    width: 180px;
}

.luxury-icon-box img {
    width: 120px;
    height: 92px;
    margin-bottom: 13px;
}

.luxury-btn {
    background: #444;
    color: white;
    padding: 10px 29px;
    border-radius: 20px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 41px;
}

.luxury-btn:hover {
    background-color: #000;
    color: #F5E4C3;
}

.history-progress1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    width: 100px;
    margin: 5px;
    margin-left: auto;
    flex-direction: row-reverse;
}

.history-progress2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
    width: 100px;
    margin: 5px;
    margin-left: auto;
    flex-direction: row-reverse;
}

.collection-container {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    padding: 50px 0;
}

.collection-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.collection-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
}

.reverse {
    flex-direction: row-reverse;
}

/* Text Box */
.luxury-container {
    padding: 40px 0;

}

.luxury-wrapper {
    margin-bottom: 50px;
}

.collection-text h4 {
    font-size: 18px;
    color: #555;
    font-weight: 600;

}

.collection-text h2 {
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.collection-text p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.6;
}

.collection-btn {
    background: #444;
    color: #F5E4C3;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.collection-img {
    position: relative;
    overflow: hidden;
    /* Ensures the zoomed image doesn't spill out */
    border-radius: 15px;
    /* Ensures rounded corners stay consistent */
}

.collection-img img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

.collection-img:hover img {
    transform: scale(1.1);
    /* Zoom-in effect */
}


.img-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #333;
    border-bottom-left-radius: 15px;
}

.view {
    margin-bottom: 15px;
    float: inline-end;
}

.collection-text1 h2 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    padding: 10px;
    line-height: 30px;

}

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('./images/below-banner1.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.hero-content {
    position: relative;
    z-index: 1;
    top: -88px;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    color: #2f2b2b;

}

.hero-subtitle {
    font-size: 1.2rem;
    color: #333131;
}

.btn-custom {
    background-color: #f0ddc2;
    border: none;
    padding: 10px 25px;
    font-size: 1rem;

    border-radius: 30px;
}

.btn-custom:hover {
    background-color: #e8c396;
    color: #000;
}

.footer {
    padding: 40px 0;
    border-top: 1px solid #000;
    font-size: 14px;
    margin-top: 6rem;
}

.footer a {
    color: black;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.social-icons a {
    font-size: 18px;
    margin-right: 10px;
}

.luxury-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* Adds space between icons */
    text-align: center;
}

.luxury-icon-box {
    flex: 1 1 100%;
    /* Takes full width on mobile */
    max-width: 300px;
    /* Limits width to avoid stretching */
}

.luxury-icon-box img {
    width: 144px;
    /* Adjust image size */
    height: auto;
}

@media (min-width: 768px) {

    /* Tablet & Desktop View */
    .luxury-icon-box {
        flex: 1 1 calc(33.333% - 20px);
        /* 3 columns layout */
        max-width: none;
    }

    .dropdown-item {
        background-color: #fff;
    }

    .dropdown-menu {
        background-color: #fff !important;
    }



}

.search-bar {
    display: flex;
    align-items: center;
    width: 300px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 20px;
    background: #000;
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    padding: 5px;
    background: transparent;
}

.product {
    display: none;
    padding: 10px;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

/* Centered Search Bar */
.search-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin: 20px 70px;
}

/* Stylish Search Bar */
.search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 20px;
    background: #000;
    color: white;
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    padding: 5px;
    background: transparent;
    color: white;
}

.search-bar i {
    margin-left: 10px;
    color: white;
    cursor: pointer;
}

/* Product List (Hidden Initially) */
.product-list {
    display: none;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
}

/* Product Grid - 3 Columns */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

/* Product Card */
.product {
    display: none;
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #F9F9F9;
    cursor: pointer;
    font-size: 14px;
}

.product img {
    width: 80px;
    height: 80px;
    margin-top: 5px;
    border-radius: 5px;
}

.product-name {
    font-weight: bold;
    margin-top: 5px;
}

.product:hover {
    background: #e0e0e0;
}

search-container {
    position: relative;
    /* Keeps it inside the navbar */
    width: 100%;
}

.product-list {
    position: absolute;
    top: 100%;
    /* Places it below the search bar */
    left: 221px;
    width: 44%;
    max-height: 312px;
    /* Limits height */
    overflow-y: auto;
    /* Adds scrolling instead of expanding */
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    /* Initially hidden */
    z-index: 1000;
    /* Ensures it appears above navbar */
}

.product-list .product {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-list img {
    width: 100px;
    height: 52px;
    object-fit: cover;
    border-radius: 5px;
}

.show {
    display: block !important;
    background-color: rgb(84 73 62 / 73%);

}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 products per row on desktop */
    gap: 10px;
    /* Adds spacing between products */
}

/* Mobile View: Show only 2 products per row */
@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.close-btn {
    /* Remove display: none; to make it visible */
    position: absolute;
    top: -11px;
    right: -26px;
    background: #fff;
    width: 54px;
    color: white;
    border: none;
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10000;
    display: block;
}


.popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
    /* Hide initially */
}

.from-img img {
    width: 100%;
    border-radius: 8px;
}

/* Show close button only on mobile screens */
@media (max-width: 768px) {
    .close-btn {
        display: block;
    }
}

.search-bar {
    display: flex;
    align-items: center;
    background: black;
    /* Adjust background color */
    border: 2px solid white;
    border-radius: 30px;
    padding: 8px 15px;
    width: 250px;
    /* Adjust as needed */
    position: relative;
}

.search-bar input {
    border: none;
    background: transparent;
    color: white;
    font-size: 16px;
    outline: none;
    flex: 1;
    padding: 0 10px;
}

.search-icon,
.filter-icon {
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.divider {
    width: 1px;
    height: 20px;
    background: white;
    margin: 0 10px;
}

.search-icon {
    margin-left: 5px;
}

.filter-icon {
    margin-right: 5px;
}

.navbar-nav {
    display: flex;
    justify-content: space-between;
    /* Distributes items evenly */
    width: 61%;
    /* Ensures full width */
}

.SME-sofa-year-achivement-line {
    margin-top: 6rem;
    /* Adds space above the line */
    font-weight: 900;
}

.luxury-btn {
    color: #F5E4C3;
}

.luxury-img-box {
    position: relative;
    /* Ensure child elements can be positioned */
    display: inline-block;
}

.top-right-arrow {
    position: absolute;
    top: 20px;
    right: 10px;
    background: #f5ead7;
    padding: 0px 26px;
    border-radius: 15px;
    /* font-size: 15px; */
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3sease;
    width: 65px;
    height: 25px;
}

.top-right-arrow:hover {
    background: #e0d4bf;
}

.mt-4 {
    margin-left: -32px !important;
}

.social-icons {
    display: flex;

    justify-content: end;
    align-items: center;
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid black;
    /* Creates the outlined circle */
    text-decoration: none;
    color: black;
    font-size: 18px;
    transition: background 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
    background-color: black;
    color: white;
}

.text-md-end {
    text-align: center;
    padding-left: 30rem;
}

.social-icons {
    padding-left: 166px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* Adjusts spacing between links */
}

@media screen and (max-width:768px) {
    .footer-links {
        display: flex;
        justify-content: center;
        gap: 5px !important;
        /* Adjusts spacing between links */
    }
}

.footer-links a {
    text-decoration: none;
    color: black;
}

/* If `|` is coming from somewhere, remove it */
.footer-links a::before {
    content: none !important;
}

/* About */
.about-1 {
    float: left;
}

.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    /* Ensures it's above other content */
    background: rgba(0, 0, 0, 0.4);
    /* Makes the navbar transparent */
}

.banner {
    position: relative;
    width: 100%;
    height: 120vh;
    /* Full screen height */
    background: url('./images/Top-banner.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.story-section {
    padding: 90px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.story-title {
    font-size: 46px;
    font-weight: bold;
    color: #333;
    text-align: right;
}

.story-content {
    color: #333;
    line-height: 1.6;
    margin-left: -40px;
    font-size: 19px;
    padding-top: 9px;
    text-align: left;
}


.story-divider {
    width: 2px;
    background-color: #6b6767;
    height: 100%;
    min-height: 150px;
    margin: 0 auto;

    height: 3px;

}

/* Adjusting alignment */
@media (max-width: 768px) {
    .story-content {
        margin-left: 0;
        /* Reset for smaller screens */
    }

    .story-title {

        text-align: center;
    }

}

.vision-section {
    background: url(./images/Our-vision.jpg) center / cover no-repeat;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15%;
    position: relative;
    width: 80%;
    margin: 0;
    left: 172px;


}


.vision-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 79px 33px;
    max-width: 800px;
    border-radius: 8px;
    width: 100%;
    font-weight: normal;
}


.vision-content h2 {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.vision-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 992px) {
    .vision-section {
        padding: 0 10%;
        /* Adjusts left & right spacing */
    }

    .vision-content {
        max-width: 700px;
        padding: 30px;
    }

    .vision-section {

        width: 103%;
        margin: 0;
        left: 0px;
        margin-top: 4rem;
    }

    @media (max-width: 768px) {
        .vision-section {
            padding: 0 5%;
        }

        .vision-content {
            max-width: 90%;
            padding: 20px;
        }
    }

    .why-choose-us {
        padding: 60px 0;
        background: #fff;
    }

    .section-title {
        font-size: 45px;
        font-weight: bold;
        margin-bottom: 40px;
    }

    .banner {
        width: 103%;
    }

    .row {

        text-align: none !important;
    }

    .SME-sofa-year-achivement-line {
        margin-top: 9.5rem;

    }

    .SME-sofa-year-achivement-events {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding-top: 37px;
        flex-wrap: nowrap;
        gap: 18px;
    }

    .year {
        padding-top: 10px;
    }

    .banner-text {

        padding: 0px 0px !important;

    }

    .banner-content {

        padding: 0px !important;
    }
    .smetrader-popup-form {
        display: none;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        width: 353px !important;
        z-index: 100;
    }
    .btn-container {
        display: flex
    ;
        justify-content: center !important;
        padding: 20px;
    }

}



/* Feature Card */
.about-section {
    padding: 80px 20px;
}

/* Title */
.title-heading {
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

/* Container - Side by Side */
.card-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Feature Card */
.feature-card {
    background: #f1dabd;
    border-radius: 12px;
    padding: 20px;
    width: 22%;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    max-width: 300px;
    font-size: 14px;
}

/* Heading */
.feature-card h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: justify;
    padding-left: 18px;
    margin-top: 14px;
}

/* Paragraph */
.feature-card p {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 18px;
}

/* Button */
.action-btn {
    background: #444;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    margin-left: 8rem;
}

.action-btn:hover {
    background: #222;
}

/* Image Wrapper */
.image-wrapper {

    border-radius: 12px;

    margin-top: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 202px;
}

/* Image inside wrapper */
.image-wrapper img {
    max-width: 100%;
    height: 255px;
    object-fit: contain;
    display: block;
    width: 250px;
}

/* Responsive Fixes */
@media (max-width: 1200px) {
    .feature-card {
        width: 23%;
    }
}

@media (max-width: 992px) {
    .feature-card {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }

    .feature-card {
        width: 100%;
        padding: 31px;

    }

    .product-banner {
        height: 50vh !important;
    }
}


/* .product */
.product-banner {
    background: url('/images/product-banner.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
    /* Ensures it doesn't exceed the viewport width */
    overflow-x: hidden;
    /* Prevents any content from overflowing */
}

.product-banner4 {
    background: url('/images/Monte-banner1.jpeg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
    /* Ensures it doesn't exceed the viewport width */
    overflow-x: hidden;
    /* Prevents any content from overflowing */
}

.product-banner5 {
    background: url('/images/Isella-banner.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
    /* Ensures it doesn't exceed the viewport width */
    overflow-x: hidden;
    /* Prevents any content from overflowing */
}

.product-banner6 {
    background: url('/images/Sheesham-banner.jpeg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
    /* Ensures it doesn't exceed the viewport width */
    overflow-x: hidden;
    /* Prevents any content from overflowing */
}

.product-banner7 {
    background: url('/images/SME-Outdoor-banner.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
    /* Ensures it doesn't exceed the viewport width */
    overflow-x: hidden;
    /* Prevents any content from overflowing */
}

.product-container {
    text-align: center;
}

.product-img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.product-btn {
    background-color: #FCE8D8;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
}

.pin {
    margin-top: 20px;
}

.text-muted1 {
    margin: 40px;
}

.pe-3 {
    padding-right: 11rem !important;

}

.btn-view {
    float: inline-end;
    margin-top: 50px 0px;
}

.imag-1 {
    margin-top: 1rem;
    margin-bottom: 3rem;
}



@media (max-width: 768px) {
    .navbar {
        position: absolute;
        width: 100% !important;
        top: 0;
        left: 0;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.4);
    }

    .thumbnail-img {
        width: 80px;
        height: auto;
        cursor: pointer;
        border-radius: 10px;
    }

    .thumbnail-active {
        border: 2px solid #000;
    }

    .main-image {
        width: 100%;
        max-width: 600px;
        border-radius: 10px;
    }

    .pin1 {
        margin-top: 4rem;
    }

    .pin-3 {
        margin-right: 20px;
    }

    .pin-4 {
        border-radius: 50px;
    }

    .img-container {
        text-align: right;
    }

    .SME-sofa-year-achivement-line {

        top: 102px;

    }

    .dropdown-menu {
        text-align: center;
        color: #fdfdfd !important;
    }
    
    
}

/* product-us */

.product-banner1 {
    background: url('/images/webiste-02.jpg') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
    /* Ensures it doesn't exceed the viewport width */
    overflow-x: hidden;
    /* Prevents any content from overflowing */
    margin-bottom: 20px;
}

.products-container {
    max-width: 1100px;
    margin: auto;
    padding: 50px 20px;
}

.products-heading {
    font-size: 2.5rem;
    font-weight: bold;
}

.products-underline {
    text-decoration: underline;
}

.products-description {
    font-size: 1.1rem;
    color: #000;
    margin-bottom: 1.5rem;
}

.products-subheading {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.products-btn-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.products-btn {
    background-color: #6b6363;
    font-size: 19px;
    padding: 5px 52px;
    border-radius: 50px;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-whatsapp {
    width: 40px;
    height: 40px;
}

.products-image {
    border-radius: 30px;
    max-width: 100%;
    height: auto;
}

.experts-container {
    max-width: 1100px;
    margin: auto;
    padding: 50px 20px;
    text-align: center;
}

/* Boxes */
.experts-box {
    display: flex;
    align-items: center;
    border: 2px solid black;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    background-color: white;
    /* Removed full section bg */
    min-height: 150px;
}

.experts-img {
    width: 95px;
    height: 95px;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.experts-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experts-text {
    padding-left: 35px;
    flex-grow: 1;
}

.experts-text h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Buttons */
.experts-btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.experts-btn {
    background-color: #5f5959;
    color: white;
    font-size: 1rem;
    padding: 6px 41px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

.experts-whatsapp {
    width: 40px;
    height: 40px;
}

.inquiry-section {
    background: url('images/Partnership-PNG-01 (2).png') center/cover no-repeat;
    position: relative;
    padding: 80px 0;
    color: white;
}

/* Dark Overlay for Contrast */
.inquiry-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* Content Wrapper */
.inquiry-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}

/* Left Side: Text & Form */
.inquiry-left {
    flex: 1;
    padding-right: 40px;
    max-width: 50%;
}

.inquiry-left h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.inquiry-left p {
    font-size: 1.1rem;
}

/* Inquiry Form */
.inquiry-form {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    color: black;
    margin-top: 20px;
}

.inquiry-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    min-height: 150px;
}

/* Submit Button */
.inquiry-btn {
    background: black;
    color: white;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

.inquiry-btn img {
    width: 20px;
    height: 20px;
}

/* Right Side: Image */
.inquiry-right {
    flex: 1;
    text-align: center;
    max-width: 50%;
}

.inquiry-right img {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 992px) {
    .inquiry-container {
        flex-direction: column;
        text-align: center;
    }

    .inquiry-left,
    .inquiry-right {
        max-width: 100%;
    }

    .inquiry-left {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .max {
        text-align: center;
    }

    .products-heading {
        font-size: 3rem;
    }

    .products-btn-container {
        padding-bottom: 30px;
        margin-left: 55px;
    }

    .experts-btn-container1 {

        margin-left: 0rem !important;
    }
}

.form {
    font-size: 14px !important;
}

.inquiry-btn {
    background: #3E3E3E;
    /* Match the button color */
    color: white;
    font-size: 1rem;
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    /* Space between text & icon */
    width: fit-content;
    /* Adjust width to fit content */
    margin-top: 10px;
}

/* WhatsApp Icon Styling */
.inquiry-btn img {
    width: 18px;
    /* Adjust icon size */
    height: 18px;
}

.experts-btn-container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    margin-left: 13rem;
}

.mt-20 {
    margin: 20px 0px;
}

/* contactus */
.testimonial-section {
    padding: 50px 0;
}

.top-text {
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    font-size: 26px;

}

/* Left Content */
.left-content {
    padding-right: 40px;
}

.section-title {
    font-size: 4rem;
    font-weight: 700;
    color: #333;
    text-align: center;
}

h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
}

.position {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.message {
    font-size: 1.3rem;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

/* Right Side - Bubbles Layout */
.bubbles-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* Bubble Sizing */
.bubble {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    background-color: #f8e7d0;
    color: #000;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.small {
    width: 50px;
    height: 50px;
}

.medium {
    width: 80px;
    height: 80px;
}

.large {
    width: 120px;
    height: 120px;
}

/* Hover Effects */
.bubble:hover {
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .row {
        flex-direction: column;

    }

    .left-content {
        padding-right: 0;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .bubbles-container {
        justify-content: center;
    }
}

/* Section Styling */
.direct-access-section {
    padding: 50px 0;
}

/* Title and Text */
.direct-title {
    font-size: 55px;
    font-weight: 700;
    color: #222;
    margin-bottom: 3rem;
}

.direct-subtitle {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
}

.direct-description {
    font-size: 26px;
    font-weight: 400;
    color: #444;
    margin-bottom: 20px;
}

/* Button */
.direct-btn {
    display: block;
    width: 100%;
    max-width: 500px;
    padding: 12px;
    background-color: #444;
    color: #e0d4bf;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.direct-btn:hover {
    background-color: #222;
    width: 100%;
}

/* Contact Info */
.direct-contact {
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-right: 11rem;
    flex-direction: row;
    align-content: stretch;
    flex-wrap: wrap;
    justify-content: center;
}

/* Right Image - Circular with Background */
.direct-image-container {
    position: relative;
    width: 80%;

    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;

    padding: 20px;
}

.direct-image-container img {
    width: 100%;
    border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
    .direct-title {
        font-size: 2.2rem;
    }

    .direct-image-container {
        width: 90%;
    }
}

.direct-contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enquiry-section {
    padding: 50px 0;
}

.enquiry-container {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.submit-btn {
    background: black;
    color: white;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
}

.form-check-label {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .left-content {
        text-align: center;
    }

}

.enquiry-section {
    padding: 40px 0;
}

.left-content h1 {
    font-size: 4.0rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.enquiry-container {
    background: #d1d0d0;
    padding: 20px;
    border-radius: 10px;
}

.form-control {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

.form-check-input {
    width: 24px;
    /* Adjust width */
    height: 24px;
    /* Adjust height */
    border-radius: 4px;
    /* Slightly rounded corners */
    border: 2px solid black;
    /* Black border */
    background-color: transparent;
    /* Transparent background */
    appearance: none;
    /* Remove default styles */
    cursor: pointer;
}

.form-check-input:checked {
    background-color: black;
    /* Fill when checked */
    border: 2px solid black;
    /* Maintain black border */
}

.submit-btn {
    background-color: black;
    color: white;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #333;
}

.form-check1 {
    justify-content: space-evenly;
}

.enquiry-container {
    background: #f5f5f5;
    /* Light grey background */
    padding: 20px;
    border-radius: 15px;
    /* Smooth rounded corners */
}

.form-control,
.form-select,
textarea {
    border: none;
    border-bottom: 2px solid black;
    /* Match input underline style */
    background: transparent;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
}
select{
    width: 100% !important;
    padding: 10px !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important; 
}


.submit-btn {
    background: black;
    color: white;
    padding: 12px 24px;
    border-radius: 10px;
    display: block;
    width: 100%;
    font-weight: bold;
}

.form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    /* Adjust spacing between checkbox and text */
}

.form-check-input {
    margin-left: auto;
    /* Push checkbox to the right */
}

.check-icon {
    margin-right: 2rem !important;
}

.bin-12 {
    margin-right: 2rem;

    width: 34% !important;
}

.design-follow-section {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
}

.design-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.design-social-icons a:hover {
    background-color: #fff;

}

.hero-banner {
    position: relative;
    background: url('/images/Contact-Us-001\ \(3\).png') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 830px;
    padding: 20px;
}

.banner-heading {
    font-size: 3rem;
    font-weight: bold;
}

.banner-subheading {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .banner-heading {
        font-size: 2rem;
    }

    .bin-12 {
        width: 90% !important;
    }

    .direct-contact {

        padding-right: 0rem !important;

    }

    .direct-access-section {
        padding: 0px 0 !important;
        text-align: center;
    }

    .bubbles-container {

        flex-wrap: nowrap;

    }

}

.direct-image-container img {
    width: 100%;
    /* Makes the image take full width of the container */
    max-width: 800px;
    /* Increases the max width */
    height: auto;
    /* Maintains aspect ratio */
}

@media (max-width: 768px) {
    .direct-image-container img {
        max-width: 90%;
        /* Adjusts for smaller screens */
    }
}

.luxury-img-box {
    overflow: hidden;
    display: inline-block;
    border-radius: 15px;
    /* Ensures corners stay rounded */
}

.luxury-img-box img {
    transition: transform 0.4s ease-in-out, border-radius 0.4s ease-in-out;
    width: 100%;
    transform: scale(1.2);
    border-radius: 15px;
    /* Matches the container's border-radius */
}

.luxury-img-box:hover img {
    transform: scale(1);
}



.experts-img img {
    width: 100%;
    /* Make it take full width */
    max-width: 250px;
    /* Set a maximum width */
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    margin: 0 auto;
}

.experts-box {

    padding: 20px;
}

/* popup */
/* popup */
/* Button to open the popup */
#openPopup {
    padding: 10px 20px;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 20px;
}

/* Overlay background */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

/* Style the popup form */
.popup-form {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    /* background: linear-gradient(180deg, #4B3CE4 0%, #3E2EF4 100%); */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 500px;
    border-radius: 8px;
    z-index: 2;
    color: #000;
}

.popup-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.popup-form input,
.popup-form select {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

.popup-form button[type="submit"] {
    width: 100%;
    padding: 10px;
    background: #4B3CE4;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.popup-form button[type="submit"]:hover {
    background: linear-gradient(90deg, #3419AC 0%, #9822C7 100%);
}

.checkbox-group {
    display: flex;
    gap: 20px;
    /* Add spacing between checkboxes */
    flex-wrap: wrap;
    /* Ensure layout adjusts for smaller screens */
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 5px;
    /* Add spacing between checkbox and text */
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

/* Two-Column Layout */
.form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.form-column {
    flex: 1;
}

.form-column-full {
    flex: 1;
    width: 100%;
}

/* Close Icon Styling */
.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.close-icon svg {
    fill: #000;
    width: 35px;
    height: 38px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .popup-form {
        width: 90%;
        max-height: 80vh;
        /* Adjust height to fit smaller screens */
        padding: 15px;
        overflow-y: auto;
        /* Ensures content inside is scrollable */
    }

    .popup-form button[type="submit"] {
        font-size: 14px;
        padding: 8px;
    }

    .checkbox-group {
        flex-direction: column;
        gap: 10px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .popup-form label,
    .popup-form input,
    .popup-form select {
        font-size: 13px;
    }

    .close-icon svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .popup-form {
        width: 95%;
        max-height: 85vh;
        padding: 10px;
    }

    .popup-form button[type="submit"] {
        font-size: 14px;
    }

    .popup-form input,
    .popup-form select {
        font-size: 12px;
        padding: 8px;
    }

    .checkbox-group {
        gap: 5px;
    }

    .close-icon svg {
        width: 18px;
        height: 18px;
    }
}

.sofa-left {
    padding-left: 80px;
}





/* mont-details */
.bin0-1 {
    margin-top: 4rem;
}

.thumbnail-img {
    width: 100px;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
}

.bin0-1 {
    margin-top: 4rem;
    padding: 10px;
}

/* ✅ Main Image Styling */
#mainImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* ✅ Thumbnail Styling */
.thumbnail-img {
    width: 100px;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
}


/* ✅ Desktop View Fix */
@media (min-width: 769px) {
    .content-section {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .main-image-section {
        flex: 1;
        /* Main image takes equal space */
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .content-details {
        flex: 1;
        /* Content takes equal space */
        padding-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .thumbnail-container {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        margin-top: 10px;
    }
}

/* ✅ Mobile View – Keep Current Styling */
@media (max-width: 768px) {

    .product-ace {
        margin-top: 8rem !important;
    }

    .content-section {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .thumbnail-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        justify-content: center;
    }

    .thumbnail-img {
        width: 80% !important;
        max-width: 100% !important;
    }

    .content-details {
        padding: 0;
        text-align: left;
    }

    .display-5 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 8px;
        text-align: center;
    }

    .fs-5,
    .fs-6 {
        font-size: 14px;
    }

    .text-warning,
    .text-secondary {
        font-size: 14px;
        text-align: center;
    }

    .sem-p {
        margin-left: 7rem;
    }

    .sem-p1 {
        padding-left: 0px !important;
    }

    .img-01 {

        margin-top: 10px;
    }

    .bin0-1 {

        padding: 10px;
    }

    .direct-contact {

        justify-content: center !important;

    }

}

.sem-p1 {
    padding-left: 73px;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;

    z-index: 1000;
    /* Ensure it stays above other elements */

}

.about-header {
    text-align: left;
}

.slick-prev {
    display: none !important;
}

.slick-next {
    display: none !important;
}

/* Change color when scrolling */

.pt-101 {
    padding-top: 6px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .SME-sofa-year-achivement-line {
        top: 0px !important;
        margin-top: 9.2rem !important;
    }

    .row {
        flex-direction: row !important;
    }

    .text-md-end {
        text-align: center;
        padding-left: 0rem !important;
    }
}

/* Target iPad Mini (6th Gen) in portrait mode (768px) */
/* iPad Mini Portrait Mode */
@media only screen and (min-width: 744px) and (max-width: 834px) and (orientation: portrait) {
    .SME-sofa-year-achivement-line {
        top: 5px !important;
        margin-top: 9rem !important;
    }

    .text-md-end {
        text-align: left !important;
        padding-left: 14rem !important;
    }

    .content-section {
        flex-flow: column;
    }
    .dropdown{
        margin-left: 18rem !important;
     }
}

/* iPad Mini Landscape Mode */
@media only screen and (min-width: 1024px) and (max-width: 1180px) and (orientation: landscape) {
    body .SME-sofa-year-achivement-line {
      top: 5px !important;
      margin-top: 9rem !important;
    }

    .text-md-end {
        text-align: left !important;
        padding-left: 14rem !important;
    }

    .content-section {
        flex-flow: column;
    }

    .previous-btn1 {

        width: 45% !important;
    }

    .product-ace {
        margin-top: 8rem !important;
    }

    .vision-section {
        left: 94px !important;
    }
    .product-img{
        height: 12vh;
    }
    .custom-submit-btn {
      
        margin-left: 0rem !important;
        
    }
    .custom-enquiry-heading {
        font-size: 50px;
        
    }
    .dropdown {
        margin-left: 0rem !important;
    }
   
    

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .previous-btn1 {
        width: 45% !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .navbar-nav {
        width: 75% !important;
    }

    .navbar-nav .nav-link {
        color: #f5e4c3 !important;
        padding: 10px 14px !important;
        font-size: 16px;
        padding: 10px 15px;
    }

    .SME-sofa-year-achivement-line {
        top: 0px !important;
        margin-top: 9.2rem !important;
    }

    .text-md-end {
        text-align: end !important;
        padding-left: 14rem !important;
    }

    .content-section {
        flex-flow: nowrap;
    }
    
}



/* Target iPad Air (5th Gen) and similar tablets (820px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {

    .sem-p1 {
        padding-left: 0px;
    }

    .show {
        display: block !important;
        background: rgba(55, 55, 55, 0.4);
    }

    .previous-btn {
        background-color: #444;
        /* Button color */
        color: white;
        /* Text color */
        padding: 10px 30px;
        border: none;
        cursor: pointer;
        font-size: 16px;
        border-radius: 50px;
        margin-top: 10px;
        left: 20px;
        /* Aligns to the left */



    }

    .direct-contact {

        padding-right: 0rem !important;

    }
    .social-icons {
        padding-left: 0px !important;
    }
    .text-md-end {
        text-align: right !important;
        padding-left: 0rem !important;
    }
    .dropdown{
        margin-left: 18rem;
     }
     .SME-sofa-year-achivement-line {
        top: 5px !important;
        margin-top: 13rem !important;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .navbar-nav {

        width: 100% !important;
    }

    .show {

        background-color: transparent !important;
    }

    .story-content {

        margin-left: 6px;

    }

    .mobile-only {
        display: none !important;

    }
    
    
    
}

.previous-btn {
    background-color: #444;
    /* Button color */
    color: white;
    /* Text color */
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 10px;
    left: 20px;
    /* Aligns to the left */



}

.previous-btn:hover {
    background-color: #2d2726;
}

.previous-btn1 {
    background-color: #444;
    /* Button color */
    color: white;
    /* Text color */
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 10px;
    left: 20px;
    /* Aligns to the left */
    width: 35%;




}

.previous-btn1:hover {
    background-color: #2d2726;
}

.product-ace {
    margin-top: 8rem;
}

.direct-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* Align to the left */
    gap: 10px;
}

.contact-button {
    background-color: #008CBA;
    /* Blue color */
    color: white;
    border: none;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.contact-button:hover {
    background-color: #005f73;
    /* Darker shade on hover */
}

.btn-10 {
    margin-top: -17px;
    padding: 0px;
    width: 38px;
}
.dropdown-item {
    padding: 8px 20px;
    display: block;
    color: #000;
    text-decoration: none;
  }

  .dropdown-item:hover {
    background-color: #f1f1f1;
  }


  /* popupbox */

  .popup-box {
    background-color: #333;
    width: 570px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    position: relative;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: -30px;
    right: -10px;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}

/* Progress Bar Container */
.progress-bar {
    background-color: #666;
    /* Fixed grey background color */
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    height: 20px;
    width: 100%;
    overflow: hidden;
    /* Clip overflowing animated part */
}

/* Static Progress */
.progress-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    /* Set target width of progress */
    height: 100%;
    background-color: #a0c230;
    /* Progress color */
    border-radius: 0px;
}

/* Animated Slash Effect */
.progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 79%;
    height: 100%;
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-size: 20px 20px;
    /* Size of stripes */
    animation: slashing 1.5s linear infinite;
    /* Animation for slashing effect */
}

/* Slash Animation */
@keyframes slashing {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }
}


#openPopup {
    padding: 10px 20px;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    margin: 20px;
}

/* Overlay background */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}

/* Style the popup form */
 /* Overlay Background */
 .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

/* Popup Box */
.popup-box {
    background-color: #333;
    width: 570px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    position: relative;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: -30px;
    right: -10px;
    font-size: 60px;
    color: #fff;
    cursor: pointer;
}

/* Progress Bar Container */
.progress-bar {
    background-color: #666;
    /* Fixed grey background color */
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    height: 20px;
    width: 100%;
    overflow: hidden;
    /* Clip overflowing animated part */
}

/* Static Progress */
.progress-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    /* Set target width of progress */
    height: 100%;
    background-color: #a0c230;
    /* Progress color */
    border-radius: 0px;
}

/* Animated Slash Effect */
.progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 79%;
    height: 100%;
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    background-size: 20px 20px;
    /* Size of stripes */
    animation: slashing 1.5s linear infinite;
    /* Animation for slashing effect */
}

/* Slash Animation */
@keyframes slashing {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 40px 0;
    }
}

/* .popup-box */

.smetrader-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
  }
  .smetrader-popup-form {
    display: none;
    position: fixed;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 400px;
    z-index: 100;
  }
  .smetrader-popup-form label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
  }
  .smetrader-popup-form input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .smetrader-popup-form button {
    width: 100%;
    background-color: #ea2319;
    color: white;
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    cursor: pointer;
  }
  .smetrader-popup-form button:hover {
    background-color: #ffdd00;
    color: #000;
  }
  .smetrader-form-row {
    display: flex;
    flex-direction: column;
  }
  .smetrader-form-column-full {
    width: 100%;
  }
  .smetrader-close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .smetrader-close-icon svg {
    fill: #000;
    width: 24px;
    height: 24px;
  }.smetrader-logo-wrapper {
    text-align: center;
    margin: 20px 0;
  }
  .smetrader-logo-wrapper img {
    max-width: 100px;
    height: auto;
    display: inline-block;
  }
  .smetrader-form-row.dual-column {
    display: flex;
    flex-direction: row;
    gap: 5px; /* spacing between country code and phone field */
    flex-wrap: wrap;
  }
  
  .smetrader-form-column {
    flex: 1;
    min-width: 38%; /* so it doesn’t squeeze too much on smaller screens */
  }
  #smetrader-countrycode{
    height: 42px !important;;
  }