/* home page How Sonderbeaut Works top(paralass section) setion  */

section.para-sec.newParallaxSetion {
    padding: 0;
    min-height: 400px;
    display: flex;
    align-items: center;
}

section.para-sec.newParallaxSetion  .wrap-para p {
    color: #fff;
}
section.para-sec.newParallaxSetion .container{ z-index:1 }
section.para-sec.newParallaxSetion .shape-img {
    width: 100%; 
    height: unset; 
    position: absolute;
    top: -80px;
    bottom: -20px;
    z-index: 0;
}


/* end */

/* strat write a review pop-up style */

#write-review.fancybox-content {
    height: 90vh;
    max-width: 1530px;
    overflow-x: hidden;
    border-radius: 30px;
    padding: 70px 33px 33px 33px;
    width: 100%;
}
.not-logged-in.fancybox-content {
    height: 25vh !important;
    overflow: hidden;
}

.not-logged-in .inner-step {
    min-height: auto;
}
#write-review.fancybox-content .container{
        max-width: 100% !important;
        padding: 0 !important;
    }

#write-review .fancybox-button {
    right: 20px;
    top: 22px;
    background: transparent;
    box-shadow: none;
    height: 40px;
    width: 40px;
    padding: 5px;
}
#write-review .fancybox-button:hover {
    background: #501f20;
}
#write-review .fancybox-button svg path {
    fill: #501f20;
}
#write-review .fancybox-button:hover svg path {
    fill: #fff;
}

.all-steps ul {
    display: flex;
    justify-content: space-between;
    /*column-gap: 30px;*/
    margin-bottom: 45px;
}
.all-steps ul li.each-step {
    width: 100%;
    max-width: 340px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 60px;
    border-right: 1px solid #EDEDED;
}
.all-steps ul li.each-step.active .step-num{
    background: #331708;
    color: #fff;
}
.all-steps ul li.each-step:first-child {
    padding-left: 0;
    max-width: 309px;
}
.all-steps ul li.each-step:last-child {
    padding-right: 0;
    border-right: none;
    max-width: 285px;
}

.all-steps ul li span.step-name {
    font-family: var(--heading-font);
    font-size: 20px;
    line-height: 34px;
    color: #501F20;
}
.all-steps ul li.each-step .step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #331708;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    color: #D5AD75;
    font-size: 20px;
    font-family: var(--heading-font);
    text-align: center;
    line-height: 41px;
}

.inner-step {
    background: #FAF8F2;
    padding: 35px;
    border-radius: 30px;
    min-height: 400px;
}

.review-cat-sform input {
    height: 75px !important;
    background: #fff !important;
    border-radius: 50px !important;
    padding: 0 30px !important;
    border: 1px solid #B0B0B0 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.review-cat-sform input::placeholder {
    color: #B0B0B0 !important; 
}

.review-cat-sform {
    margin-bottom: 30px;
}
.inner-step .form_input_radio {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}
.rev-col-left ,
.rev-col-right {
    width: 50%;
    border: 1px solid #331708;
    border-radius: 20px;
    padding: 25px;
}

.rev-col-left {
    display: flex;
    column-gap: 2%;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rev-col-left.rev-col-full {
    width: 100%;
}
.radio-c-bx {
    width: 32%;
}
.radio-c-bx label {
    cursor: pointer;
    background: #fff;
    min-height: 100px;
    padding: 20px 8px 20px 20px !important;
    width: 100%;
    border-radius: 10px;
    border: 1px solid  #E5E5E5;
}
.review-category-btn.btn-rev-up {
    padding-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.review-category-btn.first-sec.btn-rev-up {
    justify-content: flex-end;
}
.radio-c-bx label input[type="radio"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0; 
    display: block;
    visibility: visible;
}

.radio-c-bx.sub-cat label:has(input:checked),
.radio-c-bx label:has(input:checked) {
    background: #EFE8D6;
    border: 1px solid #331708;
}
.radio-c-bx.sub-cat label:has(input:checked) + span,
.radio-c-bx label:has(input:checked) figure.review-cat-img + span{
    color: #595A6A;
}

.trait-det-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.edit-det-content p,
.trait-det-header p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #331708;
    font-weight: 500;
}
.edit-det-content p {
    color: #595A6A;
    margin-bottom: 10px;
}
.edit-det-content p:last-child {
    margin-bottom: 0;
}


.form-step .cmn-hdr {
    max-width: 100%;
}
/*.step-three .form_input_radio {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.5%;
    row-gap: 15px;
}*/
.radio-c-bx.sub-cat {
    width: 15.41%;
}
.radio-c-bx.sub-cat label {
    min-height: 60px;
    border-radius: 50px;
    text-align: center;
    padding: 15px !important;
}
.radio-c-bx.sub-cat label span {
    font-size: 16px;
    color: #595A6A;
}
.radio-c-bx.sub-cat label input[type="checkbox"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0; 
    display: block;
    visibility: visible;
    cursor: pointer;
}












/* end write a review pop-up style */



.site-main.post-container {
    display: flex;
    flex-direction: column;
}

a.backToBLog {
    order: 1;
}

.post-heading-section {
    padding-top: 60px;
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D5AD75;
    order: 2;
}

.heading-sec-wrap h1 {
    color: var(--theme-color1);
}

.pstcntsidebarwrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin-top: 35px;
    order: 4;
}

.post-sidebar {
    width: 100%;
    max-width: 400px;
    box-shadow: 0 2px 45px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.blog-post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    order: 3;
}

.post-content img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.post-content ul {
    padding-left: 30px;
    margin-bottom: 20px;
}

.post-content ul li {
    list-style: disc;
}

.post-content a:not(a.writereview) {
    color: inherit;
}

.post-content a:not(a.writereview):hover {
    color: #D5AD75;
}

.post-content .post-tags {
    display: none;
}

.blog-post-meta span {
    font-size: 16px !important;
    line-height: 24px;
    color: #331708;
}

.post-content {
    width: 100%;
    max-width: calc(100% - 430px);
}

figcaption.wp-element-caption {
    display: none;
}


#ez-toc-container {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    width: 100%;
}

#ez-toc-container span.ez-toc-js-icon-con {
    display: none;
}



.ez-toc-title-container {
    background: #D5AD75;
    padding: 26px 30px;
    border-radius: 20px 20px 0 0;
}

.tocshareheading p,
.tocnewsletterheading p,
#ez-toc-container .ez-toc-title {
    font-weight: 500;
    font-family: var(--heading-font);
    color: #501F20;
    font-size: 25px;
    line-height: 36px;
}

#ez-toc-container nav {
    padding: 20px 30px;
}

#ez-toc-container nav li {
    padding: 20px 0;
    border-bottom: 1px solid #D5AD75;
}

#ez-toc-container nav li:first-child {
    padding-top: 0;
}

#ez-toc-container nav li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#ez-toc-container nav li a {
    font-size: 16px !important;
    line-height: 24px;
    color: #331708;
}

.tocnewsletterheading,
.tocshareheading {
    background: #D5AD75;
    padding: 26px 30px;
}

.share-pop {
    padding: 30px;
}

.share-pop ul {
    display: flex;
    gap: 15px;
}

.share-pop ul a {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #B8B8B8;
    background: transparent;
}

.share-pop ul a:hover {
    border: 1px solid #552710;
    background: #552710;
}

.share-pop ul a:hover img {
    filter: brightness(0) invert(1);
}

.newsbody {
    padding: 30px 30px 50px 30px;
    border-radius: 0 0 20px 20px;
}

.newsbody p {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    color: #331708;
}

input#input_2_1 {
    padding: 0 40px 0 35px !important;
    height: 45px;
    font-weight: 400;
    font-size: 16px !important;
    color: #331708;
    border-width: 0 0 1px 0;
    border-color: #331708;
    background: transparent url('https://developer74.wordpress-developer.us/sonderbeaut/wp-content/uploads/2025/11/Group.png') no-repeat center left;
}

input#input_2_1::placeholder {
    color: #331708;
}

form#gform_2 {
    position: relative;
}

div#gform_2_validation_container {
    display: none;
}

div#validation_message_2_1 {
    padding: 0 !important;
    border: none !important;
    font-size: 13px !important;
}


.newsbody .gform-footer.gform_footer.top_label {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
}


.leavecomment {
    display: flex;
    border: 1px solid #D5AD75;
    border-radius: 20px;
    padding: 30px;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

a.writereview {
    background: var(--theme-light-brown);
    color: var(--white-color);
    height: 75px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 36px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.writereview:hover {
    background: #D5AD75;
    color: var(--theme-light-brown);
}

.leavecomment-cont {
    width: 70%;
}

.comment-section {
    display: none;
    padding: 30px;
    border: 1px solid #D5AD75;
    border-radius: 20px;
}

textarea#comment {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin-top: 7px;
}


.relatedPostSection {
    padding: 100px 0;
}

.relatedPostSection .row.blog-row {
    padding-top: 20px;
}

.newNewsLeterSection {
    padding: 120px 0;
    background: url('https://developer74.wordpress-developer.us/sonderbeaut/wp-content/uploads/2025/11/newletter-bg.webp') no-repeat center center;
    background-size: cover;
}

span.smalHeadi {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #331708;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
}

.newNewsLeterSection h2 {
    text-align: center;
    margin-top: 35px;
}

.newNewsLeterSection p {
    color: #331708;
    text-align: center;
    width: 100%;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

.newNewsLeterSection .newsbody {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0 0 0;
}

.gform_confirmation_message_2 {
    color: #331708;
    text-align: center;
    font-size: 20px;
}

.backToBLog {
    order: 1;
    margin-top: 60px;
}

.inner-step .form_input_radio > .rev-col-left > .form_input_radio {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.inner-step .form_input_radio > .rev-col-left > .form_input_radio .radio-c-bx.sub-cat {
	width: auto;
}
.inner-step .form_input_radio > .rev-col-left > .form_input_radio .radio-c-bx.sub-cat label {
	padding: 10px 24px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 18-12-2025 */
h4.main-cat-hd {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #331708;
    margin-bottom: 0;
}
.review-path {
    color: #331708;
    font-weight: 500;
    margin-bottom: 30px;
}
/* ENDS */

/* 19-12-2025 */
.choosed-cat-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.choosed-cat-list .each-cat {
    background: #EFE8D6;
    padding: 15px 21px;
    border: 1px solid #331708;
    border-radius: 100px;
    font-weight: 500;
}
.error-wrapper {
    color: #ffffff;
    padding: 25px;
    margin-top: 50px;
    background: #874f46;
    font-weight: 600;
}
.upload-image {
    display: none;
}
span.upload-plus {
    font-size: 80px;
    cursor: pointer;
}
#half-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 45px;
}
#half-stars-example .rating__icon--star {
    color: #e1e1e1;
}
#half-stars-example .rating__icon {
    pointer-events: none;
}
#half-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}
#half-stars-example .blackkk {
    color: #874f46;
}
#half-stars-example .rating-group:hover .rating__label .rating__icon--star,
#half-stars-example .rating-group:checked .rating__label .rating__icon--star,
#half-stars-example .rating-group:hover .rating__label--half .rating__icon--star,
#half-stars-example .rating-group:checked .rating__label--half .rating__icon--star {
  color: #874f46;
}

#half-stars-example .rating__input:hover~.rating__label .rating__icon--star,
#half-stars-example .rating__input:hover~.rating__label--half .rating__icon--star {
  color: #ddd;
}


/* Color stars up to the checked input */
.rating__input:checked ~ .rating__label .rating__icon,
.rating__input:checked ~ .rating__label--half .rating__icon {
  color: #ffc107; /* gold */
}

/* Color the checked star itself */
.rating__input:checked + .rating__label .rating__icon,
.rating__input:checked + .rating__label--half .rating__icon {
  color: #ffc107;
}

/* ENDS */

/* responsive */

@media(max-width:1600px) {
    #write-review.fancybox-content {
        width: 90vw;
    }
    
}

@media (max-width: 1550px) {
    #write-review.fancybox-content {
        width: 95vw;
    }

}


@media(max-width:1440px) {
   /* .all-steps ul li.each-step {
        padding: 0 30px;
    }*/
    .all-steps ul li.each-step .step-num {
        width: 38px;
        height: 38px;
        line-height: 30px;
        font-size: 18px;
    }
    .all-steps ul li span.step-name {
        font-size: 15px;
        line-height: 23px;
    } 
    .form-step,
    #write-review.fancybox-content {
        border-radius: 20px;
    } 
    .all-steps ul li.each-step:first-child {
        max-width: 260px;
    }  
    .all-steps ul li.each-step:last-child {
        max-width: 240px;
    }
}



@media(max-width:1280px) {

    section.para-sec.newParallaxSetion {
        min-height: 300px;
    }
}


@media(max-width:1024px) {

    .all-steps ul li.each-step {
        padding: 0 20px;
    }
    .all-steps ul li span.step-name {
        font-size: 15px;
        line-height: 17px;
        width: calc(100% - 53px);
    }
}


@media(max-width:991px) {
    #write-review.fancybox-content {
        padding: 70px 20px 20px 20px;
    }
    .all-steps ul li.each-step {
        padding: 0 10px;
    }


    .post-heading-section {
        padding-top: 20px;
    }

    .backToBLog {
        margin-top: 40px;
    }

    .post-content {
        max-width: 100%;
        word-break: break-word;
    }

    .pstcntsidebarwrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .post-sidebar {
        max-width: 100%;
    }

    .post-sidebar #ez-toc-container {
        width: 100%;
    }

    section.para-sec.newParallaxSetion .shape-img {
        top: -20px;
    }


    #ez-toc-container span.ez-toc-js-icon-con {
        border-color: #552710;
        background: #552710;
         display: block;
    }
    .ez-toc-icon-toggle-span svg path {
        fill: #fff;
    }
   
    .ez-toc-icon-toggle-span svg:last-child {
        width: 25px !important;
         display: none;
    }


}

@media(max-width:767px) {
    .leavecomment {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .leavecomment-cont {
        width: 100%;
    }
    #write-review.fancybox-content {
        padding: 55px 20px 20px 20px;
    }
    .all-steps ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .all-steps ul li.each-step {
        padding: 0;
        max-width: 100% !important;
    }
    #write-review .fancybox-button {
        right: 10px;
        top: 12px;
        height: 35px;
        width: 35px;
    }
    .all-steps ul li.each-step .step-num {
        width: 30px;
        height: 30px;
        line-height: 23px;
    }
}

@media(max-width:575px) {}

@media(max-width:479px) {}