@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Open+Sans:wght@400;500;600;700&display=swap";.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1020}.header__content{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:1.5rem}.header__logo{flex-shrink:0}.header__logo a{display:flex;align-items:center}.header__logo-wrapper{display:flex;align-items:center;gap:10px}.header__logo-icon{width:50px;height:50px}@media (max-width: 768px){.header__logo-icon{width:40px;height:40px}.header__logo-icon svg{width:40px;height:40px}}.header__logo-text-wrapper{display:flex;flex-direction:column}.header__logo-text{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:800;color:#e31e24;line-height:1;letter-spacing:-.5px}@media (max-width: 768px){.header__logo-text{font-size:18px}}.header__logo-subtext{font-size:10px;color:#1a237e;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}@media (max-width: 768px){.header__logo-subtext{font-size:8px}}.header__nav{flex:1;display:flex;justify-content:center}@media (max-width: 992px){.header__nav{position:fixed;top:0;left:-100%;width:80%;max-width:320px;height:100vh;background:#fff;box-shadow:0 20px 25px #00000026;flex-direction:column;justify-content:flex-start;padding:80px 20px 30px;transition:left .3s ease;z-index:1050;overflow-y:auto}.header__nav--open{left:0}}.header__menu{display:flex;align-items:center;gap:0}@media (max-width: 992px){.header__menu{flex-direction:column;align-items:flex-start;width:100%;gap:0}}.header__menu-item{position:relative}@media (max-width: 992px){.header__menu-item{width:100%;border-bottom:1px solid #e9ecef}}.header__menu-item--has-dropdown .header__menu-link{display:flex;align-items:center;gap:4px}.header__menu-item--has-dropdown .header__menu-link svg{transition:transform .15s ease}.header__menu-item--has-dropdown:hover .header__menu-link svg{transform:rotate(180deg)}.header__menu-link{display:block;padding:10px 14px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#343a40;transition:color .15s ease;white-space:nowrap;position:relative}.header__menu-link:after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:#e31e24;transform:scaleX(0);transition:transform .15s ease}.header__menu-link:hover{color:#e31e24}.header__menu-link:hover:after{transform:scaleX(1)}@media (max-width: 992px){.header__menu-link{padding:14px 0;width:100%}.header__menu-link:after{display:none}}.header__dropdown{position:absolute;top:100%;left:0;min-width:240px;background:#fff;box-shadow:0 10px 40px #00000026;border-radius:0 0 8px 8px;padding:8px 0;opacity:1;visibility:visible;z-index:1000;border-top:3px solid #e31e24}@media (max-width: 992px){.header__dropdown{position:static;box-shadow:none;padding:0 0 0 20px;border-radius:0;border-top:none}}.header__dropdown li a{display:block;padding:10px 20px;font-size:13px;color:#495057;transition:all .15s ease;border-left:3px solid transparent}.header__dropdown li a:hover{background:#f8f9fa;color:#e31e24;border-left-color:#e31e24;padding-left:25px}.header__actions{display:flex;align-items:center;gap:16px}@media (max-width: 992px){.header__actions{display:none}}.header__phone{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;transition:background .15s ease}.header__phone:hover{background:#f8f9fa}.header__phone-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#e31e241a;border-radius:50%;color:#e31e24}.header__phone-text{display:flex;flex-direction:column}.header__phone-text span{font-size:11px;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.header__phone-text strong{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;color:#1a237e}.header__cta{padding:10px 20px;font-size:14px;border-radius:6px}@media (max-width: 1200px){.header__cta{display:none}}.header__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:#f8f9fa;border:none;border-radius:8px;cursor:pointer;z-index:1051}@media (max-width: 992px){.header__hamburger{display:flex}}.header__hamburger span{display:block;width:22px;height:2px;background:#343a40;margin:3px 0;transition:all .3s ease;border-radius:2px}.header__hamburger--active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__hamburger--active span:nth-child(2){opacity:0}.header__hamburger--active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.topbar{background:#e31e24;color:#fff;padding:8px 0;font-size:13px}.topbar__content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}@media (max-width: 768px){.topbar__left{display:none}}.topbar__iso{display:flex;align-items:center;gap:8px}.topbar__iso-badge{background:#e31e24;color:#fff;padding:2px 8px;border-radius:4px;font-weight:700;font-size:11px;letter-spacing:1px}.topbar__iso-text{opacity:.9;font-size:12px}.topbar__right{display:flex;align-items:center;gap:2rem;margin-left:auto}@media (max-width: 768px){.topbar__right{width:100%;justify-content:center}}.topbar__contact{display:flex;align-items:center;gap:8px}@media (max-width: 576px){.topbar__contact{flex-direction:column;gap:.5rem}}.topbar__divider{opacity:.5}@media (max-width: 576px){.topbar__divider{display:none}}.topbar__link{display:flex;align-items:center;gap:6px;color:#fff;font-size:12px;transition:opacity .15s ease}.topbar__link:hover{opacity:.8}.topbar__link--phone{font-weight:600;color:#ffc107}.topbar__social{display:flex;align-items:center;gap:6px;padding-left:16px;border-left:1px solid rgba(255,255,255,.2)}@media (max-width: 576px){.topbar__social{display:none}}.topbar__social-link{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ffffff26;color:#fff;transition:all .15s ease}.topbar__social-link:hover{background:#e31e24;transform:scale(1.1)}.footer{background:#0a1628;color:#fff}.footer__top{background:#e31e24;padding:25px 0}.footer__cta{display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap}@media (max-width: 768px){.footer__cta{flex-direction:column;text-align:center}}.footer__cta-content h3{font-size:24px;color:#fff;margin-bottom:5px}.footer__cta-content p{color:#ffffffe6;font-size:15px}.footer__cta-actions{display:flex;gap:15px;flex-wrap:wrap}@media (max-width: 576px){.footer__cta-actions{width:100%;flex-direction:column}}.footer__cta-actions .btn{display:flex;align-items:center;gap:8px}.footer__main{padding:60px 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}@media (max-width: 992px){.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width: 576px){.footer__grid{grid-template-columns:1fr}}.footer__brand{padding-right:30px}@media (max-width: 992px){.footer__brand{grid-column:span 2}}@media (max-width: 576px){.footer__brand{grid-column:span 1}}.footer__logo{display:flex;flex-direction:column;margin-bottom:15px}.footer__logo-text{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:26px;font-weight:800;color:#e31e24;line-height:1}.footer__logo-subtext{font-size:11px;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;margin-top:3px}.footer__tagline{font-size:14px;color:#fffc;line-height:1.7;margin-bottom:15px}.footer__certifications{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.footer__certifications span{display:inline-block;padding:5px 10px;background:#ffffff1a;border-radius:5px;font-size:11px;color:#fffc}.footer__social{display:flex;gap:10px}.footer__social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;color:#fff;transition:all .3s ease}.footer__social a:hover{background:#e31e24;transform:translateY(-3px)}.footer__links h4{font-size:17px;color:#fff;margin-bottom:20px;position:relative;padding-bottom:10px}.footer__links h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#e31e24}.footer__links ul li{margin-bottom:10px}.footer__links ul li a{font-size:14px;color:#ffffffb3;transition:all .3s ease;display:inline-flex;align-items:center}.footer__links ul li a:hover{color:#e31e24;padding-left:8px}.footer__links ul li a:before{content:"";width:0;height:2px;background:#e31e24;margin-right:0;transition:all .3s ease}.footer__links ul li a:hover:before{width:10px;margin-right:8px}.footer__contact h4{font-size:17px;color:#fff;margin-bottom:20px;position:relative;padding-bottom:10px}.footer__contact h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:#e31e24}.footer__contact-item{display:flex;gap:15px;margin-bottom:20px}.footer__contact-item svg{color:#e31e24;flex-shrink:0;margin-top:3px}.footer__contact-item strong{display:block;font-size:14px;color:#fff;margin-bottom:4px}.footer__contact-item p{font-size:13px;color:#ffffffb3;line-height:1.5}.footer__locations{margin-top:40px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.footer__locations h4{font-size:15px;color:#fff;margin-bottom:15px}.footer__locations-list{display:flex;flex-wrap:wrap;gap:10px}.footer__locations-list a{padding:6px 14px;background:#ffffff0d;border-radius:5px;font-size:13px;color:#ffffffb3;transition:all .3s ease}.footer__locations-list a:hover{background:#e31e24;color:#fff}.footer__locations-more{background:#e31e2433!important;color:#e31e24!important;font-weight:600}.footer__bottom{background:#061020;padding:20px 0;border-top:1px solid rgba(255,255,255,.1)}.footer__bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}@media (max-width: 768px){.footer__bottom-content{flex-direction:column;text-align:center}}.footer__bottom-content p{font-size:13px;color:#fff9}.footer__bottom-links{display:flex;gap:25px}.footer__bottom-links a{font-size:13px;color:#fff9;transition:color .3s ease}.footer__bottom-links a:hover{color:#e31e24}.about-page{font-family:Arial,sans-serif}.about-page .banner{background:#e31e24;color:#fff;text-align:center;padding:40px 0}.about-page .banner h1{margin:0;font-size:32px}.about-page .banner p{margin-top:10px}.about-page .contact-container{display:flex;gap:30px;padding:40px;flex-wrap:wrap}.about-page .contact-form,.about-page .contact-info{flex:1;min-width:300px}.about-page .contact-form form{display:flex;flex-direction:column;gap:15px}.about-page .contact-form form input,.about-page .contact-form form textarea{padding:10px;border:1px solid #ccc;border-radius:5px}.about-page .contact-form form textarea{height:100px;resize:none}.about-page .contact-form form button{background:#e31e24;color:#fff;border:none;padding:12px;cursor:pointer;border-radius:5px}.about-page .contact-form form button:hover{background:#1a237e}.about-page .contact-info p{margin:10px 0}.about-page .contact-info .map{margin-top:20px}.about-page .contact-info .map iframe{width:100%;height:250px;border:0}.hero{position:relative;min-height:750px;background:linear-gradient(135deg,#f0f4f8,#e8eef5);overflow:hidden;padding:40px 0 60px}@media (max-width: 768px){.hero{min-height:auto;padding:30px 0 40px}}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.hero__background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23e31e24' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hero__truck-image{position:absolute;bottom:0;left:0;width:40%;height:60%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Crect x='20' y='80' width='250' height='100' rx='5' fill='%23e31e24'/%3E%3Crect x='270' y='100' width='100' height='80' rx='5' fill='%231a237e'/%3E%3Crect x='285' y='110' width='60' height='40' rx='3' fill='%2390caf9'/%3E%3Ccircle cx='80' cy='180' r='25' fill='%23333'/%3E%3Ccircle cx='80' cy='180' r='12' fill='%23666'/%3E%3Ccircle cx='200' cy='180' r='25' fill='%23333'/%3E%3Ccircle cx='200' cy='180' r='12' fill='%23666'/%3E%3Ccircle cx='330' cy='180' r='25' fill='%23333'/%3E%3Ccircle cx='330' cy='180' r='12' fill='%23666'/%3E%3Ctext x='80' y='140' font-family='Arial' font-size='20' font-weight='bold' fill='white' text-anchor='middle'%3EAPML%3C/text%3E%3C/svg%3E") no-repeat center bottom;background-size:contain;opacity:.15}@media (max-width: 992px){.hero__truck-image{display:none}}.hero__content{position:relative;z-index:1;display:flex;justify-content:space-between;gap:40px}@media (max-width: 992px){.hero__content{flex-direction:column;gap:30px}}.hero__left{flex:1;max-width:550px}@media (max-width: 992px){.hero__left{max-width:100%}}.hero__company-info{margin-bottom:20px}.hero__title{font-size:28px;font-weight:800;color:#1a237e;margin-bottom:5px}@media (max-width: 768px){.hero__title{font-size:22px}}.hero__iso{font-size:12px;color:#6c757d;font-style:italic}.hero__headline{margin-bottom:20px}.hero__headline h2{font-size:36px;font-weight:800;color:#1a237e;line-height:1.2}.hero__headline h2 span{color:#e31e24}@media (max-width: 768px){.hero__headline h2{font-size:26px}}.hero__description{font-size:15px;color:#6c757d;line-height:1.7;margin-bottom:15px}.hero__read-more{display:inline-block;color:#e31e24;font-weight:600;font-size:14px;margin-bottom:30px}.hero__read-more:hover{text-decoration:underline}.hero__features{background:#fff;border-radius:12px;padding:20px;box-shadow:0 5px 20px #00000014}.hero__features h3{font-size:14px;font-weight:700;color:#1a237e;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}.hero__features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}@media (max-width: 576px){.hero__features-grid{grid-template-columns:repeat(2,1fr)}}.hero__feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.hero__feature-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e31e24,#b7171c);border-radius:12px;color:#fff}.hero__feature-icon svg{width:24px;height:24px}.hero__feature span{font-size:12px;font-weight:600;color:#495057}.hero__right{flex-shrink:0;width:450px;display:flex;flex-direction:column;gap:20px}@media (max-width: 992px){.hero__right{width:100%;max-width:450px;margin:0 auto}}.hero__services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}@media (max-width: 576px){.hero__services-grid{grid-template-columns:repeat(2,1fr)}}.hero__service-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;background:#fff;border-radius:10px;box-shadow:0 3px 10px #00000014;cursor:pointer;transition:all .3s ease}.hero__service-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f}.hero__service-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:#fff}.hero__service-icon svg{width:22px;height:22px}.hero__service-label{font-size:11px;font-weight:600;color:#495057;text-align:center;line-height:1.2}.hero__form-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001f;overflow:hidden}.hero__form-header{background:#e31e24;color:#fff;padding:15px 20px}.hero__form-header h3{font-size:18px;font-weight:700;color:#fff;margin:0}.hero__form-tabs{display:flex;background:#f8f9fa}.hero__form-tab{flex:1;padding:12px;background:transparent;border:none;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#6c757d;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent}.hero__form-tab--active{background:#fff;color:#e31e24;border-bottom-color:#e31e24}.hero__form-tab:hover:not(.hero__form-tab--active){background:#e9ecef}.hero__form{padding:20px}.hero__form-group{margin-bottom:12px}.hero__form-group input,.hero__form-group select{width:100%;padding:12px 15px;border:1px solid #dee2e6;border-radius:8px;font-size:14px;color:#343a40;transition:all .2s ease;background:#fff}.hero__form-group input:focus,.hero__form-group select:focus{border-color:#e31e24;box-shadow:0 0 0 3px #e31e241a}.hero__form-group input::placeholder,.hero__form-group select::placeholder{color:#adb5bd}.hero__form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:1.2em 1.2em;padding-right:40px}.hero__form-row{display:flex;gap:12px}.hero__form-row .hero__form-group{flex:1}.hero__form-submit{width:100%;padding:14px;background:#e31e24;color:#fff;border:none;border-radius:8px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.hero__form-submit:hover{background:#c0181d;transform:translateY(-2px)}.hero__form-disclaimer{font-size:11px;color:#adb5bd;text-align:center;margin-top:12px;line-height:1.4}.hero__cta-box{background:#e31e24;border-radius:12px;padding:15px 20px}.hero__cta-phone{display:flex;align-items:center;gap:15px;color:#fff}.hero__cta-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:50%}.hero__cta-icon svg{width:24px;height:24px}.hero__cta-text{display:flex;flex-direction:column}.hero__cta-number{font-size:26px;font-weight:800;color:#ffc107;letter-spacing:1px}.hero__cta-label{font-size:13px;opacity:.9}.stats{padding:0;background:#0a1628}.stats__wrapper{display:flex}@media (max-width: 768px){.stats__wrapper{flex-direction:column}}.stats__sidebar{width:120px;flex-shrink:0;background:#e31e24;display:flex;align-items:center;justify-content:center;padding:20px}@media (max-width: 768px){.stats__sidebar{width:100%;padding:15px}}.stats__label-text{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;color:#fff;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:2px}@media (max-width: 768px){.stats__label-text{writing-mode:horizontal-tb;transform:none}}.stats__content{flex:1;padding:25px 30px}@media (max-width: 768px){.stats__content{padding:20px 15px}}.stats__grid{display:flex;flex-wrap:wrap;gap:0}.stats__item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);min-width:140px;flex:1}@media (max-width: 992px){.stats__item{min-width:120px;padding:12px 15px}}@media (max-width: 576px){.stats__item{min-width:calc(50% - 1px);flex:none}}.stats__item--highlight{background:#e31e2426}.stats__item:hover{background:#ffffff0d}.stats__number{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:800;color:#ffc107;line-height:1.2}@media (max-width: 768px){.stats__number{font-size:18px}}.stats__label{font-size:11px;color:#ffffffbf;font-weight:500;margin-top:4px;text-transform:uppercase;letter-spacing:.3px}@media (max-width: 768px){.stats__label{font-size:10px}}.services{background:#fff;padding:60px 0}.services__header{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.services__tabs{display:flex;gap:0;background:#e9ecef;padding:4px;border-radius:30px;margin-top:20px}.services__tab{padding:12px 40px;background:transparent;border:none;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#6c757d;border-radius:25px;cursor:pointer;transition:all .3s ease}.services__tab--active{background:#e31e24;color:#fff;box-shadow:0 4px 15px #e31e244d}.services__tab:hover:not(.services__tab--active){color:#343a40}.services__intro{text-align:center;max-width:900px;margin:0 auto 40px;font-size:15px;color:#6c757d;line-height:1.8}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}@media (max-width: 992px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.services__grid{grid-template-columns:1fr}}.services__card{background:#fff;border-radius:16px;padding:30px 25px;box-shadow:0 5px 25px #00000014;transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #e9ecef}.services__card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001f;border-color:transparent}.services__card:hover .services__card-icon{background:#e31e24;color:#fff;transform:scale(1.05)}.services__card-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#e31e241a;border-radius:16px;color:#e31e24;margin-bottom:20px;transition:all .3s ease}.services__card-title{font-size:20px;font-weight:700;color:#e31e24;margin-bottom:12px}.services__card-description{font-size:14px;color:#6c757d;line-height:1.7;margin-bottom:20px;flex:1}.services__card-features{margin-bottom:20px}.services__card-features li{display:flex;align-items:center;gap:10px;padding:6px 0;font-size:13px;color:#495057}.services__card-features li svg{color:#4caf50;flex-shrink:0}.services__card-link{display:inline-flex;align-items:center;gap:8px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#e31e24;transition:all .3s ease;margin-top:auto}.services__card-link:hover{gap:12px}.why-choose-us{background:#fff;padding:60px 0}.why-choose-us__content{display:flex;gap:50px;align-items:center}@media (max-width: 992px){.why-choose-us__content{flex-direction:column;gap:40px}}.why-choose-us__left{flex:1}.why-choose-us__subtitle{display:inline-block;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#e31e24;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.why-choose-us__title{font-size:36px;color:#1a237e;margin-bottom:20px;line-height:1.2}.why-choose-us__title span{color:#e31e24}@media (max-width: 768px){.why-choose-us__title{font-size:28px}}.why-choose-us__description{font-size:15px;color:#6c757d;line-height:1.8;margin-bottom:30px}.why-choose-us__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 576px){.why-choose-us__grid{grid-template-columns:1fr}}.why-choose-us__item{display:flex;gap:15px;padding:20px;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.why-choose-us__item:hover{background:#fff;box-shadow:0 10px 30px #0000001a;transform:translate(5px)}.why-choose-us__item:hover .why-choose-us__item-icon{background:#e31e24;color:#fff}.why-choose-us__item-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#e31e241a;border-radius:12px;color:#e31e24;flex-shrink:0;transition:all .3s ease}.why-choose-us__item-content h4{font-size:16px;font-weight:700;color:#e31e24;margin-bottom:5px}.why-choose-us__item-content p{font-size:13px;color:#6c757d;line-height:1.5}.why-choose-us__right{flex-shrink:0;width:420px}@media (max-width: 992px){.why-choose-us__right{width:100%;max-width:420px}}.why-choose-us__image-card{position:relative;background:linear-gradient(135deg,#e31e24,#0d1452);border-radius:20px;overflow:hidden;padding:50px}.why-choose-us__image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;color:#fff}.why-choose-us__truck-icon{opacity:.3;margin-bottom:20px}.why-choose-us__image-text{text-align:center}.why-choose-us__image-text span{display:block;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:800;color:#fff;letter-spacing:2px}.why-choose-us__image-text small{font-size:12px;color:#ffffffb3;text-transform:uppercase;letter-spacing:3px}.why-choose-us__badge{position:absolute;bottom:-15px;right:-15px;width:110px;height:110px;background:#e31e24;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #e31e2466}.why-choose-us__badge-number{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:800;line-height:1}.why-choose-us__badge-text{font-size:10px;text-align:center;line-height:1.2;opacity:.9}.testimonials{background:linear-gradient(135deg,#e31e24,#82050b);color:#fff;padding:60px 0}.testimonials__header{text-align:center;margin-bottom:40px}.testimonials__subtitle{display:inline-block;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#ffc107;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.testimonials .section-title{color:#fff}.testimonials .section-subtitle{color:#fffc}.testimonials__wrapper{display:flex;align-items:center;gap:20px;position:relative}@media (max-width: 768px){.testimonials__wrapper{gap:10px}}.testimonials__nav{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0}.testimonials__nav:hover{background:#e31e24;transform:scale(1.1)}@media (max-width: 768px){.testimonials__nav{width:40px;height:40px}}.testimonials__cards{flex:1;display:flex;justify-content:center;overflow:hidden}.testimonials__card{display:none;flex-direction:column;align-items:center;text-align:center;max-width:700px;padding:40px;background:#ffffff0d;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonials__card--active{display:flex;animation:fadeIn .5s ease}.testimonials__quote{color:#e31e24;margin-bottom:20px;opacity:.5}.testimonials__text{font-size:18px;line-height:1.8;margin-bottom:25px;color:#fffffff2;font-style:italic}@media (max-width: 768px){.testimonials__text{font-size:15px}}.testimonials__rating{display:flex;gap:4px;color:#ffc107;margin-bottom:20px}.testimonials__author{display:flex;align-items:center;gap:15px}.testimonials__avatar{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#e31e24;border-radius:50%;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;color:#fff}.testimonials__author-info{text-align:left}.testimonials__author-info h4{font-size:18px;color:#fff;margin-bottom:4px}.testimonials__author-info p{font-size:14px;color:#fffc;margin-bottom:2px}.testimonials__author-info span{font-size:12px;color:#fff9}.testimonials__dots{display:flex;justify-content:center;gap:10px;margin-top:30px}.testimonials__dot{width:12px;height:12px;background:#ffffff4d;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease}.testimonials__dot--active{background:#e31e24;transform:scale(1.3)}.testimonials__dot:hover:not(.testimonials__dot--active){background:#ffffff80}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.partners{background:#fff;padding:60px 0}.partners__content{display:flex;gap:50px}@media (max-width: 992px){.partners__content{flex-direction:column}}.partners__trusted{flex:2}.partners__subtitle{display:inline-block;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#e31e24;text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.partners__title{font-size:32px;color:#1a237e;margin-bottom:15px}@media (max-width: 768px){.partners__title{font-size:26px}}.partners__description{font-size:15px;color:#6c757d;margin-bottom:30px}.partners__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}@media (max-width: 768px){.partners__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 576px){.partners__grid{grid-template-columns:repeat(2,1fr)}}.partners__item{display:flex;align-items:center;justify-content:center;padding:20px 15px;background:#f8f9fa;border-radius:10px;transition:all .3s ease}.partners__item span{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#495057;text-align:center}.partners__item:hover{background:#fff;box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.partners__item:hover span{color:#1a237e}.partners__awards{flex:1;background:linear-gradient(135deg,#f8fafc,#f8f9fa);border-radius:20px;padding:30px}@media (max-width: 992px){.partners__awards{max-width:400px}}.partners__awards-title{font-size:20px;color:#1a237e;margin-bottom:20px}.partners__awards-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.partners__award{display:flex;align-items:center;gap:15px;padding:15px;background:#fff;border-radius:12px;transition:all .3s ease}.partners__award:hover{transform:translate(5px);box-shadow:0 5px 20px #00000014}.partners__award-icon{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffc107,#e6a800);border-radius:10px;color:#fff;flex-shrink:0}.partners__award-content h4{font-size:14px;color:#343a40;margin:0}.partners__award-year{font-size:12px;color:#e31e24;font-weight:600}.partners__btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;color:#343a40;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:1.2;color:#212529}a{text-decoration:none;color:inherit;transition:color .15s ease}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit;outline:none}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 15px}.section{padding:4rem 0}@media (max-width: 768px){.section{padding:3rem 0}}.section-title{font-size:2.25rem;color:#1a237e;margin-bottom:1.5rem;text-align:center}.section-title span{color:#e31e24}@media (max-width: 768px){.section-title{font-size:1.875rem}}.section-subtitle{font-size:1.125rem;color:#6c757d;text-align:center;margin-bottom:3rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;border-radius:8px;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:#e31e24;color:#fff}.btn-primary:hover{background:#c41920;transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.btn-secondary{background:#1a237e;color:#fff}.btn-secondary:hover{background:#0d1452;transform:translateY(-2px);box-shadow:0 10px 15px #0000001a}.btn-outline{background:transparent;border:2px solid #e31e24;color:#e31e24}.btn-outline:hover{background:#e31e24;color:#fff}.btn-outline-white{background:transparent;border:2px solid #ffffff;color:#fff}.btn-outline-white:hover,.btn-white{background:#fff;color:#e31e24}.btn-white:hover{background:#f8f9fa;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fade-in{animation:fadeIn .6s ease forwards}.slide-in-left{animation:slideInLeft .6s ease forwards}.slide-in-right{animation:slideInRight .6s ease forwards}
