
:root {
  --primary: #ff5700;
  --primary-dark: #e04e00;
  --dark: #222;
  --light: #f8f9fa;
  --gray: #6c757d;
  --light-gray: #e9ecef;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-color: #fff;
  color: var(--dark);
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

@media (min-width: 1200px) {
  .container {
    max-width: 768px;
  }
}

/* your styles go here */

.underline {
  border-bottom: 2px solid;
  border-bottom-color: rgb(var(--bs-primary-rgb));
}

.form-group {
  margin-bottom: 1rem;
}

.btn-block {
  width: 100%;
}

.alert .close {
  border: navajowhite;
  background: inherit;
  color: inherit;
}

.left-sidebar {
  width: 200px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.content {
  display: inline-block;
  width: calc(100% - 260px);
}

.toast-success {
  background-color: rgb(var(--bs-success-rgb)) !important;
}

.toast-error {
  background-color: rgb(var(--bs-danger-rgb)) !important;
}

.thumb {
  width: auto;
  height: 43px;
  margin-right: 10px;
  border-radius: 4px;
}

.thumb-big {
  width: 250px;
  height: 150px;
  margin-right: 10px;
  border-radius: 4px;
  object-fit: cover;
}

.blog-thumbnail {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.logo-font {
  font-family: "Russo One", sans-serif;
}

.sharebb {
  margin: 0 auto;
  display: block
}

.sharebb p {
  font-size: 20px;
  margin: 0 0 10px;
  text-align: center!important;
  font-weight: bold
}

.share-button {
  display: inline-block;
  margin: 5px;
  padding: 8px 14px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  background: #fff;
  font-weight: 700
}

.share-button.facebook {
  color: #3b5997;
  border: 2px solid rgba(59,89,151,.2)
}

.share-button.facebook:hover {
  color: #fff;
  background: #3b5997
}

.share-button.twitter {
  color: #1d6bf2;
  border: 2px solid rgba(29,161,242,.2)
}

.share-button.twitter:hover {
  color: #fff;
  background: #1da1f2
}

.share-button.whatsapp {
  color: #228916;
  border: 2px solid rgba(37,211,102,.2)
}

.share-button.whatsapp:hover {
  color: #fff;
  background: #25d366
}

.share-button.reddit {
  color: #e90000;
  border: 2px solid rgba(255,69,0,.2)
}

.share-button.reddit:hover {
  color: #fff;
  background: #ff4500
}

.share-button.pinterest {
  color: #e60023;
  border: 2px solid rgba(230,0,35,.2)
}

.share-button.pinterest:hover {
  color: #fff;
  background: #e60023
}

.share-button.more {
  background: #dc3545;
  border: 2px solid #dc3545;
}

a {
  color: #dc3545;
  font-weight: bold;
}

.loader {
  position: relative;
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
  background-image: linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0),
                    linear-gradient(#dc3545 50px, transparent 0);
  background-size: 5px 40px;
  background-position: 0px center, 10px center, 20px center, 30px center, 40px center, 50px center;
  animation: spikeUp 1s linear infinite alternate;
}

@keyframes spikeUp {
  0% { background-size: 5px 40px}
  16% { background-size: 5px 55px, 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 40px}
  33% { background-size: 5px 40px, 5px 55px, 5px 40px, 5px 40px, 5px 40px, 5px 40px}
  50% { background-size: 5px 40px, 5px 40px, 5px 55px, 5px 40px, 5px 40px, 5px 40px}
  66% { background-size: 5px 40px, 5px 40px, 5px 40px, 5px 55px, 5px 40px, 5px 40px}
  83% { background-size: 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 55px, 5px 40px}
  100% { background-size: 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 40px, 5px 55px}
}
    
.cke_notification_warning {
  display: none;
}

.page-content h1 {
  font-size: 29px;
}

.page-content h2 {
  font-size: 19px;
}

.page-content h3 {
  font-size: 17px;
}

.page-content h4 {
  font-size: 14px;
}

.page-content h5 {
  font-size: 12px;
}

.page-content h6 {
  font-size: 10px;
}

#result, #loader, #error {
  margin-top: -38px;
}

@media only screen and (max-width: 600px) {
  .navbar-brand span {
    font-size: 19px;
  }

  .search-form button span.text-label {
    display: none;
  }

  .search-form button {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .ux-labels-values__labels,
  .ux-layout-section__item--table-view .ux-layout-section__row {
    display: block !important;
  }
}

@media (min-width: 1200px) {
    .h3, h3 {
        font-size: 1.625rem;
    }
}

header {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
}

.logo span {
  color: var(--dark);
}

.nav-links {
  display: flex;
  gap: 1.5rem;
}

.nav-links a {
  color: var(--dark);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: var(--primary);
}

.hero {
  background: linear-gradient(135deg, #fff 0%, var(--light-gray) 100%);
  padding: 0 10px;
  text-align: center;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--dark);
}

.hero p {
  font-size: 1.1rem;
  color: var(--gray);
  margin-bottom: 2rem;
}

.converter-box {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-top: 2rem;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.url-input {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--light-gray);
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 1rem;
  transition: border-color 0.3s;
}

.url-input:focus {
  outline: none;
  border-color: var(--primary);
}

.quality-options {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.quality-btn {
  padding: 0.7rem 1.5rem;
  background-color: white;
  border: 2px solid var(--light-gray);
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
}

.quality-btn.active {
  background-color: var(--primary);
  color: white;
  border-color: var(--primary);
}

.convert-btn {
  background-color: var(--primary);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  transition: background-color 0.3s;
  margin-bottom: 1rem;
}

.convert-btn:hover {
  background-color: var(--primary-dark);
}

.download-btn {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  transition: background-color 0.3s;
  display: none;
}

.download-btn:hover {
  background-color: #218838;
}

.features {
  padding: 2rem 2rem;
  background-color: var(--light);
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: var(--dark);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-card {
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 1.5rem;
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.feature-card p {
  color: var(--gray);
}

.about {
  padding: 5rem 2rem;
  background: white;
  border-radius: 12px;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.about h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

.about p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.about ul {
  font-size: 18px;
  margin-bottom: 25px;
  padding-left: 20px;
}
        
.about ul li {
  margin-bottom: 10px;
  color: #555;
}

.faq {
  padding: 5rem 2rem;
  background-color: var(--light);
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background-color: white;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.faq-question {
  padding: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: var(--light-gray);
}

.faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.faq-answer.show {
  padding: 0 1.5rem 1.5rem;
  max-height: 500px;
}

footer {
  background-color: var(--dark);
  color: white;
  padding: 3rem 2rem;
  text-align: center;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--primary);
}

.copyright {
  color: var(--gray);
  font-size: 0.9rem;
}

#ad {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dddddd;
}

@media (max-width: 768px) {
  .navbar {
      flex-direction: column;
      gap: 1rem;
  }
  
  .nav-links {
      gap: 1rem;
  }
  
  .hero h1 {
      font-size: 2rem;
  }
  
  .quality-options {
      flex-direction: column;
      align-items: center;
  }
  
  .quality-btn {
      width: 100%;
  }
  
  .footer-links {
      flex-direction: column;
      gap: 1rem;
  }
}