body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.integration-content .sub-heading{color:#f5a55e;font-size:20px;margin:20px}.demo-form-section{background-color:#1e1e1ee6;box-sizing:border-box;height:100%;justify-content:center;left:0;position:fixed;top:0;z-index:10000}.demo-form-content{background-color:#2b2b2b;border-radius:10px;box-shadow:0 4px 10px #0003;display:flex;gap:2rem;max-width:1000px;overflow-y:auto;padding:2rem}.demo-form-image{display:flex;flex:1 1;justify-content:center}.demo-form-image img{border-radius:10px;box-shadow:0 4px 10px #0003;max-width:100%}.demo-form-container{flex:1 1;text-align:left}.demo-form-container h2{color:gold;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.demo-form{flex-wrap:wrap}.demo-form,.form-row{display:flex;gap:1rem}.form-row{width:100%}.form-row input,.form-row select,.form-row textarea{background-color:#fff;border:1px solid #d3d3d3;border-radius:5px;color:#333;flex:1 1;font-size:.9rem;padding:.75rem}textarea{resize:vertical}.form-row.full-width{width:100%}.privacy-policy{color:#d3d3d3;font-size:.75rem;margin-bottom:1.5rem;margin-top:1rem}.request-demo-button{background-color:#9acd32;border:none;border-radius:20px;color:#1e1e1e;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem;transition:background-color .3s ease;width:100%}.request-demo-button:hover{background-color:#7caf24}@media (max-width:768px){.demo-form-content{align-items:center}.demo-form-content,.form-row{flex-direction:column}}.feature-section{align-items:center;background-color:#1e1e1e;color:#f9f9f9;display:flex;justify-content:space-around;padding:4rem 2rem;text-align:left}.feature-content{max-width:50%}.feature-content h1{color:gold;font-family:sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.feature-content p{animation:fadeInUp 1s ease-out;color:#d3d3d3;color:#ebebec;font-size:1rem;line-height:1.6;margin-bottom:2rem}.sub-heading{color:#f5a55e;font-weight:600;margin:1rem 0}.feature-content{max-width:650px;z-index:1}.feature-content,.integration-image{animation:fadeIn 1.2s ease-out;width:100%}.integration-image{margin-bottom:2rem;max-width:550px;transition:transform .5s ease;z-index:0}.laptop-image{border-radius:8px;box-shadow:0 20px 40px #00000026;height:auto;transition:transform .3s ease,box-shadow .3s ease;width:100%}.integration-image:hover{transform:translateY(-5px) scale(1.02)}.integration-image:hover .laptop-image{box-shadow:0 25px 50px #0003}.demo-button{border-radius:.25rem}.feature-image{max-width:40%}@media (min-width:1024px){.feature-section{padding:6rem 4rem}.integration-title{font-size:3rem}.integration-description{font-size:1.25rem}}@media (min-width:1280px){.feature-section{padding:7rem 6rem}}.contact-overlay{border-radius:.5rem;box-shadow:0 8px 16px #0003;height:auto;margin-top:70px}.contact-overlay,.navbar{left:0;position:fixed;top:0;width:100%}.navbar{align-items:center;background-color:#1e1e1e;box-shadow:0 2px 8px #0003;box-sizing:border-box;display:flex;font-family:Arial,sans-serif;justify-content:space-between;padding:15px 20px;transition:background-color .3s ease;z-index:100}.navbar:hover{background-color:#333}.navbar-logo{align-items:center;display:flex;font-size:1.8rem;font-weight:600}.logo-icon{height:50px;width:50px}.logo-text{color:gold;font-size:1.8rem;margin-left:.5rem;text-decoration:none}.navbar-links{display:flex;font-size:1.1rem;gap:1rem;list-style:none}.navbar-links li{color:#f9f9f9;cursor:pointer;padding:5px 10px;position:relative;transition:color .3s ease,background-color .3s ease}.navbar-links li:hover{border-radius:5px}.navbar-links li.active,.navbar-links li:hover{background-color:#333;color:gold}.dropdown-toggle{align-items:center;display:flex;position:relative}.dropdown-toggle:after{color:#f9f9f9;content:"▼";font-size:.8rem;margin-left:.5rem;transition:transform .3s ease}.dropdown-toggle:hover:after{color:gold}.dropdown-toggle.active:after{transform:rotate(180deg)}.dropdown-menu{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 10px #0003;color:#333;display:flex;flex-direction:column;left:0;margin-top:.5rem;min-width:200px;padding:1rem;position:absolute;top:100%;z-index:10}.dropdown-column ul{list-style:none;margin:0;padding:0}.dropdown-column li{color:#333;cursor:pointer;font-size:1rem;margin-bottom:1rem;transition:color .3s ease}.dropdown-column li:hover{color:gold}.demo-button-link{text-decoration:none}.demo-button{background-color:gold;font-size:1.1rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .3s ease,transform .3s ease}.demo-button:hover{background-color:#e5c600;transform:scale(1.05)}.demo-button:active{background-color:#d4b800}.demo-button-link a,.navbar-links a{color:inherit;text-decoration:none}@media (max-width:768px){.navbar-links{display:none;flex-direction:column;gap:1rem;width:100%}.navbar-logo{font-size:1.5rem}.navbar-links li{padding:10px;text-align:center;width:100%}.navbar-links.active{display:flex}.navbar-toggle{display:block}.navbar-toggle .line{background-color:#f9f9f9;height:3px;margin:5px;transition:transform .3s ease;width:25px}.navbar-toggle.active .line:first-child{transform:rotate(45deg) translate(5px,5px)}.navbar-toggle.active .line:nth-child(2){opacity:0}.navbar-toggle.active .line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}.navbar-toggle{cursor:pointer;display:none;flex-direction:column}.navbar-toggle.active .line{background-color:gold}.demo-section{align-items:center;background-color:#1e1e1e;color:#fff;display:flex;gap:2rem;justify-content:center;padding:4rem 2rem;position:relative}.demo-content{background:linear-gradient(90deg,#1a1d1b,#262624 35%,#aca812);border-radius:10px;color:#fff;flex:1 1;padding:3rem;text-align:center}.demo-content h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.demo-image{align-items:center;display:flex;flex:1 1;justify-content:center}.demo-image img{border-radius:10px;box-shadow:0 4px 10px #0003;max-width:100%}.demo-form-section{align-items:center;background-color:#2b2b2b;border-radius:10px;color:#fff;display:flex;flex-direction:column;padding:2rem;width:100%}.close-button{background-color:initial;border:none;color:gold;cursor:pointer;font-size:1.5rem;padding:.5rem;position:absolute;right:10px;top:10px}.close-button:hover{color:red}@media (max-width:768px){.demo-section{flex-direction:column;text-align:center}.demo-image{margin-top:2rem}.demo-content{padding:2rem}}.footer{background-color:#0d0d0d;color:#f0c040;font-family:Segoe UI,sans-serif;padding:20px 10px 10px}.footer-row{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-section{flex:1 1;min-width:200px}.footer-section h4{color:#f0c040;font-size:1.6em;margin:0}.footer-section p{color:#ccc;font-size:.95em;margin:6px 0}.footer-demo-button{background-color:initial;border:2px solid #f0c040;border-radius:25px;color:#f0c040;cursor:pointer;font-weight:700;padding:10px 25px;transition:background-color .3s ease,color .3s ease}.footer-demo-button:hover{background-color:#f0c040;color:#0d0d0d}.footer-bottom-bar{border-top:1px solid #333;color:#888;font-size:.85em;padding-top:20px;text-align:center}.copy-right{margin:0}.logo-icon{filter:brightness(1.1);height:30px;margin-bottom:10px;object-fit:contain;width:auto}.integration-section{overflow:hidden;position:relative;text-align:left}.integration-content{animation:fadeInLeft 1s ease-in-out}.integration-content h1{color:gold;font-family:Poppins,sans-serif;font-size:2.8rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.integration-content p{font-weight:400;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.integration-content p,.integration-content ul{color:#d3d3d3;font-family:Roboto,sans-serif;font-size:1.1rem}.integration-content ul{margin-bottom:1rem;padding-left:2rem}.integration-content li{margin-bottom:1rem;position:relative}.integration-content li:before{color:gold;font-size:1.3rem;left:-2rem;position:absolute}.integration-content li:hover{color:gold;cursor:pointer}.integration-image{max-width:65%;overflow:hidden;position:relative}.annotated-image{border-radius:1rem;box-shadow:0 8px 16px #0003;height:auto;transition:transform .3s ease,box-shadow .3s ease;width:100%}.annotated-image:hover{box-shadow:0 10px 20px #0000004d;transform:scale(1.05)}@media (max-width:1024px){.integration-section{flex-direction:column;padding:3rem 1.5rem;text-align:center}.integration-content,.integration-image{max-width:80%}.integration-content h1{font-size:2.2rem}.integration-content p{font-size:1rem}.integration-image{margin-top:2rem}}@media (max-width:768px){.integration-section{flex-direction:column;padding:2rem 1rem;text-align:center}.integration-content,.integration-image{max-width:90%}.integration-content h1{font-size:1.8rem}.integration-content p{font-size:.95rem}.integration-image{margin-top:1.5rem}}@media (max-width:480px){.integration-content h1{font-size:1.5rem}.integration-content p{font-size:.85rem}.integration-section{padding:1.5rem .5rem}}.integration-section h1{animation:fadeIn 1s ease-in-out;color:gold;font-size:2rem;letter-spacing:1px;margin-bottom:2rem;text-align:center;text-transform:uppercase}.all-integration-sections{background-color:#1e1e1e;color:#f9f9f9;font-family:Roboto,sans-serif;text-align:left}.integration-section{align-items:center;background-color:#1e1e1e;box-shadow:0 10px 30px #0003;color:#f9f9f9;display:flex;justify-content:space-between;padding:4rem 2rem;transition:transform .3s ease-in-out}.integration-section:hover{transform:translateY(-10px)}.integration-content{max-width:50%}.integration-title{color:gold;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase}.integration-description{color:#d3d3d3;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.integration-description ul{color:#d3d3d3;font-size:1.1rem;margin-bottom:1rem;padding-left:1.5rem}.integration-description li{margin-bottom:.8rem}.demo-button{background-color:#9acd32;border:none;border-radius:20px;box-shadow:0 4px 6px #0003;color:#1e1e1e;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 2rem;transition:background-color .3s ease}.demo-button:hover{background-color:#7caf24}.button-group{margin-top:2rem}.integration-image{max-width:40%}.integration-annotated-image,.integration-laptop-image{border-radius:1rem;box-shadow:0 8px 16px #0003;height:auto;width:100%}.integration-annotated-image{max-width:90%;object-fit:cover}@media (max-width:1024px){.integration-section{flex-direction:column;padding:3rem 1.5rem;text-align:center}.integration-content,.integration-image{max-width:80%}.integration-title{font-size:2rem}.integration-description{font-size:1rem}.integration-image{margin-top:2rem}}@media (max-width:768px){.integration-section{flex-direction:column;padding:2rem 1rem;text-align:center}.integration-content,.integration-image{max-width:90%}.integration-title{font-size:1.8rem}.integration-description{font-size:.95rem}.integration-image{margin-top:1.5rem}}@media (max-width:480px){.integration-title{font-size:1.5rem}.integration-description{font-size:.85rem}.integration-section{padding:1.5rem .5rem}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.integration-title{animation:fadeInLeft 1s ease-in-out}.integration-content,.integration-image{will-change:opacity,transform,visibility}.demo-button-link button{background-color:gold;border:none;border-radius:3rem;color:#1e1e1e;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:background-color .3s ease}.demo-button-link button:hover{background-color:#d4af37}.company-page{background-color:#1e1e1e;color:#f9f9f9;font-family:Arial,sans-serif;padding-top:60px}.company-image-section{margin-bottom:40px;text-align:center}.company-image{border-radius:8px;box-shadow:0 4px 16px #0003;max-width:1200px;object-fit:cover}.company-introduction{margin-bottom:60px;text-align:center}.company-introduction h1{font-size:3rem;font-weight:700;margin-bottom:15px}.company-introduction p{color:#d3d3d3;font-size:1.2rem;line-height:1.6}.company-expertise{margin-bottom:60px;text-align:center}.company-expertise h2{font-size:2.5rem;margin-bottom:30px}.expertise-list{display:flex;flex-wrap:nowrap;gap:30px;justify-content:space-between;margin:0 auto;max-width:90%}.expertise-item{background-color:#2d2d2d;border-radius:8px;box-shadow:0 4px 16px #0003;margin-bottom:30px;padding:30px;text-align:center;width:30%}.expertise-item h3{font-size:1.8rem;margin-bottom:15px}.expertise-item p{color:#d3d3d3;font-size:1rem}.company-why-choose{margin-bottom:60px;text-align:center}.company-why-choose h2{font-size:2.5rem;margin-bottom:30px}.why-choose-list{display:flex;flex-wrap:nowrap;gap:30px;justify-content:space-between;margin:0 auto;max-width:90%}.why-choose-item{background-color:#2d2d2d;border-radius:8px;box-shadow:0 4px 16px #0003;margin-bottom:30px;padding:30px;text-align:center;width:30%}.why-choose-item h3{font-size:1.8rem;margin-bottom:15px}.why-choose-item p{color:#d3d3d3;font-size:1rem}.company-vision{margin-bottom:60px;text-align:center}.company-vision h2{font-size:2.5rem;margin-bottom:30px}.company-vision p{color:#d3d3d3;font-size:1.2rem;line-height:1.6}.company-why-partner{margin-bottom:60px;text-align:center}.company-why-partner h2{font-size:2.5rem;margin-bottom:30px}.why-partner-list{display:flex;flex-wrap:nowrap;gap:30px;justify-content:space-between;margin:0 auto;max-width:90%}.why-partner-item{background-color:#2d2d2d;border-radius:8px;box-shadow:0 4px 16px #0003;margin-bottom:30px;padding:30px;text-align:center;width:30%}.why-partner-item h3{font-size:1.8rem;margin-bottom:15px}.why-partner-item p{color:#d3d3d3;font-size:1rem}@media (max-width:768px){.expertise-item,.why-choose-item,.why-partner-item{margin-bottom:20px;width:100%}.expertise-list,.why-choose-list,.why-partner-list{flex-direction:column}}.resellers-page{background-color:#1e1e1e;color:#f9f9f9;font-family:Roboto,sans-serif;text-align:center}h1,h2,h3{font-weight:600}h3{font-size:1.5rem}.reseller-introduction p{color:#d3d3d3;font-size:1.2rem;line-height:1.6;margin:0 auto 30px;max-width:800px}.reseller-benefits ul{color:#d3d3d3;font-size:1.1rem;list-style-type:none;margin:0 auto 40px;max-width:900px;padding-left:0}.reseller-benefits li{background-color:#2d2d2d;border-radius:10px;box-shadow:0 4px 12px #0003;margin-bottom:20px;padding:15px;transition:transform .3s ease}.reseller-benefits li:hover{transform:translateY(-5px)}.reseller-benefits strong{color:gold}.how-it-works ul{color:#d3d3d3;font-size:1.1rem;list-style-type:none;margin:0 auto 40px;max-width:900px;padding-left:0}.how-it-works li{background-color:#2d2d2d;border-radius:10px;box-shadow:0 4px 12px #0003;margin-bottom:20px;padding:15px;transition:transform .3s ease}.how-it-works li:hover{transform:translateY(-5px)}.who-can-become ul{color:#d3d3d3;font-size:1.1rem;list-style-type:none;margin:0 auto 40px;max-width:900px;padding-left:0}.who-can-become li{padding-bottom:10px}.call-to-action{background-color:#2d2d2d;border-radius:10px;margin-top:40px;padding:40px 20px}.call-to-action h2{font-size:2.5rem;margin-bottom:20px}.call-to-action p{color:#d3d3d3;font-size:1.2rem;line-height:1.6;margin-bottom:30px}.cta-button{background-color:gold;border:none;border-radius:50px;color:#1e1e1e;cursor:pointer;font-size:1.2rem;font-weight:600;padding:14px 32px;transition:background-color .3s ease,transform .3s ease}.cta-button:hover{background-color:#e5c600;transform:translateY(-3px)}@media (max-width:1024px){.how-it-works li,.reseller-benefits li,.who-can-become li{font-size:1rem;padding:12px}.cta-button{font-size:1rem;padding:12px 30px}}@media (max-width:768px){.how-it-works ul,.reseller-benefits ul,.who-can-become ul{max-width:100%}.cta-button{font-size:1.1rem;padding:14px 32px;width:100%}}@media (max-width:480px){h1{font-size:2.5rem}h2{font-size:2rem}.cta-button,.how-it-works li,.reseller-benefits li{font-size:1rem}.cta-button{padding:12px 20px}}.support-page{background-color:#1e1e1e;color:#f9f9f9;font-family:Roboto,sans-serif;padding-top:60px;text-align:center}h1,h2,h3{color:gold;font-weight:700}h1{font-size:3rem;margin-bottom:20px}h2{font-size:2.5rem;margin-bottom:30px;margin-top:40px}h3{font-size:1.8rem;margin-bottom:20px}.support-introduction{margin-bottom:60px}.support-introduction p{color:#d3d3d3;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}.support-resources{margin-bottom:60px}.support-categories{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:30px}.support-category{background-color:#2d2d2d;border-radius:8px;box-shadow:0 4px 16px #0003;margin-bottom:30px;padding:20px;transition:transform .3s ease;width:45%}.support-category:hover{transform:translateY(-5px)}.support-category h3{color:gold;font-size:1.5rem;margin-bottom:15px}.support-category p{color:#d3d3d3;font-size:1rem}.support-category ul{color:#d3d3d3;list-style-type:none;padding-left:0}.support-category li{margin-bottom:8px}.support-contact{margin-bottom:60px}.support-contact ul{font-size:1.2rem;list-style-type:none;margin:0 auto;max-width:800px;padding-left:0}.support-contact li{color:#d3d3d3;margin-bottom:15px}.support-contact a{color:gold;text-decoration:none}.support-contact a:hover{text-decoration:underline}.self-help-tools{margin-bottom:60px}.self-help-tools ul{font-size:1.1rem;list-style-type:none;margin:0 auto;max-width:800px;padding-left:0}.self-help-tools li{color:#d3d3d3;margin-bottom:10px}.support-closing{margin-bottom:60px}.support-closing p{color:#d3d3d3;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px}@media (max-width:768px){.support-category{margin-bottom:20px;width:90%}.support-contact a{font-size:1.1rem}.self-help-tools ul{font-size:1rem}}@media (max-width:480px){.support-introduction p{font-size:1rem}h1{font-size:2.5rem}h2{font-size:2rem}.support-category{width:100%}.support-contact ul{font-size:1rem}}.faq-section{background-color:#2d2d2d;color:#f9f9f9;margin-top:60px;padding:40px 20px}.faq-section h2{color:gold;font-size:2.5rem;margin-bottom:20px}.faq-list{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:800px}.faq-item{background-color:#3e3e3e;border-radius:8px;box-shadow:0 4px 16px #0003;padding:20px}.faq-item h3{color:gold;font-size:1.6rem;margin-bottom:10px}.faq-item p{color:#d3d3d3;font-size:1rem;line-height:1.6}@media (max-width:768px){.faq-item{padding:15px}.faq-section h2{font-size:2rem}.faq-item h3{font-size:1.4rem}}@media (max-width:480px){.faq-item{padding:10px}.faq-section h2{font-size:1.5rem}.faq-item h3{font-size:1.2rem}}.pricing-page{background-color:#1e1e1e;color:#f9f9f9;font-family:Arial,sans-serif;padding-top:50px}.pricing-heading{text-align:center}.pricing-heading h1{color:gold;font-size:2.5rem;font-weight:700;margin-top:60px}.pricing-heading p{color:#d3d3d3;font-size:1rem;margin-left:auto;margin-right:auto;margin-top:10px;max-width:800px}.pricing-heading h2{color:gold;font-size:1.75rem;font-weight:400;margin-top:40px}.pricing-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-around;margin-top:30px;padding:2rem 2rem 40px}.pricing-card{background-color:#2d2d2d;border-radius:16px;box-shadow:0 10px 30px #0000004d;color:#f9f9f9;padding:2rem;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;width:300px}.pricing-card:hover{box-shadow:0 12px 40px #0006;transform:translateY(-10px)}.pricing-title{font-size:1.6rem}.pricing-price,.pricing-title{color:gold;font-weight:700;margin-bottom:1rem}.pricing-price{font-size:1.4rem}.pricing-subtitle{color:#d3d3d3;font-size:.9rem;margin-bottom:1.5rem}.pricing-line{background-color:gold;height:2px;margin-bottom:1.5rem;width:100%}.pricing-features{list-style-type:disc;margin-bottom:1.5rem;padding-left:20px}.pricing-feature-item{color:#d3d3d3;font-size:1rem;margin-bottom:1rem;text-align:left}.pricing-best-for{color:#d3d3d3;font-size:.9rem;font-weight:700;margin-bottom:1.5rem}.pricing-button{background-color:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 24px;transition:background-color .3s ease-in-out}.pricing-button:hover{background-color:#218838}@media (max-width:1024px){.pricing-container{justify-content:center}.pricing-card{margin-bottom:30px;width:80%}}@media (max-width:768px){.pricing-container{align-items:center;flex-direction:column}.pricing-card{margin-bottom:20px;width:90%}.pricing-title{font-size:1.4rem}.pricing-price{font-size:1.2rem}}@media (max-width:480px){.pricing-card{margin-bottom:20px;width:100%}.pricing-title{font-size:1.2rem}.pricing-price{font-size:1rem}.pricing-button{font-size:1rem;padding:10px 20px}}.venues-main-container{flex-direction:column;font-family:Roboto,sans-serif;text-align:left}.venue-solutions-section,.venues-main-container{align-items:center;background-color:#1e1e1e;color:#f9f9f9;display:flex;padding:4rem 2rem}.venue-solutions-section{box-shadow:0 10px 30px #0003;justify-content:space-between;margin-bottom:3rem;transition:transform .3s ease-in-out}.venue-solutions-section:hover{transform:translateY(-10px)}.solutions-content{max-width:50%}.solutions-title{animation:fadeIn 1s ease-in-out;color:gold;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-transform:uppercase}.solutions-description{color:#d3d3d3;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.solutions-description ul{color:#d3d3d3;font-size:1.1rem;margin-bottom:1rem;padding-left:1.5rem}.solutions-description li{margin-bottom:.8rem;position:relative}.solutions-description li:before{color:gold;content:"✔️";font-size:1.3rem;left:-2rem;position:absolute}.solutions-description li:hover{color:gold;cursor:pointer}.solutions-demo-button{background-color:gold;border:none;border-radius:.25rem;color:#282828;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .3s ease,transform .2s ease}.solutions-demo-button:hover{background-color:#e5c600;transform:scale(1.05)}.solutions-image-container{max-width:40%}.solutions-laptop-image{background-color:#e0e0e0;border:2px solid gold;border-radius:.5rem;box-shadow:0 8px 16px #0003;display:block;height:auto;object-fit:cover;width:100%}.solutions-image-container:before{align-items:center;background-color:#333;border-radius:.5rem;color:gold;display:flex;font-size:1.5rem;font-weight:700;height:200px;justify-content:center;text-align:center}.venue-details-section{background-color:#1e1e1e;box-shadow:0 10px 30px #0003;color:#fff;display:flex;justify-content:space-between;margin-bottom:3rem;padding:4rem 2rem;text-align:left;transition:transform .3s ease-in-out}.venue-details-section:hover{transform:translateY(-10px)}.details-content{max-width:50%}.details-title{color:gold;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase}.details-description{color:#d3d3d3;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.details-image-container{max-width:45%}.details-annotated-image{border-radius:10px;box-shadow:0 8px 16px #0003;transition:transform .3s ease,box-shadow .3s ease;width:100%}.details-annotated-image:hover{box-shadow:0 10px 20px #0000004d;transform:scale(1.05)}@media (max-width:1024px){.venue-details-section,.venue-solutions-section{flex-direction:column;padding:3rem 1.5rem;text-align:center}.details-content,.details-image-container,.solutions-content,.solutions-image-container{max-width:80%}.details-title,.solutions-title{font-size:2rem}.details-description,.solutions-description{font-size:1rem}.details-image-container,.solutions-image-container{margin-top:2rem}}@media (max-width:768px){.venue-details-section,.venue-solutions-section{flex-direction:column;padding:2rem 1rem;text-align:center}.details-content,.details-image-container,.solutions-content,.solutions-image-container{max-width:90%}.details-title,.solutions-title{font-size:1.8rem}.details-description,.solutions-description{font-size:.95rem}.details-image-container,.solutions-image-container{margin-top:1.5rem}}@media (max-width:480px){.details-title,.solutions-title{font-size:1.5rem}.details-description,.solutions-description{font-size:.85rem}.venue-details-section,.venue-solutions-section{padding:1.5rem .5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.7497eda5.css.map*/