@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: 50px 0px 20px;
                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: 5%;
     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;
}

/* .divimage img {
    width: 90%;
    margin: auto;
    display: table;
} */

.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: 50px 0px;
                 text-align: center;
                background-image: url('../images/video_background.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;
}


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

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


      .card-box-div {}


  .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);
}

.ht-10 {
    margin-top: 178px;
}

.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);
    }

    .video-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: 15px;
      height: 100%;
    }

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 ratio */
  overflow: hidden;
  border-radius: 12px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

/* ===== 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 30px;
}
.what-text {
  width: 100%;
}


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

/* name-correction */

.name-correction h2 {
  font-size: 30px!important;
  line-height: 40px!important;
} 
.name-correction h2 br{
    display: none;
}

.name-correction p, .name-correction h4 { line-height: 35px; text-align: left; }
.name-correction h4 {
  font-size: 25px!important;
}
.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 */

    
  .video-section {
      padding: 40px 0px 20px;   
    }

    .video-section img {
    width: 80px;
}

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

    .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; }

    .ht-10 {
      margin-top: auto!important;
    }
 /* 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;
      }

}

/* =====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%;}

.ht-10 {
      margin-top: auto!important;
    }

}

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