:root {
  /* Colors */
  --color-primary: #7da279;
  --color-secondary: #f3e2ac;
  --color-text: #000000;

  /* Font sizes */
  --font-size-small: 1.2em;
  --font-size-medium: 1.4em;
  --font-size-large: 1.6em;

  /* Spacing */
  --spacing-small: 5px;
  --spacing-medium: 10px;
  --spacing-large: 22px;

  /* Border radius */
  --border-radius-small: 40px;
  --border-radius-medium: 50px;
  --border-radius-large: 60px;
}

/* Base styles (applied to all screen sizes) */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Styles for mobile devices (up to 767px) */
@media (max-width: 767px) {
  /* header {
    display: flex;
    justify-content: end;
    align-items: end;
    padding: var(--spacing-small) var(--spacing-medium);
  } */

   .nav-container-in-hero {
    position: absolute;
    border-radius: 25px;
    display: inline-flex;
    background-color:  #f3e2ac;
    margin-left: 15vw;
    margin-top: 15px;
    
  }

  .nav-items-in-hero {
    display: inline-flex;
    
  }

  .nav-items-in-hero a {
    display: inline-flex;
    font-size:  12px;
    font-weight: bold;
    padding: var(--spacing-small) var(--spacing-medium);
  }
  .nav-items-in-hero a:nth-child(3) {
    margin-left: 50px;
    font-size:  50px;
}

 
  .home{
    background: linear-gradient(to top, #fafaf9, #a8c7a8);
  }
  
  .hero {
    background-color: #7da279;
    height: 450px;
    position: relative;
    display: flex; 
}  

  .left-hero-image {
    max-width: 130px;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
  
  }
  .right-hero-image {
    max-width: 100px;
    height: auto;
    position: fixed;
    right: 0;
     
    bottom: 0;
  }
  .nuqilan-logo-wraper{
    position: absolute;
    max-width: 45px;
    height: auto;
   margin-top: 8px;
    margin-left: 5px;
    
    overflow: hidden;
     
  }
  .nuqilan-logo-wraper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.hero .second-image {
  display: none;
    /* max-width: 120px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%); */
   
}

  .book {
    position: relative;
    width: 120px;
    height: 150px;
    perspective: 1000px;
    transform-style: preserve-3d;
    
    margin-bottom: 25px;
     
     
    
  }
  .book-icon img {
    width: 120px;
    height: 150px;
    border-radius: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}  
.book-container {
  position: absolute; /* Change from absolute */
  align-self: flex-end; /* Align to the bottom */
  filter: drop-shadow(0px 5px 10px rgb(107, 106, 106));
  margin-top: 250px;
 
 margin-left: 62vw;
  
}


  .front li {
    background: white;
    border-radius: 10px;
}

.back li {
    background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, rgba(28, 103, 88, 1) 91.1%);
    border-radius: 10px;
    width: 97.5%;
}

.page>li {
    background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1),
    inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    height: 100%;
    transform-origin: left center;
}

.front {
    transform: rotateY(-34deg) translateZ(8px);
}

.back {
    transform: rotateY(-15deg) translateZ(-8px);
}

.page li:nth-child(1) {
    transform: rotateY(-28deg);
}

.page li:nth-child(2) {
    transform: rotateY(-30deg);
}

.page li:nth-child(3) {
    transform: rotateY(-32deg);
}

.page li:nth-child(4) {
    transform: rotateY(-34deg);
}

.page li:nth-child(5) {
    transform: rotateY(-36deg);
}

.front,
.back,
.page,
.front li,
.back li {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.front,
.back {
    transform-origin: 0% 100%;
}

.front {
    transition: all 0.8s ease, z-index 0.6s;
}

.front li:last-child {
    transform: rotateY(180deg) translateZ(2px);
}

.page,
.page>li {
    position: absolute;
}

.page {
    width: 100%;
    height: 98%;
    top: 1%;
    left: 3%;
}

.page li {
    transition-duration: 0.6s;
}

.book:hover .front {
    transform: rotateY(-145deg) translateZ(0);
}

.book:hover>.page li:nth-child(1) {
    transform: rotateY(-30deg);
    transition: 1.5s;
}

.book:hover>.page li:nth-child(2) {
    transform: rotateY(-35deg);
    transition: 1.8s;
}

/* page  4*/
.book:hover>.page li:nth-child(3) {
    transform: rotateY(-125deg);
    transition: 1.6s;
}

/* page 3 */
.book:hover>.page li:nth-child(4) {
    transform: rotateY(-135deg);
    transition: 1.2s;
}

.book:hover>.page li:nth-child(5) {
    transform: rotateY(-145deg);
    transition: 1.2s;
}

.frontcover {
    position: absolute;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page li:nth-child(2) {

    height: 100%;
    /* Make sure this container fills the available space */
    display: flex;
    flex-direction: column;
    /* Allows the button to be placed below the text */
    overflow: hidden;

}

#book-text {
    flex-grow: 1;
    /* Fills the remaining space */
    overflow: hidden;

}

.btn {
    align-self: center;
    /* Align the button at the start of the container */
    margin-top: auto;
    /* Pushes the button to the bottom of the container */
    padding: 3px 5px;
    margin-bottom: 5px;
    font-weight: bold;
    background: #0f6623;
    border-radius: 2px;
    text-align: center;
    transition: color 0.3s, border-color 0.3s;
    position: relative;
    font-size: 12px;
    /* Positions the button relative to its container */
}

.btn:hover {
    color: #ffffff;
}
 
.video-container {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: whitesmoke;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive iframe */
.video-container iframe {
    border-radius: 8px;
    width: 300px; /* Make it fill the container */
    height: 170px;
}

.book-card {
 position: absolute; 
  background-color: white;
 padding: 8px;
 border-radius: 15px;
 box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
 text-align: center;
 border: 5px solid #f3e2ac;
 width: 120px;
 top:270px;
 left: 13%;
}

.book-card h2 {
 color: #333;
 font-size: 1em;
 font-weight: bold;
 margin-top: 5px;
 margin-bottom: 5px;

 
}
.play-summary-button{
  border: none;
  background-color: var(--color-primary);
  padding: 10px !important;
  color: white;
  border-radius: 8px;
  margin-top: 10px !important;
  font-size: 12px; 
}
.play-summary-button:hover{
  cursor: pointer;
  background-color: #618a5b;
}
 

/*book carousel*/
.carousel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10%; /* Adjust padding for better spacing on mobile */
    padding-right: 10px;
    padding-left: 10px;
}

  .carousel {
    display: flex;
    overflow: hidden;
    width: 100%; /* Full width for mobile */
    justify-content: center;
    flex-direction: row; /* Ensure horizontal layout */
  }
   

  .book-carousel {
    text-align: center;
    padding: 15px;
    flex: 0 0 auto; /* Ensure proper flex sizing */
    min-width: 120px; /* Set minimum width for mobile */
    max-width: 150px; /* Set maximum width for mobile */
    margin: 0 5px; /* Add horizontal spacing between books */
  }

  #bookSummary{
    font-size: 9px;
     
  }

  @keyframes zoomIn {
    from {
      opacity: 0;
      transform: scale(0.5);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

  .book-carousel img {
    max-width: 100px; /* Further reduce image size */
    height: 100px; /* Adjust height to match new image size */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .book-carousel img:hover {
    cursor: pointer;
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }

  .book-carousel p {
    color: #10222F;
    font-size: 10px; /* Reduce font size */
    font-weight: bolder;
    margin-top: 5px;
    font-family: 'Poppins';
    width: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to two lines */
    -webkit-box-orient: vertical;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4; /* Adjust line height for better readability */
    white-space: normal; /* Ensure text wraps properly */
    overflow: hidden;
    text-overflow: ellipsis; /* Add ellipsis if text is too long */
  }
  /*Explore button */
.controls {
    display: flex;
    justify-content: center; /* Center the controls */
    align-items: center; /* Align vertically */
    padding: 8px;
    
  }
  
  #explore {
    background-color: #7DA178; /* Background color for explore section */
    color: white; /* Text color */
    display: flex; /* Use flexbox */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
    padding: 6px 8px; /* Padding inside explore */
    text-align: center; /* Center text */
    font-size: 14px; /* Font size */
    border-radius: 25px; /* Rounded corners */
    width: auto; /* Flexible width */
    
  }
  
  .carousel-btn {
    display: flex; /* Flexbox for button */
    justify-content: center; /* Center icon */
    align-items: center; /* Center icon */
    font-size: 20px; /* Font size */
    margin: 0 0px; /* Spacing between buttons and indicator */
    cursor: pointer; /* Pointer cursor on hover */
    background-color: #ffffff; /* Button color */
    color: rgb(0, 0, 0); /* Text color */
    font-weight: bold; /* Bold text */
    border-radius: 50%; /* Circular shape */
    width: 23px; /* Width of button */
    height: 23px; /* Height of button */
    border: none; /* No border */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transitions */
  }
  
  .carousel-btn:hover {
    background-color: #f3e2ac; /* Hover color */
    transform: scale(1.1); /* Slightly enlarge on hover */
  }
  
  .carousel-btn:active {
    background-color: #7DA178; /* Active color */
  }
  
  #pageIndicator {
    margin: 0 10px; /* Spacing around indicator */
    font-size: 14px; /* Font size for indicator */
    font-family: 'Poppins'; /* Font family */
  
    padding-left: 10px;
  }
  

  /*latest news homepage*/
  .news-main-contianer{
    margin-left: 5vw;

    
  }
  
  .latest-news-title-wrapper{
  display: flex;
  background-color: var(--color-primary);
  height: 30px;
  width: 130px;
 
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  }
  
  .latest-news-title-wrapper h2{
     
   margin-right: 5px;
    font-size: 18px;
     
  }
  .latest-news-title-wrapper h2 span{
    color: #f3e2ac;
    font-size: 18px;
  }

  #news-container-latest {
    display: flex;
    flex-direction: column; /* Stack each item vertically */
    gap: 20px;
    padding: 20px;
    margin-bottom: 30px;
}

.news-card-latest {
    display: flex; /* Flexbox for linear layout */
    flex-direction: row; /* Image on left, content on right */
    align-items: center; /* Align image and content */
    gap: 15px; /* Space between image and content */
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-image-latest {
    width: 120px; /* Fixed width for the image */
    height: 120px; /* Fixed height for the image */
    object-fit: cover; /* Ensure proper scaling */
    border-radius: 8px;
    flex-shrink: 0; /* Prevent the image from shrinking */
}

.news-content-latest {
    display: flex;
    flex-direction: column; /* Stack title and description */
    justify-content: center; /* Center content vertically */
    flex: 1; /* Take up remaining space */
    padding: 0; /* Remove extra padding */
}

.news-title-latest {
    font-size: 1em; /* Adjust font size */
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.news-description-latest {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* Limits text to 2 lines */
}
.news-time-latest {
    font-size: 12px;
    color: #777;
    margin-bottom: 6px;
    margin-top: 6px;
  }

.read-more {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 5px 8px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.8em;
    margin-top: 8px;
    align-self: flex-start; /* Align the button to the left */
}

.read-more:hover {
    background-color: #0056b3;
}

  /*News*/
  .news-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Single column for readability */
    gap: 1rem; /* Reduce gap for compact design */
    margin: 0 auto; /* Center-align grid content */
    padding: 0 1rem; /* Add padding for better spacing */
  }
  .news-grid img{
    width: 100%; /* Responsive image */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .news-items-left-ad {
    display: none;
  }

  .news-items-left-ad .image-wrapper-left {
    display: none;
  }

  .news-items-left-ad .image-wrapper-left img {
    display: none;
  }

  .news-items-right-ad {
    display: none;/
  }

  .news-items-right-ad .image-wrapper-right {
    display: none;
  }

  .news-items-right-ad .image-wrapper-right img {
    display: none;
  }
  /*Shop items */
  .shop-header {
    background-color: #7da279; 
    color: #000000;
    font-size: 10px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    display: flex;
    align-items: center;
    height: 30px;
  
  }
  .shop-header-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shop-header img {
    max-width: 100px;
    margin-left: 5px;
  }
  .shop-header h1{
    padding: 10px;
    padding-left: 0;
    font-size: 14x;
  }

  .shop-products {
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
 
    padding-bottom:20px;
  }

  .product-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 10px; /* Reduce gap for better fit */
    padding-top: 20px;
    place-items: center;
  }

  .product-card {
    width: 40vw;  
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;  
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
  }
  .products-toggle-btn{
    display: none;
  }
  .product-card:hover {
    transform: scale(1.03);
  }

  .product-card-img-wraper {
    width: 100%; /* Responsive scaling */
   
    overflow: hidden;
  }

  .product-card img {
    width: 100%; /* Fit image to wrapper */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 8px;
  }

  .product-card h3 {
    font-size: 12px; /* Adjust title size */
    margin: 0 0 4px 0;
  }

  .description {
    font-size: 10px;
    color: #666;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* Limits text to 2 lines */
  }

  .price-container {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
  }

  .current-price {
    font-size: 10px;
    font-weight: bold;
    margin-right: 6px;
  }

  .previous-price {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
  }
  .category {
    font-size: 11px;
    color: #666;
    padding: 5px;
  }
  .product-category-container{
    display: inline-flex;
    width: fit-content;
    background-color: var(--color-secondary);
    border-radius: 5px;
    height: 20px;
    align-items: center;
    margin-bottom: 8px; 
  }
  
  .add-to-cart {
    background-color: #7da279;
    color: white;
    border: none;
    padding: 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 10px;
    margin-top: auto;
  }

  .add-to-cart:hover {
    background-color: #45a049;
  }
  /* Legacy about-us styles - replaced by about-page.css */
 /*Subscribe with email*/
 .sub-email-container {
    height: auto; /* Adjust height for smaller screens */
   
    padding-bottom: 20px;
  }

  /* Sub email content */
  .sub-email-content {
    text-align: center;
    color: rgb(0, 0, 0);
    
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px; /* Added padding for smaller screens */
  }

  /* Heading */
  .sub-email-content h1 {
    background-color: #7da279;
    border-radius: 50px;
    padding: 10px;
    color: #000000;
    width: 100%; /* Make the width responsive */
    max-width: 350px; /* Limit the maximum width */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 18px;
  }

  .sub-email-content h1 .highlight {
    color: #f3e2ac;
  }

  /* Subheading */
  .sub-email-content h3 {
    padding: 15px 0;
    font-weight: 300;
    color: #000000;
    font-size: 10px; /* Smaller font size */
  }

  .sub-email-content h3 em {
    font-style: normal;
    text-decoration: underline;
    text-decoration-color: #7da279;
  }

  /* Email input container */
  .email-input {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .email-input input {
    padding: 10px 20px;
    padding-right: 50px; /* Adjust padding for button */
    border-radius: 50px;
    border: 2px solid #f3e2ac;
    width: 100%; /* Full width for mobile */
    max-width: 300px; /* Limit the width on mobile */
    height: 50px;
    font-size: 10px; /* Smaller font size */
    outline: none;
    margin: 0 auto;
  }

  .email-input input::placeholder {
    color: #7da279;
  }

  /* Button */
  .email-input button {
    position: absolute;
    top: 50%;
  margin-left: 2vw;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 35px; /* Adjusted button size */
    height: 35px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    background-color: #333;
  }

  .email-input button:hover {
    background-color: #7da279;
  }

  /* Additional text */
  .sub-email-content p {
    margin-top: 20px;
    font-size: 12px; /* Smaller font size */
    font-family: 'Poppins';
    font-weight: 100;
  }

  /*contact us*/
  .contact-wrapper {
    min-height: 90vh;
    background: linear-gradient(to top, #fafaf9, #a8c7a8);
    padding: 1.5rem 1rem;
  }

  .contact-container {
    max-width: 100%;
    margin: 0 auto;
  }

  .contact-header {
    text-align: center;
    margin-bottom: 2rem;
  }

  .contact-header h1 {
    font-size: 2rem;
    color: #1F2937;
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .contact-header p {
    color: var(--light-text);
    font-size: 1rem;
  }

  .contact-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .form-section {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .input-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }

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

  .input-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 500;
  }

  .input-group label i {
    color: #000000;
    font-size: 0.875rem;
  }

  .input-group input,
  .input-group textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #8fca88;
    border-radius: 0.5rem;
    background: #F9FAFB;
    transition: all 0.3s ease;
  }

  .input-group input:focus,
  .input-group textarea:focus {
    outline: none;
    border-color: #7da279;
    background: white;
    box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1);
  }

  .submit-btn {
    width: 100%;
    padding: 0.75rem;
    background: #7da279;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
  }

  .submit-btn:hover {
    background: var(--hover-color);
    transform: translateY(-1px);
  }

  .info-card {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: left;
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .info-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;

  }

  .icon-circle {
    width: 40px;
    height: 40px;
    background: #EEF2FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-circle i {
    color: #7da279;
    font-size: 1rem;
  }

  .info-content h3 {
    color: #1F2937;
    font-size: 12px;
    margin-bottom: 0.25rem;
  }

  .info-content p {
    color: var(--light-text);
    font-size: 10px;
  }

  /*Full news image*/
  .full-news-image-wraper{
    width: 100%; /* Responsive image */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .full-news-image-wraper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
.news-article .news-title {
  font-size: 2rem;
  margin-bottom: 2rem;
   
}



.text-to-speech-controls {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 2rem;
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(234,249,249,0.67) 0.1%, rgba(235, 7, 7, 0.63) 90.1% );
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}

.voice-select-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-evenly;
}

.playback-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.control-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background-image: linear-gradient( 110.3deg,  rgba(73,93,109,1) 4.3%, rgba(49,55,82,1) 96.7% );
   
  color: rgb(241, 7, 7);
  cursor: pointer;
}

.control-label {
  text-align: center;
  margin-bottom: 0.5rem;
}

#voiceSelect {
  width: 150px;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.speed-control {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}

#speedControl {
  width: 60px;
  
}

.speed-display {
  margin-top: 0.5rem;
}



.audio-player-container {
  width: 350px !important;
  padding: 10px !important;
}

.audio-book-thumbnail img {
  width: 80px !important;
  height: 100px !important;
  border-radius: 10px !important;
}

.full-book-audio-player-container{
  width: 350px!important ;
}
 
}