@media (max-width: 992px) {
  .book-container {
    gap: 30px;
  }
    .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 60px;
    left: -100%;
    background: #0d1117;
    flex-direction: column;
    width: 100%;
    transition: 0.3s ease;
  }

  .nav-links li {
    width: 100%;
    text-align: center;
  }

  .nav-links a {
    padding: 10px;
  }

  .nav-links.active {
    left: 0;
  }

  /* Dropdown inside mobile view */
  .dropdown-content {
    position: static;
    background: #222;
    box-shadow: none;
    border-radius: 0;
  }

  .dropdown.active .dropdown-content {
    display: block;
  }

}
@media (max-width: 800px) {
  .nav-links {
    position: absolute;
    top: 70px;
    left: -100%;
    width: 100%;
    background: #0d1117;
    flex-direction: column;
    text-align: center;
    transition: 0.3s;
  }

  .nav-links.active {
    left: 0;
  }

  .menu-icon {
    display: block;
  }
}
@media (max-width: 768px) {
  .book-container {
    flex-direction: column;
  }
  .book-card-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #f0f0f0;
}
  .coming-banner {
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: black;
}
  .coming-banner .coming-banner-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
.banner-image  {
    width: 100%;
  }
  .banner-image img {
    height: 60vh;
  }
  .card {
    width: 100%;
    margin: 0;
  }
  .card-img {
    width: 100%;
  }
  .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .book-card {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .book-card .card-content {
    width: 100%;
  }
  .hero {
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 60px;
    left: -100%;
    background: #0d1117;
    flex-direction: column;
    width: 100%;
    transition: 0.3s ease;
  }

  .nav-links li {
    width: 100%;
    text-align: center;
  }

  .nav-links a {
    padding: 10px;
  }

  .nav-links.active {
    left: 0;
  }

  /* Dropdown inside mobile view */
  .dropdown-content {
    position: static;
    background: #222;
    box-shadow: none;
    border-radius: 0;
  }

  .dropdown.active .dropdown-content {
    display: block;
  }
  .resources {
    width: 90%;
    margin-left: 1rem;
  }
  .resources-banner {
    flex-direction: column;
    width: 95%;
  }

  .about-content {
    grid-template-columns: 1fr;
  }

  .manifesto-grid {
    grid-template-columns: 1fr;
  }

  section {
    padding: 3rem 0;
  }

  .hero-content {
    padding: 120px 20px 40px;
  }

  .download-benefits h3 {
    font-size: 1.4rem;
  }
  .business-image {
    margin-top: 4rem;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .business-image h2 {
    margin-top: -2rem;
  }
  .business-image .image-container img {
    width: 100%;
    height: 71vh;
    padding-top: 2rem;
  }
}
@media (max-width: 762px) {
  .business-image .image-container {
    width: 100%;
    height: 50vh;
    border: 2px solid black;
  }
}

@media (max-width: 480px) {

  .dropbtn-1 {
    width: 100%;
 
}
  .container {
    padding: 0 15px;
  }

  .covenant-card {
    padding: 2rem 1.5rem;
  }

  .covenant-text {
    font-size: 1.2rem;
  }

  .manifesto-card {
    padding: 2rem 1.5rem;
  }

  .download-form-wrapper {
    padding: 2rem 1.5rem;
  }
  .released-book-section {
    padding: 50px 15px;
    margin: 30px 10px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .book-title {
    font-size: 1.3rem;
  }

  .buy-btn,
  .download-btn {
    width: 100%;
    font-size: 0.95rem;
  }
  .download-benefits {
    text-align: center;
  }

  .download-benefits ul li {
    font-size: 0.95rem;
  }

  .form-container input,
  .btn {
    font-size: 0.95rem;
  }
  .banner-image {
  width: 100%;
}

.banner-image img {
  width: 100%;
  height: 100vh;
  border-radius: 10px;
}
}
@media (max-width: 900px) {
  .coming-banner {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
  .coming-banner-contents {
    display: flex;
    flex-direction: column;
  }

  .banner-content {
    margin-top: 20px;
  }
.coming-banner .coming-banner-contents a {
  margin-left: 0;
  width: 100%;
  text-align: center;
 }

  .banner-title {
    font-size: 2rem;
  }

  .banner-desc {
    font-size: 1rem;
  }
  
}

@media (max-width: 500px) {
  .coming-banner {
    padding: 20px;
  }

  .banner-title {
    font-size: 1.6rem;
  }

  .btn {
    width: 100%;
  }
  .form-container {
    width: 100%;
  }
}

/* ======================= BOOKS BANNER RESPONSIVE ========================= */

@media (max-width: 768px) {
  .image-audio-container {
    width: 100%;
    margin: 0;
  }
  .image-audio-container h2 {
    font-size: 18px;
  }
.coming-book-contents {
  margin: 2rem 0 0 0 ;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
  .book-section {
    margin: 10px;
  }
  .book-1 {
    flex-direction: column;
    margin: 5vh 0 5vh 0;
  }
  .book-1 .image-container {
    width: 90%;
  }
  .book-1 .image-container img {
    width: 100%;
    height: 70vh;
  }
  .book-1 .image-container .image-details {
    width: 100%;
  }
  .image-details p {
    width: 100%;
  }
  .image-details .button-div .buy-now {
  width: 100%;
}
.dropbtn-1 {
    width: 100%;
}
}

@media (max-width: 480px) {
  .book-1 .image-details {
    width: 90%;
  }
  .image-details p {
    width: 100%;
  }
  
}

