.helpline-wrapper {
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(250, 245, 240, 1) 0%,
    rgba(255, 253, 249, 1) 100%
  );
  padding: 1rem 0;
  position: relative;
}
.helpline-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
background: linear-gradient(90deg, rgb(12,46,56) 0%, rgb(112, 156, 159) 33.33%, rgb(220, 20, 60) 33.33%, rgb(220, 20, 60) 66.66%, rgb(112, 156, 159) 66.66%, rgb(19, 70, 86) 100%);
opacity: 0.6;
}
.helpline-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, rgb(12,46,56) 0%, rgb(112, 156, 159) 33.33%, rgb(220, 20, 60) 33.33%, rgb(220, 20, 60) 66.66%, rgb(112, 156, 159) 66.66%, rgb(19, 70, 86) 100%);
  opacity: 0.6;
}
.helpline-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.helpline-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #f0e0c0; /* thin gold-tone border */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1rem;
  /* margin-top: 1rem; */

    width: 100%;
    margin-left: auto;
    box-sizing: border-box;
    margin-right: auto;
    /* padding-left: 8px; */
    /* padding-right: 8px; */
    position: relative;
    z-index: 3

}
.helpline-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.helpline-left .phone-icon-circle {
  width: 40px;
  height: 40px;
  background-color: #c7993d; /* Gold */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.helpline-left .phone-icon-circle svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
.helpline-left .helpline-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.helpline-left .helpline-text .title {
  font-size: 1rem;
  font-weight: 600;
  color: #154a6f;
}
.helpline-left .helpline-text .timing {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.85rem;
  color: #555555;
}
.helpline-left .helpline-text .timing svg {
  width: 16px;
  height: 16px;
  fill: #555555;
}
.helpline-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  
}
.helpline-right .phone-number {
  font-size: 1rem;
  font-weight: 500;
  color: #154a6f;
  padding: 0.35rem 0.75rem;
  border: 1px solid #f0e0c0;
  border-radius: 4px;
  background-color: #fdf8f2;
  flex-shrink: 0;
}

.phone-number-new{
text-align: center;
padding: 12px !important;
    border-radius: 10px;
    font-size: 12px !important;
    font-weight: bold;
    color: #c7993d;
    background: linear-gradient(135deg, rgba(183, 134, 60, 0.12) 0%, rgba(32, 72, 82, 0.08) 100%);
    border: 1px solid rgba(183, 134, 60, 0.25);
    backdrop-filter: blur(10px);
    box-shadow: rgba(183, 134, 60, 0.1) 0px 1px 3px inset;
    text-transform: uppercase;
}

.helpline-right .action-icons {
  display: flex;
  gap: 0.5rem;
}
.helpline-right .action-icons .icon-button {
  width: 36px;
  height: 36px;
  background-color: #154a6f;
  box-shadow: 0px 2px 10px #15496f4b ;
  border: none;
  border-radius: 50%;
  display: flex;
  /* align-items: center;
  justify-content: center; */
  cursor: pointer;
  transition: background-color 0.2s;
}
.helpline-right .action-icons .icon-button.whatsapp {
  background-color: #25d366;
  box-shadow: 0px 2px 10px #25d36559 ;
}
.helpline-right .action-icons .icon-button:hover {
  filter: brightness(0.9);
}
.helpline-right .action-icons svg {
  width: 20px;
  height: 20px;
  fill: #ffffff;
}
@media (max-width: 768px) {
  .helpline-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .helpline-right {
    width: 100%;
    justify-content: space-between;
  }
  .phone-number-new span{
      color:#b7863c !important; 
  }
}
@media (max-width: 480px) {
  .helpline-right .phone-number {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
  }
}

.content-wrapper {
  max-width: 80vw;
  margin: 0 auto;
  padding: 0 1rem;
}

.phone-number-btn {
  background-color: #fdd399;
  color: #322100;
  border: none;
  border-radius: 20px;
  /* padding: 0.5rem 1.25rem; */
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;

}

/* .phone-number{
  text-align: center;
    padding-top: 7.2px;
    padding-bottom: 7.2px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(183, 134, 60, 0.12) 0%, rgba(32, 72, 82, 0.08) 100%);
    border: 1px solid rgba(183, 134, 60, 0.25);
    backdrop-filter: blur(10px);
    box-shadow: rgba(183, 134, 60, 0.1) 0px 1px 3px inset;
} */

.icon-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.call-btn {
  background-color: #154a6f;
  color: #ffffff;
}
.whatsapp-btn {
  background-color: #28a745;
  color: #ffffff;
}
.icon-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* ANNOUNCEMENTS CONTENT */
.announcements-container {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 2rem 1rem;
  width:100%;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}
.announcements-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.announcements-header svg {
  width: 3rem;
  height: 3rem;
  fill: rgb(32, 72, 82);
  opacity: 0.7;
}
.announcements-title {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  margin: 0.5rem 0;
  color: rgb(32, 72, 82);
}
/* .announcements-title::after {
  content: "";
  display: block;
  width: 6rem;
  height: 0.25rem;
  background-color: #c7993d;
  margin: 0.5rem auto 0;
} */
.announcements-subtitle {
  font-size: 1.25rem;
  color: rgb(32, 72, 82);
  opacity: 0.7;
  max-width: 600px;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
.announcements-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.refresh-btn {
  background: none;
  border: 2px solid #154a6f;
  color: #154a6f;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.refresh-btn:hover {
  background-color: #154a6f;
  color: #ffffff;
}
.api-error-chip {
  background-color: #fdd399;
  color: #804300;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 12px;
  display: inline-block;
}
.no-announcements {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1rem;
  /* border: 1px solid #e0e0e0; */
  border-radius: 8px;
  /* background-color: #fafafa; */
}
.no-announcements svg {
  width: 4rem;
  height: 4rem;
  fill: #154a6f;
  opacity: 0.3;
}
.no-announcements h6 {
  font-size: 1.25rem;
  margin: 0;
  color: #154a6f;
}
.no-announcements p {
  font-size: 0.875rem;
  color: #555555;
}

@media screen and (max-width: 768px) {
  body {
    padding: 1rem 0;
  }
  .support-card {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .support-text {
    align-items: center;
    text-align: center;
  }
  .support-right {
    justify-content: center;
  }
  .announcements-title {
    font-size: 2rem;
  }
  .announcements-subtitle {
    font-size: 1rem;
  }
  .refresh-btn,
  .api-error-chip {
    width: 100%;
  }
}
