:root {
  --primary-color: #1447e9;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 20
}

body {
     font-size: 14px;
}
.container-faqs {
     padding: 0 5px;
}
.light-text {
     color: #555;
}
a {
     color: #004abb;
}
.btn {
     background: var(--primary-color);
     color: #fff;
     border: 0;
     cursor: pointer;
     border-radius: 100px !important;
     transition: all 0.15s ease;
}
.btn-menu {
     border: 0;
     color: #000;
     border-radius: 100px !important;
     transition: all 0.15s ease;
     background: #f7f7f7;
     width: 44px;
     height: 44px;
}
.btn-menu span {
     font-size: 22px;
}
.mobile-menu {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 1000;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     box-sizing: border-box;
     display: none;
}
.mobile-menu > div {
     width: 100%;
     height: 100vh;
     overflow-y: auto;
     backdrop-filter: blur(60px);
     background: rgb(251 251 251 / 80%);
}
.mobile-menu a {
     display: inline-block;
     margin-bottom: 10px;
     border: 1px solid #ddd;
     width: 100%;
     max-width: 300px;
     text-align: center;
     padding: 10px 0;
     border-radius: 8px;
     background: #fff;
     color: #4c4747;
}
.close-menu {
     top: 5px;
     right: 30px;
     border: 0;
     color: #000;
     border-radius: 100px !important;
     transition: all 0.15s ease;
     background: #f7f7f7;
     width: 44px;
     height: 44px;
}
nav {
     top: 0;
     left: 0;
     width: 100%;
     min-height: 64px;
     background-color: #fff;
     z-index: 1000;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     padding: 10px 0;
     box-sizing: border-box;
}
nav.sticky {
     position: sticky;
     top: 0;
     background-color: #fff;
}
nav .nav-wrapper {
     opacity: 1;
}
nav .logo img {
     height: 40px;
}
nav .menu {
     gap: 22px;
     font-size: 0.97rem;
}
nav .menu a {
     color: #000;
}
.hero-section {
     padding: 40px 0;
     background-color: #eff6ff;
     min-height: 220px;
     box-sizing: border-box;
    
}

nav .dropdown-menu {
  top: calc(100% + 10px);
  right: 0;
  min-width: 150px;
  border-radius: 4px;
  padding: 8px 0;
}

nav .dropdown-menu a {
  display: block;
  text-wrap-mode: nowrap;
  padding: 10px 20px;
}

nav .dropdown-menu a:hover {
  background: #f5f5f5;
}

.page-insta-video-downloader .hero-section {
     background:#eff6ff
}
.page-insta-photo-downloader .hero-section {
     background:#eff6ff
}
.page-insta-story-downloader .hero-section {
     background:#eff6ff
}
.page-insta-reels-downloader .hero-section {
     background:#eff6ff
}
.page-insta-highlights-downloader .hero-section {
     background:#eff6ff  
}
.page-insta-igtv-downloader .hero-section {
     background:#eff6ff
}
.page-tiktok .hero-section {
     background:#eff6ff;
     background-size: 100% 100%;
}
.page-facebook .hero-section {
     background:#eff6ff;
     background-size: 100% 100%;
}
.hero-section .hero-content {
     text-align: center;
     margin-bottom: 20px;
}
.hero-section .hero-content h1 {
     font-size: 2.5rem;
     margin-bottom: 10px;

}
.hero-section .hero-content p {
     font-size: 1.2rem;
     color:black;
}
.hero-section .btn-group {
     background: rgb(255 255 255 / 20%);
     padding: 6px;
     border-radius: 100px;
     max-width: 1000px;
     margin: 0 auto 14px;
     overflow-x: auto;
     scrollbar-width: none;
}
.hero-section .btn {
     padding: 10px 30px;
     font-size: 1rem;
     color: #fff;
     border: 0;
     cursor: pointer;
     border-radius: 0;
     background: 0 0;
     border-radius: 100px !important;
     border: 0;
     transition: all 0.15s ease;
}
.hero-section .btn.active {
     background: #1447e9;
     color: #fff;
}
.hero-section .btn:first-child {
     border-radius: 100px 0 0 100px;
}
.hero-section .btn:last-child {
     border-right: 0;
}
.hero-section .hero-form {
     width: 100%;
     max-width: 740px;
     margin: 0 auto;
     background: #fff;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
     border-radius: 100px;
     overflow: hidden;
}
.hero-form {
     border-radius: 15px !important;
}
.hero-section .hero-form input {
     flex: 1;
     padding: 16px 22px;
     border: 0;
     border-radius: 10px;
     outline: 0;
     font-size: 1rem;
}
.hero-section .hero-form button {
     background: var(--primary-color);
     color: #fff;
     border: 0;
     border-radius: 0 !important;
     min-height: 44px;
}
.instagram .hero-html .card {
     border-radius: 15px;
     overflow: hidden;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.instagram .hero-html .card .card-thumbnail {
     min-height: 150px;
     overflow: hidden;
}
.instagram .hero-html .card .btn {
     background: var(--primary-color);
     color: black;
     border: 0;
     margin-top: 8px;
}
.hero-html,
.searching-container {
     display: none;
}
.searching-container lottie-player {
     width: 100%;
     max-width: 120px;
margin-right: 10px;
}
.hero-html video {
     width: 100%;
     aspect-ratio: 16/9;
     background: #000;
}
.hero-section .btn-download-video {
     background: var(--primary-color);
     color: #fff;
     border: 0;
     cursor: pointer;
     border-radius: 10px !important;
     transition: all 0.15s ease;
     padding: 12px 20px 16px;
}
.hero-section .btn-download-another-video {
     width: 100%;
     max-width: 300px;
     bottom: -20px;
     left: 50%;
     transform: translate(-50%, 50%);
     background: var(--primary-color);
     color: #fff;
     border: 5px solid #fff;
     cursor: pointer;
     border-radius: 100px;
     padding: 12px 30px 14px;
     z-index: 2;
     visibility: hidden;
     opacity: 0;
     transition: all 0.15s ease;
}
.hero-section .btn-download-another-video.visible {
     transition: all 0.15s ease 0.5s;
     bottom: 0;
     visibility: visible;
     opacity: 1;
}
.info {
     padding: 2rem 1rem;
     background-color: #deeaff;
     color: #4a474c;
     border-radius: 15px;
     width: 80%;
     margin: 0 auto;
}
.info a {
     color: #02c4ff;
}
.info .info-content p {
     color: #4a474c;
}
.page-tiktok .info-card {
     border-radius: 20px;
     background: linear-gradient(180deg, rgba(247, 247, 249, 0), rgba(247, 247, 249, 0.5) 45.38%, #f7f7f9);
}
.page-tiktok .info-card img {
     max-width: 80px;
     margin: 0 auto;
}
.page-tiktok .features .flex-column-reverse img {
     margin: 0 0 0 auto;
}
.how-to-download .step-wrapper {
     align-items: stretch;
     gap: 20px;
     flex-direction: column;
}
.how-to-download .step-wrapper > * {
     flex: 1 1 auto;
}
.how-to-download .step-wrapper .step-section {
     flex: 1 0 auto;
     width: 100%;
     background: #fff;
     box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
     border-radius: 10px;
     padding: 30px;
     box-sizing: border-box;
     gap: 20px;
}
.how-to-download .step-wrapper .step-section > * {
     flex: 1 1 33.33333%;
}
.how-to-download .step-wrapper .step {
     border: 1px solid #ddd;
     border-radius: 10px;
     padding: 15px 25px;
     box-sizing: border-box;
     cursor: pointer;
     align-content: center;
}
.how-to-download .step-wrapper .step.active {
     background: var(--primary-color);
     color: #fff;
     border-color: var(--primary-color);
}
.how-to-download .step-wrapper .step > span {
     opacity: 0.8;
}
.how-to-download .step-wrapper strong {
     margin-top: 6px;
}
.how-to-download img:not(:first-child) {
     display: none;
}
.how-to-download-tiktok-video .box {
     width: 100%;
     max-width: 960px;
     margin: 0 auto;
     background: #5940f1;
     background: linear-gradient(0deg, #3475dd, #498df9);
     box-shadow: 0 84px 84px -56px rgba(89, 64, 241, 0.3);
     border-radius: 32px;
     padding: 40px;
     counter-reset: css-counter 0;
}
.how-to-download-tiktok-video .box ol {
     list-style-type: none;
     margin: 0;
     padding: 0;
}
.how-to-download-tiktok-video .box li {
     font-style: normal;
     font-size: 24px;
     color: #fff;
     margin-bottom: 0;
     position: relative;
     counter-increment: css-counter 1;
     z-index: 1;
     padding-left: 50px;
     padding-top: 30px;
}
.how-to-download-tiktok-video .box li::before {
     content: counter(css-counter);
     font-style: normal;
     font-weight: 900;
     font-size: 80px;
     color: #252e69;
     opacity: 0.3;
     position: absolute;
     left: -10px;
     top: 6px;
     z-index: -1;
}
.download-app .wrapper .app-image-thumbnail {
     width: 100%;
     max-width: 350px;
     border-radius: 16px;
}
.download-app .wrapper .content-wrapper {
     max-width: 450px;
}
.download-app .wrapper .app-download-link {
     display: inline-block;
     width: 140px;
     bottom: 0;
     left: -40px;
}
.download-app .wrapper .app-qr-code {
     height: 100px;
}
.faqs {
     max-width: 90%;
     margin: 0 auto;
}
.faqs .accordion-item {
     border-radius: 10px;
     background: #fff;
     border: 2px solid #ddd;
     box-shadow: 0 3px 10px #00000012;
     margin-bottom: 15px;
}
.faqs .accordion-item.active {
     background: #fff;
     color: #333;
     border-color: var(--primary-color);
}
.faqs .accordion-item .accordion-item-header {
     width: 100%;
     display: flex;
     justify-content: space-between;
     border: none;
     background-color: white;
     cursor: pointer;
     font-size: 17px;
     font-weight: 400;
     font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
     color: hsla(0, 0%, 0%, 0.7);
     padding: 20px;
     border-radius: 10px;

}
.faqs .accordion-item.active .accordion-item-header {
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
}
.faqs .accordion-item-body {
     padding: 15px 25px;
     box-sizing: border-box;
     display: none;
}
.faqs .accordion-item.active .accordion-item-body {
     display: block;
}
.faqs .accordion-item-body-text {
     line-height: 1.6;
}
footer {
  border-top: 1px solid #ddd;
  margin-top: 30px;
     background: #eff6ff !important;
}
footer .logo {
     width: 100%;
     max-width: 150px;
}
footer ul {
     list-style: none;
}
footer ul li {
     margin-bottom: 7px;
}
footer ul li a {
     text-decoration: none;
     color: #333;
     transition: all 0.3s ease;
     font-size: 0.95rem;
}
footer ul li a:hover {
     color: var(--primary-color);
}
.not-affiliated {
     background: rgb(255 255 255 / 50%);
     border-top: 1px solid #ccc;
     padding-top: 8px;
     padding-bottom: 8px;
}
.social-links a {
     width: 40px;
     height: 40px;
     padding-top: 2px;
     box-sizing: border-box;
     display: inline-block;
     text-align-last: center;
     align-content: center;
     border-radius: 50%;
     background: #fff;
     color: var(--primary-color);
     transition: all 0.3s ease;
}
.social-links a:hover {
     background: var(--primary-color);
     color: #fff;
}
.social-links a:hover img {
     filter: brightness(0) invert(1);
}
footer .app-qr-code {
     width: 100%;
     max-width: 120px;
}
.blog-post .card {
     padding: 2.2rem;
     padding: calc(4% + 5px);
}
.blog .card,
.blog-post .card {
     background: #fff;
     box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
     border-radius: 10px;
     overflow: hidden;
     transition: all 0.2s ease;
     transform: translateY(0);
     margin-bottom: 24px;
}
.blog .card:hover {
     transform: translateY(-5px);
     box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.blog .card img {
     object-fit: cover;
     aspect-ratio: 16/9;
}
.sidebar {
     position: sticky;
     top: 80px;
}
.sidebar .tags-list {
     gap: 8px;
}
.sidebar .tags-list span {
     padding: 4px 12px 6px;
     border: 1px solid #ddd;
     border-radius: 10px;
     transition: all 0.15s ease;
}
.sidebar .tags-list span:hover {
     background: var(--primary-color);
     border-color: var(--primary-color);
     color: #fff;
     cursor: pointer;
}
@keyframes gradientAnimation {
     0% {
          background-position: 0 50%;
     }
     50% {
          background-position: 100% 50%;
     }
     100% {
          background-position: 0 50%;
     }
}
.features-content li{
    line-height: 2;
}
.features-content ol{
    margin-left: 1rem;
}
.ol-decorated{
     counter-reset: zone-counter;
    margin: 0;
    text-align: left;
    list-style: none;
    padding-left: 50px;   
}
.ol-decorated li{
    position: relative;
    line-height: 22px;
    margin-bottom: 15px;
}
.ol-decorated li::before{
     border: 1px solid #4776e6;
     box-sizing: border-box;
     color: #4776e6;     
     content: counter(zone-counter);
     counter-increment: zone-counter;
     display: block;
     height: 25px;
     left: -37px;
     position: absolute;
     text-align: center;
     width: 25px;
     border-radius: 50%;
}
.you-use p{
    line-height: 2;
}
.feature-list{
     margin-left: 0;
     list-style: none;
     line-height: 2;
}
.feature-list li::before {
     content: "✓";
     color: rgb(181, 74, 235);
     padding-right: 10px;
     font-weight: bold;
}
.tools-header{
     margin-bottom: 1.5rem;
     text-align: center;
}
.tools-card h2{
     font-size: 2rem;
}
.tools-card p{
     font-size: 1rem;
}
.tools-card{
     display: flex;
     align-items: center;
     flex-direction: column;
     text-align: center;
     border-radius: 10px;
     background: #eff6ff;
     box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
     margin: 5px;
}
.tools-card:hover{
     box-shadow: 0 5px 10px rgb(0 0 0 / 20%);}
.tools-icon{
     font-size: 2rem;
     color: black;
}
.tools-card-title {
     font-size: 1rem;
     color: black!important;
}
.tools-card-text{
     font-size: 1rem;
     color: black!important;}
.tools-card-title {
     font-size: 1.1rem;
     font-weight: bold;
}
        