.brand-overview{display:flex;flex-wrap:wrap;margin:-10px}.brand-item-link{width:25%;padding:10px;box-sizing:border-box;text-decoration:none;color:inherit}.brand-item{text-align:center;transition:transform 0.3s}.brand-item:hover{transform:scale(1.05)}.brand-image{width:100%;height:150px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fff;border:1px solid #e0e0e0}.brand-image img{max-width:100%;max-height:100%;width:auto;height:auto}.brand-item h2{margin-top:10px;font-size:1em}@media screen and (max-width:1024px){.brand-item-link{width:33.33%}}@media screen and (max-width:768px){.brand-item-link{width:50%}}@media screen and (max-width:480px){.brand-item-link{width:100%}}.marka-overview{display:flex;flex-wrap:wrap;margin:-10px}.marka-item-link{width:20%;padding:10px;box-sizing:border-box;text-decoration:none;color:inherit}.marka-item{text-align:center;transition:transform 0.3s}.marka-item:hover{transform:scale(1.05)}.marka-image{width:100%;height:120px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fff;border:1px solid #e0e0e0}.marka-image img{max-width:100%;max-height:100%;width:auto;height:auto}.marka-item h2{margin-top:10px;font-size:1em}@media screen and (max-width:1024px){.marka-item-link{width:25%}}@media screen and (max-width:768px){.marka-item-link{width:33.33%}}@media screen and (max-width:480px){.marka-item-link{width:50%}}#floating-button{position:fixed;bottom:20px;right:20px;background-color:#ffa605;color:#fff;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 6px rgb(0 0 0 / .1);cursor:pointer;z-index:1000;font-size:24px}#floating-tooltip{position:absolute;left:-120px;bottom:50%;transform:translateY(50%);background-color:#213d61;color:#fff;padding:5px 10px;border-radius:5px;font-size:12px;white-space:nowrap;z-index:1000;display:block}@media (max-width:768px){#floating-tooltip{display:none}}#chat-popup{position:fixed;bottom:100px;right:20px;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgb(0 0 0 / .1);display:none;padding:20px;z-index:1000;max-width:300px;border:1px solid #213d61}#chat-header{margin-bottom:20px;text-align:center}#chat-header h3{color:#213d61;font-size:18px;margin:0}#chat-header p{color:#666;font-size:14px;margin:5px 0 15px 0}.chat-option{display:flex;align-items:center;margin:10px 0;padding:10px;border-radius:5px;transition:background-color 0.3s ease,transform 0.2s ease}.chat-option:hover{background-color:#213d61;color:#fff;transform:translateX(5px)}.chat-option i{font-size:24px;margin-right:15px;color:#213d61}.chat-option a{text-decoration:none;color:#213d61;font-size:16px;font-weight:500;flex-grow:1;display:flex;align-items:center}.chat-option a:hover{color:#fff}#back-to-top{position:fixed;bottom:90px;right:20px;background-color:#213d61;color:#fff;border-radius:50%;width:50px;height:50px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 6px rgb(0 0 0 / .1);cursor:pointer;z-index:1000;font-size:18px;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}#back-to-top:hover{background-color:#ffa605}#back-to-top.show{opacity:1;visibility:visible}@media (max-width:768px){#back-to-top{width:40px;height:40px;font-size:16px}}