.contactus-page{background-color:#f0f0f0}.contactus-wrapper{background-color:#f9f9f9;padding:3rem 1rem;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.3);margin:2rem auto;max-width:1200px}.contactus-header{text-align:center;margin-bottom:2rem}.contactus-header h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#083358}.contactus-header p{margin:0;color:#475569}.contactus-content{display:flex;flex-wrap:wrap;margin-top:40px;justify-content:center;width:90%;max-width:1200px;margin-left:auto;margin-right:auto;gap:0}.contactus-content .map{flex:1 1 400px;margin:0;min-height:700px;position:relative;overflow:hidden}.contactus-content .map iframe{width:100%;height:100%;border:0}.contactus-map-link{position:absolute;left:20px;bottom:20px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:999px;background:rgba(8,51,88,.92);color:#fff;font-size:14px;font-weight:700;box-shadow:0 10px 24px rgba(0,0,0,.24);transition:transform .2s ease,background-color .2s ease;z-index:1}.contactus-map-link:before{content:"\f3c5";font-family:Font Awesome\ 6 Free;font-weight:900}.contactus-map-link:hover{transform:translateY(-2px);background:#0b4576}.contactus-form{flex:1 1 400px;background-color:#083358;color:#fff;padding:30px;display:flex;flex-direction:column;gap:20px;min-height:700px}.contactus-form h2{font-size:1.8rem;margin:0;color:#fff}.contactus-form-row{display:flex;gap:20px;margin-bottom:8px}.contactus-form-group{flex:1;display:flex;flex-direction:column;gap:8px}.contactus-form label{color:#fff;font-size:14px;font-weight:500}.contactus-form input,.contactus-form textarea{padding:12px;background:transparent;border:1px solid #fff;border-radius:4px;color:#fff;font-size:16px}.contactus-form input::-moz-placeholder,.contactus-form textarea::-moz-placeholder{color:hsla(0,0%,100%,.7)}.contactus-form input::placeholder,.contactus-form textarea::placeholder{color:hsla(0,0%,100%,.7)}.contactus-form textarea{resize:vertical;min-height:120px;margin-bottom:8px}.contactus-bttn{width:100%;margin-top:8px}#contactus-submit-btn{background-color:#6a6aff;color:#fff;border:none;padding:14px;border-radius:4px;cursor:pointer;font-size:16px;width:100%;transition:background-color .3s ease,box-shadow .3s ease}#contactus-submit-btn:hover{background-color:#5757d1;box-shadow:0 4px 10px rgba(0,0,0,.2)}.error-message,.success-message{padding:12px 16px;border-radius:8px;font-size:.95rem}.error-message{background:#fee;border:1px solid #fcc;color:#c33}.success-message{background:#e8f5e9;border:1px solid #4caf50;color:#2e7d32}.contactus-page .branches-section{margin:60px auto;max-width:1200px}.contactus-page .branches-section h2{text-align:center;font-size:2.5rem;color:#1a1a1a;margin-bottom:50px;font-weight:700}.contactus-page .branches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.contactus-page .branch-card{background:#fff;padding:40px 30px;border-radius:16px;box-shadow:0 5px 25px rgba(0,0,0,.08);transition:all .3s ease;border-top:4px solid #667eea}.contactus-page .branch-card:hover{transform:translateY(-5px);box-shadow:0 15px 45px rgba(102,126,234,.15)}.contactus-page .branch-card h3{font-size:1.5rem;color:#667eea;margin-bottom:20px;font-weight:600}.contactus-page .branch-detail{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px}.contactus-page .branch-detail:last-child{margin-bottom:0}.contactus-page .branch-detail i{color:#667eea;margin-top:3px;font-size:1.1rem;min-width:20px}.contactus-page .branch-detail p{color:#666;line-height:1.6;margin:0}.contactus-page .social-section{margin:60px auto;text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:60px 40px;border-radius:20px;color:#fff;max-width:1200px}.contactus-page .social-section h2{font-size:2rem;margin-bottom:15px;font-weight:700}.contactus-page .social-section>p{font-size:1.1rem;margin-bottom:30px;opacity:.95}.contactus-page .social-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.contactus-page .social-link{width:60px;height:60px;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;transition:all .3s ease;text-decoration:none;backdrop-filter:blur(10px)}.contactus-page .social-link:hover{background:#fff;color:#667eea;transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.2)}@media (max-width:768px){.contactus-wrapper{margin:1.5rem 1rem;padding:2.5rem 1.25rem}.contactus-content{flex-direction:column;width:100%;gap:20px}.contactus-content .map{min-height:320px;margin-bottom:16px;width:100%}.contactus-form{padding:20px;min-height:auto;width:100%}.contactus-form-row{flex-direction:column;gap:12px}.contactus-header h1{font-size:2rem}}@media (max-width:480px){.contactus-wrapper{margin:1rem .75rem;padding:2rem 1rem}.contactus-header h1{font-size:1.75rem}.contactus-form h2{font-size:1.4rem}.contactus-form input,.contactus-form textarea{font-size:15px}}