@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--primary-cream: #fdfbf7;--secondary-white: #ffffff;--accent-grey: #6b7280;--text-dark: #1f2937;--border-light: #e5e7eb;--nav-bg: rgba(253, 251, 247, .9)}.page-header{position:relative;padding:8rem 0 6rem;text-align:center;background-size:cover;background-position:center;background-attachment:fixed;color:var(--secondary-white);box-shadow:0 10px 15px -3px #0000001a;display:flex;align-items:center;justify-content:center;min-height:40vh}.products-header{background-image:url(/assets/hero_bg.png)}.contact-header{background-color:var(--text-dark);min-height:auto;padding-bottom:4rem}.contact-header .header-overlay{display:none}.header-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#1f2937bf;z-index:1}.header-content{position:relative;z-index:2;animation:fadeIn 1s ease-out}.header-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 4px 6px rgba(0,0,0,.3)}.header-content p{font-size:1.25rem;opacity:.95;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.breadcrumbs{display:inline-flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;background-color:#ffffff26;padding:.5rem 1.5rem;border-radius:50px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin-top:1rem}.breadcrumbs a{color:var(--secondary-white);transition:color .3s ease}.breadcrumbs a:hover{color:var(--primary-cream);text-decoration:underline}.breadcrumbs .separator{opacity:.7}@media(max-width:768px){.header-content h1{font-size:2.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:var(--primary-cream);color:var(--text-dark);line-height:1.6}a{text-decoration:none;color:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 1.25rem}.section{padding:3rem 0}.section-title{font-size:2rem;margin-bottom:2rem}}.section{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:3rem;color:var(--text-dark)}.card{background-color:var(--secondary-white);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000005,0 10px 15px #00000008;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000000d,0 20px 25px #00000008}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background-color:var(--text-dark);color:var(--primary-cream)}.btn-primary:hover{background-color:#000;transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary-white);color:var(--text-dark);border:1px solid var(--border-light)}.btn-secondary:hover{background-color:#f3f4f6;transform:translateY(-2px)}.grid{display:grid;gap:2rem}.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(1,1fr)}@media(min-width:768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}}.navbar{position:sticky;top:0;z-index:1000;background-color:var(--nav-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);padding:1rem 0}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center}.logo-img{height:65px;width:auto;object-fit:contain;transition:transform .3s ease}.logo-img:hover{transform:scale(1.02)}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{font-weight:500;color:var(--accent-grey);transition:color .3s ease}.nav-link:hover,.nav-link.active{color:var(--text-dark)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--text-dark);padding:.5rem}@media(max-width:768px){.mobile-menu-btn{display:block;z-index:1001}.nav-links{position:fixed;top:78px;left:0;width:100%;background-color:var(--secondary-white);flex-direction:column;align-items:center;padding:2rem 0;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-150%);transition:transform .3s ease-in-out;gap:1.5rem;border-top:1px solid var(--border-light)}.nav-links.open{transform:translateY(0)}.nav-link{font-size:1.1rem;width:100%;text-align:center;padding:.5rem 0}.nav-links .btn{width:80%;text-align:center}}background: none; border: none; cursor: pointer; color: var(--text-dark); } @media (max-width: 768px){.nav-links{position:absolute;top:100%;left:0;width:100%;background-color:var(--secondary-white);flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-150%);opacity:0;transition:all .3s ease-in-out;z-index:999}.nav-links.open{transform:translateY(0);opacity:1}.mobile-menu-btn{display:block}}.footer{background-color:var(--secondary-white);border-top:1px solid var(--border-light);padding-top:4rem}.footer-container{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer-container{grid-template-columns:2fr 1fr 1fr}}.footer-col h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-col h4{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-desc{color:var(--accent-grey);max-width:300px}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--accent-grey);transition:color .3s ease}.footer-links a:hover{color:var(--text-dark)}.footer-info{display:flex;flex-direction:column;gap:1rem}.info-item{display:flex;align-items:center;gap:.75rem;color:var(--accent-grey)}.footer-bottom{border-top:1px solid var(--border-light);padding:1.5rem 0;text-align:center;color:var(--accent-grey);font-size:.9rem}@media(max-width:768px){.footer{padding-top:2.5rem;text-align:center}.footer-container{gap:2rem}.footer-col{display:flex;flex-direction:column;align-items:center}.footer-desc{margin:0 auto}.info-item{justify-content:center}}.home-page{animation:fadeIn .8s ease-out}.hero-section{position:relative;min-height:calc(100vh - 78px);display:flex;align-items:center;justify-content:center;text-align:center;background-image:url(/assets/sbjt-hero.jpeg);background-size:cover;background-position:top center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#696a6b30;z-index:1}.hero-content{position:relative;z-index:2;max-width:900px}.spiritual-greeting{display:inline-block;margin-bottom:2.5rem;padding:.6rem 2rem;font-size:1.15rem;font-weight:600;color:#c9a46c;letter-spacing:3px;background-color:#ffffff14;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(201,164,108,.25);border-radius:50px;text-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 4px 15px #00000026;animation-delay:.05s}@keyframes premiumBlink{0%,to{opacity:1;text-shadow:0 2px 4px rgba(0,0,0,.5),0 0 12px rgba(201,164,108,.6)}50%{opacity:.75;text-shadow:0 2px 4px rgba(0,0,0,.5),0 0 2px rgba(201,164,108,.1)}}.spiritual-greeting span{display:inline-block;animation:premiumBlink 1s ease-in-out infinite}.trust-strip{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation-delay:.1s}.trust-label{font-size:.85rem;text-transform:uppercase;letter-spacing:2px;font-weight:600;color:var(--primary-cream);background-color:#00000026;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);padding:.25rem 1rem;border-radius:50px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.trust-brands{font-size:.9rem;color:var(--primary-cream);font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.5)}.trust-brands span{font-weight:700}.hero-content h1{font-size:4rem;font-weight:800;color:var(--primary-cream);margin-bottom:1.5rem;line-height:1.1;text-shadow:0 4px 10px rgba(0,0,0,.5);animation-delay:.3s}.hero-tagline{font-size:1.25rem;color:var(--primary-cream);opacity:.95;margin-bottom:3rem;font-weight:500;text-shadow:0 2px 5px rgba(0,0,0,.5);animation-delay:.5s;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;animation-delay:.7s}.hero-btn-secondary{background-color:transparent;border:2px solid var(--primary-cream);color:var(--primary-cream)}.hero-btn-secondary:hover{background-color:var(--primary-cream);color:var(--text-dark)}.hero-highlights{position:relative;z-index:10;margin-top:-4rem;padding-bottom:4rem}.highlights-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.highlights-grid{grid-template-columns:repeat(3,1fr)}}.highlight-card{background-color:var(--secondary-white);border-radius:12px;padding:2rem;box-shadow:0 10px 25px -5px #0000000d;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid var(--border-light);transition:transform .3s ease,box-shadow .3s ease}.highlight-card:nth-child(1){animation-delay:.8s}.highlight-card:nth-child(2){animation-delay:1s}.highlight-card:nth-child(3){animation-delay:1.2s}.highlight-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a;border-color:#d1d5db}.highlight-icon-wrapper{background-color:var(--primary-cream);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.highlight-icon{color:var(--text-dark)}.highlight-text h3{font-size:1.15rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.highlight-text p{font-size:.95rem;color:var(--accent-grey)}.about-section{background-color:var(--secondary-white);padding:6rem 0}.scroll-fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.scroll-fade-in.is-visible{opacity:1;transform:translateY(0)}.about-container{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:992px){.about-container{grid-template-columns:1fr 1fr}}.about-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.about-image{width:100%;height:auto;display:block;object-fit:cover;transition:transform .5s ease}.about-image-wrapper:hover .about-image{transform:scale(1.05)}.about-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);line-height:1.2}.about-description{color:var(--accent-grey);margin-bottom:2rem;font-size:1.15rem;line-height:1.6}.about-highlight-list{list-style:none;padding:0;margin:0 0 2.5rem;display:flex;flex-direction:column;gap:1rem}.about-highlight-list li{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;color:var(--text-dark);font-weight:500}.list-icon{color:#c9a46c;flex-shrink:0}.about-badges{display:flex;flex-direction:column;gap:1rem}.about-badge{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background-color:var(--primary-cream);border-radius:10px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid var(--border-light);transition:transform .3s ease,box-shadow .3s ease}.about-badge:hover{transform:translate(5px);box-shadow:0 6px 12px -2px #00000014;border-color:#d1d5db}.badge-icon{color:var(--text-dark);background-color:var(--secondary-white);padding:8px;border-radius:8px;width:40px;height:40px;flex-shrink:0}.about-badge span{font-weight:600;color:var(--text-dark);font-size:1.05rem}.solutions-section{background-color:var(--primary-cream);padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-subtitle{color:var(--accent-grey);font-size:1.15rem;margin-top:1rem}.solutions-grid{gap:2rem}.modern-solution-card{background-color:var(--secondary-white);border-radius:16px;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d;border:1px solid var(--border-light);transition:transform .4s ease,box-shadow .4s ease;display:flex;flex-direction:column}.modern-solution-card:hover{transform:translateY(-8px);box-shadow:0 20px 30px -10px #0000001a;border-color:#d1d5db}.modern-card-image-wrapper{position:relative;height:220px;overflow:hidden}.modern-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.modern-solution-card:hover .modern-card-image{transform:scale(1.05)}.modern-card-icon{position:absolute;bottom:-24px;right:24px;background-color:var(--text-dark);color:var(--primary-cream);width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0003;transition:transform .3s ease}.modern-solution-card:hover .modern-card-icon{transform:translateY(-5px)}.modern-card-content{padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;flex-grow:1}.modern-card-content h3{font-size:1.35rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.modern-card-list{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.modern-card-list li{color:var(--accent-grey);font-size:.95rem;margin-bottom:.6rem;position:relative;padding-left:1.25rem}.modern-card-list li:before{content:"•";color:#c9a46c;font-weight:700;position:absolute;left:0;font-size:1.2rem;line-height:1}.modern-card-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-dark);font-weight:600;text-decoration:none;transition:gap .3s ease,color .3s ease;margin-top:auto}.modern-card-link:hover{gap:.75rem;color:#c9a46c}.brands-section{background-color:var(--secondary-white);padding:6rem 0}.brands-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.brand-card{flex:0 1 calc(50% - 1rem);max-width:250px}@media(min-width:768px){.brand-card{flex:0 1 calc(25% - 1.5rem)}}.brand-card{background-color:var(--primary-cream);padding:2rem 1rem;border-radius:8px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .3s ease;border:1px solid var(--border-light);min-height:120px}.brand-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a;background-color:var(--secondary-white);border-color:transparent}.brand-card h3{font-size:1rem;font-weight:600;color:var(--text-dark)}.brand-card span{font-size:.8rem;color:var(--accent-grey);margin-top:.2rem}.brand-logo{width:100%;height:70px;object-fit:contain;margin-bottom:1rem;transition:all .4s ease;mix-blend-mode:multiply}.brand-card:hover .brand-logo{transform:scale(1.05)}.gallery-section{background-color:var(--primary-cream);padding:6rem 0}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.gallery-item{position:relative;overflow:hidden;border-radius:12px;aspect-ratio:4/3;box-shadow:0 4px 6px #0000000d}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94);display:block}.gallery-item:hover img{transform:scale(1.1)}.trust-section{background-color:var(--primary-cream);padding:6rem 0;text-align:center}.trust-section .section-subtitle{max-width:700px;margin:0 auto 4rem;color:var(--accent-grey)}.trust-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr)}}.certificate-card{background-color:var(--secondary-white);border-radius:16px;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d;transition:transform .4s ease,box-shadow .4s ease;border:1px solid var(--border-light);display:flex;flex-direction:column}.certificate-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px -10px #0000001a}.cert-image-wrapper{padding:2rem;background-color:var(--secondary-white);border-bottom:1px solid var(--border-light);display:flex;align-items:center;justify-content:center;height:200px}.cert-image{max-width:80%;max-height:100%;object-fit:contain;transition:transform .5s ease}.certificate-card:hover .cert-image{transform:scale(1.05)}.cert-content{padding:2rem;text-align:center}.cert-content h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.cert-content p{color:var(--accent-grey);font-size:1rem;line-height:1.6}.features-section{background-color:var(--secondary-white);padding:6rem 0}.feature-card{text-align:center;padding:2rem}.feature-icon{margin:0 auto 1.5rem;color:var(--text-dark)}.feature-card h4{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.feature-card p{color:var(--accent-grey);font-size:.95rem}.customer-section{background-color:var(--primary-cream);padding:6rem 0;text-align:center}.customer-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem}.customer-type{display:flex;flex-direction:column;align-items:center;gap:1rem;opacity:.8;transition:opacity .3s ease}.customer-type:hover{opacity:1}.customer-icon{color:var(--text-dark)}.customer-type span{font-weight:500}.location-section{background-color:var(--secondary-white);padding:6rem 0}.location-container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:992px){.location-container{grid-template-columns:1fr 1fr}}.location-info{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;font-size:1.1rem;color:var(--accent-grey);line-height:1.6}.location-map iframe{box-shadow:0 10px 15px -3px #0000001a}.cta-section{background-color:var(--text-dark);color:var(--primary-cream);text-align:center;padding:6rem 0}.cta-container h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-container p{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center}.cta-section .btn-primary{background-color:var(--primary-cream);color:var(--text-dark)}.cta-section .btn-primary:hover{background-color:var(--secondary-white)}.cta-section .btn-secondary{border-color:var(--primary-cream);color:var(--primary-cream);background-color:transparent}.cta-section .btn-secondary:hover{background-color:#ffffff1a}@media(max-width:1024px){.hero-content h1{font-size:3rem}}@media(max-width:768px){.hero-content h1{font-size:2rem;line-height:1.2;margin-bottom:2rem}.hero-section{min-height:auto;padding:6rem 0 4rem;background-position:center}.trust-strip{width:100%;margin-bottom:1.5rem}.trust-brands{flex-wrap:wrap;justify-content:center;gap:.5rem;line-height:1.6}.trust-brands span{display:inline-block}.hero-buttons{flex-direction:column;gap:1rem;width:100%}.hero-buttons .btn{width:100%;text-align:center}.about-container{grid-template-columns:1fr;gap:2rem}.about-image-wrapper{order:-1;max-height:300px}.about-content h2{font-size:1.75rem;text-align:center}.about-description{text-align:center}.about-highlight-list{margin-left:0;padding-left:0}.grid-cols-3{grid-template-columns:1fr!important}.modern-solution-card{min-height:auto}.modern-card-image-wrapper{height:180px}.brands-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gallery-grid{grid-template-columns:repeat(1,1fr)}.cta-container h2{font-size:1.75rem}.cta-buttons{flex-direction:column;width:100%}.cta-buttons .btn{width:100%;text-align:center}}@media(max-width:480px){.hero-content h1{font-size:1.75rem}.spiritual-greeting{font-size:.95rem;padding:.5rem 1rem}.brands-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.brand-card{padding:1rem .5rem;min-height:100px}.brand-logo{height:50px;margin-bottom:.5rem}.brand-card h3{font-size:.85rem}}.contact-container{padding:4rem 2rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:992px){.contact-container{grid-template-columns:1fr 1fr}}.contact-details{padding:3rem}.contact-details h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text-dark)}.contact-desc{color:var(--accent-grey);font-size:1.1rem;margin-bottom:2.5rem}.contact-info-list{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1.25rem}.contact-icon{background-color:var(--primary-cream);color:var(--text-dark);padding:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-item h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-dark)}.contact-item p{color:var(--accent-grey);font-size:1rem;line-height:1.5}.contact-subtext{font-size:.85rem;opacity:.8;margin-top:.25rem}.contact-item a{color:inherit;transition:color .3s ease}.contact-item a:hover{color:var(--text-dark)}.contact-time{font-weight:500;color:var(--text-dark);margin-top:.25rem}.contact-visuals{padding:3rem}.contact-map h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-dark)}.contact-greeting{margin-top:2rem;background-color:var(--primary-cream);padding:1.5rem 1rem;border-radius:8px;text-align:center}.contact-greeting h3{font-size:1.25rem;font-weight:600;color:var(--text-dark)}@media(max-width:768px){.contact-container{padding:2rem 1rem;gap:2rem}.contact-details{padding:1.5rem}.contact-details h2{font-size:1.75rem}.contact-visuals{padding:1.5rem 0}.contact-map iframe{height:300px}}
