/* Universal */
body {
    margin: 0;
    padding: 0;
    background-color: black;
}

/* single-product-data */
.single-product-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 50px 0px;
}

.spd-child {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.spd-child-left {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.spd-child-left img {
    width: 100%;
}

.img-gallery {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.img-gallery img {
    width: 100%;
}

.spd-child-right {
    width: 48%;
}

.spd-child-right h2 {
    font-family: Unna;
    font-weight: 700;
    font-size: 44px;
    line-height: 135%;
    letter-spacing: -2%;
    color: #E0900E;
}

.benefit-details {
    width: 100%;
    padding: 15px 15px;
    border: 1.5px dotted #FFD000;
    border-radius: 10px;
}

.benefit-details h3 {
    color: #70B447;
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 155%;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.benefit-details p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
    margin: 15px 0px;
}

.benefit-details ul {
    padding: 0px;
    list-style: none;
}

.benefit-details ul li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 155%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
}

.fs-sales {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0px;
}

.fs-sale-left {
    width: 47%;
    border: 1px dotted #E0900E;
    box-shadow: 0px 10px 30.6px 0px #ffccee77;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.fs-sale-left h3 {
    font-family: Unna;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    line-height: 20.3px;
    letter-spacing: -2%;
    color: #D0011B;
    text-align: center;
    margin-top: 15px;
}

.fs-sale-left hr {
    width: 90%;
    border: none;
    border-top: 0.9px dashed #d3d3d3;
    margin: 5px 0;
}

.price-offer {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.sale-price {
    gap: 10px;
}

p.sale-price del {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.9px;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #A8A4A4;
    margin-right: 10px;
}

p.sale-price span {
    font-family: Roboto;
    font-weight: 800;
    font-size: 16px;
    line-height: 20.9px;
    letter-spacing: 0%;
    color: #D0011B;
}

p.off-sale {
    background-color: #D0011B;
    padding: 5px 15px;
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    line-height: 24.8px;
    letter-spacing: 0%;
    border-radius: 5px;
    color: white;
}

.fs-sale-right {
    width: 47%;
    border: 1px dotted #FFC500;
    box-shadow: 0px 10px 30.6px 0px #ffccee77;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.fs-sale-right h3 {
    font-family: Unna;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    line-height: 20.3px;
    letter-spacing: -2%;
    color: #D0011B;
    text-align: center;
    margin-top: 15px;
}

.fs-sale-right hr {
    width: 90%;
    border: none;
    border-top: 0.9px dashed #d3d3d3;
    margin: 5px 0;
}

.pro-v-quantity {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 25px 0px;
}

.pro-v-quantity span {
    font-family: Unna;
    font-weight: 500;
    font-size: 22px;
    line-height: 155%;
    letter-spacing: 0%;
    color: #E0900E;
}

.q-variations {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.q-variations a {
    padding: 6px 50px;
    border-radius: 50px;
    border-width: 1px;
    border: 1px solid #E0900E;
    text-align: center;
    text-decoration: none;
    font-family: Unna;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0%;
    color: #E0900E;

}

.pro-o-quantity {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 25px 0px;
}


.pro-o-quantity span {
    font-family: Unna;
    font-weight: 500;
    font-size: 22px;
    line-height: 155%;
    letter-spacing: 0%;
    color: #E0900E;
}

.q-order {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.q-order a#decrease {
    height: 40px;
    width: 40px;
    background-color: #fff;
    color: #E0900E;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
}

.q-order span {
    width: 25px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;

}

.q-order a#increase {
    height: 40px;
    width: 40px;
    background-color: #E0900E;
    color: white;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
}

.ab-view {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.ab-view a#add-to-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    color: #E0900E;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.ab-view a#add-to-cart img {
    margin-right: 5px;
}

.ab-view a#buy-now {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    background-color: #E0900E;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.sale-process {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0px;
}

.single-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    gap: 10px;
}

.single-sp img {
    background: #DCEDC8;
    border-radius: 50px;
}

.single-sp span {
    font-family: Unna;
    font-weight: 400;
    font-size: 18px;
    line-height: 20.7px;
    letter-spacing: -2%;
    color: #fff;

}

/* manage-process */
.manage-process {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E0900E;
}

.manage-process-child {
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0px;
}

.single-process {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.single-process p {
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 127%;
    letter-spacing: 0%;
    color: white;
}

/* feedbacks */
.feedbacks {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-bottom: 60px;
}

.feedbacks-child {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0px;
}

.feedbacks-child-left {
    width: 30%;
}

.fa {
    margin-right: 5px;
}

.rating .fa {
    font-size: 18px;
    color: #FFD000;
}

.rating-num {
    margin: 0px;
    font-family: Unna;
    font-weight: 600;
    font-size: 36px;
    color: #000;
}

.cus-rating {
    font-family: Unna;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -2%;
}

.progress {
    height: 10px;
    margin-bottom: 5px;
}

.progress-bar {
    text-align: left;
}

.rating-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating-desc .col-md-1 {
    padding-right: 0px;
}

.sr-only {
    margin-left: 5px;
    overflow: visible;
    clip: auto;
}

.progress-bar-success {
    background-color: #FFD000;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, 0.9) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 0.9) 75%,
            transparent 75%,
            transparent);
    background-image: -o-linear-gradient(45deg,
            rgba(255, 255, 255, 0.9) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 0.9) 75%,
            transparent 75%,
            transparent);
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.9) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.9) 50%,
            rgba(255, 255, 255, 0.9) 75%,
            transparent 75%,
            transparent);
}

.feedbacks-child-right {
    width: 66%;
}

.tab1 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

.tab1 .tablinks {
    width: 33%;
    display: block;
    border: none;
    color: #E0900E;
    background-color: transparent;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    line-height: 25.1px;
    text-align: center;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0%;
    border-bottom: 3px solid transparent;
}

.tab1 .tablinks:hover {
    background: #fff;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 3px solid #E0900E;
}

.tab1 .tablinks.active {
    background: #fff;
    color: #000;
    border-bottom: 3px solid #E0900E;
}

.content-div {
    width: 100%;
}

.content-div ul li {
    list-style-type: disc;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.tabcontent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

.p-service {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 20px;
}

.p-service h4 {
    width: 100%;
    font-family: Unna;
    font-size: 22px;
    font-weight: 900;
    line-height: 25px;
    text-align: left;
    color: #000;
}

.p-service p {
    width: 100%;
    font-family: Unna;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 0px;
    text-align: left;
    color: #000;
}

.p-service ul {
    width: 100%;
    list-style: none !important;
    padding: 0px;
}

.p-service ul li {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0%;
    list-style: none !important;
    color: #000;
}

/*custom-reviews*/
.custom-reviews {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    color: white;
}

.cr-child {
    width: 80%;
    display: flex;
    flex-direction: column;
    Justify-content: center;
    align-items: center;
}

.cr-child h2 {
    width: 100%;
    font-family: Yadon;
    font-weight: 800;
    font-size: 56px;
    line-height: 90%;
    letter-spacing: 0%;
    color: #E0900E;
    text-align: left;
}

.cr-parent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

.cr-single {
    width: 44%;
}

.crs-top {
    width: 100%;
    display: flex;
}

.crs-prof img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.crs-prof-details {
    width: 80%;
    margin-left: 20px;
}

.crs-prof-details h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0%;
    margin: 0px;
    text-transform: capitalize;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
}

.crs-prof-details h3 span::before {
    content: '\f005  \f005  \f005  \f005  \f005'; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Solid style */
    color: #FFD700; /* Gold/Yellow */
    font-size: 16px;
    margin-left: 20px;
}

.crs-prof-details span {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0%;
}

.crs-gallery {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-left: 70px
}

.crs-gallery img {
    width: 88px;
    height: 88px;
    border-radius: 4px;
    object-fit: cover;      /* Crop and fill */
    object-position: center; /* Center the crop */
    display: block;         /* Avoid extra space below image */
}

.cr-single p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    margin: 25px 0px 0px 70px;
    padding: 0px;
}

/* service vid */
.service-vid {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-vid-child {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-vid {
    width: 32%;
    position: relative;
}

.single-vid .img1 {
    width: 100%;
}

.single-vid .img2 {
    width: auto;
    padding: 10px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* get-to-know */
.get-to-know {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gtk-child {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px;
}

.gtk-left {
    width: 45%;
}

.gtk-left h2 {
    font-family: Satoshi;
    font-weight: 800;
    font-size: 63px;
    line-height: 90%;
    letter-spacing: 0%;
    color: #E0900E;
}

.gtk-left p {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 1%;
    color: white;
    margin: 30px 0px;
}

.gtk-left a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-decoration: none;
    background-color: #E0900E;
    padding: 12px 32px;
    border-radius: 50px;
    color: white;
}

.gtk-left a i {
    margin-left: 10px;
}

.gtk-right {
    width: 45%;
}

.gtk-right img {
    width: 100%;
}

/* customer feedback */
.bs-reviews-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 50px 0px;
}

.bs-reviews-slider-child {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bs-reviews-slider-child h2 {
    width: 80%;
    font-family: Yadon;
    font-weight: 500;
    font-size: 63px;
    line-height: 90%;
    letter-spacing: 0%;
    text-align: center;
    color: #E0900E;
    margin: 0px 0px 40px 0px;
}

.bs-review-slider-wrapper {
    width: 100%;
    margin: 0 auto;
}

.bs-review-col-wrapper {
    text-align: center;
    margin: 10px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #FFA3B3;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bs-review-col {
    margin: 0px 20px;
}

.slick-next,
.slick-prev {
    text-indent: -9999px;
    background-size: contain;
    border: none !important;
    position: absolute;
    z-index: 10;
    display: none;
}

.slick-prev::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    font-size: 16px;
    color: white !important;
    text-indent: 0px;
    display: none;
}

.slick-next::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: white;
    font-size: 16px;
    color: white !important;
    text-indent: 0px;
    display: none;
}

.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    display: none !important;
    margin: 0px !important;
}

.slick-prev {
    display: none;
    left: -22px;
}

.slick-next {
    display: none;
    right: -8px;
}

.slick-prev:hover,
.slick-next:hover {
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
}

.slick-arrow {

    display: none;
}

.slick-dots {
    display: block !important;
    visibility: visible !important;
}

.slick-dots {
    display: block !important;  /* Force display of dots */
}

/* Optional: You can also tweak the position or style of the dots if needed */
.slick-dots li button:before {
    color: #E0900E !important;  /* Change color of dots if needed */
}

/* Show slick-dots only on desktop */
@media (min-width: 1024px) {
    .slick-dots {
        display: block !important;
    }
}

.single-review {
    width: 100%;
}

.single-review img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 50px;
    margin-bottom: -50px;
}

.review-details {
    width: 100%;
    background-color: #E0900E;
    padding: 100px 50px 50px 50px;
    border-radius: 15px;
}

.review-details p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0px;
    color: white;
}

.review-details h3 {
    font-family: Unna;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: white;
}

.review-details span {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: white;
}

/* faqs */
.faqs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('https://purevivid.com.au/wp-content/themes/hello-elementor/assets/images/faqs-pt.png') center center no-repeat;
    background-size: 100% 280px;
    background-color: #141311;
    padding: 50px 0px;
    margin-top: 60px;
}

.faqs-child {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faqs-child-left {
    width: 40%;
}

.faqs-child-left h3 {
    font-family: Urbanist;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 1%;
    color: #fff;
    margin-top: 30px;
}

.faqs-child-left a {
    width: 250px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 30px;
    padding: 12px 22px;
    color: white;
    font-weight: 600;
    gap: 10px;
    background-color: #E0900E;
    justify-content: center;
    align-items: center;
    display: none;
}

.faqs-child-right {
    width: 56%;
}

.accordion {
    background-color: transparent;
}

.accordion-item {
    border: none;
    background-color: transparent;
    padding: 15px 0px;
}

.accordion-header {
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-family: Urbanist;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.accordion-button {
    background-color: transparent;
    color: white;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:hover {
    background-color: transparent;
    outline: none;
}

.accordion-button:focus {
    border-color: #fff;
    outline: none;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    vertical-align: middle;
    color: white;
}

.accordion-button {
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease;
    border-radius: 8px;
}

.accordion-button::after {
    content: '';
    display: inline-block;
    background-image: url('https://purevivid.com.au/wp-content/themes/hello-elementor/assets/images/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease, background-color 0.3s ease;
    margin-left: 10px;
    padding: 15px;
    border-radius: 50px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('https://purevivid.com.au/wp-content/themes/hello-elementor/assets/images/arrow-up.png');
    background-size: contain;
    padding: 15px;
    border-radius: 50px;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    background-color: #E0900E;
}

.accordion-button.collapsed::after {
    background-color: #E0900E;
}

/* footer */
.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
    margin-top: 60px;
    border: 1px solid #E0900E;
}

.footer p {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1%;
    text-align: center;
    vertical-align: middle;
    color: white;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

.footer-child {
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

.footer-child-left {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.foot-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.foot-logo img {
    width: 30%;
}

.footer-child-left ul {
    padding: 0px;
    list-style: none;
}

.footer-child-left ul li {
    padding: 5px 0px;
}

.footer-child-left ul li a {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    color: white;
    text-decoration: none;
}

.footer-child-right {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-child-right ul {
    padding: 0px;
    list-style: none;
}

.footer-child-right ul li {
    padding: 5px 0px;
}

.footer-child-right ul li a {
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1%;
    color: white;
    text-decoration: none;
}

@media (max-width: 768px) {
    /* single-product-data */
    .single-product-data {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0px 60px 0px;
    }

    .spd-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .spd-child-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .spd-child-left img {
        width: 100%;
    }

    .img-gallery {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .img-gallery img {
        width: 75px;
    }

    .spd-child-right {
        width: 100%;
    }

    .spd-child-right h2 {
        font-family: Unna;
        font-weight: 700;
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -2%;
        color: #E0900E;
    }

    .benefit-details {
        width: 100%;
        padding: 15px 15px;
        border: 1.5px dotted #FFD000;
        border-radius: 10px;
    }

    .benefit-details h3 {
        color: #70B447;
        font-family: Roboto;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0%;
        text-transform: capitalize;
    }

    .benefit-details p {
        font-family: Roboto;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: #fff;
        margin: 15px 0px;
    }

    .benefit-details ul {
        padding: 0px;
        list-style: none;
    }

    .benefit-details ul li {
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0%;
        text-transform: capitalize;
    }

    .fs-sales {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 25px 0px;
        gap: 30px;
    }

    .fs-sale-left {
        width: 100%;
        border: 1px dotted #E0900E;
        box-shadow: 0px 10px 30.6px 0px #ffccee77;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fs-sale-left h3 {
        font-family: Una;
        font-weight: 600;
        font-style: italic;
        font-size: 18px;
        line-height: 20.3px;
        letter-spacing: -2%;
        color: #D0011B;
        text-align: center;
        margin-top: 15px;
    }

    .fs-sale-left hr {
        width: 90%;
        border: none;
        border-top: 0.9px dashed #d3d3d3;
        margin: 5px 0;
    }

    .price-offer {
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    p.sale-price {
        gap: 10px;
    }

    p.sale-price del {
        font-family: Roboto;
        font-weight: 400;
        font-size: 16px;
        line-height: 20.9px;
        letter-spacing: 0%;
        text-decoration: line-through;
        color: #A8A4A4;
        margin-right: 10px;
    }

    p.sale-price span {
        font-family: Roboto;
        font-weight: 800;
        font-size: 16px;
        line-height: 20.9px;
        letter-spacing: 0%;
        color: #D0011B;
    }

    p.off-sale {
        background-color: #D0011B;
        padding: 5px 15px;
        font-family: Roboto;
        font-weight: 700;
        font-size: 16px;
        line-height: 24.8px;
        letter-spacing: 0%;
        border-radius: 5px;
        color: white;
    }

    .fs-sale-right {
        width: 100%;
        border: 1px dotted #FFC500;
        box-shadow: 0px 10px 30.6px 0px #ffccee77;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .fs-sale-right h3 {
        font-family: Unna;
        font-weight: 600;
        font-style: italic;
        font-size: 18px;
        line-height: 20.3px;
        letter-spacing: -2%;
        color: #D0011B;
        text-align: center;
        margin-top: 15px;
    }

    .fs-sale-right hr {
        width: 90%;
        border: none;
        border-top: 0.9px dashed #d3d3d3;
        margin: 5px 0;
    }

    .pro-v-quantity {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        margin: 25px 0px;
    }

    .pro-v-quantity span {
        font-family: Unna;
        font-weight: 500;
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 0%;
        color: #E0900E;
    }

    .q-variations {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
    }

    .q-variations a {
        padding: 5px 50px;
        border-radius: 50px;
        border-width: 1px;
        border: 1px solid #E0900E;
        text-align: center;
        text-decoration: none;
        font-family: Unna;
        font-weight: 500;
        font-size: 22px;
        letter-spacing: 0%;
        color: #E0900E;

    }

    .pro-o-quantity {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        gap: 25px;
        margin: 25px 0px;
    }


    .pro-o-quantity span {
        font-family: Unna;
        font-weight: 500;
        font-size: 22px;
        line-height: 155%;
        letter-spacing: 0%;
        color: #E0900E;
    }

    .q-order {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
    }

    .q-order a#decrease {
        height: 40px;
        width: 40px;
        background-color: #fff;
        color: #E0900E;
        border-radius: 50px;
        text-align: center;
        text-decoration: none;
        font-size: 24px;
    }

    .q-order span {
        width: 25px;
        font-family: Roboto;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
        vertical-align: middle;

    }

    .q-order a#increase {
        height: 40px;
        width: 40px;
        background-color: #E0900E;
        color: white;
        border-radius: 50px;
        text-align: center;
        text-decoration: none;
        font-size: 24px;
    }

    .ab-view {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 20px;
    }

    .ab-view a#add-to-cart {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 25px;
        background-color: #fff;
        color: #E0900E;
        font-weight: 600;
        border-radius: 50px;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
    }

    .ab-view a#add-to-cart img {
        margin-right: 5px;
    }

    .ab-view a#buy-now {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 45px;
        background-color: #E0900E;
        color: white;
        font-weight: 600;
        border-radius: 50px;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
    }

    .sale-process {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 25px 0px 0px 0px;
    }

    .single-sp {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        gap: 10px;
    }

    .single-sp img {
        background: #DCEDC8;
        border-radius: 50px;
    }

    .single-sp span {
        width: 100%;
        font-family: Unna;
        font-weight: 400;
        font-size: 18px;
        line-height: 20.7px;
        letter-spacing: -2%;
        color: #fff;
        text-align: center;
    }

    /* manage-process */
    .manage-process {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #E0900E;
    }

    .manage-process-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding: 30px 0px;
    }

    .single-process {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .single-process img {
        width: 100px;
        height: 100px;
    }

    .single-process p {
        width: 160px;
        font-family: Unna;
        font-weight: 700;
        font-size: 20px;
        line-height: 127%;
        letter-spacing: 0%;
        color: white;
    }

    /* feedbacks */
    .feedbacks {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .feedbacks-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 20px 0px 40px 0px;
    }

    .feedbacks-child-left {
        width: 100%;
    }

    .fa {
        margin-right: 5px;
    }

    .rating .fa {
        font-size: 18px;
        color: #E0900E;
    }

    .rating-num {
        margin: 0px;
        font-family: Unna;
        font-weight: 600;
        font-size: 28px;
        color: #000;
    }

    .cus-rating {
        font-family: Unna;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: -2%;
    }

    .progress {
        height: 10px;
        margin-bottom: 5px;
    }

    .progress-bar {
        text-align: left;
    }

    .rating-desc {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .rating-desc .col-md-1 {
        padding-right: 0px;
    }

    .sr-only {
        margin-left: 5px;
        overflow: visible;
        clip: auto;
    }

    .progress-bar-success {
        background-color: #E0900E;
    }

    .progress-striped .progress-bar-success {
        background-image: -webkit-linear-gradient(45deg,
                rgba(255, 255, 255, 0.9) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.9) 50%,
                rgba(255, 255, 255, 0.9) 75%,
                transparent 75%,
                transparent);
        background-image: -o-linear-gradient(45deg,
                rgba(255, 255, 255, 0.9) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.9) 50%,
                rgba(255, 255, 255, 0.9) 75%,
                transparent 75%,
                transparent);
        background-image: linear-gradient(45deg,
                rgba(255, 255, 255, 0.9) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.9) 50%,
                rgba(255, 255, 255, 0.9) 75%,
                transparent 75%,
                transparent);
    }

    .feedbacks-child-right {
        width: 100%;
    }

    .tab1 {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        align-items: center;
        border-bottom: 1px solid transparent;
        margin-top: 20px;
    }

    .tab1 .tablinks {
        width: 100%;
        display: block;
        border: none;
        color: #E0900E;
        background-color: transparent;
        padding: 10px 10px;
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        line-height: 20px;
        text-align: center;
        font-family: Roboto;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 0%;
        border-bottom: 1px solid #e7e7e7;
    }

    .tab1 .tablinks:hover {
        background: #fff;
        color: rgba(0, 0, 0, 0.6);
        border-bottom: 3px solid #E0900E;
    }

    .tab1 .tablinks.active {
        background: #fff;
        color: #000;
        border-bottom: 3px solid #E0900E;
    }

    .content-div {
        width: 100%;
    }

    .content-div ul li {
        list-style-type: disc;
        font-size: 18px;
        font-weight: 600;
    }

    .tabcontent {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
        align-items: center;
    }

    .p-service {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        /* background-color: #F2F2F2; */
        /* border-radius: 20px; */
        padding: 20px 20px;
    }

    .p-service h4 {
        width: 100%;
        font-family: Unna;
        font-size: 22px;
        font-weight: 900;
        line-height: 25px;
        text-align: left;
        color: #000;
    }

    .p-service p {
        width: 100%;
        font-family: Unna;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        margin: 0px;
        text-align: left;
        color: #000;
    }

    .p-service ul {
        width: 100%;
        list-style: none !important;
        padding: 0px;
    }

    .p-service ul li {
        font-family: Roboto;
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0%;
        list-style: none !important;
    }
    
    /*custom-reviews*/
    .custom-reviews {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 60px;
    }
    
    .cr-child {
        width: 90%;
        display: flex;
        flex-direction: column;
        Justify-content: center;
        align-items: center;
    }
    
    .cr-child h2 {
        width: 100%;
        font-weight: 800;
        font-size: 36px;
        line-height: 90%;
        letter-spacing: 0%;
        color: #E0900E;
        text-align: left;
        margin: 10px 0px;
    }
    
    .cr-parent {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }
    
    .cr-single {
        width: 100%;
    }
    
    .crs-top {
        width: 100%;
        display: flex;
    }
    
    
    .crs-prof img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    
    .crs-prof-details {
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .crs-prof-details h3 {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0%;
        margin: 0px;
        text-transform: capitalize;
        font-variant-numeric-figure: lining-nums;
        font-variant-numeric-spacing: proportional-nums;
        margin: 0px;
        padding: 0px;
    }
    
    .crs-prof-details h3 span::before {
        content: '\f005  \f005  \f005  \f005  \f005'; 
        font-family: "Font Awesome 6 Free";
        font-weight: 900; /* Solid style */
        color: #FFD700; /* Gold/Yellow */
        font-size: 14px;
        margin-left: 20px;
    }
    
    .crs-prof-details span {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0%;
        margin: 0px;
        padding: 0px;
    }
    
    .crs-gallery {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 0px;
    }
    
    .crs-gallery img {
        width: 70px;
        height: 70px;
        border-radius: 4px;
    }
    
    .cr-single p {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0%;
        margin: 15px 10px;
        padding: 0px;
    }

    /* service vid */
    .service-vid {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .service-vid-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0px 0px;
        gap: 30px;
    }

    .single-vid {
        width: 100%;
        position: relative;
    }

    .single-vid .img1 {
        width: 100%;
    }

    .single-vid .img2 {
        width: auto;
        padding: 10px;
        border-radius: 50%;
        background-color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* get-to-know */
    .get-to-know {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gtk-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 60px 0px;
        gap: 40px;
    }

    .gtk-left {
        width: 100%;
    }

    .gtk-left h2 {
        font-family: Abhaya Libre ExtraBold;
        font-weight: 800;
        font-size: 36px;
        line-height: 40p;
        letter-spacing: 0%;
        color: #E0900E;
        margin: 0px 0px 30px 0px;
    }

    .gtk-left p {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 1%;
        color: white;
        margin: 30px 0px;
    }

    .gtk-left a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        text-transform: capitalize;
        text-decoration: none;
        background-color: #E0900E;
        padding: 12px 32px;
        border-radius: 50px;
        color: white;
    }

    .gtk-left a i {
        margin-left: 10px;
    }

    .gtk-right {
        width: 100%;
    }

    .gtk-right img {
        width: 100%;
    }

    /* customer feedback */
    .bs-reviews-slider {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bs-reviews-slider-child {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .bs-reviews-slider-child h2 {
        width: 100%;
        font-family: Yadon;
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
        color: #E0900E;
        margin: 0px 0px 40px 0px;
    }

    .bs-review-slider-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .bs-review-col-wrapper {
        text-align: center;
        margin: 10px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #FFA3B3;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .bs-review-col {
        margin: 0px 20px;
    }

    .slick-next,
    .slick-prev {
        text-indent: -9999px;
        background-size: contain;
        border: none !important;
        position: absolute;
        z-index: 10;
        display: flex;
    }

    .slick-prev::before {
        content: "\f053";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: white;
        font-size: 16px;
        color: white !important;
        text-indent: 0px;
        display: flex;
    }

    .slick-next::before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: white;
        font-size: 16px;
        color: white !important;
        text-indent: 0px;
        display: flex;
    }

    .slick-next,
    .slick-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        background-color: rgba(224, 144, 14, 0.5);
        color: white;
        cursor: pointer;
        display: flex !important;
        margin: 0px !important;
    }

    .slick-prev {
        display: flex;
        left: -22px;
    }

    .slick-next {
        display: flex;
        right: -8px;
    }

    .slick-prev:hover,
    .slick-next:hover {
        display: flex;
        background-color: rgba(224, 144, 14, 0.9);
    }

    .slick-arrow {

        display: none;
    }
    
    .slick-dots {
        display: block !important;
        visibility: visible !important;
    }

    .slick-dots li button {
        width: 25px;
        height: 25px;
    }

    .slick-dots li button:before {
        font-size: 10px;
    }

    .single-review {
        width: 100%;
    }

    .single-review img {
        margin-left: 30px;
        margin-bottom: -50px;
    }

    .review-details {
        width: 100%;
        background-color: #E0900E;
        padding: 75px 30px 30px 30px;
    }

    .review-details p {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
        color: white;
    }

    .review-details h3 {
        font-family: Unna;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0px;
        color: white;
    }

    .review-details span {
        font-family: Montserrat;
        font-weight: 500;
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0px;
        color: white;
    }

    /* faqs */
    .faqs {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url('https://purevivid.com.au/wp-content/themes/hello-elementor/assets/images/faqs-pt.png') center center no-repeat;
        background-size: 100% 280px;
        background-color: #141311;
        padding: 50px 0px;
        margin-top: 40px;
    }

    .faqs-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .faqs-child-left {
        width: 100%;
    }

    .faqs-child-left h3 {
        font-family: Urbanist;
        font-weight: 600;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 1%;
        color: #fff;
        margin-top: 30px;
    }

    .faqs-child-left a {
        width: 250px;
        border-radius: 50px;
        text-decoration: none;
        margin-top: 30px;
        padding: 12px 22px;
        color: white;
        font-weight: 600;
        gap: 10px;
        background-color: #E0900E;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .faqs-child-right {
        width: 100%;
    }

    .accordion {
        background-color: transparent;
    }

    .accordion-item {
        border: none;
        background-color: transparent;
        padding: 15px 0px;
    }

    .accordion-header {
        border-bottom: 1px solid #fff;
        background-color: transparent;
        font-family: Urbanist;
        font-weight: 600;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0%;
        vertical-align: middle;

    }

    .accordion-button {
        background-color: transparent;
        color: white;
    }

    .accordion-button:not(.collapsed) {
        color: white;
        background-color: transparent;
        box-shadow: none;
    }

    .accordion-button:hover {
        background-color: transparent;
        outline: none;
    }

    .accordion-button:focus {
        border-color: #fff;
        outline: none;
        background-color: transparent;
        box-shadow: none;
    }

    .accordion-body {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1%;
        vertical-align: middle;
        color: white;
    }

    .accordion-button {
        border: none;
        padding: 10px 20px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: background-color 0.3s ease;
        border-radius: 8px;
    }

    .accordion-button::after {
        content: '';
        display: inline-block;
        background-image: url('https://purevivid.com.au/wp-content/themes/hello-elementor/assets/images/arrow-down.png');
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.3s ease, background-color 0.3s ease;
        margin-left: 10px;
        padding: 15px;
        border-radius: 50px;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url('https://purevivid.com.au/wp-content/themes/hello-elementor/assets/images/arrow-up.png');
        background-size: contain;
        padding: 15px;
        border-radius: 50px;
        background-repeat: no-repeat;
        transform: rotate(0deg);
        background-color: #E0900E;
    }

    .accordion-button.collapsed::after {
        background-color: #E0900E;
    }

    /* footer */
    .footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 60px 0px;
        margin-top: 60px;
        border: 1px solid #E0900E;
    }

    .footer p {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1%;
        text-align: center;
        vertical-align: middle;
        color: white;
        margin: 30px 0px 0px 0px;
        padding: 0px;
    }

    .footer-child {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
    }

    .footer-child-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .foot-logo {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    .foot-logo img {
        width: 30%;
    }

    .footer-child-left ul {
        padding: 0px;
        list-style: none;
    }

    .footer-child-left ul li {
        padding: 5px 0px;
    }

    .footer-child-left ul li a {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1%;
        color: white;
        text-decoration: none;
    }

    .footer-child-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .footer-child-right ul {
        width: 100%;
        padding: 0px;
        list-style: none;
    }

    .footer-child-right ul li {
        padding: 5px 0px;
    }

    .footer-child-right ul li a {
        font-family: Urbanist;
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 1%;
        color: white;
        text-decoration: none;
    }
}