.about-section{background-color:var(--primary);background-image:url(/_next/static/media/about-bg.cc4f9614.png);background-repeat:no-repeat;background-size:cover;background-blend-mode:multiply}@media only screen and (min-width:992px){.about-section{text-align:center}}.about-section .section-content{margin:auto;max-width:1244px;padding:24px 0}@media only screen and (min-width:992px){.about-section .section-content{padding:82px 0}}.about-section .sec-title{display:flex;gap:.8rem;align-items:center;margin-bottom:18px;justify-content:center}@media only screen and (min-width:992px){.about-section .sec-title{margin-bottom:64px}}.about-section .sec-title h2{color:var(--white);letter-spacing:-1.2px;font-size:20px;font-family:Inter-SemiBold,Cairo-SemiBold;line-height:26px}@media only screen and (min-width:992px){.about-section .sec-title h2{font-family:Inter-Bold,Cairo-Bold;line-height:60px;font-size:36px}}.about-section .sec-title .custom-image{align-items:center;min-height:auto}.about-section .sec-title .custom-image img{height:auto;width:72px}@media only screen and (min-width:992px){.about-section .sec-title .custom-image img{width:112px}}.about-section .about-txt{letter-spacing:-.3px;color:var(--white);font-size:15px;line-height:22px}@media only screen and (min-width:992px){.about-section .about-txt{font-weight:500;line-height:30px;font-size:20px}}.home-contacts-section{background-color:var(--white);padding:32px 0}.home-contacts-section .sec-text{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:22px;flex-direction:column;text-align:center;gap:15px}@media only screen and (min-width:992px){.home-contacts-section .sec-text{gap:30px;flex-direction:row;text-align:start}}.home-contacts-section .sec-text h2{color:#151b23;font-family:Inter-SemiBold,Cairo-SemiBold;flex:1 1;font-size:32px}@media only screen and (min-width:992px){.home-contacts-section .sec-text h2{line-height:42px;font-size:40px}}.home-contacts-section .sec-text p{color:#525252;flex:1 1;font-size:16px;line-height:24px}.home-contacts-section .cards-list-wrapper{display:grid;grid-gap:30px;gap:30px;margin:auto}@media only screen and (min-width:992px){.home-contacts-section .cards-list-wrapper{justify-content:stretch;grid-template-columns:1fr 1fr}}.home-contacts-section .home-contact-card{display:flex;justify-content:space-between;align-items:center;gap:10px;justify-content:center;border:1px solid rgba(0,0,0,.102);border-radius:15px;padding-top:20px;padding-bottom:38px}.home-contacts-section .home-contact-card .card-body .card-title{text-transform:capitalize;font-size:18px;font-family:Inter-SemiBold,Cairo-SemiBold;color:#0d062d;margin-bottom:16px}.home-contacts-section .home-contact-card .card-body .card-value{margin-bottom:20px;display:flex;flex-direction:column;align-items:center;text-align:center}.home-contacts-section .home-contact-card .card-body .card-value .icon-wrap{margin-bottom:20px}.home-contacts-section .home-contact-card .card-body .card-value .icon-wrap img{margin:auto;height:auto;width:84px}.home-contacts-section .home-contact-card .card-body .card-value .value-wrapper{color:#525252;font-size:16px}.home-contacts-section .home-contact-card .card-body .card-value .value{color:#0984e3!important}[data-bs-theme=dark] .home-contacts-section{background-color:var(--body-bg)}[data-bs-theme=dark] .home-contacts-section .sec-text h2{color:var(--body-color)}[data-bs-theme=dark] .home-contacts-section .sec-text p{color:var(--primary-text-color)}[data-bs-theme=dark] .home-contacts-section .home-contact-card{border:1px solid rgba(var(--primary-rgb),.4)}[data-bs-theme=dark] .home-contacts-section .home-contact-card .card-body .card-title{color:var(--primary-text-color)}[data-bs-theme=dark] .home-contacts-section .home-contact-card .card-body .card-value .value-wrapper{color:var(--body-color)}.hero-section{padding-top:32px;display:grid;align-content:space-evenly}@media only screen and (min-width:992px){.hero-section{grid-template-columns:1.2fr 1fr}}.hero-section .sec-text{max-width:632px;animation:animateSecTex .8s cubic-bezier(.28,.84,.42,1) .2s forwards;opacity:0}@keyframes animateSecTex{0%{opacity:0;transform:translateX(-220px)}to{opacity:1;transform:translateX(0)}}.hero-section .sec-text .app-name-about{max-width:520px;font-family:Inter-Bold,Cairo-Bold}.hero-section .sec-text .app-name-about h1{color:#0d062d;letter-spacing:-.8px;font-size:26px;line-height:38px;margin-bottom:12px}@media only screen and (min-width:992px){.hero-section .sec-text .app-name-about h1{letter-spacing:-1.2px;font-size:42px;line-height:62px;margin-bottom:16px}}.hero-section .sec-text .section-desc{margin:auto;max-width:726px;color:#525252;font-size:16px;line-height:24px}.hero-section .sec-text .learn-more-link{display:inline-block;border:1px solid var(--primary);color:var(--primary);padding:12px 24px;border-radius:12px;margin-top:32px;transition:all .15s ease-out}@media only screen and (min-width:992px){.hero-section .sec-text .learn-more-link{margin-top:56px}}.hero-section .sec-text .learn-more-link:hover{background-color:rgba(var(--primary-rgb),30%)}.hero-section .section-img{opacity:0;animation:animateSecImg .8s cubic-bezier(.28,.84,.42,1) .2s forwards}.hero-section .section-img img{width:100%;max-width:542px;height:auto;object-fit:contain}@media only screen and (min-width:992px){.hero-section .section-img{animation:animateSecImg .8s cubic-bezier(.28,.84,.42,1) .8s forwards}}@keyframes animateSecImg{0%{opacity:0;transform:translateY(220px)}to{opacity:1;transform:translateY(0)}}[data-bs-theme=dark] .hero-section .sec-text .app-name-about h1{color:var(--white)}[data-bs-theme=dark] .hero-section .sec-text .section-desc{color:var(--primary-text-color)}.home-inspect-section{margin:88px 0 14px}@media only screen and (min-width:992px){.home-inspect-section{margin:102px 0 112px}}.home-inspect-section .section-heading{text-align:center;max-width:992px;margin:auto}.home-inspect-section .section-heading h2{color:#1c1c1c;font-family:Inter-Bold,Cairo-Bold;font-size:36px;line-height:60px;letter-spacing:-1.2px;margin-bottom:20px;text-transform:capitalize}.home-inspect-section .section-heading p{color:#585757;font-size:20px;line-height:30px;letter-spacing:-.3px}.home-inspect-section .inspect-list{justify-content:center;justify-items:center;display:flex;flex-wrap:wrap;max-width:930px;gap:20px 16px;margin:60px auto 0}@media only screen and (min-width:992px){.home-inspect-section .inspect-list{gap:48px 30px}}.home-inspect-section .inspect-list .inspect-card{display:grid;justify-content:center;justify-items:center;width:calc(50% - 20px)}@media only screen and (min-width:992px){.home-inspect-section .inspect-list .inspect-card{max-width:322px;width:calc(25% - 22.5px)}}.home-inspect-section .inspect-list .inspect-card .card-img{margin-bottom:10px;width:80px;height:80px;border-radius:50%;overflow:hidden}.home-inspect-section .inspect-list .inspect-card .card-img img{object-fit:cover;width:100%;height:100%}.home-inspect-section .inspect-list .inspect-card .card-txt{color:#1c1c1c;text-align:center;font-family:Inter-SemiBold,Cairo-SemiBold;font-size:15px;line-height:22px;letter-spacing:-.1px}[data-bs-theme=dark] .home-inspect-section .section-heading h2{color:var(--body-color)}[data-bs-theme=dark] .home-inspect-section .section-heading p{color:var(--primary-text-color)}[data-bs-theme=dark] .home-inspect-section .inspect-list .inspect-card .card-txt{color:var(--body-color)}.location-section{padding:52px 0}.location-section .section-content{margin:auto;max-width:1156px;display:grid;grid-gap:16px;gap:16px}@media only screen and (min-width:992px){.location-section .section-content{grid-template-columns:1fr 1fr}}.location-section .location-card{border-radius:20px;box-shadow:0 4px 15px 0 rgba(0,0,0,.149);padding:10px}.location-section .location-card .sec-title{display:flex;gap:.8rem;align-items:center;margin-bottom:18px}@media only screen and (min-width:992px){.location-section .location-card .sec-title{margin-bottom:47px}}.location-section .location-card .sec-title h2{color:#516480;letter-spacing:-1.2px;font-size:20px;font-family:Inter-SemiBold,Cairo-SemiBold}@media only screen and (min-width:992px){.location-section .location-card .sec-title h2{font-family:Inter-Bold,Cairo-Bold;font-size:36px}}.location-section .location-card .sec-title .custom-image{align-items:center}.location-section .location-card .sec-title .custom-image img{width:112px;height:auto}.location-section .location-card .location-img{margin-bottom:47px}.location-section .location-card .location-img img{width:100%;height:auto;object-fit:cover}.location-section .location-card .info-card{color:#3e4958;font-family:Inter-Light,Cairo-Light;font-weight:300;padding:10px;max-width:243px}.location-section .location-card .info-card .card-title{color:#3e4958;font-family:Inter-Bold,Cairo-Bold;font-size:18px;margin-bottom:32px}@media only screen and (min-width:992px){.location-section .location-card .info-card .card-title{margin-bottom:52px}}.location-section .location-card .info-card a span{color:#0984e3!important}.location-section .location-card .info-card .reviews-row{display:flex;gap:20px;margin-bottom:15px}.location-section .location-card .info-card .reviews-row .label{display:flex;align-items:center}.location-section .location-card .info-card .address-row{margin-bottom:15px;line-height:22px}.location-section .map-wrapper{display:flex}.location-section .map-wrapper iframe{width:100%;height:auto;min-height:255px;border:0;border-radius:4px}[data-bs-theme=dark] .location-section .location-card{box-shadow:0 4px 15px 0 hsla(0,0%,100%,.071)}[data-bs-theme=dark] .location-section .location-card .info-card{color:var(--primary-text-color)}[data-bs-theme=dark] .location-section .location-card .info-card .card-title{color:var(--body-color)}[data-bs-theme=dark] .location-section .location-card .info-card [class$=-row] span{color:var(--primary-text-color)}[data-bs-theme=dark] .location-section .location-card .info-card [class$=-row] span.label{color:var(--body-color)}.sample-report-section-wrapper{background-color:transparent;padding:42px 0}.sample-report-section-wrapper .section-content{position:relative;max-width:1118px;margin:auto}@media only screen and (min-width:1600px){.sample-report-section-wrapper .section-content{max-width:1400px}}.sample-report-section-wrapper .section-content .sample-bg img{width:100%;height:auto}.sample-report-section-wrapper .section-content .sample-link{font-family:Inter-SemiBold,Cairo-SemiBold;letter-spacing:-.2px;padding:8px 12px;font-size:14px;line-height:20px;border-radius:4px;margin:auto;width:max-content;position:absolute;bottom:45px;left:50%;transform:translateX(-50%)}@media only screen and (min-width:992px){.sample-report-section-wrapper .section-content .sample-link{padding:11px 16px;font-size:20px;line-height:26px;border-radius:6px}}.home-sections .hero-contacts-section{min-height:calc(100vh - var(--navbar-lg-height));display:grid;align-content:space-around}.home-subscribe-section{margin:0 auto 82px;padding:1rem;max-width:1240px;border-radius:35px;overflow:hidden;background-color:#e8f5f4;background-blend-mode:multiply;background-image:url(/_next/static/media/subscribe-png.021cca7b.png);background-repeat:no-repeat;background-size:cover}@media only screen and (min-width:992px){.home-subscribe-section{margin:110px auto 116px;padding:48px}}.home-subscribe-section .section-heading{text-align:center;margin:auto auto 35px}.home-subscribe-section .section-heading h2{margin:auto auto 20px;color:#1c1c1c;font-family:Inter-Bold,Cairo-Bold;letter-spacing:-1.2px;text-transform:capitalize;font-size:28px}@media only screen and (min-width:992px){.home-subscribe-section .section-heading h2{font-size:36px;line-height:60px}}.home-subscribe-section .section-heading p{margin:auto;color:#585757;font-size:1rem;max-width:692px}@media only screen and (min-width:992px){.home-subscribe-section .section-heading p{font-size:20px;line-height:30px}}[data-bs-theme=dark] .home-subscribe-section{background-color:rgba(32,33,36,.878)}[data-bs-theme=dark] .home-subscribe-section .section-heading h2{color:var(--body-color)}[data-bs-theme=dark] .home-subscribe-section .section-heading p{color:var(--primary-text-color)}:root{--primary:#009460;--primary-rgb:0,148,96;--navbar-lg-height:104px;--orange:#f1963b;--green:#13c56b;--white:#fff;--black:#000;--black-rgb:0,0,0;--dark:#363d48;--dark-text-emphasis:#272c35;--success:#13c56b;--info:#50c3e6;--warning:#e8bc52;--danger:#ed5e5e;--light:#f1f1f1;--light-text-emphasis:#ced4da;--extra-light:#f7f8fa;--success-rgb:19,197,107;--info-rgb:80,195,230;--warning-rgb:232,188,82;--danger-rgb:237,94,94;--light-rgb:243,246,249;--dark-rgb:54,61,72;--white-rgb:255,255,255;--border-radius:4px}[data-bs-theme=light]{--primary-text-color:#292929;--primary-bg-subtle:#d0ffee;--body-color:#101828;--body-bg:#fff;--body-color-rgb:33,37,41;--body-bg-rgb:255,255,255;--success-bg-subtle:#dcf6e9;--info-bg-subtle:#e5f6fb;--warning-bg-subtle:#fcf5e5;--danger-bg-subtle:#fce7e7;--light-bg-subtle:#f9fbfc;--dark-bg-subtle:#e9ebec;--primary-border-subtle:#c2d3f5;--danger-text-emphasis:#c95050;--primary-text-emphasis:#1c8f67;--secondary-text-emphasis:#724ec0;--success-text-emphasis:#10a75b;--info-text-emphasis:#44a6c4;--warning-text-emphasis:#c5a046;--body-font-size:1rem;--body-font-weight:400;--body-line-height:1.5;--emphasis-color:#212529;--emphasis-color-rgb:33,37,41;--secondary-color:#696969;--secondary-color-rgb:105,105,105;--secondary-bg:#fff;--secondary-bg-rgb:255,255,255}[data-bs-theme=dark]{color-scheme:dark;--soft-primary:#2b2b2b;--body-color:#e0e0e0;--body-color-rgb:224,224,224;--body-bg:#202124;--body-bg-rgb:32,33,36;--emphasis-color:#fff;--emphasis-color-rgb:255,255,255;--secondary-color:#696969;--secondary-color-rgb:105,105,105;--secondary-bg:#212529;--secondary-bg-rgb:33,37,41;--tertiary-color:rgba(206,212,218,.75);--tertiary-color-rgb:206,212,218;--tertiary-bg:#2a2d31;--tertiary-bg-rgb:42,45,49;--primary-text-color:#979797;--primary-text-emphasis:#1c8f67;--secondary-text-emphasis:#9e7de8;--success-text-emphasis:#42d189;--info-text-emphasis:#73cfeb;--warning-text-emphasis:#edc975;--danger-text-emphasis:#f17e7e;--light-text-emphasis:#535659;--primary-bg-subtle:rgba(102,145,231,.15);--secondary-bg-subtle:rgba(134,92,226,.15);--success-bg-subtle:rgba(19,197,107,.15);--info-bg-subtle:rgba(80,195,230,.15);--warning-bg-subtle:rgba(232,188,82,.15);--danger-bg-subtle:rgba(237,94,94,.15);--light-bg-subtle:#25282c;--dark-bg-subtle:#313437;--primary-border-subtle:#425e96;--secondary-border-subtle:#432e71;--success-border-subtle:#0a6336;--info-border-subtle:#286273;--warning-border-subtle:#745e29;--danger-border-subtle:#772f2f;--light-border-subtle:#35383c;--dark-border-subtle:#3c3f42;--heading-color:#ced4da;--link-color:#e0e9fa;--link-hover-color:#e6edfb;--link-color-rgb:224,233,250;--link-hover-color-rgb:230,237,251;--code-color:#f672a7;--highlight-color:#ced4da;--highlight-bg:#5d4b21;--border-color:#32383e;--border-color-translucent:#32383e;--form-valid-color:#42d189;--form-valid-border-color:#42d189;--form-invalid-color:#f17e7e;--form-invalid-border-color:#f17e7e}.table-light{--table-color:#000;--table-bg:#f3f6f9;--table-border-color:#dbdde0;--table-striped-bg:#eef1f4;--table-striped-color:#000;--table-active-bg:#e9ecef;--table-active-color:#000;--table-hover-bg:#e9ecef;--table-hover-color:#000;color:var(--table-color);border-color:var(--table-border-color)}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,h5,p{margin:0}h2,h3,h4,h5{font-weight:400}a{color:var(--body-color)}a,a:hover{text-decoration:none}ul{padding:0;margin:0;list-style-type:none}@font-face{font-family:Inter-Light;src:url(/fonts/inter-light.woff2) format("woff2");font-style:normal}@font-face{font-family:Inter-Regular;src:url(/fonts/Inter-Regular.woff2) format("woff2");font-style:normal}@font-face{font-family:Inter-SemiBold;src:url(/fonts/Inter-SemiBold.woff2) format("woff2");font-style:normal}@font-face{font-family:Inter-Bold;src:url(/fonts/Inter-Bold.woff2) format("woff2");font-style:normal}@font-face{font-family:Inter-Extra-Bold;src:url(/fonts/inter-extra-bold.woff2) format("woff2");font-style:normal}@font-face{font-family:Cairo-Light;src:url(/fonts/Cairo-Light.woff2) format("woff2");font-style:normal}@font-face{font-family:Cairo-Regular;src:url(/fonts/Cairo-Regular.woff2) format("woff2");font-style:normal}@font-face{font-family:Cairo-Medium;src:url(/fonts/Cairo-Medium.woff2) format("woff2");font-style:normal}@font-face{font-family:Cairo-SemiBold;src:url(/fonts/Cairo-SemiBold.woff2) format("woff2");font-style:normal}@font-face{font-family:Cairo-Bold;src:url(/fonts/Cairo-Bold.woff2) format("woff2");font-style:normal}@font-face{font-family:Cairo-ExtraBold;src:url(/fonts/Cairo-ExtraBold.woff2) format("woff2");font-style:normal}.custom-container{width:100%;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}@media only screen and (min-width:576px){.custom-container{max-width:540px}}@media only screen and (min-width:768px){.custom-container{max-width:720px}}@media only screen and (min-width:992px){.custom-container{max-width:960px}}@media only screen and (min-width:1224px){.custom-container{max-width:1170px}}@media only screen and (min-width:1366px){.custom-container{max-width:1284px}}@media only screen and (min-width:1400px){.custom-container{max-width:1284px}}@media only screen and (min-width:1600px){.custom-container{max-width:1440px}}@media only screen and (min-width:1920px){.custom-container{max-width:1440px}}.admin-custom-container{margin:0;width:100%;padding-left:15px;padding-right:15px;max-width:1920px}.admin-container{margin:0;width:100%;padding-left:1.5rem;padding-right:1.5rem}.table-header-actions{border-bottom:1px solid rgba(0,0,0,.1);padding:.8rem;border-radius:.25rem;background-color:#fff;margin-bottom:1.2rem;display:flex;justify-content:space-between;align-items:center}.table-header-actions button{min-height:40px}.table-header-actions .create-btn{height:auto;padding:8px 1rem;font-size:.9rem;display:flex;align-items:center}.table-header-actions .create-btn>svg{width:1rem;height:1rem}button.delete-all-btn{height:auto;padding:8px 1rem;font-size:.9rem;display:flex;align-items:center;background-color:var(--danger)!important}button.delete-all-btn:hover{background-color:var(--danger-text-emphasis)!important}button.delete-all-btn>svg{width:1rem;height:1rem}main.home-page{min-height:100vh!important}.home-page .best-sellers-sections{display:flex;flex-direction:column;gap:38px}