.app__home--main-div{font-family:var(--base-font);color:#0f0f0f}.app__home--category-section{background-color:var(--bg-color-primary);margin-bottom:2rem;margin-top:-8rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem}.app__home--category-item{z-index:1;border-radius:20px;position:relative;margin-bottom:2rem;width:200px;height:200px}.app__home--category-item .category-image{width:100%;height:100%;border-radius:20px;position:relative}.category-title{text-align:center;font-weight:700;width:100%;font-size:1.7rem;font-family:var(--base-font);color:#fff;border-radius:20px;background-color:rgba(0,0,0,.7);opacity:0;height:100%;position:absolute;top:0;display:flex;align-items:center;justify-content:center}.app__home--category-item:hover .category-title{opacity:1;transition:.2s ease-in}.description-container{text-align:center}.home-page-bullet-points{text-align:left;display:inline-block;margin:0 auto;line-height:1.8;font-size:1rem}.app__home--Who-we-are{display:flex;justify-content:space-between;align-items:center;border-radius:20px;padding:4rem 2rem;gap:2rem}.app__home--Who-we-are .who-image{width:45%;height:auto;border-radius:20px;border:3px solid var(--bg-color-primary);object-fit:cover}.app__home--Who-we-are-details{display:flex;flex-direction:column;width:50%;justify-content:center;text-align:left;font-family:var(--base-font);color:#000000;line-height:1.9;gap:1.2rem}.app__home--Who-we-are-details .title-text,.app__home--Who-we-are-details h2{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:700;color:#000000;margin-bottom:1rem}.app__home--Who-we-are-details .description{font-family:var(--base-font);font-size:1.125rem;line-height:1.8;color:#111;margin-bottom:1.5rem}.about-us-btn{background-color:#c37626;color:#fff;font-weight:700;font-family:Poppins,sans-serif;font-size:1rem;padding:.9rem 1.8rem;border:none;border-radius:10px;transition:all .3s ease;cursor:pointer;align-self:flex-start;margin-top:1.2rem;letter-spacing:.3px}.about-us-btn:focus,.about-us-btn:hover{background-color:#9f5b18;transform:translateY(-2px);box-shadow:0 6px 14px rgba(195,118,38,.35);outline:none}@media screen and (max-width:1050px){.app__home--Who-we-are{flex-direction:column;text-align:center}.app__home--Who-we-are .who-image{width:100%}.app__home--Who-we-are-details{width:100%;align-items:center}.about-us-btn{align-self:center}}@media screen and (max-width:850px){.app__home--category-item{margin-bottom:0}.app__home--category-section{margin-top:0;margin-bottom:0;gap:1rem}.app__home--category-item{width:150px;height:150px}}@media screen and (max-width:650px){.app__home--Who-we-are .who-image{width:100%}.app__home--category-item{width:120px;height:120px}}