/* =====================================================================
   Drishti product page. Converted from the standalone drishti.html.
   All rules are scoped under body.drishti-product (CSS nesting) so the
   generic class names (.navbar, .section-title, .nav-link, etc.) cannot
   collide with the global styles.css or leak onto other routes. This file
   is loaded per-route, so its @keyframes never affect other pages.
   ===================================================================== */

@keyframes drishtiGridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(50px, 50px); }
}
@keyframes drishtiGridMove60 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(60px, 60px); }
}
@keyframes drishtiPulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}
@keyframes drishtiRotateGradient {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes drishtiPulseOrbs {
  0% { opacity: 0.5; transform: scale(1); }
  100% { opacity: 1; transform: scale(1.1); }
}
@keyframes drishtiFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
  25% { transform: translate(30px, -50px) scale(1.5); opacity: 1; }
  50% { transform: translate(60px, 20px) scale(1); opacity: 0.8; }
  75% { transform: translate(20px, 40px) scale(1.3); opacity: 1; }
}
@keyframes drishtiFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
  33% { transform: translate(-40px, 30px) scale(1.4); opacity: 1; }
  66% { transform: translate(-20px, -40px) scale(1.1); opacity: 0.8; }
}
@keyframes drishtiFloat3 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
  50% { transform: translate(50px, -30px) scale(1.6); opacity: 1; }
}
@keyframes drishtiGridRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes drishtiFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Hide the global AiSPRY header/footer on this standalone page. */
body.drishti-product > nav.aispry-header,
body.drishti-product .aispry-header { display: none !important; }
body.drishti-product > footer { display: none !important; }

body.drishti-product {
  font-family: 'Inter', var(--font-sans), sans-serif;
  background: #0a0a0a;
  color: #ffffff;
  overflow-x: hidden;
}
body.drishti-product.menu-open { overflow: hidden; }

body.drishti-product * { margin: 0; padding: 0; box-sizing: border-box; }

/* Center every section heading on the Drishti page. */
body.drishti-product h2 { text-align: center; }

/* ---- Navigation ---- */
body.drishti-product .navbar {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  padding: 0.2rem 2rem; background: rgba(0, 0, 0, 0.95); backdrop-filter: blur(20px);
}
body.drishti-product .nav-container {
  display: flex; justify-content: space-between; align-items: center;
  max-width: 1400px; margin: 0 auto;
}
body.drishti-product .logo {
  height: 65px; width: 27%; overflow: hidden; display: flex;
  align-items: center; justify-content: center; gap: 20px;
}
body.drishti-product .logo-text { width: 100%; object-fit: cover; object-position: center; height: 100%; }
body.drishti-product .logo-t {
  font-size: 28px; font-weight: 800; font-family: 'Poppins', var(--font-display), sans-serif;
  color: #dc5f0e; text-transform: uppercase; display: inline-block;
  margin-right: auto; margin-left: 20px; text-align: left;
}
body.drishti-product .nav-menu { display: flex; list-style: none; gap: 2rem; margin: 0; padding: 0; }
body.drishti-product .nav-link {
  color: #ffffff; text-decoration: none; font-weight: 500; font-size: 0.95rem;
  transition: color 0.3s ease;
}
body.drishti-product .nav-link:hover { color: #E98632; }
body.drishti-product .hamburger {
  display: none; flex-direction: column; cursor: pointer; gap: 5px; z-index: 1002;
  background: none; border: none; padding: 5px;
}
body.drishti-product .hamburger span {
  width: 25px; height: 3px; background: white; transition: all 0.3s ease; display: block;
}

/* ---- Hero ---- */
body.drishti-product .hero-split { min-height: 100vh; position: relative; overflow: hidden; }
body.drishti-product .hero-right { background: #0a0a0a; display: flex; align-items: center; padding: 4rem; position: relative; }
body.drishti-product .hero-content-left {
  min-height: 100vh;
  background-image: url('/images/raisetech/bg-road.jpg');
  background-size: cover; background-position: center;
  display: grid; grid-template-columns: 40% 68%; padding: 30px; align-items: center; position: relative;
}
body.drishti-product .hero-content-left::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(30, 80, 120, 0.8) 0%, rgba(20, 50, 80, 0.75) 100%); z-index: 1;
}
body.drishti-product .content-box { position: relative; z-index: 2; padding: 4rem; max-width: 600px; }
body.drishti-product .content-box h1 {
  font-family: 'Space Grotesk', var(--font-display), sans-serif; font-size: 3.5rem; font-weight: 700;
  color: #ffffff; line-height: 1.15; margin-bottom: 1.5rem;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4); letter-spacing: -0.5px;
}
body.drishti-product .content-box p {
  font-family: 'Inter', var(--font-sans), sans-serif; font-size: 1.1rem; font-weight: 400;
  color: rgba(255, 255, 255, 0.92); line-height: 1.85; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 500px; margin-bottom: 2rem;
}
body.drishti-product .hero-cta-btn {
  display: inline-block; padding: 1rem 2.5rem;
  background: linear-gradient(90deg, #E98632 0%, #C2945A 100%); color: white; text-decoration: none;
  font-weight: 600; font-size: 1rem; border-radius: 50px; transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(233, 134, 50, 0.4);
}
body.drishti-product .hero-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(233, 134, 50, 0.6); }
body.drishti-product .hero-video-box { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }
body.drishti-product .hero-video-wrapper {
  position: relative; width: 100%; max-width: 700px; border-radius: 20px; overflow: hidden;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1); background: #000;
}
body.drishti-product .hero-video-wrapper::before {
  content: ''; position: absolute; inset: -2px;
  background: linear-gradient(135deg, #E98632 0%, #228DBE 100%); border-radius: 22px; z-index: -1;
}
body.drishti-product .hero-video-wrapper video { width: 100%; height: auto; display: block; border-radius: 20px; }
body.drishti-product .video-badge {
  position: absolute; top: 1rem; left: 1rem; background: rgba(233, 134, 50, 0.9); color: white;
  padding: 0.5rem 1rem; border-radius: 50px; font-size: 0.8rem; font-weight: 600;
  display: flex; align-items: center; gap: 0.5rem; backdrop-filter: blur(10px);
}
body.drishti-product .video-badge::before {
  content: ''; width: 8px; height: 8px; background: #ff4444; border-radius: 50%;
  animation: drishtiPulseDot 1.5s infinite;
}

/* ---- Navigation dots ---- */
body.drishti-product .nav-dots {
  position: fixed; right: 3rem; top: 50%; transform: translateY(-50%); z-index: 1000;
  display: flex; flex-direction: column; gap: 1rem;
}
body.drishti-product .nav-dot {
  width: 12px; height: 12px; border-radius: 50%; background: rgba(255, 255, 255, 0.3);
  cursor: pointer; transition: all 0.3s ease;
}
body.drishti-product .nav-dot.active { background: #E98632; transform: scale(1.5); }

/* ---- Module / sections ---- */
body.drishti-product .module-section {
  min-height: 100vh; padding: 3rem 4rem 1.2rem 4rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); position: relative;
}
body.drishti-product .module-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, #E98632, #228DBE, transparent);
}
body.drishti-product .section-title { font-size: 3.5rem; font-weight: 800; margin-bottom: 1rem; text-align: center; margin-top: 0; padding-top: 0; }
body.drishti-product .grad-text {
  background: linear-gradient(90deg, #E98632 0%, #C2945A 35%, #6C8C87 70%, #228DBE 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1.3;
}
body.drishti-product .section-subtitle { text-align: center; color: #888; font-size: 1.2rem; margin-bottom: 4rem; }
body.drishti-product .cards-container {
  grid-template-columns: repeat(3, minmax(400px, 1fr)); gap: 3rem; max-width: 1400px;
  margin: 0 0 20px 0; display: flex; justify-content: center; flex-wrap: wrap;
}
body.drishti-product .feature-card-new {
  background: linear-gradient(135deg, rgba(233, 134, 50, 0.05) 0%, rgba(34, 141, 190, 0.05) 100%);
  border: 1px solid rgba(233, 134, 50, 0.2); border-radius: 20px; position: relative; overflow: hidden;
  transition: all 0.4s ease; width: 380px;
}
body.drishti-product .feature-card-new::before {
  content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(233, 134, 50, 0.1), transparent); transition: left 0.6s ease;
}
body.drishti-product .feature-card-new:hover::before { left: 100%; }
body.drishti-product .feature-card-new:hover {
  transform: translateY(-10px); border-color: #E98632; box-shadow: 0 20px 60px rgba(233, 134, 50, 0.3);
}
body.drishti-product .card-icon-new { margin-bottom: 12px; }
body.drishti-product .feature-card-new h3 { font-size: 1.8rem; margin-bottom: 1rem; color: #fff; padding: 10px 20px; }
body.drishti-product .feature-card-new p { color: #aaa; line-height: 1.8; margin-bottom: 1.5rem; padding: 0 20px; }
body.drishti-product .feature-list-new { list-style: none; padding: 10px 20px; }
body.drishti-product .feature-list-new li { padding: 0.7rem 0; color: #ccc; position: relative; padding-left: 30px; }
body.drishti-product .feature-list-new li::before { content: '→'; position: absolute; left: 0; color: #E98632; font-weight: bold; }

/* ---- Timeline / technology ---- */
body.drishti-product .timeline-section { min-height: 100vh; padding: 3rem 4rem; background: #0a0a0a; position: relative; }
body.drishti-product #section-2 { background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0a0a0a 100%); overflow: hidden; }
body.drishti-product #section-2::before {
  content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
  background:
    radial-gradient(circle at 30% 30%, rgba(13, 56, 72, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(34, 141, 190, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(194, 148, 90, 0.1) 0%, transparent 50%);
  animation: drishtiRotateGradient 20s linear infinite; pointer-events: none;
}
body.drishti-product #section-2::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(0, 0, 0, 0.4) 0%, transparent 15%),
    radial-gradient(circle at 90% 80%, rgba(34, 141, 190, 0.4) 0%, transparent 15%),
    radial-gradient(circle at 50% 10%, rgba(47, 33, 16, 0.3) 0%, transparent 12%),
    radial-gradient(circle at 20% 90%, rgba(34, 141, 190, 0.35) 0%, transparent 12%),
    radial-gradient(circle at 80% 30%, rgba(13, 13, 12, 0.35) 0%, transparent 12%);
  animation: drishtiPulseOrbs 6s ease-in-out infinite alternate; pointer-events: none;
}
body.drishti-product .tech-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(233, 134, 50, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(233, 134, 50, 0.03) 1px, transparent 1px);
  background-size: 60px 60px; animation: drishtiGridMove60 15s linear infinite; pointer-events: none; z-index: 0;
}
body.drishti-product .particle { position: absolute; width: 4px; height: 4px; border-radius: 50%; pointer-events: none; z-index: 0; }
body.drishti-product .particle-1 { top: 20%; left: 10%; background: rgba(233, 134, 50, 0.6); animation: drishtiFloat1 8s ease-in-out infinite; box-shadow: 0 0 10px rgba(233, 134, 50, 0.8); }
body.drishti-product .particle-2 { top: 60%; left: 85%; background: rgba(34, 141, 190, 0.6); animation: drishtiFloat2 10s ease-in-out infinite; box-shadow: 0 0 10px rgba(34, 141, 190, 0.8); }
body.drishti-product .particle-3 { top: 80%; left: 30%; background: rgba(194, 148, 90, 0.6); animation: drishtiFloat3 7s ease-in-out infinite; box-shadow: 0 0 10px rgba(194, 148, 90, 0.8); }
body.drishti-product .particle-4 { top: 40%; left: 70%; background: rgba(233, 134, 50, 0.6); animation: drishtiFloat1 9s ease-in-out infinite reverse; box-shadow: 0 0 10px rgba(233, 134, 50, 0.8); }
body.drishti-product .particle-5 { top: 10%; left: 50%; background: rgba(34, 141, 190, 0.6); animation: drishtiFloat2 6s ease-in-out infinite; box-shadow: 0 0 10px rgba(34, 141, 190, 0.8); }
body.drishti-product #section-2 .timeline-container { position: relative; z-index: 1; }
body.drishti-product .timeline-container { max-width: 1200px; margin: 0 auto; position: relative; }
body.drishti-product .timeline-line {
  position: absolute; left: 50%; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, #E98632 0%, #C2945A 50%, #228DBE 100%); transform: translateX(-50%);
}
body.drishti-product .timeline-item { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-bottom: 0; position: relative; }
body.drishti-product .timeline-item:nth-child(even) .timeline-content { grid-column: 2; }
body.drishti-product .timeline-item::before {
  content: ''; position: absolute; right: 50%; top: 2rem; width: 20px; height: 20px;
  background: #E98632; border-radius: 50%; transform: translateX(50%); box-shadow: 0 0 20px #E98632;
}
body.drishti-product .timeline-content {
  background: linear-gradient(135deg, rgba(233, 134, 50, 0.05) 0%, rgba(34, 141, 190, 0.05) 100%);
  padding: 1rem 1.2rem; border-radius: 15px; border: 1px solid rgba(233, 134, 50, 0.2);
}
body.drishti-product .timeline-content h4 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #E98632; }
body.drishti-product .timeline-content p { color: #aaa; line-height: 1.5; font-size: 0.85rem; }

/* ---- Tabs ---- */
body.drishti-product .tech-tabs { display: flex; gap: 1rem; justify-content: center; margin-bottom: 3rem; flex-wrap: wrap; }
body.drishti-product .tab-button {
  padding: 1rem 2rem; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(233, 134, 50, 0.2);
  border-radius: 50px; color: #fff; cursor: pointer; transition: all 0.3s ease; font-size: 1rem; font-weight: 500;
}
body.drishti-product .tab-button:hover,
body.drishti-product .tab-button.active {
  background: linear-gradient(90deg, #E98632 0%, #C2945A 100%); border-color: #E98632; transform: translateY(-3px);
}
body.drishti-product .tab-content { display: none; animation: drishtiFadeIn 0.5s ease; }
body.drishti-product .tab-content.active { display: block; }

/* ---- Benefits ---- */
body.drishti-product .benefits-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem; max-width: 1600px; margin: 0 auto;
}
body.drishti-product .benefit-item {
  text-align: center; background: linear-gradient(135deg, rgba(233, 134, 50, 0.03) 0%, rgba(34, 141, 190, 0.03) 100%);
  border-radius: 10px; border: 1px solid rgba(233, 134, 50, 0.1); transition: all 0.3s ease;
}
body.drishti-product .benefit-item:hover {
  transform: scale(1.05); border-color: #E98632;
  background: linear-gradient(135deg, rgba(233, 134, 50, 0.08) 0%, rgba(34, 141, 190, 0.08) 100%);
}
body.drishti-product .benefit-icon-new { font-size: 2.5rem; margin-bottom: 0.8rem; width: 100%; height: 150px; border-top-left-radius: 10px; border-top-right-radius: 10px; object-fit: cover; }
body.drishti-product .benefit-item h3 { font-size: 1.2rem; margin-bottom: 0.5rem; color: #fff; padding: 0 1.2rem; }
body.drishti-product .benefit-item p { color: #aaa; line-height: 1.8; padding: 0 1.2rem 1.2rem; }

/* ---- CTA ---- */
body.drishti-product .cta-modern {
  padding: 20px 1px; background: linear-gradient(135deg, #E98632 0%, #C2945A 35%, #6C8C87 70%, #228DBE 100%);
  text-align: center; position: relative; overflow: hidden;
}
body.drishti-product .cta-modern::before {
  content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 50px 50px; animation: drishtiGridRotate 30s linear infinite;
}
body.drishti-product .cta-modern h2 { font-size: 30px; margin-bottom: 15px; color: white; position: relative; z-index: 1; }
body.drishti-product .cta-modern p { font-size: 1.3rem; margin-bottom: 20px; color: rgba(255, 255, 255, 0.9); position: relative; z-index: 1; }
body.drishti-product .cta-btn {
  display: inline-block; padding: 1rem 2rem; background: white; color: #E98632; border-radius: 50px;
  text-decoration: none; font-weight: 700; font-size: 1.1rem; transition: all 0.3s ease; position: relative;
  z-index: 1; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3); border: none; cursor: pointer;
}
body.drishti-product .cta-btn:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4); }

/* ---- Footer ---- */
body.drishti-product .footer-modern { background: #000; padding: 2rem 4rem; text-align: center; border-top: 1px solid rgba(233, 134, 50, 0.2); }
body.drishti-product .footer-modern p { color: #666; }

/* ---- Scroll reveal ---- */
body.drishti-product .fade-in { opacity: 0; transform: translateY(30px); transition: all 0.6s ease; }
body.drishti-product .fade-in.visible { opacity: 1; transform: translateY(0); }
body.drishti-product section.video-section,
body.drishti-product section.gallery-section { opacity: 1; }

/* ---- Video gallery ---- */
body.drishti-product .video-section { min-height: 100vh; padding: 3rem 4rem; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); position: relative; }
body.drishti-product .video-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #E98632, #228DBE, transparent); }
body.drishti-product .video-grid { display: grid; gap: 3rem; max-width: 1400px; margin: 0 auto; }
body.drishti-product .video-card {
  background: linear-gradient(135deg, rgba(233, 134, 50, 0.05) 0%, rgba(34, 141, 190, 0.05) 100%);
  border: 1px solid rgba(233, 134, 50, 0.2); border-radius: 20px; overflow: hidden; transition: all 0.4s ease;
}
body.drishti-product .video-card:hover { transform: translateY(-10px); border-color: #E98632; box-shadow: 0 20px 60px rgba(233, 134, 50, 0.3); }
body.drishti-product .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: #000; }
body.drishti-product .video-wrapper iframe,
body.drishti-product .video-wrapper video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; object-fit: cover; }
body.drishti-product .video-info { padding: 2rem; }
body.drishti-product .video-info h3 { font-size: 1.5rem; margin-bottom: 0.5rem; color: #fff; }
body.drishti-product .video-info p { color: #aaa; line-height: 1.6; }
body.drishti-product .video-placeholder { display: none; }

/* ---- Image gallery ---- */
body.drishti-product .gallery-section { min-height: 100vh; padding: 3rem 4rem; background: #0a0a0a; position: relative; }
body.drishti-product .gallery-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #E98632, #228DBE, transparent); }
body.drishti-product .gallery-grid { display: grid; gap: 2rem; max-width: 1400px; margin: 0 auto; grid-template-columns: 1fr; }
body.drishti-product .gallery-item {
  position: relative; border-radius: 15px; overflow: hidden; cursor: pointer; aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, rgba(233, 134, 50, 0.05) 0%, rgba(34, 141, 190, 0.05) 100%);
  border: 1px solid rgba(233, 134, 50, 0.2); transition: all 0.4s ease;
}
body.drishti-product .gallery-item:hover { transform: scale(1.05); border-color: #E98632; box-shadow: 0 20px 60px rgba(233, 134, 50, 0.3); }
body.drishti-product .gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
body.drishti-product .gallery-item:hover img { transform: scale(1.1); }
body.drishti-product .gallery-overlay {
  position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  padding: 2rem 1.5rem 1.5rem; transform: translateY(100%); transition: transform 0.4s ease;
}
body.drishti-product .gallery-item:hover .gallery-overlay { transform: translateY(0); }
body.drishti-product .gallery-overlay h4 { color: #fff; font-size: 1.1rem; margin-bottom: 0.5rem; }
body.drishti-product .gallery-overlay p { color: #aaa; font-size: 0.9rem; }
body.drishti-product .img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(233, 134, 50, 0.1) 0%, rgba(34, 141, 190, 0.1) 100%); flex-direction: column; gap: 1rem; }

/* ---- Lightbox ---- */
body.drishti-product .lightbox { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.95); align-items: center; justify-content: center; }
body.drishti-product .lightbox.active { display: flex; }
body.drishti-product .lightbox-content { max-width: 90%; max-height: 90%; position: relative; }
body.drishti-product .lightbox-content img { width: 100%; height: 100%; object-fit: contain; }
body.drishti-product .lightbox-close {
  position: absolute; top: 2rem; right: 2rem; font-size: 3rem; color: white; cursor: pointer;
  background: rgba(233, 134, 50, 0.8); width: 50px; height: 50px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; transition: all 0.3s ease;
}
body.drishti-product .lightbox-close:hover { background: #E98632; transform: rotate(90deg); }

/* ---- Client logos ---- */
body.drishti-product .client-logos-section { min-height: 60vh; padding: 3rem 4rem; background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; }
body.drishti-product .client-logos-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, #E98632, #228DBE, transparent); }
body.drishti-product .client-logos-container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4rem; max-width: 1200px; width: 100%; }
body.drishti-product .client-logo-item {
  background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(233, 134, 50, 0.2); border-radius: 20px;
  display: flex; align-items: center; justify-content: center; transition: all 0.4s ease; position: relative; overflow: hidden; min-height: 200px;
}
body.drishti-product .client-logo-item::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(233, 134, 50, 0.1), transparent); transition: left 0.6s ease; }
body.drishti-product .client-logo-item:hover::before { left: 100%; }
body.drishti-product .client-logo-item:hover { background: rgba(233, 134, 50, 0.05); border-color: #E98632; transform: translateY(-10px); box-shadow: 0 20px 60px rgba(233, 134, 50, 0.2); }
body.drishti-product .client-logo-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: relative; }
body.drishti-product .client-logo-placeholder img { max-width: 100%; max-height: 150px; object-fit: contain; filter: grayscale(100%) brightness(0.8); transition: all 0.4s ease; }
body.drishti-product .client-logo-item:hover .client-logo-placeholder img { filter: grayscale(0%) brightness(1); }
body.drishti-product .use-case { height: 220px; width: 100%; object-fit: cover; }
body.drishti-product .main-img { width: 100%; margin-top: 80px; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  body.drishti-product .hero-content-left { grid-template-columns: 1fr; padding-top: 80px; }
  body.drishti-product .content-box { text-align: center; max-width: 100%; padding: 3rem 2rem 2rem; }
  body.drishti-product .content-box p { max-width: 100%; margin-left: auto; margin-right: auto; }
  body.drishti-product .content-box h1 { font-size: 2.8rem; }
  body.drishti-product .hero-video-box { padding: 1rem 2rem 3rem; }
  body.drishti-product .hero-video-wrapper { max-width: 500px; }
  body.drishti-product .timeline-item { grid-template-columns: 1fr; }
  body.drishti-product .timeline-line { left: 0; }
  body.drishti-product .timeline-item::before { left: -20px; right: auto; }
  body.drishti-product .timeline-item:nth-child(even) .timeline-content { grid-column: 1; }
  body.drishti-product .cards-container { flex-direction: column; align-items: center; }
  body.drishti-product .nav-dots { display: none; }
  body.drishti-product .client-logos-container { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}

@media (max-width: 768px) {
  body.drishti-product .navbar { padding: 0 1.5rem; }
  body.drishti-product .nav-menu {
    position: fixed; left: -100%; top: 0; flex-direction: column; background: #ffffff; width: 100%;
    height: 100vh; padding: 80px 2rem 2rem; gap: 0; z-index: 1001; overflow-y: auto;
    transition: left 0.4s ease; visibility: hidden;
  }
  body.drishti-product .nav-menu.active { left: 0; visibility: visible; }
  body.drishti-product .nav-menu li { width: 100%; list-style: none; }
  body.drishti-product .nav-menu .nav-link { color: #1a1a1a; font-size: 1.25rem; font-weight: 600; padding: 1.2rem 0; border-bottom: 1px solid #eee; display: block; }
  body.drishti-product .nav-menu .nav-link:hover { color: #E98632; }
  body.drishti-product .hamburger { display: flex; z-index: 1002; }
  body.drishti-product .hamburger.active span { background: #1a1a1a; }
  body.drishti-product .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
  body.drishti-product .hamburger.active span:nth-child(2) { opacity: 0; }
  body.drishti-product .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }
  body.drishti-product .hero-content-left { min-height: auto; padding-top: 70px; }
  body.drishti-product .content-box { padding: 2rem 1.5rem 1.5rem; }
  body.drishti-product .content-box h1 { font-size: 2.2rem; }
  body.drishti-product .content-box p { font-size: 0.95rem; }
  body.drishti-product .hero-video-box { padding: 1rem 1.5rem 2.5rem; }
  body.drishti-product .module-section,
  body.drishti-product .timeline-section,
  body.drishti-product .video-section,
  body.drishti-product .gallery-section { padding: 3rem 1.5rem; min-height: auto; }
  body.drishti-product .section-title { font-size: 1.8rem; margin-bottom: 1rem; }
  body.drishti-product .section-subtitle { font-size: 0.9rem; margin-bottom: 2rem; }
  body.drishti-product .feature-card-new { padding: 1.5rem; width: 100%; max-width: 500px; }
  body.drishti-product .feature-card-new h3 { font-size: 1.1rem; }
  body.drishti-product .feature-list-new li { font-size: 0.85rem; }
  body.drishti-product .benefits-grid { grid-template-columns: 1fr; gap: 1rem; }
  body.drishti-product .cta-modern { padding: 3rem 1.5rem; }
  body.drishti-product .cta-modern h2 { font-size: 1.8rem; }
  body.drishti-product .cta-modern p { font-size: 0.9rem; }
  body.drishti-product .cta-btn { padding: 0.9rem 2rem; font-size: 0.9rem; }
  body.drishti-product .video-section { display: flex; flex-direction: column; align-items: center; justify-content: center; }
  body.drishti-product .video-grid { grid-template-columns: 1fr; gap: 2rem; max-width: 100% !important; margin: 0 auto; width: 100%; }
  body.drishti-product .video-card { margin: 0 auto; max-width: 500px; }
  body.drishti-product .video-info { padding: 1.5rem; }
  body.drishti-product .video-info h3 { font-size: 1.2rem; }
  body.drishti-product .video-info p { font-size: 0.85rem; }
  body.drishti-product .gallery-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  body.drishti-product .tech-tabs { gap: 0.5rem; }
  body.drishti-product .tab-button { padding: 0.8rem 1.5rem; font-size: 0.9rem; }
  body.drishti-product .lightbox-close { top: 1rem; right: 1rem; width: 40px; height: 40px; font-size: 2rem; }
  body.drishti-product .client-logos-section { padding: 3rem 1.5rem; min-height: auto; }
  body.drishti-product .client-logos-container { grid-template-columns: 1fr; gap: 1.5rem; }
  body.drishti-product .client-logo-item { padding: 2rem 1.5rem; min-height: 150px; }
  body.drishti-product .logo-t { font-size: 32px; }
}

@media (max-width: 480px) {
  body.drishti-product .content-box { padding: 1.5rem 1rem 1rem; }
  body.drishti-product .content-box h1 { font-size: 1.8rem; }
  body.drishti-product .content-box p { font-size: 0.9rem; line-height: 1.7; }
  body.drishti-product .hero-cta-btn { padding: 0.9rem 2rem; font-size: 0.9rem; }
  body.drishti-product .hero-video-box { padding: 1rem; }
  body.drishti-product .section-title { font-size: 1.5rem; }
  body.drishti-product .section-subtitle { font-size: 0.8rem; }
  body.drishti-product .cta-modern h2 { font-size: 1.5rem; }
  body.drishti-product .feature-card-new h3 { font-size: 1rem; }
  body.drishti-product .video-card { max-width: 100%; }
  body.drishti-product .logo { height: 40px !important; width: 50% !important; }
}

@media (min-width: 700px) {
  body.drishti-product .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
  body.drishti-product .hero-split { margin-top: 75px; }
}
