body {   
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

/* html, body {
  background: #333;
  color: white;
} */

html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

/* Modern Hero Section Styles */
.heroImg {
  height: 450px;
  padding-top: 3em;
  margin: 0 auto;
}

/* Custom animations for hero elements */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse-slow {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 0.8; }
}

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

/* Floating elements animation */
.floating-element {
  animation: float 3s ease-in-out infinite;
}

.floating-element:nth-child(2) {
  animation-delay: 1s;
}

.floating-element:nth-child(3) {
  animation-delay: 2s;
}

.floating-element:nth-child(4) {
  animation-delay: 0.5s;
}

/* Phone image enhancements */
.phone-container {
  position: relative;
  transform-style: preserve-3d;
}

.phone-glow {
  background: linear-gradient(45deg, #3b82f6, #06b6d4, #8b5cf6, #10b981);
  background-size: 400% 400%;
  animation: gradient-shift 8s ease infinite;
}

/* Screen overlay animation */
.screen-overlay {
  animation: pulse-slow 4s ease-in-out infinite;
}

/* Enhanced button hover effects */
.cta-button-primary {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-button-primary:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 20px 40px rgba(59, 130, 246, 0.4);
  transform: translateY(-2px);
}

.cta-button-secondary {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #e5e7eb;
}

.cta-button-secondary:hover {
  border-color: #3b82f6;
  color: #3b82f6;
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.15);
  transform: translateY(-1px);
}

/* Trust indicators styling */
.trust-indicator {
  transition: all 0.3s ease;
}

.trust-indicator:hover {
  transform: translateY(-2px);
  color: #374151;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .floating-element {
    display: none;
  }
  
  .phone-container {
    max-width: 280px;
  }
}

/* img {
  max-width: 100%;
  height: auto;
} */

.inputInfo {
  padding: 4em 0;
  text-align: center;
}

/* Sample Results Styling */
.sample-results {
  margin-top: 3rem;
}

.sample-card {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  height: 100%;
}

.sample-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-color: #007bff;
}

.sample-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.sample-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  margin-right: 1rem;
  object-fit: contain;
}

.sample-info h5 {
  margin: 0;
  font-weight: bold;
  color: #333;
}

.sample-info p {
  margin: 0;
  color: #666;
  font-size: 0.9rem;
}

.sample-metrics {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 60px;
}

.metric-label {
  font-size: 0.8rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.metric-value {
  font-weight: bold;
  color: #333;
  font-size: 0.9rem;
}

.features-preview {
  margin-top: 3rem;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 12px;
}

.feature-icon {
  font-size: 2rem;
  color: #007bff;
  margin-bottom: 1rem;
}

.features-preview h6 {
  color: #333;
  margin-bottom: 0.5rem;
}

.features-preview .small {
  color: #666;
  margin: 0;
}

/*
* Header Section
*/
.mainHeader {
  /* background: #eee;
  color:#333;       */
  padding: 1em;
  width: 100%;
}

.companyHeader {
  padding: 1em;
}

.mainContent, .userWelcome {  
  padding: 1em 0;
}

.productHighlight {
  padding: 2em 0;
}

#stockDashboard, #exchangePrices {
  display: none;
}

.resultContent, .errorContent, .mainHeader {
  display: none;
}

.resultContent, .errorContent {  
  padding: 1em 1em;
}

.customArrow {
  width: 15px !important;
}

.customStandout {  
  padding: 1em;
}

.stand {
  /* background: #333;   */
  padding: 1em 0;
  text-align: center;
}

.stand:hover {
  background: #eee;
}

.bigNumber {
  font-size: 1.2em;
}

#currentPrice {
  font-size: 3em;
}

.text-2m {
  font-size: 2em;
}

.center {
  text-align:center;
}

.smallText {
  font-size: 0.8em;
  padding: 1em;
}

.tinyText {
  font-size: 0.4em;
}

.lightblue {
  background-color: cadetblue;
  color:white;
}

.antiquewhite {
  background-color: aliceblue;
  color:#333;
}

#userPic {
  border-radius: 40px;
  height: 30px;
  width: 30px;
}

.companyLogo {    
  background: #ccc;
  border-radius: 60px;
  height: 80px;    
  padding: 1em;
  margin: 0 0.1em 0.1em 0;
}

.green {
  color: green;
}

.red {
  color: #dc3545;
}

.orange {
  color: orange;
}

#graphSection {
  display: none;
}

#customLoader {      
  text-align:center;
  font-size: 1.5em;
}

.loader-container {
  background: #eee;
  color: #333;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 56px;      
}

.exchangeBar {
  background: #1a1a1a;
  color: white;
  padding: 1em 0;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #f9fafb;
  color: #374151;
  padding: 2.5rem 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  border-top: 1px solid #e5e7eb;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-links a {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #111827;
}

.social-links {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.social-link {
  color: #9ca3af;
  font-size: 1.75rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

.social-link:hover {
  color: #111827;
  transform: translateY(-2px);
}

.copyright {
  color: #6b7280;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 1rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1.5rem;
  width: 100%;
}

.bottomMargin {
  margin-bottom: 2em;
}

.mb-3em {
  margin-bottom: 3em;
}

.border {
  border: 1px solid;
}