::-webkit-scrollbar-thumb {
  background: #9fe870;
}

::-webkit-scrollbar-track {
  background: #f9f9f9;
}

::-webkit-scrollbar {
  height: 2px;
  width: 10px;
}

::selection {
  background-color: #9fe870;
  color: #163300;
}

body,
html {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: 1.5;
}

body {
  margin: 0;
  padding: 0;
  font-family: open sans, sans-serif;
  background: #163300;
}

.header {
  background: #163300;
}

.sam-container {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
}

.input-box {
  position: relative;
}

#sam-text {
  width: 100%;
  text-align: center;
  font-size: 22px;
}

button.btn.btn-primary {
  margin: 3px;
}

.popular {
  background-color: #2e481a;
  margin: 20px 0px;
  padding: 15px 0px;
}

.popular-link {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: left;
}
.popular-link span {
  font-size: 18px;
  color: #9fe870;
  font-weight: 500;
}
.popular-link a:hover {
  background: #435b31;
}

.popular a {
  color: #9fe870;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 20px;
  padding: 4px 15px;
}

#scroll {
  display: none;
  position: fixed;
  bottom: 20%;
  right: 5px;
  background: #fff;
  z-index: 99999;
  color: #2e481a;
  font-size: 22px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: -2px 4px 5px 0 rgb(0 0 0);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 41px;
}

#scroll:hover {
  color: #9fe870;
}

.footer {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #2e481a;
}
.footer div {
  max-width: 1080px;
  margin: 0 auto;
}
.footer div a:hover {
  text-decoration: underline;
}

.share_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.share {
  text-transform: uppercase;
  color: #9fe870;
  font-size: 16px;
}

.share-link {
  float: left;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}

.share-link span {
  color: #777;
  font-family: arial, sans-serif;
}

#share-link {
  cursor: pointer;
}

p.copyit {
  text-align: center;
  opacity: 0.8;
}

.close-btn {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 0 0;
  position: absolute;
  right: 0;
  top: -37px;
  background-color: #fefefe;
  box-shadow: 0 -6px 18px 0 rgb(9 32 76/8%);
}

a {
  text-decoration: none;
}

input::placeholder {
  color: #888;
  opacity: 1;
}

.site-branding-text {
  color: #fff;
  text-align: center;
}

p.site-title {
  margin: 0;
}

.site-title a {
  color: #9fe870;
  /* padding: 5px; */
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
}

.share-buttons {
  margin-top: 5px;
}

.share-buttons a {
  float: left;
  cursor: pointer;
  padding: 5px 25px;
}

.share-buttons a:hover {
  opacity: 0.9;
}

.share-buttons a.facebook {
  background: #44609d;
}

.share-buttons a.twitter {
  background: #54acef;
}

.share-buttons a.whatsapp {
  background: #57bb63;
}

.share-buttons img {
  width: 23px;
  float: left;
}

.sumadeletras {
  position: relative;
}

.sumadeletras span {
  background: #163300;
  position: absolute;
  padding: 2px 8px;
  top: -7px;
  right: -11px;
  font-size: 10px;
  border-radius: 3px;
  text-transform: uppercase;
  display: none;
  color: #9fe870;
  border: 1px solid;
}

.sumadeletras p {
  font-size: 20px;
  width: 100%;
  text-align: center;
  width: 95%;
  background: white;
  cursor: pointer;
  padding: 12px 15px;
  border: 2px solid transparent;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.sumadeletras p:hover {
  border: 2px solid #9fe870;
}

.sumadeletras:hover p {
  color: #163300;
}

.sumadeletras:hover span {
  display: block;
}

#sam-text {
  resize: none;
  border-radius: 4px;
  border: 2px solid #9fe870;
  outline: none;
  padding: 25px 0px 0px 0px;
}

#sam-text::placeholder {
  color: #999;
  font-size: 18px;
}

.sumadeletraslist h2 {
  color: #9fe870;
  font-style: italic;
  font-weight: 500;
  margin: 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

.footer-link {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 20px 0px 0px 0px;
}

.footer-link a {
  color: #163300;
  text-transform: uppercase;
  font-size: 16px;
}

.links a {
  color: #9fe870;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  justify-content: center;
  padding: 7px 13px;
  text-align: center;
}

p.copied {
  position: fixed;
  width: 260px;
  right: 0;
  bottom: 25%;
  background: #9fe870;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px 0 0 3px;
  z-index: 99999;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.41);
}

p.copied span {
  float: left;
  width: 100%;
}

p.copied .text {
  background: 0 0;
  color: #fff;
  border: none;
  width: 100%;
}

.bookmarks {
  margin: 0 auto;
  max-width: 970px;
  position: relative;
}

.bookmarkslinks {
  display: none;
}

.bookmarks a {
  display: inline-block;
  text-transform: capitalize;
  color: #9fe870;
  padding: 4px 10px;
  border-radius: 20px;
  margin: 2px 0;
  font-size: 15px;
  font-weight: 600;
}

.sam-text\.fixedtop {
  position: fixed;
  top: 0;
  padding-top: 5px;
  width: 100%;
  z-index: 999;
}

button.clear {
  position: absolute;
  right: 18px;
  color: #163300;
  font-size: 20px;
  background: 0 0;
  border: none;
  cursor: pointer;
  top: 30px;
  outline: none;
}

.settings input {
  box-shadow: none;
  cursor: pointer;
  padding: 2px;
  width: 220px;
}

.settings {
  float: right;
  margin-top: 12px;
  z-index: 999999;
  position: relative;
}

div#header {
  width: 100%;
  float: left;
}

div#header-sec {
  float: left;
  width: 100%;
  z-index: 99999999999999;
  position: relative;
}

.bookmarks a:hover {
  background: #435b31;
}

p.font-size {
  display: block;
  float: left;
  text-transform: uppercase;
  color: #ffffff8c;
  margin-right: 4px;
  font-size: 12px;
  margin-top: 0;
  padding: 2px;
}

.aload {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.aload span:nth-child(1),
.aload span:nth-child(2) {
  left: 0;
}

.aload span:nth-child(3) {
  left: 1.5em;
}

.aload span:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.aload span:nth-child(1) {
  animation-name: reveal;
}

.aload span:nth-child(2),
.aload span:nth-child(3) {
  animation-name: slide;
}

.aload span:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  text-align: center;
  color: white;
  float: left;
  width: 100%;
}

.aload {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.aload span {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: white;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.entry-title {
  color: white;
}

.entry-content {
  text-align: left;
  padding: 2px;
  margin-left: 6px;
}

/* starts of css */
.mainsection {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.sumadeletraslist {
  width: 100%;
  position: relative;
  display: inline-block;
}

.sumadeletras {
  float: left;
  width: 42.1%;
  margin-left: 54px;
}

input[type='range'] {
  appearance: none;
  margin-right: 15px;
  width: 200px;
  height: 7px;
  background: #9fe870;
  border-radius: 5px;

  background-size: 70% 100%;
  background-repeat: no-repeat;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #163300;
  border: 1px solid #9fe870;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.hidebtn {
  color: #9fe870;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}

.hidebtn div {
  background-color: #9fe870;
  color: #163300;
  cursor: pointer;
  display: flex;
  width: max-content;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 18px;
  align-items: center;
}

.hidebtn div span {
  line-height: 20px;
  font-weight: 550;
  font-size: 15px;
}

.hidebtn div:hover {
  background-color: #cdffad;
}

.copyright-area {
  color: #163300;
  font-size: 18px;
  background-color: white;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.copyright-area a {
  color: #163300;
  text-decoration: underline;
}

.sampage {
  text-align: center;
}

.sampage a {
  color: #163300;
  background-color: #9fe870;
  padding: 9px 14px;
  border-radius: 19px;
  font-weight: 600;
}

.sampage a:hover {
  background-color: #cdffad;
}

.modal-body {
  color: white;
  max-width: 970px;
  margin: 0 auto;
  /* background-color: #923737f2; */
}
.content-box {
  background-color: #edefeb;
  padding: 4% 0px;
}
.content {
  color: black;
}

.content h2 {
  text-align: center;
}
.main-image {
  width: 100%;
}

.steps-section {
  padding: 70px 20px;
  font-family: inherit;
}

.steps-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.steps-section h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.steps-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.step-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-6px);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #9fe870, #282828);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 15px;
}

.step-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #9fe870;
}

.step-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
@media only screen and (max-width: 690px) {
  div#header-sec {
    width: 100%;
  }
  div#header {
    width: 100%;
  }
  .sam-container {
    text-align: center;
    width: 100%;
  }
  .popular {
    display: none;
  }
  .sumadeletraslist {
    width: 100%;
    position: relative;
    margin: 0px 5px;
  }
  .sumadeletras {
    margin: 0;
    width: 100%;
  }
}

.ads {
  width: 100%;
  height: 280px;
}

.testimonials-section {
  padding: 80px 20px;
  font-family: inherit;
}

.testimonials-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.testimonials-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.testimonials-subtitle {
  max-width: 750px;
  margin: 0 auto 60px;
  font-size: 16px;
  color: #555;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  position: relative;
}

.testimonial-card::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.stars {
  font-size: 20px;
  color: #9fe870;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.testimonial-name {
  font-size: 14px;
  color: #777;
  font-weight: 500;
}