.header{position:fixed;top:0;left:50%;transform:translate(-50%);width:90%;max-width:1200px;background:#ffffffd9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.5);border-radius:50px;padding:10px 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px #0000000d;z-index:1000}.logo{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-bg{background:#000;border-radius:50px;display:flex;box-shadow:0 6px 15px #0006}.logo-img{width:45px;height:45px;object-fit:contain;transform:scale(1.7)}.logo h2{font-size:1.6rem;margin:0;color:#111}.nav-links{display:flex;gap:2.5rem;align-items:center;list-style:none}.nav-links li{font-size:20px;font-weight:500;color:#111;cursor:pointer;transition:.3s ease}.nav-links li:hover{color:gold}.nav-links a{color:inherit;text-decoration:none}.header-socials{display:flex;gap:15px;border-left:2px solid #eee;padding-left:20px}.header-socials a{width:35px;height:35px;display:flex;align-items:center;justify-content:center}.social-icon{width:22px;height:22px;object-fit:contain}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:#111;border-radius:5px}.mobile-socials{display:none}.mobile-socials a{width:40px;height:40px;display:flex;align-items:center;justify-content:center}@media(max-width:900px){.header{width:95%;padding:10px 20px}.logo h2{font-size:1.2rem}.logo-img{width:40px;height:40px}.hamburger{display:flex}.header-socials{display:none}.nav-links{position:absolute;top:80px;left:0;width:100%;flex-direction:column;background:#fff;border-radius:20px;padding:30px 0;gap:25px;transform:scaleY(0);transform-origin:top;transition:.3s ease;box-shadow:0 10px 30px #0000001a}.nav-links.open{transform:scaleY(1)}.nav-links li{font-size:18px}.mobile-socials{display:flex;justify-content:center;gap:20px;margin-top:10px}}#home{min-height:100vh;display:flex;align-items:center;background:#fff;position:relative;overflow:hidden;padding:120px 20px 60px}.shape-1{position:absolute;top:-10%;right:-5%;width:500px;height:500px;background:#daa520;border-radius:50%;opacity:.05;filter:blur(50px)}.shape-2{position:absolute;bottom:10%;left:-10%;width:400px;height:400px;background:#daa520;border-radius:50%;opacity:.08;filter:blur(60px)}.hero-wrapper{display:flex;align-items:center;gap:4rem;position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto}.hero-content{flex:1.2}.hero-content h1{font-family:Playfair Display,serif;font-size:5rem;line-height:1.05;font-weight:600;color:#111;margin-bottom:30px;margin-top:-90px}.highlight{color:#f4c400;font-style:italic;font-weight:600}.hero-content p{font-size:1.2rem;color:#555;margin-bottom:40px;max-width:90%}.hero-buttons{display:flex;gap:20px}.btn{background:#f4c400;color:#fff;padding:12px 24px;border-radius:6px;text-decoration:none;transition:.3s ease;display:inline-block}.btn:hover{background:#e6c200}.btn-outline{background:transparent;border:2px solid goldenrod;color:#daa520}.btn-outline:hover{background:#f4c400;color:#fff}@media(max-width:768px){.hero-buttons{flex-direction:column;align-items:center;gap:12px}.btn{width:100%;max-width:280px;text-align:center;padding:14px 20px}}.hero-image{flex:1;position:relative}.image-blob{width:100%;height:600px;background-position:center;background-size:cover;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;box-shadow:0 20px 40px #00000026;animation:morph 8s ease-in-out infinite alternate}@keyframes morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}to{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}}@media(max-width:992px){.hero-wrapper{flex-direction:column;text-align:center;gap:3rem}.hero-image{order:1;width:100%}.hero-content{order:2}.hero-content h1{font-size:3rem;margin-top:50px}.hero-content p{max-width:100%;margin:0 auto 30px}.image-blob{height:450px}.shape-1,.shape-2{width:300px;height:300px}}@media(max-width:576px){#home{padding:100px 20px 50px;min-height:auto}.hero-content h1{font-size:2.2rem;line-height:1.3}.hero-content p{font-size:1rem}.hero-buttons{flex-direction:column;gap:15px}.btn{width:100%;text-align:center}.image-blob{height:320px}.shape-1,.shape-2{display:none}}#about{padding:80px 20px;background:#f7f7f7}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;max-width:1200px;margin:auto}.about-images{position:relative;height:420px}.img-main{width:100%;height:100%;object-fit:cover;border-radius:25px;box-shadow:0 15px 40px #00000026}.image-wrapper{position:relative}.experience-card{position:absolute;bottom:-55px;right:15px;background:#fff;padding:25px;border-radius:20px;width:180px;min-height:160px;text-align:center;box-shadow:0 15px 35px #00000026;display:flex;flex-direction:column;justify-content:center}.experience-card h4{font-size:40px;color:#f4c400;margin-bottom:5px;margin-top:-10px}.experience-card span{font-size:12px;letter-spacing:2px;font-weight:600;color:#444}.experience-card p{font-size:12px;letter-spacing:1px;font-weight:600;margin-top:5px}@media(max-width:768px){.experience-card{width:150px;padding:18px;bottom:-40px;right:10px;min-height:140px}.experience-card h4{font-size:32px}.experience-card span,.experience-card p{font-size:11px}}@media(max-width:480px){.experience-card{position:absolute;left:70%;transform:translate(-50%);bottom:-35px;width:85%;max-width:240px;padding:18px;min-height:130px;border-radius:16px}.experience-card h4{font-size:28px;margin-top:0}.experience-card span,.experience-card p{font-size:11px;letter-spacing:1px}}.about-text{max-width:500px}.about-subtitle{font-size:12px;letter-spacing:4px;color:#555;font-weight:600}.about-text h2{font-size:42px;margin:15px 0 20px;font-weight:700}.about-text p{color:#555;line-height:1.7;margin-bottom:15px}.talk-btn{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:12px 28px;border-radius:30px;border:2px solid #f4c400;color:#333;font-weight:600;text-decoration:none;transition:.3s}.talk-btn:hover{background:#f4c400;color:#fff}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:40px}.about-images{height:320px}.experience-card{right:15px;bottom:-20px;width:150px}.about-text h2{font-size:32px}}.section-title{text-align:center;margin-bottom:70px}.section-title span{display:block;color:gold;font-size:14px;letter-spacing:4px;text-transform:uppercase;font-weight:600;margin-bottom:10px}.section-title h2{font-size:48px;font-weight:700;color:#1a1a1a;font-family:Playfair Display,serif;margin:0}@media(max-width:768px){.section-title h2{font-size:34px}.section-title span{font-size:12px;letter-spacing:3px}}#events{background:#fff;padding:80px 90px}.events-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.event-card{background:#f5f5f5;padding:40px 30px;border-radius:30px;box-shadow:0 15px 35px #d4af3714;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;z-index:1}.event-card:after{content:"";position:absolute;top:-50px;right:-50px;width:150px;height:150px;background:gold;border-radius:50%;opacity:.05;z-index:-1;transition:all .4s cubic-bezier(.16,1,.3,1)}.event-card:hover{transform:translateY(-15px);box-shadow:0 20px 40px #d4af3726}.event-card:hover:after{transform:scale(1.5);opacity:.1}.section-title{text-align:center;margin-bottom:4rem}.icon-box{width:70px;height:70px;background:#fff;border-radius:20px;display:flex;justify-content:center;align-items:center;margin-bottom:25px;font-size:2rem;color:gold}.event-card h3{font-size:1.5rem;margin-bottom:15px;color:#1a1a1a}.event-card p{color:#666;font-size:.95rem;line-height:1.6}@media(max-width:992px){.events-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){#events{padding:60px 15px}.events-grid{grid-template-columns:1fr;gap:20px}.event-card{padding:30px 20px;border-radius:22px}.icon-box{width:60px;height:60px;font-size:1.6rem}.event-card h3{font-size:1.3rem}.event-card p{font-size:.9rem}}@media(max-width:480px){.event-card{padding:25px 18px}.icon-box{width:55px;height:55px;font-size:1.5rem}.event-card h3{font-size:1.2rem}.event-card p{font-size:.88rem}}#gallery{background:#f5f5f5;padding:90px 20px}.container{max-width:1200px;margin:auto}.section-title{text-align:center;margin-bottom:60px}.section-title span{color:gold;letter-spacing:4px;font-size:13px;text-transform:uppercase}.section-title h2{font-size:48px;font-family:Playfair Display,serif;margin-top:10px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.gallery-item{position:relative;border-radius:25px;overflow:hidden;height:300px}.video-item iframe{width:100%;height:100%;border:none;border-radius:25px}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.08)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);display:flex;align-items:flex-end;padding:20px;opacity:0;transition:.4s}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay h4{color:#fff;font-size:1.2rem}@media(max-width:992px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.gallery-grid{grid-template-columns:1fr}}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:9999;overflow-y:auto;padding:80px 40px;animation:fadeGallery .4s ease}@keyframes fadeGallery{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.close-btn{position:fixed;top:25px;right:25px;width:55px;height:55px;border-radius:50%;border:none;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;background:#000000b3;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;z-index:20000;transition:all .3s ease}.close-btn:hover{background:gold;color:#000;transform:rotate(90deg) scale(1.1)}.image-viewer{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:11000}.image-viewer img{max-width:90%;max-height:90%;border-radius:12px}.modal-images{max-width:900px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.modal-images img{width:100%;height:220px;object-fit:cover;border-radius:12px;transition:.4s;cursor:pointer}.modal-images img:hover{transform:scale(1.08)}@media(max-width:992px){.modal-images{grid-template-columns:repeat(3,1fr)}}@media(max-width:576px){.gallery-modal{padding:70px 20px}.modal-images{grid-template-columns:repeat(2,1fr)}.modal-images img{height:160px}.close-btn{top:15px;right:20px;font-size:34px}}.image-viewer{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;display:flex;justify-content:center;align-items:center}.viewer-img{max-width:80%;max-height:85%;border-radius:12px;box-shadow:0 0 40px #0009}.viewer-close{position:absolute;top:25px;right:40px;font-size:28px;background:#fff;border:none;padding:6px 12px;cursor:pointer;border-radius:6px}.viewer-prev{position:absolute;left:30px;top:50%;transform:translateY(-50%);font-size:30px;background:#fff;border:none;padding:8px 14px;cursor:pointer;border-radius:6px}.viewer-next{position:absolute;right:30px;top:50%;transform:translateY(-50%);font-size:30px;background:#fff;border:none;padding:8px 14px;cursor:pointer;border-radius:6px}.viewer-prev:hover,.viewer-next:hover,.viewer-close:hover{background:#f4c400;color:#fff}#contact{background:#f5f5f5;padding:100px 20px}.container{max-width:1100px;margin:auto}.contact-container{display:flex;background:#fff;border-radius:40px;overflow:hidden;box-shadow:0 25px 60px #00000014}.contact-info{flex:1;background:#f4c400;color:#000;padding:60px 50px;display:flex;flex-direction:column;justify-content:space-between}.contact-info h3{font-size:1.2rem;margin-bottom:10px}.contact-info h2{font-size:2.6rem;margin-bottom:20px}.contact-info p{opacity:.9;line-height:1.6}.info-list{list-style:none;margin-top:40px;padding:0;width:100%}.info-list li{display:flex;align-items:center;gap:15px;margin-bottom:22px;font-size:1.1rem;flex-wrap:nowrap}.icon{width:42px;height:42px;min-width:42px;background:#fff6;display:flex;justify-content:center;align-items:center;border-radius:50%}.contact-form-area{flex:1.2;padding:60px 50px}.form-title{font-size:2rem;margin-bottom:25px;font-family:Playfair Display,serif}.contact-form-area p{font-size:16px;color:#444;line-height:1.7;margin-bottom:24px;max-width:520px;letter-spacing:.3px;text-align:justify}.submit-btn{display:inline-flex;justify-content:center;align-items:center;width:100%;padding:18px;border-radius:40px;border:none;font-size:1rem;font-weight:600;background:#f4c400;color:#000;cursor:pointer;transition:.3s;text-decoration:none;animation:submitPulse 2s infinite}.submit-btn:hover{background:#e0b800;transform:translateY(-2px)}@keyframes submitPulse{0%{box-shadow:0 0 #f4c400b3}70%{box-shadow:0 0 0 12px #f4c40000}to{box-shadow:0 0 #f4c40000}}@media(max-width:900px){.contact-container{flex-direction:column;border-radius:20px}.contact-info{padding:40px 25px}.contact-info h2{font-size:2rem;text-align:center}.contact-info h3,.contact-info p{text-align:center}.info-list{margin-top:25px;margin-left:40px}.info-list li{justify-content:flex-start;text-align:left}.contact-form-area{padding:40px 25px}.form-title{text-align:center}.submit-btn{padding:8px;max-width:230px;margin:0 auto;display:flex;justify-content:center;text-align:center}}@media(max-width:480px){#contact{padding:60px 15px}.contact-info h2{font-size:1.7rem}.form-title{font-size:1.4rem}.icon{width:35px;height:35px;min-width:35px}.info-list li{font-size:.95rem}}.main-footer{background:#111;color:#fff;padding:80px 5% 30px;border-radius:60px 60px 0 0;margin-top:-80px;position:relative;z-index:10;font-family:Arial,sans-serif}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;max-width:1200px;margin:0 auto 50px}.footer-brand .logo-img{width:120px;height:auto;object-fit:contain;margin-bottom:15px;margin-left:70px;filter:drop-shadow(0 0 8px rgba(255,215,0,.4))}.footer-brand p{color:#999;max-width:350px;line-height:1.6}.footer-links h4{color:#d4af37;margin-bottom:25px;font-size:1.2rem}.footer-links ul{list-style:none;padding:0}.footer-links ul li{margin-bottom:12px}.footer-links a{color:#999;text-decoration:none;transition:all .3s ease;display:flex;align-items:center}.footer-links a:hover{color:#d4af37;padding-left:8px}.footer-links .social-icon{margin-right:10px}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);color:#666;font-size:.9rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:30px;text-align:center}.footer-brand .logo-img{margin-left:0}.footer-brand p{margin:0 auto}.footer-links a{justify-content:center}}.whatsapp-btn{position:fixed;bottom:25px;right:25px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0000004d;z-index:1000;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #25d366b3}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}.whatsapp-btn img{width:30px}
