:root{--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06))}.hidden{display:none}.shadow-md{box-shadow:var(--shadow)}.mobile-nav-toggle i{color:#000}.project,.client-list{max-width:1100px;margin:0 auto}section#project{max-width:1100px}.project table{width:100%}.project table thead tr th{background-color:#e2e8f0;padding:.5rem .75rem;text-align:center}.project table td{text-align:center}.project table tbody tr td{padding:.75rem .5rem;font-size:1rem;font-weight:600;color:#64748b}.project table tbody>tr+tr{border-top:1px solid #e2e8f0}.project table span{color:#fff;padding:.25rem .5rem}.project table span.text-red-500{background-color:#ef4444}.project table span.text-green-500{background-color:#22c55e}.client-list .list{display:grid;grid-template-columns:repeat(2,1fr)}.client-list img{max-width:100%;max-height:60px;transition:all .3s ease-in-out}.client-list .logo-container{position:relaive;overflow:hidden;transition:all .3s ease-in-out;display:flex;justify-content:center;padding:1.25rem;height:120px;border:1px solid #e4e4e4;align-items:center}.client-list .logo-container:hover img{transform:scale(1.1)}@media (min-width: 1024px){.client-list .list{grid-template-columns:repeat(4,1fr)}}.carousel-container{position:relative}.news-carousel{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem;scroll-snap-type:x mandatory;gap:0 .75rem}.news-carousel::-webkit-scrollbar{display:none}.news-item{width:100%;flex-shrink:0;display:flex;justify-content:center;scroll-snap-align:start}.news-content{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;padding:.5rem;width:100%;font-family:Arial,Helvetica,sans-serif;max-width:600px}.news-description{padding:.5rem}.news-item p{color:#64748b;overflow:hidden}.news-item h5,.news-item p{font-family:Arial,Helvetica,sans-serif}.news-text{max-height:100px;overflow-y:hidden;margin-bottom:1rem}.published-at{color:#94a3b8;display:flex;align-items:center;gap:.5rem}.news-item img{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;width:100%}.read-more-container{display:flex;justify-content:flex-end}.read-more{background-color:#f97316;border:none;color:#fff;padding:.25rem 1.5rem;transition:background-color .2s ease-in}.read-more:hover{background-color:#ea580c}.carousel-navigation{background-color:transparent;border:none;padding:0;font-size:2.5rem;font-weight:700;position:absolute;top:50%;transform:translateY(-50%);outline:none}.carousel-navigation:focus{outline:none}.right{right:-10px}.left{left:-10px}.slide-indicator{display:flex;justify-content:center}.helper-button{padding:0}.blog-section{margin-top:5rem;padding:.5rem;display:flex;flex-direction:column;gap:.5rem}@media (min-width: 768px){.blog-section{padding:.5rem 2rem}}@media (min-width: 1024px){.blog-section{flex-direction:row;padding:.5rem 4rem;gap:1rem;margin-top:7rem}}.blog{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:1px solid #e2e8f0}@media (min-width: 1024px){.blog{width:70%}.search-other-blogs{width:30%}}.blog-detail{padding:.5rem}.blog-title{font-weight:700}.blog-content{padding:.5rem}.blog-images-2 img,.blog-images-3 img{margin-bottom:.5rem}@media (min-width: 768px){.blog-images-2,.blog-images-3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:center}}.blog-tags{display:flex;gap:.5rem}.blog-tags a{color:#000;transition:color .2s ease-in}.blog-tags a:hover{color:#f97316}.search-other-blogs{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:1rem;border:1px solid #e2e8f0;height:100%}article.search-other-blogs>section{padding:.5rem 0}.search-other-blogs .section-title{text-align:start;padding:1rem 0}.search-on-title{font-weight:semibold;width:100%;font-size:1rem}.search-on-title .input-container{display:flex;align-items:stretch}.search-on-title button{border:none;background-color:#f97316;color:#fff;outline:none}.search-on-title button:hover{background-color:#ea580c}.search-on-title input{border:2px solid #e2e8f0;outline:none;display:block;width:100%}.search-on-title input:focus{border-color:#f97316}.categories-list a{color:#000;display:flex;gap:.5rem}.categories-list a.active .type{color:#f97316}.categories-list a .count{color:#cbd5e1}.categories-list a:hover .type{color:#f97316}.recent-post{display:flex;flex-direction:column;gap:.5rem}.recent-post .post{display:flex;align-items:flex-start;gap:.5rem;color:#000}.recent-post .post-title{font-size:1rem}.recent-post img{width:40%}.popular-tags .tags{display:flex;gap:1rem;flex-wrap:wrap}.popular-tags a{color:#000;border:1px solid #e2e8f0;padding:.25rem .5rem;white-space:nowrap;transition:all .2s ease-in}.popular-tags a:hover{background-color:#f97316;color:#fff;border-color:#f97316}.blog-list{display:flex;flex-direction:column;gap:.5rem}.blog-list .news-content{max-width:initial}@media (min-width: 1024px){.blog-list{width:70%}}.slick-slide{margin:0 .5rem}.slick-slide img{max-width:100%}.nav-login-container{position:relative}.nav-login-container .login-container{position:absolute;left:5rem;background:#f8fafc;border-radius:4px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;opacity:0;z-index:-1;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;top:50%}.nav-login-container:hover .login-container{opacity:1;z-index:10000000}@media only screen and (min-width: 992px){.nav-login-container:hover .login-container{right:0;left:initial;top:initial}}.login-container a{padding:.5rem 1rem;cursor:pointer;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;font-weight:700}.login-container a:hover{background:#e2e8f0}
