*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.weather_card{
    margin: 35px 30px;
    border: 1px solid #ddd;
    padding: 10px ;
    border-radius: 8px;
}
.weather_card p{
    color: #a0a0a0;
}
.weather_card .wc_list{
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}
.wc_list .wc_list_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wc_list .wc_list_a ul{

    display: flex;
    flex-direction: column;
    width: 200px;
    border: 1px solid #ddd;
    margin: auto;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px 0;
    background: transparent linear-gradient(180deg, #002765 0%, #114BA7 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 40px #00000017;
    border-radius: 15px;
    height: -webkit-fill-available;
}   
.wc_list .wc_list_a ul li{
    list-style-type: none;
    color: #fff;
    text-align: center;
}

/* faq city*/

.container_news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 30px;
    /* max-width: fit-content; */
}
.container_news .container_newsa{
    /* max-width: 750px; */
    width: 850px;
}
.container_news .container_newsb{
    /* max-width: 200px; */
}
.container_newsb img{
    max-width: 400px;
    border-radius: 10px;
}
.weather-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.weather-container .left-panel, .report-wrapper {
    max-width: 600px;
    margin: 0 30px;
    background: linear-gradient(135deg, #f0f4f8, #dbeafe);
    padding: 20px;
    border-radius: 20px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
    transition: 0.3s ease;
    flex: 1 1 300px;
  }

  #citySelect {
  width: 100%;
  padding: 12px 40px 12px 16px; /* Add right padding for space */
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  background-color: #fff;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  cursor: pointer;
  }


  #citySelect:focus {
  outline: none;
  border-color: #fff;
  box-shadow: none;
    }


  .weather-card {
    text-align: center;
    color: #1e293b;
    padding: 10px 0;
  }

  .weather-card h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .weather-card h3 {
    font-size: 16px;
    font-weight: 400;
    color: #64748b;
    margin-bottom: 20px;
  }

  .main-temp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }

  .main-temp img {
    width: 60px;
    margin-right: 10px;
  }

  #temp {
    font-size: 36px;
    font-weight: bold;
    color: #0f172a;
  }

  #condition {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #334155;
  }

  .details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    font-size: 15px;
    color: #475569;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.04);
  }

  .details div span {
    font-weight: 600;
    color: #1e3a8a;
  }

  @media (max-width: 480px) {
    .weather-container {
      padding: 16px;
      border-radius: 16px;
    }

    .main-temp img {
      width: 48px;
    }

    #temp {
      font-size: 28px;
    }

    .details {
      font-size: 14px;
    }
  }
  
  /* Right panel styling */
.panel-heading {
  background: #f59e0b;
  color: white;
  padding: 12px 16px;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.history-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.history-card {
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  flex: 1 1 180px;
  text-align: center;
}

.history-temp {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}

.history-details p {
  font-size: 0.85rem;
  margin: 2px 0;
}

  .report-wrapper {
  background: #f1effd;
  padding: 20px;
  border-radius: 12px;
  max-width: 100%;
  box-sizing: border-box;
}

.report-heading {
  background: #f59e0b;
  color: white;
  font-weight: bold;
  padding: 12px 16px;
  border-radius: 8px 8px 0 0;
  font-size: 1.1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.report-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}

.report-card {
  background: white;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  flex: 1 1 240px;
  max-width: 280px;
  box-sizing: border-box;
  text-align: center;
}

.report-date {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 12px;
}

.report-temp {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  gap: 8px;
  margin-bottom: 6px;
}

.weather-icon {
  width: 36px;
  height: 36px;
}

.condition {
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

.report-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 0.9rem;
  gap: 6px;
  color: #333;
  margin-top: 10px;
}

.report-details div {
  text-align: left;
}

hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #eee;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .report-cards {
    flex-direction: column;
    align-items: center;
  }
}

  