 :root {
        --freshora-primary: #85c815;
        --freshora-secondary: #85c815;
        --freshora-light-bg: #f8f9ff;
        --freshora-white: #ffffff;
        --freshora-dark: #0D1B2A;
        --freshora-gray: #6C757D;
      }
      .tz-banner1{
        background:black;
      }

      .tz-section-title{
        color:black;
      } 

      /* === BACKGROUND COLOR SCHEME === */
      .tz-service1,
      .tz-team1,
      .tz-about1,
      .tz-blog1 {
        background-color: var(--freshora-white);
      }

      
      .tz-wwa1,
      .tz-project1,
      .tz-testimonial1,
      .tz-subscribe1 {
        background: linear-gradient(135deg, var(--freshora-primary), #004085);
        color: white;
      }

      .tz-footer1 {
        background-color: var(--freshora-dark);
        color: white;
      }

      /* Section Titles & Lines */
      .tz-section-subtitle__line {
        background-color: var(--freshora-secondary);
        height: 3px;
        width: 60px;
      }

      
      h1, h2, h3, h4, h5, h6,
      .tz-service1-card__title,
      .tz-team1-card__name {
        color: var(--freshora-primary);
      }

      
      .tz-wwa1 .tz-section-title,
      .tz-project1 .tz-section-title,
      .tz-testimonial1 .tz-section-title,
      .tz-subscribe1 .tz-section-title {
        color: white;
      }

      .tz-section-subtitle__line,
      .tz-wwa1 .tz-section-subtitle__line,
      .tz-project1 .tz-section-subtitle__line,
      .tz-testimonial1 .tz-section-subtitle__line,
      .tz-subscribe1 .tz-section-subtitle__line {
        background-color: white;
      }

      /* Buttons */
      .tz-button,
      .tz-button-circle {
        background-color: var(--freshora-primary);
        border: 2px solid var(--freshora-primary);
        color: white;
        transition: all 0.3s ease;
      }

      .tz-button:hover,
      .tz-button-circle:hover {
        background-color: var(--freshora-secondary);
        border-color: var(--freshora-secondary);
      }

      /* Blue Section Buttons */
      .tz-about1 .tz-button,
      .tz-about1 .tz-button-circle,
      .tz-wwa1 .tz-button,
      .tz-project1 .tz-button,
      .tz-testimonial1 .tz-button,
      .tz-subscribe1 .tz-button {
        border: 2px solid white;
        color: white;
      }

      .tz-about1 .tz-button:hover,
      .tz-wwa1 .tz-button:hover,
      .tz-project1 .tz-button:hover,
      .tz-testimonial1 .tz-button:hover,
      .tz-subscribe1 .tz-button:hover {
        background: white;
        color: var(--freshora-primary);
      }

      /* Text Slider in Blue */
      .tz-text-slider__text {
        color: white;
        font-weight: 600;
      }

      /* Logo Size */
      .tz-offcanvas__top img,
      .tz-header1__logo img {
        max-height: 98px;
      }

      /* Footer */
      .tz-footer1 a {
        color: var(--freshora-secondary);
      }

      /* Hover Effects */
      .tz-service1-card:hover,
      .tz-project1-card:hover,
      .tz-team1-card:hover {
        border: 2px solid var(--freshora-primary);
        transform: translateY(-5px);
        transition: all 0.3s ease;
      }

      /* Cards */
      .tz-service1-card,
      .tz-project1-card,
      .tz-team1-card {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      }

      /* Subscribe Input */
      .tz-subscribe1 input {
        padding: 15px;
        border: none;
        border-radius: 8px;
        width: 100%;
      }

      .tz-subscribe1 button {
        background: var(--freshora-secondary);
        border: none;
        padding: 15px 25px;
        border-radius: 8px;
        color: white;
        cursor: pointer;
      }

  .tz-button {
    background-color: #85c815;
    color: white;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
  }

  .tz-button:hover {
    background-color: #003ed9;
    transform: translateY(-2px);
  }

  .tz-button-outline {
    background: transparent;
    color: #85c815;
    padding: 12px 28px;
    border: 2px solid #85c815;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
  }

  .tz-button-outline:hover {
    background: #85c815;
    color: white;
  }
  /* General Reset */


  .service-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    padding: 20px;
    cursor: pointer;
    height:225px;
  }

  .card-icon {
  width: 100%;
      height: 60px;
      background: #030303;
      /* border-radius: 61%; */
      display: flex;
        border-radius: 40px;
      align-items: center;
      justify-content: space-evenly;
      margin-bottom: 13px;
  }

  .icon {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  }

  .card-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
  }

  .tech-logos {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .tech-logo {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  }

  .card-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
  }

  /* Hover Effects */
  .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  }

  .service-card:hover .card-icon {
    background: #000000;
    border-radius: 40px;
   
    filter: brightness(1.2);
  }
   .service-card:hover .card-icon img {
  
    filter:drop-shadow(4px 4px 5px #85c815);
   
  }

  .service-card:hover .card-title {
    color: #000000;
  }

  .service-card:hover .card-desc {
    color: #444;
  }/* Main card hover effect */
  .tz-workflow1-card {
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 16px;
    overflow: hidden;
    background: #000000; /* Tailwind-style dark card bg */
    border: 1px solid #1e293b;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }

  /* Slight lift + enhanced glow on hover */
  .tz-workflow1-card:hover {
    transform: translateY(-10px);
    box-shadow: 
      0 10px 25px rgba(0, 0, 0, 0.4),
      0 0 20px rgba(0, 255, 255, 0.15); /* Cyan glow */
    border-color: #85c815;
    z-index: 2;
  }

  /* Step number — highlight on hover */
  .tz-workflow1-card__number {
    transition: all 0.4s ease;
    color: #94a3b8; /* Gray by default */
  }

  .tz-workflow1-card:hover .tz-workflow1-card__number {
    color: #85c815; /* Bright cyan on hover */
    text-shadow: 0 0 10px #92d904ac;
  }

  /* Title color shift */
  .tz-workflow1-card__title {
    transition: color 0.4s ease;
    color: #e2e8f0;
  }

  .tz-workflow1-card:hover .tz-workflow1-card__title {
    color: #85c815 !important;
  }

  /* Step label (STEP_01) */
  .tz-workflow1-card__step {
    transition: color 0.4s ease;
    color: #ffffff;
  }

  .tz-workflow1-card:hover .tz-workflow1-card__step {
    color: #85c815 !important;
  }

  /* Dot animation */
  .tz-workflow1-card__dot {
    width: 10px;
    height: 10px;
    background: #85c815;
    border-radius: 50%;
    transition: all 0.4s ease;
    margin: 6px auto 0;
  }
.service-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.service-card-link:hover .service-card {
  transform: translateY(-5px);
  transition: 0.3s ease;
}
  .tz-workflow1-card:hover .tz-workflow1-card__dot {
    background: #85c815;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
  }
 .services-section {
      background: linear-gradient(135deg, #171717, #171717);
      color: white;
      padding: 5rem 0;
    }

    /* Section Header - Subtle Gradient */
    .services-section h2 {
      background: linear-gradient(90deg, #ffffff, #ffffff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 800;
      font-size: 2.5rem;
    }
.tz-text-neutral6{
  padding: 16px 3px;
}
    .services-section p {
      color: #ffffff;
      font-size: 1.1rem;
    }

    /* Card Styling - Professional & Clean */
    .service-card {
      background:#85c815;
      backdrop-filter: blur(10px);
      border-radius: 16px;
      padding: 2rem;
      text-align: center;
      height: 100%;
      border: 1px solid rgba(148, 163, 184, 0.1);
      box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.03);
      color: #e2e8f0;
      position: relative;
      transition: all 0.3s ease;
      overflow: hidden;
    }

    /* Professional Glow on Hover */
    .service-card::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 16px;
      background: linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1),
        rgba(0, 0, 0, 0.1)
      );
      opacity: 0;
      z-index: 0;
      transition: opacity 0.4s ease;
    }

    /* Add soft inner glow on hover */
    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 
        0 12px 30px rgba(0, 0, 0, 0.15),
        0 0 30px rgba(103, 246, 59, 0.1);
      border-color: rgba(111, 241, 99, 0.3);
    }

    .service-card:hover::before {
      opacity: 1;
    }

    /* Icons */
    .card-icon {
      display: flex;
      justify-content: center;
      gap: 1rem;
      margin-bottom: 1.2rem;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }

    .card-icon .icon {
      width: 53px;
      height: 55px;
      filter: brightness(1.6);
      transition: transform 0.3s ease, filter 0.3s ease;
    }

    .card-icon .tech-logo {
      width: 45px;
      height: 67px;
      opacity: 1;
      transition: all 0.3s ease;
    }

    .service-card:hover .tech-logo {
      transform: translateY(-3px);
      opacity: 0.95;
      filter: brightness(1.3);
    }

    /* Title & Description */
    .card-title {
      font-size: 1.3rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0.8rem;
      position: relative;
      z-index: 1;
    }

    .card-desc {
      font-size: 0.95rem;
      color: #cbd5e1;
      line-height: 1.7;
      position: relative;
      z-index: 1;
    }

    /* Optional: Add a very subtle highlight line under title */
    .card-title::after {
      content: '';
      display: block;
      width: 50px;
      height: 2px;
      background: linear-gradient(90deg, #85c815, #85c815);
      margin: 0.5rem auto 0;
      border-radius: 1px;
      opacity: 0;
    }

    .service-card:hover .card-title::after {
      opacity: 1;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .service-card {
        padding: 1.5rem;
      }
      .card-title {
        font-size: 1.2rem;
        
      }
      .main-heading{
        margin-top: 119px;
      }
      .main-haeding-below{
        margin-top: -55px;
      }
    }/* Animated Gradient Background */
  @keyframes gradient-shift {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
  }

  /* Card Hover Effect */
  .tz-testimonial-card {
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: default;
    transform: translateY(0);
  }

  .tz-testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 255, 200, 0.3);
  }

  /* Avatar Scale on Hover */
  .tz-testimonial-avatar-container img {
    transition: transform 0.4s ease;
  }

  .tz-testimonial-card:hover .tz-testimonial-avatar-container img {
    transform: scale(1.1);
  }

  /* Brand Logo Hover */
  .brand-logo {
    transition: all 0.3s ease;
  }

  .brand-logo:hover {
    filter: brightness(1.3) saturate(1.2);
  }
  .tz-testimonial-trendy{
    background-color:white;
  }
  