/* ===== HERO SECTION ===== */
.fs-hero-section {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background: url('../images/download.jfif') center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    overflow: hidden;
}

/* Dark Overlay */
.fs-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

/* Content */
.fs-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

.fs-main-heading {
    font-size: 70px;
    font-weight: 700;
    color:#f7bd52;
    line-height: 1.2;
    margin-bottom: 25px;
}

.fs-main-heading span {
    display: inline-block;
}

.fs-sub-heading {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
}

/* ===== RESPONSIVE ===== */

/* Large Tablet */
@media (max-width: 1024px) {
    .fs-main-heading {
        font-size: 52px;
    }

    .fs-sub-heading {
        font-size: 22px;
    }
}

/* Tablet */
@media (max-width: 768px) {
    .fs-hero-section {
        min-height: 500px;
    }

    .fs-main-heading {
        font-size: 40px;
    }

    .fs-sub-heading {
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .fs-main-heading {
        font-size: 30px;
        line-height: 1.3;
    }

    .fs-sub-heading {
        font-size: 16px;
    }
}


/* ===== HERO SECTION ===== */
.tb-hero-section {
    background: #000;
    color: #fff;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
}

.tb-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.tb-hero-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
}

.tb-highlight {
    color: #f7bd52;
}

.tb-hero-subtext {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 60px auto;
    line-height: 1.7;
    color: #ddd;
}

/* ===== CARD SECTION ===== */
.tb-card-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.tb-feature-box {
    border: 1px solid #333;
    padding: 40px 25px;
    transition: 0.3s ease;
    background: #0a0a0a;
}

.tb-feature-box:hover {
    border-color: #f7bd52;
    transform: translateY(-5px);
}

.tb-icon {
    font-size: 45px;
    margin-bottom: 20px;
    color: #8b3dff;
}

.tb-feature-box h3 {
    font-size: 26px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 800;
    color:#f7bd52;
}

.tb-feature-box p {
    font-size: 15px;
    color: #ccc;
    line-height: 1.6;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .tb-card-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .tb-hero-title {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .tb-card-wrapper {
        grid-template-columns: 1fr;
    }

    .tb-hero-title {
        font-size: 26px;
    }

    .tb-hero-subtext {
        font-size: 15px;
    }

    .tb-feature-box {
        padding: 30px 20px;
    }
}


.credit-section {
  background: linear-gradient(135deg, #000000, #0f0f0f);
  padding: 100px 20px;
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.credit-container {
  max-width: 1100px;
  margin: auto;
}

.credit-section h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}

.highlight {
  color: #f7bd52;
  font-weight: 700;
}

.credit-btn {
  display: inline-block;
  background:#f7bd52;
  color: #fff;
  padding: 18px 45px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 35px;
  transition: 0.3s ease;
  box-shadow: 0 8px 25px rgba(142, 68, 255, 0.4);
}

.credit-btn span {
  margin-right: 8px;
}

.credit-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(142, 68, 255, 0.6);
}

.credit-text {
  font-size: 18px;
  color: #ddd;
  line-height: 1.7;
  max-width: 900px;
  margin: auto;
}

.credit-text a {
  color:#f7bd52;
  font-weight: 600;
  text-decoration: none;
}

.credit-text a:hover {
  text-decoration: underline;
}

/* ================== Responsive ================== */

@media (max-width: 992px) {
  .credit-section h1 {
    font-size: 30px;
  }

  .credit-btn {
    font-size: 18px;
    padding: 16px 35px;
  }

  .credit-text {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .credit-section {
    padding: 70px 15px;
  }

  .credit-section h1 {
    font-size: 22px;
  }

  .credit-btn {
    font-size: 16px;
    padding: 14px 28px;
  }

  .credit-text {
    font-size: 14px;
  }
}


.want-section {
  padding: 32px 20px;
  background: #f4f4f6;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title1 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: black;
  margin-bottom: 60px;
}

.want-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.want-image {
  flex: 1;
}

.want-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.want-content {
  flex: 1;
}

.want-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}

.want-item .icon {
  width: 45px;
  height: 45px;
  min-width: 45px;
  background: #f7bd52;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(108,43,217,0.4);
}

.want-item h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color:black;
  font-weight:800;
}

.want-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ================= Responsive ================= */

@media (max-width: 992px) {
  .want-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .section-title1 {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .want-section {
    padding: 70px 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .want-item {
    flex-direction: column;
    gap: 10px;
  }

  .want-item .icon {
    width: 40px;
    height: 40px;
  }
}


