/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Container */
/* .cf7-consult-form {
  background: rgb(39, 50, 66);;
  border: 1px solid transparent;
  padding: 2em;
  border-radius: 6px;
  max-width: 600px;
  margin: 0 auto;
}

.cf7-two-cols p {
  display: flex;
  width: 100%;
  gap: 1em;
}

.cf7-consult-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.wpcf7-form-control-wrap {
  margin-top: 0.5em;
}
.wpcf7-form-control option {
  background-color: rgb(39, 50, 66);
}
.cf7-consult-form input.wpcf7-form-control,
.cf7-consult-form select.wpcf7-form-control,
.cf7-consult-form textarea.wpcf7-form-control {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.95rem;
  box-sizing: border-box;
  color: #fff;
  background-color: transparent;
}

.cf7-consult-form textarea {
  min-height: 120px;
  resize: vertical;
}

.cf7-submit {
  display: block;
  width: 100%;
  padding: 0.85em;
  margin-top: 1em;
  background-color: #d09e43;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.05rem;
  cursor: pointer;
}
.cf7-submit:hover {
  background-color: #b5832b;
}

.cf7-note {
  text-align: center;
  font-size: 0.85rem;
  color: #777;
  margin-top: 0.75em;
}

@media (max-width: 600px) {
  .cf7-two-cols {
    grid-template-columns: 1fr;
  }
} */

/* Animation hover card product */
/* .product-small.col .col-inner {
	.product-small.box .box-image {
		position: relative;
		overflow: hidden;

		&::before {
			content: '';
			position: absolute;
			top: 0;
			left: -75%;
			width: 50%;
			height: 100%;
			background: linear-gradient(
				to right,
				rgba(255,255,255,0) 0%,
				rgba(255,255,255,0.3) 100%
			);
			transform: skewX(-25deg) translateX(0);
			pointer-events: none;
			z-index: 2;
			animation: none;
		}

		&:hover::before {
			animation: shine .5s ease-in-out forwards;
		}
	}
} */




.container-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .icon {
      width: 50px;
      height: 50px;
      border: 5px solid #dc3545;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 36px;
      color: red;
      margin: 20px auto;
  }

  h1 {
      font-size: 48px;
      color: #fff;
      text-align: center;
  }

  h2 {
      font-size: 24px;
      color: #fff;
      margin-top: 20px;
      text-align: center;
  }

  p {
      font-size: 18px;
      color: #ccc;
      line-height: 1.5;
  }
  & .navigation {
    margin-top: 30px;
  }

  & .navigation a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }

  & .navigation a:hover {
    background-color: #0056b3;
  }

  & .navigation form {
    margin-top: 20px;
  }

  & .navigation input {
    padding: 10px;
    width: 200px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  & .navigation button {
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  & .navigation button:hover {
    background-color: #218838;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 600px) {
    .container {
      padding: 10px;
    }

    h1 {
      font-size: 36px;
    }

    h2 {
      font-size: 20px;
    }

    p {
      font-size: 16px;
    }

    .navigation input {
      width: 100%;
    }
  }

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
