* {
box-sizing: border-box;
}
.custom-product-footer {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
margin-top: 30px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.section-title {
text-align: center;
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 3rem;
color: #333;
} .why-choose-us {
background-color: #F59AA5;
padding: 4rem 0;
color: white;
}
.why-choose-us .section-title {
color: white;
margin-bottom: 3rem;
}
.features-grid {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
gap: 1.5rem;
max-width: 1200px;
margin: 0 auto;
}
.feature-item {
flex: 1 1 0;
min-width: 0;
text-align: center;
padding: 1rem;
}
.feature-icon {
width: 80px;
height: 80px;
margin: 0 auto 1rem;
display: block;
object-fit: contain;
}
.feature-title {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0.5rem;
color: white;
}
.feature-description {
font-size: 0.9rem;
line-height: 1.5;
color: white;
opacity: 0.95;
} .faq-section {
background-color: #fff;
padding: 4rem 0;
}
.faq-list {
max-width: 800px;
margin: 0 auto;
}
.faq-item {
border-bottom: 1px solid #eee;
margin-bottom: 1rem;
}
.faq-question {
width: 100%;
background: none;
border: none;
padding: 1.5rem 0;
text-align: left;
font-size: 1.1rem;
font-weight: 500;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
color: #333;
transition: color 0.3s ease;
}
.faq-question:hover {
color: #F59AA5;
}
.faq-toggle {
font-size: 1.5rem;
font-weight: bold;
color: #F59AA5;
transition: transform 0.3s ease;
}
.faq-question[aria-expanded="true"] .faq-toggle {
transform: rotate(45deg);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
padding: 0 0 0 0;
}
.faq-answer.active {
max-height: 200px;
padding: 0 0 1.5rem 0;
}
.faq-answer p {
color: #666;
line-height: 1.6;
margin: 0;
}
.faq-cta {
text-align: center;
margin-top: 3rem;
}
.cta-button {
background-color: #F59AA5;
color: white;
border: none;
padding: 1rem 2rem;
font-size: 1.1rem;
font-weight: 500;
border-radius: 25px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
}
.cta-button:hover {
background-color: #e88a96;
transform: translateY(-2px);
} .video-testimonials {
background-color: #CDE1F7;
padding: 4rem 0;
}
.video-testimonials-layout {
display: flex;
gap: 2rem;
align-items: flex-start;
}
.video-testimonials-text {
flex: 0 0 300px;
}
.video-testimonials-videos {
flex: 1;
display: flex;
gap: 1rem;
flex-wrap: nowrap;
overflow-x: auto;
}
.video-testimonials-videos .video-item {
flex: 0 0 auto;
width: 150px;
aspect-ratio: 9 / 16;
}
.video-testimonials-text {
background: white;
border-radius: 12px;
padding: 2rem;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
height: fit-content;
}
.video-testimonials-text .section-title {
color: #333;
margin-bottom: 1.5rem;
text-align: left;
font-size: 1.5rem;
line-height: 1.3;
}
.video-testimonials-text p {
font-size: 1rem;
line-height: 1.5;
margin-bottom: 1rem;
}
.testimonial-quote p {
font-size: 1.1rem;
line-height: 1.6;
color: #333;
margin-bottom: 1rem;
font-style: italic;
}
.testimonial-quote .stars {
color: #ffc107;
font-size: 1.5rem;
}
.video-testimonials-videos {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto auto;
gap: 1rem;
align-items: start;
justify-items: center;
}
.video-testimonials-videos > .video-item:nth-child(4),
.video-testimonials-videos > .video-item:nth-child(5) {
grid-column: span 1;
grid-row: 2;
}
.video-slider-container {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 1rem;
}
.video-slider {
flex: 1 1 0%;
min-width: 0;
min-height: 400px;
overflow-x: hidden;
border-radius: 12px;
background: white;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
position: relative;
}
.video-track {
display: flex;
flex-wrap: nowrap;
transition: transform 0.3s ease;
width: 166.66%;
min-height: 400px;
}
.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.video-slider-container {
overflow-x: hidden;
}
.video-slider {
width: 100%;
height: 400px; }
.video-item {
width: 33.33%;
flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
}
.video-slide {
width: 33.33%;
min-width: 0;
min-height: 300px; flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
display: flex;
align-items: stretch;
background-color: rgba(0, 0, 255, 0.1); border: 2px solid blue; }
.video-container {
position: relative;
width: 100%;
aspect-ratio: 9/16; border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
background: #000;
overflow: hidden;
display: flex;
align-items: stretch;
border: 2px solid red; }
.video-container video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-width: 100%;
min-height: 100%;
object-fit: cover;
border: 2px solid blue; }
.slider-btn {
background: white;
border: 2px solid #ddd;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 1.5rem;
color: #333;
transition: all 0.3s ease;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.slider-btn:hover {
background: #f0f0f0;
border-color: #ccc;
transform: scale(1.1);
}
.slider-btn:active {
transform: scale(0.95);
}
.video-dots {
display: flex;
justify-content: center;
gap: 0.5rem;
margin: 1rem auto 0;
width: 100%;
max-width: 300px;
position: relative;
z-index: 2;
padding: 0;
transform: translateX(-5%); }
.video-slider-container {
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 1rem;
padding: 0 60px;
box-sizing: border-box;
overflow: hidden;
}
.video-slider {
flex: 1;
overflow: hidden;
border-radius: 12px;
background: white;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
position: relative;
}
.video-track {
display: flex;
transition: transform 0.3s ease;
width: 166.66%;
}
.video-item-container {
width: 33.33%;
flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
}
.dot {
width: 12px;
height: 12px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.5);
cursor: pointer;
transition: all 0.3s ease;
}
.dot.active,
.dot:hover {
background: white;
transform: scale(1.2);
} .text-image-testimonials {
background-color: #f8f9fa;
padding: 4rem 0;
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
max-width: 1200px;
margin: 0 auto;
}
.testimonial-card {
background: white;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.testimonial-content {
padding: 1.5rem;
}
.stars {
color: #ffc107;
font-size: 1.2rem;
margin-bottom: 0.5rem;
}
.testimonial-title {
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 0.5rem;
color: #333;
}
.testimonial-text {
color: #666;
line-height: 1.6;
margin-bottom: 1rem;
font-size: 0.95rem;
}
.testimonial-author {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.9rem;
}
.author-name {
font-weight: 500;
color: #333;
}
.verified {
color: #28a745;
font-size: 0.8rem;
}
.testimonial-image {
height: 200px;
overflow: hidden;
}
.testimonial-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.testimonial-card:hover .testimonial-image img {
transform: scale(1.05);
} @media (max-width: 768px) {
.section-title {
font-size: 2rem;
margin-bottom: 2rem;
}
.features-grid {
flex-wrap: wrap;
gap: 1rem;
}
.feature-icon {
width: 60px;
height: 60px;
}
.feature-title {
font-size: 1.1rem;
}
.feature-description {
font-size: 0.85rem;
}
.video-testimonials-layout {
grid-template-columns: 1fr;
gap: 2rem;
}
.video-testimonials-text .section-title {
text-align: center;
font-size: 1.8rem;
}
.video-slider-container {
max-width: 100%;
}
.slider-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
}
.prev-btn {
left: 10px;
}
.next-btn {
right: 10px;
}
.video-dots {
display: flex;
justify-content: center;
gap: 0.5rem;
margin: 1rem auto 0;
width: 100%;
max-width: 300px;
position: relative;
z-index: 2;
padding: 0;
transform: none; }
.why-choose-us,
.faq-section,
.video-testimonials,
.text-image-testimonials {
padding: 3rem 0;
}
}
@media (max-width: 480px) {
.section-title {
font-size: 1.8rem;
}
.features-grid {
flex-wrap: wrap;
gap: 0.5rem;
}
.feature-item {
flex: 1 1 45%;
min-width: 45%;
padding: 0.5rem;
}
.testimonial-content {
padding: 1rem;
}
.testimonial-title {
font-size: 1.1rem;
}
.testimonial-text {
font-size: 0.9rem;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}