.about.section{margin-bottom:-60px;padding:1rem;position:relative;top:-170px}.header-wrapper{justify-content:space-between;align-items:center;width:100%;margin-bottom:20px;display:flex}.container.bg-2025{color:#fff;width:100%;max-width:var(--site-container-max);background-color:#000;border-radius:15.5px;margin:0 auto;padding:20px;overflow:hidden}.bg-2025 .card{width:100%}.left-align-title{text-align:left;color:#fff;flex:1;margin:0 0 20px;padding-left:10px;font-size:1.5rem;font-weight:520}.pagination-buttons{justify-content:flex-end;gap:10px;margin-left:auto;margin-right:0;padding-right:20px;display:flex}.nav-btn{color:#fff;cursor:pointer;background-color:#dd1427;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:background-color .3s;display:flex}.nav-btn:disabled{cursor:not-allowed;background-color:#ccc}.nav-btn:hover:not(:disabled){background-color:#e03e4e}.flip-arrow{display:inline-block;transform:rotate(180deg)}.card-container-wrapper{width:100%}.card-container{grid-template-columns:1fr;gap:15px;margin:10px 0;padding:0 10px;transition:all .3s;display:grid}.card{text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;width:285px;height:289px;padding:20px;display:flex;box-shadow:0 4px 8px #0000001a}.card-icon{color:#fff;background-color:#e31c1c;border-radius:.5rem;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex}.icon-bg img{object-fit:contain;filter:invert()brightness(100)saturate();width:50px;height:50px}.card-content{text-align:left;flex-direction:column;justify-content:flex-start;height:100%;padding-left:6px;display:flex}.card-content h3{text-align:left;margin-top:15px;font-size:1.2rem}.card-content p{color:#777;text-align:left;font-size:.9rem}@media (min-width:1200px){.card-container{grid-template-columns:repeat(4,1fr);gap:20px}}@media (min-width:1024px) and (max-width:1199px){.card-container{grid-template-columns:repeat(3,1fr);gap:18px;margin:15px 0}}@media (min-width:768px) and (max-width:1023px){.card-container{grid-template-columns:repeat(2,1fr);gap:15px;margin:15px 0}}@media (max-width:767px){.container.bg-2025{justify-content:space-between}.card-container{grid-template-columns:1fr;gap:10px;margin:15px 0}.left-align-title{text-align:center;padding-left:15px;font-size:1.2rem}.pagination-buttons{justify-content:center;gap:10px;margin:0 auto;padding-bottom:15px}.nav-btn{width:35px;height:35px;font-size:20px}.about.section{padding:.5rem;top:-80px}.card{width:100%;max-width:350px;height:auto;min-height:220px;margin:0 auto;padding:20px}}@media (max-width:480px){.left-align-title{margin-bottom:15px;padding-left:10px;font-size:1.1rem}.bg-2025{border-radius:8px;padding:10px 5px}.pagination-buttons{gap:15px;margin:15px auto 0}.nav-btn{width:48px;height:48px;font-size:22px}.about.section{padding:.3rem;top:0}.card{max-width:320px;min-height:200px;padding:15px}.card-icon{width:55px;height:55px}.icon-bg img{width:45px;height:45px}}
.home-services{background-color:#fff;padding-top:100px}.home-services .container.home-section-title{text-align:center;margin-bottom:50px}.home-services-main-title{color:#0d3035;text-align:center;font-size:2rem;font-weight:700}.home-services-highlight{color:#dd1427}.home-services-bg-container{justify-content:center;margin-top:20px;display:flex}.home-service-container{width:100%;max-width:var(--site-container-outer);padding:15px var(--site-container-gutter);grid-template-columns:repeat(7,1fr);grid-auto-rows:200px;gap:20px;margin-left:auto;margin-right:auto;display:grid}.home-service-item{box-sizing:border-box;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:15px;flex-direction:column;justify-content:flex-end;padding:20px;text-decoration:none;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000004d}.home-service-item-large{grid-column:span 3}.home-service-item-small,.home-service-item-medium{grid-column:span 4}.home-service-item:hover{text-decoration:none;transform:translateY(-5px);box-shadow:0 8px 20px #0006}.home-service-item h3{color:#fff;z-index:2;text-shadow:2px 2px 4px #00000080;margin:0;padding-bottom:5px;font-size:20px;font-weight:600;line-height:1.3;transition:all .3s;position:relative}.home-service-item:hover h3{color:#fff}.home-service-item .home-arrow-button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#ffffff26;border:1.5px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:205px;right:20px;box-shadow:0 2px 8px #0000001a}.home-service-item:hover .home-arrow-button{color:#fff;background:#dd1427;border-color:#dd1427;box-shadow:0 4px 12px #dd14274d}.home-service-item:before{content:"";z-index:1;background:linear-gradient(#0000 0%,#0000001a 30%,#0000004d 60%,#000000b3 100%);border-radius:15px;position:absolute;inset:0}.home-service-item{opacity:0;animation:.6s forwards homeServiceFadeInUp;transform:translateY(30px)}@keyframes homeServiceFadeInUp{to{opacity:1;transform:translateY(0)}}@media (min-width:1200px){.home-service-container{grid-auto-rows:270px}.home-service-item h3{font-size:26px}}@media (min-width:992px) and (max-width:1199px){.home-service-container{grid-template-columns:repeat(7,1fr);grid-auto-rows:200px}}@media (min-width:768px) and (max-width:991px){.home-service-container{grid-template-columns:repeat(4,1fr);grid-auto-rows:180px}.home-service-item-large{grid-column:span 3}.home-service-item-medium{grid-column:span 2}.home-service-item-small{grid-column:span 1}.home-services-main-title{font-size:1.8rem}}@media (max-width:767px){.home-services{padding:50px 15px}.home-services .container.home-section-title{margin-bottom:30px}.home-services-main-title{text-align:center;font-size:1.5rem}.home-services-bg-container{margin-bottom:50px}.home-service-container{grid-template-columns:1fr;grid-auto-rows:280px;gap:16px}.home-service-item-large,.home-service-item-medium,.home-service-item-small{grid-column:span 1}.home-service-item{min-height:150px;padding:15px}.home-service-item h3{font-size:18px}.home-service-item .home-arrow-button{width:35px;height:35px;margin-top:210px;font-size:14px;top:15px;right:15px}}@media (max-width:480px){.home-services{padding:40px 10px}.home-services-main-title{font-size:1.3rem}.home-service-container{grid-auto-rows:130px}.home-service-item{min-height:130px;padding:12px}.home-service-item h3{font-size:16px}.home-service-item .home-arrow-button{width:30px;height:30px;font-size:12px}}
