/* Style.css maintained Abhikash (Appsredx) */

body {
  background-image: linear-gradient(135deg, #FAB2FF 10%, #1904E5 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
}

.box-form {
  margin: 0 auto;
  width: 34%;
  max-width: 1200px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0 20px 6px #090b6f85;
}

.box-form .right {
  padding: 40px;
  width: 79%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: flex-start; 
}

.box-form .right h5 {
  font-size: 2rem; 
  margin-bottom: 20px; 
}

.box-form .right p {
     font-size: 14px;
    color: #3c4454;
}

.box-form .right .inputs {
  width: 100%; 
  margin-bottom: 20px; 
}

.box-form .right input {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  border: none;
  outline: none;
  border-bottom: 2px solid #B0B3B9;
}

.box-form .right .remember-me--forget-password {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}

.box-form .right button {
  margin-top: 20px; 
  color: #fff;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 50px;
  border: none;
  outline: none;
  box-shadow: 0px 4px 20px 0px #49c628a6;
  background-image: linear-gradient(135deg, #70F570 10%, #49C628 100%);
  cursor: pointer;
  align-self: flex-end; 
}


.box-form .right button {
  color: #fff;
  font-size: 16px;
  padding: 16px 44%;
  border-radius: 50px;
  display: inline-block;
  border: 0;
  outline: 0;
  box-shadow: 0px 4px 20px 0px #49c628a6;
  background-image: linear-gradient(135deg, #70F570 10%, #49C628 100%);
}

label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin-left: 0;
}

label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #70F570;
  border-radius: 4px;
  background: transparent;
  margin-right: 10px;
  transition: all 0.3s ease;
}

label input[type="checkbox"] {
  display: none; /* Hide the actual checkbox */
}

body {
	background: #F8F2F1;
	font-family: "Open Sans", sans-serif;
}
h2 {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 30px 0 60px;
}
h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #7ac400;
	left: 0;
	right: 0;
	bottom: -20px;
}
.star-rating li {
	padding: 0;
}
.star-rating i {
	font-size: 14px;
	color: #ffc000;
}


.book-info {
    text-align: center; /* Title center */
    margin-bottom: 10px; /* Space between title and details */
}

.book-details {
    display: flex;
    justify-content: space-between; /* Left-right alignment */
    padding: 0 10px; /* Thoda padding left-right ke liye */
}

.book-details .author {
    text-align: right; 
}

.border-line {
    border-top: 1px solid grey; /* Grey line neeche */
    margin: 10px 0;
}

.details {
    text-align: left; /* Details left-align karne ke liye */
    padding-left: 10px;
}


.navbar{
    justify-content : flex-start;
}
.menu{
        list-style: none;
    display: inline-block;
    padding-top:15px;
   border-top: 1px solid #cccccc; /* Lighter border */
    box-shadow: 0 -1px 5px rgba(255, 255, 255, 0.2);
}

.menu li{
    display: inline-block;
    margin-right: 190px;
    
}
.menu li:last-child{
    margin-right:20px;
}
.menu li a{
        font-weight: 600;
      color: black;
    text-decoration: none;

    transition: background-color 0.3s ease;
}

.menu li a:hover{
      color: #67A019;
   
}
.sidebar{
    list-style:none;
        margin-right: 20px;
        background-color:#FFFFFC;
    justify-content: center;
    gap: 20px;
    

}
.sidebar li{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s;
    overflow: hidden; 
    text-align: center; 
    padding: 15px; 
    position: relative;
     margin-bottom: 10px;
    
}
.sidebar li a{
      color: black;
      font-weight: 600;
    text-decoration: none;
    font-size:20px;

    transition: background-color 0.3s ease;
}

.sidebar li a:hover{
      color: #67A019;
   
}
.marqu:hover{
  color: #67A019;;
}
   