﻿:root{--white:#FFFF;--page:#f7f9fc;--ink:#14212b;--muted:#5c6a7c;--navy:#0e2a47;--blue:#1f6fff;--teal:#2fbf9f;--sun:#ffd36a;--red:#e63946;--ice:#e8f1ff;--mint:#e9fbf4;--slate:#e6ecf3;--wrap:1240px;--radius:18px;--shadow:0 14px 32px rgba(15,31,53,.1);--s1:8px;--s2:12px;--s3:16px;--s4:24px;--s5:32px;--s6:48px;--s7:64px;--navbar-height:80px;}#testimonials .hero-section{padding-block:48px;display:flex;align-items:center;position:relative;text-align:center;color:#fff;background:url("/images/testimonial-banner.png") no-repeat;background-attachment:fixed;background-position:0 150px;min-height:580px;}#testimonials .hero-section .hero-overlay{position:absolute;inset:0;background:linear-gradient(45deg,rgba(14,42,71,.85),rgba(230,57,70,.6));}#testimonials .hero-section .hero-container{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;}#testimonials .hero-section .hero-container .hero-content{display:flex;flex-direction:column;align-items:center;justify-content:center;}#testimonials h1{color:#fff;}#testimonials .subheadline{font-size:clamp(1.1rem,1rem + .5vw,1.3rem);max-width:600px;margin:16px auto 24px;color:#fff;opacity:.95;}#testimonials .cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;}#testimonials .trust-bar-section{background:#f7f9fc;padding:24px 0;border-bottom:1px solid #e6ecf3;}#testimonials .trust-bar-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;}#testimonials .testimonials-section{background:#fff;}#testimonials .testimonials-section .btn.secondary{color:#0e2a47;}#testimonials .testimonials-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-top:32px;}#testimonials .testimonial-card{background:#fff;border:2px solid #e6ecf3;border-radius:18px;padding:24px;box-shadow:0 14px 32px rgba(15,31,53,.1);transition:transform .2s ease,box-shadow .2s ease;position:relative;}#testimonials .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(15,31,53,.12);}#testimonials .testimonial-card::before{content:'"';font-size:4rem;color:#2fbf9f;position:absolute;top:-10px;left:16px;font-family:Georgia,serif;line-height:1;}#testimonials .testimonial-text{font-size:1.1rem;font-style:italic;color:#14212b;margin-bottom:16px;padding-top:16px;}#testimonials .testimonial-author{font-weight:600;color:#0e2a47;}#testimonials .video-testimonials-section{background:#f7f9fc;}#testimonials .video-slider-container{position:relative;overflow:hidden;margin-top:32px;}#testimonials .video-slider{gap:16px;transition:transform .3s ease;justify-content:center;}@media only screen and (max-width:768px){#testimonials .video-slider{display:grid;grid-template-columns:1fr 1fr;}}@media only screen and (min-width:767px){#testimonials .video-slider{display:flex;}}#testimonials .video-slide{min-width:140px;height:350px;border-radius:18px;overflow:hidden;cursor:pointer;position:relative;box-shadow:0 14px 32px rgba(15,31,53,.1);transition:transform .2s ease;}#testimonials .video-slide:hover{transform:scale(1.05);}#testimonials .video-slide>div.video-cover{width:100%;height:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;background-size:cover;background-position:center center;pointer-events:none;}#testimonials .video-slide>div.video-cover>div{text-align:center;color:#fff;}#testimonials .video-slide>div.video-cover>div i{font-size:2rem;margin-bottom:1rem;}#testimonials .video-slide>div.video-cover>div p{margin:0;font-size:.9rem;}#testimonials .video-slide img{width:100%;height:100%;object-fit:cover;background:linear-gradient(135deg,#0e2a47,#2fbf9f);}#testimonials .video-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent 60%);display:flex;flex-direction:column;justify-content:space-between;padding:16px;pointer-events:none;}#testimonials .play-icon{font-size:3rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);align-self:center;}#testimonials .video-caption{color:#fff;font-weight:600;text-align:center;font-size:.9rem;}#testimonials .slider-nav{display:none;justify-content:center;gap:12px;margin-top:24px;}#testimonials .slider-btn{background:#0e2a47;color:#fff;border:none;border-radius:50%;width:40px;height:40px;cursor:pointer;transition:background .2s ease;}#testimonials .slider-btn:hover{background:#2fbf9f;}#testimonials .submit-section{background:#fff;}#testimonials .form-container{max-width:600px;margin:32px auto 0;}#testimonials .form-group{margin-bottom:24px;}#testimonials .form-group label{display:block;font-weight:600;color:#0e2a47;margin-bottom:8px;}#testimonials .form-group input,#testimonials .form-group textarea{width:100%;padding:16px;border:2px solid #e6ecf3;border-radius:12px;font-family:inherit;font-size:1rem;transition:border-color .2s ease;}#testimonials .form-group input:focus,#testimonials .form-group textarea:focus{outline:none;border-color:#2fbf9f;}#testimonials .upload-area{border:2px dashed #e6ecf3;border-radius:12px;padding:32px;text-align:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;}#testimonials .upload-area.drag,#testimonials .upload-area:hover{border-color:#2fbf9f;background:#e8f1ff;}#testimonials .upload-area .initial i{font-size:2rem;color:#5c6a7c;margin-bottom:12px;}#testimonials .upload-area .initial i,#testimonials .upload-area .initial p{pointer-events:none;}#testimonials .upload-area:not(.uploading) .initial{display:block;pointer-events:none;}#testimonials .upload-area:not(.uploading) .upload-progress{display:none;}#testimonials .upload-area.uploading{pointer-events:none;}#testimonials .upload-area.uploading .initial{display:none;}#testimonials .upload-area.uploading .upload-progress{display:flex;justify-content:center;}#testimonials .upload-area .upload-progress .radial-progress{--hue:140;--holesize:65%;--track-bg:hsl(233 34% 92%);block-size:164px;inline-size:164px;min-inline-size:100px;min-block-size:100px;display:grid;place-items:center;position:relative;font-weight:700;font-size:1.5rem;color:#0e2a47;}#testimonials .upload-area .upload-progress .radial-progress::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;border-radius:50%;z-index:-1;background:conic-gradient(hsl(var(--hue),100%,70%),hsl(var(--hue),100%,40%),hsl(var(--hue),100%,70%) var(--progress,0%),var(--track-bg) var(--progress,0%) 100%);mask-image:radial-gradient(transparent var(--holesize),black calc(var(--holesize) + .5px));}#testimonials .video-preview .dz-preview .dz-details{display:flex;flex-direction:column;align-items:center;}#testimonials .video-preview .dz-preview img{width:240px;}#testimonials .video-preview .dz-error-message{color:#e63946;text-align:center;font-weight:700;margin:12px 0;}#testimonials .video-preview .dz-success-mark,#testimonials .video-preview .dz-error-mark{display:none !important;}#testimonials .checkbox-group{display:flex;flex-direction:row;align-items:center;gap:12px;}#testimonials .checkbox-group input[type=checkbox]{margin-top:4px;width:32px;}#testimonials .checkbox-group label{margin-bottom:0;}#testimonials .closing-cta-section{background:#0e2a47;color:#fff;text-align:center;}#testimonials .closing-cta-section h2{color:#fff;}#testimonials .closing-cta-section p{color:#fff;opacity:.9;}#testimonials .upload-complete{display:flex;flex-direction:column;justify-content:center;align-items:center;}#testimonials .upload-complete p{font-size:1.5rem;}#testimonials .form-complete{border:1px solid #bbb;padding:32px;background:#f0f0f0;border-radius:12px;margin:40px 0;}#testimonials .form-complete *{padding:0;margin:0;}#testimonials .form-complete h3{text-align:center;padding-bottom:48px;}#testimonials .form-complete .wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;transform:scale(1.5);}#testimonials .form-complete .wrapper h3{text-align:center;}#testimonials .form-complete .checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#7ac142;fill:none;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards;}#testimonials .form-complete .checkmark{width:56px;height:56px;border-radius:50%;display:block;stroke-width:2;stroke:#fff;stroke-miterlimit:10;margin:6px auto;box-shadow:inset 0 0 0 #7ac142;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;}#testimonials .form-complete .checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;}@keyframes stroke{100%{stroke-dashoffset:0;}}@keyframes scale{0%,100%{transform:none;}50%{transform:scale3d(1.1,1.1,1);}}@keyframes fill{100%{box-shadow:inset 0 0 0 30px #7ac142;}}@media(min-width:768px){#testimonials .testimonials-grid{grid-template-columns:repeat(3,1fr);}#testimonials .video-slide{min-width:200px;}#testimonials .hero-section{background:url("/images/testimonial-banner.png") no-repeat;background-size:cover;}}