:root {
  --primary-color: #e50914;
  --dark-color: #141414;
}

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

body {
  font-family: "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #000;
  color: #999;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4 {
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

p {
  margin: 0.5rem 0;
}

img {
  width: 100%;
}

.showcase {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/background.jpg") no-repeat center center/cover;
}
.showcase {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/background.jpg") no-repeat center center/cover;
}
.showcase::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: inset 120px 100px 250px #000, inset -120px -100px 250px #000;
}
.showcaseinner {
  width: 100%;
  height: 48vh;
  position: relative;
  background: url("../img/background.jpg") no-repeat center center/cover;
}
.showcaseinner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 120px 100px 250px #000, inset -120px -100px 250px #000;
}

.showcase-top {
  position: relative;
  height: 90px;
  z-index: 2;
}

.showcase-top img {
  width: 150px;
  position: absolute;
  top: 45%;
  left: 8%;
  transform: translate(-50%, -50%);
}

.showcase-top a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.showcase-content {
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
  z-index: 2;
  width: 56%;
}

.showcase-content h1 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.1;
  margin: 0 0 2rem 0;
}

.showcase-content p {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1.1;
  margin: 0 0 2rem;
}

/* Utility Classes */

/* Tabs */
.tabs {
  background: var(--dark-color);
  padding-top: 1rem;
  border-bottom: 3px solid #3d3d3d;
}

.tabs .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tabs p {
  font-size: 1.2rem;
  padding-top: 0.5rem;
}

.tabs .container > div {
  padding: 1.5rem 0;
}

.tabs .container > div:hover {
  color: #fff;
  cursor: pointer;
}

.tab-border {
  border-bottom: var(--primary-color) 4px solid;
}

/* Tab Content */
.tab-content {
  padding: 0rem 0;
  background: #000;
  color: #fff;
}

/*  Hide content Initially  */
#tab-1-content,
#tab-2-content,
#tab-3-content {
  display: none;
}

.show {
  display: block !important;
}

#tab-1-content .tab-1-content-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  align-items: center;
  justify-content: center;
}

#tab-2-content .tab-2-content-top {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}

#tab-2-content .tab-2-content-bottom {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/*  Table  */
.table {
  width: 100%;
  margin-top: 2rem;
  border-collapse: collapse;
  border-spacing: 0;
}

.table thead th {
  text-transform: uppercase;
  padding: 0.8rem;
}

.table tbody tr td {
  color: #999;
  padding: 0.8rem 1.2rem;
  text-align: center;
}

.table tbody tr td:first-child {
  text-align: left;
}

.table tbody tr:nth-child(odd) {
  background: #222;
}

/* Footer */
.footer {
  max-width: 95%;
  margin: 1rem auto;
  overflow: auto;
}

.footer,
.footer a {
  color: #999;
  font-size: 0.9rem;
}

.footer p {
  margin-bottom: 1.5rem;
}

.footer .footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}

.footer li {
  line-height: 1.9;
}

/*  Container  */
.container {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0 2rem;
}

/* Text Styles */
.text-xl {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.text-lg {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  text-align: center;
}

.text-md {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.text-center {
  text-align: center;
}

.text-dark {
  color: #999;
}

/* Buttons */
.btnwidth{
  width: 30%;
  margin-top: 10px;
}
.btnwidthhead{
  width: 50%;
  margin-top: 10px;
}
.btn {
    display: inline-block;
    background: linear-gradient(145deg, #0f5e66, #1a8d9c); /* teal gradient */
    color: #fff;
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 8px;
    letter-spacing: 0.5px;
    box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.3), 
        inset 0 2px 4px rgba(255, 255, 255, 0.15); /* glossy inner */
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.btn:hover {
    background: linear-gradient(145deg, #1a8d9c, #0f5e66); /* reverse gradient */
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.4), 
        0 0 12px rgba(26, 141, 156, 0.8); /* glowing effect */
    
}

.btn:active {
   
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4);
}


.btn-rounded {
  border-radius: 5px;
}

.btn-xl {
  font-size: 1.6rem;
  padding: 1.5rem 2.1rem;
  text-transform: uppercase;
}

.btn-lg {
  font-size: 1.5rem;
  padding: 1.2rem 1.7rem;
  text-transform: uppercase;
}

.btn-icon {
  margin-left: 0.5rem;
}

/*  Media Queries  */
@media (max-width: 960px) {
  .showcase {
    height: 100vh;
  }

  .hide-sm {
    display: none;
  }

  .showcase-top img {
    top: 25%;
    left: 3%;
    transform: translate(0);
  }

  .showcase-top a {
    top: 30%;
    right: 5%;
    transform: translate(0);
  }

  .showcase-content h1 {
    font-size: 2rem;
    line-height: 1;
    margin-top: 40px;
  }

  .showcase-content p {
    font-size: 1rem;
  }

  .footer .footer-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .btn-xl {
    font-size: 1rem;
    padding: 1rem 1.2rem;
  }

  .btn-lg {
    font-size: 0.8rem;
    padding: 0.8rem 1rem;
  }

  .text-xl {
    font-size: 1.5rem;
  }

  .text-lg {
    font-size: 1.2rem;
  }

  .text-md {
    font-size: 1rem;
  }

}

@media (max-width: 700px) {
  .showcase-content {
    
    width: 80%;
}
  .btnwidth{
  width: 100%;
  margin-top: 10px;
}
.btnwidthhead{
  width: 100%;
  margin-top: 10px;
}
  .showcase::after {
    box-shadow: inset 50px 50px 150px #000, inset -50px -50px 150px #000;
  }

  .container {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 0px 0.1rem;
  }

  #tab-1-content .tab-1-content-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  #tab-2-content .tab-2-content-top {
    display: block;
    text-align: center;
  }

  #tab-2-content .tab-2-content-bottom {
    grid-template-columns: 1fr;
  }

  .btn-lg {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    text-transform: uppercase;
  }

  .tab-item > i {
    font-size: 1.3rem;
  }

  .footer .footer-cols {
    grid-template-columns: 1fr;
  }
}
.Step{
  text-align: center;
  font-size: 50px;
}
.arrow {
    width: 30px;
    height: 30px;
    border-left: 5px solid #ff4444;
    border-bottom: 5px solid #ff4444;
    transform: rotate(-45deg);
    margin: 0 auto;
    animation: bounce 1.2s infinite;
    filter: drop-shadow(0 0 6px rgba(255, 68, 68, 0.8));
}

/* Bounce Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) rotate(-45deg);
    }
    40% {
        transform: translateY(10px) rotate(-45deg);
    }
    60% {
        transform: translateY(5px) rotate(-45deg);
    }
}
/* ===== Custom Scrollbar ===== */
::-webkit-scrollbar {
  width: 10px;                /* scrollbar width */
}

::-webkit-scrollbar-track {
  background: #0f0f0f;        /* dark track background */
}

::-webkit-scrollbar-thumb {
  background: #1a8d9c;        /* red thumb */
  border-radius: 10px;
  border: 2px solid #0f0f0f;  /* adds gap effect */
}

::-webkit-scrollbar-thumb:hover {
  background: #1a8d9c;        /* MaheeirX teal on hover */
}

/* Firefox support */
* {
  scrollbar-width: thin;
  scrollbar-color: #1a8d9c #0f0f0f;  /* thumb color | track color */
}
:root{
  --faq-bg:#111;
  --faq-row:#2b2b2b;
  --faq-border:#3d3d3d;
  --faq-text:#fff;
  --faq-sub:#cfd7d9;
  --teal:#1a8d9c;   /* MaheeirX accent */
}

.faq{
  max-width: 100%;
  margin: 60px auto;
  padding: 0 16px;
  color: var(--faq-text);
}
.faq > h2{
  font-size: clamp(24px, 3vw, 32px);
  margin: 0 0 18px;
}

.faq-item{
  background: var(--faq-row);
  margin-bottom: 8px;
  border: 1px solid var(--faq-border);
  box-shadow: inset 0 -1px 0 #000;
}

/* Question row */
.faq-question{
  width: 100%;
  text-align: left;
  padding: 22px 60px 22px 24px;
  background: transparent;
  color: var(--faq-text);
  font-size: clamp(16px, 2.1vw, 20px);
  border: 0;
  cursor: pointer;
  position: relative;
  transition: background .2s ease;
}
.faq-question:hover{ background: #303030; }

/* + icon (turns into × when open) */
.faq-question::after{
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-56%);
  font-size: 28px;
  line-height: 1;
  color: var(--faq-text);
  transition: transform .25s ease, color .25s ease, opacity .25s ease;
  opacity: .9;
}
.faq-question[aria-expanded="true"]::after{
  content: "×";
  color: var(--teal);
  transform: translateY(-56%) rotate(90deg);
}

/* Answer panel (animated open/close) */
.faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .25s ease;
  padding: 0 24px;
  background: #1f1f1f;
  border-top: 1px solid #000;
}
.faq-answer p{
  color: var(--faq-sub);
  font-size: 18px;
  line-height: 1.55;
  padding: 18px 0 22px;
}

/* When open, we add .open on the parent (JS handles) */
.faq-item.open .faq-answer{
  max-height: 100%;        /* large enough for your longest answer */
  padding: 0 24px 8px;
}

/* Mobile spacing */
@media (max-width: 640px){
  .faq-question{ padding: 18px 54px 18px 18px; }
  .faq-question::after{ right: 16px; font-size: 26px; }
  .faq-answer p{ font-size: 16px; }
}

/* ==== MaheeirX Install Guide Card ==== */
.mx-guide{
  max-width: 100%;
  margin: 32px auto;
  padding: 5px 5px 5px;
  background: #111;
  border-radius: 14px;
  border: 1px solid #222;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.mx-guide__title{
  color: #fff;
  font-size: clamp(20px, 2.5vw, 28px);
  margin: 0 0 6px;
}
.mx-guide__title span{ color:#1a8d9c; }
.mx-guide__sub{
  color: #cfd7d9;
  margin: 0 0 14px;
}

.mx-steps{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.mx-step{
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  gap: 12px;
  padding: 12px 12px;
  background: #1a1a1a;
  border: 1px solid #262626;
  border-radius: 10px;
}
.mx-step i{
  color:#1a8d9c;
  font-size: 22px;
  margin-top: 2px;
}
.mx-step strong{ color:#fff; }
.mx-step em{ color:#d7e6e8; font-style: normal; }

.mx-link{
  color:#7fe3f0;
  text-decoration: none;
  word-break: break-all;
}

.mx-cta{
  margin: 16px 4px 10px;
  text-align: left;
}

/* Mobile */
@media (max-width: 100%){
  .mx-step{
    grid-template-columns: 28px 1fr;
    padding: 10px;
  }
  .mx-step i{ font-size: 18px; }
}
.red{
  color: red;
}
.green{
  color: green;
}
.themecolor{
  color: #1a8d9c;
}
.colorwhite{
  color: white;
}