.tech-section {
  padding: 0;
  background: transparent;
  color: #666666;
  width: 100%;
}

.tech-section h2 {
  font-family: 'Solway', serif;
  font-size: 22px;
  font-weight: 700;
  color: #666666;
  margin-bottom: 15px;
  text-align: left;
}

#techScroll {
  overflow: hidden !important;
  padding: 10px 0 50px 0 !important;
  width: 100% !important;
  background: transparent !important;
  position: relative;
}

#techScroll .tech-scroll-wrapper {
  display: flex !important;
  flex-direction: row !important;
  gap: 15px !important;
  width: max-content !important;
  animation: scroll-infinite 30s linear infinite !important;
  will-change: transform !important;
}

@keyframes scroll-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#techScroll:hover .tech-scroll-wrapper {
  animation-play-state: paused !important;
}

/* Tooltip - positioned below for horizontal layout */
#techScroll .tech-scroll-wrapper .tech-card {
  width: 250px !important;
  height: 100px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

#techScroll .tech-scroll-wrapper .tech-card:hover {
  border-color: #AF9483 !important;
  box-shadow: 0 4px 8px rgba(175, 148, 131, 0.15) !important;
  transform: translateY(-2px) !important;
}

#techScroll .tech-scroll-wrapper .tech-card:active {
  transform: scale(0.95) !important;
}

#techScroll .tech-scroll-wrapper .tech-card img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain !important;
}

#techScroll .tech-scroll-wrapper .tech-card::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #666666;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  opacity: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  pointer-events: none;
  z-index: 100;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  visibility: hidden;
}

#techScroll .tech-scroll-wrapper .tech-card:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  visibility: visible;
}
.btn-send-email {
  background: #AF9483;
  color: #ffffff !important;
  transition: 0.3s;
  cursor: pointer;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
