@charset "UTF-8";.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease}.header .header-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#aae1e8,#aae1e8);box-shadow:0 2px 15px #0000001a;z-index:-1}.header .header-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cpattern%20id='smallGrid'%20width='10'%20height='10'%20patternUnits='userSpaceOnUse'%3e%3cpath%20d='M%2010%200%20L%200%200%200%2010'%20fill='none'%20stroke='%23ffffff'%20stroke-width='0.5'%20opacity='0.3'/%3e%3c/pattern%3e%3cpattern%20id='grid'%20width='100'%20height='100'%20patternUnits='userSpaceOnUse'%3e%3crect%20width='100'%20height='100'%20fill='url(%23smallGrid)'/%3e%3cpath%20d='M%20100%200%20L%200%200%200%20100'%20fill='none'%20stroke='%23ffffff'%20stroke-width='1'%20opacity='0.5'/%3e%3c/pattern%3e%3c/defs%3e%3crect%20width='100'%20height='100'%20fill='url(%23grid)'%20/%3e%3c!--%20Paw%20prints%20pattern%20--%3e%3cg%20fill='%23ffffff'%20opacity='0.2'%3e%3c!--%20Paw%20print%201%20--%3e%3cellipse%20cx='20'%20cy='30'%20rx='3'%20ry='4'%20transform='rotate(-15%2020%2030)'%20/%3e%3cellipse%20cx='28'%20cy='28'%20rx='3'%20ry='4'%20transform='rotate(15%2028%2028)'%20/%3e%3cellipse%20cx='18'%20cy='40'%20rx='3'%20ry='4'%20transform='rotate(-15%2018%2040)'%20/%3e%3cellipse%20cx='26'%20cy='38'%20rx='3'%20ry='4'%20transform='rotate(15%2026%2038)'%20/%3e%3cellipse%20cx='22'%20cy='45'%20rx='5'%20ry='6'%20/%3e%3c!--%20Paw%20print%202%20--%3e%3cellipse%20cx='70'%20cy='70'%20rx='3'%20ry='4'%20transform='rotate(-15%2070%2070)'%20/%3e%3cellipse%20cx='78'%20cy='68'%20rx='3'%20ry='4'%20transform='rotate(15%2078%2068)'%20/%3e%3cellipse%20cx='68'%20cy='80'%20rx='3'%20ry='4'%20transform='rotate(-15%2068%2080)'%20/%3e%3cellipse%20cx='76'%20cy='78'%20rx='3'%20ry='4'%20transform='rotate(15%2076%2078)'%20/%3e%3cellipse%20cx='72'%20cy='85'%20rx='5'%20ry='6'%20/%3e%3c!--%20Paw%20print%203%20--%3e%3cellipse%20cx='50'%20cy='15'%20rx='3'%20ry='4'%20transform='rotate(-15%2050%2015)'%20/%3e%3cellipse%20cx='58'%20cy='13'%20rx='3'%20ry='4'%20transform='rotate(15%2058%2013)'%20/%3e%3cellipse%20cx='48'%20cy='25'%20rx='3'%20ry='4'%20transform='rotate(-15%2048%2025)'%20/%3e%3cellipse%20cx='56'%20cy='23'%20rx='3'%20ry='4'%20transform='rotate(15%2056%2023)'%20/%3e%3cellipse%20cx='52'%20cy='30'%20rx='5'%20ry='6'%20/%3e%3c/g%3e%3c!--%20Decorative%20elements%20--%3e%3ccircle%20cx='85'%20cy='15'%20r='4'%20fill='%23ffffff'%20opacity='0.15'%20/%3e%3ccircle%20cx='10'%20cy='85'%20r='3'%20fill='%23ffffff'%20opacity='0.15'%20/%3e%3ccircle%20cx='40'%20cy='60'%20r='2'%20fill='%23ffffff'%20opacity='0.15'%20/%3e%3ccircle%20cx='65'%20cy='45'%20r='2.5'%20fill='%23ffffff'%20opacity='0.15'%20/%3e%3c/svg%3e") repeat;opacity:.05}.header.scrolled{padding:.5rem 0}.header.scrolled .header-bg{background:linear-gradient(135deg,#aae1e8f2,#aae1e8f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header.scrolled .logo-image{max-height:50px}.header .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header .header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;position:relative}.header .logo{display:flex;align-items:center;text-decoration:none;z-index:10}.header .logo .logo-image{max-height:30px;transition:max-height .3s ease}.header .logo .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header .desktop-nav{display:none}@media (min-width: 769px){.header .desktop-nav{display:block}}.header .desktop-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem}.header .desktop-nav ul li{position:relative}.header .desktop-nav ul li button{background:transparent;border:none;color:#5e6867;font-weight:600;font-size:1rem;padding:.5rem 1rem;display:block;position:relative;transition:all .3s ease;cursor:pointer;border-radius:50px}.header .desktop-nav ul li button:hover{color:#3a403f;background:#aae1e833;transform:translateY(-2px)}.header .desktop-nav ul li button:active{transform:translateY(0)}.header .desktop-nav ul li button:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:linear-gradient(90deg,#f0d145,#f1d04b);transition:all .3s ease;border-radius:3px;transform:translate(-50%)}.header .desktop-nav ul li button:hover:before{width:80%}.header .header-book-btn{display:none;margin-left:1rem;margin-right:1rem}@media (min-width: 769px){.header .header-book-btn{display:block}}.header .header-book-btn button{display:inline-flex;align-items:center;justify-content:center;background:#f0d145;color:#5e6867;font-weight:700;padding:.75rem .5rem;border-radius:50px;text-decoration:none;box-shadow:0 4px 15px #f0d1454d;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem;min-width:140px}.header .header-book-btn button:hover{background:#eecb2d;box-shadow:0 6px 20px #f0d14566;transform:translateY(-2px)}.header .header-book-btn button:active{transform:translateY(0)}.header .call-now-btn{display:none}@media (min-width: 769px){.header .call-now-btn{display:block}}.header .call-now-btn .whatsapp-button{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;font-weight:700;padding:.75rem 2rem;border-radius:50px;text-decoration:none;box-shadow:0 4px 10px #25d3664d;transition:all .3s ease;border:none;cursor:pointer;position:relative;overflow:hidden;font-size:1rem}.header .call-now-btn .whatsapp-button svg{width:1.2em;height:1.2em}.header .call-now-btn .whatsapp-button:hover{background:#21bd5c;box-shadow:0 6px 15px #25d36680;transform:translateY(-2px)}.header .menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;z-index:1001}@media (min-width: 769px){.header .menu-toggle{display:none}}.header .menu-toggle span{display:block;width:100%;height:3px;background-color:#5e6867;border-radius:3px;transition:all .3s ease}.header .menu-toggle.open span:first-child{transform:translateY(9px) rotate(45deg)}.header .menu-toggle.open span:nth-child(2){opacity:0}.header .menu-toggle.open span:last-child{transform:translateY(-9px) rotate(-45deg)}.header .mobile-nav{position:fixed;top:0;right:0;width:80%;max-width:350px;height:100vh;background:linear-gradient(135deg,#aae1e8,#aae1e8);z-index:1000;padding:5rem 2rem 2rem;box-shadow:-5px 0 25px #0000001a;overflow-y:auto}.header .mobile-nav ul{list-style:none;margin:0;padding:0}.header .mobile-nav ul li{margin-bottom:1rem}.header .mobile-nav ul li button{background:transparent;border:none;color:#5e6867;text-decoration:none;font-weight:600;font-size:1.25rem;display:block;width:100%;text-align:left;padding:.75rem 1rem;transition:all .3s ease;cursor:pointer;border-radius:8px}.header .mobile-nav ul li button:hover{color:#3a403f;background:#aae1e833;padding-left:1.5rem}.header .mobile-nav ul li button:active{transform:scale(.98)}.header .mobile-nav ul li.mobile-book-now{margin-top:2rem}.header .mobile-nav ul li.mobile-book-now button{background:linear-gradient(90deg,#f0d145,#f1d04b);color:#5e6867;padding:1rem 2rem;border-radius:50px;text-align:center;box-shadow:0 4px 10px #f1d04b4d;font-weight:700}.header .mobile-nav ul li.mobile-book-now button:hover{padding-left:2rem;box-shadow:0 6px 15px #f1d04b80;transform:translateY(-2px)}.header .mobile-nav ul li.mobile-book-now button:active{transform:translateY(0)}.header .mobile-nav ul li.mobile-call-now{margin-top:1rem}.header .mobile-nav ul li.mobile-call-now .whatsapp-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:#25d366;color:#fff;font-weight:700;padding:1rem;border-radius:50px;text-decoration:none;box-shadow:0 4px 10px #25d3664d;transition:all .3s ease;border:none;cursor:pointer;font-size:1.25rem}.header .mobile-nav ul li.mobile-call-now .whatsapp-button svg{width:1.3em;height:1.3em}.header .mobile-nav ul li.mobile-call-now .whatsapp-button:hover{background:#21bd5c;box-shadow:0 6px 15px #25d36680}.header .mobile-nav .close-menu{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#5e6867;font-size:2rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.header .mobile-nav .close-menu:hover{background-color:#5e68671a}.header .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@media (max-width: 768px){.header .header-content{padding:1.75rem 0}.header .logo .logo-image{max-height:25px}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideInDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.desktop-nav ul li{position:relative;overflow:hidden}.desktop-nav ul li:before{content:"";position:absolute;top:0;left:-10px;width:5px;height:5px;border-radius:50%;background:linear-gradient(90deg,#f0d145,#f1d04b);opacity:0;transition:all .3s ease}.desktop-nav ul li:hover:before{opacity:1;transform:scale(1.5)}.gradient-text{background:linear-gradient(90deg,#f0d145,#f1d04b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.book-now-btn a,.mobile-book-now a{position:relative;overflow:hidden}.book-now-btn a:after,.mobile-book-now a:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);transform:rotate(30deg);transition:all .6s;opacity:0}.book-now-btn a:hover:after,.mobile-book-now a:hover:after{opacity:1;left:100%;transition:all .6s}.desktop-nav ul li a.active{color:#2e3232}.desktop-nav ul li a.active:after{width:100%;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.header.scrolled .header-bg{height:100%;transition:all .3s ease}.header.scrolled .desktop-nav ul li a{font-size:1rem}.header.scrolled .book-now-btn a{padding:.6rem 1.3rem;font-size:.95rem}.callme-button{display:inline-block;padding:.5rem 1rem;font-size:1rem;font-weight:600;color:var(--text-color);background-color:#177986;border:none;border-radius:1.5rem;text-align:center;cursor:pointer;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.callme-button:hover{background-color:#fff;transform:translateY(-2px);text-decoration:none}.callme-button:active{background-color:var(--primary-dark);transform:translateY(0)}.fixed-book-btn{position:fixed;bottom:30px;right:30px;z-index:1000}.fixed-book-btn button{display:inline-flex;align-items:center;justify-content:center;background:#f0d145;color:#5e6867;font-weight:700;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;box-shadow:0 4px 15px #f0d1454d;transition:all .3s ease;border:none;cursor:pointer;font-size:1.1rem;min-width:160px}.fixed-book-btn button:hover{background:#eecb2d;box-shadow:0 6px 20px #f0d14566;transform:translateY(-2px)}.fixed-book-btn button:active{transform:translateY(0)}@media (max-width: 768px){.fixed-book-btn{bottom:20px;right:20px}.fixed-book-btn button{padding:.8rem 2rem;font-size:1rem;min-width:140px}}@media (max-width: 576px){.fixed-book-btn{bottom:15px;right:15px}.fixed-book-btn button{padding:.7rem 1.8rem;font-size:.9rem;min-width:130px}}.footer-section{position:relative;background:linear-gradient(135deg,#5e6867,#3a4443);color:#fff;font-family:Open Sans,sans-serif;overflow:hidden}.footer-section .footer-wave{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0}.footer-section .footer-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:70px}.footer-section .footer-wave .shape-fill{fill:#fff}.footer-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-section .footer-main{padding:120px 0 70px;position:relative}.footer-section .footer-main .footer-content{display:grid;grid-template-columns:repeat(12,1fr);gap:30px}.footer-section .footer-main .footer-content .footer-brand{grid-column:span 4}.footer-section .footer-main .footer-content .footer-brand .footer-logo{display:inline-block;margin-bottom:20px}.footer-section .footer-main .footer-content .footer-brand .footer-logo img{max-width:180px;height:auto}.footer-section .footer-main .footer-content .footer-brand .brand-description{font-size:.95rem;line-height:1.6;margin-bottom:25px;color:#fffc}.footer-section .footer-main .footer-content .footer-brand .social-links{display:flex;gap:15px}.footer-section .footer-main .footer-content .footer-brand .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s ease}.footer-section .footer-main .footer-content .footer-brand .social-links a:hover{background:#aae1e8;color:#333;transform:translateY(-3px)}.footer-section .footer-main .footer-content .footer-links,.footer-section .footer-main .footer-content .footer-services{grid-column:span 2}.footer-section .footer-main .footer-content .footer-links h3,.footer-section .footer-main .footer-content .footer-services h3{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:25px;position:relative;padding-bottom:15px}.footer-section .footer-main .footer-content .footer-links h3:after,.footer-section .footer-main .footer-content .footer-services h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(to right,#aae1e8,#f0d145);border-radius:3px}.footer-section .footer-main .footer-content .footer-links ul,.footer-section .footer-main .footer-content .footer-services ul{list-style:none;padding:0;margin:0}.footer-section .footer-main .footer-content .footer-links ul li,.footer-section .footer-main .footer-content .footer-services ul li{margin-bottom:12px}.footer-section .footer-main .footer-content .footer-links ul li a,.footer-section .footer-main .footer-content .footer-services ul li a{color:#fffc;text-decoration:none;font-size:.95rem;transition:all .3s ease;position:relative;padding-left:15px}.footer-section .footer-main .footer-content .footer-links ul li a:before,.footer-section .footer-main .footer-content .footer-services ul li a:before{content:"›";position:absolute;left:0;top:0;font-size:1.1rem;color:#aae1e8;transition:transform .3s ease}.footer-section .footer-main .footer-content .footer-links ul li a:hover,.footer-section .footer-main .footer-content .footer-services ul li a:hover{color:#fff;padding-left:18px}.footer-section .footer-main .footer-content .footer-links ul li a:hover:before,.footer-section .footer-main .footer-content .footer-services ul li a:hover:before{transform:translate(3px)}.footer-section .footer-main .footer-content .footer-contact{grid-column:span 2}.footer-section .footer-main .footer-content .footer-contact h3{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:25px;position:relative;padding-bottom:15px}.footer-section .footer-main .footer-content .footer-contact h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(to right,#aae1e8,#f0d145);border-radius:3px}.footer-section .footer-main .footer-content .footer-contact address{font-style:normal}.footer-section .footer-main .footer-content .footer-contact address p{margin-bottom:15px;display:flex;align-items:center;font-size:.95rem;color:#fffc;white-space:nowrap;text-overflow:ellipsis}.footer-section .footer-main .footer-content .footer-contact address p svg{flex-shrink:0;margin-right:12px;color:#aae1e8;width:16px;height:16px;transition:transform .3s ease}.footer-section .footer-main .footer-content .footer-contact address p:hover svg{transform:scale(1.1)}.footer-section .footer-main .footer-content .footer-contact address p a{color:#fffc;text-decoration:none;transition:color .3s ease;text-overflow:ellipsis}.footer-section .footer-main .footer-content .footer-contact address p a:hover{color:#fff}.footer-section .footer-main .footer-content .footer-newsletter{grid-column:span 2}.footer-section .footer-main .footer-content .footer-newsletter h3{font-family:Playfair Display,serif;font-size:1.3rem;margin-bottom:25px;position:relative;padding-bottom:15px}.footer-section .footer-main .footer-content .footer-newsletter h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(to right,#aae1e8,#f0d145);border-radius:3px}.footer-section .footer-main .footer-content .footer-newsletter p{font-size:.95rem;line-height:1.6;margin-bottom:20px;color:#fffc}.footer-section .footer-main .footer-content .footer-newsletter .newsletter-form{margin-bottom:15px}.footer-section .footer-main .footer-content .footer-newsletter .newsletter-form .form-group{position:relative}.footer-section .footer-main .footer-content .footer-newsletter .newsletter-form .form-group input{width:100%;padding:12px 50px 12px 15px;border-radius:30px;border:none;background:#ffffff1a;color:#fff;font-size:.95rem;transition:all .3s ease}.footer-section .footer-main .footer-content .footer-newsletter .newsletter-form .form-group input::placeholder{color:#fff9}.footer-section .footer-main .footer-content .footer-newsletter .newsletter-form .form-group input:focus{outline:none;background:#ffffff26;box-shadow:0 0 0 3px #aae1e84d}.footer-section .footer-main .footer-content .footer-newsletter .newsletter-form .form-group button{position:absolute;right:5px;top:1px;width:40px;height:40px;border-radius:50%;border:none;background:linear-gradient(to right,#aae1e8,#f0d145);color:#333;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.footer-section .footer-main .footer-content .footer-newsletter .newsletter-form .form-group button:hover{transform:scale(1.05);box-shadow:0 0 10px #aae1e880}.footer-section .footer-main .footer-content .footer-newsletter .privacy-note{font-size:.8rem;color:#fff9}.footer-section .footer-main .footer-content .footer-newsletter .privacy-note a{color:#aae1e8;text-decoration:none;transition:color .3s ease}.footer-section .footer-main .footer-content .footer-newsletter .privacy-note a:hover{color:#f0d145;text-decoration:underline}.footer-section .footer-bottom{padding:25px 0;border-top:1px solid rgba(255,255,255,.1)}.footer-section .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center}.footer-section .footer-bottom .footer-bottom-content .copyright{font-size:.9rem;color:#ffffffb3}.footer-section .footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;gap:20px}.footer-section .footer-bottom .footer-bottom-content .footer-bottom-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-section .footer-bottom .footer-bottom-content .footer-bottom-links a:hover{color:#aae1e8}.footer-section .footer-bottom .footer-bottom-content .attribution{font-size:.9rem;color:#ffffffb3}.footer-section .footer-bottom .footer-bottom-content .attribution i{color:#f0d145;margin:0 3px}.footer-section .footer-bottom .footer-bottom-content .attribution a{color:#aae1e8;text-decoration:none;transition:color .3s ease}.footer-section .footer-bottom .footer-bottom-content .attribution a:hover{color:#f0d145}.footer-section .scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background:linear-gradient(to right,#aae1e8,#f0d145);color:#333;border:none;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #0003;transition:all .3s ease;z-index:99;opacity:.8}.footer-section .scroll-to-top:hover{transform:translateY(-5px);opacity:1;box-shadow:0 8px 20px #0000004d}@media (max-width: 1200px){.footer-section .footer-main{padding:100px 0 60px}.footer-section .footer-main .footer-content .footer-brand{grid-column:span 5}.footer-section .footer-main .footer-content .footer-links,.footer-section .footer-main .footer-content .footer-services,.footer-section .footer-main .footer-content .footer-contact{grid-column:span 2}.footer-section .footer-main .footer-content .footer-newsletter{grid-column:span 3}}@media (max-width: 992px){.footer-section .footer-wave svg{height:60px}.footer-section .footer-main{padding:90px 0 50px}.footer-section .footer-main .footer-content{grid-template-columns:repeat(8,1fr)}.footer-section .footer-main .footer-content .footer-brand{grid-column:span 8;margin-bottom:20px}.footer-section .footer-main .footer-content .footer-brand .footer-logo{margin-bottom:15px}.footer-section .footer-main .footer-content .footer-brand .footer-logo img{max-width:160px}.footer-section .footer-main .footer-content .footer-brand .brand-description{max-width:600px}.footer-section .footer-main .footer-content .footer-brand .social-links{margin-bottom:10px}.footer-section .footer-main .footer-content .footer-links,.footer-section .footer-main .footer-content .footer-services{grid-column:span 2}.footer-section .footer-main .footer-content .footer-contact,.footer-section .footer-main .footer-content .footer-newsletter{grid-column:span 4}.footer-section .footer-bottom .footer-bottom-content{flex-direction:column;gap:15px;text-align:center}.footer-section .footer-bottom .footer-bottom-content .copyright,.footer-section .footer-bottom .footer-bottom-content .attribution{order:2}.footer-section .footer-bottom .footer-bottom-content .footer-bottom-links{order:1;margin-bottom:10px}}@media (max-width: 768px){.footer-section .footer-wave svg{height:50px}.footer-section .footer-main{padding:80px 0 40px}.footer-section .footer-main .footer-content{grid-template-columns:repeat(4,1fr)}.footer-section .footer-main .footer-content .footer-brand{grid-column:span 4}.footer-section .footer-main .footer-content .footer-links,.footer-section .footer-main .footer-content .footer-services{grid-column:span 2}.footer-section .footer-main .footer-content .footer-contact,.footer-section .footer-main .footer-content .footer-newsletter{grid-column:span 4}.footer-section .footer-main .footer-content h3{margin-bottom:20px;padding-bottom:12px;font-size:1.2rem}.footer-section .scroll-to-top{width:45px;height:45px;font-size:1.1rem;bottom:25px;right:25px}}@media (max-width: 576px){.footer-section .footer-wave svg{height:40px}.footer-section .footer-main{padding:70px 0 30px}.footer-section .footer-main .footer-content{grid-template-columns:1fr;gap:25px}.footer-section .footer-main .footer-content .footer-brand,.footer-section .footer-main .footer-content .footer-links,.footer-section .footer-main .footer-content .footer-services,.footer-section .footer-main .footer-content .footer-contact,.footer-section .footer-main .footer-content .footer-newsletter{grid-column:span 1}.footer-section .footer-main .footer-content .footer-brand{text-align:center}.footer-section .footer-main .footer-content .footer-brand .brand-description{margin-left:auto;margin-right:auto}.footer-section .footer-main .footer-content .footer-brand .social-links{justify-content:center}.footer-section .footer-main .footer-content .footer-links h3,.footer-section .footer-main .footer-content .footer-services h3{text-align:center}.footer-section .footer-main .footer-content .footer-links h3:after,.footer-section .footer-main .footer-content .footer-services h3:after{left:50%;transform:translate(-50%)}.footer-section .footer-main .footer-content .footer-links ul,.footer-section .footer-main .footer-content .footer-services ul{text-align:center}.footer-section .footer-main .footer-content .footer-links ul li a,.footer-section .footer-main .footer-content .footer-services ul li a{padding-left:0}.footer-section .footer-main .footer-content .footer-links ul li a:before,.footer-section .footer-main .footer-content .footer-services ul li a:before{display:none}.footer-section .footer-main .footer-content .footer-links ul li a:hover,.footer-section .footer-main .footer-content .footer-services ul li a:hover{padding-left:0}.footer-section .footer-main .footer-content .footer-contact h3{text-align:center}.footer-section .footer-main .footer-content .footer-contact h3:after{left:50%;transform:translate(-50%)}.footer-section .footer-main .footer-content .footer-contact address p{justify-content:flex-start;text-align:left;flex-direction:row;align-items:center}.footer-section .footer-main .footer-content .footer-contact address p svg{margin-right:8px;margin-bottom:0}.footer-section .footer-main .footer-content .footer-newsletter h3{text-align:center}.footer-section .footer-main .footer-content .footer-newsletter h3:after{left:50%;transform:translate(-50%)}.footer-section .footer-main .footer-content .footer-newsletter p,.footer-section .footer-main .footer-content .footer-newsletter .privacy-note{text-align:center}.footer-section .footer-bottom{padding:20px 0}.footer-section .footer-bottom .footer-bottom-content .footer-bottom-links{flex-direction:column;gap:10px}.footer-section .scroll-to-top{width:40px;height:40px;font-size:1rem;bottom:20px;right:20px}}.hero-section{position:relative;height:100vh;min-height:600px;max-height:900px;overflow:hidden;--heading-font: "Playfair Display", serif;--body-font: "Open Sans", sans-serif;--primary-color: #aae1e8;--secondary-color: #f0d145;--accent-color: #5e6867;--text-dark: #333333;--text-light: #6c757d;--white: #ffffff;font-family:var(--body-font)}.hero-section .hero-content{position:relative;width:100%;height:100%}.hero-section .hero-content .background-image{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:1;transform:scale(1.05);animation:zoomEffect 6s ease-in-out infinite alternate}@keyframes zoomEffect{0%{transform:scale(1.05)}to{transform:scale(1.15)}}.hero-section .hero-content .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#0009);z-index:2}.hero-section .hero-content .container{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center}.hero-section .hero-content .content{max-width:650px;color:var(--white)}.hero-section .hero-content .content .subtitle{display:inline-block;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;padding:8px 15px;background:linear-gradient(to right,#aae1e8cc,#f0d145cc);border-radius:4px}.hero-section .hero-content .content h1{font-family:var(--heading-font);font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:20px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-section .hero-content .content p{font-size:1.3rem;line-height:1.6;margin-bottom:30px;text-shadow:0 1px 5px rgba(0,0,0,.3);max-width:600px}.hero-section .hero-content .content .hero-buttons{display:flex;gap:20px}.hero-section .hero-content .content .hero-buttons a{display:inline-block;padding:14px 30px;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease}.hero-section .hero-content .content .hero-buttons a.primary-button{background:linear-gradient(to right,var(--primary-color),var(--secondary-color));color:var(--white);box-shadow:0 10px 20px #0003}.hero-section .hero-content .content .hero-buttons a.primary-button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #0000004d}.hero-section .hero-content .content .hero-buttons a.secondary-button{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);border:2px solid var(--white)}.hero-section .hero-content .content .hero-buttons a.secondary-button:hover{background:#ffffff40;transform:translateY(-3px)}.hero-section .hero-wave{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;z-index:5}.hero-section .hero-wave svg{position:relative;display:block;width:calc(100% + 1.3px);height:70px}.hero-section .hero-wave .shape-fill{fill:#fff}@media (max-width: 1200px){.hero-section .hero-content .content h1{font-size:3.5rem}.hero-section .hero-content .content p{font-size:1.2rem}}@media (max-width: 992px){.hero-section{height:90vh}.hero-section .hero-content .content{z-index:10000000000000000000000;max-width:550px}.hero-section .hero-content .content .subtitle{font-size:1.1rem;margin-bottom:15px}.hero-section .hero-content .content h1{font-size:3rem;margin-bottom:15px}.hero-section .hero-content .content p{font-size:1.1rem;margin-bottom:25px}.hero-section .hero-content .content .hero-buttons{gap:15px}.hero-section .hero-content .content .hero-buttons a{padding:12px 25px;font-size:.95rem}.hero-section .hero-wave svg{height:60px}}@media (max-width: 768px){.hero-section{height:85vh}.hero-section .hero-content .content{max-width:100%;text-align:center}.hero-section .hero-content .content .subtitle{font-size:1rem}.hero-section .hero-content .content h1{font-size:2.5rem}.hero-section .hero-content .content p{font-size:1rem;margin-left:auto;margin-right:auto}.hero-section .hero-content .content .hero-buttons{justify-content:center}.hero-section .hero-wave svg{height:50px}}@media (max-width: 576px){.hero-section{height:80vh;min-height:500px}.hero-section .hero-content .content .subtitle{font-size:.9rem;padding:6px 12px;margin-bottom:12px}.hero-section .hero-content .content h1{font-size:2rem;margin-bottom:12px}.hero-section .hero-content .content p{font-size:.95rem;margin-bottom:20px}.hero-section .hero-content .content .hero-buttons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:column;gap:12px}.hero-section .hero-content .content .hero-buttons a{padding:12px 20px;font-size:.9rem}.hero-section .hero-wave svg{height:40px}}.services{position:relative;padding:120px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden}.services .shape-top,.services .shape-bottom{position:absolute;left:0;width:100%;overflow:hidden;line-height:0;z-index:1}.services .shape-top svg,.services .shape-bottom svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px}.services .shape-top .shape-fill,.services .shape-bottom .shape-fill{fill:#fff}.services .shape-top{top:0;transform:rotate(180deg)}.services .shape-bottom{bottom:0}.services .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.services .section-header{text-align:center;margin-bottom:60px}.services .section-header h2{font-size:2.8rem;margin-bottom:15px;background:linear-gradient(90deg,#5e6867,#aae1e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.services .section-header p{font-size:1.2rem;color:#6c757d;max-width:700px;margin:0 auto}.services .services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.services .service-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;position:relative}.services .service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001f}.services .service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;z-index:1}.services .service-card.gradient-blue:before{background:linear-gradient(90deg,#4facfe,#00f2fe)}.services .service-card.gradient-yellow:before{background:linear-gradient(90deg,#f0d145,#f1d04b)}.services .service-card.gradient-teal:before{background:linear-gradient(90deg,#43e97b,#38f9d7)}.services .service-card.gradient-purple:before{background:linear-gradient(90deg,#a18cd1,#fbc2eb)}.services .service-card.gradient-pink:before{background:linear-gradient(90deg,#ff9a9e,#fad0c4)}.services .service-card.gradient-orange:before{background:linear-gradient(90deg,#fad961,#f76b1c)}.services .card-image-container{height:220px;overflow:hidden}.services .card-image-container .card-image{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.services .card-image-container:hover .card-image{transform:scale(1.05)}.services .card-content{padding:25px;flex-grow:1;display:flex;flex-direction:column}.services .card-content h3{font-size:1.5rem;margin-bottom:15px;font-weight:600;color:#343a40}.services .card-content p{color:#6c757d;line-height:1.6;margin-bottom:20px;flex-grow:1}.services .card-footer{display:flex;justify-content:center;align-items:center;gap:15px;margin-top:auto}.services .card-footer .book-button{background:linear-gradient(90deg,#5e6867,#aae1e8);color:#fff;border:none;padding:10px 20px;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.services .card-footer .book-button:hover{box-shadow:0 8px 20px #00000026;background:linear-gradient(90deg,#aae1e8,#5e6867)}.services .card-footer .learn-more-button{background:transparent;color:#5e6867;border:2px solid #aae1e8;padding:10px 20px;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease}.services .card-footer .learn-more-button:hover{background:#aae1e81a;border-color:#5e6867;color:#5e6867}.services .service-actions{display:flex;gap:15px;margin-top:20px}.services .service-link .learn-more-button{display:inline-block;padding:10px 20px;background:transparent;border:2px solid #aae1e8;color:#5e6867;border-radius:25px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.services .service-link .learn-more-button:hover{background:#aae1e8;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #0000001a}.services .service-link .learn-more-button:active{transform:translateY(0)}@media (max-width: 1200px){.services .services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.services{padding:80px 0}.services .section-header{margin-bottom:40px}.services .section-header h2{font-size:2.2rem}.services .section-header p{font-size:1rem}.services .services-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}}@media (max-width: 576px){.services{padding:60px 0}.services .services-grid{grid-template-columns:1fr}.services .card-image-container{height:180px}}.about-section{position:relative;overflow:hidden;--heading-font: "Playfair Display", serif;--body-font: "Open Sans", sans-serif;--primary-color: #aae1e8;--secondary-color: #f0d145;--accent-color: #5e6867;--text-dark: #333333;--text-light: #6c757d;--white: #ffffff;--light-bg: #f8f9fa;font-family:var(--body-font);color:var(--text-dark)}.about-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.about-section .about-hero{position:relative;height:80vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-section .about-hero .hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.about-section .about-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000000b3,#0006);z-index:-1}.about-section .about-hero .hero-content{text-align:center;color:var(--white);max-width:800px;padding:0 20px}.about-section .about-hero .hero-content h1{font-family:var(--heading-font);font-size:3.5rem;font-weight:700;margin-bottom:15px;letter-spacing:1px}.about-section .about-hero .hero-content .hero-divider{height:4px;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));margin:20px auto 25px;border-radius:2px}.about-section .about-hero .hero-content h2{font-family:var(--heading-font);font-size:2.2rem;font-weight:600;margin-bottom:20px}.about-section .about-hero .hero-content p{font-size:1.2rem;line-height:1.6;max-width:600px;margin:0 auto}.about-section .about-content{padding:100px 0}.about-section .about-content .about-intro{text-align:center;max-width:800px;margin:0 auto 80px}.about-section .about-content .about-intro h2{font-family:var(--heading-font);font-size:2.5rem;margin-bottom:25px;position:relative;display:inline-block}.about-section .about-content .about-intro h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:70px;height:3px;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));border-radius:2px}.about-section .about-content .about-intro p{font-size:1.1rem;line-height:1.8;color:var(--text-light);margin-bottom:20px}.about-section .about-content .about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:100px}.about-section .about-content .about-features .feature-card{background:var(--white);border-radius:15px;padding:40px 30px;text-align:center;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.about-section .about-content .about-features .feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000001a}.about-section .about-content .about-features .feature-card .feature-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;margin:0 auto 25px}.about-section .about-content .about-features .feature-card .feature-icon i{font-size:32px;color:var(--white)}.about-section .about-content .about-features .feature-card h3{font-family:var(--heading-font);font-size:1.5rem;margin-bottom:15px;color:var(--accent-color)}.about-section .about-content .about-features .feature-card p{font-size:1rem;line-height:1.6;color:var(--text-light)}.about-section .about-content .about-showcase{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:100px}.about-section .about-content .about-showcase.reverse{grid-template-columns:1fr 1fr}@media (max-width: 768px){.about-section .about-content .about-showcase.reverse{grid-template-columns:1fr;grid-template-rows:auto auto}.about-section .about-content .about-showcase.reverse .showcase-image{order:-1}}@media (max-width: 768px){.about-section .about-content .about-showcase{grid-template-columns:1fr;gap:30px}}.about-section .about-content .about-showcase .showcase-content h2{font-family:var(--heading-font);font-size:2.2rem;margin-bottom:25px;color:var(--accent-color);position:relative}.about-section .about-content .about-showcase .showcase-content h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));border-radius:2px}.about-section .about-content .about-showcase .showcase-content p{font-size:1.05rem;line-height:1.8;color:var(--text-light);margin-bottom:20px}.about-section .about-content .about-showcase .showcase-content .quote-author{font-style:italic;font-weight:600;color:var(--accent-color);margin-top:15px}.about-section .about-content .about-showcase .showcase-content .btn-tour{margin-top:20px;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));color:var(--white);border:none;padding:12px 30px;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}.about-section .about-content .about-showcase .showcase-content .btn-tour:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.about-section .about-content .about-showcase .showcase-image{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 15px 40px #0000001a}.about-section .about-content .about-showcase .showcase-image:before{content:"";display:block;padding-top:75%}.about-section .about-content .about-showcase .showcase-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-section .about-content .about-showcase .showcase-image:hover img{transform:scale(1.05)}.about-section .about-content .values-section{margin-bottom:100px;text-align:center}.about-section .about-content .values-section h2{font-family:var(--heading-font);font-size:2.5rem;margin-bottom:50px;position:relative;display:inline-block}.about-section .about-content .values-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:70px;height:3px;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));border-radius:2px}.about-section .about-content .values-section .values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.about-section .about-content .values-section .values-grid .value-item{background:linear-gradient(135deg,#aae1e81a,#f0d1451a);padding:40px 25px;border-radius:15px;transition:transform .3s ease}.about-section .about-content .values-section .values-grid .value-item:hover{transform:translateY(-10px)}.about-section .about-content .values-section .values-grid .value-item h3{font-family:var(--heading-font);font-size:1.5rem;margin-bottom:15px;color:var(--accent-color)}.about-section .about-content .values-section .values-grid .value-item p{font-size:1rem;line-height:1.6;color:var(--text-light)}.about-section .about-content .cta-section{background:linear-gradient(135deg,#aae1e833,#f0d14533);padding:80px 50px;border-radius:20px;text-align:center}.about-section .about-content .cta-section h2{font-family:var(--heading-font);font-size:2.2rem;margin-bottom:20px;color:var(--accent-color)}.about-section .about-content .cta-section p{font-size:1.1rem;line-height:1.7;color:var(--text-light);max-width:700px;margin:0 auto 30px}.about-section .about-content .cta-section .cta-buttons{display:flex;justify-content:center;gap:20px}@media (max-width: 576px){.about-section .about-content .cta-section .cta-buttons{flex-direction:column;align-items:center}}.about-section .about-content .cta-section .cta-buttons button{padding:14px 32px;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.about-section .about-content .cta-section .cta-buttons button.btn-primary{background:linear-gradient(to right,var(--primary-color),var(--secondary-color));color:var(--white);border:none;box-shadow:0 5px 15px #0000001a}.about-section .about-content .cta-section .cta-buttons button.btn-primary:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.about-section .about-content .cta-section .cta-buttons button.btn-secondary{background:transparent;color:var(--accent-color);border:2px solid var(--accent-color)}.about-section .about-content .cta-section .cta-buttons button.btn-secondary:hover{background:var(--accent-color);color:var(--white)}@media (max-width: 992px){.about-section .about-hero .hero-content h1{font-size:3rem}.about-section .about-hero .hero-content h2{font-size:1.8rem}.about-section .about-content{padding:80px 0}.about-section .about-content .about-intro h2,.about-section .about-content .values-section h2{font-size:2.2rem}.about-section .about-content .about-showcase .showcase-content h2,.about-section .about-content .cta-section h2{font-size:2rem}}@media (max-width: 768px){.about-section .about-hero{min-height:500px}.about-section .about-hero .hero-content h1{font-size:2.5rem}.about-section .about-hero .hero-content h2{font-size:1.6rem}.about-section .about-hero .hero-content p{font-size:1.1rem}.about-section .about-content{padding:60px 0}.about-section .about-content .about-intro{margin-bottom:60px}.about-section .about-content .about-intro h2{font-size:2rem}.about-section .about-content .about-features,.about-section .about-content .about-showcase,.about-section .about-content .values-section{margin-bottom:70px}.about-section .about-content .values-section h2{font-size:2rem}.about-section .about-content .cta-section{padding:60px 30px}.about-section .about-content .cta-section h2{font-size:1.8rem}.about-section .about-content .cta-section p{font-size:1rem}}@media (max-width: 576px){.about-section .about-hero{min-height:450px}.about-section .about-hero .hero-content h1{font-size:2.2rem}.about-section .about-hero .hero-content h2{font-size:1.4rem}.about-section .about-hero .hero-content p{font-size:1rem}.about-section .about-content{padding:50px 0}.about-section .about-content .about-intro{margin-bottom:50px}.about-section .about-content .about-intro h2{font-size:1.8rem}.about-section .about-content .about-features{gap:20px;margin-bottom:60px}.about-section .about-content .about-showcase{gap:25px;margin-bottom:60px}.about-section .about-content .about-showcase .showcase-content h2{font-size:1.8rem}.about-section .about-content .values-section{margin-bottom:60px}.about-section .about-content .values-section h2{font-size:1.8rem}.about-section .about-content .cta-section{padding:50px 20px}.about-section .about-content .cta-section h2{font-size:1.6rem}}.contact-section{position:relative;padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden;--heading-font: "Playfair Display", serif;--body-font: "Open Sans", sans-serif;--primary-color: #aae1e8;--secondary-color: #f0d145;--accent-color: #5e6867;--text-dark: #333333;--text-light: #6c757d;--white: #ffffff;--light-bg: #f8f9fa;--error-color: #dc3545;--success-color: #28a745;font-family:var(--body-font);color:var(--text-dark)}.contact-section .contact-wave-top,.contact-section .contact-wave-bottom{position:absolute;left:0;width:100%;overflow:hidden;line-height:0;z-index:1}.contact-section .contact-wave-top svg,.contact-section .contact-wave-bottom svg{position:relative;display:block;width:calc(100% + 1.3px);height:70px}.contact-section .contact-wave-top .shape-fill,.contact-section .contact-wave-bottom .shape-fill{fill:#fff}.contact-section .contact-wave-top{top:0;transform:rotate(180deg)}.contact-section .contact-wave-bottom{bottom:0}.contact-section .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.contact-section .contact-header{text-align:center;margin-bottom:60px}.contact-section .contact-header h2{font-family:var(--heading-font);font-size:2.8rem;margin-bottom:15px;background:linear-gradient(90deg,var(--accent-color) 0%,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.contact-section .contact-header p{font-size:1.2rem;color:var(--text-light);max-width:700px;margin:0 auto}.contact-section .contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:50px;margin-bottom:80px}@media (max-width: 992px){.contact-section .contact-content{grid-template-columns:1fr;gap:60px}}.contact-section .contact-info{display:flex;flex-direction:column;gap:30px}.contact-section .contact-info .info-card{background:var(--white);border-radius:15px;padding:30px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.contact-section .contact-info .info-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.contact-section .contact-info .info-card .info-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;margin-bottom:20px}.contact-section .contact-info .info-card .info-icon i{font-size:24px;color:var(--white)}.contact-section .contact-info .info-card h3{font-family:var(--heading-font);font-size:1.5rem;margin-bottom:15px;color:var(--accent-color)}.contact-section .contact-info .info-card p{font-size:1rem;line-height:1.6;color:var(--text-light);margin-bottom:10px}.contact-section .contact-info .info-card p:last-of-type{margin-bottom:0}.contact-section .contact-info .info-card p a{color:var(--accent-color);text-decoration:none;transition:color .3s ease}.contact-section .contact-info .info-card p a:hover{color:var(--primary-color)}.contact-section .contact-info .info-card .map-container{position:relative;border-radius:10px;overflow:hidden;margin-top:20px}.contact-section .contact-info .info-card .map-container img{width:100%;height:auto;display:block}.contact-section .contact-info .info-card .map-container .map-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;text-decoration:none}.contact-section .contact-info .info-card .map-container .map-overlay span{background:var(--white);color:var(--accent-color);padding:8px 15px;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 5px 15px #0000001a}.contact-section .contact-info .info-card .map-container .map-overlay:hover{opacity:1}.contact-section .contact-info .info-card .hours-list{list-style:none;padding:0;margin:0 0 15px}.contact-section .contact-info .info-card .hours-list li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px dashed rgba(0,0,0,.1)}.contact-section .contact-info .info-card .hours-list li:last-child{border-bottom:none}.contact-section .contact-info .info-card .hours-list li span{color:var(--text-light)}.contact-section .contact-info .info-card .hours-list li span:first-child{font-weight:600}.contact-section .contact-info .info-card .note{font-size:.9rem;font-style:italic;color:var(--text-light)}.contact-section .contact-info .info-card .social-links{display:flex;gap:15px;margin-top:20px}.contact-section .contact-info .info-card .social-links a{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));display:flex;align-items:center;justify-content:center;color:var(--white);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px #0000001a}.contact-section .contact-info .info-card .social-links a:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 20px #00000026}.contact-section .contact-info .info-card .social-links a i{font-size:18px}.contact-section .contact-form-container{background:var(--white);border-radius:15px;padding:40px;box-shadow:0 15px 40px #00000014}.contact-section .contact-form-container .form-header{margin-bottom:30px}.contact-section .contact-form-container .form-header h3{font-family:var(--heading-font);font-size:1.8rem;margin-bottom:15px;color:var(--accent-color)}.contact-section .contact-form-container .form-header p{font-size:1rem;line-height:1.6;color:var(--text-light)}.contact-section .contact-form-container .form-message{padding:15px;border-radius:8px;margin-bottom:25px;font-weight:500}.contact-section .contact-form-container .form-message.success{background-color:#28a7451a;color:var(--success-color);border:1px solid rgba(40,167,69,.2)}.contact-section .contact-form-container .form-message.error{background-color:#dc35451a;color:var(--error-color);border:1px solid rgba(220,53,69,.2)}.contact-section .contact-form-container .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 576px){.contact-section .contact-form-container .contact-form .form-row{grid-template-columns:1fr;gap:15px}}.contact-section .contact-form-container .contact-form .form-group{margin-bottom:20px}.contact-section .contact-form-container .contact-form .form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--accent-color);font-size:.95rem}.contact-section .contact-form-container .contact-form .form-group input,.contact-section .contact-form-container .contact-form .form-group select,.contact-section .contact-form-container .contact-form .form-group textarea{width:100%;padding:12px 15px;border:1px solid #e1e5eb;border-radius:8px;font-family:var(--body-font);font-size:1rem;color:var(--text-dark);transition:border-color .3s ease,box-shadow .3s ease}.contact-section .contact-form-container .contact-form .form-group input:focus,.contact-section .contact-form-container .contact-form .form-group select:focus,.contact-section .contact-form-container .contact-form .form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #aae1e840}.contact-section .contact-form-container .contact-form .form-group input::placeholder,.contact-section .contact-form-container .contact-form .form-group select::placeholder,.contact-section .contact-form-container .contact-form .form-group textarea::placeholder{color:#adb5bd}.contact-section .contact-form-container .contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-section .contact-form-container .contact-form .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:40px}.contact-section .contact-form-container .contact-form .submit-button{background:linear-gradient(to right,var(--primary-color),var(--secondary-color));color:var(--white);border:none;padding:14px 30px;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #0000001a;display:block;width:100%;margin-top:10px}.contact-section .contact-form-container .contact-form .submit-button:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.contact-section .faq-section{margin-top:30px}.contact-section .faq-section h3{font-family:var(--heading-font);font-size:2rem;margin-bottom:40px;text-align:center;color:var(--accent-color);position:relative}.contact-section .faq-section h3:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));border-radius:2px}.contact-section .faq-section .faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:30px}@media (max-width: 992px){.contact-section .faq-section .faq-grid{grid-template-columns:1fr}}.contact-section .faq-section .faq-grid .faq-item{background:var(--white);border-radius:12px;padding:25px;box-shadow:0 10px 30px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.contact-section .faq-section .faq-grid .faq-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.contact-section .faq-section .faq-grid .faq-item h4{font-family:var(--heading-font);font-size:1.2rem;margin-bottom:15px;color:var(--accent-color);position:relative;padding-left:25px}.contact-section .faq-section .faq-grid .faq-item h4:before{content:"Q:";position:absolute;left:0;top:0;color:var(--primary-color);font-weight:700}.contact-section .faq-section .faq-grid .faq-item p{font-size:1rem;line-height:1.6;color:var(--text-light);position:relative;padding-left:25px}.contact-section .faq-section .faq-grid .faq-item p:before{content:"A:";position:absolute;left:0;top:0;color:var(--secondary-color);font-weight:700}@media (max-width: 992px){.contact-section{padding:80px 0}.contact-section .contact-header{margin-bottom:50px}.contact-section .contact-header h2{font-size:2.4rem}.contact-section .contact-header p{font-size:1.1rem}.contact-section .contact-form-container{padding:30px}.contact-section .faq-section h3{font-size:1.8rem;margin-bottom:35px}}@media (max-width: 768px){.contact-section{padding:60px 0}.contact-section .contact-wave-top svg,.contact-section .contact-wave-bottom svg{height:50px}.contact-section .contact-header{margin-bottom:40px}.contact-section .contact-header h2{font-size:2.2rem}.contact-section .contact-header p{font-size:1rem}.contact-section .contact-info{gap:20px}.contact-section .contact-info .info-card{padding:25px}.contact-section .contact-info .info-card .info-icon{width:50px;height:50px;margin-bottom:15px}.contact-section .contact-info .info-card .info-icon i{font-size:20px}.contact-section .contact-info .info-card h3{font-size:1.3rem;margin-bottom:12px}.contact-section .contact-form-container .form-header h3{font-size:1.6rem}.contact-section .faq-section h3{font-size:1.6rem;margin-bottom:30px}.contact-section .faq-section .faq-grid{gap:20px}.contact-section .faq-section .faq-grid .faq-item{padding:20px}.contact-section .faq-section .faq-grid .faq-item h4{font-size:1.1rem}}@media (max-width: 576px){.contact-section{padding:50px 0}.contact-section .contact-header{margin-bottom:30px}.contact-section .contact-header h2{font-size:2rem}.contact-section .contact-content{gap:40px;margin-bottom:50px}.contact-section .contact-info .info-card{padding:20px}.contact-section .contact-form-container{padding:25px 20px}.contact-section .contact-form-container .form-header{margin-bottom:20px}.contact-section .contact-form-container .form-header h3{font-size:1.4rem;margin-bottom:10px}.contact-section .contact-form-container .form-group{margin-bottom:15px}.contact-section .faq-section .faq-grid{grid-template-columns:1fr}.contact-section .faq-section .faq-grid .faq-item h4{font-size:1rem;padding-left:20px}.contact-section .faq-section .faq-grid .faq-item p{padding-left:20px}}.gallery-section{position:relative;padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden;--heading-font: "Playfair Display", serif;--body-font: "Open Sans", sans-serif;--primary-color: #aae1e8;--secondary-color: #f0d145;--accent-color: #5e6867;--text-dark: #333333;--text-light: #6c757d;--white: #ffffff;--light-bg: #f8f9fa;font-family:var(--body-font);color:var(--text-dark)}.gallery-section .gallery-wave-top,.gallery-section .gallery-wave-bottom{position:absolute;left:0;width:100%;overflow:hidden;line-height:0;z-index:1}.gallery-section .gallery-wave-top svg,.gallery-section .gallery-wave-bottom svg{position:relative;display:block;width:calc(100% + 1.3px);height:70px}.gallery-section .gallery-wave-top .shape-fill,.gallery-section .gallery-wave-bottom .shape-fill{fill:#fff}.gallery-section .gallery-wave-top{top:0;transform:rotate(180deg)}.gallery-section .gallery-wave-bottom{bottom:0}.gallery-section .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.gallery-section .gallery-header{text-align:center;margin-bottom:50px}.gallery-section .gallery-header h2{font-family:var(--heading-font);font-size:2.8rem;margin-bottom:15px;background:linear-gradient(90deg,var(--accent-color) 0%,var(--primary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.gallery-section .gallery-header p{font-size:1.2rem;color:var(--text-light);max-width:700px;margin:0 auto}.gallery-section .gallery-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px}.gallery-section .gallery-filter button{background:transparent;border:2px solid var(--primary-color);color:var(--accent-color);padding:8px 20px;border-radius:30px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.gallery-section .gallery-filter button:hover{background:#aae1e81a;transform:translateY(-2px)}.gallery-section .gallery-filter button.active{background:linear-gradient(to right,var(--primary-color),var(--secondary-color));color:var(--white);border-color:transparent;box-shadow:0 5px 15px #0000001a}.gallery-section .gallery-container{margin-bottom:50px;min-height:400px}.gallery-section .gallery-container .gallery-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px}.gallery-section .gallery-container .gallery-loading .spinner{width:50px;height:50px;border:5px solid rgba(170,225,232,.3);border-radius:50%;border-top-color:var(--primary-color);animation:spin 1s ease-in-out infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.gallery-section .gallery-container .gallery-loading p{color:var(--text-light);font-size:1.1rem}.gallery-section .gallery-container .no-images-message{text-align:center;padding:50px 0}.gallery-section .gallery-container .no-images-message p{color:var(--text-light);font-size:1.1rem}.gallery-section .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}@media (max-width: 768px){.gallery-section .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}}@media (max-width: 576px){.gallery-section .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}}.gallery-section .gallery-item{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.gallery-section .gallery-item:hover{box-shadow:0 15px 40px #00000026}.gallery-section .gallery-item .gallery-image-container{position:relative;overflow:hidden;cursor:pointer}.gallery-section .gallery-item .gallery-image-container:before{content:"";display:block;padding-top:75%}.gallery-section .gallery-item .gallery-image-container img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.gallery-section .gallery-item .gallery-image-container:hover img{transform:scale(1.1)}.gallery-section .gallery-item .gallery-image-container:hover .gallery-overlay{opacity:1}.gallery-section .gallery-item .gallery-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000000b3,#0000004d 60%,#0000001a);display:flex;align-items:flex-end;padding:20px;opacity:0;transition:opacity .3s ease}.gallery-section .gallery-item .gallery-overlay .overlay-content{color:var(--white);transform:translateY(20px);transition:transform .3s ease;width:100%}.gallery-section .gallery-item .gallery-overlay .overlay-content h3{font-family:var(--heading-font);font-size:1.3rem;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.gallery-section .gallery-item .gallery-overlay .overlay-content p{font-size:.9rem;margin-bottom:15px;opacity:.9;text-shadow:0 1px 3px rgba(0,0,0,.3)}.gallery-section .gallery-item .gallery-overlay .overlay-content .view-button{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;transition:background .3s ease}.gallery-section .gallery-item .gallery-overlay .overlay-content .view-button i{margin-right:5px}.gallery-section .gallery-item .gallery-overlay .overlay-content .view-button:hover{background:#ffffff4d}.gallery-section .gallery-item .gallery-overlay:hover .overlay-content{transform:translateY(0)}.gallery-section .gallery-cta{text-align:center;margin-top:40px}.gallery-section .gallery-cta .view-all-button{display:inline-flex;align-items:center;background:linear-gradient(to right,var(--primary-color),var(--secondary-color));color:var(--white);text-decoration:none;padding:12px 30px;border-radius:30px;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}.gallery-section .gallery-cta .view-all-button i{margin-left:10px;transition:transform .3s ease}.gallery-section .gallery-cta .view-all-button:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.gallery-section .gallery-cta .view-all-button:hover i{transform:translate(5px)}.gallery-section .lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:30px}.gallery-section .lightbox .lightbox-content{position:relative;max-width:1000px;width:100%;max-height:90vh;display:flex;flex-direction:column}.gallery-section .lightbox .lightbox-content .close-button{position:absolute;top:-40px;right:0;background:transparent;border:none;color:var(--white);font-size:1.5rem;cursor:pointer;z-index:10;transition:color .3s ease}.gallery-section .lightbox .lightbox-content .close-button:hover{color:var(--secondary-color)}.gallery-section .lightbox .lightbox-content .lightbox-image-container{width:100%;height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-section .lightbox .lightbox-content .lightbox-image-container img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:10px}.gallery-section .lightbox .lightbox-content .lightbox-caption{color:var(--white);text-align:center;padding:20px 0}.gallery-section .lightbox .lightbox-content .lightbox-caption h3{font-family:var(--heading-font);font-size:1.5rem;margin-bottom:10px}.gallery-section .lightbox .lightbox-content .lightbox-caption p{font-size:1rem;opacity:.8}.gallery-section .lightbox .lightbox-content .nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:var(--white);width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.gallery-section .lightbox .lightbox-content .nav-button:hover{background:#fff3}.gallery-section .lightbox .lightbox-content .nav-button i{font-size:1.2rem}.gallery-section .lightbox .lightbox-content .nav-button.prev-button{left:-80px}@media (max-width: 1200px){.gallery-section .lightbox .lightbox-content .nav-button.prev-button{left:-60px}}@media (max-width: 992px){.gallery-section .lightbox .lightbox-content .nav-button.prev-button{left:-25px}}@media (max-width: 576px){.gallery-section .lightbox .lightbox-content .nav-button.prev-button{left:10px;width:40px;height:40px}}.gallery-section .lightbox .lightbox-content .nav-button.next-button{right:-80px}@media (max-width: 1200px){.gallery-section .lightbox .lightbox-content .nav-button.next-button{right:-60px}}@media (max-width: 992px){.gallery-section .lightbox .lightbox-content .nav-button.next-button{right:-25px}}@media (max-width: 576px){.gallery-section .lightbox .lightbox-content .nav-button.next-button{right:10px;width:40px;height:40px}}.gallery-section .lightbox .lightbox-content .lightbox-counter{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);color:var(--white);font-size:.9rem;opacity:.7}@media (max-width: 992px){.gallery-section{padding:80px 0}.gallery-section .gallery-header{margin-bottom:40px}.gallery-section .gallery-header h2{font-size:2.4rem}.gallery-section .gallery-header p{font-size:1.1rem}.gallery-section .gallery-filter{margin-bottom:30px}.gallery-section .gallery-filter button{padding:7px 16px;font-size:.9rem}}@media (max-width: 768px){.gallery-section{padding:60px 0}.gallery-section .gallery-wave-top svg,.gallery-section .gallery-wave-bottom svg{height:50px}.gallery-section .gallery-header{margin-bottom:30px}.gallery-section .gallery-header h2{font-size:2.2rem}.gallery-section .gallery-header p{font-size:1rem}.gallery-section .gallery-filter{gap:8px;margin-bottom:25px}.gallery-section .gallery-filter button{padding:6px 14px;font-size:.85rem}.gallery-section .gallery-item .gallery-overlay .overlay-content h3{font-size:1.1rem}.gallery-section .gallery-item .gallery-overlay .overlay-content p{font-size:.85rem}.gallery-section .lightbox{padding:20px}.gallery-section .lightbox .lightbox-content .lightbox-caption h3{font-size:1.3rem}.gallery-section .lightbox .lightbox-content .lightbox-caption p{font-size:.9rem}}@media (max-width: 576px){.gallery-section{padding:50px 0}.gallery-section .gallery-header{margin-bottom:25px}.gallery-section .gallery-header h2{font-size:2rem}.gallery-section .gallery-header p{font-size:.95rem}.gallery-section .gallery-filter{flex-wrap:wrap;gap:8px;margin-bottom:20px}.gallery-section .gallery-filter button{padding:5px 12px;font-size:.8rem;margin-bottom:5px}.gallery-section .gallery-grid{gap:12px}.gallery-section .gallery-item .gallery-overlay{padding:15px}.gallery-section .gallery-item .gallery-overlay .overlay-content h3{font-size:1rem;margin-bottom:5px}.gallery-section .gallery-item .gallery-overlay .overlay-content p{font-size:.8rem;margin-bottom:10px}.gallery-section .gallery-item .gallery-overlay .overlay-content .view-button{padding:5px 10px;font-size:.8rem}.gallery-section .gallery-cta{margin-top:30px}.gallery-section .gallery-cta .view-all-button{padding:10px 25px;font-size:.95rem}.gallery-section .lightbox{padding:15px}.gallery-section .lightbox .lightbox-content .close-button{top:-35px;font-size:1.3rem}.gallery-section .lightbox .lightbox-content .lightbox-caption{padding:15px 0}.gallery-section .lightbox .lightbox-content .lightbox-caption h3{font-size:1.2rem;margin-bottom:8px}.gallery-section .lightbox .lightbox-content .lightbox-caption p{font-size:.85rem}.gallery-section .lightbox .lightbox-content .nav-button{width:40px;height:40px}.gallery-section .lightbox .lightbox-content .nav-button i{font-size:1rem}.gallery-section .lightbox .lightbox-content .lightbox-counter{bottom:-25px;font-size:.8rem}}.pricing{position:relative;padding:120px 0;background:linear-gradient(135deg,#f5f7fa,#e4e8eb);overflow:hidden}.pricing .shape-top,.pricing .shape-bottom{position:absolute;left:0;width:100%;overflow:hidden;line-height:0;z-index:1}.pricing .shape-top svg,.pricing .shape-bottom svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px}.pricing .shape-top .shape-fill,.pricing .shape-bottom .shape-fill{fill:#fff}.pricing .shape-top{top:0;transform:rotate(180deg)}.pricing .shape-bottom{bottom:0}.pricing .container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.pricing .section-header{text-align:center;margin-bottom:60px}.pricing .section-header h2{font-size:2.8rem;margin-bottom:15px;background:linear-gradient(90deg,#5e6867,#aae1e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:700}.pricing .section-header p{font-size:1.2rem;color:#6c757d;max-width:700px;margin:0 auto}.pricing .pricing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:40px}.pricing .pricing-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column;position:relative}.pricing .pricing-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.pricing .pricing-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:8px;z-index:1}.pricing .pricing-card.gradient-blue:before{background:linear-gradient(90deg,#4facfe,#00f2fe)}.pricing .pricing-card.gradient-green:before{background:linear-gradient(90deg,#43e97b,#38f9d7)}.pricing .pricing-card.gradient-orange:before{background:linear-gradient(90deg,#ff9a9e,#fad0c4)}.pricing .pricing-card.gradient-purple:before{background:linear-gradient(90deg,#a18cd1,#fbc2eb)}.pricing .card-image-container{height:200px;position:relative;overflow:hidden}.pricing .card-image-container .card-image{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.pricing .card-image-container:hover .card-image{transform:scale(1.05)}.pricing .card-image-container .price-tag{position:absolute;top:20px;right:-10px;background:#fff;color:#343a40;padding:8px 15px;font-weight:700;font-size:1.2rem;box-shadow:0 5px 15px #0000001a;border-radius:4px;z-index:2}.pricing .card-image-container .price-tag:after{content:"";position:absolute;right:0;bottom:-10px;width:10px;height:10px;background:#d1d1d1;border-radius:0 0 0 10px;z-index:-1}.pricing .card-image-container .price-tag span{position:relative;z-index:2}.pricing .card-content{padding:25px;flex-grow:1;display:flex;flex-direction:column}.pricing .card-content h3{font-size:1.8rem;margin-bottom:15px;font-weight:600;color:#343a40;text-align:center}.pricing .card-content h4{font-size:1rem;margin-bottom:10px;color:#6c757d;font-weight:600}.pricing .card-content .breeds-container{flex-grow:1;margin-bottom:20px}.pricing .card-content .breeds-list{list-style:none;padding:0;margin:0;columns:2;column-gap:20px}.pricing .card-content .breeds-list li{position:relative;padding-left:15px;margin-bottom:8px;color:#6c757d;font-size:.9rem;break-inside:avoid}.pricing .card-content .breeds-list li:before{content:"•";position:absolute;left:0;color:#aae1e8;font-size:1.2rem;line-height:.8}.pricing .card-footer{margin-top:auto}.pricing .card-footer .book-button{background:linear-gradient(90deg,#5e6867,#aae1e8);color:#fff;border:none;padding:12px 25px;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;width:100%}.pricing .card-footer .book-button:hover{box-shadow:0 8px 20px #00000026;background:linear-gradient(90deg,#aae1e8,#5e6867)}.pricing .pricing-note{text-align:center;max-width:800px;margin:0 auto;padding:20px;background:#fffc;border-radius:10px;box-shadow:0 5px 20px #0000000d}.pricing .pricing-note p{margin:5px 0;color:#6c757d}.pricing .pricing-note p:first-child{font-weight:600}@media (max-width: 992px){.pricing .pricing-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.pricing .card-content .breeds-list{columns:1}}@media (max-width: 768px){.pricing{padding:80px 0}.pricing .section-header{margin-bottom:40px}.pricing .section-header h2{font-size:2.2rem}.pricing .section-header p{font-size:1rem}.pricing .card-image-container{height:180px}}@media (max-width: 576px){.pricing{padding:60px 0}.pricing .pricing-grid{grid-template-columns:1fr}.pricing .pricing-card{max-width:350px;margin:0 auto}}.welcome-section{position:relative;padding:100px 0 150px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);overflow:hidden}.welcome-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.welcome-section .welcome-content{display:flex;align-items:center;gap:60px}.welcome-section .welcome-text{flex:1}.welcome-section .welcome-text .section-title{margin-bottom:30px}.welcome-section .welcome-text .section-title h2{font-size:2.5rem;margin-bottom:15px;color:#343a40;font-weight:700;line-height:1.2}.welcome-section .welcome-text .section-title .title-decoration{display:flex;align-items:center;gap:15px}.welcome-section .welcome-text .section-title .title-decoration span{height:2px;background:linear-gradient(90deg,#5e6867,#aae1e8);flex:1}.welcome-section .welcome-text .section-title .title-decoration img{width:24px;height:24px}.welcome-section .welcome-text p{margin-bottom:20px;font-size:1.1rem;line-height:1.6;color:#6c757d}.welcome-section .welcome-text p.welcome-highlight{font-size:1.2rem;font-weight:500;color:#5e6867;font-style:italic;border-left:4px solid #aae1e8;padding-left:15px;margin:30px 0}.welcome-section .welcome-text .welcome-buttons{display:flex;gap:15px;margin-top:30px}.welcome-section .welcome-text .welcome-buttons .btn{padding:12px 25px;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;box-shadow:0 4px 15px #0000001a}.welcome-section .welcome-text .welcome-buttons .btn.btn-primary{background:linear-gradient(90deg,#5e6867,#aae1e8);color:#fff}.welcome-section .welcome-text .welcome-buttons .btn.btn-primary:hover{background:linear-gradient(90deg,#aae1e8,#5e6867);box-shadow:0 8px 20px #00000026}.welcome-section .welcome-text .welcome-buttons .btn.btn-secondary{background:#fff;color:#5e6867;border:2px solid #aae1e8}.welcome-section .welcome-text .welcome-buttons .btn.btn-secondary:hover{background:#f8f9fa;box-shadow:0 8px 20px #0000001a}.welcome-section .welcome-image-container{flex:1}.welcome-section .welcome-image-container .image-frame{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #00000026}.welcome-section .welcome-image-container .image-frame img{width:100%;height:auto;display:block;transform:scale(1);transition:transform .5s ease}.welcome-section .welcome-image-container .image-frame img:hover{transform:scale(1.03)}.welcome-section .welcome-image-container .image-frame .image-decoration{position:absolute;width:60px;height:60px}.welcome-section .welcome-image-container .image-frame .image-decoration.top-left{top:-10px;left:-10px;border-top:4px solid #aae1e8;border-left:4px solid #aae1e8;border-top-left-radius:15px}.welcome-section .welcome-image-container .image-frame .image-decoration.top-right{top:-10px;right:-10px;border-top:4px solid #aae1e8;border-right:4px solid #aae1e8;border-top-right-radius:15px}.welcome-section .welcome-image-container .image-frame .image-decoration.bottom-left{bottom:-10px;left:-10px;border-bottom:4px solid #aae1e8;border-left:4px solid #aae1e8;border-bottom-left-radius:15px}.welcome-section .welcome-image-container .image-frame .image-decoration.bottom-right{bottom:-10px;right:-10px;border-bottom:4px solid #aae1e8;border-right:4px solid #aae1e8;border-bottom-right-radius:15px}.welcome-section .shape-bottom{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0}.welcome-section .shape-bottom svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px}.welcome-section .shape-bottom .shape-fill{fill:#fff}@media (max-width: 992px){.welcome-section .welcome-content{flex-direction:column-reverse;gap:40px}.welcome-section .welcome-text{text-align:center}.welcome-section .welcome-text .title-decoration{justify-content:center}.welcome-section .welcome-text p.welcome-highlight{border-left:none;border-bottom:4px solid #aae1e8;padding-left:0;padding-bottom:15px}.welcome-section .welcome-text .welcome-buttons{justify-content:center}.welcome-section .welcome-image-container{max-width:600px;margin:0 auto}}@media (max-width: 768px){.welcome-section{padding:80px 0 120px}.welcome-section .welcome-text .section-title h2{font-size:2.2rem}.welcome-section .welcome-text p{font-size:1rem}.welcome-section .welcome-text p.welcome-highlight{font-size:1.1rem}}@media (max-width: 576px){.welcome-section{padding:60px 0 100px}.welcome-section .welcome-text .section-title h2{font-size:1.8rem}.welcome-section .welcome-text .welcome-buttons{flex-direction:column;gap:10px}.welcome-section .welcome-text .welcome-buttons .btn{width:100%}}.whatsapp-button{position:fixed;bottom:30px;left:30px;background-color:#25d366;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0003;z-index:1000;text-decoration:none;transition:all .3s ease}.whatsapp-button:hover{background-color:#128c7e;box-shadow:0 6px 15px #0000004d}.whatsapp-button .whatsapp-icon{font-size:32px}.categories{padding:100px 0;background:#f8f9fa;min-height:calc(100vh - 200px);display:flex;align-items:center;position:relative}.categories .container{max-width:800px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:40px}.categories .button-container{width:100%;display:flex;justify-content:center;margin-top:20px}.categories .back-button{background:#fff;border:2px solid #aae1e8;color:#5e6867;padding:15px 40px;border-radius:40px;font-weight:600;font-size:1.2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000001a;min-width:200px}.categories .back-button:hover{background:#aae1e81a;border-color:#5e6867;transform:translateY(-2px)}.categories .categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:center}.categories .category-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:all .3s ease;max-width:600px;width:100%}.categories .category-card:hover{box-shadow:0 15px 40px #0000001f}.categories .category-card .image-container{width:100%;height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa}.categories .category-card .image-container img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.categories .category-card .image-container:hover img{transform:scale(1.05)}.categories .category-card .content{padding:30px;text-align:center}.categories .category-card .content h2{font-size:2rem;color:#343a40;margin-bottom:15px;font-weight:600}.categories .category-card .content p{color:#6c757d;font-size:1.1rem;line-height:1.6}@media (max-width: 768px){.categories{padding:80px 0}.categories .container{gap:30px}.categories .back-button{padding:12px 30px;font-size:1.1rem;min-width:180px}.categories .category-card .image-container{height:400px}}@media (max-width: 576px){.categories{padding:60px 0}.categories .container{gap:20px}.categories .back-button{padding:10px 25px;font-size:1rem;min-width:160px}.categories .category-card .image-container{height:300px}.categories .category-card .content{padding:20px}.categories .category-card .content h2{font-size:1.5rem}.categories .category-card .content p{font-size:1rem}}:root{--primary-color: #007bff;--secondary-color: #6c757d;--background-color: #ffffff;--text-color: #333333;--primary-blue: #0066cc;--light-blue: #4d94ff;--dark-green: #2c5530;--light-green: #4a8f56;--light-bg: #f8f9fa;--dark-bg: #343a40;--mobile-width: 576px;--tablet-width: 768px;--laptop-width: 992px;--desktop-width: 1200px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:var(--text-color);background-color:var(--background-color)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700}p{margin-bottom:1rem}a{color:var(--primary-blue);text-decoration:none}a:hover{text-decoration:underline}.button{display:inline-block;padding:.5rem 1rem;background-color:var(--primary-blue);color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease}.button:hover{background-color:#005bb5}.primary-btn{display:inline-block;padding:15px 30px;background:var(--primary-blue);color:#fff;text-decoration:none;border-radius:30px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #0066cc4d}.primary-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #06c6;background-color:#005bb5}.app{min-height:100vh;display:flex;flex-direction:column}.app main{flex:1}@media (max-width: 576px){.container{padding:0 10px}}@media (max-width: 768px){.container{max-width:95%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}
