
/* दोन कार्ड एकाच सेक्शनमध्ये */
.info-section{
  margin-top: 20px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:20px;
  align-items:flex-start;
}

/* हवामान कार्ड */
.weather-card{
  width:360px;
  background:#fff;
  border-radius:16px;
  height: 350px;
  padding:18px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  border:1px solid rgba(0,0,0,0.05);
}
.wc-title{
  text-align:center;
  color:var(--accent2);
  margin-bottom:10px;
}
.wc-inner{display:flex;gap:12px;}
.wc-left{flex:1;text-align:center;}
.location{font-weight:700;font-size:18px;}
.wc-time{font-size:13px;color:#666;margin-bottom:6px;}
.temp-row{display:flex;align-items:center;justify-content:center;gap:8px;}
.big-temp{font-size:50px;font-weight:700;}
.deg{font-size:18px;margin-top:5px;}
.wc-desc{margin-top:6px;font-weight:600;}
.wc-right{flex:1;}
.wc-list{list-style:none;margin:0;padding:0;font-size:14px;}
.wc-list li{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px dashed rgba(0,0,0,0.04);}
.li-label{color:#555;font-weight:600;}

/* नोटीस बोर्ड */
.notice-board{
  width:360px;
  background:#fff;
  border-radius:16px;
  padding:18px;
  height: 350px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  border:1px solid rgba(0,0,0,0.05);
}
.board-title{
  text-align:center;
  color:var(--accent2);
  margin-bottom:10px;
  border:2px dashed rgba(224,123,0,0.15);
  border-radius:8px;
  padding:6px;
}

/* नोटीस स्क्रोल */
.notice-wrap{
  height:180px;
  overflow:hidden;
  border-radius:10px;
  border:1px solid rgba(0,0,0,0.05);
  padding:6px;
  height: 250px;
  background:linear-gradient(180deg,#fff,#fafafa);
}
.notice-track{
  display:flex;
  flex-direction:column;
  gap:8px;
  height: 300px;
  animation:scroll var(--duration) linear infinite;
}
.notice{
  background:#fff8ef;
  padding:10px 12px;
  border-radius:8px;
  border-left:4px solid var(--accent2);
  font-size:14px;
  line-height:1.4;
  box-shadow:0 4px 10px rgba(0,0,0,0.03);
}
@keyframes scroll{
  0%{transform:translateY(0);}
  100%{transform:translateY(-50%);}
}

/* Hover pause */
.notice-wrap:hover .notice-track{animation-play-state:paused;}

@media(max-width:800px){
  .weather-card,.notice-board{width:90%;}
  .info-section{flex-direction:column;align-items:center;}
}


/*---------------------------- watch------------*/

/* From Uiverse.io by Spacious74 */ 
.watch {
  position: relative;
  transform: scale(0.7);
  margin-top: 20px;
}
.watch::after,
.watch::before {
  content: "";
  width: 10rem;
  height: 0px;
  background: radial-gradient(circle at 200px, rgb(0, 0, 0), rgb(48, 48, 48));
  box-shadow: inset 0px -10px 18px #ffffffb9, 10px 0px 30px #00000071;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
}
.watch::before {
  content: "";
  width: 10rem;
  height: 0px;
  background: radial-gradient(circle at 200px, rgb(0, 0, 0), rgb(48, 48, 48));
  box-shadow: inset 0px 10px 18px #ffffffb9, 10px 0px 30px #00000071;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
}
.dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 140%);
  padding: 3px;
  z-index: 20;
}
.dots .dot {
  width: 17px;
  aspect-ratio: 1;
  background-color: #000000;
  border-radius: 100px;
  display: block;
  margin-bottom: 20px;
  box-shadow: inset 2px 0 5px #ffffff48;
}
.frame {
  background: #ebf0ee;
  border-radius: 92px;
  box-shadow: inset 0 0 24px 1px #0d0d0d, inset 0 0 0 12px #606c78,
    0 20px 30px #00000071;
  height: 380px;
  margin: 0 20px;
  padding: 28px 26px;
  position: relative;
  width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.text {
  color: #080808;
  font-size: 10rem;
  font-family: serif;
  font-weight: bolder;
  line-height: 0.8;
  text-shadow: 0 0 40px #d7d886c7;
}
.frame::before {
  border: 1px solid #0d0d0d;
  border-radius: 80px;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5),
    inset 0 0 12px 2px rgba(255, 255, 255, 0.75);
  content: "";
  height: 356px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 18.625rem;
}
.sideBtn {
  background: #606c78;
  border-left: 1px solid #000;
  border-radius: 8px 6px 6px 8px / 20px 6px 6px 20px;
  box-shadow: inset 8px 0 8px 0 #1c1f23, inset -2px 0 6px #272c31,
    -4px 0 8px #0d0d0d40;
  height: 72px;
  position: absolute;
  right: 6px;
  top: 108px;
  width: 18px;
  z-index: 9;
}
.sideBtn::before {
  background: #272c31;
  border-radius: 20%;
  box-shadow: 0 -30px rgba(62, 70, 77, 0.75), 0 -27px #272c31, 0 -25px #000,
    0 -21px rgba(62, 70, 77, 0.75), 0 -18px #272c31, 0 -16px #000,
    0 -12px rgba(62, 70, 77, 0.75), 0 -9px #272c31, 0 -7px #000,
    0 -3px rgba(62, 70, 77, 0.75), 0 0 #272c31, 0 2px #000,
    0 6px rgba(62, 70, 77, 0.75), 0 9px #272c31, 0 11px #000,
    0 15px rgba(62, 70, 77, 0.75), 0 18px #272c31, 0 20px #000,
    0 24px rgba(62, 70, 77, 0.75), 0 27px #272c31, 0 29px #000;
  content: "";
  height: 3px;
  margin-top: -2px;
  position: absolute;
  right: 2px;
  top: 50%;
  width: 10px;
  z-index: 9;
}
.sideBtn::after {
  background: #16181b;
  border-radius: 2px 4px 4px 2px / 20px 8px 8px 20px;
  box-shadow: inset -2px 0 2px 0 #000, inset -6px 0 18px #272c31;
  content: "";
  height: 72px;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
}

.powerBtn {
  background: #272c31;
  border-radius: 2px 4px 4px 2px / 2px 8px 8px 2px;
  box-shadow: inset 0 0 2px 1px #101315;
  height: 72px;
  position: absolute;
  right: 18px;
  top: 212px;
  width: 4px;
}


.text {
  color: #080808;
  font-size: 10rem;
  font-family: serif;
  font-weight: bolder;
  line-height: 0.8;
  text-shadow: 0 0 40px #d7d886c7;
}

/* AM/PM लहान मजकूर */
.ampm {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
}

/* तारीख आणि दिवस */
.date {
  font-size: 1.2rem;
  color: #f80606;
  margin-top: 5px;
  font-family: 'Noto Sans Devanagari', sans-serif;
}