/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
   font-family: "Poppins",Helvetica, Arial, sans-serif;
  /* font-family: "Segoe UI", sans-serif; */
  line-height: 1.6;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Fixed Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  color: #000;
  z-index: 999;
  transition: all 0.3s ease;
  box-shadow: none;
}

.site-header.scrolled {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo img {
  width: 120px;
}
.logo span {
  font-size: 1.2rem;
  font-weight: bold;
  /* color: white; */
}

/* Nav links */
.nav-links {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}
.nav-links li a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.nav-links li a:hover {
  /* color: #00bfff; */
}

/* Hamburger */
.hamburger {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: white;
}
.main-container-section {
  /* padding: 24px 36px; */
  margin-top: 80px;
}
.hero-section-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-between;
  height: 80vh;
}
.hero-section-head-text {
  /* font-size: 52px; */
  color: #000;
  width: 80%;
  padding: 16px auto;
  text-align: center;
  font-size: 5.4rem;
   font-family: "Poppins",Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 5.6rem;
  margin-top: 60px;
}
.hero-section-sub-text {
  font-size: 24px;
  color: grey;
  width: 60%;
  text-align: center;
  margin-top: 20px;
}
.hero-buttons {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 2rem;
}
.btn {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
}
.btn-primary {
  background-color: #000;
  color: #ffffff;
}

.btn-secondary {
  border: 1px solid #000;
  background-color: #ffffff;
  color: #000;
}
.features-section-wrap-section {
  margin-top: 4rem;
  padding: 0rem 4rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.features-section-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10%;
}
.features-section-left-wrap {
  width: 30%;
}
.features-section-left-wrap i {
  font-size: 1.5rem;
  color: #000000;
}
.features-section-right-wrap {
  width: 60%;
}
.features-section-right-wrap img {
  width: 100%;
}
.features-div-title {
  color: #000000;
  margin: 8px 0px 16px 0px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
}
.features-div-subtitle {
  color: #726f6f;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  /* margin: 16px 0px; */
}
.features-section-title-p {
  color: #000;
  font-size: 30px;
  text-align: center;
}
.use-cases-wrapper-section {
  padding: 1rem 4rem 0rem;
}
.use-case-title-wrap {
  width: 80%;
  text-align: center;
  margin: 2rem auto 4rem auto;
}
.use-case-head-title {
  font-size: 40px;
  color: #000000;
}

.use-cases-wrap-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10%;
  /* height: 70; */
}
.use-cases-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 60vh;
  /* border:1px solid red */
}
.use-cases-cards i {
  font-size: 2rem;
  margin-bottom: 12px;
}
.use-case-title {
  font-size: 24px;
  color: #000000;
  margin-bottom: 16px;
}
.use-cases-secondaty-title {
  font-size: 18px;
  color: #726f6f;
}
.use-cases-card-bottom-text {
  color: #726f6f;
  display: block;
  margin-top: 1.875rem;
  text-decoration: none;
  font-style: italic;
}
.section-title {
  text-align: center;
  font-size: 2rem;
  margin: 40px 0 20px;
  color: #333;
}

.privacy-personal-wrapper-section {
  margin: 4rem auto;
  padding: 4rem 0rem 2rem 0rem;
  background: #f8f8fa;
  /* padding: 0rem 4rem; */
}
.privacy-personal-head-title {
  font-size: 40px;
  color: #000000;
  width: 60%;
  margin: auto;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.privacy-personal-subtitle {
  font-size: 24px;
  color: #726f6f;
  width: 60%;
  margin: auto;
  text-align: center;
}
.privacy-personal-bottom {
  /* width: 60%; */
  /* margin: 0 auto; */
  padding: 2rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .privacy-personal-head{
  width: 60%;
  margin: 0 auto;
}
.privacy-personal-head-title{
  font-size: 40px;
  color: #000000;
}
.privacy-personal-subtitle{
  font-size: 24px;
  color: #000000;
}
.privacy-personal-bottom{
  width: 60%;
  margin: 0 auto;
} */

.gradient-animate-text {
  background: linear-gradient(
    270deg,
    #00ff57,
    #00c9a7,
    #00aeef,
    #00aeef,
    #6b5bff,
    #00ff57
  );
  background-size: 800% 800%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 15s ease infinite; /* ← slowed to 15 seconds */
}
.slider-container-header-wrap {
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* background: rgba(255, 255, 255, 0.1); */
  backdrop-filter: blur(10px);
  /* border-radius: 20px; */
  padding: 40px 0 4rem;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); */
  /* margin-bottom: 40px; */
}

.slider-track {
  display: flex;
  width: calc(300px * 12); /* 6 items × 2 for seamless loop */
  animation: slide 20s linear infinite;
  padding-top: 3rem;
}

.testimonial-card {
  min-width: 400px;
  height: auto;
  margin: 0 20px;
  background: #f8f9fa;
  border-radius: 20px;
  padding: 40px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #726f6f;
  font-style: normal;
  margin-bottom: 40px;
  font-weight: 400;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="colorful" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><rect width="10" height="10" fill="%23ff6b6b"/><rect x="10" y="0" width="10" height="10" fill="%234ecdc4"/><rect x="0" y="10" width="10" height="10" fill="%2345b7d1"/><rect x="10" y="10" width="10" height="10" fill="%23feca57"/></pattern></defs><circle cx="50" cy="50" r="50" fill="url(%23colorful)"/></svg>');
  background-size: cover;
  flex-shrink: 0;
}

.author-info h4 {
  color: #6c757d;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* Fast slider */
.fast-slider .slider-track {
  animation: slide 12s linear infinite;
}

/* Slow slider */
.slow-slider .slider-track {
  animation: slide 30s linear infinite;
}
.slider-top-div-title{
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  color:#000000

}

/* Clean white background for testimonial cards */

/* Remove author-info paragraph and stars for cleaner look */
.author-info p,
.stars {
  display: none;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      -50%
    ); /* Move exactly half the width for seamless loop */
  }
}

.title {
  text-align: center;
  color: white;
  font-size: 28px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slider-label {
  color: white;
  font-size: 18px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Hover pause effect */
.slider-container:hover .slider-track {
  animation-play-state: paused;
}

/* Additional testimonial styles for different sets */
.product-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 20px;
  min-width: 280px;
  height: 180px;
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.product-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.product-description {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  flex-grow: 1;
}

.product-price {
  font-size: 18px;
  font-weight: bold;
  color: #e74c3c;
  margin-top: 10px;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 90px;
    right: 0;
    background: #fff;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    align-items: center;
    justify-content: flex-end;
    /* border: 1px solid red; */
    display: none;
  }

  .nav-links.show {
    display: flex;
  }

  .hamburger {
    display: block;
    color: #000;
  }

  .hero-buttons {
    flex-direction: row-reverse;
    gap: 16px;
  }
  .main-container-section {
    /* border: 5px solid red; */
    padding: 12px 8px;
  }
  .hero-section-div {
    height: auto;
  }
  .hero-section-head-text {
    font-size: 2.5rem;
    line-height: 2.625rem;
    font-weight: 500;
    /* font-size: 500 3./; */
    color: #000;
    width: 90%;
    line-height: 52px;
    /* line-height: 43px; */
  }
  .hero-section-sub-text {
    width: 90%;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
  .features-section-wrap {
    padding: 0rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    /* flex-direction: column-reverse; */
  }
  .features-section-title-p {
    color: #000;
    font-size: 30px;
    text-align: center;
  }
  .features-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .features-section-left-wrap {
    width: 100%;
  }
  .features-section-right-wrap {
    width: 100%;
  }
  .features-section-wrap-section {
    padding: 0;
  }
  .privacy-personal-head-title {
    font-size: 32px;
    color: #000000;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .privacy-personal-subtitle {
    font-size: 18px;
    /* color: #726f6f; */
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .privacy-personal-bottom {
    width: 100%;
  }
  .privacy-personal-bottom img {
    width: 80%;
    margin: auto;
  }
  .use-cases-wrapper-section {
    width: 90%;
    margin: auto;
    padding: 0;
  }
  .use-case-title-wrap {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .use-case-title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 16px;
    font-weight: 400;
  }
  .use-cases-wrap-div {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 2rem;
  }
  .use-cases-cards {
    height: 50vh;
  }
  .slider-container-header-wrap {
    padding: 1rem;
    text-align: center;
  }
  .testimonial-card {
    min-width: 300px;
  }
  .features-div-title {
    font-size: 18px;
    font-weight: 400;
    margin: 8px 0px;
  }
  .features-div-subtitle {
    font-size: 14px;
    color: #726f6f;
  }
  .use-cases-secondaty-title {
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  .testimonial-text {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.75rem;
  }
  .slider-container {
    padding: 0rem 0rem 2rem;
  }
  .slider-top-div-title {
    font-size: 1.92rem;
    font-weight: 400;
    line-height: 2.25rem;
    margin: 2rem 0rem 1.4rem;
  }
    .use-case-head-title {
        font-weight: 400;
        font-size: 24px;
        line-height: 2.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .use-cases-cards {
    height: 50vh;
  }
  .main-container-section {
    /* border: 5px solid red; */
    /* padding: 12px 24px; */
  }
  .features-section-wrap{
    padding: 12px 24px;
  }
}
