/* [project]/src/components/compound/landingPage/styles.module.css [app-client] (css) */
.styles-module__PQ3kwW__heroGradient {
  background: linear-gradient(135deg, #dc2626 0%, #7f1d1d 100%);
}

.styles-module__PQ3kwW__serviceCard {
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.styles-module__PQ3kwW__serviceCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px #dc262626;
}

.styles-module__PQ3kwW__formInput:focus {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px #dc26261a;
}

.styles-module__PQ3kwW__navLink {
  transition: all .3s;
  position: relative;
}

.styles-module__PQ3kwW__navLink:hover {
  color: #dc2626;
}

.styles-module__PQ3kwW__navLink:after {
  content: "";
  background-color: #dc2626;
  width: 0;
  height: 2px;
  transition: all .3s;
  position: absolute;
  bottom: -4px;
  left: 50%;
}

.styles-module__PQ3kwW__navLink:hover:after {
  width: 100%;
  left: 0;
}

.styles-module__PQ3kwW__emergencyBtn {
  animation: 2s infinite styles-module__PQ3kwW__pulse;
  box-shadow: 0 0 20px #dc26264d;
}

@keyframes styles-module__PQ3kwW__pulse {
  0% {
    box-shadow: 0 0 #dc2626b3, 0 0 20px #dc26264d;
  }

  70% {
    box-shadow: 0 0 0 15px #dc262600, 0 0 20px #dc26264d;
  }

  100% {
    box-shadow: 0 0 #dc262600, 0 0 20px #dc26264d;
  }
}

.styles-module__PQ3kwW__glassEffect {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff1a;
  border: 1px solid #fff3;
}

@keyframes styles-module__PQ3kwW__ping {
  75%, 100% {
    opacity: 0;
    transform: scale(1.2);
  }
}

.styles-module__PQ3kwW__animatePing {
  animation: 1.5s cubic-bezier(0, 0, .2, 1) infinite styles-module__PQ3kwW__ping;
}

.styles-module__PQ3kwW__gradientText {
  background: linear-gradient(135deg, #dc2626, #991b1b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.styles-module__PQ3kwW__bgClipText {
  -webkit-background-clip: text;
  background-clip: text;
}

.styles-module__PQ3kwW__textTransparent {
  color: #0000;
}

.styles-module__PQ3kwW__sectionDivider {
  background: linear-gradient(90deg, #0000 0%, #dc2626 50%, #0000 100%);
  width: 100px;
  height: 2px;
  margin: 0 auto;
}

@keyframes styles-module__PQ3kwW__tilt {
  0%, 50%, 100% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(1deg);
  }

  75% {
    transform: rotate(-1deg);
  }
}

.styles-module__PQ3kwW__animateTilt {
  animation: 10s linear infinite styles-module__PQ3kwW__tilt;
}

.styles-module__PQ3kwW__floatingCard {
  animation: 6s ease-in-out infinite styles-module__PQ3kwW__float;
}

@keyframes styles-module__PQ3kwW__float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.styles-module__PQ3kwW__progressStep {
  transition: all .3s;
}

.styles-module__PQ3kwW__progressStepActive {
  color: #fff;
  background: #dc2626;
}

.styles-module__PQ3kwW__iconBounce {
  animation: 2s infinite styles-module__PQ3kwW__iconBounce;
}

@keyframes styles-module__PQ3kwW__iconBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

.styles-module__PQ3kwW__fadeIn {
  animation: .6s ease-out styles-module__PQ3kwW__fadeIn;
}

@keyframes styles-module__PQ3kwW__fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.styles-module__PQ3kwW__serviceIcon {
  background: linear-gradient(135deg, #dc2626, #991b1b);
  transition: all .3s;
}

.styles-module__PQ3kwW__serviceCard:hover .styles-module__PQ3kwW__serviceIcon {
  transform: scale(1.1)rotate(5deg);
}

.styles-module__PQ3kwW__customShadow {
  box-shadow: 0 10px 40px #0000001a;
}

.styles-module__PQ3kwW__textShadow {
  text-shadow: 0 2px 4px #0000004d;
}

.styles-module__PQ3kwW__tabButtonsContainer {
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  flex-wrap: wrap;
  padding: .5rem;
  display: flex;
}

.styles-module__PQ3kwW__tabButton {
  text-align: center;
  white-space: nowrap;
  color: #4b5563;
  background-color: #0000;
  border-bottom: 3px solid #0000;
  border-radius: .75rem;
  flex-grow: 1;
  margin: .25rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  transition: all .3s;
}

.styles-module__PQ3kwW__tabButton:hover {
  color: #dc2626;
  background-color: #fef2f2;
}

.styles-module__PQ3kwW__tabButtonActive {
  color: #dc2626;
  background-color: #fff;
  border-color: #dc2626;
  box-shadow: 0 -2px 10px #0000000d;
}

.styles-module__PQ3kwW__tabContent {
  background-color: #fff;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 2rem;
  display: none;
}

.styles-module__PQ3kwW__tabContentActive {
  display: block;
}

.styles-module__PQ3kwW__tabContent form {
  background-color: #fcfcfc;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 1.5rem;
}

.styles-module__PQ3kwW__tabContent .styles-module__PQ3kwW__space-y-2 > div {
  margin-bottom: 1rem;
}

.styles-module__PQ3kwW__tabContent .styles-module__PQ3kwW__space-y-4 > button {
  margin-bottom: .75rem;
}

.styles-module__PQ3kwW__chatContainer {
  z-index: 1000;
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 350px;
  max-height: 500px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 5px 15px #0003;
}

.styles-module__PQ3kwW__chatHeader {
  color: #fff;
  background: #dc2626;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.styles-module__PQ3kwW__chatMessages {
  flex-grow: 1;
  height: 300px;
  padding: 15px;
  overflow-y: auto;
}

.styles-module__PQ3kwW__chatInput {
  border-top: 1px solid #eee;
  padding: 10px;
  display: flex;
}

.styles-module__PQ3kwW__chatInput input {
  border: 1px solid #ddd;
  border-radius: 20px;
  outline: none;
  flex-grow: 1;
  padding: 10px;
}

.styles-module__PQ3kwW__chatInput button {
  color: #fff;
  cursor: pointer;
  background: #dc2626;
  border: none;
  border-radius: 20px;
  margin-left: 10px;
  padding: 10px 15px;
}

.styles-module__PQ3kwW__message {
  border-radius: 18px;
  max-width: 80%;
  margin-bottom: 10px;
  padding: 8px 12px;
}

.styles-module__PQ3kwW__userMessage {
  color: #fff;
  background: #dc2626;
  border-bottom-right-radius: 5px;
  margin-left: auto;
}

.styles-module__PQ3kwW__botMessage {
  color: #333;
  background: #f3f4f6;
  border-bottom-left-radius: 5px;
  margin-right: auto;
}

.styles-module__PQ3kwW__closeChat {
  cursor: pointer;
  font-size: 20px;
}

.styles-module__PQ3kwW__contactInfo {
  z-index: 100;
  opacity: 0;
  background: #fff;
  border-radius: 8px;
  min-width: 300px;
  padding: 15px;
  transition: all .3s;
  display: none;
  position: absolute;
  right: 0;
  transform: translateY(10px);
  box-shadow: 0 5px 15px #0003;
}

.styles-module__PQ3kwW__navLink:hover .styles-module__PQ3kwW__contactInfo {
  opacity: 1;
  display: block;
  transform: translateY(0);
}

.styles-module__PQ3kwW__contactInfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.styles-module__PQ3kwW__contactInfo li {
  border-bottom: 1px solid #f3f4f6;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.styles-module__PQ3kwW__contactInfo li:last-child {
  border-bottom: none;
}

.styles-module__PQ3kwW__contactInfo li i {
  color: #dc2626;
  text-align: center;
  width: 20px;
  margin-right: 10px;
}

.styles-module__PQ3kwW__contactInfo li strong {
  color: #dc2626;
  margin-bottom: 2px;
  font-size: .9rem;
  display: block;
}

.styles-module__PQ3kwW__contactInfo li span {
  color: #4b5563;
  font-size: .9rem;
}

.styles-module__PQ3kwW__headerContainer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.styles-module__PQ3kwW__headerLogo {
  transition: transform .3s;
}

.styles-module__PQ3kwW__headerLogo:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .styles-module__PQ3kwW__headerNav {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .styles-module__PQ3kwW__headerLogoContainer {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .styles-module__PQ3kwW__navLink {
    width: 100%;
    padding: 10px 0;
  }

  .styles-module__PQ3kwW__contactInfo {
    width: auto;
    position: fixed;
    left: 20px;
    right: 20px;
  }

  .styles-module__PQ3kwW__tabButtonsContainer {
    flex-wrap: nowrap;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .styles-module__PQ3kwW__tabButton {
    min-width: max-content;
  }
}

/*# sourceMappingURL=src_components_compound_landingPage_styles_module_59ac44e6.css.map*/