body,header{background-color:#fff}nav,nav ul{display:flex}.btn,.dropdown-menu li a,.footer-col ul li a,.social-links a,nav ul li a{text-decoration:none}.about-img,.contact-icon,.footer-bottom,.google-reviews,.hero,.section-title,.service-content,.studio-name{text-align:center}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{color:#333;line-height:1.6;overflow-x:hidden}.studio-name{background-color:#aa8377;color:#fff;padding:15px 0;font-family:Montserrat,sans-serif;font-weight:600;font-size:24px;letter-spacing:1px}.btn,.submit-btn,nav ul li a{font-weight:500}header{padding:10px 20px;position:sticky;top:0;z-index:100;box-shadow:0 2px 5px rgba(0,0,0,.1)}.header-container{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto}.logo{height:80px;width:auto;margin-bottom:10px}.hero,nav{width:100%}nav{justify-content:center}nav ul{list-style:none;justify-content:center}nav ul li{margin:0 15px}nav ul li a{color:#333;font-size:16px;transition:.3s;padding:5px 10px}nav ul li a.active,nav ul li a:hover{color:#ff5e94}.mobile-menu{display:none;cursor:pointer;font-size:24px;position:absolute;right:20px;top:20px}.dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;list-style:none;padding:10px 0;min-width:160px;box-shadow:0 4px 10px rgba(0,0,0,.1);z-index:1000}.dropdown-menu li a{padding:10px 20px;display:block;color:#333}.dropdown-menu li a:hover{background-color:#f0f0f0}@media (min-width:768px){.dropdown:hover .dropdown-menu{display:block}}.hero{background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url('../images/banner/banner-home.webp');background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;padding:20px}.hero-content{max-width:800px;padding:0 20px}.hero h1{font-size:2rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 5px #000}.hero p{font-size:1.2rem;margin-top:15px;margin-bottom:30px;text-shadow:1px 1px 3px #000}.btn{display:inline-block;padding:12px 30px;background-color:#ff5e94;color:#fff;border-radius:30px;transition:.3s;box-shadow:2px 2px 6px rgba(0,0,0,.3)}.btn:hover,.submit-btn:hover{background-color:#ff3c7f;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.section-title h2::after,.slider-btn:hover{background-color:#ff5e94}.section-title{margin-bottom:50px;padding-top:50px}.section-title h2{font-size:36px;color:#333;position:relative;display:inline-block;padding-bottom:10px}.section-title h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:70px;height:3px}.gallery,.services,.testimonials{padding:80px 20px;background-color:#f9f9f9}.services-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;max-width:1200px;margin:0 auto}.service-card{background-color:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:.3s;width:calc(33.333% - 20px);min-width:300px;display:flex;flex-direction:column}.gallery-item img,.offer-img,.service-img{width:100%;object-fit:cover}.service-card:hover{transform:translateY(-10px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.service-img{height:200px}.gallery-item,.offers-slide{height:400px;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:10px;overflow:hidden}.service-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.service-content h3{font-size:22px;margin-bottom:10px;color:#333}.service-content p{color:#666;margin-bottom:15px;line-height:1.6;flex-grow:1}.about,.contact,.offers{padding:80px 20px;background-color:#fff}.about-container{display:flex;flex-wrap:wrap;align-items:center;gap:40px;max-width:1200px;margin:0 auto}.about-img{flex:1;min-width:300px}.about-img img{max-width:100%;height:auto;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.about-content,.contact-form,.contact-info{flex:1;min-width:300px}.about-content h2{font-size:36px;margin-bottom:20px;color:#333}.about-content p{color:#666;margin-bottom:20px;line-height:1.8}.gallery-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;max-width:1200px;margin:0 auto}.gallery-item{position:relative;cursor:pointer}.gallery-item img{height:100%;transition:.5s}.gallery-item:hover img{transform:scale(1.1)}.offers-slider-container{position:relative;max-width:1240px;margin:0 auto;overflow:hidden}.offers-slider{display:flex;transition:transform .5s ease-in-out;gap:20px;padding:0 10px}.offers-slide{min-width:300px;flex-shrink:0}.offer-img{height:100%}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-color:rgba(255,94,148,.7);color:#fff;border:none;border-radius:50%;font-size:20px;cursor:pointer;z-index:10;transition:.3s;box-shadow:0 2px 5px rgba(0,0,0,.2)}.prev-btn{left:10px}.next-btn{right:10px}.testimonials-container{max-width:1000px;margin:0 auto}.testimonial-card{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);margin-bottom:30px}.testimonial-content{font-style:italic;color:#666;margin-bottom:20px;line-height:1.8}.testimonial-author{display:flex;align-items:center}.author-img{width:60px;height:60px;border-radius:50%;margin-right:15px;object-fit:cover}.author-info h4,.contact-text h4{font-size:18px;color:#333;margin-bottom:5px}.author-info p{color:#888;font-size:14px}.contact-container{display:flex;flex-wrap:wrap;gap:50px;max-width:1200px;margin:0 auto}.contact-info h3,.contact-item,.footer-col h3,.form-group{margin-bottom:20px}.contact-info h3{font-size:24px;color:#333}.contact-item{display:flex;align-items:flex-start}.contact-icon{font-size:20px;color:#ff5e94;margin-right:15px;width:25px}.form-control,.submit-btn{font-size:16px;transition:.3s}.contact-text p{color:#666;line-height:1.6}.form-control{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:5px}.form-control:focus{outline:0;border-color:#ff5e94;box-shadow:0 0 5px rgba(255,94,148,.3)}textarea.form-control{min-height:150px;resize:vertical}.submit-btn{display:inline-block;padding:12px 30px;background-color:#ff5e94;color:#fff;border:none;border-radius:30px;cursor:pointer}footer{background-color:#222;color:#fff;padding:50px 20px 20px}.footer-container{display:flex;flex-wrap:wrap;gap:30px;max-width:1200px;margin:0 auto 30px}.footer-col{flex:1;min-width:250px}.footer-col h3{font-size:20px;position:relative;padding-bottom:10px;color:#fff}.footer-col .form-group,.footer-col p{margin-bottom:15px}.footer-col h3::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:#ff5e94}.footer-col p{color:#bbb;line-height:1.6}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{color:#bbb;transition:.3s}.footer-col ul li a:hover{color:#ff5e94;padding-left:5px}.social-links{display:flex;gap:15px}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#333;color:#fff;border-radius:50%;transition:.3s;font-size:16px}.social-links a:hover{background-color:#ff5e94;transform:translateY(-5px)}.footer-bottom{padding-top:20px;border-top:1px solid #444}.footer-bottom p{color:#bbb;font-size:14px}.footer-col .form-control{padding:10px 12px;font-size:15px;border:1px solid #555;background-color:#333;color:#fff}.footer-col .form-control::placeholder{color:#888}.footer-col .form-control:focus{border-color:#ff5e94;box-shadow:0 0 5px rgba(255,94,148,.3)}.footer-col .submit-btn{padding:10px 25px;border-radius:25px;font-size:15px}.footer-col .submit-btn:hover{transform:translateY(-2px);box-shadow:0 3px 10px rgba(0,0,0,.2)}@media (max-width:992px){.hero h1{font-size:40px}.service-card{width:calc(50% - 15px)}.about-container{flex-direction:column;gap:30px}.about-content,.about-img{min-width:auto;width:100%}.about-img img{max-width:500px;margin:0 auto;display:block}}@media (max-width:768px){.dropdown.active .dropdown-menu,.mobile-menu,nav ul li a{display:block}.service-card,nav ul{width:100%}.header-container{flex-direction:row;justify-content:space-between;align-items:center;position:relative}.logo-container{margin-bottom:0}.logo{height:60px}nav{position:fixed;top:0;right:-300px;width:250px;height:100vh;background-color:#fff;box-shadow:-5px 0 15px rgba(0,0,0,.1);transition:.4s;z-index:200;justify-content:flex-start;padding-top:60px}nav.active{right:0}nav ul{flex-direction:column;padding:20px 0}nav ul li{margin:0}nav ul li a{padding:15px 20px;border-bottom:1px solid #eee}.dropdown-menu{position:static;display:none;background:#f9f9f9;box-shadow:none;padding:0;min-width:auto}.dropdown-menu li a{padding-left:35px;border-bottom:none}.hero h1{font-size:36px}.contact-container,.footer-container{flex-direction:column;gap:30px}.footer-col{min-width:auto;width:100%}}@media (max-width:576px){.hero h1{font-size:30px}.btn{padding:10px 20px;font-size:14px}.section-title h2{font-size:28px}.offers-slide{min-width:280px;height:350px}}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}.lightbox.visible{visibility:visible;opacity:1}.lightbox img{max-width:90%;max-height:90%;box-shadow:0 0 20px rgba(0,0,0,.5);transition:transform .3s;transform:scale(.8)}.lightbox.visible img{transform:scale(1)}.lightbox .close-btn{position:absolute;top:20px;right:30px;font-size:40px;color:#fff;cursor:pointer;z-index:1001}.google-reviews{padding:80px 20px;background-color:#fffaf7}.review-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.review{background:#fff;border:1px solid #eee;border-radius:10px;padding:20px;max-width:300px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.review .stars{color:#ffc107;font-size:20px}.review .comment{font-style:italic;margin:15px 0}.review .author{font-weight:600;font-size:14px;color:#333}