
    /* Main Block */
    .main-block_v2 {
      padding: 30px 0;
    }

    .php-breadcrumb ol {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;
      display: flex;
    }

    .php-breadcrumb li {
      display: inline;
      font-size: 14px;
    }

    .php-breadcrumb li + li::before {
      content: ' / ';
      margin: 0 5px;
      color: #888;
    }

    .php-breadcrumb a {
      color: #007bff;
      text-decoration: none;
    }

    .php-breadcrumb span {
      color: #555;
    }

    .downloader-block {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      padding: 30px;
      margin-bottom: 30px;
    }

    .main-form-box {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
    }

    .downloader-2-part1 {
      width: 100%;
    }

    .sf-form {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .form-block {
      display: flex;
      flex-grow: 1;
      gap: 10px;
      width: 100%;
    }

    .l-box {
      flex-grow: 1;
    }

    .tarea-wrap {
      position: relative;
    }
 
    #tk_url {
      width: 100%;
      padding: 12px 40px 12px 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
      box-sizing: border-box;
    }

    .clear-btn {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      display: none; /* Hidden by default, shown by JS */
    }
    .clear-btn:before {
      content: 'X';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 12px;
    }

    .r-box {
      flex-shrink: 0;
    }

    .submit {
      background-color: #28a745; /* Green download button */
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      white-space: nowrap;
    }

    .submit:hover {
      background-color: #218838;
    }

    .terms__string {
      font-size: 12px;
      color: #777;
      margin-top: 10px;
      width: 100%;
      text-align: center;
    }

    .terms__string a {
      color: #007bff;
      text-decoration: none;
    }

    .main-form__wrapper {
      text-align: center;
      margin-top: 20px;
    }

    .main-form__watch {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      cursor: pointer;
      color: #007bff;
      font-weight: bold;
    }

    .main-form__watch img {
      width: 24px;
      height: 24px;
    }

    .main-form__button {
      background: none;
      border: none;
      color: #007bff;
      font-weight: bold;
      cursor: pointer;
      font-size: 16px;
    }

    .main-form__video {
      margin-top: 15px;
      display: none; /* Hidden by default */
    }

    .main-form__video video {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .norton {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 30px;
      font-size: 14px;
      color: #555;
    }

    .norton img {
      width: 22px;
      height: 22px;
    }

    .norton sup {
      font-size: 0.7em;
      vertical-align: super;
    }























       body {
      margin: 0;
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
      background-color: #f8f8f8;
    }

    .wrapper {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 15px;
    }

    /* Article sections */
    .article-1 {
      padding: 30px 0;
    }

    h1.a-logo-yt {
      font-size: 36px;
      text-align: center;
      margin-bottom: 30px;
      color: #333;
    }

    .main-supported-services {
      margin-bottom: 30px;
    }

    .supported-services_v3 {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
    }

    .supported-services_v3 li {
      background-color: #eee;
      border-radius: 5px;
      padding: 8px 15px;
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: bold;
    }

    .supported-services_v3 li a {
      text-decoration: none;
      color: #333;
    }

    .supported-services_v3 .icon-ytMain, .icon-ytPlay, .icon-ytShorts, .icon-ytMusic, .icon-facebook_com, .icon-instagram_com, .icon-youtube_com, .icon-twitter_com, .icon-tiktok_com, .icon-dailymotion_com, .icon-vimeo_com, .icon-vk_com, .icon-soundcloud_com, .icon-reddit_com, .icon-threads, .icon-xiaohongshu-video-downloader, .icon-convert-to-mp4 {
      /* Placeholder for icons */
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 3px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
    }

    /* Specific icon colors (simulated) */
    .icon-ytMain, .icon-ytPlay, .icon-ytShorts, .icon-ytMusic, .icon-youtube_com { background-color: #FF0000; color: #fff; }
    .icon-facebook_com { background-color: #3b5998; color: #fff; }
    .icon-instagram_com { background-image: linear-gradient(to right top, #f9ce34, #ee2a7b, #6228d7); color: #fff;}
    .icon-twitter_com { background-color: #1DA1F2; color: #fff;}
    .icon-tiktok_com { background-color: #000000; color: #fff;}

    .step {
      font-weight: bold;
      margin-bottom: 10px;
      display: block;
    }

    .note {
      color: #28a745;
    }

    .center {
      text-align: center;
      margin: 20px 0;
    }

    .green-btn-2 {
      background-color: #28a745;
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      position: relative;
    }

    .green-btn-2.arrow::after {
      content: '→';
      margin-left: 10px;
    }

    section {
      margin-bottom: 40px;
      padding: 15px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    }

    section.small p {
      font-size: 14px;
      color: #666;
    }



   
      body { background: #f8f8f8; padding: 24px; }
    .card { max-width: 900px; margin: 0 auto; }
    .meta-label { color: #666; }
    .meta-value { font-weight: 600; }
    .thumb-wrap { width: 100%; max-width: 480px; aspect-ratio: 9/16; background:#eee; overflow:hidden; border-radius: 8px; }
    .thumb-wrap img { width: 100%; height: 100%; object-fit: cover; display:block; }
 
/* General Body and Layout */
body {
    background-color: #f8f8f8;
    padding: 24px;
}

.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* Spacing Utilities */
.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }

/* Card Component */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

/* Text and Alerts */
.text-center { text-align: center !important; }
.text-muted { color: #6c757d !important; }

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Video Card and Image */
.video-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 1rem !important; /* to match p-3 */
}
 
/* Tabs */
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dee2e6;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav-item {
    margin-bottom: -1px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.nav-link:hover, .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content {
    padding-top: 1rem;
}
 
.tab-pane.active {
    display: block;
}
 
.table th,
.table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
 
/* Buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#btn-audio {
      background-color: #ffffff;
      color: #0d6efd;
      border: 1px solid #0d6efd;
}


#btn-audio:hover{
      background-color: #0d6efd;
      color: #ffffff;
      border: 1px solid #ffffff;
}
















 

  .progress {
    width: 100%;
    background: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .progress-bar {
    height: 25px;
    width: 0;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 114, 255, 0.6);
    transition: width 0.6s ease;
    position: relative;
  }

  /* Add animated stripes */
  .progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
      45deg,
      rgba(255,255,255,0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255,255,255,0.2) 50%,
      rgba(255,255,255,0.2) 75%,
      transparent 75%,
      transparent
    );
    background-size: 40px 40px;
    animation: move 1s linear infinite;
  }

  @keyframes move {
    0% { background-position: 0 0; }
    100% { background-position: 40px 0; }
  }


















.gap-2 {
    margin:10px 0;
}
 

/* Responsive Grid */
.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem; /* Equivalent to g-3 */
}

.col-12 { grid-column: span 12; }



.w-100 {
    width: 100% !important;
}

.d-grid {
    display: grid !important;
}

.gap-2 {
    gap: .5rem !important;
}


 








.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
}

















        /* 6. Content Articles */
        .article-container {
            display: flex;
            align-items: center;
            gap: 50px;
        }
        
        .article-text {
            flex: 1;
        }
        
        .article-text h2 {
            text-align: left;
        }

        .article-text p {
            margin-bottom: 20px;
        }

        .article-text ol {
            padding-left: 20px;
        }
        
        .article-text li {
            margin-bottom: 10px;
        }

        .article-image {
            flex-basis: 40%;
        }

        .article-image img {
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }


        /* 9. FAQs Section */
        .faq {
            max-width: 800px;
            margin: 0 auto;
        }

        .faq-item {
            border-bottom: 1px solid var(--color-border);
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            text-align: left;
            padding: 20px 0;
            font-size: 1.2rem;
            font-weight: 500;
            color: var(--color-dark);
            cursor: pointer;
            position: relative;
        }
        
        .faq-question::after {
            content: '+';
            position: absolute;
            right: 10px;
            font-size: 1.5rem;
            color: var(--color-text);
        }

        .faq-question.active::after {
            content: '−';
        }

        .faq-answer {
            display: none; /* Hidden by default */
            padding: 0 10px 20px;
        }

        /* 10. Extension Promo (Bottom) */
        .extension-promo {
            background-color: #fcfcfc;
            border-top: 1px solid var(--color-border);
            padding: 30px 0;
        }
        
        .extension-promo .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .extension-promo-content {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        
        .extension-promo-icon img {
            width: 60px;
        }
        
        .extension-promo-text h3 {
            margin: 0;
        }




    