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

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #fdfbf7;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-family: 'montserrat-fonttwo';
    line-height: 25px;
    color: #000;
    font-weight: 500;
}


/***** Font Files *****/

@font-face {
    font-family: 'playfair-fontone';
    src: url(../font/PlayfairDisplay-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-fonttwo';
    src: url(../font/Montserrat-Regular.ttf);
    font-weight: 400;
    font-style: normal
}



/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 14px 26px;
    border: unset;
    border-radius: 45px;
    color: #ffffff;
    z-index: 1;
    background: #ff6b6b;
    position: relative;
    font-size: 13px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'montserrat-fonttwo';
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'playfair-fontone';
    font-size: 59px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'playfair-fontone';
    font-size: 72px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'playfair-fontone';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'playfair-fontone';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'playfair-fontone';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right 15px center;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    /* position: relative; */
    /* display: inline-block; */
    /* text-decoration: none; */
    /* color: #393939; */
    /* padding: 10px 23px; */
    /* font-size: 13px; */
}




.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.1); */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */
.container-fluid{
    padding: 0px 70px;
}

.header-input {
    width: 90%;
    position: relative;
    margin: 0 auto;
}

.header-input input {
    /* position: relative; */
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #e1dfdc;
    border-radius: 50px;
}

.header-input i {
    position: absolute;
    top: 4px;
    right: 5px;
    height: 40px;
    width: 40px;
    background: #000000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.header-btn-sd {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.theme_btn.theme_btn_one {
    background: #ff6b6b;
    color: #fff;
}

.theme_btn.theme_btn_one:before {
    background: #000;
}
a.home-banner-btn-1 {}

.home-banner-btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
}

a.home-banner-btn-1:hover::before {
    width: 100%;
}

.home-banner-btn-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
}
a.home-banner-btn-2:hover::before {
    width: 100%;
}
.logo-img img {
    width: 66%;
}

.menuSec {
    background: #f2ece7;
    padding: 10px 0px;
    border-bottom: 2px solid #c2c2c2;
}
ul.menu-sec {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 23px;
    margin-bottom: 0px;
}

ul.menu-sec li a {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'montserrat-fonttwo';
    color: #000;
}

.header-bottom {
    padding: 20px 0px;
    /* background: #e3e1de; */
}
.header-bottom-icons ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.header-bottom-icons ul li a {
    color: #000;
    display: flex;
    gap: 8px;
    font-family: 'playfair-fontone';
}

.header-bottom-icons ul li a i {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
}
.dis-block{
    display: block;
}
ul.banner-ul-btn {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 10px;
}

a.theme_btn:hover {
    color: #fff;
}
.banner-img-two {
    margin-top: 80px;
}
.banner-img img {
    height: 86vh;
    width: 100%;
}

section.main_slider {
    height: 96vh;
    background: #be9f83;
    position: relative;
}
section.main_slider:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 100%;
    width: 25%;
    background: #000000;
}
.banner-social-icons ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: end;
    gap: 10px;
}

.banner-social-icons {
    position: relative;
    z-index: 0;
    right: 8%;
    top: 2%;
}

.banner-social-icons ul li a i {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 1px solid #e5d9cd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e5d9cd;
    font-size: 17px;
}

li.banner-social-icons-heading {
    font-size: 20px;
    font-family: 'playfair-fontone';
    color: #7b7b7b;
    margin-left: 190px;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.banner-social-icons ul li a i:hover {
    background: #fff;
    color: #bb9c81;
}
.carousel-control-prev-icon {
    background-image: url(../images/banner-left-arrow.png);
    position: absolute;
    height: 50px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 8;
    content: '';
}
.carousel-control-next-icon {
background-image: url(../images/banner-right-arrow.png);
    position: absolute;
    height: 50px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 8;
    content: '';
}
.carousel-control-next {
    right: 66%;
}


.carousel-control-prev {
    left: 100px;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: unset;
    bottom: -38px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
    /* background: red; */
}
.carousel-indicators {
    position: absolute;
    right: unset;
    bottom: -50px;
    left: 240px;
    z-index: 2;
    display: flex;
    justify-content: start;
    padding: 0;
    margin-right: unset;
    margin-bottom: unset;
    margin-left: unset;
    list-style: none;
    align-items: end !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: unset;
    flex: unset;
    width: 40px;
    height: 10px;
    padding: 0;
    margin: 0px !important;
    text-indent: unset;
    cursor: pointer;
    background-color: unset;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s 
ease; */
    border-radius: 20px;
    font-size: 22px;
    color: #d2bca8;
    font-family: 'playfair-fontone';
}
.carousel-indicators .active {
    margin: 0;
    background-color: unset;
    width: 70px;
    font-size: 62px;
    height: 24px;
    color: #fff;
    font-family: 'playfair-fontone';
}

.banner-client-arrow {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 30px;
}

.banner-client-arrow h4 {
    font-size: 28px;
    line-height: 38px;
    font-style: italic;
}

.banner-client-box ul {
    display: flex;
    gap: 10px;
}

.banner-client-box ul li {
}

.banner-client-box-one {
    position: relative;
}

.banner-client-box-one img {
    width: 140px;
}

.banner-client-box-one-number {
    position: absolute;
    top: 5px;
    left: 0px;
    height: 30px;
    width: 30px;
    background: #be9f83;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    /* font-family: 'playfair-fontone'; */
    font-size: 14px;
}

.banner-client-box-two-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.banner-client-box-two-img p {
    margin-bottom: 0;
}

.banner-client-box-two-img-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 7px;
}

.banner-client-box p {
    font-size: 12px;
}

.banner-client-box-two h4 {
    font-size: 18px;
}
section.banner-client {
    margin: 100px 0px;
}
.community-storie-top-heading {
    position: relative;
    text-align: center;
    padding-bottom: 2px;
    margin-bottom: 40px;
}

.community-storie-top-heading:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 5px;
    width: 70px;
    background: #171717;
    border-radius: 10px;
}

.community-storie-allcategories ul {
    border: 1px solid #f5d0a9;
    padding: 0px 0px;
    border-radius: 14px;
    background: #fff;
}

.community-storie-allcategories ul li {
    padding: 25px;
    border-bottom: 1px solid #f5d0a9;
    color: #000;
    font-size: 15px;
    background: #fff;
}

section.community-storie-sec .col-md-4 {
    padding: 0px 30px;
}

section.community-storie-sec {
    margin-bottom: 20px;
}

.community-storie-box-text {
    background: #fff;
    padding: 20px 20px;
    border-radius: 0px 0px 10px 10px;
}

.community-storie-box-text h3 {
    font-size: 25px;
    font-weight: 500;
}

.community-storie-box-text-ul {
    display: flex;
    justify-content: space-between;
}

ul.ommunity-storie-box-text-ulone {
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

ul.ommunity-storie-box-text-ulone li {font-family: 'montserrat-fonttwo';display: flex;align-items: center;color: #000;}

ul.ommunity-storie-box-text-ulone li i {
    color: #ff7070;
    margin: 0 4px 0 0px;
}

ul.ommunity-storie-box-text-ul-two {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

ul.ommunity-storie-box-text-ul-two li a i {
    height: 40px;
    width: 40px;
    border: 1px solid #b2b2b2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ff7070;
}
li.community-storie-allcategories-litop {background: #f9e3cb !important;border-radius: 14px 14px 0px 0px;}

li.community-storie-allcategories-libottom {
    border-bottom: unset !important;
    border-radius: 0px 0px 14px 14px;
}

.community-storie-box {
    box-shadow: 0px 0px 10px 0px #e3e3e338;
    border-radius: 10px;
}

.form-our-text-box {
    padding: 20px 40px;
    background: #ff6b6b;
    border-radius: 14px;
    width: 90%;
    margin-left: -80px;
    margin: 20px 0px;
    margin-left: -80px;
}

.form-our-text-box p {
    color: #fff;
    line-height: 30px;
    font-style: italic;
}
.form-our-img-two h2 {
    font-size: 60px;
}
section.form-our-sec {
    background: #f8f3ef;
    padding: 40px 0px;
    margin-bottom: 60px;
}
.wellness-categories-img {
    position: relative;
    margin-bottom: 20px;
}

.wellness-categories-text {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 80%;
    width: 80%;
    text-align: center;
    background: #b4967bba;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wellness-categories-text h3 {
    color: #fff;
}
.wellness-categories-img.wellness-categories-img-two img {
    height: 565px;
    object-fit: cover;
    border-radius: 30px;
}

section.wellness-categories-sec {
    margin-bottom: 40px;
}
.deop-line-box {
    padding: 40px 20px;
    background: #ff6b6b;
    border-radius: 15px;
}

.deop-line-box p {
    /*width: 71%;*/
    /*margin-left: 160px;*/
    /*margin-top: -60px;*/
    color: #fff;
}
.deop-line-box .content {
    width: 71%;
    margin-left: 160px;
    margin-top: -60px;
    color: #fff;
}


.deop-line-box h2 {
    position: relative;
    color: #fff;
}

.deop-line-box h2:before {
    position: absolute;
    content: '';
    top: 60%;
    left: 20%;
    height: 1px;
    width: 150px;
    background: #fff;
}

.row.deop-line-row {
    position: relative;
    padding: 80px 50px 80px 0px;
}

.row.deop-line-row:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 76%;
    height: 100%;
    background: #f7f3f0;
    z-index: -1;
    border-radius: 20px;
}

.deop-line-inform-input {
    position: relative;
}

.deop-line-inform-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    border-radius: 10px;
    background: transparent;
}

.deop-line-inform-input i {
    position: absolute;
    top: 17px;
    right: 10px;
}

.deop-line-inform-textarea textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #bdbdbd;
    margin-bottom: 10px;
    border-radius: 10px;
    background: transparent;
    height: 120px;
}

section.deop-line-sec {
    margin-bottom: 100px;
}
.insta-top-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.insta-top-heading i {
    font-size: 70px;
    color: #ff6b6b;
}
section.insta-sec .container-fluid {
    padding: 0;
}

.footer-box {
    width: 53%;
    margin: 0 auto;
    text-align: center;
}

.footer-box img {
    margin-bottom: 20px;
    width: 29%;
}

section.insta-sec {
    margin-bottom: 100px;
}

footer.footer-sd {
    background: #f4f0eb;
    padding: 10px 0px 0px;
}
.footer-info {
    background: #fff;
    margin: 30px 0px 50px 0px;
}

.footer-info ul {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.footer-info ul li a {
    color: #000;
}

.footer-info ul li a i {
    margin-right: 10px;
}

.footer-btm ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
    margin-bottom: 0;
}

.footer-btm {
    background: #1e1e1e;
    padding: 20px 90px;
}

.footer-btm ul li p {
    margin-bottom: 0;
    color: #fff;
}

.footer-btm ul li {color: #fff;display: flex;gap: 12px;}

.footer-btm ul li a {
    color: #fff;
    font-size: 12px;
}

.footer-btm ul li a i {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding-top: 6px;
    padding-left: 7px;
}

/* inner banner */

.inr_bnr {
    background-color: #fdfbf7;
    padding: 35px 0 180px;
    position: relative;
}

.inr_bnr_head h1 {
    color: #171717;
    font-size: 59px;
    margin-bottom: 20px;
}

.inr_bnr_head p {
    color: #080808;
    width: 71%;
    margin: 0 auto;
    font-weight: 500;
}

.inr_bnr_head {
    text-align: center;
}

.soc_inr_bnr ul {
    display: flex;
    justify-content: ;
    align-items: center;
    gap: 10px;
}

.soc_inr_bnr ul li a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e5d9cd;
    border: 1px solid #e5d9cd;
    border-radius: 50%;
    background-color: transparent;
}

.soc_inr_bnr ul li a:hover {
    color: #c2a48a;
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.soc_inr_bnr_heading h5 {
    color: #fff;
    /*color: #5d5d5d;*/
    font-size: 17px;
    text-transform: uppercase;
}

.soc_inr_bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.soc_inr_bnr::before {
    position: absolute;
    content: '';
    width: 50%;
    background-color: #be9f83;
    height: 80px;
    z-index: -1;
    bottom: 0;
    left: 0;
}

.soc_inr_bnr::after {
    position: absolute;
    content: '';
    width: 50%;
    background-color: #171717;
    height: 80px;
    z-index: -1;
    bottom: 0;
    right: 0;
}

/* inner banner */

.sd_detail {
    padding: 160px 0 100px;
}

.sd_detail_left_top img {
    border-radius: 10px;
    margin-bottom: 30px;
}

.sd_detail_left_top h2 {
    font-size: 46px;
    color: #000000;
    margin-bottom: 30px;
}

.sd_detail_left_top p {
    color: #191918;
    font-weight: 500;
    margin-bottom: 30px;
}

.sd_detail_left_top p i {
    color: #ff6b6b;
}

.sdlt ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}

.userrr {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6b6b;
    border: 1px solid #b6b5b2;
    border-radius: 50%;
    background-color: transparent;
    font-size: 18px;
}

.sdlt span {
    font-family: 'montserrat-fonttwo';
    font-weight: 600;
    color: #000;
}

.sdlt_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sdlt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}

.sd_detail_left_top {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebe9e7;
}

.sd_detail_left_btm_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd_detail_left_btm_txt h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.sd_detail_left_btm_txt p {
    color: #656463;
    font-weight: 600;
}

.sd_detail_left_btm {
    padding: 40px 0;
    border-bottom: 1px solid #ebe9e7;
}

.commentbox_right_flx h3 {
    font-family: 'montserrat-fonttwo';
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #ff6b6b !important;
    margin-bottom: 5px !important;
}

.commentbox_right_flx h4 {
    font-family: 'montserrat-fonttwo';
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px !important;
}

.commentbox_right_flx a {
    border-radius: 50px;
    padding: 15px 40px;
    color: #000;
    border: 2px solid #ff6b6b;
    font-family: 'montserrat-fonttwo';
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.commentbox_right_flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}

.commentbox h3 {
    font-family: 'montserrat-fonttwo';
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin: 20px 0;
}

.commentbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.commentbox_right p {
    color: #656463;
    margin-bottom: 5px !important;
    font-weight: 600;
    padding: 20px 0 0;
}

/* policy pages  */
/* Editorial Policy */

.Editorial {
    background-color: #fdfbf7;
    padding: 120px 0;
}

.Editorial h2 {
  color: #000;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 30px;
  margin: 20px 0 10px 0;
}

.Editorial p {
    color: #000;
    font-weight: 500;
    margin-bottom: 50px;
}

/* Editorial Policy */
/* policy pages  */

/* vendors page */

.vendors {
    background-color: #fdfbf7;
    padding: 100px 0;
}

.vendors_head {
    text-align: center;
}

.vendors_head h2 {
    font-size: 72px;
    position: relative;
    color: #000000;
}

.vendors_head h2::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #171717;
    bottom: -15px;
}

.vendors ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 40px 0;
}

.vendors ul li img {
    transition: filter 0.3s ease;
}

.vendors ul li:hover img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(68%) saturate(5929%) hue-rotate(325deg) brightness(115%) contrast(104%);
}

/* vendors page */

/* Search & Explore */

.srch_exp {
    background-color: #fdfbf7;
    padding: 100px 0;
    padding: 40px 0px;
}

.serchbarpg {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.serchbarpg input {
    width: 100%;
    border-radius: 50px;
    padding: 20px 20px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

.serchbarpg button {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff6b6b;
    padding: 15px 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 50px;
}

.srch_exp_op ul {
    display: flex;
    align-items: center;
    justify-content:end;
    margin-top: 40px;
}

.srch_exp_op ul li select {
    border-radius: 50px;
    border: 1px solid #be9f83;
    color: #be9f83;
    padding: 15px 20px;
    font-size: 16px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right 15px center;
}

.srch_exp_op ul li a {
    font-size: 18px;
    color: #888786;
}

/* Search & Explore */

/* Merchandise  */

.merchandise {
    background-color: #fdfbf7;
    padding: 100px 0;
}

.merchandise_txt h4 {
    color: #b0aaaa;
    font-size: 16px;
    font-family: 'montserrat-fonttwo';
    margin-bottom: 15px;
}

.merchandise_txt h3 {
    color: #000;
    font-size: 23px;
    font-family: 'montserrat-fonttwo';
    margin-bottom: 30px;
}

.merchandise_txt p del {
    color: #a1a0a0;
    font-size: 18px;
    font-family: 'montserrat-fonttwo';
    padding-right: 20px;
}

.merchandise_txt p {
    color: #ff6b6b;
    font-size: 23px;
    font-family: 'montserrat-fonttwo';
    font-weight: 600;
}

.rating i {
    color: #f78e1e;
}

.merchandise_txt {
    position: relative;
}

.mer_cart {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    border-radius: 50px 0px 0px 50px;
    background-color: #be9f83;
    color: #fff;
    position: absolute;
    font-size: 20px;
    bottom: 30px;
    right: -20px;
}

.merchandise_main {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 20px 10px 10px 10px;
}

.merchandise_img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    margin-bottom: 30px;
}

/* Merchandise  */

/* find a friend */

.friend {
    background-color: #fdfbf7;
    padding: 100px 0;
}

.friend_right h4 {
    color: #121212;
    font-size: 18px;
    font-family: 'montserrat-fonttwo';
    font-weight: 600;
}

.friend_right ul {
    display: flex;
    /* justify-content: ; */
    align-items: center;
    gap: 10px;
}

.friend_right ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
    border-radius: 50%;
    background-color: transparent;
}

.friend_right ul li a:hover {
    color: #fff;
    border: 1px solid #ffffff;
    background-color: #ff6b6b;
}

.friend_main_p p {
    color: #6f6f6f;
    margin-top: 30px;
    font-weight: 500;
}

.check p {
    color: #6f6f6f;
    font-size: 14px;
    margin-bottom: 0;
}

.check ul {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.friend_main {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 45px 40px;
    border-radius: 40px;
    margin: 10px 10px 40px 10px;
    height: 350px;
}

.fri a {
    background-color: #000;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'montserrat-fonttwo';
    color: #fff;
    border-radius: 60px;
    font-size: 13px;
    text-align : center;
}

.fri {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 6px;
    
}

.fri-2 a {
    background-color: #ff6b6b;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'montserrat-fonttwo';
    color: #fff;
    border-radius: 60px;
    font-size: 13px;
}

.frz_icons {
    display: flex;
    /* justify-content: ; */
    align-items: center;
    gap: 10px;
}

.frz_icons a {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background-color: #be9f83;
}

.frd-2_wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* find a friend */


.post-a-comment-box {
    margin: 20px 0px 0px 0px;
}

.post-a-comment-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.post-a-comment-box-input input {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border: unset;
    border-bottom: 1px solid #b3b2b0;
    background: transparent;
}

.post-a-comment-box-input textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px;
    border: unset;
    border-bottom: 1px solid #b3b2b0;
    background: transparent;
    height: 140px;
}
.sd_detail_right h4 {
    color: #ff6b6b;
    margin-bottom: 20px;
}

.sd_detail_right ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-top: 20px;
}

.sd_detail_right ul li p {
    color: #000;
    margin-bottom: 0px;
}

.sd_detail_right {
    width: 86%;
    float: right;
}

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

ul.sd_detail_right-ul li {
    border-bottom: unset;
    margin-top: unset;
}

ul.sd_detail_right-ul li a i {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 1px solid #aeadab;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aeadab;
}

ul.sd_detail_right-ul li a i:hover {
    border: 1px solid #ff6b6b;
    color: #ff6b6b;
}
.row.friend-row-info {
    width: 64%;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #be9f83;
    padding: 40px 30px;
    border-radius: 20px;
    background: #fff;
    margin-bottom: 100px;
}

.friend-page-input input {
    width: 100%;
    padding: 11px;
    border-radius: 8px;
    border: 1px solid #e2dede;
    margin-bottom: 10px;
}

.friend-page-input select {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #e2dede;
    margin-bottom: 10px;
}
.btn-frient-sd {
    margin-left: 190px;
}


/*login start*/

section.login {
    padding: 100px 50px;
}

.login-txt form input {
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    padding: 15px 15px;
    border: 1px solid;
    color: #e2e2e2;
    border-radius: 0px;
    background-color: #fff;
}

.login-txt h3 {
    font-size: 45px;
    text-align: center;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

.login-txt {
    padding: 45px 25px 35px;
    border-radius: 0px;
    /* background-color: #fdfdfd; */
    /* border: 2px solid #e8e8e8; */
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 16px 0px rgba(63, 63, 63, 0.15);
    border-radius: 10px;
}

.login-txt ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

li.head {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.login-txt ul li {
    display: flex;
    gap: 7px;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    border-radius: 0px;
    padding: 14px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'montserrat-fonttwo';
    box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);
    background-color: #ff6b6b;
    border-radius: 10px;
}

.login-txt a {
    color: #ff6b6b;
    text-decoration: underline;
}

section.flash-sale.inn .flash-sale-slid .slick-prev,
section.flash-sale.inn .flash-sale-slid .slick-next {
    display: none !important;
}

.blog-top-txt.inn {
    border: unset;
}

.blog-top-txt.inn::before {
    display: none;
}

section.flash-sale.inn {
    padding: 70px 2%;
}

section.flash-sale.inn .flash-sale-slid {
    margin-top: 30px;
}


/*login end*/


/* Cart Page Start */

/* Cart */


.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #959595;
    font-weight: 500;
    margin-top: 24px;
    background: #f7f7f7;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #666666;
    font-weight: 500;
    text-decoration: none;
    font-family: "Roboto";
}

.add-to-cart h4 {
    font-size: 19px;
    font-weight: 500;
    color: #666666;
    text-align: center;
    font-family: "Roboto";
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    border: none;
    background: #f9f8f6;
    padding: 27px 30px;
    border: 1px solid #00000024;
    border-radius: 10px;
}

.total-section ul {
    font-family: "Poppins";
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 24px;
    padding-bottom: 30px;
    color: #6b6b6b;
    font-family: 'playfair-fontone';
    font-weight: 500;
}

li.color-change {
    color: #000000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'playfair-fontone';
}

.total-section li.color-change span {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    font-family: 'playfair-fontone';
}

.total-section li span {
    float: right;
}

.ship-estimate {
    padding: 20px 30px;
    border: 1px solid #00000029;
    margin-top: 25px;
    background: #f9f8f6;
    border-radius: 10px;
}

.ship-estimate li {
    color: #000;
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 500;
    font-family: 'playfair-fontone';
    text-transform: uppercase;
}

.ship-estimate ul {
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: "Poppins";
    list-style: none;
}

.ship-estimate .grey-style {
    color: #636161;
    font-size: 16px;
    font-family: 'montserrat-fonttwo';
    font-weight: 500;
}

.proceed a {
    color: #ff6b6b;
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    /* background: #000000; */
    font-family: 'Poppins';
}

.proceed .checkout-btn {
    padding: 15px;
    width: 100%;
    font-size: 20px;
    margin-top: 4px;
    border-radius: 7px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    background: #ff6b6b;
    font-family: 'playfair-fontone';
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 2px solid #cecece;
    /* top: 25px; */
    padding: 30px 50px;
    border-radius: 5px;
    background: #fff;
}

.or-amazon p {
    font-size: 21px;
    position: absolute;
    background: #f3f3f3;
    top: -18px;
    left: 106px;
    padding: 3px 20px;
    color: #333333;
    display: block;
    text-transform: uppercase;
    border: 1px solid #cecece;
    font-family: 'playfair-fontone';
    font-size: 13px;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    display: inline-block;
    width: 100%;
    padding: 5px 5px;
    border-radius: 7px;
    border: 1px solid #989898;
}

.product-img img {
    width: 100%;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    padding: 16px 18px;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.table-space h3 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    font-family: "Roboto";
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #c2c2c2;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 22px;
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    background-color: #ff6b6b;
    color: #fff;
}

.table-space h6 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    font-family: "Roboto";
}


.space span {
    color: #666666;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto";
    line-height: 30px;
}

section.add-to-cart {
    margin: 100px 0px;
}

/* Cart */


/* Cart Page End */



/* Checkout Page Start */

.billing_form h3 {
    font-size: 28px;
    color: #000000;
    margin: 0;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 14px;
    font-family: 'montserrat-fonttwo';
    color: #7c7c7c;
    font-weight: 500;
}

.radiosss p {
    color: #7c7c7c;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 40px;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    padding-left: 15px;
    background: #fff;
    border-radius: 8px;
}

.billing_form input::placeholder {
    color: #7c7c7c;
    font-family: 'Poppins';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'playfair-fontone';
}

.cart_sidebar .cart_lst li span.price {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 14px;
    font-weight: 600;
    color: #394136;
    text-transform: uppercase;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: "Roboto", sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

p.p-same-p {
    font-size: 13px;
    background: #fffcf300;
    line-height: 23px;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    background: #fff;
}

.cart_sidebar h3 {
    font-size: 24px;
    color: #394136;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 300;
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #394136;
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: uppercase;
}

.cart_sidebar h5 span {
    float: right;
}

.cart_sidebar h4 {
    font-size: 25px;
    color: #394136;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    text-transform: uppercase;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #7c7c7c;
}

.cart_sidebar ul li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #2E6FBD;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: "Poppins", sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border: none;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff6b6b;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.checkout_btn:hover {
    color: white;
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 600;
    color: #394136;
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'playfair-fontone';
}

.cart_sidebar .radiosss-payments li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #ff6b6b;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 100px 0;
}

.billing_form {
    /* border: 2px solid #8080806e; */
    padding: 0px 25px;
}

span.chk-price {
    color: 394136;
}

/*section.checkout_page {
    margin: 100px 0px;
}*/
/* Checkout Page End */

/* Text Editoe Css Star  */
    .editor-container {
      /* max-width: 800px; */
      /* margin: 50px auto; */
      /* background: #fff; */
      /* padding: 30px; */
      /* border-radius: 15px; */
      /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
    }
    .editor-title {
      font-size: 34px;
      font-weight: 600;
      margin-bottom: 50px;
      font-family: 'playfair-fontone';
    }
    .editor-input, .editor-textarea {
      border-radius: 25px;
      border: 1px solid #ddd;
      padding: 12px 20px;
      margin-bottom: 20px;
      width: 100%;
    }
    .editor-textarea {
      height: 200px;
      resize: none;
      border-radius: 15px;
    }
    .editor-toolbar {
      display: flex;
      gap: 10px;
      margin-top: 15px;
      flex-wrap: wrap;
    }
    .editor-toolbar button {
      border-radius: 25px;
      padding: 10px 30px;
      border: 1px solid #dee2e4;
      background: #fff;
    }
    .btn-send {
      background-color: #ff6f61;
      border: none;
      border-radius: 25px;
      padding: 10px 25px;
      font-weight: 600;
      color: #fff;
    }
    .btn-send:hover {
      background-color: #ff5647;
    }
    .draft-btn {
      position: absolute;
      right: 30px;
      top: 0px;
      background: #bbb;
      color: #000000;
      border-radius: 25px;
      border: none;
      padding: 8px 30px;
      font-size: 14px;
    }
section.text-editor-sec {
    margin: 100px 0px;
}

.editor-toolbar select {
    border-radius: 110px;
    padding: 12px 40px 12px 20px;
}
.logo-img span {
    line-height: 1;
    position: absolute;
    color: #000;
    font-size: 16px;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    border-radius: 30px;
}

    /* Text Editoe Css Star  */

    .wellness-header {
            text-align: center;
            margin-bottom: 40px;
            padding: 30px 20px;
            background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
            color: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .wellness-header h1 {
            font-size: 2.8rem;
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .wellness-header p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto;
            opacity: 0.9;
        }
        
        .wellness-table-container {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 30px;
            overflow: hidden;
        }
        
        .wellness-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        
        .wellness-table th {
            background: linear-gradient(135deg, #bc9e84 0%, #f7666e 100%);
            color: white;
            padding: 18px 15px;
            text-align: left;
            /* font-weight: 600; */
            font-size: 1.1rem;
            border: unset;
            font-family: 'playfair-fontone';
        }
        
        .wellness-table td {
            padding: 16px 11px;
            border: 1px solid #e2e8f0;
            vertical-align: top;
            font-family: 'montserrat-fonttwo';
        }
        
        .wellness-table tbody tr {
            transition: background-color 0.3s ease;
        }
        
        .wellness-table tbody tr:hover {
            background-color: #f8fafc;
        }
        
        .wellness-table tbody tr:nth-child(even) {
            background-color: #f7fafc;
        }
        
        .wellness-table tbody tr:nth-child(even):hover {
            background-color: #f1f5f9;
        }
        
        .wellness-dimension {
            font-weight: 600;
            color: #2d3748;
            width: 23%;
        }
        
        .wellness-focus {
            width: 25%;
            color: #4a5568;
        }
        
        .wellness-examples {
            width: 55%;
            color: #4a5568;
        }
        
        .wellness-dimension-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            background: #bc9e84;
            color: white;
            border-radius: 50%;
            margin-right: 10px;
            font-size: 0.9rem;
        }
        
        .wellness-balance-note {
            background: white;
            padding: 25px 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
            border-left: 5px solid #f7666e;
        }
        
        .wellness-balance-note p {
            font-size: 1.1rem;
            color: #5a189a;
            font-weight: 500;
            display: flex;
            align-items: center;
        }
        
    
        
        @media (max-width: 768px) {
            .wellness-table-container {
                padding: 15px;
                overflow-x: auto;
            }
            
            .wellness-table {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
            
            .wellness-header h1 {
                font-size: 2.2rem;
            }
            
            .wellness-table th, 
            .wellness-table td {
                padding: 12px 10px;
            }
        }
          
.wellnees-btm-check label {
    font-family: 'montserrat-fonttwo';
    color: #000;
}
section.wellness-sec {
    padding: 90px 0px;
}



/*  Section mcqs Start */

.mcqs-page .course-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mcqs-step-count span {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}

.mcqs-step-box {
    max-width: 950px;
    margin: 5% auto 0;
    position: relative;
    z-index: 1;
    background: #f4f4f4;
    border-radius: 5px;
}

.mcqs-step-box .step {
    display: none;
}

.mcqs-step-box .step.active {
    display: block;
}

.mcqs-step-box .steps-option {
    list-style: none;
    padding: 0;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.mcqs-step-box .option {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.mcqs-step-box .option h4 {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 16.35px;
    color: #313131;
    font-family: 'montserrat-fonttwo';
}

.mcqs-step-box .option input[type="radio"] {
    margin-right: 10px;
    accent-color: #eb6672;
}

.mcqs-step-box .option input[type="radio"]:checked+label {
    color: #f7666e;
    font-weight: bold;
}

.mcqs-step-box .step-button {
    margin-top: 40px;
    text-align: right;
}

.mcqs-step-box .btn-2 {
    background: #f7666e;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    width: 100px;
    flex-direction: column;
    text-transform: uppercase;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 0;
    padding: 10px 10px;
    border-radius: 40px;
}

.mcqs-step-box .mcqs-step-count {
    text-align: center;
    margin: 20px 0;
    font-size: 18px;
}

.step-form {
    padding: 0 0 0 0;
}

.span-design span {
    width: 50px;
    height: 50px;
    background: #fdfbf7;
    display: inline-flex;
    border-radius: 70px;
    margin: -25px 0 0;
}

.span-design {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 0;
}

.step-head {
    padding: 25px 0 25px;
    text-align: center;
    border-bottom: 1px solid #313131;
}

.step-head h3 {
    font-size: 42px;
    color: #313131;
    margin-bottom: 0;
    font-family: 'BlenderPro-Medium';
}

.step-content {
    padding: 50px;
}

.step-content h3 {
    font-size: 29px;
    color: #000;
    font-family: 'playfair-fontone';
    font-weight: 500;
}
.span-design span:before {
    display: none;
}
ul.steps-option label {
    font-size: 15.99px;
    color: #313131;
    font-weight: 500;
    font-family: 'montserrat-fonttwo';
}

.wellness-mcqs-main .community-storie-top-heading p {
    text-align: left;
}

.wellness-mcqs-main .community-storie-top-heading h2 {
    font-size: 50px;
    text-align: left;
}

.wellness-mcqs-main .community-storie-top-heading:before {
    display: none;
}

.wellness-mcqs-main .community-storie-top-heading {
    margin-bottom: -11px;
}
.step-button .btn-1 {
    background: #1e1e1e;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    width: fit-content;
    flex-direction: column;
    text-transform: uppercase;
    height: fit-content;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 0;
    padding: 10px 16px;
    border-radius: 40px;
}

.step-button {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.mcqs-step-box .option p {
    margin-bottom: 0px;
}
.progress-container {
    width: 358px;
    height: 358px;
    position: relative;
    margin: 10px auto;
}

.circle {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: conic-gradient( #140342 0deg, #e0e0e0 0deg);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s linear;
}

.progress-value {
    position: absolute;
    font-size: 95px;
    font-weight: 500;
    color: #140342;
    font-family: 'BlenderPro-Medium';
}

.circle::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 80%;
    background: #fff;
    border-radius: 500px;
}

.mcqs-bottom-result {
    padding: 30px;
}

.result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #bababa;
}

.filter {
    position: relative;
    z-index: 1;
}

.filter select {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #d0cfcf;
    padding: 10px 30px 10px 50px;
    background: #f4f4f4;
    border-radius: 5px;
}

.filter i {
    color: #1c212e;
    margin: 0 -30px 0 0;
    z-index: 1;
    position: relative;
}

.final-result-box {
    padding: 20px;
    background: #f4f4f4;
    border-radius: 10px;
}

.final-result-box h4 {
    font-size: 16px;
    color: #313131;
    font-weight: 600;
}

ul.fnl-reult-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.fnl-reult-list span {
    font-size: 16px;
    color: #313131;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
}

ul.fnl-reult-list li .fa-circle-dot {
    color: #c2c4c6;
}

ul.fnl-reult-list i {
    font-size: 16px;
}

ul.fnl-reult-list p {
    font-size: 12px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

ul.fnl-reult-list li.red i,
ul.fnl-reult-list li.red p {
    color: #e32f2b;
}

ul.fnl-reult-list li.green i,
ul.fnl-reult-list li.green p {
    color: #02bc7d;
}

ul.fnl-reult-list {
    margin: 0;
}
.wellness-mcqs-main {
    padding-bottom: 100px;
}
span.for-scored {
    font-family: 'montserrat-fonttwo';
    font-size: 20px;
    margin-left: 6px;
}
/* Section mcqs End */
.login-txt input{
    color : black !important;
}
.account-page-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.account-page-modal-content {
    background-color: #ffffff;
    margin: 5% auto;
    border-radius: 12px;
    width: 90%;
    max-width: 700px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.4s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.account-page-modal-header {
    padding: 25px 30px;
    background: #ff6b6b;
    color: white;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-page-modal-header h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: white
}

.account-page-modal-close {
    color: white;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1;
}

.account-page-modal-close:hover,
.account-page-modal-close:focus {
    transform: rotate(90deg);
    opacity: 0.8;
}

.account-page-modal-body {
    padding: 30px;
    max-height: 400px;
    overflow-y: auto;
}

.account-page-modal-body::-webkit-scrollbar {
    width: 8px;
}

.account-page-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.account-page-modal-body::-webkit-scrollbar-thumb {
    background: #be9f83;
    border-radius: 10px;
}

.account-page-modal-body::-webkit-scrollbar-thumb:hover {
    background: #764ba2;
}

.account-page-terms-content p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}


/* Responsive Design */
@media (max-width: 768px) {
    .account-page-modal-content {
        width: 95%;
        margin: 10% auto;
    }
    
    .account-page-modal-header {
        padding: 20px;
    }
    
    .account-page-modal-header h2 {
        font-size: 20px;
    }
    
    .account-page-modal-body {
        padding: 20px;
    }
}
/*.terms-container {
  margin-top: 10px;
  margin: 
}*/

.terms-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
}

.terms-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin: 0 0 0 0;
}

/*.terms-label a {
  color: #007bff;
  text-decoration: none;
}

.terms-label a:hover {
  text-decoration: underline;
}
*/
.wellness-examples p {
    color: #4a5568;
}

.account-page-terms-content h2 {
    font-size: 40px;
    /* margin: 0; */
    font-size: 24px;
    font-weight: 700;
}
.slick-active{
    opacity: 1 !important;
}
/* force show slick arrows */
.slick-prev, .slick-next {
  display: block !important;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6);
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.slick-prev:before, .slick-next:before {
  color: #fff;
  font-size: 20px;
  opacity: 1;
}

.slick-prev {
  left: -45px;
}
.slick-next {
  right: -45px;
}

/* optional hover effect */
.slick-prev:hover, .slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.Editorial p {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 40px;
}

img.post_image{
    height: 100px;
    width: 100px;
    border: 1px solid black;
    border-radius: 50px;
}
.banner-client-box-two h4 a {
    font-family: 'playfair-fontone';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

.post-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.06);overflow:hidden;margin: 50px 0 0 0;padding: 40px 40px;}
.post-card__header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid #f1f3f5;background:#fafbfc}
.post-card__title{margin:0;font-size:22px;font-weight:700;color:#1f2937}
.post-status{font-size:12px;font-weight:600;padding:6px 10px;border-radius:999px;letter-spacing:.3px;text-transform:uppercase}
.post-status--pending{background:#fff8e6;color:#b36a00;border:1px solid #ffe4a3}
.post-status--approved{background:#e9fff3;color:#117a43;border:1px solid #baf0d1}
.post-status--rejected{background:#ffecec;color:#b02318;border:1px solid #ffb8b2}

.post-card__body{padding:22px}
.post-meta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:16px}
.post-meta__item{font-size:13px;color:#4b5563;background:#f8fafc;border:1px solid #eef2f7;border-radius:8px;padding:8px 10px;}
.post-media{
    display:grid;
    grid-template-columns:40% 1fr;
    gap:22px;
}
.post-media__img{width:100%;height:auto;border-radius:10px;border:1px solid #eef2f7;background:#f8fafc;object-fit:cover}
.post-content{font-size:15px;line-height:1.7;color:#334155;white-space:normal}
.post-content blockquote{border-left:3px solid #e5e7eb;margin:12px 0;padding:8px 14px;background:#fafafa}
.post-card__footer{padding:18px 22px;border-top:1px solid #f1f3f5;display:flex;justify-content:flex-end;gap:10px;background:#fafbfc}
.btn-soft{display:inline-block;border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:10px 14px;font-size:14px;color:#374151;text-decoration:none}
.btn-soft:hover{background:#f8fafc}
.post-content h2 {
    font-size: 40px;
}
.post-content h3 {
    font-size: 32px;
}
.post-content h4{
    font-size: 24px;
}
.post-content h5{
    font-size: 22px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    ul.header-btn-sd a.theme_btn {
    padding: 14px 14px;
    font-size: 12px;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
    .banner_text h1 {
        font-size: 50px;
    }
    
    .footer-btm ul li a {
        font-size: 13px;
    }
    .wellness-table td {
        font-size: 14px;
    }
    .friend_main {
        padding: 20px;
        height: 200px;
    }
    
    .connect-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .connect-row a {
        font-size: 12px;
    }
    .row.friend-row-info {
        width: 70%;
    }
    section.add-to-cart {
        margin: 20px 0;
    }
    
    .table> :not(:last-child)> :last-child>* {
        font-size: 14px;
    }
    
    .total-section li {
        font-size: 20px;
    }
    .menuSec .col-md-6 {
    width: 40%;
}

.menuSec .col-md-4 {
    width: 42.333333%;
}

ul.header-btn-sd a.theme_btn {
    padding: 14px 12px;
}
    
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .container-fluid {
    padding: 0 3%;
}

ul.header-btn-sd {
    justify-content: space-between;
    gap: 7px;
}
ul.header-btn-sd a.theme_btn {
    padding: 12px 10px;
    font-size: 10px;
}
ul.menu-sec {
    gap: 0;
    justify-content: space-around;
    margin: 0;
}

.header-bottom-icons ul li img {
}

.banner-img-two img, .banner-img-one img {
    height: 350px;
}

.banner_text h1 {
    font-size: 50px;
}

.carousel-indicators {
    left: 190px;
}

section.main_slider {
    height: 97vh;
}

h2 {
    font-size: 56px;
}

section.community-storie-sec {
    margin-bottom: 80px;
}

.wellness-categories-img.wellness-categories-img-two img {
    height: 489px;
}

img.post-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

section.deop-line-sec {
    margin-bottom: 0;
}

.footer-btm {
    padding: 15px 4%;
}

.footer-btm ul li {
    gap: 10px;
}

.footer-btm ul li a {
    font-size: 12px;
}
.srch_exp {
    padding: 100px 0 50px;
}
.sd_detail_left_top h2 {
    font-size: 40px;
}

section.insta-sec {
    margin-bottom: 50px;
}
.wellness-table td {
    padding: 15px 10px;
    font-size: 14px;
    vertical-align: middle;
}
.row.friend-row-info {
    width: 70%;
}

.friend_main {
    padding: 40px 20px;
}

.friend_main .connect-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.friend_main .connect-row a {
    font-size: 12px;
}

section.add-to-cart {
    margin: 20px 0;
}

.table> :not(:last-child)> :last-child>* {
    font-size: 14px;
}

.total-section li {
    font-size: 20px;
}

}
html {
    overflow-x: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container-fluid {
    padding: 0 3%;
}

ul.header-btn-sd {
    justify-content: space-between;
    gap: 0;
}

ul.header-btn-sd a {
    padding: 10px 20px;
    font-size: 10px;
}

ul.menu-sec {
    justify-content: space-between;
    gap: 0;
}

ul.menu-sec li a {
    font-size: 10px;
    font-weight: 600;
}

.header-bottom-icons ul {
    gap: 10px;
}

.header-bottom-icons ul img {
    width: 20px;
    height: 20px;
    object-fit: contain !important;
}

.header-bottom-icons ul i {
    font-size: 14px;
}

.banner_text h1 {
    font-size: 40px;
}

.banner-img-two img, .banner-img-one img {
    height: 270px !important;
}

ul.banner-ul-btn a {
    font-size: 12px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: contain;
    width: 60px;
}

.carousel-control-prev {
    left: 5%;
}

.carousel-control-next {
    left: 50%;
}

.carousel-indicators {
    left: 20%;
}

.community-storie-top-heading h2 {
    font-size: 50px;
}
.community-storie-box-text h3 {
    font-size: 20px;
}
section.community-storie-sec .col-md-4 {
    padding: 0 12px;
}

img.post-image {
    height: 285px !important;
}
.community-storie-box-text h3 {
        font-size: 20px;
        line-height: 33px;
    }
.form-our-text h2 {
    font-size: 50px;
}

.form-our-img-one img {
        height: 100%;
        object-fit: cover;
        margin-bottom: 23px;
    }
.align-items-end {
    align-items: center !important;
}

section.form-our-sec {
    margin-bottom: 40px;
    padding-bottom: 0px;
}

.wellness-categories-text h3 {
    font-size: 26px;
}

.wellness-categories-img {
}

.wellness-categories-img img {
    height: 273px;
    object-fit: cover;
}

section.wellness-categories-sec {
    margin-bottom: 60px;
}

.deop-line-box h2 {
    font-size: 60px;
}

section.deop-line-sec {
    margin-bottom: 0;
}

.footer-btm {
    padding: 20px 3%;
}

.footer-btm ul li p {
    font-size: 12px;
}

.footer-btm ul li {
    font-size: 10px;
}
.inr_bnr_head h1 {
    font-size: 50px;
}

.merchandise {
    padding: 70px 0;
}

.vendors_head h2 {
    font-size: 54px;
}

.merchandise_main {
    margin: 0;
    padding: 7px;
    overflow: hidden;
}

.mer_cart {
    height: 30px;
    font-size: 14px;
    width: 55px;
}
section.prod-det {
    padding-top: 0;
}

.product-details-title h2 {font-size: 40px;}
.sd_detail {
    padding: 80px 0;
}

.sd_detail_left_top h2 {
    font-size: 32px;
}

.sd_detail_left_top h3 {
    font-size: 24px;
}

section.insta-sec {
    margin-bottom: 40px;
}

.wellness-table td {
    font-size: 12px;
    padding: 6px;
    vertical-align: middle;
}

.wellness-dimension-number {
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-right: 5px;
}
.login-txt h3 {
    font-size: 35px;
}

.terms-label {
    flex-wrap: wrap;
}

section.login {
    padding: 60px 0;
}
.row.friend-row-info {
    width: 85%;
}

.friend_img {
    width: 70px;
    height: 70px;
}

.friend_right h4 {
    font-size: 14px;
}

.friend_main {
    padding: 20px;
    height: 200px;
}

.connect-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.connect-row .fri a {
    font-size: 10px;
    padding: 10px 20px !important;
}

section.friend {
    padding: 60px 0;
}
.banner-client-box-two-img p {
    font-size: 12px;
}

ul.ommunity-storie-box-text-ulone li {
    font-size: 12px;
}
section.srch_exp {
    padding-bottom: 0;
}
.table> :not(:last-child)> :last-child>* {
    font-size: 13px;
}

.table-space h5 {
    font-size: 14px;
    margin-bottom: 6px;
}

a.update {
    margin: 0 auto !important;
}

.total-section {
    padding: 20px 10px;
}

.total-section li {
    font-size: 16px;
}

section.add-to-cart {
    margin: 40px 0;
}
section.main_slider {
    height: auto;
    padding-bottom: 70px;
}

.banner-img img {
    height: 450px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container-fluid {
    padding: 0 2%;
}

.logo-img img {
    width: 100%;
}

.header-input {
    margin-left: -5px;
}

ul.header-btn-sd {
    justify-content: space-between;
    margin-left: -55px;
}

ul.header-btn-sd a {
    font-size: 10px;
    padding: 8px 15px;
}

ul.menu-sec {
    justify-content: space-around;
    width: 103%;
    gap: 0;
    margin-bottom: 0;
}

ul.menu-sec li a {
    font-size: 8px;
    font-weight: 600;
}

.header-bottom-icons ul {
    gap: 0;
    justify-content: space-around;
}

.header-bottom-icons ul li a i {
    width: 20px;
    height: 20px;
    font-size: 12px;
}

.header-bottom-icons ul li a img {
    width: 15px;
    height: 15px;
}

.header-bottom-icons ul li a {
    gap: 4px;
    font-size: 12px;
    align-items: center;
}

.banner_text h1 {
    font-size: 30px;
}

.banner_text a {
    font-size: 10px;
    padding: 12px 15px;
}

.banner-img-two img, .banner-img-one img {
    height: 200px !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    background-size: contain;
}

button.carousel-control-prev {
    left: 5%;
}

button.carousel-control-next {
    left: 50%;
}

.carousel-indicators {
    left: 20%;
    bottom: -40px;
}

.community-storie-top-heading h2 {
    font-size: 50px;
}

section.community-storie-sec .col-md-4 {
    padding: 0 12px;
}

.community-storie-allcategories ul li {
    padding: 10px;
}

img.post-image {
    height: 220px !important;
}

.community-storie-box-text {
    padding: 10px;
}

.community-storie-box-text h3 {
    font-size: 17px;
}

ul.ommunity-storie-box-text-ulone li {
    font-size: 11px;
}

.banner-client-box-two-img p {
    font-size: 11px;
}

.banner-client-box-two-img {
    gap: 2px;
    margin-bottom: 0;
}

section.community-storie-sec {
    margin-bottom: 50px;
}


section.form-our-sec .col-md-3 {
    width: 50%;
    order: 2;
}

section.form-our-sec .col-md-4 {
    order: 1;
    width: 50%;
}

section.form-our-sec .row.align-items-end {
    align-items: unset !important;
    row-gap: 20px;
}

section.form-our-sec .col-md-5 {
    width: 100%;
    order: 3;
}

.form-our-text-box {
    margin: 10px 0;
    width: 100%;
}

section.form-our-sec {
    padding: 60px 0;
    margin-bottom: 60px;
}

section.wellness-categories-sec .col-md-5 {
    width: 50%;
}

section.wellness-categories-sec .col-md-7 {
    width: 50%;
}

.wellness-categories-img.wellness-categories-img-two img {
    height: 370px;
}

.wellness-categories-text h3 {
    font-size: 22px;
}

section.wellness-categories-sec {
    margin-bottom: 50px;
}

.deop-line-box h2 {
    font-size: 40px;
}

section.deop-line-sec {
    margin-bottom: 0;
}

.footer-btm {
    padding: 10px 2%;
}

.footer-btm ul {
    flex-wrap: wrap;
    row-gap: 12px;
    justify-content: center;
    text-align: center;
}

.footer-btm ul a {
    font-size: 11px;
}
.inr_bnr_head h1 {
    font-size: 40px;
}

.vendors_head h2 {
    font-size: 50px;
}

.merchandise .col-lg-3 {
    width: 50%;
}
section.prod-det {
    padding: 0 0 30px;
}

.product-details-title h2 {
    font-size: 30px;
}

.product-details-title h4 {
    font-size: 20px;
}
.srch_exp_form .col-lg-6 {
    width: 60%;
}

.srch_exp_form .col-lg-6:last-child {
    width: 40%;
}

.srch_exp_op ul li select {
    width: 100%;
}

.serchbarpg {
    width: 100%;
}

.srch_exp {
    padding: 50px 0 10px;
}
.banner-client-box-two-img img {
    width: 15px;
    height: 15px;
    object-fit: cover;
    border-bottom: 50px;
}
.sd_detail {
    padding: 60px 0;
}

.sd_detail .col-lg-7.col-md-7.col-sm-12 {
    width: 100%;
}

section.insta-sec {
    margin-bottom: 50px;
}

.about-page .col-md-7 {order: 2;}

.about-page .col-md-4 {
    width: 41% !important;
}

section.form-our-sec .col-md-4 img {
    height: 670px;
    object-fit: cover;
    border-radius: 8px;
}
section.login {
    padding: 50px 0;
}

section.login .col-lg-6 {
    width: 50%;
}

.login-txt {
    padding: 30px 15px 20px;
}

.login-txt h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.terms-label {
    flex-wrap: wrap;
    font-size: 12px;
}
.row.friend-row-info {
    width: 100%;
    margin-bottom: 50px;
}

.row.friend-row-info .col-md-3 {
    width: 50%;
}

.friend {
    padding: 50px 0;
}

.friend .col-lg-4 {
    width: 50%;
}

.friend_main {
    padding: 20px;
    height: 200px;
    text-align: center;
}

.friend_main .connect-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.friend_main .connect-row a {
    font-size: 12px;
    padding: 10px 24px !important;
}

.friend_main .connect-row .fri {
    margin: 0;
}
.wellnees-btm-check {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
}
section.add-to-cart {
    margin: 0 0 30px;
}

section.add-to-cart .col-lg-9.col-md-9.col-sm-9.col-12 {
    width: 100%;
}

.table> :not(:last-child)> :last-child>* {
    font-size: 13px;
}

.table-space h5 {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 4px;
}

a.update {
    font-size: 12px !important;
}
section.main_slider {
    height: auto;
    padding-bottom: 65px;
}

.banner-img img {
    height: 450px;
}


}
li.mobile-menu {
    display: none;
}
@media(max-width: 767px){
    
    li.mobile-menu  a:hover {
        background: transparent;
    }
    
    li.mobile-menu a img {
        filter: invert(1);
    }
    
    li.mobile-menu .header-bottom-icons ul li a i {
        border-color: #fff;
    }
    
    li.mobile-menu a {
        color: #fff !important;
    }
    li.mobile-menu {
        display: block;
    }
li.mobile-menu .header-bottom-icons {
    display: block !important;
}
.header-bottom-icons {
    display: none;
}
.slicknav_nav a:hover {
    background: #000;
}

.container-fluid {
    padding: 0 12px;
}

.logo-img img {
    margin: 0 auto;
    display: block;
    width: 50%;
}

.header-input {
    width: 100%;
    margin: 15px 0;
}

ul.header-btn-sd {
    justify-content: space-around;
}

.header-bottom {
    padding: 0;
}

section.main_slider {
    height: auto;
    padding-bottom: 80px;
}

.banner-img img {
    height: 700px;
}

.banner_img .col-md-3 {
    width: 25%;
}

.banner-img-two img, .banner-img-one img {
    height: 200px !important;
    border-radius: 8px;
}

.banner_img {
    margin-top: 50px;
}

.banner_text h1 {
    font-size: 50px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    background-size: contain;
}

.community-storie-top-heading h2 {
    font-size: 40px;
}

.community-storie-box img {
    width: 100% !important;
}



.banner-client-box-two-img img {
        width: 30px !important;
}

section.community-storie-sec {margin-bottom: 0;}

section.form-our-sec {
    padding: 50px 0;
    margin-bottom: 50px;
}

section.form-our-sec .col-md-3 {
    order: 1;
    width: 50%;
}

section.form-our-sec .col-md-4 {
    order: 2;
    width: 50%;
}

section.form-our-sec.col-md-5 {
    order: 3;
}

section.form-our-sec .col-md-5 {
    order: 3;
}

section.form-our-sec .row.align-items-end {
    row-gap: 20px;
}

.form-our-text-box {
    margin: 20px 0;
    width: 100%;
}

.wellness-categories-img.wellness-categories-img-two img {
    height: auto;
}

section.wellness-categories-sec {
    margin-bottom: 50px;
}

section.deop-line-sec .row.deop-line-row {
    padding: 40px 0;
}

section.deop-line-sec {
    margin-bottom: 0;
}

.deop-line-box h2 {
    font-size: 50px;
}

.deop-line-box {
    margin-bottom: 20px;
}

section.insta-sec {
    margin: 0;
}

.footer-btm {
    padding: 10px 0;
}

.footer-btm ul {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    row-gap: 15px;
}

.footer-btm ul li {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-btm ul li a {
    font-size: 12px;
}

.footer-box img {
    width: 50%;
}

.footer-box {
    width: 80%;
}
.inr_bnr_head h1 {
    font-size: 40px;
}

.inr_bnr_head p {
    width: 90%;
}

.merchandise {
    padding: 60px 0;
}

.vendors_head h2 {
    font-size: 50px;
}

.merchandise_main {
    width: 70%;
    margin: 40px auto 0;
}
section.prod-det {
    padding: 0 0 60px !important;
}

.product-details {
    margin-top: 30px;
}

.product-details-title h2 {
    font-size: 40px;
}

.product-details-title h4 {
    font-size: 30px;
}
.serchbarpg {
    width: 100%;
    margin-bottom: 10px;
}
.sd_detail {
    padding: 70px 0;
}

.sd_detail_left_top h2 {
    font-size: 40px;
}

.about-page .col-md-4 {
    width: 100% !important;
    order: 1;
}
section.wellness-sec {
    padding: 60px 0;
}

.mcqs-page .course-title {
    flex-wrap: wrap;
}
section.login {
    padding: 40px 0;
}

.terms-label {
   flex-wrap: wrap;
        font-size: 12px;
}
.friend {
    padding: 50px 0;
}

.row.friend-row-info {
    width: 100%;
    margin-bottom: 40px;
}

.friend_main {
    text-align: center;
    height: auto;
}
.wellnees-btm-check {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
}
.step-content {
    padding: 40px 20px;
}

.table-responsive table {
    width: 1200px !important;
    max-width: 1200px !important;
    overflow-x: scroll;
}
.product-img {
    width: 80px;
}
section.add-to-cart {
    margin: 20px 0;
}
}

@media(max-width:519px){
    ul.header-btn-sd {
    justify-content: space-between;
    gap: 0px !important;
}

ul.header-btn-sd a {
    font-size: 10px;
    /*padding: 10px 20px !important;*/
        padding: 10px 6px !important;
}

ul.banner-ul-btn a {
    font-size: 10px;
    padding: 10px 15px !important;
}

.banner_text h1 {
    font-size: 30px;
}

.banner_text p {
    font-size: 13px;
}

.banner-img-two img, .banner-img-one img {
    height: 150px !important;
}

.carousel-control-prev {
    left: 10%;
}

.carousel-control-next {
    left: auto;
    right: 9%;
}

.carousel-indicators {
    z-index: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

section.community-storie-sec .col-md-4 {
    padding: 0 12px;
}

.community-storie-box img {
    height: auto !important;
}

.community-storie-box-text h3 {
    font-size: 20px;
}

section.community-storie-sec  .row.mb-5 {
    margin-bottom: 0 !important;
}

section.form-our-sec .col-md-3 {
    width: 100%;
}

section.form-our-sec .col-md-4 {
    width: 100%;
}

.community-storie-top-heading h2 {
    font-size: 30px;
}

.wellness-categories-text h3 {
    font-size: 20px;
}

.deop-line-box h2 {
    font-size: 36px;
}

.deop-line-box .content {
    width: 100% !important;
}

.footer-info ul {
    gap: 5px;
    justify-content: space-between;
}

.footer-info ul li a {
    font-size: 11px;
}

.footer-info ul li a i {
    margin-right: 4px;
}
.inr_bnr_head h1 {
    font-size: 30px;
}

.inr_bnr_head p {
    width: 100%;
    font-size: 13px;
}

.vendors_head h2 {
    font-size: 40px;
}

.merchandise_main {
    width: 100%;
}

.footer-box {
    width: 95%;
}
.prod-det .container {
    padding: 0 12px !important;
}


.productdetailportion img {
    height: auto !important;
}
.product-details-title {
    flex-wrap: wrap;
}

.product-details-title h2 {
    font-size: 30px;
}

.product-details-title h4 {
    font-size: 26px;
}

input#quantity {
    width: 70px !important;
}

.qty-minus, .qty-plus {
    padding: 10px;
}
.subscibe-sec h3 {
    font-size: 20px;
}

.sd_detail_left_top h2 {
    font-size: 28px;
}
.wellness-mcqs-main .community-storie-top-heading h2 {
    font-size: 30px !important;
}

.wellness-mcqs-main .community-storie-top-heading {
    margin-bottom: 0;
}

.span-design span {
}


.theme-bg.mcqs-page-box .course-title {
    position: relative;
    z-index: 9;
}

.step-content {
    padding: 20px 10px;
}

ul.steps-option label {
    font-size: 12px;
    line-height: 20px;
}
.progress-container {
    width: 300px;
    height: 300px;
    margin: auto;
}
.login-txt {
    padding: 20px 10px 10px;
}

.login-txt h3 {
    font-size: 30px;
    line-height: 36px;
}
.form-our-img-two img {
    width: 100%;
}

.form-our-img-two h2 {
    font-size: 40px;
    text-align: center;
}

.form-our-img-two h2 span {
    display: unset !important;
}
.wellness-balance-note {
    padding: 10px;
}

.wellnees-btm-check label {
    font-size: 12px;
}
ul.product-details-ul {
    gap: 0;
    justify-content: space-between;
}
section.add-to-cart {
    margin: 0 0;
}



.total-section {
    margin: 20px 0;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

@media only screen and (min-width: 0px) and (max-width: 299px) {}






@media(max-width: 991px){.post-media{grid-template-columns:1fr}}

img.post-image{
    height: 400px;
    width: 400px;
    border: 1px solid black;
    border-radius: 20px;
}

.srch_exp_op {
    margin: -40px 0 0 0;
}

.sd_detail_right {
    width: 100%;
    float: right;
}
.subscibe-sec h3{
    margin: 0 0 0 -20px;
}

.commentbox img {
    width: 150px !important;
    height: 100px !important;
    object-fit: contain;
    margin: 20px 0 0 10px;
    border: 1px solid;
    border-radius: 50px;
}

/* Scrollable Comments Section */
.all-answers {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 50px);
    padding: 32px;
    flex: 1;
}

/* Comment Section Styles */
.post-comment {
    margin-bottom: 32px;
    padding: 24px;
    background: #f8f9fa;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.post-comment:hover {
    box-shadow: 0 4px 12px rgba(4, 137, 143, 0.15);
    transform: translateY(-2px);
}

.post-post-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.author-avatar img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid #04898f;
    margin-right: 16px;
    object-fit: cover;
}

.post-post-author {
    flex: 1;
}

.author-name {
    font-size: 17px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

.author-name:hover {
    color: #04898f;
}

.post-author-meta {
    display: flex;
    gap: 16px;
    margin-top: 6px;
    font-size: 13px;
    color: #6c757d;
}

.author-badge i {
    margin-right: 6px;
    color: #04898f;
}

.comment-content {
    padding-left: 72px;
}

.comment-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 16px;
}

.action-button-container {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.action_btn {
    padding: 8px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.ask-btn {
    background: #fdb63c;
    color: white;
}

.ask-btn:hover {
    background: #e5a435;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(253, 182, 60, 0.3);
}

.too-btn {
    background: white;
    color: #04898f;
    border-color: #04898f;
}

.too-btn:hover {
    background: #04898f;
    color: white;
}

.too-btn.liked {
    background: #04898f;
    color: white;
}

.toggle-replies {
    background: #6c757d;
    color: white;
}

.toggle-replies:hover {
    background: #5a6268;
}

/* Reply Box */
.reply-box {
    margin-top: 20px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    border: 2px solid #e9ecef;
}

.reply-box textarea {
    width: 100%;
    min-height: 100px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 16px;
    font-size: 15px;
    resize: vertical;
    transition: border-color 0.3s ease;
}

.reply-box textarea:focus {
    outline: none;
    border-color: #04898f;
}

.nested-reply {
    border-left: 3px solid #04898f;
    padding-left: 20px;
    margin-top: 20px;
    margin-left: 20px;
}

/* Fixed Add Comment Form Section */
.add-comment-section {
    border-top: 2px solid #e9ecef;
    background: white;
    padding: 24px 32px;
    flex-shrink: 0;
}

.add-comment-section .form-group {
    margin-bottom: 16px;
}

.add-comment-section label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #2c3e50;
    font-size: 16px;
}

.add-comment-section textarea {
    width: 100%;
    min-height: 120px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 16px;
    font-size: 15px;
    resize: vertical;
    transition: all 0.3s ease;
}

.add-comment-section textarea:focus {
    outline: none;
    border-color: #04898f;
    box-shadow: 0 0 0 3px rgba(4, 137, 143, 0.1);
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 0 24px 0;
}

.btn-secondary, .btn-primary, .btn-review {
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-2px);
}

.btn-primary, .btn-review {
    background: #04898f;
    color: white;
}

.btn-primary:hover, .btn-review:hover {
    background: #037278;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(4, 137, 143, 0.3);
}

.d-none {
    display: none;
}

.collapsed {
    display: none;
}

.subscibe-check-box {
    margin-top: 12px;
}

.multiples_reply {
    background: #04898f;
    color: white;
    padding: 10px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s ease;
}

.multiples_reply:hover {
    background: #037278;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        max-height: 95vh;
                overflow-x: scroll;
    }

    .modal-header {
        padding: 20px 24px;
    }

    .modal-header h3 {
        font-size: 22px;
    }

    .all-answers {
        padding: 24px;
        max-height: calc(95vh - 360px);
    }

    .add-comment-section {
        padding: 20px 24px;
    }

    .comment-content {
        padding-left: 0;
    }

    .nested-reply {
        margin-left: 10px;
        padding-left: 15px;
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #04898f;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #037278;
}

/* Firefox Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #be9f83 #f1f1f1;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  margin-top: 30px;
}

.pagination li {
  display: inline-block;
  margin: 0 4px;
}

.pagination li a {
  color: #333;
  text-decoration: none;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
}

.pagination li a:hover {
    background-color: #be9f83;
    color: white;
    border-color: #be9f83;
}

.pagination li.active a,
.pagination li a.active {
  background-color: #f05a28;
  color: #fff;
  border-color: #f05a28;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    margin: -6px 0 0 8px;
    height: 40px;
    display: flex;
    justify-content: center;
    color: white;
}


/*Profile Detail*/
 .profile-detail-pag .profile-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
}

.profile-detail-pag .profile-img {
    width: 150px;
    height: 150px;
    border-radius: 25px;
    object-fit: cover;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.profile-detail-pag .section-box {
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    margin: 20px 0;
}

.profile-detail-pag .sec-title {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.profile-detail-pag .info-title {
    font-weight: 600;
    color: #444;
}

.profile-detail-pag .social-icons a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    color: #333;
    margin-right: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.profile-detail-pag .btn-theme {
    padding: 10px 25px;
    font-size: 15px;
    border-radius: 40px;
    background: #FF8B8B;
    color: #fff;
    border: none;
    margin-top: 15px;
}

.profile-detail-pag .progress {
    height: 10px;
    border-radius: 20px;
    background: #eee;
}

.profile-detail-pag .progress-bar {
    background: #FF8B8B;
}
.profile-detail-pag {
    padding: 100px 0;
}
/*Profile Detail*/

/*Chat Page*/
.chat-page {
    padding: 100px 0;
}

.chat-page .show-menu {
    display: block !important;
}

.chat-page .chat-sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.chat-page .my-profile .profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.chat-page .username {
    font-size: 18px;
    font-weight: 600;
}

.chat-page .status {
    font-size: 13px;
    margin-top: -5px;
}

.chat-page .status.online {
    color: #1cc88a;
}

.chat-page .search-box {
    position: relative;
}

.chat-page .search-box i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #777;
}

.chat-page .user-list .user {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s;
    margin: 15px 0;
}

ul.user-list h5 {
    margin-bottom: 0;
}

ul.user-list p {
    margin-bottom: 0;
}

.chat-page .user-list .user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

.chat-page .user-list .user.active,
.chat-page .user-list .user:hover {
    background: #f2ece7;
}


.chat-page .chat-box {
    background: #fff;
    border-radius: 15px;
    padding: 0;
    height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.chat-page .chat-header {
    padding: 20px;
    background: #f2ece7;
    border-bottom: 1px solid #e3e6f0;
}

.chat-page .chat-header .chat-user-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.chat-page .chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.chat-page .message {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.chat-page .message .msg-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.chat-page .message .bubble {
    padding: 12px 18px;
    background: #be9f83;
    border-radius: 15px;
    margin-left: 12px;
    max-width: 65%;
    color: #fff;
}

.chat-page .message.sent {
    flex-direction: row-reverse;
}

.chat-page .message.sent .bubble {
    background: #171717;
    color: #fff;
    margin-right: 12px;
}
.chat-page .chat-input {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    background: #fff;
    gap: 10px;
}

.chat-page .chat-input input {
    flex: 1;
    border: none;
    background: #f1f3f5;
    padding: 12px 15px;
    border-radius: 50px;
    outline: none;
    width: 90%
}

.chat-page .chat-input button {
    background: #000;
    border: none;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-left: 10px;
    margin: 0 0px 0px 10px;
    top: -30px;
    z-index: 99;
    position: relative;
}

.chat-page .chat-input i {
    font-size: 20px;
    cursor: pointer;
}

.chat-page .chat-menu .dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    right: 90px;
    left: auto;
    padding: 10px;
    display: none;
}
.chat-menu .fa-ellipsis-v {
    width: 20px;
    height: 20px;
    display: grid;
    place-content: center;
    cursor: pointer;
}
/*Chat Page*/

.banner-img-two img, .banner-img-one img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}


/*Product Detail Page Start*/
section.prod-det {
    padding: 70px 0;
}

  .prod-det h2,
    .prod-det h4,
    .prod-det h5 {
        font-family: 'playfair-fontone', serif;
        color: #333; /* Default text color */
        line-height: 1;
    }

    /* Apply secondary font to general text */
    .prod-det p,
    .prod-det li,
    .prod-det input,
    .prod-det h6 {
        font-family: 'montserrat-fonttwo', sans-serif;
        color: #555; /* Default text color */
    }

    /* Background for the main section or container */
    .prod-det .container {
        background-color: #fdfbf7;
        padding: 20px;
        border-radius: 8px;
    }

    /* Styling for product details title */
    .product-details-title h4 {
        color: #ff6b6b; /* Accent color for price */
        font-weight: bold;
        font-size: 35px;
    }

    /* Styling for buttons */

    .qty-minus,
    .qty-plus {
        background-color: #ff6b6b;
        color: #fdfbf7; /* Text color on buttons */
        border: 1px solid #ff6b6b;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .qty-minus:hover,
    .qty-plus:hover {
        background-color: #e05a5a; /* Slightly darker on hover */
        border-color: #e05a5a;
    }



    /* Quantity input styling */
    .qtystyle {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center;
        width: 50px;
        font-family: 'montserrat-fonttwo', sans-serif;
    }

    /* In stock text color */
    .change-color-green {
        color: #28a745; /* Standard green for "In stock" */
        font-weight: bold;
    }

    /* Shadow for product image */
    .main_shadow {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        overflow: hidden;
    }

    /* Product description section heading */
.product-description-section h2 {
    border-bottom: 2px solid #ff6b6b;
    padding-bottom: 10px;
    margin-top: 30px;
}

    img.prod-det-img {
    width: 90%;
    height: 500px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.prod_det_slider {
    padding: 30px 0;
}

.product-details-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.product-details-ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

ul.product-details-ul * {
    margin: 0;
}

input#quantity {
    width: 110px;
    height: 47px;
}

.number-item.number-item-added {
    display: flex;
    align-items: center;
}

button.qty-minus.qty-minus-added {
    border-radius: 10px 0 0 10px;
}

button.qty-plus.qty-plus-added {
    border-radius: 0 10px 10px 0;
}

.product-details-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
}

.good-box * {
    margin: 0 0 7px 0;
}

.good-box {
    margin: 10px 0;
}

.good-box li{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}

.good-box li::before {
    content: '';
    height: 10px;
    width: 10px;
    background: #ff6b6b;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 10px;
}



.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #e50914;
  font-size: 22px;
  font-family: "Konexy";
  text-transform: capitalize;
}

.nav-pills .nav-link {
  border-radius: 0rem;
  background: #f1f1f1;
  margin-left: 10px;
  font-size: 22px;
  color: black;
  /* font-weight: 800; */
  font-family: "Konexy";
  text-transform: capitalize;
  border-radius: 10px;
}

.nav-link {
  padding: 1.1rem 5rem;

  color: #000;
}

.tab-content>.active {
  display: block;

  font-size: 18px;

  color: #636363;

  font-family: "Montserrat";

  line-height: 38px;

  font-weight: 400;
}

/*--------------*/

.Quantity-detail p {
  font-size: 21px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
  font-family: "Konexy";
}

.Quantity-detail {
  display: flex;

  align-items: center;

  gap: 15px;

  margin-top: 20px;

  cursor: pointer;
}

.Quantity-detail .counter {
  /*width: 36px;*/

  /* margin: auto; */

  display: flex;

  align-items: center;

  justify-content: center;

  border: none;

  /* margin-top: 20px; */

  gap: 10px;
}

.Quantity-detail .counter input {
  width: 75px;

  border: 0;

  line-height: 30px;

  font-size: 16px;

  text-align: center;

  /* background: #0052cc; */

  color: #000;

  appearance: none;

  outline: 0;

  border: solid 0.5px #c5c5c5;

  /* border-top: unset; */

  /* border-bottom: unset; */
}

.Quantity-detail span.down {
  border: solid 0.5px #e50914;
  border-radius: 16px;
  height: 22px;
  width: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.Quantity-detail span.up {
  border: solid 0.5px;
  border-radius: 16px;
  height: 27px;
  width: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #e50914;
  color: white;
}

/*product-detail-slider*/

.productdetailsmallportion {
  position: relative;
  top: 0;
  z-index: 99;
  /* background: #ffff; */
  width: fit-content;
  padding: 3px 0px;
  margin: 0 auto;
}

.productdetailsmallportion img {
  margin: auto;
  width: 100%;
  /* border: 2px solid #E1E1E1; */
  height: 100%;
  background: #ffff;
  object-position: top;
}

.pr-det .productdetailportion {
  display: flex;
  align-items: center;
  background: #f4f4f4;
  justify-content: center;
  width: 90%;
  margin: 10px auto;
  border-radius: 20px;
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
}

.productdetailsmallportion img {
  background: #fff;
  width: 160px;
  height: 110px;
  position: relative;
  z-index: 999999999999999;
  margin: 10px;
  object-fit: contain;
  object-position: center;
  padding: 0px 11px;
}

.productdetailnav .slick-list.draggable {
  margin-top: -60px;
}

.description .nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 50px;
}

.productdetailnav.slick-initialized.slick-slider {
  width: 80%;
  margin: 0 auto;
}

.img-icon {
  display: flex;
  align-items: center;
  margin: 10px 0;
  gap: 20px;
}

.img-icon img {
  width: 20px;
  object-fit: scale-down;
}

.img-icon p {
  margin: 0;
}

section.add-info.sec {
  padding-top: 0;
}

.description {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.productdetailportion img {
  height: 530px;
  object-position: center;
  object-fit: contain;
  background: #f4f4f4;
  width: 100%;
}

section.add-info {
  padding-bottom: 80px;
} 


section.product-sec {
    padding-bottom: 90px;
}

ul.product-details-ul input::-webkit-outer-spin-button,
ul.product-details-ul input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.connect-row .fri {
    display: inline-block;
    margin-bottom: 0;
}

.connect-row .fri a {
    display: inline-block;
    width: auto !important;
    padding: 10px 30px;
}

a.website_link {
    color: #ff8b8b;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

/*.user-list {
    padding: 30px;
    max-height: 400px;
    overflow-y: auto;
}

.user-list::-webkit-scrollbar {
    width: 8px;
}

.user-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.user-list::-webkit-scrollbar-thumb {
    background: #667eea;
    border-radius: 10px;
}

.user-list::-webkit-scrollbar-thumb:hover {
    background: #764ba2;
}*/

.login-required-card {
    background: #fff;
    border-radius: 15px;
    padding: 60px 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin: 50px 0;
}

.lock-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b6b 0%, #e58181 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: white;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.login-required-card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.login-required-card .lead {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

.action-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-theme-login {
    background: linear-gradient(135deg, #ff6b6b 0%, #e58181 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
}

.btn-theme-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
    color: white;
}

.btn-outline-theme {
    background: transparent;
    color: #e97d7d;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #e97d7d;
    transition: all 0.3s;
}

.btn-outline-theme:hover {
    background: #e97d7d;
    color: white;
    transform: translateY(-2px);
}

.preview-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    border: 2px dashed #dee2e6;
}

.preview-card h5 {
    color: #666;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.profile-preview {
    padding: 20px;
}

.preview-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.profile-preview h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
}

.profile-preview .text-muted {
    font-size: 16px;
    color: #999;
}

@media (max-width: 768px) {
    .login-required-card {
        padding: 40px 20px;
    }
    
    .action-buttons {
        flex-direction: column;
    }
    
    .btn-theme-login, .btn-outline-theme {
        width: 100%;
    }
}
span.time-ago {
    display: block;
}
.unreadmsg {
    position: relative;
    display: flex;
    align-items: center;
    /* badge ke liye thodi jagah chhor do */
    padding-right: 40px;
}

/* text block ko normal flow me rehne do */
.unreadmsg > div {
    flex: 1;
}

/* badge ko bilkul right + center */
.unreadmsg .n-message {
    position: absolute;
    right: 15px;          /* jitna right chahiye utna adjust kar lo */
    top: 50%;
    transform: translateY(-50%);
    
    background: #000;
    color: #fff;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 12px;
    min-width: 22px;
    text-align: center;
}


.section-box ul {
    list-style: disc;
    margin: 0 0 0 20px;
}
.detail-product-description-section {
    margin: 60px 0 40px;
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: 'Poppins', sans-serif;
}

.detail-product-description-section h2 {
    font-size: 40px;
    color: #222;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 4px solid #ff6b6b;
    display: inline-block;
    padding-bottom: 5px;
}

.detail-product-description-section p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-top: 15px;
}

#searchb{
    cursor : pointer;
}

.cart-icon {
    display: flex;
    position: relative;
    align-items: center;
}

.cart-count {
    position: absolute;
    top: -16px;
    left: 16px;
    background: var(--themeColor);
    color: #fff;
    font-size: 10px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 1px solid #000000;
    background: black;
}

.home-banner-btn-1{
    padding: 14px 26px;
    border: unset;
    border-radius: 45px;
    color: #ffffff;
    z-index: 1;
    background: #ff6b6b;
    position: relative;
    font-size: 13px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'montserrat-fonttwo';
    position: relative;
}
.home-banner-btn-2{
    padding: 14px 26px;
    border: unset;
    border-radius: 45px;
    color: #ffffff;
    z-index: 1;
    background: #ff6b6b;
    position: relative;
    font-size: 13px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'montserrat-fonttwo';
    position: relative;
}
.home-banner-btn-1:hover, .home-banner-btn-2:hover{
    color : white;
    background: #000;
}
section.form-our-sec .community-storie-top-heading h2 span {
    display: unset !important;
}

.friend-page-input select::-webkit-scrollbar {
    width: 6px;
}

.friend-page-input select::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

.friend-page-input select::-webkit-scrollbar-thumb {
    background-color: #be9f83;   /* 👈 tumhara color */
    border-radius: 10px;
}

.friend-page-input select::-webkit-scrollbar-thumb:hover {
    background-color: #a9896c;
}

/*custom slider css*/

.sldrnavsec li.nav-item {
    padding: 20px 0 0;
    border-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    margin: 0;
}



.sldrnavsec li.nav-item .nav-link {
    background: transparent;
    color: #000 !important;
    padding: 10px 25px;
    font-size: 16px;
    font-family: 'Poppins';
}
section.community-storie-sec .col-md-4.mb-5 {
    padding: 0 7px;
}

.sldrnavsec .slick-arrow {
    background: #ff6b6b;
}

div#pills-tabContent  ul li {
    padding: 10px 20px 9px;
    border: 0;
    border: 1px solid #f5d0a9;
    border-radius: 3px;
}

div#pills-tabContent  .community-storie-box-text-ul {
    gap: 30px;
    justify-content: center;
}

div#pills-tabContent {
    border: 0 !important;
}

div#pills-tabContent ul.ommunity-storie-box-text-ulone {
    border: 0;
}

div#pills-tabContent ul.ommunity-storie-box-text-ul-two {
    border: 0;
}
div#pills-tabContent .community-storie-box-text h3 {
    font-size: 22px;
}
/*custom slider css*/





/*  Stories Worth page */



.share-post-pag .mytabs.current {
    -webkit-animation: 0.8s ease-out slide-right;
    -moz-animation: 0.8s ease-out slide-right;
    height: auto;
    opacity: 1;
    transform: unset;
    transition: 0.8s;
}

.share-post-pag .mytabs {
    padding: 0px 0 0;
    height: 0;
    opacity: 0;
    transform: translateY(15px);
    transition: 0.5s;
    overflow: hidden;
}

ul.share-post-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 60px 0 0;
}

.theme-head {
    position: relative;
    z-index: 1;
    font-size: 71.86px;
    color: #000000;
}

.theme-head::before {
    position: absolute;
    content: '';
    width: 10%;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    height: 3px;
    background: #171717;
}

ul.share-post-tab h4 {
    font-size: 17.67px;
    color: #6a6968;
    text-transform: capitalize;
    font-family: 'Roboto';
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 50px;
    border: 1px solid #00000000;
    transition: .5s all;
}

ul.share-post-tab li.current h4,
ul.share-post-tab h4:hover {
    color: #be9f83;
    border-color: #be9f83;
    background: #fff;
}

.stories-cards {
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 26px 59px 0px rgba(9, 10, 10, 0.06);
    padding: 12px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 15px 0;
}

.stories-head,
.storie-prof {
    display: flex;
    align-items: center;
    gap: 5px;
}

.stories-head {
    justify-content: space-between;
}

.storie-prof h6 {
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-family: 'playfair-fontone';
}

.storie-prof h6 span {
    display: block;
    font-size: 14px;
    color: #797979;
    font-family: 'Roboto';
}

.profyle-dots button {
    font-size: 20px;
    color: #666666;
    background: transparent;
    border: 0;
}

.stories-center {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
    margin: 15px 0;
}

.stories-center a,
.stories-center img {
    width: 100%;
}

.stories-center::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 61%) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.stories-center h4 {
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    margin: auto;
    width: 88%;
}

ul.comment-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.storie-coemment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

ul.comment-list li:last-child {
    margin-left: auto;
}

ul.comment-list span {
    font-size: 14.86px;
    color: #575757;
}

ul.comment-list i {
    color: #ff6b6b;
}

ul.comment-list button {
    border: 0;
    background: transparent;
}

ul.comment-list li:last-child i {
    color: #707070;
}

.storie-coemment input {
    border: 0;
    font-size: 15.73px;
    color: #2d2d2d;
    width: 100%;
    background: transparent;
}

.storie-coemment img.strpc-1 {
    width: 31px;
    height: 31px;
    border-radius: 50px;
}

.comment-emoji {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}

.comment-emoji button {
    border: 0;
    background: transparent;
    width: 35px;
    height: 35px;
}

.stories-cards::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 60px;
    background: #f2f2f2;
    border-top: 1px solid #e6e6e6;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


/*  Stories Worth page */


/* Stories Detail Page */

.publish-left-box {
    max-width: 350px;
    margin: auto;
    font-family: 'Segoe UI', sans-serif;
}



.post-profile {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.profile-cover {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.pub-info {
    text-align: center;
    padding: 0 20px 20px;
    margin-top: -45px;
}

.pub-info .prf-1 {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
}

.pub-info h5 {
    margin: 10px 0 5px;
    font-weight: 600;
}

.pub-info span {
    font-size: 14px;
    color: #777;
}

.side-menu {
    background: #fff;
    border-radius: 20px;
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

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

.sidebar li {
    padding: 12px 20px;
    transition: 0.3s;
}

.sidebar li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.sidebar li img {
    width: 18px;
    filter: contrast(0.5);
}

.sidebar li:hover {
    background: #f5f5f5;
}

/*.sidebar li:first-child {
    background: #ffe9e9;
    border-left: 4px solid #ff4d4d;
}*/
.sidebar li.active {
    background: #ffe9e9;
    border-left: 4px solid #ff4d4d;
}

.category-card {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.category-card button {
    width: 100%;
    border: none;
    background: #f2f2f2;
    text-align: left;
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.category-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-card li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 4px;
    width: fit-content;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    margin: 8px 0;
    width: 100%;
}

.category-card li img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.category-card li p {
    margin: 0;
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 600;
}

.category-card {
    padding: 0;
}

.category-card ul {
    padding: 0 15px;
}

.publish-center-box .profyle-dots button {
    transform: rotate(90deg);
}

.publish-center-box .stories-center h4 {
    width: 95%;
}

.storie-prof img {
    width: 51px;
    height: 51px;
    object-fit: cover;
    border-radius: 70px;
}

.publish-center-box .stories-center img {
    height: 450px !important;
    object-fit: cover;
}

.comments-wrapper {
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 26px 59px 0px rgba(9, 10, 10, 0.06);
    padding: 20px 15px 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: 0;
}

.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.comments-header h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.count {
    background: #ffe6e6;
    color: #ff4d4d;
    font-size: 20px;
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 8px;
    font-family: 'Roboto';
}

.comments-header select {
    padding: 6px 15px;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 16px;
    appearance: auto;
    font-family: 'playfair-fontone';
    background: #fff;
    font-weight: 500;
}

.comment-card {
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    border-radius: 22px;
    background-color: rgb(243, 243, 243);
    padding: 25px;
    margin: 0 0 20px;
}

.comment-top {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 4;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 8;
}

.avatar.small {
    width: 20px;
    height: 20px;
}

.comment-content {
    flex: 1;
}

.comment-head {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.time {
    color: #888;
    font-size: 12px;
}

.comment-content p {
    margin: 8px 0 10px;
    font-size: 14px;
    color: #444;
    font-family: 'Roboto';
}

.comment-actions {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #888;
}

.comment-actions span {
    cursor: pointer;
    transition: 0.3s;
}

.comment-actions span:hover {
    color: #ff4d4d;
}

.comment-actions i {
    margin-right: 4px;
    color: #ff6b6b;
}

.reply-box {
    margin-top: 15px;
    margin-left: 60px;
    background: #ffff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    border-width: 1px;
    border-color: rgb(226, 226, 226);
    border-style: solid;
    position: relative;
    z-index: 999999;
}

.comment-reply-bx {
    position: relative;
    z-index: 1;
}

.comment-reply-bx::before {
    position: absolute;
    content: '';
    width: 45px;
    height: 64%;
    border-left: 1px dashed #b0b0b1;
    left: 4%;
    top: 0;
    z-index: -4;
    border-bottom: 1px dashed #b0b0b1;
    border-bottom-left-radius: 10px;
}

.verified {
    color: #1da1f2;
}

.publish-center-box .stories-cards {
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.comment-footer button {
    font-size: 14.71px;
    color: #2d2d2d;
    border: 1px solid #b8b5b5;
    background: #fff;
    padding: 10px 20px;
    font-family: 'playfair-fontone';
    font-weight: 600;
    border-radius: 70px;
    display: block;
    margin: 0 auto 10px;
}

.comment-footer button i {
    color: #ff6b6b;
    margin-left: 10px;
}

.activity-wrapper {
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 2px solid #ff4d4d;
    background: #fff0f0;
}

.activity-header h4 {
    margin: 0;
    font-size: 16px;
    color: #ff4d4d;
    font-weight: 600;
}

.activity-header a {
    font-size: 13px;
    color: #888;
    text-decoration: underline;
}

.activity-header a:hover {
    color: #ff4d4d;
}

.activity-item {
    display: flex;
    gap: 15px;
    padding: 18px 15px;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.activity-item:last-child {
    border-bottom: none;
}

.activity-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.activity-content {
    flex: 1;
}

.date {
    font-size: 12px;
    color: #888;
}

.activity-content h5 {
    font-size: 16px;
    margin: 4px 0;
    font-weight: 600;
    color: #333;
    line-height: 20px;
}

.meta {
    display: flex;
    gap: 18px;
    font-size: 12px;
    color: #888;
}

.meta i {
    color: #ff4d4d;
    margin-right: 5px;
}

.publish-post-page h1.theme-head {
    margin-bottom: 60px;
}
.stories-cards span.tm {
    display: none !important;
}
/* Stories Detail Page */


p.text-dark-email {
    color: black;
    font-weight: 600;
    text-align: center;
}

.Editorial ul {
    list-style: disc;
    margin: 0 0 0 30px;
}


/* Call User */

.call-container{
  max-width:520px;
  margin:40px auto;
  background:#fff;
  padding:24px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.1);
}
.call-header{
  display:flex;
  justify-content:space-between;
  margin-bottom:20px;
}
.user-row{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px;
  border-radius:8px;
}
.user-row:hover{ background:#f5f5f5; }
.user-row.busy{ opacity:.6; }

.dot{
  width:10px;
  height:10px;
  border-radius:50%;
}
.dot.green{ background:#2ecc71; }
.dot.red{ background:#e74c3c; }

.start-btn{
  width:100%;
  margin-top:20px;
  background:#000;
  color:#fff;
  border:none;
  padding:14px;
  border-radius:10px;
  font-size:16px;
  cursor:pointer;
}

.call-container{
  max-width:720px;
  margin:40px auto;
  background:#fff;
  padding:24px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.1);
}
.user-row{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px;
}
.dot{
  width:10px;
  height:10px;
  border-radius:50%;
}
.dot.green{ background:#2ecc71; }
.start-btn{
  width:100%;
  background:#000;
  color:#fff;
  padding:14px;
  border-radius:10px;
  border:none;
    display: flex;
    justify-content: center;
    
}

/* Journal Section */
.journalsection{
    padding : 100px 0;
}
.journal-card{
background:white;
border-radius:12px;
border:1px solid #e6e6e6;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,0.05);
height:100%;
}

.journal-image{
width:100%;
height:170px;
object-fit:cover;
}

.journal-content{
padding:18px;
}

.journal-title{
font-size:18px;
margin-bottom:5px;
}

.journal-date{
font-size:13px;
color:#777;
margin-bottom:10px;
}

.journal-text{
font-size:14px;
line-height:1.6;
}

.select2-multiple{
    height: 50px;
    margin: 0 0 -20px 0;
}

li.explore {
    background: #000000;
}
li.explore a p{
    color: white;
}
.explore img {
    filter: brightness(0) invert(1);
}

.category-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.category-box h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

/* GRID */
.category-list-explore {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 per row */
    gap: 15px;
}
.category-list-explore a{
    color: black;
}
/* ITEMS */
.category-item {
    background: #f5f5f5;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
}

.category-item:hover {
    background: #000000;
    color: #fff;
}
@media (max-width: 992px) {
    .category-list-explore {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .category-list-explore {
        grid-template-columns: repeat(2, 1fr);
    }
}

.likes_comment{
    cursor: pointer;
}

.likes_comment.liked i {
    color: #ff6b6b;
}


    .postmodal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        display: none;
        align-items: center;
        justify-content: center;
    }

    .postmodal.active {
        display: flex;
    }

    .postmodal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(8px);
    }

    .postmodal-content {
        position: relative;
        background: white;
        border-radius: 16px;
        width: 90%;
        max-width: 700px;
        max-height: 90vh;
        display: flex;
        flex-direction: column;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        animation: modalSlideIn 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        z-index: 10000;
        /*overflow: auto;*/
    }

    @keyframes modalSlideIn {
        from {
            opacity: 0;
            transform: translateY(-80px) scale(0.9);
        }
        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    .postmodal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 32px;
        border-bottom: 2px solid #e9ecef;
        background: #000;
        /*background: linear-gradient(135deg, #04898f 0%, #037278 100%);*/
        border-radius: 16px 16px 0 0;
        flex-shrink: 0;
    }

    .postmodal-header h3 {
        margin: 0;
        color: white;
        font-size: 26px;
        font-weight: 700;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .postmodal-close {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        font-size: 28px;
        color: white;
        cursor: pointer;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s ease;
        font-weight: 300;
    }

    .postmodal-close:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }

    .postmodal-body-wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(90vh - 200px);
        padding: 32px;
        flex: 1;
    }

.team-img {
  position: relative;
  overflow: visible; /* 👈 VERY IMPORTANT */
}

/* Floating Button */
.social-fab {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
}

/* Share Button */
.social-toggle {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.social-toggle:hover {
  transform: translateY(-2px);
}

/* Social List */
.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 55px;
  right: 0;
}

/* Hidden by default */
.social-list li {
  margin-bottom: 10px;
  transform: translateY(20px) scale(0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
}

/* Show on click */
.social-fab.active .social-list li {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

/* Animation delay */
.social-fab.active .social-list li:nth-child(1){transition-delay:0.05s}
.social-fab.active .social-list li:nth-child(2){transition-delay:0.1s}
.social-fab.active .social-list li:nth-child(3){transition-delay:0.15s}
.social-fab.active .social-list li:nth-child(4){transition-delay:0.2s}

/* Icon buttons */
.social-list a {
  width: 42px;
  height: 42px;
  background: #111827;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Hover effects */
.social-list a:hover {
  transform: scale(1.1);
}

/* Brand colors */
.social-list li:nth-child(1) a:hover { background:#1877f2; }
.social-list li:nth-child(2) a:hover { background:#e1306c; }
.social-list li:nth-child(3) a:hover { background:#0077b5; }
.social-list li:nth-child(4) a:hover { background:#000; }

li.favourite span {
    background: #ff6b6b;
    border: 1px solid;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 0 -10px 0;
    cursor: pointer;
    color: white;
}

.inner-wishlist-sec {
    padding: 30px 0;
    text-align: center;
    border: 1px solid #8d5f4a;
    margin: 30px 0;
}
.inner-wishlist-sec i {
  font-size: 130px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #ff6b6b;
  border-radius: 50%;
  transition: 2s ease-in-out;
  margin-bottom:  10px;
}
.inner-wishlist-sec h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}
.inner-wishlist-sec p {
    color: #000;
    font-size: 20px;
    line-height: 50px;
    padding: 30px 0 30px;
    font-weight: 400;
    margin-top: -40px;
}

.inner-wishlist-sec a {
    border: 1px solid #ff6b6b !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3sease -in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3sease -in-out;
    background: #000 !important;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    padding: 0 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'LufgaRegular';
    text-transform: uppercase;
    font-weight: 400;
    background: #ff6b6b !important;
}

.inner-wishlist-sec a:hover {
    border: 1px solid #000 !important;
    color: #fff !important;
    background: black !important;
}

.no-products{
    display: flex;
    justify-content: center;
}
.fa-close {
    font-size: 30px;
    color: red;
    cursor: pointer;
}
.return-shop {
    display: flex;
    justify-content: center;
}
.theme4 {
    display: flex;
    justify-content: space-between; /* Moves span to left and icon to right */
    align-items: center;
    width: 100%; /* Ensure it takes full width */
}

i#remove_wishlist{
  margin: 2px 0 0 20px;
  font-size: 16px;
  color: white;
}
.theme1.theme2{
  background: #dc3545;
}

/*    background: #ffe9e9;
    border-left: 4px solid #ff4d4d*/
li.explore.center {
    display: flex;
    justify-content: center;
}

.banner-img-one img{
    height: 600px;
    object-fit: cover;
    border-radius: 20px;
    width: 800px;
}
a.loginbtn {
    background: #ff6b6b;
    color: white;
    padding: 12px;
    line-height: 50px;
    border-radius: 50px;
    font-weight: 600;
}
a.interests {
    background: #000;
    color: white;
    padding: 12px 80px;
    line-height: 50px;
    border-radius: 50px;
    font-weight: 600;
}

.interest-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin : 0 0 10px 0;
}
.interest-section h4 {
    margin: 0;
}
.interest-section .interests {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;

    /* important fix */
    width: auto;
    height: auto;
    flex: unset;
line-height: normal;
}

span.notify{
    background-color : #ff6b6b;
    color : white;
    padding: 0 4px;
}

.notification-wrapper {
    width: 100%;
}

.notification-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
    border: 1px solid #eee;
}

.notification-item.unread {
    background: #ffe6e6;
    border-left: 4px solid #ff4d4d;
}

.notification-item.read {
    background: #fff;
}

.notification-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.notification-left {
    margin-right: 15px;
}

.notif-icon {
    width: 40px;
    height: 40px;
    background: #ff4d4d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.notification-content {
    flex: 1;
}

.notif-text {
    margin: 0;
    font-size: 15px;
}

.notif-time {
    font-size: 12px;
    color: #888;
}

.notification-action .notif-btn {
    background: #000;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 12px;
}

.notification-action .notif-btn:hover {
    background: #333;
}

.no-notification {
    text-align: center;
    padding: 40px;
}


.posts-divider {
    display: flex;
    align-items: center;
    margin: 15px 0;
    gap: 10px;
}

.posts-divider::before,
.posts-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #ddd;
}

.posts-divider span {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    white-space: nowrap;
}

.new-posts-divider span {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffc107;
}

.old-posts-divider span {
    background: #e9ecef;
    color: #6c757d;
    border: 1px solid #ced4da;
}

.post-media{
    align-items: start;
}

.left-side{
    display: flex;
    flex-direction: column;
}

.post-media__img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.stories-bottom{
    margin: 20px 0 15px 0;
}

.comment-list{
    display:flex;
    align-items:center;
    gap:15px;
    padding:0;
    margin:0;
    list-style:none;
}

.favourite{
    margin-left:auto;
}

.right-side{
    width:100%;
}


/* User Guide Pages   */
.user-guides-section{
padding:80px 0;
background:#f6f6f6;
}

/* Donation note */
.community-support{
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.07);
margin-bottom:50px;
}

.community-support h3{
font-size:24px;
margin-bottom:15px;
color:#3c5a87;
}

.community-support p{
font-size:15px;
line-height:1.8;
color:#444;
margin-bottom:15px;
}

.support-btn{
display:inline-block;
background:#ff6b6b;
color:#fff;
padding:12px 25px;
border-radius:5px;
text-decoration:none;
margin-top:10px;
font-weight:500;
}

.support-btn:hover{
background:#2c4262;
color : white;
}



.guides-section {
  padding: 90px 20px;
  background: #f4efe9; /* Lydia beige */
  text-align: center;
}

.guides-section h1 {
  font-size: 44px;
  color: #222;
  margin-bottom: 10px;
}

.subtitle {
  color: #777;
  margin-bottom: 50px;
}

.guides-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.guide-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 14px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.guide-card:hover {
  transform: translateY(-8px);
}

/* Word file icon */
.file-icon {
  font-size: 40px;
  margin-bottom: 15px;
}

/* Buttons */
.buttons {
  margin-top: 20px;
}

.buttons a {
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  margin: 6px;
  display: inline-block;
  font-weight: 500;
}

.buttons a:hover {
  color : #fff;
}

/* Lydia coral button */
.view {
  background: #f26d6d;
  color: #fff;
}

.view:hover {
  background: #e25c5c;
}

/* Black button */
.download {
  background: #111;
  color: #fff;
}

.download:hover {
  background: #333;
}

/* 📱 Mobile Responsive */
@media (max-width: 1024px) {
  .guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .guides-grid {
    grid-template-columns: 1fr;
  }

  .guides-section h1 {
    font-size: 32px;
  }
}

.insta-box-img img {
    height: 300px;
    width: 300px;
    object-fit: cover;
}
a.gallery-btn{
    width: 20%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.insta-img img {
    transition: 0.3s;
}
.insta-img:hover img {
    transform: scale(1.05);
}