html,body{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#fff;color:#151414;line-height:1.5}a{color:#4da6ff;text-decoration:none}a:hover,a:focus{color:#3a47db;background-color:#4a4849}img{max-width:100%;height:auto}.container{width:90%;max-width:1100px;margin:0 auto;padding:0}.navbar{position:fixed;top:0;left:0;right:0;background:#222;display:flex;align-items:center;padding:0 1rem;height:70px;z-index:1000}.navbar a{color:#fff;padding:.75rem 1rem;font-weight:600}.navbar a.active{border-radius:4px}.nav-list{list-style:none;display:flex;margin-left:auto;justify-content:space-around}.nav-list li{margin-left:0}.nav-list li a{font-size:1rem}#nav-toggle,.nav-toggle{display:none;position:absolute;opacity:0;pointer-events:none;width:0;height:0}.nav-toggle-label{cursor:pointer;position:fixed;top:18px;right:15px;z-index:1101;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.hamburger-icon,.close-icon{fill:#fff;stroke:#fff;width:24px;height:24px;vertical-align:middle}.close-icon{display:none}.nav-toggle:checked+.nav-toggle-label .hamburger-icon{display:none}.nav-toggle:checked+.nav-toggle-label .close-icon{display:block}.nav-toggle,.nav-toggle-label,.close-icon,.hamburger-icon{display:none}@keyframes fadeDown{to{opacity:1;transform:translateY(0)}}@keyframes backgroundSway{0%{background-position:45% center}to{background-position:55% center}}.hero-text{margin-top:7rem;position:absolute;text-align:center;color:#0e0e0e;display:block;gap:10px}.hero-text h1{font-size:3.5rem;margin-bottom:20px;text-shadow:2px 2px 8px rgba(255,255,255,1)}.hero-text p{font-size:1.7rem;margin-bottom:20px;text-shadow:1px 1px 6px rgb(216,164,20);overflow:hidden;white-space:nowrap;border-right:3px solid rgb(243,23,23);width:0;animation:typingP 3s steps(40) forwards;animation-delay:.2s}@keyframes typingP{0%{width:0;border-color:#000}90%{width:100%;border-color:#000}to{width:100%;border-color:transparent}}.hero-text a.btn{display:inline-block;margin-top:4rem}@keyframes fadeSlideLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.about-us{animation:fadeSlideLeft 1s ease forwards;opacity:0;animation-delay:.3s}@keyframes scaleUp{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.container-portfolio{animation:scaleUp 1s ease forwards;opacity:0;animation-delay:.4s}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.container-blog{animation:slideInRight 1s ease forwards;opacity:0;animation-delay:.4s}@keyframes fadeScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}main.contact{animation:fadeScale 1s ease forwards;opacity:0;animation-delay:.3s}@keyframes fadeSlideUpFooter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}footer.footer{animation:fadeSlideUpFooter 1s ease forwards;opacity:0;animation-delay:.5s}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeScaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.coservices{animation:fadeScaleUp 1s ease forwards;opacity:0;animation-delay:.4s}.team-members{animation:fadeSlideUp .8s ease forwards;opacity:0;animation-delay:.5s}.hero{width:100%;height:100vh;background-image:url(../images/photo8.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;display:flex;justify-content:center;align-items:center;animation:fadeDown 1.5s ease forwards,backgroundSway 10s ease-in-out infinite alternate;opacity:0;transform:translateY(-20px)}.btn,.btn-submit,.read-btn,.subscribe-btn,form button{background:gold;color:#000;padding:12px 24px;font-weight:700;border:none;border-radius:30px;cursor:pointer;transition:.3s;text-decoration:none}.btn:hover,.btn-submit:hover,.subscribe-btn:hover,.read-btn:hover,form button:hover{background:#ff8c00;color:#fff}.services{margin-bottom:80px}.services-bottom{margin-top:70px;display:flex;justify-content:space-around;align-items:center;gap:40px;background-color:#fff;background-position:center;background-size:contain;transform:scale(1.15);transition:transform .15s ease}.services-bottom:hover{transform:scale(1)}.services-bottom ul{list-style:none;display:flex;flex-direction:column;gap:20px;margin:0;padding:0}.services-bottom ul li{color:#171717;font-weight:700;font-size:20px;text-shadow:1px 1px 6px rgba(220,220,103,.6);overflow:hidden;white-space:nowrap}.coservices{padding:30px;margin-top:20px}.coservices ul{display:block;padding:30px;margin:0}.coservices li{list-style:disc inside;margin-left:1rem}.container-portfolio{margin-top:4.5rem}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:50px;margin-bottom:30px;padding-top:20px}.gallery img{width:100%;border-radius:20px;box-shadow:0 4px 8px #cd91911a;transition:transform .7s ease;height:auto;object-fit:cover}.gallery img:hover{transform:scale(1.09)}.about-us{width:100%;background:#fff;border-radius:10px;color:#000;margin-bottom:30px;padding:30px}.about-us h2{color:#0b0c0c;padding-bottom:.4rem}.about-us p{font-size:1.1rem;line-height:1.5}main.contact{margin-top:70px;margin-bottom:2rem}main.contact h1{font-size:2.5rem;margin-bottom:1rem;text-align:left}.contact-wrapper{display:flex;gap:3rem;flex-wrap:wrap;justify-content:center}.contact-details{flex:1 1 300px;max-width:400px;background:#080c18;padding:1.5rem;border-radius:8px}.contact-details h2{margin-top:0;margin-bottom:1rem;color:#fff}.contact-details p{margin-bottom:1rem}.contact-list{list-style:none;padding:0;margin:0}.contact-item{display:flex;align-items:center;margin-bottom:1rem;gap:.75rem}.contact-item svg.icon{flex-shrink:0;width:24px;height:24px;fill:#fff}.contact-link{color:#f2ca18;word-break:break-word}.contact-link:hover,.contact-link:focus{text-decoration:underline}.social-icons{margin-top:1rem;display:flex;gap:1rem}.social-icon{display:inline-block;width:32px;height:32px;transition:transform .2s ease}.social-icon:hover,.social-icon:focus{transform:scale(1.2)}.contact-form-section{flex:1 1 400px;max-width:500px;background:#f7f9f7;padding:1.5rem;border-radius:8px}.contact-form-section h2{margin-top:0;margin-bottom:1rem;color:#2b2b2b;font-weight:700}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;color:#333;font-weight:600}input[type=text],input[type=email],input[type=tel],textarea{width:100%;padding:.75rem 1rem;border-radius:4px;border:1px solid #ccc;background:#fff;color:#222;font-size:1rem;font-family:inherit;transition:border-color .3s ease,background .3s ease}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,textarea:focus{outline:none;border-color:#7bbf72;background:#f5fff5}textarea{resize:vertical}.btn-submit{background:#f0a125;color:#fff;border:none;padding:.75rem;font-size:1.1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.btn-submit:hover,.btn-submit:focus{background:#de8b1a}.social-links{display:flex;gap:1rem;justify-content:flex-start}.social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#d5b91a;color:#fff;text-decoration:none;transition:background-color .3s ease}.social-link svg.social-icon{width:20px;height:20px;fill:#fff}.social-link:hover,.social-link:focus{background-color:#fff;outline:none}.booking{display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap}.booking-info{display:flex;flex-direction:column;gap:1rem}.booking-info h2{text-align:center}.booking form{padding-top:40px;display:flex;align-items:center;gap:30px}.team-members{display:flex;flex-wrap:wrap;gap:50px;justify-content:space-around;margin-bottom:40px}.team-members .member{width:250px;text-align:center}.team-members .member img{width:50%;height:120px;border-radius:50%;object-fit:cover;margin-bottom:12px;box-shadow:0 4px 8px #1513131a}footer.footer{background:#080214;color:#fff;padding:2rem 0 1rem;font-size:.9rem;margin-top:2rem}.footer-container{width:90%;max-width:1100px;margin:0 auto}.footer-top{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;justify-content:space-between}.footer-section{flex:1 1 200px;min-width:200px}.footer-section h3{color:#fff;margin-top:0}.footer-links ul,.footer-contact ul{list-style:none;padding:0}.footer-links ul li,.footer-contact ul li{margin-bottom:.5rem}.footer-links ul li a,.footer-contact ul li a{color:#f2e018}.footer-links ul li a:hover,.footer-contact ul li a:hover{color:#4da6ff;text-decoration:underline}.footer-copy{text-align:center;border-top:1px solid #444;padding-top:1rem;margin-top:1rem}.footer .social-icons{display:flex;gap:1rem;margin-top:1rem}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.85rem}.footer-legal-payments{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;gap:1rem}.legal-links a{margin-right:1rem;color:#f2e018}.legal-links a:hover{color:#4da6ff}.articles{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.articles article{background:#fff;padding:20px;border-radius:10px;box-shadow:0 3px 10px #0000004d}.read-btn{display:inline-block;margin-top:10px;padding:10px 15px;text-decoration:none;border-radius:5px;align-items:center}.read-btn:hover{opacity:.8}.container-blog{margin-top:4rem}.container-blog h1{color:#1c1a1a}.article-page{max-width:900px;margin:auto;background:#4f4c4c;padding:30px;border-radius:10px;box-shadow:0 3px 10px #0c0c0cb3}.back-link{display:inline-block;margin-top:20px;text-decoration:none;color:#766767;font-weight:700}ul.no-list-style{list-style:none;padding-left:0;margin-left:15px;line-height:1.8}.back-btn{display:inline-block;background-color:#cc7920;color:#fff;padding:10px 20px;text-decoration:none;border-radius:5px;margin-top:20px;font-weight:600;transition:background-color .3s ease;cursor:pointer}.back-btn:hover,.back-btn:focus{background-color:#121212;outline:none}@media(min-width:1400px){.container,.footer-container{max-width:1300px;padding:0 2rem}}@media(max-width:1100px){.hero-text h1{font-size:2.6rem}.hero{height:420px;min-height:360px}.gallery img{height:400px}.team h1{padding-top:70px;margin-top:0;box-sizing:border-box}}@media(max-width:900px){.nav-list{gap:20px}.container{padding:16px}.contact-wrapper{flex-direction:column}.contact-details,.contact-form{flex:1 1 100%}.gallery{grid-template-columns:1fr;gap:24px}.hero-text h1{font-size:2rem}.hero-text p{font-size:1.1rem}.services-bottom{flex-direction:column;gap:25px}.footer-contact,.footer-links{padding-top:20px;text-align:center}.team h1{padding-top:70px;margin-top:0;box-sizing:border-box}}@media(max-width:600px){.nav-list{gap:12px;flex-wrap:wrap}.hero{height:360px}.hero-text h1{font-size:1.6rem}.hero-text p{font-size:1rem;border-right-width:2px}.team-members .member{width:100%;max-width:320px}.gallery img{height:280px}.services-bottom{flex-direction:column;gap:25px}.team-members .member img{width:180px;height:180px;border-radius:50%}.team h1{padding-top:50px;margin-top:0;box-sizing:border-box}}@media(max-width:480px){body,html{overflow-x:hidden}.container,.contact-wrapper,.booking,.team-members,.footer-top,.hero-text{width:100%;max-width:100vw;padding-left:1rem;padding-right:1rem;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-text h1{font-size:1.4rem;line-height:1.3}.hero-text p{font-size:.95rem;border-right-width:2px}.hero-text .btn{margin-top:2rem}.gallery img{height:240px}.team-members .member img{width:150px;height:150px}}@media(max-width:768px){.nav-list{display:block;position:fixed;top:60px;right:0;background:#090809;width:250px;height:calc(100vh - 60px);transform:translate(100%);transition:transform .3s ease;padding-top:2rem;z-index:9999}.nav-toggle,.nav-toggle-label{display:block}.nav-toggle-label{position:fixed;top:18px;right:15px;cursor:pointer;z-index:1101;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.hamburger-icon,.close-icon{width:24px;height:24px;display:block}.close-icon{display:none}.nav-toggle:checked+.nav-toggle-label .hamburger-icon{display:none}.nav-toggle:checked+.nav-toggle-label .close-icon{display:block}.nav-toggle:checked~.nav-list{transform:translate(0)}.nav-list li a{display:block;padding:15px 20px;color:#fff;font-size:1rem;text-align:center}.nav-list li:first-child{display:none}}.payment-marquee{overflow:hidden;width:100%;position:relative}.payment-methods{display:inline-flex;gap:2rem;animation:marqueeMove 12s linear infinite;white-space:nowrap}@keyframes marqueeMove{0%{transform:translate(100%)}to{transform:translate(-100%)}}.payment-methods img{height:24px;margin-right:.5rem;filter:brightness(0) invert(1);vertical-align:middle}
