.hero-section{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden}.hero-section .hero-slider{position:relative;width:100%;height:100%}.hero-section .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-section .slide.active{opacity:1}.hero-section .slide::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);z-index:1}.hero-section .slide-content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 20px}.hero-section .content-wrapper{max-width:900px;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-section .slide.active .content-wrapper{animation:fadeInUp 1s ease-out}.hero-section .hero-title{font-size:64px;font-weight:700;color:#fff;margin-bottom:20px;line-height:1.2;text-shadow:2px 2px 10px rgba(0,0,0,.3);letter-spacing:-1px}.hero-section .hero-subtitle{font-size:24px;color:#fff;margin-bottom:40px;font-weight:300;line-height:1.6;text-shadow:1px 1px 5px rgba(0,0,0,.3)}.hero-section .hero-subtitle .highlight{color:#d4af37;font-weight:600}.hero-section .cta-buttons{display:flex;gap:20px;justify-content:center;margin-top:40px}.hero-section .btn{padding:16px 40px;font-size:16px;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;display:inline-flex;align-items:center;gap:10px;cursor:pointer;border:none}.hero-section .btn-primary{background:linear-gradient(135deg, #d4af37 0%, #b8941f 100%);color:#fff;box-shadow:0 8px 25px rgba(212,175,55,.4)}.hero-section .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(212,175,55,.5)}.hero-section .btn-secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.hero-section .btn-secondary:hover{background:#fff;color:#1a1a1a;transform:translateY(-3px)}.hero-section .slider-controls{position:absolute;bottom:50px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:15px}.hero-section .dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}.hero-section .dot.active{background:#d4af37;width:40px;border-radius:10px;border-color:#fff}.hero-section .dot:hover{background:rgba(212,175,55,.8)}.hero-section .slider-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:50px;height:50px;background:rgba(255,255,255,.2);border:2px solid rgba(255,255,255,.5);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-section .slider-nav:hover{background:rgba(212,175,55,.9);border-color:#d4af37}.hero-section .slider-nav i{color:#fff;font-size:20px}.hero-section .prev{left:30px}.hero-section .next{right:30px}.hero-section .social-sidebar{position:absolute;left:40px;top:25%;transform:translateY(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:20px}.hero-section .social-text{writing-mode:vertical-rl;color:#fff;font-size:12px;letter-spacing:2px;font-weight:600;margin-bottom:20px}.hero-section .social-icons{display:flex;flex-direction:column;gap:15px}.hero-section .social-icon{width:45px;height:45px;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-section .social-icon:hover{background:#d4af37;border-color:#d4af37;transform:scale(1.1)}.hero-section .social-icon i{font-size:18px}.hero-section .scroll-indicator{position:absolute;bottom:40px;right:40px;z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer}.hero-section .scroll-text{color:#fff;font-size:12px;letter-spacing:2px;font-weight:600}.hero-section .scroll-arrow{width:30px;height:50px;border:2px solid rgba(255,255,255,.5);border-radius:20px;position:relative}.hero-section .scroll-arrow::before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:6px;height:6px;background:#d4af37;border-radius:50%;animation:scrollDown 2s infinite}@keyframes scrollDown{0%{top:8px;opacity:1}100%{top:30px;opacity:0}}@media(max-width: 968px){.hero-section .hero-title{font-size:48px}.hero-section .hero-subtitle{font-size:20px}.hero-section .slider-nav{width:40px;height:40px}.hero-section .prev{left:20px}.hero-section .next{right:20px}.hero-section .social-sidebar{left:20px}.hero-section .scroll-indicator{right:20px}}@media(max-width: 768px){.hero-section{min-height:500px}.hero-section .scroll-indicator{display:none}.hero-section .hero-title{font-size:36px}.hero-section .hero-subtitle{font-size:18px}.hero-section .cta-buttons{gap:15px}.hero-section .btn{width:100%;max-width:300px;justify-content:center}.hero-section .social-sidebar{display:none}.hero-section .slider-nav{display:none}.hero-section .scroll-indicator{bottom:30px;right:50%;transform:translateX(50%)}.hero-section .slider-controls{bottom:30px}}@media(max-width: 480px){.hero-section{height:474px !important}.hero-section .hero-title{font-size:28px}.hero-section .hero-subtitle{font-size:16px}.hero-section .btn{padding:8px 15px;font-size:14px}.hero-section .slide-content{padding:0 10px}}.our-services-section{background-color:#1a1a1a}.our-services-section .service-card{background:#1a1a1a;border-radius:10px;overflow:hidden;box-shadow:0 5px 20px rgba(255,255,255,.05);transition:all .4s ease;height:100%}.our-services-section .service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(212,175,55,.3)}.our-services-section .service-image{position:relative;overflow:hidden;height:250px}.our-services-section .service-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.our-services-section .service-card:hover .service-image img{transform:scale(1.1)}.our-services-section .overlay-content i{font-size:50px;color:#000}.our-services-section .service-content{padding:25px}.our-services-section .service-title{font-size:22px;font-weight:700;margin-bottom:12px;color:#fff}.our-services-section .service-description{font-size:14px;line-height:1.7;color:#b3b3b3;margin-bottom:15px}.our-services-section .service-link{display:inline-flex;align-items:center;gap:8px;color:#d4af37;font-weight:600;text-decoration:none;transition:all .3s ease}.our-services-section .service-link:hover{color:gold;gap:12px}.our-services-section .service-link i{font-size:12px;transition:transform .3s ease}.our-services-section .service-link:hover i{transform:translateX(5px)}.our-services-section .subtitle{font-size:14px;letter-spacing:2px;color:#d4af37;font-weight:600}.our-services-section .white{color:#fff}.our-services-section .description{color:#b3b3b3;font-size:16px;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width: 768px){.our-services-section .service-image{height:200px}.our-services-section .service-content{padding:20px}}.testimonial-section{background:#fff;position:relative}.testimonial-section .description{color:#000}.testimonial-section .testimonial-card{background:#000;border-radius:15px;padding:35px;box-shadow:0 5px 25px rgba(0,0,0,.08);transition:all .4s ease;height:100%;position:relative;border:1px solid #e8e8e8}.testimonial-section .testimonial-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.12);border-color:#d4af37}.testimonial-section .quote-icon{width:60px;height:60px;background:linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.testimonial-section .quote-icon i{font-size:24px;color:#fff}.testimonial-section .rating{margin-bottom:20px}.testimonial-section .rating i{color:#ffc107;font-size:16px;margin-right:3px}.testimonial-section .testimonial-content{margin-bottom:25px}.testimonial-section .testimonial-content p{font-size:15px;line-height:1.8;color:#fff;font-style:italic;margin:0}.testimonial-section .author-info{display:flex;align-items:center;padding-top:20px;border-top:2px solid #e8e8e8}.testimonial-section .author-details{display:flex;align-items:center;justify-content:space-between;width:100%}.testimonial-section .author-name{font-size:18px;font-weight:700;color:#fff;margin:0}.testimonial-section .google-link{display:inline-block;transition:transform .3s ease}.testimonial-section .google-link:hover{transform:scale(1.1)}.testimonial-section .google-icon{width:80px;height:auto}.testimonial-section .subtitle{font-size:14px;letter-spacing:2px;color:#d4af37;font-weight:600}.testimonial-section .heading-02{font-size:36px;font-weight:700;color:#1a1a1a}.testimonial-section .description{color:#666;font-size:16px;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width: 768px){.testimonial-section .testimonial-card{padding:25px;margin-bottom:20px}.testimonial-section .heading-02{font-size:28px}.testimonial-section .testimonial-content p{font-size:14px}.testimonial-section .author-name{font-size:16px}.testimonial-section .google-icon{width:60px}}