* {
  html,
  body {
    overflow-x: hidden;
  }
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Custom scrollbar styling */
::-webkit-scrollbar {
  width: 12px;
}

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

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.container {
  width: 100vw;
  min-height: 100vh;
  background-color: #0f0f0f;
  overflow-x: hidden; /* Ensures no horizontal scrollbar */
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  width: 100%;
  height: auto;
  background-color: #121212;
  padding: 10px 17px 8px;
  display: flex;
  align-items: center;
}
.navbar img:nth-child(2) {
  width: 95px;
}
.leftnav {
  display: flex;
  justify-content: left;
  gap: 25px;
  width: 20%;
  margin-left: 5px;
}
.centernav {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 50%;
}
.centernav img:nth-child(2) {
  padding: 10px 15px;
  background-color: #303030;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  height: 39px;
  box-sizing: border-box;
}
.centernav form input {
  background-color: #121212;
  border: 1px solid #303030;
  font-size: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 39px;
  color: aliceblue;
  text-align: left;
  width: 500px;
}
.centernav form input:focus {
  outline: none;
}
.centernav img:nth-child(3) {
  cursor: pointer;
  margin-left: 20px;
  background-color: #303030;
  padding: 10px;
  border-radius: 50%;
}
.rightnav {
  width: 30%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
.rightnav img:nth-child(2) {
  width: 24px;
}
.rightnav img:nth-child(3) {
  width: 32px;
  border-radius: 59%;
}
.rightnav img:nth-child(1) {
  width: 26px;
}
.ytdetalis {
  width: 100vw;
  min-height: 65vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-weight: 100;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  margin: 32px auto 32px auto;
  padding: 32px 0;
}
.ytpremiumlogo img {
  margin-top: 30px;
  width: 320px;
  border-radius: 18px;
}
.textone h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
.ytPremiumDetails {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.ytPremiumDetails button {
  background: linear-gradient(90deg, #43a3ff 0%, #5ba7ff 100%);
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(67, 163, 255, 0.1);
  transition: background 0.2s, box-shadow 0.2s;
}
.ytPremiumDetails button:hover {
  background: linear-gradient(90deg, #5ba7ff 0%, #43a3ff 100%);
  box-shadow: 0 4px 16px rgba(67, 163, 255, 0.18);
}
.kipabi {
  width: 100vw;
  min-height: 40vh;
  background: linear-gradient(135deg, #232526 0%, #414345 100%);
  display: flex;
  justify-content: center;
  align-items: stretch;
  color: white;
  gap: 32px;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  margin: 32px auto 32px auto;
  padding: 32px 0;
}
.adsfree,
.dowload,
.music {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(67, 163, 255, 0.08);
  padding: 24px 16px;
  margin: 0 8px;
}
.adslogo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(67, 163, 255, 0.1);
}
.headingtext {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 16px 0px 8px 0px;
  font-size: 20px;
  color: #ffffff;
}
.smalltext {
  font-family: Arial, Helvetica, sans-serif;
  color: #b3b6bb;
  font-size: 15px;
  margin-bottom: 8px;
}
.bg1,
.bg2,
.bg3,
.bg4 {
  min-height: 45vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  margin: 32px auto 32px auto;
  padding: 32px 0;
}
.bg1 {
  background-image: linear-gradient(
      rgba(15, 15, 15, 0.55),
      rgba(15, 15, 15, 0.55)
    ),
    url("./assets/bg1.jpeg");
  background-size: cover;
  background-position: center;
  width: 100%;
}
.bg2 {
  background-image: linear-gradient(
      rgba(15, 15, 15, 0.55),
      rgba(15, 15, 15, 0.55)
    ),
    url("./assets/bg2.jpeg");
  background-size: cover;
  background-position: center;
  width: 100%;
}
.bg3 {
  background-image: linear-gradient(
      rgba(15, 15, 15, 0.55),
      rgba(15, 15, 15, 0.55)
    ),
    url("./assets/bg3.jpeg");
  background-size: cover;
  background-position: center;
  width: 100%;
}
.bg4 {
  background-image: linear-gradient(
      rgba(15, 15, 15, 0.55),
      rgba(15, 15, 15, 0.55)
    ),
    url("./assets/bg4.jpeg");
  background-size: cover;
  background-position: center;
  width: 100%;
}
.text,
.text2 {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 18px;
  padding: 24px 16px;
  box-shadow: 0 2px 12px rgba(67, 163, 255, 0.1);
  max-width: 480px;
}
.text h2,
.text2 h2 {
  font-size: 32px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
}
.text p,
.text2 p {
  color: #b4b6bb;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.help {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
.help span {
  color: #43a3ff;
  cursor: pointer;
}

/* FAQs Section Styling */
.faqs {
  background: linear-gradient(135deg, #232526 0%, #414345 100%);
  padding: 60px 20px 40px 20px;
  color: white;
  border-radius: 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  margin: 32px auto 0 auto;
}

.faqdetail {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(67, 163, 255, 0.08);
  padding: 24px 16px;
}

.faqdetail h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s;
  border-radius: 12px;
  margin-bottom: 8px;
  background: rgba(67, 163, 255, 0.04);
}
.faq-item:hover {
  color: #43a3ff;
  background: rgba(67, 163, 255, 0.1);
}

.faq-item p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.faq-toggle {
  font-size: 24px;
  font-weight: 700;
  color: #43a3ff;
  transition: transform 0.3s ease, color 0.3s ease;
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(67, 163, 255, 0.1);
}
.faq-item:hover .faq-toggle {
  color: #fff;
  background: #43a3ff;
  transform: rotate(45deg);
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  .container {
    overflow-x: hidden;
  }

  .navbar {
    padding: 10px 15px;
    flex-direction: column;
    gap: 15px;
    height: auto;
  }

  .leftnav {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .leftnav img:first-child {
    width: 24px;
  }

  .navbar img:nth-child(2) {
    width: 90px;
  }

  .centernav {
    width: 100%;
    justify-content: center;
    order: 2;
  }

  .centernav form {
    width: 80%;
  }

  .centernav form input {
    width: 100%;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    height: 42px;
  }

  .centernav img:nth-child(2) {
    padding: 10px 15px;
    height: 42px;
  }

  .centernav img:nth-child(3) {
    margin-left: 15px;
    padding: 11px;
  }

  .rightnav {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto;
    gap: 15px;
    margin-right: 0;
  }

  .rightnav img:nth-child(1),
  .rightnav img:nth-child(2) {
    width: 24px;
  }

  .rightnav img:nth-child(3) {
    width: 32px;
  }

  .ytdetalis {
    height: auto;
    min-height: 60vh;
    padding: 40px 20px;
    gap: 30px;
  }

  .ytpremiumlogo img {
    width: 300px;
    margin-top: 10px;
  }

  .textone h2 {
    font-size: 22px;
    padding: 0 10px;
    line-height: 1.3;
  }

  .ytPremiumDetails button {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
  }

  .ytPremiumDetails p {
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.4;
  }

  .kipabi {
    flex-direction: column;
    height: auto;
    gap: 40px;
    padding: 50px 20px;
  }

  .adsfree,
  .dowload,
  .music {
    width: 100%;
    max-width: 320px;
    padding: 20px;
  }

  .headingtext {
    font-size: 18px;
    padding: 20px 0px;
  }

  .headingtext h3 {
    line-height: 1.3;
  }

  .smalltext {
    font-size: 14px;
    line-height: 1.4;
  }

  .bg1,
  .bg2,
  .bg3,
  .bg4 {
    height: 50vh;
    background-position: center;
    padding: 30px 20px;
    background-attachment: scroll;
  }

  .text,
  .text2 {
    margin-left: 0;
    text-align: center;
    width: 100%;
    max-width: 90%;
  }

  .text h2,
  .text2 h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .text p,
  .text2 p {
    font-size: 16px;
    line-height: 1.5;
  }

  .text p br,
  .text2 p br {
    display: none;
  }

  /* FAQs Mobile Responsive */
  .faqs {
    padding: 40px 15px;
  }

  .faqdetail h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .faq-item p {
    font-size: 16px;
  }

  .help {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .navbar {
    padding: 8px 12px;
  }

  .leftnav img:first-child {
    width: 20px;
  }

  .navbar img:nth-child(2) {
    width: 80px;
  }

  .centernav form {
    width: 85%;
  }

  .centernav form input {
    font-size: 14px;
    height: 38px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .centernav img:nth-child(2) {
    height: 38px;
    padding: 8px 12px;
  }

  .centernav img:nth-child(3) {
    padding: 9px;
  }

  .rightnav {
    top: 12px;
    right: 12px;
    gap: 12px;
  }

  .rightnav img:nth-child(1),
  .rightnav img:nth-child(2) {
    width: 20px;
  }

  .rightnav img:nth-child(3) {
    width: 28px;
  }

  .ytdetalis {
    padding: 30px 15px;
    gap: 25px;
  }

  .ytpremiumlogo img {
    width: 250px;
  }

  .textone h2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .ytPremiumDetails button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .ytPremiumDetails p {
    font-size: 13px;
    padding: 0 10px;
    text-align: center;
  }

  .kipabi {
    padding: 40px 15px;
    gap: 35px;
  }

  .adsfree,
  .dowload,
  .music {
    max-width: 280px;
    padding: 15px;
  }

  .headingtext {
    font-size: 16px;
    padding: 18px 0px;
  }

  .smalltext {
    font-size: 13px;
  }

  .bg1,
  .bg2,
  .bg3,
  .bg4 {
    height: 45vh;
    padding: 25px 15px;
  }

  .text h2,
  .text2 h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .text p,
  .text2 p {
    font-size: 15px;
    line-height: 1.4;
  }

  /* FAQs Mobile Responsive for small screens */
  .faqs {
    padding: 30px 10px;
  }

  .faqdetail h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .faq-item {
    padding: 15px 0;
  }

  .faq-item p {
    font-size: 14px;
  }

  .faq-toggle {
    font-size: 20px;
  }

  .help {
    font-size: 13px;
  }
}

.bg1 .text,
.bg3 .text {
  margin-left: auto;
  margin-right: 40px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 24px 16px;
  max-width: 480px;
  text-align: right;
}
.bg2 .text2,
.bg4 .text2 {
  margin-left: 40px;
  margin-right: auto;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 24px 16px;
  max-width: 480px;
  text-align: left;
}