/*  Single Service Page  */
section#service-page .section-one-image img {
    width: unset;
}

.service-page-section-one-bg {
    background-color: #fff7eb;
    background-image: url(/assets/images/pageservices-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 82px 0;
}

.service-page-section-one-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.service-page-section-one-image {
    width: 100%;
}

.input-search p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: #000000;
}

section.services-options {
    width: 100%;
    padding: 70px 0;
}

.services-options-button-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #FFF7EB;
    border-radius: 60px;
    cursor: pointer;
}

.options-button-custom {
    width: 100%;
    padding: 20px;
    text-align: center;
    border-radius: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 95.76%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.options-button-custom.options-button-one {
    background: #9E1256;
    border: 1px solid #9E1256;
}

.options-button-custom.options-button-two {
    color: rgba(224, 149, 42, 0.85);
}


.services-options-boxes {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 34px;
    padding: 50px 0;
}

.services-options-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 18px -2px rgb(249 176 72 / 36%);
    border-radius: 20px;
    padding: 30px 20px;
    width: 100%;
    max-width: 30%;
}

.services-options-box h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 119.84%;
    letter-spacing: 0.03em;
    color: #9E1256;
}

.services-options-box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 166.5%;
    letter-spacing: 0.03em;
    color: #000000;
    margin: 18px 0 30px;
}

.horoscope-plan-container {
    width: 100%;
    padding: 70px 0;
}

.horoscope-plan-top {
    display: flex;
    gap: 8px;
}

.horoscope-plan-top-right {
    width: 100%;
}

.horoscope-plan-top-left {
    width: 100%;
    text-align: center;
}


.plan-top-right-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 119.84%;
    letter-spacing: 0.03em;
    color: #9E1256;
}

.plan-top-right-title p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 166.5%;
    letter-spacing: 0.03em;
    color: #000000;
}

.plan-top-right-options {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.plan-top-right-options-info {
    display: flex;
    align-items: start;
    gap: 12px;
}

.plan-top-right-options-info p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 166.5%;
    letter-spacing: 0.03em;
    color: #000000;
}

.horoscope-plan-bottom-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.03em;
    color: #9E1256;
    margin-bottom: 18px;
}

.horoscope-plan-bottom-content p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-bottom: 34px;
}

.horoscope-plan-bottom {
    width: 100%;
    margin-top: 42px;
}

.horoscope-plan-bottom {
    width: 100%;
    margin-top: 42px;
    background-image: url('/assets/images/planets-footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


section.services-options {
    width: 100%;
    padding: 70px 0;
    background-image: url('/assets/images/contentBG.png');
    background-size: contain;
}


.horoscope-planBG {
    background-image: url('/assets/images/horoscopeBG.png');
    background-repeat: no-repeat;
    background-size: contain;
}

/*  Product  */

.productContainerInfo {
    width: 100%;
    display: flex;
    gap: 30px;
}

.productContainer-images {
    width: 100%;
    text-align: center;
}

.productContainer-content {
    width: 100%;
}

.parent-productImage {
    background: rgba(245, 245, 245, 0.91);
    border-radius: 20px;
    margin-bottom: 24px;
}

.child-productImage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.child-productImage div {
    padding: 15px;
    background: rgba(245, 245, 245, 0.91);
    border-radius: 16px;
    width: 100%;
}

.child-productImage div img {
    width: 100%;
}


.product-images-box {
    background: #FFFFFF;
    box-shadow: 1px 0px 23px -7px rgba(190, 24, 35, 0.44);
    border-radius: 80px;
    padding: 20px;
}

.product-images-boxes {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-images-box p {
    color: #9E1256;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
}

.product-images-box p span {
    color: #252525;
}

.productContainer-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 119.84%;
    letter-spacing: 0.03em;
    color: #9E1256;
}

p.product-review {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 138.75%;
    color: #5B5B5B;
}


h5.product-priceTitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #9E1256;
}

.product-priceInfo {
    padding: 12px 0 38px;
}

h5.product-price {
    color: #252525;
    font-size: 26px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
}

.product-priceInfo p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-top: 14px;
}

.key-insights-title {
    background: #9E1256;
    border: 1px solid #9E1256;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
}

.key-insights-title p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 138.75%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.key-insights {
    background: #B91866;
    border-radius: 30px;
}

.key-insights-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    font-family: 'Poppins';
    display: flex;
    align-items: center;
    gap: 4px;
}

.key-insights-contentBox {
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.key-insights-title img {
    transform: rotate(180deg);
}


.key-insights-title.our-promise {
    margin: 20px 0 40px;
}

.key-insights-title.our-promise img {
    transform: rotate(0deg);
}

.product-buy {
    background: linear-gradient(90.1deg, #9E1256 0.55%, #CE164F 26.97%, #E74249 50.28%, #ED6E49 77.21%, #F9B048 100%);
    border-radius: 60px;
    padding: 20px;
    width: 100%;
    max-width: 312px;
    text-align: center;
}

.product-buy a {
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 103.6%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

.productTabContainer {
    width: 100%;
    padding: 70px 0;
}

.productTab-title {
    display: flex;
    border-bottom: 1px solid #9E1256;
    gap: 16%;
}

h1.productTitle {
    padding: 20px;
    color: #3A3938;
}


h1.productTitle.activeTab-title {
    background: #9E1256;
    border-radius: 15px 15px 0px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 103.6%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
}

.productTab-content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

p.productTab-content-pghOne {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
}

.productTab-content ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
    margin-left: 18px;
}

.productTab-content h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #BE1622;
}

p.productTab-content-pghTwo {
    font-style: italic;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
}

.product-notes p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
}

.product-notes p span {
    color: #BE1622;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.03em;
}

.productContainerBox,
.testimonialContainer-box {
    width: 100%;
    background-image: url('/assets/images/testimonial.png');
    background-repeat: no-repeat;
    background-size: contain;
}

/*  Join Page  */

form#customJoinForm {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 70px 0;
}

.customJoinFormInput div input {
    width: 100%;
    padding: 18px 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3A3938;
    background: #FFFFFF;
    box-shadow: 1px 0px 11px -2px rgb(190 24 35 / 44%);
    border-radius: 80px;
    border: none;
    outline: none;
}

.customJoinFormInput {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.joining-as {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.joining-as-one {
    width: 100%;
}

.joining-as-two {
    width: 100%;
}

.joining-as-two div input {
    width: 100%;
    padding: 18px 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3A3938;
    background: #FFFFFF;
    box-shadow: 1px 0px 11px -2px rgb(190 24 35 / 44%);
    border-radius: 80px;
    border: none;
    outline: none;
}

.joining-as-one p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #E73347;
}

.joining-as-one-input {
    margin-top: 16px;
    display: flex;
    gap: 30px;
}


.join-us-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3A3938;
}

.join-us-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #E73347;
    box-shadow: 0 4px 34px rgb(0 0 0 / 25%);
    border-radius: 6px;
}

.join-us-label:hover input ~ .checkmark {
    background-color: #ccc;
}

.join-us-label input:checked ~ .checkmark {
    background-color: white;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.join-us-label input:checked ~ .checkmark:after {
    display: block;
}

.join-us-label .checkmark:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #e73347;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.joining-as-one-input.joining-as-two-input {
    justify-content: space-between;
}

.contactForm-subject input {
    width: 100%;
    padding: 18px 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3A3938;
    background: #FFFFFF;
    box-shadow: 1px 0px 11px -2px rgb(190 24 35 / 44%);
    border-radius: 80px;
    border: none;
    outline: none;
}

.Education-Qualification .contactForm-subject {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

form#customJoinForm .contactForm-button input[type="submit"] {
    width: 100%;
    outline: none;
    border: none;
    padding: 16px;
}

.circleJoinPageContainerBox{
    width: 100%;
    height: 100vh;
    max-width: 84%;
    background-image: url(/assets/images/circleAnimation.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.circleJoinPageContainer-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.circleJoinPageContainerBG {
    width: 100%;
    background: #F4F4F4;
    background-image: url(/assets/images/section-one-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 0;
}

h1.circleJoinPage-title {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.03em;
    text-transform: capitalize;
    text-align: center;
    color: #E73347;
}

p.circleJoinPage-pgh {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
}
