@font-face {
  font-family: "Onest";
  src: url(fonts/Onest-VariableFont_wght.ttf) format("truetype");
  font-style: normal;
  font-weight: 100 900;
}

body {
  margin: 0;
   font-family: "Onest", sans-serif!important;
   font-optical-sizing: auto;
   font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   font-size: 16px!important;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
.color1{
  color:#2f2f2f;
}
.color2{
  color:#727272;
}
.fs15{
  font-size: 15px!important;
}
.fs17{
  font-size: 17px!important;
}
.fs20{
  font-size: 20px!important;
}
.fs22{
  font-size: 22px!important;
}
.fw400{
  font-weight: 400!important;
}
.fw500{
  font-weight: 500!important;
}
.fw600{
  font-weight: 600!important;
}
.fw700{
  font-weight: 700!important;
}
.bg1{
    background-color: #F4F4F4;
}

 body{
      font-family: "Onest", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
    }
    .nav-link.fw500.color1:hover{
      color: #198754;
    }
    .navbar-brand img{
        max-width: 130px;
    }
    .hero-image {
      height: 100%;
    }
    .hero-image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
    .overlay-text {
      position: absolute;
      bottom: 0;
      width: 100%;
    }
    .overlay-gradient {
      position: absolute;
      bottom: 0;
      height: 60%;
      width: 100%;
      background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    }
    .overlay-caption {
      position: relative;
      z-index: 2;
    }

    /* Make hero section full height */
    .hero-section {
      display: flex;
      align-items: stretch;
      border-bottom: 1px solid #eee;
    }
    .hero {
      background: linear-gradient(to right, #e6f4f1, #f5f8fe);
      padding: 100px 0 60px;
      text-align: left;
    }
    .hero-section h1{
        letter-spacing: -0.5px;
    }
    .hero-section .text-content{
        max-width: 600px;
    }
    .hero h1 span {
      color: #22c55e;
    }
    .hero-buttons .btn {
      margin-right: 10px;
    }
    .trusted-logos img {
      max-height: 30px;
      margin: 10px 20px;
      opacity: 0.6;
    }
    .step-card {
      border: none;
      border-radius: 15px;
      box-shadow: 0 1px 5px -4px #242424b3,0 4px 8px #2424240d;
      background-color: #fff;
      height: 100%;
      transition: 0.2s;
    }
     .step-card:hover, .step-card.active {
      box-shadow: 0 0px 0px 2px #198754;
    }
    .step-card:hover h5, .step-card.active h5{
      color:#198754;
    }
    .step-card:hover .bgstep1,.step-card.active .bgstep1,  .step-card:hover .bgstep2,  .step-card.active .bgstep2,  .step-card:hover .bgstep3,   .step-card.active .bgstep3{
      border-color:#198754;
      color:#198754;
    }
    .step-card .inner-content {
      padding: 25px 25px 10px 25px;
      position: relative;
    }
    .step-card .img-fluid.rounded{
        border-top-left-radius: 30px!important;
        border-top-right-radius: 0px!important;
        border-bottom-left-radius: 15px!important;
        border-bottom-right-radius: 15px!important;
    }
    .step-number {
        font-weight: bold;
        padding: 5px 12px;
        border-radius: 50%;
        background: #e2e8f0;
        margin-bottom: 10px;
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pricing-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }
    .pricing-card {
        border: none;
        border-radius: 12px;
        box-shadow: 0 1px 5px -4px #242424b3,0 4px 8px #2424240d;
    }
    .pricing-card.active, .pricing-card:hover{
        box-shadow: 0 0px 0px 2px #198754;
    }
   .most-popular-badge {
        position: absolute;
        top: 0px;
        right: 12px;
        background-color: #198754;
        color: white;
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem 0.25rem 0.5rem;
        border-radius: 0px 8px 0px 8px;
        z-index: 9;
    }
    footer {
        background-color: #0d1b2a;
        color: #ffffffcc;
        background-image: linear-gradient(#0d1b2a, #0d1b2a);
    }
    footer a {
        color: #ffffff99;
        text-decoration: none;
    }
    footer a:hover {
        text-decoration: underline;
    }
    .btn{
        font-size: 15px;
        border-radius: 5px;
        padding-top: 7px;
        min-height: 40px;
    }
    .bgstep1 {
        background-color: transparent;
        font-size: 30px;
        color: #ededed;
        border-top: 6px solid #ededed;
        border-radius: 0px;
        padding-top: 27px;
        position: relative;
        top: -25px;
    }
    .bgstep2{
        background-color: transparent;
        font-size: 30px;
        color: #e0e0e0;
        border-top: 6px solid #e0e0e0;
        border-radius: 0px;
        padding-top: 27px;
        position: relative;
        top: -25px;
    }
    .bgstep3{
        background-color: transparent;
        font-size: 30px;
        color: #c3c2c2;
        border-top: 6px solid #c3c2c2;
        border-radius: 0px;
        padding-top: 27px;
        position: relative;
        top: -25px;
    }
    .py-5 {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
    h2 small{
        font-size: 15px!Important;
        font-weight: 400;
    }
    .text-left{
        text-align: left!important;
    }
    .pricing-card ul li{
        min-height: 36px;
        display: inline-block;
    }
    .pricing-card ul{
        min-height: 216px;
    }
    .ctabg {
        background: transparent url(cta-bg.png)no-repeat;
        background-size: cover;
    }
    .parabx{
        max-width: 515px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .list-unstyled li{
        min-height: 40px;
        display: block;
    }
   .customftr{
        color: #fff!important;
        background-color: #0d1b2a!important;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 20px;  /* Increase as needed */
      padding-right: 20px; /* Increase as needed */
    }



















.scroll-section {
      display: flex;
      min-height: 100vh;
    }

    .cards-container {
      width: 50%;
      padding: 0 30px;
    }

    .cardd {
      height: 100vh;
      margin-bottom: 20px;
      border-radius: 16px;
      padding: 30px 0px;
      font-size: 18px;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      transition: 0.4s;
      opacity: 0.9;
      flex-direction: column;
      transform: scale(0.95);
      max-width: 560px;
  } 

    .card.visible {
      opacity: 1;
      transform: scale(1);
    }

    .leaf-fixed {
      width: 50%;
      height: 100vh;
      position: sticky;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .leaf-wrapper {
      position: relative;
      width: 240px;
      height: 320px;
    }

    .leaf {
      width: 455px;
      height: 455px;
      background-color: #8bc34a;
      border-radius: 100% 100% 0 100% / 100% 100% 0 100%;
      transition: background-color 0.5s ease;
      z-index: 1;
      top: -60px!important;
      position: relative;
    }

    .leaf-icon {
      width: 600px;
      /* height: 200px; */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 99;
      opacity: 0;
      pointer-events: none;
      /* box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2); */
      border-radius: 12px;
      image-rendering: crisp-edges!Important; 
      box-shadow: 0px 0px 0px 3px #528f03!Important;
      image-rendering: -webkit-optimize-contrast!Important; 
      
  }

    .in {
      animation: zoomFadeIn 0.5s forwards;
    }

    .out {
      animation: zoomFadeOut 0.4s forwards;
    }

    @keyframes zoomFadeIn {
      0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
      }
      100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
    }

    @keyframes zoomFadeOut {
      0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
      100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
      }
    }


    #typewriter::after {
  content: '|';
  animation: blink 0.7s infinite;
  margin-left: 2px;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.btn-success {
    background-image: linear-gradient(to right, #528b01, #53b215);
    border-color: transparent;
    border-radius: 22px;
    padding-left: 16px;
    padding-right: 16px;
}
.btn{
  border-radius: 22px;
  padding-left: 16px;
  padding-right: 16px;
}
.text-success{
  color: #53b215!important;
}

.gr-text{
  background: -webkit-linear-gradient(#528b01, #53b215);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.ttg-marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  background: #fff; /* Match your site background */
  max-width: 600px;
}

.ttg-marquee {
  display: inline-block;
  padding-left: 100%;
  animation: ttg-scroll-left 50s linear infinite;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

@keyframes ttg-scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.ttg-fade-left,
.ttg-fade-right {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.ttg-fade-left {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.ttg-fade-right {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

.shadow-sm {
  position: relative;
  z-index: 99;
}

.slide-img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  animation: fadeSlide 8s infinite;
}

.slide-img.img2 {
  animation-delay: 4s;
}

@keyframes fadeSlide {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  40%  { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 0; }
}
.mw70{
  max-width: 70%!Important;
  display: block;
}

.mwgs{
  max-width: 150px;
  filter: grayscale(100%);
}















    @media (max-width: 768px) {
      .scroll-section {
        flex-direction: column;
      }

      .cards-container,
      .leaf-fixed {
        width: 100%;
        padding: 0 20px;
        height: auto;
        position: relative;
      }

      .leaf-wrapper {
        margin: 40px auto;
      }
      .ttg-marquee-wrapper{
        width: 300px;
      }
    }