/* /Reset & Base/ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: #041018;
  color: #ffffff;
  overflow-x: hidden;
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(22,162,231,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22,162,231,0.035) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 12% 25%, rgba(22,162,231,0.11) 0%, transparent 42%),
    radial-gradient(circle at 85% 70%, rgba(30,200,255,0.08) 0%, transparent 38%);
  pointer-events: none;
  z-index: 0;
}


/* /Scrollbar/ */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #041018; }
::-webkit-scrollbar-thumb { background: rgba(30, 200, 255, 0.30); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(30, 200, 255, 0.55); }


/* /Hero Section/ */
.feature-hero-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0;
}

/* .feature-hero {
  width: 100%;
  position: relative;
  min-height: 600px;
  padding: 60px 0;
  overflow: hidden;
  background: url("/newsite/images/OverlayImg/Overlayimg.jpg") right center / cover no-repeat;
  display: flex;
  align-items: center;
  background-position: 100% 0%;
  background-size: contain;
} */


.feature-hero {
  width: 100%;
  position: relative;
  min-height: 600px;
  padding: 140px 0 60px;
  overflow: hidden;
  display: flex;
  align-items: center;

  background-color: #03111a;
  background-image: url("/newsite/images/OverlayImg/Overlayimg.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right -2px top 82px;
}



.feature-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 16, 24, 0.95)  0%,
    rgba(4, 16, 24, 0.85)  30%,
    rgba(4, 16, 24, 0.45)  55%,
    rgba(4, 16, 24, 0.15)  75%,
    rgba(4, 16, 24, 0.05) 100%
  );
  z-index: 1;
}

.feature-hero-content {
  color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 70px 80px;
  max-width: 100%;
  width: 100%;
}

.breadcrumb-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 22px;
  padding: 7px 18px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1ec8ff;
  background: rgba(30, 200, 255, 0.10);
  border-radius: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(30, 200, 255, 0.22);
}
.breadcrumb-pill span { opacity: 0.8; }

.feature-hero-content h1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  color: #ffffff;
}

.feature-hero-content p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.65);
  max-width: 500px;
  margin-bottom: 22px;
}

.hero-link {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #1ec8ff;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.hero-link:hover { opacity: 0.85; transform: translateX(4px); }

@media (min-width: 1600px) {
  .feature-hero-content {
    padding-left: max(80px, calc((100vw - 1400px) / 2 + 80px));
  }
}
@media (max-width: 1100px) {
  .feature-hero-content { padding: 70px 60px; max-width: 680px; }
}
@media (max-width: 992px) {
  .feature-hero { min-height: 460px; }
  .feature-hero-content { padding: 60px 50px; max-width: 100%; }
  .feature-hero-content h1 { font-size: 2.8rem; }
}
@media (max-width: 768px) {
  .feature-hero { min-height: 400px; background-position: center center; }
  .feature-hero-content { padding: 60px 36px; }
  .feature-hero-content h1 { font-size: 2.4rem; }
}
@media (max-width: 576px) {
  .feature-hero { min-height: 360px; }
  .feature-hero-content { padding: 75px 24px 60px; }
  .feature-hero-content h1 { font-size: 2.0rem; letter-spacing: -0.02em; }
  .feature-hero-content p { font-size: 0.96rem; max-width: 100%; }
}
@media (max-width: 375px) {
  .feature-hero-content { padding: 70px 18px 55px; }
  .feature-hero-content h1 { font-size: 1.8rem; }
}


/* /AI Pillars Section/ */
.ai-pillars-section {
  padding: 120px 0;
  background: radial-gradient(circle at top, #0b1430 0%, #060d1f 65%, #000000 100%);
  color: #ffffff;
  font-family: 'DM Sans', sans-serif;
}

.ai-pillars-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 25px;
}

.ai-pillars-header {
  max-width: 830px;
  margin-bottom: 80px;
}


.ai-pillars-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  font-weight: 600;
  color: #1ec8ff;
  background: rgba(30, 200, 255, 0.10);
  border: 1px solid rgba(30, 200, 255, 0.22);
}

.ai-pillars-header h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #ffffff;
}
.ai-pillars-header h2 span { color: #1ec8ff; }

.ai-pillars-header p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: left;
  color: rgba(255, 255, 255, 0.65);
}

.btn-ai-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 12px 26px;
  border-radius: 40px;
  background: linear-gradient(135deg, #1ec8ff, #16A2E7);
  color: #041018;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-ai-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(30, 200, 255, 0.35);
}

.ai-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.ai-pillar-card {
  position: relative;
  padding: 48px 46px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(4, 16, 24, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  height: 450px;
}
.ai-pillar-card:hover {
  transform: translateY(-8px);
}

.ai-pillar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.45;
  z-index: 0;
  transition: opacity 0.4s ease;
}
.ai-pillar-card:hover::before { opacity: 0.6; }

.ai-pillar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(4, 16, 24, 0.6), rgba(4, 16, 24, 0.85));
  z-index: 1;
}

.ai-pillar-card > * { position: relative; z-index: 2; }

.ai-typist-bg::before {
  background-image: url("/newsite/images/Feature_Page_Img/AI\ TypistF.png");
}
.speech-bg::before {
  background-image: url("/newsite/images/Feature_Page_Img/SpeechToTextF.png");
}

.ai-step {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 2px;
  font-weight: 600;
  color: #1ec8ff;
}

.ai-pillar-card h3 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.ai-pillar-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 22px;
}

.ai-feature-list { list-style: none; padding: 0; margin: 0; }
.ai-feature-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
}
.ai-feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1ec8ff;
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .ai-pillars-grid { grid-template-columns: 1fr; gap: 28px; }
  .ai-pillars-header { max-width: 100%; margin-bottom: 52px; }
  .ai-pillars-header h2 { font-size: 2.4rem; }
  .ai-pillar-card { padding: 40px 36px; }
}
@media (max-width: 576px) {
  .ai-pillars-section { padding: 80px 0; }
  .ai-pillars-container { padding: 0 18px; }
  .ai-pillar-card { padding: 32px 24px; }
  .ai-pillar-card h3 { font-size: 1.55rem; }
  .ai-pillar-card p { font-size: 0.93rem; }
  .ai-pillars-header h2 { font-size: 2.0rem; }
  .btn-ai-contact { padding: 11px 22px; font-size: 0.88rem; }
}
@media (max-width: 375px) {
  .ai-pillar-card { padding: 28px 18px; }
  .ai-pillar-card h3 { font-size: 1.4rem; }
}


/* /Why Slider Section/ */
.why-slider-section {
  position: relative;
  padding: 120px 0;
  background: url("/newsite/images/Feature_Page_Img/SlideBgF.jpg")
    center / cover no-repeat;
}

.why-slider-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(4, 16, 24, 0.88), rgba(4, 16, 24, 0.88));
  z-index: 1;
  height: 100.5%;
  padding: 14px;
  top: -0.25%;
}
.why-slider-section > * { position: relative; z-index: 2; }

.why-slider-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}

.why-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 2px;
  font-weight: 600;
  color: #1ec8ff;
  background: rgba(30, 200, 255, 0.10);
  border: 1px solid rgba(30, 200, 255, 0.22);
  margin-bottom: 18px;
}

.why-slider-header h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
}
.why-slider-header h2 span { color: #1ec8ff; }

.why-slider-header p {
  margin-top: 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
}

.why-slider-wrapper { position: relative; }

/* .why-card {
  height: 330px;
  border-radius: 26px;
  padding: 42px 38px;
  margin: 0 14px;
  background: #060d1f;
  box-shadow:
    0 20px 50px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(30, 200, 255, 0.22);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
} */

/* .why-card {
  height: 330px;
  border-radius: 26px;
  padding: 42px 38px;
  margin: 0 14px;

  background: var(--bg), #060d1f; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow:
    0 20px 50px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(30, 200, 255, 0.22);

  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
} */


.why-card {
  height: 330px;
  border-radius: 26px;
  padding: 42px 38px;
  margin: 0 14px;

  background:
    linear-gradient(rgba(6,13,31,0.85), rgba(6,13,31,0.9)),
    var(--bg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow:
    0 20px 50px rgba(0,0,0,0.55),
    inset 0 0 0 1px rgba(30, 200, 255, 0.22);

  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}




.why-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 35px 80px rgba(0,0,0,0.7),
    inset 0 0 0 1px rgba(30, 200, 255, 0.45);
}

.why-card i { font-size: 34px; color: #1ec8ff; }

.why-card h3 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.why-card p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: auto;
}

.card-contact-btn {
  margin-top: 28px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 12px 22px;
  border-radius: 30px;
  background: linear-gradient(135deg, #1ec8ff, #16A2E7);
  color: #041018;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.card-contact-btn i { font-size: 0.75rem; }
.card-contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(30, 200, 255, 0.4);
}

.why-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(30, 200, 255, 0.22);
  cursor: pointer;
  background: rgba(4, 16, 24, 0.80);
  color: #ffffff;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}
.why-arrow:hover { background: #1ec8ff; color: #041018; border-color: #1ec8ff; }
.why-arrow.prev { left: -20px; }
.why-arrow.next { right: -20px; }
.slick-arrow { display: none !important; }

@media (max-width: 991px) {
  .why-arrow { display: none; }
  .why-slider-container { padding: 0 24px; }
  .why-slider-header h2 { font-size: 2.4rem; }
  .why-card { height: auto; min-height: 300px; margin: 0 8px; padding: 32px 28px; }
}
@media (max-width: 576px) {
  .why-slider-section { padding: 80px 0; }
  .why-slider-container { padding: 0 16px; }
  .why-slider-header h2 { font-size: 2.0rem; }
  .why-card { padding: 28px 22px; margin: 0 6px; }
  .why-card h3 { font-size: 1.25rem; }
  .why-card p { font-size: 0.90rem; }
  .card-contact-btn { padding: 10px 18px; font-size: 0.88rem; }
}


/* /Pricing CTA Section/ */
.pricing-cta-section {
  padding: 120px 20px;
  background: radial-gradient(circle at top, #0b1430 0%, #060d1f 65%, #000000 100%);
}

.pricing-cta-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 60px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.pricing-cta-container h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 18px;
}
.pricing-cta-container h2 span { color: #1ec8ff; }

.pricing-cta-container p {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.btn-pricing-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 38px;
  border-radius: 50px;
  background: linear-gradient(135deg, #1ec8ff, #16A2E7);
  color: #041018;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-pricing-cta i { font-size: 0.9rem; transition: transform 0.3s ease; }
.btn-pricing-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(30, 200, 255, 0.35);
}
.btn-pricing-cta:hover i { transform: translateX(6px); }

@media (max-width: 992px) {
  .pricing-cta-container { padding: 60px 44px; }
  .pricing-cta-container h2 { font-size: 2.3rem; }
}
@media (max-width: 768px) {
  .pricing-cta-section { padding: 80px 16px; }
  .pricing-cta-container { padding: 50px 28px; border-radius: 24px; }
  .pricing-cta-container h2 { font-size: 2.1rem; }
  .pricing-cta-container p { font-size: 0.97rem; }
  .btn-pricing-cta { padding: 14px 30px; font-size: 0.94rem; }
}
@media (max-width: 576px) {
  .pricing-cta-container { padding: 40px 20px; border-radius: 20px; }
  .pricing-cta-container h2 { font-size: 1.85rem; }
  .pricing-cta-container p { font-size: 0.93rem; }
  .btn-pricing-cta { padding: 13px 26px; font-size: 0.90rem; gap: 9px; }
}
@media (max-width: 375px) {
  .pricing-cta-container h2 { font-size: 1.65rem; }
}


/* /Touch Device Optimizations/ */
@media (hover: none) and (pointer: coarse) {
  .feature-card:hover,
  .why-card:hover,
  .ai-pillar-card:hover { transform: none; }

  .btn-pricing-cta,
  .btn-ai-contact,
  .card-contact-btn { min-height: 48px; }
}