body{
    margin: 0;
}

.page-wrapper-pr,
.page-wrapper-pr * {
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.page-wrapper-pr {
    /* max-width: 1199px; */
    margin: 0 auto;
    background: #ffffff;
    color: #111111;
    overflow-x: hidden;
}

.page-wrapper-pr .section, .section-pr {
    padding: 46px 28px;
}

.why-grid-pr,
.wear-area-pr,
.care-grid-pr,
.benefits-grid-pr {
    max-width: 1104px;
    margin-left: auto;
    margin-right: auto;
}

.section-title-pr {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 34px;
    color: #1f2933;
    text-transform: uppercase;
}

.section-title-pr::after {
    content: "";
    width: 125px;
    height: 2px;
    background: #df5b6b;
    display: block;
    margin: 7px auto 0;
    border-radius: 20px;
}

.why-section-pr {
    background: #ffffff;
    padding-top: 18px;
    padding-bottom: 30px;
}

.why-grid-pr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 38px;
    margin-bottom: 24px;
}

.why-image-box-pr {
    position: relative;
    /* max-width: 438px; */
    margin-left: auto;
}

.why-main-img-pr {
    width: 100%;
    /* height: 328px; */
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.why-content-pr {
    max-width: 500px;
}

.why-title-pr {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 22px;
    display: inline-block;
    position: relative;
    color: #111111;
}

.why-title-pr::after {
    content: "";
    width: 100px;
    height: 2px;
    background: #df5b6b;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.why-list-pr {
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-list-pr li {
    display: grid !important;
    grid-template-columns: 12px 1fr;
    column-gap: 8px;
    align-items: start;
    margin: 0 0 18px !important;
    padding: 0 !important;
    font-size: 16px;
    line-height: 1.35;
    color: #111111;
}

.why-list-pr li img {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    display: block;
}

.why-list-pr li span {
    display: block;
}

.wear-section-pr {
    background: linear-gradient(90deg, rgba(255, 201, 201, 0.40) 0%, rgba(255, 236, 219, 0.40) 100%);
    position: relative;
    overflow: hidden;
}

.wear-section-pr::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 707px;
    height: 721px;
    /* background: radial-gradient(circle, rgba(255,255,255,0.7), rgba(255,255,255,0)); */
    background-image: url(https://cdn.anytimeastro.com/anytimeastro/storenew/test/images/webimages/backcx.png);
    opacity: 0.7;
}

.wear-area-pr {
    position: relative;
    height: 360px;
    z-index: 2;
}

.center-gem-pr {
    position: absolute;
    width: 410px;
    height: 343px;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    z-index: 3;
}

.wear-card-pr {
    width: 203px;
    min-height: 113px;
    background: #ffffff;
    border: 1px solid #efcaca;
    outline: 5px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    position: absolute;
    text-align: center;
    padding: 24px 8px 9px;
    font-size: 16px;
    line-height: 1.25;
    z-index: 4;
}

.wear-card-pr strong {
    display: block;
    color: #e44b5f;
    font-size: 20px;
    line-height: 1.15;
    position: relative;
    margin-top: 4px;
}

.wear-card-pr strong::before {
    position: absolute;
    width: 55px;
    content: "";
    height: 5px;
    background: #ffffff;
    top: -51px;
    left: 12px;
    z-index: 1;
}

.wear-icon-pr {
    position: absolute;
    top: -44px;
    left: 34%;
    z-index: 2;
}

.wear-icon-pr img {
    width: 66px;
    height: 66px;
}

.wear-top-left-pr {
    left: 103px;
    top: 20px;
}

.wear-bottom-left-pr {
    left: 103px;
    bottom: -10px;
}

.wear-top-right-pr {
    right: 103px;
    top: 20px;
}

.wear-bottom-right-pr {
    right: 103px;
    bottom: -10px;
}

.blockspan-pr {
    display: block;
}

.arrow-img-pr {
    width: 66px;
}

.wear-area-pr .top-left-pr {
    position: absolute;
    left: 30%;
    top: 54px;
    z-index: 4;
}

.wear-area-pr .top-right-pr {
    position: absolute;
    right: 30%;
    top: 55px;
    z-index: 4;
    transform: scaleX(-1);
}

.wear-area-pr .bottom-left-pr {
    position: absolute;
    left: 30%;
    bottom: 32px;
    z-index: 4;
    transform: scaleY(-1);
}

.wear-area-pr .bottom-right-pr {
    position: absolute;
    right: 30%;
    bottom: 32px;
    z-index: 4;
    transform: scaleX(-1) scaleY(-1);
}

.care-section-pr {
    background: #ffffff;
}

.care-scroll-pr {
    padding-top: 50px;
}

.care-grid-pr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

.care-card-pr {
    min-height: 120px;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    text-align: center;
    padding: 28px 24px 25px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 5px 14px rgba(0,0,0,0.03);
}

.care-icon-pr {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #f7f7f7;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -74px auto 10px;
}

.care-icon-pr img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.care-card-pr h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 17px 0 11px;
}

.care-card-pr p {
    font-size: 16px;
    line-height: 1.35;
    margin: 0;
    color: #333333;
}

.benefits-section-pr {
    background: #ffffff;
    padding-top: 26px;
    padding-bottom: 54px;
}

.benefits-section-pr .benefits-title-pr,
.benefits-section-pr .section-title-pr {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin: 0 0 36px;
    color: #262b31;
}

.benefits-section-pr .section-title-pr::after {
    width: 125px;
    height: 2px;
    background: #e4516b;
    margin: 8px auto 0;
}

.benefits-scroll-pr {
    width: 100%;
}

.benefits-grid-pr {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.benefit-card-pr {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: clamp(205px, 22vw, 260px);
    background: #111111;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
    text-align: center;
}

.benefit-card-pr::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.45) 66%, rgba(0,0,0,0.88) 100%);
    z-index: 1;
}

.benefit-card-pr img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.benefit-card-pr:hover img {
    transform: scale(1.05);
}

.benefit-card-pr p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 0;
    padding: 0 12px 16px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0,0,0,0.7);
}

.rudraksha-section-pr {
    margin: 0 auto;
    padding: 24px 7px 30px;
    font-size: 14px;
    line-height: 1.42;
    color: #222222;
}

.rudraksha-section-pr p {
    margin: 0 0 18px;
}

.rudraksha-section-pr strong {
    font-weight: 700;
}

.rudraksha-section-pr .note-text-pr {
    margin-top: 24px;
    margin-bottom: 26px;
}

.accordion-box-pr {
    margin: 0 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion-item-pr {
    border: 1px solid #c8c8c8;
    border-radius: 9px;
    background: #ffffff;
    overflow: hidden;
}

.accordion-item-pr[open] {
    border-color: #ff8ea0;
    background: #fff4f6;
}

.accordion-title-pr {
    list-style: none;
    cursor: pointer;
    padding: 18px 52px 18px 20px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
    position: relative;
    user-select: none;
}

.accordion-title-pr::-webkit-details-marker {
    display: none;
}

.accordion-title-pr::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    color: #111111;
}

.accordion-item-pr[open] .accordion-title-pr {
    color: #ff4f68;
}

.accordion-item-pr[open] .accordion-title-pr::after {
    content: "âˆ’";
    color: #ff4f68;
}

.accordion-content-pr {
    padding: 0 20px 22px;
    font-size: 18px;
    line-height: 1.45;
    color: #111111;
}

.accordion-content-pr p {
    margin: 0;
}

.accordion-list-pr {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-list-pr li {
    display: grid;
    grid-template-columns: 14px 1fr;
    column-gap: 12px;
    align-items: start;
    margin: 0 0 10px;
    padding: 0;
}

.accordion-list-pr li:last-child {
    margin-bottom: 0;
}

.accordion-list-pr li img {
    width: 13px;
    height: 13px;
    object-fit: contain;
    display: block;
    margin-top: 7px;
}

.accordion-list-pr li span {
    display: block;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .arrow-img-pr {
        display: none !important;
    }

    .care-grid-pr {
        gap: 20px;
    }

    .care-card-pr {
        padding: 28px 15px 22px;
    }
}

@media (max-width: 1024px) {
    .center-gem-pr{
        top: 47%;
    }
    .wear-top-left-pr,.wear-bottom-left-pr{
        left: 10px;
    }
    .wear-top-right-pr,.wear-bottom-right-pr{
        right: 10px;
    }
    .wear-section-pr::after{
        display: none;
    }
}

@media (max-width: 991px) {
    .center-gem-pr {
        height: 240px;
    }

    .benefits-grid-pr {
        gap: 18px;
    }

    .benefit-card-pr p {
        font-size: 15px;
        padding-bottom: 14px;
    }
    .benefits-section-pr .benefits-title-pr, .benefits-section-pr .section-title-pr, .section-title-pr, .why-title-pr{
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .page-wrapper-pr {
        max-width: 100%;
    }

    .page-wrapper-pr .section, .section-pr {
        padding: 28px 18px;
    }

     .section.benefits-section-pr{
        padding: 28px 10px;
    }

    .why-section-pr {
        padding-top: 18px;
        padding-bottom: 24px;
    }

    .why-grid-pr {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 100%;
    }

    .why-image-box-pr {
        max-width: 285px;
        width: 100%;
        margin: 0 auto;
    }

    .why-main-img-pr {
        height: auto;
        min-height: 216px;
        object-fit: cover;
        border-radius: 24px;
    }

    .why-content-pr {
        max-width: 100%;
        margin: 0;
        text-align: left;
        /* padding: 0 15px; */
    }

    .why-title-pr {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 18px;
        color: #59636f;
    }

    .why-title-pr::after {
        display: none;
    }

    .why-list-pr li {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 10px !important;
        color: #59636f;
        font-weight: 400;
    }

    .section-title-pr {
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 24px;
    }

    .section-title-pr::after {
        width: 68px;
        height: 2px;
    }

    .wear-section-pr {
        padding-top: 28px;
        padding-bottom: 0;
        background: #fff0f0;
        min-height: 640px;
        overflow: hidden;
    }

    .wear-area-pr {
        max-width: 360px;
        width: 100%;
        height: auto;
        min-height: 520px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 60px 20px;
        overflow: visible;
        padding: 205px 0px 24px 0px;
        position: relative;
    }

    .center-gem-pr {
        display: block;
        position: absolute;
        width: 245px;
        height: 188px;
        left: 50%;
        top: -25px;
        transform: translateX(-50%);
        object-fit: contain;
        z-index: 3;
    }

    .wear-card-pr,
    .wear-top-left-pr,
    .wear-bottom-left-pr,
    .wear-top-right-pr,
    .wear-bottom-right-pr {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        width: 100%;
        min-height: 118px;
        margin: 0;
        padding: 30px 8px 12px;
        font-size: 12px;
        line-height: 1.25;
        border-radius: 14px;
    }

    .wear-icon-pr {
        width: 54px;
        height: 54px;
        top: -32px;
        left: 50%;
        transform: translateX(-50%);
    }

    .wear-icon-pr img {
        width: 54px;
        height: 54px;
        object-fit: contain;
    }

    .wear-card-pr strong {
        font-size: 16px;
        line-height: 1.15;
    }

    .wear-card-pr strong::before {
        width: 44px;
        height: 4px;
        top: -52px;
        left: 23%;
        transform: translateX(-50%);
    }

    .wear-card-pr svg {
        width: 64px;
        margin-top: 4px;
    }

    .wear-top-left-pr {
        order: 1;
    }

    .wear-top-right-pr {
        order: 2;
    }

    .wear-bottom-left-pr {
        order: 3;
    }

    .wear-bottom-right-pr {
        order: 4;
    }

    .care-section-pr {
        padding-top: 28px;
        padding-bottom: 26px;
    }
/* 
    .care-section-pr .section-title-pr {
        text-align: left;
        margin-bottom: 26px;
        color: #59636f;
    } */

    .care-section-pr .section-title-pr::after {
        display: none;
    }

    .care-scroll-pr {
        overflow: visible;
        padding: 42px 0 0 !important;
    }

    .care-grid-pr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 55px 14px;
        width: 100%;
        max-width: 100%;
        padding: 0;
        /* padding: 0 10px; */
    }

    .care-card-pr {
        width: auto;
        min-height: 145px;
        padding: 46px 10px 16px;
        border-radius: 10px;
        box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    }

    .care-icon-pr {
        width: 64px;
        height: 64px;
        margin: -80px auto 14px;
    }

    .care-icon-pr img {
        width: 42px;
        height: 42px;
    }

    .care-card-pr h4 {
        font-size: 15px;
        margin: 12px 0 10px;
        color: #59636f;
    }

    .care-card-pr p {
        font-size: 14px !important;
        line-height: 1.32;
        color: #59636f;
    }

    .benefits-section-pr {
        /* padding: 30px 0px 34px 14px; */
        padding: 30px 0px 34px 0px;
    }

    .benefits-section-pr .benefits-title-pr,
    .benefits-section-pr .section-title-pr,.care-section-pr .section-title-pr,.section-title-pr {
        text-align: center;
        font-size: 20px;
        margin-bottom: 26px;
        color: #262b31;
    }

    .section-title-pr{
        margin-bottom: 45px;
    }

    .benefits-section-pr .section-title-pr::after,.care-section-pr .section-title-pr::after {
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 7px;
    }

    .benefits-scroll-pr {
        overflow-x: auto;
        margin: 0 -14px 0 0px;
        padding: 0 14px 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .benefits-scroll-pr::-webkit-scrollbar {
        height: 0;
    }

    .benefits-grid-pr {
        display: flex;
        width: max-content;
        max-width: none;
        gap: 14px;
        padding: 0;
    }

    .benefit-card-pr {
        width: 190px;
        flex: 0 0 190px;
        height: 208px;
        border-radius: 7px;
        scroll-snap-align: start;
    }

    .benefit-card-pr p {
        padding: 0 10px 14px;
        /* font-size: 11px !important; */
        line-height: 1.18;
        color: #ffffff;
        font-weight: 400;
    }

    .accordion-box-pr {
        max-width: 100%;
        gap: 18px;
    }

    .accordion-title-pr {
        padding: 15px 45px 15px 16px;
        font-size: 16px;
    }

    .accordion-title-pr::after {
        right: 15px;
        font-size: 28px;
    }

    .accordion-content-pr {
        padding: 0 16px 18px;
        font-size: 15px;
    }

    .accordion-list-pr li {
        grid-template-columns: 13px 1fr;
        column-gap: 10px;
        margin-bottom: 11px;
    }

    .accordion-list-pr li img {
        width: 12px;
        height: 12px;
        margin-top: 5px;
    }
    
}

@media (max-width: 480px) {
    .rudraksha-section-pr {
        max-width: 100%;
    }
    .benefit-card-pr p {
        font-size: 11px !important;
    }
}

@media (max-width: 420px) {
    .why-main-img-pr {
        height: 210px;
    }
}

@media (max-width: 380px) {
    .why-image-box-pr {
        max-width: 270px;
    }

    .wear-area-pr {
        max-width: 340px;
        gap: 58px 23px;
    }

    .center-gem-pr {
        width: 230px;
        height: 178px;
    }

    .wear-card-pr strong {
        font-size: 15px;
    }

    .care-card-pr p {
        font-size: 13px !important;
    }

    .benefit-card-pr {
        width: 170px;
        flex-basis: 170px;
        height: 190px;
    }
}