@font-face {
  font-family: 'Druk Wide Bold';
  src: url('../fonts/DrukWideBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FeatureMono-Regular';
  src: url('../fonts/FeatureMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FeatureMono-Bold';
  src: url('../fonts/FeatureMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FeatureMono-Italic';
  src: url('../fonts/FeatureMono-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'FeatureMono-BoldItalic';
  src: url('../fonts/FeatureMono-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

body {
  background: #000 url('../images/Support.webp');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  font-family: 'FeatureMono-Regular';
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #5b21b6;
  text-decoration: none;
}

.navbar-brand img {
  width: 200px;
  height: auto;
  max-width: 100%;
}

.mobile-only {
  display: none;
}

.nav-link {
  color: #000;
}
.nav-link:hover {
  color: #5b21b6;
}
.whitebgnav {
  background: #ffff;
  padding: 0 10px;
  border-radius: 2px;
}

.explore-btn {
  position: relative;
  background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
  color: white;
  border: none;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: 'FeatureMono-Regular';
  text-decoration: none;
}

.explore-btn:hover {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4);
  color: #fff;
}

footer {
  background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
  padding: 2% 0 1%;
}

footer p {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(231, 216, 255, 1);
}

footer ul, footer ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 25px;
}

footer p.copyinfo {
  color: #fff;
  font-size: 12px;
  text-align: center !important;
}

li.showtab {
  display: none;
}

.error {
  color: red;
  font-size: 12px !important;
  margin: 5px 0;
}

#fullbg {
  overflow: hidden;
}

section.contact_page_wrap {
  width: 30%;
  margin: 5% auto 0;
}

.contact_page_header {
  text-align: center;
  margin: 0 0 50px;
}

.contact_page_header h1 {
  font-family: 'Druk Wide Bold';
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
}

.input_wrap {
  width: 100%;
  margin: 0 0 10px;
}

.input_wrap label {
  display: block;
}

.input_wrap input {
  height: 45px;
  padding: 0 0 0 10px;
  border-radius: 4px;
  background-color: #151922e3 !important;
  width: 100%;
  color: #fff;
  border: 1px solid #00CEE533 !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.input_wrap  textarea {
  height: 85px;
  padding: 10px 0 0 10px;
  border-radius: 4px;
  background-color: #151922e3 !important;
  width: 100%;
  color: #fff;
  border: 1px solid #00CEE533 !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.mandatoryTxt {
  text-align: right;
  font-size: 12px;
}

label#ssName {
  font-size: 13px;
  height: 45px;
  padding: 0 0 0 10px;
  border-radius: 4px;
  background-color: #151922e3 !important;
  width: 100%;
  color: #fff;
  border: 1px solid #00CEE533 !important;
  text-transform: uppercase;
  line-height: 45px;
}

label#ssName img {
  height: auto;
  width: 15px;
  margin-left: 10px;
}

form#supportform {
  margin-bottom: 50px;
  width: 100%;
  text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

#screenshot { 
  display: none;
}

.submit_wrap {
  text-align: center;
  margin: 30px 0 0 0;
}

#supportBtn {
  position: relative;
  background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 100%);
  color: white;
  border: none;
  padding: 10px 45px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-family: 'FeatureMono-Regular';
  text-decoration: none;
}

#supportBtn:hover {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.4);
  color: #fff;
}

.suppfile {
  font-size: 12px;
}

#deactiveAccount {
  height: 45px;
  padding: 0 0 0 10px;
  border-radius: 4px;
  background-color: #151922e3 !important;
  width: 100%;
  color: #fff;
  border: 1px solid #00CEE533 !important;
  text-transform: uppercase;
  font-size: 14px;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 40px;
}

.process {
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
}
.thankyou {
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.error {
  font-size: 13px;
  letter-spacing: 1px;
  color: red;
  text-align: center;
}

/* select option:checked {
  font-weight: 700;
  font-family: 'FeatureMono-Bold';
} */


/* -----------------------------------
  Media Queries : Mobile First Approach
----------------------------------- */

@media (min-width: 320px) {   
  .modal-dialog { width: calc(100% - 40px); margin: 0 auto; }
  .desktop-only { display: none; }
  .mobile-only { display: block; }
  .navbar-collapse { margin-top: 7px; }
  .whitebgnav { padding: 0 10px 10px; }
  .explore-btn { padding: 10px 35px; font-size: 15px; width: 75%; text-align: center; margin: 2% auto; }
  select.customSelect option { font-size: 12px; }
  li.showtab { display: block; }
  .hide768 { display: none; }
  section.contact_page_wrap { width: 90%; }
  .nav-link { font-size: 14px; }
}
@media (min-width: 375px) {}

@media (min-width: 390px) {}

@media (min-width: 414px) {}

@media (min-width: 480px) { 
  .explore-btn { width: 55%; }
}

@media (min-width: 576px) { }

@media (min-width: 600px) { }

@media (min-width: 640px) { }

@media (min-width: 720px) { 
  .modal-dialog { width: calc(100% - 350px); }
  section.contact_page_wrap { width: 70%; }
}

@media (min-width: 768px) { 
  .explore-btn { width: 35%; }
  .mobile-only { display: block; }
  .desktop-only { display: none; }
}

@media (min-width: 992px) { 
  .mobile-only { display: none; }
  .desktop-only { display: block; }
  .explore-btn { padding: 10px 15px; }
  .whitebgnav { padding-bottom: 0; }
  section.contact_page_wrap { width: 50%; }
}

@media (min-width: 1024px) { }

@media (min-width: 1200px) { 
  .modal-dialog { width: calc(100% - 550px); } 
  li.showtab { display: none; }
  .hide768 { display: block; }
}

@media (min-width: 1280px) { 
  section.contact_page_wrap { width: 40%; }
}

@media (min-width: 1366px) { 
  .modal-dialog { width: calc(100% - 650px); }
}

@media (min-width: 1440px) { }

@media (min-width: 1536px) { 
  section.contact_page_wrap { width: 30%; }
}

@media (min-width: 1600px) { }

@media (min-width: 1680px) { }

@media (min-width: 1920px) { 
  .modal-dialog { width: calc(100% - 1250px); }
}