.sales-container{text-align:center;padding:2rem 5rem}.sales-header{display:inline-block;text-align:center;padding-left:1rem;width:50%;margin-bottom:2rem;position:relative}.sales-header h1{font-size:1.4rem;color:#555;margin-bottom:.5rem}.sales-header p{font-size:1.8rem;font-weight:500;color:#000;margin-bottom:2rem}.sales-items{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:flex-start}.sales-items div{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1rem;height:auto;border:1px solid #f2f2f2;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.sales-items div:hover{transform:translateY(-5px)}.sales-items div h3{font-size:16px;font-weight:700;margin-top:10px;margin-bottom:5px;color:#182978;text-align:left;width:100%}.sales-items div p{color:#555;font-size:14px;line-height:1.75;margin-bottom:5px;text-align:left}.sales-icon{width:50px;height:50px;object-fit:contain;border-radius:15%;margin-bottom:10px}.toggle-button{color:#007bff;cursor:pointer;font-size:14px;margin-top:10px;align-self:flex-start}.toggle-button:hover{color:#0056b3}@media (max-width:1200px){.sales-container{padding:2rem 0}.sales-header{width:90%}.sales-header h1{font-size:1.6rem}.sales-items div h3{text-align:left}.sales-icon{margin:0 auto;display:block}}@media (max-width:992px){.sales-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.sales-items{grid-template-columns:1fr;margin:0 2rem}.sales-header h1,.sales-header p{font-size:1.4rem}.sales-icon{width:70px;height:70px}}.overview-container{position:relative;width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.overview-image{z-index:-1}.overlay{inset:0;background:rgba(0,0,0,.5)}.overlay,.overview-text{position:absolute;z-index:1}.overview-text{text-align:center;color:white;width:100%}.overview-text h1{font-size:2.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);width:80%;margin:0 auto}.small-paragraph{font-size:1.2rem;margin-top:1rem;font-weight:400;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.buttons-container{margin-top:2rem;display:flex;justify-content:center;gap:1rem}.contact_button{background-color:#182a78;color:white;padding:.8rem 2rem;border:none;cursor:pointer;font-size:1.2rem;transition:background-color .3s ease,transform .3s ease}.contact_button:hover{background-color:#1e3a8a;transform:translateY(-3px)}.products_button{color:rgb(255,255,255);padding:.8rem 2rem;border:2px solid #ffffff;cursor:pointer;font-size:1.2rem;transition:background-color .3s ease,transform .3s ease}.products_button:hover{background-color:#182a78;border:2px solid #1e3a8a;transform:translateY(-3px)}@media (max-width:1200px){.overview-text h1{font-size:1.5rem;width:80%}.small-paragraph{font-size:1rem}.contact_button,.products_button{padding:.8rem 1.5rem;font-size:1rem}}@media (max-width:768px){.overview-text h1{font-size:1.2rem;width:90%}.small-paragraph{font-size:.9rem}.contact_button,.products_button{padding:.8rem 1rem;font-size:1rem}}