:root {
    --primary-text-color: #00C3A9;
    --secondary-text-color: #ffffff;
    --primary-bg-color: #C5ECE5;
       --primary-color: #12b08e;
    
    --accent-color: #47EDCC; 
    --secondary-bg-color: #292d33;
    --head-font-family: "Catamaran", sans-serif;
   
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--head-font-family);
     }
     .card-hls:hover{
  box-shadow: 0px 0px 15px #d8d8d8;
}

::selection{
  background: var(--primary-bg-color);
}
.stripes{
  background-color: var(--primary-text-color);
}
.btn-style1{
  border: none;
  background-color: #28a78e;
  padding: 0.5em 3em;
  color: #131313;
  font-weight: 700;
  border-radius: 30px;
  font-size: 18px;
}

.btn-style2{
  border: none;
  background-color: #212F3C;
  padding: 0.5em 3em;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 30px;
  font-size: 18px;
}
.header-margin{
  margin-top: 4em;

}
.clr-star{
  color: #F5B82B;
}
.clr-green {
  color: #13b494;
}
.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
.card-hls:hover{
  box-shadow: 0px 0px 15px #ededed;
}
.accordion-button:not(.collapsed) {
  color: black !important;
  font-weight: 700;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.accordion-button:focus {
  z-index: 3 !important;
  border-color: #f1d182 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.makeshadow {
  box-shadow: 0px 39px 0px #C5ECE5;
}
/* Style for Carosuel starts */
.owl-carousel .card {
  height: 305px;
}
.carousel-wrap {
  margin: auto;
  padding: 0 2%;
  position: relative;
}
.owl-carousel .item {
  position: relative;
  z-index: 100;
  --webkit-backface-visibility: hidden;
}
.owl-nav > button {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #CDCBCD !important;
}
.owl-nav i {
  font-size: 30px;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
/* Style for Carosuel ends */

 .card-two{
        border: 1.5px solid #efefef !important;
        border-radius: 4px !important;
     }

     .key-features {
      margin: 1em 0em;
      border: 0px;
      transition: all 0.3s;
    }

    .key-features:hover {
      outline: 0px solid #212f3c;
      box-shadow: 0px 0px 8px #212f3c;
    }

    .hov-eff-icon {
      color: black;
    }

    .key-features:hover > .hov-eff-icon {
      color: green;
    }

    .icon
    {
      color: #13b494 !important;
    }


.workflow-wrapper {
  background-color: #fff;
}

.workflow-title {
  color:  #00897B;
}

.workflow-card {
  background-color: #F4FBFA;
  padding: 32px 24px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.workflow-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 137, 123, 0.15);
}

.workflow-card h5 {
  margin-top: 16px;
  color:  #00897B;
  font-weight: 600;
}

.workflow-card p {
  font-size: 0.95rem;
  color: #555;
}

.workflow-card .step-badge {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color:  #00897B;
  color: #fff;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}


        .benefits-section {
            background: linear-gradient(135deg, rgba(18, 176, 142, 0.05) 0%, rgba(219, 253, 249, 0.5) 100%);
        
        }
        

        .benefits-grid {
            max-width: 1000px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }
        
        .benefit-item {
            background: white;
            padding: 35px;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(18, 176, 142, 0.1);
        }
        
        .benefit-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }
        

        
        .benefit-item p {
            color: #666;
            line-height: 1.7;
        }

        .clr-green{
          color: #00897B !important;
        }



        .scenario-grid {
            max-width: 1000px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }
        
        .scenario-card {
            background: var(--secondary-color);
            padding: 40px;
            border-radius: 12px;
            border-top: 4px solid var(--primary-color);
        }
        
        .scenario-card h3 {
            color: var(--primary-color);
            margin-bottom: 15px;
            font-size: 1.4rem;
            font-weight: 600;
        }
        
        .scenario-card p {
            color: #555;
            line-height: 1.8;
            font-size: 0.95rem;
        }

         /* Conclusion Section */
        .conclusion-section {
            background: linear-gradient(135deg, var(--primary-color) 0%, rgba(18, 176, 142, 0.9) 100%);
            color: white;
            padding: 80px 20px;
            text-align: center;
        }
        
        .conclusion-section h2 {
            font-size: 2rem;
            margin-bottom: 30px;
            font-weight: 700;
        }
        
        .conclusion-section p {
            max-width: 800px;
            margin: 0 auto 30px;
            font-size: 1.1rem;
            line-height: 1.8;
            opacity: 0.95;
        }
