/*
Theme Name: Boundary Access Systems
Theme URI: https://boundaryaccess.co.uk
Author: Boundary Access Systems (UK) Ltd
Author URI: https://boundaryaccess.co.uk
Description: Official website theme for Boundary Access Systems (UK) Ltd — specialist installers of industrial fencing, Armco barriers, security turnstiles and access control systems.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bas-theme
Tags: business, one-page, responsive
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  color: #111827;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background-color: #4CAF50;
  color: #ffffff;
}

.nav-scrolled {
  background: rgba(255,255,255,0.95) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.sector-img {
  transition: transform 0.7s ease;
}
.sector-card:hover .sector-img {
  transform: scale(1.1);
}

.service-img {
  transition: transform 0.7s ease;
}
.service-card:hover .service-img {
  transform: scale(1.05);
}

.gallery-img {
  transition: transform 0.7s ease;
}
.gallery-item:hover .gallery-img {
  transform: scale(1.05);
}

input:focus, textarea:focus, select:focus {
  outline: none;
  ring: 2px solid #1B4F6A;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.btn-arrow svg {
  transition: transform 0.2s;
}
.btn-arrow:hover svg {
  transform: translateX(4px);
}
