/* General Reset */
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Arial', sans-serif;
}

/* Navbar Styling */
.navbar {
  background-color: transparent !important;
  padding: 15px 0;
}

.logo {
  width: 150px;
  height: auto;
}

.navbar .btn-custom {
  background-color: #D600FF;
  color: #fff;
  border: none;
  padding: 6px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: .5px;
}

.navbar .btn-custom:hover {
  opacity: 0.9;
}

/* Hero Section Styling */
.hero-section {
  background-image: url('https://stig-solution.com/public/assets-dashboard/images/backgorundbg2.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-section::before{position: absolute;top: 0;left: 0;width: 100%;height: 100vh;background: rgba(0, 0, 0, 0.6);content: '';}

/* Title and Subtitle Styling */
.title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #d401ff; /* Ensure the title remains white */
}

.subtitle {
  font-size: 22px;
  margin: 15px 0;
  color: #fff; /* Ensure the subtitle remains white */
  text-transform: uppercase;
  font-weight: 600;
}

/* Description Styling */
.description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 20px;
  color: #fff; /* White color for description */
  font-weight: 600;
}

.description-head {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.blue-highlight{
	color: #00b0f0;
	text-transform: uppercase;
}
.pink-highlight{
	color: #d401ff;
	text-transform: uppercase;
}

/* Button Styling */
.btn-custom {
  background-color: #D600FF;
  color: #fff;
  border: none;
  padding: 6px 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: .5px;
  text-shadow: none !important;
}

.btn-custom:hover {
  opacity:1;color: #fff;
}
.footer-menuss a{color: #fff;}


@media screen and (max-width:767px)
{
  .logo{width: 115px;}
  .navbar .btn-custom{padding: 5px 15px;font-size: 12px;}
  .navbar{padding: 15px;}
  .bottom-footer{text-align: center;padding-bottom: 20px;}
  .description{margin-bottom: 10px;}
}
