/* 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: -25%;width: 65%;height: 100vh;background: rgba(0, 0, 0, 0.8);content: '';transform: skew(-20deg, 0deg);transform-origin: bottom left;}

/* Title and Subtitle Styling */
.title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #d401ff; /* Ensure the title remains white */padding-top: 50px;
}
iframe{border: 3px solid #fff;margin-top: 50px;}
.subtitle {
  font-size: 16px;
  margin: 5px 0 30px 0;
  color: #fff; /* Ensure the subtitle remains white */
  font-weight: 600;
}

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

/* 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;}

ul.diamondlist{margin: 0;padding: 0;margin-bottom: 15px;}
ul.diamondlist li{padding:5px 0 5px 25px;display: inline-block;width: 100%;color:#fff;background: url('https://stig-solution.com/public/assets-dashboard/images/tick.png') no-repeat;background-size: 18px;background-position: left 7px;line-height: 22px;}
ul.diamondlist li span{color: #d401ff;text-decoration: underline;}

.mobilevideo{display: none;}
.desktopvideo{display: block;}

@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;}
  .title{font-size: 30px;padding-top: 0;}
  .description{margin-bottom: 10px;}
  .hero-section{background-repeat: repeat;height: auto;}
  .hero-section::before{width: 100%;left: 0;transform: none;height: auto;min-height: 100%;}
  .fixed-bottom{position: relative;background-color: #000;padding-top: 15px;}
  .fixed-top{position: relative;background-color: #000 !important;}

  .mobilevideo{display: block;}
  .desktopvideo{display: none;}
  iframe{margin-top: 0;margin-bottom: 20px;}
  .hero-section .col-sm-5{background: rgba(0, 0, 0, 0.8);}
  .hero-section .col-sm-2{background: rgba(0, 0, 0, 0.8);}
}
