@font-face {
  font-family: 'Estedad-Medium';
  src: url('./Estedad-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Estedad-SemiBold';
  src: url('./Estedad-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Estedad-Bold';
  src: url('./Estedad-Bold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}


body {
  font-family: 'Estedad-Medium';
  background-color: #F8FAFC;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.container {
  background-color: white;
  width: 500px;
  margin: auto;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.header {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding: 16px 18px;
gap: 16px;
background: #ECECEC;
border: 1px solid #C8C8C8;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}

.header img {
  width: 73px;
  height: 63px;
  border-radius: 8px;
}

.header-text {
  
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 4px;

}

.header-text h1 {
margin: 0px;
padding: 0;
  font-family:'Estedad-Bold';
  font-size: 24px;
  font-weight: bold;
  color: #111827;
}

.header-text p {
  margin: 0;
  font-size: 16px;
  color: gray;
  color: #111827;
}

.section-title {
  font-family: 'Estedad-SemiBold';
  color: #475569;
  font-size: 16px;
  margin-top: 16px;
  
  text-align: right;
  display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 0px 0px 4px;
gap: 10px;
border-bottom: 1px solid #475569;
}

.contact-item {
  display: flex;
 width: 100%;
  flex-direction: row;
  justify-content: space-between;
align-items: center;
padding: 8px 0px;

}

.contact-btn {
  background-color: #00c292;
  font-family: 'Estedad-Bold';
  color: white;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px;
  gap: 6px;
  font-size: 14px;
  margin: 0px;
  text-decoration: none;
  
  background: #00907F;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}


.phone-number {
  font-size: 24px;
  width: 210px;
  text-align: right;
}

.social-section {
display: flex;
flex-direction: column;
margin: 0px;
padding: 0px 8px;
gap: 6px;
}

.telegram,
.eitaa {
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px;
gap: 8px;
margin-bottom: 8px;
background: #269DD9;
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15);
border-radius: 6px;
}

.telegram {
  background-color: #29a9ea;
}

.eitaa {
  background-color: #f57c00;
}
