*{
    margin: 0;
    padding: 0;
    font-family:cursive;
   
}
body{
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #000d55;
    min-height: 100vh;
    display: grid;
    place-items: center;
    line-height: 1.5;
    
   

}
.main{
    
    position: relative;
    min-height: 80vh;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b74c05f2 0%, #ffb347 50%, #008000 100%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37), 1px 0px 20px 12px rgba(137, 130, 66, 0.5);
    border-radius: 24px;
    backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255,255,255,0.18);
}
.main button{
    padding: 10px 12px;
    margin: 0 10px;
}
.main #logo{
    position: absolute;
    top: 10px;
    left: 30px;
    font-size: 25px;
    color: #ccc;
}
.main #logo i{
    margin-right: 10px;
}
/* left & right part*/
.left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
/* Paschal image*/
.left img{
    height: 300px;
    width: 80%;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 1px 0px 20px 12px rgb(137, 130, 66);
}
/* both range slider part*/
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 50%;
    outline: none;
    height: 5px;
    border-radius: 2px;
    margin: 0 20px;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;
    height: 20px;
    width: 20px;
    background:#FF8A65;
    border-radius: 50%;
    cursor: pointer;
}
.right input[ type="range"]{
    width:40px;
}
.left .volume{
    margin-top: 25px;
    width:80%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.volume input[type="range"]{
    flex: 1;

}
.left .volume p{
font-weight: bold;
font-size: 20px;
}
.left .volume i{
cursor: pointer;
padding: 8px 12px;
background: #FF8A65;
}
.left .volume i:hover{                                                                      
    background: #909096;
}
.volume #volume_show{                                                                           
    padding: 4px 9px;
    margin: 0 7px 0 0;
background: #909096;
}
/* right part */
.right{
    width: 50%;
    padding: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.right .middle{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.right .middle button{
    border: none;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    transition: 0.5s;
    background: #909096;
}
.paschal_detail{
    position: relative;
    width: 80%;
    overflow: hidden;
    margin-bottom: 6.5em;
}
.paschal_detail #title{
    
    
    text-transform: capitalize;
    color: #fff;
    font-size: 35px;
}
.paschal_detail #reciter{
    
    
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
}
.right .duration{
    margin-top: 3em;
    position: relative;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    
}
.duration input[type="range"]{
    flex: 1;
}
.right .duration p{
    color: #fff;
    font-size: 15px;
    margin: 20px;
}
.right #auto{
    font-size: 18px;
    cursor: pointer;
    border: none;
    text-align: center;
    margin-top:15px;
    color: #fff;
    background: #909096;
    padding: 10px 14px;
    outline: none;
    border-radius: 10px;

}
#play{
    background: #FF8A65;
    box-shadow: 0 0 16px 4px #ff8a65a0, 0 0 0 0 #ff8a65;
    animation: play-glow 1.5s infinite alternate;
    transition: box-shadow 0.3s;
}

@keyframes play-glow {
    0% {
        box-shadow: 0 0 16px 4px #ff8a65a0, 0 0 0 0 #ff8a65;
    }
    100% {
        box-shadow: 0 0 32px 12px #ff8a65b0, 0 0 0 8px #ff8a6530;
    }
}
.right button:hover{
    background: #FF8A65;
    transform: scale(1.08);
    box-shadow: 0 0 12px 2px #ff8a65a0;
}
.right i ::before{
    color: #fff;
    font-size: 20px;
}
.show_paschal_no{
position: absolute;
top: 10px;
right: 10px;
width: 30px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
padding: 8px 12px;
color: #fff;
border-radius: 5px;
background: #9e9e9e;
}
.show_paschal_no p:nth-child(2){
    margin: 0 5px;
}

/* Enhanced Navigation Bar Styles */
nav {
  width: 100vw;
  background: rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 2em;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08);
  transition: background 0.3s;
}
nav .nav-logo {
  font-size: 1.5em;
  color: #ff8a65;
  font-weight: bold;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  text-shadow: 0 2px 8px #0002;
}
nav .nav-logo i {
  margin-right: 10px;
  font-size: 1.2em;
}
nav ul {
  display: flex;
  gap: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  position: relative;
  transition: background 0.2s, color 0.2s;
}
nav ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ff8a65;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
nav ul li a:hover::after, nav ul li a.active::after {
  width: 100%;
}
nav ul li a:hover, nav ul li a.active {
  background: #ff8a65;
  color: #222;
}
/* Mobile menu icon for future expansion */
nav .nav-menu-icon {
  display: none;
  font-size: 2em;
  color: #ff8a65;
  cursor: pointer;
}
@media (max-width: 700px) {
  nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.7em 1em;
  }
  nav .nav-logo {
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }
  nav ul {
    gap: 1em;
  }
  nav .nav-menu-icon {
    display: block;
    position: absolute;
    right: 1em;
    top: 1em;
  }
}

/* Responsive and flexible layout */
@media (max-width: 1200px) {
  .main {
    width: 95%;
    min-height: 90vh;
  }
  .left, .right {
    width: 48%;
  }
}
@media (max-width: 900px) {
  .main {
    flex-direction: column;
    width: 98%;
    min-height: 100vh;
    padding: 20px 0;
  }
  .left, .right {
    width: 90%;
    min-width: 250px;
    max-width: 500px;
  }
  .left {
    margin-top: 2em;
  }
  .right {
    margin-top: 2em;
  }
  .left img {
    width: 100%;
    height: 180px;
  }
  .main #logo {
    display: none;
  }
  .paschal_detail {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 2em;
  }
  .paschal_detail #title {
    font-size: 1.5em;
  }
}
@media (max-width: 600px) {
  body {
    padding: 0;
  }
  .main {
    width: 100vw;
    min-height: 100vh;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .left, .right {
    width: 100vw;
    min-width: unset;
    max-width: unset;
    padding: 0 5vw;
  }
  .left img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
  }
  .right .middle button {
    height: 48px;
    width: 48px;
    font-size: 1em;
  }
  .paschal_detail #title {
    font-size: 1.1em;
  }
  .paschal_detail #reciter {
    font-size: 0.8em;
  }
  .right .duration {
    width: 100%;
    margin-top: 1em;
  }
  .playlist {
    width: 100vw;
    padding: 0 5vw;
  }
}

/* Flexible playlist and footer */
.playlist {
  width: 100vw;
  padding: 0 5vw;
  margin-top: 2em;
  background: rgba(255,255,255,0.05);
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08);
  max-width: 600px;
  overflow-x: auto;
}
.playlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: #ff8a65 #222;
}
.playlist ul::-webkit-scrollbar {
  width: 8px;
}
.playlist ul::-webkit-scrollbar-thumb {
  background: #ff8a65;
  border-radius: 8px;
}
.playlist ul::-webkit-scrollbar-track {
  background: #222;
}
.playlist li {
  padding: 10px 16px;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 0.2s, color 0.2s;
}
.playlist li:last-child {
  border-bottom: none;
}
.playlist li.active, .playlist li:hover {
  background: #ff8a65;
  color: #222;
  font-weight: bold;
}

footer {
  width: 100vw;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.08);
  color: #fff;
  font-size: 1em;
  letter-spacing: 1px;
  padding: 1.5em 0 1em 0;
  box-sizing: border-box;
}
footer a {
  color: #ff8a65;
  text-decoration: none;
  font-weight: bold;
  margin-left: 0.5em;
}
@media (max-width: 600px) {
  footer {
    font-size: 0.95em;
    padding: 1em 0 0.7em 0;
    flex-direction: column;
    text-align: center;
  }
  footer a {
    margin-left: 0;
    display: block;
    margin-top: 0.3em;
  }
}