@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Roboto:wght@400;500;700&display=swap');

/* Roboto Font Faces */
@font-face {
    font-family: 'Roboto';
    font-style: light;
    font-weight: 300; 
    font-display: swap;
    src: url(/https/sheetwise.ai/css/fonts/Lato-Light.ttf) format('truetype');
  }
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../css/fonts/Roboto-Regular.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: medium;
    font-weight: 500;
    font-display: swap;
    src: url(../css/fonts/Roboto-Medium.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-style: bold;
    font-weight: 700;
    font-display: swap;
    src: url(../css/fonts/Roboto-Bold.ttf) format('truetype');
  }
  
  /* Lato Font Faces */
  @font-face {
    font-family: 'Lato';
    font-style: light;
    font-weight: 300;
    font-display: swap;
    src: url(../css/fonts/Lato-Light.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../css/fonts/Lato-Regular.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Lato';
    font-style: bold;
    font-weight: 700;
    font-display: swap;
    src: url(../css/fonts/Lato-Bold.ttf) format('truetype');
  }
:root {
    --background-light: #EDF6F0;
    --navbar-bg: #eaf3ec;
    --section-bg: #eaf3ec;
    --pricing-bg: #DCFFE0;
    --text-primary: #000;
    --text-secondary: #555;
    --highlight-green: rgba(220, 255, 220, 0.3);
    --button-bg: #90C55C;
    --button-hover-bg: #004E09;
    --border-color: #ccc;
    --card-bg: #f8f9fa;
    --accordion-bg: #DCFFE0;
    --testimonial-shadow: #959da533;
    --swiper-button-color: gray;
    --heading-highlight-bg: #f1c42533;
    --lightning-icon: url(../img/Lightning.svg);
}

 body {
    scroll-behavior:smooth!important;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    font-family: 'Roboto, sans-serif';
    background-color: var(--background-light);
    }
    ::-webkit-scrollbar-thumb {
      background-clip: content-box;
      background-color: var(--button-bg);
      border-radius: 10px;
      outline: none;
  }
  ::-webkit-scrollbar-track {
    background-color: #f1f0ff;
    border-radius: 10px;
}
::-webkit-scrollbar {
  margin-right: 5px;
  margin-top: 10px;
  width: 8px;
}
.navbar-custom {
    background-color: var(--navbar-bg);
    border-bottom: 1px solid #000;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 40px;
    margin-right: 10px;
}

.nav-link {
    color: var(--text-primary);
    font-family: 'lato', 'sans-serif';
    font-weight: 300;
    font-size: 18px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #000000;
}
.sea-link {
  font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    color: #007bff;
    display: inline-block;
    position: relative;
}
.sea-link .wave {
  display: inline-block;
    /* animation: wave-animation 2s infinite; */
    background: linear-gradient(180deg, rgba(168, 255, 120, 0) 0%, #78c850 100%); /* Light green to dark green */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
/* #primary {
  position: absolute;
  top: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
} */
#primary li {
  margin: 0 20px;
  position: relative;
}
#primary li a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  font-family: 'lato', 'sans-serif';
  font-size: 18px;
  line-height: 1.2;
  /* font-weight: bold; */
  position: relative;
  z-index: 1;
  /* text-align: center; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #90C55C, #90C55C 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}
#primary li a:before {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  bottom: 5px;
  left: 0;
  bottom: -3px;
  z-index: 0;
  position: absolute;
  background: #90C55C;
  transition: all 0.3s ease-in-out;
}
#primary li a:hover {
  background-position: 0%;
}
#primary li a:hover:before {
  width: 100%;
}
.banner-section, .why-choose-us, .pricing {
    background-color: var(--section-bg);
    padding: 50px 0;
}
.why-choose{
    background-color: var(--section-bg);
}
.pricing {
    background-color: var(--pricing-bg);
    padding: 50px 0;
}
.testimonial{
    background-color: var(--pricing-bg);
}
.text-section {
    text-align: left;
    margin-bottom: 20px;
}

/* .text-section h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
} */

 p {
    font-size: 18px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--text-secondary);
    line-height: 1.6;
}
.list-unstyled{
    font-size: 18px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 300;
    margin-bottom: 20px;
}
.hidden {
    display: none !important;
}
.font{
  font-family: 'Lato', 'sans-serif';
  color: var(--bs-body-color);
  font-size: 16px;
  font-weight: 500;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.text-section .btn {
    font-size: 24px;
    font-family: 'Roboto', 'sans-serif';
    padding: 3px 26px;
    background-color: var(--button-bg);
    border: none;
    color: var(--text-primary);
    transition: background-color 0.3s ease;
}
.pricing-btn{
    background-color: var(--pricing-bg);
    color: var(--text-primary);
    font-size: 24px;
    font-family: 'Roboto', 'sans-serif';
    padding: 6px 20px;
    border: none;
    color: var(--text-primary);
    transition: background-color 0.3s ease;
}
.text-section .btn:hover {
    background-color: var(--button-hover-bg);
    color: #fff;
}
.image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.heading-h1 {
    color: var(--text-primary);
    margin-bottom: 23px;
    font-family: 'Lato', 'sans-serif';
    /* display: inline-flex; */
    flex-wrap: nowrap;
    font-size: 60px;
    gap: 0.2rem;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}
.f-bold{
    color: var(--text-primary);
    font-family: 'Lato', 'sans-serif';
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
}
.power-heading-highlight {
    background-color: #f1c42533;
    border-radius: 100px;
    padding-left: 35px;
    padding-right: 51px;
}
.lightning-icon {
    /* background-image: var(--lightning-icon); */
    background-position: 0 0;
    /* display: inline-block; */
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: -20px;
    padding-left: 21px;
    position: relative;
    /* top: -18px;
    left: -47px; */
    top: -35px;
    left: -101px;
}

.arrow-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow {
    font-size: 2rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.heading-h2 {
    color: black;
    margin-bottom: 23px;
    font-family: 'Lato', 'sans-serif';
    font-size: 45px;
    font-weight: 600;
    line-height: 1.5;
}
.sub-heading {
    color: black;
    margin-bottom: 23px;
    font-family: 'Lato', 'sans-serif';
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
}
.sub-heading1 {
    color: black;
    font-family: 'Lato', 'sans-serif';
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
}
.sub-heading3 {
  color: black;
  font-family: 'Lato', 'sans-serif';
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}
.sub-heading4 {
  color: black;
  font-family: 'Lato', 'sans-serif';
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
.form-label{
    color: black;
    font-family: 'Lato', 'sans-serif';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.small {
  font-size: 16px;
  font-family: 'Roboto', 'sans-serif';
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--text-secondary);
}
.process-line {
    width: 2px;
    background-color: #dee2e6;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 0;
}

.step-icon {
    width: 40px;
    height: 40px;
    background-color: #e9ecef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.step-card {
    background-color: #f8f9fa;
    border: none;
    border-radius: 1rem;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

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

.highlight-green {
    background-color: rgba(220, 255, 220, 0.3);
}
.hover-shadow {
    transition: all 0.3s ease;
}
.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.pricing-border{
border-bottom: 4px solid #004E09;
}
.pad{
    padding: 50px 0px;
}
.usecase-box{
    background-color: #DCFFE0;
}
.usecase-box p, .slider-wraapper p{
 font-size: 18px;
 font-family: 'Roboto', 'sans-serif';
 font-weight: 300;
 margin-bottom: 20px;
 color: #000000;
 line-height: 1.6;
}
.faq-w{
  width: 75%!important;
}
.border-line {
    border-bottom:.5px solid #000;
}
.accordion-body {
    font-weight: 500;
    font-size: 18px;
    font-family: 'lato', 'sans-serif';
    background-color: #DCFFE0;
    border: 1px solid #fff;
    color: #000;
}
.accordion-button {
    font-size: 21px;
    color: #000;
    background-color: #DCFFE0;
    line-height: 1.6!important;
    font: 400 22px/0.8 'Lato',serif;
}
.accordion-button::after {
    background-image: url(../img/Chevron.png);
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url(../img/Chevron.png);
  }
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: red;
    box-shadow: none !important;
    background-color: var(--orange);
    border-radius: 7px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}
.accordion-item {
    border: none;
}
.card-data-1 {
    color: black;
    margin-bottom: 23px;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Lato', 'sans-serif';
    text-decoration: none;
}
  .testimonial-group h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .testimonial-group .slider-wraapper {
    border-radius: 16px;
    box-shadow: #959da533 0px 8px 24px;
    padding: 30px 25px;
    border: 1px solid gray;
  }
  .testimonial-group .slider-wraapper h5 {
    font-size: 20px;
    text-align: end;
  }
  .testimonial-group .mySwiper {
    padding-bottom: 90px;
  }
  .testimonial-group .mySwiper .swiper-button-next:after,
  .testimonial-group .mySwiper .swiper-button-prev:after {
    font-size: 25px;
    line-height: 1;
  }
  .swiper-button-next,
  .swiper-button-prev {
    bottom: -7px;
    top: auto;
    color: gray;
  }
  .testimonial-group .mySwiper .swiper-button-next {
    right: 40%;
  }
  .testimonial-group .mySwiper .swiper-button-prev {
    left: 40%;
  }
  .swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.timeline-line {
    content: "";
    position: absolute;
    left: 50%;
    width: 3px;
    /* background: #bdc3c7; */
    border: 2px dashed #bdc3c7;
    height: 1892px;
    z-index: -4;
}

.progress-line {
  width: 4px;
  height: 0;
  position: absolute;
  left: 50%;
  background: #2ecc71;
  z-index: -4;
}

.timeline-item {
    /* margin-bottom: 150px; */
    padding-bottom: 150px;
    /* opacity: 0; */
    transform: translateY(50px);
    transition: all 0.5s ease;
}

.timeline-icon {
    width: 40px;
    height: 40px;
    background-color: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 15px;
}

.placeholder-img {
    background-color: #28a745;
    width: 100%;
    height: 200px;
    border-radius: 8px;
}

.blok:nth-of-type(odd) {
    background-color: white;
  }
  
  .blok:nth-of-type(even) {
    background-color: black;
  }
  
  @-webkit-keyframes border-transform {
    0%,
    100% {
      border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
  }
  .paginacontainer {
    height: 3000px;
  }
  
  /*  #Progress */
  
  .progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .progress-wrap::after {
    position: absolute;
    /* font-family: "unicons"; */
    content: "\2191";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .progress-wrap:hover::after {
    opacity: 0;
  }
  .progress-wrap::before {
    position: absolute;
    /* font-family: "unicons"; */
    content: "\2191";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: #000; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  .progress-wrap:hover::before {
    opacity: 1;
  }
  .progress-wrap svg path {
    fill: none;
  }
  .progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2); 
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
/* font  */
.content {
	position: relative;
}

.content h2 {
	color: #fff;
	font-size: 3em;
  font-family: 'Roboto', 'sans-serif';
	position: absolute;
	/* transform: translate(-50%, -50%); */
}

.content h2:nth-child(1) {
	color: transparent;
	-webkit-text-stroke: 2px #28a745;
}

.content h2:nth-child(2) {
	color: #28a745;
	animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
	0%,
	100% {
		clip-path: polygon(
			0% 5%,
			16% 44%,
			33% 50%,
			54% 60%,
			70% 61%,
			84% 69%,
			100% 82%,
			100% 100%,
			0% 100%
		);
	}

	50% {
		clip-path: polygon(
			0% 60%,
			15% 65%,
			34% 66%,
			51% 62%,
			67% 50%,
			84% 45%,
			100% 6%,
			100% 100%,
			0% 100%
		);
	}
}

ul.check1 {
  font-size: 18px;
  font-family: 'Roboto', 'sans-serif';
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Change card background color  */
/* .card-footer .btn:hover {
  background-color: #28a745 !important; 
}

.card-footer .btn:hover ~ .card {
  background-color: #28a745 !important;
} */
.card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.card::before {
  content: '';
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #28a745;
  transition: bottom 0.3s ease-out;
  z-index: -1;
}

.card:hover::before {
  bottom: 0;
}

.card:hover {
  color: #fff;
}

.card:hover .card-title {
  color: white; 
}

.card:hover .btn {
  color: #28a745;
  background-color: #ffffff;
  border-color: #fff;
}

.card:hover .pricing-value span,
.card:hover ul li {
  transition: all 0.3s ease-out;
  color: white; 
}
@media screen and (max-width: 481px) {
  .des{
      display: none;
  }
  #why-choose-us{
    padding:0px 20px;
  }
}@media (max-width: 767px) {
  .arrow-section {
      display: none;
  }
  
  .row {
      flex-direction: column;
  }
  
  .text-section {
      order: 1;
      /* text-align: center; */
      padding: 2rem 1rem;
  }
  
  .image-section {
      order: 2;
      padding: 1rem;
  }
  p {
    font-size: clamp(14px, 3.5vw, 18px);
  }
  .heading-h1 {
    font-size: clamp(22px, 5vw, 36px);
  }
  .heading-h2 {
    font-size: clamp(20px, 4vw, 30px);
  }
}


/* 4K styles - above 1920px */
@media (min-width: 1921px) {
  .container-fluid {
      padding: 5rem;
      max-width: 2400px;
      margin: 0 auto;
  }
  
  .heading-h1 {
      font-size: clamp(3rem, 3.5vw, 5rem);
  }
  
  p,.sub-heading{
      font-size: clamp(1.5rem, 2vw, 2.25rem);
  }
  
  .btn-success {
      font-size: clamp(1.25rem, 1.5vw, 1.75rem);
      padding: clamp(1rem, 1.5vw, 1.75rem) clamp(2rem, 2.5vw, 3rem);
  }
}
/*this change because of the in between tablet and laptop order change -l*/
@media (min-width: 768px) and (max-width: 1024px) {
  .arrow-section {
      display: none;
  }
  
  .row {
      display: flex;
      flex-wrap: wrap;
  }
  
  .text-section {
      order: 1;
      width: 50%;
  }
  
  .image-section {
      order: 2;
      width: 50%;
  }
  /* p {
    font-size: clamp(14px, 3vw, 18px);
  }
  .heading-h1 {
    font-size: clamp(24px, 4vw, 40px);
  }
  .heading-h2 {
    font-size: clamp(22px, 3.5vw, 34px);
  } */
}

@media only screen and (max-width: 991.98px) {
  .testimonial-group .mySwiper .swiper-button-next {
    right: 20%;
  }
  .testimonial-group .mySwiper .swiper-button-prev {
    left: 20%;
  }
}
/* For screens smaller than 1263px */
@media screen and (max-width: 1262px) {
.navbar-custom {
  background-color: var(--navbar-bg);
  padding: 10px;
}

.navbar-brand img {
  height: 30px;
  margin-right: 5px;
}

.nav-link {
  font-size: 16px;
}

.banner-section, .why-choose-us, .pricing {
  padding: 30px 0;
}

p {
  font-size: 16px;
}

.heading-h1 {
  font-size: 48px;
}

.heading-h2 {
  font-size: 36px;
}

.sub-heading1 {
  font-size: 28px;
}

.text-section .btn {
  font-size: 20px;
  padding: 3px 20px;
}

.image-section img {
  border-radius: 3px;
}

.accordion-body {
  font-size: 16px;
}

.timeline-line {
  height: auto; 
}
}

/* For screens smaller than 992px (tablet) */
@media screen and (max-width: 991px) {
.navbar-brand img {
  height: 25px;
  margin-right: 5px;
}

.banner-section, .why-choose-us, .pricing {
  padding: 20px 0;
}

.heading-h1 {
  font-size: 40px;
}

.heading-h2 {
  font-size: 32px;
}

p {
  font-size: 15px;
}

.text-section .btn {
  font-size: 18px;
  padding: 3px 15px;
}

.accordion-body {
  font-size: 14px;
}
}

/* For screens smaller than 768px (mobile) */
@media screen and (max-width: 767px) {
.navbar-brand {
  justify-content: center;
}

.navbar-brand img {
  height: 20px;
}

.banner-section, .why-choose-us, .pricing {
  padding: 15px 0;
}

.heading-h1 {
  font-size: 32px;
}

.heading-h2 {
  font-size: 28px;
}

p {
  font-size: 14px;
}

.text-section .btn {
  font-size: 16px;
  padding: 3px 10px;
}

.accordion-body {
  font-size: 12px;
}
}

/* For screens smaller than 576px (extra small devices) */
@media screen and (max-width: 575px) {
.navbar-brand img {
  height: 18px;
}

.banner-section, .why-choose-us, .pricing {
  padding: 10px 0;
}

.heading-h1 {
  font-size: 24px;
}

.heading-h2 {
  font-size: 20px;
}

p {
  font-size: 16px;
}

.text-section .btn {
  font-size: 16px;
  padding: 2px 8px;
}

.accordion-body {
  font-size: 16px;
}

.f-bold {
color: var(--text-primary);
font-family: 'Lato', 'sans-serif';
font-size: 21px;
font-weight: 500;
line-height: 1.5;
}
.sub-heading1 {
font-size: 18px;
}
.faq-w{
width: 100%!important;
}
.accordion-button {
font-size: 18px;
color: #000;
background-color: #DCFFE0;
line-height: 1.6 !important;
font: 400 18px / 0.8 'Lato', serif;
}
.list-unstyled {
font-size: 16px;
font-family: 'Roboto', 'sans-serif';
font-weight: 300;
margin-bottom: 20px;
}
.pricing-btn {
background-color: var(--pricing-bg);
color: var(--text-primary);
font-size: 18px;
font-family: 'Roboto', 'sans-serif';
padding: 6px 20px;
border: none;
color: var(--text-primary);
transition: background-color 0.3s ease;
}
.form-label {
color: black;
font-family: 'Lato', 'sans-serif';
font-size: 16px;
font-weight: 600;
line-height: 1.5;
}
.timeline-item {
margin-bottom: 40px;
/* opacity: 0; */
transform: translateY(50px);
transition: all 0.5s ease;
}
.lightning-icon {
  /* background-image: var(--lightning-icon); */
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -20px;
  padding-left: 21px;
  position: relative;
  top: -13px;
  left: -70px;
}
}
.landing-page {
  /* /* position: relative; */
  width: 100%; 
  /* height: 162vh; */
  /* height: 100vh; */
  /* background: url(../img/Excelsheet_bg.png) no-repeat center center; */
  background: url(../img/Excelsheet_bg.png) ;
  /* background-size: cover; */
}
.lightning-icon {
  opacity: 0; /* Start with the icon being invisible */
  animation: fadeInOut 2s infinite; /* Apply the animation */
}

@keyframes fadeInOut {
  0%, 100% {
      opacity: 0; /* Fade out */
  }
  50% {
      opacity: 1; /* Fully visible */
  }
}
.pricing-card {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.pricing-card-header {
  background-color: #f8f9fa;
  border-bottom: none;
  padding: 1.5rem;
}

.pricing-card-title {
  font-size: 3rem;
  font-weight: 600;
}

.pricing-card-body {
  padding: 1.5rem;
}

.pricing-card-list {
  list-style-type: none;
  padding-left: 0;
}

.pricing-card-list li {
  margin-bottom: 0.5rem;
}

.btn-primary {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

.most-popular {
  border: 2px solid #ffc107;
}
.pricing-card {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.pricing-card-header {
  background-color: #f8f9fa;
  border-bottom: none;
  padding: 1.5rem;
}

.pricing-card-title {
  font-size: 3rem;
  font-weight: 600;
}

.pricing-card-body {
  padding: 1.5rem;
}

.pricing-options {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.pricing-options .btn {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.pricing-options .btn.active {
  background-color: #007bff;
  color: #fff;
}
/* From Uiverse.io by neerajbaniwal */ 
.btn-shine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 48px;
  color: #fff;
  background: linear-gradient(to right, #9f9f9f 0, #fff 10%, #868686 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
