body .musa .left .contact .contact-text {
  /* keep the label as a simple inline-block so the parent anchor's flex
     container can center it reliably */
  display: inline-block;
  vertical-align: middle;
  line-height: 0.8;
  margin-bottom: -0.1em;
  position: relative;
  top: 0.1em;
}

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

/* Music Control Button */
.music-control {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: rgba(42, 52, 47, 0.9);
  border: 2px solid #f1f3ee;
  border-radius: 50%;
  color: #f1f3ee;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(42, 52, 47, 0.3);
}

.music-control:hover {
  background: rgba(42, 52, 47, 1);
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(42, 52, 47, 0.4);
}

.music-control:active {
  transform: scale(0.95);
}

/* Hide audio element */
audio {
  display: none;
}



body {
  font-family: "Mersad", sans-serif;
  width: 100%;
  padding: 40px;
  height: auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2a342f;
  justify-content: center;
  background-color: #F1F3EE;
  background-image: radial-gradient(circle, rgba(42, 52, 47, 0.2) 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

body img {
  width: 40%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

body .musa {
  width: 80%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .musa .left {
  width: 40%;
  height: auto;
}

body .musa .left h1 {
  font-size: 56px;
  margin-bottom: 25px;
}

body .musa .left .contact {
  width: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

body .musa .left .contact .top,
body .musa .left .contact .bottom {
  display: flex;
  /* center icons/text vertically so the OR stays aligned with anchors */
  align-items: baseline;
  margin-top: 10px;
  gap: 8px;
}

body .musa .left .contact .top p {
  font-size: 60px;
  text-align: bottom;
}

body .musa .left .contact a {
  padding: 12px;
  font-size: 28px;
  font-weight: bold;
  color: #2a342f;
  background: #f1f3ee;
  border: 2px solid;
  border-radius: 20px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 180px;
  min-height: 48px;
  /* smooth transform and color transitions */
  transition: transform 220ms cubic-bezier(.2,.8,.2,1), background-color 180ms ease, border-color 180ms ease;
  transform: none;
  cursor: pointer;
}

/* rotate some anchors left and some right on hover/active/focus */
body .musa .left .contact a:nth-of-type(odd):hover,
body .musa .left .contact a:nth-of-type(odd):active,
body .musa .left .contact a:nth-of-type(odd):focus {
  transform: rotate(-5deg);
}

/* Special styling for email link */
body .musa .left .contact a[href^="mailto:"]:hover,
body .musa .left .contact a[href^="mailto:"]:active,
body .musa .left .contact a[href^="mailto:"]:focus {
  background: #FFF5DF;
  border-color: #F5B936;
  color: #F5B936;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

/* Email icon color on hover */
body .musa .left .contact a[href^="mailto:"]:hover .custom-icon,
body .musa .left .contact a[href^="mailto:"]:active .custom-icon,
body .musa .left .contact a[href^="mailto:"]:focus .custom-icon {
  filter: brightness(0) saturate(100%) invert(75%) sepia(95%) saturate(1458%) hue-rotate(359deg) brightness(99%) contrast(92%);
}

/* Special styling for WhatsApp link */
body .musa .left .contact a[href^="https://wa.me/"]:hover,
body .musa .left .contact a[href^="https://wa.me/"]:active,
body .musa .left .contact a[href^="https://wa.me/"]:focus {
  background: #C8F7C5;
  border-color: #00CE26;
  color: #00CE26;
  box-shadow: 0 4px 15px rgba(0, 206, 38, 0.3);
}

/* WhatsApp icon color on hover */
body .musa .left .contact a[href^="https://wa.me/"]:hover .custom-icon,
body .musa .left .contact a[href^="https://wa.me/"]:active .custom-icon,
body .musa .left .contact a[href^="https://wa.me/"]:focus .custom-icon {
  filter: brightness(0) saturate(100%) invert(41%) sepia(89%) saturate(1677%) hue-rotate(95deg) brightness(96%) contrast(101%);
}

/* Special styling for PHONE link */
body .musa .left .contact a[href^="tel:"]:hover,
body .musa .left .contact a[href^="tel:"]:active,
body .musa .left .contact a[href^="tel:"]:focus {
  background: #E0F7FA;
  border-color: #3DDBFF;
  color: #3DDBFF;
  box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
  transform: rotate(5deg);
}

/* PHONE icon color on hover */
body .musa .left .contact a[href^="tel:"]:hover .custom-icon,
body .musa .left .contact a[href^="tel:"]:active .custom-icon,
body .musa .left .contact a[href^="tel:"]:focus .custom-icon {
  filter: brightness(0) saturate(100%) invert(70%) sepia(99%) saturate(2227%) hue-rotate(169deg) brightness(103%) contrast(101%);
}

/* Special styling for TELEGRAM link */
body .musa .left .contact a[href^="https://t.me/"]:hover,
body .musa .left .contact a[href^="https://t.me/"]:active,
body .musa .left .contact a[href^="https://t.me/"]:focus {
  background: #E3F2FD;
  border-color: #0F5BFF;
  color: #0F5BFF;
  box-shadow: 0 4px 15px rgba(15, 91, 255, 0.3);
  transform: rotate(-5deg) !important;
}

/* TELEGRAM icon color on hover */
body .musa .left .contact a[href^="https://t.me/"]:hover .custom-icon,
body .musa .left .contact a[href^="https://t.me/"]:active .custom-icon,
body .musa .left .contact a[href^="https://t.me/"]:focus .custom-icon {
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(7000%) hue-rotate(225deg) brightness(107%) contrast(103%);
}

body .musa .left .contact a:nth-of-type(even):hover,
body .musa .left .contact a:nth-of-type(even):active,
body .musa .left .contact a:nth-of-type(even):focus {
  transform: rotate(5deg);
}

body .musa .left .contact .bottom h1 {
  font-size: 20px;
  /* don't use margin:auto or width:0 (that creates large gaps) */
  margin: 0 8px;
  width: auto;
  align-self: center;
}

body .musa .left .contact .iconify {
  font-size: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1em;
  width: 1em;
  vertical-align: baseline;
  line-height: 1;
}

body .musa .left .contact .custom-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}

body .musa .right {
  color: #2a342f;
}

/* Social section styling */
.social {
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 30px;
  margin: -114px 0 0 0;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.social h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  color: #2a342f;
}

/* Desktop specific alignment for social h1 */
@media (min-width: 769px) {
  .social h1 {
    text-align: left;
  }
}

.socials {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #f8f9fa;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  color: #2a342f;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  min-width: 120px;
  justify-content: center;
}

/* Social buttons hover styling */
.social-btn:hover {
  background: #EDEDED;
  border-color: #CCCCCC;
  color: #2a342f;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.social-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
  body {
    padding: 20px;
  }
  
  body img {
    width: 60%;
    max-width: 300px;
  }
  
  body .musa {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  body .musa .left,
  body .musa .right {
    width: 100%;
  }
  
  body .musa .left h1 {
    font-size: 36px;
    text-align: center;
  }
  
  body .musa .left .contact {
    margin-top: 25px;
  }
  
  body .musa .left .contact .top,
  body .musa .left .contact .bottom {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  body .musa .left .contact a {
    width: 100%;
    max-width: 250px;
  }
  
  .social {
    padding: 20px;
    margin: 0 auto !important;
    text-align: center;
    max-width: 300px;
    width: 90%;
  }
  
  .social h1 {
    font-size: 20px;
    text-align: center;
  }
  
  .socials {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  
  .social-btn {
    width: 80%;
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  body {
    padding: 15px;
  }
  
  body .musa .left h1 {
    font-size: 28px;
  }
  
  body .musa .left .contact a {
    font-size: 24px;
    padding: 10px;
  }
  
  .social {
    padding: 15px;
  }
  
  .social h1 {
    font-size: 18px;
  }
  
  .social-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}