*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:#fff;color:#1a1a1a;overflow-x:hidden}.landing-container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative}@media(max-width:768px){.landing-container{padding:0 20px}}.whatsapp-fab{position:fixed;bottom:20px;right:20px;background-color:#25d366;color:#fff;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;font-size:30px;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:1000;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 6px 12px rgba(0,0,0,.3)}@media(max-width:768px){.whatsapp-fab{width:50px;height:50px;font-size:25px;bottom:15px;right:15px}}.bg-blob-1{position:fixed;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(255,174,2,.15) 0,rgba(255,174,2,0) 70%);border-radius:50%;z-index:-1}@media(max-width:768px){.bg-blob-1{width:400px;height:400px;top:-100px;right:-100px}}.bg-blob-2{position:fixed;bottom:-300px;left:-300px;width:800px;height:800px;background:radial-gradient(circle,rgba(255,174,2,.1) 0,rgba(255,174,2,0) 70%);border-radius:50%;z-index:-1}@media(max-width:768px){.bg-blob-2{width:500px;height:500px;bottom:-200px;left:-200px}}.header{justify-content:center;justify-content:space-between;position:relative;z-index:100;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.18);border-radius:20px;padding:20px 40px;margin-top:20px;background-color:#000;display:flex;align-items:center}@media(max-width:1024px){.header{padding:15px 25px}}@media(max-width:768px){.header{flex-wrap:wrap;justify-content:space-between;padding:15px 20px;border-radius:10px;margin-top:15px}}.logo-container{display:flex;justify-content:center;align-items:center;gap:15px}.logo-container .logo{transition:transform .3s ease}.logo-container .logo:hover{transform:rotate(15deg)}@media(max-width:768px){.logo-container .logo{width:100px;height:auto}}.logo-container .logo-text{font-size:28px;font-weight:700;text-transform:lowercase;letter-spacing:1px;background:linear-gradient(90deg,#1a1a1a 60%,#FFAE02 0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.logo-container .logo-text span{font-weight:800}@media(max-width:768px){.logo-container .logo-text{display:none}}.nav{display:flex;gap:40px}@media(max-width:768px){.nav{display:none;flex-direction:column;width:100%;gap:15px;text-align:center;padding:20px 0;background-color:rgba(0,0,0,.95);border-radius:10px;position:absolute;top:100%;left:0;box-shadow:0 10px 20px rgba(0,0,0,.3)}}.nav.open{display:flex}.nav-button{background:none;border:none;font-size:16px;font-weight:500;cursor:pointer;color:#fff;position:relative;padding:5px 0}.nav-button:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#ffae02;transition:width .3s ease}.nav-button:hover:after{width:100%}@media(max-width:768px){.nav-button{font-size:18px;padding:10px 0}.nav-button:hover{color:#ffae02}.nav-button:after{display:none}}.cta-button,.primary-button,.secondary-button{background-color:#ffae02;color:#fff;border:none;padding:12px 30px;border-radius:30px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.cta-button:before,.primary-button:before,.secondary-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(206,140.04743083,0);z-index:-1;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.cta-button:hover:before,.primary-button:hover:before,.secondary-button:hover:before{transform:scaleX(1);transform-origin:left}@media(max-width:768px){.cta-button,.primary-button,.secondary-button{display:block}}.cta-button.mobile-visible,.mobile-visible.primary-button,.mobile-visible.secondary-button{display:block;width:80%;margin:20px auto 0;padding:15px 0;font-size:17px}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;cursor:pointer;z-index:101}.hamburger-menu div{width:100%;height:3px;background-color:#fff;border-radius:2px;transition:all .3s linear;transform-origin:1px}.hamburger-menu.open div:first-child{transform:rotate(45deg)}.hamburger-menu.open div:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger-menu.open div:nth-child(3){transform:rotate(-45deg)}@media(max-width:768px){.hamburger-menu{display:flex}}.profile-wrapper{position:relative;display:flex;align-items:center}.profile-wrapper .profile-button{color:#fff}.profile-wrapper .profile-button:hover{color:#ffae02}@media(max-width:768px){.profile-wrapper .profile-button{width:100%;text-align:center;display:block;padding:10px 0}.profile-wrapper .profile-button:after{display:none}}.profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;background-color:rgba(0,0,0,.95);border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);overflow:hidden;min-width:150px;z-index:1000;display:flex;flex-direction:column}.profile-dropdown a,.profile-dropdown button{display:block;width:100%;padding:12px 20px;color:#fff;text-align:left;text-decoration:none;background:none;border:none;cursor:pointer;font-size:16px;transition:background-color .2s ease,color .2s ease}.profile-dropdown a:hover,.profile-dropdown button:hover{background-color:#ffae02;color:#1a1a1a}.profile-dropdown a:not(:last-child),.profile-dropdown button:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.1)}@media(max-width:768px){.profile-dropdown{position:static;box-shadow:none;margin-top:10px;background-color:rgba(0,0,0,.8);width:100%;border-radius:0;border:none;margin-bottom:15px}.profile-dropdown a,.profile-dropdown button{padding:10px 15px;font-size:15px;text-align:center}}.hero-section{display:flex;align-items:center;justify-content:space-between;min-height:80vh;margin:50px 0;position:relative}@media(max-width:1024px){.hero-section{flex-direction:column;text-align:center;min-height:auto;margin:30px 0}}@media(max-width:768px){.hero-section{padding-top:20px}}.hero-content{max-width:600px;z-index:2}@media(max-width:1024px){.hero-content{max-width:80%;margin-bottom:40px}}@media(max-width:768px){.hero-content{max-width:100%;padding:0 10px;margin-bottom:30px}}.hero-content .hero-tagline{font-size:64px;font-weight:800;margin-bottom:25px;line-height:1.2}.hero-content .hero-tagline span{color:#ffae02;position:relative}.hero-content .hero-tagline span:after{content:"";position:absolute;bottom:10px;left:0;width:100%;height:10px;background-color:rgba(255,174,2,.3);z-index:-1}@media(max-width:1024px){.hero-content .hero-tagline{font-size:52px;margin-bottom:20px}}@media(max-width:768px){.hero-content .hero-tagline{font-size:40px;line-height:1.3;margin-bottom:15px}.hero-content .hero-tagline span:after{bottom:5px;height:7px}}@media(max-width:480px){.hero-content .hero-tagline{font-size:32px}}.hero-content .hero-description{font-size:18px;line-height:1.8;margin-bottom:40px;color:#4d4d4d;font-weight:400}@media(max-width:768px){.hero-content .hero-description{font-size:16px;margin-bottom:30px}}@media(max-width:480px){.hero-content .hero-description{font-size:14px}}.hero-buttons{display:flex;gap:20px}@media(max-width:768px){.hero-buttons{flex-direction:column;gap:15px;width:100%;align-items:center}}.primary-button,.secondary-button{padding:16px 40px;font-size:18px;border-radius:35px}@media(max-width:768px){.primary-button,.secondary-button{width:90%;padding:14px 25px;font-size:16px}}.secondary-button{background-color:rgba(0,0,0,0);color:#1a1a1a;border:2px solid #ffae02}.secondary-button:hover{color:#fff}.secondary-button:before{background-color:#ffae02}@media(max-width:768px){.secondary-button{color:#ffae02}}.hero-image{position:relative;width:50%;height:500px}@media(max-width:1024px){.hero-image{width:80%;height:400px}}@media(max-width:768px){.hero-image{width:100%;height:300px}}.hero-image .image-placeholder{width:100%;height:100%;background:linear-gradient(45deg,rgb(255,190.3280632411,53),#FFAE02);border-radius:20px;box-shadow:0 25px 50px -12px rgba(255,174,2,.25);transform:rotate(3deg);transition:transform .5s ease;display:flex;justify-content:center;align-items:center}.hero-image .image-placeholder:hover{transform:rotate(0deg)}@media(max-width:768px){.hero-image .image-placeholder{transform:rotate(0deg);border-radius:15px;box-shadow:0 10px 20px rgba(255,174,2,.2)}.hero-image .image-placeholder img{width:100%;height:100%}}.features-section{padding:100px 40px;text-align:center;margin:120px auto;max-width:1400px}@media(max-width:768px){.features-section{padding:60px 20px;margin:80px auto}}@media(max-width:480px){.features-section{padding:40px 15px;margin:60px auto}}.features-section .section-title{font-size:52px;font-weight:700;margin-bottom:20px;color:#1a1a1a;text-shadow:1px 1px 5px rgba(0,0,0,.05)}.features-section .section-title span{color:#ffae02}@media(max-width:1024px){.features-section .section-title{font-size:44px}}@media(max-width:768px){.features-section .section-title{font-size:38px}}@media(max-width:480px){.features-section .section-title{font-size:30px}}.features-section .features-intro-text{font-size:22px;color:#555;max-width:800px;margin:0 auto 80px;line-height:1.6}.features-section .features-intro-text strong{color:#1a1a1a}@media(max-width:768px){.features-section .features-intro-text{font-size:18px;margin-bottom:60px}}@media(max-width:480px){.features-section .features-intro-text{font-size:16px;margin-bottom:40px}}.features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:50px;gap:50px;padding:0 20px}@media(max-width:768px){.features-section .features-grid{gap:30px;grid-template-columns:1fr}}.features-section .feature-card{padding:45px 35px;border-radius:25px;background-color:#fff;box-shadow:0 15px 40px rgba(0,0,0,.08);transition:all .5s ease;position:relative;overflow:hidden;z-index:1;border:1px solid rgba(255,174,2,.1)}.features-section .feature-card:before{content:"";position:absolute;top:-20px;left:-20px;width:120%;height:120%;background:radial-gradient(circle at top left,rgba(255,174,2,.15) 0,rgba(255,174,2,0) 70%);z-index:-1;opacity:0;transform:scale(.8);transition:opacity .4s ease,transform .4s ease}.features-section .feature-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 60px rgba(0,0,0,.15);border-color:#ffae02}.features-section .feature-card:hover:before{opacity:1;transform:scale(1)}.features-section .feature-card:hover .feature-underline{width:100%;background-color:#ffae02}.features-section .feature-card .feature-icon{font-size:60px;margin-bottom:30px;color:#ffae02;display:flex;justify-content:center;align-items:center}.features-section .feature-card .feature-icon svg{filter:drop-shadow(0 5px 10px rgba(255,174,2,.3))}@media(max-width:480px){.features-section .feature-card .feature-icon{font-size:50px;margin-bottom:20px}}.features-section .feature-card h3{font-size:26px;margin-bottom:18px;color:#1a1a1a;font-weight:700}@media(max-width:480px){.features-section .feature-card h3{font-size:22px;margin-bottom:15px}}.features-section .feature-card p{color:#555;line-height:1.7;font-size:17px;margin-bottom:30px}@media(max-width:480px){.features-section .feature-card p{font-size:15px;margin-bottom:20px}}.features-section .feature-card .feature-underline{width:60px;height:4px;background-color:rgb(255,206.6561264822,104);margin:0 auto;transition:width .4s ease,background-color .4s ease}.expand-social-horizon-section{background-color:#ffae02;color:#1a1a1a;padding:80px 40px;margin:120px auto;max-width:1400px;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:space-between;gap:50px}@media(max-width:1024px){.expand-social-horizon-section{flex-direction:column;padding:60px 30px;margin:80px auto;gap:40px}}@media(max-width:768px){.expand-social-horizon-section{padding:50px 25px;margin:60px auto;gap:30px}}@media(max-width:480px){.expand-social-horizon-section{padding:40px 20px;margin:40px auto;gap:25px}}.expand-social-horizon-section .content-left{flex:1 1;max-width:550px;text-align:left}@media(max-width:1024px){.expand-social-horizon-section .content-left{max-width:100%;text-align:center}}.expand-social-horizon-section h2{font-size:48px;font-weight:800;margin-bottom:20px;line-height:1.2;color:#1a1a1a}.expand-social-horizon-section h2 span{color:#fff}@media(max-width:1024px){.expand-social-horizon-section h2{font-size:40px;margin-bottom:15px}}@media(max-width:768px){.expand-social-horizon-section h2{font-size:34px;margin-bottom:10px}}@media(max-width:480px){.expand-social-horizon-section h2{font-size:28px}}.expand-social-horizon-section p{font-size:18px;line-height:1.6;margin-bottom:25px;color:rgba(26,26,26,.85)}@media(max-width:1024px){.expand-social-horizon-section p{font-size:16px;margin-bottom:20px}}@media(max-width:768px){.expand-social-horizon-section p{font-size:15px;margin-bottom:15px}}@media(max-width:480px){.expand-social-horizon-section p{font-size:14px}}.expand-social-horizon-section .book-seat-button{background-color:#1a1a1a;color:#ffae02;border:none;padding:15px 35px;border-radius:30px;font-weight:600;font-size:17px;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.2)}.expand-social-horizon-section .book-seat-button:hover{background-color:rgb(51.5,51.5,51.5);box-shadow:0 8px 20px rgba(0,0,0,.3)}@media(max-width:1024px){.expand-social-horizon-section .book-seat-button{width:80%;margin:0 auto;display:block;padding:14px 30px;font-size:16px}}@media(max-width:480px){.expand-social-horizon-section .book-seat-button{width:90%;padding:12px 25px;font-size:15px}}.expand-social-horizon-section .image-right{flex-shrink:0;width:500px;height:350px;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15);position:relative}.expand-social-horizon-section .image-right img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.expand-social-horizon-section .image-right{width:80%;height:300px}}@media(max-width:768px){.expand-social-horizon-section .image-right{width:90%;height:250px}}@media(max-width:480px){.expand-social-horizon-section .image-right{width:100%;height:200px}}.how-it-works-section{padding:80px 40px;text-align:center;background-color:#f5f5f5;margin:80px auto;max-width:1400px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05)}@media(max-width:768px){.how-it-works-section{padding:50px 20px;margin:60px auto}}@media(max-width:480px){.how-it-works-section{padding:30px 15px;margin:40px auto}}.how-it-works-section .section-title{font-size:48px;font-weight:700;margin-bottom:15px;color:#1a1a1a}.how-it-works-section .section-title span{color:#ffae02}@media(max-width:768px){.how-it-works-section .section-title{font-size:38px}}@media(max-width:480px){.how-it-works-section .section-title{font-size:30px}}.how-it-works-section .section-description{font-size:18px;color:#555;margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}@media(max-width:768px){.how-it-works-section .section-description{font-size:16px;margin-bottom:30px}}@media(max-width:480px){.how-it-works-section .section-description{font-size:14px;margin-bottom:25px}}.how-it-works-section .how-it-works-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:8px;gap:8px;justify-content:center}@media(max-width:1200px){.how-it-works-section .how-it-works-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}}@media(max-width:992px){.how-it-works-section .how-it-works-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}}@media(max-width:768px){.how-it-works-section .how-it-works-grid{grid-template-columns:repeat(2,1fr);gap:15px}}@media(max-width:480px){.how-it-works-section .how-it-works-grid{grid-template-columns:1fr;gap:15px}}.how-it-works-section .how-it-works-card{background-color:#fff;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.08);overflow:hidden;text-align:left;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.how-it-works-section .how-it-works-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.how-it-works-section .how-it-works-card .card-image-wrapper{width:100%;height:180px;position:relative;overflow:hidden;border-bottom:1px solid rgba(26,26,26,.05)}.how-it-works-section .how-it-works-card .card-image-wrapper img{width:100%;height:100%;object-fit:cover}.how-it-works-section .how-it-works-card .card-image-wrapper .step-number-overlay{position:absolute;top:15px;left:15px;background-color:#ffae02;color:#000;border-radius:50%;width:35px;height:35px;display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:700;box-shadow:0 2px 8px rgba(255,174,2,.4)}@media(max-width:768px){.how-it-works-section .how-it-works-card .card-image-wrapper{height:150px}.how-it-works-section .how-it-works-card .card-image-wrapper .step-number-overlay{width:30px;height:30px;font-size:16px;top:10px;left:10px}}@media(max-width:480px){.how-it-works-section .how-it-works-card .card-image-wrapper{height:120px}.how-it-works-section .how-it-works-card .card-image-wrapper .step-number-overlay{width:28px;height:28px;font-size:15px}}.how-it-works-section .how-it-works-card .card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.how-it-works-section .how-it-works-card .card-content h3{font-size:18px;font-weight:700;color:#ffae02;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.how-it-works-section .how-it-works-card .card-content p{font-size:15px;color:#555;line-height:1.5}@media(max-width:768px){.how-it-works-section .how-it-works-card .card-content{padding:15px}.how-it-works-section .how-it-works-card .card-content h3{font-size:16px}.how-it-works-section .how-it-works-card .card-content p{font-size:14px}}@media(max-width:480px){.how-it-works-section .how-it-works-card .card-content{padding:12px}.how-it-works-section .how-it-works-card .card-content h3{font-size:15px}.how-it-works-section .how-it-works-card .card-content p{font-size:13px}}.testimonials-section-new{padding:80px 0;text-align:center;background-color:#f5f5f5;margin:100px 0}@media(max-width:768px){.testimonials-section-new{padding:60px 0;margin:80px 0}}.testimonials-section-new h2{font-size:48px;font-weight:700;margin-bottom:60px;color:#1a1a1a}.testimonials-section-new h2 span{color:#ffae02}@media(max-width:768px){.testimonials-section-new h2{font-size:38px;margin-bottom:40px}}@media(max-width:480px){.testimonials-section-new h2{font-size:30px;padding:0 15px}}.testimonials-section-new .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:40px;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px}@media(max-width:768px){.testimonials-section-new .testimonials-grid{grid-template-columns:1fr;gap:30px;padding:0 15px}}.testimonials-section-new .testimonial-card{background-color:#fff;border-radius:15px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.08);text-align:left;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.testimonials-section-new .testimonial-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.testimonials-section-new .testimonial-card .testimonial-header{display:flex;align-items:center;margin-bottom:20px}.testimonials-section-new .testimonial-card .testimonial-image{border-radius:50%;object-fit:cover;margin-right:15px;border:3px solid #ffae02}.testimonials-section-new .testimonial-card .testimonial-info h4{font-size:20px;font-weight:600;color:#1a1a1a;margin-bottom:5px}.testimonials-section-new .testimonial-card .testimonial-info .testimonial-location{font-size:14px;color:#555}.testimonials-section-new .testimonial-card .testimonial-quote{font-size:17px;line-height:1.7;color:#555;font-style:italic}.restaurant-select-section{width:100%;padding:80px 0;text-align:center;margin:10px 0;background-color:#fff;overflow:hidden}@media(max-width:768px){.restaurant-select-section{padding:60px 0}}.restaurant-select-section h2{font-size:48px;font-weight:700;margin-bottom:60px;color:#1a1a1a}@media(max-width:768px){.restaurant-select-section h2{font-size:38px;margin-bottom:40px;padding:0 20px}}@media(max-width:480px){.restaurant-select-section h2{font-size:30px}}.restaurant-select-section .select-content-wrapper{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;max-width:1400px;margin:0 auto;padding:0 40px}@media(max-width:1024px){.restaurant-select-section .select-content-wrapper{flex-direction:column;gap:30px}}@media(max-width:768px){.restaurant-select-section .select-content-wrapper{padding:0 20px}}.restaurant-select-section .select-criteria-grid{flex:1 1;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,2fr));grid-gap:20px;gap:20px}@media(max-width:1024px){.restaurant-select-section .select-criteria-grid{width:100%}}@media(max-width:768px){.restaurant-select-section .select-criteria-grid{grid-template-columns:1fr;gap:20px}}.restaurant-select-section .criterion-card{background-color:#f5f5f5;border-radius:15px;padding:25px 20px;text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.restaurant-select-section .criterion-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px rgba(0,0,0,.1)}.restaurant-select-section .criterion-card .criterion-icon{font-size:40px;margin-bottom:15px}.restaurant-select-section .criterion-card h3{font-size:22px;font-weight:600;margin-bottom:10px;color:#1a1a1a}.restaurant-select-section .criterion-card p{font-size:16px;color:#555;line-height:1.6}.restaurant-select-section .select-image-collage{flex:.8 1;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px;position:relative;padding:20px;border-radius:20px;background-color:rgba(255,174,2,.05);box-shadow:inset 0 0 20px rgba(0,0,0,.05)}@media(max-width:1024px){.restaurant-select-section .select-image-collage{width:90%;grid-template-columns:repeat(2,1fr);padding:15px}}@media(max-width:768px){.restaurant-select-section .select-image-collage{width:100%;grid-template-columns:1fr;gap:10px;padding:10px}}.restaurant-select-section .select-image-collage .collage-img{width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.restaurant-select-section .select-image-collage .collage-img:hover{transform:scale(1.03);box-shadow:0 8px 20px rgba(0,0,0,.15)}.restaurant-select-section .select-image-collage .img-1{grid-column:1/2;grid-row:1/3;height:350px}@media(max-width:768px){.restaurant-select-section .select-image-collage .img-1{height:250px}}.restaurant-select-section .select-image-collage .img-2{grid-column:2/3;grid-row:1/2;height:180px}@media(max-width:768px){.restaurant-select-section .select-image-collage .img-2{height:200px}}.restaurant-select-section .select-image-collage .img-3{grid-column:2/3;grid-row:2/3;height:180px}@media(max-width:768px){.restaurant-select-section .select-image-collage .img-3{height:200px}}.say-hello-stranger-section{padding:100px 40px;text-align:center;background:linear-gradient(135deg,rgb(255,190.3280632411,53),#FFAE02);color:#fff;position:relative;overflow:hidden;margin:120px 0;border-radius:25px;box-shadow:0 20px 50px rgba(255,174,2,.4)}@media(max-width:1024px){.say-hello-stranger-section{margin:80px 0;padding:80px 30px}}@media(max-width:768px){.say-hello-stranger-section{margin:60px 0;padding:60px 20px;border-radius:15px}}.say-hello-stranger-section .content-wrapper{max-width:900px;margin:0 auto;position:relative;z-index:2}.say-hello-stranger-section .content-wrapper .main-heading{font-size:58px;font-weight:800;margin-bottom:25px;line-height:1.2;text-shadow:0 5px 15px rgba(0,0,0,.2)}.say-hello-stranger-section .content-wrapper .main-heading span{color:#000}@media(max-width:1024px){.say-hello-stranger-section .content-wrapper .main-heading{font-size:48px}}@media(max-width:768px){.say-hello-stranger-section .content-wrapper .main-heading{font-size:38px;margin-bottom:20px}}@media(max-width:480px){.say-hello-stranger-section .content-wrapper .main-heading{font-size:28px}}.say-hello-stranger-section .content-wrapper .sub-text{font-size:24px;line-height:1.6;margin-bottom:40px;opacity:.9}@media(max-width:768px){.say-hello-stranger-section .content-wrapper .sub-text{font-size:20px;margin-bottom:30px}}@media(max-width:480px){.say-hello-stranger-section .content-wrapper .sub-text{font-size:18px}}.say-hello-stranger-section .content-wrapper .sub-text .highlight-phrase{font-weight:700;color:#000;background-color:#fff;padding:5px 15px;border-radius:10px;display:inline-block;margin-left:10px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.say-hello-stranger-section .content-wrapper .cta-say-hello{background-color:#fff;color:#ffae02;border:none;padding:18px 45px;font-size:20px;border-radius:40px;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:all .3s ease}.say-hello-stranger-section .content-wrapper .cta-say-hello:hover{background-color:hsl(0,0%,95%);color:rgb(206,140.04743083,0);box-shadow:0 15px 40px rgba(0,0,0,.3)}@media(max-width:768px){.say-hello-stranger-section .content-wrapper .cta-say-hello{padding:15px 30px;font-size:18px;width:90%}}@media(max-width:480px){.say-hello-stranger-section .content-wrapper .cta-say-hello{font-size:16px;padding:12px 25px}}.say-hello-stranger-section .visual-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.say-hello-stranger-section .visual-elements .main-visual-img{position:absolute;bottom:-50px;right:-100px;width:700px;height:500px;object-fit:contain;opacity:.3;transform:rotate(-10deg);z-index:1}@media(max-width:1024px){.say-hello-stranger-section .visual-elements .main-visual-img{width:500px;height:350px;right:-50px;bottom:-30px}}@media(max-width:768px){.say-hello-stranger-section .visual-elements .main-visual-img{width:350px;height:250px;right:-20px;bottom:-20px;opacity:.2}}@media(max-width:480px){.say-hello-stranger-section .visual-elements .main-visual-img{width:250px;height:180px;right:-10px;bottom:-10px}}.say-hello-stranger-section .visual-elements .overlay-img{position:absolute;object-fit:contain;z-index:1;opacity:.6;filter:drop-shadow(0 5px 10px rgba(0,0,0,.1))}.say-hello-stranger-section .visual-elements .overlay-img.overlay-1{top:10%;left:10%;width:200px;height:200px;transform:rotate(-15deg)}@media(max-width:768px){.say-hello-stranger-section .visual-elements .overlay-img.overlay-1{width:120px;height:120px;top:5%;left:5%;opacity:.5}}.say-hello-stranger-section .visual-elements .overlay-img.overlay-2{bottom:10%;left:25%;width:180px;height:180px;transform:rotate(10deg)}@media(max-width:768px){.say-hello-stranger-section .visual-elements .overlay-img.overlay-2{width:100px;height:100px;bottom:5%;left:15%;opacity:.5}}