/*!
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.main-content .subtitle-tag {
  color: #b5d400 !important;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.main-content .badge-style-line .nectar-badge__inner {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.main-content .sm-text {
  font-size: 14px;
}
.main-content .box-section h2, .main-content .box-section h3, .main-content .box-section h4, .main-content .box-section h5 {
  margin: 0;
}
.main-content #product-featured p {
  font-size: 14px;
}
.main-content #product-featured .box {
  font-size: 14px;
}

body.single-product .container-wrap {
  background: #fff;
}
body .btn-lime {
  color: #0a1628 !important;
  letter-spacing: 0.04em;
  background-color: #b5d400;
  border: none;
  border-radius: 0.375rem;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.2s;
  display: inline-flex;
}

@media only screen and (max-width: 690px) {
  #hero-banner .banner-content br {
    display: none;
  }
}
/* CONTACT FORM 7 CUSTOM DESIGN */
.cf7-custom-form {
  background-color: rgb(10, 22, 40);
  border-radius: 12px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 1;
  transform: none;
}
.cf7-custom-form .cf7-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.cf7-custom-form .cf7-row.full-width {
  display: block;
}
.cf7-custom-form .cf7-col {
  flex: 1;
}
.cf7-custom-form label {
  display: block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #bfc7d6;
}
.cf7-custom-form input,
.cf7-custom-form textarea {
  width: 100%;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 10px 16px;
  height: 46px;
  font-size: 14px;
  color: white;
  font-family: "DM Sans", sans-serif;
  outline: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.cf7-custom-form input::placeholder,
.cf7-custom-form textarea::placeholder {
  color: #8a95a8;
}
.cf7-custom-form textarea {
  height: 135px;
  resize: none;
}
.cf7-custom-form .cf7-submit-wrap {
  text-align: center;
  margin-top: 40px;
}
.cf7-custom-form .cf7-submit-wrap p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "DM Sans", sans-serif;
  margin: 0px;
  max-width: 280px;
  line-height: 1.5;
}
.cf7-custom-form input[type=submit] {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  flex-shrink: 0;
  color: #0a1628;
  letter-spacing: 0.04em;
  background-color: #b5d400 !important;
  border: none;
  border-radius: 0.375rem;
  align-items: center;
  gap: 0.5rem;
  height: 3rem;
  padding: 0 1.75rem;
  font-family: DM Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s, transform 0.2s;
  cursor: pointer;
  width: auto;
  transition: all 0.3s ease;
}
.cf7-custom-form input[type=submit]:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}
.cf7-custom-form {
  /* Responsive */
}
@media (max-width: 768px) {
  .cf7-custom-form .cf7-row {
    flex-direction: column;
    gap: 20px;
  }
  .cf7-custom-form {
    padding: 30px 20px;
  }
  .cf7-custom-form input[type=submit] {
    width: 100%;
  }
}

.main-content .highlight {
  color: oklch(78% 0.18 112deg) !important;
}
.main-content #product-featured .img-with-aniamtion-wrap {
  width: calc(100% + 66px);
  margin-left: -33px;
}
.main-content #product-featured .img-with-aniamtion-wrap img {
  max-height: 380px;
  object-fit: cover;
}
.main-content #product-featured .product-specs {
  width: 100%;
  border-collapse: collapse;
  background: transparent !important;
  color: #fff;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border: 0;
}
.main-content #product-featured .product-specs tr {
  background: transparent !important;
  border: 0;
}
.main-content #product-featured .product-specs tr td {
  width: 50%;
  padding: 0;
  vertical-align: top;
  border: 0;
}
.main-content #product-featured .product-specs .label {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
  font-weight: 700;
}
.main-content #product-featured .box {
  padding: 14px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  margin-bottom: 24px;
}
.main-content .number-listing {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(181, 212, 0, 0.12);
  border: 1px solid rgba(181, 212, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: monospace;
  font-size: 11px;
  font-weight: 700;
  color: rgb(181, 212, 0);
  margin-right: 10px;
}
.main-content #giveback-gallery .wpb_gallery_slidesimage_grid .work-item {
  border-radius: 10px;
}
.main-content #giveback-gallery .wpb_gallery_slidesimage_grid .work-item .work-info-bg {
  opacity: 0;
}
.main-content .nectar-cta {
  font-weight: 700;
  font-size: 14px;
  webkit-transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1), transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), border-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), color 0.45s cubic-bezier(0.25, 1, 0.33, 1), background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.main-content .nectar-cta:hover {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.before-footer {
  font-size: 14px;
}
.before-footer .footer-heading {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  margin: 0;
}
.before-footer .footer-links a.highlight {
  color: #b5d400;
  font-weight: 700;
}