@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
*,:after,:before{box-sizing:border-box;margin:0;padding:0}html,body{color:#2d3748;background:#fff;max-width:100vw;min-height:100vh;font-family:Inter,sans-serif;position:relative;overflow-x:hidden}.home-main{position:relative}.text-primary{color:#254266}.text-secondary{color:#f28114}.bg-primary{background-color:#254266}.bg-secondary{background-color:#f28114}.bg-light{background-color:#f8f9fa}a{color:inherit;text-decoration:none}.no-page{text-align:center;flex-direction:column;align-items:center;height:100%;margin:4rem 0;display:flex}.no-page h1,.no-page h2{padding-bottom:.75em}.no-page p{font-size:1.25rem}.no-page p a{text-decoration:underline}.header{z-index:1000;border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s;position:-webkit-sticky;position:sticky;top:0}.header .header-container{background:#fff;justify-content:space-between;align-items:center;width:100%;max-width:1600px;height:90px;margin:0 auto;padding:0 2rem;display:flex;position:fixed}@media only screen and (max-width:58em){.header .header-container{height:80px;padding:0 1.5rem}}.header .logo-link{text-decoration:none}.header .logo-link .logo{width:8em;height:4em}@media only screen and (max-width:45em){.header .logo-link .logo{width:6.5em;height:3.5em}}.header .desktop-nav{align-items:center;gap:2.5rem;display:flex}@media only screen and (max-width:58em){.header .desktop-nav{display:none}}.header .desktop-nav .nav-link{opacity:.9;padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.header .desktop-nav .nav-link:hover,.header .desktop-nav .nav-link.nav-link-active{color:#f28114;opacity:1}.header .desktop-nav .nav-link.nav-link-active:after{content:"";background:#f28114;border-radius:2px;width:75%;height:2px;position:absolute;bottom:-5px;left:0}.header .mobile-menu-btn{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem;transition:background-color .3s;display:none}@media only screen and (max-width:58em){.header .mobile-menu-btn{justify-content:center;align-items:center;display:flex}}.header .mobile-menu-btn:hover{background-color:rgba(255,255,255,.1)}.header .mobile-nav{background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);border-top:1px solid rgba(255,255,255,.1);padding:1rem 2rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px rgba(0,0,0,.2)}@media only screen and (max-width:58em){.header .mobile-nav{display:block}}.header .mobile-nav .mobile-nav-link{color:#fff;opacity:.9;border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 0;font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .3s;display:block}.header .mobile-nav .mobile-nav-link:last-child{border-bottom:none}.header .mobile-nav .mobile-nav-link:hover,.header .mobile-nav .mobile-nav-link.mobile-nav-link-active{color:#f28114;opacity:1}.tracking-hero{height:600px;margin-top:90px;position:relative;overflow:hidden}@media only screen and (max-width:58em){.tracking-hero{height:500px;margin-top:80px}}.tracking-hero .tracking-background{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/images/home-background.jpg) 50%/cover;height:100%;position:relative}.tracking-hero .tracking-background .tracking-overlay{background:rgba(37,66,102,.2);justify-content:center;align-items:center;height:100%;padding:0 2rem;display:flex}.tracking-hero .tracking-background .tracking-overlay .tracking-content{text-align:center;color:#fff;width:100%;max-width:600px}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-title{margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}@media only screen and (max-width:58em){.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-title{font-size:2.5rem}}@media only screen and (max-width:30em){.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-title{font-size:2rem}}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-subtitle{opacity:.9;margin-bottom:3rem;font-size:1.2rem;line-height:1.6}@media only screen and (max-width:30em){.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-subtitle{margin-bottom:2rem;font-size:1rem}}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-tabs{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border-radius:12px;max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:4px;display:flex}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-tabs .tab-btn{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-tabs .tab-btn:hover{opacity:1;background:rgba(255,255,255,.1)}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-tabs .tab-btn.tab-active{opacity:1;color:#fff;background:#f28114;box-shadow:0 4px 15px rgba(242,129,20,.3)}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-tabs .tab-btn .tab-icon{font-size:1rem}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .tracking-input{margin-bottom:1.5rem}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .tracking-input .input-label{color:#fff!important}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .tracking-input .custom-input{background:rgba(255,255,255,.95);border-radius:8px;margin-top:1em}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .tracking-input .custom-input .input-icon{color:#254266}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .tracking-input .custom-input fieldset{border-color:rgba(255,255,255,.3)!important}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .tracking-input .custom-input:hover fieldset,.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .tracking-input .custom-input.Mui-focused fieldset{border-color:#f28114!important}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .error-message{color:#ff6b6b;margin-top:-1rem;margin-bottom:1rem;font-size:.9rem}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .track-btn{text-transform:none!important;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%)!important;border-radius:8px!important;padding:1rem 3rem!important;font-size:1.1rem!important;font-weight:600!important;transition:all .3s!important;box-shadow:0 4px 15px rgba(242,129,20,.3)!important}.tracking-hero .tracking-background .tracking-overlay .tracking-content .tracking-form .track-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(242,129,20,.4)!important}.tracking-hero .tracking-background .tracking-overlay .tracking-content .price-content .price-description{opacity:.9;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.tracking-hero .tracking-background .tracking-overlay .tracking-content .price-content .price-btn{color:#fff!important;text-transform:none!important;border-color:#fff!important;border-radius:8px!important;padding:1rem 2.5rem!important;font-size:1.1rem!important;font-weight:600!important;transition:all .3s!important}.tracking-hero .tracking-background .tracking-overlay .tracking-content .price-content .price-btn:hover{transform:translateY(-2px);color:#f28114!important;background:rgba(255,255,255,.1)!important;border-color:#f28114!important}.tracking-detail-page{background:linear-gradient(135deg,#f8f9fa 0%,#f5f8fb 100%);min-height:100vh}.tracking-detail-page .loading-container{justify-content:center;align-items:center;min-height:80vh;display:flex}.tracking-detail-page .loading-container .loading-content{text-align:center}.tracking-detail-page .loading-container .loading-content .loading-spinner{color:#f28114;margin-bottom:1rem}.tracking-detail-page .loading-container .loading-content .loading-text{color:#254266;font-weight:600}.tracking-detail-page .error-container{justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.tracking-detail-page .error-container .error-content{text-align:center;max-width:500px}.tracking-detail-page .error-container .error-content .error-title{color:#254266;margin-bottom:1rem;font-weight:700}.tracking-detail-page .error-container .error-content .error-message{color:#718096;margin-bottom:2rem;line-height:1.6}.tracking-detail-page .error-container .error-content .back-button{color:#fff!important;text-transform:none!important;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%)!important;border-radius:8px!important;padding:.75rem 2rem!important;font-weight:600!important}.tracking-detail-page .error-container .error-content .back-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(242,129,20,.3)}.tracking-detail-page .tracking-main .tracking-header{color:#fff;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);padding:3rem 0 2rem}@media only screen and (max-width:30em){.tracking-detail-page .tracking-main .tracking-header{padding:2rem 0 1.5rem}}.tracking-detail-page .tracking-main .tracking-header .container{max-width:1600px;margin:0 auto;padding:0 2rem}@media only screen and (max-width:58em){.tracking-detail-page .tracking-main .tracking-header .container{padding:0 1.5rem}}.tracking-detail-page .tracking-main .tracking-header .header-content .back-button{opacity:.9;margin-bottom:2rem;color:#fff!important;text-transform:none!important}.tracking-detail-page .tracking-main .tracking-header .header-content .back-button:hover{opacity:1;background:rgba(255,255,255,.1)!important}.tracking-detail-page .tracking-main .tracking-header .header-content .tracking-title-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}@media only screen and (max-width:30em){.tracking-detail-page .tracking-main .tracking-header .header-content .tracking-title-section{flex-direction:column;align-items:flex-start}}.tracking-detail-page .tracking-main .tracking-header .header-content .tracking-title-section .tracking-title{margin:0;font-weight:800}@media only screen and (max-width:58em){.tracking-detail-page .tracking-main .tracking-header .header-content .tracking-title-section .tracking-title{font-size:2rem!important}}.tracking-detail-page .tracking-main .tracking-header .header-content .tracking-title-section .status-chip{height:auto!important;font-size:.9rem!important}.tracking-detail-page .tracking-main .tracking-header .header-content .summary-grid .summary-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;min-width:13rem;transition:all .3s}@media only screen and (max-width:30em){.tracking-detail-page .tracking-main .tracking-header .header-content .summary-grid .summary-card{width:100%}}.tracking-detail-page .tracking-main .tracking-header .header-content .summary-grid .summary-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.tracking-detail-page .tracking-main .tracking-header .header-content .summary-grid .summary-card .MuiCardContent-root{text-align:center;padding:1.5rem}.tracking-detail-page .tracking-main .tracking-header .header-content .summary-grid .summary-card .MuiCardContent-root .summary-icon{color:#f28114;margin-bottom:1rem;font-size:2rem}.tracking-detail-page .tracking-main .tracking-header .header-content .summary-grid .summary-card .MuiCardContent-root .summary-value{color:#fff;margin-bottom:.5rem;font-weight:700}.tracking-detail-page .tracking-main .tracking-header .header-content .summary-grid .summary-card .MuiCardContent-root .summary-label{color:rgba(255,255,255,.8);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.tracking-detail-page .tracking-main .timeline-section{background:#fff;padding:3rem 0}@media only screen and (max-width:30em){.tracking-detail-page .tracking-main .timeline-section{padding:2rem 0}}.tracking-detail-page .tracking-main .timeline-section .container{max-width:1600px;margin:0 auto;padding:0 2rem}@media only screen and (max-width:58em){.tracking-detail-page .tracking-main .timeline-section .container{padding:0 1.5rem}}.tracking-detail-page .tracking-main .timeline-section .section-title{color:#254266;margin-bottom:3rem;font-weight:700}.tracking-detail-page .tracking-main .timeline-section .timeline{margin:0 auto;position:relative}.tracking-detail-page .tracking-main .timeline-section .timeline:before{content:"";background:linear-gradient(#f28114,#254266);width:2px;position:absolute;top:0;bottom:0;left:30px}@media only screen and (max-width:58em){.tracking-detail-page .tracking-main .timeline-section .timeline:before{left:20px}}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item{margin-bottom:2rem;display:flex;position:relative}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item.completed .timeline-marker{border-color:#10b981}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item.completed .timeline-marker .timeline-icon{background:#10b981}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item.active .timeline-marker{border-color:#f28114}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item.active .timeline-marker .timeline-icon{background:#f28114;animation:2s infinite pulse}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item.upcoming .timeline-marker{border-color:#6b7280}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item.upcoming .timeline-marker .timeline-icon{opacity:.4;background:#6b7280}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item.upcoming .timeline-content{opacity:.5}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-marker{z-index:2;background:#fff;border:3px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;margin-right:2rem;display:flex;position:relative}@media only screen and (max-width:58em){.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-marker{width:40px;height:40px;margin-right:1rem}}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-marker .timeline-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}@media only screen and (max-width:58em){.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-marker .timeline-icon{width:30px;height:30px;font-size:1rem}}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-content{background:#f8f9fa;border-left:4px solid #f28114;border-radius:12px;flex:1;padding:1.5rem}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-content .event-status{color:#254266;margin-bottom:.5rem;font-weight:600}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-content .event-location,.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-content .event-timestamp{color:#718096;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-content .event-location svg,.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-content .event-timestamp svg{color:#f28114}.tracking-detail-page .tracking-main .timeline-section .timeline .timeline-item .timeline-content .event-description{color:#2d3748;margin-top:.5rem;font-style:italic}.tracking-detail-page .tracking-main .details-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:3rem 0}@media only screen and (max-width:30em){.tracking-detail-page .tracking-main .details-section{padding:2rem 0}}.tracking-detail-page .tracking-main .details-section .container{max-width:1600px;margin:0 auto;padding:0 2rem}@media only screen and (max-width:58em){.tracking-detail-page .tracking-main .details-section .container{padding:0 1.5rem}}.tracking-detail-page .tracking-main .details-section .details-card-container{flex-wrap:wrap;flex-grow:1;gap:2rem;display:flex}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper{flex:320px}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card{background:#fff;border:1px solid rgba(37,66,102,.1);border-radius:16px;width:100%;transition:all .3s;box-shadow:0 4px 20px rgba(37,66,102,.1)}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(37,66,102,.15)}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .card-header{border-bottom:2px solid #f8f9fa;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .card-header .card-icon{color:#f28114;font-size:1.5rem}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .card-header .card-title{color:#254266;margin:0;font-weight:700}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .detail-grid-container{flex-wrap:wrap;gap:1.5rem;display:flex}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .detail-grid-state{flex-direction:column;flex:320px;gap:1rem;display:flex}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .detail-grid{gap:1rem;display:grid}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .detail-item{background:#f8f9fa;border-radius:8px;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s;display:flex}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .detail-item:hover{background:#fff;transform:translate(4px)}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .detail-item .detail-icon{color:#f28114;flex-shrink:0;margin-top:.2rem;font-size:1.2rem}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .detail-item .detail-content .detail-label{color:#718096;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.tracking-detail-page .tracking-main .details-section .details-card-container .details-card-wrapper .detail-card .detail-item .detail-content .detail-value{color:#254266;margin:0;font-weight:600}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 rgba(242,129,20,.7)}70%{transform:scale(1.05);box-shadow:0 0 0 10px rgba(242,129,20,0)}to{transform:scale(1);box-shadow:0 0 rgba(242,129,20,0)}}.tracking-mobile{background-color:#fff;border:.5px solid rgba(0,0,0,.3);border-radius:.8em;width:90%;height:12.5em;margin:1em auto;display:none;overflow:hidden}@media only screen and (max-width:45em){.tracking-mobile{display:block}}.tracking-mobile .tracking-nav{display:flex}.tracking-mobile .tracking-nav .tracking-active{color:#fff;text-transform:uppercase;cursor:pointer;background-color:#0c2750;justify-content:center;align-items:center;width:50%;height:3.5em;display:flex}.tracking-mobile .tracking-nav .tracking-inactive{color:#0c2750;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;width:50%;height:3.5em;display:flex}.tracking-mobile .tracking-input{margin-top:1.5em;padding:0 1em}.tracking-mobile .tracking-input .error-text{color:#d32f2f;margin-bottom:-1em;margin-left:1em;font-size:.75rem}.tracking-mobile .tracking-input Button{margin-top:1em}.tracking-mobile .price{margin-top:1.5em;padding:0 1em}.tracking-mobile .price p{font-size:.8rem}.tracking-mobile .price button{width:100%;margin-top:1.5em}.chat-widget-button{color:#fff;z-index:1000;cursor:pointer;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 30px rgba(242,129,20,.3)}.chat-widget-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(242,129,20,.4)}.chat-widget-button .online-indicator{background:#10b981;border:2px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;top:-2px;right:-2px}.chat-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:rgba(0,0,0,.5);position:fixed;top:0;bottom:0;left:0;right:0}.chat-window{z-index:1000;background:#fff;border-radius:20px;flex-direction:column;width:380px;height:80vh;max-height:600px;display:flex;position:fixed;bottom:6rem;right:2rem;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.2)}@media only screen and (max-width:30em){.chat-window{width:calc(100vw - 2rem);height:70vh;bottom:1rem;left:1rem;right:1rem}}.chat-window .chat-header{color:#fff;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}@media only screen and (max-width:30em){.chat-window .chat-header{padding:1rem}}.chat-window .chat-header .chat-header-info{align-items:center;gap:1rem;display:flex}.chat-window .chat-header .chat-header-info .support-avatar{background:rgba(255,255,255,.2);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chat-window .chat-header .chat-header-info .support-info h3{margin:0;font-size:1.1rem;font-weight:600}@media only screen and (max-width:30em){.chat-window .chat-header .chat-header-info .support-info h3{font-size:1rem}}.chat-window .chat-header .chat-header-info .support-info .status{opacity:.9;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.chat-window .chat-header .chat-header-info .support-info .status .status-dot.online{color:#10b981}.chat-window .chat-header .chat-header-info .support-info .status .status-dot.offline{color:#6b7280}.chat-window .chat-header .chat-actions{gap:.5rem;display:flex}.chat-window .chat-header .chat-actions .action-btn{color:#fff;cursor:pointer;background:rgba(255,255,255,.1);border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.chat-window .chat-header .chat-actions .action-btn:hover{background:rgba(255,255,255,.2)}.chat-window .chat-header .chat-actions .action-btn.close-btn:hover{background:rgba(239,68,68,.3)}.chat-window .messages-container{background:#f8fafc;flex:1;padding:1rem;overflow-y:auto}@media only screen and (max-width:30em){.chat-window .messages-container{padding:.75rem}}.chat-window .messages-container .messages-list{flex-direction:column;gap:1rem;display:flex}.chat-window .messages-container .messages-list .message{max-width:80%;animation:.3s fadeInUp}.chat-window .messages-container .messages-list .message.user-message{align-self:flex-end}.chat-window .messages-container .messages-list .message.user-message .message-content{color:#fff;background:linear-gradient(135deg,#f28114 0%,#e0740c 100%);border-radius:18px 18px 4px}.chat-window .messages-container .messages-list .message.user-message .message-content .message-header .sender-name{color:rgba(255,255,255,.9)}.chat-window .messages-container .messages-list .message.user-message .message-content .message-header .message-time{color:rgba(255,255,255,.7)}.chat-window .messages-container .messages-list .message.admin-message{align-self:flex-start}.chat-window .messages-container .messages-list .message.admin-message .message-content{color:#2d3748;background:#fff;border-radius:18px 18px 18px 4px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.chat-window .messages-container .messages-list .message.admin-message .message-content .message-header .sender-name{color:#254266;font-weight:600}.chat-window .messages-container .messages-list .message.admin-message .message-content .message-header .message-time{color:#718096}.chat-window .messages-container .messages-list .message .message-content{padding:.75rem 1rem}.chat-window .messages-container .messages-list .message .message-content .message-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.chat-window .messages-container .messages-list .message .message-content .message-header .sender-name{font-size:.8rem;font-weight:500}.chat-window .messages-container .messages-list .message .message-content .message-header .message-time{opacity:.8;font-size:.7rem}.chat-window .messages-container .messages-list .message .message-content .message-text{word-wrap:break-word;margin:0;font-size:.9rem;line-height:1.4}.chat-window .messages-container .messages-list .typing-indicator{background:#fff;border-radius:18px 18px 18px 4px;align-self:flex-start;align-items:center;gap:.5rem;max-width:150px;padding:1rem;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.1)}.chat-window .messages-container .messages-list .typing-indicator .typing-dots{gap:3px;display:flex}.chat-window .messages-container .messages-list .typing-indicator .typing-dots span{background:#718096;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typingDots}.chat-window .messages-container .messages-list .typing-indicator .typing-dots span:first-child{animation-delay:-.32s}.chat-window .messages-container .messages-list .typing-indicator .typing-dots span:nth-child(2){animation-delay:-.16s}.chat-window .messages-container .messages-list .typing-indicator .typing-text{color:#718096;font-size:.8rem;font-style:italic}.chat-window .chat-input-container{background:#fff;border-top:1px solid #e2e8f0;padding:1rem}@media only screen and (max-width:30em){.chat-window .chat-input-container{padding:.75rem}}.chat-window .chat-input-container .input-wrapper{align-items:center;gap:.5rem;display:flex}.chat-window .chat-input-container .input-wrapper .chat-input{border:2px solid #e2e8f0;border-radius:25px;outline:none;flex:1;padding:.75rem 1rem;font-size:.9rem;transition:all .3s}.chat-window .chat-input-container .input-wrapper .chat-input:focus{border-color:#f28114}.chat-window .chat-input-container .input-wrapper .chat-input::placeholder{color:#94a3b8}.chat-window .chat-input-container .input-wrapper .send-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.chat-window .chat-input-container .input-wrapper .send-button:disabled{cursor:not-allowed;background:#cbd5e1;transform:none!important}.chat-window .chat-input-container .input-wrapper .send-button:not(:disabled):hover{box-shadow:0 4px 12px rgba(242,129,20,.3)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes typingDots{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:#f1f5f9}.messages-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}.space{width:100%;height:90px}@media only screen and (max-width:58em){.space{height:80px}}.about-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:6rem 0}.about-section .container{max-width:1600px;margin:0 auto;padding:0 2rem}.about-section .about-header{text-align:center;margin-bottom:4rem}.about-section .about-header .section-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.about-section .about-header .section-title{color:#254266;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}@media only screen and (max-width:58em){.about-section .about-header .section-title{font-size:2.5rem}}@media only screen and (max-width:30em){.about-section .about-header .section-title{font-size:2rem}}.about-section .about-header .section-description{color:#718096;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.about-section .about-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media only screen and (max-width:75em){.about-section .about-content{grid-template-columns:1fr;gap:3rem}}.about-section .features-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media only screen and (max-width:45em){.about-section .features-grid{grid-template-columns:1fr}}.about-section .features-grid .feature-card{text-align:center;background:#fff;border:1px solid rgba(37,66,102,.1);border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 20px rgba(37,66,102,.1)}.about-section .features-grid .feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(37,66,102,.15)}.about-section .features-grid .feature-card .feature-icon{margin-bottom:1rem}.about-section .features-grid .feature-card h3{color:#254266;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.about-section .features-grid .feature-card p{color:#718096;font-size:.9rem;line-height:1.5}.about-section .about-visual,.about-section .about-visual .image-container{position:relative}.about-section .about-visual .image-container .about-image{border-radius:20px;width:100%;height:auto;box-shadow:0 20px 40px rgba(0,0,0,.1)}.about-section .about-visual .image-container .floating-stats{background:#fff;border-radius:16px;justify-content:space-between;padding:1.5rem;display:flex;position:absolute;bottom:-2rem;left:0;right:0;box-shadow:0 10px 30px rgba(0,0,0,.1)}@media only screen and (max-width:30em){.about-section .about-visual .image-container .floating-stats{margin-top:1rem;padding:1rem;position:relative;bottom:2rem}}.about-section .about-visual .image-container .floating-stats .stat{text-align:center}.about-section .about-visual .image-container .floating-stats .stat .stat-number{color:#254266;font-size:2rem;font-weight:800;line-height:1;display:block}@media only screen and (max-width:30em){.about-section .about-visual .image-container .floating-stats .stat .stat-number{font-size:1.5rem}}.about-section .about-visual .image-container .floating-stats .stat .stat-label{color:#718096;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}@media only screen and (max-width:30em){.about-section .about-visual .image-container .floating-stats .stat .stat-label{font-size:.7rem}}.services-section{background:#fff;padding:1rem 0 6rem}.services-section .container{max-width:1600px;margin:0 auto;padding:0 2rem}.services-section .services-header{text-align:center;margin-bottom:4rem}.services-section .services-header .section-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.services-section .services-header .section-title{color:#254266;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.services-section .services-header .section-description{color:#718096;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.services-section .services-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}@media only screen and (max-width:30em){.services-section .services-grid{grid-template-columns:1fr}}.services-section .services-grid .service-card{background:#fff;border:1px solid rgba(37,66,102,.1);border-radius:20px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px rgba(37,66,102,.1)}.services-section .services-grid .service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(37,66,102,.15)}.services-section .services-grid .service-card .service-image{height:200px;position:relative;overflow:hidden}.services-section .services-grid .service-card .service-image .image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.services-section .services-grid .service-card .service-image .service-overlay{opacity:0;background:linear-gradient(135deg,rgba(37,66,102,.8) 0%,rgba(242,129,20,.8) 100%);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.services-section .services-grid .service-card .service-image .service-overlay .service-icon{color:#fff;transition:transform .3s;transform:scale(.8)}.services-section .services-grid .service-card .service-image:hover .image{transform:scale(1.1)}.services-section .services-grid .service-card .service-image:hover .service-overlay{opacity:1}.services-section .services-grid .service-card .service-image:hover .service-overlay .service-icon{transform:scale(1)}.services-section .services-grid .service-card .service-content{padding:2rem}.services-section .services-grid .service-card .service-content h3{color:#254266;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.services-section .services-grid .service-card .service-content p{color:#718096;margin-bottom:1.5rem;line-height:1.6}.services-section .services-grid .service-card .service-content .service-features{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.services-section .services-grid .service-card .service-content .service-features .feature-tag{color:#254266;background:#f8f9fa;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.services-section .services-grid .service-card .service-content .service-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);border:none;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.services-section .services-grid .service-card .service-content .service-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(37,66,102,.3)}.quote-section{color:#fff;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);padding:6rem 0}.quote-section .container{max-width:1600px;margin:0 auto;padding:0 2rem}.quote-section .quote-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}@media only screen and (max-width:58em){.quote-section .quote-content{grid-template-columns:1fr;gap:3rem}}.quote-section .company-stats .stats-header{margin-bottom:3rem}.quote-section .company-stats .stats-header h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.quote-section .company-stats .stats-header p{opacity:.9;font-size:1.1rem;line-height:1.6}.quote-section .company-stats .stats-grid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}@media only screen and (max-width:30em){.quote-section .company-stats .stats-grid{grid-template-columns:1fr}}.quote-section .company-stats .stats-grid .stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.quote-section .company-stats .stats-grid .stat-item .stat-icon{color:#f28114;flex-shrink:0}.quote-section .company-stats .stats-grid .stat-item .stat-content .stat-number{margin-bottom:.25rem;font-size:1.5rem;font-weight:700;display:block}.quote-section .company-stats .stats-grid .stat-item .stat-content .stat-label{opacity:.8;font-size:.9rem}.quote-section .company-stats .features-list h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600}.quote-section .company-stats .features-list ul{list-style:none}.quote-section .company-stats .features-list ul li{align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1rem;display:flex}.quote-section .company-stats .features-list ul li svg{color:#f28114;flex-shrink:0}.quote-section .quote-form-container{background:rgba(255,255,255,.95);border-radius:20px;padding:2.5rem;box-shadow:0 20px 40px rgba(0,0,0,.1)}.quote-section .quote-form-container .form-header{text-align:center;margin-bottom:2rem}.quote-section .quote-form-container .form-header h3{color:#254266;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.quote-section .quote-form-container .form-header p{color:#718096;font-size:.9rem}.quote-section .quote-form-container .quote-form .form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media only screen and (max-width:30em){.quote-section .quote-form-container .quote-form .form-grid{grid-template-columns:1fr}}.quote-section .quote-form-container .quote-form .form-group{margin-bottom:1rem}.quote-section .quote-form-container .quote-form .form-group input,.quote-section .quote-form-container .quote-form .form-group select,.quote-section .quote-form-container .quote-form .form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:1rem;font-size:.9rem;transition:all .3s}.quote-section .quote-form-container .quote-form .form-group input:focus,.quote-section .quote-form-container .quote-form .form-group select:focus,.quote-section .quote-form-container .quote-form .form-group textarea:focus{border-color:#f28114;outline:none;box-shadow:0 0 0 3px rgba(242,129,20,.1)}.quote-section .quote-form-container .quote-form .form-group input::placeholder,.quote-section .quote-form-container .quote-form .form-group select::placeholder,.quote-section .quote-form-container .quote-form .form-group textarea::placeholder{color:#94a3b8}.quote-section .quote-form-container .quote-form .form-group textarea{resize:vertical;min-height:100px}.quote-section .quote-form-container .quote-form .submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.quote-section .quote-form-container .quote-form .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(242,129,20,.3)}.quote-section .quote-form-container .quote-form .submit-button:disabled{opacity:.7;cursor:not-allowed}.quote-section .quote-form-container .quote-form .submit-button .loading-spinner{border:2px solid transparent;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.team-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:6rem 0}.team-section .container{max-width:1600px;margin:0 auto;padding:0 2rem}.team-section .team-header{text-align:center;margin-bottom:4rem}.team-section .team-header .section-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.team-section .team-header .section-title{color:#254266;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.team-section .team-header .section-description{color:#718096;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.team-section .team-stats{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem;display:grid}@media only screen and (max-width:58em){.team-section .team-stats{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:30em){.team-section .team-stats{grid-template-columns:1fr}}.team-section .team-stats .stat-card{text-align:center;background:#fff;border:1px solid rgba(37,66,102,.1);border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(37,66,102,.1)}.team-section .team-stats .stat-card .stat-icon{color:#f28114;margin-bottom:1rem;font-size:2rem}.team-section .team-stats .stat-card .stat-content .stat-value{color:#254266;margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1;display:block}.team-section .team-stats .stat-card .stat-content .stat-label{color:#718096;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.team-section .team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.team-section .team-grid .team-card{background:#fff;border-radius:20px;max-width:400px;margin:0 auto;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px rgba(37,66,102,.1)}.team-section .team-grid .team-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(37,66,102,.15)}.team-section .team-grid .team-card:hover .image-overlay{opacity:1}.team-section .team-grid .team-card .member-image{height:300px;position:relative;overflow:hidden}.team-section .team-grid .team-card .member-image .image{width:100%;height:100%;transition:transform .3s}.team-section .team-grid .team-card .member-info{padding:2rem}.team-section .team-grid .team-card .member-info h3{color:#254266;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.team-section .team-grid .team-card .member-info .member-role{color:#f28114;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.team-section .team-grid .team-card .member-info .member-description{color:#718096;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.team-section .team-grid .team-card .member-info .expertise-tags{flex-wrap:wrap;gap:.5rem;display:flex}.team-section .team-grid .team-card .member-info .expertise-tags .expertise-tag{color:#254266;background:#f8f9fa;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.team-section .team-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);border-radius:20px;padding:3rem}.team-section .team-cta h3{margin-bottom:1rem;font-size:2rem;font-weight:700}.team-section .team-cta p{opacity:.9;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.team-section .team-cta .cta-button{color:#fff;cursor:pointer;background:#f28114;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.team-section .team-cta .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(242,129,20,.3)}.testimonies-section{background:#fff;padding:6rem 0}.testimonies-section .container{max-width:1600px;margin:0 auto;padding:0 2rem}.testimonies-section .testimonies-header{text-align:center;margin-bottom:4rem}.testimonies-section .testimonies-header .section-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.testimonies-section .testimonies-header .section-title{color:#254266;margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.testimonies-section .testimonies-header .section-description{color:#718096;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.testimonies-section .testimonies-stats{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}@media only screen and (max-width:45em){.testimonies-section .testimonies-stats{grid-template-columns:1fr}}.testimonies-section .testimonies-stats .testimonial-stat{text-align:center;background:#f8f9fa;border:2px solid transparent;border-radius:16px;padding:2rem;transition:all .3s}.testimonies-section .testimonies-stats .testimonial-stat:hover{border-color:#f28114;transform:translateY(-2px)}.testimonies-section .testimonies-stats .testimonial-stat .stat-icon{color:#f28114;margin-bottom:1rem;font-size:2.5rem}.testimonies-section .testimonies-stats .testimonial-stat .stat-content .stat-value{color:#254266;margin-bottom:.5rem;font-size:2rem;font-weight:800;line-height:1;display:block}.testimonies-section .testimonies-stats .testimonial-stat .stat-content .stat-label{color:#718096;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.testimonies-section .testimonies-slider{margin-bottom:4rem}.testimonies-section .testimonies-slider .testimonial-card{background:#fff;border:1px solid rgba(37,66,102,.1);border-radius:20px;height:100%;margin:0 1rem;padding:2rem;transition:all .3s;box-shadow:0 4px 20px rgba(37,66,102,.1)}.testimonies-section .testimonies-slider .testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(37,66,102,.15)}.testimonies-section .testimonies-slider .testimonial-card .testimonial-content{margin-bottom:2rem;position:relative}.testimonies-section .testimonies-slider .testimonial-card .testimonial-content .quote-icon{color:#f28114;opacity:.7;margin-bottom:1rem;font-size:2rem}.testimonies-section .testimonies-slider .testimonial-card .testimonial-content .testimonial-text{color:#2d3748;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.testimonies-section .testimonies-slider .testimonial-card .testimonial-content .testimonial-rating{justify-content:space-between;align-items:center;display:flex}.testimonies-section .testimonies-slider .testimonial-card .testimonial-content .testimonial-rating .star{color:#e2e8f0}.testimonies-section .testimonies-slider .testimonial-card .testimonial-content .testimonial-rating .star.filled{color:#f59e0b}.testimonies-section .testimonies-slider .testimonial-card .testimonial-content .testimonial-rating .service-tag{color:#254266;background:#f8f9fa;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.testimonies-section .testimonies-slider .testimonial-card .testimonial-author{align-items:center;gap:1rem;display:flex}.testimonies-section .testimonies-slider .testimonial-card .testimonial-author .author-image{border-radius:50%;width:60px;height:60px;overflow:hidden}.testimonies-section .testimonies-slider .testimonial-card .testimonial-author .author-image .image{object-fit:cover;width:100%;height:100%}.testimonies-section .testimonies-slider .testimonial-card .testimonial-author .author-info h4{color:#254266;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.testimonies-section .testimonies-slider .testimonial-card .testimonial-author .author-info p{color:#718096;margin-bottom:.25rem;font-size:.9rem}.testimonies-section .testimonies-slider .testimonial-card .testimonial-author .author-info .company{color:#f28114;font-size:.8rem;font-weight:600}.testimonies-section .testimonies-slider .slick-dots{bottom:-50px}.testimonies-section .testimonies-slider .slick-dots li button:before{color:#254266;opacity:.3;font-size:12px}.testimonies-section .testimonies-slider .slick-dots li.slick-active button:before{color:#f28114;opacity:1}.testimonies-section .testimonies-cta{color:#fff;text-align:center;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);border-radius:20px;padding:3rem}.testimonies-section .testimonies-cta h3{margin-bottom:1rem;font-size:2rem;font-weight:700}.testimonies-section .testimonies-cta p{opacity:.9;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.testimonies-section .testimonies-cta .cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.testimonies-section .testimonies-cta .cta-buttons .primary-button{color:#fff;cursor:pointer;background:#f28114;border:none;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .3s}.testimonies-section .testimonies-cta .cta-buttons .primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(242,129,20,.3)}.testimonies-section .testimonies-cta .cta-buttons .secondary-button{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .3s}.testimonies-section .testimonies-cta .cta-buttons .secondary-button:hover{color:#254266;background:#fff}.footer{color:#fff;background:#1a2d4d;padding:4rem 0 2rem}.footer .container{max-width:1600px;margin:0 auto;padding:0 2rem}.footer .footer-main{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem;display:grid}@media only screen and (max-width:58em){.footer .footer-main{grid-template-columns:1fr;gap:3rem}}.footer .company-info .logo-section{margin-bottom:2rem}.footer .company-info .logo-section .logo{color:#0c2750;background-color:rgba(255,255,255,.6);border-radius:20px;flex-direction:column;align-items:center;gap:1em;margin-bottom:1rem;padding:1em 1.5em 1.5em;display:flex}.footer .company-info .logo-section .logo p{font-size:.95rem;font-weight:600;line-height:1.6}.footer .company-info .contact-info{margin-bottom:2rem}.footer .company-info .contact-info .contact-item{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.footer .company-info .contact-info .contact-item .contact-icon{color:#f28114;flex-shrink:0;font-size:1.2rem}.footer .company-info .contact-info .contact-item .contact-details .contact-label{opacity:.7;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.8rem;display:block}.footer .company-info .contact-info .contact-item .contact-details .contact-value{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.footer .company-info .contact-info .contact-item .contact-details .contact-value:hover{color:#f28114}.footer .company-info .social-links .social-title{opacity:.7;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.9rem;display:block}.footer .company-info .social-links .social-icons{gap:1rem;display:flex}.footer .company-info .social-links .social-icons .social-link{color:#fff;background:rgba(255,255,255,.1);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.footer .company-info .social-links .social-icons .social-link:hover{background:#f28114;transform:translateY(-2px)}.footer .footer-links{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media only screen and (max-width:30em){.footer .footer-links{grid-template-columns:1fr}}.footer .footer-links .link-group h4{color:#f28114;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer .footer-links .link-group ul{list-style:none}.footer .footer-links .link-group ul li{margin-bottom:.75rem}.footer .footer-links .link-group ul li .footer-link{color:rgba(255,255,255,.8);font-size:.9rem;text-decoration:none;transition:all .3s}.footer .footer-links .link-group ul li .footer-link:hover{color:#f28114;padding-left:.5rem}.footer .newsletter-section h4{color:#f28114;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.footer .newsletter-section p{opacity:.9;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.footer .newsletter-section .newsletter-form{margin-bottom:2rem}.footer .newsletter-section .newsletter-form .input-group{background:rgba(255,255,255,.1);border-radius:8px;display:flex;overflow:hidden}.footer .newsletter-section .newsletter-form .input-group input{color:#fff;background:0 0;border:none;flex:1;padding:1rem;font-size:.9rem}.footer .newsletter-section .newsletter-form .input-group input::placeholder{color:rgba(255,255,255,.6)}.footer .newsletter-section .newsletter-form .input-group input:focus{outline:none}.footer .newsletter-section .newsletter-form .input-group button{color:#fff;cursor:pointer;background:#f28114;border:none;padding:1rem;transition:all .3s}.footer .newsletter-section .newsletter-form .input-group button:hover:not(:disabled){background:#c8680b}.footer .newsletter-section .newsletter-form .input-group button:disabled{opacity:.7;cursor:not-allowed}.footer .newsletter-section .newsletter-form .input-group button .loading-spinner{border:2px solid transparent;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}.footer .newsletter-section .trust-badges{flex-direction:column;gap:.75rem;display:flex}.footer .newsletter-section .trust-badges .trust-item{opacity:.8;align-items:center;gap:.75rem;font-size:.8rem;display:flex}.footer .newsletter-section .trust-badges .trust-item svg{color:#f28114;flex-shrink:0}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);justify-content:center;align-items:center;padding-top:2rem;display:flex}@media only screen and (max-width:30em){.footer .footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.footer .footer-bottom .footer-copyright p{opacity:.7;font-size:.9rem}.footer .footer-bottom .footer-legal{gap:2rem;display:flex}@media only screen and (max-width:30em){.footer .footer-bottom .footer-legal{flex-direction:column;gap:.5rem}}.footer .footer-bottom .footer-legal a{color:rgba(255,255,255,.7);font-size:.9rem;text-decoration:none;transition:color .3s}.footer .footer-bottom .footer-legal a:hover{color:#f28114}.chat-container{width:70%;height:86vh;margin:0 auto}@media only screen and (max-width:58em){.chat-container{margin-top:0 2em}}@media only screen and (max-width:45em){.chat-container{width:100%;margin-top:0;padding:0 1em}}.chat-container .chat-header{background:#f7f6f6;border-radius:2em 2em 0 0;padding:1em}.chat-container .chat-header h5{text-transform:uppercase;color:#d92a2e;text-align:center;font-size:1.4rem;font-weight:700}.chat-container .chat-header h1{text-align:center;font-size:2rem;font-weight:700}.chat-container .chat-messages{flex-grow:1;height:57vh;padding:1rem;position:relative;overflow-y:auto}@media only screen and (max-width:45em){.chat-container .chat-messages{height:65vh}}@media only screen and (max-width:30em){.chat-container .chat-messages{height:62vh}}.chat-container .chat-messages .user-message,.chat-container .chat-messages .admin-message{border-radius:5px;width:max-content;min-width:30%;max-width:70%;margin-bottom:.5em;padding:.6em}.chat-container .chat-messages .user-message .message,.chat-container .chat-messages .admin-message .message{margin-top:-1em;margin-bottom:0;padding-bottom:0}.chat-container .chat-messages .user-message{background-color:#f1f1f1;border-radius:.5rem}.chat-container .chat-messages .user-message .client{color:#00323a;font-weight:600}.chat-container .chat-messages .admin-message{background-color:#d1e7dd;border-radius:.5rem;margin-left:auto}.chat-container .chat-messages .admin-message .client{color:#d92a2e;font-weight:600}.chat-container .chat-messages .scroll-to-bottom-button{color:#fff;cursor:pointer;z-index:50;background-color:#007bff;border:none;border-radius:50%;justify-content:center;align-items:center;width:1.5em;height:1.5em;display:flex;position:-webkit-sticky;position:sticky;bottom:0;left:100%}.chat-container .chat-input-container{border:1.5px solid #ddd;border-radius:1em;align-items:center;width:100%;height:4em;padding:.3em 1em;display:flex;overflow:hidden;box-shadow:0 3px 8px rgba(0,0,0,.24)}.chat-container .chat-input-container .chat-input{border:none;outline:none;flex-grow:1;padding:.5rem;font-size:1rem}.chat-container .chat-input-container .chat-input:focus{border:none;outline:none}.chat-container .chat-input-container .send-button{cursor:pointer;background-color:#168295;border:none;border-radius:50%;justify-content:center;align-items:center;width:3em;height:3em;display:flex}.chat-container .chat-input-container .send-button:disabled{background-color:#ccc}.contact-page{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);min-height:100vh}.contact-page .container{max-width:1600px;margin:90px auto 0;padding:0 2rem}@media only screen and (max-width:45em){.contact-page .container{margin:80px auto 0}}@media only screen and (max-width:30em){.contact-page .container{padding:0 1rem}}.contact-page .contact-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);padding:6rem 0 4rem}.contact-page .contact-hero .hero-content{max-width:800px;margin:0 auto}.contact-page .contact-hero .hero-content .section-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.contact-page .contact-hero .hero-content h1{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}@media only screen and (max-width:58em){.contact-page .contact-hero .hero-content h1{font-size:2.5rem}}@media only screen and (max-width:30em){.contact-page .contact-hero .hero-content h1{font-size:2rem}}.contact-page .contact-hero .hero-content p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}@media only screen and (max-width:30em){.contact-page .contact-hero .hero-content p{font-size:1rem}}.contact-page .contact-methods{background:#fff;padding:4rem 0}.contact-page .contact-methods .methods-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.contact-page .contact-methods .methods-grid .method-card{color:inherit;background:#fff;border:1px solid rgba(37,66,102,.1);border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 20px rgba(37,66,102,.1)}.contact-page .contact-methods .methods-grid .method-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(37,66,102,.15)}.contact-page .contact-methods .methods-grid .method-card .method-icon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex}.contact-page .contact-methods .methods-grid .method-card .method-content h3{color:#254266;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.contact-page .contact-methods .methods-grid .method-card .method-content p{color:#718096;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.contact-page .contact-methods .methods-grid .method-card .method-content .method-details{color:#254266;white-space:pre-line;font-size:.9rem;font-weight:600}.contact-page .contact-main{padding:4rem 0}.contact-page .contact-main .contact-grid{grid-template-columns:2fr 1fr;gap:4rem;display:grid}@media only screen and (max-width:58em){.contact-page .contact-main .contact-grid{grid-template-columns:1fr;gap:3rem}}.contact-page .contact-main .contact-form-section{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 4px 20px rgba(37,66,102,.1)}@media only screen and (max-width:30em){.contact-page .contact-main .contact-form-section{padding:2rem}}.contact-page .contact-main .contact-form-section .form-header{margin-bottom:2rem}.contact-page .contact-main .contact-form-section .form-header h2{color:#254266;margin-bottom:.5rem;font-size:2rem;font-weight:700}.contact-page .contact-main .contact-form-section .form-header p{color:#718096;font-size:1rem}.contact-page .contact-main .contact-form-section .contact-form .form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media only screen and (max-width:30em){.contact-page .contact-main .contact-form-section .contact-form .form-row{grid-template-columns:1fr}}.contact-page .contact-main .contact-form-section .contact-form .form-group{margin-bottom:1.5rem}.contact-page .contact-main .contact-form-section .contact-form .form-group label{color:#254266;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.contact-page .contact-main .contact-form-section .contact-form .form-group input,.contact-page .contact-main .contact-form-section .contact-form .form-group textarea{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:1rem;font-size:.9rem;transition:all .3s}.contact-page .contact-main .contact-form-section .contact-form .form-group input:focus,.contact-page .contact-main .contact-form-section .contact-form .form-group textarea:focus{background:#fff;border-color:#f28114;outline:none;box-shadow:0 0 0 3px rgba(242,129,20,.1)}.contact-page .contact-main .contact-form-section .contact-form .form-group input::placeholder,.contact-page .contact-main .contact-form-section .contact-form .form-group textarea::placeholder{color:#94a3b8}.contact-page .contact-main .contact-form-section .contact-form .form-group textarea{resize:vertical;min-height:120px;font-family:inherit}.contact-page .contact-main .contact-form-section .contact-form .success-message{color:#166534;background:#dcfce7;border-radius:8px;margin-bottom:1rem;padding:1rem;font-weight:500}.contact-page .contact-main .contact-form-section .contact-form .error-message{color:#dc2626;background:#fee2e2;border-radius:8px;margin-bottom:1rem;padding:1rem;font-weight:500}.contact-page .contact-main .contact-form-section .contact-form .submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1.25rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.contact-page .contact-main .contact-form-section .contact-form .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(242,129,20,.3)}.contact-page .contact-main .contact-form-section .contact-form .submit-button:disabled{opacity:.7;cursor:not-allowed}.contact-page .contact-main .contact-form-section .contact-form .submit-button .loading-spinner{border:2px solid transparent;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin}.contact-page .contact-main .contact-features .features-header{margin-bottom:2rem}.contact-page .contact-main .contact-features .features-header h3{color:#254266;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.contact-page .contact-main .contact-features .features-header p{color:#718096;font-size:.9rem}.contact-page .contact-main .contact-features .features-list{margin-bottom:2rem}.contact-page .contact-main .contact-features .features-list .feature-item{background:#fff;border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;box-shadow:0 2px 10px rgba(37,66,102,.1)}.contact-page .contact-main .contact-features .features-list .feature-item .feature-icon{color:#f28114;flex-shrink:0;margin-top:.25rem;font-size:1.25rem}.contact-page .contact-main .contact-features .features-list .feature-item .feature-content h4{color:#254266;margin-bottom:.25rem;font-size:1rem;font-weight:600}.contact-page .contact-main .contact-features .features-list .feature-item .feature-content p{color:#718096;font-size:.85rem;line-height:1.4}.contact-page .contact-main .contact-features .emergency-contact{color:#fff;text-align:center;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);border-radius:16px;padding:2rem}.contact-page .contact-main .contact-features .emergency-contact .emergency-header{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.contact-page .contact-main .contact-features .emergency-contact .emergency-header svg{color:#f28114}.contact-page .contact-main .contact-features .emergency-contact .emergency-header h4{font-size:1.1rem;font-weight:600}.contact-page .contact-main .contact-features .emergency-contact p{opacity:.9;margin-bottom:1rem;font-size:.9rem}.contact-page .contact-main .contact-features .emergency-contact .emergency-number{color:#f28114;margin-bottom:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s;display:block}.contact-page .contact-main .contact-features .emergency-contact .emergency-number:hover{color:#f59b44}.contact-page .contact-main .contact-features .emergency-contact .emergency-note{opacity:.7;font-size:.8rem}.contact-page .map-section{background:#fff;padding:4rem 0}.contact-page .map-section .map-container{text-align:center;background:#f8f9fa;border-radius:20px;padding:4rem}@media only screen and (max-width:30em){.contact-page .map-section .map-container{padding:2rem}}.contact-page .map-section .map-container .map-placeholder svg{color:#f28114;margin-bottom:1rem}.contact-page .map-section .map-container .map-placeholder h3{color:#254266;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.contact-page .map-section .map-container .map-placeholder p{color:#718096;margin-bottom:2rem}.contact-page .map-section .map-container .map-placeholder .directions-button{color:#fff;cursor:pointer;background:#254266;border:none;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .3s}.contact-page .map-section .map-container .map-placeholder .directions-button:hover{background:#1a2d4d;transform:translateY(-2px)}.admin-login{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);min-height:100vh;display:flex}@media only screen and (max-width:58em){.admin-login{flex-direction:column}}.admin-login .login-hero{color:#fff;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);flex:1;justify-content:center;align-items:center;padding:4rem;display:flex}@media only screen and (max-width:58em){.admin-login .login-hero{min-height:40vh;padding:3rem 2rem;display:none}}@media only screen and (max-width:30em){.admin-login .login-hero{padding:2rem 1rem}}.admin-login .login-hero .hero-content{width:100%;max-width:600px}.admin-login .login-hero .hero-content .brand-section{text-align:center;margin-bottom:3rem}@media only screen and (max-width:58em){.admin-login .login-hero .hero-content .brand-section{margin-bottom:2rem}}.admin-login .login-hero .hero-content .brand-section .logo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.2);border-radius:12px;justify-content:center;align-items:center;gap:1rem;width:250px;height:120px;margin:0 auto 1.5rem;display:flex}@media only screen and (max-width:30em){.admin-login .login-hero .hero-content .brand-section .logo{text-align:center;flex-direction:column;gap:.5rem}}.admin-login .login-hero .hero-content .brand-section h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}@media only screen and (max-width:30em){.admin-login .login-hero .hero-content .brand-section h1{font-size:2rem}}.admin-login .login-hero .hero-content .brand-section p{opacity:.9;font-size:1.1rem}.admin-login .login-hero .hero-content .features-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media only screen and (max-width:58em){.admin-login .login-hero .hero-content .features-grid{margin-bottom:1.5rem}}@media only screen and (max-width:30em){.admin-login .login-hero .hero-content .features-grid{grid-template-columns:1fr}}.admin-login .login-hero .hero-content .features-grid .feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.admin-login .login-hero .hero-content .features-grid .feature-card .feature-icon{color:#f28114;flex-shrink:0;margin-top:.25rem;font-size:1.5rem}.admin-login .login-hero .hero-content .features-grid .feature-card .feature-content h3{margin-bottom:.25rem;font-size:1rem;font-weight:600}.admin-login .login-hero .hero-content .features-grid .feature-card .feature-content p{opacity:.8;font-size:.85rem;line-height:1.4}.admin-login .login-hero .hero-content .security-notice{opacity:.9;background:rgba(255,255,255,.1);border-radius:8px;align-items:center;gap:.75rem;padding:1rem;font-size:.9rem;display:flex}.admin-login .login-hero .hero-content .security-notice svg{color:#f28114;flex-shrink:0}.admin-login .login-form-section{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}@media only screen and (max-width:58em){.admin-login .login-form-section{padding:3rem 2rem}}@media only screen and (max-width:30em){.admin-login .login-form-section{padding:2rem 1rem}}.admin-login .login-form-section .form-container{width:100%;max-width:400px}.admin-login .login-form-section .form-container .logo{justify-content:center;display:flex}.admin-login .login-form-section .form-container .form-header{text-align:center;margin-bottom:2.5rem}.admin-login .login-form-section .form-container .form-header h2{color:#254266;margin-bottom:.5rem;font-size:2rem;font-weight:700}.admin-login .login-form-section .form-container .form-header p{color:#718096;font-size:1rem}.admin-login .login-form-section .form-container .login-form .form-group{margin-bottom:1.5rem}.admin-login .login-form-section .form-container .login-form .form-group label{color:#254266;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:flex}.admin-login .login-form-section .form-container .login-form .form-group label .input-icon{color:#f28114}.admin-login .login-form-section .form-container .login-form .form-group input{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:1rem 1.5rem;font-size:.9rem;transition:all .3s}.admin-login .login-form-section .form-container .login-form .form-group input:focus{background:#fff;border-color:#f28114;outline:none;box-shadow:0 0 0 3px rgba(242,129,20,.1)}.admin-login .login-form-section .form-container .login-form .form-group input::placeholder{color:#94a3b8}.admin-login .login-form-section .form-container .login-form .form-group input.error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.admin-login .login-form-section .form-container .login-form .form-group input:disabled{opacity:.6;cursor:not-allowed}.admin-login .login-form-section .form-container .login-form .form-group .password-input-container{position:relative}.admin-login .login-form-section .form-container .login-form .form-group .password-input-container input{padding-right:3.5rem}.admin-login .login-form-section .form-container .login-form .form-group .password-input-container .password-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .3s;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.admin-login .login-form-section .form-container .login-form .form-group .password-input-container .password-toggle:hover{color:#254266;background:#f1f5f9}.admin-login .login-form-section .form-container .login-form .form-group .password-input-container .password-toggle:disabled{opacity:.6;cursor:not-allowed}.admin-login .login-form-section .form-container .login-form .error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.admin-login .login-form-section .form-container .login-form .login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f28114 0%,#c8680b 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.admin-login .login-form-section .form-container .login-form .login-button:hover:not(:disabled){box-shadow:0 8px 20px rgba(242,129,20,.3)}.admin-login .login-form-section .form-container .login-form .login-button:disabled{opacity:.7;cursor:not-allowed}.admin-login .login-form-section .form-container .login-form .login-button .loading-spinner{align-items:center;gap:.5rem;display:flex}.admin-login .login-form-section .form-container .login-form .login-button .loading-spinner .spinner{border:2px solid transparent;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin}.admin-login .login-form-section .form-container .login-form .form-footer{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}@media only screen and (max-width:30em){.admin-login .login-form-section .form-container .login-form .form-footer{flex-direction:column;align-items:flex-start;gap:1rem}}.admin-login .login-form-section .form-container .login-form .form-footer .remember-me{align-items:center;gap:.5rem;display:flex}.admin-login .login-form-section .form-container .login-form .form-footer .remember-me input[type=checkbox]{accent-color:#f28114;width:16px;height:16px}.admin-login .login-form-section .form-container .login-form .form-footer .remember-me label{color:#718096;cursor:pointer}.admin-login .login-form-section .form-container .login-form .form-footer .forgot-password{color:#f28114;font-weight:500;text-decoration:none;transition:color .3s}.admin-login .login-form-section .form-container .login-form .form-footer .forgot-password:hover{color:#c8680b}.admin-login .login-form-section .form-container .support-section{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.admin-login .login-form-section .form-container .support-section .support-info{background:#f8fafc;border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.admin-login .login-form-section .form-container .support-section .support-info svg{color:#f28114;flex-shrink:0;font-size:1.25rem}.admin-login .login-form-section .form-container .support-section .support-info div strong{color:#254266;margin-bottom:.25rem;font-size:.9rem;display:block}.admin-login .login-form-section .form-container .support-section .support-info div span{color:#718096;font-size:.8rem}.admin-dashboard{width:100%;min-height:100vh;display:flex}@media only screen and (max-width:45em){.admin-dashboard{display:block;position:relative}}.admin-dashboard .admin-header{width:100%;display:none}@media only screen and (max-width:45em){.admin-dashboard .admin-header{color:#254266;z-index:900;background-color:#fff;justify-content:space-between;align-items:center;padding:1em 2em;display:flex;position:fixed}}.admin-dashboard .admin-header .header-logo{width:120px;height:auto}.admin-dashboard .sidebar{background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);width:280px;min-height:100vh;padding-top:2em}@media only screen and (max-width:45em){.admin-dashboard .sidebar{display:none}}.admin-dashboard .sidebar .logos{flex-direction:column;align-items:center;margin-bottom:2em;padding:0 1em;display:flex}.admin-dashboard .sidebar .logos .logo{background:#fff;border-radius:12px;margin-bottom:1em;padding:1em}.admin-dashboard .sidebar .logos h1{color:#fff;text-align:center;font-size:1.5rem;font-weight:700}.admin-dashboard .sidebar .sidebar-options{padding:0 1.5em}.admin-dashboard .sidebar .sidebar-options .links{margin-bottom:2em}.admin-dashboard .sidebar .sidebar-options .options{cursor:pointer;color:rgba(255,255,255,.8);border-radius:8px;align-items:center;gap:1em;margin-bottom:.5em;padding:1em;transition:all .3s;display:flex}.admin-dashboard .sidebar .sidebar-options .options:hover{color:#fff;background:rgba(255,255,255,.1)}.admin-dashboard .sidebar .sidebar-options .options p{margin:0;font-weight:500}.admin-dashboard .sidebar .sidebar-options .options svg{font-size:1.25rem}.admin-dashboard .sidebar-mobile{background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);width:60%;min-height:100vh;padding-top:2em;display:none}@media only screen and (max-width:45em){.admin-dashboard .sidebar-mobile{z-index:1000;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);height:100vh;transition:transform .3s;display:block;position:fixed;top:0;left:0}.admin-dashboard .sidebar-mobile.open{transform:translate(0)}}.admin-dashboard .sidebar-mobile .logos{flex-direction:column;align-items:center;margin-bottom:2em;padding:0 1em;display:flex}.admin-dashboard .sidebar-mobile .logos .logo{background:#fff;border-radius:12px;margin-bottom:1em;padding:1em}.admin-dashboard .sidebar-mobile .logos h1{color:#fff;text-align:center;font-size:1.5rem;font-weight:700}.admin-dashboard .sidebar-mobile .sidebar-options{padding:0 1.5em}.admin-dashboard .sidebar-mobile .sidebar-options .links{margin-bottom:2em}.admin-dashboard .sidebar-mobile .sidebar-options .options{cursor:pointer;color:rgba(255,255,255,.8);border-radius:8px;align-items:center;gap:1em;margin-bottom:.5em;padding:1em;transition:all .3s;display:flex}.admin-dashboard .sidebar-mobile .sidebar-options .options:hover{color:#fff;background:rgba(255,255,255,.1)}.admin-dashboard .sidebar-mobile .sidebar-options .options p{margin:0;font-weight:500}.admin-dashboard .sidebar-mobile .sidebar-options .options svg{font-size:1.25rem}.admin-dashboard .dashboard{background:#f8f9fa;flex:1;padding:2em}@media only screen and (max-width:45em){.admin-dashboard .dashboard{width:100%;padding:7rem 1em 1em}}.admin-dashboard .dashboard .shipment h1,.admin-dashboard .dashboard .quotes h1{color:#254266;margin-bottom:1.5em;font-size:2rem;font-weight:800}.admin-dashboard .dashboard .shipment .functions,.admin-dashboard .dashboard .quotes .functions{justify-content:space-between;align-items:center;gap:1em;margin-bottom:2em;display:flex}.admin-dashboard .dashboard .shipment .functions button,.admin-dashboard .dashboard .quotes .functions button{align-items:center;height:50px;display:flex}@media only screen and (max-width:45em){.admin-dashboard .dashboard .shipment .functions button,.admin-dashboard .dashboard .quotes .functions button{white-space:nowrap;font-size:.75rem}}.admin-dashboard .dashboard .shipment .shipments-history,.admin-dashboard .dashboard .quotes .shipments-history{-webkit-overflow-scrolling:touch;width:100%;margin-top:2em;overflow-x:auto}@media only screen and (max-width:45em){.admin-dashboard .dashboard .shipment .shipments-history,.admin-dashboard .dashboard .quotes .shipments-history{margin-top:2em;overflow-x:auto}}.admin-dashboard .dashboard .shipment .shipments-history .MuiTableContainer-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTableContainer-root{box-shadow:none;width:100%}@media only screen and (max-width:45em){.admin-dashboard .dashboard .shipment .shipments-history .MuiTableContainer-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTableContainer-root{background-color:transparent;overflow:visible}}.admin-dashboard .dashboard .shipment .shipments-history .MuiTable-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTable-root{table-layout:fixed;width:100%}@media only screen and (max-width:45em){.admin-dashboard .dashboard .shipment .shipments-history .MuiTable-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTable-root{flex-direction:column;width:100%;min-width:100%;display:flex}.admin-dashboard .dashboard .shipment .shipments-history .MuiTableHead-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTableHead-root{display:none}.admin-dashboard .dashboard .shipment .shipments-history .MuiTableRow-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTableRow-root{background-color:#fff;border-radius:.6em;margin-bottom:1em;display:block;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.admin-dashboard .dashboard .shipment .shipments-history .MuiTableCell-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTableCell-root{white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.05);padding:.45em 1em;display:block;width:100%!important}.admin-dashboard .dashboard .shipment .shipments-history .MuiTableCell-root:before,.admin-dashboard .dashboard .quotes .shipments-history .MuiTableCell-root:before{content:attr(data-label);color:#254266;width:30%;margin-right:5em;font-weight:600;display:inline-block}}.admin-dashboard .dashboard .shipment .shipments-history .MuiTablePagination-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTablePagination-root{width:100%;overflow:visible}@media only screen and (max-width:45em){.admin-dashboard .dashboard .shipment .shipments-history .MuiTablePagination-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTablePagination-root{flex-direction:column;align-items:center;padding:.5em;display:flex}.admin-dashboard .dashboard .shipment .shipments-history .MuiTablePagination-root .MuiToolbar-root,.admin-dashboard .dashboard .quotes .shipments-history .MuiTablePagination-root .MuiToolbar-root{flex-wrap:wrap;justify-content:center;gap:.5em;width:100%}.admin-dashboard .dashboard .shipment .shipments-history .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-spacer,.admin-dashboard .dashboard .quotes .shipments-history .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-spacer{display:none}.admin-dashboard .dashboard .shipment .shipments-history .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-actions,.admin-dashboard .dashboard .quotes .shipments-history .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-actions{margin:0;padding:.5em 0}}.admin-dashboard .dashboard .admin-chat-container{flex-direction:column;height:calc(100vh - 4em);display:flex}.admin-dashboard .dashboard .admin-chat-container h1{color:#254266;margin-bottom:1em;font-weight:800}.admin-dashboard .dashboard .admin-chat-container .chat-messages{background:#fff;border-radius:12px;flex:1;margin-bottom:1em;padding:1em;overflow-y:auto}.admin-chat-container{background:#f8fafc;height:calc(100vh - 80px);padding:2rem}.admin-chat-container .MuiPaper-root{border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.admin-chat-container .chat-sidebar .MuiList-root .MuiListItem-root{transition:all .3s}.admin-chat-container .chat-sidebar .MuiList-root .MuiListItem-root:hover{background-color:#f1f5f9}.admin-chat-container .chat-sidebar .MuiList-root .MuiListItem-root.Mui-selected{color:#fff;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%)}.admin-chat-container .chat-sidebar .MuiList-root .MuiListItem-root.Mui-selected .MuiTypography-root{color:#fff}.admin-chat-container .chat-area .message-admin{color:#fff;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);border-radius:18px 18px 4px;margin-left:auto}.admin-chat-container .chat-area .message-user{color:#1a2d4d;background:#fff;border:1px solid #e2e8f0;border-radius:18px 18px 18px 4px;margin-right:auto}.admin-chat-container .chat-area .message-input .MuiTextField-root .MuiOutlinedInput-root{border-radius:25px}.admin-chat-container .chat-area .message-input .MuiTextField-root .MuiOutlinedInput-root:hover fieldset,.admin-chat-container .chat-area .message-input .MuiTextField-root .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#f28114}@media only screen and (max-width:58em){.admin-chat-container{height:calc(100vh - 60px);padding:1rem}.admin-chat-container .MuiBox-root{flex-direction:column}.admin-chat-container .MuiBox-root .MuiPaper-root:first-child{height:200px;width:100%!important}.admin-chat-container .MuiBox-root .MuiPaper-root:last-child{flex:1}}@media only screen and (max-width:30em){.admin-chat-container{padding:.5rem}.admin-chat-container .MuiTypography-h4{font-size:1.5rem}}.shipments-history{-webkit-overflow-scrolling:touch;width:100%;margin-top:2em;overflow-x:auto}@media only screen and (max-width:45em){.shipments-history{margin-top:2em;overflow-x:auto}}.shipments-history .MuiTableContainer-root{box-shadow:none;width:100%}@media only screen and (max-width:45em){.shipments-history .MuiTableContainer-root{background-color:transparent;overflow:visible}}.shipments-history .MuiTable-root{table-layout:fixed;width:100%}@media only screen and (max-width:45em){.shipments-history .MuiTable-root{flex-direction:column;width:100%;min-width:100%;display:flex}.shipments-history .MuiTableHead-root{display:none}.shipments-history .MuiTableRow-root{background-color:#fff;border-radius:.6em;margin-bottom:1em;display:block;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.shipments-history .MuiTableCell-root{white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.05);padding:.45em 1em;display:block;width:100%!important}.shipments-history .MuiTableCell-root:before{content:attr(data-label);color:#254266;width:30%;margin-right:5em;font-weight:600;display:inline-block}}.shipments-history .MuiTablePagination-root{width:100%;overflow:visible}@media only screen and (max-width:45em){.shipments-history .MuiTablePagination-root{flex-direction:column;align-items:center;padding:.5em;display:flex}.shipments-history .MuiTablePagination-root .MuiToolbar-root{flex-wrap:wrap;justify-content:center;gap:.5em;width:100%}.shipments-history .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-spacer{display:none}.shipments-history .MuiTablePagination-root .MuiToolbar-root .MuiTablePagination-actions{margin:0;padding:.5em 0}}@media print{.admin-dashboard .dashboard{padding:0}.invoice-container{padding:20px!important}.invoice-container *{color:#000!important}}.add-shipment .MuiDialog-paper{border-radius:12px;overflow:hidden}.add-shipment .MuiDialogTitle-root{color:#fff;background:linear-gradient(135deg,#254266 0%,#1a2d4d 100%);padding:1.5rem 2rem}.add-shipment .MuiDialogTitle-root .MuiTypography-root{font-size:1.25rem;font-weight:700}.add-shipment .MuiDialogContent-root{padding:2rem}@media only screen and (max-width:45em){.add-shipment .MuiDialogContent-root{padding:1rem}}.add-shipment .MuiGrid-container{margin-top:0}.add-shipment .MuiTypography-h6{color:#254266;margin-bottom:1rem;font-weight:600}.add-shipment .MuiTextField-root,.add-shipment .MuiSelect-root{margin-bottom:.5rem}.add-shipment .MuiButton-root{text-transform:none;border-radius:8px;padding:.5rem 2rem;font-weight:600}.add-shipment .MuiButton-root.MuiButton-contained{box-shadow:0 2px 8px rgba(242,129,20,.3)}.add-shipment .MuiButton-root.MuiButton-contained:hover{box-shadow:0 4px 12px rgba(242,129,20,.4)}.add-shipment .MuiDivider-root{border-color:#e2e8f0;margin:2rem 0}.add-shipment .shipment-item-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.add-shipment .shipment-item-section .item-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.add-shipment .shipment-item-section .item-header .MuiTypography-subtitle1{color:#254266;font-weight:600}@media only screen and (max-width:45em){.add-shipment .MuiGrid-item{padding:.5rem}.add-shipment .MuiDialogContent-root{padding:1rem}.add-shipment .MuiButton-root{width:100%;margin-bottom:.5rem}.add-shipment .action-buttons{flex-direction:column}.add-shipment .action-buttons .MuiButton-root{width:100%}}@media only screen and (max-width:30em){.add-shipment .MuiDialog-paper{width:calc(100% - 2rem);margin:1rem}.add-shipment .MuiGrid-container{margin:0 -.5rem}.add-shipment .MuiGrid-item{padding:.5rem}}.tracking-order-details{width:100%;padding:2em}@media only screen and (max-width:45em){.tracking-order-details{padding:1.5em}}.tracking-order-details .track-id{justify-content:space-between;align-items:center;width:100%;display:flex}.tracking-order-details .track-id h3{margin-top:.5em}@media only screen and (max-width:45em){.tracking-order-details .track-id h3{margin-top:1em}}.tracking-order-details .track-id button{min-width:100px}.tracking-order-details .category-head{text-align:center;color:#fff;background-color:#0c2750;width:100%;margin-top:.5em;padding:.4em 0}.tracking-order-details .shipment-progress{margin-top:.7em}.tracking-order-details .shipment-progress .from-to{width:100%;display:flex}.tracking-order-details .shipment-progress .from-to .from{width:35%;margin-left:12%}.tracking-order-details .shipment-progress .from-to .current-loc{width:34%}.tracking-order-details .shipment-progress .progress-location{width:100%;display:flex}.tracking-order-details .shipment-progress .progress-location .dep-loc{width:35%;margin-left:12%}.tracking-order-details .shipment-progress .progress-location .cur-loc{width:34%}.tracking-order-details .shipment-progress .progress-bars{align-items:center;margin-top:-.8em;display:flex}.tracking-order-details .shipment-progress .progress-bars .first-bar{border:.5px solid #0c2750;border-right:none;width:15%;height:7px}.tracking-order-details .shipment-progress .progress-bars .first-bar .first-bar-fill{background-color:#d92a2e;width:105%;height:7px}.tracking-order-details .shipment-progress .progress-bars .from{color:#fff;background-color:#d92a2e;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex}.tracking-order-details .shipment-progress .progress-bars .from-bar{border:.5px solid #0c2750;border-left:none;border-right:none;width:30%;height:7px}.tracking-order-details .shipment-progress .progress-bars .from-bar .from-bar-fill{background-color:#d92a2e;width:105%;height:7px;margin-left:-1px}.tracking-order-details .shipment-progress .progress-bars .current{color:#fff;background-color:#d92a2e;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex}.tracking-order-details .shipment-progress .progress-bars .current-bar{border:.5px solid #0c2750;border-left:none;border-right:none;width:30%;height:7px}.tracking-order-details .shipment-progress .progress-bars .current-bar .current-bar-fill{background-color:#d92a2e;width:105%;height:7px;margin-left:-1px}.tracking-order-details .shipment-progress .progress-bars .deliver{color:#fff;background-color:#d92a2e;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20px;display:flex}.tracking-order-details .shipment-progress .progress-bars .last-bar{border:.5px solid #0c2750;border-left:none;width:12%;height:7px}.tracking-order-details .shipment-progress .progress-bars .last-bar .last-bar-fill{background-color:#d92a2e;width:100%;height:7px;margin-left:-1px}.tracking-order-details .delivery-info .delivery-info-head{text-align:center;color:#fff;background-color:#0c2750;width:100%;margin-top:.5em;padding:.4em 0}.tracking-order-details .delivery-info .id-detail{border-bottom:.5px solid rgba(12,39,80,.15);justify-content:space-between;align-items:center;margin:.1em 2em 0;display:flex}@media only screen and (max-width:45em){.tracking-order-details .delivery-info .id-detail{margin:.5em}}.tracking-order-details .sender-rev{gap:1em;width:100%;display:flex}.tracking-order-details .sender-rev .sender-info{width:50%}.tracking-order-details .sender-rev .sender-info .sender-info-head{text-align:center;color:#fff;background-color:#0c2750;width:100%;margin-top:.5em;padding:.4em 0}.tracking-order-details .sender-rev .sender-info .id-detail{border-bottom:.5px solid rgba(44,48,99,.15);justify-content:space-between;align-items:center;margin:.1em 1em 0;display:flex}@media only screen and (max-width:45em){.tracking-order-details .sender-rev .sender-info .id-detail{margin:.5em}}.tracking-order-details .sender-rev .receiver-info{width:50%}.tracking-order-details .sender-rev .receiver-info .receiver-info-head{text-align:center;color:#fff;background-color:#0c2750;width:100%;margin-top:.5em;padding:.4em 0}.tracking-order-details .sender-rev .receiver-info .id-detail{border-bottom:.5px solid rgba(44,48,99,.15);justify-content:space-between;align-items:center;margin:.1em 1em 0;display:flex}@media only screen and (max-width:45em){.tracking-order-details .sender-rev .receiver-info .id-detail{margin:.5em}}.tracking-order-details .btn{justify-content:center;width:50%;min-width:200px;margin:1em auto;display:flex}.tracking-order-details .btn button{background-color:#0c2750;border:none}@media only screen and (max-width:45em){.tracking-order-details .btn{width:70%;min-width:200px;margin-bottom:0}}.invoice-one .invoice-head{color:#fff;background-image:linear-gradient(90deg,#323777,#1c1f49);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media only screen and (max-width:45em){.invoice-one .invoice-head{grid-template-columns:repeat(1,minmax(0,1fr))}}.invoice-one .invoice-head .left{padding:2em 0 0 3em}@media only screen and (max-width:45em){.invoice-one .invoice-head .left{display:none}}.invoice-one .invoice-head .left .small-text{color:rgba(255,255,255,.5);font-size:14px}.invoice-one .invoice-head .left .shipper-name{margin-top:-14px;font-size:18px}.invoice-one .invoice-head .left .shipper-phone{color:rgba(255,255,255,.5)}.invoice-one .invoice-head .left .shipper-email{color:rgba(255,255,255,.5);margin-top:-18px}.invoice-one .invoice-head .left .amount{margin-top:-14px;font-size:20px}.invoice-one .invoice-head .right{flex-direction:column;align-items:flex-end;padding-top:2em;display:flex}.invoice-one .invoice-head .right .img{background-color:#fff;border-radius:35px 0 0 35px;width:200px;height:75px;padding:.5em 1em .5em 5em}.invoice-one .invoice-head .right .img img{width:100%;height:100%}.invoice-one .invoice-head .right .tracking{text-align:end;margin-right:7.5em;padding-top:1em;padding-bottom:.5em}@media only screen and (max-width:45em){.invoice-one .invoice-head .right .tracking{margin-right:1em}}.invoice-one .invoice-head .right .tracking h1{font-size:45px}.invoice-one .invoice-head .right .tracking p{color:rgba(255,255,255,.5);margin-top:-10px;font-size:14px}.invoice-one .invoice-head .right .tracking h5{color:rgba(255,255,255,.5);margin-top:-10px}.invoice-one .invoice-head .left-mobile{margin-top:-12em;padding:0 0 0 1em;display:none}@media only screen and (max-width:45em){.invoice-one .invoice-head .left-mobile{display:block}}.invoice-one .invoice-head .left-mobile .small-text{color:rgba(255,255,255,.5);font-size:14px}.invoice-one .invoice-head .left-mobile .shipper-name{margin-top:-14px;font-size:18px}.invoice-one .invoice-head .left-mobile .shipper-phone{color:rgba(255,255,255,.5)}.invoice-one .invoice-head .left-mobile .shipper-email{color:rgba(255,255,255,.5);margin-top:-18px}.invoice-one .invoice-head .left-mobile .amount{margin-top:-14px;font-size:20px}.invoice-one .body{width:100%;padding-top:1em;padding-bottom:1em}.invoice-one .body h4{text-align:center}.invoice-one .body .order-details{padding:0 1.5em}@media only screen and (max-width:45em){.invoice-one .body .order-details{padding:0 1em}}.invoice-one .body .order-details .id-detail{justify-content:space-between;align-items:center;margin:.5em 1em -1em;display:flex}@media only screen and (max-width:45em){.invoice-one .body .order-details .id-detail{margin:.5em}}.invoice-one .body .items{padding:0 1.5em}@media only screen and (max-width:45em){.invoice-one .body .items{padding:0}}.invoice-one .body .items .items-header{padding:1em;display:flex}.invoice-one .body .items .items-header .product{text-align:center;border:1px solid rgba(0,0,0,.15);width:30%;padding:.2em 0}.invoice-one .body .items .items-header .desc{text-align:center;border-top:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15);width:50%;padding:.2em 0}.invoice-one .body .items .items-header .qty{text-align:center;border:1px solid rgba(0,0,0,.15);width:20%;padding:.2em 0}.invoice-one .body .items .items-body{margin-top:-16px;padding:0 1em}.invoice-one .body .items .items-body .item-body{display:flex}.invoice-one .body .items .items-body .item-body .body-product{text-align:center;border:1px solid rgba(0,0,0,.15);border-top:none;width:30%;padding:.2em 0}.invoice-one .body .items .items-body .item-body .body-desc{text-align:center;border-top:none;border-bottom:1px solid rgba(0,0,0,.15);width:50%;padding:.2em 0}.invoice-one .body .items .items-body .item-body .body-qty{text-align:center;border:1px solid rgba(0,0,0,.15);border-top:none;width:20%;padding:.2em 0}.invoice-one .body .subtotal{width:400px;max-width:400px;margin:1em auto 0}@media only screen and (max-width:45em){.invoice-one .body .subtotal{width:90%}}.invoice-one .body .subtotal .payment{color:#fff;background-color:gray;width:100%;padding-top:.4em}.invoice-one .body .subtotal .payment .id-detail{text-transform:uppercase;border-bottom:.5px solid rgba(12,39,80,.15);justify-content:space-between;align-items:center;margin:.5em 1em 0;display:flex}@media only screen and (max-width:45em){.invoice-one .body .subtotal .payment .id-detail{margin:.5em}}.invoice-one .body .subtotal .total{color:#fff;text-transform:uppercase;background-color:#0c2750;justify-content:space-between;align-items:center;width:100%;padding:1em 1em 0;display:flex}@media only screen and (max-width:45em){.invoice-one .body .subtotal .total{margin:-8px 0 0}}.invoice-one .body .auth{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2em;display:grid}@media only screen and (max-width:45em){.invoice-one .body .auth{grid-template-columns:repeat(1,minmax(0,1fr));gap:1em}.invoice-one .body .auth .terms{width:70%}}.invoice-one .body .auth .terms .terms-head{color:#fff;text-align:end;background-color:gray;border-radius:0 25px 25px 0;padding:1em 3em 1px 0}.invoice-one .body .auth .terms p{padding-top:.5em;padding-left:4em;font-size:14px}.invoice-one .body .auth .stamp{flex-direction:column;align-items:center;display:flex}.invoice-one .body .auth .stamp .approved{z-index:1;margin-top:-1.5em}.invoice-one .body .auth .stamp .sign{margin-top:-5.5em}
