/*navbar*/
.img{
    width: 30%;

}

.custom-navbar {
    background-color:white; /* Purple background color */
   
}

.custom-navbar .navbar-nav .nav-link {
    color:black; /* White text color */
    font-weight: bold; /* Bold text */
}

.custom-navbar .navbar-nav .nav-link:hover {
    background-color: #6a0dad; /* Purple background color on hover */
    border-bottom: 5px solid white; /* White bottom border */
    color:white;
}

/*end navbr*/




/*menubar*/

.carousel-item {
    text-align: center;
}


/*welcome message*/
.welcome-message {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 100px;
    font-size: 24px;
}
.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 20px;
   
}

.testimonial {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    text-align:left;
}
.testimonial p {
    margin-bottom: 0;
    
}
/*about */
h2, h4 {

    color: #333;
}

p {
    color: #555;
    line-height: 1.6;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
/* Custom CSS for footer */
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}
.footer p {
    margin-bottom: 10px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #ccc;
}
.footer .quick-links ul {
    padding: 0;
    list-style: none;
}
.footer .quick-links ul li {
    margin-bottom: 5px;
}
.footer .social-media ul {
    padding: 0;
    list-style: none;
}
.footer .social-media ul li {
    display: inline-block;
    margin-right: 10px;
    
}
.para {
    color :white;
}

/*catelog*/
.book {
    margin-bottom: 20px;
  }
  .book img {
    max-width: 100%;
    height: auto;
  }
  /*about*/
  .team-member {
    text-align: center;
  }
  .team-member img {
    max-width: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid #dee2e6;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #007bff;
    color: #fff;
}
/*login*/
.wrapper{ 
    width: 360px; padding: 20px;
 }
 /*DEMO*/
 .container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

#searchInput {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    font-size: 16px;
}

#searchResults {
    margin-top: 20px;
}

.book {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.book img {
    max-width: 100px;
}

.book h2 {
    margin: 5px 0;
}

.book p {
    margin: 5px 0;
}
.srch{
    padding-left:100px;
}
/*searchbar*/

.container-fluid {
     display: flex;
    justify-content: center;
    align-items: center;
   
}
.srch {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.form-control {
    width: 500px;
    margin-bottom: 10px;
}

.btn {
    background-color: #6db6b9e6;
}