#note small,
.project-content a,
h1 {
  display: inline-block;
}
.btn,
h1 {
  font-weight: 600;
}
.service-card:hover h4::after,
h1::after {
  width: 60px;
}
body {
  background-color: #000;
  min-height: 100vh;
  margin: 0;
  color: #fff;
  padding-top: 130px;
}
body,
html {
  overflow-x: hidden;
  width: 100%;
}
h1 {
  color: #9dbd40 !important;
  font-family: Montserrat, sans-serif;
  position: relative;
  padding-bottom: 8px;
}
h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #39ff14;
  border-radius: 3px;
}
.hero-section h1 {
  font-size: 3.5rem;
  letter-spacing: -0.5px;
}
.content-section h1 {
  font-size: 2.5rem;
  color: #39ff14 !important;
}
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity 0.8s ease-out, visibility linear;
  visibility: visible;
  opacity: 1;
}
.btn {
  transition: 0.5s;
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-sm-square {
  width: 32px;
  height: 32px;
}
.btn-md-square {
  width: 46px;
  height: 46px;
}
.btn-lg-square {
  width: 58px;
  height: 58px;
}
.btn-lg-square,
.btn-md-square,
.btn-sm-square,
.btn-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.back-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
#note small,
.carousel-item {
  position: relative;
}
.footer .contact-link a:hover,
.footer .help-link a:hover,
.footer .short-link a:hover,
.topbar .top-info {
  letter-spacing: 1px;
}
.topbar .top-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topbar .top-link a {
  margin-right: 10px;
}
#note {
  width: 500px;
  overflow: hidden;
}
#note small {
  animation: 5s infinite mymove;
  animation-timing-function: all;
}
@keyframes mymove {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
.navbar .navbar-nav {
  padding: 15px 0;
}
.navbar .navbar-nav .nav-link {
  padding: 10px;
  color: var(--bs-white);
  font-size: 18px;
  outline: 0;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:hover,
.services-item:hover .services-content-icon i {
  color: var(--bs-secondary) !important;
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }
}
.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0);
  visibility: visible;
  transition: 0.5s;
  opacity: 1;
}
.carousel-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-caption {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.carousel-control-next,
.carousel-control-prev {
  width: 90px;
  height: 60px;
  position: absolute;
  top: 50%;
  background: var(--bs-primary);
  opacity: 1;
}
.carousel-item p {
  max-width: 700px;
  margin: 0 auto 35px;
}
.carousel-control-prev {
  left: 0;
  border-radius: 0 50px 50px 0;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  background: var(--bs-secondary);
  transition: 0.8s;
}
.carousel-control-next {
  right: 0;
  border-radius: 50px 0 0 50px;
}
.carousel-caption .carousel-content a button.carousel-content-btn1 {
  background: var(--bs-secondary);
  color: var(--bs-dark);
  opacity: 1;
  border: 0;
  border-radius: 20px;
}
.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
  background: var(--bs-primary);
  color: #fff;
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}
.carousel-caption .carousel-content a button.carousel-content-btn2 {
  background: var(--bs-primary);
  color: var(--bs-white);
  opacity: 1;
  border: 0;
  border-radius: 20px;
}
.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
  background: var(--bs-secondary);
  color: var(--bs-dark);
  border: 0;
  opacity: 1;
  transition: 1s;
  border-radius: 20px;
}
#carouselId .carousel-indicators li {
  width: 30px;
  height: 10px;
  background: var(--bs-primary);
  margin: 10px;
  border-radius: 30px;
  opacity: 1;
}
#carouselId .carousel-indicators li:hover {
  background: var(--bs-secondary);
  opacity: 1;
}
.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)) 0 0 /
      cover,
    url(../img/carousel-1.jpg) center center/cover no-repeat;
}
.page-header-seo {
  background-size: cover;
}
.page-header .breadcrumb-item + .breadcrumb-item::before,
.services-item:hover .services-content-icon p {
  color: var(--bs-white);
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 18px;
  color: var(--bs-white);
}
.sms-marketing-card {
  background: #000;
  padding: 2.5rem;
  border-radius: 8px;
  border: 2px solid #7ed957;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.sms-marketing-text {
  color: #fff;
  line-height: 1.7;
  text-align: left;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 1.1rem;
}
.marquee-item,
.service-marquee-item {
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: Montserrat, "Arial Black", Gadget, sans-serif;
}
.services .services-item {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
}
.services-content::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(3, 43, 243, 0.8);
  transition: 0.5s;
  top: 0;
  bottom: auto;
}
.project-img::after,
.project-img::before {
  width: 150px;
  height: 150px;
  z-index: -1;
  border-radius: 10px;
  transition: 0.5s;
  opacity: 1;
  content: "";
}
.services-item:hover .services-content::after {
  height: 100%;
  opacity: 1;
  transition: 0.5s;
}
.services-item:hover .services-content-icon {
  position: relative;
  z-index: 2;
}
.footer .contact-link a,
.footer .help-link a,
.footer .short-link a,
.services-item .services-content-icon i,
.services-item .services-content-icon p,
.testimonial-carousel .owl-item .testimonial-item {
  transition: 0.5s;
}
.project-img {
  position: relative;
  padding: 15px;
}
.project-img::before {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bs-secondary);
}
.project-img::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--bs-light);
}
.project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.project-content a {
  padding: 20px 25px;
  background: var(--bs-dark);
  border-radius: 10px;
}
.project-item:hover .project-content {
  opacity: 1;
  transition: 0.5s;
}
.project-item:hover .project-img::after,
.project-item:hover .project-img::before {
  opacity: 0;
}
.blog-item .blog-btn {
  z-index: 2;
}
.blog-btn .blog-btn-icon {
  height: 50px;
  position: relative;
  overflow: hidden;
}
.blog-btn-icon .blog-icon-2 {
  display: flex;
  position: absolute;
  top: 6px;
  left: -140px;
}
.blog-btn-icon:hover .blog-icon-2 {
  transition: 1s;
  left: 5px;
  top: 6px;
  padding-bottom: 5px;
}
.blog-icon-1 {
  position: relative;
  top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
  top: 0;
  right: -140px;
  transition: 1s;
}
.team-item {
  border-top: 30px solid var(--bs-secondary) !important;
  background: rgba(239, 239, 241, 0.8);
}
.team-content::before {
  height: 200px;
  display: block;
  content: "";
  position: relative;
  top: -101px;
  background: var(--bs-secondary);
  clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
  padding: 60px;
  opacity: 1;
}
.team-img-icon {
  position: relative;
  margin-top: -200px;
  padding: 30px 30px 0;
}
.team-img {
  border: 15px solid var(--bs-white);
}
.team-img img {
  border: 10px solid var(--bs-secondary);
  transition: 0.5s;
}
.team-item:hover h4 {
  color: var(--bs-primary);
  transition: 0.5s;
}
.btn-outline-success,
.text-neon-green,
.text-secondary,
.text-success,
.top-info,
.top-info a,
.top-info i a.text-secondary:focus,
.top-info small,
a.text-secondary,
a.text-secondary:hover,
a.text-success,
a.text-success:focus,
a.text-success:hover {
  color: #7ed957 !important;
}
.team-item:hover .team-img img {
  transform: scale(1.05);
  border: 10px solid var(--bs-secondary);
}
.team-carousel .owl-stage {
  position: relative;
  width: 100%;
  height: 100%;
}
.team-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 50px;
  display: flex;
}
.team-carousel .owl-nav .owl-next,
.team-carousel .owl-nav .owl-prev {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  margin-left: 15px;
  background: var(--bs-secondary);
  color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.team-carousel .owl-nav .owl-next:hover,
.team-carousel .owl-nav .owl-prev:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.testimonial-item {
  background: #e3f0eb;
}
.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #c1dad0;
  border-radius: 15px;
  transition: 0.5s;
}
.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: var(--bs-primary);
}
.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}
.testimonial-carousel .owl-item.center .testimonial-item {
  background: #fff !important;
  box-shadow: 0 0 30px #ddd;
}
.contact-detail::before {
  position: absolute;
  content: "";
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(#d2f3eb, rgba(230, 250, 245, 0.3)) 0 0 / cover,
    url(../img/background.jpg) center center/cover no-repeat;
  border-radius: 10px;
  z-index: -1;
}
.contact-form,
.contact-map {
  background: #26d48c;
}
.bg-neon-green,
.bg-secondary,
.bg-success,
.btn-secondary,
.btn-success {
  background-color: #7ed957 !important;
}
.footer .hightech-link a:hover {
  background: var(--bs-secondary);
  border: 0;
}
:root {
  --bs-secondary: #7ed957;
}
.btn-secondary,
.btn-success {
  border-color: #7ed957 !important;
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn-success:focus,
.btn-success:hover {
  background-color: #3fa63a !important;
  border-color: #3fa63a !important;
}
.border-primary,
.btn-outline-success {
  border-color: #7ed957 !important;
}
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
  color: #fff !important;
  background-color: #7ed957 !important;
  border-color: #7ed957 !important;
}
.service-marquee {
  padding: 1.5rem 0;
  background: linear-gradient(135deg, #fff 0, #f8f9fa 100%);
  overflow: hidden;
  position: relative;
  margin: 1.5rem 0 10px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 6px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: 0.4s;
}
.service-marquee:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}
.marquee-container,
.service-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.service-marquee-track {
  display: flex;
  width: max-content;
  animation: 12s linear infinite service-marquee-scroll;
}
.service-marquee-item {
  padding: 0 2rem;
  font-size: 2.6rem;
  color: #2c3e50;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  position: relative;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  background: padding-box text #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-marquee-item:hover {
  transform: scale(1.08);
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.service-marquee-item::after {
  content: "•";
  position: absolute;
  right: 0;
  color: rgba(44, 62, 80, 0.2);
  font-size: 1.8rem;
  font-weight: 300;
  transition: 0.3s;
}
.service-marquee-item:hover::after {
  color: #7ed957;
  transform: scale(1.3);
}
.marquee-item:last-child::after,
.service-marquee-item:last-child::after {
  display: none;
}
@keyframes gradientShift {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes service-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes subtlePulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.005);
  }
}
.service-marquee {
  animation: 6s ease-in-out infinite subtlePulse;
}
.service-marquee:hover::before {
  box-shadow: 0 0 0 rgba(90, 209, 69, 0.4);
}
.rizzup-marquee {
  padding: 0.5rem 0;
  background-color: #7ed957;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 9px;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: 30s linear infinite marquee-scroll;
  padding: 1.2rem 0;
}
.marquee-item {
  padding: 0 3.5rem;
  font-size: 3.8rem;
  color: #000;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.marquee-item:hover {
  transform: scale(1.08);
  color: #111;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15), 8px 8px 15px rgba(0, 0, 0, 0.1);
}
.marquee-item::after {
  position: absolute;
  right: 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 2.5rem;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1200px) {
  .service-marquee-item {
    font-size: 1.8rem;
    padding: 0 2rem;
  }
  .marquee-item {
    font-size: 3.2rem;
    padding: 0 2.8rem;
  }
}
@media (max-width: 992px) {
  .carousel-item {
    min-height: 100px;
  }
  .carousel-item video {
    min-height: 500px;
    object-fit: cover;
  }
  .carousel-item h1 {
    font-size: 40px !important;
  }
  .carousel-item p {
    font-size: 16px !important;
  }
  .team-carousel {
    margin-top: 3rem;
  }
  .team-carousel .owl-nav {
    top: -85px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-left: -15px;
  }
  .service-marquee-item {
    font-size: 1.7rem;
    padding: 0 1.8rem;
  }
  .service-marquee {
    margin: 1.2rem 0 9px;
  }
  .marquee-item {
    font-size: 2.8rem;
    padding: 0 2.2rem;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 0;
  }
  .carousel-item {
    min-height: 100px;
  }
  .carousel-item video {
    min-height: 400px;
    object-fit: cover;
  }
  .carousel-item h1 {
    font-size: 28px !important;
  }
  .carousel-item p {
    font-size: 14px !important;
  }
  .sms-marketing-card {
    padding: 2rem;
  }
  .sms-marketing-text {
    font-size: 1.05rem;
  }
  .service-marquee-item {
    font-size: 1.1rem;
    padding: 0 1.9rem;
    letter-spacing: 1px;
  }
  .service-marquee {
    margin: 1rem 0 9px;
    padding: 1.2rem 0;
  }
  .service-marquee-item::after {
    font-size: 1.8rem;
  }
  .marquee-item {
    font-size: 2.2rem;
    padding: 0 1.8rem;
  }
  .marquee-track {
    animation-duration: 25s;
  }
  .rizzup-marquee {
    padding: 0.4rem 0;
  }
}
@media (max-width: 576px) {
  .sms-marketing-card {
    padding: 1.5rem;
  }
  .sms-marketing-text {
    font-size: 1rem;
  }
  .service-marquee-item {
    font-size: 0.95rem;
    padding: 0 1.2rem;
    letter-spacing: 0.8px;
  }
  .service-marquee {
    padding: 1rem 0;
    margin: 0.8rem 0 9px;
    border-radius: 8px;
  }
  .marquee-item,
  .marquee-item::after,
  .service-marquee-item::after {
    font-size: 1.8rem;
  }
  .service-marquee-track {
    animation-duration: 15s;
  }
  .marquee-item {
    padding: 0 1.3rem;
    letter-spacing: 1px;
  }
  .marquee-track {
    animation-duration: 20s;
    padding: 1rem 0;
  }
  .rizzup-marquee {
    padding: 0.3rem 0;
  }
}
.services {
  background: linear-gradient(135deg, #000 0, #000 100%);
}
.service-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 40px 30px;
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-5px);
  border-color: #39ff14;
  box-shadow: #39ff14;
}
.btn-read-more:hover,
.btn-whatsapp:hover {
  color: #fff !important;
  transform: translateY(-2px);
}
.service-icon-wrapper {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(74, 246, 38, 0.1);
  border-radius: 50%;
  transition: 0.4s;
}
.service-icon {
  font-size: 2.2rem;
  color: #56a325;
  transition: 0.3s;
}
.btn-read-more,
.btn-whatsapp {
  color: #39ff14 !important;
  padding: 8px 15px;
  font-weight: 500;
  transition: 0.3s;
  display: flex;
  min-width: 120px;
}
.service-card:hover .service-icon-wrapper {
  background: #39ff14;
  transform: scale(1.05);
}
.service-card h4 {
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}
.service-card h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: #39ff14;
  transition: 0.3s;
}
.service-card p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}
.service-buttons {
  width: 100%;
}
.btn-whatsapp {
  background: 0 0;
  border: 1px solid #39ff14;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}
.btn-whatsapp:hover {
  background: #25d366;
  box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
}
.btn-read-more {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(86, 163, 37, 0.3);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}
.btn-read-more:hover {
  background: rgba(86, 163, 37, 0.1);
  box-shadow: 0 4px 8px rgba(86, 163, 37, 0.2);
}
.title-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #39ff14, transparent);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .service-card {
    padding: 30px 20px;
  }
  .service-icon-wrapper {
    width: 70px;
    height: 70px;
  }
  .service-icon {
    font-size: 1.8rem;
  }
  .service-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .btn-read-more,
  .btn-whatsapp {
    width: 100%;
  }
}

/* pricing plan */

.pricing-hover-card {
  transition: all 0.3s ease;
}
.pricing-hover-card:hover {
  background-color: rgba(57, 255, 20, 0.35) !important;
  border-color: #39ff14 !important;
  box-shadow: 0 0 20px rgba(57, 255, 20, 0.6) !important;
  transform: translateY(-5px);
}
.pricing-hover-card:hover h4,
.pricing-hover-card:hover h2 {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(57, 255, 20, 0.5);
}
.pricing-hover-card:hover li {
  color: #e6e6ff !important;
}
.btn-outline-primary {
  color: #39ff14;
  border-color: #39ff14;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #39ff14;
  border-color: #39ff14;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.flex-fill {
  flex: 1 1 auto;
}

/* Logos Marquee */
.logo-marquee {
  width: 100%;
  background: transparent;
  overflow: hidden;
  padding: 20px 0;
}

.marquee {
  display: flex;
  width: max-content; /* fits both sets side by side */
  animation: scroll 15s linear infinite;
}

.marquee-content {
  display: flex;
}

.marquee-content img {
  height: 70px;
  margin: 0 50px;
  transition: transform 0.3s;
}

.marquee-content img:hover {
  transform: scale(1.2);
}

/* Continuous scroll */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Mobile optimization */
@media (max-width: 768px) {
  .marquee {
    animation: scroll 11s linear infinite;
  }
  .marquee-content img {
    height: 90px;
    margin: 0 30px;
  }
}

/* Pro Plan Box */
.pro-plan-box {
  background: linear-gradient(135deg, #0a0a0a, #0d1b2a, #0a0a0a);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: relative;
  color: #fff;
}

/* Animated neon green border */
.pro-plan-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(90deg, #00ff37, #00ff99, #39ff14, #00ff37);
  background-size: 400% 400%;
  animation: glowing 8s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
}

@keyframes glowing {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Shine effect */
.pro-plan-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 40%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(0, 255, 153, 0.1) 40%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-30deg);
  animation: shine 7s ease-in-out infinite;
  z-index: 2;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/* Ribbon */
.hot-deal-ribbon {
  position: absolute;
  top: 15px;
  right: -30px;
  width: 120px;
  padding: 5px 0;
  background: #39ff14;
  color: #000;
  text-align: center;
  transform: rotate(45deg);
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  animation: pulse 2s infinite;
  z-index: 3;
}

@keyframes pulse {
  0% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.08);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}

/* Price Box */
.price-box {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 12px;
  color: #fff;
  box-shadow: 0 0 15px rgba(57, 255, 20, 0.3);
  border: 1px solid rgba(57, 255, 20, 0.2);
}

/* Button styling */
.btn-success {
  background: linear-gradient(135deg, #1ec600, #00ff99);
  border: none;
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.5);
  transition: all 0.3s ease;
}

.btn-success:hover {
  background: linear-gradient(135deg, #00ff99, #39ff14);
  box-shadow: 0 0 20px rgba(57, 255, 20, 0.8);
  transform: translateY(-2px);
}

/* Checkmark styling */
.text-success {
  color: #39ff14 !important;
  text-shadow: 0 0 5px rgba(57, 255, 20, 0.5);
}

/* New Section */
/* HOT DEAL Ribbon Styling */
.hot-deal-ribbon {
  position: absolute;
  top: 15px;
  right: -30px;
  width: 120px;
  padding: 5px 0;
  background: #ff4757;
  color: white;
  text-align: center;
  transform: rotate(45deg);
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Animation for the ribbon */
.hot-deal-ribbon {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.05);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}

@media (max-width: 767.98px) {
  .hot-deal-ribbon {
    top: 10px;
    right: -35px;
    width: 110px;
    font-size: 12px;
  }
}

.bounce {
  animation: bounceUpDown 4s ease-in-out infinite;
  display: inline-block;
}

@keyframes bounceUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
}

@media (max-width: 767px) {
  .bounce {
    margin-top: 30px;
    /* margin-bottom: 30px; */
  }
}

.neon-border-section {
  background-color: #000;
  border: 1px solid #39ff14;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(57, 255, 20, 0.4);
  transition: all 0.3s ease-in-out;
}

.neon-border-section:hover {
  box-shadow: 0 0 40px rgba(57, 255, 20, 0.8);
}

/* Neon Text */
.text-neon-green {
  color: #39ff14;
  text-shadow: 0 0 8px rgba(57, 255, 20, 0.6);
}

/* Futuristic Glowing Button */
.btn-neon {
  background: linear-gradient(90deg, #00ff99, #00cc66);
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 255, 128, 0.5);
  position: relative;
  overflow: hidden;
}

/* Pulse animation */
.btn-neon::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(0, 255, 128, 0.5) 0%,
    transparent 70%
  );
  animation: pulse 2s infinite;
  z-index: 0;
}

.btn-neon span {
  position: relative;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.8;
  }
}

.btn-neon:hover {
  background: linear-gradient(90deg, #00cc66, #00ff99);
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 255, 128, 0.8);
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .btn-neon {
    width: 100%;
  }
}


