@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";.header{z-index:1000;background:#fff;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 35px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 12px #00000014}.logo-section{flex-shrink:0;align-items:center;gap:8px;display:flex}.logo-section img{object-fit:contain;width:54px;height:54px}.logo-text{flex-direction:column;justify-content:center;display:flex}.logo-text h2{color:#111;letter-spacing:.5px;font-size:21px;font-weight:700;line-height:1}.logo-text span{color:#555;letter-spacing:.3px;font-size:9px;font-weight:600;line-height:1.2}.navbar{align-items:center;gap:24px;display:flex}.navbar>a{color:#222;align-items:center;height:64px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.navbar>a:hover,.navbar>a.active{color:#ff6200}.navbar>a.active:after{content:"";background:#ff6200;width:100%;height:2px;position:absolute;bottom:0;left:0}.dropdown{align-items:center;height:64px;display:flex;position:relative}.dropdown-btn{cursor:pointer;color:#222;background:0 0;border:none;align-items:center;gap:5px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.dropdown-btn:hover{color:#ff6200}.down-icon{font-size:10px;transition:all .3s}.rotate{transform:rotate(180deg)}.dropdown-menu{opacity:0;visibility:hidden;background:#fff;border-radius:8px;width:210px;transition:all .3s;position:absolute;top:64px;left:0;overflow:hidden;transform:translateY(15px);box-shadow:0 6px 18px #0000001f}.show-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{color:#333;border-bottom:1px solid #eee;padding:12px 16px;font-size:13px;text-decoration:none;transition:all .3s;display:block}.dropdown-menu a:last-child{border-bottom:none}.dropdown-menu a:hover{color:#ff6200;background:#fff5ef;padding-left:22px}.header-buttons{flex-shrink:0;align-items:center;gap:10px;display:flex}.header-buttons button{cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:6px;height:36px;padding:0 14px;font-size:13px;font-weight:500;transition:all .3s;display:flex}.book-btn{color:#fff;background:#ff6200;border:1px solid #ff6200}.book-btn svg{color:#fff;font-size:14px}.book-btn:hover{background:#ea5a00}.call-btn{color:#222;background:#fff;border:1px solid #ff6200}.call-btn svg{color:#ff6200;font-size:14px}.call-btn:hover{background:#fff5ef}.whatsapp-btn{color:#222;background:#fff;border:1px solid #ff6200}.whatsapp-btn:hover{background:#ebfff3}.menu-icon{cursor:pointer;color:#ff6200;flex-shrink:0;font-size:24px;transition:all .3s;display:none}.menu-icon:hover{transform:scale(1.05)}@media (width>=1201px){.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}}@media (width<=1200px){.header{height:60px;padding:0 20px}.logo-section{gap:8px}.logo-section img{width:48px;height:48px}.logo-text h2{font-size:19px}.logo-text span{font-size:8px}.navbar{gap:18px}.navbar>a{height:60px;font-size:13px}.dropdown{height:60px}.dropdown-btn{font-size:13px}.dropdown-menu{width:190px;top:60px}.dropdown-menu a{padding:10px 15px;font-size:12px}.dropdown-menu a:hover{padding-left:20px}.header-buttons{gap:8px}.header-buttons button{gap:5px;height:34px;padding:0 10px;font-size:12px}.header-buttons button svg{font-size:13px}}@media (width<=992px){.header{gap:8px;height:60px;padding:0 18px}.menu-icon{color:#ff6200;order:4;font-size:24px;display:block}.logo-section img{width:46px;height:46px}.logo-text h2{font-size:18px}.logo-text span{font-size:8px}.navbar{background:#fff;flex-direction:column;gap:0;width:100%;padding:10px 0;transition:all .35s;position:absolute;top:60px;left:-100%;box-shadow:0 5px 12px #00000014}.show-menu{left:0}.navbar>a{width:100%;height:auto;padding:12px 20px;font-size:13px}.navbar>a.active:after{display:none}.dropdown{width:100%;height:auto;display:block}.dropdown-btn{justify-content:space-between;width:100%;padding:12px 20px;font-size:13px}.dropdown-menu{opacity:1;visibility:visible;width:100%;max-height:0;box-shadow:none;border-radius:0;transition:max-height .35s;position:static;transform:none}.show-dropdown{max-height:500px}.dropdown-menu a{background:#fafafa;border-bottom:none;padding:12px 38px;font-size:12px}.dropdown-menu a:hover{padding-left:46px}.header-buttons{order:3;gap:5px;margin-left:auto;display:flex}.header-buttons button{gap:4px;height:32px;padding:0 8px;font-size:11px}.header-buttons button svg{font-size:12px}}@media (width<=576px){.header{gap:5px;height:56px;padding:0 10px}.logo-section{gap:5px;min-width:0}.logo-section img{width:40px;height:40px}.logo-text h2{letter-spacing:.3px;font-size:15px}.logo-text span{letter-spacing:.2px;font-size:6.5px}.header-buttons{gap:3px;margin-left:auto}.header-buttons button{border-radius:5px;gap:0;height:30px;padding:0 6px;font-size:0}.header-buttons button svg{font-size:13px}.header-buttons button span{display:none}.menu-icon{margin-left:2px;font-size:22px}.navbar{padding:8px 0;top:56px}.navbar>a,.dropdown-btn{padding:11px 16px;font-size:12px}.dropdown-menu a{padding:10px 32px;font-size:11px}.dropdown-menu a:hover{padding-left:38px}}html,body{width:100%;overflow-x:hidden}body{background:#fff;font-family:Poppins,sans-serif}.footer{color:#fff;background:#09131d;width:100%;margin-top:60px;position:relative;overflow:hidden}.footer-cta{z-index:2;background:linear-gradient(90deg,#21160f,#111820);border:1px solid #ff6e1459;border-radius:18px;justify-content:space-between;align-items:center;width:95%;max-width:1600px;min-height:120px;margin:15px auto 0;padding:22px 32px;display:flex;position:relative;overflow:hidden}.footer-dog{object-fit:contain;object-position:bottom;pointer-events:none;z-index:1;width:180px;height:auto;max-height:125px;position:absolute;bottom:0;left:25px}.paw-left{opacity:.15;width:42px;position:absolute;top:15px;left:12px}.paw-right{opacity:.7;width:42px;position:absolute;top:20px;right:20px}.cta-content{z-index:2;flex:1;min-width:0;margin-left:200px}.cta-content h2{color:#fff;margin-bottom:6px;font-size:32px;font-weight:800;line-height:1.2}.cta-content span{color:#ff6a00}.cta-content p{color:#d4d4d4;max-width:560px;font-size:15px;font-weight:400;line-height:1.55}.cta-buttons{z-index:2;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;display:flex}.cta-buttons button{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;justify-content:center;align-items:center;gap:6px;height:38px;padding:0 18px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;transition:all .35s;display:flex}.book-btn{color:#fff;background:#ff6a00}.book-btn svg{font-size:15px}.book-btn:hover{background:#e65c00;transform:translateY(-2px)}.cta-buttons .whatsapp-btn{color:#fff;background:0 0;border:2px solid #15d15b}.whatsapp-btn svg{color:#15d15b;font-size:16px}.whatsapp-btn:hover{color:#fff;background:#15d15b;transform:translateY(-2px)}.whatsapp-btn:hover svg{color:#fff}.footer-container{grid-template-columns:1.4fr 1fr 1fr 1fr 1fr;align-items:start;gap:32px;width:95%;max-width:1600px;margin:auto;padding:40px 0;display:grid}.footer-container h3{margin-bottom:18px;font-size:20px;font-weight:700;position:relative}.footer-container h3:after{content:"";background:#ff6a00;border-radius:20px;width:34px;height:3px;position:absolute;bottom:-6px;left:0}.footer-Logo{align-items:center;gap:12px;margin-bottom:18px;display:flex}.footer-logo-img{object-fit:contain;flex-shrink:0;width:44px;height:auto;display:block}.footer-Logo h2{letter-spacing:.3px;color:#fff;font-size:21px;font-weight:800;line-height:1.1}.footer-Logo span{color:#fff;opacity:.95;margin-top:2px;font-size:10px;font-weight:600;line-height:1.3;display:block}.footer-about{min-width:0}.footer-about>p{color:#d3d3d3;max-width:290px;margin-bottom:20px;font-size:13px;line-height:1.65}.footer-features{border-bottom:1px solid #ffffff1f;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px;padding-bottom:18px;display:grid}.footer-features div{text-align:center;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px;transition:all .35s;display:flex}.footer-features div:hover{transform:translateY(-3px)}.footer-features svg{color:#ff6a00;font-size:25px;transition:all .35s}.footer-features div:hover svg{transform:scale(1.06)}.footer-features span{color:#f2f2f2;font-size:10px;font-weight:500;line-height:1.35}.social-icons{align-items:center;gap:10px;margin-top:16px;display:flex}.social-icons a{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;text-decoration:none;transition:all .35s;display:flex}.social-icons a:first-child{background:#1877f2}.social-icons a:nth-child(2){background:#e4405f}.social-icons a:nth-child(3){background:red}.social-icons a:nth-child(4){background:#25d366}.social-icons a:hover{transform:translateY(-3px)scale(1.06)}.footer-links,.footer-services{flex-direction:column;min-width:0;display:flex}.footer-links a,.footer-services a{color:#e7e7e7;align-items:center;gap:7px;margin-bottom:12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.footer-links a:last-child,.footer-services a:last-child{margin-bottom:0}.footer-links a svg{color:#fff;flex-shrink:0;font-size:10px;transition:all .3s}.footer-services a svg{color:#ff6a00;flex-shrink:0;font-size:11px;transition:all .3s}.footer-links a:hover,.footer-services a:hover{color:#ff6a00;transform:translate(4px)}.footer-links a:hover svg,.footer-services a:hover svg{color:#ff6a00}.footer-contact{flex-direction:column;min-width:0;display:flex}.footer-contact div{align-items:flex-start;gap:10px;margin-bottom:16px;transition:all .3s;display:flex}.footer-contact div:last-child{margin-bottom:0}.footer-contact svg{color:#ff6a00;flex-shrink:0;min-width:16px;margin-top:2px;font-size:16px;transition:all .3s}.footer-contact div:hover svg{color:#fff;transform:scale(1.08)}.footer-contact p{color:#e5e5e5;overflow-wrap:anywhere;font-size:13px;line-height:1.6}.footer-contact a{color:#e5e5e5;text-decoration:none;transition:all .3s}.footer-contact a:hover{color:#ff6a00}.footer-area{flex-direction:column;display:flex}.footer-area p{color:#e6e6e6;cursor:pointer;align-items:center;gap:8px;margin-bottom:12px;font-size:13px;font-weight:500;transition:all .3s;display:flex}.footer-area p:last-child{margin-bottom:0}.footer-area svg{color:#ff6a00;font-size:13px;transition:all .3s}.footer-area p:hover{color:#ff6a00;padding-left:4px}.footer-area p:hover svg{transform:scale(1.08)}.footer-bottom{border-top:1px solid #ff6a002e;justify-content:space-between;align-items:center;width:95%;max-width:1600px;margin:auto;padding:16px 0;display:flex;position:relative}.footer-bottom-left{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.footer-bottom-left p{color:#d5d5d5;margin:0;font-size:12px;line-height:1.6}.footer-bottom-left p:last-child{margin-top:2px}.footer-bottom-center{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.footer-bottom-center h2{color:#fff;white-space:nowrap;align-items:center;gap:6px;margin:0;font-family:cursive;font-size:21px;font-weight:400;display:flex}.footer-bottom-center h2 svg{color:#ff6a00;font-size:17px}.footer-bottom-right{flex:1;justify-content:flex-end;align-items:center;gap:10px;display:flex}.footer-bottom-right a{color:#f1f1f1;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s}.footer-bottom-right a:hover{color:#ff6a00}.footer-divider{color:#ff6a00;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:700}.footer-copy{text-align:center;color:#cfcfcf;font-size:12px;line-height:1.5}.footer-copy span{color:#ff6a00;font-weight:600}.orange{color:#ff6a00}.white{color:#fff}.text-center{text-align:center}.mb-10{margin-bottom:8px}.mb-20{margin-bottom:16px}@media (width<=1399px){.footer-container{gap:24px}.cta-content{margin-left:190px}.cta-content h2{font-size:29px}.cta-content p{font-size:14px}.cta-buttons button{padding:0 15px}.footer-container h3{font-size:18px}.footer-about>p,.footer-contact p,.footer-links a,.footer-services a{font-size:12px}}@media (width<=1199px){.footer-cta{width:94%;padding:20px 25px}.footer-dog{width:150px}.cta-content{margin-left:165px}.cta-content h2{font-size:25px}.cta-content p{font-size:13px}.cta-buttons{gap:8px}.cta-buttons button{padding:0 13px;font-size:12px}.footer-container{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:30px;width:94%}.footer-about{grid-column:span 2}.footer-links,.footer-services,.footer-contact{min-width:0}.footer-logo-img{width:37px}.footer-about>p{max-width:400px}.footer-bottom{width:94%}.footer-bottom-center h2{font-size:18px}}@media (width<=991px){.footer{margin-top:45px}.footer-cta{width:92%;min-height:115px;padding:20px}.footer-dog{width:135px}.cta-content{margin-left:145px;padding-right:10px}.cta-content h2{font-size:22px}.cta-content p{max-width:420px;font-size:12px}.cta-buttons{flex-direction:column;align-items:stretch;gap:7px}.cta-buttons button{width:145px;height:36px;padding:0 10px;font-size:11px}.footer-container{grid-template-columns:1.4fr 1fr 1fr;gap:32px 25px;width:92%;padding:35px 0}.footer-about{grid-column:span 3}.footer-about>p{max-width:600px}.footer-features{max-width:500px}.footer-container h3{font-size:18px}.footer-bottom{gap:20px;width:92%}.footer-bottom-left{flex:1}.footer-bottom-center{flex:1;position:static;transform:none}.footer-bottom-center h2{font-size:16px}.footer-bottom-right{flex-wrap:wrap;flex:1}}@media (width<=768px){.footer{margin-top:40px}.footer-cta{text-align:center;flex-direction:column;align-items:stretch;width:92%;min-height:auto;padding:22px 20px 20px;display:flex}.footer-dog{opacity:.9;width:110px;bottom:0;left:10px}.paw-right{width:35px;top:12px;right:12px}.cta-content{z-index:2;margin-left:0;padding:0 15px}.cta-content h2{font-size:21px;line-height:1.35}.cta-content p{max-width:500px;margin:0 auto;font-size:12px}.cta-buttons{flex-direction:row;justify-content:center;gap:8px;width:100%;margin-top:15px}.cta-buttons button{width:auto;min-width:130px;height:36px;font-size:11px}.footer-container{grid-template-columns:repeat(2,1fr);gap:30px 25px;width:92%;padding:32px 0}.footer-about{grid-column:span 2}.footer-about>p{max-width:100%;font-size:12px}.footer-logo-img{width:33px}.footer-Logo{gap:9px}.footer-Logo h2{font-size:19px}.footer-Logo span{font-size:9px}.footer-container h3{margin-bottom:16px;font-size:17px}.footer-features{max-width:100%}.footer-bottom{text-align:center;flex-direction:column;gap:12px;width:92%;padding:18px 0;display:flex}.footer-bottom-left{align-items:center;width:100%}.footer-bottom-left p{font-size:11px}.footer-bottom-center{order:-1;position:static;transform:none}.footer-bottom-center h2{font-size:17px}.footer-bottom-right{flex-wrap:wrap;justify-content:center;gap:8px;width:100%}.footer-bottom-right a{font-size:11px}}@media (width<=599px){.footer-cta{border-radius:15px;width:94%;padding:20px 15px}.footer-dog{width:90px;left:5px}.cta-content{padding:0 5px}.cta-content h2{font-size:19px}.cta-content p{font-size:11px}.cta-buttons{flex-direction:column;align-items:center}.cta-buttons button{width:180px}.footer-container{grid-template-columns:1fr 1fr;gap:28px 18px;width:94%;padding:30px 0}.footer-about{grid-column:span 2}.footer-container h3{font-size:16px}.footer-links a,.footer-services a{margin-bottom:10px;font-size:11px}.footer-contact p{font-size:11px;line-height:1.5}.footer-contact div{gap:7px;margin-bottom:13px}.footer-contact svg{min-width:14px;font-size:14px}.footer-features span{font-size:9px}.footer-features svg{font-size:22px}.social-icons a{width:32px;height:32px;font-size:13px}}@media (width<=480px){.footer{margin-top:30px}.footer-cta{border-radius:14px;width:94%;padding:18px 12px}.footer-dog{width:75px}.paw-right{width:30px;top:8px;right:8px}.cta-content{padding:0 5px}.cta-content h2{font-size:17px}.cta-content p{font-size:10px;line-height:1.5}.cta-buttons{gap:7px;margin-top:13px}.cta-buttons button{width:170px;height:35px;font-size:10px}.footer-container{grid-template-columns:1fr;gap:25px;width:94%}.footer-about{grid-column:span 1}.footer-about>p{font-size:11px;line-height:1.6}.footer-Logo{margin-bottom:14px}.footer-logo-img{width:29px}.footer-Logo h2{font-size:17px}.footer-Logo span{font-size:8px}.footer-features{grid-template-columns:repeat(4,1fr);gap:5px}.footer-features div{gap:4px}.footer-features svg{font-size:20px}.footer-features span{font-size:8px}.social-icons{gap:8px;margin-top:13px}.social-icons a{width:30px;height:30px;font-size:12px}.footer-container h3{margin-bottom:15px;font-size:16px}.footer-links a,.footer-services a,.footer-contact p{font-size:11px}.footer-bottom{gap:10px;width:94%;padding:16px 0}.footer-bottom-center h2{font-size:15px}.footer-bottom-center h2 svg{font-size:14px}.footer-bottom-left p{font-size:10px}.footer-bottom-right{gap:6px}.footer-bottom-right a{font-size:10px}.footer-divider{font-size:11px}}@media (width<=375px){.footer-cta{width:95%;padding:17px 10px}.footer-dog{width:65px}.cta-content h2{font-size:15px}.cta-content p{font-size:9px}.cta-buttons button{width:155px;height:34px;font-size:9px}.footer-features{gap:2px}.footer-features svg{font-size:18px}.footer-features span{font-size:7px}.footer-container{width:95%;padding:25px 0}.footer-container h3{font-size:15px}.footer-links a,.footer-services a{gap:5px;font-size:10px}.footer-contact p{font-size:10px}.footer-contact svg{min-width:13px;font-size:13px}.footer-bottom-center h2{font-size:13px}.footer-bottom-left p,.footer-bottom-right a{font-size:9px}}@media (width<=319px){.footer-cta{width:96%}.footer-dog{width:55px}.cta-content h2{font-size:14px}.cta-buttons button{width:140px}.footer-features span{font-size:6px}.footer-bottom-center h2{font-size:12px}}.service-location-section{color:#fff;box-sizing:border-box;background:#09131d;width:100%;max-width:none;margin:0}.service-location-header{justify-content:space-between;align-items:center;width:95%;max-width:1600px;margin:0 auto 14px;display:flex}.service-location-header h3{color:#fff;align-items:center;margin:0;font-size:19px;font-weight:700;position:relative}.service-location-header h3:after{content:"";background:#ff6a00;border-radius:20px;width:30px;height:2px;position:absolute;bottom:-5px;left:0}.service-location-header p{color:#aeb5ba;margin:0;font-size:11px}.service-location-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:95%;max-width:1600px;margin:auto;display:grid}.service-city{border-radius:9px;min-width:0;transition:all .3s}.service-city:hover{border-color:#ff6a0059;transform:translateY(-2px)}.service-city h4{color:#ff6a00;margin:0 0 6px;font-size:14px;font-weight:700}.service-city p{color:#d8d8d8;margin:0;font-size:10.5px;line-height:1.65}@media (width<=1199px){.service-location-section{width:94%;padding:16px 0 18px}.service-location-grid{gap:10px}.service-city{padding:11px 12px}.service-city h4{font-size:13px}.service-city p{font-size:10px;line-height:1.6}}@media (width<=768px){.service-location-section{width:92%;padding:16px 0 18px}.service-location-header{margin-bottom:12px;display:block}.service-location-header h3{font-size:17px}.service-location-header p{margin-top:7px;font-size:10px}.service-location-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.service-city{padding:11px}.service-city h4{margin-bottom:5px;font-size:13px}.service-city p{font-size:9.5px;line-height:1.55}}@media (width<=480px){.service-location-section{width:94%;padding:14px 0 16px}.service-location-header h3{font-size:16px}.service-location-header p{font-size:9px}.service-location-grid{grid-template-columns:1fr;gap:8px}.service-city{padding:10px 11px}.service-city h4{font-size:13px}.service-city p{font-size:9.5px;line-height:1.55}}@media (width<=375px){.service-location-section{width:95%;padding:13px 0 15px}.service-location-grid{gap:7px}.service-city{padding:9px 10px}.service-city h4{font-size:12px}.service-city p{font-size:8.5px;line-height:1.5}}.scroll-top-btn{color:#fff;cursor:pointer;z-index:9999;background:#ff6200;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 6px 18px #0003}.scroll-top-btn svg{font-size:18px}.scroll-top-btn:hover{background:#e55a00;transform:translateY(-4px)}@media (width<=768px){.scroll-top-btn{width:45px;height:45px;bottom:18px;right:18px}.scroll-top-btn svg{font-size:16px}}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{color:#222;background:#fff;overflow-x:hidden}img{width:100%;display:block}button{cursor:pointer;border:none;outline:none;font-family:Poppins,sans-serif}a{text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1300px;margin:auto}:root{--primary:#f58220;--primary-dark:#e36e00;--secondary:#25d366;--white:#fff;--dark:#222;--text:#666;--light:#f8f8f8;--border:#eee;--radius:20px;--transition:.35s ease;--shadow:0 15px 40px #00000014}section{padding:30px 0}.section-title span{color:var(--primary);letter-spacing:1px;background:#fff2e6;border-radius:50px;margin-bottom:20px;padding:10px 24px;font-size:14px;font-weight:600;display:inline-block}.section-title h2{color:var(--dark);margin-bottom:18px;font-size:30px;line-height:1.3}.section-title p{max-width:750px;color:var(--text);margin:auto;font-size:17px;line-height:1.9}.primary-btn,.whatsapp-btn,.outline-btn{cursor:pointer;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex}.primary-btn{background:var(--primary);color:#fff}.primary-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.whatsapp-btn,.whatsapp-btn svg{background:var(--secondary);color:#fff}.whatsapp-btn:hover{transform:translateY(-2px)}.outline-btn{color:#fff;background:0 0;border:2px solid #fff}.outline-btn:hover{color:var(--primary);background:#fff}.hero-section{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:62vh;padding:35px 0 18px;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";background:linear-gradient(90deg,#000000b8,#00000061);position:absolute;inset:0}.hero-container{z-index:2;grid-template-columns:58% 42%;align-items:center;gap:20px;display:grid;position:relative}.hero-left{color:#fff;max-width:520px}.hero-tag{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:30px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 14px;font-size:11px;display:inline-flex}.hero-left h1{margin-bottom:12px;font-size:38px;font-weight:800;line-height:1.15}.hero-left p{color:#f2f2f2;max-width:460px;margin-bottom:18px;font-size:13px;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.hero-features{flex-wrap:wrap;gap:12px;display:flex}.hero-features div{align-items:center;gap:6px;font-size:12px;display:flex}.hero-features svg{color:#79d86b;font-size:13px}.hero-right{justify-content:center;align-items:center;display:flex}.hero-right img{border-radius:14px;width:72%;max-width:330px}.hero-stats{background:#fff;border-radius:10px;grid-template-columns:repeat(4,1fr);margin-top:18px;display:grid;overflow:hidden;box-shadow:0 6px 18px #00000014}.hero-stat-card{border-right:1px solid #ececec;align-items:center;gap:8px;padding:12px;display:flex}.hero-stat-card:last-child{border-right:none}.hero-stat-icon{width:34px;min-width:34px;height:34px;color:var(--primary);background:#fff3e8;border-radius:50%;justify-content:center;align-items:center;font-size:15px;display:flex}.hero-stat-card h3{color:#222;margin-bottom:2px;font-size:18px}.hero-stat-card p{color:#666;font-size:10px}.statistics-section{background:#fff;padding:35px 0}.statistics-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.stat-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:12px;padding:16px 12px;transition:all .3s;box-shadow:0 5px 15px #0000000d}.stat-card:hover{transform:translateY(-3px)}.stat-icon{width:44px;height:44px;color:var(--primary);background:#fff2e6;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 10px;font-size:18px;display:flex}.stat-card h2{margin-bottom:4px;font-size:22px}.stat-card p{font-size:12px;line-height:1.4}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;gap:18px}.hero-left{max-width:100%}.hero-left p{margin:0 auto 18px}.hero-buttons,.hero-features{justify-content:center}.hero-right img{width:60%;max-width:260px}.hero-stats,.statistics-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-section{min-height:auto;padding:28px 0}.hero-left h1{font-size:28px}.hero-left p{font-size:12px}.hero-right img{width:70%;max-width:220px}.hero-stats{grid-template-columns:1fr}.hero-stat-card{border-bottom:1px solid #ececec;border-right:none}.hero-stat-card:last-child{border-bottom:none}.statistics-grid{grid-template-columns:1fr}.stat-card{padding:14px}.stat-icon{width:40px;height:40px;font-size:16px}.stat-card h2{font-size:20px}}.service-card{background:#fff;border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 5px 15px #0000000f}.service-image{height:150px;position:relative;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:100%;transition:all .35s}.service-card:hover .service-image img{transform:scale(1.04)}.service-overlay{opacity:0;background:#00000059;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.service-view-btn{color:var(--primary);background:#fff;border-radius:25px;align-items:center;gap:6px;padding:8px 14px;font-size:11px;font-weight:600;display:flex}.service-content{flex-direction:column;flex:1;padding:28px 14px 14px;display:flex;position:relative}.service-icon{width:40px;height:40px;color:var(--primary);background:#fff2e6;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:all .3s;display:flex;position:absolute;top:-20px;left:14px;box-shadow:0 4px 12px #0000001a}.service-card:hover .service-icon{background:var(--primary);color:#fff;transform:rotateY(180deg)}.service-content h3{color:var(--dark);margin-bottom:6px;font-size:17px;font-weight:700}.service-features{flex-direction:column;flex:1;gap:6px;margin-bottom:14px;display:flex}.service-features li{align-items:center;gap:6px;font-size:12px;display:flex}.service-features svg{color:#36bf63;font-size:11px}.service-btn{background:var(--primary);color:#fff;border-radius:25px;align-self:flex-start;align-items:center;gap:6px;margin-top:auto;padding:8px 14px;font-size:12px;font-weight:600;transition:all .3s;display:inline-flex}.service-btn:hover{background:var(--primary-dark);transform:translate(3px)}@media (width<=1200px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-grid{grid-template-columns:1fr;gap:14px}.service-image{height:170px}.service-content{padding:28px 14px 14px}.service-icon{width:38px;height:38px;font-size:15px;top:-19px;left:14px}.service-content h3{font-size:16px}.service-content p,.service-features li{font-size:12px}}.why-strip{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:25px 0}.why-strip-title{text-align:center;margin-bottom:18px}.why-strip-title h2{color:#222;margin-bottom:5px;font-size:34px;font-weight:700}.why-strip-title p{color:#666;font-size:15px}.why-strip-grid{grid-template-columns:repeat(8,1fr);align-items:start;gap:18px;display:grid}.why-strip-item{text-align:left;justify-content:center;align-items:center;gap:10px;display:flex}.why-strip-icon{color:#f58220;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:28px;display:flex}.why-strip-item span{color:#222;font-size:14px;font-weight:600;line-height:1.35}@media (width<=992px){.why-strip-grid{grid-template-columns:repeat(4,1fr);row-gap:20px}}@media (width<=576px){.why-strip-title h2{font-size:24px}.why-strip-title p{font-size:13px}.why-strip-grid{grid-template-columns:repeat(2,1fr);gap:18px}.why-strip-item{text-align:center;flex-direction:column}.why-strip-icon{width:36px;height:36px;font-size:22px}.why-strip-item span{font-size:13px}}.packages-section{background:#fafafa;padding:35px 0}.packages-title{text-align:center;margin-bottom:20px}.packages-title h2{color:#222;margin-bottom:4px;font-size:30px;font-weight:700;line-height:1.2}.packages-title p{color:#666;font-size:14px}.packages-grid{grid-template-columns:repeat(2,1fr);align-items:start;gap:18px;display:grid}.package-box{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:16px 20px;transition:all .3s}.package-box:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.package-header{color:#222;justify-content:center;align-items:center;gap:6px;margin-bottom:14px;font-size:16px;font-weight:700;display:flex}.package-header svg{color:var(--primary);font-size:16px}.package-list{flex-direction:column;gap:8px;display:flex}.package-row{justify-content:space-between;align-items:center;padding:3px 0;display:flex}.package-row span{color:#222;font-size:14px}.package-row strong{color:#222;font-size:14px;font-weight:600}.package-view-btn{border:1px solid var(--primary);width:90px;height:30px;color:var(--primary);background:#fff;border-radius:18px;margin:14px auto 0;font-size:11px;font-weight:600;transition:all .3s;display:block}.package-view-btn:hover{background:var(--primary);color:#fff}@media (width<=992px){.packages-grid{grid-template-columns:1fr;gap:16px}.packages-title h2{font-size:26px}}@media (width<=576px){.packages-section{padding:28px 0}.packages-title{margin-bottom:16px}.packages-title h2{font-size:22px}.packages-title p{font-size:13px}.package-box{padding:14px}.package-header{font-size:15px}.package-row{flex-direction:row;gap:8px}.package-row span,.package-row strong{font-size:13px}.package-view-btn{width:80px;height:28px;font-size:10px}}.testimonial-section{background:#fff;padding:28px 0}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.testimonial-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:14px;transition:all .3s;box-shadow:0 5px 15px #0000000d}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #0000001a}.testimonial-stars{color:#ffc107;gap:4px;margin-bottom:12px;font-size:13px;display:flex}.testimonial-card p{color:var(--text);margin-bottom:18px;font-size:13px;line-height:1.6}.testimonial-user{align-items:center;gap:10px;display:flex}.testimonial-user img{object-fit:cover;border:2px solid #fff2e6;border-radius:50%;width:48px;height:48px}.testimonial-user h4{color:var(--dark);margin-bottom:2px;font-size:15px}.testimonial-user span{color:var(--text);font-size:12px}@media (width<=992px){.testimonial-section{padding:24px 0}.testimonial-grid{grid-template-columns:repeat(2,1fr);gap:16px}.testimonial-card{padding:13px}}@media (width<=576px){.testimonial-section{padding:20px 0}.testimonial-grid{grid-template-columns:1fr;gap:14px}.testimonial-card{padding:12px}.testimonial-stars{gap:3px;font-size:12px}.testimonial-card p{margin-bottom:14px;font-size:12px}.testimonial-user img{width:42px;height:42px}.testimonial-user h4{font-size:14px}.testimonial-user span{font-size:11px}}.hero{width:100%;padding:0;position:relative}.background{width:100%;height:500px;position:relative;overflow:hidden}.bg-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.overlay{z-index:1;background:#00000073;position:absolute;inset:0}.content{z-index:2;color:#fff;width:100%;max-width:1180px;padding:0 18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.breadcrumb{color:#fff;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:500;display:flex}.breadcrumb span{color:#fff}.breadcrumb .active{color:#ff6200;font-weight:600}.breadcrumb svg{color:#fff;flex-shrink:0;font-size:14px}.content h1{color:#fff;margin:0 0 8px;font-size:40px;font-weight:700;line-height:1.2}.content h2{color:#ffb27d;margin:0 0 14px;font-size:22px;font-weight:600;line-height:1.4}.content p{color:#ffffffeb;width:100%;max-width:560px;margin:0 0 22px;font-size:14px;line-height:1.7}.features{align-items:center;gap:16px;margin-bottom:22px;display:flex}.feature-item{align-items:center;gap:10px;display:flex}.feature-icon{-webkit-backdrop-filter:blur(6px);background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.feature-icon svg{color:#fff;fill:#fff;font-size:18px}.feature-item span{color:#fff;font-size:13px;font-weight:600;line-height:1.4}.buttons{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-primary-btn,.hero-secondary-btn,.book-btn{cursor:pointer;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex}.hero-primary-btn{background:var(--primary);color:#fff}.hero-primary-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.hero-secondary-btn,.hero-secondary-btn svg{background:var(--secondary);color:#fff}.hero-secondary-btn:hover{transform:translateY(-2px)}.hero-outline-btn{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:13px;font-weight:600;transition:all .3s;display:inline-flex}.hero-outline-btn:hover{color:var(--primary);background:#fff}@media (width<=992px){.background{height:480px}.container{padding:0 20px}.content{max-width:100%;padding:0 20px}.content h1{font-size:34px}.content h2{font-size:20px}.content p{max-width:520px;font-size:14px}.features{flex-wrap:wrap;gap:14px}.breadcrumb{gap:8px;margin-bottom:14px;font-size:15px}.breadcrumb svg{font-size:13px}}@media (width<=768px){.background{height:560px}.container,.content{padding:0 16px}.breadcrumb{gap:8px;margin-bottom:14px;font-size:14px}.breadcrumb svg{font-size:12px}.content h1{font-size:28px}.content h2{font-size:18px}.content p{max-width:100%;margin-bottom:18px;font-size:13px;line-height:1.6}.features{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:18px}.buttons{flex-direction:column;align-items:stretch;gap:10px}.book-btn,.whatsapp-btn{width:100%}}@media (width<=480px){.background{height:500px}.container,.content{padding:0 14px}.breadcrumb{gap:6px;margin-bottom:12px;font-size:13px}.breadcrumb svg{font-size:11px}.content h1{margin-bottom:6px;font-size:24px}.content h2{margin-bottom:10px;font-size:16px}.content p{margin-bottom:16px;font-size:12px;line-height:1.6}.feature-icon{width:40px;min-width:40px;height:40px}.feature-icon svg{font-size:16px}.feature-item span{font-size:12px}.book-btn,.whatsapp-btn{height:40px;padding:0 16px;font-size:12px}.book-btn svg,.whatsapp-btn svg{font-size:14px}}.contact-section{background:#fff;width:100%;padding:35px 0}.contact-wrapper{grid-template-columns:1.35fr .9fr 1fr;align-items:start;gap:30px;display:grid}.contact-form,.contact-info,.contact-map-wrapper{width:100%}.contact-form h2,.contact-info h2,.contact-map-wrapper h2{color:#1d2433;margin-bottom:4px;font-size:28px;font-weight:700}.contact-title-line{background:#ff6200;border-radius:50px;width:42px;height:3px;margin-bottom:18px;display:block}.contact-form form{flex-direction:column;display:flex}.contact-field{margin-bottom:12px}.contact-field label{color:#222;margin-bottom:5px;font-size:13px;font-weight:600;display:block}.contact-field label span{color:#ff6200}.contact-field input,.contact-field select,.contact-field textarea{background:#fff;border:1px solid #dedede;border-radius:6px;outline:none;width:100%;transition:all .3s}.contact-field input,.contact-field select{height:38px;padding:0 12px;font-size:13px}.contact-field textarea{resize:none;height:95px;padding:10px 12px;font-size:13px}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:#ff6200;box-shadow:0 0 0 3px #ff620014}.contact-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff7a00,#ff5200);border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:170px;height:40px;font-size:13px;font-weight:700;transition:all .3s;display:flex}.contact-btn:hover{transform:translateY(-2px)}.contact-btn svg{font-size:14px}.contact-info-list{flex-direction:column;gap:18px;display:flex}.contact-info-item{align-items:flex-start;gap:12px;display:flex}.contact-info-icon{color:#ff6200;background:#fff2e8;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:17px;display:flex}.contact-info-content{flex:1}.contact-info-content h4{margin-bottom:4px;font-size:16px;font-weight:700}.contact-info-content p{color:#666;margin:0;font-size:13px;line-height:1.6}.contact-map{border-radius:8px;width:100%;height:360px;overflow:hidden}.contact-map iframe{border:0;width:100%;height:100%}.contact-social{margin-top:22px}.contact-social h3{color:#222;margin-bottom:12px;font-size:18px}.social-icons{gap:10px;display:flex}.social-icons a{color:#fff;background:#fff2e8;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-icons a:hover{color:#fff;background:#ff6200}@media (width<=1200px){.contact-wrapper{grid-template-columns:1.2fr .8fr;gap:28px}.contact-map-wrapper{grid-column:1/-1}.contact-map{height:320px}}@media (width<=992px){.contact-section{padding:30px 0}.contact-wrapper{grid-template-columns:1fr;gap:30px}.contact-form,.contact-info,.contact-map-wrapper{width:100%}.contact-map{height:300px}.contact-btn{width:180px}}@media (width<=768px){.contact-section{padding:25px 0}.contact-form h2,.contact-info h2,.contact-map-wrapper h2{font-size:24px}.contact-title-line{margin-bottom:16px}.contact-field{margin-bottom:10px}.contact-field input,.contact-field select{height:36px;font-size:13px}.contact-field textarea{height:90px}.contact-btn{width:100%;height:42px}.contact-info-list{gap:15px}.contact-info-item{gap:10px}.contact-info-icon{width:40px;min-width:40px;height:40px;font-size:16px}.contact-info-content h4{font-size:15px}.contact-info-content p{font-size:13px}.contact-map{height:280px}}@media (width<=576px){.contact-section{padding:20px 0}.contact-form h2,.contact-info h2,.contact-map-wrapper h2{font-size:22px}.contact-field label,.contact-field input,.contact-field select,.contact-field textarea{font-size:12px}.contact-map{height:240px}.contact-social{margin-top:18px}.contact-social h3{font-size:17px}.social-icons{gap:8px}.social-icons a{width:36px;height:36px;font-size:15px}}@media (width<=400px){.contact-form h2,.contact-info h2,.contact-map-wrapper h2{font-size:20px}.contact-info-icon{width:36px;min-width:36px;height:36px;font-size:15px}.contact-info-content h4{font-size:14px}.contact-info-content p{font-size:12px}.contact-map{height:220px}}.need-help-section{background:#fff;padding:40px 0}.need-help-wrapper{background:linear-gradient(90deg,#fdf8f3 0%,#fff 30% 70%,#fdf8f3 100%);border-radius:22px;justify-content:space-between;align-items:center;min-height:150px;padding:15px 35px;display:flex;position:relative;overflow:hidden}.need-help-dog{flex-shrink:0;justify-content:center;align-items:flex-end;width:170px;display:flex;position:relative}.need-help-dog-image{object-fit:contain;width:145px;display:block}.need-help-content{text-align:center;flex:1;padding:0 20px}.need-help-content h2{color:#111;margin:0;font-size:30px;font-weight:700;line-height:1.25}.need-help-content p{color:#555;margin:10px 0 18px;font-size:15px;line-height:1.6}.need-help-btn{color:#ff6b1a;cursor:pointer;background:#fff;border:2px solid #ff6b1a;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 24px;font-size:14px;font-weight:600;transition:all .35s;display:inline-flex}.need-help-btn svg{font-size:14px}.need-help-btn:hover{color:#fff;background:#ff6b1a;transform:translateY(-2px);box-shadow:0 8px 18px #ff6b1a33}.need-help-btn:hover span,.need-help-btn:hover svg{color:#fff}.line{background:#ff6b1a;border-radius:20px;width:12px;height:2px;position:absolute}.line-1{top:20px;left:24px;transform:rotate(-45deg)}.line-2{top:35px;left:10px;transform:rotate(-20deg)}.line-3{top:54px;left:8px;transform:rotate(20deg)}.line-4{top:72px;left:22px;transform:rotate(45deg)}.line-5{top:20px;right:24px;transform:rotate(45deg)}.line-6{top:35px;right:10px;transform:rotate(20deg)}.line-7{top:54px;right:8px;transform:rotate(-20deg)}.line-8{top:72px;right:22px;transform:rotate(-45deg)}.line{animation:2s ease-in-out infinite linePulse}.line:nth-child(2n){animation-delay:.4s}@keyframes linePulse{0%{opacity:.4;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:.4;transform:scale(.95)}}.need-help-dog-image{transition:all .35s}.need-help-wrapper:hover .need-help-dog-image{transform:translateY(-4px)}.need-help-btn{transition:all .35s}@media (width<=1400px){.need-help-section{padding:35px 0}.need-help-wrapper{border-radius:20px;min-height:145px;padding:15px 30px}.need-help-content{padding:0 18px}.need-help-content h2{font-size:28px}.need-help-content p{margin:8px 0 16px;font-size:14px}.need-help-dog{width:155px}.need-help-dog-image{width:130px}.need-help-btn{height:42px;padding:0 22px;font-size:13px}}@media (width<=1200px){.need-help-section{padding:30px 0}.need-help-wrapper{border-radius:18px;min-height:135px;padding:15px 25px}.need-help-content{padding:0 15px}.need-help-content h2{font-size:25px}.need-help-content p{margin:8px 0 14px;font-size:13px}.need-help-dog{width:135px}.need-help-dog-image{width:115px}.need-help-btn{height:40px;padding:0 20px;font-size:13px}.line{width:10px;height:2px}}@media (width<=992px){.need-help-section{padding:28px 0}.need-help-wrapper{text-align:center;border-radius:18px;flex-direction:column;justify-content:center;gap:15px;min-height:auto;padding:25px 20px}.need-help-left{order:1}.need-help-content{order:2;padding:0}.need-help-right{order:3}.need-help-content h2{font-size:24px}.need-help-content p{margin:8px 0 14px;font-size:13px}.need-help-btn{height:40px;padding:0 20px;font-size:13px}.need-help-dog{width:125px}.need-help-dog-image{width:105px}.line{width:10px;height:2px}}.contact-btn:disabled{opacity:.65;cursor:not-allowed;pointer-events:none}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.how-work-section{box-sizing:border-box;width:100%;max-width:1400px;margin:45px auto 0;padding:0 45px}.how-work-container{background:#fff4ed;border-radius:20px;width:100%;padding:28px 32px;position:relative;overflow:hidden}.how-work-section h2{color:#1d2433;text-align:center;margin-bottom:5px;font-size:28px;font-weight:700;line-height:1.3}.how-work-section .booking-title-line{background:#ff6200;border-radius:20px;width:38px;height:3px;margin:0 auto 30px;display:block}.how-work-wrapper{justify-content:space-between;align-items:center;gap:18px;display:flex}.how-work-right{flex-shrink:0;justify-content:center;align-items:flex-end;width:220px;display:flex;position:relative}.how-work-right img{object-fit:contain;width:100%;display:block}.dog-rays{width:48px;height:48px;position:absolute;top:15px;right:5px}.dog-rays span{background:#ff6200;border-radius:20px;width:18px;height:3px;position:absolute}.dog-rays span:first-child{top:0;right:0;transform:rotate(40deg)}.dog-rays span:nth-child(2){top:13px;right:-6px}.dog-rays span:nth-child(3){top:26px;right:0;transform:rotate(-40deg)}.work-step{text-align:center;z-index:2;flex:1;position:relative}.work-top{justify-content:center;align-items:center;margin-bottom:14px;display:flex;position:relative}.work-icon{z-index:2;background:#fff;border:3px solid #ff6200;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:26px;transition:all .35s;display:flex;position:relative;box-shadow:0 6px 14px #ff62001f}.work-step:hover .work-icon{transform:translateY(-4px);box-shadow:0 12px 22px #ff620038}.work-arrow{border-top:2px dashed #ff9b5d;width:calc(100% - 80px);position:absolute;top:50%;left:calc(50% + 40px);transform:translateY(-50%)}.work-arrow:after{content:"";border-top:2px solid #ff6200;border-right:2px solid #ff6200;width:8px;height:8px;position:absolute;top:-5px;right:-2px;transform:rotate(45deg)}.work-step:last-child .work-arrow{display:none}.step-number{color:#fff;background:#ff6200;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin:-4px auto 12px;font-size:13px;font-weight:700;display:flex;box-shadow:0 5px 12px #ff620038}.work-step h4{color:#1d2433;margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.35}.work-step p{color:#666;max-width:150px;margin:0 auto;font-size:13px;line-height:1.55}.work-step:hover h4{color:#ff6200}.work-step:hover .step-number{transition:all .35s;transform:scale(1.06)}.work-step:hover p{color:#444}.work-step,.work-icon,.step-number,.work-step h4,.work-step p{transition:all .35s}@media (width<=1200px){.how-work-container{padding:26px 24px}.how-work-section h2{font-size:26px}.how-work-section .booking-title-line{width:36px;margin-bottom:26px;padding:0 30px}.how-work-wrapper{gap:16px}.work-icon{width:60px;height:60px;font-size:24px}.work-arrow{width:calc(100% - 76px);left:calc(50% + 38px)}.step-number{width:26px;height:26px;margin-bottom:10px;font-size:12px}.work-step h4{margin-bottom:6px;font-size:15px}.work-step p{max-width:140px;font-size:12px;line-height:1.5}.how-work-right{width:200px}.dog-rays{width:42px;height:42px}.dog-rays span{width:16px}}@media (width<=992px){.how-work-section{margin-top:40px;padding:0 24px}.how-work-container{padding:24px 20px}.how-work-section h2{font-size:24px}.how-work-section .booking-title-line{width:34px;margin-bottom:24px}.how-work-wrapper{flex-wrap:wrap;justify-content:center;gap:24px}.how-work-right{order:-1;width:190px;margin:0 auto 8px}.how-work-right img{max-width:100%}.dog-rays{width:38px;height:38px;top:8px;right:6px}.dog-rays span{width:14px}.work-step{flex:0 0 calc(50% - 15px);max-width:calc(50% - 15px)}.work-top{margin-bottom:12px}.work-icon{width:60px;height:60px;font-size:24px}.work-arrow{display:none}.step-number{width:26px;height:26px;margin-bottom:10px;font-size:12px}.work-step h4{margin-bottom:6px;font-size:15px}.work-step p{max-width:180px;font-size:12px;line-height:1.5}}@media (width<=768px){.how-work-section{margin-top:35px;padding:0 16px}.how-work-container{border-radius:18px;padding:20px 16px}.how-work-section h2{font-size:22px}.how-work-section .booking-title-line{width:32px;height:3px;margin-bottom:22px}.how-work-wrapper{flex-direction:column;align-items:center;gap:22px;display:flex}.how-work-right{order:0;width:160px;margin-bottom:6px}.dog-rays{width:34px;height:34px;top:4px;right:4px}.dog-rays span{width:13px;height:2px}.work-step{flex:unset;width:100%;max-width:290px}.work-top{margin-bottom:10px}.work-icon{width:56px;height:56px;font-size:22px}.work-arrow{display:none}.step-number{width:24px;height:24px;margin:-2px auto 10px;font-size:11px}.work-step h4{margin-bottom:5px;font-size:14px}.work-step p{max-width:220px;font-size:12px;line-height:1.45}}@media (width<=480px){.how-work-section{padding:0 12px}.how-work-container{border-radius:16px;padding:18px 14px}.how-work-section h2{font-size:20px}.how-work-section .booking-title-line{width:30px;height:3px;margin-bottom:18px}.how-work-right{width:135px}.dog-rays{width:30px;height:30px}.dog-rays span{width:11px}.work-step{max-width:100%}.work-icon{width:52px;height:52px;font-size:20px}.step-number{width:22px;height:22px;margin-bottom:8px;font-size:10px}.work-step h4{margin-bottom:5px;font-size:13px}.work-step p{max-width:100%;font-size:11px;line-height:1.45}}.booking-section{background:#fff;width:100%;padding:50px 0}.booking-wrapper{grid-template-columns:1.45fr .95fr;align-items:stretch;gap:20px;display:grid}.booking-service-card{justify-content:flex-start;height:100%;min-height:100%}.booking-form-card h2,.booking-service-card h2{color:#1d2433;margin-bottom:4px;font-size:28px;font-weight:700;line-height:1.3}.booking-title-line{background:#ff6200;border-radius:30px;width:38px;height:3px;margin-bottom:20px;display:block}@media (width<=1200px){.booking-section{padding:45px 0}.booking-wrapper{grid-template-columns:1.2fr .9fr;gap:18px}.booking-form-card,.booking-service-card{padding:20px}.booking-form-card h2,.booking-service-card h2,.how-work-section h2{font-size:24px}.booking-title-line{margin-bottom:18px}}@media (width<=992px){.booking-section{padding:40px 0}.booking-wrapper{grid-template-columns:1fr;gap:25px}.booking-form-card,.booking-service-card{width:100%}.booking-form-card h2,.booking-service-card h2,.how-work-section h2{font-size:24px}}@media (width<=768px){.booking-section{padding:35px 0}.booking-form-card,.booking-service-card{border-radius:14px;padding:18px}.booking-form-card h2,.booking-service-card h2,.how-work-section h2{font-size:22px}}@media (width<=480px){.booking-section{padding:25px 0}.booking-wrapper{gap:18px}.booking-form-card,.booking-service-card{border-radius:12px;padding:15px}.booking-form-card h2,.booking-service-card h2,.how-work-section h2{font-size:20px}.booking-title-line{width:35px;margin-bottom:15px}}.booking-form-card form{flex-direction:column;height:100%;display:flex}.booking-row{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.booking-field{margin-bottom:14px}.booking-field.full-width{grid-column:1/-1}.booking-field label{color:#222;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.booking-field label span{color:#ff6200}.booking-field input,.booking-field select,.booking-field textarea{color:#333;background:#fff;border:1px solid #ddd;border-radius:7px;outline:none;width:100%;height:44px;padding:0 12px;font-size:14px;transition:all .3s}.booking-field textarea{resize:none;height:85px;padding:10px 12px}.booking-field input:focus,.booking-field select:focus,.booking-field textarea:focus{border-color:#ff6200}.booking-field select{cursor:pointer}.input-icon{position:relative}.input-icon input{padding-right:40px}.input-icon svg{color:#999;pointer-events:none;font-size:14px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.booking-form-card h3{color:#ff6200;margin:8px 0 14px;font-size:17px;font-weight:700}.booking-checkbox{align-items:flex-start;gap:8px;margin:10px 0 20px;display:flex}.booking-checkbox input{width:16px;height:16px;margin-top:2px}.booking-checkbox label{color:#555;font-size:13px;line-height:1.5}.booking-checkbox span{color:#ff6200;margin:0 2px;font-weight:600}.booking-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff7a00,#ff5200);border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;font-size:16px;font-weight:700;transition:all .35s;display:flex}.booking-btn svg{font-size:16px}.booking-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #ff62004d}.booking-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (width<=1200px){.booking-row{gap:12px}.booking-field{margin-bottom:12px}.booking-field input,.booking-field select{height:42px;font-size:13px}.booking-field textarea{height:80px;font-size:13px}.booking-btn{height:46px;font-size:14px}}@media (width<=992px){.booking-row{grid-template-columns:1fr;gap:0}.booking-field{margin-bottom:12px}.booking-field label{font-size:12px}.booking-field input,.booking-field select{height:40px;font-size:13px}.booking-field textarea{height:78px;font-size:13px}.booking-btn{height:44px;font-size:14px}}@media (width<=768px){.booking-form-card h3{font-size:18px}.booking-row{grid-template-columns:1fr;gap:0}.booking-field{margin-bottom:16px}.booking-field label{font-size:12px}.booking-field input,.booking-field select,.booking-field textarea{font-size:14px}.booking-checkbox{margin:8px 0 16px}.booking-checkbox label{font-size:12px}.booking-btn{height:48px;font-size:15px}}@media (width<=480px){.booking-row{grid-template-columns:1fr;gap:0}.booking-field{margin-bottom:14px}.booking-field label{font-size:12px}.booking-field input,.booking-field select{height:40px;font-size:13px}.booking-field textarea{height:80px;font-size:13px}.booking-checkbox{align-items:flex-start}.booking-checkbox label{font-size:12px;line-height:1.5}.booking-btn{height:44px;font-size:14px}}.input-error{background:#fff8f8;border:1px solid #e53935!important}.input-error:focus{box-shadow:0 0 0 3px #e539351f;border-color:#e53935!important}.error-message{color:#e53935;margin-top:5px;font-size:12px;font-weight:600;line-height:1.3;display:block}.Toastify__toast{border-radius:10px;font-size:14px;font-weight:600}.Toastify__toast--warning{color:#222;background:#ffc107}.Toastify__toast--success{background:#28a745}.Toastify__toast--error{background:#dc3545}.Toastify__progress-bar{height:4px}.booking-service-card{justify-content:flex-start}.service-list{flex-direction:column;gap:18px;width:98%;margin:0 auto;display:flex}.service-item{text-align:center;cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:250px;min-height:250px;max-height:250px;padding:15px;transition:all .35s;display:flex;position:relative;overflow:hidden}.service-item:hover{border-color:#ff6200;transform:translateY(-4px);box-shadow:0 12px 25px #00000014}.service-item img{object-fit:cover;border-radius:10px;width:100%;height:105px;margin-bottom:12px}.service-icon{color:#ff6200;background:#ff620014;border-radius:50%;justify-content:center;align-items:center;width:46px;min-width:46px;height:46px;font-size:24px;display:flex}.service-content{width:100%;padding:10px}.service-content p{color:#666;margin:0;font-size:14px;line-height:1.5}.service-item.selected{background:#fff8f2;border:2px solid #ff6200}.service-item.selected:before{content:"";pointer-events:none;border:2px solid #ff6200;border-radius:10px;position:absolute;inset:0}@media (width<=1200px){.service-item{min-height:130px;padding:14px}.service-item img{width:90px;height:72px}.service-icon{width:36px;min-width:36px;font-size:22px}.service-content h4{font-size:16px}.service-content p{font-size:13px}}@media (width<=992px){.service-list{grid-template-columns:repeat(3,1fr);gap:16px;height:auto;display:grid}.service-item{text-align:center;flex-direction:column;justify-content:center;min-height:230px}.service-item img{width:100%;height:120px}.service-icon{margin:8px 0}.service-content{padding-right:0}.service-content h4{font-size:15px}.service-content p{font-size:12px}}@media (width<=768px){.service-list{grid-template-columns:1fr}.service-item{text-align:left;flex-direction:row;min-height:135px}.service-item img{width:95px;height:75px}.service-icon{width:42px;min-width:42px;height:42px;margin:0;font-size:22px}.service-content{padding-right:0}.service-content h4{font-size:16px}.service-content p{font-size:13px}}@media (width<=480px){.service-list{flex-direction:column;gap:12px;display:flex}.service-item{flex-direction:row;align-items:center;gap:10px;min-height:100px;padding:10px}.service-item img{border-radius:8px;width:80px;height:65px}.service-icon{width:36px;min-width:36px;height:36px;font-size:18px}.service-content h4{margin-bottom:4px;font-size:14px}.service-content p{font-size:11px;line-height:1.4}}.service-checkbox{align-items:flex-start;gap:8px;margin:10px 0 20px;display:flex}.service-checkbox input{width:16px;height:16px;margin-top:2px}.service-checkbox label{color:#555;font-size:13px;line-height:1.5}.service-checkbox span{color:#ff6200;margin:0 2px;font-weight:600}@media (width<=768px){.service-checkbox{margin:8px 0 16px}.service-checkbox label{font-size:12px}}@media (width<=480px){.service-checkbox{align-items:flex-start}.service-checkbox label{font-size:12px;line-height:1.5}}.service-package-wrapper{margin-top:10px;margin-left:28px}.service-package-wrapper h4{margin:12px 0 8px;font-size:15px;font-weight:600}.package-list{margin-left:20px}.package-checkbox{margin-bottom:8px}.package-checkbox label{font-size:14px;font-weight:400}.booking-summary-card{background:#fff;border-radius:12px;padding:25px;position:sticky;top:100px;box-shadow:0 8px 25px #00000014}.booking-summary-card h3{color:#1d2433;margin-bottom:20px;font-size:24px}.summary-section{margin-bottom:20px}.summary-section span{font-size:12px}.summary-section h4{color:#ff6200;margin-bottom:12px;font-size:18px}.summary-row{border-bottom:1px dashed #e5e5e5;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.summary-row span:first-child{color:#444}.summary-row span:last-child{font-weight:600}.summary-total{color:#ff6200;border-top:2px solid #ff6200;justify-content:space-between;align-items:center;margin-top:20px;padding-top:15px;font-size:22px;font-weight:700;display:flex}@media (width<=768px){.booking-summary-card{margin-top:25px;position:static}}.booking-field input[type=time]{color:#263238;box-sizing:border-box;background:#fff;border:1px solid #d9dee7;border-radius:8px;outline:none;width:100%;min-height:48px;padding:12px 14px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.booking-field input[type=time]:focus{border-color:#2196f3;box-shadow:0 0 0 3px #2196f31f}.vaccination-options{align-items:center;gap:14px;min-height:48px;display:flex}.radio-option{cursor:pointer;box-sizing:border-box;background:#fff;justify-content:center;align-items:center;gap:9px;min-width:100px;padding:11px 18px;transition:all .2s;position:relative;margin:0!important;display:flex!important}.radio-option input{opacity:0;pointer-events:none;position:absolute}.custom-radio{box-sizing:border-box;border:2px solid #aab2bd;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:all .2s;display:inline-flex}.radio-option input:checked+.custom-radio{border:5px solid #ff6200}.radio-label{color:#37474f;font-size:14px;font-weight:600}.vaccination-error{border-radius:8px}.booking-confirmation-row{grid-template-columns:1fr 1fr;gap:18px;margin:22px 0;display:grid}.vaccination-warning{box-sizing:border-box;background:#fff8e1;border:1px solid #ffe082;border-left:4px solid #ffb300;border-radius:8px;align-items:flex-start;gap:12px;padding:16px;display:flex}.warning-icon{color:#f57c00;flex-shrink:0;font-size:22px;line-height:1}.warning-content strong{color:#6d4c00;margin-bottom:5px;font-size:14px;display:block}.warning-content p{color:#795548;margin:0;font-size:13px;line-height:1.5}.terms-box{box-sizing:border-box;background:#f7faff;border:1px solid #dcecff;border-radius:8px;flex-direction:column;justify-content:center;padding:16px;display:flex}.terms-checkbox{cursor:pointer;align-items:flex-start;gap:10px;position:relative;margin:0!important;display:flex!important}.terms-checkbox input{opacity:0;pointer-events:none;position:absolute}.terms-checkmark{box-sizing:border-box;background:#fff;border:2px solid #90a4ae;border-radius:4px;width:20px;min-width:20px;height:20px;margin-top:1px;transition:all .2s;position:relative}.terms-checkbox input:checked+.terms-checkmark{background:#2196f3;border-color:#2196f3}.terms-checkbox input:checked+.terms-checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:1px;left:5px;transform:rotate(45deg)}.terms-text{color:#455a64;font-size:13px;line-height:1.6;display:inline}.terms-link{color:#2196f3;font-weight:600}.required-star{color:#ff6200;margin-left:2px;font-weight:700}.terms-error{border-color:#dc3545}.terms-view-btn{color:#ff6200;cursor:pointer;vertical-align:middle;background:0 0;border:none;justify-content:center;align-items:center;width:auto;min-width:0;height:auto;margin:0 0 0 7px;padding:0;font-size:21px;transition:transform .2s;display:inline-flex}.terms-view-btn svg{color:#ff6200;font-size:21px;display:block}.terms-view-btn:hover{color:#ff6200;background:0 0;transform:scale(1.12)}.terms-view-btn:active{transform:scale(1)}.error-message{color:#dc3545;margin-top:5px;font-size:12px;font-weight:500;display:block}.input-error{border-color:#dc3545!important}.booking-btn:disabled{opacity:.65;cursor:not-allowed}@media (width<=900px){.booking-confirmation-row{grid-template-columns:1fr}.vaccination-options{flex-wrap:wrap}}@media (width<=600px){.booking-confirmation-row{grid-template-columns:1fr;gap:12px;margin:18px 0}.vaccination-options{grid-template-columns:1fr 1fr;gap:10px;width:100%;display:grid}.radio-option{width:100%;min-width:0;padding:11px 12px}.vaccination-warning,.terms-box{padding:14px}.warning-content p,.terms-text{font-size:12px}.terms-view-btn{width:auto;min-width:0;height:auto;margin-left:5px;padding:0}.terms-view-btn svg{font-size:19px}}@media (width<=360px){.vaccination-options{grid-template-columns:1fr}}.gallery-section{background:#fff;width:100%;padding:28px 16px 36px}.gallery-wrapper{grid-template-columns:repeat(6,1fr);gap:14px;max-width:1100px;margin:auto;display:grid}.gallery-card{cursor:pointer;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 12px #00000014}.gallery-card:hover{transform:translateY(-4px)}.gallery-card img{object-fit:cover;width:100%;height:145px;transition:all .35s;display:block}.gallery-card:hover img{transform:scale(1.06)}@media (width<=992px){.gallery-section{padding:24px 16px 32px}.gallery-wrapper{grid-template-columns:repeat(3,1fr);gap:12px}.gallery-card img{height:160px}}@media (width<=768px){.gallery-section{padding:20px 14px 28px}.gallery-wrapper{grid-template-columns:repeat(2,1fr);gap:10px}.gallery-card img{height:130px}}@media (width<=480px){.gallery-section{padding:16px 12px 24px}.gallery-wrapper{grid-template-columns:1fr;gap:10px}.gallery-card img{height:190px}}.custom-plan{background:#fff;border:1px solid #e9edf3;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;margin-top:22px;padding:20px 24px;display:flex;box-shadow:0 6px 20px #0000000d}.custom-left{flex:1;align-items:center;gap:16px;display:flex}.custom-left img{object-fit:cover;border-radius:14px;width:90px;height:90px}.custom-icon{color:#ff5a12;background:#fff4ee;border:1px solid #ffd8c6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:24px;display:flex}.custom-content{flex:1}.custom-content h2{color:#222;margin-bottom:6px;font-size:28px;font-weight:700;line-height:1.2}.custom-content p{color:#666;max-width:500px;margin:0;font-size:14px;line-height:1.6}.custom-buttons{align-items:center;gap:14px;display:flex}.custom-buttons button{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-width:180px;height:46px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.custom-buttons svg{font-size:18px}.call-btn{color:#ff5a12}.call-btn svg{color:inherit}.call-btn:hover{color:#ff5a12;background:#ffd8c6}@media (width<=1100px){.custom-plan{flex-direction:column;align-items:flex-start;padding:20px}.custom-buttons{width:100%}.custom-buttons button{flex:1;min-width:0}}@media (width<=768px){.custom-left{text-align:center;flex-direction:column;gap:14px;width:100%}.custom-left img{width:80px;height:80px}.custom-icon{width:50px;height:50px;font-size:22px}.custom-content h2{font-size:24px}.custom-content p{max-width:100%;font-size:13px}.custom-buttons{flex-direction:column;gap:12px;width:100%}.custom-buttons button{width:100%;height:44px;font-size:14px}}@media (width<=480px){.custom-plan{border-radius:16px;margin-top:18px;padding:16px}.custom-left img{width:70px;height:70px}.custom-icon{width:46px;height:46px;font-size:20px}.custom-content h2{font-size:20px}.custom-content p{font-size:12px;line-height:1.5}.custom-buttons button{height:42px;font-size:13px}.custom-buttons svg{font-size:16px}}.service-area-section{background:#fff;width:100%}.service-area-wrapper{background:#fff5ef;border:1px solid #ffe3d2;border-radius:12px;grid-template-columns:repeat(10,1fr);display:grid;overflow:hidden}.service-area-card{text-align:center;background:0 0;padding:14px 10px;transition:all .3s;position:relative}.service-area-card:not(:last-child):after{content:"";background:#ffd7c1;width:1px;height:76%;position:absolute;top:12%;right:0}.service-area-card:hover{background:#fff}.service-area-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 8px;display:flex}.service-area-icon svg{color:#ff6200;font-size:18px}.service-area-card h3{color:#1d2433;margin:0;font-size:13px;font-weight:700;line-height:1.35}@media (width<=992px){.service-area-section{padding:16px 0}.service-area-wrapper{grid-template-columns:repeat(4,1fr)}.service-area-card{border-bottom:1px solid #ffd7c1;padding:12px 10px}.service-area-card:after{display:none}.service-area-card:nth-child(odd):before{content:"";background:#ffd7c1;width:1px;height:76%;position:absolute;top:12%;right:0}.service-area-card:last-child{border-bottom:none;grid-column:1/-1}.service-area-card:last-child:before{display:none}.service-area-icon{width:38px;height:38px;margin-bottom:6px}.service-area-icon svg{font-size:17px}.service-area-card h3{font-size:12px;line-height:1.35}.service-area-card p{margin-top:4px;font-size:10px;line-height:1.4}}@media (width<=768px){.service-area-section{padding:14px 0}.service-area-wrapper{grid-template-columns:repeat(2,1fr)}.service-area-card{border-bottom:1px solid #ffd7c1;padding:12px 10px}.service-area-card:before,.service-area-card:after{display:none}.service-area-card:last-child{border-bottom:none}.service-area-icon{width:36px;height:36px;margin-bottom:6px}.service-area-icon svg{font-size:16px}.service-area-card h3{font-size:12px;line-height:1.3}.service-area-card p{margin-top:3px;font-size:9px;line-height:1.4}}@media (width<=480px){.service-area-section{padding:12px 0}.service-area-wrapper{border-radius:8px;grid-template-columns:1fr}.service-area-card{padding:10px 8px}.service-area-icon{width:34px;height:34px;margin-bottom:5px}.service-area-icon svg{font-size:15px}.service-area-card h3{font-size:11px;line-height:1.3}.service-area-card p{margin-top:3px;font-size:9px;line-height:1.35}}.walk-matter-section{background:#fff;width:100%;padding:28px 18px}.walk-matter-container{text-align:center;max-width:1150px;margin:auto}.walk-matter-container h2{color:#1d2433;margin-bottom:10px;font-size:30px;font-weight:800}.walk-matter-container p{color:#666;max-width:620px;margin:auto auto 32px;font-size:14px;line-height:1.6}.walk-benefits{grid-template-columns:repeat(6,1fr);gap:18px;display:grid}.walk-benefit-card{flex-direction:column;align-items:center;padding:6px;transition:all .3s;display:flex}.walk-benefit-card svg{color:#ff6200;margin-bottom:12px;font-size:34px}.walk-benefit-card h4{color:#222;font-size:15px;font-weight:700;line-height:1.4}.walk-benefit-card:hover{transform:translateY(-4px)}@media (width<=992px){.walk-matter-section{padding:24px 18px}.walk-benefits{grid-template-columns:repeat(3,1fr);gap:22px}.walk-matter-container h2{font-size:26px}.walk-matter-container p{margin-bottom:28px;font-size:14px}.walk-benefit-card{padding:5px}.walk-benefit-card svg{font-size:30px}.walk-benefit-card h4{font-size:14px}}@media (width<=768px){.walk-matter-section{padding:20px 16px}.walk-benefits{grid-template-columns:repeat(2,1fr);gap:18px}.walk-matter-container h2{font-size:22px}.walk-matter-container p{margin-bottom:24px;font-size:13px}.walk-benefit-card{padding:4px}.walk-benefit-card svg{margin-bottom:10px;font-size:28px}.walk-benefit-card h4{font-size:13px;line-height:1.35}}@media (width<=480px){.walk-matter-section{padding:16px 14px}.walk-benefits{grid-template-columns:repeat(2,1fr);gap:14px}.walk-matter-container h2{font-size:20px}.walk-matter-container p{margin-bottom:20px;font-size:12px}.walk-benefit-card{padding:4px}.walk-benefit-card svg{font-size:24px}.walk-benefit-card h4{font-size:12px}}.included-section{background:#fff;width:100%;padding:28px 16px}.included-wrapper{grid-template-columns:repeat(6,1fr);gap:16px;max-width:1100px;margin:auto;display:grid}.included-card{background:#fff;border:1px solid #ececec;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:12px 10px;transition:all .3s;display:flex}.included-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.included-card svg{color:#ff6200;flex-shrink:0;font-size:26px}.included-card span{color:#222;font-size:13px;font-weight:600;line-height:1.4}@media (width<=992px){.included-section{padding:24px 16px}.included-wrapper{grid-template-columns:repeat(3,1fr);gap:14px}.included-card{padding:12px 10px}.included-card svg{font-size:24px}.included-card span{font-size:13px}}@media (width<=768px){.included-section{padding:20px 14px}.included-wrapper{grid-template-columns:repeat(2,1fr);gap:12px}.included-card{gap:8px;padding:10px 8px}.included-card svg{font-size:22px}.included-card span{font-size:12px;line-height:1.35}}@media (width<=480px){.included-section{padding:16px 12px}.included-wrapper{grid-template-columns:1fr;gap:10px}.included-card{justify-content:flex-start;padding:10px 12px}.included-card svg{font-size:20px}.included-card span{font-size:12px}}.benefits-section{background:#fffaf7;width:100%;padding:50px 15px}.benefits-heading{text-align:center;max-width:620px;margin:auto auto 30px}.benefits-heading span{color:#ff6200;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:700}.benefits-heading h2{color:#222;margin:8px 0;font-size:30px;font-weight:700}.benefits-heading p{color:#666;font-size:14px;line-height:1.6}.benefits-wrapper{background:#fffaf7;border:2px solid #ff6200;border-radius:14px;justify-content:space-between;align-items:stretch;max-width:1150px;margin:auto;display:flex;overflow:hidden}.benefit-plan{text-align:center;flex:1;padding:22px 18px}.benefit-plan h3{color:#222;margin-bottom:4px;font-size:22px;font-weight:700}.benefit-plan h5{color:#ff6200;margin-bottom:18px;font-size:13px;font-weight:600}.benefit-divider{background:#ff6200;width:2px}.benefit-item{text-align:left;color:#444;align-items:flex-start;gap:8px;margin-bottom:12px;font-size:13px;line-height:1.55;display:flex}.benefit-item:last-child{margin-bottom:0}.benefit-item b{color:#222}@media (width<=992px){.benefits-wrapper{flex-direction:column}.benefit-divider{width:100%;height:2px}.benefit-plan{padding:20px 18px}.benefit-plan h3{font-size:20px}}@media (width<=576px){.benefits-section{padding:40px 12px}.benefits-heading{margin-bottom:25px}.benefits-heading h2{font-size:24px}.benefits-heading p{font-size:13px}.benefit-plan{padding:18px 15px}.benefit-plan h3{font-size:18px}.benefit-plan h5{margin-bottom:14px;font-size:12px}.benefit-item{gap:6px;margin-bottom:10px;font-size:12px}}@media (width<=992px){.benefits-wrapper{flex-direction:column}.benefit-divider{width:100%;height:2px}.benefit-plan{padding:20px 18px}.benefit-plan h3{font-size:20px}}@media (width<=576px){.benefits-section{padding:40px 12px}.benefits-heading{margin-bottom:25px}.benefits-heading h2{font-size:24px}.benefits-heading p{font-size:13px}.benefit-plan{padding:18px 15px}.benefit-plan h3{font-size:18px}.benefit-plan h5{margin-bottom:14px;font-size:12px}.benefit-item{gap:6px;margin-bottom:10px;font-size:12px}}.swimming-packages-section{background:#fff;width:100%;padding:40px 16px}.swimming-packages-section .container{max-width:1120px;margin:auto}.swimming-heading{text-align:center;margin-bottom:24px}.swimming-heading h2{color:#222;margin-bottom:8px;font-size:28px;font-weight:700;line-height:1.2}.heading-line{background:#ff6200;border-radius:50px;width:55px;height:3px;margin:auto}.swimming-packages-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:18px;display:grid}.swim-package-card{background:#fff;border:1px solid #ececec;border-radius:14px;flex-direction:column;min-height:330px;padding:20px;transition:all .35s;display:flex;position:relative}.swim-package-card:hover{transform:translateY(-6px);box-shadow:0 14px 28px #00000014}.swim-package-card.active{border:2px solid #ff6200;box-shadow:0 12px 30px #ff62001a}.popular-tag{color:#fff;letter-spacing:.6px;background:#ff6200;border-radius:6px;padding:4px 10px;font-size:9px;font-weight:700;position:absolute;top:-10px;left:16px}.package-top{text-align:left;align-items:center;gap:14px;margin-bottom:18px;display:flex}.package-icon{background:#fff4ec;border-radius:50%;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;display:flex}.package-icon svg{color:#ff6200;font-size:22px}.package-content h3{color:#222;margin:0 0 3px;font-size:18px;font-weight:700;line-height:1.3}.package-content h2{color:#ff6200;margin:0;font-size:14px;font-weight:600;line-height:1.3}.package-content h2 span{color:#666;margin-left:4px;font-size:14px;font-weight:400}.swim-package-card ul{flex:1;margin:0;padding:0;list-style:none}.swim-package-card li{color:#555;align-items:flex-start;gap:8px;margin-bottom:8px;font-size:13px;line-height:1.45;display:flex}.swim-package-card li:last-child{margin-bottom:0}.swim-package-card li svg{color:#ff6200;flex-shrink:0;margin-top:3px;font-size:11px}.package-book-btn{color:#fff;cursor:pointer;background:#ff6200;border:none;border-radius:7px;width:130px;height:36px;margin:18px auto 0;font-size:13px;font-weight:600;transition:all .3s}.package-book-btn:hover{background:#e45800;transform:translateY(-2px)}.swimming-note{text-align:center;color:#666;margin-top:18px;font-size:12px;font-style:italic}@media (width<=1100px){.swimming-packages-grid{gap:18px}.swim-package-card{min-height:370px;padding:24px}.package-top h3{font-size:20px}.package-top h2{font-size:30px}.package-top h2 span{font-size:16px}}@media (width<=992px){.swimming-packages-grid{grid-template-columns:repeat(2,1fr);gap:18px}.swim-package-card{min-height:360px}.package-icon{width:58px;height:58px}.package-icon svg{font-size:24px}.package-top h3{font-size:19px}.package-top h2{font-size:28px}.swim-package-card li{font-size:14px}}@media (width<=768px){.swimming-packages-section{padding:45px 16px}.swimming-heading{margin-bottom:28px}.swimming-heading h2{font-size:28px}.heading-line{width:55px}.swimming-packages-grid{grid-template-columns:1fr;gap:20px}.swim-package-card{min-height:auto;padding:22px}.popular-tag{left:50%;transform:translate(-50%)}.package-icon{width:56px;height:56px;margin-bottom:12px}.package-icon svg{font-size:22px}.package-top h3{font-size:20px}.package-top h2{font-size:30px}.package-top h2 span{font-size:17px}.package-book-btn{width:100%;height:44px}}@media (width<=480px){.swimming-packages-section{padding:35px 12px}.swimming-heading h2{font-size:24px}.swim-package-card{border-radius:14px;padding:18px}.package-icon{width:50px;height:50px}.package-icon svg{font-size:20px}.package-top h3{font-size:18px}.package-top h2{font-size:26px}.package-top h2 span{font-size:15px}.swim-package-card li{margin-bottom:10px;font-size:13px}.package-book-btn{height:40px;font-size:13px}.swimming-note{font-size:12px}}.packages-page{background:#f7f9fc;padding:50px 0}.packages-page .container{width:min(1350px,95%);margin:auto}.services-grid{flex-direction:column;gap:22px;display:flex}.services-wrapper{flex-direction:column;gap:28px;width:100%;display:flex}.service-card{background:#fff;border:1px solid #e8edf5;border-radius:18px;width:100%;transition:all .3s;overflow:hidden;box-shadow:0 6px 22px #0000000d}.service-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px #00000014}.service-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:22px 22px 14px;display:flex}.service-header h2{margin-bottom:6px;font-size:30px;font-weight:700;line-height:1.2}.service-header p{color:#666;max-width:620px;font-size:15px;line-height:1.6}.service-image{padding:0 20px 18px}.service-image img{object-fit:cover;border-radius:16px;width:100%;height:300px;display:block}.package-label{text-align:center;letter-spacing:1px;color:#ff5a12;padding:10px 0;font-size:12px;font-weight:700}.package-columns{grid-template-columns:repeat(3,1fr);gap:12px;padding:0 20px 20px;display:grid}.mini-package{background:#fff;border:1px solid #e7edf5;border-radius:12px;flex-direction:column;padding:14px;transition:all .3s;display:flex;position:relative}.mini-package:hover{border-color:#2d8cff;box-shadow:0 6px 18px #0000000f}.popular{color:#fff;background:#22a447;border-radius:20px;padding:3px 9px;font-size:9px;font-weight:700;position:absolute;top:-9px;left:10px}.mini-package h4{color:#222;margin-bottom:10px;font-size:13px;font-weight:700}.mini-package h3{color:#18a044;margin-bottom:12px;font-size:24px;font-weight:700}.mini-package h3 small{color:#666;margin-top:3px;font-size:12px;font-weight:500;display:block}.mini-package ul{flex:1;margin:0;padding:0;list-style:none}.mini-package li{color:#555;align-items:flex-start;gap:6px;margin-bottom:7px;font-size:12px;line-height:1.45;display:flex}.mini-package li svg{color:#22a447;flex-shrink:0;margin-top:3px;font-size:11px}.mini-package button{color:#fff;cursor:pointer;background:#18a044;border:none;border-radius:8px;width:100%;height:36px;margin-top:12px;font-size:13px;font-weight:600;transition:all .3s}.mini-package button:hover{background:#117a33}@media (width<=1200px){.services-grid{max-width:100%}.service-card{max-width:900px;margin:auto}}@media (width<=768px){.service-header{padding:20px 16px 12px}.service-header h2{font-size:24px}.service-header p{font-size:14px}.service-image{padding:0 15px 15px}.service-image img{height:220px}.package-columns{grid-template-columns:1fr;gap:14px;padding:0 15px 15px}}@media (width<=480px){.packages-page{padding:35px 0}.service-card{border-radius:16px}.service-header h2{font-size:22px}.service-header p{font-size:13px}.service-image img{border-radius:12px;height:180px}.mini-package{padding:12px}.mini-package h3{font-size:20px}.mini-package button{height:34px;font-size:12px}}.taxi-section{background:#fff;border:1px solid #e8edf5;border-radius:18px;margin-top:45px;padding:26px;box-shadow:0 6px 22px #0000000d}.taxi-header{align-items:center;gap:14px;margin-bottom:24px;display:flex}.taxi-header svg{color:#2f7cff;background:#eef6ff;border-radius:50%;flex-shrink:0;width:58px;height:58px;padding:14px;font-size:24px}.taxi-header h2{color:#222;margin-bottom:4px;font-size:28px;font-weight:700}.taxi-header p{color:#666;font-size:14px}.taxi-grid{grid-template-columns:2fr 1fr;gap:18px;margin-bottom:22px;display:grid}.taxi-table{border:1px solid #e8edf5;border-radius:14px;overflow:hidden}.taxi-table h4{color:#fff;text-align:center;background:#2f7cff;padding:14px;font-size:16px;font-weight:700}.taxi-table table{border-collapse:collapse;width:100%}.taxi-table th{background:#f4f8ff;padding:12px;font-size:14px;font-weight:700}.taxi-table td{text-align:center;color:#555;border-top:1px solid #edf2f7;padding:11px;font-size:14px}.taxi-table tbody tr:hover{background:#fafcff}.taxi-right{flex-direction:column;gap:16px;display:flex}.info-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;padding:18px}.info-card h4{color:#2f7cff;margin-bottom:10px;font-size:16px}.info-card ul{padding-left:18px}.info-card li{color:#555;margin-bottom:8px;font-size:14px;line-height:1.6}.extra-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.extra-card{text-align:center;background:#fff;border:1px solid #e8edf5;border-radius:14px;padding:18px;transition:all .3s}.extra-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f}.extra-icon{color:#2f7cff;background:#eef6ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:auto auto 12px;font-size:20px;display:flex}.extra-card h4{color:#222;margin-bottom:5px;font-size:16px}.extra-card small{color:#777;margin-bottom:10px;font-size:12px;display:block}.extra-card strong{color:#2f7cff;font-size:16px}.include-section{margin-bottom:24px}.include-section h3{text-align:center;color:#222;margin-bottom:18px;font-size:24px}.include-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.include-card{text-align:center;border:1px solid #e8edf5;border-radius:14px;padding:18px 12px;transition:all .3s}.include-card:hover{transform:translateY(-4px)}.include-icon{color:#2f7cff;background:#eef6ff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin:auto auto 12px;font-size:20px;display:flex}.include-card h4{margin-bottom:6px;font-size:15px}.include-card p{color:#666;font-size:13px;line-height:1.5}.booking-info{background:#fffdf5;border:1px solid #ffe5a6;border-radius:14px;padding:20px}.booking-info h3{color:#d18d00;margin-bottom:14px;font-size:22px}.booking-info ul{padding-left:18px}.booking-info li{color:#555;margin-bottom:8px;font-size:14px;line-height:1.7}@media (width<=1200px){.taxi-grid{grid-template-columns:1fr}.include-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.extra-grid,.include-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.taxi-section{padding:20px}.taxi-header{text-align:center;flex-direction:column}.taxi-header svg{width:52px;height:52px;padding:12px;font-size:20px}.taxi-header h2{font-size:24px}.extra-grid,.include-grid{grid-template-columns:1fr}.taxi-table{overflow-x:auto}.taxi-table table{min-width:600px}}@media (width<=480px){.taxi-section{border-radius:16px;padding:16px}.taxi-header h2{font-size:20px}.taxi-header p{font-size:13px}.booking-info h3{font-size:18px}}.swimming-package-section{background:#fff;border:1px solid #e8edf5;border-radius:18px;margin-top:45px;padding:28px;box-shadow:0 6px 22px #0000000d}.swimming-title{text-align:center;margin-bottom:28px}.swimming-title h2{color:#222;margin-bottom:6px;font-size:30px;font-weight:700}.swimming-title p{color:#666;font-size:15px}.swimming-wrapper{grid-template-columns:360px 1fr;align-items:flex-start;gap:24px;display:grid}.swimming-image img{object-fit:cover;border-radius:16px;width:100%;height:500px;display:block}.swimming-cards{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.swim-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;flex-direction:column;padding:18px;transition:all .3s;display:flex;position:relative}.swim-card:hover{transform:translateY(-4px);box-shadow:0 8px 22px #0000000f}.swim-card.active{border:2px solid #18a34a}.popular-badge{color:#fff;white-space:nowrap;background:#18a34a;border-radius:20px;padding:4px 12px;font-size:10px;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.swim-card h3{text-align:center;color:#333;margin-bottom:8px;font-size:16px}.swim-card h2{text-align:center;color:#18a34a;margin-bottom:4px;font-size:30px;font-weight:700}.swim-card small{text-align:center;color:#777;margin-bottom:14px;font-size:12px;display:block}.swim-card ul{flex:1;margin:0;padding:0;list-style:none}.swim-card li{color:#555;align-items:flex-start;gap:7px;margin-bottom:8px;font-size:13px;line-height:1.5;display:flex}.swim-card li svg{color:#18a34a;flex-shrink:0;margin-top:3px;font-size:12px}.swim-card button{color:#fff;cursor:pointer;background:#18a34a;border:none;border-radius:8px;width:100%;height:38px;margin-top:14px;font-size:13px;font-weight:600;transition:all .3s}.swim-card button:hover{background:#117b38}.benefits-box{background:#fafcff;border:1px solid #e8edf5;border-radius:14px;padding:20px}.benefits-box h3{text-align:center;color:#222;margin-bottom:18px;font-size:22px}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.benefit-item{background:#fff;border:1px solid #edf2f7;border-radius:10px;align-items:flex-start;gap:8px;padding:12px;display:flex}.benefit-item svg{color:#18a34a;flex-shrink:0;margin-top:2px;font-size:16px}.benefit-item span{color:#555;font-size:13px;line-height:1.5}@media (width<=1200px){.swimming-wrapper{grid-template-columns:1fr}.swimming-image{max-width:550px;margin:auto}.swimming-image img{height:360px}}@media (width<=992px){.swimming-cards{grid-template-columns:1fr}}@media (width<=768px){.swimming-package-section{padding:20px}.swimming-title{margin-bottom:22px}.swimming-title h2{font-size:24px}.swimming-title p{font-size:14px}.swimming-image img{height:260px}.benefits-grid{grid-template-columns:1fr}}@media (width<=480px){.swimming-package-section{border-radius:16px;padding:16px}.swimming-title h2{font-size:21px}.swimming-title p{font-size:13px}.swimming-image img{height:220px}.swim-card{padding:15px}.swim-card h2{font-size:26px}.swim-card button{height:36px;font-size:12px}.benefits-box{padding:16px}.benefits-box h3{font-size:20px}}.trust-section{background:#fff;width:100%;padding:18px 0}.trust-wrapper{background:#fff5ef;border:1px solid #ffe3d2;border-radius:12px;grid-template-columns:repeat(5,1fr);display:grid;overflow:hidden}.trust-card{text-align:center;background:0 0;padding:14px 10px;transition:all .3s;position:relative}.trust-card:not(:last-child):after{content:"";background:#ffd7c1;width:1px;height:76%;position:absolute;top:12%;right:0}.trust-card:hover{background:#fff}.trust-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 8px;display:flex}.trust-icon svg{color:#ff6200;font-size:18px}.trust-card h3{color:#1d2433;margin:0;font-size:13px;font-weight:700;line-height:1.35}.trust-card p{color:#666;margin-top:4px;font-size:10px;line-height:1.45}@media (width<=992px){.trust-section{padding:16px 0}.trust-wrapper{grid-template-columns:repeat(2,1fr);gap:0}.trust-card{border-bottom:1px solid #ffd7c1;padding:12px 10px}.trust-card:after{display:none}.trust-card:nth-child(odd):before{content:"";background:#ffd7c1;width:1px;height:76%;position:absolute;top:12%;right:0}.trust-card:last-child{border-bottom:none;grid-column:1/-1}.trust-card:last-child:before{display:none}.trust-icon{width:38px;height:38px;margin-bottom:6px}.trust-icon svg{font-size:17px}.trust-card h3{font-size:12px;line-height:1.35}.trust-card p{margin-top:4px;font-size:10px;line-height:1.4}}@media (width<=768px){.trust-section{padding:14px 0}.trust-wrapper{grid-template-columns:1fr}.trust-card{border-bottom:1px solid #ffd7c1;padding:12px 10px}.trust-card:before,.trust-card:after{display:none}.trust-card:last-child{border-bottom:none}.trust-icon{width:36px;height:36px;margin-bottom:6px}.trust-icon svg{font-size:16px}.trust-card h3{font-size:12px;line-height:1.3}.trust-card p{margin-top:3px;font-size:9px;line-height:1.4}}@media (width<=480px){.trust-section{padding:12px 0}.trust-wrapper{border-radius:8px}.trust-card{padding:10px 8px}.trust-icon{width:34px;height:34px;margin-bottom:5px}.trust-icon svg{font-size:15px}.trust-card h3{font-size:11px;line-height:1.3}.trust-card p{margin-top:3px;font-size:9px;line-height:1.35}}.grid-section{background:#fff;width:100%;padding:20px 0}.grid-wrapper{grid-template-columns:repeat(7,1fr);gap:10px;display:grid}.grid-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:10px;padding:10px 8px;transition:all .3s}.grid-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000014}.grid-icon{color:#ff6200;background:#fff4ed;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 6px;display:flex}.grid-icon svg{color:#ff6200;fill:#ff6200;font-size:18px}.grid-card h4{color:#1d2433;margin-bottom:4px;font-size:13px;font-weight:700;line-height:1.2}.grid-card p{color:#666;margin:0;font-size:10px;line-height:1.35}.grid-card span{color:#333;font-size:10px;font-weight:600;line-height:1.3;display:block}@media (width<=992px){.grid-section{padding:18px 0}.grid-wrapper{grid-template-columns:repeat(4,1fr);gap:8px}.grid-card{border-radius:8px;padding:8px 6px}.grid-icon{width:38px;height:38px;margin:0 auto 5px}.grid-icon svg{color:#ff6200;fill:#ff6200;font-size:16px}.grid-card h4{margin-bottom:3px;font-size:12px;line-height:1.2}.grid-card p,.grid-card span{font-size:9px;line-height:1.3}}@media (width<=768px){.grid-section{padding:16px 0}.grid-wrapper{grid-template-columns:repeat(2,1fr);gap:8px}.grid-card{border-radius:8px;padding:8px 6px}.grid-icon{width:34px;height:34px;margin:0 auto 4px}.grid-icon svg{color:#ff6200;fill:#ff6200;font-size:14px}.grid-card h4{margin-bottom:3px;font-size:11px;line-height:1.2}.grid-card p{font-size:8px;line-height:1.3}.grid-card span{font-size:8px;line-height:1.2}}@media (width<=480px){.grid-section{padding:14px 0}.grid-wrapper{grid-template-columns:repeat(2,1fr);gap:6px}.grid-card{border-radius:6px;padding:6px 5px}.grid-icon{width:30px;height:30px;margin:0 auto 3px}.grid-icon svg{color:#ff6200;fill:#ff6200;font-size:12px}.grid-card h4{margin-bottom:2px;font-size:10px;line-height:1.2}.grid-card p,.grid-card span{font-size:8px;line-height:1.2}}.boarding-container{width:100%;max-width:1180px;height:100%;margin:0 auto;padding:0 18px}.boarding-content{z-index:2;color:#fff;width:100%;max-width:1180px;padding:0 18px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=992px){.boarding-container{padding:0 20px}.boarding-content{max-width:100%;padding:0 20px}}@media (width<=768px){.boarding-container,.boarding-content{padding:0 16px}.boarding-breadcrumb{margin-bottom:14px;font-size:12px}}@media (width<=480px){.boarding-container,.boarding-content{padding:0 14px}}.boarding-options{background:#fff;width:100%;padding:30px 0}.boarding-options-wrapper{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.boarding-option-card{background:#fff;border:1px solid #ececec;border-radius:12px;align-items:stretch;height:100%;transition:all .3s;display:flex;overflow:hidden}.boarding-option-card:hover{transform:translateY(-4px);box-shadow:0 8px 18px #00000014}.boarding-option-image{background:#fff;flex-shrink:0;justify-content:center;align-items:center;width:42%;display:flex;overflow:hidden}.boarding-option-image img{object-fit:contain;object-position:center;width:100%;height:100%;min-height:210px;transition:all .3s;display:block}.boarding-option-card:hover .boarding-option-image img{transform:scale(1.02)}.boarding-option-content{flex-direction:column;justify-content:center;width:58%;padding:14px;display:flex}.boarding-option-content h3{color:#1d2433;margin-bottom:6px;font-size:18px;font-weight:700;line-height:1.3}.boarding-option-content p{color:#666;margin-bottom:10px;font-size:12px;line-height:1.5}.boarding-option-content ul{margin:0;padding:0;list-style:none}.boarding-option-content li{color:#444;margin-bottom:6px;padding-left:18px;font-size:12px;line-height:1.4;position:relative}.boarding-option-content li:last-child{margin-bottom:0}.boarding-option-content li:before{content:"✓";color:#ff6200;font-size:12px;font-weight:700;position:absolute;top:1px;left:0}@media (width<=992px){.boarding-options{padding:26px 0}.section-title{margin-bottom:18px}.section-title h2{font-size:22px}.title-line{width:42px}.boarding-options-wrapper{grid-template-columns:1fr;gap:14px}.boarding-option-card{border-radius:10px;flex-direction:row;display:flex}.boarding-option-image{width:42%}.boarding-option-image img{object-fit:contain;object-position:center;width:100%;height:100%;min-height:190px}.boarding-option-content{width:58%;padding:12px}.boarding-option-content h3{margin-bottom:5px;font-size:17px}.boarding-option-content p{margin-bottom:8px;font-size:11px;line-height:1.4}.boarding-option-content li{margin-bottom:5px;padding-left:16px;font-size:11px;line-height:1.4}.boarding-option-content li:before{font-size:11px}}@media (width<=768px){.boarding-options{padding:22px 0}.section-title{margin-bottom:16px}.section-title h2{font-size:20px}.title-line{width:38px;height:3px}.boarding-options-wrapper{grid-template-columns:1fr;gap:12px}.boarding-option-card{border-radius:10px;flex-direction:column}.boarding-option-image,.boarding-option-content{width:100%}.boarding-option-image img{object-fit:contain;object-position:center;width:100%;height:180px;min-height:auto}.boarding-option-content{padding:12px}.boarding-option-content h3{margin-bottom:5px;font-size:16px}.boarding-option-content p{margin-bottom:8px;font-size:11px;line-height:1.4}.boarding-option-content li{margin-bottom:5px;padding-left:16px;font-size:11px;line-height:1.4}.boarding-option-content li:before{font-size:11px}}@media (width<=480px){.boarding-options{padding:18px 0}.section-title{margin-bottom:14px}.section-title h2{margin-bottom:4px;font-size:18px}.title-line{width:34px;height:2px}.boarding-option-card{border-radius:8px}.boarding-option-image img{object-fit:contain;object-position:center;width:100%;height:150px}.boarding-option-content{padding:10px}.boarding-option-content h3{margin-bottom:4px;font-size:15px;line-height:1.3}.boarding-option-content p{margin-bottom:6px;font-size:10px;line-height:1.4}.boarding-option-content li{margin-bottom:4px;padding-left:15px;font-size:10px;line-height:1.3}.boarding-option-content li:before{font-size:10px}}.boarding-gallery-section{background:#fff;width:100%;padding:25px 0}.boarding-gallery-wrapper{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.boarding-gallery-card{cursor:pointer;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.boarding-gallery-card img{object-fit:cover;width:100%;height:200px;transition:all .35s;display:block}.boarding-gallery-card:hover{transform:translateY(-3px);box-shadow:0 8px 18px #00000014}.boarding-gallery-card:hover img{transform:scale(1.04)}.gallery-overlay{background:linear-gradient(#0000,#000c);padding:12px;position:absolute;bottom:0;left:0;right:0}.gallery-overlay h4{color:#fff;margin:0;font-size:15px;font-weight:700;line-height:1.3}@media (width<=992px){.boarding-gallery-section{padding:22px 0}.boarding-gallery-wrapper{grid-template-columns:repeat(2,1fr);gap:12px}.boarding-gallery-card{border-radius:10px}.boarding-gallery-card img{height:180px}.gallery-overlay{padding:10px}.gallery-overlay h4{font-size:14px}}@media (width<=768px){.boarding-gallery-section{padding:20px 0}.boarding-gallery-wrapper{grid-template-columns:1fr;gap:10px}.boarding-gallery-card{border-radius:10px}.boarding-gallery-card img{height:170px}.gallery-overlay{padding:10px}.gallery-overlay h4{font-size:13px}}@media (width<=480px){.boarding-gallery-section{padding:16px 0}.boarding-gallery-wrapper{gap:8px}.boarding-gallery-card{border-radius:8px}.boarding-gallery-card img{height:150px}.gallery-overlay{padding:8px}.gallery-overlay h4{font-size:12px;line-height:1.2}}.pet-taxi-section{background:#fff;width:100%;padding:55px 20px}.pet-taxi-container{max-width:1400px;margin:auto}.pet-taxi-container h2{text-align:center;color:#1d2433;margin-bottom:18px;font-size:30px;font-weight:700;line-height:1.3;position:relative}.pet-taxi-container h2:after{content:"";background:#ff6a00;border-radius:20px;width:100px;height:2px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.pet-title-line{background:#ff6200;border-radius:30px;width:40px;height:3px;margin:0 auto 35px;display:block}.pet-taxi-grid{grid-template-columns:repeat(6,1fr);align-items:stretch;gap:14px;display:grid}.pet-card{text-align:center;background:#fff4ed;border:1px solid #ececec;border-radius:16px;transition:all .35s;position:relative;overflow:hidden;box-shadow:0 8px 20px #0000000d}.pet-card:hover{background:#fff;transform:translateY(-6px);box-shadow:0 15px 28px #0000001a}.pet-image{width:100%;height:150px;position:relative;overflow:hidden}.pet-image img{object-fit:cover;width:100%;height:100%;transition:all .45s;display:block}.pet-card:hover .pet-image img{transform:scale(1.06)}.pet-icon{z-index:5;background:#fff;border:1px solid #ededed;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .35s;display:flex;position:absolute;top:150px;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 16px #00000014}.pet-icon svg{color:#ff6200;font-size:22px;transition:all .35s}.pet-card:hover .pet-icon{background:#ff6200;border-color:#ff6200;transform:translate(-50%,-50%)rotate(360deg)}.pet-card:hover .pet-icon svg{color:#fff}.pet-content{padding:34px 14px 18px}.pet-content h3{color:#1d2433;margin-bottom:8px;font-size:17px;font-weight:700;line-height:1.3;transition:all .3s}.pet-content p{color:#666;margin:0;font-size:13px;line-height:1.55;transition:all .3s}.pet-card:hover h3{color:#ff6200}.pet-card:hover p{color:#444}.pet-card,.pet-image img,.pet-icon,.pet-icon svg,.pet-content h3,.pet-content p{transition:all .35s}@media (width<=1400px){.pet-taxi-grid{gap:12px}.pet-taxi-container h2{font-size:28px}.pet-title-line{margin-bottom:30px}.pet-content h3{font-size:16px}.pet-content p{font-size:12px;line-height:1.5}}@media (width<=1200px){.pet-taxi-section{padding:50px 18px}.pet-taxi-container h2{font-size:27px}.pet-title-line{width:38px;margin-bottom:28px}.pet-taxi-grid{grid-template-columns:repeat(3,1fr);gap:18px}.pet-card{border-radius:15px}.pet-image{height:175px}.pet-icon{width:54px;height:54px;top:175px}.pet-icon svg{font-size:20px}.pet-content{padding:32px 14px 18px}.pet-content h3{margin-bottom:6px;font-size:16px}.pet-content p{font-size:12px;line-height:1.5}}@media (width<=992px){.pet-taxi-section{padding:45px 16px}.pet-taxi-container h2{font-size:25px}.pet-title-line{width:36px;margin-bottom:26px}.pet-taxi-grid{grid-template-columns:repeat(2,1fr);gap:16px}.pet-card{border-radius:14px}.pet-image{height:180px}.pet-icon{width:52px;height:52px;top:180px}.pet-icon svg{font-size:20px}.pet-content{padding:30px 14px 18px}.pet-content h3{margin-bottom:6px;font-size:16px}.pet-content p{font-size:12px;line-height:1.5}}@media (width<=768px){.pet-taxi-section{padding:40px 15px}.pet-taxi-container h2{font-size:24px}.pet-title-line{margin-bottom:24px}.pet-taxi-grid{grid-template-columns:repeat(2,1fr);gap:14px}.pet-image{height:160px}.pet-icon{width:50px;height:50px;top:160px}.pet-icon svg{font-size:18px}.pet-content{padding:28px 12px 16px}.pet-content h3{font-size:15px}.pet-content p{font-size:12px;line-height:1.45}}@media (width<=576px){.pet-taxi-grid{grid-template-columns:1fr;gap:18px}.pet-card{width:100%;max-width:340px;margin:auto}.pet-image{height:200px}.pet-icon{width:54px;height:54px;top:200px}.pet-icon svg{font-size:20px}}@media (width<=480px){.pet-taxi-section{padding:35px 12px}.pet-taxi-container h2{font-size:22px}.pet-title-line{width:34px;height:3px;margin-bottom:22px}.pet-image{height:180px}.pet-icon{width:50px;height:50px;top:180px}.pet-icon svg{font-size:18px}.pet-content{padding:26px 12px 15px}.pet-content h3{font-size:15px}.pet-content p{font-size:12px}}@media (width<=360px){.pet-taxi-section{padding:30px 10px}.pet-taxi-container h2{font-size:20px}.pet-image{height:165px}.pet-icon{width:46px;height:46px;top:165px}.pet-icon svg{font-size:16px}.pet-content{padding:24px 10px 14px}.pet-content h3{font-size:14px}.pet-content p{font-size:11px;line-height:1.4}}.container{width:100%;max-width:1180px;height:100%;margin:0 auto;padding:0 18px}.section-title h2{color:#1d2433;margin-bottom:6px;font-size:24px;font-weight:700}.title-line{background:#ff6200;border-radius:30px;width:45px;height:3px;margin:auto}@media (width<=992px){.container{padding:0 20px}.section-title{margin-bottom:18px}.section-title h2{font-size:22px}.title-line{width:42px}}@media (width<=768px){.container{padding:0 16px}.section-title{margin-bottom:16px}.section-title h2{font-size:20px}.title-line{width:38px;height:3px}}@media (width<=480px){.container{padding:0 14px}.section-title{margin-bottom:14px}.section-title h2{margin-bottom:4px;font-size:18px}.title-line{width:34px;height:2px}}.before-after-section{background:#fff;width:100%;padding:70px 0}.before-after-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.before-after-left{text-align:center}.before-after-title{color:#1d2433;margin-bottom:6px;font-size:32px;font-weight:700}.title-line{background:#ff6200;border-radius:30px;width:42px;height:3px;margin-bottom:30px;display:inline-block}.compare-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.compare-card{text-align:center;width:210px}.compare-card img{object-fit:cover;border-radius:12px;width:100%;height:290px;display:block}.compare-card h5{color:#1d2433;margin-top:12px;font-size:15px;font-weight:700}.divider{justify-content:center;align-items:center;width:50px;height:290px;display:flex;position:relative}.divider:before{content:"";border-left:2px dotted #d8d8d8;width:2px;height:100%;position:absolute}.divider-icon{z-index:2;background:#fff;border:2px solid #ffe4d5;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.divider-icon svg{color:#ff6200;font-size:24px}.before-after-right h2{color:#1d2433;margin-bottom:28px;font-size:32px;font-weight:700}.before-after-right ul{margin:0;padding:0;list-style:none}.before-after-right li{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.before-after-right li svg{color:#ff6200;flex-shrink:0;margin-top:2px;font-size:18px}.before-after-right li span{color:#333;font-size:16px;line-height:1.6}.grooming-note{border:1px solid #ffd6c2;border-radius:12px;align-items:center;gap:18px;margin-top:30px;padding:18px 22px;display:flex}.note-icon{color:#ff6200;flex-shrink:0;font-size:34px}.grooming-note p{color:#222;margin:0;font-size:17px;font-weight:600;line-height:1.6}.grooming-note span{color:#ff6200;font-weight:700;display:block}@media (width<=992px){.before-after-section{padding:55px 0}.before-after-wrapper{grid-template-columns:1fr;gap:45px}.before-after-title,.before-after-right h2{font-size:28px}.compare-card{width:180px}.compare-card img,.divider{height:240px}}@media (width<=768px){.before-after-section{padding:45px 0}.before-after-title,.before-after-right h2{font-size:24px}.compare-wrapper{flex-direction:column;gap:20px}.divider{width:100%;height:60px}.divider:before{border-top:2px dotted #d8d8d8;border-left:none;width:100%;height:2px}.compare-card{width:260px}.compare-card img{height:300px}.before-after-right li span{font-size:15px}.grooming-note{gap:14px;padding:16px}.grooming-note p{font-size:15px}}@media (width<=480px){.before-after-title,.before-after-right h2{font-size:22px}.compare-card{width:100%;max-width:280px}.compare-card img{height:260px}.before-after-right li{gap:10px;margin-bottom:12px}.before-after-right li svg{font-size:16px}.before-after-right li span{font-size:14px}.grooming-note{text-align:center;flex-direction:column}.note-icon{font-size:30px}.grooming-note p{font-size:14px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif}.services-section{background:#fff;padding:0}.container{width:min(1320px,92%);margin:auto}.section-heading{text-align:center;max-width:760px;margin:0 auto 70px}.section-heading span{color:#ff6b00;background:#fff8f4;border:1px solid #ffd3ba;border-radius:30px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 24px;font-size:25px;font-weight:600;display:inline-flex}.section-heading h2{color:#202020;margin-bottom:18px;font-size:38px;font-weight:700;line-height:1.2}.section-heading p{color:#666;max-width:700px;margin:auto;font-size:16px;line-height:1.8}.service-group{margin-bottom:70px;position:relative}.service-group:not(:last-child){border-bottom:1px dashed #e7e7e7;padding-bottom:45px}.group-heading{align-items:flex-start;gap:18px;margin-bottom:28px;display:flex}.group-icon{color:#ff6b00;background:#fff6ef;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:flex}.group-heading h2{color:#222;margin-bottom:6px;font-size:34px;font-weight:700}.group-heading p{color:#666;font-size:16px;line-height:1.7}.services-grid{grid-template-columns:repeat(5,1fr);gap:22px;display:grid}.service-card{background:#fff;border:1px solid #efefef;border-radius:18px;flex-direction:column;min-height:300px;padding:18px;transition:all .35s;display:flex;position:relative;overflow:visible}.service-card:hover{border-color:#ff6b00;transform:translateY(-8px);box-shadow:0 20px 45px #00000014}.service-card:before{content:"";background:#ff6b00;width:100%;height:4px;transition:all .35s;position:absolute;top:0;left:0;transform:scaleX(0)}.service-card:hover:before{transform:scaleX(1)}.card-top{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:15px;padding-top:18px;display:flex;position:relative}.service-icon{color:#ff6b00;z-index:5;background:#fff4ec;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:absolute;top:-42px;left:0;box-shadow:0 6px 20px #00000014}.service-card:hover .service-icon{color:#fff;background:#ff6b00;transform:rotate(10deg)}.card-top h3{margin-top:18px;font-size:17px;font-weight:700}.service-card p{color:#555;flex:1;font-size:14px;line-height:1.8}.card-bottom{text-align:center;margin-top:22px}.card-bottom h2{color:#ff6b00;margin-bottom:14px;font-size:34px;font-weight:700}.card-bottom button{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:30px;width:145px;height:42px;font-size:14px;font-weight:600;transition:all .3s}.card-bottom button:hover{background:#202020}.horizontal-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.horizontal-card{background:#fff;border:1px solid #ededed;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:22px;transition:all .35s;display:flex;position:relative;overflow:visible}.horizontal-card:hover{border-color:#ff6b00;transform:translateY(-6px);box-shadow:0 18px 40px #00000014}.horizontal-card:before{content:"";background:#ff6b00;width:100%;height:4px;transition:all .35s;position:absolute;top:0;left:0;transform:scaleX(0)}.horizontal-card:hover:before{transform:scaleX(1)}.horizontal-left{flex:1;align-items:flex-start;gap:18px;display:flex}.horizontal-left .service-icon{width:56px;min-width:56px;height:56px;font-size:22px}.horizontal-left h3{color:#222;margin-bottom:10px;font-size:24px;font-weight:700}.horizontal-left p{color:#666;font-size:15px;line-height:1.8}.horizontal-right{flex-direction:column;justify-content:center;align-items:center;min-width:160px;display:flex}.horizontal-right h2{color:#ff6b00;margin-bottom:18px;font-size:38px;font-weight:700}.horizontal-right button{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:30px;width:140px;height:42px;font-size:14px;font-weight:600;transition:all .3s}.horizontal-right button:hover{background:#202020}@media (width<=1400px){.services-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=1200px){.section-heading h2{font-size:38px}.group-heading h2{font-size:30px}.services-grid{grid-template-columns:repeat(3,1fr)}.horizontal-grid{grid-template-columns:1fr}}@media (width<=992px){.services-section{padding:70px 0}.section-heading{margin-bottom:55px}.section-heading h2{font-size:32px}.services-grid{grid-template-columns:repeat(2,1fr)}.group-heading{gap:14px}.group-icon{width:46px;height:46px;font-size:20px}.group-heading h2{font-size:28px}.horizontal-card{text-align:center;flex-direction:column}.horizontal-left{text-align:center;flex-direction:column;align-items:center}.horizontal-right{margin-top:15px}}@media (width<=768px){.section-heading h2{font-size:28px}.section-heading p{font-size:13px}.group-heading{text-align:center;flex-direction:column;align-items:center}.group-heading p{max-width:100%}.services-grid,.horizontal-grid{grid-template-columns:1fr}.service-card{min-height:auto}.horizontal-card{padding:18px}.horizontal-left h3{font-size:20px}.horizontal-right h2{font-size:30px}}@media (width<=576px){.container{width:94%}.section-heading{margin-bottom:40px}.section-heading span{padding:8px 20px;font-size:13px}.section-heading h2{font-size:24px}.section-heading p{font-size:14px}.group-heading h2{font-size:24px}.group-heading p{font-size:14px}.service-card,.horizontal-card{padding:16px}.horizontal-left .service-icon{width:50px;height:50px;font-size:20px}.horizontal-left h3{font-size:18px}.horizontal-left p{font-size:14px}.horizontal-right h2{font-size:28px}}@media (width<=420px){.section-heading h2,.group-heading h2{font-size:22px}.card-bottom h2{font-size:28px}.horizontal-right h2{font-size:26px}.card-bottom button,.horizontal-right button{width:120px;height:38px;font-size:13px}.service-icon{width:42px;height:42px;font-size:18px}}html{scroll-behavior:smooth}*,:before,:after{box-sizing:border-box}.services-section *{transition:background .3s,color .3s,border-color .3s,transform .3s,box-shadow .3s}.card-top h3,.horizontal-left h3{overflow-wrap:anywhere;word-break:break-word}.service-card p,.horizontal-left p{overflow-wrap:break-word;word-break:break-word}.services-grid{align-items:stretch}.service-card{flex-direction:column;height:100%;display:flex}.card-bottom{margin-top:auto}.card-bottom button,.horizontal-right button{outline:none;justify-content:center;align-items:center;display:flex}.card-bottom button:focus,.horizontal-right button:focus{box-shadow:0 0 0 4px #ff6b002e}.group-icon{transition:all .35s}.group-heading:hover .group-icon{color:#fff;background:#ff6b00;transform:rotate(12deg)}.horizontal-card{align-items:center}.horizontal-left{flex:1}.horizontal-right{min-width:150px}.service-card,.horizontal-card{background:#fff;box-shadow:0 8px 20px #0000000a}.service-card:hover,.horizontal-card:hover{box-shadow:0 18px 45px #00000017}.service-card:before,.horizontal-card:before{border-radius:20px}.service-group:not(:last-child){border-bottom:1px dashed #e8e8e8;margin-bottom:60px;padding-bottom:45px}@media (width<=768px){.horizontal-right{width:100%}.horizontal-right button{width:140px}.service-group{margin-bottom:50px}}.swimming-section{background:#fff;padding:80px 0}.swimming-section .container{width:min(1280px,92%);margin:auto}.swimming-top{grid-template-columns:48% 52%;align-items:center;gap:38px;margin-bottom:35px;display:grid}.swimming-image{border-radius:18px;overflow:hidden;box-shadow:0 10px 35px #00000014}.swimming-image img{object-fit:cover;width:100%;transition:all .4s;display:block}.swimming-image:hover img{transform:scale(1.04)}.swimming-content h2{color:#17223b;margin-bottom:20px;font-size:42px;font-weight:700;line-height:1.3}.swimming-content p{color:#444;margin-bottom:14px;font-size:16px;line-height:1.9}.highlight-box{background:#fff6f1;border:1px solid #ffd8c3;border-radius:12px;align-items:center;gap:16px;margin-top:18px;padding:16px 18px;display:flex}.highlight-box svg{color:#ff6b00;flex-shrink:0;font-size:28px}.highlight-box span{color:#ff6b00;font-size:15px;font-weight:600;line-height:1.7}.instruction-card{background:#fff;border:1px solid #d9ede1;border-radius:16px;padding:24px;box-shadow:0 6px 18px #0000000d}.instruction-header{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-bottom:22px;display:flex}.instruction-icon{background:#0d9447;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.instruction-icon svg{color:#fff;font-size:20px}.instruction-header h3{color:#0d6f37;margin:0;font-size:28px;font-weight:700}.instruction-list{grid-template-columns:repeat(2,1fr);gap:18px 30px;display:grid}.instruction-item{align-items:flex-start;gap:12px;display:flex}.item-icon{color:#0d9447;flex-shrink:0;margin-top:2px;font-size:20px}.instruction-item span{color:#333;font-size:15px;line-height:1.6}.instruction-footer{text-align:center;color:#0d7a3d;background:#f8fff9;border:1px solid #dbeedf;border-radius:10px;margin-top:24px;padding:14px;font-size:16px;font-weight:600;line-height:1.5}@media (width<=992px){.swimming-top{grid-template-columns:1fr}.swimming-content{text-align:center}.highlight-box{justify-content:center}.instruction-card{padding:20px}.instruction-list{grid-template-columns:1fr;gap:16px}.instruction-header h3{font-size:24px}.instruction-item span,.instruction-footer{font-size:15px}}@media (width<=768px){.swimming-section{padding:60px 0}.swimming-content h2{font-size:32px}.instruction-card{padding:18px}.instruction-header{margin-bottom:18px}.instruction-icon{width:42px;height:42px}.instruction-icon svg{font-size:18px}.instruction-header h3{font-size:22px}.instruction-item{gap:10px}.item-icon{font-size:18px}.instruction-item span{font-size:14px}.instruction-footer{padding:12px;font-size:14px}}@media (width<=576px){.swimming-content h2{font-size:26px}.swimming-content p{font-size:15px}.highlight-box{text-align:center;flex-direction:column}.highlight-box span{font-size:14px}.instruction-item span,.instruction-footer{font-size:15px}}@media (width<=420px){.swimming-section{padding:45px 0}.swimming-content h2{font-size:22px}.instruction-card{padding:20px}.instruction-header h3{font-size:24px}.instruction-item{gap:12px}.item-icon{font-size:20px}.instruction-item span{font-size:14px}.instruction-footer{padding:15px;font-size:14px}}.about-section{background:#fff;width:100%;padding:50px 0}.about-wrapper{grid-template-columns:1.08fr .92fr;align-items:center;gap:42px;display:grid}.about-content{width:100%;max-width:590px}.about-heading{align-items:center;gap:10px;margin-bottom:8px;display:flex}.about-icon{color:#ff6200;flex-shrink:0;font-size:26px}.about-heading h2{color:#1d2433;margin:0;font-size:33px;font-weight:700;line-height:1.2}.about-content h4{color:#ff6200;margin:0 0 16px;font-size:18px;font-weight:700;line-height:1.4}.about-content p{color:#444;margin-bottom:16px;font-size:14px;line-height:1.8}.about-buttons{align-items:center;gap:14px;margin-top:24px;display:flex}.primary-btn,.secondary-btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 22px;font-size:14px;font-weight:600;transition:all .35s;display:flex}.primary-btn svg,.secondary-btn svg{font-size:14px}.primary-btn{color:#fff;background:linear-gradient(90deg,#ff7a00,#ff5200);border:none}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #ff620033}.secondary-btn{color:#1d2433;background:#fff;border:2px solid #ff6200}.secondary-btn:hover{color:#fff;background:#ff6200}.secondary-btn:hover svg{color:#fff}.about-gallery{grid-template-columns:1.22fr .88fr;align-items:stretch;gap:12px;display:grid}.gallery-left{border-radius:14px;overflow:hidden}.gallery-left img{object-fit:cover;width:100%;height:100%;min-height:440px;transition:all .4s;display:block}.gallery-right{grid-template-rows:1fr 1fr;gap:12px;display:grid}.gallery-small{border-radius:14px;overflow:hidden}.gallery-small img{object-fit:cover;width:100%;height:100%;min-height:214px;transition:all .4s;display:block}.gallery-left:hover img,.gallery-small:hover img{transform:scale(1.04)}@media (width<=1400px){.about-section{padding:45px 0}.about-wrapper{gap:36px}.about-content{max-width:560px}.about-heading h2{font-size:30px}.about-icon{font-size:24px}.about-content h4{margin-bottom:14px;font-size:17px}.about-content p{margin-bottom:14px;font-size:14px;line-height:1.8}.about-buttons{gap:12px;margin-top:20px}.primary-btn,.secondary-btn{height:42px;padding:0 20px;font-size:13px}.primary-btn svg,.secondary-btn svg{font-size:13px}.gallery-left img{min-height:410px}.gallery-small img{min-height:198px}}@media (width<=1200px){.about-section{padding:42px 0}.about-wrapper{gap:30px}.about-content{max-width:520px}.about-heading h2{font-size:27px}.about-icon{font-size:22px}.about-content h4{margin-bottom:12px;font-size:16px}.about-content p{margin-bottom:12px;font-size:13px;line-height:1.75}.about-buttons{gap:10px;margin-top:18px}.primary-btn,.secondary-btn{height:40px;padding:0 18px;font-size:13px}.gallery-left img{min-height:370px}.gallery-small img{min-height:180px}}@media (width<=992px){.about-section{padding:40px 0}.about-wrapper{grid-template-columns:1fr;gap:28px}.about-gallery{order:1;max-width:680px;margin:auto}.about-content{text-align:center;order:2;max-width:100%}.about-heading{justify-content:center}.about-buttons{flex-wrap:wrap;justify-content:center;margin-top:18px}.gallery-left img{min-height:390px}.gallery-small img{min-height:190px}.about-heading h2{font-size:28px}.about-content h4{font-size:17px}.about-content p{font-size:14px}}@media (width<=768px){.about-section{padding:36px 0}.about-wrapper{gap:24px}.about-gallery{grid-template-columns:1fr;gap:12px}.gallery-right{grid-template-rows:none;grid-template-columns:1fr 1fr;gap:12px}.gallery-left img{min-height:320px}.gallery-small img{min-height:165px}.about-content{text-align:center;max-width:100%}.about-heading{justify-content:center;gap:8px;margin-bottom:6px}.about-icon{font-size:22px}.about-heading h2{font-size:26px}.about-content h4{margin-bottom:12px;font-size:16px}.about-content p{margin-bottom:12px;font-size:13px;line-height:1.7}.about-buttons{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px}.primary-btn,.secondary-btn{border-radius:8px;height:40px;padding:0 18px;font-size:13px}.primary-btn svg,.secondary-btn svg{font-size:13px}}@media (width<=576px){.about-section{padding:30px 0}.about-wrapper{gap:20px}.gallery-right{grid-template-columns:1fr;gap:12px}.gallery-left img{min-height:260px}.gallery-small img{min-height:170px}.about-heading{flex-direction:column;gap:6px}.about-icon{font-size:20px}.about-heading h2{font-size:22px}.about-content h4{margin-bottom:10px;font-size:15px}.about-content p{margin-bottom:10px;font-size:12px;line-height:1.7}.about-buttons{flex-direction:column;align-items:center;gap:10px;width:100%;margin-top:16px}.primary-btn,.secondary-btn{width:100%;max-width:220px;height:40px;padding:0 16px;font-size:13px}.mission-view-btn,.vision-view-btn{padding:6px 11px;font-size:10px}}@media (width<=400px){.about-section{padding:24px 0}.gallery-left img{min-height:220px}.gallery-small img{min-height:145px}.about-icon{font-size:18px}.about-heading h2{font-size:20px}.about-content h4{font-size:14px}.about-content p{font-size:12px;line-height:1.6}.primary-btn,.secondary-btn{max-width:200px;height:38px;padding:0 14px;font-size:12px}}.advantages-section{background:#fff;width:100%;padding:70px 0;position:relative;overflow:hidden}.advantages-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#ff66001f,#0000 45%),radial-gradient(circle at 100% 100%,#ff66001a,#0000 40%);position:absolute;inset:0}.advantages-section .container{z-index:2;position:relative}.bg-paw{color:#ff6200;opacity:.1;font-size:58px;position:absolute;top:18px;right:20px}.section-title{text-align:center;margin-bottom:45px}.section-tag{color:#ff6200;align-items:center;gap:8px;margin-bottom:10px;font-size:18px;font-weight:700;display:inline-flex}.section-tag svg{font-size:18px}.section-title h2{color:#1b1b1b;margin:0;font-size:30px;font-weight:800;line-height:1.2}.advantages-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:36px;display:grid}.advantage-card,.mission-card,.vision-card{background:#fff;border:1px solid #ff620014;border-radius:18px;transition:all .35s;box-shadow:0 6px 22px #0000000d}.advantage-card:hover,.mission-card:hover,.vision-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #ff62001a}.advantage-card{text-align:center;flex-direction:column;align-items:center;height:100%;padding:24px 20px;display:flex;position:relative}.advantage-icon{color:#fff;background:linear-gradient(135deg,#ff8a1d,#ff6200);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:18px;font-size:28px;transition:all .35s;display:flex;box-shadow:0 8px 18px #ff620038}.advantage-card:hover .advantage-icon{transform:rotate(-8deg)scale(1.05)}.advantage-card h3{color:#1d2433;justify-content:center;align-items:center;min-height:54px;margin:0 0 12px;font-size:20px;font-weight:700;line-height:1.35;display:flex}.advantage-card p{color:#666;flex:1;margin:0;font-size:14px;line-height:1.7}.advantage-card:before{content:"";border:2px solid #0000;border-radius:18px;transition:all .35s;position:absolute;inset:0}.advantage-card:hover:before{border-color:#ff620026}.advantages-grid .advantage-card:first-child{animation-delay:.1s}.advantages-grid .advantage-card:nth-child(2){animation-delay:.2s}.advantages-grid .advantage-card:nth-child(3){animation-delay:.3s}.advantages-grid .advantage-card:nth-child(4){animation-delay:.4s}.mission-vision-wrapper{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;margin-top:6px;display:grid}.mission-card,.vision-card{align-items:center;gap:18px;height:auto;min-height:270px;padding:20px;display:flex}.mission-image,.vision-image{flex:0 0 155px}.mission-image img,.vision-image img{object-fit:cover;width:155px;height:210px;display:block}.mission-content,.vision-content{flex:1}.mission-title,.vision-title{align-items:center;gap:8px;margin-bottom:14px;display:flex}.mission-title h3,.vision-title h3{color:#1d2433;margin:0;font-size:22px;font-weight:700}.mission-content p,.vision-content p{color:#666;margin:0 0 12px;font-size:14px;line-height:1.75}.mission-content p:last-child,.vision-content p:last-child{margin-bottom:0}.mission-icon{color:#ff6200;font-size:80px}.vision-icon{color:#59b347;font-size:80px}.center-divider{justify-content:center;align-items:center;display:flex}.divider-circle{background:#fff;border:2px solid #ff62001f;border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;display:flex;box-shadow:0 8px 20px #0000000f}.divider-circle svg{color:#ff6200;font-size:28px}.mission-image,.vision-image{border-radius:14px;overflow:hidden}.mission-image img,.vision-image img{transition:all .35s}.mission-card:hover .mission-image img,.vision-card:hover .vision-image img{transform:scale(1.04)}.mission-card,.vision-card{text-align:left}@media (width<=1400px){.advantages-section{padding:50px 0}.section-title{margin-bottom:32px}.section-tag{gap:6px;font-size:16px}.section-tag svg{font-size:16px}.section-title h2{font-size:30px}.advantages-grid{gap:16px;margin-bottom:32px}.advantage-card{padding:22px 18px}.advantage-icon{width:58px;height:58px;margin-bottom:16px;font-size:25px}.advantage-card h3{min-height:48px;margin-bottom:10px;font-size:18px}.advantage-card p{font-size:13px;line-height:1.7}.mission-vision-wrapper{gap:20px}.mission-card,.vision-card{min-height:245px;padding:18px}.mission-image,.vision-image{flex:0 0 145px}.mission-image img,.vision-image img{width:145px;height:195px}.mission-title,.vision-title{margin-bottom:12px}.mission-title h3,.vision-title h3{font-size:20px}.mission-content p,.vision-content p{font-size:13px;line-height:1.7}.mission-icon,.vision-icon{font-size:70px}.divider-circle{width:68px;height:68px}.divider-circle svg{font-size:24px}}@media (width<=1200px){.advantages-section{padding:45px 0}.section-title{margin-bottom:28px}.section-tag{font-size:15px}.section-title h2{font-size:28px}.advantages-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:28px}.advantage-card{padding:20px 18px}.advantage-icon{width:54px;height:54px;margin-bottom:14px;font-size:23px}.advantage-card h3{min-height:auto;margin-bottom:10px;font-size:17px}.advantage-card p{font-size:13px}.mission-vision-wrapper{grid-template-columns:1fr;gap:18px}.center-divider{display:none}.mission-card,.vision-card{gap:16px;height:auto;min-height:auto;padding:18px}.mission-image,.vision-image{flex:0 0 140px}.mission-image img,.vision-image img{width:140px;height:185px}.mission-title h3,.vision-title h3{font-size:19px}.mission-content p,.vision-content p{font-size:13px}}@media (width<=992px){.advantages-section{padding:42px 0}.bg-paw{display:none}.section-title{margin-bottom:26px}.section-tag{gap:6px;font-size:14px}.section-title h2{font-size:27px;line-height:1.25}.advantages-grid{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:26px}.advantage-card{padding:18px 16px}.advantage-icon{width:50px;height:50px;margin-bottom:14px;font-size:22px}.advantage-card h3{min-height:auto;margin-bottom:10px;font-size:17px}.advantage-card p{font-size:13px;line-height:1.7}.mission-card,.vision-card{text-align:center;flex-direction:column;gap:16px;padding:18px}.mission-title,.vision-title{justify-content:center;margin-bottom:10px}.mission-image,.vision-image{flex:none}.mission-image img,.vision-image img{width:180px;height:230px}.mission-title h3,.vision-title h3{font-size:19px}.mission-content p,.vision-content p{font-size:13px;line-height:1.7}.mission-icon,.vision-icon{font-size:70px}}@media (width<=768px){.advantages-section{padding:36px 0}.section-title{margin-bottom:22px}.section-tag{gap:5px;font-size:13px}.section-tag svg{font-size:13px}.section-title h2{font-size:23px;line-height:1.3}.advantages-grid{grid-template-columns:1fr;gap:14px;margin-bottom:22px}.advantage-card{border-radius:16px;padding:18px 16px}.advantage-icon{width:48px;height:48px;margin-bottom:12px;font-size:20px}.advantage-card h3{margin-bottom:10px;font-size:16px}.advantage-card p{font-size:13px;line-height:1.65}.mission-vision-wrapper{gap:16px}.mission-card,.vision-card{border-radius:16px;gap:16px;padding:16px}.mission-view-btn,.vision-view-btn{margin-top:8px;padding:7px 12px;font-size:11px}.mission-image img,.vision-image img{width:170px;height:215px;margin:auto}.mission-title,.vision-title{justify-content:center;margin-bottom:10px}.mission-title h3,.vision-title h3{font-size:18px}.mission-content,.vision-content{text-align:center}.mission-content p,.vision-content p{margin-bottom:10px;font-size:13px;line-height:1.65}.mission-icon,.vision-icon{font-size:70px}}.mission-view-btn,.vision-view-btn{color:#ff6200;cursor:pointer;background:0 0;border:1px solid #ff6200;border-radius:6px;justify-content:center;align-items:center;gap:6px;margin-top:8px;padding:7px 13px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;transition:all .3s;display:inline-flex}.mission-view-btn:hover,.vision-view-btn:hover{color:#fff;background:#ff6200;transform:translateY(-1px)}.mission-view-btn svg,.vision-view-btn svg{font-size:10px;transition:all .3s}.rotate-arrow{transform:rotate(90deg)}.faq-section{background:#faf8f5;padding:80px 0}.faq-section .container{width:min(1320px,92%);margin:auto}.faq-service-card{background:#fff;border:1px solid #0000000d;border-radius:22px;grid-template-columns:260px 1fr;gap:22px;margin-bottom:28px;padding:22px;display:grid;box-shadow:0 8px 28px #0000000f}.faq-service-card:last-child{margin-bottom:0}.faq-left{flex-direction:column;display:flex}.faq-service-title{align-items:center;gap:14px;margin-bottom:18px;display:flex}.faq-service-icon{color:#fff;background:#ff6200;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.faq-service-title h2{color:#222;margin:0;font-size:22px;font-weight:700}.faq-image{border-radius:14px;flex:1;overflow:hidden}.faq-image img{object-fit:cover;width:100%;height:250px;transition:all .4s;display:block}.faq-service-card:hover .faq-image img{transform:scale(1.04)}.faq-right{flex-direction:column;gap:10px;display:flex}.faq-item{background:#fff;border:1px solid #ececec;border-radius:10px;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:#ff6200;box-shadow:0 6px 18px #ff620014}.faq-question{cursor:pointer;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:18px 20px;transition:all .3s;display:flex}.faq-question-left{text-align:left;align-items:center;gap:18px;display:flex}.faq-number{color:#ff6200;min-width:30px;font-size:15px;font-weight:700}.faq-text{color:#222;font-size:15px;font-weight:500;line-height:1.6}.faq-toggle{color:#ff6200;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;transition:all .3s;display:flex}.faq-item.active .faq-toggle{transform:rotate(180deg)}.faq-answer-wrapper{max-height:0;transition:max-height .45s,padding .35s;overflow:hidden}.faq-answer-wrapper.open{max-height:300px}.faq-answer{padding:0 68px 20px}.faq-answer p{color:#666;margin:0;font-size:14px;line-height:1.8}.faq-item.active{border-color:#ff6200;box-shadow:0 8px 20px #ff62001a}.faq-item.active .faq-question{background:#fff}.faq-item.active .faq-number{color:#ff6200}.faq-item.active .faq-text{color:#111}@media (width<=1200px){.faq-service-card{grid-template-columns:230px 1fr;gap:18px;padding:18px}.faq-image img{height:225px}.faq-service-title h2{font-size:20px}.faq-question{padding:16px 18px}.faq-answer{padding:0 60px 18px}}@media (width<=992px){.faq-section{padding:60px 0}.faq-service-card{grid-template-columns:1fr;gap:18px}.faq-left{text-align:center;align-items:center}.faq-service-title{justify-content:center}.faq-image{width:100%;max-width:340px}.faq-image img{height:240px}.faq-question{padding:16px}.faq-question-left{gap:14px}.faq-answer{padding:0 52px 18px}}@media (width<=768px){.faq-section{padding:50px 0}.faq-service-card{border-radius:18px;padding:16px}.faq-service-title{gap:12px}.faq-service-icon{width:44px;height:44px;font-size:20px}.faq-service-title h2{font-size:20px}.faq-image{max-width:100%}.faq-image img{height:220px}.faq-question{padding:14px}.faq-question-left{gap:12px}.faq-number{min-width:24px;font-size:14px}.faq-text{font-size:14px}.faq-toggle{font-size:16px}.faq-answer{padding:0 46px 16px}.faq-answer p{font-size:13px}}@media (width<=576px){.faq-service-card{border-radius:16px;padding:14px}.faq-service-title{flex-direction:column;gap:10px}.faq-service-title h2{font-size:19px}.faq-image img{height:200px}.faq-question{align-items:flex-start}.faq-question-left{gap:10px}.faq-text{font-size:13px;line-height:1.6}.faq-toggle{margin-top:2px}.faq-answer{padding:0 18px 16px 44px}}@media (width<=400px){.faq-section{padding:40px 0}.faq-service-card{padding:12px}.faq-service-icon{width:40px;height:40px;font-size:18px}.faq-service-title h2{font-size:18px}.faq-image img{height:180px}.faq-question{padding:12px}.faq-number{font-size:13px}.faq-text{font-size:12px}.faq-toggle{font-size:15px}.faq-answer{padding:0 16px 14px 38px}.faq-answer p{font-size:12px;line-height:1.7}}.privacy-policy-section{background:#faf8f5;padding:60px 0}.privacy-policy-section .container{width:min(1280px,92%);margin:auto}.privacy-card{border-bottom:1px solid #ececec;grid-template-columns:210px 1fr;gap:22px;padding:22px 0;transition:all .35s;display:grid}.privacy-card:last-child{border-bottom:none}.privacy-left{align-items:flex-start;gap:14px;display:flex;position:relative}.privacy-left:after{content:"";background:#ececec;width:1px;height:100%;position:absolute;top:0;right:-11px}.privacy-icon{color:#ff6200;background:#fff4ec;border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;font-size:20px;transition:all .35s;display:flex}.privacy-icon svg{color:#ff6200;transition:all .35s}.privacy-left h3{color:#1e1e1e;margin:0;font-size:24px;font-weight:700;line-height:1.35}.privacy-right{padding-left:14px}.privacy-right h4{color:#ff6200;margin:0 0 10px;font-size:16px;font-weight:700}.privacy-right p{color:#555;margin:0 0 14px;font-size:14px;line-height:1.75}.privacy-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.use-grid{grid-template-columns:repeat(6,1fr);gap:14px;margin-top:8px;display:grid}.use-grid div{text-align:center;border-radius:10px;padding:10px;transition:all .3s}.use-grid svg{color:#ff6200;margin-bottom:8px;font-size:28px;transition:all .3s}.use-grid span{color:#444;font-size:13px;line-height:1.5;display:block}.privacy-list{grid-template-columns:repeat(2,1fr);gap:12px 24px;margin:0;padding:0;list-style:none;display:grid}.privacy-list li{color:#444;align-items:flex-start;gap:8px;font-size:14px;line-height:1.7;transition:all .3s;display:flex}.privacy-list li:hover{color:#ff6200}.privacy-list svg{color:#ff6200;flex-shrink:0;margin-top:3px;font-size:15px}.privacy-grid ul{grid-template-columns:repeat(2,1fr);gap:12px 20px;margin:14px 0 0;padding:0;list-style:none;display:grid}.privacy-grid li{color:#444;align-items:flex-start;gap:8px;font-size:14px;line-height:1.6;transition:all .3s;display:flex}.privacy-grid li:hover{color:#ff6200}.privacy-grid li svg{color:#ff6200;flex-shrink:0;margin-top:3px;font-size:15px}.contact-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:6px;display:grid}.contact-grid div{color:#444;align-items:center;gap:10px;font-size:14px;transition:all .3s;display:flex}.contact-grid div:hover{color:#ff6200}.contact-grid svg{color:#ff6200;flex-shrink:0;font-size:16px}.privacy-card{transition:all .35s}.privacy-card:hover{transform:translateY(-2px)}.privacy-icon{transition:all .35s}.privacy-card:hover .privacy-icon{color:#fff;background:#ff6200}.privacy-card:hover .privacy-icon svg{color:#fff}.use-grid div{border-radius:10px;transition:all .3s}.use-grid div:hover{background:#fff7f2}.use-grid svg{transition:all .3s}.use-grid div:hover svg{transform:scale(1.06)}.privacy-list li,.privacy-grid li,.contact-grid div{transition:all .3s}.privacy-list li:hover,.privacy-grid li:hover,.contact-grid div:hover{color:#ff6200}.privacy-list li:hover svg,.privacy-grid li:hover svg,.contact-grid div:hover svg{transform:scale(1.05)}@media (width<=1400px){.privacy-policy-section{padding:55px 0}.privacy-card{grid-template-columns:200px 1fr;gap:20px;padding:20px 0}.privacy-left h3{font-size:22px}.privacy-icon{width:46px;min-width:46px;height:46px;font-size:19px}.privacy-right{padding-left:12px}.privacy-right h4{font-size:15px}.privacy-right p{font-size:13px;line-height:1.7}.privacy-grid{gap:24px}.privacy-grid ul{gap:10px 18px}.privacy-list{gap:10px 20px}.use-grid{gap:12px}.use-grid div{padding:8px}.use-grid svg{font-size:26px}.use-grid span{font-size:12px}.contact-grid{gap:14px}}@media (width<=1200px){.privacy-policy-section{padding:50px 0}.privacy-card{grid-template-columns:180px 1fr;gap:18px;padding:18px 0}.privacy-left:after{right:-9px}.privacy-left{gap:12px}.privacy-left h3{font-size:20px}.privacy-icon{width:44px;min-width:44px;height:44px;font-size:18px}.privacy-right{padding-left:10px}.privacy-right h4{font-size:15px}.privacy-right p{font-size:13px}.privacy-grid{grid-template-columns:1fr 1fr;gap:20px}.privacy-grid ul{gap:10px 16px}.privacy-list{grid-template-columns:1fr 1fr;gap:10px 18px}.privacy-list li,.privacy-grid li{font-size:13px}.use-grid{grid-template-columns:repeat(3,1fr);gap:12px}.use-grid div{padding:8px}.use-grid svg{margin-bottom:6px;font-size:24px}.use-grid span{font-size:12px;line-height:1.45}.contact-grid{grid-template-columns:1fr;gap:12px}.contact-grid div{font-size:13px}.contact-grid svg{font-size:15px}}@media (width<=992px){.privacy-policy-section{padding:45px 0}.privacy-card{grid-template-columns:1fr;gap:16px;padding:18px 0}.privacy-left{align-items:center;gap:12px}.privacy-left:after{display:none}.privacy-icon{width:42px;min-width:42px;height:42px;font-size:18px}.privacy-left h3{font-size:20px;line-height:1.35}.privacy-right{padding-left:0}.privacy-right h4{margin-bottom:8px;font-size:15px}.privacy-right p{margin-bottom:12px;font-size:13px;line-height:1.7}.privacy-grid{grid-template-columns:1fr;gap:18px}.privacy-grid ul{grid-template-columns:1fr 1fr;gap:10px 16px}.privacy-grid li{font-size:13px}.privacy-grid li svg{font-size:14px}.privacy-list{grid-template-columns:1fr;gap:10px}.privacy-list li{font-size:13px}.privacy-list svg{font-size:14px}.use-grid{grid-template-columns:repeat(2,1fr);gap:12px}.use-grid div{padding:10px}.use-grid svg{margin-bottom:6px;font-size:24px}.use-grid span{font-size:12px}.contact-grid{grid-template-columns:1fr;gap:10px}.contact-grid div{font-size:13px}.contact-grid svg{font-size:15px}}@media (width<=768px){.privacy-policy-section{padding:38px 0}.privacy-card{gap:14px;padding:16px 0}.privacy-left{text-align:center;flex-direction:column;align-items:center;gap:10px}.privacy-icon{width:40px;min-width:40px;height:40px;font-size:17px}.privacy-left h3{font-size:18px}.privacy-right{text-align:left}.privacy-right h4{margin-bottom:8px;font-size:15px}.privacy-right p{margin-bottom:12px;font-size:13px;line-height:1.65}.privacy-grid{gap:16px}.privacy-grid ul{grid-template-columns:1fr;gap:10px}.privacy-grid li{font-size:13px}.privacy-list{grid-template-columns:1fr;gap:10px}.privacy-list li{font-size:13px}.use-grid{grid-template-columns:repeat(2,1fr);gap:10px}.use-grid div{padding:8px}.use-grid svg{margin-bottom:6px;font-size:22px}.use-grid span{font-size:12px;line-height:1.45}.contact-grid{gap:10px}.contact-grid div{gap:8px;font-size:13px}.contact-grid svg{font-size:15px}}@media (width<=576px){.privacy-policy-section{padding:32px 0}.privacy-card{gap:12px;padding:14px 0}.privacy-left{gap:8px}.privacy-icon{width:38px;min-width:38px;height:38px;font-size:16px}.privacy-left h3{font-size:17px;line-height:1.35}.privacy-right h4{margin-bottom:6px;font-size:14px}.privacy-right p{margin-bottom:10px;font-size:12px;line-height:1.65}.privacy-grid{gap:14px}.privacy-grid ul{grid-template-columns:1fr;gap:8px;margin-top:10px}.privacy-grid li{gap:6px;font-size:12px;line-height:1.55}.privacy-grid li svg{margin-top:2px;font-size:13px}.privacy-list{grid-template-columns:1fr;gap:8px}.privacy-list li{gap:6px;font-size:12px;line-height:1.55}.privacy-list svg{margin-top:2px;font-size:13px}.use-grid{grid-template-columns:1fr;gap:8px}.use-grid div{padding:8px}.use-grid svg{margin-bottom:5px;font-size:20px}.use-grid span{font-size:11px;line-height:1.4}.contact-grid{grid-template-columns:1fr;gap:8px;margin-top:4px}.contact-grid div{gap:8px;font-size:12px}.contact-grid svg{font-size:14px}}@media (width<=400px){.privacy-policy-section{padding:28px 0}.privacy-card{gap:10px;padding:12px 0}.privacy-left{gap:7px}.privacy-icon{width:34px;min-width:34px;height:34px;font-size:15px}.privacy-left h3{font-size:15px;line-height:1.3}.privacy-right h4{margin-bottom:5px;font-size:13px}.privacy-right p{margin-bottom:8px;font-size:11px;line-height:1.6}.privacy-grid{gap:12px}.privacy-grid ul{gap:7px;margin-top:8px}.privacy-grid li{gap:5px;font-size:11px}.privacy-grid li svg{font-size:12px}.privacy-list{gap:7px}.privacy-list li{gap:5px;font-size:11px}.privacy-list svg{font-size:12px}.use-grid{gap:7px}.use-grid div{padding:7px}.use-grid svg{margin-bottom:4px;font-size:18px}.use-grid span{font-size:10px;line-height:1.35}.contact-grid{gap:7px}.contact-grid div{gap:7px;font-size:11px}.contact-grid svg{font-size:13px}}.terms-section{background:#faf8f5;padding:60px 0}.terms-section .container{width:min(1280px,92%);margin:auto}.terms-grid{grid-template-columns:repeat(2,1fr);gap:18px 30px;display:grid}.terms-card{border-bottom:1px solid #ececec;align-items:flex-start;gap:16px;padding:18px 0;transition:all .35s;display:flex}.terms-card:last-child,.terms-card:nth-last-child(2){border-bottom:none}.terms-left{flex-shrink:0;align-items:flex-start;gap:10px;display:flex}.terms-number{color:#fff;background:#ff6200;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:700;display:flex}.terms-icon{color:#ff6200;background:#fff4ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:all .35s;display:flex}.terms-icon svg{color:#ff6200;transition:all .35s}.terms-content{flex:1}.terms-content h3{color:#1d2433;margin:0 0 8px;font-size:22px;font-weight:700;line-height:1.35}.terms-content p{color:#555;margin:0;font-size:14px;line-height:1.75}.terms-content ul{flex-direction:column;gap:8px;margin:10px 0 0;padding:0;list-style:none;display:flex}.terms-content li{color:#444;align-items:flex-start;gap:8px;font-size:13px;line-height:1.65;display:flex}.terms-content li svg{color:#ff6200;flex-shrink:0;margin-top:4px;font-size:12px}.terms-contact{flex-wrap:wrap;gap:18px;margin-top:8px;display:flex}.terms-contact div{color:#444;align-items:center;gap:8px;font-size:13px;display:flex}.terms-contact svg{color:#ff6200;flex-shrink:0;font-size:15px}.terms-card{transition:all .35s}.terms-card:hover{transform:translateY(-2px)}.terms-number,.terms-icon{transition:all .35s}.terms-card:hover .terms-icon{background:#ff6200}.terms-card:hover .terms-icon svg{color:#fff}.terms-content li,.terms-contact div{transition:all .3s}.terms-content li:hover,.terms-contact div:hover{color:#ff6200}.terms-content li:hover svg,.terms-contact div:hover svg{transform:scale(1.08)}@media (width<=1400px){.terms-section{padding:55px 0}.terms-grid{gap:16px 26px}.terms-card{gap:14px;padding:16px 0}.terms-number{width:32px;height:32px;font-size:12px}.terms-icon{width:42px;height:42px;font-size:17px}.terms-content h3{margin-bottom:6px;font-size:20px}.terms-content p{font-size:13px;line-height:1.7}.terms-content ul{gap:7px;margin-top:8px}.terms-content li{font-size:12px}.terms-contact{gap:16px}.terms-contact div{font-size:12px}}@media (width<=1200px){.terms-section{padding:50px 0}.terms-grid{gap:14px 22px}.terms-card{gap:12px;padding:15px 0}.terms-left{gap:8px}.terms-number{width:30px;height:30px;font-size:11px}.terms-icon{width:40px;height:40px;font-size:16px}.terms-content h3{font-size:18px}.terms-content p{font-size:13px}.terms-content li{gap:7px;font-size:12px}.terms-content li svg{font-size:11px}.terms-contact{gap:12px}.terms-contact div{font-size:12px}.terms-contact svg{font-size:14px}}@media (width<=992px){.terms-section{padding:45px 0}.terms-grid{grid-template-columns:1fr;gap:12px}.terms-card{gap:12px;padding:16px 0}.terms-left{gap:8px}.terms-number{width:30px;height:30px;font-size:11px}.terms-icon{width:40px;height:40px;font-size:16px}.terms-content h3{font-size:18px}.terms-content p{font-size:13px;line-height:1.65}.terms-content ul{gap:6px}.terms-content li{font-size:12px}.terms-contact{gap:10px}.terms-contact div{font-size:12px}}@media (width<=768px){.terms-section{padding:38px 0}.terms-grid{gap:10px}.terms-card{gap:10px;padding:14px 0}.terms-left{gap:8px}.terms-number{width:28px;height:28px;font-size:11px}.terms-icon{width:38px;height:38px;font-size:15px}.terms-content h3{margin-bottom:6px;font-size:17px;line-height:1.35}.terms-content p{font-size:12px;line-height:1.65}.terms-content ul{gap:6px;margin-top:8px}.terms-content li{gap:6px;font-size:12px;line-height:1.55}.terms-content li svg{margin-top:3px;font-size:11px}.terms-contact{flex-direction:column;gap:8px;margin-top:8px}.terms-contact div{gap:8px;font-size:12px}.terms-contact svg{font-size:14px}}@media (width<=576px){.terms-section{padding:32px 0}.terms-grid{gap:8px}.terms-card{gap:8px;padding:12px 0}.terms-left{gap:6px}.terms-number{width:26px;height:26px;font-size:10px}.terms-icon{width:34px;height:34px;font-size:14px}.terms-content h3{margin-bottom:5px;font-size:16px}.terms-content p{font-size:12px;line-height:1.6}.terms-content ul{gap:5px;margin-top:6px}.terms-content li{gap:5px;font-size:11px}.terms-content li svg{font-size:10px}.terms-contact{gap:7px}.terms-contact div{gap:7px;font-size:11px}.terms-contact svg{font-size:13px}}@media (width<=400px){.terms-section{padding:28px 0}.terms-card{gap:8px;padding:10px 0}.terms-left{gap:5px}.terms-number{width:24px;height:24px;font-size:9px}.terms-icon{width:32px;height:32px;font-size:13px}.terms-content h3{margin-bottom:4px;font-size:15px}.terms-content p{font-size:11px;line-height:1.55}.terms-content ul{gap:4px;margin-top:5px}.terms-content li{gap:4px;font-size:10px;line-height:1.5}.terms-content li svg{font-size:9px}.terms-contact{gap:6px}.terms-contact div{gap:6px;font-size:10px}.terms-contact svg{font-size:12px}}.blog-page{background:#f8f9fb;width:100%;padding:45px 0}.blog-page .container{width:min(1400px,95%);margin:auto}.blog-layout{grid-template-columns:2.2fr 1fr;align-items:start;gap:32px;display:grid}.blog-left{background:#fff;border:1px solid #eceff3;border-radius:18px;padding:35px}.blog-title{color:#222;margin-bottom:18px;font-size:42px;font-weight:800;line-height:1.25}.blog-meta{color:#666;flex-wrap:wrap;gap:20px;margin-bottom:24px;font-size:14px;display:flex}.blog-meta span{align-items:center;gap:8px;display:flex}.blog-meta svg{color:#ff6200;font-size:13px}.blog-intro{color:#555;margin-bottom:18px;font-size:16px;line-height:1.9}.blog-intro strong{color:#ff6200;font-weight:700}.service-block{border-bottom:1px solid #edf0f5;grid-template-columns:1.6fr 360px;align-items:center;gap:30px;padding:34px 0;display:grid}.service-block:last-child{border-bottom:none}.service-content{width:100%}.service-title{flex-direction:row;align-items:center;gap:16px;width:100%;margin-bottom:18px;display:flex}.service-title .service-icon{color:#ff6200;background:#fff4ec;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:54px;min-width:54px;height:54px;font-size:22px;display:inline-flex}.service-title h2{color:#222;flex:1;margin:0;padding:0;font-size:24px;font-weight:700;line-height:1.3}.service-content p{color:#555;margin-bottom:18px;font-size:15px;line-height:1.9}.service-content h4{color:#ff6200;margin-bottom:16px;font-size:17px;font-weight:700}.service-image{background:#fff;border-radius:16px;justify-content:center;align-items:center;width:100%;height:350px;display:flex;overflow:hidden}.service-image img{object-fit:contain;border-radius:16px;width:100%;height:100%;transition:all .35s}.service-image img:hover{transform:scale(1.03)}.blog-sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:90px}.sidebar-card{background:#fff;border:1px solid #eceff3;border-radius:16px;padding:24px;box-shadow:0 8px 20px #0000000a}.sidebar-card h3{color:#222;align-items:center;gap:10px;margin-bottom:18px;font-size:22px;font-weight:700;display:flex}.search-box{background:#fff;border:1px solid #e7ebf1;border-radius:10px;align-items:center;display:flex;overflow:hidden}.search-box input{color:#555;border:none;outline:none;flex:1;height:46px;padding:0 16px;font-size:14px}.search-box input::placeholder{color:#999}.search-box button{color:#fff;cursor:pointer;background:#ff6200;border:none;width:48px;height:46px;transition:all .3s}.search-box button:hover{background:#e45800}.category-list{margin:0;padding:0;list-style:none}.category-list li{color:#555;cursor:pointer;border-bottom:1px solid #f2f4f8;align-items:center;gap:10px;padding:11px 0;font-size:15px;transition:all .3s;display:flex}.category-list li:last-child{border-bottom:none}.category-list li:hover{color:#ff6200;padding-left:6px}.category-list svg{color:#ff6200;font-size:12px}.recent-post{align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.recent-post:last-child{margin-bottom:0}.recent-post img{object-fit:cover;border-radius:10px;flex-shrink:0;width:82px;height:82px}.recent-post h4{color:#222;margin-bottom:6px;font-size:15px;line-height:1.45;transition:all .3s}.recent-post h4:hover{color:#ff6200}.recent-post small{color:#999;font-size:12px}.points-grid{grid-template-columns:repeat(2,1fr);gap:12px 18px;margin-top:16px;display:grid}.point-item{align-items:flex-start;gap:10px;display:flex}.point-item svg{color:#ff6200;flex-shrink:0;margin-top:3px;font-size:15px}.point-item span{color:#555;font-size:14px;line-height:1.6}.why-tail{background:#fffdfb;border:1px solid #eceff3;border-radius:18px;margin-top:45px;padding:30px}.why-tail h2{color:#222;margin-bottom:10px;font-size:28px}.why-tail p{color:#666;margin-bottom:24px;line-height:1.8}.why-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.why-grid div{text-align:center;background:#fff;border:1px solid #eceff3;border-radius:10px;padding:16px;font-size:14px;font-weight:600;transition:all .3s}.why-grid div:hover{border-color:#ff6200;transform:translateY(-3px)}.complete-care{background:#fff;border:1px solid #eceff3;border-radius:18px;margin-top:32px;padding:30px}.complete-care h2{color:#222;margin-bottom:18px;font-size:28px}.complete-care p{color:#555;margin-top:20px;line-height:1.8}.service-tags{flex-wrap:wrap;gap:12px;display:flex}.service-tags span{color:#ff6200;background:#fff5ef;border-radius:50px;padding:8px 14px;font-size:13px;font-weight:600}.contact-card{position:relative;overflow:hidden}.contact-card p{color:#666;margin-bottom:18px;line-height:1.7}.contact-card ul{margin:0 0 18px;padding:0;list-style:none}.contact-card li{color:#555;align-items:center;gap:8px;margin-bottom:10px;font-size:14px;display:flex}.contact-card li:before{content:"✓";color:#ff6200;font-weight:700}.contact-card img{width:120px;margin:20px auto;display:block}.contact-card button{color:#fff;cursor:pointer;background:#ff6200;border:none;border-radius:10px;width:100%;height:46px;font-size:15px;font-weight:600;transition:all .3s}.contact-card button:hover{background:#e45800}.tags{flex-wrap:wrap;gap:10px;display:flex}.tags span{color:#555;cursor:pointer;background:#f8f9fb;border:1px solid #eceff3;border-radius:50px;padding:8px 14px;font-size:13px;transition:all .3s}.tags span:hover{color:#fff;background:#ff6200;border-color:#ff6200}.book-section{background:linear-gradient(135deg,#ff6200,#ff8c42);border-radius:18px;justify-content:space-between;align-items:center;gap:30px;margin-top:40px;padding:35px;display:flex}.book-section h2{color:#fff;margin-bottom:10px;font-size:30px;font-weight:700}.book-section p{color:#fff;opacity:.95;max-width:650px;margin:0;line-height:1.8}.book-section button{color:#ff6200;cursor:pointer;background:#fff;border:none;border-radius:10px;min-width:170px;height:50px;font-size:15px;font-weight:700;transition:all .3s}.book-section button:hover{color:#fff;background:#222}.seo-keywords{color:#666;background:#fff;border:1px solid #eceff3;border-radius:14px;margin-top:35px;padding:22px;font-size:14px;line-height:1.8}.seo-keywords strong{color:#222}@media (width<=1200px){.blog-layout{grid-template-columns:2fr 340px;gap:24px}.blog-title{font-size:36px}.service-block{grid-template-columns:1fr 320px;gap:22px}.service-title h2{font-size:22px}.service-image img{height:220px}}@media (width<=992px){.blog-layout{grid-template-columns:1fr}.blog-sidebar{position:static}.blog-left{padding:28px}.blog-title{font-size:32px}.blog-meta{gap:16px}.service-block{grid-template-columns:1fr;gap:20px}.service-image{order:-1}.service-image img{height:260px}.points-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.book-section{text-align:center;flex-direction:column}}@media (width<=768px){.blog-page{padding:25px 0}.blog-left{border-radius:14px;padding:22px}.blog-title{font-size:26px;line-height:1.35}.blog-meta{gap:12px;font-size:13px}.blog-intro{font-size:15px;line-height:1.8}.service-title{gap:12px}.service-icon{width:46px;height:46px;font-size:18px}.service-title h2{font-size:18px}.service-content h4{font-size:16px}.service-content p{font-size:14px}.service-image img{border-radius:12px;height:220px}.points-grid{grid-template-columns:1fr;gap:12px}.why-tail,.complete-care{padding:22px}.why-tail h2,.complete-care h2{font-size:22px}.why-grid{grid-template-columns:1fr}.book-section{padding:26px}.book-section h2{font-size:24px}.book-section p{font-size:14px}.book-section button{width:100%}.sidebar-card{padding:20px}}@media (width<=480px){.blog-page .container{width:94%}.blog-left{padding:18px}.blog-title{font-size:22px}.blog-meta{flex-direction:column;align-items:flex-start;gap:8px}.service-title{align-items:flex-start}.service-icon{width:42px;height:42px;font-size:16px}.service-title h2{font-size:12px}.service-content p{font-size:13px}.service-content h4{font-size:15px}.service-image img{height:190px}.point-item span{font-size:13px}.sidebar-card{border-radius:14px;padding:18px}.sidebar-card h3{font-size:18px}.recent-post{gap:10px}.recent-post img{width:70px;height:70px}.recent-post h4{font-size:13px}.book-section{padding:22px 18px}.book-section h2{font-size:20px}.book-section p{font-size:13px}.book-section button{height:44px;font-size:14px}.tags span,.service-tags span{padding:7px 12px;font-size:12px}.seo-keywords{padding:18px;font-size:13px}}
