    @import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
    --thm-dark: #002A38;
    --thm-green: #53a383;
    --thm-yellow: #F5F6BC;
    --thm-dark-green: #013e40;
    --thmred: #e91c24;
    --lightbluewhite: #eff4f7;
    --font2: "Poppins",sans-serif;
    --lightblue: #f6faff;
    font-family: var(--font2);
    --thm-blue: #6dcdf8;
}
.width-fit{
	width: fit-content;
}
.home .timmer ul{
display: flex;
list-style-type: none;
flex-wrap: wrap;
justify-content: center;
}
.home .offer-alert{
    margin: 15px;
}
.home .offer-alert p{
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.home .timmer ul li{
    width: 50px;
    height: 50px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    margin: 10px 5px;
    padding: 15px 15px 20px 15px;
    position: relative;
}
.home .timmer ul li::before{
    content: attr(data-text);
    position: absolute;
    font-size: 12px;
    text-align: center;
    bottom: 1px;
    width: 100%;
    left: 0;
}
.home .img img{
    width: 100%;
}
.thm-title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 36px;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-25{
    margin-top: 25px !important;
}
.mx-auto{
    margin-left: auto !important;
	margin-right: auto !important;
}
.ptb-20{
padding-top: 20px;
padding-bottom: 20px;
}
.ptb-45{
padding-top: 45px;
padding-bottom: 45px;
}
.pt-45{
    padding-top: 45px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-45{
    padding-bottom: 45px;
}
.text-center{
    text-align: center;
}
.thm-row{
    display: flex;
    flex-wrap: wrap;
}

img,
video{
    display: block;
    max-width: 100%;
}
.container-fluid{
    padding: 0px 15px;
    width: 100%;
}
.thm-btn,
.forminator-button{
    padding: 8px 15px;
    background-color: var(--thm-dark);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    display: block;
}
.icon{
    position: relative;
    padding-left: 38px;
}
.icon::before{
position: absolute;
content: '';
height: 20px;
width: 20px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
left: 10px;
top: 8px;
transition: all 0.5s;
}
.icon:hover::before{
transform: rotate(360deg);
}
.phone-icon::before{
background-image: url('https://neendmattress.com/wp-content/uploads/2025/06/icon-phone.svg');
}
.home{
    /* min-height: 100vh; */
    width: 100%;
    background: var(--thm-dark-green);
    transition: all 0.5s;
    position: relative;
    padding: 15px 0px 0px;
}
h1{
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 6px #0005;
}
.col-lg-12{
    padding: 0px 15px;
    width: 100%;
}
.home .header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home .header .thm-btn{
    border: 1px solid #fff;
    background-color: transparent;
    font-weight: 600;
}
.home .toggle-box input {
    --size: 40px;
    --diff: 5px;
    --width: 90px;
    height: var(--size);
    width: var(--width);
    appearance: none;
    position: relative;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #fff;
}
.home .toggle-box input::before{
    content: '';
    height: calc(var(--size) - var(--diff));
    width: calc(var(--size) - var(--diff));
    background-color: var(--thm-green);
    position: absolute;
    border-radius: 50%;
    top: calc(var(--diff)/2);
    left: var(--diff);
    transition: all 0.5s;
}
.home .toggle-box input:checked{
background-color: var(--thm-green);
border: 1px solid var(--thm-green);
}
.home .toggle-box input:checked::before{
        background-color:#fff;        
         left: calc(var(--width) - calc(var(--size)));
}
.home.active{
    background-color: #000;
}
.home,
.home *{
    transition: all 0.5s;
}
.home .moon{
    opacity: 0;
    height: 120px;
    width: 120px;
    position: absolute;
    left: calc(50% - 60px);
    top: 20px;
}
.home .moon img{
    border-radius: 50%;
}
.home.active .moon{
    opacity: 1;
}
.home .logo{

    display: flex;
}
.home .logo img{
	    max-width: 200px;
	width: 100%;
}
.home .logo svg {
    width: 45px;
    margin-right: 15px;
	display: none;
}

.home.active .logo {
    filter: brightness(30);
}
.products-sec ul{
display: flex;
width: 100%;
flex-wrap: wrap;
list-style-type: none;
}
.products-sec ul li{
    padding: 15px;
    margin: 5px 0px;
}
.products-sec .product-item .product-content-box{
    box-shadow: 0px 4px 30px rgb(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.products-sec .product-item .product-content-box .content {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
.products-sec .product-item .img-box {
    position: relative;
}
.products-sec .product-item .img-box p.rating {
    position: absolute;
    width: fit-content;
    bottom: 15px;
    left: 5px;
    padding: 5px 8px;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    font-weight: 500;
    line-height: 14px;
}
.products-sec .product-item .img-box img{
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.products-sec .product-item a{
    text-decoration: none;
        color: #000;
        font-weight: 600;
	
}
.products-sec .product-item a.thm-btn,
.products-sec .product-item a.add_to_cart_button{
background: var(--thm-dark);	
	color: #fff;
width: fit-content !important;
    padding: 6px 10px !important;
    font-weight: 500 !important;
	line-height: 24px;
}
.about-sec {
	background: #013943;
}
.about-sec .video-tag {
    border-radius: 30px;
    overflow: hidden;
	position: relative;
}
.about-sec .video-tag::before{
	content:'';
	height: 30px;
	width: 30px;
	position: absolute;
	top: 20px;	
	padding: 2px;
	background-color: #013943;
	right: 20px;
	border-radius: 50%;
	background-image: url('https://neendmattress.com/wp-content/themes/neendmattress/assets/images/svg/muted.svg');
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
}
.about-sec .video-tag.active::before{
	background-image: url('https://neendmattress.com/wp-content/themes/neendmattress/assets/images/svg/unmute.svg') !important;
}
.about-sec h2.thm-title{
	color: #fff;
}
.about-sec h2.thm-title span.clr-thm-yellow{
	color: #F5F6BC;
}
.about-sec  .content {
	padding: 15px;
}
.about-sec .content ul{
	list-style-type: none;
	margin: 15px 0px;
}
.about-sec  .content ul li {
    margin: 5px 0 10px;
    padding-left: 20px;
    position: relative;
	color: #fff;
}
.about-sec  .content .thm-btn{
	width: fit-content !important;
	background: #f5f5f5;
	color: var(--thm-dark);
	font-weight: 500;
}
.about-sec  .content ul li::before {
    height: 15px;
    width: 15px;
    min-width: 15px;
    position: absolute;
    content: '';
    background-image: url('../images/svg/tick.svg');
    background-size: contain;
    background-repeat: no-repeat;
   inset: 0;
	margin: auto 1px;
}
.products-sec .product-item h4 a{
    color: #000;
}
.products-sec .product-item  .img-box p.rating span:first-child {
    position: relative;
    padding-right: 20px;
}
.products-sec .product-item .img-box p.rating span:last-child {
    position: relative;
    padding-left: 20px;
}
.products-sec .product-item .img-box p.rating span:last-child:after{
    content: 'k';
}
.products-sec .product-item .img-box p.rating span:first-child:before {
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    background-image: url('https://neendmattress.com/wp-content/uploads/2025/05/star.svg');
    background-size: contain;
    right: 2px;
    top: 2.5px;
}
.products-sec .product-item .img-box p.rating span:last-child:before {
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    background-image: url('https://neendmattress.com/wp-content/uploads/2025/05/user-1.svg');
    background-size: contain;
    left: 2px;
    top: 2.5px;
}
.products-sec .product-item .content a.variation-img img{
    margin: 5px 0px;
}
.products-sec .product-item .content span.discount {
    background-color: var(--thmred);
    color: #fff;
    padding: 10px 4px 20px;
    display: block;
    width: fit-content;
    position: absolute;
    top: 0;
    right: 15px;
    text-align: center;
    overflow: hidden;
   clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0% 100%);
}
.products-sec .product-item .content span.discount::before{
    content: '';
    height: 15px;
    width: 100%;
    background-color: #fff;
    animation: updown 4s linear infinite;
    position: absolute;
    left: 0;
    transform: skew(305deg);
    filter: blur(15px);
}
@keyframes updown {
    from{
        top: -100%;
    }
    to{
        top: 100%;
    }
}

.products-sec .product-item .content span.discount span{
    display: block;
    font-weight: 600;
}
.products-sec .product-item .content a.thm-btn{
    color: #fff;
    background-color: var(--thm-dark);
    margin-top: 4px;
    display: block;
    margin: 8px auto 5px;
    /* width: fit-content; */
}
.products-sec .product-item .content span.woocommerce-Price-amount.amount{
font-weight: 600;
color: #013e40;
}
.products-sec .product-item .content .price del bdi{ 
font-weight: 400;
opacity: 0.9;
}
.features{
  
    /*color: #fff;*/
}
.products-sec{
	  background-color: #f6faff;
}
.features ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style-type: none;
}
.features ul li{
    text-align: center;
    padding: 0px 15px;
    margin: 15px auto 0px;
    font-size: 16px;
    font-weight: 500;
}
.features ul li img{ 
display: block;
margin: 5px auto;
width: 70px;
height: 70px;
}
.features ul li .title{
    font-weight: 600;
}
.testimonials{
    /*background-color: #f5f5f5;*/
}
.testimonials .google-review{
    display: flex;
    align-items: center;
    margin: 20px auto;
    width: fit-content;
}
.testimonials .google-review .count{
display: flex;
align-items: center;
flex-flow: column;
text-align: center;
}
.testimonials .google-review .rating{
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
}
.testimonials .google-review .people{
    color: var(--thm-green);
    font-weight: 500;
}
.testimonials .google-review .google-img{
    max-width: 120px;
	margin-left: 10px;
}
.testimonials .google-review .google-img .rating-stars {
    -webkit-mask-image: url('https://neendmattress.com/wp-content/uploads/2025/06/rating.svg');
    mask-image: url('https://neendmattress.com/wp-content/uploads/2025/06/rating.svg');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    width: 125px;
    height: 25px;
    --diff: 20%;
    background: linear-gradient(to right,  var(--clr-1) calc(var(--val) * var(--diff)), var(--clr-2) calc(var(--val) * var(--diff)));
    margin:5px  auto 0px;
}
.testimonials .testimonial-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.testimonials .testimonial-container .testimonial-item{
    max-width: 360px;
    width: 100%;
    padding: 15px 15px 30px 15px;
    box-shadow: 0px 4px 30px rgb(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 25px 10px 35px;
    background: var(--thm-dark);
	color: #fff;
    position: relative;
}
.testimonials .testimonial-container .testimonial-item::after {
    content: '';
    height: 30px;
    width: 30px;
    background: var(--thm-dark);
    position: absolute;
    bottom: -29px;
	left: 30px;
    clip-path: polygon(0 0, 30px 0px,0px 25px);
}
.testimonials .testimonial-container .testimonial-item::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 25px;
    background-image: url('https://neendmattress.com/wp-content/themes/neendmattress/assets/images/svg/only-google.svg');
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 5px;
    right: 10px;
}
.testimonials .testimonial-container .testimonial-item .topbar{
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.testimonials .testimonial-container .testimonial-item .topbar .icon-box{
margin-right: 15px;
}
.testimonials .testimonial-container .testimonial-item .topbar .icon-box img{
	width: 50px;
	height: 50px;
}
.testimonials .testimonial-container .testimonial-item .rating{
max-width: 100px;
margin: 5px 0px;
}
.contact-sec{
    background-color: #f6faff;
}
.contact-sec .thm-btn{
margin: 15px auto 0px;
width: fit-content;
display: block;
}
.contact-sec  .img-box{
max-width: 350px;
margin: auto;
}
.faq-sec .faq-box {
    margin: 20px auto 5px;
    background-color: #fff;
    box-shadow: 1px 1px 6px #0005;
    border-radius: 5px;
    overflow: hidden;
}

.faq-sec .faq-box .title{
    padding: 12px 40px 12px 15px;
    cursor: pointer;
       position: relative;
}
.faq-sec .faq-box .title::before {
    content: '+';
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: calc(50% - 12px);
    line-height: 24px;
    text-align: center;
    font-weight: 500;
}
.faq-sec .faq-box.active .title::before{
 content: '-';
}
.faq-sec .faq-box.active .title{
   border-bottom: 1px solid #0005;
}

.faq-sec .faq-box .content{
max-height: 0px;
overflow: hidden;
transition: all 0.5s;
}
.faq-sec .faq-box.active  .content{
    padding: 10px;
    max-height: 200px;
    overflow: auto;
}
.faq-sec .faq-box .content h1,
.faq-sec .faq-box .content h2,
.faq-sec .faq-box .content h3,
.faq-sec .faq-box .content h4,
.faq-sec .faq-box .content h6,
.faq-sec .faq-box .content h5{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.faq-sec .faq-box .content ul,
.faq-sec .faq-box .content ol {
    padding-left: 30px;
}
.home .offer-img{
max-width: 480px;
display: block;
margin:0px 5px 25px auto;
animation: updown 4s linear infinite;
}
.contact-sec form input{
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 16px;
}
.contact-sec form {
	margin-top: 15px;
}
.contact-sec form textarea{
		width: 100%;
		padding: 5px 10px;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 16px;
}
.contact-sec form .forminator-row{
	margin-bottom: 20px !important;
}
.contact-sec form .forminator-button{
	width: fit-content;
	outline-color: transparent;
	font-size: 16px;
	font-weight: 500;
	border: 0px solid transparent;
	cursor: pointer;
}
@keyframes updown {
    0%,100%{
        transform: translateY(-10px);
    }
    50%{
  transform: translateY(0px) ;
    }
}
.content-set  ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 20px auto 20px 5px;
	justify-content: center;
}
.content-set li {
    list-style-type: none;
    background-color: #fff;
    margin: 15px;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
	max-width: 220px;
	position: relative;
	overflow: hidden;
}
/* .content-set li::before {
content: '';
    height: 15px;
    width: 100%;
    background-color: #fff;
    animation: updowndiscont 4s linear infinite;
    position: absolute;
    left: 0;
    transform: skew(305deg);
    filter: blur(15px);
} */
.content-set li .content-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.content-set li .content-box .icon-box{
	min-width:45px;
	width: 45px;
    margin-right: 10px;
}
.content-set li .content-box  h4{
    font-weight: 500;
}
footer {
    text-align: center;
    background-color: var(--thm-dark-green);
    color: #fff;
    padding: 10px 0px;
}
.fixed-icons {
    position: fixed;
    z-index: 99;
    max-width: 55px;
    bottom: 5%;
}
.fixed-icons.dailer {
    left: 15px;
}
.fixed-icons.whatsapp {
    right: 15px;
}
/* desktop */
@media (min-width: 991.5px) {
    .products-sec ul li{
    width: calc(100%/4);
    }
 .col-lg-6{
    padding: 0px 15px;
    width: 50%;
 }
}
@media (min-width: 765.5px) {
    .thm-col-sm-6{
        width: calc(100% / 2);
        padding: 0px 15px;
    }

}
@media (max-width: 991.4px){
	 .col-lg-6{
    padding: 0px 15px;
    width: 100%;
 }
	.home .offer-img{
		margin-right: auto !important; 
	}
}
@media (max-width: 765.4px) {
     .thm-col-sm-6{
        width: 100%;
        padding: 0px 15px;
    }
	.fixed-icons {
        max-width: 45px;
        bottom: 3%;
    }
}
/* ipad */
@media (min-width: 765.5px) and (max-width: 991.4px) {
    .products-sec ul li{
    width: calc(100%/3);
    }
   
}
@media (max-width: 765.5px) {
	.home .header .phone{
		display: none;
	}
 .home .header{
        justify-content: center;
    }
	.home .logo svg{
		display: block;
	}
	.home .logo {
		width: 100%;
	}
	.content-set ul{
		margin-top: 0px;
		align-items: inherit;
	}
	.content-set li{
		width: calc(50% - 10px);
		    padding: 10px;
		margin: 5px;
		text-align: center;
	}
	.content-set li .content-box{
		flex-flow: column;
	}
	.content-set li .content-box h4{
		font-size: 14px;
		line-height: 20px;
		font-weight: 600;
	}
	.content-set li .content-box .icon-box{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 5px;
	}
}
/* mobile */
@media (min-width: 500.5px) and  (max-width: 765.4px) {
    .products-sec ul li{
    width: calc(100%/2);
    }
}
@media (max-width: 500.4px) {
  .products-sec ul li{
    width: 100%;
    }
    .features ul{
        justify-content: center;
    }
	.features ul li{
		min-width: 50%;
	}
}