.personal-story{flex-direction:column;justify-content:center;height:auto;padding:5% 8%;text-align:center}.faq-answer,.faq-heading{color:#333}.story-content{max-width:90%;text-align:left}.main-heading{font-size:2rem}.sub-heading{font-size:1rem;margin-bottom:1rem}.highlight{color:grey}@media (min-width:768px){.personal-story{flex-direction:row;justify-content:flex-start;text-align:left;height:60vh}.story-content{max-width:50%}.main-heading{font-size:2.5rem}.sub-heading{font-size:1.125rem}}.faq-section{display:flex;flex-direction:column;align-items:center;padding:20px;background-color:#f0f0f0}.faq-heading{font-size:2rem;font-weight:700;text-align:center;margin-bottom:20px}.faq-container{width:100%;max-width:750px;border:2px solid #ddd;border-radius:10px;padding:10px;box-sizing:border-box}.faq-list{display:flex;flex-direction:column}.faq-item{margin-bottom:15px}.faq-question{font-size:1rem;font-weight:700;cursor:pointer;color:#333;background-color:#f0f0f0}.faq-answer,.faq-question{padding:10px;border-radius:5px}.faq-answer{background-color:#f9f9f9;margin-top:5px;font-size:.9rem}@media (min-width:768px){.faq-heading{font-size:2.5rem}.faq-question{font-size:1.2rem}.faq-answer{font-size:1rem}}.hero{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;text-align:center;color:white;overflow:hidden}.hero-video{object-fit:cover;z-index:-1;opacity:.7}.hero-video,.overlay{position:absolute;top:0;left:0;width:100%;height:100%}.overlay{background:rgba(255,255,255,.5);transition:.3s ease}.hero-content{position:relative;z-index:2;max-width:600px;padding:0 15px;background:linear-gradient(rgba(22,22,22,.055),rgba(0,0,0,.3));border-radius:5px;width:100%;text-align:center}.hero-heading{font-size:4rem;font-weight:700;color:#000;margin-bottom:20px;letter-spacing:1px;text-shadow:2px 2px 8px rgba(0,0,0,.4)}.hero-subheading{font-size:1.5rem;font-weight:500;color:#333;line-height:1.6;text-shadow:2px 2px 6px rgba(0,0,0,.3)}.cta-container{margin-top:20px}.cta-button{background-color:#155eef;color:white;padding:12px 24px;font-size:18px;border:none;border-radius:5px;cursor:pointer;transition:.3s ease}.cta-button:hover{background-color:#003cbf}.booking-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:750px;background:white;padding:20px;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.2);z-index:10;height:500px;text-align:center;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.close-booking{position:absolute;top:15px;right:15px;background:red;color:white;border:none;padding:10px;cursor:pointer;border-radius:5px;font-size:14px}.iframe-wrapper{padding:10px;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.booking-iframe{width:100%;height:65vh;border:none;border-radius:8px;background:white;transform:scale(.9);transform-origin:top left}@media (min-width:768px){.hero{height:70vh}.hero-heading{font-size:3.5rem}.hero-content{padding:20px}.hero-subheading{font-size:1.25rem}.cta-button{padding:15px 30px;font-size:20px}.booking-container{max-width:850px}.booking-iframe{height:75vh}}@media (max-width:600px){.hero{height:69vh}.hero-content{max-width:100%;font-size:14px;padding:20px}.hero-heading{font-size:2.5rem;line-height:1.4;margin-top:20px}.hero-subheading{font-size:1.2rem;margin-bottom:20px}.cta-button{font-size:16px;padding:10px 20px;position:relative;bottom:30px}.booking-container{width:90%;height:90vh;padding:15px}.close-booking{top:20px;right:20px;font-size:12px;width:40px}.booking-iframe{height:85vh;transform:scale(1);width:100%;padding:7px}}.problem-section{display:flex;align-items:center;justify-content:flex-end;height:50vh;background-color:#f0f0f0;padding:10px 0}.content{max-width:50%;text-align:left;padding:1rem}span.main-heading{font-size:17px}.main-heading,span.main-heading{margin-bottom:1rem;color:#333}.sub-heading{margin-bottom:1.5rem;color:#333}@media (max-width:1024px){.problem-section{justify-content:center;height:auto;padding:3rem 1rem}.content{max-width:70%;text-align:center}.main-heading{font-size:2rem}.sub-heading{font-size:1rem}}@media (max-width:768px){.problem-section{flex-direction:column;height:auto;padding:2rem 1rem}.content{max-width:90%;text-align:center}.main-heading{font-size:1.8rem}.sub-heading{font-size:1rem}}@media (max-width:480px){.main-heading{font-size:1.5rem}.sub-heading{font-size:.9rem}}body{background-color:white}.past-clients-container{text-align:center;margin:50px 0}.past-clients-heading{font-size:1.5rem;margin-bottom:40px;color:#333;font-weight:400}.client-names{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px}.client-name{text-align:center;max-width:150px}.client-name p{font-size:1.2rem;color:#555}@media (max-width:768px){.client-names{flex-direction:column}}.plan-section{background-color:#f5f5f5;padding:5rem 2rem;text-align:center}.plan-content{max-width:1200px;margin:0 auto;padding:0 1rem}h1{font-size:3rem;font-weight:600;color:#333;margin-bottom:1.5rem}.summary-text{font-size:1.125rem;font-weight:300;color:#555;margin-bottom:2rem}.steps-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.steps-row{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.step{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;flex:1 1 250px;max-width:300px}.step:hover{transform:translateY(-10px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.step-icon{font-size:3rem;color:#007bff;margin-bottom:1rem}.step h3{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}.step p{font-size:1rem;color:#666}.cta-button{margin-top:3rem}.cta-button button{background-color:#007bff;color:#fff;font-size:1.25rem;font-weight:600;padding:1rem 2.5rem;border:none;border-radius:50px;cursor:pointer;transition:background-color .3s ease}.cta-button button:hover{background-color:#0056b3}@media (max-width:1024px){h1{font-size:2.5rem}.summary-text{font-size:1rem}.step h3{font-size:1.25rem}.step p{font-size:.95rem}.cta-button button{font-size:1.1rem;padding:.8rem 2rem}}@media (max-width:768px){.plan-section{padding:4rem 1rem}h1{font-size:2rem}.summary-text{font-size:.9rem}.steps-row{flex-direction:column;align-items:center}.cta-button button{font-size:1rem;padding:1rem 2rem}}@media (max-width:480px){.step{padding:1.5rem}.step-icon{font-size:2.5rem}.step h3{font-size:1.2rem}.cta-button button{font-size:.95rem;padding:.8rem 1.8rem}}.personal-story{display:flex;justify-content:space-between;align-items:center;padding:60px 20px;background-color:rgba(255,255,255,.8)}.right-side{margin-left:160px}.left-side,.right-side{width:48%}.main-heading{font-size:2.5rem;font-weight:700;margin-bottom:20px}.sub-heading{font-size:1.125rem;line-height:1.6;margin-bottom:20px}.highlight{font-weight:700;color:#007bff}@media (max-width:768px){.personal-story{flex-direction:column;padding:40px 15px}.left-side,.right-side{width:100%;margin-bottom:20px}.right-side{margin-left:0}.main-heading{font-size:1.8rem}.sub-heading{font-size:1rem}}@media (min-width:1024px){.main-heading{font-size:2.75rem}.sub-heading{font-size:1.125rem}}form{background:#ffffff;border-radius:16px;padding:32px;box-shadow:0 10px 30px rgba(77,36,36,.06);display:flex;flex-direction:column;gap:24px;width:100%;box-sizing:border-box;overflow:hidden}h2{color:#111827;font-size:24px;font-weight:600;margin-bottom:12px}.input{width:100%;max-width:100%;padding:14px 16px;border-radius:10px;border:1px solid #d1d5db;font-size:16px;transition:all .2s ease;box-sizing:border-box}.input::placeholder{color:#6b7280}.input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px rgba(0,0,0,.08)}p.font-semibold{font-size:16px;font-weight:600;color:#111827;margin-bottom:12px}label{cursor:pointer;padding:10px 14px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;transition:all .15s ease;color:#111827;display:flex;align-items:center;gap:10px;width:100%;box-sizing:border-box}label:hover{background:#f3f4f6}label input{accent-color:#000}label input:checked+span{background:#000;color:#fff;border-color:#000;border-radius:10px;padding:10px 14px}.grid{display:grid;gap:12px;width:100%}@media (min-width:768px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}}button[type=submit]{width:100%;max-width:100%;background:#000;color:#fff;border:none;border-radius:12px;padding:16px;font-size:17px;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-sizing:border-box}button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(0,0,0,.15)}button[type=submit]:active{transform:translateY(0);box-shadow:0 5px 10px rgba(0,0,0,.12)}button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.message{text-align:center;font-size:15px;font-weight:500;margin-top:12px}.message.success{color:#16a34a}.message.error{color:#dc2626}@media (max-width:640px){form{padding:24px}button[type=submit]{font-size:16px}}.reassurance-section{display:flex;justify-content:space-between;padding:50px}.left-side,.right-side{width:45%}.heading{text-align:center;font-size:2rem;margin-bottom:20px;color:#333}.card-container{display:flex;flex-direction:column}.card{background-color:#f0f0f0;margin-bottom:15px;padding:15px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);font-size:1.125rem;color:#333}.card p{display:flex;align-items:center}.card p svg{margin-right:10px}.card:hover{background-color:#e0e0e0}@media (max-width:768px){.reassurance-section{flex-direction:column;align-items:center;padding:30px}.left-side,.right-side{width:100%;text-align:center}.card{width:90%;margin:10px auto;padding:12px;font-size:1rem}.heading{font-size:1.75rem}}.testimonial-section{display:flex;justify-content:center;align-items:center;height:50vh;background-color:#f8f8f8;padding:2rem;text-align:center}.testimonial-content{max-width:60%;padding:1rem}.quote-icon{font-size:3rem;color:#333;margin-bottom:1rem}.testimonial-text{font-size:1.5rem;font-weight:300;color:#444;margin-bottom:1rem}.testimonial-name{font-size:1.2rem;font-weight:700;color:#666}@media (max-width:1024px){.testimonial-content{max-width:80%}.testimonial-text{font-size:1.3rem}.quote-icon{font-size:2.5rem}}@media (max-width:768px){.testimonial-section{height:auto;padding:3rem 1rem}.testimonial-content{max-width:90%}.testimonial-text{font-size:1.2rem}.quote-icon{font-size:2rem}}@media (max-width:480px){.testimonial-name,.testimonial-text{font-size:1rem}}