* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.page-header h1 {
  margin: 0;
  font-size: 2.5rem;
}
.section-ramadan-timer{
  place-content: center;
  text-align: center;
  
 h1 {
  margin-top: 30px;
  color: #277970;
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.time-box {
  color: #07524b;
  background: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  text-align: center;
  width: 100px;
  font-size: 1.5rem;
  font-weight: 600;
  box-shadow: 0 2px 5px #0000001a;
  border: #2db4a9 1px solid;
  cursor: default;
  transition: 0.5s ease-in-out;
}
.time-box:hover {
transform: scale(1.1);
border: #2db4a9 2px solid;

}

.time-box span {
  font-size: 28px;
  font-weight: bold;
  color: #2e86de;
  display: block;
}

#message {
  margin-top: 20px;
  font-size: 20px;
  color: #277970;
}

}
#locationBtn{
  display: flex;
  background: #2db4a9;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  margin: auto;
  
}
#locationBtn:hover{
  background: #d8b163;
  transform: scale(1.1);
}

.ramadan-content {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

/* Accordion */
.accordion .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid #e0d7c6;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-btn {
  width: 100%;
  text-align: right;
  padding: 1rem;
  background: #f4e6d8;
  border: none;
  font-size: 1.1rem;
  cursor: pointer;
  outline: none;
  transition: background 0.3s;
}

.accordion-btn:hover {
  background: #e9d1a5;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff7e6;
  padding: 0 1rem;
}

.accordion-content p {
  margin: 1rem 0;
}

/* أدعية */
.section-adhkar .dua-list {
  list-style: none;
  padding: 0;
}

.section-adhkar .dua-list li {
  color: #07524b;
  font-weight: 500;
  background: #fff3e0;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
}

.copy-btn {
  background: #e7770e;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.copy-btn:hover {
  background: #d96f0c;
}

/* جدول الصلاة */
.prayer-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.prayer-table th,
.prayer-table td {
  padding: 0.8rem;
  border: 1px solid #e0d7c6;
  text-align: center;
}
h2, .label-accordion{
    place-self: right;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background-color: #00b6c7;
    padding: 10px;
    padding-right: 1rem;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: right;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    cursor: default;
}
h2:hover, .label-accordion:hover{
    background-color: #2db4a9;
}
.section-fatawa summary.fatawa-ques {
    font-size: 1.1rem;
    font-weight: 600;
    color: #02211e;
    background-color: #86cfc9;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    cursor: pointer;
    transition: color 0.3s;
}
.section-fatawa p{
    font-size: 0.9rem;
    margin: 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}
.section-adhkar p{
    font-size: 0.9rem;
    margin: 1rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}
.prayer-table th {
  background: #f4e6d8;
}
.prayer-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 1rem;
  
}

.prayer-item {
  background: #00779b;
  color: #e0d7c6;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 16px;
  text-align: center;
  margin: 0.3rem;
  flex: 1;
  border: #00c8ff 2px solid;
  box-shadow: #0f766db4 1px 3px 10px;
  min-width: 80px;
}

.prayer-name {
  display: block;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.prayer-time {
  font-size: 1rem;
}
.next-prayer {
  background-color: #ffc400; 
  color: #07524b;
  font-size: 1.1rem;
  font-weight: 600;
}
.prayer-bar span{
    font-size: 0.9rem;
    color: #432525;
}
.prayer-bar p{
    font-size: 0.9rem;
    color: #620101;

}
#nextPrayerCountdown{
  text-align: center;
  color: var(--color-text);
}