* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}
html {
  scroll-behavior: smooth;
}


body {
  background: #000 !important;
  color: #fff;
  line-height: 1.6;
  padding-bottom: 100px;
}

.top-bar{
    background: #DC2626;
}
.top-bar h3{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 20px;
}
.hero-sc{
    background: #000;
    padding: 50px 0px;
}
.main-heading{
    color: #E5E7EB ;
    font-weight: 900 ;
    font-size: 60px ;
    text-align: center;
    text-transform: uppercase;
}
.btn-line{
  font-size: 18px;
  color: #E5E7EB;
  font-weight: 400;
  
}
.sub-heading{
  color: #E5E7EB;
  font-weight: 600;
  font-size: 28px;
  text-transform: capitalize;
}
h1 .prt-hed{
  background: linear-gradient(
    120deg,
    #B91C1C 0%,
    #DC2626 30%,
    #E5E7EB 50%,
    #DC2626 70%,
    #B91C1C 100%
  );
  background-size: 200% auto;
  animation: shineMove 3.5s ease-in-out infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes shineMove {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}

.count-wrap{
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  margin-right: 12px;
  border-radius: 999px;
  background: linear-gradient(120deg, #B91C1C, #DC2626, #E5E7EB);
  box-shadow: 0 8px 30px rgba(220,38,38,0.35);
      transform: rotate(-10deg);
    margin-right: -10px;
    min-width: 150px;
    justify-content: center;
}

.count{
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
}

.plus{
  font-size: 28px;
  font-weight: 700;
  margin-left: 4px;
  color: #ffffff;
}

.sec-padding{
    padding: 50px 0px;
}
.bg-black{
    background: #000;
}
.bg-light-black{
    background: #0d0d0d;
}
.sec-title{
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #E5E7EB;
    margin-bottom: 20px;
}
.sec-sub-title{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #E5E7EB;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.sec-title span{
    color: #DC2626;
}


.cards{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(230px, 1fr));
  gap:26px;
}

/* Running Border */
.card-border{
  position:relative;
  padding:2px;
  border-radius:8px;
  background:linear-gradient(
    145deg,
    #DC2626,
    transparent,
    #DC2626
  );
  background-size:300% 300%;
  animation:borderRun 8s linear infinite;
}

@keyframes borderRun{
  0%{background-position:0% 50%;}
  100%{background-position:300% 50%;}
}

/* Card */
.card{
  background:#161718 !important;
  border-radius:8px;
  padding:24px;
  height:100%;
  min-height: 220px;
 
}
img{
  width: 100%;
}
.card-border{
   margin: 10px;
}

.desgn-img{ 
  border-radius: 12px;
  border:  1px solid  #dc262678;
  
}


.card:hover .icon{
  transform:rotateY(180deg);
}
.ebook-for .icon{
  font-size:60px;
  margin-bottom: 5px;
      display:inline-block;
  transition:transform 0.6s ease;
  transform-origin:center;
  width: 60px;
  
}

.hero-sc .ebook-points li{
  text-transform: uppercase;
}
.card h3{
  margin:0 0 10px;
  font-size:18px;
  color:#E5E7EB;
      text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
}


.card p{
  font-size: 16px;
  line-height:1.6;
  color:#cfcfcf;
  font-weight: 400;
}

.ebook-points{
  list-style:none;
  padding:0;
  margin:0;
  max-width:650px;
}

.ebook-points li{
  display:flex;
  gap:14px;
  align-items: center;
  margin-bottom:16px;
  font-size:16px;
  color:#E5E7EB;
  line-height:1.2;
}

.tick{
  min-width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(34,197,94,0.18);
  color:#22C55E;
  border-radius:50%;
  font-weight:700;
   border:1px solid #22C55E;
}


.tick-wrong{
  min-width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(220,38,38,0.18);
  color:#DC2626;
  border-radius:50%;
  font-weight:700;
  border:1px solid #DC2626;
  box-shadow:0 0 0 rgba(220,38,38,.6);
  animation:crossPulse 2s infinite;
}

.ebook-det-title{
  font-size:24px;
  font-weight:700;
  line-height: 34px;
  margin-bottom:30px;
  color:#E5E7EB;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}



.cta-btn{
  position:relative;
  display:inline-block;
  padding:16px 34px;
  font-size:18px;
  font-weight:700;
  color:#fff;
  text-decoration:none;
  border-radius:12px;
  background:linear-gradient(135deg,#DC2626,#991B1B);
  box-shadow:0 15px 40px rgba(220,38,38,0.45);
  overflow:hidden;
  transition:all 0.3s ease;
}

/* Hover Lift */
.cta-btn:hover{
  transform:translateY(-4px) scale(1.02);
  box-shadow:0 25px 60px rgba(220,38,38,0.65);
}

/* Shine Effect */
.cta-btn .shine{
  position:absolute;
  top:0;
  left:-75%;
  width:50%;
  height:100%;
  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  transform:skewX(-25deg);
  animation:shineMovebtn 3s infinite;
}

@keyframes shineMovebtn{
  0%{ left:-75%; }
  60%{ left:125%; }
  100%{ left:125%; }
}

/* Pulse (Attention grab) */
.cta-btn{
  animation:pulse 2.5s infinite;
}

@keyframes pulse{
  0%{
    box-shadow:0 0 0 0 rgba(220,38,38,0.6);
  }
  70%{
    box-shadow:0 0 0 20px rgba(220,38,38,0);
  }
  100%{
    box-shadow:0 0 0 0 rgba(220,38,38,0);
  }
}

.botm-bar{
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 20px 0px;
  border-radius: 10px 10px 0px 0px;
  border-top: 1px solid #DC2626;
  margin: 0px 2px;
}



.diff-box{
  background: #141514;
  border-radius: 12px;
  padding: 20px;
      max-width: 350px;

}



/* Wrapper */
.offer-timer{
  display:flex;
  flex-direction:column;
      align-items: flex-start;
  gap:14px;

}

/* Heading */
.offer-title{
  background:#DC2626;
  color:#fff;
  padding:8px 22px;
  border-radius:30px;
  font-size:14px;
  font-weight:600;
  letter-spacing:.5px;
  box-shadow:0 8px 22px rgba(220,38,38,.45);
}

/* Timer Row */
.timer-row{
  display:flex;
  gap:12px;
}

/* Time Boxes */
.time-box{
     background: linear-gradient(145deg, #e63b3b, #b91c1c);
    width: 80px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
        align-items: baseline;
    color: #fff;
    box-shadow: 0 14px 30px rgba(220, 38, 38, .45), inset 0 2px 6px rgba(255, 255, 255, .25);
    animation: pulseRed 2s infinite;
}

@keyframes pulseRed{
  0%{box-shadow:0 0 0 0 rgba(220,38,38,.6);}
  70%{box-shadow:0 0 0 14px rgba(220,38,38,0);}
  100%{box-shadow:0 0 0 0 rgba(220,38,38,0);}
}

.time-value{
  font-size:26px;
  font-weight:800;
}

.time-label{
  font-size:10px;
  letter-spacing:1px;
  opacity:.9;
  margin-left: 4px;
}
/* FAQ Section */
.ebook-faq {
  background: #0b0b0b;
  color: #fff;
}

.ebook-faq .sec-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ebook-faq .sec-title span {
  color: #DC2626;
}

.ebook-faq .sec-sub-title {
  text-align: center;
  color: #b5b5b5;
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* FAQ Card */
.ebook-faq .faq-item {
  background: #141414;
  border: 1px solid #222;
  border-radius: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
      width: 60%;

}

.ebook-faq .faq-item.active {
  border-color: #DC2626;
  box-shadow: 0 0 25px rgba(220,38,38,0.2);
}

/* Question Button */
.ebook-faq .faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  cursor: pointer;
  position: relative;
}

/* Plus / Minus Icon */
.ebook-faq .faq-question::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #DC2626;
  transition: transform 0.3s ease;
}

.ebook-faq .faq-item.active .faq-question::after {
  content: "–";
}

/* Answer */
.ebook-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.7;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.ebook-faq .faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 22px 20px;
}

/* Mobile */
@media (max-width: 768px) {
  .ebook-faq .sec-title {
    font-size: 28px;
  }

  .ebook-faq .faq-question {
    font-size: 15px;
  }
}

.rp-footer {
  background: #0f0f0f;
  color: #d1d5db;
  padding: 50px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-col h4 {
  color: #DC2626;
  margin-bottom: 15px;
  font-size: 16px;
}

.footer-col p,
.footer-col li {
  font-size: 14px;
  line-height: 1.6;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: #DC2626;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #1f2937;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
  color: #9ca3af;
}

/* Policy Sections */
.policy-box {
  background: #111;
  color: #e5e7eb;
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  border-left: 4px solid #DC2626;
}

.policy-box h3 {
  color: #DC2626;
  margin-bottom: 10px;
}

@media(max-width: 768px){

.top-bar h3 {
    padding: 10px 0px;
    font-size: 14px;
}
.main-heading{
  font-size: 36px;
}
.count-wrap{
  min-width: 100px;
}

.count {
    font-size: 25px;
  }

  .row{
    flex-direction: column;
  }

  .col-12, .col-6, .col-4, .col-3{
  width: 100% !important;
  }
.hero-sc {
    padding: 30px 0px;
}
.ebook-det-title{
  margin-top: 10px;
}
.ebook-points li{
  font-size: 15px;
}
.sec-title{
  font-size: 32px;
}
.sec-sub-title{
  font-size: 16px;
}

.ebook-diffrent .col-6{
  justify-content: center !important;
  margin-bottom: 20px;
  display: flex;
}
.ebook-faq .faq-item{
  width: 90%;
}
.botm-bar .col-6{
  width: 50% !important;
}
.botm-bar .row{
  flex-direction: row;
}
.offer-title{
   font-size: 10px;
}
}