@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 0px;
}

:root {

  --primary-color: #8a1c3a;
  --secondary-color: #5b0a23;
  --light-bg: #FFEAF2;
  --lighter-bg: #FFF6F8;
  --text-color: #4A0E20;
  --subtext-color: #7a6c70;
  --white: #ffffff;
  --badge-bg: #f9dfe8;
  --shadow-color: rgba(0, 0, 0, 0.1);
}

h2 {
  color: #0A0A0A;
  font-family: "Libre Baskerville";
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

/* ===== Name Correction Report Page Css Start ===== */

.topbar {
  background: #8B1538;
  padding: 10px;
}

.topbar p {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0px;
}

.topbar p span {
  font-weight: 400;
}

.namebanner {
  padding-top: 80px;
  background-image: url('../images/name-bg.png');
  background-position: 0 -18.5823755vh;
  background-repeat: no-repeat;
  position: relative;
}

/* .namebanner .text {
  padding-top: 171px;
} */

.trustbox {
  display: inline-flex;
  padding: 9px 17px;
  align-items: center;
  border-radius: 33554400px;
  border: 1px solid rgba(139, 21, 56, 0.20);
  background: linear-gradient(90deg, #FCE7F3 0%, #FEF2F2 100%);
  gap: 8px;
  margin-bottom: 30px;
}

.trustbox h4 {
  color: #8B1538;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0px;
}

.namebanner .text h1 {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
}


.namebanner .text h3 {
  margin-top: 30px;
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}

.starbox h4 {
  color: #364153;
  font-family: "Open Sans";
  font-size: 20px;
  margin-bottom: 20px;
}

.namebanner .text p {
  color: #364153;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 24px;
}

.namebanner .text a {
  display: flex;
  width: 315px;
  height: 55.41px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #8B1538;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  text-decoration: none;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 18px;
}

.namebanner .text a svg {
  margin-left: 15px;
}

.stats-section {
  display: inline-flex;
  gap: 10px;
}

.stat-box {
  border-right: 1px solid rgba(139, 77, 50, 0.2);
  padding: 20px 10px;
  text-align: center;
  width: 130px;
  margin-top: 40px;
}

.stat-number {
  color: #8B1538;
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.stat-text {
  color: #4A5565;
  text-align: center;
  font-family: Inter;
  font-size: 11.1px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.divimage {
  position: relative;
}

.life-box {
  margin-top: 40px;
}

.name-analy {
  position: absolute;
  text-align: center;
  bottom: 14%;
  color: #8B1538;
  left: 50%;
  transform: translate(-50%, -6%);
  height: auto;
  border-radius: 33554400px;
  border: 2px solid #8B1538;
  font-family: "Libre Baskerville";
  background: #FFF;
  width: 280px;
  padding: 14px 26px;
  font-weight: 400;
  margin: auto;
}

.name-analy h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
}

.name-analy p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0px;
}


.box-img {
  background-image: url(../images/box-img.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  width: 100%;
  display: flex;
  border-radius: 12px;
  height: 315px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box-img img {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

/* Text styles */
.box-img h4 {
  color: #262556;
  text-align: center;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
}

.box-img p {
  color: #6C6F89;
  text-align: center;
  font-family: 'Inter';
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
}

.what-name {
  padding: 50px 0px;
}

.what-text {
  width: 80%;
  margin: 0 auto;
}

.what-name h2 {
  text-align: center;
  margin-bottom: 30px;
}

.what-name p {
  color: #364153;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 30px;
}

.name-correction {
  padding: 50px 0px;
  background: #8B1538;
}

.name-correction h2 {
  color: #FFF;
  line-height: 50px;
  font-size: 38px;
}

.name-correction h4 {
  color: #FFF;
  text-align: right;
  font-family: "Libre Baskerville";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.name-correction p {
  color: #FFF;
  text-align: right;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}


.name-correction a {
  margin-top: 10px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  display: flex;
  width: 315px;
  float: right;
  height: 55.41px;
  padding: 9.962px 4.554px 9.962px 14.422px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #8B1538;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}


.testimonial-section {
  padding: 50px 0px;
  text-align: center;
  position: relative;
}

.testimonial-section h2 {
  color: #8B1538;
}

.testimonial-section h2 span {
  color: #101828;
}

.testimonial-slider {
  margin-top: 30px;
}

.testimonial-card {
  padding: 30px;
  margin: 10px;
  text-align: left;
  border-radius: 16px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 4px 8px -6px rgba(0, 0, 0, 0.10), 0 4px 6px 0px rgba(0, 0, 0, 0.02);
}

.testprofile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.testprofile img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #8B1538;
}

.stars img {
  border-radius: 0%;
  width: 75%;
  height: 100%;
  border: none;
}

.testprofile h3 {
  color: #101828;
  font-family: "Libre Baskerville";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
}

.review {
  color: #364153;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Custom Arrows */
.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #eee;
  color: #8B1538;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  z-index: 10;
  transition: all 0.3s ease;
}

.testimonial-section .slick-prev {
  left: -40px;
}

.testimonial-section .slick-next {
  right: -40px;
}

.testimonial-section .slick-prev:before,
.testimonial-section .slick-next:before {
  display: none;
}


.testimonial-section .slick-prev::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../images/arrow-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .slick-next::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../images/arrow-right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .slick-dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.testimonial-section .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2bfc8;
  transition: all 0.3s ease;
}

.testimonial-section .slick-dots li.slick-active {
  width: 35px;
  border-radius: 20px;
  background: #8B1538;
}

.testimonial-section .slick-dots li button {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.numerological-plunge {
  padding: 80px 0px;
  text-align: center;
  background-image: url('../images/numer-bg.svg');
  background-repeat: no-repeat;
  position: relative;
}



.badge {
  display: inline-flex;
  gap: 10px;
  padding: 9px 17px;
  align-items: center;
  border-radius: 33554400px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
}

.badge h4 {
  color: #8B1538;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.numerological-plunge h2 {
  margin-bottom: 10px;
}

.numerological-plunge p {
  color: #364153;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;

}

.celebrtity-box {
  padding: 5px;
  margin-top: 50px;
}

.celebrity-card {

  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 24px;
  border: 4px solid #FFF;
  background: linear-gradient(135deg, #FDF2F8 0%, #FFF1F2 100%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

.celebrity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.celebrity-card img {
  width: 100%;
  object-fit: cover;
}

.celebrity-card .card-body {
  text-align: center;
  padding: 1.5rem;
}

.celebrity-card h5 {
  font-weight: 600;
  color: #5b0a23;
}

.celebrity-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #8a1c3a;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}


.celebrity-body {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0%);
  height: auto;
  background: #FFF;
  width: 95%;
  padding: 14px 26px;
  font-weight: 400;
  margin: auto;
  border-radius: 16px;
  border: 2px solid rgba(139, 21, 56, 0.20);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.celebrity-body {
  font-family: "Open Sans";
  text-align: center;
}

.celebrity-body span {
  color: #6A7282;
  font-size: 14px;
  font-weight: 400;
}

.celebrity-body h4 {
  color: #4A5565;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}


.celebrity-card p {
  color: #8B1538;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.celebrity-body h3 {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;

}

.celebrity-body h4 span {
  color: #F76668;
  font-family: "Libre Baskerville";
  font-size: 20px;
  text-decoration-line: line-through;
}

.celebrity-body h3 span {
  color: #F76668;
  font-family: "Libre Baskerville";
  font-size: 20px;
}

.celebrity-body h5 span {
  color: #F76668;
  font-family: "Libre Baskerville";
  font-size: 25px;
}

.celebrity-body h5 {
  color: #6A7282;
  font-weight: 400;
  font-size: 16px;
}




.yourcta-box {
  text-align: center;
  margin-top: 3rem;
  margin-left: auto;
  display: flex;
  width: 800px;
  max-width: 800px;
  padding: 40px 34px 40px 34px;
  flex-direction: column;
  align-items: center;
  gap: 11.2px;
  border-radius: 24px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  margin-right: auto;
}

.yourcta-box h4 {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-size: 32px;
  line-height: 20px;
}

.yourcta-box p {
  color: #364153;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

a.yourbtn {
  margin-top: 20px;
  background-color: #8a1c3a;
  color: #fff;
  border-radius: 10px;
  padding: 14px 25px;
  text-decoration: none;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}


.wrong-name {
  padding: 80px 0px;
  text-align: center;
  background-image: url('../images/yellow-bg.png');
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.wrong-name h2 {
  margin-bottom: 40px;
}

.info-card {
  border-radius: 24px;
  border: 2px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(4px);
  display: flex;
  padding: 30px;
  flex-direction: column;
  /* align-items: flex-start;
      flex-shrink: 0;
      align-self: stretch; */
}

.info-card p b {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-weight: 400;
}

.info-card p {
  color: #1E2939;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  padding-bottom: 30px;
}

.badge-box {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
  align-items: center;
}


span.badge-item {
  border-radius: 12px;
  border: 1px solid rgba(139, 21, 56, 0.10);
  background: linear-gradient(90deg, #FDF2F8 0%, #FFF1F2 100%);
  display: flex;
  width: 49%;
  padding: 16px;
  align-items: center;
  gap: 12px;
}

/* .info-card a.yourbtn {
    width: 100%;
    border-radius: 10px;
} */


.correction-card {
  border-radius: 24px;
  border: 2px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(4px);
  padding: 34px;
}

.correction-card h4 {
  color: #0A0A0A;
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 30px;
}

.correction-card h4 span {
  color: #8B1538;
  text-decoration: underline;
}

.wrong-box {
  border-radius: 16px;
  border: 2px solid #FFC9C9;
  color: #6A7282;
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 10px;
  line-height: 35px;
  text-decoration-line: line-through;
  background: linear-gradient(135deg, #FEF2F2 0%, #FDF2F8 100%);
}

.wrong-box::before {
  content: "✖";
  position: absolute;
  left: 4.3%;
  top: 22%;
  transform: translateY(-50%);
  color: var(--white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  background: #FB2C36;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.correct-box {
  border-radius: 16px;
  border: 2px solid #B9F8CF;
  background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 20px;
}

.correct-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 10px;
  border: 2px solid var(--primary-color);
}

.correct-box h2 {
  color: #8B1538;
  text-shadow: 0 0 16.805px rgba(139, 21, 56, 0.44);
  font-family: "Libre Baskerville";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0px;
}

.correct-box h2 span {
  color: #FB2C36;
  text-shadow: 0 0 16.805px rgba(139, 21, 56, 0.44);
  font-family: "Libre Baskerville";
  font-size: 36px;
}

.correct-box::before {
  content: "✔";
  position: absolute;
  left: 4.3%;
  top: 58%;
  transform: translateY(-50%);
  color: var(--white);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  border-radius: 50%;
  background: #00C950;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.correction-card .aligntext {
  color: #008236;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.note-box {
  border-radius: 16px;
  border: 2px solid #FFF;
  background: linear-gradient(90deg, #FEF3C6 0%, #FFEDD4 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  padding: 26px;
  text-align: left;
  display: flex;
  gap: 15px;
}

.note-icon {
  background: #8B1538;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  padding: 10px;
  flex-shrink: 0;
}

.note-text strong {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.note-text {
  color: #364153;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}



.trust-section {
  padding: 80px 0px;
  text-align: center;
  background-image: url('../images/why-trust.png');
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.trust-section p {
  color: #364153;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}

.trust-card {
  border-radius: 24px;
  border: 2px solid #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  padding: 30px 20px;
  transition: all 0.3s ease;
  height: 100%;
}

.trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.trust-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
}

.trust-card h3,
.trust-card h5 {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.trust-card h5 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.trust-card p {
  font-size: 14px;
  margin-bottom: 0px;
}

/* Background colors for cards */
.trustbg-1 {
  background: linear-gradient(135deg, #FCE7F3 0%, #FFE4E6 100%);
}

.trustbg-2 {
  background: linear-gradient(135deg, #F3E8FF 0%, #FCE7F3 100%);
}

.trustbg-3 {
  background: linear-gradient(135deg, #DBEAFE 0%, #CEFAFE 100%);
}

.trustbg-4 {
  background: linear-gradient(135deg, #FEF3C6 0%, #FFEDD4 100%);
}

.handmade-box {
  font-family: "Open Sans";
  border-radius: 20px;
  background: #8B1538;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 45%;
  margin: 0 auto;
  height: 48px;
  padding: 24px 10px;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
}

.handmade-box a {
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
}


.trust-points span {
  color: #4A5565;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  padding: 0px 15px 0px 15px;
  border-right: 1px solid #D1D5DC;
  font-weight: 400;
  line-height: 20px;
}


.package-section {
  padding: 80px 0px;
  background-image: url('../images/package-bg.png');
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}


.package-section h2 {
  margin-bottom: 10px;
}

.package-section p {
  color: #364153;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.limitedbox {
  display: inline-flex;
  padding: 9px 17px;
  align-items: center;
  border-radius: 50px;
  gap: 8px;
  margin-bottom: 30px;
  border: 2px solid rgba(139, 21, 56, 0.20);
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.limitedbox h4 {
  color: #8B1538;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.package-card {
  border-radius: 24px;
  border: 4px solid #E5E7EB;
  background: linear-gradient(135deg, #FDF2F8 0%, #FFF1F2 100%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  transition: all 0.3s ease;
  padding: 36px;
}

.package-card h5 {
  color: #101828;
  font-family: "Libre Baskerville";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0;
}


.package-card h3.price small {
  color: #6A7282;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.package-card h3.price {
  color: #8B1538;
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.package-card ul li {
  margin-bottom: 10px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 15px;
}

.package-card .yesicon {
  border-radius: 50px;
  background: rgba(139, 21, 56, 0.70);
  display: flex;
  min-width: 30px;
  min-height: 30px;
  justify-content: center;
  align-items: center;
}


a.choose-btn {
  border-radius: 12px;
  border: 2px solid #8B1538;
  background: #FFF;
  display: flex;
  height: 52px;
  justify-content: center;
  align-items: center;
  color: #8B1538;
  font-family: "Open Sans";
  text-decoration: none;
  gap: 10px;
}

a.choose-btn1 {
  background: #8B1538;
  color: #fff;
}

a.choose-btn1 img {
  filter: brightness(100);
}

.package-card .yesicon1 {
  background: #8B1538;
}

.popular {
  border-radius: 24px;
  border: 4px solid #8B1538;
  background: linear-gradient(135deg, #FFF1F2 0%, #FCE7F3 100%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

.popular-badge {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  background: #8B1538;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 0.9rem;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 20px;
}



.astro-about-section {
  padding: 80px 0px;
  background-image: url('../images/about-bg.png');
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}


.astro-about-section h2 {
  margin-bottom: 20px;
}

.astro-about-section p {
  color: #364153;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 29.25px;
}

.astro-about-section p strong {
  color: #8B1538;
  font-weight: 400;
}

.indiamost {
  display: inline-flex;
  padding: 9px 17px;
  align-items: center;
  border-radius: 50px;
  gap: 8px;
  margin-bottom: 20px;
  border: 2px solid #FFD230;
  background: linear-gradient(90deg, #FEF3C6 0%, #FEF9C2 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);

}

.indiamost h4 {
  color: #8B1538;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0px;
}

.cert-box {
  border: 2px solid #FEE685;
  background: linear-gradient(90deg, #FFFBEB 0%, #FFF7ED 100%);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
  display: flex;
  border-radius: 15px;
  padding: 19.471px 26px 26px 26px;
  flex-direction: column;
  gap: 10px;
}

.cert-box h6 {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-size: 24px;
  line-height: 30px;
}

.cert-box ul li {
  color: #364153;
  font-family: "Open Sans";
  font-size: 14px;
  padding-bottom: 10px;
  font-style: normal;
  display: flex;
  font-weight: 400;
  gap: 10px;
}

/* .astro-img-box {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
} */

.astro-img-box img {
  border-radius: 20px;
  max-width: 100%;
  object-fit: cover;
}

.fivemilion {
  margin-top: 20px;
}

.stat-card {
  transition: all 0.3s ease;
  border: 2px solid #FCE7F3;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  text-align: left;
}

.stat-card h5 {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 120% */
}

.stat-card-bg {
  padding: 20px;
  border: 2px solid #FFF;
  background: linear-gradient(135deg, #FFF 0%, #FDF2F8 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.stat-card p {
  color: #4A5565;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.FAQs {
  padding: 80px 10px;
}

.FAQs h2 {
  text-align: center;
}

div#accordionExample {
  margin-top: 3%;
}

.accordion .accordion-item {
  margin-bottom: 14px;
  border: none;
}

.accordion-body {
  padding: 0px 40px 10px 20px !important;
  border-radius: 0px 0px 8px 8px;
  background: #F9FAFB;
  margin-top: -5px;
}

.accordion-body p {
  color: #1E2939;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.accordion-header .accordion-button {
  box-shadow: none;
  color: #101828;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  background: #F9FAFB;
  line-height: 120%;
  border-radius: 8px;
}

/* Default arrow */
.accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23717182' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

/* When accordion is open (flipped arrow, same color) */



.form-section {
  text-align: center;
  padding: 80px 0px;
  background: #FEF3F5;
}

.form-section p {
  color: #364153;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-box {
  max-width: 800px;
  border-radius: 8px;
  text-align: left;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
  margin: 60px auto 0px;
  padding: 30px 25px;
}

.form-box label {
  color: #101828;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
}

textarea.form-control,
input.form-control {
  border-radius: 6px;
  background: #F3F3F5 !important;
  height: 50px;
  border: none;
}

.form-control:focus {
  color: var(--bs-body-color);
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}


.submit-btn {
  margin-top: 20px;
  background-color: #8a1c3a;
  color: #fff;
  border-radius: 10px;
  padding: 14px 25px;
  text-decoration: none;
  font-family: "Open Sans";
  border: none;
  font-size: 18px;
  width: 100%;
  line-height: 28px;
  font-weight: 300;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

p.note {
  margin-top: 25px;
}

.trusted-box {
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  margin: 15px auto;
  border-radius: 8px;
  display: inline-flex;
  background: #FFF;
  gap: 11px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
  align-items: center;
}

.trusted-box h3 {
  color: #101828;
  font-family: "Libre Baskerville";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.trusted-box p {
  color: #4A5565;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}


.error-message {
  color: red;
  font-weight: 400;
  font-family: 'Roboto';
  font-size: 12px;
  display: none;
}

/* ===== Sticky bottom bar ===== */
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 14px 18px 14px;
  /* space for button */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(.2, .9, .2, 1), opacity 0.4s;
  opacity: 1;
  z-index: 9999;
  box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.08);
}

/* Collapsed state — fully offscreen */
.sticky-bar.collapsed {
  transform: translateY(calc(100% - 0px));
  /* keep button visible */
}

.sticky-bar .text {
  flex: 1 1 auto;
  min-width: 0;
}

.sticky-bar h3 {
  color: #3B3B3B;
  font-family: "Libre Baskerville";
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.sticky-bar p {
  color: #3B3B3B;
  font-family: "Libre Baskerville";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

a.getlovereport {
  display: inline-flex;
  padding: 10px 40px;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  border: 1.66px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.00) 50%), #8B1538;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Libre Baskerville";
  font-size: 18px;
  font-weight: 700;
}

/* ===== Toggle button (attached to bar) ===== */
.toggle-btn {
  position: absolute;
  right: 24px;
  top: -22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #8B1538;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 14px rgba(139, 30, 63, 0.25);
  cursor: pointer;
  font-size: 18px;
  z-index: 10000;
  transition: transform 0.3s ease;
}

/* Rotate arrow when collapsed */
.sticky-bar.collapsed .toggle-btn {
  transform: rotate(180deg);
}


/* ===== Name Correction Report Page Css Start ===== */



/* =====Start Mobile View CSS ===== */
@media (max-width: 767px) {

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  /* namebanner */

  .namebanner {
    padding: 40px 0px 20px;
  }


  .namebanner .text h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .namebanner .text h1 br {
    display: none;
  }

  .namebanner .text h3 {
    margin-top: 0px;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .starbox h4 {
    margin-bottom: 20px;
  }

  .namebanner .text a {
    width: 100%;
  }

  .stats-section {
    gap: 0px;
    width: 100%;
  }

  .divimage {
    margin-top: 6%;
  }

  .name-analy {
    width: 235px;
    padding: 5px 10px;
  }

  .name-analy h3 {
    line-height: 24px;
  }

  .box-img {
    padding: 15px 10px 20px;
    height: 190px;
  }

  .box-img img {
    width: 50px;
  }

  .box-img h4 {
    font-size: 16px;
  }

  .box-img p {
    font-size: 12px;
  }


  .life-box .box-img {
    margin-bottom: 20px;
  }

  /* Remove margin from last item in each row */
  .life-box .col-6:nth-child(2n) .box-img {
    margin-bottom: 0;
  }

  /* namebanner */

  /* what-name */
  .what-name {
    padding: 20px 10px;
  }

  .what-text {
    width: 100%;
  }


  .what-name h2 {
    margin-bottom: 10px;
  }

  /* what-name */

  /* name-correction */

  .name-correction h2 br {
    display: none;
  }

  .name-correction p,
  .name-correction h4 {
    line-height: 40px;
    text-align: left;
  }

  .name-correction a {
    width: 100%;
  }

  /* name-correction */

  /* numerological-plunge  */

  .numerological-plunge {
    padding: 40px 0px;
  }

  .numerological-plunge h2 {
    line-height: 45px;
    margin-bottom: 10px;
  }

  .celebrtity-box {
    margin-top: 20px;
  }

  .yourcta-box {
    width: 100%;
    padding: 20px;
  }

  .yourcta-box h4 {
    line-height: 35px;
    font-size: 30px;
  }

  a.yourbtn {
    width: 100%;
  }

  /* numerological-plunge  */

  /* wrong-name  */

  .wrong-name {
    padding: 40px 0px;
  }

  .wrong-name h2 br {
    display: none;
  }

  .wrong-name h2 {
    margin-bottom: 20px;
  }

  .info-card {
    padding: 30px 20px;
  }

  .badge-box {
    gap: 5px;
  }

  span.badge-item {
    width: 49%;
    padding: 10px;
    font-size: 13px;
  }

  /* wrong-name  */

  /* trust-section */
  .trust-section {
    padding: 40px 0px;
  }


  .handmade-box {
    width: 100%;
    height: 80px;
    padding: 10px;
  }

  /* trust-section */

  /* package-section */
  .package-section {
    padding: 40px 10px;
  }

  .cert-box {
    padding: 20px;
  }

  .cert-box h6 {
    font-size: 20px;
  }

  .stat-card h5 {
    font-size: 20px;
  }

  .astro-img-box {
    margin-top: 0px;
  }

  .fivemilion {
    margin-top: 0px;
  }

  .stat-card-bg {
    padding: 20px 10px;
  }

  /* package-section */

  /* FAQ-section */
  .FAQs {
    padding: 40px 10px;
  }

  /* FAQ-section */

  /* Form-section */
  .form-section {
    padding: 40px 0px;
  }

  .form-section h2 br {
    display: none;
  }

  .form-box {
    max-width: 100%;
    margin: 20px auto 0px;
  }

  .trusted-box {
    width: 100%;
  }

  /* Form-section */

  .sticky-bar h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .sticky-bar p {
    font-size: 14px;
    line-height: 24px;
  }

  a.getlovereport {
    font-size: 16px;
    padding: 8px 30px;
  }

  .namesingle {
    padding-bottom: 50px !important;
  }

  .checkoutborder {
    padding: 10px !important;
  }
.paymenticons {
    margin-top: 25px!important;
}
  .checkout-form {
    padding: 10px !important;
  }


  .paymenticons ul li img {
    height: 25px !important;
  }

}

/* =====End Mobile View CSS ===== */

/* =====Start Tab View CSS ===== */

@media (min-width: 768px) and (max-width: 1080px) {
  h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .namebanner {
    padding-top: 45px;
  }

  .namebanner .text h1 {
    font-size: 50px;
  }

  .namebanner .text h3 {
    font-size: 30px;
  }

  .box-img {
    width: 325px;
    margin-bottom: 20px;
  }

  .what-text {
    width: 100%;
  }

  .name-correction h2 {
    line-height: 45px;
    font-size: 30px;
  }

  .yourcta-box {
    width: 100%;
  }

  .handmade-box {
    width: 80%;
  }

}

/* =====End Tab View CSS ===== */

/* =====CHECKOUT PAGE CSS ===== */

.namecheckout {
  margin: 50px 0px;
}

.checkoutborder {
  border-radius: 20px;
  border: 1px solid #C42445;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  padding: 50px;
}

.check-heading {
  margin-bottom: 20px;
}

.nameaddons h4 {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-weight: 600;
}
.nameaddons p {
  color: rgba(26, 41, 61, 0.83);
  font-family: "Poltawski Nowy";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
}
.check-heading h2 {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-weight: 700;
}

.check-heading p {
  color: rgba(26, 41, 61, 0.83);
  font-family: "Poltawski Nowy";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
}

.namesingle {
  padding: 104px 5px 80px;
}

.checkout-content {
  border-radius: 272px 272px 15.819px 15.819px;
  background: linear-gradient(180deg, #FFF 0%, #FFF6F6 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
}

.checkout-content .image {
  text-align: center;
  margin-top: -104px;
}

.image img {
  height: 100%;
  width: auto;
  max-width: 100%;
}


.checkouttext {
  padding: 15px;
}

.checkouttext h1 {
  color: #000;
  font-family: "Libre Baskerville";
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 16px;
}

.checkouttext b {
  color: #8B1538;
  font-weight: 700;
  font-size: 16px;
}

.checkouttext h5 {
  color: #8B1538;
  font-family: "Libre Baskerville";
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.checkouttext h2 del {
  text-decoration-line: line-through;
}

.checkouttext p {
  color: #000;
  font-family: "Poltawski Nowy";
  font-size: 18px;
  font-weight: 400;
  line-height: 124%;
}

.checkouttext ul {
  padding-left: 15px;
}

.checkouttext ul li {
  color: rgba(0, 0, 0, 0.83);
  font-family: "Libre Baskerville";
  font-size: 14px;
  margin-bottom: 10px;
  list-style: disc;
}

.checkouttext ul li span {
  color: #8B1538;
  font-weight: 700;
}

.addonsbutton {
  margin: auto;
  display: flex;
  width: 300px;
  height: 40px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: -20px;
  border-radius: 4px;
  background: #8B1538;
}

.addonsbutton input {
  width: 20px;
  height: 20px;
  accent-color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
}

.addonsbutton label {
  color: #fff;
  text-align: center;
  font-family: "Libre Baskerville";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}

.checkout-form {
  padding-left: 77px;
}

.name-form .inputs {
  margin-bottom: 15px;
}

.name-form label {
  color: #1E1E1E;
  font-family: "Libre Baskerville";
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 10px;
}

.name-form input,
select,
textarea {
  height: 55.414px;
  border-radius: 2.754px;
  border: 0.918px solid #BBBCBC;
  width: 100%;
  padding: 0 13px;
  color: rgba(136, 141, 147, 0.94);
  font-family: "Libre Baskerville";
  font-size: 12.852px;
  font-weight: 400;
}

.name-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='14' viewBox='0 0 20 20' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 7l3 3 3-3z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 30px;
  cursor: pointer;
}

.name-form textarea {
  height: 100px;
  padding: 13px;
}

.name-form input,
select,
textarea ::placeholder {
  color: #000;
}

.checkbox-area {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.checkbox-area input {
  width: 20px;
  height: 20px;
  border-radius: 50px !important;
  margin-right: 10px;
  accent-color: #AA181C;
}

.checkbox-area label {
  color: #5B6676;
  font-family: "Libre Baskerville";
  font-size: 12.852px;
  line-height: 22px;
}

#checkoutsubmit {
  display: flex;
  border: none;
  width: 100%;
  height: 48px;
  padding: 24px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  border-radius: 6px;
  background: #8B1538;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

.paymenticons {
  margin-top: 50px;
}

.paymenticons ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.paymenticons ul li img {
  height: 30px;
}

.consult-card{
  display: none;
}

@media (max-width: 767px) {
    .nameaddons {
        display: none;
    }

    .check-heading h2 br {
      display: none;
    }

    .check-heading {
      margin-bottom: 10px!important;
    }
}





/* MOBILE */
@media(max-width:767px){

.consult-card{
  display: block!important;
  margin-top: 30px;
  position:relative;
  width:100%;
  background:#fffdf8;
  border:2px solid #d6a03a;
  border-radius:24px;
  padding: 50px 10px 18px;
  /* overflow:hidden; */
  box-shadow:0 5px 18px rgba(0,0,0,0.08);
  font-family: "Libre Baskerville";
}

/* TOP LABEL */
.recommended-tag{
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%,-50%);
  background:linear-gradient(to bottom,#c10000,#7a0000);
  color:#fff;
  padding: 8px 16px;
  border-radius: 10px;
  display:flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
  font-size: 12px;
  font-weight:700;
}

.recommended-tag span{
  color:#ffd74c;
}

/* SIDE BADGE */
.user-badge-card{
  position:absolute;
  top:25px;
  right:5px;
  width:70px;
  height:70px;
  border-radius:50%;
  background:#ffe8a7;
  display:flex;
  align-items:center;
  padding: 5px;
  justify-content:center;
  text-align:center;
  color:#9a0000;
  font-size: 7px;
  line-height:12px;
  font-weight:700;
  flex-direction: column;
}
.user-badge-card span {
  font-size: 20px;
  margin-bottom: 5px;
}

/* HEADER */
.card-headerbox{
  display:flex;
  align-items: center;
  gap: 8px;
  padding-right: 70px;
}

/* CHECKBOX */
.checkbox-wrapper input{
  display:none;
}

.tick-box{
  width: 30px;
  min-width:30px;
  height:30px;
  background:#b30000;
  border-radius:5px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:0.3s;
  padding-bottom: 0px!important;
}

.tick-box svg{
  width:28px;
  height:28px;
  fill:#fff;
  transition:0.3s;
}

.checkbox-wrapper input:not(:checked) + .tick-box{
  background:#fff;
  border:2px solid #b30000;
}

.checkbox-wrapper input:not(:checked) + .tick-box svg{
  opacity:0;
  transform:scale(0.4);
}

/* TITLE */
.card-title{
  color:#8f0000;
  font-family: "Libre Baskerville";
  font-size: 16px;
  font-weight:700;
  line-height:1.2;
}

/* DESCRIPTION */
.card-descbox{
  margin-top:15px;
  color:#2f2f2f;
  font-size:12px;
  line-height: 20px;
}

/* PRICE */
.price-section{
  display:flex;
  align-items:center;
  gap: 8px;
  justify-content: center;
  margin-top:24px;
}

.old-price{
  color:#6d6d6d;
  text-decoration:line-through;
  font-size: 14px;
}

.price-section .arrow{
  color:#8b0000;
  font-size: 20px;
  font-weight:700;
}

.price-section .new-price{
  color:#8b0000;
  font-size: 25px;
  font-weight:800;
  line-height:1;
}

.price-section .discount{
  background:#ffd86d;
  color:#8b0000;
  padding:8px 10px;
  border-radius:40px;
  font-size:12px;
  font-weight:700;
}

/* DIVIDER */
.divider-box{
  width:100%;
  height:1px;
  background:#eadfc9;
  margin: 12px 0;
}

/* FEATURES */
.feature-grid-box{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap: 5px;
  text-align:center;
}

.feature-item-box{
  display:flex;
  flex-direction:column;
  align-items:center;
}

.feature-grid-box .icon-circle{
  width: 45px;
  height: 45px;
  border-radius:50%;
  background:#ffe8a7;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
}

.feature-grid-box .icon-circle svg{
  width: 22px;
  height: 22px;
  stroke:#9d0000;
}

.feature-grid-box .feature-text{
  font-size:12px;
  line-height:1.35;
  color:#333;
  font-family: 'Inter';
  font-weight:500;
}

/* FOOTER */
.bottom-strip{
  margin-top:14px;
  background:#fff1bc;
  border-radius:12px;
  padding: 14px;
  text-align:center;
  color: #8B1538;
  font-size:12px;
  font-weight:700;
}



}

/* =====CHECKOUT PAGE CSS ===== */