/* CSS Document */
/*WiseINDEX enterprize*/

.hero {
    position: relative;
    padding: 120px 0 60px 0;
    min-height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.section, .section {
    color: #535d6b;
    background-color: #ffffff;
    padding: 40px 0;
    scroll-margin-top: 80px;
    overflow: clip;
}
.hero .hero-content {
    padding-right: 30px;
	padding-top:40px;
}

.hero .hero-content h1 {
    font-size: 40px;
     font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
	color:#344761;
}
.hero .hero-content h1 span {
    color:#29b3c5;
    position: relative;
}
.hero .hero-content h1 span::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #29b3c5;
    border-radius: 1px;
    opacity: 0.3;
}
.hero .hero-content p {
    font-size: 20px;
    line-height: 1.6;
    color: color-mix(in srgb, #535d6b, transparent 10%);
    margin-bottom: 35px;
    max-width: 500px;
}
.hero .hero-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (min-width: 992px) {
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
}
.d-flex {
    display: flex !important;
}
.hero .btn-primary {
    background: #29b3c5;
    color: #fff;
    padding: 14px 35px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 19px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px 
 color-mix(in srgb, #29b3c5, transparent 70%);
    border: 2px solid transparent;
}
.hero .btn-primary:hover {
    background: transparent;
    color:#29b3c5;
    border-color: #29b3c5;
    box-shadow: 0 15px 40px 
 color-mix(in srgb, #29b3c5, transparent 80%);
    transform: translateY(-2px);
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #29b3c5 10%, #29b3c5 45%, transparent 45%, transparent 100%);
    opacity: 0.05;
    z-index: 0;
}
.hero .btn-video {
    color: #535d6b;
    font-weight: 500;
    font-size: 17px;
    transition: all 0.3s ease;
}
.hero .btn-video:hover i {
    background: 
 color-mix(in srgb, #29b3c5, transparent 15%);
    box-shadow: 0 12px 35px 
 color-mix(in srgb, #29b3c5, transparent 60%);
    transform: scale(1.1);
}
.hero .btn-video i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:#29b3c5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px 
 color-mix(in srgb, #29b3c5, transparent 70%);
}
.hero .hero-image {
    position: relative;
    text-align: center;
}
.hero .hero-image::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, color-mix(in srgb, #29b3c5, transparent 90%) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: pulse 4s ease-in-out infinite;
}
.hero .floating {
    max-width: 100%;
    height: auto;
    animation: floating 3s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px color-mix(in srgb, #535d6b, transparent 85%));
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}
.align-items-center {
    align-items: center !important;
}

.logo-slider-wrapper {
  overflow: hidden;
  background: #fff;
  padding: 25px 0;
  /*border: 1px solid #eee;*/
}

.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-track {
  white-space: nowrap;
  display: inline-block;
}

.logo-item {
  display: inline-block;
  width: 180px;
  padding: 10px 20px;
  text-align: center;
}

.logo-item img {
  max-width: 100%;
  max-height: 60px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logo-item img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Responsive */

@media (max-width: 767px) {
  .logo-item {
    width: 140px;
  }
}

.about {
    padding-top: 30px;
   /* padding-bottom: 120px;*/
}

.about .about-image {
    position: relative;
}
.about .about-image img {
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}
.about .content1 {
    padding-left: 20px;
}
.about .content1 h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #344761;
}
.about .content1 .lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 10px;
    color: 
 color-mix(in srgb, #535d6b, transparent 10%);
}
.about .content1 p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: 
 color-mix(in srgb, #535d6b, transparent 10%);
}
.about .content1 ul
{
}
.about .content1 ul li
{
font-size:17px;
color: color-mix(in srgb, #535d6b, transparent 10%);
}
.about .stats-row {
    display: flex;
    gap: 40px;
    margin: 30px 0 5px 0;
    padding: 10px 0;
    border-top: 1px solid
 color-mix(in srgb, #535d6b, transparent 90%);
}
.about .stats-row .stat-item {
    text-align: center;
}
.about .stats-row .stat-item h3 {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 8px;
    color:#29b3c5;
    line-height: 1;
}
.about .stats-row .stat-item p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: 
 color-mix(in srgb, #535d6b, transparent 10%);
}

.about .cta-wrapper {
    margin-top: 40px;
}

.about .btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #29b3c5;
    color: #fff;
    padding: 16px 32px;
    font-size: 19px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.about .btn-cta:hover {
    background: transparent;
    border: 2px solid #29b3c5;
	color: color-mix(in srgb, #535d6b, transparent 10%);
    transform: translateY(-2px);
    /*box-shadow: 0 8px 25px;
    color: color-mix(in srgb, #29b3c5, transparent 60%);*/
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #29b3c5;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.services p {
    flex: 1;
    margin-bottom: 24px;
    line-height: 1.6;
    color:  color-mix(in srgb, #535d6b, transparent 10%);
 font-size:19px;
}
.services .service-card {
    background: #fff;
    border: 1px solid
 color-mix(in srgb, #535d6b, transparent 90%);
    border-radius: 12px;
    padding: 32px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
	margin-bottom:30px;
}
.services .service-card:hover {
    transform: translateY(-4px);
    border-color: 
 color-mix(in srgb, #5c99ee, transparent 50%);
    box-shadow: 0 8px 32px 
 color-mix(in srgb, #535d6b, transparent 85%);
}
.services .service-icon {
    width: 64px;
    height: 64px;
    background: 
 color-mix(in srgb, #29b3c5, transparent 85%);
    color: #29b3c5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.services .service-card:hover .service-icon {
    background: #29b3c5;
    color: #fff;
    transform: scale(1.1);
}
.services .service-icon i {
    font-size: 30px;
}
.services h3 {
    font-size: 20px;
    font-weight: 600;

    margin-bottom: 16px;
    line-height: 1.3;
}

.services .service-link {
    display: flex;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    color: #344761;
    transition: all 0.3s ease;
}



.features .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

@media (max-width: 768px) {
  .features .features-grid {
    grid-template-columns: 1fr;
  }
}

.features .features-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.features .features-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.features .features-card:hover .icon-wrapper {
  background-color: #29b3c5;
  color: #fff;
}

.features .features-card .icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: color-mix(in srgb, #29b3c5, transparent 85%);
  color: #29b3c5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.features .features-card .icon-wrapper i {
  font-size: 32px;
}

.features .features-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #344761;
}

.features .features-card p {
  font-size: 17px;
  margin-bottom: 20px;
  color: color-mix(in srgb, #535d6b, transparent 10%);
}

.features .features-card .features-list {
  margin-bottom: 25px;
}

.features .features-card .features-list .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.features .features-card .features-list .feature-item:last-child {
  margin-bottom: 0;
}

.features .features-card .features-list .feature-item i {
  color: #29b3c5;
  font-size: 16px;
  margin-right: 10px;
  margin-top: 3px;
}

.features .features-card .features-list .feature-item span {
  font-size: 17px;
  color: color-mix(in srgb, #535d6b, transparent 10%);
}

.features .features-card .image-container {
  margin-top: auto;
  text-align: center;
}

.features .features-card .image-container img {
  max-height: 180px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.features .features-card:hover .image-container img {
  transform: scale(1.05);
}


.cost .cost-card {
  background-color: #fff;
  border: 1px solid color-mix(in srgb, #535d6b, transparent 90%);
  border-radius: 8px;
  padding: 20px 40px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
}

.cost .cost-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px color-mix(in srgb, #535d6b, transparent 85%);
}

.cost .cost-card.featured {
  border-color: #29b3c5;
  transform: scale(1.02);
}

.cost .cost-card.featured:hover {
  transform: scale(1.02) translateY(-5px);
}

.pricing .pricing-card.featured .featured-badge {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #29b3c5;
  color: #fff;
  padding: 8px 20px;
  border-radius: 0 0 8px 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32px;
}

.cost .cost-card .plan-header {
  text-align: center;
  margin-bottom: 40px;
}

.cost .cost-card .plan-header .plan-name {
  font-size: 24px;
  font-weight: 400;
  color: #344761;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.cost .cost-card .plan-header .plan-description {
  font-size: 15px;
  color: color-mix(in srgb, #535d6b, transparent 30%);
  line-height: 1.6;
  margin-bottom: 0;
}

.pricing .pricing-card .pricing-display {
  text-align: center;
  margin-bottom: 40px;
}

.cost .cost-card .pricing-display .price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}

.cost .cost-card .cost-display .cost .currency {
  font-size: 20px;
  color: color-mix(in srgb, #535d6b, transparent 40%);
  font-weight: 500;
}

.cost .cost-card .cost-display .cost .amount {
  font-size: 56px;
  font-weight: 300;
  color: #344761;
  letter-spacing: -0.02em;
}

.cost .cost-card .cost-display .cost .cost {
  font-size: 16px
  color: color-mix(in srgb, #535d6b, transparent 40%);
  font-weight: 400;
}

.cost .cost-card .features-list {
  margin-bottom: 40px;
}

.cost .cost-card .features-list .feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.cost .cost-card .features-list .feature i {
  color: #29b3c5;
  font-size: 16px;
  flex-shrink: 0;
}

.cost .cost-card .features-list .feature span {
  font-size: 16px;
  color: #535d6b;
  line-height: 1.5;
}

.cost .cost-card .btn-plan {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background-color: transparent;
  border: 1.5px solid #29b3c5;
  color: #29b3c5;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  transition: all 0.3s ease;
  letter-spacing: 0.01em;
}

.cost .cost-card .btn-plan:hover {
  background-color: #29b3c5;
  color: #fff;
  transform: translateY(-1px);
}

.cost .cost-card.featured .btn-plan {
  background-color: #29b3c5;
  color: #fff;
}

.cost .cost-card.featured .btn-plan:hover {
  background-color: color-mix(in srgb, #29b3c5, black 10%);
  border-color: color-mix(in srgb, #29b3c5, black 10%);
}

.cost .cost-footer {
  /*margin-top: 48px;*/
  margin-top:10px;
  padding-top: 32px;
  /*border-top: 1px solid color-mix(in srgb, #535d6b, transparent 90%);*/
}

.cost .cost-footer .guarantee-text {
  font-size: 15px;
  color: color-mix(in srgb, #535d6b, transparent 40%);
  margin-bottom: 16px;
}

.cost .cost-footer .contact-text {
  font-size: 25px;
  color: #535d6b;
  margin-bottom: 0;
}

.cost .cost-footer .contact-text a {
  color: #29b3c5;
  text-decoration: none;
  font-weight: 500;
}

.cost .cost-footer .contact-text a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .cost .cost-card.featured {
    transform: none;
  }

  .cost .cost-card.featured:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .cost {
    padding: 60px 0;
  }

  .cost .cost-card {
    padding: 32px 24px;
  }

  .cost .cost-display .cost .amount {
    font-size: 44px;
  }
}
.mt-5 {
    margin-top: 48px !important;
}
.justify-content-center {
    justify-content: center !important;
}
