html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;box-sizing:border-box;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}.header{width:100%;background-color:#fff;display:flex;justify-content:center;box-shadow:0 2px 8px #0000001a}.header-content{width:100%;max-width:1300px;padding:0 20px;display:flex;flex-direction:column}.top-bar{display:flex;justify-content:space-between;align-items:center;height:40px;margin-bottom:15px;font-size:14px;color:#333}.contact-info{display:flex;gap:10px}.social-info{display:flex;align-items:center;gap:10px}.social-info img{width:20px;height:20px;cursor:pointer}.navbar{display:flex;align-items:center;height:80px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;position:relative}.logo{flex:0 0 auto}.logo img{height:60px}.nav-links{list-style:none;display:flex;gap:40px;margin:0;padding:0;position:absolute;left:50%;transform:translate(-50%);white-space:nowrap}.nav-links a{text-decoration:none;font-size:16px;font-weight:500;color:#333;transition:color .3s}.nav-links a:hover{color:#007bff}.hero-section{width:100%;height:100vh;background:url(/IMG_0426.jpg) no-repeat center center/cover;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;position:relative;margin:0}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000008c;z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;padding:0 15px}.hero-title{font-size:3rem;font-weight:700;margin-bottom:15px;text-transform:capitalize}.hero-subtitle{font-size:1.3rem;font-weight:300;margin-bottom:30px;line-height:1.6}.hero-btn{display:inline-block;padding:12px 28px;background:#9c22ff;color:#fff;font-size:1rem;font-weight:600;border-radius:30px;text-decoration:none;transition:.3s ease}.hero-btn:hover{background:#9c22ff}.footer{width:100%;background-color:#222;color:#fff;display:flex;justify-content:center;align-items:center;padding:40px 20px}.footer-content{width:100%;max-width:1300px;display:flex;flex-wrap:wrap;align-items:flex-start;gap:30px}.footer-left{flex:1}.footer-logo{height:60px;margin-bottom:15px}.footer-left p{margin:5px 0;font-size:14px}.social-links{margin-top:15px;display:flex;gap:10px}.social-links img{width:24px;height:24px;cursor:pointer}.divider{width:1px;background-color:#555;margin:0 30px}.footer-links{flex:1}.footer-links h3{font-size:18px;margin-bottom:15px}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:8px}.footer-links a{text-decoration:none;color:#ccc;font-size:14px;transition:color .3s}.footer-links a:hover{color:#007bff}.footer-instagram{flex:1.5}.footer-instagram h3{font-size:18px;margin-bottom:15px}.insta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.insta-grid img{width:100%;height:auto;border-radius:6px}
