body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    padding-top: 80px;
  }
  a {
    color: #f39c12;
    text-decoration: unset;
  }
  a:hover,
  a:focus {
    text-decoration: none;
    color: #f1c40f;
  }
  .container {
    max-width: 1200px;
  }
/* Luxury Navbar - Fixed Height */
.navbar {
    background: linear-gradient(135deg, #1e1e1e 30%, #2c2c2c 70%);
    padding: 10px 0;
    height: 77px; /* Ensuring total height */
    border-bottom: 2px solid rgba(243, 156, 18, 0.5);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
}

.navbar-brand img {
    max-height: 57px; /* Adjust to fit within 77px navbar */
    transition: transform 0.3s ease-in-out;
}

.navbar-brand img:hover {
    transform: scale(1.1);
}

.navbar-nav .nav-link {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    padding: 12px 15px; /* Ensuring proper alignment */
    line-height: 1.2;
}

.navbar-nav .nav-link small {
    display: block;
    font-size: 12px;
    color: rgba(255, 215, 0, 0.8);
    font-weight: 400;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: #f39c12;
    text-shadow: 0 0 8px rgba(243, 156, 18, 0.8);
}

.navbar-toggler {
    border: 2px solid rgba(243, 156, 18, 0.7);
    padding: 5px 10px;
    border-radius: 8px;
}

.navbar-toggler-icon {
    filter: invert(1);
    width: 28px;
    height: 28px;
}

  /* Masthead */
  .masthead {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1e1e1e, #3a3a3a);
    padding: 60px 0;
  }
  .header-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .btn-xl {
    padding: 1rem 2rem;
    font-size: 1.25rem;
    border: 2px solid #f39c12;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  .btn-outline-primary {
    color: #f39c12;
    background-color: transparent;
    border-color: #f39c12;
  }
  .btn-outline-primary:hover {
    background-color: #f39c12;
    color: #1e1e1e;
  }
  /* Features Section */
  .features {
    background-color: #292727;
    padding: 80px 0;
  }
  .features .section-heading h2 {
    color: #f39c12;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .features .section-heading p {
    font-size: 1.1rem;
  }
  .feature-item h3 {
    margin-top: 15px;
    color: #f39c12;
    font-weight: 600;
  }
  .device-mockup {
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
  }
  /* SEO / About Section */
  #about-7xl {
    background-color: #1e1e1e;
    padding: 60px 0;
  }
  #about-7xl h2 {
    color: #f39c12;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  #about-7xl p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  /* Contact Section */
  .contact {
    padding: 60px 0;
  }
  .contact h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #f39c12;
  }
  /* Footer */
  footer {
    background-color: #1e1e1e;
    padding: 20px 0;
    text-align: center;
    color: #777;
  }
  footer a {
    color: #f39c12;
  }
.blog-card {
    display: block;
    text-decoration: none;
    background: #1b1b1b;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(255, 165, 0, 0.1);
    border: 1px solid rgba(255, 165, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.blog-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(255, 165, 0, 0.3);
    border-color: rgba(255, 165, 0, 0.5);
}

.blog-card-content {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
}

.blog-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #f39c12;
    margin-bottom: 8px;
}

.blog-read-more {
    font-size: 1rem;
    color: #e0e0e0;
    font-weight: 500;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-read-more {
    color: #f39c12;
}

/* Luxury Article Styling */
.article-container {
    margin: auto;
    padding: 40px 20px;
    background: #1b1b1b;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(255, 165, 0, 0.1);
}

.article-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #f39c12;
    text-align: center;
    margin-bottom: 10px;
}

.article-meta {
    font-size: 1rem;
    color: #b5b5b5;
    text-align: center;
    margin-bottom: 20px;
}

.article-content {
    font-size: 1.2rem;
    color: #e0e0e0;
    line-height: 1.8;
}

.article-content h2 {
    font-size: 2rem;
    color: #f39c12;
    margin-top: 30px;
}

.article-content p {
    margin-bottom: 20px;
}

/* CTA Buttons */
/* Luxury CTA Button with New Color */
.btn-cta {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #d4af37, #b8860b);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 18px 30px;
    margin: 40px auto;
    width: 80%;
    max-width: 500px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 4px 12px rgba(240, 56, 56, 0.3);
    position: relative;
    overflow: hidden;
}

/* Glowing Hover Effect */
.btn-cta:hover {
    transform: scale(1.05);
}

/* Animated Glow Effect */
.btn-cta::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(240, 56, 56, 0.3) 10%, rgba(0, 0, 0, 0) 80%);
    transition: all 0.8s ease-in-out;
    opacity: 0;
}

/* Glow Effect on Hover */
.btn-cta:hover::before {
    top: 0;
    left: 0;
    opacity: 1;
}


  /* Responsive Adjustments */
  @media (max-width: 767.98px) {
    .masthead {
      padding: 40px 0;
      text-align: center;
    }
    .btn-xl {
      font-size: 1rem;
      padding: 0.75rem 1.5rem;
    }
    .blog-title {
        font-size: 1.5rem;
    }
    .blog-read-more {
        font-size: 0.9rem;
    }
    .article-title {
        font-size: 2.2rem;
    }

    .article-content {
        font-size: 1rem;
    }

    .btn-cta {
        font-size: 1.2rem;
        padding: 15px 25px;
        width: 90%;
    }
    .navbar-collapse {
        background: linear-gradient(135deg, #1e1e1e 30%, #2c2c2c 70%);
        padding: 15px;
        border-radius: 8px;
    }

    .navbar-nav .nav-link {
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid rgba(243, 156, 18, 0.3);
    }

    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
  }
  
  
