:root{--c-white:#fff;--c-grey:#f4f4f4;--c-grey-dark:#d1d1d1;--c-black:#111;--c-blue:#007bff;--c-background:var(--c-white);--c-surface:var(--c-grey);--c-border:var(--c-grey-dark);--c-text:var(--c-black);--c-heading:var(--c-black);--c-accent:var(--c-blue);--c-button-bg:var(--c-blue);--c-button-text:var(--c-white);--c-button-hover:#0056b3;--c-section-light:#f9f9f9;--c-section-dark:#1a1a1a;--font-primary:"Inter","Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-h1:32px;--font-size-h2:24px;--font-size-body:16px;--font-size-label:12px;--line-height-base:1.5;--section-gap:160px}@media (prefers-color-scheme:dark){:root{--c-background:#000;--c-surface:#121212;--c-text:#eaeaea;--c-heading:#fff;--c-border:#333;--c-button-bg:#007bff;--c-button-hover:#39f}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--c-background);color:#111;color:var(--c-text);font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-primary);font-size:16px;font-size:var(--font-size-body);line-height:1.5;line-height:var(--line-height-base);text-rendering:optimizeLegibility;transition:background-color .3s ease,color .3s ease}h1{font-size:32px;font-size:var(--font-size-h1)}h1,h2{color:#111;color:var(--c-heading);font-weight:700}h2{font-size:24px;font-size:var(--font-size-h2)}label,small{color:#111;color:var(--c-text);font-size:12px;font-size:var(--font-size-label);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-light{background-color:#f9f9f9;background-color:var(--c-section-light)}.section-dark{background-color:#1a1a1a;background-color:var(--c-section-dark);color:#fff;color:var(--c-white)}.btn{background-color:#007bff;background-color:var(--c-button-bg);border-radius:8px;color:#fff;color:var(--c-button-text);font-weight:700;text-decoration:none;transition:background-color .2s ease}.btn:hover{background-color:#0056b3;background-color:var(--c-button-hover)}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.booking-options .modal-btn{background-color:#007bff;border-radius:8px;color:#fff;display:block;font-weight:700;margin:12px 0;padding:10px;text-decoration:none;transition:background .3s}.booking-options .modal-btn:hover{background-color:#0056b3}@media (max-width:768px){.open-modal-btn{background-color:#111;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 20px}.modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:400px;padding:30px;position:relative;text-align:center;width:90%}.close-btn{background:none;border:none;cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}.booking-options .modal-btn{background-color:#007bff;border-radius:8px;color:#fff;display:block;font-weight:700;margin:12px 0;padding:10px;text-decoration:none;transition:background .3s}.booking-options .modal-btn:hover{background-color:#0056b3}}.navbar{align-items:center;background-color:#fff;box-shadow:0 2px 10px #0000001a;box-sizing:border-box;display:flex;font-family:Inter,Roboto,sans-serif;height:72px;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.navbar .navbar-logo{background-color:initial;background-position:50%;background-repeat:no-repeat;background-size:contain;color:#fff;height:80%;text-align:center;width:20%}.navbar-logo img{height:100px;height:auto;object-fit:contain;width:100px}.navbar-links{display:flex;gap:32px;list-style:none}.navbar-links li:hover a{border-bottom:2px solid #0056b3}.navbar .navbar-links li a{color:#000;font-size:16px;text-decoration:none;white-space:nowrap}.navbar navbar-links li a:visited{color:grey;text-decoration:none}.navbar .btn{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:10px 16px}.navbar .btn:hover{background-color:#0056b3}.burger{cursor:pointer;display:none;flex-direction:column;gap:5px}.burger div{background-color:#fff;height:3px;transition:all .3s ease;width:25px}.burger.toggle .line1{transform:rotate(-45deg) translate(-5px,6px)}.burger.toggle .line2{opacity:0}.burger.toggle .line3{transform:rotate(45deg) translate(-5px,-6px)}@media (max-width:768px){.navbar{padding:0 20px}.navbar-links{align-items:center;background-color:#007bff;flex-direction:column;font-size:24px;gap:2rem;height:100vh;justify-content:center;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;width:100%;z-index:999}.navbar-links.open{transform:translateX(0)}.navbar .navbar-links li a{color:#fff}.navbar .navbar-logo{background-color:initial;background-position:50%;background-repeat:no-repeat;background-size:contain;color:#fff;height:80%;text-align:center;width:30%}.burger{cursor:pointer;display:block;flex-direction:column;gap:5px}.navbar .burger div{background-color:#000;height:3px;margin:5px;transition:all .3s ease;width:25px}.navbar .toggle{right:41%;top:55px}.navbar .toggle div{background-color:#000;height:3px;margin:5px;transition:all .3s ease;width:25px}.navbar .toggle .line1{transform:rotate(-45deg) translate(-5px,6px);width:25px}.navbar .toggle .line3{transform:rotate(45deg) translate(-5px,-6px);width:25px}.navbar .toggle{cursor:pointer;display:block;position:fixed;right:46%;top:70px;z-index:1000}.navbar .burger.toggle .line1{transform:rotate(-45deg) translate(-5px,6px)}.navbar .burger.toggle .line2{opacity:0}.navbar .burger.toggle .line3{transform:rotate(45deg) translate(-5px,-6px)}.navbar .btn{display:none}}.combined-footer{display:flex;flex-direction:column}.footer-container{background-color:#1f2937;border-top:1px solid #e6e6e6;color:#fff;display:flex;flex-wrap:wrap;font-family:Poppins,sans-serif;gap:2rem;justify-content:space-between;padding:3rem 2rem}.forms{display:flex;flex-direction:column;min-width:250px;width:20%}.footer-logo{height:50px;margin-bottom:30%}.footer-logo p{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-color:#2563eb;font-size:2rem;font-weight:900;letter-spacing:2px}.footer-subscription p{color:#fff;font-size:.95rem;font-weight:500;margin-bottom:1rem}.footer-subscription div{display:flex;flex-wrap:wrap;gap:.5rem}.footer-subscription input[type=text]{border:1px solid #ddd;border-radius:5px;flex:1 1;font-size:.9rem;outline:none;padding:.6rem 1rem}.footer-subscription button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.6rem 1.2rem;transition:background .3s ease;width:100%}.footer-subscription button:hover{background:#0056b3}.socials{flex:2 1 500px}.footer-links{display:flex;flex-wrap:wrap;gap:1rem;height:100%;justify-content:space-between;margin-bottom:2rem}.footer-links div{min-width:150px}.footer-links h4{color:#2563eb;font-size:1rem;margin-bottom:1rem}.footer-links ul{list-style:none;padding:0}.footer-links ul li{margin-bottom:.5rem}.footer-links ul li a{font-size:.9rem}.footer-links ul li a,.footer-links ul li a:hover{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links ul li a:hover{font-weight:700}.footer-socials{display:flex;flex-wrap:wrap;gap:20px;margin-top:1.5rem}.footer-socials div{background-color:#fff;border-radius:50%;height:auto;transition:transform .3s;width:auto}.footer-socials div:hover{transform:scale(1.1)}.footer-socials div a{display:block}.footer-socials div a img{display:block;height:32px;width:32px}.footer-second{align-items:center;background-color:#1f2937;border-top:1px solid #e6e6e6;display:flex;flex-direction:column;padding:20px 10px}.footer-second ul{display:flex;flex-wrap:wrap;justify-content:center;margin:0;padding:0}.footer-second ul li{font-size:.9rem;font-weight:lighter;list-style:none;margin:5px 10px}.footer-second ul li .footer-link{color:#fff;text-decoration:none;transition:color .2s ease,border-bottom .2s ease}.footer-second ul li .active,.footer-second ul li .footer-link:hover{border-bottom:1px solid #2563eb;color:#007bff}.footer-second .footer-copyright{background-color:#1f2937;color:#fff;font-size:.85rem;padding:1rem 0;text-align:center}@media (max-width:480px){.footer-container{padding:2rem 1rem}.footer-logo{margin-bottom:20%}.footer-links{flex-direction:column;gap:1rem}.footer-links h4{font-size:.9rem}.footer-links ul li{margin-bottom:.3rem}.footer-links ul li a{font-size:.8rem}.footer-subscription div{flex-direction:column}.footer-subscription button,.footer-subscription input[type=text]{width:100%}.footer-socials{gap:15px;justify-content:flex-start}.footer-second ul{align-items:center;flex-direction:column}.footer-second ul li{font-size:.8rem;margin:4px 0;text-align:center}.footer-second .footer-copyright{font-size:.75rem}.footer-social-links{align-items:center;flex-direction:column}.forms,.socials{width:100%}}@media (min-width:481px) and (max-width:768px){.footer-container{align-items:flex-start;flex-direction:column;padding:2.5rem 1.5rem}.footer-links{flex-direction:column;gap:1.5rem;justify-content:flex-start}.footer-links div{width:100%}.footer-subscription div{flex-direction:column}.footer-subscription button,.footer-subscription input[type=text]{width:100%}.footer-socials{gap:15px;justify-content:flex-start}.footer-second ul{align-items:center;flex-direction:column}.footer-second ul li{margin:5px 0;text-align:center}.footer-social-links{align-items:center;flex-direction:column}.forms,.socials{width:100%}}@media (min-width:769px) and (max-width:1024px){.footer-links{margin-bottom:2rem}.footer-links div{flex:1 1 40%}.footer-second{padding:1.5rem .5rem}.footer-second ul li{font-size:.85rem}}@media (min-width:1025px) and (max-width:1399px){.footer-links div{flex:1 1 22%}.footer-logo p{font-size:2.2rem}}@media (min-width:1400px){.footer-container{padding:4rem 6rem}.footer-links div{max-width:250px}.footer-logo p{font-size:2.5rem}.footer-second{padding:2rem 1rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.footer-logo p{-webkit-font-smoothing:antialiased;font-weight:900}}.about-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0}.about-container{margin:0 auto;max-width:1280px;padding:0 1.5rem}.about-grid{grid-gap:4rem;display:grid;gap:4rem}@media (min-width:1024px){.about-grid{align-items:center;grid-template-columns:repeat(2,1fr)}}.about-content{animation:slideIn .8s ease forwards}.about-badge{color:#1e40af;display:inline-block;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1rem}.about-heading{color:#111827;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media (min-width:1024px){.about-heading{font-size:3rem}}.highlight{display:block;margin-top:.25rem}.about-paragraph{color:#6b7280;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.cta-button{background-color:#007bff;border:none;border-radius:6px;box-shadow:0 4px 14px #00000026;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.75rem;transition:all .3s ease;transition:background-color .3s ease}.cta-button:hover{box-shadow:0 6px 20px #00000040;transform:scale(1.05)}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}.feature-card{animation:scaleIn .5s ease forwards;background:#fff;border-radius:.75rem;box-shadow:0 4px 10px #0000000d;padding:1.5rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-4px)}.feature-icon{height:32px;width:32px}.feature-title{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.feature-description{color:#6b7280;font-size:1rem;line-height:1.6}.credentials{margin-top:4rem;text-align:center}.credentials-heading{color:#111827;font-size:1.75rem;font-weight:700;margin-bottom:2rem}.credentials-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;opacity:.7}.credential-card{background:#fff;border-radius:.75rem;box-shadow:0 2px 6px #0000000d;min-width:160px;padding:1rem 1.25rem}.credential-title{color:#111827;font-weight:600}.credential-subtitle{color:#6b7280;font-size:.875rem}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}#services{background-color:#fff;padding:2rem 1rem;text-align:center;width:100%}.services-subtitle-heading{color:#000;font-family:Playfair Display,serif;font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.services-subtitle{color:#4b5563;font-size:1.25rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:48rem}.service-list-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.5rem;justify-content:center;margin:auto;max-width:1200px}.service-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;display:flex;flex:300px 1;flex-direction:column;font-family:Inter,sans-serif;justify-content:space-between;padding:1.75rem;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{height:32px;width:32px}.service-card-title{color:#222;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:600;margin-bottom:.5rem;width:70%}.service-card-description{color:#555;font-size:.95rem}@media (max-width:768px){.service-card{flex:1 1 100%;max-width:90%}.service-list-container{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap}}.open-modal-btn{background-color:#111;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 20px}.modal-overlay{background-color:#00000080;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:400px;padding:30px;position:relative;text-align:center;width:90%}.close-btn{background:none;border:none;cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}.modal-content .modal-btn{background-color:#007bff;border-radius:8px;color:#fff;display:block;font-weight:700;margin:12px 0;padding:10px;text-decoration:none;transition:background .3s}.modal-content .modal-btn:hover{background-color:#0056b3}@media (max-width:768px){.open-modal-btn{background-color:#111;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 20px}.modal-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:400px;padding:30px;position:relative;text-align:center;width:90%}.close-btn{background:none;border:none;cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}.modal-content .modal-btn{background-color:#007bff;border-radius:8px;color:#fff;display:block;font-weight:700;margin:12px 0;padding:10px;text-decoration:none;transition:background .3s}.modal-content .modal-btn:hover{background-color:#0056b3}}.hero-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:5rem 0;position:relative}.container{margin:0 auto;max-width:1280px;padding:0 1rem}.hero-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-title{color:#111827;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.highlight{color:#007bff;margin-left:.25rem}.hero-description{color:#4b5563;font-size:1.125rem;max-width:32rem}.hero-buttons{display:flex;flex-direction:row;gap:1rem;margin:40px 0}.btn{border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .2s ease}.btn.primary{background-color:#007bff;border:2px solid #007bff;box-shadow:0 4px 14px #00000026;color:#fff;transition:all .3s ease}.btn.primary:hover{background-color:#0056b3;border:2px solid #0056b3}.btn.outline{background-color:#fff;border:2px solid #0056b3;color:#0056b3}.btn.outline:hover{background-color:#007bff;border:2px solid #007bff;box-shadow:0 4px 14px #00000026;color:#fff;transition:all .3s ease}.hero-benefits{color:#4b5563;font-size:.875rem;gap:2rem}.benefit-item,.hero-benefits{align-items:center;display:flex}.benefit-item{gap:.5rem}.benefit-icon{height:1.25rem;width:1.25rem}.hero-image-container{position:relative}.hero-image{border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;width:100%}.customer-card{background:#fff;border-radius:.75rem;bottom:-1.5rem;box-shadow:0 10px 20px #00000026;left:-1.5rem;padding:1.5rem;position:absolute}.customer-info{align-items:center;display:flex;gap:.75rem}.customer-avatars{display:flex;margin-right:.5rem}.avatar{border:2px solid #fff;border-radius:9999px;height:2.5rem;margin-left:-.5rem;width:2.5rem}.star-rating{align-items:center;display:flex;gap:.25rem}.star-icon{height:1rem;width:1rem}.customer-note{color:#4b5563;font-size:.875rem}@media (max-width:480px){.hero-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;margin:40px 0}.hero-benefits{color:#4b5563;gap:10px}.benefit-item{gap:10px}.hero-image-container{text-align:center}.hero-image{border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;margin:auto;width:95%}.customer-card{background:#fff;border-radius:.75rem;bottom:-1rem;box-shadow:0 10px 20px #00000026;left:.8rem;padding:.5rem;position:absolute}}@media (min-width:481px) and (max-width:768px){.hero-buttons{display:flex;flex-direction:row;gap:1rem;justify-content:center;margin:40px 0}.hero-benefits{color:#4b5563;gap:10px}.benefit-item{gap:10px}.hero-image-container{text-align:center}.customer-card{background:#fff;border-radius:.75rem;bottom:-1.5rem;box-shadow:0 10px 20px #00000026;left:1rem;padding:1.5rem;position:absolute}}@media (min-width:769px) and (max-width:1024px){.hero-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3.75rem}}@media (min-width:1025px) and (max-width:1399px){.hero-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:3.75rem}.hero-image-container{text-align:center}}@media (min-width:1400px){.hero-grid{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:4.75rem}}.contact{background:#007bff;color:#fff;padding:3rem 0}.contact-container{display:flex;flex-direction:row;margin:0 auto;padding:0 1rem;width:100%}.contact-content{margin-right:40px;width:auto}.contact-title{color:#fff;font-size:2rem;font-weight:700;text-align:center}.contact-subtitle{color:#e2e8f0;font-size:1.125rem;line-height:1.6;margin:0 auto 1.5rem;max-width:48rem;text-align:center}.contact-info{color:#fff;font-size:.95rem;line-height:1.6;padding:2rem}.contact-info h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.contact-item{margin-bottom:.75rem}.contact-info-heading{display:inline-block;font-weight:700;margin-right:.4rem;min-width:70px}.contact-item span a{color:#fff}.google-maps{border-radius:8px;margin-top:1.5rem;overflow:hidden}.google-maps iframe{border:none;border-radius:8px;height:250px;width:100%}.contact-info-socials{display:flex;gap:10%;justify-content:center;margin-top:1rem;padding:0 30px}.contact-info-socials img{height:28px;transition:transform .2s ease,opacity .2s ease;width:28px}.contact-info-socials img:hover{opacity:.8;transform:scale(1.1)}.form-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px #0000001a;padding:2rem;width:100%}.form-title{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.form-body{flex-direction:column}.form-body,.input-grid{display:flex;gap:1.5rem}.input-grid{flex-direction:row}.input-grid div{width:50%}label{color:#111827;display:block;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}input,select,textarea{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#111827;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .2s ease;width:100%}input:focus,select:focus,textarea:focus{border-color:#1e40af;box-shadow:0 0 0 2px #1e40af33;outline:none}textarea{min-height:120px;resize:vertical}.submit-button{align-items:center;background:#1e40af;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;margin-bottom:1rem;padding:1rem 1.5rem;transition:transform .2s,box-shadow .2s;width:100%}.submit-button:hover{box-shadow:0 4px 20px #0003;transform:scale(1.03)}.icon-right{margin-left:.5rem}.icon-right,.spinner{height:1rem;width:1rem}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;margin-right:.5rem}@keyframes spin{to{transform:rotate(1turn)}}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.modal{background:#fff;border-radius:8px;color:#000;padding:2rem;text-align:center}.modal button{background:#1e40af;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 1.5rem}@media (max-width:360px){.contact-container{padding:0 .5rem}.contact-title{font-size:1.5rem}.contact-subtitle{font-size:.95rem}.form-card{padding:1rem}.recaptcha{transform:scale(.85);transform-origin:center}.contact-info-socials{flex-wrap:wrap;gap:12px}}@media (max-width:480px){.contact-content{margin-right:0}.google-maps iframe{height:180px}.submit-button{font-size:.95rem;padding:.85rem 1rem}.modal{padding:1rem}.modal button{font-size:.9rem;padding:.75rem 1rem}.recaptcha{transform:scale(.9);transform-origin:center}.contact-info-socials{gap:24px}}@media (max-width:768px){.form-title{font-size:1.25rem}.form-body{gap:1rem}.contact-subtitle{font-size:1rem}.recaptcha{display:flex;justify-content:center;max-width:100%;overflow:hidden;width:100%}.contact-info-socials{gap:10%}}@media (max-width:992px){.contact-container{flex-direction:column}.contact-content{margin-bottom:2rem;margin-right:0}.contact-info{padding:1.5rem 1rem}.form-card{padding:1.5rem}.recaptcha{display:flex;justify-content:center;margin:0 auto;overflow-x:hidden}}@media (min-width:993px) and (max-width:1279px){.contact-container{margin:0 auto;max-width:90%}.form-card{max-width:540px}.contact-info-socials{gap:32px}}@media (min-width:1280px){.contact-container{margin:0 auto;max-width:1200px}.form-card{max-width:600px}.contact-info-socials{gap:40px}}#testimonials{background:linear-gradient(135deg,#eaf4ff,#fff);font-family:Inter,sans-serif;overflow:hidden;padding:4rem 1rem;position:relative}.testimonials-header{margin:0 auto 3rem;max-width:700px;padding:0 1rem;text-align:center}.testimonials-subtitle-heading{color:#111;font-size:32px;font-weight:700;margin-bottom:1rem}.testimonials-subtitle{color:#444;font-size:16px;line-height:1.6}.testimonial-slider{margin:0 auto;max-width:800px;padding:2rem;position:relative}.testimonial-card{animation:fadeSlideIn .5s ease forwards;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffbf;border-radius:20px;box-shadow:0 8px 30px #00000014;padding:2rem;text-align:center;transition:transform .6s ease,box-shadow .6s ease}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.testimonials-rating{height:36px;margin-bottom:1rem;margin-right:10px;width:36px}.testimonial-quote{color:#222;font-size:20px;font-style:italic;line-height:1.6;margin-bottom:1rem;position:relative}.testimonial-quote:before{color:#0056b3;content:"“";font-size:3rem;left:-20px;position:absolute;top:-10px}.testimonial-author{color:#0056b3;font-size:16px;font-weight:600;margin-top:.5rem}.testimonial-controls{align-items:center;display:flex;gap:1.2rem;justify-content:center;margin-top:2rem}.testimonial-nav-btn{background-color:#0056b3;border:none;border-radius:50%;box-shadow:0 4px 14px #0000001a;color:#fff;cursor:pointer;font-size:1.5rem;padding:.5rem 1rem;transition:background .3s ease}.testimonial-nav-btn:hover{background-color:#003e87}.testimonial-index{color:#333;font-size:14px;font-weight:600}@media (max-width:768px){.testimonial-card{padding:1.5rem 1rem}.testimonials-subtitle-heading{font-size:26px}.testimonial-quote{font-size:18px}.testimonials-rating{height:36px;margin-bottom:1rem;margin-right:10px;width:36px}}#rates{background-color:#fff;color:#111827;font-family:Inter,sans-serif;padding:4rem 1rem}.rates-header{margin-bottom:3rem;text-align:center}.rates-header #rates-heading{color:#000;font-family:Playfair Display,serif;font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.rates-intro{color:#4b5563;font-size:1rem;line-height:1.5;margin:0 auto;max-width:600px}.rates-grid{grid-gap:3rem;display:grid;gap:3rem;margin:0 auto;max-width:1200px}@media (min-width:768px){.rates-grid{grid-template-columns:1fr 1fr}}.rate-box{background-color:#f9fafb;border-top:2px solid #111827;display:flex;flex-direction:column;overflow:hidden;padding-top:2rem;position:relative}.rate-bg{filter:grayscale(40%) brightness(.85);height:120px;left:0;object-fit:cover;opacity:.3;position:absolute;top:0;width:100%;z-index:0}.rate-content{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1rem 1rem;position:relative;z-index:1}.rate-content h3{border-bottom:1px solid #e5e7eb;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}dl{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.rate-price{color:#000;display:inline-block;font-size:1.125rem;font-weight:700;min-width:80px}dd{color:#374151;font-size:.95rem;margin-left:.5rem}.rate-package{border-bottom:1px dotted #d1d5db;display:flex;font-size:1rem;justify-content:space-between;padding:.75rem 0}.rate-package strong{color:#15803d;font-weight:600}.rate-content h4{color:#111827;font-size:1.125rem;font-weight:600;margin-top:1rem}@media (max-width:640px){.rate-content{padding:1.5rem .5rem}.rate-box{padding-top:1.5rem}.rates-header h2{font-size:1.75rem}}.faq-section{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:800px;padding:2rem 1rem}.faq-section .faq-subheading{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.faq-section .faq-subheading-text{color:#444;margin-bottom:2rem;text-align:center}.faq-list{border-top:1px solid #ccc}.faq-item{border-bottom:1px solid #ccc}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1rem 0;text-align:left;width:100%}.faq-question.is-open{color:blue;outline-offset:2px}.faq-question:focus-visible{color:blue;outline-offset:2px}.faq-answer{color:#333;font-size:.95rem;padding:.5rem 0 1rem}.faq-toggle{font-size:1.2rem;margin-left:1rem}.faq-contact{margin-top:3rem;text-align:center}.faq-contact h3{font-size:1.2rem;font-weight:700;margin-bottom:.3rem}.faq-contact p{margin-bottom:1rem}.contact-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.contact-btn:hover{box-shadow:0 8px 25px #667eea4d;transform:translateY(-2px)}.contact-btn:active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){.contact-btn,.faq-answer{transition:none!important}}.skip-link{background:#222;color:#fff;left:0;padding:8px;position:absolute;top:-40px;z-index:100}.skip-link:focus{top:0}#information{background-color:#fff;display:flex;flex-direction:column;padding:4rem 0;width:100%}#information header{margin-bottom:2rem;text-align:center}#information header #faq-subheading{color:#000;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}#information header .faq-subheading-text{color:#444;margin-bottom:2rem;text-align:center}.information-wrapper{display:flex;flex-direction:row;height:auto;margin:auto;width:98%}.information-wrapper .information-container{display:flex;flex-direction:column;flex-wrap:nowrap;gap:2rem;justify-content:space-between;margin:0 auto;padding:2rem 1rem;width:40%}.info-card{background-color:#00d8ff;border-radius:.75rem;box-shadow:0 2px 8px #0003;color:#fff;flex:1 1 45%;padding:1.5rem}.info-list{list-style:none;padding-left:0}.info-list li{font-size:1rem;margin-bottom:.5rem}.information-wrapper .faq-wrapper{align-self:flex-start;flex:1 1 45%;padding:1rem}@media (max-width:480px){#information header #faq-subheading{font-size:1.25rem}#information header .faq-subheading-text{font-size:.875rem;padding:0 1rem}.information-wrapper{display:flex;flex-direction:column;height:auto;width:100%}.information-wrapper .information-container{display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;padding:2rem 1rem;width:95%}.info-card{background-color:#00d8ff;border-radius:.75rem;box-shadow:0 2px 8px #0003;color:#fff;flex:1 1 100%;padding:1.5rem}.info-list li{font-size:.875rem}.information-wrapper .faq-wrapper{padding:.5rem}}@media (min-width:481px) and (max-width:768px){.information-wrapper{display:flex;flex-direction:column;height:auto;width:100%}.information-wrapper .information-container{display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;padding:2rem 1rem;width:95%}.info-card{background-color:#00d8ff;border-radius:.75rem;box-shadow:0 2px 8px #0003;color:#fff;flex:1 1 100%;padding:1.5rem}.information-wrapper .faq-wrapper{padding:1rem .5rem}#information header .faq-subheading-text{font-size:1rem}}@media (min-width:769px) and (max-width:992px){#information header #faq-subheading{font-size:1.75rem}.info-card{font-size:1rem;padding:1.5rem}.information-wrapper{flex-direction:column;padding:0 1rem}.information-wrapper .faq-wrapper,.information-wrapper .information-container{width:100%}}@media (min-width:993px) and (max-width:1279px){.information-wrapper{display:flex;gap:2rem;margin:auto;max-width:1000px}.information-wrapper .information-container{width:45%}.information-wrapper .faq-wrapper{width:55%}.info-card{padding:1.75rem}#information header #faq-subheading{font-size:2rem}}@media (min-width:1280px){.information-wrapper{display:flex;gap:3rem;margin:auto;max-width:1200px}.information-wrapper .information-container{width:40%}.information-wrapper .faq-wrapper{width:60%}.info-card{padding:2rem}#information header #faq-subheading{font-size:2.25rem}}#social-section{background-color:#fff;padding:4rem 1rem}.social-header{margin-bottom:2rem;text-align:center}.social-header h2{color:#111;font-size:2rem;margin-bottom:.5rem}.social-header p{color:#666;font-size:1rem;margin:0 auto;max-width:600px}.social-list-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:0 1rem}.social-post-card{align-items:center;border-radius:12px;display:flex;justify-content:center;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.social-post-card:hover{transform:scale(1.02)}.social-post-placeholder{aspect-ratio:1/1;background-color:#f0f0f0;display:block;height:auto;object-fit:cover;transition:opacity .3s ease;width:100%}@media (max-width:480px){#social-section{padding:3rem .5rem}.social-header{margin-bottom:1.5rem}.social-header h2{font-size:1.2rem}.social-header p{font-size:.85rem;padding:0 1rem}.social-list-container{gap:1rem;grid-template-columns:1fr;padding:0}.social-post-placeholder{aspect-ratio:4/5}.social-post-card{border-radius:10px}}@media (min-width:481px) and (max-width:768px){.social-header h2{font-size:1.5rem}.social-header p{font-size:.95rem}.social-list-container{gap:1rem;grid-template-columns:1fr;padding:0 .5rem}.social-post-placeholder{aspect-ratio:1/1}}@media (min-width:769px) and (max-width:1024px){#social-section{padding:4rem 2rem}.social-list-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:90%}.social-post-placeholder{aspect-ratio:1/1}}@media (min-width:1025px) and (max-width:1440px){.social-list-container{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@media (min-width:1441px){.social-list-container{gap:2rem;max-width:1600px}.social-header h2{font-size:2.25rem}.social-header p{font-size:1.1rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.social-post-card{image-rendering:-webkit-optimize-contrast}}.notfound-container{align-items:center;background-color:#f3f4f6;display:flex;justify-content:center;min-height:100vh}.notfound-content{text-align:center}.notfound-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.notfound-message{color:#4b5563;font-size:1.25rem;margin-bottom:1rem}.notfound-link{color:#3b82f6;text-decoration:underline;transition:color .3s}.notfound-link:hover{color:#1d4ed8}
/*# sourceMappingURL=main.00436d4f.css.map*/