@font-face {
	font-family: 'MontserratBold';
	src: url('../fonts/Montserrat-Bold.otf') format("opentype");
}
@font-face {
	font-family: 'MontserratExtraBold';
	src: url('../fonts/Montserrat-ExtraBold.otf') format("opentype");
}
@font-face {
	font-family: 'MontserratItalic';
	src: url('../fonts/Montserrat-Italic.otf') format("opentype");
}
@font-face {
	font-family: 'MontserratLight';
	src: url('../fonts/Montserrat-Light.otf') format("opentype");
}
@font-face {
	font-family: 'MontserratMedium';
	src: url('../fonts/Montserrat-Medium.otf') format("opentype");
}
@font-face {
	font-family: 'MontserratRegular';
	src: url('../fonts/Montserrat-Regular.otf') format("opentype");
}
@font-face {
	font-family: 'MontserratSemiBold';
	src: url('../fonts/Montserrat-SemiBold.otf') format("opentype");
}
@font-face {
	font-family: 'RalewayMedium';
	src: url('../fonts/Raleway-Medium.ttf') format('ttf');
}
@font-face {
	font-family: 'RalewaySemiBold';
	src: url('../fonts/Raleway-SemiBold.ttf') format('ttf');
}

@font-face {
	font-family: 'DINRegular';
	src: url('../fonts/DINNextLTArabic-Regular.otf') format("opentype");
}
@font-face {
	font-family: 'DINBold';
	src: url('../fonts/DINNextLTArabic-Bold.otf') format("opentype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:'DINRegular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(135deg, #e3f2fd 0%, #f5f5f5 100%);
  padding: 40px 20px;
  min-height: 100vh;
}

.profile-card {
  max-width: 680px;
  margin: 0 auto;
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  direction : rtl;
}

.profile-header {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.eye-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.profile-info {
  flex: 1;
}

.profile-info h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.2;
  font-family: 'DINBold'
}

.specialties {
  font-size: 15px;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.5;
}

.clinic-name {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
    font-family: 'DINBold'

}
.language-tags {
  display: flex;
  gap: 10px;
}

.language-tags a{
  text-decoration:none;
}
.action-buttons a{
    text-decoration:none;
}
.links-section a{
   text-decoration:none;

}
.lang-tag {
  padding: 6px 14px;
background: #eef5f6;
    border: 1px solid #d2dfe5;
  border-radius: 6px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.action-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.action-buttons button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'DINRegular';
}

.btn-primary {
  background: #2c7682;
  color: white;
}

.btn-primary:hover {
  background: #216772;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(33, 150, 243, 0.4);
}

.btn-secondary {
  background: #93225d;
  color: white;
}

.btn-secondary:hover {
  background: #71123e;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 131, 143, 0.4);
}

.links-section h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c5f7c;
  margin-bottom: 24px;
  font-family: 'DINBold';
}

.link-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #fafafa;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.link-item:hover {
  background: #f5f5f5;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.link-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.globe-icon {
  background: #86295926;
}

.youtube-icon {
  background: #86295926;
}

.instagram-icon {
  background: #86295926;
}

.facebook-icon {
  background: #86295926;
}

.tiktok-icon {
  background: #86295926;
}

.link-content {
  flex: 1;
}

.link-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
}

.link-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.link-badge {
  padding: 6px 16px;
  background: #2c76821a;
  color: #2c7682;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .profile-card {
    padding: 24px;
  }

  .profile-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-info h1 {
    font-size: 24px;
  }

  .action-buttons {
    flex-direction: column;
  }

  .action-buttons button {
    width: 100%;
    justify-content: center;
  }

  .link-item {
    flex-wrap: wrap;
  }

  .link-badge {
    width: 100%;
    text-align: center;
  }
}
