@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

:root {
    --primary-font: "Rubik", sans-serif;
    --secondry-font: "Yantramanav", sans-serif;
    --primary-color: #ec1f25;
    --secondary-color: #ffeeef;
    --third-color: #34295b;
}

body {
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 5px;
    background: #000;
}

body::-webkit-scrollbar-thumb {
    background: #eee;
}

a {
    text-decoration: none;
    color: #000;
    display: block;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* header style start */

.headersection {}

.headersection .topheader {
    background: var(--primary-color);
}

.headersection .topheader .topheaderbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.headersection .topheader .topheaderbox .topheaderleft {}

.headersection .topheader .topheaderbox .topheaderleft ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.headersection .topheader .topheaderbox .topheaderleft ul li {}

.headersection .topheader .topheaderbox .topheaderleft ul li a {
    color: #fff;
    font-size: 16px;
}

.headersection .topheader .topheaderbox .topheaderleft ul li a i {}

.headersection .topheader .topheaderbox .topheaderright {}

ul.socialmedialinks {
    display: flex;
    align-items: center;
    gap: 5px;
}

ul.socialmedialinks li {}

ul.socialmedialinks li a {
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
}

ul.socialmedialinks li a i {}

.headersection .mainheader {
    padding: 10px 0;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 21%);
}

.headersection .mainheader .mainheaderbox {
    display: flex;
    align-items: center;
    gap: 10%;
    justify-content: space-between;
}

.headersection .mainheader .mainheaderbox .headerlogo {width: 20%;}

.headersection .mainheader .mainheaderbox .headerlogo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.headersection .mainheader .mainheaderbox .headerlogo a h3 {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.headersection .mainheader .mainheaderbox .headerlogo a img {
    width: 100%;
}

.headersection .mainheader .mainheaderbox .headermenu {}

.headersection .mainheader .mainheaderbox .headermenu ul {
    display: flex;
    align-items: center;
}

.headersection .mainheader .mainheaderbox .headermenu ul li {}

.headersection .mainheader .mainheaderbox .headermenu ul li a {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 400;
    padding: 10px 15px;
}

.mobheader{
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    display: none;
}
.mobheader .moblogo{width: 73%;display: flex;align-items: center;gap: 10px;}
.mobheader .moblogo img{width: 50%;}
.mobheader .moblogo h3 {
    color: var(--primary-color);
    font-size: 22px;
}
.mobheader .mobtoggle{
    color: #000000;
    width: 25px;
    height: 20px;
    position: relative;
    z-index: 1;
}
.mobheader .mobtoggle span{
    width: 25px;
    height: 2px;
    background: #000000;
    display: inline-block;
    position: absolute;
    right: 0;
}
.mobheader .mobtoggle span:nth-child(1){}
.mobheader .mobtoggle span:nth-child(2){margin: 8px 0 0;}
.mobheader .mobtoggle span:nth-child(3){
    margin: 16px 0 0;
}
.mobsearch-box{
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary-color);
    padding: 8px;
}
.mobsearch{
    width: 30px;
    height: 23px;
    position: relative;
    z-index: 1;
    display: none;
}
.mobsearch span{
    display: inline-block;
    position: absolute;
    z-index: 1;
}
.mobsearch span:nth-child(1){
    width: 18px;
    height: 18px;
    border-radius: 50px;
    border: 1px solid #000;
    top: 0;
    left: 0;
}
.mobsearch span:nth-child(2){
    width: 1px;
    height: 10px;
    background: #000;
    top: 14px;
    left: 60%;
    transform: rotate(-42deg);
}
.mobheader .mobheader-right{
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobmenu{
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
    transition: .3s linear;
    overflow: auto;
}
.mobmenu.active{
    box-shadow: -2px 0 10px 0 #0000002e;
    right: 0;
}
.mobmenu .close-mobmenu{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    font-size: 22px;
}

.mobmenuhead{text-align: center;padding: 12px 10px;border-bottom: 1px solid #ddd;background: var(--primary-color);}
.mobmenuhead h3{font-size: 16px;text-transform: uppercase;letter-spacing: 1px;font-weight: 700;color: #fff;}
.mobul{
    padding: 15px 0;
}
.mobul .mobli{
    padding: 0 0 10px;
}
.mobul .mobli .moba{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 500;
    padding: 0 15px 10px;
}
.mobsmneu{
    padding: 0;
    display: none;
    background: var(--primary-color);
}
.mobsmneu .mobslist{
    padding: 5px 0 0;
}
.mobsmneu .mobslist .mobslink{
    font-size: 15px;
    letter-spacing: .4px;
    padding: 5px 20px 10px;
    color: #fff;
}

.mobileview {
    display: none;
}

/* header style end */

/* banner section style start */

.bannersection {}

.bannersection .bannerimg {}

.bannersection .bannerimg img {
    width: 100%;
}

/* banner section style end */

/* experience section style start */

.experiencesection {
    padding: 50px 0;
    background: #f2f2f2;
}

.experiencesection.productpage .titlebox {
    margin: 0 0 0px;
}

.titlebox {
    text-align: center;
    margin: 0 0 30px;
}

.titlebox h2 {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    font-family: var(--primary-font);
}

.titlebox p {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--secondry-font);
}

.experiencesection .experiencesectionbox {
    margin: 20px 0 0;
}

.experiencesection .experiencesectionbox .experienceiconbox {
    text-align: center;
    border: 2px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 5px;
    min-height: 125px;
    gap: 5px;
    margin: 0 10px;
    background: #fff;
}

.experiencesection .experiencesectionbox .experienceiconbox svg {
    width: 60px;
    text-align: center;
}

.experiencesection .experiencesectionbox .experienceiconbox svg path {}

.experiencesection .experiencesectionbox .experienceiconbox p {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--primary-font);
}

/* experience section style end */

/* product section style start */

.productsection {
    padding: 50px 0;
    border-top: 1px solid #e1e1e1;
    background: #f2f2f2;
}

.productsection .productsectionbox {
    padding: 15px 10px;
}

.productsection .productsectionbox .productbox {
    background: #fff;
}

.productsection .productsectionbox .productbox .productimg {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
}

.productsection .productsectionbox .productbox .productimg a {}

.productsection .productsectionbox .productbox .productimg a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.productsection .productsectionbox .productbox .productinfo {
    padding: 20px 10px;
}

.productsection .productsectionbox .productbox .productinfo a {
}

.productsection .productsectionbox .productbox .productinfo a h2 {
    font-size: 22px;
    font-weight: 500;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
    overflow: hidden;
    padding: 0 0 10px;
    color: var(--primary-color);
    transition: all .3s ease;
    letter-spacing: 0.3px;
}

.productsection .productsectionbox .productbox .productinfo a h2:hover {
    color: var(--primary-color);
}

.productsection .productsectionbox .productbox .productinfo p {
    font-size: 20px;
    font-family: var(--secondry-font);
    color: #070707;
    letter-spacing: 0.5px;
    display: flex;
    font-weight: 400;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}
.productsection .productsectionbox .productbox .productinfo .freedelivery {
    color: var(--primary-color);
    padding: 10px 20px;
    margin: 0 0 20px;
    background: var(--secondary-color);
    font-size: 14px;
    font-family: var(--primary-font);
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
}
.productsection .productsectionbox .productbox .productinfo .subheading {
    color: #454545;
    font-size: 16px;
    font-family: var(--primary-font);
    margin: 0 0 20px;
    font-weight: 400;
    height: 20px;
}
.productsection .productsectionbox .productbox .productinfo p span {
    font-size: 16px;
    font-family: var(--secondry-font);
    font-weight: 500;
    color: var(--primary-color);
}

.productsection .productsectionbox .productbox .productinfo p span.mrp {
    color: #898989;
    text-decoration: line-through;
}

.productsection .productsectionbox .productbox .productinfo p span.afterdiscount {}

.productsection .productsectionbox .productbox .productinfo a.buybtn {
    padding: 8px 13px;
    background: #626262;
    text-align: center;
    color: #fff;
    border: 1px solid #000000;
    transition: all .3s ease;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
}
.productsection .productsectionbox .productbox .productinfo a.buybtn:hover {
    background: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
/* product section style end */

/* whychoose section style start */

.whychoosesection {
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.whychoosesection .whychoosesectionbox {
    width: 45%;
    margin: 0 0 0 auto;
}

.whychoosesection .whychoosesectionbox .titlebox {
    text-align: left;
    margin: 0 0 10px;
}

.whychoosesection .whychoosesectionbox .titlebox h2 {
    font-size: 26px;
    margin: 0 0 5px;
}

.whychoosesection .whychoosesectionbox .titlebox p {}

.whychoosesection .whychoosesectionbox .whychoosebox {}

.whychoosesection .whychoosesectionbox .whychoosebox ul {
    margin: 0 0 0 20px;
}

.whychoosesection .whychoosesectionbox .whychoosebox ul li {
    padding: 10px 0px;
    font-weight: 400;
}
.whychoosesection .whychoosesectionbox .whychoosebox ul li i {
    color: var(--primary-color);
}
/* whychoose section style end */

/* awards section style start */

.awardsection {
    padding: 50px 0;
}

.awardsection .awardsectionbox {
    /* display: flex; */
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px 10px;
}

.awardsection .awardsectionbox .awardsbox {
    /* width: 19%; */
    text-align: center;
}

.awardsection .awardsectionbox .awardsbox .awardsimg {
    margin: 0 0 20px;
}

.awardsection .awardsectionbox .awardsbox .awardsimg img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto 0;
}

.awardsection .awardsectionbox .awardsbox h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--primary-color);
}

.awardsection .awardsectionbox .awardsbox p {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 400;
    color: #1f1f1f;
}

/* awards section style end */

/* testimonial section style start */

.testimonialsection {
    background: #ececec;
    padding: 50px 0;
}

.testimonialsection .testimonialsectionbox {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.testimonialsection .testimonialsectionbox .testimonialbox {
    text-align: center;
    background: #fff;
    padding: 20px 20px;
    position: relative;
    margin: 0 10px;
}

.testimonialsection .testimonialsectionbox .testimonialbox .rating {
    margin: 0 0 10px;
}

.testimonialsection .testimonialsectionbox .testimonialbox .rating ul {
    display: flex;
    justify-content: center;
}

.testimonialsection .testimonialsectionbox .testimonialbox .rating ul li {}

.testimonialsection .testimonialsectionbox .testimonialbox .rating ul li i {color: #ffc107;}

.testimonialsection .testimonialsectionbox .testimonialbox .text {
    margin: 0 0 20px;
}

.testimonialsection .testimonialsectionbox .testimonialbox .text p {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--secondry-font);
    margin: 0 0 10px;
    color: #4d4d4d;
}

.testimonialsection .testimonialsectionbox .testimonialbox .testimonialname {}

.testimonialsection .testimonialsectionbox .testimonialbox .testimonialname h3 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 0 10px;
}

.testimonialsection .testimonialsectionbox .testimonialbox .testimonialimg {}

.testimonialsection .testimonialsectionbox .testimonialbox .testimonialimg img {margin: 0 auto 10px;}

/* testimonial section style end */

/* footer section style start */

.footersection {
    background: #111111;
}

.footersection .footermainsection {
    padding: 50px 0 0;
}

.footersection .footermainsection .addressdetails {
    text-align: center;
}
.footersection .footermainsection .addressdetails .logoimg {
    margin: 0 auto 20px;
    width: 25%;
}

.footersection .footermainsection .addressdetails .logoimg a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
    justify-content: center;
}

.footersection .footermainsection .addressdetails .logoimg a img {
    width: 100%;
}

.footersection .footermainsection .addressdetails .logoimg a h3 {}
.footersection .footermainsection .addressdetails h2 {}

.footersection .footermainsection .addressdetails ul {
    display: block;
}

.footersection .footermainsection .addressdetails ul li {}

.footersection .footermainsection .addressdetails ul li a {}

.footersection .footermainsection .addressdetails ul li a i {
    padding: 0 25px 0 0;
}

.footersection .footersectionbox {
    text-align: center;
    margin: 0 0 30px;
}
.footersection .footersectionbox.menulinks {
    background: #eaeaea24;
    padding: 4px 0;
}
.footersection .footersectionbox h2 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 24px;
}

.footersection .footersectionbox ul {
    display: flex;
    gap: 35px;
    align-items: center;
    justify-content: center;
}

.footersection .footersectionbox ul li {}

.footersection .footersectionbox ul li a {
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    display: inline-block;
}

.footersection .footersectionbox .locationmap {
    width: 300px;
    height: 200px;
    margin: 0 0 15px;
}

.footersection .footersectionbox .locationmap iframe {
    width: 100%;
    height: 100%;
}

.footersection .footersectionbox .socialmedialinks {
    gap: 10px;
}

.footersection .footersectionbox .socialmedialinks li {}

.footersection .footersectionbox .socialmedialinks li a {
    padding: 5px 10px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.footersection .footersectionbox .socialmedialinks li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.footersection .footersectionbox .socialmedialinks li a i {}

.footerbottom {
    padding: 5px 0;
    background: var(--primary-color);
}

.footerbottom .footercopyright {}

.footerbottom .footercopyright p {
    color: #fff;
    text-align: center;
}

.footerbottom .footercopyright p a {
    display: inline-block;
    color: #fff;
}

/* footer section style end */

/* blogs section style start */

.blogsection {
    padding: 50px 0;
}

.blogsection .blogsectionbox {
    box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 14%);
    margin: 15px 0;
}

.blogsection .blogsectionbox .blogimg {}

.blogsection .blogsectionbox .blogimg a {}

.blogsection .blogsectionbox .blogimg a img {
    width: 100%;
}

.blogsection .blogsectionbox .blogsinfobox {
    padding: 20px 20px;
}

.blogsection .blogsectionbox .blogsinfobox p {
    font-size: 16px;
    text-align: justify;
    margin: 0 0 10px;
    color: #4e4e4e;
}

.blogsection .blogsectionbox .blogsinfobox a h2 {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0 0 10px;
    transition: all .3s ease;
}
.blogsection .blogsectionbox .blogsinfobox a h2:hover {
    color: var(--primary-color);
}
.blogsection .blogsectionbox .blogsinfobox a.readmorebtn {
    background: var(--primary-color);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    transition: all .3s ease;
    margin: 10px 0;
}

.blogsection .blogsectionbox .blogsinfobox a.readmorebtn:hover {
    background: #000;
}

/* blogs section style end */

/* breadcrumb section style start */

.breadcrumb-page{
    background: #ffdcdd;
}
.breadcrumbbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
    flex-direction: column;
    gap: 15px;
}
.breadcrumbbox h3{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: var(--secondary-font);
    font-size: 26px;
    color: var(--primary-color);
}
.breadcrumbbox ul{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 20px;
    border-radius: 50px;
    background: #ec1f2521;
    flex-wrap: wrap;
}
.breadcrumbbox ul li{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #020202;
    letter-spacing: .5px;
    font-weight: 600;
}
.breadcrumbbox ul li:not(:last-child):after{
    content: "/";
    color: #000;
}
.breadcrumbbox ul li a{color: #020202;font-weight: 400;}

/* breadcrumb section style end */

/* about section style start */

.aboutsection {
    padding: 50px 0;
}

.aboutsection .aboutsectionbox {}

.aboutsection .aboutsectionbox h3 {
    font-size: 42px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 600;
    margin: 0 0 10px;
}

.aboutsection .aboutsectionbox p {
    font-size: 16px;
    margin: 0 0 10px;
}

.aboutsection .aboutusimg {}

.aboutsection .aboutusimg img {
    width: 100%;
}

/* about section style end */

/* contact page style start */

.contactsection {
    padding: 50px 0;
}

.contactsection .contactbox {
    padding: 0;
    display: flex;
    gap: 10px;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.5);
    width: 90%;
    justify-content: center;
    margin: 0 auto;
}

.contactsection .contactbox .contactleft {
    background: #ff6e72;
    width: 40%;
    padding: 40px 20px;
    box-shadow: 1px -1px 10px 0px rgba(0, 0, 0, 0.5);
}

.contactsection .contactbox .contactleft h2 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 32px;
    font-family: var(--primary-font);
}

.contactsection .contactbox .contactleft .contactinfo {}

.contactsection .contactbox .contactleft .contactinfo ul {}

.contactsection .contactbox .contactleft .contactinfo ul li {}

.contactsection .contactbox .contactleft .contactinfo ul li a {
    color: #fff;
    font-size: 16px;
    font-family: var(--primary-font);
    padding: 10px 0;
    display: inline-block;
}

.contactsection .contactbox .contactleft .contactinfo ul li a i {
    padding: 0 25px 0 0;
    font-size: 22px;
}

.contactsection .contactbox .contactright {
    padding: 40px 20px;
    width: 60%;
}

.contactsection .contactbox .contactright h2 {margin: 0 0 5px;font-size: 32px;font-family: var(--primary-font);text-transform: uppercase;}

.contactsection .contactbox .contactright p {
    font-size: 16px;
    color: #000;
    margin: 0 0 20px;
}

.contactsection .contactbox .contactright form {}

.contactsection .contactbox .contactright form input {
    width: 100%;
    padding: 10px 10px;
    margin: 0 0 20px;
    border: 1px solid #c7c7c7;
}

.contactsection .contactbox .contactright form textarea {
    width: 100%;
    padding: 10px 10px;
    margin: 0 0 20px;
    border: 1px solid #c7c7c7;
}

.contactsection .contactbox .contactright form .submitbtn {
    width: max-content;
    padding: 10px 30px;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    transition: all .3s ease;
}

.contactsection .contactbox .contactright form .submitbtn:hover {
    background: #d9191e;
}

.socialmedia {
    margin: 20px 0;
}

.socialmedia .socialmedialinks {
    gap: 15px;
}

.socialmedia .socialmedialinks li {}

.socialmedia .socialmedialinks li a {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: all .3s ease;
}
.socialmedia .socialmedialinks li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.contactmap {
    position: relative;
}

.contactmap .mapbox {}

.contactmap .mapbox iframe {
    height: 300px;
    display: inherit;
}

/* contact page style end */

/* product details section style start */

.oneproduct{
    padding: 50px 0 30px;
}
.oneproduct .main_title{}
.oneproduct .product_view{
    width: 100%;
    height: auto;
    padding: 0;
}
.oneproduct .viewproduct_details .btns{
    padding-top: 30px;
    display: none;
}

.oneproduct .viewproduct_details .enquiry{
}
.oneproduct .viewproduct_details .enquiry a{
    border: 1px solid #000;
    display: inline-block;
    padding: 15px 20px 15px 10px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
    transition: .3s linear;
    font-weight: 500;
    background: green;
}
.oneproduct .viewproduct_details .enquiry a img{width: 25px;margin-right: 10px;}
.oneproduct .viewproduct_details .enquiry a:hover{
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.productview_img {
    position: relative;
}

.productview_img .mutliimg {
    padding: 0 7px 0 0;
    width: 17%;
    float: left;
    position: relative;
}

.productview_img .mutliimg img {
    width: 100px;
    margin-bottom: 10px;
    cursor: pointer;
    height: unset;
    border: 1px solid #eee;
}

.productview_img img {
    width: 82%;
    /* border-radius: 10px; */
    /* height: 100%; */
    object-fit: contain;
    object-position: top;
    position: relative;
}

.productview_img .extm {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
    background: #fff;
}

.productview_img .extm img {
    width: 100%;
}
.productview_img .mutliimg .slick-arrow {
    bottom: 0;
    top: 105%;
    left: 0%;
    z-index: 999;
}

.productview_img .mutliimg .slick-next {
    right: 20%;
    left: unset;
}

.productview_img .mutliimg .slick-prev:before, .productview_img .mutliimg .slick-next:before {
    font-family: 'Font Awesome 7 Free';
    color: #000;
    font-weight: 700;
    background: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}
.product-details .product-details-box {
    padding: 10px 5px;
}
.viewproduct_details{
}
.viewproduct_details h2{
    font-size: 26px;
    margin: 0 0 10px;
    font-family: var(--primary-font);
    letter-spacing: 0.5px;
}
.ratings{}
.ratings i{
    color: #df9000;
}
.viewproduct_details .price{
    padding: 10px 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.viewproduct_details .dis_with_price{
    display: block;
    font-size: 22px;
    margin: 0 0 0px;
    color: var(--primary-color);
}
.viewproduct_details .original_price{
    /* text-decoration: line-through; */
    color: #ababab;
    padding-left: 0;
    display: block;
    font-size: 18px;
    margin: 0 0 0px;
    font-weight: 400;
}
.viewproduct_details .off_per{
    padding-left: 0;
    color: #f30505;
} 
.viewproduct_details .price + p{font-weight: 500;margin: 0 0 20px;}
.viewproduct_details .price + p span{font-weight: 700;display: block;font-size: .8em;line-height: 1;}
.viewproduct_details .btns{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 25px;
}
.viewproduct_details .btns a{
    background: var(--primary-bg);
    height: 35px;
    flex: 2;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.viewproduct_details .btns a:hover{
    background: var(--secondary-bg);
}
.viewproduct_details .btns a span{
    padding-right: 10px;
}
.viewproduct_details .btns a.whishlist{flex: 0.5;font-size: 25px;}
.viewproduct_details .btns a.buy_now{
    margin: 0 10px;
}
.viewproduct_details .btns a.addtocart{}
.viewproduct_desc{
    margin: 0 0 20px;
}
.viewproduct_desc h3{
    font-size: 18px;
    font-weight: 700;
}
.viewproduct_desc p{
    font-size: 16px;
    font-weight: 400;
    display: flex;
    position: relative;
    padding: 0 0 10px;
    font-family: var(--primary-font);
}
.viewproduct_desc ul{
    padding: 10px 0 0;
}
.viewproduct_desc ul li{
    font-size: 16px;
    font-weight: 400;
    display: flex;
    padding: 5px 0 0 35px;
    position: relative;
}
.viewproduct_desc ul li:before{
    font-size: 12px;
    content: "";
    font-family: 'FontAwesome';
    color: #fff;
    font-weight: 600;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
}
.importantnotes {
    padding: 20px 0;
}
.importantnotes h2 {
    font-size: 22px;
    font-family: var(--secondry-font);
    font-weight: 500;
    color: var(--primary-color);
}
.importantnotes ul{
    padding: 10px 0 0;
}
.importantnotes ul li{
    font-size: 16px;
    font-weight: 400;
    /* display: flex; */
    padding: 5px 0 0 35px;
    position: relative;
    gap: 5px;
}
.importantnotes ul li:before{
    font-size: 12px;
    content: "";
    font-family: 'FontAwesome';
    color: #fff;
    font-weight: 600;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
}

.product_desc{
    padding: 0 0 20px;
}
.product_desc h4{
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
}
.product_desc .col-md-12{
    padding: 30px 0 0;
    background: #efeded6b;
}
.product_desc ul{
    list-style: disc;
    padding-left: 20px;
}

/* product details section style end */

.bedsheet-process-wrapper {
  background-color: #f7f5f3;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.process-header {
  text-align: center;
  margin-bottom: 100px;
}

.main-title {
  font-size: 40px;
  color: #2C5F41;
  font-weight: 600;
  font-family: 'Georgia', serif;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.main-subtitle {
  font-size: 16px;
  color: #8a8a8a;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
}

.process-step {
  display: flex;
  align-items: center;
  gap: 60px;
  
  min-height: 400px;
}

.process-step.layout-image-left {
  flex-direction: row-reverse;
}

.process-step.layout-image-right {
  flex-direction: row;
}

.step-content {
  flex: 1;
  position: relative;
}

.step-image {
  flex: 1;
  max-width: 500px;
}

.step-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
  filter: grayscale(100%);
}

.step-number {
  position: absolute;
  top: -30px;
  left: -10px;
  font-size: 140px;
  font-weight: 300;
  color: rgba(44, 95, 65, 0.08);
  line-height: 1;
  z-index: 1;
  font-family: 'Georgia', serif;
}

.step-text {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}

.step-title {
  font-size: 32px;
  color: #2C5F41;
  font-weight: 600;
  font-family: 'Georgia', serif;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.step-subtitle {
  font-size: 16px;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.step-description {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 400px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.step-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.step-features li {
  font-size: 15px;
  color: #6a6a6a;
  margin-bottom: 12px;
  position: relative;
  padding-left: 0;
  line-height: 1.5;
}

.process-footer {
  text-align: center;
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid rgba(45, 62, 47, 0.1);
}

.footer-title {
  font-size: 40px;
  color: #2C5F41;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
  font-family: 'Georgia', serif;
}

.footer-description {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

.aboutus_page {
    padding: 50px 0;
}
.aboutus_page .maintitle{}
.aboutus_page .maintitle span{
    margin: 0;
}
.aboutus_content{}
.aboutus_content h2{
    padding: 0 0 15px;
    font-size: 36px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 600;
    margin: 0 0 10px;
}
.aboutus_content h4{
    padding: 15px 0 10px;
    font-weight: 600;
    font-size: 20px;
}
.aboutus_content ul{
    padding: 0 0 20px;
}
.aboutus_content ul li{
    font-size: 18px;
}
.aboutus_content ul li:before{
    content: "\f269";
    font-family: "bootstrap-icons";
    vertical-align: middle;
    margin-right: 5px;
    color: #666;
    font-size: 20px;
}
.aboutus_content p {
    font-size: 18px;
    padding: 0 0 15px;
}
.aboutus_btns{
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.aboutus_btns a{}

.aboutus_page_img{
    border-radius: 40px;
    overflow: hidden;
}
.aboutus_page_img img{
    width: 100%;
}

.our_mission{
    padding: 50px 0;
}
.mission_content{}
.mission_content p{
    font-size: 20px;
    padding: 0 0 10px;
}
.mission_content h4{
    padding: 15px 0 10px;
    font-size: 20px;
    font-weight: 600;
}
.mission_content ul{}
.mission_content ul li{
    font-size: 18px;
}
.mission_content ul li:before{
    content: "\f269";
    font-family: "bootstrap-icons";
    vertical-align: middle;
    margin-right: 5px;
    font-size: 20px;
    color: #666;
}


.what-n-why{
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background: #3060ac12;
}
.what-n-why:before{
    content: "";
    width: 1px;
    height: 100%;
    background: var(--text-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.what-n-why_content{}
.what-n-why_content h3{
    font-size: 28px;
    padding: 0 0 20px;
}
.what-n-why_content ul{
    padding: 0 0 20px;
}
.what-n-why_content ul li{
    font-size: 18px;
}
.what-n-why_content ul li:before{
    content: "\f269";
    font-family: "bootstrap-icons";
    vertical-align: middle;
    margin-right: 5px;
    color: #666;
    font-size: 20px;
}
.what-n-why_content p{
    font-size: 20px;
}

.why_content{
    padding-left: 40px;
}
.what_content{
    text-align: end;
    padding-right: 40px;
}

.our_philosophy{
    padding: 20px 0 50px;
}
.philosophy_content{}
.philosophy_content p{
    font-size: 20px;
    padding: 0 0 10px;
}
.philosophy_content h4{
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 10px;
}
.philosophy_content ul{
    padding: 0 0 20px;
}
.philosophy_content ul li{
    font-size: 18px;
}
.philosophy_content ul li:before{
    content: "\f269";
    font-family: "bootstrap-icons";
    vertical-align: middle;
    margin-right: 5px;
    color: #666;
    font-size: 20px;
}

.aboutothercontent {
    background: #ededed;
    padding: 50px 0;
}

.aboutothercontent .aboutothercontentbox {
    display: flex;
}

.aboutothercontent .aboutothercontentbox .aboutothercontentinfo {
    width: 32%;
    padding: 25px;
    margin: 0 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 16%);
}

.aboutothercontent .aboutothercontentbox .aboutothercontentinfo .iconimg {
    width: 100px;
    height: 100px;
    background: #e2e2e2;
    border: 1px solid #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 50%;
}
.aboutothercontent .aboutothercontentbox .aboutothercontentinfo .iconimg svg {
    width: 50px;
    fill: #000;
}
.aboutothercontent .aboutothercontentbox .aboutothercontentinfo .iconimg svg path {
    fill: #000;
}

.aboutothercontent .aboutothercontentbox .aboutothercontentinfo h2 {
    font-size: 28px;
    color: #000;
    margin: 0 0 15px;
    font-family: var(--secondry-font);
    font-weight: 500;
    text-align: center;
}

.aboutothercontent .aboutothercontentbox .aboutothercontentinfo p {
    padding: 0 0 10px;
    text-align: justify;
}

.aboutothercontent .aboutothercontentbox .aboutothercontentinfo ul {
    list-style: disc;
    margin: 0 0 0 20px;
}

.aboutothercontent .aboutothercontentbox .aboutothercontentinfo ul li {
    padding: 0 0 5px;
    font-weight: 600;
    font-size: 16px;
    font-family: var(--primary-font);
}

.whatwedo {
    padding: 50px 0;
}

.whatwedo .whatwedosectionbox {}

.whatwedo .whatwedosectionbox h3 {
    padding: 0 0 10px;
    font-size: 36px;
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-weight: 600;
    margin: 0 0 0px;
}

.whatwedo .whatwedosectionbox p {
    padding: 0 0 10px;
    font-size: 16px;
    font-family: var(--primary-font);
    text-align: justify;
}

.whatwedo .whatwedosectionbox ul {
    margin: 0 0 0px 20px;
    list-style: disc;
}

.whatwedo .whatwedosectionbox ul li {
    padding: 0 0 10px;
    font-size: 16px;
    font-family: var(--primary-font);
}

.termscondition {
    padding: 50px 0;
}

.termscondition .termsconditiondetails {}

.termscondition .termsconditiondetails h2 {
    font-size: 26px;
    margin: 20px 0 15px;
    color: var(--primary-color);
    font-weight: 500;
}

.termscondition .termsconditiondetails p {
    font-size: 16px;
    padding: 0 0 15px;
    font-weight: 300;
    color: #000;
}

.termscondition .termsconditiondetails ul {
    margin: 0 0 0 20px;
    list-style: disc;
}

.termscondition .termsconditiondetails ul li {
    font-size: 16px;
    padding: 0 0 15px;
    font-weight: 300;
    color: #000;
}
.termscondition .termsconditiondetails ul li a {
    color: var(--primary-color);
    display: inline-block;
    font-weight: 600;
    font-family: var(--primary-font);
    transition: all .3s ease;
}
.termscondition .termsconditiondetails p a {
    color: var(--primary-color);
    display: inline-block;
    font-weight: 600;
    font-family: var(--primary-font);
    transition: all .3s ease;
}
.termscondition .termsconditiondetails a:hover {
    text-decoration: underline;
}

.categoriessection {}

.categoriessection .categoriesbox {
    margin: 0 0 20px;
}

.categoriessection .categoriesbox h3 {
    font-size: 22px;
    font-family: var(--primary-font);
    color: #000000;
    margin: 0 0 10px;
    font-weight: 500;
}

.categoriessection .categoriesbox ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.categoriessection .categoriesbox ul li {}

.categoriessection .categoriesbox ul li a {
    padding: 5px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
}
.categoriessection .categoriesbox ul li.active a {
    background: var(--primary-color);
    color: #fff;
}
.blog-single-wrapper {
    padding: 20px 0px;
}

.blog-single-wrapper h1 {
    padding: 20px 0px;
    font-size: 35px;
    color: var(--primary-color);
    font-weight: 500;
}
.blog-thumb-img {
    width: 50%;
    margin: 0 auto;
}
.blog-details p {
    font-size: 16px;
    text-align: justify;
    margin: 20px 0px 10px;
    font-family: var(--secondry-font);
    font-family: var(--primary-font);
    color: #666666;
    letter-spacing: 0.8px;
    font-weight: 400;
    padding: 0px 0px;
}
.blog-details h2 {
    font-size: 36px;
    margin: 20px 0;
    font-weight: 600;
    font-family: var(--secondary-font);
}

.blog-details h3 {
    font-size: 28px;
    margin: 20px 0;
    font-weight: 600;
    font-family: var(--secondary-font);
}

.blog-details h4 {
    font-size: 22px;
    margin: 20px 0;
    font-weight: 600;
    font-family: var(--secondary-font);
}

.blog-details ul li {
    font-size: 16px;
    text-align: justify;
    margin: 0px 0px 10px;
    font-family: var(--secondary-font);
    color: #666666;
    letter-spacing: 0.8px;
    font-weight: 500;
    padding: 0px 0px;
}

.blog-details ul {
    margin: 0 0 0 20px;
    list-style: disc;
}

.material-section {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
    font-family: 'Segoe UI', sans-serif;
}

.main-heading {
    text-align: center;
    color: #d32f2f;
    font-size: 2rem;
    margin-bottom: 30px;
}

.main-flex-container {
    display: flex;
    gap: 12px;
    height: 580px; /* Layout maintain karne ke liye */
}

.flex-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Width breakdown as per your image */
.col-30 {flex: 4;}
.col-25 { flex: 2.8; }
.col-45 {flex: 4;}

.inner-flex-row {
    display: flex;
    gap: 12px;
    flex: 1;
}

.material-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex: 1;
}

.material-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.5s ease;
}

.material-item:hover img {
    transform: scale(1.1);
}

/* Labels & Arrows (Exact UI Match) */
.item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0000003d;
    padding: 15px 15px;
}

.item-overlay span {
    font-weight: 600;
    font-size: 14px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.arrow-icon {
    background: #d32f2f;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

/* Tablet & Mobile Responsive */
@media (max-width: 900px) {
    .main-flex-container {
        flex-direction: column;
        height: auto;
    }
    .material-item { height: 260px; }

    .flex-col {
        flex-direction: unset;
    }
    
    .flex-col.col-45 {
        flex-direction: column;
    }
}