:root {
    --primary-color: #3b82f6;
    --primary-dark: #2563eb;
    --secondary-color: #8b5cf6;
    --accent-color: #06b6d4;
    --dark-bg: #0f172a;
    --dark-card: #1e293b;
    --text-primary: #ffffff;
    --text-secondary: #94a3b8;
    --border-color: #334155;
}

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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: var(--text-primary);
    min-height: 100vh;
}

#main-wrapper {
    overflow-y: auto !important;
}

.header.landing {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    padding: 0.5rem 0;
}

.brand-logo img {
    height: 40px;
    width: auto;
}

.navbar-nav {
    gap: 2rem;
}

.navbar-nav .nav-item {
    padding: 0.5rem 0;
}

.navbar-nav .nav-link {
    color: var(--text-secondary);
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.btn {
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.6);
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--secondary-color) 100%);
}

.btn-outline-primary {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
}

.intro1 {
    padding: 1rem -5;
}

.intro-content h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.intro-content h1 span {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.intro-content p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.2;
}

.intro-btn {
    gap: 1rem;
}

.intro-slider img {
    border-radius: 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-title p {
    color: blue;
    font-size: 1.125rem;
}

.create-sell-content {
    background: var(--dark-card);
    border: 1px solid var(--border-color) !important;
    border-radius: 1rem;
    padding: 3rem;
    margin: 2rem;
    transition: all 0.3s ease;
    height: 100%;
}

.create-sell-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
    border-color: var(--primary-color) !important;
}

.create-sell-content-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.create-sell-content-icon i {
    font-size: 1.75rem;
    color: white;
}

.create-sell-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--text-primary);
}

.create-sell-content p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.create-sell-content a.connect-button {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.create-sell-content a.connect-button:hover {
    color: var(--secondary-color);
    gap: 0.75rem;
}

.section-padding {
    padding: 4rem 0;
}

@media (max-width: 768px) {
    .intro-content h1 {
        font-size: 2rem;
    }
    
    .intro-content p {
        font-size: 1rem;
    }
    
    .section-title h2 {
        font-size: 1.75rem;
    }
    
    .btn {
        padding: 0.625rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .navbar-nav {
        gap: 1rem;
    }
}
.intro1 {
  padding-top: 0 !important; /* Removes top padding */
  text-align: center; /* Centers text inside the section */
}

.intro-content {
  margin-top: 0;
}

.section-padding {
  padding-top: 0 !important; /* If this class adds padding, override it */
}
.intro-btn {
  margin-top: 20px !important; /* reduce top space */
  justify-content: center; /* center the button horizontally */
  padding-top: 0 !important; /* remove any padding above if present */
}

.connect-button {
  text-align: center;
}
  /* Reduce space below CoinMarketCap widget */
  #coinmarketcap-widget-marquee {
    margin-bottom: 10px; /* adjust as needed */
  }

  /* Reduce space below the intro section title and paragraph */
  .intro-content h1 {
    margin-bottom: 10px; /* tighter space between title and paragraph */
  }

  .intro-content p {
    margin-bottom: 15px; /* reduce space before the connect button */
  }

  /* Reduce space around the connect button */
  .intro-btn {
    margin-top: 10px; /* less space above the button */
    margin-bottom: 10px; /* less space before the image */
  }

  /* Optional: fine-tune spacing above the image */
  .intro-slider {
    margin-top: 10px;
  }
