/* Vertically center the DUVEE TECHNOLOGIES column content */
.gallary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 10px;
  position: relative;
}

/* Optional: Ensure logo and social links have spacing */
.duvee-logo-wrapper {
  margin-top: -65px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.18), 0 1.5px 6px rgba(0,0,0,0.10);
  padding: 20px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}


