body {
    font-family: 'Jost', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #0c0c0c !important;
    font-style: normal !important;
}
ul {
    margin: 0px !important;
    padding: 0px !important;
}
#page {
    background-image: url(https://mysticjyotish.com/wp-content/uploads/2024/09/Untitled-design.png);
    background-size: cover;
    background-attachment: fixed;
}
.site-content {
    display: flex;
    margin: auto;
    max-width: 600px;
}
/* custom css */
.discounttext {
    color: #2fe473;
    font-size: 12px;
}

.striked {
    text-decoration: line-through;
    font-size: 12px;
    color: #7C95A5;
}

.floatingDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #262626;
    color: white;
    border: none;
    border-radius: 0;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    z-index: 1000;
}

#floatingButton {
    width: 100%;
    padding: 15px;
    background-color: #FBBC72;
    color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    z-index: 1000;
    text-align: center;
    animation: animatedgradient 2s infinite;
    font-size: 18px;
    font-weight: 600;
}

.reportsubmit,
.reportsubmit:hover {
    margin-bottom: -25px;
    border-radius: 20px;
    min-height: 50px;
    color: black;
    background-color: #FBBC72;
    border-color: black;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

svg {
    max-width: 100%;
    height: auto;
}


.reporttypenew__headline {
    font-size: 1.5rem;
}

.reporttypenew__form {
    max-width: 800rem;
    margin: 0 auto;
}

.reporttypenew .form__tab {
    display: none;
}

.reporttypenew .form__tab.active {
    display: block;
}

.reporttypenew .form__group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 375px) {
    .reporttypenew .form__group {
		gap: 8px;
	}
}

@media screen and (min-width: 992px) {
    .reporttypenew .form__group {
        flex-direction: row;
    }
}

.reporttypenew .form__group--full {
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .reporttypenew .form__group--full {
        flex-direction: column;
    }
}

.reporttypenew .form__title {
    margin-bottom: 3rem;
    padding: 0 4rem;
    font-size: 3.2rem;
}

.reporttypenew .form__input {
    position: absolute;
    opacity: 0;
}

.reporttypenew .form__label {
    align-items: center;
    background-color: white;
    border-radius: 15px;
    border: 2px solid #006ec8;
    cursor: pointer;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 35rem;
    transition: all 0.2s ease;
    color: black;
	min-height: 15rem;
}

.reporttypenew .form__label--simple {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    color: #12395b;
}

.reporttypenew .form__label:has(input:checked) {
    border: 2px solid #006ec8;
    background-color: #FBBC72;
}

.reporttypenew .form__label:has(input:checked) .form__label-check {
    display: block;
}

.reporttypenew .form__label:has(input:focus) {
    outline: 2px ridge rgba(0, 110, 200, 0.4);
}

.reporttypenew .form__label-img {
    grid-column: 1;
    grid-row: 0.3333333333;
    width: 60px;
}

.reporttypenew .form__label-name {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    min-width: 60px;
    /* 175% */
}

.reporttypenew .form__label-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 20px;
    /* 142.857% */
}

span.reporttype-suggestion {
    padding: 6px 12px 3px 7px;
    font-size: 10px;
    background: #000;
    color: #fff;
    margin: 0;
    border-radius: 13px 0 0 0;
    clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 100%, 0% 100%);
}

span.form__label-name.price {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
}

.reporttype-container {
    padding: 0rem 0.5rem 0.5rem 0.5rem;
}

.reporttypenew .form__label-check {
    color: #006ec8;
    fill: #006ec8;
    stroke-opacity: 1;
    stroke: #f7f7f7;
    background: #f7f7f7;
    border-radius: 100%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    left: 100%;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
	z-index:99;
}

.reporttypenew .form__prev>svg {
    transform: rotate(180deg);
}

.reporttypenew .form__prev,
.reporttypenew .form__next {
    width: 100%;
    max-width: 35rem;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 2rem;
}

.font11 {
    font-size: 11px !important;
}

.offer-counter {
    margin-bottom: 30px;
    text-align: center;
}

#countdown {
    color: #333;
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 84%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}

.time-box {
    text-align: center;
    background-color: #FBBC72;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: black;
    border-radius: 95px 95px 95px 95px;
    padding-bottom: 5px;
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.time-box span {
    display: block;
    font-size: 1.3em;
    margin-bottom: 0px;
}

.label {
    font-size: 0.8em;
    color: #666;
}

.offer-expire-text {
    color: white;
    font-size: 24px;
}

.report-info {
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.sale-banner {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100px;
}


.buy-box {
    display: flex;
    justify-content: space-between;
}

#countdown-mini {
    display: flex;
    gap: 15px;
}

/* Container styling */
.report-img-container {
    position: relative;
    width: 100%;
    text-align: center;
}

/* Second image (40% width) */
.report-img {
    width: 100%;
    height: auto;
}

/* First image (icon) */
.bestseller {
    position: absolute;
    top: 90px;
    left: 25%;
    width: 60px;
    height: auto;
    z-index: 2;
}

.common-features-section {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.common-features-section img {
    border-radius: 10px;
}

.common-features-section-second {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 10px;
    border: 2px solid #FABD72;
    border-radius: 10px;
    margin-top: 20px;
    max-width: 600px;
    margin: auto;
}

.common-features-section-second img {
    width: 24%;
    max-width: 150px;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Optional: Add responsiveness for extremely small screens */
@media (max-width: 480px) {
    .common-features-section-second img {
        width: 23%;
    }
}

.main-card {
    width: 100%;
    max-width: 600px;
    background-color: #1c1c1c;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 20px;
    margin: auto;
}

.main-card h1 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #FABD72;
    text-align: center;
}

.sub-card {
    display: flex;
    align-items: center;
    background-color: #2e2e2e;
    border: 1px solid #FABD72;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
}

.sub-card:last-child {
    margin-bottom: 0;
}

.sub-card .check-icon {
    width: 24px;
    height: 24px;
    background-color: #FABD72;
    color: #000 !important;
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px !important;
}

.sub-card p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    width: 80%;
}

/* faq section */
.faq-section {
    width: 100%;
    max-width: 600px;
    margin: 3rem auto !important;
}

.rotate-icon {
    transition: transform 0.3s ease;
}

.rotate-icon.collapsed {
    transform: rotate(0deg);
    /* Point down when collapsed */
}

.rotate-icon {
    transform: rotate(180deg);
    /* Point up when open */
}

.faq-title {
    color: #FBBC72;
    font-weight: bold;
}

.card-header {
    background-color: #FBBC72;
    color: #000000;
    font-weight: bold;
    border: none;
}

.card-header .btn {
    color: #000000;
    text-decoration: none;
    width: 100%;
}

.card-header .btn:focus {
    box-shadow: none;
    color: #000000;
    text-decoration: none;
    width: 100%;
    background: #FBBC72;
}

.card-header .btn:not(.collapsed) {
    background-color: #000000;
    color: #ffffff;
}

.card-body {
    background-color: #f8f9fa;
    color: #000000;
}

.card {
    border: 1px solid #FBBC72;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* now imagine section */
.help-section {
    background-color: #ff7f50;
    color: white;
    text-align: center;
    padding: 50px 20px;
    border-radius: 15px;
    max-width: 600px;
    margin: auto !important;
    width: 100%;
}

.help-section h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: black;
    font-weight: 500;
}

.help-section h4 {
    font-size: 1.5rem;
    margin-top: 10%;
    color: black;
}

.help-section p {
    font-size: 1rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.help-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.help-item {
    background: white;
    color: #ff7f50;
    border-radius: 8px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    min-width: 50%;
}

.help-item:hover {
    transform: translateY(-5px);
}

.help-item i {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #ff7f50;
}

.help-item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.help-item p {
    font-size: 1rem;
}

/* facing issue section */
.mj-astrology-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.mj-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.mj-issues-solutions-wrapper {
    border: 2px solid #5e4b8b;
    padding: 20px;
    border-radius: 12px;
}

.mj-astrology-heading {
    text-align: center;
    margin-bottom: 30px;
}

.mj-astrology-heading h1 {
    font-size: 26px;
    color: #5e4b8b;
    /* Mystical purple */
    font-weight: 600;
    text-transform: uppercase;
}

.mj-issues-card ul,
.mj-solutions-card ul {
    list-style: none;
}

.mj-card li {
    font-size: 16px;
    color: #444;
    display: flex;
    align-items: center;
    margin-bottom: 18px !important;
}

.mj-card li:last-child {
    margin-bottom: 0;
}

.mj-card li i {
    margin-right: 15px !important;
    color: #5e4b8b;
    font-size: 22px;
}

.mj-card li:hover {
    color: #5e4b8b;
}

.mj-card li i:hover {
    color: #3b2a66;
}

.mj-issues-card {
    border-left: 4px solid #5e4b8b;
    padding-left: 20px;
    margin-bottom: 30px;
}

.mj-solutions-title {
    text-align: center;
    margin-bottom: 20px;
}

.mj-solutions-title h2 {
    font-size: 22px;
    color: #00aaff;
    /* Soft blue for solutions */
    font-weight: 600;
}

.mj-solutions-card {
    border-left: 4px solid #00aaff;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .mj-astrology-heading h1 {
        font-size: 22px;
    }

    .mj-card {
        padding: 15px;
    }

    .mj-card li {
        font-size: 14px;
    }

    .mj-card li i {
        font-size: 20px;
    }

    .mj-solutions-title h2 {
        font-size: 18px;
    }
}


/* why mystic jotish section */
/* General section styling */
.why-mystic-jyotish {
    background-color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    max-width: 600px;
    margin: 3rem auto;
    border-radius: 10px;
}

.why-mystic-jyotish h2 {
    color: #2a2a2a;
    /* Dark text color */
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 500;
}

.why-mystic-jyotish p {
    color: #666;
    font-size: 18px;
}

.facbook-reviews {
    margin-top: 15px;
}

/* Stats section */
.stats {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.stat-item {
    background-color: #FBBC72;
    padding: 15px;
    border-radius: 8px;
    width: 160px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background-color: #2a2a2a;
    /* Dark color for hover */
    color: white;
}

.stat-item h3 {
    color: white;
    font-size: 32px;
    font-weight: bold;
}

.stat-item p {
    color: white;
    font-size: 16px;
}

.stat-item i {
    font-size: 40px;
    color: white;
    margin-bottom: 15px;
}

/* Testimonials section */
.testimonials-slider {
    background-color: #ffffff;
    padding: 15px 0px;
    border-radius: 8px;
    margin-top: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonials-slider h3 {
    font-size: 24px;
    color: #FBBC72;
    /* Yellow accent for the heading */
    margin-bottom: 20px;
}

.slider {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.slide {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slide p {
    font-size: 16px;
    color: #444;
    font-style: italic;
}

.slider .slide p:first-child {
    font-weight: bold;
}

/* Add a simple dot navigation for the slider */
.testimonials-slider .dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dots span {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dots .active {
    background-color: #FBBC72;
    /* Yellow color for active dot */
}

.error {
    color: red;
    font-size: 12px;
}

.roatatingimg img{
 	animation: 60s rounded linear infinite reverse;
	filter: drop-shadow(0 0 0.75rem #FBBC72) !important;
}

@keyframes rounded {
	from {
		transform: rotate(360deg);
	}

	to {
		transform: rotate(0deg);
	}
}

.goals-box{
	background-size: contain;
  background-repeat: no-repeat;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: red;
}
button.getreport {
    background: #fbbc72;
	width: 100%;
	color:black;
}
button.getreport:hover {
    background: #fbbc72;
	width: 100%;
	color:black;
}
a.ser-read {
    color: black;
}
a:hover {
    color: white;
    text-decoration: none;
}
.service-list {
    border: 1px solid #fff;
    position: relative;
    z-index: 9;
    margin: 10px;
    padding: 20px;
}
.reportdetails p {
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
}
.reportdetails h3 {
    color: white;
}
.customform {
    display: flex;
    flex-direction: column;
    color: white;
    max-width: 600px;
    margin: auto;
    border: 2px #FBBC72 double;
    padding: 20px 15px;
		padding-bottom: 0px;
    box-shadow: 0 0 40px rgba(255,255,255,.3);
		border-radius: 30px;
}

.customform .form-control{
	height: calc(2.25rem + 2px);
}

h4.reportFormTitle {
    color: #fbbc72;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.reporttype .form-check {
	align-items:center;
	display:flex;
}

.customform .formRadioLabel{
		background: #FBBC72;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    color: black;
    font-size: 14px;
    display: inline-block;
    width: 300px;
    text-align: center;
}

.reporttype input[type=radio] {
    min-width: 20px;
    min-height: 20px;
}

.paymentProcess, .paymentProcessDone{
	color:#fff;
	text-align:center;
	margin-top: 100px;
  margin-bottom: 100px;
}

.financial-form-column{
	color: white
}
.report-briefing{
	color: white;
	margin:15px 0;
	
}
.report-main-title{
	color: #fbbc72;
}
.list-contents ul li{
	color:white;
	font-size:20px
}
 .list-contents ul {
 list-style-type: none;
	 
 }
 .list-contents ul li::before {
	content: '★  ';
	color: #fbbc72;
	padding: 0 5px 0 0;
}
.list-contents ul li{
	padding: 5px
}
.report-briefing b i {
  color: #fbbc72;
}
.list-contents ul li b i {
	color: #fbbc72;
}
.order-recd, .order-recd h4{
	color:white;
	text-align: center;
}
@media (max-width: 767px) {
	.tahnkyoudetails{
		width:80% !important;
	}
	.reportdetails{
		padding-top: 30px;
	}
}
@media (max-width: 575px) {
	.tahnkyoudetails{
		width:90% !important;
	}
	.col-sm-6{
		width:50%;
	}
}
.orderdetailtable{
	border: 1px solid black;
	width: auto;
	text-align: left;
	margin: auto;
	padding-top: 10px;
}
.orderdetailtd{
	padding-top: 10px;
	padding-left: 10px;
	margin:10px;
	padding-right: 10px;
}	 

.tahnkyoudetails{
	background: white;
    color: black;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 50px
}

@media (max-width: 767px) {
  #ekit-megamenu-header-menu {
    display: none !important;
    visibility: hidden;
    height: 0 !important;
    overflow: hidden;
  }
}

/* Bootstrap 4 to 5 margin-left replacement */
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }

/* Inline form-check alignment fix */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}

/* Mimic .form-label margin in older Bootstrap */
.form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

/* Restore spacing between grouped radio buttons */
.reportForm .form-check {
  margin-right: 1rem;
}

/* Optional: Improve layout responsiveness */
@media (max-width: 767.98px) {
  .form-check-inline {
    display: block;
    margin-bottom: 0.5rem;
  }
}

.paymentProcess {
    background: #000;
    padding: 50px 20px;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loader {
    margin: 20px auto;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #FBBC72;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.general-page-content h1, 
.general-page-content h2 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.general-page-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
}

.general-page-content ul, 
.general-page-content ol {
    margin-left: 1.5rem;
    margin-bottom: 1.25rem;
}


