.margin-top-5 {margin-top: 5px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-25 {margin-top: 25px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-35 {margin-top: 35px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-45 {margin-top: 45px;}
.margin-top-50 {margin-top: 50px;}

.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-25 {margin-bottom: 25px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-35 {margin-bottom: 35px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-45 {margin-bottom: 45px;}
.margin-bottom-50 {margin-bottom: 50px;}

.margin-left-5 {margin-left: 5px;}
.margin-left-10 {margin-left: 10px;}
.margin-left-15 {margin-left: 15px;}
.margin-left-20 {margin-left: 20px;}
.margin-left-25 {margin-left: 25px;}
.margin-left-30 {margin-left: 30px;}
.margin-left-35 {margin-left: 35px;}
.margin-left-40 {margin-left: 40px;}
.margin-left-45 {margin-left: 45px;}
.margin-left-50 {margin-left: 50px;}

.margin-right-5 {margin-right: 5px;}
.margin-right-10 {margin-right: 10px;}
.margin-right-15 {margin-right: 15px;}
.margin-right-20 {margin-right: 20px;}
.margin-right-25 {margin-right: 25px;}
.margin-right-30 {margin-right: 30px;}
.margin-right-35 {margin-right: 35px;}
.margin-right-40 {margin-right: 40px;}
.margin-right-45 {margin-right: 45px;}
.margin-right-50 {margin-right: 50px;}
pre {
  border: 1px solid #cf0909;
  border-left: 1rem solid #cf0909;
  font: lighter 1.2rem/2rem Monaco,'MonacoRegular',monospace;
  padding: 1rem 0.8rem 1rem 1.2rem;
  overflow: auto;
  background: #f7f9c5;
}

.hljs {
  background: transparent !important;
}
.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  top: 0px;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #ff0000;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color:#ddd;
  background: #111;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color:#ddd;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  color: #ff0000;
}
.nav-side-menu li {
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
  padding-left:10px;
  color:#fff;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #ff0000;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  color:#ddd;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
/* Admin menu (Bootstrap list-group) */
#admin-menu{
  margin-top: 10px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

#admin-menu .list-group-item{
  border-color: rgba(15, 59, 120, .12);
  color: var(--blue-900);
  background: #fff;
  font-weight: 600;
}

#admin-menu .list-group-item i{
  width: 22px;
  text-align: center;
  color: var(--blue-700);
}

#admin-menu .list-group-item.active,
#admin-menu .list-group-item.active:hover{
  background: linear-gradient(180deg, var(--blue-700), var(--blue-800));
  border-color: rgba(15, 59, 120, .28);
  color: #fff;
}

#admin-menu .list-group-item.active i{
  color: #fff;
}

#admin-menu .list-group-item-action:hover{
  background: rgba(21, 80, 163, .08);
  color: var(--blue-900);
}

#admin-menu .collapse .list-group-item{
  padding-left: 42px;
  font-weight: 500;
  background: var(--soft);
}

#admin-menu .collapse .list-group-item.active,
#admin-menu .collapse .list-group-item.active:hover{
  background: var(--blue-700);
  border-color: rgba(15, 59, 120, .35);
  color: #fff;
}

#admin-menu .collapse .list-group-item.active i{
  color: #fff;
}

/* Admin tables */
#adminarea .table{
  background: #fff;
  border: 1px solid rgba(15, 59, 120, .12);
}

#adminarea .table th{
  background: var(--blue-800);
  color: #fff;
  border-color: rgba(15, 59, 120, .2);
}

#adminarea .table td{
  color: var(--text);
  background: #fff;
  border-color: rgba(15, 59, 120, .12);
}

#adminarea .table-hover tbody tr:hover td{
  background: rgba(21, 80, 163, .06);
}

#adminarea td a,
#adminarea td p,
#adminarea td span{
  color: var(--blue-900);
}

/* assets/css/main.css
   Excel Self Storage — Premium theme (Blue + Orange)
   Updates:
   - Navbar uses more horizontal space on desktop (less “bunched up”)
   - Supports real logo in header (brand-logo)
   - Hero secondary button (Find Us) now visible and on-brand
   - Mobile topbar becomes neat pill
   - Mobile hero card not full-width (shows more hero image)
   - Smooth reveal animation for .reveal elements
*/

/* -----------------------------
   Theme variables
----------------------------- */
:root{
  --blue-900:#081a33;
  --blue-850:#0a2346;
  --blue-800:#0b2a55;
  --blue-750:#0e356b;
  --blue-700:#0f3b78;
  --blue-650:#12458b;
  --blue-600:#1550a3;

  --orange-600:#ff7a18;
  --orange-650:#ff6a00;
  --orange-700:#f45b00;

  --text:#0f172a;
  --muted:#475569;
  --border:#e5e7eb;
  --soft:#f6f8fc;
  --soft-2:#eef3fb;
  --card:#ffffff;

  --shadow-sm: 0 8px 24px rgba(0,0,0,.08);
  --shadow-md: 0 18px 50px rgba(0,0,0,.12);
  --shadow-lg: 0 22px 70px rgba(0,0,0,.28);

  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 14px;

  /* Wider site to let the nav breathe on desktop */
  --maxw: 1320px;
  --topbar-height: 0px;
  --header-height: 0px;
  --fixed-header-offset: 0px;
}

/* -----------------------------
   Base
----------------------------- */
html, body{ height:100%; }

body{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: #fff;
  padding-top: var(--fixed-header-offset);
}

.container{ max-width: var(--maxw); }

a{ color: var(--blue-650); }
a:hover{ color: var(--blue-800); }

img, svg, video, canvas{
  max-width: 100%;
  height: auto;
}

iframe{
  max-width: 100%;
}

:focus-visible{
  outline: 3px solid rgba(21,80,163,.22);
  outline-offset: 2px;
  border-radius: 10px;
}

/* -----------------------------
   Breadcrumb
----------------------------- */
#breadcrumb{
  background: var(--soft);
  border-bottom: 1px solid #eef2f7;
}

#breadcrumb .breadcrumb{
  width: 100%;
  margin-bottom: 0;
  background: transparent;
}

/* -----------------------------
   Buttons (brand)
----------------------------- */
.btn{
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: .1px;
  padding: .7rem 1rem;
}

.btn-lg{
  padding: .9rem 1.1rem;
  border-radius: 16px;
}

.btn-orange{
  color: #fff !important;
  border: 0;
  background: linear-gradient(180deg, var(--orange-600), var(--orange-700));
  box-shadow: 0 10px 24px rgba(255,122,24,.28);
}

.btn-orange:hover{
  filter: brightness(.98);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(255,122,24,.34);
}

.btn-orange:active{ transform: translateY(0); }

.btn-outline-light{
  border-width: 2px;
  border-color: rgba(255,255,255,.50);
  color: #fff;
}

.btn-outline-light:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.70);
  color: #fff;
}

.btn-outline-primary{
  border-width: 2px;
  border-color: rgba(21,80,163,.28);
  color: var(--blue-700);
  font-weight: 700;
}

.btn-outline-primary:hover{
  background: rgba(21,80,163,.08);
  border-color: rgba(21,80,163,.40);
  color: var(--blue-800);
}

/* Hero secondary button (Find Us) — visible on the light hero card */
.hero-card .btn-outline-light{
  color: var(--blue-800) !important;
  border: 2px solid rgba(21, 80, 163, .35) !important;
  background: rgba(21, 80, 163, .06) !important;
  font-weight: 800;
}

.hero-card .btn-outline-light:hover{
  background: rgba(21, 80, 163, .25) !important;
  border-color: rgba(21, 80, 163, .9) !important;
}

/* -----------------------------
   Top promo bar (mobile pill)
----------------------------- */
.topbar{
  background: linear-gradient(90deg, var(--blue-800), var(--blue-700));
}

body.has-fixed-navigation .topbar{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
}

body.has-fixed-navigation .site-header{
  position: fixed;
  top: var(--topbar-height);
  left: 0;
  right: 0;
  z-index: 1045;
  width: 100%;
}

.topbar .container{
  padding-top: .45rem;
  padding-bottom: .45rem;
}

.text-white-75{ color: rgba(255,255,255,.78) !important; }

.topbar-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  width: auto;
  padding: .35rem .75rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--orange-600), var(--orange-700));
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  font-weight: 800;
  letter-spacing: .1px;
  box-shadow: 0 10px 22px rgba(255,122,24,.28);
}

/* -----------------------------
   Gallery page helpers
----------------------------- */
.gallery-section {
  padding: 3rem 0 4rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
}
.gallery-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--card);
  display: flex;
  flex-direction: column;
}

.gallery-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #f3f4f6;
}
.gallery-meta {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
}
.gallery-label {
  font-weight: 600;
}
.gallery-stats {
  font-size: 0.85rem;
  color: var(--muted);
}
.gallery-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: auto;
}
.gallery-actions form {
  flex: 1 1 auto;
}
.gallery-actions .btn {
  flex: 1;
  border-radius: 999px;
  font-size: 0.8rem;
  padding: 0.4rem 0.85rem;
}
.gallery-badge {
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0d6efd;
  font-weight: 600;
}
.gallery-empty {
  padding: 3rem 1rem;
  text-align: center;
  border: 1px dashed #cbd5f5;
  border-radius: 1rem;
  background: #f8fafc;
}
.gallery-modal {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1055;
}
.gallery-modal.is-visible {
  display: flex;
}
.gallery-modal-content {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  max-width: min(760px, 90%);
  width: 100%;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.35);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: calc(100vh - 120px);
  overflow: hidden;
}
.gallery-modal img {
  width: 100%;
  max-height: calc(100vh - 220px);
  object-fit: contain;
  border-radius: 0.75rem;
}
.gallery-modal-caption {
  font-weight: 600;
  color: #0f172a;
  text-align: center;
}
.gallery-modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #475569;
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  transition: transform .2s ease, border-color .2s ease;
}
.gallery-modal-close:hover {
  transform: scale(1.05);
  border-color: rgba(15, 23, 42, 0.3);
  color: #0f172a;
}

.boxshop-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
  justify-content: center;
  width: min(1100px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.boxshop-product-card {
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(12, 28, 61, 0.2);
  box-shadow: 0 18px 40px rgba(8, 26, 51, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.boxshop-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 45px rgba(8, 26, 51, 0.25);
}

.boxshop-product-media {
  position: relative;
  width: 100%;
  padding-top: 55%;
  background: #f3f4f6;
  overflow: hidden;
  max-height: 230px;
}

.boxshop-media-button {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  width: 100%;
  height: 100%;
  display: block;
}

.boxshop-product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.boxshop-product-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.boxshop-product-heading {
  padding: 0 0 0.5rem;
}

.boxshop-product-title {
  font-weight: 900;
  font-size: 1.25rem;
  margin: 0;
  color: var(--blue-900);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.6rem;
  margin-left: 1.25rem;
}

.boxshop-product-description {
  margin: 0;
  color: rgba(15, 23, 42, 0.85);
  font-size: 0.95rem;
  line-height: 1.5;
}

.boxshop-product-body {
  background: linear-gradient(180deg, rgba(8,26,51,0.04), rgba(10, 36, 66, 0.02));
}

.boxshop-cta-row {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%;
  align-items: center;
}

.boxshop-cta-row .btn {
  border-radius: 999px;
  font-size: 0.85rem;
  padding: 0.4rem 0.9rem;
  font-weight: 700;
}

.boxshop-cta-row .btn-outline-primary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, var(--blue-850), var(--blue-700));
  box-shadow: 0 10px 18px rgba(8, 26, 51, 0.2);
}

.boxshop-cta-row .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
  color: #0f172a;
  background: rgba(255, 255, 255, 0.85);
}

.boxshop-price-pill {
  font-weight: 800;
  font-size: 0.95rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 122, 24, 0.15), rgba(255, 122, 24, 0.35));
  color: #0f172a;
  border: 1px solid rgba(255, 122, 24, 0.5);
  margin-left: auto;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

@media (max-width: 767.98px){
  .boxshop-products-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .boxshop-product-card {
    max-width: 100%;
  }
  .boxshop-product-media {
    padding-top: 65%;
  }
}

.topbar-link:hover{
  filter: brightness(.98);
  text-decoration: none;
  color: #fff;
}

@media (max-width: 575.98px){
  .topbar .small{ display:none; }
  .topbar .container{ justify-content: center !important; }
  .topbar{
    background: #f8fafc;
    box-shadow: 0 10px 30px rgba(15,23,42,.12);
  }
}

@media (max-width: 991.98px){
  .boxshop-products-grid .reveal{
    opacity: 1 !important;
    transform: none !important;
  }
}

.boxshop-products-grid .reveal{
  opacity: 1;
  transform: none;
}

/* -----------------------------
   Header / Nav (spacing improved)
----------------------------- */
.site-header{
  position: sticky;
  top: 0;
  z-index: 1030;
  background: linear-gradient(180deg, rgba(11,42,85,.96), rgba(11,42,85,.92));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.navbar{ padding: 10px; }

.navbar-brand{
  text-decoration: none;
  color: #fff !important;
  display:flex;
  align-items:center;
  gap:.65rem;
}

/* Real logo support */
.brand-logo{
  height: auto;
  width: 100%;
  max-width: 150px;
  max-height: 70px;
  display:block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.18));
}

/* Fallback (if you still use the text version anywhere) */
.brand-mark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: .35rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.20);
  font-weight: 900;
  letter-spacing: .6px;
  color: #fff;
}
.brand-name{
  font-weight: 800;
  color: #fff;
  opacity: .96;
}

/* Make the nav use the available width on desktop */
.navbar .container{
  max-width: var(--maxw);
}

.navbar-collapse{
  justify-content: space-between;
  gap: 1rem;
}

.nav-mobile-toggle{
  display: none;
}

@media (max-width: 1015px){
  .nav-mobile-toggle{ display: flex !important; }
  .navbar .navbar-collapse{ display: none !important; }
}

/* Override Bootstrap’s ms-auto so the menu can breathe */
.navbar-nav{
  margin-left: 1.25rem !important;
  margin-right: auto !important;
  gap: .35rem;
}

@media (min-width: 992px){
  .navbar-nav{ gap: .6rem; }
}

/* Slightly larger clickable area */
.nav-link{
  color: rgba(255,255,255,.82);
  font-weight: 750;
  padding: .6rem .9rem;
  border-radius: 12px;
  letter-spacing: .1px;
}

.nav-link:hover{
  color: #fff !important;
  background: rgba(255,255,255,.10);
}

.nav-link:focus-visible{
  color:#fff;
}

.phone-label{
  font-size: .78rem;
  color: rgba(255,255,255,.68);
  font-weight: 700;
  line-height: 1.1;
}

.phone-number{
  color:#fff;
  font-weight: 900;
  text-decoration: none;
}

.phone-number:hover,
.phone-number:focus{
  color:#fff;
  text-decoration: underline;
}

.phone-hours{
  font-size: .78rem;
  color: rgba(255,255,255,.62);
}

.offcanvas-title{ font-weight: 900; }

/* Mobile header tweaks */
@media (max-width: 575.98px){
  .navbar{ padding: .7rem 0; }
  .brand-logo{ max-width: 180px; }
}

/* -----------------------------
   Hero (mobile card not full width)
----------------------------- */
.hero{
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 80vh, 760px);
  background: var(--blue-900);
}

.hero-bg{
  position:absolute;
  inset:0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1.02);
}

.hero-bg{
  background-image: url("/images/hero-bg.png");
}

/* Readability overlay */
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(7,16,32,.12) 0%, rgba(7,16,32,.45) 48%, rgba(7,16,32,.78) 100%),
    radial-gradient(900px 520px at 18% 20%, rgba(0,0,0,.6), transparent 62%);
}

.hero-content{
  position: relative;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.hero-card{
  max-width: 680px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #fff;
  box-shadow: none;
  text-shadow: 0 3px 14px rgba(0,0,0,.6);
  position: relative;
  isolation: isolate;
  transform: translateY(-12px);
}

.hero-top-cta{
  margin-bottom: 1rem;
}

.hero-top-cta .btn{
  border-radius: 999px;
  font-weight: 800;
  padding: .65rem 1.25rem;
  box-shadow: 0 10px 26px rgba(255,122,24,.32);
}

.hero-card::before{
  content:"";
  position: absolute;
  inset: -18px -22px -20px -18px;
  background:
    radial-gradient(closest-side at 20% 15%, rgba(7,16,32,.75), rgba(7,16,32,.35) 60%, rgba(7,16,32,0) 100%),
    linear-gradient(180deg, rgba(7,16,32,.55), rgba(7,16,32,0));
  filter: blur(10px);
  opacity: .9;
  z-index: -1;
  pointer-events: none;
}

.hero-eyebrow{
  color: rgba(255,255,255,.92);
  font-weight: 900;
  letter-spacing: .2px;
  font-size: .95rem;
  margin-bottom: .5rem;
  text-shadow: 0 3px 14px rgba(0,0,0,.7);
}

.hero-title{
  font-weight: 900;
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.05;
  margin: 0 0 .75rem;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0,0,0,.75);
}

.hero-subtitle{
  color: rgba(255,255,255,.82);
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0;
  text-shadow: 0 3px 14px rgba(0,0,0,.65);
  display: none;
  text-align: center;
}

.hero-callout{
  color: rgba(255,255,255,.82);
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0;
  text-shadow: 0 3px 14px rgba(0,0,0,.65);
  display: block;
}

@media (max-width: 991.98px){
  .hero-subtitle{
    display: table;
    color: #fff;
    background: linear-gradient(180deg, var(--orange-600), var(--orange-700));
    border-radius: 999px;
    padding: .45rem .95rem;
    margin: 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1366px) and (hover: none) and (pointer: coarse){
  .hero-subtitle{
    display: table;
    color: #fff;
    background: linear-gradient(180deg, var(--orange-600), var(--orange-700));
    border-radius: 999px;
    padding: .45rem .95rem;
    margin: 0 auto;
  }
}

.hero-card .d-flex{
  margin-top: 1.5rem !important;
}

.hero-checklist{
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
  display: grid;
  gap: .45rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
}

.hero-checklist li{
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: 1rem;
}

.hero-checkmark{
  width: 1.4rem;
  height: 1.4rem;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: .35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .95rem;
  line-height: 1;
  color: #fff;
  background: rgba(15,23,42,.35);
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
}

.hero-card .d-flex .btn{
  flex: 1;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1.05rem;
  padding: .85rem 1.4rem;
}

.hero-card .btn-outline-light{
  background: rgba(15,23,42,.45);
  border-color: rgba(255,255,255,.55);
  color: #fff;
}

.hero-card .btn-outline-light:hover,
.hero-card .btn-outline-light:focus{
  background: rgba(15,23,42,.6);
  border-color: rgba(255,255,255,.75);
  color: #fff;
}

.badge-pill{
  display:inline-flex;
  align-items:center;
  gap: .35rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(221,236,255,.95);
  border: 1px solid rgba(21,80,163,.25);
  color: var(--blue-650);
  font-weight: 800;
  font-size: .9rem;
}

/* -----------------------------
   Trust strip
----------------------------- */
.trust-strip{
  background: #fff;
  padding: 1.25rem 0 1.35rem;
  border-bottom: 1px solid #eef2f7;
}

.trust-item{
  height:100%;
  display:flex;
  gap: .9rem;
  padding: 1rem 1.05rem;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid #eef2f7;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
}

.trust-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(21,80,163,.10);
  border: 1px solid rgba(21,80,163,.14);
  font-size: 1.2rem;
}

.trust-title{
  font-weight: 900;
  color: var(--blue-800);
  margin-bottom: .2rem;
}

.trust-text{
  color: #475569;
  font-weight: 600;
  font-size: .95rem;
}

/* -----------------------------
   Sections
----------------------------- */
.section{
    padding: 2rem 0;
    background: #e8e8e8;
}

.section-tight{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-soft{
  background: var(--soft);
  border-top: 1px solid #edf2fb;
  border-bottom: 1px solid #edf2fb;
}

.review-callout{
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 1.3rem 1.4rem;
  box-shadow: var(--shadow-sm);
  color: var(--text);
  margin-bottom: 1.25rem;
}

.review-callout strong{
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.4rem;
  color: var(--blue-800);
}

.review-callout p{
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.section-title{
  font-weight: 950;
  letter-spacing: -.2px;
  margin: 0 0 .4rem;
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
}

.section-subtitle{
  margin: 0;
  color: var(--muted);
  font-weight: 600;
  margin-bottom:10px;
}

#breadcrumb.breadcrumb-container{
  background: var(--soft);
  border-top: 1px solid #edf2fb;
  border-bottom: 1px solid #edf2fb;
  padding: .35rem 0;
}

#breadcrumb .breadcrumb{
  margin:0;
  background:transparent;
  padding:0 1rem;
  font-size: .95rem;
}

#breadcrumb .breadcrumb-item{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
}

#breadcrumb .breadcrumb-item + .breadcrumb-item::before{
  content:"•";
  color:rgba(15,23,42,.35);
}

#breadcrumb .breadcrumb-item a{
  color: #0c1c3d;
  font-weight: 600;
  text-decoration:none;
  opacity:.88;
}

#breadcrumb .breadcrumb-item.active{
  color: var(--muted);
  font-weight: 600;
  opacity:.9;
}

/* -----------------------------
   Reviews
----------------------------- */
.review-card{
  height:100%;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid #edf2fb;
  padding: 1.1rem 1.1rem;
  box-shadow: 0 14px 40px rgba(15,23,42,.06);
}

.review-stars{
  color: #ff9a3d;
  font-weight: 900;
  letter-spacing: .5px;
  margin-bottom: .55rem;
}

.review-text{
  color: #334155;
  font-weight: 650;
  margin: 0 0 .9rem;
}

.review-name{
  font-weight: 900;
  color: var(--blue-800);
}

/* -----------------------------
   Split premium section
----------------------------- */
.split{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 1.2rem;
  align-items: stretch;
}

.split-panel{
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #f7fbff, #f2f7ff);
  border: 1px solid rgba(21,80,163,.16);
  padding: 1.35rem 1.35rem;
  box-shadow: 0 18px 55px rgba(15,23,42,.06);
}

.split-title{
  font-weight: 950;
  margin: 0 0 .6rem;
}

.split-text{
  color: var(--muted);
  font-weight: 650;
  margin: 0 0 .8rem;
}

.split-list{
  padding-left: 1.1rem;
  margin: 0 0 1rem;
  color: #334155;
  font-weight: 650;
}

.split-list li{ margin: .25rem 0; }

.split-image{
  border-radius: var(--radius-lg);
  background-size: cover;
  background-position: center;
  min-height: 320px;
  border: 1px solid rgba(15,23,42,.06);
  box-shadow: 0 18px 55px rgba(15,23,42,.10);
  position: relative;
  overflow:hidden;
}

.split-image::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.35) 100%);
  pointer-events:none;
}

@media (max-width: 991.98px){
  .split{ grid-template-columns: 1fr; }
  .split-image{ min-height: 240px; }
}

/* -----------------------------
   Footer
----------------------------- */
.site-footer{
  background: linear-gradient(180deg, var(--blue-850), var(--blue-900));
  color: rgba(255,255,255,.86);
}

.footer-brand{
  font-weight: 950;
  font-size: 1.15rem;
  color: #fff;
}

.footer-title{
  font-weight: 950;
  color: #fff;
  margin-bottom: .6rem;
}

.footer-text{
  color: rgba(255,255,255,.72);
  font-weight: 600;
}

.footer-contact a{
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

.footer-contact a:hover{ text-decoration: underline; }

.footer-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li{ margin: .35rem 0; }

.footer-links a{
  color: rgba(255,255,255,.74);
  text-decoration: none;
  font-weight: 650;
}

.footer-links a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer-hr{
  border-color: rgba(255,255,255,.12);
  opacity: 1;
}

/* -----------------------------
   Mobile sticky CTA
----------------------------- */
.mobile-cta{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .6rem .75rem calc(.6rem + env(safe-area-inset-bottom));
  background: transparent;
  z-index: 1030;
  display: none;
}

.mobile-cta-inner{
  display:flex;
  gap: .6rem;
  max-width: 520px;
  margin: 0 auto;
  padding: .55rem;
  border-radius: 22px;
  background: rgba(8,26,51,.80);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 40px rgba(0,0,0,.35);
}

.mobile-cta .btn{
  border-radius: 16px;
  flex: 1;
  height: 50px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  letter-spacing: .2px;
}

.btn-mobile-call{
  background: rgba(255,255,255,.10);
  border: 2px solid rgba(255,255,255,.26);
  color: #fff;
}

.btn-mobile-call:hover,
.btn-mobile-call:focus{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.40);
  color: #fff;
}

@media (max-width: 991.98px){
  .mobile-cta{ display: block !important; }
  body{ padding-bottom: 94px; }
}

@media (min-width: 992px) and (max-width: 1366px) and (hover: none) and (pointer: coarse){
  .mobile-cta{ display: block !important; }
  body{ padding-bottom: 94px; }
}

/* -----------------------------
   Reveal animation
----------------------------- */
.reveal{
  opacity: 0;
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

/* Default reveal motion (exclude the hero panel, which needs transform for its slide toggle) */
.reveal:not(.hero-card){
  transform: translateY(16px);
}

.reveal.is-visible{
  opacity: 1;
}

.reveal.is-visible:not(.hero-card){
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce){
  .reveal{
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .btn-orange:hover{ transform: none; }
}

@media (max-width: 991.98px){
  .boxshop-products-grid,
  .boxshop-products-grid .reveal{
    opacity: 1 !important;
    transform: none !important;
  }
}
/* Storage Unit Pricing Calculator - frontend styles */

/* -----------------------------
   Storage unit pricing calculator
----------------------------- */
.unit-card-media {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  grid-auto-rows: var(--unit-card-image-height);
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.unit-card-media img {
  width: 100%;
  height: var(--unit-card-image-height);
  object-fit: var(--unit-card-image-fit, cover);
  border-radius: 0.65rem;
  display: block;
  border: 1px solid #e2e8f0;
  background: var(--unit-card-image-bg, transparent);
}

.unit-card-media img:nth-child(3) {
  height: 100%;
}

.quote-column {
  align-self: flex-start;
}

.quote-column .quote-card {
  display: flex;
  flex-direction: column;
}

.row.g-4.align-items-stretch > .quote-column {
  align-self: flex-start;
}

/* -----------------------------
   Unit cards
----------------------------- */
.unit-card{
  width:100%;
  text-align:left;
  border: 1px solid #edf2fb;
  border-radius: var(--radius-md);
  background: #fff;
  padding: 1rem 1.05rem;
  box-shadow: 0 14px 40px rgba(15,23,42,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  --unit-card-image-height: 100px;
  --unit-card-image-fit: cover;
  --unit-card-image-bg: transparent;
}

.unit-card:hover{
  transform: translateY(-2px);
  border-color: rgba(21,80,163,.22);
  box-shadow: 0 18px 55px rgba(15,23,42,.10);
}

.unit-top{
  display:flex;
  justify-content: space-between;
  align-items: baseline;
  gap: .75rem;
}

.unit-title{
  font-weight: 950;
  color: var(--blue-850);
}

.unit-from{
  color: var(--muted);
  font-weight: 700;
  font-size: .95rem;
}

.unit-desc{
  margin-top: .35rem;
  color: var(--muted);
  font-weight: 600;
}

.unit-cta{
  margin-top: .75rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .45rem .85rem;
  border-radius: 999px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(180deg, var(--orange-600), var(--orange-700));
  box-shadow: 0 10px 22px rgba(255,122,24,.28);
}

.unit-card:hover .unit-cta{
  filter: brightness(.98);
  box-shadow: 0 14px 28px rgba(255,122,24,.34);
}

.unit-card.is-selected .unit-cta{
  color: #334155;
  background: linear-gradient(180deg, #f1f5f9, #e2e8f0);
  box-shadow: 0 10px 22px rgba(15,23,42,.12);
}

.unit-card.is-selected{
  border-color: rgba(255,122,24,.55);
  box-shadow:
    inset 0 0 0 3px rgba(255,122,24,.85), /* thick border */
    0 18px 55px rgba(255,122,24,.18);
}

.unit-card.unit-card--contain{
  --unit-card-image-fit: contain;
  --unit-card-image-bg: #f8fafc;
}

.unit-card.unit-card--cover{
  --unit-card-image-fit: cover;
  --unit-card-image-bg: transparent;
}

/* -----------------------------
   Bigger storage callout
----------------------------- */
.callout{
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, #fff, #fff8f2);
  border: 1px solid rgba(255,122,24,.18);
  padding: 1.1rem 1.1rem;
  box-shadow: 0 16px 50px rgba(15,23,42,.06);
}

.callout-badge{
  display:inline-flex;
  align-items:center;
  padding: .28rem .6rem;
  border-radius: 999px;
  background: rgba(255,122,24,.14);
  border: 1px solid rgba(255,122,24,.20);
  color: #9a3f00;
  font-weight: 900;
  font-size: .82rem;
  margin-bottom: .55rem;
}

.callout-title{
  font-weight: 950;
  color: var(--blue-850);
  margin-bottom: .25rem;
}

.callout-text{
  color: var(--muted);
  font-weight: 600;
}

/* -----------------------------
   Quote card
----------------------------- */
.quote-card{
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid #edf2fb;
  padding: 1.2rem 1.2rem;
  box-shadow: var(--shadow-md);
  transition: border-color .2s ease, box-shadow .2s ease;
}

#quote{
  scroll-margin-top: calc(var(--fixed-header-offset, 0px) + 16px);
}

.quote-title{
  font-weight: 950;
  margin: 0 0 .35rem;
}

.quote-subtitle{
  margin: 0 0 1rem;
  color: var(--muted);
  font-weight: 600;
}

.form-label{
  font-weight: 800;
  color: #334155;
}

.form-control, .form-select{
  border-radius: 14px;
  padding: .75rem .85rem;
  border: 1px solid #e7edf7;
  font-weight: 600;
}

.form-control:focus, .form-select:focus{
  border-color: rgba(21,80,163,.35);
  box-shadow: 0 0 0 .25rem rgba(21,80,163,.12);
}

.estimate-box{
  border-radius: 16px;
  background: linear-gradient(180deg, #f7fbff, #f2f7ff);
  border: 1px solid rgba(21,80,163,.16);
  padding: .95rem 1rem;
}

.estimate-label{
  color: var(--muted);
  font-weight: 800;
  font-size: .9rem;
}

.estimate-value{
  font-weight: 950;
  font-size: 1.6rem;
  margin-top: .15rem;
  color: var(--blue-850);
}

.estimate-note{
  margin-top: .25rem;
  color: var(--muted);
  font-weight: 600;
  font-size: .9rem;
}

.estimate-benefits{
  margin-top: .6rem;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.estimate-benefit{
  color: var(--muted);
  font-weight: 600;
  font-size: .85rem;
}

/* -----------------------------
   Pricing photo card
----------------------------- */
.pricing-photo-section{
  background: #fff;
}

.pricing-photo-card{
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid rgba(14,38,77,.08);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}

.pricing-photo-frame{
  border-radius: 1.1rem;
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 24px 45px rgba(13,23,48,.25);
}

.pricing-photo-card--inline{
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,250,253,0.95));
  border: 1px solid rgba(13,23,48,.12);
  padding: 1.35rem;
  margin-top: .75rem;
}

.pricing-photo-frame--inline{
  min-height: 220px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.8);
}

.pricing-photo-frame--inline img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.pricing-photo-card--inline img{
  transition: transform .5s ease;
}

.pricing-photo-card--inline:hover img{
  transform: scale(1.02);
}

.pricing-photo-cta{
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
}

.pricing-photo-note{
  font-size: .85rem;
  color: var(--muted);
}

.pricing-below-photo{
  background: var(--soft);
  border-top: 1px solid #edf2fb;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: -2rem;
}

.pricing-photo-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.pricing-photo-frame:hover img{
  transform: scale(1.02);
}

.pricing-photo-list{
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  font-weight: 600;
  color: #2c3b5f;
}

.pricing-photo-list li{
  position: relative;
  padding-left: 1.5rem;
}

.pricing-photo-list li::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange-650);
  position: absolute;
  left: 0;
  top: .55rem;
  box-shadow: 0 0 0 4px rgba(255,122,24,.25);
}

/* -----------------------------
   Pricing right stack
----------------------------- */
.pricing-right-stack{
  display:flex;
  flex-direction:column;
  gap: 1.5rem;
  height: 100%;
  flex: 1;
}

.pricing-right-stack.is-pulsing{
  animation: pricingPulse 1.25s ease-in-out;
}

.pricing-right-stack.has-selection .quote-card{
  border-color: rgba(255,122,24,.55);
  box-shadow:
    inset 0 0 0 3px rgba(255,122,24,.85),
    0 18px 55px rgba(255,122,24,.18);
}

.pricing-right-stack .row.g-3{
  height: auto;
}

@keyframes pricingPulse{
  0%{ transform: scale(1); box-shadow: 0 0 0 0 rgba(255,122,24,0); }
  50%{ transform: scale(1.02); box-shadow: 0 0 30px 6px rgba(255,122,24,0.28); }
  100%{ transform: scale(1); box-shadow: 0 0 0 0 rgba(255,122,24,0); }
}

@media (max-width: 767.98px){
  .pricing-photo-frame{
    min-height: 240px;
  }
}

@media (max-width: 575.98px){
  .quote-card{
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce){
  .unit-card:hover{ transform: none; }
}

/* -----------------------------
   Unit image modal
----------------------------- */
.storageunitpricing-image-modal{
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1060;
  padding: 1.25rem;
}

.storageunitpricing-image-modal.is-visible{
  display: flex;
}

.storageunitpricing-image-modal-content{
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  max-width: min(860px, 92%);
  width: 100%;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
}

.storageunitpricing-image-modal img{
  width: 100%;
  max-height: calc(100vh - 200px);
  object-fit: contain;
  border-radius: 0.75rem;
  display: block;
}

.storageunitpricing-image-modal-close{
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #475569;
  display: grid;
  place-items: center;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.storageunitpricing-image-modal-close:hover{
  color: #0f172a;
  border-color: rgba(15, 23, 42, 0.3);
  transform: scale(1.04);
}
