#hohyte-testimonial-wrapper {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #0f172a;
box-sizing: border-box;
width: 100%;
}
#hohyte-testimonial-wrapper *,
#hohyte-testimonial-wrapper *::before,
#hohyte-testimonial-wrapper *::after {
box-sizing: border-box;
}
#hohyte-testimonial-wrapper .hohyte-grid-container {
display: grid !important;
grid-template-columns: 1fr 1fr !important;
gap: 3rem !important;
width: 100% !important;
}
#hohyte-testimonial-wrapper input[type="text"],
#hohyte-testimonial-wrapper input[type="email"],
#hohyte-testimonial-wrapper textarea {
width: 100% !important;
padding: 0.875rem 1rem !important;
border: 1px solid #cbd5e1 !important;
border-radius: 8px !important;
font-size: 1rem !important;
background-color: #ffffff !important;
color: #0f172a !important;
outline: none !important;
transition: all 0.3s ease !important;
}
#hohyte-testimonial-wrapper input[type="text"]:focus,
#hohyte-testimonial-wrapper input[type="email"]:focus,
#hohyte-testimonial-wrapper textarea:focus {
border-color: #2563eb !important;
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
}
#hohyte-testimonial-wrapper textarea {
resize: vertical !important;
min-height: 120px !important;
}
#hohyte-testimonial-wrapper label {
display: block !important;
margin-bottom: 0.5rem !important;
font-weight: 600 !important;
font-size: 0.9rem !important;
color: #334155 !important;
}
#hohyte-testimonial-wrapper .visually-hidden {
position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
} #hohyte-testimonial-wrapper .rating-input {
display: flex !important;
flex-direction: row-reverse !important;
justify-content: flex-end !important;
gap: 4px !important;
margin-bottom: 1.5rem !important;
}
#hohyte-testimonial-wrapper .rating-input input {
display: none !important;
}
#hohyte-testimonial-wrapper .rating-input label {
cursor: pointer !important;
width: 48px !important;
height: 48px !important;
display: inline-block !important;
}
#hohyte-testimonial-wrapper .rating-input label svg {
width: 100% !important;
height: 100% !important;
display: block !important;
} #hohyte-testimonial-wrapper .rating-input.rating-large label {
width: 56px !important;
height: 56px !important;
}
#hohyte-testimonial-wrapper .file-upload { position: relative; display: inline-block; width: 100%; }
#hohyte-testimonial-wrapper .file-upload input[type="file"] { display: none; }
#hohyte-testimonial-wrapper .file-upload-label {
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 1.25rem !important;
border: 2px dashed #cbd5e1 !important;
border-radius: 8px !important;
cursor: pointer !important;
color: #64748b !important;
background-color: #ffffff !important;
transition: all 0.3s ease !important;
font-size: 0.95rem !important;
}
#hohyte-testimonial-wrapper .file-upload-label:hover {
border-color: #2563eb !important;
color: #2563eb !important;
background-color: #eff6ff !important;
}
#hohyte-testimonial-wrapper .submit-btn {
width: 100% !important;
padding: 1.125rem !important;
background-color: #2563eb !important;
color: white !important;
border: none !important;
border-radius: 8px !important;
font-size: 1rem !important;
font-weight: 600 !important;
cursor: pointer !important;
transition: all 0.3s ease !important;
margin-top: 1rem !important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
gap: 0.5rem !important;
}
#hohyte-testimonial-wrapper .submit-btn:hover {
background-color: #1d4ed8 !important;
transform: translateY(-2px);
}
#hohyte-testimonial-wrapper .submit-btn:disabled {
opacity: 0.6 !important;
cursor: not-allowed !important;
transform: none !important;
}
#hohyte-testimonial-wrapper .back-btn {
width: 100% !important;
padding: 0.875rem !important;
background: transparent !important;
color: #64748b !important;
border: 1px solid #cbd5e1 !important;
border-radius: 8px !important;
font-size: 0.9rem !important;
font-weight: 600 !important;
cursor: pointer !important;
transition: all 0.2s ease !important;
margin-top: 0.75rem !important;
}
#hohyte-testimonial-wrapper .back-btn:hover {
border-color: #94a3b8 !important;
color: #334155 !important;
}
#hohyte-testimonial-wrapper .testimonial-card {
background: #ffffff !important;
border-radius: 20px !important;
padding: 2.5rem !important;
box-shadow: 0 10px 40px -10px rgba(0,0,0,0.08) !important;
border: 1px solid rgba(226, 232, 240, 0.8) !important;
position: relative !important;
overflow: hidden !important;
}
#hohyte-testimonial-wrapper .testimonial-card::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 4px;
background: linear-gradient(90deg, #2563eb, #38bdf8);
}
#hohyte-testimonial-wrapper .stars {
display: flex !important;
gap: 4px !important;
margin-bottom: 1.5rem !important;
color: #fbbf24 !important;
}
#hohyte-testimonial-wrapper .star { width: 20px; height: 20px; }
#hohyte-testimonial-wrapper .preview-text {
font-size: 1.15rem !important;
line-height: 1.7 !important;
color: #334155 !important;
margin-bottom: 2.5rem !important;
font-style: italic !important;
}
#hohyte-testimonial-wrapper .preview-author {
display: flex !important;
align-items: center !important;
gap: 1.25rem !important;
border-top: 1px solid #f1f5f9 !important;
padding-top: 1.5rem !important;
}
#hohyte-testimonial-wrapper .preview-avatar {
width: 56px !important;
height: 56px !important;
border-radius: 50% !important;
object-fit: cover !important;
background-color: #f8fafc !important;
border: 2px solid #fff !important;
box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1) !important;
} #hohyte-testimonial-wrapper .hohyte-step { display: none; }
#hohyte-testimonial-wrapper .hohyte-step.is-active { display: block; }
#hohyte-testimonial-wrapper .rating-summary {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: #eff6ff;
border: 1px solid #bfdbfe;
color: #1d4ed8;
padding: 0.5rem 1rem;
border-radius: 999px;
font-size: 0.9rem;
font-weight: 600;
margin-bottom: 1.5rem;
}
#hohyte-testimonial-wrapper .rating-summary .stars-mini {
display: inline-flex;
gap: 2px;
color: #fbbf24;
}
#hohyte-testimonial-wrapper .rating-summary .stars-mini .star { width: 16px; height: 16px; } #hohyte-testimonial-wrapper .choice-group {
display: flex !important;
gap: 0.75rem !important;
flex-wrap: wrap !important;
}
#hohyte-testimonial-wrapper .choice-group input { display: none !important; }
#hohyte-testimonial-wrapper .choice-group label {
flex: 1 1 auto !important;
min-width: 110px !important;
text-align: center !important;
padding: 0.75rem 1rem !important;
border: 1px solid #cbd5e1 !important;
border-radius: 8px !important;
background: #fff !important;
color: #334155 !important;
font-weight: 600 !important;
font-size: 0.9rem !important;
cursor: pointer !important;
transition: all 0.2s ease !important;
margin-bottom: 0 !important;
}
#hohyte-testimonial-wrapper .choice-group label:hover {
border-color: #2563eb !important;
color: #2563eb !important;
}
#hohyte-testimonial-wrapper .choice-group input:checked + label {
background: #2563eb !important;
border-color: #2563eb !important;
color: #fff !important;
} #hohyte-testimonial-wrapper .hohyte-slider {
-webkit-appearance: none;
appearance: none;
width: 100% !important;
height: 8px;
border-radius: 999px;
background: #e2e8f0;
outline: none !important;
margin: 0.5rem 0 0.5rem !important;
padding: 0 !important;
border: none !important;
box-shadow: none !important;
transition: background 0.2s ease;
}
#hohyte-testimonial-wrapper .hohyte-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 24px;
height: 24px;
border-radius: 50%;
background: #2563eb;
cursor: pointer;
border: 3px solid #fff;
box-shadow: 0 1px 4px rgba(37, 99, 235, 0.4);
}
#hohyte-testimonial-wrapper .hohyte-slider::-moz-range-thumb {
width: 22px;
height: 22px;
border-radius: 50%;
background: #2563eb;
cursor: pointer;
border: 3px solid #fff;
box-shadow: 0 1px 4px rgba(37, 99, 235, 0.4);
}
#hohyte-testimonial-wrapper .hohyte-slider:focus {
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15) !important;
}
#hohyte-testimonial-wrapper .slider-val {
display: inline-block;
background: #eff6ff;
color: #1d4ed8;
font-weight: 700;
border-radius: 6px;
padding: 1px 10px;
font-size: 0.82rem;
margin-left: 0.4rem;
}
#hohyte-testimonial-wrapper .slider-ends {
display: flex;
justify-content: space-between;
font-size: 0.78rem;
color: #94a3b8;
margin-top: 0.25rem;
} #hohyte-testimonial-wrapper .modal-overlay {
display: none;
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(15, 23, 42, 0.6);
backdrop-filter: blur(4px);
align-items: center;
justify-content: center;
z-index: 9999;
}
#hohyte-testimonial-wrapper .modal-box {
background: white; padding: 2.5rem; border-radius: 16px; text-align: center; max-width: 420px; width: 90%;
}
@media (max-width: 992px) {
#hohyte-testimonial-wrapper .hohyte-grid-container {
grid-template-columns: 1fr !important;
}
}