body{font-family:Arial,Helvetica,sans-serif}.navbar{z-index:1000;background:#0d47a1;width:100%;position:sticky;top:0;box-shadow:0 2px 8px #0000001f}.navbar .container{justify-content:space-between;align-items:center;width:90%;max-width:1200px;min-height:70px;margin:0 auto;display:flex}.logo{color:#fff;white-space:nowrap;font-size:28px;font-weight:700;text-decoration:none;transition:all .3s}.logo:hover{color:#ffd54f}.nav-menu{justify-content:flex-end;align-items:center;gap:25px;display:flex}.nav-menu a{color:#fff;padding:8px 0;font-size:17px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-menu a:hover{color:#ffd54f}.nav-menu a.active-link{color:#fff;font-weight:700}.nav-menu a.active-link:after{content:"";background:#ffd54f;border-radius:2px;width:100%;height:2px;position:absolute;bottom:0;left:0}.upload-btn{background:#fff;border-radius:8px;transition:background .3s,color .3s,transform .2s;color:#0d47a1!important;padding:10px 18px!important;font-weight:700!important}.upload-btn:hover{background:#ffd54f;transform:translateY(-1px);color:#0d47a1!important}.upload-btn:after{display:none!important}.menu-toggle{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:6px;font-size:26px;line-height:1;display:none}.menu-toggle:focus{outline:none}@media (width<=900px){.navbar .container{width:92%}.nav-menu{gap:18px}.nav-menu a{font-size:16px}.logo{font-size:25px}}@media (width<=768px){.navbar .container{flex-wrap:wrap;justify-content:flex-start;align-items:center;width:92%;min-height:58px;display:flex}.menu-toggle{order:1;margin-right:10px;display:block}.logo{order:2;font-size:20px}.nav-menu{flex-direction:column;order:3;align-items:stretch;gap:0;width:100%;padding:10px 0 15px;display:none}.nav-menu.active{display:flex}.nav-menu a{border-bottom:1px solid #ffffff26;width:100%;padding:12px 5px;font-size:16px}.nav-menu a:last-child{border-bottom:none}.nav-menu a.active-link:after{display:none}.nav-menu .upload-btn{text-align:center;width:100%;margin-top:10px;padding:11px 15px!important}}@media (width<=480px){.navbar .container{width:94%;min-height:56px}.menu-toggle{margin-right:8px;font-size:24px}.logo{font-size:18px}.nav-menu a{padding:11px 5px;font-size:15px}}.footer{color:#fff;text-align:center;background:#0d47a1;padding:20px 20px 15px}.footer h3{margin-bottom:10px;font-size:18px}.footer p{margin-bottom:10px;font-size:14px}.footer-copy{border-top:1px solid #ffffff40;margin-top:15px;padding-top:10px;font-size:13px!important}.admin-layout{background:#f5f7fb;min-height:100vh}.admin-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:30px;width:100%;padding:16px 30px;display:flex}.admin-brand{align-items:center;gap:12px;display:flex}.admin-logo{color:#fff;background:#1d4ed8;border-radius:10px;justify-content:center;align-items:center;width:45px;height:45px;font-size:22px;font-weight:700;display:flex}.admin-brand h1{color:#111827;margin:0;font-size:18px;line-height:1.3}.admin-brand p{color:#6b7280;margin:3px 0 0;font-size:13px}.admin-nav{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-nav a{color:#374151;border-radius:7px;padding:9px 13px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.admin-nav a:hover{color:#1d4ed8;background:#eff6ff}.admin-content{width:100%;max-width:1400px;margin:0 auto;padding:30px}@media (width<=768px){.admin-header{flex-direction:column;align-items:flex-start;gap:15px;padding:15px 18px}.admin-nav{flex-wrap:nowrap;width:100%;padding-bottom:5px;overflow-x:auto}.admin-nav a{white-space:nowrap}.admin-content{padding:20px 15px}.admin-brand h1{font-size:16px}}.gallery-page{text-align:center;background:#f5f7fb;min-height:70vh;padding:70px 20px 80px}.gallery-page .container{display:block}.gallery-back-btn{color:#0d47a1;margin-bottom:25px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.gallery-back-btn:hover{color:#1565c0}.gallery-page h1{color:#0d47a1;margin-bottom:15px;font-size:40px}.gallery-page-intro{color:#555;margin-bottom:45px;font-size:18px}.gallery-page-grid{grid-template-columns:repeat(3,1fr);gap:25px;max-width:1100px;margin:0 auto;display:grid}.gallery-page-item{cursor:pointer;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 5px 18px #00000014}.gallery-page-item img{object-fit:cover;width:100%;height:260px;transition:transform .3s;display:block}.gallery-page-item:hover img{transform:scale(1.05)}.gallery-lightbox{z-index:2000;background:#000000e0;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}.gallery-lightbox img{object-fit:contain;border-radius:10px;width:auto;max-width:90%;height:auto;max-height:90vh}.gallery-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:42px;line-height:1;position:absolute;top:18px;right:25px}.gallery-close:hover{opacity:.7}@media (width<=900px){.gallery-page-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (width<=600px){.gallery-page{padding:50px 15px 60px}.gallery-page h1{font-size:30px}.gallery-page-intro{margin-bottom:30px;font-size:16px}.gallery-page-grid{grid-template-columns:1fr;gap:18px}.gallery-page-item img{height:240px}.gallery-back-btn{margin-bottom:20px;font-size:15px}.gallery-lightbox{padding:15px}.gallery-lightbox img{max-width:95%;max-height:80vh}.gallery-close{font-size:36px;top:10px;right:15px}}.hero{width:100%;max-width:100%;min-height:80vh;padding:80px 0;overflow-x:hidden}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid}.hero-content{min-width:0}.hero-content h1{margin-bottom:20px;font-size:48px;line-height:1.2}.hero-content p{color:#555;margin-bottom:30px;font-size:20px}.hero-buttons{flex-wrap:wrap;gap:15px;display:flex}.btn{border-radius:8px;padding:15px 35px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:#1565c0}.btn-primary:hover{background:#0d47a1}.btn-secondary{color:#fff;background:#25d366}.btn-secondary:hover{background:#128c7e}.hero-image{justify-content:center;min-width:0;display:flex}.hero-image img{object-fit:contain;border-radius:16px;width:100%;max-width:500px;height:400px}.services-section{text-align:center;background:#f5f7fb;width:100%;max-width:100%;padding:80px 20px;overflow-x:hidden}.services-section h2{color:#0d47a1;margin-bottom:45px;font-size:38px}.services-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:25px;width:100%;max-width:1200px;margin:0 auto;display:grid}.service-card{background:#fff;border-radius:16px;width:100%;min-width:0;max-width:100%;padding:35px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 20px #00000014}.service-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #0000001f}.service-icon{color:#0d47a1;background:#eaf2ff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;font-size:38px;display:flex}.service-card h3{color:#222;overflow-wrap:anywhere;font-size:21px}.why-choose-section{text-align:center;background:#fff;width:100%;max-width:100%;padding:80px 20px;overflow-x:hidden}.why-choose-section h2{color:#0d47a1;margin-bottom:20px;font-size:38px}.why-choose-intro{color:#555;overflow-wrap:anywhere;width:100%;max-width:750px;margin:0 auto;font-size:19px}.why-choose-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;width:100%;max-width:1000px;margin:45px auto 0;display:grid}.why-card{background:#f5f7fb;border:1px solid #e5e9f0;border-radius:14px;width:100%;min-width:0;max-width:100%;padding:30px 20px;transition:transform .3s,box-shadow .3s}.why-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #00000014}.why-card h3{color:#0d47a1;overflow-wrap:anywhere;margin-bottom:12px;font-size:21px}.why-card p{color:#555;overflow-wrap:anywhere;font-size:16px}.cta-section{text-align:center;color:#fff;background:#0d47a1;width:100%;max-width:100%;padding:30px 15px;overflow-x:hidden}.cta-section h2{margin-bottom:15px;font-size:28px}.cta-section p{opacity:.95;overflow-wrap:anywhere;width:100%;max-width:650px;margin:0 auto;font-size:16px}.contact-info-section{text-align:center;background:#f5f7fb;width:100%;max-width:100%;padding:70px 20px;overflow-x:hidden}.contact-info-section h2{color:#0d47a1;margin-bottom:15px;font-size:36px}.contact-info-section>.container{min-width:0;max-width:100%}.contact-info-section>.container>p{color:#555;overflow-wrap:anywhere;width:100%;max-width:100%;margin-bottom:10px;font-size:18px}.contact-details{width:100%;max-width:100%;margin-top:25px}.contact-details p{overflow-wrap:anywhere;width:100%;max-width:100%;margin:8px 0;font-size:18px;font-weight:600}.map-section{text-align:center;background:#fff;width:100%;max-width:100%;padding:70px 20px;overflow-x:hidden}.map-section h2{color:#0d47a1;margin-bottom:12px;font-size:36px}.map-section>.container{min-width:0;max-width:100%}.map-section>.container>p{color:#555;overflow-wrap:anywhere;width:100%;max-width:100%;margin-bottom:30px;font-size:18px}.map-container{border-radius:16px;width:100%;max-width:1000px;height:400px;margin:0 auto;overflow:hidden;box-shadow:0 5px 20px #0000001a}.map-container iframe{border:0;width:100%;max-width:100%;height:100%;display:block}.gallery-section{text-align:center;background:#f5f7fb;width:100%;max-width:100%;padding:80px 20px;overflow-x:hidden}.gallery-section h2{color:#0d47a1;margin-bottom:12px;font-size:38px}.gallery-intro{color:#555;overflow-wrap:anywhere;width:100%;max-width:100%;margin-bottom:40px;font-size:18px}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%;max-width:1100px;margin:0 auto;display:grid}.gallery-item{background:#fff;border-radius:14px;width:100%;min-width:0;max-width:100%;overflow:hidden;box-shadow:0 5px 18px #00000014}.gallery-item img{object-fit:cover;width:100%;height:220px;transition:transform .3s}.gallery-item:hover img{transform:scale(1.05)}.gallery-button{margin-top:35px}@media (width<=900px){.services-grid,.why-choose-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.hero,.services-section,.why-choose-section,.cta-section,.contact-info-section,.map-section,.gallery-section{width:100%;max-width:100%;overflow-x:hidden}.hero{min-height:auto;padding:50px 0}.hero-container{text-align:center;grid-template-columns:1fr;gap:30px;width:100%;min-width:0;max-width:100%}.hero-content{width:100%;min-width:0;max-width:100%}.hero-content h1{overflow-wrap:anywhere;margin-bottom:15px;font-size:30px;line-height:1.25}.hero-content p{overflow-wrap:anywhere;margin-bottom:25px;font-size:16px}.hero-buttons{justify-content:center;gap:10px;width:100%;max-width:100%}.btn{max-width:100%;padding:12px 20px;font-size:15px}.hero-image{width:100%;min-width:0;max-width:100%}.hero-image img{width:100%;max-width:100%;height:auto;max-height:300px}.services-section{padding:60px 15px}.services-section h2{margin-bottom:30px;font-size:30px}.services-grid{grid-template-columns:1fr;gap:16px;width:100%;min-width:0;max-width:100%}.service-card{width:100%;max-width:100%;padding:25px 18px}.service-icon{width:60px;height:60px;margin-bottom:15px;font-size:32px}.service-card h3{font-size:19px}.why-choose-section{padding:60px 15px}.why-choose-section h2{overflow-wrap:anywhere;margin-bottom:15px;font-size:30px;line-height:1.2}.why-choose-intro{width:100%;max-width:100%;font-size:16px;line-height:1.5}.why-choose-grid{grid-template-columns:1fr;gap:16px;width:100%;min-width:0;max-width:100%;margin-top:30px}.why-card{width:100%;min-width:0;max-width:100%;padding:25px 18px}.why-card h3{margin-bottom:10px;font-size:19px}.why-card p{font-size:15px;line-height:1.5}.cta-section{padding:45px 15px}.cta-section .container{text-align:center;flex-direction:column;align-items:center;width:100%;min-width:0;max-width:100%;display:flex}.cta-section h2{overflow-wrap:anywhere;width:100%;max-width:100%;margin-bottom:12px;font-size:27px;line-height:1.25}.cta-section p{width:100%;max-width:320px;margin:0 auto;font-size:15px;line-height:1.5}.contact-info-section{padding:55px 15px}.contact-info-section h2{overflow-wrap:anywhere;font-size:30px;line-height:1.2}.contact-info-section>.container{flex-direction:column;align-items:center;width:100%;min-width:0;max-width:100%;display:flex}.contact-info-section>.container>p{width:100%;max-width:100%;font-size:16px;line-height:1.5}.contact-details{width:100%;max-width:100%;margin-top:20px}.contact-details p{overflow-wrap:anywhere;width:100%;max-width:100%;font-size:15px;line-height:1.5}.map-section{padding:55px 15px}.map-section h2{overflow-wrap:anywhere;font-size:30px;line-height:1.2}.map-section>.container{flex-direction:column;align-items:center;width:100%;min-width:0;max-width:100%;display:flex}.map-section>.container>p{width:100%;max-width:100%;margin-bottom:25px;font-size:16px;line-height:1.5}.map-container{border-radius:12px;width:100%;max-width:100%;height:300px}.gallery-section{padding:60px 15px}.gallery-section h2{font-size:30px;line-height:1.2}.gallery-intro{margin-bottom:30px;font-size:16px;line-height:1.5}.gallery-grid{grid-template-columns:1fr;gap:18px;width:100%;min-width:0;max-width:100%}.gallery-item img{width:100%;max-width:100%;height:240px}.gallery-button{margin-top:25px}.why-choose-section .container,.gallery-section .container{width:100%;min-width:0;max-width:100%;display:block}.why-choose-section{width:100%;padding:55px 15px;overflow:hidden}.why-choose-section h2{text-align:center;word-break:normal;overflow-wrap:normal;width:100%;max-width:100%;margin-bottom:15px;font-size:30px;line-height:1.25}.why-choose-intro{text-align:center;width:100%;max-width:100%;font-size:16px;line-height:1.5}.why-choose-grid{grid-template-columns:1fr;gap:16px;width:100%;max-width:100%;margin:30px 0 0;display:grid}.why-card{text-align:center;width:100%;min-width:0;max-width:100%;padding:25px 18px}.why-card h3{word-break:normal;overflow-wrap:normal;font-size:20px;line-height:1.3}.why-card p{word-break:normal;overflow-wrap:normal;font-size:15px;line-height:1.6}.gallery-section{width:100%;padding:55px 15px;overflow:hidden}.gallery-section .container{display:block}.gallery-section h2{text-align:center;width:100%;max-width:100%;margin-bottom:12px;font-size:30px;line-height:1.25}.gallery-intro{text-align:center;width:100%;max-width:100%;margin-bottom:30px;font-size:16px;line-height:1.5}.gallery-grid{grid-template-columns:1fr;gap:18px;width:100%;max-width:100%;margin:0;display:grid}.gallery-item{width:100%;min-width:0;max-width:100%}.gallery-item img{object-fit:cover;width:100%;max-width:100%;height:240px}.gallery-button{text-align:center;width:100%;max-width:100%;margin-top:25px}.gallery-button .btn{max-width:100%;display:inline-block}}.services-see-all{text-align:center;margin-top:30px}.services-see-all a{color:#fff;background:#2563eb;border-radius:8px;padding:12px 26px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.services-see-all a:hover{background:#1d4ed8;transform:translateY(-2px)}.about-page{text-align:center;background:#f5f7fb;padding:80px 20px}.about-page h1{color:#0d47a1;margin-bottom:25px;font-size:40px}.about-intro{color:#555;max-width:800px;margin:0 auto 25px;font-size:20px;line-height:1.6}.about-page p:not(.about-intro){color:#555;max-width:750px;margin:0 auto 15px;font-size:17px;line-height:1.6}.contact-page{text-align:center;background:#f5f7fb;padding:80px 20px}.contact-page h1{color:#0d47a1;margin-bottom:20px;font-size:40px}.contact-intro{color:#555;max-width:750px;margin:0 auto 45px;font-size:18px;line-height:1.6}.contact-page-details{grid-template-columns:repeat(3,1fr);gap:25px;max-width:900px;margin:0 auto;display:grid}.contact-item{background:#fff;border-radius:14px;padding:30px 20px;box-shadow:0 5px 20px #00000014}.contact-item h3{color:#0d47a1;margin-bottom:12px;font-size:21px}.contact-item p{color:#555;margin:6px 0;font-size:17px}@media (width<=768px){.contact-page{padding:60px 15px}.contact-page h1{font-size:32px}.contact-intro{margin-bottom:30px;font-size:16px}.contact-page-details{grid-template-columns:1fr;gap:18px}.contact-item{padding:25px 18px}.contact-item h3{font-size:20px}.contact-item p{font-size:16px}}.not-found-page{text-align:center;background:#f5f7fb;justify-content:center;align-items:center;min-height:60vh;padding:60px 20px;display:flex}.not-found-page h1{color:#0d47a1;margin-bottom:10px;font-size:90px}.not-found-page h2{margin-bottom:15px;font-size:30px}.not-found-page p{color:#555;margin-bottom:25px;font-size:17px}.not-found-btn{color:#fff;background:#0d47a1;border-radius:8px;padding:12px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.not-found-btn:hover{background:#1565c0}.admin-settings-page{width:92%;max-width:1100px;margin:40px auto;padding-bottom:60px}.admin-settings-header{margin-bottom:30px}.admin-settings-header h1{color:#0d47a1;margin:0 0 8px;font-size:32px}.admin-settings-header p{color:#666;margin:0;font-size:16px}.settings-card{background:#fff;border:1px solid #e1e6ef;border-radius:14px;margin-bottom:22px;padding:25px;box-shadow:0 5px 18px #0000000f}.settings-card h2{color:#0d47a1;border-bottom:1px solid #e8edf5;margin:0 0 22px;padding-bottom:12px;font-size:21px}.settings-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.form-group{flex-direction:column;margin-bottom:18px;display:flex}.form-group label{color:#222;margin-bottom:8px;font-size:14px;font-weight:600}.form-group input,.form-group textarea{color:#222;background:#fff;border:1px solid #d5dce8;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:Arial,sans-serif;font-size:15px;transition:all .2s}.form-group input{height:46px}.form-group textarea{resize:vertical;min-height:100px}.form-group input:focus,.form-group textarea:focus{border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.settings-actions{justify-content:flex-end;margin-top:25px;display:flex}.save-settings-btn{color:#fff;cursor:pointer;background:#0d47a1;border:none;border-radius:8px;padding:13px 28px;font-size:16px;font-weight:700;transition:all .2s}.save-settings-btn:hover{background:#1565c0}.save-settings-btn:active{transform:scale(.98)}@media (width<=768px){.admin-settings-page{width:94%;margin:25px auto}.admin-settings-header h1{font-size:27px}.settings-grid{grid-template-columns:1fr;gap:0}.settings-card{padding:20px}}@media (width<=480px){.admin-settings-page{width:94%;margin:20px auto}.admin-settings-header h1{font-size:24px}.admin-settings-header p{font-size:14px}.settings-card{border-radius:11px;padding:16px}.settings-card h2{font-size:18px}.form-group input{height:44px}.form-group input,.form-group textarea{font-size:14px}.settings-actions{justify-content:stretch}.save-settings-btn{width:100%}}.settings-success{color:#2e7d32;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;margin-bottom:20px;padding:13px 16px;font-weight:600}.settings-error{color:#c62828;background:#ffebee;border:1px solid #ffcdd2;border-radius:8px;margin-bottom:20px;padding:13px 16px;font-weight:600}.save-settings-btn:disabled{opacity:.7;cursor:not-allowed}.admin-section-title{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.admin-section-title h2{margin-bottom:5px}.admin-section-title p{color:#6b7280;margin:0;font-size:14px}.language-tabs{flex-wrap:wrap;gap:10px;margin-top:15px;display:flex}.language-tabs button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .2s}.language-tabs button:hover{color:#1557b0;border-color:#1557b0}.language-tabs button.active{color:#fff;background:#1557b0;border-color:#1557b0}.admin-add-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1557b0;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;transition:all .2s}.admin-add-btn:hover{background:#0f4691}.admin-smart-item{background:#fff;border:1px solid #e1e5eb;border-radius:10px;margin-bottom:16px;padding:20px}.admin-smart-item-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.admin-smart-item-header strong{color:#1557b0;font-size:15px}.admin-delete-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;padding:7px 12px;font-size:13px;font-weight:600;transition:all .2s}.admin-delete-btn:hover{background:#fecaca}.admin-empty-text{color:#6b7280;padding:10px 0;font-size:14px}.admin-card .form-group{margin-bottom:20px}.admin-card .form-group:last-child{margin-bottom:0}.admin-card .form-group label{color:#1f2937;margin-bottom:7px;font-weight:600;display:block}.admin-card .form-group input,.admin-card .form-group textarea{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.admin-card .form-group input:focus,.admin-card .form-group textarea:focus{border-color:#1557b0;box-shadow:0 0 0 3px #1557b01a}.admin-card .form-group textarea{resize:vertical;min-height:90px}.checkbox-row{cursor:pointer;align-items:center;gap:10px;font-weight:600;display:flex}.checkbox-row input{cursor:pointer;width:18px;height:18px}.admin-message{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;margin:20px 0;padding:12px 15px;font-size:14px;font-weight:600}.admin-save-btn{color:#fff;cursor:pointer;background:#1557b0;border:none;border-radius:8px;width:100%;margin:10px 0 30px;padding:14px 20px;font-size:16px;font-weight:700;transition:all .2s}.admin-save-btn:hover{background:#0f4691}.admin-save-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.admin-section-title{flex-direction:column;align-items:flex-start}.admin-add-btn,.language-tabs{width:100%}.language-tabs button{flex:1}.admin-smart-item{padding:15px}}.invoice-page{background:#f4f7fb;min-height:100%;padding:30px;font-family:Segoe UI,Arial,Noto Sans,sans-serif}.invoice-page .invoice-container{max-width:1200px;margin:0 auto}.invoice-page .invoice-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.invoice-page .invoice-title{color:#172033;margin:0;font-size:30px;font-weight:700}.invoice-page .invoice-subtitle{color:#667085;margin:6px 0 0;font-size:14px}.invoice-page .invoice-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:24px;box-shadow:0 3px 12px #0000000d}.invoice-page .invoice-info-grid{grid-template-columns:1fr 280px;gap:24px;display:grid}.invoice-page .invoice-field label{color:#344054;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.invoice-page .invoice-field select,.invoice-page .invoice-field input,.invoice-page .invoice-item-input,.invoice-page .invoice-item-select{box-sizing:border-box;color:#101828;background:#fff;border:1px solid #d0d5dd;border-radius:7px;outline:none;width:100%;height:42px;padding:0 12px;font-size:14px}.invoice-page .invoice-field select:focus,.invoice-page .invoice-field input:focus,.invoice-page .invoice-item-input:focus,.invoice-page .invoice-item-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.invoice-page .other-customer-box{border-top:1px solid #eaecf0;margin-top:22px;padding-top:20px}.invoice-page .other-customer-title{color:#172033;margin-bottom:16px;font-size:15px;font-weight:700}.invoice-page .other-customer-grid{grid-template-columns:1fr;gap:20px;display:grid}.invoice-page .items-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.invoice-page .items-title{color:#172033;margin:0;font-size:20px;font-weight:700}.invoice-page .add-item-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:7px;padding:10px 16px;font-size:14px;font-weight:600}.invoice-page .add-item-button:hover{background:#1d4ed8}.invoice-page .remove-item-button{color:#dc2626;cursor:pointer;background:#fff5f5;border:1px solid #fecaca;border-radius:6px;padding:8px 12px;font-size:13px}.invoice-page .remove-item-button:hover{background:#fee2e2}.invoice-page .invoice-table-wrapper{overflow-x:auto}.invoice-page .invoice-table{border-collapse:collapse;width:100%;min-width:850px}.invoice-page .invoice-table th{color:#475467;text-align:left;background:#f8fafc;border-bottom:1px solid #e4e7ec;padding:12px;font-size:13px;font-weight:700}.invoice-page .invoice-table td{vertical-align:middle;border-bottom:1px solid #eaecf0;padding:12px}.invoice-page .serial-number{text-align:center;width:55px;font-weight:600}.invoice-page .qty-input{width:80px!important}.invoice-page .rate-input{width:110px!important}.invoice-page .amount-cell,.invoice-page .total-value{font-variant-numeric:tabular-nums;font-family:Segoe UI,Segoe UI Symbol,Noto Sans,Arial,sans-serif}.invoice-page .amount-cell{text-align:right;white-space:nowrap;color:#172033;font-weight:600}.invoice-page .total-section{justify-content:flex-end;margin-top:24px;display:flex}.invoice-page .total-box{border-top:2px solid #172033;min-width:220px;padding-top:12px}.invoice-page .total-label{color:#667085;text-align:right;font-size:14px}.invoice-page .total-value{color:#172033;text-align:right;white-space:nowrap;margin-top:4px;font-size:26px;font-weight:700}.invoice-page input[type=number]{font-variant-numeric:tabular-nums}@media (width<=900px){.invoice-page .invoice-info-grid{grid-template-columns:1fr;gap:16px}.invoice-page .other-customer-grid{grid-template-columns:1fr}}@media (width<=768px){.invoice-page{padding:16px}.invoice-page .invoice-title{font-size:24px}.invoice-page .invoice-card{padding:16px}.invoice-page .items-header{flex-direction:column;align-items:flex-start;gap:12px}.invoice-page .add-item-button{width:100%}}@media (width<=600px){.invoice-page .invoice-table{min-width:760px}.invoice-page .total-value{font-size:24px}}.smart-details-page{color:#1f2937;text-align:left;background:#f5f8fc;min-height:100vh;padding-bottom:60px}.smart-details-topbar{justify-content:space-between;align-items:center;gap:15px;max-width:1100px;margin:0 auto;padding:18px 24px;display:flex}.smart-back-btn{color:#1452a3;cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:15px;font-weight:600}.smart-back-btn:hover{color:#0d3f82}.smart-language-badge{color:#1452a3;background:#e8f0ff;border-radius:20px;padding:7px 14px;font-size:14px;font-weight:600}.smart-details-hero{text-align:center;background:#fff;border-radius:18px;max-width:1000px;margin:10px auto 40px;padding:55px 30px;box-shadow:0 8px 25px #00000012}.smart-details-hero-icon{background:#e8f0ff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:34px;display:flex}.smart-details-hero h1{color:#1452a3;margin:0 0 12px;font-size:42px;font-weight:700;line-height:1.2}.smart-details-hero h2{color:#374151;margin:0 0 15px;font-size:22px;font-weight:600}.smart-details-hero p{color:#5b6472;max-width:760px;margin:0 auto;font-size:17px;line-height:1.7}.smart-details-section{max-width:1100px;margin:0 auto 45px;padding:0 24px}.smart-section-heading{text-align:center;justify-content:center;align-items:center;gap:10px;margin-bottom:25px;display:flex}.smart-section-heading span{font-size:25px}.smart-section-heading h2{color:#1452a3;margin:0;font-size:30px;font-weight:700}.smart-details-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.smart-detail-card,.smart-benefit-card{background:#fff;border:1px solid #e1e7ef;border-radius:14px;gap:16px;padding:25px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 5px 18px #0000000d}.smart-detail-card:hover,.smart-benefit-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000017}.smart-card-number{color:#fff;background:#1452a3;border-radius:50%;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;font-weight:700;display:flex}.smart-detail-card h3,.smart-benefit-card h3{color:#172033;margin:0 0 7px;font-size:18px;line-height:1.4}.smart-detail-card p,.smart-benefit-card p{color:#626b78;margin:0;font-size:15px;line-height:1.6}.smart-steps{flex-direction:column;gap:16px;max-width:850px;margin:0 auto;display:flex}.smart-step{background:#fff;border:1px solid #e1e7ef;border-radius:14px;align-items:flex-start;gap:18px;padding:22px;display:flex;box-shadow:0 5px 18px #0000000d}.smart-step-number{color:#fff;background:#1452a3;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:17px;font-weight:700;display:flex}.smart-step-content h3{color:#172033;margin:0 0 6px;font-size:18px}.smart-step-content p{color:#626b78;margin:0;line-height:1.6}.smart-benefit-icon{color:#159447;background:#e8f7ee;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:20px;font-weight:700;display:flex}.smart-pricing-card{text-align:center;background:#fff;border:2px solid #1452a3;border-radius:18px;max-width:700px;margin:0 auto;padding:35px;box-shadow:0 8px 25px #00000014}.smart-pricing-card h3{color:#1452a3;margin:0 0 12px;font-size:24px}.smart-pricing-card p{color:#626b78;max-width:600px;margin:0 auto 18px;line-height:1.6}.smart-price{color:#1452a3;font-size:38px;font-weight:800}.smart-faq-list{flex-direction:column;gap:12px;max-width:850px;margin:0 auto;display:flex}.smart-faq{background:#fff;border:1px solid #e1e7ef;border-radius:12px;overflow:hidden}.smart-faq summary{cursor:pointer;color:#172033;padding:18px 20px;font-size:16px;font-weight:600;list-style:none}.smart-faq summary::-webkit-details-marker{display:none}.smart-faq summary:after{content:"+";float:right;color:#1452a3;font-size:22px;font-weight:500}.smart-faq[open] summary:after{content:"−"}.smart-faq p{color:#626b78;padding:0 20px 18px;line-height:1.65}.smart-cta{text-align:center;color:#fff;background:#1452a3;border-radius:18px;max-width:1000px;margin:55px auto 0;padding:45px 25px}.smart-cta h2{color:#fff;margin:0 0 12px;font-size:30px;font-weight:700}.smart-cta p{color:#eaf1ff;max-width:700px;margin:0 auto 25px;line-height:1.6}.smart-cta-btn{color:#1452a3;background:#fff;border-radius:8px;padding:13px 28px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.smart-cta-btn:hover{background:#f2f6ff;transform:translateY(-2px)}.smart-details-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;display:flex}.smart-loading-icon{margin-bottom:15px;font-size:45px}.smart-details-loading h2{color:#1452a3;margin:0 0 8px}.smart-details-loading p{color:#687386}.smart-details-error{text-align:center;background:#fff;border-radius:18px;max-width:600px;margin:100px auto;padding:45px 25px;box-shadow:0 8px 25px #00000014}.smart-error-icon{margin-bottom:15px;font-size:42px}.smart-details-error h1{color:#1452a3;margin:0 0 12px;font-size:30px}.smart-details-error p{color:#626b78;margin-bottom:25px}.smart-details-error button{color:#fff;cursor:pointer;background:#1452a3;border:none;border-radius:8px;padding:12px 22px;font-size:15px;font-weight:600}@media (width<=900px){.smart-details-grid{grid-template-columns:repeat(2,1fr)}.smart-details-hero h1{font-size:36px}}@media (width<=600px){.smart-details-page{padding-bottom:35px}.smart-details-topbar{padding:14px 16px}.smart-details-hero{border-radius:14px;margin:5px 14px 30px;padding:38px 18px}.smart-details-hero-icon{width:60px;height:60px;font-size:28px}.smart-details-hero h1{font-size:29px}.smart-details-hero h2{font-size:19px}.smart-details-hero p{font-size:15px}.smart-details-section{margin-bottom:35px;padding:0 14px}.smart-section-heading{margin-bottom:18px}.smart-section-heading h2{font-size:24px}.smart-details-grid{grid-template-columns:1fr;gap:14px}.smart-detail-card,.smart-benefit-card{padding:20px}.smart-step{gap:14px;padding:18px}.smart-pricing-card{padding:28px 18px}.smart-price{font-size:32px}.smart-cta{border-radius:14px;margin:40px 14px 0;padding:35px 18px}.smart-cta h2{font-size:25px}.smart-details-error{margin:60px 14px;padding:35px 18px}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{color:#222;background:#f5f7fb;font-family:Arial,Helvetica,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{text-decoration:none}.container{width:90%;max-width:1200px;margin:0 auto}@media (width<=600px){.container{width:calc(100% - 30px);max-width:100%}section{max-width:100%;overflow-x:hidden}}
