@charset "UTF-8";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}.navbar{align-items:center;background-color:#fff;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;padding:.5rem 1rem;position:fixed;top:0;width:100%;z-index:1000}.navbar .logo img{height:80px;margin:0 3.5rem;width:auto}.hamburger{color:#c62e2e;cursor:pointer;display:none;font-size:28px}.nav-links{align-items:center;display:flex;list-style:none;margin-right:1.5rem}.nav-links li{margin:0 1rem;position:relative}.nav-links a{color:#444;font-size:18px;position:relative;text-decoration:none;transition:color .3s ease}.nav-links li a:hover{color:#c62e2e}.nav-links li a:after{background-color:#c62e2e;bottom:-3px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links li a:hover:after{width:100%}.dropdown-container{position:relative}.nav-links .dropdown{background-color:#fff;border-radius:5px;box-shadow:0 4px 6px #0000001a;display:none;left:50px;list-style:none;overflow:hidden;padding:10px 0;position:absolute;top:40px;transition:all .3s ease;width:200px;z-index:1000}.nav-links .dropdown.open{display:block}.nav-links .dropdown li a{color:#333;display:block;font-size:14px;padding:10px 15px;transition:background-color .3s ease,color .3s ease}.nav-links .dropdown li a:hover{background-color:#f9f9f9;color:#c62e2e}.dropdown-arrow{color:#c62e2e;cursor:pointer;font-size:18px;margin-left:5px;transition:color .3s ease}.close-menu{color:#fff;cursor:pointer;display:none;font-size:24px;margin-left:auto;margin-right:20px}@media (max-width:1024px),(max-width:768px){.navbar{height:auto;padding:.5rem 0}.navbar .logo img{height:60px;margin:.5rem}.hamburger{display:block}.nav-links{background-color:#fff;display:flex;flex-direction:column;height:100vh;left:0;padding:1rem;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%;z-index:1000}.nav-links.open{transform:translateX(0)}.close-menu{color:#fff;font-size:24px}.nav-links li{margin:.5rem 0}.nav-links li a{display:block;padding:10px 0}.close-menu{color:#c62e2e;cursor:pointer;display:block;font-size:2rem;position:absolute;right:1.5rem;top:1rem}.dropdown-header{display:flex}.dropdown-container{text-align:center}.nav-links .dropdown{left:0;padding:0;position:static;top:40px;width:250px}.dropdown-arrow{color:#c62e2e;display:inline-block;font-size:16px;margin-left:10px;margin-top:12px}.overlay{display:none}}@media (max-width:360px){.navbar{height:auto;padding:.1rem 0}.logo img{height:50px;margin:.5rem}.hamburger{display:block;font-size:24px}.nav-links{background-color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%;z-index:1000}.nav-links.open{transform:translateX(0)}.nav-links li{margin:.5rem 0}.nav-links li a{color:#444;font-size:16px;padding:10px 0}.close-menu{color:#c62e2e;cursor:pointer;display:block;font-size:24px;position:absolute;right:1rem;top:1rem}.dropdown li a{font-size:14px;padding-left:15px}.nav-links .dropdown{position:static;width:220px}.dropdown-arrow{display:block;font-size:14px;margin-left:5px}.overlay{display:none}}@media (max-width:412px),(max-width:480px){.navbar{height:auto;padding:.1rem 0}.logo img{height:50px!important;margin:.5rem!important}.hamburger{display:block}.nav-links{background-color:#fff;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out;width:100%;z-index:1000}.nav-links.open{transform:translateX(0)}.nav-links li{margin:.5rem 0}.nav-links li a{color:#444;font-size:16px;padding:10px 0}.close-menu{color:#c62e2e;cursor:pointer;display:block;font-size:24px;position:absolute;right:1rem;top:1rem}.dropdown li a{font-size:14px;padding-left:15px}.nav-links .dropdown{position:static;width:220px}.dropdown-arrow{display:block;font-size:14px;margin-left:5px}.overlay{display:none}}.hero{align-items:center;background:linear-gradient(180deg,#ff9494,#fff);display:flex;justify-content:space-between;margin-top:30px;padding:3rem 4rem}.hero-content{width:50%}.hero-content h1{color:#181a2f;font-size:3.5rem;font-weight:700;margin-bottom:40px;margin-top:30px}.highlight{color:#b4182d}.hero-content p{color:#666;font-size:1.1rem;line-height:1.5;margin-top:0}.hero-image img{height:450px;margin-top:30px;width:520px}.home-btn{margin-top:40px}.customer-support{background-color:#fff;text-align:center}.customer-support h3{color:#333;font-size:2.5rem;margin-bottom:1rem}.customer-support p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:50px;text-align:center}.contactus-button{background:linear-gradient(90deg,#007bff,#5ab7d8,#add8e6);border:2.5px solid #007bff;border-radius:25px;color:#fff;display:inline-block;font-size:15px;font-weight:700;height:15px;margin-right:10px;padding:15px 20px;text-align:center;text-decoration:none;transition:background-color .3s ease;width:205px}.contactus-button:hover{background-position:100%;box-shadow:0 6px 20px #5ab7d8;transform:scale(1.05)}span{color:#b4182d}@media (max-width:1024px),(max-width:768px){.hero{flex-direction:column;padding:2rem;text-align:center}.hero-content{margin-bottom:20px;width:100%}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1rem}.hero-image img{height:auto;margin-top:20px;width:100%}.home-btn{margin-top:20px}.contactus-button{margin-top:10px;width:50%}}@media (max-width:360px){.hero{flex-direction:column;padding:1.5rem;text-align:center}.hero-content h1{font-size:2rem;margin-bottom:20px}.hero-content p{font-size:.9rem;line-height:1.4}.hero-image img{height:auto;width:100%}.contactus-button{margin-top:15px;width:80%}.customer-support h3{font-size:2rem}.customer-support p{font-size:1rem;padding:0 10px}}@media (max-width:412px),(max-width:480px){.hero{flex-direction:column;padding:1.5rem;text-align:center}.hero-content h1{font-size:1.8rem;margin-bottom:20px}.hero-content p{font-size:.9rem;line-height:1.4}.hero-image img{height:auto;margin-top:20px;width:100%}.contactus-button{font-size:14px;margin-top:15px;padding:10px 15px;width:80%}.customer-support h3{font-size:1.8rem}.customer-support p{font-size:.9rem;padding:0 10px}}.about-us-section{background-color:#fff;display:flex;gap:2rem;padding:3rem 4rem}.about-us-image img{box-shadow:0 4px 8px #0000001a;height:500px;width:500px}.about-us-content{color:#333}.about-us-content h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem;margin-top:0}.about-us-content p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem}.contact-btn{background:linear-gradient(90deg,#007bff,#5ab7d8,#add8e6);border:2.5px solid #007bff;border-radius:15px 15px 0 0;color:#fff;display:inline-block;font-size:15px;font-weight:700;height:15px;padding:15px 20px;text-align:center;text-decoration:none;transition:background-color .3s ease;width:205px}.contact-btn:hover{background-position:100%;box-shadow:0 6px 20px #5ab7d8;transform:scale(1.05)}.more-about-link{color:#b4182d;font-size:1rem;font-weight:700;transition:color .3s ease}.more-about-link:hover{color:#571b09}.tilted-arrow{display:inline-block;transform:rotate(-45deg)}@media (max-width:1024px),(max-width:768px){.about-us-section{flex-direction:column-reverse;padding:2rem;text-align:center}.about-us-image img{height:auto;margin:0 auto;max-width:550px;width:100%}.about-us-content h2{font-size:2rem}.about-us-content p{font-size:1rem;line-height:1.5}.contact-btn{display:block;margin:1rem auto;width:220px}}@media (max-width:360px){.about-us-section{flex-direction:column;padding:1.5rem 1rem;text-align:center}.about-us-image img{height:auto;margin:0 auto;max-width:300px;width:100%}.about-us-content h2{font-size:1.8rem}.about-us-content p{font-size:.9rem;line-height:1.4}.contact-btn{display:block;margin:.8rem auto;width:220px}}@media (max-width:412px),(max-width:480px){.about-us-section{flex-direction:column-reverse;padding:1.5rem 1rem;text-align:center}.about-us-image img{height:auto;margin:0 auto;max-width:350px;width:100%}.about-us-content h2{font-size:1.6rem}.about-us-content p{font-size:.9rem;line-height:1.4}.contact-btn{display:block;margin:.8rem auto;width:220px}}.why-choose-us-section{background-color:#fdfbf6;padding:3rem 4rem;text-align:center}.why-choose-us-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.why-choose-us-description{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.why-choose-us-cards{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-content:center;margin:50px 80px;padding:20px 80px}.why-choose-us-card{align-items:center;background-color:#f1f1f1;border-radius:20px;box-shadow:0 4px 8px #0000001a;display:flex;height:120px;margin-left:10px;margin-top:10px;padding:2rem;text-align:center;width:70%}.why-choose-us-card .icon-container{align-items:center;background-color:#fff;border-radius:20%;box-shadow:0 4px 6px #0000001a;display:flex;height:60px;justify-content:center;margin-bottom:1rem;position:absolute;transform:translateY(-120%);width:60px}.why-choose-us-card .icon-container img{height:30px;width:30px}.why-choose-us-cards .orange{background-color:#fff3da}.why-choose-us-cards .green{background-color:#e8ffe6}.why-choose-us-cards .blue{background-color:#e5f5ff}.why-choose-us-card .icon{font-size:2rem;margin-bottom:1rem}.why-choose-us-card h3{color:#333;font-size:1.35rem;font-weight:700}@media (max-width:1024px),(max-width:768px){.why-choose-us-description{font-size:1rem;max-width:80%}.why-choose-us-cards{grid-template-columns:repeat(2,1fr);margin:20px 40px;padding:20px}.why-choose-us-card{margin-left:0;width:80%}.why-choose-us-title{font-size:2rem}}@media (max-width:360px){.why-choose-us-section{flex-direction:column;padding:1.5rem 1rem;text-align:center}.why-choose-us-description{font-size:.95rem;max-width:90%}.why-choose-us-cards{gap:1rem;grid-template-columns:1fr;margin:10px 20px}.why-choose-us-card{height:auto;margin-left:0;padding:2.5rem 0;width:100%}.why-choose-us-card .icon-container{height:50px;width:50px}.why-choose-us-card .icon-container img{height:25px;width:25px}.why-choose-us-title{font-size:1.8rem}.why-choose-us-card h3{font-size:1.2rem}}@media (max-width:412px),(max-width:480px){.why-choose-us-section{flex-direction:column;padding:1.5rem 1rem;text-align:center}.why-choose-us-title{font-size:1.6rem}.why-choose-us-description{font-size:.9rem;max-width:90%}.why-choose-us-cards{gap:1rem;grid-template-columns:1fr;margin:10px 15px}.why-choose-us-card{height:auto;padding:2.5rem 1rem;width:90%}.why-choose-us-card .icon-container{height:45px;width:45px}.why-choose-us-card .icon-container img{height:25px;width:25px}.why-choose-us-card h3{font-size:1.1rem}}body{background-color:#fff;font-family:Poppins,sans-serif;font-weight:600;overflow-x:hidden;width:100%}section,section>*{margin:0;padding:0}section>*{line-height:1}.about-component,.contact-component,.faq-component,.footer,.home-component,.portfolio-component,.services-component,.testimonials-component{margin:0;padding:0}section{min-height:-webkit-max-content;min-height:max-content;padding:1.5rem 0}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.success-stories-section{background-color:#fff;padding:3rem 4rem;text-align:center}.success-stories-header h2{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.success-stories-header p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:60%}.success-stories-gallery .gallery-item{padding:10px}.success-stories-gallery img{border-radius:10px;box-shadow:0 4px 8px #0000001a;height:650px;width:320px}.slick-arrow{align-items:center;background-color:#b4182d;border-radius:50%;box-shadow:0 4px 8px #0003;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background-color .3s ease-in-out,transform .3s ease;width:40px;z-index:1}.slick-arrow:hover{background-color:#3f4d73}.slick-prev{left:-60px}.slick-next{right:-60px}.testimonialcontact{text-align:center}.testimonial-btn{margin-left:10px}@media (max-width:1024px),(max-width:768px){.success-stories-section{padding:2rem}.success-stories-header h2{font-size:2rem}.success-stories-header p{font-size:1rem;max-width:80%}.success-stories-gallery img{height:500px;margin-left:auto;margin-right:auto;width:210px}.slick-arrow{height:35px;width:35px}.slick-prev{left:10px}.slick-next{right:-10px}.testimonialcontact{display:block;margin:0 auto;width:220px}}@media (max-width:360px){.success-stories-section{padding:1rem .5rem}.success-stories-header h2{font-size:1.6rem}.success-stories-header p{font-size:.85rem;max-width:95%}.success-stories-gallery img{border-radius:5px;height:480px!important;margin-left:25px!important;margin-right:10px!important;width:80%!important}.slick-arrow{height:35px;width:32px}.slick-prev{left:0}.slick-next{right:0}.testimonialcontact{display:block;margin-left:35px!important;width:290px}}@media (max-width:412px),(max-width:480px){.success-stories-section{padding:1rem .5rem}.success-stories-header h2{font-size:1.5rem}.success-stories-header p{font-size:.8rem;max-width:90%}.success-stories-gallery img{border-radius:5px;height:400px;margin-left:auto;margin-right:30px;width:90%}.slick-arrow{height:35px;width:35px}.slick-prev{left:0}.slick-next{right:0}.testimonialcontact{display:block;margin-left:60px;width:250px}}.video-section{background-color:#fdfdfd;padding:3rem 4rem;text-align:center}.video-section h2{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.video-description p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:60%}.video-preview{background-color:#ddd;border-radius:12px;box-shadow:0 4px 10px #0000001a;height:auto;margin:0 auto;overflow:hidden;padding:30% 0 0;position:relative;width:65%}.video-preview .play-button{align-items:center;background-color:#b4182d;border-radius:50%;box-shadow:0 4px 8px #0003;cursor:pointer;display:flex;height:80px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .3s ease;width:80px}.video-preview .play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.play-icon{color:#fff;font-size:30px}.statistics{gap:40px;margin-top:30px}.stat-item,.statistics{align-items:center;display:flex;justify-content:center}.stat-item{background-color:#f9f9f9;border:2px solid #b4182d;border-radius:50%;box-shadow:0 4px 8px #0000001a;flex-direction:column;height:150px;text-align:center;width:150px}.stat-item h3{color:#b4182d;font-size:24px;margin-bottom:0}.stat-item p{color:#555;font-size:14px;margin-top:10px}.vdo-btn{text-align:center}@media (max-width:1024px),(max-width:768px){.video-section{padding:2rem}.video-section h2{font-size:2rem}.video-description p{font-size:1rem;max-width:90%}.video-preview{width:90%}.play-button{font-size:24px;height:60px;width:60px}}@media (max-width:360px){.video-section{padding:1.5rem 1rem}.video-section h2{font-size:1.8rem}.video-description p{font-size:.9rem;max-width:95%}.video-preview{width:100%!important}.play-button{font-size:20px;height:50px;width:50px}.statistics{display:flex;flex-direction:column}}@media (max-width:412px),(max-width:480px){.video-section{padding:1.5rem 1rem}.video-section h2{font-size:1.8rem}.video-description p{font-size:.9rem;max-width:95%}.video-preview{width:100%!important}.play-button{font-size:20px;height:50px;width:50px}.statistics{flex-direction:column}}.blog-carousel{background-color:#fff;display:flex;line-height:1.5;margin-left:auto;margin-right:auto;max-width:80%;padding:3rem 4rem;text-align:center}.carousel-heading-card{background-color:#defefa;box-shadow:0 4px 6px #0000001a;flex-shrink:0;height:290px;position:-webkit-sticky;position:sticky;width:300px}.carousel-heading-card h2{color:#333;font-size:2.1rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.carousel-heading-card p{color:#555;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.carousel-content-section{flex-grow:1}.carousel-card{display:flex;gap:15px}.carousel-image-card{background:#fff;border:1px solid #ddd;box-shadow:0 4px 6px #0000001a;flex:1 1;margin-top:20px;width:auto}.carousel-image-card,.carousel-image-card img{border-radius:8px;height:240px;overflow:hidden}.carousel-image-card img{width:450px}.carousel-text-card{background:#fff;border-left:5px solid #b4182d!important;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex:1 1;flex-direction:column;height:70px;justify-content:center;margin-top:80px;padding:15px;text-align:left;width:auto}.carousel-text-card h3{color:#333;font-size:20px;margin-bottom:10px}.read-more{color:#b4182d;font-weight:700;text-decoration:none}.read-more:hover{text-decoration:underline}.carousel-navigation{display:flex;gap:10px;justify-content:center;margin-top:25px}.carousel-btn{background-color:#b4182d;border:none;border-radius:50%;box-shadow:0 4px 6px #0000001a;color:#fff;cursor:pointer;font-size:18px;padding:10px 15px;transition:background-color .3s ease}.carousel-btn:hover{background-color:#3f4d73}@media (max-width:1024px),(max-width:768px){.blog-carousel{flex-direction:column;max-width:100%;padding:2rem}.carousel-heading-card{height:auto;position:static;width:100%}.carousel-image-card img{height:100%;width:100%}.carousel-text-card{height:110px;margin-top:70px;width:100%}.carousel-btn{font-size:16px;padding:8px 10px}}@media (max-width:360px){.blog-carousel{padding:1rem}.carousel-heading-card{height:auto;width:100%}.carousel-card{display:flex;flex-direction:column}.carousel-image-card img{height:auto;width:100%}.carousel-text-card{margin-top:15px;padding-left:5px;padding-right:0}.carousel-btn{font-size:14px;padding:8px}}@media (max-width:412px){.blog-carousel{flex-direction:column;max-width:100%;padding:1rem}.carousel-card{display:flex;flex-direction:column}.carousel-image-card img{height:auto;width:100%}.carousel-text-card{margin-top:15px;padding:0 2px}}.footer{background-color:#1c1c1c;padding:3rem 4rem}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto}.hr{border:.5px solid #b4182d;margin-top:0}.footer-section{flex-basis:20%;padding:0 20px}.footer-section h3{color:#b4182d;font-size:18px;font-weight:700;margin-bottom:0}.footer-section ul{list-style-type:none;padding:0}.footer-section ul li,a{color:#ccc;margin-bottom:10px}.footer-section ul li a{text-decoration:none}.footer-section ul li a:hover{color:#fff;text-decoration:underline}.footer-logo{align-items:center}.footer-logo img{height:auto;width:200px}.footer-logo p{color:#ccc;font-size:14px;line-height:1.3}.footer-copyright{color:#ccc;font-size:14px;text-align:center}.footer-bottomsection{display:flex;justify-content:flex-start}.footer-social{display:flex;margin-left:200px;margin-top:10px}.footer-copyright a{color:#b4182d;text-decoration:none}.footer-copyright a:hover{text-decoration:underline}.footer-social .social-icon{background-color:#ffc1c1;border:1px solid #b4182d;border-radius:8px;box-shadow:0 4px 8px #0000001a;color:#b4182d;display:inline-block;font-size:20px;margin:0 10px;padding:4px 4px 2px;transition:background-color .3s ease-in-out,color .3s ease-in-out}.footer-social .social-icon:hover{background-color:#eae8e3}@media (max-width:1024px),(max-width:768px){.footer{padding:2rem 1rem}.footer-container{align-items:center;flex-direction:column}.footer-section{margin-bottom:1rem;text-align:center}.footer-social{justify-content:center;margin-top:1rem}.footer-logo img{width:120px}.footer-bottomsection{display:flex;flex-direction:column-reverse;justify-content:flex-start}.footer-social{margin-left:0;margin-top:10px}}@media (max-width:360px){.footer{padding:1.5rem 1rem}.footer-container{flex-wrap:wrap;justify-content:center}.footer-section{flex-basis:100%;padding:0 5px}.footer-social{justify-content:center;margin-left:0}.footer-social .social-icon{margin:0 3px}.footer-copyright{line-height:1.6}}.faq-section{background-color:#fdfbf6;padding:3rem 4rem;text-align:center}.faq-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.faq-container{align-items:center;display:flex;flex-direction:column;gap:10px}.faq-item{background-color:#ffe9e0;border:1px solid #3f4d73;border-radius:5px;cursor:pointer;padding:15px;transition:background-color .3s ease,box-shadow .3s ease;width:1200px}.faq-item:hover{box-shadow:0 4px 8px #3f4d73}.faq-question{align-items:center;color:#333;display:flex;font-size:1.1rem;font-weight:700;justify-content:space-between}.faq-answer{color:#555;display:none;font-size:1rem;line-height:1.5;margin-left:1.5rem;margin-top:15px;text-align:left}.faq-item.active .faq-answer{display:block}.faq-arrow{border-bottom:3px solid #3f4d73;border-left:3px solid #3f4d73;display:inline-block;height:10px;transform:rotate(-45deg);transition:transform .3s ease;width:10px}.faq-arrow.up{transform:rotate(135deg)}@media (max-width:1024px),(max-width:768px){.faq-item{line-height:1.2;text-align:left;width:90%}.faq-answer{margin-left:1rem}}@media (max-width:360px){.faq-section{padding:2rem 1rem}.faq-title{font-size:2rem}.faq-item{line-height:1.2;text-align:left;width:95%}.faq-answer{margin-left:.5rem}.faq-arrow{height:5px;width:5px}}@media (max-width:412px),(max-width:480px){.faq-section{padding:2rem 1rem}.faq-title{font-size:2rem}.faq-item{line-height:1.2;text-align:left;width:95%}.faq-answer{margin-left:.5rem}.faq-arrow{height:5px;width:5px}}.add-funds-section{background-color:#fff;padding:3rem 4rem;text-align:center}.funds-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:90%}.funds-description{margin-left:auto}.funds-description,.funds-steps{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-right:auto;max-width:60%}.funds-steps{font-size:1rem;margin-left:440px;text-align:left}.funds-steps li{margin-bottom:10px}.funds-note{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:3rem}.whatsapp-section{background-color:#fdfbf6;padding:3rem 4rem;text-align:center}.whatsapp-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.whatsapp-description{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:60%}.placebet-section{background-color:#fff;padding:3rem 4rem;text-align:center}.placebet-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.placebet-description{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:60%}.choosebetween-section{background-color:#fff;padding:3rem 4rem;text-align:center}.choosebetween-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:90%}.choosebetween-description{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:60%}.getintouch-section{background-color:#fff;padding:3rem 4rem;text-align:center}.getintouch-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.getintouch-description{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:60%}.withdrawcash-section{background-color:#fff;padding:3rem 4rem;text-align:center}.withdrawcash-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.withdrawcash-description{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.add-funds-section,.choosebetween-section,.getintouch-section,.placebet-section,.whatsapp-section,.withdrawcash-section{padding:2rem}.choosebetween-description,.funds-description,.funds-steps,.getintouch-description,.placebet-description,.whatsapp-description,.withdrawcash-description{font-size:1.2rem;max-width:90%}.funds-steps{margin-left:150px}}@media (max-width:360px){.add-funds-section,.choosebetween-section,.getintouch-section,.placebet-section,.whatsapp-section,.withdrawcash-section{padding:1rem}.choosebetween-title,.funds-title,.getintouch-title,.placebet-title,.whatsapp-title,.withdrawcash-title{font-size:2rem}.choosebetween-description,.funds-description,.funds-steps,.getintouch-description,.placebet-description,.whatsapp-description,.withdrawcash-description{font-size:1rem}.funds-steps{margin-left:60px}}@media (max-width:412px),(max-width:480px){.add-funds-section,.choosebetween-section,.getintouch-section,.placebet-section,.whatsapp-section,.withdrawcash-section{padding:1rem}.choosebetween-title,.funds-title,.getintouch-title,.placebet-title,.whatsapp-title,.withdrawcash-title{font-size:2rem}.choosebetween-description,.funds-description,.funds-steps,.getintouch-description,.placebet-description,.whatsapp-description,.withdrawcash-description{font-size:1rem}.funds-steps{margin-left:50px}}.services-page{padding:3rem 0}.hero-section,.services-page{background-color:#fff;text-align:center}.hero-section{padding:3rem 4rem}.hero-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.hero-description{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.services-section{background-color:#fdfbf6;padding:3rem 4rem}.section-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.service-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:0 2rem}.service-card{background-color:#ffe9e0;border-radius:30px;box-shadow:0 4px 8px #0003;height:auto!important;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:350px}.service-card:hover{box-shadow:0 8px 16px #0006;transform:translateY(-10px)}.service-image{border-radius:15px;height:200px;margin-bottom:1rem;object-fit:cover;width:100%}.service-title{color:#333;font-size:1.2rem;font-weight:700}.service-btn{margin-top:50px}@media (max-width:1024px),(max-width:768px){.hero-section,.services-section{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.service-cards{grid-template-columns:repeat(2,1fr)}.service-card{border-radius:20px;padding:1rem;width:90%}.service-image{height:150px}.service-title{font-size:1rem}}@media (max-width:360px){.hero-title{font-size:1.5rem}.hero-description{font-size:1rem;margin-left:auto;margin-right:auto;max-width:90%}.service-cards{grid-template-columns:1fr;padding-left:10px!important;padding-right:1rem}.service-card{border-radius:15px;padding:.8rem;width:95%}.service-image{height:120px}.service-title{font-size:.9rem}.service-btn{margin-top:30px}}@media (max-width:412px),(max-width:480px){.hero-title{font-size:1.5rem}.hero-description{font-size:1rem;margin-left:auto;margin-right:auto;max-width:90%}.service-cards{grid-template-columns:1fr;padding-left:10px!important;padding-right:1rem}.service-card{border-radius:15px;padding:.8rem;width:95%}.service-image{height:120px}.service-title{font-size:.9rem}.service-btn{margin-top:30px}}.platforms-page{background-color:#fff;padding:3rem 0;text-align:center}.platforms-hero-section{background-color:#fff;padding:3rem 4rem;text-align:center}.platforms-hero-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.platforms-hero-description{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.platforms-section{background-color:#fdfbf6;padding:3rem 4rem}.platforms-section-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.platforms-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:0 2rem}.platform-card{border-radius:15px;box-shadow:0 4px 8px #0000004d;overflow:hidden;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.platform-card:hover{box-shadow:0 8px 16px #00000080;transform:translateY(-10px)}.platform-image{align-items:center;background-color:#343131;display:flex;height:150px;justify-content:center;padding:1.5rem 0}.platform-image img{border-radius:15px 0 0;height:198px;object-fit:cover;width:100%}.platform-name{background-color:#ffe9e0;color:#000;font-size:1.2rem;font-weight:700;padding:1rem}.platforms-btn{margin-top:50px}@media (max-width:1024px),(max-width:768px){.platforms-hero-section,.platforms-section{padding:2rem 1rem}.platforms-hero-title{font-size:2rem}.platforms-hero-description{font-size:1rem}.platforms-grid{grid-template-columns:repeat(2,1fr)}.platform-card{border-radius:10px;padding:1rem}.platform-image{height:120px;overflow:hidden}.platform-image img{height:180px;width:300px}.platform-name{font-size:1rem}}@media (max-width:360px){.platforms-hero-title{font-size:1.5rem}.platforms-hero-description{font-size:1rem;margin-left:auto;margin-right:auto;max-width:90%}.platforms-grid{grid-template-columns:1fr}.platform-card{border-radius:5px;padding:.8rem}.platform-image{height:90px}.platform-image img{height:160px}.platform-name{font-size:.9rem}.platforms-btn{margin-top:30px}}@media (max-width:412px){.platforms-hero-title{font-size:1.5rem}.platforms-hero-description{font-size:1rem;margin-left:auto;margin-right:auto;max-width:90%}.platforms-grid{grid-template-columns:1fr}.platform-card{border-radius:5px;padding:.8rem}.platform-image{height:90px}.platform-image img{height:160px}.platform-name{font-size:.9rem}.platforms-btn{margin-top:30px}}.privacy-policy-page{background-color:#fff;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%;padding:3rem 4rem}.privacy-policy-header{background-color:#fff;margin-bottom:30px;margin-top:50px;padding-top:3rem}.privacy-policy-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:0}.privacy-policy-update-date{color:#333;font-size:1.1rem}.privacy-policy-content h2{color:#333;font-size:1.3rem;font-weight:700;line-height:1}.privacy-policy-content p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:15px}.privacy-policy-content a{color:#b4182d;text-decoration:none}.privacy-policy-content a:hover{text-decoration:underline}.privacy-policy-content ul{color:#555;font-size:1.1rem;line-height:1.5;list-style-type:disc;margin-bottom:1.5rem;margin-left:20px}.privacy-policy-content ul li{margin-bottom:10px}.privacy-policy-content ul li strong{color:#b4182d}.privacy-btn{margin-left:170px;margin-top:50px}@media (max-width:1024px),(max-width:768px){.privacy-policy-page{max-width:80%;padding:0}.privacy-policy-content h2,.privacy-policy-content p,.privacy-policy-content ul{font-size:1rem}.privacy-policy-content ul{margin-left:15px}.privacy-btn{margin-left:auto;margin-right:auto;margin-top:30px;text-align:center}}@media (max-width:360px){.privacy-policy-title{font-size:1.5rem}.privacy-policy-content h2{font-size:1.1rem}.privacy-policy-content p,.privacy-policy-content ul li{font-size:1rem}.privacy-btn{display:block;margin-left:auto;margin-top:20px}}@media (max-width:412px),(max-width:480px){.privacy-policy-content h2,.privacy-policy-content p,.privacy-policy-content ul{font-size:.9rem}.privacy-policy-content ul{margin-left:10px}.privacy-btn{margin-top:15px}}.terms-conditions-page{background-color:#fff;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:80%;padding:3rem 4rem}.terms-conditions-header{background-color:#fff;margin-bottom:30px;margin-top:50px;padding-top:3rem}.terms-conditions-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:0}.terms-conditions-update-date{color:#b4182d;font-size:1rem}.terms-conditions-content strong{color:#333;font-size:1.1rem;font-weight:700}.terms-conditions-content p{color:#555;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.terms-conditions-content a{color:#b4182d;text-decoration:none}.terms-conditions-content a:hover{text-decoration:underline}.terms-btn{margin-left:350px;margin-top:50px}@media (max-width:1024px),(max-width:768px){.terms-conditions-page{max-width:90%;padding:2rem}.terms-conditions-content p,.terms-conditions-content strong{font-size:1rem}.terms-btn{margin-left:auto;margin-top:20px;text-align:center}}@media (max-width:360px){.terms-conditions-title{font-size:1.5rem}.terms-conditions-content p{font-size:1rem}.terms-btn{display:block;margin-left:auto;margin-top:10px}}@media (max-width:412px),(max-width:480px){.terms-conditions-page{max-width:95%;padding:1rem}.terms-conditions-title{font-size:2rem}.terms-conditions-content p{font-size:.9rem}.terms-btn{display:block;margin-left:auto;margin-top:5px}}.disclaimer-page{background-color:#fff;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:80%;padding:3rem 4rem}.disclaimer-header{background-color:#fff;margin-bottom:30px;margin-top:50px;padding-top:3rem}.disclaimer-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:0}.disclaimer-update-date{color:#b4182d;font-size:1rem}.disclaimer-content strong{color:#333;font-size:1.1rem;font-weight:700}.disclaimer-content p{color:#555;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.disclaimer-content a{color:#b4182d;text-decoration:none}.disclaimer-content a:hover{text-decoration:underline}.disclaimer-btn{margin-left:350px;margin-top:50px}@media (max-width:1024px),(max-width:768px){.disclaimer-page{max-width:90%;padding:2rem}.disclaimer-content p,.disclaimer-content strong{font-size:1rem}.disclaimer-btn{margin-left:auto;margin-top:20px;text-align:center}}@media (max-width:360px){.disclaimer-title{font-size:1.5rem}.disclaimer-content p{font-size:1rem}.disclaimer-btn{display:block;margin-left:auto;margin-top:10px}}@media (max-width:412px),(max-width:480px){.disclaimer-page{max-width:95%;padding:1rem}.disclaimer-title{font-size:2rem}.disclaimer-content p{font-size:.9rem}.disclaimer-btn{display:block;margin-left:auto;margin-top:5px}}.elevenxplay-page{background-color:#fff;padding:3rem 0;text-align:center}.elevenxplay-page .header{background-color:#fff;padding:3rem 4rem;text-align:center}.elevenxplay-page .header h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.elevenxplay-page .header .logo{height:auto;margin-top:10px;max-width:400px;width:100%}.intro,.intro p{color:#555;font-size:1rem;margin-bottom:1.5rem}.intro p{line-height:1.5;margin-left:auto;margin-right:auto;max-width:80%}.intro .cta-buttons{margin-top:20px;padding:1rem}.why-choose h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.why-choose ol{margin-left:20px;text-align:left}.why-choose ol li{color:#555;font-size:1rem;line-height:1.4;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:80%}.why-choose ol li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.features h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.features ol{margin-left:20px;text-align:left}.features ol li{color:#555;font-size:1rem;line-height:1.4;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:80%}.features li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.getting-started h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.getting-started ol{margin-left:20px;text-align:left}.getting-started ol li{color:#555;font-size:1rem;line-height:1.4;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:80%}.getting-started li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.cta-buttons{margin-top:20px;padding:1rem}.security h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.security p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:80%}.security .cta-buttons{margin-top:20px;padding:1rem}@media (max-width:1024px),(max-width:768px){.features ol li,.getting-started ol li,.intro p,.security p,.why-choose ol li{max-width:80%}.features,.getting-started,.security,.why-choose{text-align:center}.features ol,.getting-started ol,.why-choose ol{margin-left:0}}@media (max-width:360px){.elevenxplay-page{padding:2rem 0}.elevenxplay-page .header{padding:3rem 2rem}.elevenxplay-page .header h1{font-size:1.5rem;margin-bottom:1rem}.elevenxplay-page .header .logo{margin-top:5px;max-width:300px}.intro p{font-size:1rem;line-height:1.4;margin:0 auto 1rem;max-width:90%}.features h2,.getting-started h2,.security h2,.why-choose h2{font-size:1.2rem;margin-bottom:1rem}.features ol li,.getting-started ol li,.security p,.why-choose ol li{font-size:1rem;line-height:1.3;margin:0 auto 1rem;max-width:90%}.features ol,.getting-started ol,.why-choose ol{margin-left:0;padding-left:1rem}.features li strong,.getting-started li strong,.why-choose ol li strong{font-size:1rem}}@media(max-width:412px){.elevenxplay-page .header{background-color:#fff;padding:1.5rem 2rem;text-align:center}.elevenxplay-page .header h1{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.elevenxplay-page .header .logo{height:auto;margin-top:5px;max-width:300px;width:100%}.intro,.intro p{color:#555;font-size:1rem;margin-bottom:1rem}.intro p{line-height:1.4;margin-left:auto;margin-right:auto;max-width:90%}.intro .cta-buttons{margin-top:10px;padding:1rem}.why-choose h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.why-choose ol{margin-left:0;text-align:center}.why-choose ol li{color:#555;font-size:1rem;line-height:1.3;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:90%}.why-choose ol li strong{color:#b4182d;font-size:1rem;font-weight:700}.features h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.features ol{margin-left:0;text-align:center}.features ol li{color:#555;font-size:1rem;line-height:1.3;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:90%}.features li strong{color:#b4182d;font-size:1rem;font-weight:700}.getting-started h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.getting-started ol{margin-left:0;text-align:center}.getting-started ol li{color:#555;font-size:1rem;line-height:1.3;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:90%}.getting-started li strong{color:#b4182d;font-size:1rem;font-weight:700}.cta-buttons{margin-top:10px;padding:1rem}.security h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.security p{color:#555;font-size:1rem;line-height:1.3;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:90%}.security .cta-buttons{margin-top:10px;padding:1rem}}.laser247-page{padding:3rem 0}.laser247-page,.laser247-page .header{background-color:#fff;text-align:center}.laser247-page .header{padding:3rem 4rem}.laser247-page .header h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.laser247-page .header .logo{height:auto;margin-top:10px;max-width:400px;width:100%}.laser247-intro,.laser247-intro p{color:#555;font-size:1.1rem;margin-bottom:1.5rem}.laser247-intro p{line-height:1.5;margin-left:auto;margin-right:auto;max-width:60%}.laser247-buttons{margin-top:20px;padding:1rem}.laser247-why-choose h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.laser247-why-choose ol{margin-left:20px;text-align:left}.laser247-why-choose ol li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.laser247-why-choose ol li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.laser247-features h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.laser247-features ol{margin-left:20px;text-align:left}.laser247-features ol li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.laser247-features li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.laser247-getting-started h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.laser247-getting-started ol{margin-left:20px;text-align:left}.laser247-getting-started ol li,.laser247-getting-started p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.laser247-getting-started li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.laser247-security h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.laser247-security p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.laser247-cta-buttons{margin-top:20px;padding:1rem}.laser247-about h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.laser247-about p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.laser247-page .header h1{font-size:2rem}.laser247-page .header .logo{width:80%}.laser247-features ol li,.laser247-getting-started p,.laser247-intro p,.laser247-why-choose ol li{font-size:1rem;max-width:90%}}@media (max-width:360px){.laser247-page{padding:2rem 0}.laser247-page .header{padding:3rem 1rem}.laser247-page .header h1{font-size:1.5rem;margin-bottom:1rem}.laser247-page .header .logo{margin-top:5px;max-width:250px}.laser247-intro p{font-size:1rem;line-height:1.4;margin:0 auto 1rem;max-width:95%}.laser247-about h2,.laser247-features h2,.laser247-getting-started h2,.laser247-security h2,.laser247-why-choose h2{font-size:1.2rem;margin-bottom:1rem}.laser247-about p,.laser247-features ol li,.laser247-getting-started ol li,.laser247-getting-started p,.laser247-security p,.laser247-why-choose ol li{font-size:1rem;line-height:1.3;margin:0 auto 1rem;max-width:95%}.laser247-features ol,.laser247-getting-started ol,.laser247-why-choose ol{margin-left:0;padding-left:1rem}.laser247-features li strong,.laser247-getting-started li strong,.laser247-why-choose ol li strong{font-size:1rem}}@media (max-width:412px),(max-width:480px){.laser247-page .header{padding:2rem .5rem}.laser247-page .header h1{font-size:1.2rem;margin-bottom:.5rem}.laser247-page .header .logo{height:auto;margin-top:5px;max-width:180px;width:90%}.laser247-intro p{font-size:.9rem;line-height:1.2;margin:0 auto .5rem;max-width:95%}.laser247-about h2,.laser247-features h2,.laser247-getting-started h2,.laser247-security h2,.laser247-why-choose h2{font-size:1rem;margin-bottom:.5rem}.laser247-about p,.laser247-features ol li,.laser247-getting-started ol li,.laser247-security p,.laser247-why-choose ol li{font-size:.9rem;line-height:1.2;margin:0 auto .5rem;max-width:95%}.laser247-features ol,.laser247-getting-started ol,.laser247-why-choose ol{margin-left:0;padding-left:1rem}.laser247-features li strong,.laser247-getting-started li strong,.laser247-why-choose ol li strong{font-size:.9rem}}.cricbet99-page{background-color:#fff;padding:3rem 0;text-align:center}.cricbet99-page .header{background-color:#fff;padding:3rem 4rem;text-align:center}.cricbet99-page .header h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.cricbet99-page .header .logo{height:auto;margin-top:10px;max-width:400px;width:100%}.cricbet99-intro,.cricbet99-intro p{color:#555;font-size:1.1rem;margin-bottom:1.5rem}.cricbet99-intro p{line-height:1.5;margin-left:auto;margin-right:auto;max-width:60%}.cricbet99-why-choose h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.cricbet99-why-choose ol{margin-left:20px;text-align:left}.cricbet99-why-choose ol li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.cricbet99-why-choose ol li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.cricbet99-features h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.cricbet99-features ol{margin-left:20px;text-align:left}.cricbet99-features ol li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.cricbet99-features li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.cricbet99-getting-started h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.cricbet99-getting-started ol{margin-left:20px;text-align:left}.cricbet99-getting-started ol li{color:#555;font-size:1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.cricbet99-getting-started li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.cricbet99-security h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.cricbet99-security p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.cricbet99-cta-buttons{margin-top:20px;padding:1rem}.cricbet99-about h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.cricbet99-about p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.cricbet99-page .header h1{font-size:2rem}.cricbet99-page .header .logo{max-width:300px;width:80%}.cricbet99-features ol li,.cricbet99-getting-started p,.cricbet99-intro p,.cricbet99-why-choose ol li{font-size:1rem;max-width:90%}}@media (max-width:360px){.cricbet99-page{padding:2rem 0}.cricbet99-page .header{padding:3rem 1rem}.cricbet99-page .header h1{font-size:1.5rem;margin-bottom:1rem}.cricbet99-page .header .logo{height:auto;margin-top:5px;max-width:250px;width:80%}.cricbet99-intro p{font-size:1rem;line-height:1.4;margin:0 auto 1rem;max-width:95%}.cricbet99-about h2,.cricbet99-features h2,.cricbet99-getting-started h2,.cricbet99-security h2,.cricbet99-why-choose h2{font-size:1.2rem;margin-bottom:1rem}.cricbet99-about p,.cricbet99-features ol li,.cricbet99-getting-started ol li,.cricbet99-getting-started p,.cricbet99-security p,.cricbet99-why-choose ol li{font-size:1rem;line-height:1.3;margin:0 auto 1rem;max-width:95%}.cricbet99-features ol,.cricbet99-getting-started ol,.cricbet99-why-choose ol{margin-left:0;padding-left:1rem}.cricbet99-features li strong,.cricbet99-getting-started li strong,.cricbet99-why-choose ol li strong{font-size:1rem}}@media (max-width:412px),(max-width:480px){.cricbet99-page .header{padding:2rem .5rem}.cricbet99-page .header h1{font-size:1.2rem;margin-bottom:.5rem}.cricbet99-page .header .logo{height:auto;margin-top:5px;max-width:180px;width:90%}.cricbet99-intro p{font-size:.9rem;line-height:1.2;margin:0 auto .5rem;max-width:95%}.cricbet99-about h2,.cricbet99-features h2,.cricbet99-getting-started h2,.cricbet99-security h2,.cricbet99-why-choose h2{font-size:1rem;margin-bottom:.5rem}.cricbet99-about p,.cricbet99-features ol li,.cricbet99-getting-started ol li,.cricbet99-security p,.cricbet99-why-choose ol li{font-size:.9rem;line-height:1.2;margin:0 auto .5rem;max-width:95%}.cricbet99-features ol,.cricbet99-getting-started ol,.cricbet99-why-choose ol{margin-left:0;padding-left:1rem}.cricbet99-features li strong,.cricbet99-getting-started li strong,.cricbet99-why-choose ol li strong{font-size:.9rem}}.cricket-betting-page{background-color:#fff;padding:3rem 0}.cricket-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;justify-content:space-between;margin-top:30px;padding:3rem 4rem}.cricket-betting-intro-content{width:70%}.cricket-betting-intro-content h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.cricket-betting-intro-content p{color:#666;font-size:1.1rem;line-height:1.5;margin-top:0}.cricket-betting-intro-image img{border-radius:15px;height:auto;margin-top:50px;width:400px}.cricket-betting-cta-buttons{margin-top:50px;text-align:center}.cricket-betting-features,.cricket-betting-getting-started,.cricket-betting-join{text-align:center}.cricket-betting-features h2,.cricket-betting-getting-started h2,.cricket-betting-join h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.cricket-betting-features ol,.cricket-betting-getting-started ol{margin-left:20px;text-align:left}.cricket-betting-features ol li,.cricket-betting-getting-started ol li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.cricket-betting-features ol li strong,.cricket-betting-getting-started ol li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.cricket-betting-join p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.cricket-betting-intro{flex-direction:column}.cricket-betting-intro-content{text-align:center;width:100%}.cricket-betting-intro-image img{margin:10px 50px;width:80%}.cricket-betting-features h2,.cricket-betting-getting-started h2,.cricket-betting-join h2{font-size:1.5rem}.cricket-betting-features ol li,.cricket-betting-getting-started ol li{max-width:80%}}@media (max-width:360px){.cricket-betting-page{padding:2rem 0}.cricket-betting-intro{flex-direction:column;margin-top:20px;padding:1.5rem 1rem}.cricket-betting-intro-content{text-align:center;width:100%}.cricket-betting-intro-content h1{font-size:1.5rem;line-height:1.4;margin-bottom:15px}.cricket-betting-intro-content p{font-size:1rem;line-height:1.4}.cricket-betting-intro-image img{border-radius:10px;margin:20px 15px;width:90%}.cricket-betting-cta-buttons{margin-top:30px}.cricket-betting-features h2,.cricket-betting-getting-started h2,.cricket-betting-join h2{font-size:1.2rem;margin-bottom:1rem}.cricket-betting-features ol li,.cricket-betting-getting-started ol li,.cricket-betting-join p{font-size:1rem;margin-left:auto;margin-right:auto;max-width:95%}.cricket-betting-features ol,.cricket-betting-getting-started ol{margin-left:0;padding-left:1rem}.cricket-betting-features ol li strong,.cricket-betting-getting-started ol li strong{font-size:1rem}.cricket-betting-features ol li,.cricket-betting-getting-started ol li{margin-bottom:10px}}@media(max-width:412px){.cricket-betting-page{background-color:#fff;padding:2rem 0}.cricket-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;flex-direction:column;margin-top:20px;padding:1.5rem 1rem}.cricket-betting-intro-content{text-align:center;width:100%}.cricket-betting-intro-content h1{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:15px}.cricket-betting-intro-content p{color:#666;font-size:1rem;line-height:1.4}.cricket-betting-cta-buttons{margin-top:30px}.cricket-betting-features h2,.cricket-betting-getting-started h2,.cricket-betting-join h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.cricket-betting-features ol li,.cricket-betting-getting-started ol li,.cricket-betting-join p{color:#555;font-size:1rem;margin-bottom:10px;margin-left:auto;margin-right:auto;max-width:95%}.cricket-betting-features ol,.cricket-betting-getting-started ol{margin-left:0;padding-left:1rem}.cricket-betting-features ol li strong,.cricket-betting-getting-started ol li strong{font-size:1rem}.cricket-betting-intro-image img{border-radius:10px;margin:20px 15px;width:90%}}.tennis-betting-page{background-color:#fff;padding:3rem 0}.tennis-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;justify-content:space-between;margin-top:30px;padding:3rem 4rem}.tennis-betting-intro-content{width:70%}.tennis-betting-intro-content h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.tennis-betting-intro-content p{color:#666;font-size:1.1rem;line-height:1.5;margin-top:0}.tennis-betting-intro-image img{border-radius:15px;height:auto;margin-top:50px;width:400px}.tennis-betting-cta-buttons{margin-top:50px;text-align:center}.tennis-betting-features,.tennis-betting-getting-started,.tennis-betting-join{text-align:center}.tennis-betting-features h2,.tennis-betting-getting-started h2,.tennis-betting-join h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.tennis-betting-features ul{margin-left:20px;text-align:left}.tennis-betting-features ul li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.tennis-betting-features ul li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.tennis-betting-features p,.tennis-betting-getting-started p,.tennis-betting-join p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.tennis-betting-intro{flex-direction:column}.tennis-betting-intro-content{text-align:center;width:100%}.tennis-betting-intro-image img{margin:10px 50px;width:80%}.tennis-betting-features h2,.tennis-betting-getting-started h2,.tennis-betting-join h2{font-size:1.5rem}.tennis-betting-features ul li{max-width:80%}}@media (max-width:360px){.tennis-betting-intro{flex-direction:column;padding:1rem 1.5rem}.tennis-betting-intro-content{text-align:center;width:100%}.tennis-betting-intro-content h1{font-size:1.5rem;line-height:1.3;margin-bottom:15px}.tennis-betting-intro-content p{font-size:1rem;line-height:1.4}.tennis-betting-intro-image img{height:auto;margin:15px 0;width:100%}.tennis-betting-cta-buttons{margin-top:20px}.tennis-betting-features h2,.tennis-betting-getting-started h2,.tennis-betting-join h2{font-size:1.2rem;margin-bottom:1rem}.tennis-betting-features ul li{font-size:1rem;line-height:1.4;max-width:90%}.tennis-betting-features ul{padding-left:1rem}.tennis-betting-features p,.tennis-betting-getting-started p,.tennis-betting-join p{font-size:1rem;line-height:1.4;margin-left:auto;margin-right:auto;max-width:90%}}@media (max-width:412px),(max-width:480px){.tennis-betting-page{background-color:#fff;padding:2rem 0}.tennis-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;flex-direction:column;margin-top:20px;padding:1rem}.tennis-betting-intro-content{text-align:center;width:100%}.tennis-betting-intro-content h1{color:#333;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:15px}.tennis-betting-intro-content p{color:#666;font-size:1rem;line-height:1.4}.tennis-betting-intro-image img{border-radius:10px;height:auto;margin:15px 0;width:100%}.tennis-betting-cta-buttons{margin-top:20px}.tennis-betting-features h2,.tennis-betting-getting-started h2,.tennis-betting-join h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.tennis-betting-features ul li{font-size:1rem;line-height:1.4;margin-bottom:10px;max-width:90%}.tennis-betting-features ul{padding-left:1rem}.tennis-betting-features p,.tennis-betting-getting-started p,.tennis-betting-join p{font-size:1rem;line-height:1.4;margin-left:auto;margin-right:auto;max-width:90%}}.football-betting-page{background-color:#fff;padding:3rem 0}.football-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;justify-content:space-between;margin-top:30px;padding:3rem 4rem}.football-betting-intro-content{width:70%}.football-betting-intro-content h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.football-betting-intro-content p{color:#666;font-size:1.1rem;line-height:1.5;margin-top:0}.football-betting-intro-image img{border-radius:15px;height:auto;margin-top:50px;width:400px}.football-betting-cta-buttons{margin-top:50px;text-align:center}.football-betting-features,.football-betting-getting-started,.football-betting-join{text-align:center}.football-betting-features h2,.football-betting-getting-started h2,.football-betting-join h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.football-betting-features ol,.football-betting-getting-started ol{margin-left:20px;text-align:left}.football-betting-features ol li,.football-betting-getting-started ol li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.football-betting-features ol li strong,.football-betting-getting-started ol li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.football-betting-features p,.football-betting-getting-started p,.football-betting-join p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.football-betting-intro{flex-direction:column}.football-betting-intro-content{text-align:center;width:100%}.football-betting-intro-image img{margin:10px 50px;width:80%}.football-betting-features h2,.football-betting-getting-started h2,.football-betting-join h2{font-size:1.5rem}.football-betting-features ol li,.football-betting-getting-started ol li{max-width:80%}}@media (max-width:360px){.football-betting-page{padding:2rem 0}.football-betting-intro{flex-direction:column;margin-top:20px;padding:1.5rem 1rem}.football-betting-intro-content{text-align:center;width:100%}.football-betting-intro-content h1{font-size:1.5rem;line-height:1.4;margin-bottom:15px}.football-betting-intro-content p{font-size:1rem;line-height:1.4}.football-betting-intro-image img{border-radius:10px;margin:20px 15px;width:90%}.football-betting-features h2,.football-betting-getting-started h2,.football-betting-join h2{font-size:1.2rem;margin-bottom:1rem}.football-betting-features ol li,.football-betting-getting-started ol li{font-size:1rem;margin-left:auto;margin-right:auto;max-width:95%}.football-betting-features ol,.football-betting-getting-started ol{margin-left:0;padding-left:1rem}.football-betting-features ol li strong,.football-betting-getting-started ol li strong{font-size:1rem}.football-betting-features p,.football-betting-getting-started p,.football-betting-join p{font-size:1rem;max-width:90%}.football-betting-features ol li,.football-betting-getting-started ol li{margin-bottom:10px}}@media (max-width:412px),(max-width:480px){.football-betting-page{background-color:#fff;padding:2rem 0}.football-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;flex-direction:column;margin-top:20px;padding:1rem}.football-betting-intro-content{text-align:center;width:100%}.football-betting-intro-content h1{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:15px}.football-betting-intro-content p{color:#666;font-size:1rem;line-height:1.4}.football-betting-intro-image img{border-radius:10px;margin:20px 15px;width:90%}.football-betting-cta-buttons{margin-top:30px}.football-betting-features h2,.football-betting-getting-started h2,.football-betting-join h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.football-betting-features ol li,.football-betting-getting-started ol li{font-size:1rem;line-height:1.4;margin-bottom:10px;margin-left:auto;margin-right:auto;max-width:95%}.football-betting-features ol,.football-betting-getting-started ol{margin-left:0;padding-left:1rem}.football-betting-features ol li strong,.football-betting-getting-started ol li strong{font-size:1rem}.football-betting-features p,.football-betting-getting-started p,.football-betting-join p{font-size:1rem;margin-left:auto;margin-right:auto;max-width:90%}}.horse-race-betting-page{background-color:#fff;padding:3rem 0}.horse-race-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;justify-content:space-between;margin-top:30px;padding:3rem 4rem}.horse-race-betting-intro-content h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.horse-race-betting-intro-content p{color:#666;font-size:1.1rem;line-height:1.5;margin-top:0}.horse-race-betting-intro-image img{border-radius:15px;height:auto;margin-top:50px;width:400px}.horse-race-betting-cta-buttons{margin-top:50px;text-align:center}.horse-race-betting-features,.horse-race-betting-getting-started,.horse-race-betting-join{text-align:center}.horse-race-betting-features h2,.horse-race-betting-getting-started h2,.horse-race-betting-join h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.horse-race-betting-features ol,.horse-race-betting-getting-started ol{margin-left:20px;text-align:left}.horse-race-betting-features ol li,.horse-race-betting-getting-started ol li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.horse-race-betting-features ol li strong,.horse-race-betting-getting-started ol li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.horse-race-betting-features p,.horse-race-betting-getting-started p,.horse-race-betting-join p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.horse-race-betting-intro{flex-direction:column}.horse-race-betting-intro-content{text-align:center;width:100%}.horse-race-betting-intro-image img{margin:10px 50px;width:80%}.horse-race-betting-features h2,.horse-race-betting-getting-started h2,.horse-race-betting-join h2{font-size:1.5rem}.horse-race-betting-features ol li,.horse-race-betting-getting-started ol li{max-width:80%}}@media (max-width:360px){.horse-race-betting-page{padding:2rem 0}.horse-race-betting-intro{flex-direction:column;margin-top:20px;padding:1.5rem 1rem}.horse-race-betting-intro-content{text-align:center;width:100%}.horse-race-betting-intro-content h1{font-size:1.5rem;line-height:1.4;margin-bottom:15px}.horse-race-betting-intro-content p{font-size:1rem;line-height:1.4}.horse-race-betting-intro-image img{border-radius:10px;margin:20px 15px;width:90%}.horse-race-betting-cta-buttons{margin-top:30px}.horse-race-betting-features h2,.horse-race-betting-getting-started h2,.horse-race-betting-join h2{font-size:1.2rem;margin-bottom:1rem}.horse-race-betting-features ol li,.horse-race-betting-getting-started ol li{font-size:1rem;margin-left:auto;margin-right:auto;max-width:90%}.horse-race-betting-features ol,.horse-race-betting-getting-started ol{margin-left:0;padding-left:1rem}.horse-race-betting-features ol li strong,.horse-race-betting-getting-started ol li strong{font-size:1rem}.horse-race-betting-features p,.horse-race-betting-getting-started p,.horse-race-betting-join p{font-size:1rem;max-width:90%}.horse-race-betting-features ol li,.horse-race-betting-getting-started ol li{margin-bottom:10px}}@media(max-width:412px){.horse-race-betting-page{background-color:#fff;padding:2rem 0}.horse-race-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;flex-direction:column;margin-top:20px;padding:1rem}.horse-race-betting-intro-content{text-align:center;width:100%}.horse-race-betting-intro-content h1{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:15px}.horse-race-betting-intro-content p{color:#666;font-size:1rem;line-height:1.4}.horse-race-betting-intro-image img{border-radius:10px;margin:20px 15px;width:90%}.horse-race-betting-cta-buttons{margin-top:30px}.horse-race-betting-features h2,.horse-race-betting-getting-started h2,.horse-race-betting-join h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.horse-race-betting-features ol li,.horse-race-betting-getting-started ol li{font-size:1rem;line-height:1.4;margin-bottom:10px;margin-left:auto;margin-right:auto;max-width:90%}.horse-race-betting-features ol,.horse-race-betting-getting-started ol{margin-left:0;padding-left:1rem}.horse-race-betting-features ol li strong,.horse-race-betting-getting-started ol li strong{font-size:1rem}.horse-race-betting-features p,.horse-race-betting-getting-started p,.horse-race-betting-join p{font-size:1rem;margin-left:auto;margin-right:auto;max-width:90%}}.casino-betting-page{background-color:#fff;padding:3rem 0}.casino-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;justify-content:space-between;margin-top:30px;padding:3rem 4rem}.casino-betting-intro-content{max-width:70%}.casino-betting-intro-content h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.casino-betting-intro-content p{color:#666;font-size:1.1rem;line-height:1.5;margin-top:0}.casino-betting-intro-image img{border-radius:15px;height:auto;margin-top:50px;width:400px}.casino-betting-cta-buttons{margin-top:50px;text-align:center}.casino-betting-features,.casino-betting-getting-started,.casino-betting-join{text-align:center}.casino-betting-features h2,.casino-betting-getting-started h2,.casino-betting-join h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.casino-betting-features ol,.casino-betting-getting-started ol{margin-left:20px;text-align:left}.casino-betting-features ol li,.casino-betting-getting-started ol li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.casino-betting-features ol li strong,.casino-betting-getting-started ol li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.casino-betting-features p,.casino-betting-getting-started p,.casino-betting-join p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.casino-betting-intro{flex-direction:column}.casino-betting-intro-content{max-width:100%;text-align:center}.casino-betting-intro-image img{margin:10px 70px;width:80%}.casino-betting-features h2,.casino-betting-getting-started h2,.casino-betting-join h2{font-size:1.5rem}.casino-betting-features ol li,.casino-betting-getting-started ol li{max-width:80%}}@media (max-width:360px){.casino-betting-intro{flex-direction:column;padding:1rem 1.5rem}.casino-betting-intro-content{max-width:100%;text-align:center}.casino-betting-intro-content h1{font-size:1.8rem;line-height:1.3;margin-bottom:15px}.casino-betting-intro-content p{font-size:1rem;line-height:1.4}.casino-betting-intro-image img{height:auto;margin:15px 0;width:100%}.casino-betting-cta-buttons{margin-top:20px}.casino-betting-features h2,.casino-betting-getting-started h2,.casino-betting-join h2{font-size:1.2rem;margin-bottom:1rem}.casino-betting-features ol li,.casino-betting-getting-started ol li{font-size:1rem;line-height:1.4;margin-bottom:10px;max-width:90%}.casino-betting-features p,.casino-betting-getting-started p,.casino-betting-join p{font-size:1rem;line-height:1.4;margin-left:auto;margin-right:auto;max-width:90%}}@media(max-width:412px){.casino-betting-page{background-color:#fff;padding:2rem 0}.casino-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;flex-direction:column;margin-top:20px;padding:1rem 1.5rem}.casino-betting-intro-content{max-width:100%;text-align:center}.casino-betting-intro-content h1{color:#333;font-size:1.8rem;font-weight:700;line-height:1.3;margin-bottom:15px}.casino-betting-intro-content p{color:#666;font-size:1rem;line-height:1.4}.casino-betting-intro-image img{border-radius:10px;height:auto;margin:15px 0;width:100%}.casino-betting-cta-buttons{margin-top:20px}.casino-betting-features h2,.casino-betting-getting-started h2,.casino-betting-join h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.casino-betting-features ol li,.casino-betting-getting-started ol li{margin-bottom:10px}.casino-betting-features ol li,.casino-betting-features p,.casino-betting-getting-started ol li,.casino-betting-getting-started p,.casino-betting-join p{font-size:1rem;line-height:1.4;margin-left:auto;margin-right:auto;max-width:90%}}.indian-card-betting-page{background-color:#fff;padding:3rem 0}.indian-card-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;justify-content:space-between;margin-top:30px;padding:3rem 4rem}.indian-card-betting-intro-content{width:70%}.indian-card-betting-intro-content h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.indian-card-betting-intro-content p{color:#666;font-size:1.1rem;line-height:1.5;margin-top:0}.indian-card-betting-intro-image img{border-radius:15px;height:auto;margin-top:50px;width:400px}.indian-card-betting-cta-buttons{margin-top:50px;text-align:center}.indian-card-betting-features,.indian-card-betting-getting-started,.indian-card-betting-join{text-align:center}.indian-card-betting-features h2,.indian-card-betting-getting-started h2,.indian-card-betting-join h2{color:#333;font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.indian-card-betting-features ul{margin-left:20px;text-align:left}.indian-card-betting-features ul li{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}.indian-card-betting-features ul li strong{color:#b4182d;font-size:1.1rem;font-weight:700}.indian-card-betting-features p,.indian-card-betting-getting-started p,.indian-card-betting-join p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.indian-card-betting-intro{flex-direction:column}.indian-card-betting-intro-content{text-align:center;width:100%}.indian-card-betting-intro-image img{margin:10px 50px;width:80%}.indian-card-betting-features h2,.indian-card-betting-getting-started h2,.indian-card-betting-join h2{font-size:1.5rem}.indian-card-betting-features ul li{max-width:80%}}@media (max-width:360px){.indian-card-betting-intro{flex-direction:column;padding:1rem 1.5rem}.indian-card-betting-intro-content{text-align:center;width:100%}.indian-card-betting-intro-content h1{font-size:1.5rem;line-height:1.3;margin-bottom:15px}.indian-card-betting-intro-content p{font-size:1rem;line-height:1.4}.indian-card-betting-intro-image img{height:auto;margin:15px 0;width:100%}.indian-card-betting-cta-buttons{margin-top:20px}.indian-card-betting-features h2,.indian-card-betting-getting-started h2,.indian-card-betting-join h2{font-size:1.2rem;margin-bottom:1rem}.indian-card-betting-features ul li{font-size:1rem;line-height:1.4;max-width:90%}.indian-card-betting-features ul{padding-left:1rem}.indian-card-betting-features p,.indian-card-betting-getting-started p,.indian-card-betting-join p{font-size:1rem;line-height:1.4;margin-left:auto;margin-right:auto;max-width:90%}}@media (max-width:412px),(max-width:480px){.indian-card-betting-page{background-color:#fff;padding:2rem 0}.indian-card-betting-intro{background:linear-gradient(180deg,#ff9494,#fff);display:flex;flex-direction:column;margin-top:20px;padding:1rem}.indian-card-betting-intro-content{text-align:center;width:100%}.indian-card-betting-intro-content h1{color:#333;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:15px}.indian-card-betting-intro-content p{color:#666;font-size:1rem;line-height:1.4}.indian-card-betting-intro-image img{border-radius:10px;height:auto;margin:15px 0;width:100%}.indian-card-betting-cta-buttons{margin-top:20px}.indian-card-betting-features h2,.indian-card-betting-getting-started h2,.indian-card-betting-join h2{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.indian-card-betting-features ul li{font-size:1rem;line-height:1.4;margin-bottom:10px;max-width:90%}.indian-card-betting-features ul{padding-left:1rem}.indian-card-betting-features p,.indian-card-betting-getting-started p,.indian-card-betting-join p{font-size:1rem;line-height:1.4;margin-left:auto;margin-right:auto;max-width:90%}}.about-page{background-color:#fff;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%;padding:3rem 4rem}.about-header{background-color:#fff;margin-bottom:30px;margin-top:50px;padding-top:3rem}.about-header h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:0}.about-content h2{color:#b4182d;font-size:1.3rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.about-content li,.about-content p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:15px}.about-content ul li strong{color:#b4182d;text-decoration:none}.about-content ul{color:#555;font-size:1rem;line-height:1.5;list-style-type:disc;margin-bottom:20px;margin-left:20px}.about-why-choose a{color:#b4182d;text-decoration:none}.about-why-choose a:hover{text-decoration:underline}.abt-btn{margin-top:50px;text-align:center}@media (max-width:1024px),(max-width:768px){.about-page{max-width:80%;padding:2rem}.about-header h1{font-size:2rem}.about-content h2{font-size:1.1rem}.about-content li,.about-content p,.about-content ul{font-size:1rem;line-height:1.4}.abt-btn{margin-top:30px}}@media (max-width:360px){.about-page{max-width:90%;padding:1.5rem 1rem}.about-header h1{font-size:1.8rem}.about-content h2{font-size:1rem}.about-content li,.about-content p,.about-content ul{font-size:.9rem}.abt-btn{margin-top:20px}}@media (max-width:412px),(max-width:480px){.about-page{max-width:90%;padding:0 1rem}.about-header h1{font-size:1.8rem}.about-content h2{font-size:1rem}.about-content li,.about-content p,.about-content ul{font-size:.9rem}.abt-btn{margin-top:20px}}.sports-id-page{background-color:#fff;padding:3rem 0;text-align:center}.sports-id-header{background:#fff;margin-top:30px;padding:3rem 4rem}.sports-id-header h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.sports-id-header p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem}.sports-id-header p,.sports-id-section{margin-left:auto;margin-right:auto;max-width:60%}.sports-id-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.sports-id-card{background-color:#ffe9e0;border-radius:8px;box-shadow:0 4px 8px #00000080;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;text-align:left}.sports-id-card-title{color:#b4182d;font-size:1.5rem;font-weight:700;line-height:1.5}.sports-id-card p{color:#555;font-size:1rem;line-height:1.5;margin-bottom:1.5rem;margin-top:0}.sports-btn{align-self:center;margin-top:auto;padding:15px 30px}.sports-id-cta{background-color:#fff;padding:3rem 0;text-align:center}.cta-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.sports-id-cta p{color:#555;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%}@media (max-width:1024px),(max-width:768px){.sports-id-header{padding:2rem 1rem}.sports-id-section{gap:1.5rem;grid-template-columns:repeat(2,1fr);max-width:90%}.sports-id-card{padding:1rem}.sports-id-card-title{font-size:1.2rem}.sports-btn{padding:auto;width:60%}.sports-id-header p{max-width:100%}.sports-id-cta p{max-width:90%}}@media (max-width:360px){.sports-id-header h1{font-size:1.5rem}.sports-id-card-title{font-size:1rem}.sports-id-section{gap:1.5rem;grid-template-columns:repeat(1,1fr);max-width:85%}.sports-id-card{padding:1rem}.sports-id-card p{font-size:.9rem}.sports-btn{padding:auto;width:70%}.cta-title{font-size:1.5rem}}@media (max-width:412px),(max-width:480px){.sports-id-header{background:#fff;margin-top:30px;padding:2rem 1rem}.sports-id-header h1{color:#333;font-size:1.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.sports-id-header p{color:#555;font-size:1rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:100%}.sports-id-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:85%}.sports-id-card{background-color:#ffe9e0;border-radius:8px;box-shadow:0 4px 8px #00000080;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;text-align:left}.sports-id-card-title{color:#b4182d;font-size:1rem;font-weight:700;line-height:1.5}.sports-id-card p{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;margin-top:0}.sports-btn{align-self:center;margin-top:auto;padding:auto;width:70%}.sports-id-cta{background-color:#fff;padding:3rem 1rem;text-align:center}.cta-title{color:#333;font-size:1.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.sports-id-cta p{color:#555;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:90%}}.contact-page{background-color:#fff;line-height:1.5;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:60%;padding:3rem 0}.contact-top{background-color:#fff;margin-bottom:30px;margin-top:50px;padding-top:3rem}.contact-top h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:0}.contact-top p{color:#555}.contact-top p,.contact-top strong{font-size:1.1rem;line-height:1.5;margin-bottom:1rem}.contact-top strong{color:#b4182d}.support-details ul{list-style-type:disc;margin-bottom:1.5rem;margin-left:20px}.support-details li,.support-details ul{color:#555;font-size:1.1rem;line-height:1.5}.support-details li{margin-bottom:15px}.contact-top a,.support-details ul li strong{color:#b4182d;text-decoration:none}.contact-top a:hover{text-decoration:underline}.contact-bottom{background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0003;color:#000;margin:2rem auto;max-width:800px;padding:2rem}.contact-bottom h2{font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.input-group{display:flex;gap:1rem;justify-content:space-between}.input-group input{border:1px solid #ccc;border-radius:4px;flex:1 1;font-size:1rem;padding:.8rem}.input-group.full-width input{width:100%}.apply-button{background-color:#b4182d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.8rem 1.5rem;transition:background-color .3s ease}.apply-button:hover{background-color:#e1001e}.contactpage-buttons{margin-top:50px;text-align:center}@media (max-width:1024px),(max-width:768px){.contact-page{max-width:80%;padding:0 1rem}.contact-top h1{font-size:2rem}.contact-top p,.support-details ul{font-size:1rem}.contact-bottom{padding:1.5rem}.contact-form{gap:1rem}.input-group{flex-direction:column;width:95%}.input-group input{width:100%}.apply-button{padding:.7rem 1.2rem}.contactpage-buttons{margin-top:0}}@media (max-width:360px){.contact-top h1{font-size:1.5rem}.contact-top p,.support-details ul{font-size:1rem}.contact-bottom{padding:1rem}.contact-form{gap:.8rem}.input-group{gap:.5rem}.input-group input{padding:.5rem}.apply-button{font-size:.9rem;padding:.6rem 1rem}}.blogs-container{background-color:#fff;padding:2rem 0;text-align:center}.blogs-title{background:#fff;margin-top:30px;padding-top:2rem}.blogs-title h1{color:#333;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:10px}.blog-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-left:auto;margin-right:auto;margin-top:2rem;max-width:80%}.blog-card{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{box-shadow:0 6px 15px #00000026;transform:translateY(-5px)}.blog-image{border-bottom:1px solid #ddd;height:auto;object-fit:cover;width:100%}.blog-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem;text-align:left}.blog-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:.5rem;transition:color .3s ease}.blog-title:hover{color:#b4182d}.blog-meta{color:#777}.blog-meta,.blog-stats{font-size:.9rem;margin-bottom:1rem}.blog-stats{color:#555;display:flex;gap:1rem}.blog-excerpt{color:#444;font-size:1rem;line-height:1.6;margin-bottom:auto}.read-more-button{background-color:#b4182d;border-radius:5px;color:#fff;display:inline-block;font-size:1rem;font-weight:700;margin-top:1rem;padding:.5rem;text-align:center;text-decoration:none;transition:background-color .3s ease,box-shadow .3s ease}.read-more-button:hover{background-color:#3f4d73;box-shadow:0 4px 8px #0003}@media (max-width:1024px),(max-width:768px){.blog-cards{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.blog-image{height:150px}.blog-card{border-radius:8px}}@media (max-width:360px){.blogs-title h1{font-size:1.8rem}.blog-cards{gap:1rem;grid-template-columns:1fr}.blog-card{border-radius:5px}.blog-image{height:100px}.blog-title{font-size:1.2rem}.blog-meta,.blog-stats{font-size:.8rem}}@media (max-width:412px),(max-width:480px){.blogs-container{background-color:#fff;padding:1.5rem 1rem;text-align:center}.blogs-title h1{font-size:1.8rem}.blog-cards{gap:1rem;grid-template-columns:1fr}.blog-card{border-radius:5px}.blog-image{height:100px}.blog-title{font-size:1.2rem}.blog-meta,.blog-stats{font-size:.8rem}}.blog-details-container{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;padding-bottom:3rem!important;padding:7rem 2rem}.blog-details-title{color:#b4182d;font-size:2.5rem;font-weight:700;line-height:1.5;margin-bottom:20px}.blog-details-meta{color:#666;font-size:.9rem;margin-bottom:0}.blog-details-image{border-radius:15px;height:auto;margin:1rem 0;width:100%}.blog-details-content{color:#555;font-size:1rem}.blog-details-content h2,.blog-details-content h3{color:#222;font-size:1.5rem;margin-bottom:.5rem;margin-top:1.5rem}.blog-details-content strong{color:#222;font-size:1.2rem;margin-bottom:.5rem;margin-top:1.5rem}.blog-details-content p{color:#555;margin-bottom:1.1rem}.blog-details-content ol,.blog-details-content ul{color:#555;text-align:left}.blog-details-content ol li,.blog-details-content ul li{margin-bottom:.5rem}.blog-details-content a{color:#b4182d;font-weight:700;text-decoration:none}.blog-details-content a:hover{text-decoration:underline}.back-to-blogs{color:#b4182d;display:inline-block;font-size:1rem;margin-bottom:0;margin-top:1rem;text-decoration:none}.back-to-blogs:hover{color:#3f4d73}.related-link{margin-top:2rem}.related-link a{color:#007bff;font-weight:700;text-decoration:none}.related-link a:hover{text-decoration:underline}@media (max-width:1024px),(max-width:768px){.blog-details-container{padding:5rem}.blog-details-title{font-size:2rem}.blog-details-content{font-size:.95rem}}@media (max-width:360px){.blog-details-container{border-radius:5px;max-width:100%;padding:4rem 1rem}.blog-details-title{font-size:1.8rem;line-height:1.4;margin-bottom:15px}.blog-details-meta{font-size:.8rem;margin-bottom:.5rem}.blog-details-image{border-radius:10px;margin:.8rem 0}.blog-details-content{font-size:.9rem}.blog-details-content h2,.blog-details-content h3{font-size:1.2rem;margin-bottom:.5rem;margin-top:1rem}.blog-details-content strong{font-size:1rem}.blog-details-content p{margin-bottom:.8rem}.back-to-blogs{font-size:.9rem;margin-top:2rem}.related-link{margin-top:1rem}.related-link a{font-size:.9rem}}@media (max-width:412px),(max-width:480px){.blog-details-container{border-radius:5px;box-shadow:0 4px 6px #0000001a;font-family:Arial,sans-serif;line-height:1.6;max-width:100%;padding:4rem 1rem}.blog-details-title{color:#b4182d;font-size:1.8rem;font-weight:700;line-height:1.4;margin-bottom:15px}.blog-details-meta{color:#666;font-size:.8rem;margin-bottom:.5rem}.blog-details-image{border-radius:10px;height:auto;margin:.8rem 0;width:100%}.blog-details-content{color:#555;font-size:.9rem}.blog-details-content h2,.blog-details-content h3{color:#222;font-size:1.2rem;margin-bottom:.5rem;margin-top:1rem}.blog-details-content strong{color:#222;font-size:1rem}.blog-details-content p{color:#555;margin-bottom:.8rem}.blog-details-content ol,.blog-details-content ul{color:#555;text-align:left}.blog-details-content ol li,.blog-details-content ul li{margin-bottom:.5rem}.blog-details-content a{color:#b4182d;font-weight:700;text-decoration:none}.blog-details-content a:hover{text-decoration:underline}.back-to-blogs{color:#b4182d;font-size:.9rem;margin-top:2rem;text-decoration:none}.back-to-blogs:hover{color:#3f4d73}.related-link{margin-top:1rem}.related-link a{color:#007bff;font-size:.9rem;font-weight:700;text-decoration:none}.related-link a:hover{text-decoration:underline}}.sticky-whatsapp-button{align-items:center;background-color:#25d366;border-radius:50%;bottom:20px;box-shadow:0 4px 6px #0000001a;color:#fff;display:flex;font-size:2.5rem;height:60px;justify-content:center;position:fixed;right:20px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:60px;z-index:1000}.sticky-whatsapp-button:hover{box-shadow:0 6px 8px #00000026;transform:scale(1.1)}.whatsapp-icon{color:#fff}
/*# sourceMappingURL=main.72c7e45f.css.map*/