@import url(https://fonts.googleapis.com/css2?family=Pacifico&display=swap);@import url(https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@400;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Pacifico&family=Inter:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@400;500;600&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#fce4cc;border-bottom:1px solid #0000001a;position:fixed;top:0;width:100%;z-index:50}.header-container{margin:0 auto;max-width:1280px;padding:0 1rem}.header-content{height:60px;justify-content:space-between}.header-content,.header-logo{align-items:center;display:flex}.header-logo{gap:.75rem}.logo-img{border-radius:.5rem;height:2.5rem;width:auto}.brand-name{color:#be6200;font-family:"breeserif";font-size:1.25rem}.nav-desktop{display:none}@media (min-width:768px){.nav-desktop{align-items:center;display:flex;gap:2rem}}.nav-link{background:none;border:none;color:#222;cursor:pointer;font-family:Poppins,sans-serif;transition:color .3s ease}.nav-link.active{border-bottom:2px solid #007bff}.nav-link-mobile.active,.nav-link.active{color:#007bff;font-weight:700}.menu-button{background:none;border:none;display:block;padding:.5rem}@media (min-width:768px){.menu-button{display:none}}.nav-mobile{animation:slide-up .3s ease;border-top:1px solid #0000001a;display:block;padding:1rem 0}.nav-mobile-links{display:flex;flex-direction:column;gap:1rem}.nav-link-mobile{background:none;border:none;color:#222;font-family:Poppins,sans-serif;font-size:1.2rem;padding:.5rem 0;text-align:left;transition:color .3s ease}.nav-link-mobile:hover{color:#007bff}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body,html{overflow-x:hidden;width:100%}.hero-nav-button{align-items:center;background-color:#0000004d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease;width:40px;z-index:20}.hero-nav-button:hover{background-color:#0009}.hero-nav-button.left{left:1rem}.hero-nav-button.right{right:1rem}.hero-nav-button .w-6{width:1.5rem}.hero-nav-button .h-6{height:1.5rem}.hero-background{background-repeat:no-repeat}.hero-overlay{background-color:#0006}.hero-content{margin:0 auto;max-width:64rem}.hero-subtitle{animation:fade-in-up .8s ease-out .2s;animation-fill-mode:backwards}.hero-buttons{animation:fade-in-up .8s ease-out .4s;animation-fill-mode:backwards}.btn-outline .icon,.btn-primary .icon{transition:transform .3s ease}.btn-outline:hover .icon,.btn-primary:hover .icon{transform:translateY(3px)}@media (min-width:640px){.hero-buttons{flex-direction:row;justify-content:center}.btn-outline,.btn-primary{width:auto}}@media (min-width:768px){.hero-heading{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.bismi-about{background-color:#00000008;padding:4rem 0}.container{max-width:96rem}.top-section{margin-bottom:4rem;min-height:50vh}.grid-layout{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.grid-layout{grid-template-columns:repeat(2,1fr)}}.video-container{border-radius:.5rem;box-shadow:0 0 25px #ffa50033;overflow:hidden;padding-top:56.25%;position:relative}.video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.description .heading{color:#3e1b1b;font-family:Roboto,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1.5rem}.paragraph{color:#555;font-family:"sans-serif";font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;margin-bottom:1rem}.bottom-section{min-height:40vh;text-align:center}.subheading{color:#3e1b1b;font-family:Roboto,cursive;font-size:clamp(1.25rem,2.5vw,1.75rem);margin-bottom:3rem}.grid-icons{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.trust-box{margin:.5rem;padding:1rem;text-align:center;transition:all .3s}.trust-box:hover{border-radius:20px;padding-top:10px}.trust-box:hover .icon-circle{background-color:#29de62;color:#fff;transition:all .6s}@media (hover:none){.trust-box:hover{background-color:initial;padding-top:1rem}.trust-box:hover .icon-circle{background-color:#fce4cc;color:#29de62}}.icon-circle{align-items:center;background-color:#fce4cc;border-radius:9999px;color:#29de62;display:flex;height:4.5rem;justify-content:center;margin:0 auto 1rem;width:4.5rem}.icon-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.icon-text,.icon-title{font-family:Poppins,sans-serif}.icon-text{color:#555;font-size:.875rem}.animate-fade-in{animation:fadeIn 1s ease-in forwards}.animate-slide-up{animation:slideUp 1s ease-in forwards}.animate-bounce-in{animation:bounceIn .9s ease-in-out forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.9)}60%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}@media screen and (max-width:900px){.grid-layout{grid-template-columns:1fr}}@media screen and (max-width:768px){.grid-icons{gap:1rem;grid-template-columns:repeat(2,1fr)}.subheading{font-size:1.45rem}.video-container{box-shadow:none}}@media screen and (max-width:480px){.container{padding:0 .75rem}.grid-icons{gap:1rem;grid-template-columns:repeat(2,1fr)}.description .heading{font-size:1.5rem}.paragraph{font-size:1rem}.icon-title{font-size:.9rem}.icon-text{font-size:.75rem}.trust-box{padding:.5rem}.icon-circle{height:3.5rem;width:3.5rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fff8f2;color:#3d352e;font-family:Inter,sans-serif;overflow-x:hidden;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.icon{height:1.25rem;width:1.25rem}.hero-section{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem 1rem;position:relative;width:100%}.hero-background{background-position:50%;background-size:cover;inset:0;position:absolute;transition:background-image 1s ease-in-out}.hero-overlay{background-color:#00000073;inset:0;position:absolute}.hero-content{padding:0 1rem;position:relative;text-align:center;z-index:10}.hero-heading{animation:fade-in-up .8s ease-out;color:#fff;font-family:Pacifico,cursive;font-size:2.5rem;line-height:1.2;margin-bottom:1rem;text-shadow:2px 2px 8px #000000b3}.hero-subtitle{animation:fade-in-up .8s ease-out .2s backwards;color:#fffffff2;font-size:1.1rem;font-weight:400;margin-bottom:2.5rem}.hero-buttons{animation:fade-in-up .8s ease-out .4s backwards;display:flex;flex-direction:column;gap:1rem}.btn-outline,.btn-primary{align-items:center;border:2px solid #0000;border-radius:9999px;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;padding:.8rem 1.6rem;transition:all .3s ease;width:100%}.btn-primary{background-color:#fff;color:#007bff}.btn-primary:hover{background-color:#f0f0f0;transform:translateY(-2px)}.btn-outline{background-color:#25d366;color:#fff}.btn-outline:hover{background-color:#1dae54;transform:translateY(-2px)}.hero-whatsapp-icon{height:30px;margin-right:-8px;width:30px}.products-section{background-color:#fff8f2;padding:4rem 1rem}.section-header{margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff8c42,#ff5c5c);-webkit-background-clip:text;background-clip:text}.section-header p{color:#7a6a5c;font-size:1.125rem;margin:0 auto;max-width:600px}.product-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card{background:#fff;border-radius:1rem;box-shadow:0 4px 15px #0000000d;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.product-image{aspect-ratio:1/1;overflow:hidden;position:relative}.product-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.1)}.product-badge{background-color:#ff5722;border-radius:.5rem;color:#fff;font-size:.75rem;font-weight:700;left:10px;padding:.25rem .75rem;position:absolute;top:10px;z-index:1}.product-info{display:flex;flex-direction:column;flex-grow:1;padding:1rem}.product-name{color:#3d352e;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.product-meta{align-items:center;color:#7a6a5c;display:flex;flex-grow:1;font-size:.95rem;justify-content:space-between;margin-bottom:1rem}.price{color:#31281f;font-size:1.1rem;font-weight:700}.order-button{align-items:center;background:linear-gradient(90deg,#4caf50,#2e7d32);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.6rem .8rem;transition:all .3s ease;width:100%}.order-button:hover{box-shadow:0 8px 20px #2e7d3240;transform:translateY(-2px)}.cta-box{background:linear-gradient(90deg,#fb7,#fce4cc);border-radius:1rem;margin-top:4rem;padding:2.5rem;text-align:center}.cta-box h3{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.cta-box p{color:#5c4d3c;margin-bottom:1.5rem}.combo-button{align-items:center;background:#25d366;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;gap:.75rem;padding:12px 24px;transition:all .3s ease}.combo-button:hover{background:#1dae54;transform:scale(1.05)}.call-button{align-items:center;background:#ee8f1ada;border:none;border-radius:10px;box-shadow:0 4px 12px #cd66124d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;gap:.75rem;margin-left:10px;padding:12px 24px;transition:all .3s ease}.call-button:hover{background:#b3540f;box-shadow:0 6px 16px #cd661266;transform:scale(1.05)}:root{--primary-color:#059669;--primary-hover:#10b981;--text-dark:#111827;--text-light:#4b5563;--background-light:#fff;--border-color:#e5e7eb}.modal-overlay{align-items:center;animation:fadeIn .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#11182799;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:2000}.modal-content{animation:slideUpAndFadeIn .4s cubic-bezier(.4,0,.2,1);background:#fff;background:var(--background-light);border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;flex-direction:column;max-width:500px;overflow:hidden;position:relative;width:100%}.modal-close{align-items:center;background:#0000000d;border:none;border-radius:50%;color:red;cursor:pointer;display:flex;height:2rem;justify-content:center;position:absolute;right:.75rem;top:.75rem;transition:all .2s ease-in-out;width:2rem;z-index:10}.modal-close:hover{background:#f60202;color:#fff;transform:rotate(90deg) scale(1.1)}.modal-content>img{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);display:block;height:350px;object-fit:cover;width:100%}.modal-details{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 2rem;text-align:left}.modal-details h2{color:#111827;color:var(--text-dark);font-size:1.75rem;font-weight:700;margin:0}.modal-price-container{align-items:baseline;display:flex;gap:1rem;justify-content:space-between}.modal-price-container h3{color:#059669;color:var(--primary-color);font-size:1.5rem;font-weight:700;margin:0}.modal-price-container p{background:#f3f4f6;border-radius:99px;font-size:.9rem;font-weight:500;padding:.25rem .6rem}.modal-details>p,.modal-price-container p{color:#4b5563;color:var(--text-light);margin:0}.modal-details>p{font-size:1rem;line-height:1.6}.modal-order-btn{align-items:center;background:#059669;background:var(--primary-color);border:none;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin-top:1rem;padding:.8rem 1.5rem;transition:all .3s ease}.modal-order-btn:hover{background:#10b981;background:var(--primary-hover);box-shadow:0 10px 15px -3px #05966933,0 4px 6px -4px #05966933;transform:translateY(-3px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpAndFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.floating-cart-btn{align-items:center;background-color:#25d366;border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;display:flex;height:60px;justify-content:center;position:fixed;right:30px;transition:transform .2s ease-in-out;width:60px;z-index:1000}.floating-cart-btn:hover{background-color:#1dae54;transform:scale(1.1)}.cart-item-count{align-items:center;background-color:#ff5722;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:700;height:24px;justify-content:center;position:absolute;right:-5px;top:-5px;width:24px}.cart-modal{max-width:450px}.cart-modal h2{color:#111827;color:var(--text-dark);font-size:1.5rem;font-weight:700;text-align:center}.cart-items-list{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0;max-height:50vh;overflow-y:auto;padding:0 .5rem}.cart-item{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);padding-bottom:1rem}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item-image{border:none!important;border-radius:.5rem;flex-shrink:0;height:60px!important;margin:0!important;object-fit:cover;width:60px!important}.cart-item-details{text-align:left}.cart-item-details h4{color:#111827;color:var(--text-dark);font-size:1rem;font-weight:600;margin:0 0 .25rem}.cart-item-details p{color:#4b5563;color:var(--text-light);font-size:.9rem;margin:0}.remove-item-btn{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#4b5563;color:var(--text-light);cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;transition:all .2s ease;width:30px}.remove-item-btn:hover{background:#e5e7eb;color:#111827;color:var(--text-dark);transform:scale(1.1)}.cart-proceed-btn{background:#25d366!important;margin-right:20px;width:50%!important}.cart-proceed-btn:hover{background:#1dae54!important;box-shadow:0 10px 15px -3px #25d36633,0 4px 6px -4px #25d36633}@media (max-width:640px){.hero-heading{font-size:2rem}.hero-subtitle{font-size:1rem}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.product-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.product-info{padding:.75rem}.product-name{font-size:.9rem}.product-meta{font-size:.75rem;margin-bottom:.5rem}.price{font-size:1rem}.order-button{font-size:.8rem;padding:.5rem}.order-button .icon{height:1rem;width:1rem}.cta-box{padding:1.5rem}.cta-box h3{font-size:1.25rem}.cta-box p{font-size:.9rem}.call-button,.combo-button{font-size:1rem}.call-button{font-size:14.5px;margin-left:0;margin-top:10px;width:80%}.cart-proceed-btn{font-size:14px;height:43px}.modal-content{max-height:80vh;overflow-y:auto;width:90%}.modal-details{padding:1.25rem 1.5rem}.modal-details h2{font-size:1.5rem}.modal-price-container h3{font-size:1.25rem}.cart-header{align-items:center!important;display:flex;flex-direction:row;justify-content:center}.cart-heading{margin-top:10px}.clear-cart-btn{font-size:13px!important}.floating-cart-btn{bottom:20px;height:50px;right:20px;width:50px}.cart-item-count{font-size:12px;height:20px;width:20px}}@media (min-width:641px) and (max-width:768px){.hero-heading{font-size:3rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (min-width:769px){.hero-buttons{flex-direction:row;justify-content:center}.btn-outline,.btn-primary{width:auto}.hero-heading{font-size:3.5rem}.hero-subtitle{font-size:1.25rem}.section-header h2{font-size:3rem}}@media (min-width:1024px){.hero-heading{font-size:4.5rem}.hero-subtitle{font-size:1.5rem}}.variations-container{border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem}.variations-container h4{color:#111827;color:var(--text-dark);font-size:1rem;font-weight:600;margin-bottom:.75rem}.variation-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.variation-btn{background-color:initial;border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:8px;color:#4b5563;color:var(--text-light);cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 1rem;transition:all .2s ease}.variation-btn:hover{color:#059669;color:var(--primary-color)}.variation-btn.active,.variation-btn:hover{border-color:#059669;border-color:var(--primary-color)}.variation-btn.active{background-color:#059669;background-color:var(--primary-color);color:#fff;font-weight:700}.modal-order-btn:disabled{background-color:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.modal-order-btn:disabled:hover{background-color:#ccc}.quantity-controls{align-items:center;background-color:#f3f4f6;border-radius:99px;display:flex;gap:.5rem;margin:0 .5rem;padding:.25rem}.quantity-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;color:#4b5563;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s ease;width:28px}.quantity-btn:hover{background-color:#059669;background-color:var(--primary-color);border-color:#059669;border-color:var(--primary-color);color:#fff}.quantity-display{color:#111827;font-size:1rem;font-weight:700;min-width:20px;text-align:center}.cart-item{align-items:center;display:flex;gap:1rem}.cart-item-details{flex-grow:1}.empty-cart-image{height:200px;width:200px}.empty-cart-view h3{color:#131a23;margin-bottom:10px}.empty-cart-view p{margin-bottom:20px}.cart-total-container{align-items:center;border-top:2px solid #e5e7eb;display:flex;font-weight:700;justify-content:space-between;margin-left:10px;margin-right:10px;margin-top:1rem;padding:1rem 0}.cart-total-container span{color:#3d352e;font-size:1.1rem}.cart-total-price{color:#059669!important;color:var(--primary-color)!important;font-size:1.5rem!important}.empty-cart-view{padding:2rem 1rem;text-align:center}.empty-cart-image{height:auto;margin-bottom:1.5rem;opacity:.7;width:120px}.empty-cart-view h3{color:#3d352e;font-size:1.5rem;margin-bottom:.5rem}.empty-cart-view p{color:#7a6a5c}.cart-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:.4rem;padding-bottom:1rem}.cart-header h2{margin:0}.clear-cart-btn{background:none;border:1px solid red;border-radius:.5rem;color:#ff4d4d;cursor:pointer;font-size:.9rem;font-weight:700;gap:.75rem;height:43px;margin-left:20px;margin-top:20px;padding:.8rem 1.5rem;transition:background-color .2s ease;width:35%}.clear-cart-btn:hover{background-color:#ff4d4d1a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.address-description{font-size:15px}.app-container{background-color:#f9fafb;min-height:100vh}.contact-section{padding:4rem 1rem}@media (min-width:640px){.contact-section{padding:6rem 1.5rem}}@media (min-width:1024px){.contact-section{padding-left:2rem;padding-right:2rem}}.container{margin-left:auto;margin-right:auto;max-width:1280px}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#1f2937;font-size:2.25rem;font-weight:700;letter-spacing:-.025em;line-height:2.5rem}@media (min-width:768px){.section-title{font-size:3rem;line-height:1}}.section-subtitle{color:#4b5563;font-size:1.125rem;line-height:1.75rem;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:42rem}.contact-grid{grid-gap:3rem;align-items:flex-start;display:grid;gap:3rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width:1024px){.contact-grid{gap:4rem;grid-template-columns:repeat(2,minmax(0,1fr))}}.form-container{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-sizing:border-box;padding:2rem;width:100%}.form-title{color:#111827;font-size:1.5rem;font-weight:600;line-height:2rem;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;line-height:1.25rem;margin-bottom:.25rem}.form-input,.form-textarea{border:1px solid #d1d5db;border-radius:.5rem;box-sizing:border-box;padding:.75rem 1rem;transition:all .2s ease-in-out;width:100%}.form-input:focus,.form-textarea:focus{--tw-ring-color:#f59e0b;border-color:#f59e0b;box-shadow:0 0 0 2px var(--tw-ring-color);outline:none}.form-textarea{resize:none}.submit-btn{align-items:center;background-color:#d97706;border:none;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease-in-out;width:100%}.submit-btn:hover{background-color:#b45309}.submit-btn:active{transform:scale(.95)}.success-message{align-items:center;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;color:#166534;display:flex;gap:.75rem;margin-top:1rem;padding:1rem}.success-message p{font-weight:500;margin:0}.info-column{display:flex;flex-direction:column;gap:2rem}.map-embed{border:4px solid #fff;border-radius:1rem;height:24rem;overflow:hidden;width:100%}.details-container,.map-embed{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.details-container{background-color:#fff;border-radius:1rem;display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.detail-item{align-items:flex-start;display:flex;gap:1rem}.icon-wrapper{background-color:#fef3c7;border-radius:9999px;flex-shrink:0;padding:.75rem}.icon{color:#d97706;height:1.5rem;width:1.5rem}.detail-title{color:#1f2937;font-size:1.125rem;font-weight:600;line-height:1.75rem;margin:0}.detail-link,.detail-text{color:#000;margin:0;text-decoration:none;transition:color .2s ease-in-out}.detail-link:hover{color:#d97706}.footer{background-color:#1f1f1f;color:#f9f9f9;font-family:Poppins,sans-serif;padding:2rem 1rem}.footer-container{margin:0 auto;max-width:1200px}.footer-title{color:#f90;font-family:Pacifico,cursive;font-size:1.5rem}.footer-brand{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.button-icon,.icon{color:#f90;height:22px;width:22px}.button-icon{height:30px;width:30px}.heart{animation:beat 1s infinite alternate;color:#f87171}@keyframes beat{to{transform:scale(1.2)}}.mobile-footer{display:block;text-align:center}.footer-top-row{align-items:center;display:flex;flex-direction:column;gap:1rem}.footer-social{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.social-button,.whatsapp-button{align-items:center;background:#0000;border:none;color:#f90;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.footer-contact{margin-top:1rem}.contact-row{align-items:center;display:flex;gap:.5rem;justify-content:center;margin:.5rem 0}.footer-quote{border-top:1px solid #444;color:#ccc;font-size:.85rem;font-style:italic;margin-top:1.5rem;padding-top:1rem}.desktop-footer{display:none}@media screen and (min-width:768px){.mobile-footer{display:none}.desktop-footer{display:block}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.footer-section{font-size:.9rem}.footer-heading{color:#f90;font-weight:700;margin-bottom:1rem}.footer-description{color:#ccc;font-size:.9rem}.contact-row{justify-content:flex-start;margin:.5rem 0}.bold-text{font-weight:600}.footer-bottom{border-top:1px solid #444;color:#aaa;display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem;justify-content:space-between;padding-top:1rem}.social-button{margin-right:.5rem}}@media screen and (max-width:480px){.footer-title{font-size:1.3rem}.social-button,.whatsapp-button{font-size:.85rem;padding:.4rem .8rem}}.detail-link{color:#000}.contact-number{color:#f9f9f9;text-decoration:none}.contact-number:hover{color:#f90}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.8736dc6f.css.map*/