body {
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.plan-details {
  padding: 100px 0;
}

.banner-plan {
  height: 500px;
  position: relative;
  background-image: url(../site-images/plan-detailsbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-plan::after{
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000009f;
}

.planinner-tx h1 {
  font-weight: bold;
  font-size: 50px;
  color: #fcfffc;
  text-decoration: underline;
}


.planinner-text {
  margin-top: 180px;
  background-color: #a8d8ff;
  padding: 10px 80px;
  border-radius: 10px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.planinner-text h2 {
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  color: #06054d;
}

.extra-head {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  background: #110074;
  border-bottom: 6px solid #cf4e4e;
  border-radius: 20px;
  box-shadow: rgba(228, 225, 225, 0.25) 0px 54px 55px, rgba(190, 189, 189, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 5px 30px;
  transform: translate(-50%, -50%);
}

.second-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.second-link img {
  height: 76px;
  padding-right: 40px;
}

.second-link li a {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold;
  color: #ffffff;
}


.plan-details {
  background-image: url(../site-images/planinner-midBG.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}


.plan-innerbox {
  padding: 20px 10px;
  /*height: 420px;*/
  border: 2px solid #070070;
  background: #00659c;
  background: linear-gradient(185deg, rgb(246, 247, 192) 53%, rgb(206, 237, 241) 100%);
  border-radius: 20px;

}

.plan-duration h2 {
  font-weight: bold;
  font-size: 35px;
  padding: 5px 0;
  color: #b68800;
}

.innerbox-details {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 11px;
}

.img-plan {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan-benefitBTN {
  padding: 15px 100px;
  background-color: red;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  margin-top: 50px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Unique smooth hover with shine effect */
.plan-benefitBTN::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transform: skewX(-25deg);
  transition: left 0.5s ease;
}

.plan-benefitBTN:hover {
  background-color: var(--yellow);
  box-shadow: 0 0 20px rgba(107, 174, 4, 0.6);
  transform: translateY(-3px);
}

.plan-benefitBTN:hover::before {
  left: 125%;
}

.tab-container {
  padding: 0px;
  border-radius: 10px;
  max-height: 550px;
  min-height: 520px;
}

.plan-benefit {
  padding: 50px 0;
  background-color: #021531;
}

.benefit-img {
  margin-top: 20px;
  border-top: 3px solid yellow;
  border-left: 3px solid #3a16ff;
  padding-top: 10px;
  padding-left: 10px;
}

.benefit-img img {
  border-radius: 20px;
  width: 100%;
  height: 380px;
}

.plan-cutprice {
  padding: 10px 0px 5px 0px;
  color: red;
  font-size: 25px;
  font-weight: 500;
  text-decoration: line-through;
}

.plan-mainprice {
  padding: 10px 0px 5px 0px;
  color: #022964;
  font-size: 30px;
  font-weight: 600;
}

.plan-innerBTN {
  background-color: #073272;
  padding: 5px 22px;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
  margin: 10px 0 5px 0;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Simple hover with glow and lift */
.plan-innerBTN:hover {
  background-color: red;
  box-shadow: 0 0 12px rgba(16, 197, 16, 0.6);
  transform: translateY(-2px);
 color: #ffffff;
}


/******** tab start *********/
.heading-with-checkbox {
  position: relative;
}

.heading-with-checkbox h2 {
  /* padding-left: 20px; */
  font-size: 20px;
  font-weight: bold;
  color: #dbffdb;
}

.tab-content p {
  padding-left: 20px;
  color: #fff;
  text-align: justify;
}

.tab-content li {
  color: #fff;
  padding: 0px 0px 20px 10px;
}
.tab-content ul li i {
  color: #0075ff;
}

.plan-checkPOINT:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0px;
  background-image: url(../site-images/cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  animation: glowPulse 5s infinite ease-in-out;
}

@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 10px rgb(1, 197, 17));
  }

  50% {
    filter: drop-shadow(0 0 20px rgb(0, 255, 34));
  }

  100% {
    filter: drop-shadow(0 0 5px rgb(217, 255, 0));
  }
}

.plan-checkPOINT {
  position: relative;
  padding-left: 10px;
}

.plan-checkPOINT h5 {
  padding-bottom: 10px;
  color: #aafadb;
  font-weight: bold;
  font-size: 25px;
}

.planinner-tab {
  padding: 0px 0;
}

.tab-buttons {
  width: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  margin-bottom: 30px;
  margin-top: 10px;
  border-bottom: 2px solid var(--red);
  background: #ffffff;
  padding: 8px 10px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: relative;
}

.tab-buttons button {
  flex: 1;
  padding: 10px;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  cursor: pointer;
  color: #000000;
  font-size: 16px;
}

.tab-buttons button.active {
  background:red;
  border-radius: 15px;
  color: #ffffff;
}

.tab-content {
  display: none;
  padding: 10px 30px;
  /* border-left: 1px solid #030375; */
}

.tab-content.active {
  display: block;
}

@media (max-width:1200px) {
  .tab-buttons::before {
    display: none;
  }

  .tab-buttons::after {
    display: none;
  }
}

/******** tab end *********/


.benefit-name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.05) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.05) 50%,
      rgba(255, 255, 255, 0.05) 75%,
      transparent 75%,
      transparent);
  background-size: 50px 50px;
  animation: move-bg 6s linear infinite;
}

@keyframes move-bg {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50px);
  }
}

.benefit-content {
  position: relative;
  color: #000000;
  z-index: 2;
}

.benefit-name {
  text-align: center;
}

.benefit-name h5 {
  font-size: 16px;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #fff;
}

.benefit-name h1 {
font-size: 30px;
    font-weight: 700;
    color: #9bff9b;
}

@keyframes gradientMove {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}

.benefit-name p {
  font-size: 14px;
  letter-spacing: 3px;
  margin-top: 10px;
  color: #fff;
}


.benefit-name h1 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  background: linear-gradient(90deg, #fff, #f5e507, #b3cdff);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fadeUp 0.6s ease forwards, gradientShift 3s ease-in-out infinite alternate;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 100%;
  }
}



.light-scene {
  position: absolute;
  width: 100%;
  height: 500px;
}

/* Background glow */
.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

/* Hand slides in from left */
.hand {
  position: absolute;
  bottom: 0;
  left: -400px;
  width: 350px;
  animation: handIn 3s ease-out forwards;
}

@keyframes handIn {
  0% {
    left: -400px;
    opacity: 0;
    transform: scale(0.95);
  }

  60% {
    left: 0px;
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    left: 0px;
    opacity: 1;
    transform: scale(1);
  }
}

/* Bulb drops from top into hand */
.bulb {
  position: absolute;
  /* top: -300px; */
  height: 200px;
  left: 150px;
  /* adjust for correct alignment above hand */
  /* width: 180px; */
  opacity: 0;
  animation: bulbDrop 3s ease-out 2.5s forwards, bulbGlow 2s ease-in-out 8s infinite alternate;
}

@keyframes bulbDrop {
  0% {
    top: -300px;
    opacity: 0;
    transform: scale(0.8);
  }

  70% {
    top: 92px;
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    top: 92px;
    /* final resting position */
    opacity: 1;
    transform: scale(1);
  }
}

/* Bulb glow animation (on/off light) */
@keyframes bulbGlow {
  0% {
    filter: drop-shadow(0 0 5px rgba(0, 255, 255, 0.3));
  }

  100% {
    filter: drop-shadow(0 0 50px rgb(2, 252, 85)) brightness(1.8);
  }
}



.img-plan {
  perspective: 1000px;
  display: inline-block;
}

/* .img-plan img {

  animation: flipImage 4s infinite linear;
  transform-style: preserve-3d;
}

@keyframes flipImage {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(50deg);
  }

  100% {
    transform: rotateY(0deg);
  }
} */

  @media (max-width:990px) {
 .hand {
  width: 322px;
} 
.waviy{
  font-size: 40px;
}
}
