.breadcrumb-section { height: 120px; background: url('/assets/images/bg-1.jpeg') center center / cover no-repeat; position: relative; z-index: 1; } .breadcrumb-overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.35); z-index: 2; } .breadcrumb-content { position: relative; z-index: 3; height: 100%; } .breadcrumb-inner { color: #fff; } .breadcrumb-title { font-size: 1.8rem; font-weight: 600; margin: 0; } .breadcrumb-nav { font-size: 0.95rem; color: rgba(255, 255, 255, 0.85); } .breadcrumb-link { color: #fff; text-decoration: none; } .breadcrumb-link:hover { text-decoration: underline; } .breadcrumb-separator { margin: 0 6px; } .breadcrumb-current { font-weight: 500; color: #e0e0e0; } .about-img { max-width:400px; } .contact-section { padding:60px 0; } .contact-card { background:#fff; border-radius:12px; padding:2rem; box-shadow:0 1px 12px rgba(0,0,0,0.05); } .contact-info h5 { font-weight:600; margin-bottom:1rem; } .contact-info p { margin-bottom:.75rem; } .contact-form .form-control { border-radius:6px; } .contact-form button { background:#21e019; color:#fff; border:none; padding:.6rem 1.4rem; border-radius:6px; }