.tradingview-widget-container::first {
  height: 43px !important;
}
.title2 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 24px;
    white-space: pre-wrap; /* Preserve spaces and line breaks */
    overflow: hidden; /* Hide overflowing text */
    width: 80ch; /* Set width to 80 characters (adjust as needed) */
    /* border-right: 2px solid; */
    animation: blink 1s step-end infinite;
    height: 7.5ch;
}
.get-started {
  display: inline-block;               /* Shrinks to fit content */
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(0, 242, 254, 0.4);
  transition: all 0.3s ease;
  width: 25rem;                        /* Ensures it wraps text only */
  text-align: center;
}

.get-started:hover {
  background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
  box-shadow: 0 6px 18px rgba(0, 242, 254, 0.6);
  transform: translateY(-2px);
}

.get-started span {
  display: inline-block;
}
        
.pricing_9 * {
  font-family: Nunito, sans-serif;
}

.pricing_9 .responsive-cell-block {
  min-height: 75px;
}

.pricing_9 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

@media (max-width: 768px) {
    .pricing_9 .responsive-container-block {
      min-height: 75px;
      height: fit-content;
      width: 100%;
      padding-top: 0px;
      padding-right: 0;
      padding-bottom: 10px;
      padding-left: 0;
      display: flex;
      flex-wrap: wrap;
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      justify-content: flex-start;
    }
}

.pricing_9 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.pricing_9 ul {
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.pricing_9 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

@media (max-width: 768px) {
    .pricing_9 .responsive-container-block.big-container {
      padding-top: 10px;
      padding-right: 0;
      padding-bottom: 10px;
      padding-left: 0px;
    }
}

.pricing_9 .responsive-container-block.container {
  max-width: 1320px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 100px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.pricing_9 .text-blk.head {
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 52px;
}

.pricing_9 .card {
  text-align: center;
  width: 350px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  min-height: 500px;
  font-size: 18px;
  color: #212529;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #A39161;
  border-right-color: #A39161;
  border-bottom-color: #A39161;
  border-left-color: #A39161;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.pricing_9 .card-description {
  margin-bottom: 8rem;
  color: #686868;
}

.pricing_9 .card h1 {
  font-size: 46px;
  line-height: 64px;
  font-weight: 900;
  margin-top: 1rem;
  margin-right: 0px;
  margin-bottom: 1rem;
  margin-left: 0px;
}

.pricing_9 .buy-button {
  bottom: 37px;
  left: 0px;
  position: absolute;
  width: 100%;
  padding-top: 0px;
  padding-right: 60px;
  padding-bottom: 0px;
  padding-left: 60px;
}

.pricing_9 .btns {
  background-color: white;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 100%;
  height: 46px;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #A39161;
  border-right-color: #A39161;
  border-bottom-color: #A39161;
  border-left-color: #A39161;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  color: #A39161;
}

.pricing_9 .btns:hover {
  transform: scale(1.05);
}

.pricing_9 .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12 {
  display: flex;
  justify-content: center;
  width: auto;
  max-width: 360px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 25px;
}

@media (max-width: 768px) {
    .pricing_9 .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12 {
      display: flex;
      justify-content: center;
      width: auto;
      max-width: 360px;
      margin-top: 0px;
      margin-right: 15px;
      margin-bottom: 0px;
      margin-left: 15px;
    }
}

.pricing_9 .responsive-container-block.card-container {
  justify-content: space-evenly;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_9 .text-blk.card-points {
  line-height: 25px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  color: black;
  font-size: 17px;
  list-style-type: none;
}

.pricing_9 .text-blk.card-head {
  font-size: 26px;
  line-height: 34px;
  font-weight: 800;
}

.pricing_9 .text-blk.card-subhead {
  font-size: 16px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.pricing_9 .text-blk.rupees {
  font-size: 30px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: 700;
}

.pricing_9 .price {
  display: flex;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_9 .card-upper-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.pricing_9 .card-lower-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 40px;
  text-align: left;
}

.pricing_9 li::before {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #A39161;
  margin-right: 12px;
  content: " ";
}

.pricing_9 .card-selected .card-upper-content,
.pricing_9 .card-selected .btns {
  color: white;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #A39161;
}

.pricing_9 .card-selected {
  transform: scale(1.09);
}

@media (max-width: 500px) {
  .pricing_9 .card {
    width: 306px;
  }

  .pricing_9 .card-selected {
    transform: scale(1);
  }

  .pricing_9 .card-upper-content {
    padding-top: 40px;
    padding-right: 15px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .pricing_9 .card-lower-content {
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 30px;
  }
}

        @media (max-width: 768px) {
            .title2 {
                font-family: 'Courier New', Courier, monospace;
                font-size: 24px;
                white-space: pre-wrap; /* Preserve spaces and line breaks */
                overflow: hidden; /* Hide overflowing text */
                max-width: 50ch; /* Set width to 80 characters (adjust as needed) */
                /*border-right: 2px solid;*/
                animation: blink 1s step-end infinite;
                height: auto;
        
            }
            .logo-img{
                padding: 20px 0 0 0;
            }
        }
        #typedtext{
            font-size: 42px;
            width: 78ch; /* Set width to 80 characters (adjust as needed) */
            @media (max-width: 768px) {
                font-size: 23px;
                width: 100%;
                overflow: hidden;
                /* display: none; */
            }
        }
        @media (max-width: 767px) {
            .container {width:100%;}
            
        }
        .area-padding-2{
        	padding: 50px 0px;
        }
