.pss-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--white);
  display: flex;
  align-items: center;
}

.pss-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
    .stp-model-help svg circle {
        fill: #000000;
    }

.pss-hero-bg .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
}

.shape {
  position: absolute;
  background: linear-gradient(135deg, #ffb800 0%, #ffd700 100%);
  border-radius: 50%;
  opacity: 0.08;
  animation: floatAnimation 20s infinite ease-in-out;
}

.pss-hero-bg .shape-2 {
  width: 200px;
  height: 200px;
  bottom: 50px;
  left: -50px;
  animation-delay: -5s;
}

.pss-hero-bg .shape-3 {
  width: 150px;
  height: 150px;
  top: 50%;
  right: 15%;
  animation-delay: -10s;
}

.pss-hero-container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 2;
  padding: 4rem 1.875rem;
}

.pss-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.pss-hero-text {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.pss-hero-text .pss-hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700 !important;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0 !important;
}

.pss-hero-text .pss-hero-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ffb800 0%, rgba(255, 184, 0, 0) 100%);
    margin-top: 0.5rem;
}

.pss-search-section {
  background: #FFD60287;
  border-radius: 20px;
  padding: clamp(1.5rem, 3vw, 2rem);
     box-shadow: 0 15px 30px #ffd7003d;
  width: 100%;
  max-width: 600px;
}

.search-description {
  text-align: center;
  margin-bottom: 1rem;
}

.search-info {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}
.pss-search-section .pss-search-box .shortcode-container .dgwt-wcas-search-form{
  background-color:#ffd60200 !important;
}
.search-hint {
  color: #000000;
  font-size: clamp(0.875rem, 2vw, 1rem);
}

.stp-search-input-wrapper {
  position: relative;
  margin: 1rem 0;
}

.search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #666;
}

.stp-search-input-wrapper .search-input {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  border: 2px solid #eee;
  border-radius: 12px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.stp-search-input-wrapper .search-input:focus {
  outline: none;
  border-color: #ffd700;
  box-shadow: 0 0 0 4px rgba(255, 184, 0, 0.1);
}

.stp-model-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.stp-model-help svg {
  width: 18px;
  vertical-align: middle;
  height: 18px;
  fill: #000000;
}

.stp-model-help a {
  color: #000000 !important;
  font-weight:600;
  text-decoration: underline;
}

.stp-model-help a:hover{
    color: #2c2c2c !important;
}

.pss-usa-message{
  font-size: 1.125rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #666;
}

.pss-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  width: 100%;
  max-width: 1000px;
  margin: 1rem auto;
}

.pss-features>.feature-card {
  background: #ffffff;
  padding: 1rem;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.pss-features .feature-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  background: rgba(255, 184, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashicons-warning:before,
.dashicons-yes-alt:before,
.dashicons-image-rotate:before,
.dashicons-shield:before {
  color: #ffd700;
}

.pss-features>.feature-card .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  padding-bottom: 0.8rem;
}

.pss-features>.feature-card p {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #666;
  margin-bottom: .5rem;
}

.pss-browse-brands-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: #ffd700;
  border: none;
  border-radius: 12px;
  color: #1a1a1a !important;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pss-browse-brands-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 0.3s ease;
}

.pss-browse-brands-btn:hover {
  background: #ffe44d;
  color: #1a1a1a !important;
}

/* Responsiveness Tab screen */
@media screen and (max-width: 1024px) {
  .pss-features {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }

  .pss-search-section {
    max-width: 500px;
  }

  .shape-1 {
    width: 200px;
    height: 200px;
  }

  .shape-3 {
    right: 5%;
  }
}

/* Responsiveness Mobile screen */
@media screen and (max-width: 768px) {
  .pss-hero {
    min-height: auto;
  }

  .pss-hero-container {
    padding: 3rem 1rem;
  }

  .pss-features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .pss-search-section {
    padding: 1rem;
  }

  .search-input {
    padding: 0.875rem 0.875rem 0.875rem 2.5rem;
  }

  .search-icon {
    left: 0.875rem;
    width: 16px;
    height: 16px;
  }

  .shape {
    opacity: 0.05;
  }

  .shape-1 {
    width: 150px;
    height: 150px;
    top: -50px;
    right: -25px;
  }

  .shape-2 {
    width: 100px;
    height: 100px;
    bottom: 25px;
    left: -25px;
  }

  .shape-3 {
    width: 80px;
    height: 80px;
  }

  .pss-browse-brands-btn {
    padding: 0.875rem 1.5rem;
    font-size: 0.875rem;
  }
      .pss-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
.pss-hero-container {
  padding: 30px 16px;
}
.pss-hero-content {
  gap: 1rem;
}
.pss-features {
  margin: 0px;
}
.pss-usa-message {
  font-weight: 400;
    font-size: 16px;
}
.search-description .search-hint{
font-weight: 400;
}
.search-description .search-hint strong{
font-weight: 600;
}
}
/* Animations */
@keyframes floatAnimation {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  25% {
    transform: translate(10px, 10px) rotate(5deg);
  }

  50% {
    transform: translate(-5px, 15px) rotate(-5deg);
  }

  75% {
    transform: translate(-10px, -5px) rotate(3deg);
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pss-hero-container {
        padding: 40px 16px;
    }
}



@media screen and (min-width: 320px) and (max-width: 768px) {
  .pss-search-section {
  background: #FFD60287;
  border-radius: 20px;
  width: 100%;
}
.search-hint {
    font-weight: 400;
    color: #000;
    font-size:1rem;
}
.page-id-99814 .pss-hero-container .dgwt-wcas-search-form {
    background:none !important;
}
.pss-hero-text .pss-hero-title {
  font-size: 1.5rem;;
}
.stp-model-help a {
    color: #000000 !important;
}
.stp-model-help svg {
    fill: #000000;
}
}