@import url(https://fonts.googleapis.com/css2?family=Inter&family=Playfair+Display&display=swap);.bhb{min-width:90%}.detail-modal{min-width:850px!important}body{overflow-x:hidden}.filter-white{-webkit-filter:invert(20%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(100%);filter:invert(20%) sepia(0) saturate(0) hue-rotate(0deg) brightness(100%) contrast(100%)}.modal{min-width:35%;display:flex;justify-content:center;align-items:center}.upper{text-transform:capitalize}.breadcrumb-item+.breadcrumb-item:before{color:#000}.picker{color:#fff;background-color:#fff}#glass{display:none}#logo:hover{cursor:pointer}.sellModal{min-width:80%}.manufacturingModal,.sellModal{display:flex;justify-content:center;align-items:center}.manufacturingModal{min-width:88%}.custom-modalSize{min-width:615px!important}.custom-modalSize1{min-width:640px!important}.max-price-modalSize{min-width:1130px!important}.mfgEvaluationModal{min-width:78%}.confirmationModal{min-width:38%}#dlogo{display:none}@media only screen and (max-width:1550px) and (min-width:1400px){#logo{height:60px!important;width:150px!important;margin-left:0;padding-left:0}}@media only screen and (max-width:1450px){#dlogo{display:inline-block;height:"auto"!important;width:"auto"!important;margin-left:0;padding-left:0}#footer{padding-right:10px;position:absolute;top:10px;right:0}}@media only screen and (max-width:1200px){#logo{display:none}#footer{padding-top:15px;padding-right:10px;position:absolute;top:50px;right:0}}@media only screen and (max-width:1450px){#logo{display:none}}.landing-container{--font-heading:"Playfair Display",sans-serif;--font-body:"Inter",sans-serif;font-family:var(--font-body);margin:0;padding:0;overflow-x:hidden}.landing-container .heading,.landing-container h1,.landing-container h2,.landing-container h3{font-family:var(--font-heading)}.landing-container .body-text,.landing-container p,.landing-container span{font-family:var(--font-body)}.navbar1{width:100%;position:fixed;top:0;left:0;right:0;z-index:50;transition:all .3s;padding:1px 0}.navbar1-home-scrolled{background-color:#2b2b2b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.navbar1-home-top{background-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent)}.navbar1-not-home{background-color:#2b2b2b;box-shadow:0 4px 6px rgba(0,0,0,.1)}.navbar1-container{max-width:1200px;margin:0 auto;padding:1px 3px;display:flex;flex:1 1;align-items:center;justify-content:space-between}.logo-link1{-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;padding:10px 5px}.logo-link1:hover{-webkit-transform:scale(1.08);transform:scale(1.08)}.nav1-link1{font-size:14px;font-weight:600;transition:all .3s;margin:0 15px;color:#a1a1a1;padding:0 5px;text-decoration:none;background:transparent}.nav1-cont{max-width:400px;display:flex}.nav1-link1:hover{color:#fff!important;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.nav1-link-active1{color:#fff;font-weight:700}.nav1-buttons{display:flex;align-items:center;grid-gap:16px;gap:16px}.contact-button-link{text-decoration:none}.contact-button{padding:8px 16px;background-color:#fff;color:#000;border-radius:9999px;font-size:14px;font-weight:500;cursor:pointer}.desktop-nav{display:flex;align-items:center;justify-content:space-between;width:60%}@media (max-width:767px){.desktop-nav{display:none}.mobile-menu-button{display:block;background:none;border:none;color:#fff;padding:8px;border-radius:8px;transition:background-color .3s;cursor:pointer}.mobile-menu-icon{height:32px;width:32px}.mobile-nav{position:absolute;top:100%;right:10px;background-color:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease-in-out;overflow:hidden;z-index:40;display:none}.mobile-nav1-open{display:block;max-height:100vh;padding:24px 0}.mobile-nav1-closed{display:none}.mobile-nav1-container{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px;padding:0 32px}.mobile-nav1-link{font-size:18px;font-weight:600;width:100%;text-align:center;padding:15px 0;transition:all .3s;color:#a1a1a1;margin-bottom:5px;border-radius:8px;background:transparent;text-decoration:none}.mobile-nav1-link:hover{color:#fff;-webkit-transform:scale(1.05);transform:scale(1.05)}.mobile-nav1-link-active{color:#fff;font-weight:700}}@media (min-width:768px){.mobile-menu-button,.mobile-nav{display:none}}.footerx{background-color:#2b2b2b;color:#fff;padding:3rem 1rem 1.5rem}.footerx-container{max-width:1200px;margin:0 auto}.footerx-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.footerx-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footerx-grid{grid-template-columns:repeat(3,1fr)}}.footerx-section{padding-bottom:1rem}.footerx-title{font-size:1.125rem;font-weight:700;border-bottom:1px solid #444;padding-bottom:.5rem;color:#fff}.footerx-address p,.footerx-title{margin-bottom:1rem}.footerx-address a{color:#fff;text-decoration:none}.footerx-address a:hover{text-decoration:underline}.footerx-links{list-style:none;padding:0;margin:0}.footerx-links li{margin-bottom:.5rem}.footerx-links a{color:#fff;text-decoration:none}.footerx-links a:hover{text-decoration:underline}.footerx-social-icons{display:flex;grid-gap:.75rem;gap:.75rem}.footerx-social-icons a{background:#fff;border-radius:50%;padding:.5rem;color:#2b2b2b;display:inline-flex;align-items:center;justify-content:center;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.footerx-social-icons a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.footerx-bottom{margin-top:3rem;padding-top:1rem;border-top:1px solid #444;text-align:center;font-size:.875rem}.contactus1-container{max-width:900px;margin:0 auto;padding:7rem 2rem 2rem}.contactus1-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#2b2b2b}.contactus1-intro{text-align:center;margin-bottom:2.5rem;font-size:1.1rem;color:#555}.contactus1-locations{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.contactus1-card{background-color:#f9f9f9;border-radius:16px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.contactus1-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.contactus1-location-title{font-size:1.5rem;margin-bottom:1rem;color:#004b7c}.contactus1-detail{font-size:1rem;margin:.5rem 0;line-height:1.6}.education1-container1{max-width:900px;margin:0 auto;padding:7rem 2rem 2rem}.education1-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#2b2b2b}.education1-content{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.accordion-container{max-width:900px;margin:0 auto;padding:5rem 2rem 2rem;font-family:Helvetica Neue,sans-serif;background-color:#fff}.accordion-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.accordion-content{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.accordion-item1{border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:all .3s ease;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.05)}.accordion-header1{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#f7f7f7;transition:background-color .3s ease}.accordion-header1:hover{background-color:#eee}.accordion-title-text1{font-size:1rem;font-weight:600;margin:0}.accordion-icon1{transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.accordion-icon1.open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion-body1{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease;padding:0 1.5rem}.accordion-body1.show{max-height:100%}.paragraph{line-height:1.6;font-size:.9rem;color:#666}.shape-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:1rem;gap:1rem}.shape-card{text-align:center}.shape-image{width:100px;height:100px;margin:0 auto .5rem;border-radius:8px;overflow:hidden;border:1px solid #ddd}.shape-img{width:100%;height:100%;object-fit:cover;justify-content:"center";align-items:center;align-self:center}.shape-name{font-size:.9rem;color:#555}.heading{font-size:1rem;font-weight:700;color:#343434}.container1{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;grid-gap:20px;gap:20px;margin:20px}.container1 .text-content{flex:1 1;min-width:250px}.heading1{font-size:24px;font-weight:700;margin-bottom:10px}.paragraph1{font-size:16px;line-height:1.5}.shape-imgs1{flex:1 1;min-width:250px;display:flex;justify-content:flex-end}.shape-imgs1 img{max-width:100%;height:auto;border-radius:8px}@media (max-width:768px){.container1{flex-direction:column;align-items:center;text-align:center}.shape-imgs1{justify-content:center;margin-top:20px}}.containerxyz{display:flex;flex-direction:row;justify-content:space-between;grid-gap:20px;gap:20px;flex-wrap:wrap;padding:10px}.text-contentxyz{flex:1 1 250px;text-align:left}.headingxyz{font-size:1rem;font-weight:700;margin-bottom:10px;color:#343434}.paragraphxyz{font-size:.8rem;line-height:1.6;color:#666}.shape-imgs-center,.shape-imgsxyz{justify-content:center;align-items:center}.shape-imgs-center{display:flex}.shape-imgs-center img,.shape-imgsxyz img{max-width:100%;height:auto;border-radius:8px}@media (max-width:768px){.containerxyz{flex-direction:column;align-items:center}.text-contentxyz{text-align:left}.shape-imgsxyz{justify-content:center;margin-top:20px}}.hero1-container{position:relative;height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;background-color:#000}@media (min-width:768px){.hero1-container{height:80vh}}.hero1-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.7;z-index:0}.hero1-overlay{position:absolute;inset:0;background-color:rgba(0,0,0,.6);z-index:1}.hero1-content{position:relative;z-index:2;color:#fff;text-align:center;padding:60px 16px 0;max-width:960px;margin:0 auto}.hero1-heading{font-size:2.25rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:#fff}@media (min-width:640px){.hero1-heading{font-size:3rem}}@media (min-width:768px){.hero1-heading{font-size:4.5rem}}.hero1-subheading{background-image:linear-gradient(90deg,#fff,#868686);-webkit-background-clip:text;color:transparent;font-size:2.25rem}.hero1-description{font-size:1rem;color:#d1d5db;margin-bottom:1.5rem;max-width:720px;margin-left:auto;margin-right:auto;padding:0 16px}@media (min-width:640px){.hero1-description{font-size:1.125rem}}@media (min-width:768px){.hero1-description{font-size:1.25rem}}.stats1-section{padding:0;background-color:#f9fafb}.stats1-container{max-width:1120px;margin:0 auto;padding:0 1rem}.stats1-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:center;padding:2rem 0}.stat1-item{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-animation:fadeUp .6s ease-out forwards;animation:fadeUp .6s ease-out forwards}.stat1-number{font-size:1.875rem;font-weight:700;color:#1f2937}@media (min-width:768px){.stat1-number{font-size:2.25rem}}.stat1-label{color:#4b5563;font-family:Arial,sans-serif;font-size:small;letter-spacing:.5px}h3{margin:0;font-size:2rem}.about1-section{padding:3rem 2rem;background-color:#fff}.about1-container{max-width:1120px;margin:0 auto}.about1-grid{display:grid;grid-gap:3rem;gap:3rem;align-items:center}@media (min-width:768px){.about1-grid{grid-template-columns:repeat(2,1fr)}}.about1-heading{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#1b1b1b}.about1-description{color:#4b556d;margin-bottom:1.5rem}.feature1-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.feature1-item{display:flex;align-items:flex-start}.feature1-icon{height:2rem;width:2rem;color:#1f2937;margin-right:.75rem;flex-shrink:0}.feature1-title{font-weight:600;margin:0;color:#1f2937}.feature1-text{font-size:.875rem;color:#4b5563}.image1-wrapper{display:flex;justify-content:center;padding:1rem;box-sizing:border-box;justify-content:flex-end}.image1-container1{position:relative;max-width:100%}.about1-image1{width:100%;max-width:400px;max-height:300px;aspect-ratio:4/3;object-fit:cover;border-radius:.75rem;box-shadow:0 10px 15px rgba(0,0,0,.1);display:block}.image1-overlay{position:absolute;bottom:-1.5rem;left:-1.5rem;background-color:#1f2937;padding:1rem;border-radius:8px;color:#fff;max-width:calc(100% - 1rem);box-sizing:border-box}.overlay1-number{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;font-family:Playfair Display,sans-serif}.overlay1-label{color:#e5e7eb}@media (max-width:768px){.image1-overlay{bottom:-1rem;left:-1rem;padding:1rem}.overlay1-number{font-size:1.75rem}}.diamond1-header{padding:1rem;background:linear-gradient(90deg,#1f2937,#1a1a1a);color:#fff;text-align:center}.diamond1-container{max-width:1120px;margin:0 auto;padding:0 1rem}.diamond1-heading{font-size:2.25rem;margin-bottom:1rem;color:#fff}.diamond1-description{font-size:1.125rem;color:#e5e7eb;margin-bottom:2rem}.diamond1-section,.diamond1-section-lab{padding:3rem 1rem}.diamond1-section{background-color:#fff}.diamond1-section-lab{background-color:#f9fafb}.diamond1-grid{display:grid;grid-gap:2rem;gap:2rem;align-items:center}@media (min-width:768px){.diamond1-heading{font-size:2.5rem}.diamond1-description{font-size:1.25rem}.diamond1-grid{grid-template-columns:repeat(2,1fr);grid-gap:4rem;gap:4rem}}.diamond1-subheading{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1f2937}@media (min-width:768px){.diamond1-subheading{font-size:2rem;margin-bottom:1.5rem}}.diamond1-text{color:#4b5563;margin-bottom:1.5rem}.diamond1-list{list-style:none;padding-left:0}.diamond1-list-item{display:flex;align-items:center;color:#1f2937;margin-bottom:1rem}.diamond1-icon{width:1.5rem;height:1.5rem;color:#1f2937;margin-right:.75rem}.image-container12{display:flex;justify-content:center}.diamond1-image{width:100%;max-width:400px;max-height:300px;aspect-ratio:4/3;height:auto;object-fit:cover;border-radius:8px;box-shadow:0 10px 15px rgba(0,0,0,.1)}.diamond1-section-lab .diamond1-grid .image-container{order:2}.diamond1-section-lab .diamond1-grid .labgrown-text{order:1}@media (min-width:768px){.diamond1-section-lab .diamond1-grid .image-container{order:1}.diamond1-section-lab .diamond1-grid .labgrown-text{order:2}}.fade-up1{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);-webkit-animation:fadeUp .6s ease forwards;animation:fadeUp .6s ease forwards}.our-products-section{padding:2rem 0;background-color:#1a1a1a;color:#fff;overflow:hidden}.container2{max-width:1200px;width:100%;margin:0 auto;padding:0 1rem;box-sizing:border-box}.sec-title{font-size:2.25rem;margin-bottom:2rem;text-align:center;color:#fff}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem}}.fade-in-up1{opacity:0;-webkit-transform:translateY(50px);transform:translateY(50px);-webkit-animation:fadeInUp .6s ease-out forwards;animation:fadeInUp .6s ease-out forwards}@-webkit-keyframes fadeInUp{to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.product-card1{position:relative;overflow:hidden;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;cursor:pointer}.product-card1:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.product-image{width:100%;height:12rem;object-fit:cover;display:block;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}.product-card1:hover .product-image{-webkit-filter:grayscale(0);filter:grayscale(0)}.product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent);display:flex;align-items:flex-end;padding:1rem}.product-title{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-family:Inter,sans-serif}.certification1-section{padding:3rem 1rem;background-color:#fff}.container4{max-width:1140px;margin:0 auto;text-align:center}.section-title2{font-size:2.25rem;font-weight:700;margin-bottom:2rem;color:#1b1b1b}.certification1-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.certification1-grid{grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-top:.5rem}}.certification1-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;border:1px solid #e2e8f0}.certification1-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08);border-color:#cbd5e0;-webkit-transform:scale(1.04);transform:scale(1.04)}.certification1-content{flex-direction:column;grid-gap:1.5rem;gap:1.5rem}.certification1-content,.certification1-logo{display:flex;align-items:center;justify-content:center}.certification1-logo{width:6rem;height:4rem}.logo-image1{max-width:100%;max-height:100%;object-fit:contain}.certification1-details{color:#4a5568}.certification1-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.certification1-description{font-size:.875rem;color:#718096;line-height:1.5}.manufacturing1-process{background-color:#f9fafb;color:#000;padding:3rem 1rem}.containe2r{max-width:1280px;margin:0 auto;text-align:center}.title2{font-size:2.25rem;font-weight:700;margin-bottom:2rem;color:#2b2b2b}.step1s-grid{display:grid;grid-template-columns:repeat(1,1fr);padding-bottom:1rem}@media (min-width:640px){.step1s-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.step1s-grid{grid-template-columns:repeat(5,1fr)}}.step1-item{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;border-radius:2px;padding:1rem;transition:box-shadow .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease}.step1-item:hover{-webkit-transform:translateY(-14px);transform:translateY(-14px);box-shadow:10px 10px 28px rgba(0,0,0,.25)}.icon1{width:3rem;height:3rem;color:#2b2b2b;margin-bottom:1rem;transition:color .15s}.step1-item:hover .icon{color:#000}.step1-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#2b2b2b}.step1-description{color:#4b5563}.why-choose-us1{padding-bottom:3rem;background-color:#f9fafb;color:#2b2b2b;position:relative}.container3{max-width:1280px;margin:0 auto;text-align:center}.description1{color:#666;margin-bottom:1rem;max-width:48rem;margin-left:auto;margin-right:auto}.benefits-grid1{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:2rem;gap:2rem;padding-bottom:1rem}@media (min-width:768px){.benefits-grid1{grid-template-columns:repeat(3,1fr)}}.benefit-card1{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:box-shadow .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease}.benefit-card1:hover{-webkit-transform:translateY(-14px);transform:translateY(-14px);box-shadow:0 10px 28px rgba(0,0,0,.25)}.icon-large{width:3rem;height:3rem;margin-bottom:1.5rem;color:#1f2937}.card-title1{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.card-description1{color:#4b5563}@-webkit-keyframes fadeUp{0%{opacity:0;-webkit-transform:translateY(24px);transform:translateY(24px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;-webkit-transform:translateY(24px);transform:translateY(24px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fade-up{opacity:0;-webkit-transform:translateY(24px);transform:translateY(24px);-webkit-animation:fadeUp .6s ease forwards;animation:fadeUp .6s ease forwards}.mobile-app-section{padding:3rem 0;color:#2b2b2b;max-width:1280px;margin:0 auto;text-align:center}.title1{font-size:2.25rem;font-weight:700;margin-bottom:1rem;color:#2b2b2b}.description1{font-size:1.125rem;color:#4b5563;margin-bottom:3rem}.grid-container{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem}@media (min-width:768px){.grid-container{grid-template-columns:repeat(2,1fr)}}.features1{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px);-webkit-animation:fadeInFromLeft .8s forwards;animation:fadeInFromLeft .8s forwards;text-align:left}.features-title{padding:0 2rem;font-size:1.5rem;font-weight:600;color:#2b2b2b;margin-bottom:1rem}.features-list{list-style:disc inside;color:#666;padding-left:1rem;margin-bottom:1.5rem}.cta-text{padding:0 2rem;color:#1f2937;font-weight:500}.app-screenshots{display:flex;flex-direction:column;grid-gap:1.5rem;gap:1.5rem;opacity:0;-webkit-animation:fadeInFromRight .8s .3s forwards;animation:fadeInFromRight .8s .3s forwards}.image-container{position:relative;display:flex;justify-content:center}.ios-image{width:100%;height:auto;border-radius:1rem}.download-buttons{display:flex;justify-content:center;align-items:center;grid-gap:1.5rem;gap:1.5rem}.download-link{transition:opacity .3s}.download-link:hover{opacity:.8}@-webkit-keyframes fadeInFromLeft{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInFromLeft{0%{opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInFromRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInFromRight{0%{opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.aboutus1-container{max-width:900px;margin:0 auto;padding:7rem 2rem 2rem}.aboutus1-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#2b2b2b}.aboutus1-content{max-width:768px;margin:0 auto}.aboutus1-text{margin-bottom:1.5rem;color:#666;font-size:1rem;line-height:1.6}.aboutus1-subheading{font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:#2c2c2c}.aboutus1-list{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.5rem;color:#4b5563}.aboutus1-list-item{margin-bottom:.5rem;font-size:1rem;line-height:1.6}.faq1-container{max-width:900px;margin:0 auto;padding:7rem 2rem 2rem}.faq1-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#1a1a1a}.faq1-content{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.tnc2-container{max-width:900px;margin:0 auto;padding:7rem 2rem 2rem}.tnc2-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#2b2b2b}.tnc2-content{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.tnc2-section{border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:all .3s ease;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.05)}.paragraphx{font-size:.8rem;line-height:1.6;color:#666}.privacy1-container{max-width:900px;margin:0 auto;padding:7rem 2rem 2rem}.privacy1-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#2b2b2b}.privacy1-content{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.privacy1-section{border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:all .3s ease;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.05)}.benefits1-container{max-width:900px;margin:0 auto;padding:7rem 2rem 2rem}.benefits1-section{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:2rem}.benefits1-heading{font-size:1.5rem;font-weight:600;color:#4b5563;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.benefits1-list{list-style-type:none;padding-left:0}.benefits1-list li{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1.25rem}.benefits1-list li b{color:#1e293b;font-weight:700}@media (max-width:768px){.benefits1-section{margin-bottom:1.5rem}.benefits1-heading{font-size:1.25rem}.benefits1-list li{font-size:.95rem}}.benefits1-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center;color:#2b2b2b}
/*# sourceMappingURL=main.d6f4a60d.chunk.css.map */