@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Poppins:wght@300;400;500;600&display=swap";body{font-family:Arial,Helvetica,sans-serif;background-color:#f8f7f4;margin:0}.container{margin:auto;max-width:1280px}nav{display:flex;justify-content:space-between;height:72px;align-items:center}nav ul{display:flex;list-style:none;gap:34px}button{all:unset;padding:6px 16px;background:#612f16df;height:32px;color:#fff;font-weight:500;border-radius:10px}:root{--red:#d01c28;--grey: #2e2e2e}.hero{display:flex}hero h1{font-weight:800;font-size:108px;line-height:102px;font-family:monospace}hero p{font-weight:600;color:var(--grey)}.shoping p{font-size:14px;margin-bottom:8px}.shopping button,.shopping span:first-child button{margin-right:15px}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2.5rem;background:#fff;position:sticky;top:0;z-index:1000;transition:top .4s ease,background-color .3s ease;flex-wrap:nowrap}.nav-container.hidden{top:-80px}.logo img{height:65px;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.nav-links{display:flex;justify-content:center;align-items:center;gap:2.2rem;list-style:none}.nav-links li a{text-decoration:none;color:#000;font-weight:550;font-size:1.1rem;transition:color .3s ease,transform .3s ease}.nav-links li a:hover{color:#f59e0b;transform:scale(1.05)}.BUY-NOW{display:flex;align-items:center;gap:.4rem;background:#0f0f0f;color:#f5f5f5;border:2px solid #f59e0b;border-radius:15px;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.BUY-NOW:hover{background-color:#f59e0b;color:#fff}.cart-icon{width:22px;height:22px}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;cursor:pointer}.hamburger span{height:3px;background-color:#000;border-radius:5px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 900px){.nav-links{display:none;flex-direction:column;gap:1.5rem;background-color:#fff;position:absolute;top:70px;right:0;width:100%;text-align:center;padding:1.5rem 0;border-top:1px solid #ddd;z-index:999}.nav-links.show,.hamburger{display:flex}.BUY-NOW{display:none}}@media (max-width: 600px){.logo img{height:50px}.nav-container{padding:.8rem 1.2rem}.nav-links li a{font-size:1rem}}@media (max-width: 400px){.logo img{height:42px}.nav-container{padding:.6rem 1rem}.hamburger{width:22px;height:16px}.nav-links{top:60px;padding:1rem 0}.nav-links li a{font-size:.95rem}.BUY-NOW{display:none}}.changing-ad{text-align:center;font-weight:600;color:#222;margin:1.2rem auto;transition:opacity .5s ease-in-out;opacity:1;width:90%}@media (min-width: 1200px){.changing-ad{font-size:1.4rem}}@media (max-width: 1024px){.changing-ad{font-size:1.2rem}}@media (max-width: 768px){.changing-ad{font-size:1rem;width:95%}}@media (max-width: 480px){.changing-ad{font-size:.9rem;line-height:1.3rem;margin:.8rem auto}}.hero{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;padding:6rem 2rem;background:#fffaf0;color:#333;font-family:Poppins,sans-serif;width:100%;box-sizing:border-box;max-width:1200px;margin:0 auto}.product-card{position:relative;background:linear-gradient(145deg,#fff,#f3f3f3);border-radius:1.5rem;padding:2rem;text-align:center;box-sizing:border-box;width:90%;max-width:360px;box-shadow:0 8px 18px #00000014;border:1px solid rgba(180,180,180,.3);transition:transform .25s ease,box-shadow .4s ease,filter .3s ease;transform-style:preserve-3d;perspective:1000px;will-change:transform;overflow:hidden;margin:0 auto}.product-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:0 0 #fff0,0 0 #ffd70000;transition:box-shadow .5s ease;pointer-events:none}.product-card:hover:after{box-shadow:0 0 15px #fff9,0 0 35px #ffd70066,0 0 60px #ffd70040}.product-card:hover{transform:scale(1.05) rotateY(8deg);box-shadow:0 20px 50px #00000040;filter:brightness(1.07);animation:softPulse 2s infinite ease-in-out}@keyframes softPulse{0%,to{box-shadow:0 20px 50px #00000040}50%{box-shadow:0 25px 55px #00000059}}.product-image{width:100%;max-height:240px;object-fit:contain;margin-bottom:1.2rem;position:relative;z-index:2}.dot-container{display:flex;justify-content:center;gap:8px;margin-bottom:1.5rem}.dot{width:10px;height:10px;background-color:#ccc;border-radius:50%;transition:all .3s ease;cursor:pointer}.dot.active{background-color:#111;transform:scale(1.3)}.product-info{flex:1;max-width:650px;padding:0 1rem;text-align:left}.product-info .tagline{font-size:3.5em;font-weight:700;color:#111;margin-bottom:1.2rem;font-family:Playfair Display,serif;text-align:left;letter-spacing:.5px}.product-info .description{font-size:1.1em;line-height:1.7;color:#444;text-align:left}@media (max-width: 768px){.hero{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:3rem;padding:4rem 1.5rem}.product-info .tagline{font-size:2.2em;text-align:center}.product-info{text-align:center;max-width:90%}.product-info .description{text-align:center}}@media (max-width: 400px){.hero{padding:3rem 1rem}.product-card{width:95%;max-width:100%;padding:1.5rem 1rem}.product-info .tagline{font-size:1.8em}.product-info .description{font-size:.95em}}.background-slider{position:relative;width:100%;height:clamp(45vh,70vh,85vh);overflow:hidden;transition:opacity .6s ease-in-out}.background-image{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .8s ease-in-out,transform 1s ease-in-out}.fade-in{opacity:1}.fade-out{opacity:0}.background-caption{position:absolute;bottom:clamp(15px,6vw,40px);width:100%;text-align:center;color:#fff;font-size:clamp(1rem,3vw,2rem);font-weight:700;letter-spacing:1px;text-shadow:2px 2px 12px rgba(0,0,0,.6);font-family:Poppins,sans-serif;z-index:2;animation:captionSlideUp 1.2s ease-out}@keyframes captionSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 380px){.background-slider{height:50vh}.background-caption{font-size:1rem;bottom:15px;padding:0 8px}}.background-slider-container{position:relative;width:100%;height:80vh;overflow:hidden}.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.below-slider-card{text-align:center;background:#fff8e1;padding:3rem 1.5rem;border-top:2px solid #ffcf33;box-shadow:0 -4px 10px #0000000d}.below-slider-card h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#181302;margin-bottom:.8rem}.below-slider-card p{font-family:Poppins,sans-serif;color:#333;font-size:1rem;margin-bottom:1.2rem}.job-button{background-color:#111;color:#fff;font-family:Poppins,sans-serif;font-weight:600;border:none;border-radius:8px;padding:.8rem 2rem;cursor:pointer;transition:all .3s ease}.job-button:hover{background-color:#ffcf33;color:#111;transform:scale(1.05)}@media (max-width: 768px){.background-slider-container{height:60vh}.below-slider-card{padding:2rem 1rem}.below-slider-card h2{font-size:1.5rem}.below-slider-card p{font-size:.9rem}.job-button{padding:.6rem 1.4rem;font-size:.9rem}}@media (max-width: 480px){.background-slider-container{height:50vh}.below-slider-card h2{font-size:1.3rem}.below-slider-card p{font-size:.85rem}}.protein-shop-container{padding:40px 20px;max-width:1200px;margin:0 auto;font-family:Poppins,sans-serif;background-color:#0d0d0d;color:#fff;overflow:hidden;animation:fadeInUp 1.2s ease-in-out both}.shop-hero{background:linear-gradient(135deg,#1a1a1a,#2f5490);color:#fff;padding:80px 20px;text-align:center;border-radius:12px;margin-bottom:60px;box-shadow:0 8px 20px #0000004d}.shop-hero h1{font-size:3em;margin-bottom:10px;font-weight:700;letter-spacing:1px}.shop-hero p{font-size:1.2em;opacity:.9;max-width:700px;margin:0 auto;line-height:1.5}.product-section{text-align:center}.product-section h2{font-size:2.2em;font-weight:700;color:#f9d67a;margin-bottom:40px;text-transform:uppercase;letter-spacing:1px}.product-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:40px;perspective:1000px}.product-card{background:linear-gradient(145deg,#1b1b1b,#2a2a2a);border-radius:16px;padding:30px;text-align:center;width:340px;box-shadow:0 8px 25px #ffd70026;border:1px solid rgba(255,215,0,.2);transition:transform .2s ease,box-shadow .4s ease;transform-style:preserve-3d;cursor:pointer;will-change:transform}.product-card:hover{box-shadow:0 18px 40px #ffd70059}.product-image{width:100%;max-height:240px;object-fit:contain;margin-bottom:20px;border-radius:10px;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.1)}.product-name{font-size:1.6em;font-weight:700;color:#d4af37;margin-bottom:12px;text-transform:uppercase}.product-price{font-size:1.3em;color:#22c55e;font-weight:600;margin-bottom:20px}.buy-button{background-color:#f59e0b;color:#000;border:none;padding:12px 32px;border-radius:8px;cursor:pointer;font-weight:600;font-size:1em;transition:background-color .3s ease,transform .3s ease}.buy-button:hover{background-color:gold;transform:scale(1.07);box-shadow:0 0 15px #ffd70080}@media (max-width: 768px){.shop-hero{padding:60px 20px}.shop-hero h1{font-size:2.4em}.product-card{width:90%;padding:25px}.product-name{font-size:1.4em}}@media (max-width: 480px){.shop-hero h1{font-size:2em}.shop-hero p{font-size:1em}.product-card{width:100%;padding:20px}}@media (max-width: 768px){.product-section h2{font-size:1.8em}}@media (max-width: 480px){.product-section h2{font-size:1.5em;margin-bottom:30px;letter-spacing:.5px}}@media (max-width: 360px){.product-section h2{font-size:1.3em;margin-bottom:25px;line-height:1.3}}@media (max-width: 300px){.product-section h2{font-size:1.1em;text-align:center;line-height:1.2;padding:0 8px}}.recipes-container{padding:40px 20px;max-width:1200px;margin:0 auto;font-family:Poppins,sans-serif;animation:fadeInUp 1.2s ease-in-out both}.recipes-header{text-align:center;margin-bottom:40px;animation:fadeInUp 1s ease-in-out both}.recipes-header h1{font-size:2.8em;color:#3b82f6;font-weight:800}.recipes-header p{font-size:1.2em;color:#777;margin-top:15px;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.recipe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;justify-content:center;animation:fadeInUp 1.4s ease-in-out both}.recipe-card{background:#282c34;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000004d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #3a3f4a;display:flex;flex-direction:column;animation:fadeInUp 1.6s ease-in-out both}.recipe-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0006}.recipe-image{width:100%;height:220px;object-fit:cover;border-bottom:1px solid #3a3f4a}.recipe-details{padding:25px;flex-grow:1;display:flex;flex-direction:column}.recipe-title{font-size:1.8em;font-weight:700;color:#f59e0b;margin-bottom:12px;line-height:1.3}.recipe-tag{display:inline-block;background-color:#10b981;color:#fff;padding:6px 12px;border-radius:6px;font-size:.9em;font-weight:600;margin-bottom:18px;align-self:flex-start}.view-button{width:auto;background-color:transparent;color:#3b82f6;border:2px solid #3b82f6;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.05em;margin-top:auto;transition:background-color .3s ease,color .3s ease,border-color .3s ease;align-self:center}.view-button:hover{background-color:#f59e0b;color:#fff;border-color:#3b82f6}@media (max-width: 1024px){.recipes-header h1{font-size:2.4em}.recipes-header p{font-size:1.1em;padding:0 20px}.recipe-grid{gap:25px}.recipe-card{border-radius:10px}}@media (max-width: 768px){.recipes-header h1{font-size:2em}.recipes-header p{font-size:1em}.recipe-grid{grid-template-columns:1fr;gap:20px}.recipe-image{height:200px}.recipe-details{padding:20px}.recipe-title{font-size:1.5em}.view-button{font-size:1em;padding:8px 18px}}@media (max-width: 480px){.recipes-container{padding:25px 10px}.recipes-header h1{font-size:1.6em}.recipes-header p{font-size:.95em}.recipe-image{height:180px}.recipe-title{font-size:1.3em}.recipe-tag{font-size:.8em;padding:5px 10px}.view-button{font-size:.9em;padding:8px 15px}}.roti-recipe-page{display:flex;flex-direction:column;align-items:center;background:#0f0f0f url(/assets/roti-Bo-eX3Ni.jpg) no-repeat center center fixed;background-size:cover;color:#fff;padding:3rem 2rem;font-family:Poppins,sans-serif;position:relative}.roti-recipe-page:before{content:"";position:absolute;inset:0;background:#000000b3;z-index:0}.roti-recipe-page>*{position:relative;z-index:1}.slider-wrapper{position:relative;width:100%;max-width:800px;height:420px;overflow:hidden;border-radius:18px;box-shadow:0 6px 20px #00000080;margin-bottom:2.5rem}.slider-controls .dot{width:10px;height:10px;background:#bbb;border-radius:50%;cursor:pointer;transition:all .3s ease}.recipe-content{max-width:700px;background:#ffffff0d;border:1px solid rgba(240,193,75,.2);border-radius:16px;padding:2rem 2.5rem;line-height:1.8;box-shadow:0 6px 20px #0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.recipe-content p{margin:1rem 0;color:#ddd;font-size:1.05rem}@media (max-width: 992px){.slider-wrapper{max-width:650px;height:360px}.recipe-content{padding:1.8rem}}@media (max-width: 768px){.slider-wrapper{max-width:90%;height:300px}.recipe-content h2{font-size:1.6rem}.recipe-content{width:90%;font-size:.95rem}}.paratha-recipe-page{display:flex;flex-direction:column;align-items:center;background:#0f0f0f url(/assets/Untitled-CQoCYLWx.png) no-repeat center center fixed;background-size:cover;color:#fff;padding:3rem 2rem;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.paratha-recipe-page:before{content:"";position:absolute;inset:0;background:#000000bf;z-index:0}.paratha-recipe-page>*{position:relative;z-index:1}.recipe-card-container{display:flex;flex-direction:column;align-items:center;width:100%}.slider-wrapper{position:relative;width:100%;max-width:750px;aspect-ratio:4 / 3;overflow:hidden;border-radius:18px;box-shadow:0 6px 20px #0009;margin-bottom:2.5rem;transition:all .3s ease}.recipe-content{width:100%;max-width:750px;background:#ffffff0f;border:1px solid rgba(240,193,75,.25);border-radius:16px;padding:2.2rem 2.5rem;line-height:1.8;color:#e5e5e5;box-shadow:0 6px 20px #00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .3s ease,box-shadow .3s ease;text-align:left}@media (max-width: 992px){.slider-wrapper,.recipe-content{max-width:680px}.recipe-content{padding:1.8rem 2rem}}@media (max-width: 768px){.slider-wrapper,.recipe-content{max-width:90%}.recipe-content{text-align:center;padding:1.8rem}.recipe-content h2{font-size:1.7rem}}@media (max-width: 480px){.slider-wrapper{aspect-ratio:4 / 3}.recipe-content{padding:1.2rem}.recipe-content h2{font-size:1.4rem}.recipe-content p{font-size:.9rem}}.baati-recipe-page{display:flex;flex-direction:column;align-items:center;background:#0f0f0f url(/assets/bb-BxIY5Ux6.webp) no-repeat center center / cover;color:#fff;padding:3rem 2rem;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.baati-recipe-page:before{content:"";position:absolute;inset:0;background:#0f0f0fd9;z-index:0}.slider-wrapper{position:relative;width:100%;max-width:800px;height:500px;overflow:hidden;border-radius:18px;box-shadow:0 6px 20px #0006}@media (max-width: 768px){.slider-wrapper{height:360px}.recipe-content{text-align:center;margin-top:2rem}.recipe-content h2{font-size:1.6rem}}@media (max-width: 480px){.slider-wrapper{height:260px}.recipe-content h2{font-size:1.4rem}.recipe-content{padding:0 .5rem}}.upma-recipe-page{display:flex;flex-direction:column;align-items:center;background:#0f0f0f url(/assets/upma-4-CjD84UWk.webp) no-repeat center center / cover;color:#fff;padding:3rem 2rem;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.upma-recipe-page:before{content:"";position:absolute;inset:0;background:#0f0f0fd9;z-index:0}.recipe-card-container{position:relative;z-index:1}.slider-wrapper{position:relative;width:100%;max-width:800px;height:480px;overflow:hidden;border-radius:18px;box-shadow:0 6px 20px #0006}.slider-controls{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:8px}.slider-controls .dot.active{background:#f0c14b;transform:scale(1.2)}.recipe-content{max-width:750px;margin-top:2.5rem;text-align:left;line-height:1.8;color:#d6d6d6}.recipe-content h2{margin-bottom:1rem;font-size:1.9rem;color:#f0c14b}.recipe-content p{margin:1rem 0}@media (max-width: 768px){.slider-wrapper{height:350px}.recipe-content{text-align:center;margin-top:2rem}.recipe-content h2{font-size:1.6rem}}.churma-recipe-page{display:flex;flex-direction:column;align-items:center;background:#0f0f0f url(/src/assets/CHURMA-5.png) no-repeat center center fixed;background-size:cover;color:#fff;padding:3rem 2rem;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.churma-recipe-page:before{content:"";position:absolute;inset:0;background:#000000bf;z-index:0}.churma-recipe-page>*{position:relative;z-index:1}.slider-wrapper{position:relative;width:100%;max-width:800px;height:480px;overflow:hidden;border-radius:18px;box-shadow:0 6px 20px #0009;margin-bottom:2.5rem}.slide{position:absolute;opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out}.slide.active{opacity:1}.slide img{width:100%;height:100%;object-fit:cover;border-radius:18px}.slider-controls{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px}.slider-controls .dot{width:10px;height:10px;background:#bbb;border-radius:50%;cursor:pointer;transition:all .3s}.slider-controls .dot.active{background:#f0c14b;transform:scale(1.3)}.recipe-content{max-width:750px;background:#ffffff0f;border:1px solid rgba(240,193,75,.25);border-radius:16px;padding:2.2rem 2.5rem;text-align:left;line-height:1.8;color:#e5e5e5;box-shadow:0 6px 20px #00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .3s ease,box-shadow .3s ease}.recipe-content:hover{transform:translateY(-6px);box-shadow:0 10px 25px #f0c14b4d}.recipe-content h2{margin-bottom:1rem;font-size:2rem;color:#f0c14b;font-weight:700;text-align:center}.recipe-content ul,.recipe-content ol{margin-left:1.5rem}.recipe-content p{margin:1rem 0;color:#dcdcdc}.recipe-content li{margin-bottom:.5rem}@media (max-width: 992px){.slider-wrapper{max-width:680px;height:400px}.recipe-content{padding:1.8rem 2rem}}@media (max-width: 768px){.slider-wrapper{max-width:90%;height:320px}.recipe-content{width:90%;text-align:center;padding:1.8rem}.recipe-content h2{font-size:1.7rem}}@media (max-width: 480px){.slider-wrapper{height:250px}.recipe-content{padding:1.2rem}.recipe-content h2{font-size:1.4rem}.recipe-content p{font-size:.9rem}}.aboutus-page{min-height:100vh;width:100%;background:url(/assets/roti-Bo-eX3Ni.jpg) no-repeat center center fixed;background-size:cover;position:relative;display:flex;justify-content:center;align-items:center;padding:4rem 2rem;font-family:Poppins,sans-serif;overflow:hidden}.aboutus-page:before{content:"";position:absolute;inset:0;background:#000000b3;z-index:0}.aboutus-container{position:relative;z-index:1;max-width:900px;color:#f5f5f5;line-height:1.8;text-align:justify;animation:fadeInUp 1.2s ease-in-out both}.aboutus-container h1{text-align:center;color:#f0c14b;font-size:2.8rem;margin-bottom:2rem;font-weight:700;letter-spacing:1px;animation:fadeInUp 1s ease-in-out both}.aboutus-container p{font-size:1.1rem;margin-bottom:1.3rem;color:#e0e0e0;animation:fadeInUp 1.4s ease-in-out both}.aboutus-container strong{color:#f0c14b}.aboutus-container em{color:#d6d6d6;font-style:italic}.tagline{text-align:center;margin-top:2.5rem;color:#ffd875;font-size:1.4rem;font-weight:600;letter-spacing:.5px;animation:fadeInUp 1.8s ease-in-out both}@media (max-width: 992px){.aboutus-container{max-width:85%}.aboutus-container h1{font-size:2.4rem}.aboutus-container p{font-size:1rem}}@media (max-width: 768px){.aboutus-page{padding:3rem 1.5rem;background-attachment:scroll}.aboutus-container h1{font-size:2rem}.aboutus-container p{font-size:.95rem}.tagline{font-size:1.2rem}}@media (max-width: 480px){.aboutus-container h1{font-size:1.7rem}.aboutus-container p{font-size:.9rem}.tagline{font-size:1rem}}.contact-page{min-height:100vh;width:100%;background:url(/src/assets/squarelogo.png) no-repeat center center fixed;background-size:cover;position:relative;display:flex;justify-content:center;align-items:center;padding:4rem 2rem;font-family:Poppins,sans-serif;overflow:hidden}.contact-page:before{content:"";position:absolute;inset:0;background:#000000c7;z-index:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.contact-container{position:relative;z-index:1;background:#ffffff12;border:1px solid rgba(240,193,75,.25);border-radius:18px;padding:2.5rem 3rem;color:#f5f5f5;max-width:700px;text-align:center;box-shadow:0 6px 25px #0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeInUp 1.2s ease-in-out both;transition:transform .3s ease,box-shadow .3s ease}.contact-container:hover{transform:translateY(-6px);box-shadow:0 10px 28px #f0c14b59}.brand-logo{width:120px;margin-bottom:1rem;transition:transform .3s ease}.brand-logo:hover{transform:scale(1.08)}.contact-container h1{color:#f0c14b;font-size:2.2rem;margin-bottom:1rem;letter-spacing:1px;font-weight:700;animation:fadeInUp 1.1s ease-in-out both}.intro{font-size:1.05rem;margin-bottom:2rem;color:#e0e0e0;animation:fadeInUp 1.3s ease-in-out both}.contact-info{text-align:center;margin-bottom:2rem;animation:fadeInUp 1.4s ease-in-out both}.contact-info h3{color:#f0c14b;margin-bottom:.4rem}.contact-info p{color:#ddd;margin-bottom:1rem}.instagram-handle{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#ffffff14;padding:.6rem 1.2rem;border-radius:10px;transition:all .3s ease;border:1px solid rgba(240,193,75,.25)}.instagram-handle:hover{background:#f0c14b26;transform:scale(1.05);box-shadow:0 0 12px #f0c14b59}.insta-logo{width:26px;height:26px;border-radius:50%;object-fit:cover}.instagram-handle span{font-weight:500;color:#ffd875}.cta{margin-top:1rem;font-size:1rem;color:#e5e5e5}.closing-note{margin-top:1.5rem;line-height:1.6;animation:fadeInUp 1.6s ease-in-out both}.closing-note .thankyou{margin-top:1rem;color:#f0c14b;font-weight:600;font-size:1.1rem}@media (max-width: 768px){.contact-container{padding:2rem;max-width:90%}.brand-logo{width:100px}.contact-container h1{font-size:1.8rem}.intro,.cta,.closing-note p{font-size:.95rem}}@media (max-width: 480px){.contact-container{padding:1.6rem}.brand-logo{width:80px}.contact-container h1{font-size:1.5rem}.instagram-handle{padding:.5rem 1rem;font-size:.9rem}}.contact-page:before{content:"";position:absolute;inset:0;background:url(/src/assets/squarelogo.png) no-repeat center center fixed;background-size:45%;opacity:.03;filter:blur(12px) brightness(.4);z-index:0}.contact-page{min-height:100vh;width:100%;position:relative;display:flex;justify-content:center;align-items:center;padding:4rem 2rem;font-family:Poppins,sans-serif;overflow:hidden;background-color:#000}.contact-page:before{content:"";position:absolute;inset:0;background:url(/src/assets/squarelogo.png) no-repeat center center fixed;background-size:45%;opacity:.03;filter:blur(12px) brightness(.4);animation:fadeWatermark 6s ease-in-out infinite alternate;z-index:0}.contact-page:after{content:"";position:absolute;inset:0;background:#000000e6;z-index:0}@keyframes fadeWatermark{0%{opacity:.02;filter:blur(13px) brightness(.35)}50%{opacity:.05;filter:blur(10px) brightness(.5)}to{opacity:.03;filter:blur(12px) brightness(.4)}}
