/* Contact Page Styles */
.mainBackground {
  /* Orijinal maviden başlayıp yavaşça sayfanın siyah arka planına (#0a0510) eriyen kusursuz geçiş */
  background: linear-gradient(180deg, #3a82aa 0%, #1e5a7a 70%, #0a0510 100%);
  min-height: 50vh;
  padding: 130px 0 2rem 0; /* Sticky navbarın altında kalmaması için pt-130px eklendi */
}

.softwareBrandLogoContainer {
  padding-top: 1rem;
}

.softwareBreadcrumbText {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 2rem;
}

.softwareBrandLogoTitle {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Rajdhani", sans-serif;
}

.softwareBrandLogoShortDesc {
  color: #ffd700;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.softwareBrandLogoDesc {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 2rem;
}

@keyframes contactFloat {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}

.softwareBrandLogoImg {
  max-width: 60%;
  height: auto;
  margin: 0 auto;
  display: block;
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5));
  animation: contactFloat 6s ease-in-out infinite; /* Kullanıcının istediği 3D hareket */
}

.softwareContactAddressCard {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.softwareContactAddressCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.softwareContactAddressIconDiv {
  background: linear-gradient(135deg, #3a82aa 0%, #5aa3c8 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.softwareContactAddressIcon {
  color: #ffffff;
  font-size: 24px;
}

.softwareContactAddressText {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

.softwareContactAddressText strong {
  display: block;
  color: #1e5a7a;
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.softwareDotTitleBlue {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1e5a7a;
  margin-bottom: 1rem;
  font-family: "Rajdhani", sans-serif;
}

.softwareDotIconBlue {
  text-align: center;
  color: #3a82aa;
  font-size: 12px;
  margin-bottom: 2rem;
}

.softwareDotMobileTitle {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1e5a7a;
  margin-bottom: 0.5rem;
}

.softwareDotMobileIcon {
  text-align: center;
  color: #3a82aa;
  font-size: 10px;
  margin-bottom: 1rem;
}

.softwareDotMobileSubTitle {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-bottom: 1.5rem;
}
