/*==================================
* Author        : "ThemeSine"
* Template Name : Sinemkt  HTML Template
* Version       : 1.0
==================================== */

/*==================================
font-family: 'Roboto', sans-serif;
==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Populer-post
5.  New-arrivals  
6.  Sofa-coolection
7.  Features
8.  Blog
9.  Clients
10. News-letter
11. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #a09e9c;
    background: #fff;
    text-transform: capitalize;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

a,
a:hover,
a:active,
a:focus {
    display: inline-block;
    text-decoration: none;
    color: #616060;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #5f5b57;
    font-size: 18px;
    font-weight: 500;
}

p {
    margin: 0;
    color: #4b4743;
    font-size: 13px;
    line-height: 1.4;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul li {
    list-style: none;

}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}

button {
    background: transparent;
    border: 0;
}

html,
body {
    height: 100%;
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}
.navbar-header {
    float: right;
}
nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    float: left;
}

.all-product-image {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .mainshop {
    background-color: #f9f9f9; /* Light background for better contrast */
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .overlay-img-category img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    position: absolute;
    top: 10px;
    right: 10px;
  }

/* section-header */
.section-header {
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.section-header h2 {
    font-size: 30px;
    font-weight: 500;
}

.section-header h2 span {
    text-transform: lowercase;
}

/* section-header */

/*=============Style css=========*/

/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}

.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    padding: 25px 0px;
}

/*.navbar-brand*/
.navbar-header a.navbar-brand,
.navbar-header a.navbar-brand:hover,
.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #616060;
    font-size: 24px;
    font-weight: 500;
    padding: 45px 0px;
    text-transform: capitalize;

}

.logo-image {
    width: 150px;
    filter: drop-shadow(1px 0px 0px #ccc) !important;
}

.input-feild {
    width: 100%;
    resize: vertical;
}

.new-btn {
    width: 100%;
    background: #e99c2e;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

.close-btn {
    position: absolute;
    top: 9px;
    right: 13px;
}

/* Dropdown styling */
.dropdown1 {
    position: relative !;
}

.dropdown-menu12 {
    display: none;
    position: absolute;
    top: 135px;
    left: -100%;
    background-color: white;
    min-width: 200px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: none !important;
}
.highlight{
    color: #e99c2e;
    background-color: #f9f9f9;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 4px;
    border-right: 4px solid #e99c2e;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 1.4;
}

.dropdown-menu12 li {
    list-style: none;
}

.dropdown-menu12 li a {
    color: #555;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-menu12 li a:hover {
    background-color: #f0f0f0;
    /* Highlight on hover */
}

/* Show dropdown on hover */
.dropdown1:hover .dropdown-menu12 {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.navbar-header a.navbar-brand span {
    display: inline-block;
    color: #e99c2e;
    text-transform: capitalize;
}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
    padding: 30px 0px;
}

/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav>li>a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav>li>a {
    padding: 57px 25px;
    cursor: pointer;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus {
    color: #e99c2e;
}

nav.navbar.bootsnav ul.nav>li.active>a {
    color: #e99c2e;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "";
}

nav.navbar.bootsnav ul.nav>li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}

.wrap-sticky nav.navbar.bootsnav.sticked ul.nav>li>a {
    padding: 30px 25px;
}

/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design {
    overflow-y: scroll;
    height: 350px;
}

.menu-ui-design::-webkit-scrollbar {
    width: 5px;
}

.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.menu-ui-design::-webkit-scrollbar-thumb {
    background-color: #e99c2e;
}

/*.menu-ui-design*/

/*.attr-nav*/
.attr-nav {
    position: relative;
    top: 5px;
}

.attr-nav>ul>li>a {
    color: #616060;
    padding: 44px 15px;
    font-size: 18px;
    font-weight: 500;
}

.attr-nav>ul>li>a:hover {
    color: #e99c2e;
}

.wrap-sticky nav.navbar.bootsnav.sticked .attr-nav>ul>li>a {
    padding: 28px 15px;
}

/*.attr-nav*/

/*badge*/
.badge {
    background-color: #e99c2e;
    border: 2px solid #e99c2e;
}

.attr-nav>ul>li>a span.badge {
    margin-top: -25px;
    width: 20px;
    height: 20px;
    padding-top: 3px;
}

/*.badge*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #e99c2e;
    padding: 10px;
    top: 0;
}

nav.navbar.bootsnav .navbar-toggle i {
    color: #e99c2e;
}

/*.navbar-toggle */

/*.cart-list*/
ul.dropdown-menu12.cart-list {
    height: 232px;
    overflow-y: scroll;
    border-radius: 3px;
}

ul.cart-list>li img {
    width: 50px;
    height: 50px;
    border: transparent;
}

.s-cate::-webkit-scrollbar {
    width: 5px;
}

.s-cate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}

.s-cate::-webkit-scrollbar-thumb {
    background-color: #e99c2e;
}

.single-cart-list {
    position: relative;
    display: flex;
}

ul.cart-list>li {
    border-bottom: solid 1px #ebebeb;
    padding: 20px !important;
}

ul.cart-list>li:last-child {
    border-bottom: 0;
}

.attr-nav ul.cart-list>li>a:hover {
    border-left: 2px solid transparent !important;
}

.dropdown-menu.cart-list h6 a {
    color: #43465d;
    font-size: 12px;
    line-height: 1.3;
}

.cart-list-txt p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8;
}

ul.cart-list>li .price {
    font-weight: 300;
}

.cart-close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
}

ul.cart-list>li.total>span {
    padding-top: 0px;
    position: relative;
    top: 4px;
}

ul.cart-list>li.total span {
    color: #43465d;
    font-size: 14px;
    font-weight: 500;
}

ul.cart-list>li.total {
    background-color: #fff;
    padding-bottom: 20px !important;
}

.btn-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e99c2e;
    border: 1px solid #e99c2e;
    width: 80px;
    height: 30px;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 3px;
}

/*.cart-list*/

/*.packages-price */
.packages-price p {
    position: relative;
    color: #616060;
    font-size: 16px;
    font-weight: 500;
}

.packages-price del,
.packages-price span {
    color: #bbb9b9;
    font-size: 16px;
    font-weight: 500;
}

.packages-price del {
    margin-left: 10px;
}

/*.packages-price */

.single-new-arrival-bg img{
    width: 100%;
    height: 330px;
}

/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    z-index: 1;
    background: #f8f9fd;
}

.header-area {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 5px 11px 3px -9px #ebebed;
}

.single-slide-item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.single-slide-item.slide1 {
    background: transparent;
}

.single-slide-item.slide2 {
    background: transparent;
}

.single-slide-item.slide3 {
    background: transparent;
}

/*welcome-hero-content*/
.single-welcome-hero {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 920px;
}

.welcome-hero-txt h4 {
    color: #998d80;
    font-size: 24px;
    font-weight: 400;
}

.welcome-hero-txt h2 {
    font-size: 48px;
    color: #616060;
    font-weight: 400;
    margin: 20px 0 22px;
}

.welcome-hero-txt p {
    margin: 35px 0 20px;
}

.welcome-hero-txt .packages-price p {
    margin: 0;
    padding-left: 35px;
}

.packages-price p:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 1px;
    background: #616060;
    top: 45%;
    left: 0;
}

.btn-cart.welcome-add-cart,
.btn-cart.welcome-add-cart.welcome-more-info {
    width: 170px;
    height: 60px;
    line-height: 60px;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 34px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-inner-populer-product-txt {
    text-align: left;
}

.btn-cart.welcome-add-cart span {
    text-transform: lowercase;
}

.btn-cart.welcome-add-cart span.lnr.lnr-plus-circle {
    position: relative;
    top: 0px;
    font-size: 16px;
    margin-right: 5px;
}

.btn-cart.welcome-add-cart.welcome-more-info {
    color: #e99c2e;
    background: transparent;
    border: transparent;
}

.btn-cart.welcome-add-cart:hover {
    color: #e99c2e;
    background: transparent;
    border: 1px solid #e99c2e;
}

.btn-cart.welcome-add-cart.welcome-more-info:hover {
    background: transparent;
    color: #e99c2e;
    border: 1px solid #e99c2e;
}

/*welcome-hero-content*/

/* .carousel-indicators */
.carousel-indicators {
    bottom: 4.5%;
}

.carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 12px 10px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #e99c2e;
    border-radius: 50%;
}

.carousel-indicators li>span.small-circle {
    position: absolute;
    top: -1px;
    left: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #e99c2e;
    border-radius: 50%;
}

.carousel-indicators li.active>span.small-circle {
    top: 3px;
    left: 3px;
    background-color: #e99c2e;
}

.carousel-indicators .active {
    position: relative;
    top: 4px;
    width: 16px;
    height: 16px;
    margin: 12px 10px 0 0;
    background-color: transparent;
    border: 1px solid #e99c2e;
}

/* .carousel-indicators */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* .carousel-fade */

/*-------------------------------------
        4. Populer-post
--------------------------------------*/
.populer-products {
    padding: 100px 0 0;
}

.single-populer-products {
    position: relative;
    min-height: 280px;
    background: #f8f9fc;
    text-align: center;
    overflow: hidden;
}

.single-populer-product-img.mt40 {
    margin-top: 40px;
}

.single-inner-populer-products {
    margin-top: 40px;
    padding: 0 45px 0 30px;
    text-align: center;
}

.moveee {
    margin: auto;
}

.single-populer-products h2 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #5f5b57;
    margin: 25px 0 22px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-populer-products:hover h2 a {
    color: #e99c2e;
}

.single-populer-products-para {
    height: 50px;
    overflow: hidden;
    display: inline-block;
}

.single-populer-products-para p {
    font-size: 14px;
    padding: 0px 20px;
    text-transform: initial;
}

.single-inner-populer-product-txt {
    margin-top: 8px;
}

.single-populer-products .single-inner-populer-product-txt h2 a {
    margin: 0;
}

.single-inner-populer-product-txt span {
    text-transform: lowercase;
}

.single-inner-populer-product-txt p {
    font-size: 14px;
    margin: 18px 0 13px;
}

.populer-products-price h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: initial;
}

.populer-products-price h4 span {
    color: #e99c2e;
}

.btn-cart.welcome-add-cart.populer-products-btn {
    width: 118px;
    height: 40px;
    line-height: 40px;
    color: #5f5b57;
    background: transparent;
    border: 1px solid #5f5b57;
    font-size: 14px;
    margin-top: 23px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-populer-products:hover .btn-cart.welcome-add-cart.populer-products-btn {
    color: #fff;
    background: #5f5b57;
    border: 1px solid #5f5b57;
}

/*-------------------------------------
        5. New-arrivals 
--------------------------------------*/
.new-arrivals {
    padding: 85px 0 70px;
}

.new-arrivals-content {
    margin-top: 80px;
}

.single-new-arrival {
    margin-bottom: 50px;
    padding: 10px;
    box-shadow: 1px 1px 6px 1px;
    border-radius: 5px;
}

.neaspan {
    font-size: 15px;
    color: #e51313;
    text-decoration: line-through;
}

.single-new-arrival-bg {
    position: relative;
    min-height: 310px;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.overlay-img{
    position: absolute;
    top: 211px;
    right: 21px;
}
.overlay-img-category {
    position: absolute;
    top: 120px;
    right: 21px;
    z-index: 99999;
}

.overlay-img-category img {
    width: 120px;
}
/* .main-overlay{
    position: absolute;
    top: 10px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 11%), rgb(0 0 0 / 14%));
    width: 241px;
    z-index: 9999;
    min-height: 323px;
    left: 26px;
    right: 0;
}  */
.overlay-img img{
    width: 120px;
}

.sale {
    position: absolute;
    top: 10px;
    right: 0;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.sale p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.2;
}

.sale.bg-1 {
    background: #d8924c;
}

.sale.bg-2 {
    background: #47d93c;
}

.new-arrival-cart {
    position: absolute;
    bottom: -14px;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #33383c;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity: 0;
    visibility: hidden;
}

.new-arrival-cart p {
    float: left;
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 3;
    cursor: pointer;
}

.testimonial-cards {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.testimonial-cards h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
}

/* Container for Cards */
.card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 columns */
    gap: 30px;
    justify-items: center;
}

/* Individual Testimonial Card */
.testimonial-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 280px;
    /* Max width of each card */
    text-align: center;
}

.client-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}

.testimonial-text {
    font-size: 13px;
    color: #555;
    height: 168px;
}

.client-name {
    font-weight: bold;
    font-size: 16px;
    color: #e99c2e;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
        /* 3 columns on medium screens */
    }
}

@media only screen and (max-width: 768px) {
    .card-container {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns on tablets */
    }

    .testimonial-text {
        font-size: 14px;
        height: 205px;
    }

    .client-name {
        font-size: 14px;
    }

    .client-image {
        width: 70px;
        height: 70px;
    }

  

    .new-btn1 {
        font-size: 13px;
        background: #e99c2e;
        color: #fff;
        padding: 3px 10px;
        margin-left: 0px !important;
        border: none;
        width: 100%;
    }
    .flaex-box {
        display: block !important;
    }
    .highlight {
        color: #e99c2e;
        background-color: #f9f9f9;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 4px;
        border-right: 4px solid #e99c2e;
        padding: 2px 6px;
        font-size: 11px;
        line-height: 1.4;
    }
    nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
        float: left;
        margin: 0;
        padding: 0;
        text-align: right;
    }
    .blog-content1 {
        text-align: right;
    }
    .icon-mi {
        margin-bottom: 20px !important;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .hm-foot-title h4 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px !important;
    }
    .single-feature, .single-blog {
        margin-bottom: 30px;
        padding: 5px;
        box-shadow: 1px 1px 6px 1px;
        border-radius: 5px;
        text-align: right;
    }
    .sofa-collection-txt {
        position: relative;
        max-width: 596px;
        z-index: 1;
        text-align: right;
    }
}
.hm-footer-widget {
    margin-bottom: 30px;
    text-align: right;
}
.sofa-collection-txt {
    position: relative;
    max-width: 596px;
    z-index: 1;
    text-align: right;
}
.single-new-arrival {
    margin-bottom: 50px;
    padding: 10px;
    box-shadow: 1px 1px 6px 1px;
    border-radius: 5px;
    text-align: right;
}
.single-feature-txt, .single-blog-txt {
    margin-top: 8px;
    text-align: right;
}
.right-item {
    width: 60%;
    border: 1px solid #ccc;
    padding: 0px 14px;
    box-shadow: 0px 1px 4px 0px;
    border-radius: 5px;
    margin-bottom: 40px;
    text-align: right;
}
.input-group input {
    width: 100%;
    padding: 6px 8px;
    outline: none;
    color: #000;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-align: right;
}
.left-item {
    width: 40%;
    border: 1px solid #ccc;
    padding: 18px 14px;
    box-shadow: 0px 1px 4px 0px;
    border-radius: 5px;
    height: 193px;
    text-align: right;
}
.flex-wrsap2 {
    display: flex;
    flex-wrap: wrap;
}

.label-main {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #000;
    font-weight: 400;
    float: right;
}

.needs {
    margin-bottom: 30px;
    color: #e99c2e;
    font-size: 21px;
    margin-top: 20px;
    text-align: center;
}

.main-form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #ddd;
    z-index: 1000;
    width: 400px;
}

@media (max-width: 480px) {
    .card-container {
        grid-template-columns: 1fr;
        /* 1 column on mobile screens */
    }

    .testimonial-text {
        font-size: 14px;
    }

    .client-name {
        font-size: 12px;
    }

    .client-image {
        width: 60px;
        height: 60px;
    }

    .main-form {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 14px;
        border: 1px solid #ddd;
        z-index: 1000;
        width: 350px;
    }

    .needs {
        margin-bottom: 25px;
        color: #e99c2e;
        font-size: 19px;
        margin-top: 21px;
        text-align: center;
    }

    .input-feild {
        width: 100%;
        padding: 14px 6px;
        color: #000;
        resize: vertical;
    }
    .product-info form {
        margin-top: -88px;
    }
    .left-item {
        width: 100%;
        text-align: right;
    }
    .right-item {
        width: 100%;
        margin: inherit;
        text-align: right;
    }
    .single-new-arrival {
        margin-bottom: 50px;
        padding: 5px;
        box-shadow: 1px 1px 6px 1px;
        border-radius: 5px;
        text-align: right;
    }
    .message-field {
        height: 100px;
    }
}
.mond{
    display: flex;
}
.mar {
    margin-top: 180px;
}

.whatsapp-btn {
    background-color: #1bd741;
    color: white !important;
    padding: 10px 10px !important;
    text-decoration: none !important;
    margin-top: 20px !important;
    align-items: center;
    display: flex !important;
    gap: 10px !important;
    border-radius: 50% !important;
}
.mon-padding{
    padding: 0 !important;
}
.whatsapp-btn .icon-what {
    font-size: 30px !important;
}

.whatfixed {
    position: fixed;
    left: 24px;
    bottom: 30px;
    z-index: 999;
}

@-webkit-keyframes video-out {
    100% {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0
    }
}

@keyframes video-out {
    100% {
        top: -30px;
        right: -30px;
        bottom: -30px;
        left: -30px;
        opacity: 0
    }
}

.whatsapp-btn::before {
    content: '';
    position: absolute;
    box-shadow: #1bd741 0 0 20px;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation-name: video-out;
    animation-name: video-out;
    opacity: 1;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

#relatev {
    position: relative !important;
}

.my-mobb {
    display: block;
}
.my-mobb{
    display: flex !important;
    gap: 2px;
}
.flaex-box {
    margin-top: 15px !important;
    display: flex;
    align-items: center !important;
    float: right;
}

.respon{
   display: none !important;
}


.new-arrival-cart p a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.new-arrival-cart p span.lnr.lnr-cart {
    margin-right: 10px;
}

.new-arrival-cart p span {
    text-transform: lowercase;
}

p.arrival-review span {
    margin-right: 15px;
}

.single-new-arrival-bg:hover .new-arrival-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
}

.single-new-arrival h4 a {
    color: #5f5b57;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 4px;
}

.arrival-product-price {
    color: #5f5b57;
    font-size: 15px;
    font-weight: 400;
    margin-right: 11px;
}

.moso {
    margin: 0;
    color: #7a7570;
    font-size: 14px;
    line-height: 1.4;
}

.single-new-arrival:hover h4 a {
    color: #e99c2e;
}

/*-------------------------------------
        6. Sofa-coolection
--------------------------------------*/
#sofa-collection {
    position: relative;
    z-index: -1;
}

.sofa-collection {
    position: relative;
    display: flex;
    align-items: center;
    height: 600px;
    background-position: center;
    background-size: cover;
}

.sofa-collection.collectionbg1 {
    background: url(../images/collection/sofa-collection-banner.jpg)no-repeat;
}

.sofa-collection.collectionbg2 {
    background: url(../images/collection/table-banner.jpg)no-repeat;
}

.sofa-collection:before,
.sofa-collection:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 33.4%;
    background: rgba(51, 59, 62, .95);
}

.sofa-collection:after {
    background: rgba(106, 119, 129, .3);
    left: auto;
    right: 0;
    width: 66.6%;
}

.sofa-collection-txt {
    position: relative;
    max-width: 596px;
    z-index: 1;
}

.sofa-collection-txt h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}

.sofa-collection-txt h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.sofa-collection-txt h4 span {
    color: #e99c2e;
}

.sofa-collection-txt p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0 10px;
}

.sofa-collection-price {
    margin-bottom: 3px;
}

.btn-cart.welcome-add-cart.sofa-collection-btn {
    height: 50px;
    line-height: 50px;
}

/*-------------------------------------
        7. Features
--------------------------------------*/
.feature {
    padding: 110px 0 0px;
}

.feature-content,
.blog-content {
    margin-top: 75px;
}

.single-feature,
.single-blog {
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 1px 1px 6px 1px;
    border-radius: 5px;
    height: 455px;
}

/*.single-feature-txt */
.single-feature-txt,
.single-blog-txt {
    margin-top: 8px;
}

.single-feature-txt p i {
    color: #efce4a;
    margin-left: 5px;
}

span.spacial-feature-icon i {
    color: #a9a9a9;
}

span.feature-review {
    margin-left: 10px;
}

.single-feature-txt p {
    font-size: 14px;
}

.single-feature-txt h3 a,
.single-blog-txt h2 a {
    color: #5f5b57;
    margin: 5px 0px 3px;
}

.single-feature-txt h5 {
    color: #5f5b57;
    font-weight: 400;
}

/*.single-feature-txt */

/*-------------------------------------       
        8.  Blog
--------------------------------------*/
.blog {
    padding: 80px 0;
}

/*.single-blog*/
.single-blog {
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.single-blog-img img {
    width: auto;
    height: auto;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: .3s linear;
}

.single-blog:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.single-blog-img-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}


/* Swiper Slide Styles */
.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.all-product-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}



/* Shop Item Styling */
.mainshop {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 10px;
    width: 90%;
}

.overlay-img-category img {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Responsive Swiper Adjustments */
.swiper-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.swiper-pagination {
    margin-top: 15px;
}

.swiper-button-next, .swiper-button-prev {
    color: #000;
}

/* Typography */
.sopcategory {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.heds {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
}

.curder {
    text-decoration: none;
    color: inherit;
}

.curder:hover {
    color: #e99c2e; /* Add hover effect to links */
}

/* Media Queries */
@media (max-width: 768px) {
    .all-product-image {
        max-height: 178px; /* Adjust image height for smaller devices */
        background-size: cover;
        border-radius: 5px 5px 0px 0px;
    }
    .mainshop {
        width: 100%;
    }
    .section-header {
        position: relative;
        text-align: center;
        margin-bottom: 34px;
    }
}
.single-blog:hover .single-blog-img-overlay {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.single-blog-txt h2 a {
    text-transform: initial;
    margin: 0 0 15px 0;
}

.single-blog-txt h3,
.single-blog-txt h3 a {
    color: #bcb7b2;
    font-size: 14px;
    font-weight: 400;
}

.single-blog-txt h3 a {
    margin: 0;
}

.single-blog-txt p {
    font-size: 13px;
    margin-top: 20px;
    color: #95908b;
}

.single-blog:hover .single-blog-txt h2 a {
    color: #e99c2e;
}

/*.single-blog*/

/*-------------------------------------
        9. Clients
--------------------------------------*/
.clients {
    background: #f8f9fd;
    display: flex;
    align-items: center;
    height: 220px;
}

.clients .item {
    text-align: center;
}

/*-------------------------------------
        10. News-letter
--------------------------------------*/

.hm-footer-widget {
    margin-bottom: 30px;
    text-align: right;
}

.hm-foot-title h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 45px;
}

.hm-foot-menu ul li a {
    color: #a09e9c;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.hm-foot-menu ul li a:hover {
    color: #e99c2e;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.hm-foot-para p {
    font-size: 14px;
    text-transform: initial;
    margin-bottom: 25px;
}

/*hm-foot-email*/
.hm-foot-email {
    position: relative;
}

.foot-email-box .form-control {
    background: #fff;
    display: block;
    padding: 25px 15px;
    outline: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    border: 0;
}

.foot-email-box input[type="text"] {
    font-size: 14px;
    color: #bcb7b2;
}

.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #e99c2e;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-email-box .form-control:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
}

/*hm-foot-email*/


/*-------------------------------------
        11. Footer
--------------------------------------*/
.footer {
    background: #f8f9fd;
    display: flex;
    align-items: center;
    padding: 12px 0px;
}

.hm-footer-copyright p,
.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
}

.footer-social a i {
    color: #a4aaaf;
    margin: 0 18px 24px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer-social i:hover {
    color: #e99c2e;
}

/*===============================
    Scroll Top
===============================*/
#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #e99c2e;
    border: 1px solid #e99c2e;
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

#scroll-Top .return-to-top:hover {
    background: #fff;
    color: #e99c2e;
    border: 1px solid #e99c2e;
}

#scroll-Top .return-to-top i {
    position: relative;
    bottom: 0;

}

#scroll-Top .return-to-top i {
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.max-mar {
    margin-bottom: 14px;
}

.max-mar span {
    margin-right: 11px;
    color: #a09eb5;
}

/* Social icons container */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #3b5998;
    display: block;
    align-content: center;
    text-align: center;
    border-radius: 50%;
}

.instagram-social {
    display: block;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    width: 40px;
    height: 40px;
}

.social-twiter {
    width: 40px;
    height: 40px;
    background: #000000;
    display: block;
    align-content: center;
    text-align: center;
    border-radius: 50%;
}

/* Brand colors for each icon */
.social-icon.facebook i {
    color: #fff;
}

.instagram-social.instagram i {
    color: #fff;
}

.social-twiter i {
    color: #fff;
}

/* Hover effect */
.social-icon:hover i {
    color: #fff;
    /* Hover color */
}

.social-media {
    display: flex;
    gap: 20px;
}


/* Default Flex Layout */
.row {
    display: flex;
    flex-wrap: wrap;
}

/* For larger screens, the layout stays the same */
.col-sm-7 {
    order: 1;
    /* Text Column */
}

.col-sm-5 {
    order: 2;
    /* Image Column */
}


@media only screen and (max-width: 768px) {
    .respon{
        display: block !important;
     }
    .section {
        padding: 20px !important;
        max-width: 1200px;
        margin: auto;
        background: white;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .overlay-img-category {
        position: absolute;
        top: 150px;
        right: 9px;
    }
    .overlay-img-category img {
        width: 85px;
    }

        .overlay-img {
            position: absolute;
            top: 96px;
            right: 10px;
        }
    .overlay-img img {
        width: 90px;
    }

    /* Reversing the order of text and image on small screens */
    .col-sm-7 {
        order: 2;
        /* Image Column goes second */
    }

    .mainshop img {
        height: 230px;
        width: 100%;
        background-size: cover;
        margin-bottom: 2px !important;
    }

    .col-sm-5 {
        order: 1;
        /* Text Column goes first */
    }

    .welcome-hero-img {
        margin-top: 110px;
    }

    .nsod {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .logo-image {
        max-width: 80px;
        height: auto;
        margin-bottom: 0px !important;
        filter: drop-shadow(4px 4px 3px #ccc);
    }

    .language-color {
        display: block !important;
    }

    .neaspan {
        font-size: 10px;
        color: #e51313;
        text-decoration: line-through;
    }

    .arrival-product-price {
        color: #5f5b57;
        font-size: 10px;
        font-weight: 400;
        margin-left: 11px;
    }

    .single-new-arrival h4 a {
        color: #5f5b57;
        font-size: 14px;
        font-weight: 500;
        margin: 9px 0 9px;
    }

    .single-feature-txt p {
        font-size: 8px;
    }

    .single-feature-txt h3 a,
    .single-blog-txt h2 a {
        color: #5f5b57;
        margin: 8px 0px 6px;
    }

    a,
    a:hover,
    a:active,
    a:focus {
        display: inline-block;
        text-decoration: none;
        color: #616060;
        font-size: 12px;
        padding: 0;
        font-weight: 500;
    }
    @media (max-width: 768px) {
        .dropdown-menu12 {
          display: none; /* Initially hidden on mobile */
          position: static;
          opacity: 1;
          transform: none;
          flex-direction: column;
          background-color: #fff;
          transform: translateY(-10px);
           transition: opacity 0.3s ease, transform 0.3s ease;

        }
      
        .dropdown-menu12.show {
          display: flex; 
          opacity: 1;
          transform: translateY(0);
        }
        .dropdown1 .maib::after {
            content: "+";
            margin-left: 10px;
            font-size: 20px;
            transition: transform 0.3s ease;
          }
          .dropdown1 .show + a::after {
            content: "-";
            transform: rotate(45deg); /* Optional: rotation effect */
          }
      }
}

.language-color {
    display: none;
}

.inputt {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: none;
    background: #fdfdfd;
    outline: none;
    color: #000;
    margin-top: 10px;
}

.btn-new {
    padding: 9px 24px;
    background: #e99c2e;
    color: #fff;
    border-radius: 22px;
    margin-top: 10px;
}

.newsletter {
    background: #f8f9fd;
    padding: 60px 0px 32px 0px;
    border-bottom: 2px solid #ffff;
    margin-top: 0px !important;
}

.new-bed {
    width: 150px;
    margin: auto;
}

.sopcategory {
    margin-top: 100px;
    text-align: center;
    font-size: 35px;
    margin-bottom: 40px;
}

.mainshop {
    box-shadow: 1px 1px 3px 1px;
    padding: 10px;
    border-radius: 5px;
}

.mainshop img {
    height: 230px;
    width: 100%;
    background-size: cover;
    margin-bottom: 10px;
}

.heds {
    font-size: 26px;
    text-align: center;

}

.language-color {
    color: #757576 !important;
}

.new-btn1 {
    font-size: 13px;
    background: #e99c2e;
    color: #fff;
    padding: 3px 10px;
    margin-left: 20px;
    border: none;
}


@keyframes example {
    0% {
        bottom: 0px;
    }

    100% {
        bottom: 7px;
    }
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}



/* Product Detail Section */
.product-detail {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 40px 0px;
    height: 700px;
}

/* Input Fields with Focus */
.paid {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.paid:focus {
    padding: 5px;
    border-color: #dab436e1; /* Gold border */
    box-shadow: 0 0 8px rgba(219, 152, 52, 0.8); /* Gold glow */
    outline: none; 
}

/* Product Image */
.product-image {
    flex: 2;
    max-width: 500px;
}

.product-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 100%;
}

/* Product Info */
.product-info {
    flex: 1;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.product-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.product-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.product-care {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

/* Price Information */
.product-price {
    font-size: 18px;
    margin-bottom: 20px;
}

.product-price .old-price {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 14px;
    color: #e74c3c;
}

.product-price .current-price {
    font-size: 14px;
    font-weight: bold;
    color: #888;
}

/* Contact Information */
.product-contact {
    margin-bottom: 20px;
}

.whatsapp-link {
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.whatsapp-link i {
    margin-right: 10px;
    font-size: 18px;
}

/* Inquiry Button */
.inquire-btn {
    background-color: #e99c2e;
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease;
}

.inquire-btn:hover {
    background-color: #cf8b27;
}

/* Image Heights */
.newheight {
    height: 50%;
    margin-bottom: 10px;
}

.newheight1 {
    height: 20%;
    text-align: right;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-detail {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .product-image,
    .product-info {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-info {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .product-title {
        font-size: 28px;
    }

    .product-description,
    .product-care {
        font-size: 14px;
    }

    .product-price .current-price {
        font-size: 22px;
    }

    .whatsapp-link {
        font-size: 14px;
    }
    .artt-logo {
        margin-left: -200px !important;
        display: flex;
        align-items: center;
        gap: 0px;
    }
}
  
/*========================Thank you=================

