@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400&family=Quicksand:wght@500;600;700&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary: #d8590e;
  --primary-dark: #b84a0c;
  --secondary: #87845f;
  --text-dark: #333;
  --text-gray: #6c6d6f;
  --bg-light: #f5f5f5;
  --bg-white: #fff;
  --border: #e0e0e0;
  --shadow: 0 2px 8px rgba(0,0,0,0.1);
  --shadow-lg: 0 4px 20px rgba(0,0,0,0.15);
  --radius: 10px;
}

html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: var(--text-dark); background: var(--bg-white); line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }

/* ===== ORIGINAL CONTAINER ===== */
.container { display: flex; gap: 3.2rem; width: 1200px; margin: 0 auto; }
@media(max-width: 1200px) { .container { display: flex; gap: 1rem; margin: 0 2%; width: 96%; } }
@media(max-width: 768px) { .container { flex-direction: column; } }

/* ===== ORIGINAL NAVBAR (exact copy) ===== */
.navbar {
  align-items: center;
  background-color: #fff;
  background-image: url(/static/media/navbar-background.4c638f0e8429a37720fc.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 44%;
  display: flex;
  height: 73px;
  justify-content: center;
  left: 0;
  position: relative;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media(max-width: 1200px) { .navbar { background-position: 700px; background-size: 55%; } }
@media(max-width: 992px) { .navbar { background-image: none; } }
.navbar .container { height: auto; }
.navbar__left, .navbar__right { flex: 1 1; }
.navbar__left { align-items: center; display: flex; gap: 3.2rem; }
@media(max-width: 992px) { .navbar__left { justify-content: space-between; width: 100%; } }
.navbar__left-logo { width: 120px; }
.navbar__left-links { align-items: center; display: flex; gap: 2.4rem; height: 80px; justify-content: center; list-style: none; }
@media(max-width: 768px) { .navbar__left-links { display: none; } }
.navbar__left-links .services-link.active { border-bottom: 2px solid #d8590e; width: 100%; }
.navbar__left-links li { cursor: pointer; }
.navbar__left-links li span { display: flex; }
.navbar__left-links a { height: 100%; }
.navbar__left-links a.active, .navbar__left-links a:hover { position: relative; transition: all .2s ease-in-out; }
.navbar__left-links a.active li, .navbar__left-links a:hover li { color: #87845f; }
.navbar__left-links a.active:before, .navbar__left-links a:hover:before { border-bottom: 2px solid #d8590e; bottom: 0; content: ""; height: 100%; position: absolute; width: 100%; }
.navbar__left-links li { align-items: center; display: flex; height: 100%; justify-content: center; }
.navbar__right { align-items: center; display: flex; justify-content: end; z-index: 2; }
@media(max-width: 992px) { .navbar__right { display: none; } }

/* Mobile nav toggle */
.navbar__hamburger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.navbar__hamburger span { width: 25px; height: 3px; background: var(--text-dark); border-radius: 2px; }
@media(max-width: 768px) {
  .navbar__hamburger { display: flex; }
  .navbar__left-links.open {
    display: flex !important;
    position: absolute; top: 73px; left: 0; right: 0;
    background: white; flex-direction: column; padding: 1rem 2rem;
    border-bottom: 1px solid var(--border); box-shadow: var(--shadow);
    height: auto; gap: 0;
  }
  .navbar__left-links.open li { height: auto; padding: 0.8rem 0; }
  .navbar__left-links.open a { height: auto; }
}

/* ===== ORIGINAL FOOTER (exact copy) ===== */
.footer { background-color: #f5f5f5; z-index: 10; padding: 3rem 0 1.5rem; }
.footer a li:hover, .footer a:hover { color: #d8590e !important; }
.footer .container { flex-direction: column; }
.footer__main { display: flex; }
@media(max-width: 992px) { .footer__main { justify-content: space-between; } }
@media(max-width: 768px) { .footer__main { flex-wrap: wrap; row-gap: 2.4rem; } }
.footer__main-item { align-items: start; display: flex; flex: 1 1; flex-direction: column; gap: .5rem; }
@media(max-width: 992px) { .footer__main-item { flex: initial; } }
@media(max-width: 768px) { .footer__main-item { width: 49%; } }
.footer__main-item h3 { color: #d8590e; font-family: 'Quicksand', sans-serif; }
.footer__main-item img { width: 80%; }
.footer__main-item ul { display: flex; flex-direction: column; gap: .25rem; list-style: none; }
.footer__main-item li, .footer__main-item p { color: #6c6d6f; font-size: 0.9rem; }
.footer__main-item a { color: #6c6d6f; font-size: 0.9rem; }
.footer__main-item a:hover { color: #d8590e !important; }
.footer hr { background-color: #a09d78; border: none; height: 1px; }
.footer__copyright { align-items: center; display: flex; justify-content: space-between; }
.footer__copyright-left { align-items: center; color: #6c6d6f; display: flex; font-size: .5rem; gap: 1rem; }
@media(max-width: 768px) { .footer__copyright-left { flex-wrap: wrap; } }
.footer__copyright-left a { font-size: .8rem; text-decoration: underline; }
.footer__copyright-left p { font-size: .8rem; }
.footer__copyright-right { display: flex; gap: .5rem; }
.footer__iso { align-items: center; display: flex; flex-direction: column; gap: 1rem; justify-content: center; }
@media(max-width: 768px) { .footer__iso { align-items: start; } }
.footer__iso h4 { color: #6c6d6f; }
.footer__iso img { width: 80%; }

/* ===== ORIGINAL BUTTONS ===== */
.btn {
  display: inline-block;
  padding: .5rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid var(--secondary);
  transition: background 0.3s, transform 0.2s;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.btn--primary { background: var(--primary); color: white; border-color: var(--primary); }
.btn--primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-1px); }
.btn--secondary { background: var(--bg-light); color: var(--text-dark); border-color: var(--secondary); }
.btn--secondary:hover { background: var(--secondary); color: white; }
.btn--sm { padding: 0.4rem 1rem; font-size: 0.85rem; }
.btn--danger { background: #dc3545; color: white; border-color: #dc3545; }
.btn--danger:hover { background: #c82333; border-color: #c82333; }

/* ===== ORIGINAL FORM INPUTS ===== */
.FormInput-group { display: flex; flex-direction: column; gap: .5rem; }
.FormInput-label { color: #6c6d6f; font-family: inherit; }
.FormInput-input { border: 2px solid #87845f; border-radius: 50px; padding: .5rem 1rem; width: 100%; font-family: 'Open Sans', sans-serif; }
.FormInput-input:focus { outline: none; border-color: var(--primary); }
.FormTextArea-group { display: flex; flex-direction: column; gap: .5rem; }
.FormTextArea-label { color: #6c6d6f; font-family: inherit; }
.FormTextArea-input { border: 2px solid #87845f; border-radius: 10px; padding: 1rem; width: 100%; font-family: 'Open Sans', sans-serif; min-height: 120px; resize: vertical; }
.FormTextArea-input:focus { outline: none; border-color: var(--primary); }

/* ===== PAGE HEADER ===== */
.page-header {
  background: var(--bg-light);
  margin-top: 73px;
  padding: 3rem 0;
}
.page-header .container {
  flex-direction: column;
  gap: 1rem;
}
.page-header h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.5rem;
  color: var(--text-dark);
}
.page-header h1 span { color: var(--secondary); }
.page-header p {
  font-size: 1.1rem;
  color: var(--text-gray);
  max-width: 600px;
}

/* ===== SERVICES GRID ===== */
.services-section {
  padding: 4rem 0;
}
.services-section .container {
  flex-direction: column;
}
.services-section h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--text-dark);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  width: 100%;
}
.service-card {
  background: var(--bg-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.service-card__image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.service-card__body {
  padding: 1.5rem;
}
.service-card__title {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}
.service-card__desc {
  color: var(--text-gray);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.service-card__link {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.service-card__link:hover {
  text-decoration: underline;
}

/* ===== SERVICE DETAIL ===== */
.service-detail {
  margin-top: 73px;
  padding: 3rem 0;
}
.service-detail .container {
  flex-direction: column;
}
.service-detail__hero {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 2rem;
}
.service-detail__title {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 1rem;
}
.service-detail__content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-gray);
}
.service-detail__content p {
  margin-bottom: 1.2rem;
}
.service-detail__features {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.service-detail__features li {
  padding: 0.6rem 0;
  padding-left: 2rem;
  position: relative;
  color: var(--text-dark);
  font-size: 1rem;
}
.service-detail__features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
  font-size: 1.1rem;
}
.service-detail__cta {
  margin-top: 2.5rem;
  text-align: center;
}
.service-detail__back {
  display: inline-block;
  margin-bottom: 2rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
}
.service-detail__back:hover {
  text-decoration: underline;
}

/* ===== ADMIN LAYOUT ===== */
.admin-layout {
  display: flex;
  min-height: 100vh;
}
.admin-sidebar {
  width: 250px;
  background: var(--text-dark);
  color: white;
  padding: 2rem 0;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
}
.admin-sidebar__logo {
  padding: 0 1.5rem 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 1rem;
}
.admin-sidebar__logo h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  color: var(--primary);
}
.admin-sidebar__logo p {
  font-size: 0.8rem;
  opacity: 0.6;
}
.admin-sidebar__nav {
  list-style: none;
}
.admin-sidebar__nav a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1.5rem;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s;
}
.admin-sidebar__nav a:hover,
.admin-sidebar__nav a.active {
  background: rgba(255,255,255,0.1);
  color: white;
  border-left: 3px solid var(--primary);
}
.admin-main {
  flex: 1;
  margin-left: 250px;
  padding: 2rem;
  background: var(--bg-light);
}
.admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.admin-header h1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.6rem;
}

/* ===== ADMIN TABLE ===== */
.admin-table-wrapper {
  background: var(--bg-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
}
.admin-table th, .admin-table td {
  padding: 1rem 1.2rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.admin-table th {
  background: var(--bg-light);
  font-weight: 600;
  color: var(--text-dark);
  font-size: 0.9rem;
}
.admin-table td { font-size: 0.9rem; }
.admin-table tr:hover { background: #fafafa; }
.admin-table__img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}
.admin-table__actions {
  display: flex;
  gap: 0.5rem;
}

/* ===== ADMIN MODAL ===== */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.modal-overlay.open { display: flex; }
.modal {
  background: var(--bg-white);
  border-radius: var(--radius);
  width: 95%;
  max-width: 650px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--shadow-lg);
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid var(--border);
}
.modal__header h2 { font-family: 'Quicksand', sans-serif; font-size: 1.3rem; }
.modal__close { background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--text-gray); padding: 0.2rem; line-height: 1; }
.modal__close:hover { color: var(--text-dark); }
.modal__body { padding: 1.5rem; }
.modal__footer { display: flex; justify-content: flex-end; gap: 0.8rem; padding: 1rem 1.5rem; border-top: 1px solid var(--border); }

/* ===== ADMIN FORM ===== */
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.4rem; color: var(--text-dark); }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 0.7rem 1rem; border: 1px solid var(--border); border-radius: 6px;
  font-size: 0.95rem; font-family: 'Open Sans', sans-serif; transition: border-color 0.3s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(216,89,14,0.1);
}
.form-group textarea { min-height: 120px; resize: vertical; }
.form-group .hint { font-size: 0.8rem; color: var(--text-gray); margin-top: 0.3rem; }

/* ===== ADMIN STATS ===== */
.admin-stats { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 1.5rem; margin-bottom: 2rem; }
.stat-card { background: var(--bg-white); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.stat-card__number { font-size: 2rem; font-weight: 700; color: var(--primary); }
.stat-card__label { color: var(--text-gray); font-size: 0.9rem; margin-top: 0.3rem; }

/* ===== TOAST ===== */
.toast {
  position: fixed; bottom: 2rem; right: 2rem; background: var(--text-dark); color: white;
  padding: 1rem 1.5rem; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  z-index: 2000; transform: translateY(100px); opacity: 0; transition: all 0.3s; font-size: 0.95rem;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast.success { background: #28a745; }
.toast.error { background: #dc3545; }

/* ===== EMPTY STATE ===== */
.empty-state { text-align: center; padding: 4rem 2rem; color: var(--text-gray); }
.empty-state__icon { font-size: 3rem; margin-bottom: 1rem; }
.empty-state h3 { font-family: 'Quicksand', sans-serif; margin-bottom: 0.5rem; color: var(--text-dark); }

/* ===== IMAGE UPLOAD ===== */
.upload-zone {
  border: 2px dashed var(--border); border-radius: var(--radius); padding: 2rem; text-align: center;
  cursor: pointer; transition: border-color 0.3s, background 0.3s; background: var(--bg-light);
}
.upload-zone:hover, .upload-zone.dragover { border-color: var(--primary); background: rgba(216,89,14,0.05); }
.upload-zone__icon { font-size: 2.5rem; margin-bottom: 0.5rem; }
.upload-zone__text { color: var(--text-gray); font-size: 0.95rem; }
.upload-zone__text strong { color: var(--primary); }
.upload-zone__hint { font-size: 0.8rem; color: #999; margin-top: 0.3rem; }
.upload-zone input[type="file"] { display: none; }
.image-preview-list { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1rem; }
.image-preview-item {
  position: relative; width: 120px; height: 90px; border-radius: 6px; overflow: hidden; border: 2px solid var(--border);
}
.image-preview-item img { width: 100%; height: 100%; object-fit: cover; }
.image-preview-item__remove {
  position: absolute; top: 2px; right: 2px; background: rgba(220,53,69,0.9); color: white;
  border: none; border-radius: 50%; width: 22px; height: 22px; font-size: 0.75rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1;
}
.image-preview-item__remove:hover { background: #c82333; }
.thumbnail-badge {
  position: absolute; bottom: 2px; left: 2px; background: var(--primary); color: white;
  font-size: 0.65rem; padding: 1px 5px; border-radius: 3px; font-weight: 600;
}
.image-url-row { display: flex; gap: 0.5rem; margin-top: 0.8rem; }
.image-url-row input { flex: 1; }

/* ===== SERVICE DETAIL GALLERY ===== */
.service-detail__gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.8rem; margin-bottom: 2rem; }
.service-detail__gallery img {
  width: 100%; height: 180px; object-fit: cover; border-radius: var(--radius);
  cursor: pointer; transition: transform 0.2s;
}
.service-detail__gallery img:hover { transform: scale(1.02); }

/* ===== LIGHTBOX ===== */
.lightbox-overlay {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.9); z-index: 3000; justify-content: center; align-items: center; cursor: pointer;
}
.lightbox-overlay.open { display: flex; }
.lightbox-overlay img { max-width: 90%; max-height: 90vh; object-fit: contain; border-radius: 4px; }
.lightbox-close { position: absolute; top: 1rem; right: 1.5rem; color: white; font-size: 2rem; cursor: pointer; background: none; border: none; }

/* ===== ORIGINAL MEGA MENU (exact copy) ===== */
.MegaMenu {
  align-items: center;
  background-color: #f5f5f5;
  box-shadow: 2px 2px 4px #87845f80;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 2.4rem 0;
  position: absolute;
  top: 73px;
  width: 100%;
  z-index: 4;
}
.MegaMenu a { flex: 1 1; }
.MegaMenu__item {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex: 1 1;
  flex-direction: column;
  gap: .5rem;
  overflow: hidden;
  padding-bottom: 1rem;
}
.MegaMenu__item img { width: 100%; height: 140px; object-fit: cover; }
.MegaMenu__item h4 { color: #87845f; padding: 0 .5rem; }
.MegaMenu__item p { padding: 0 .5rem; }

/* ===== ORIGINAL SERVICES SECTION (From Vision to Print) ===== */
.services { background-color: #f5f5f5; }
.services h2 { color: #d8590e; font-family: 'Quicksand', sans-serif; text-align: center; margin-bottom: 2rem; font-size: 2rem; }
.services .container { flex-direction: column; }
.services-items { display: flex; gap: 1rem; justify-content: space-between; }
@media(max-width: 768px) { .services-items { flex-wrap: wrap; row-gap: 2.4rem; } }
@media(max-width: 567px) { .services-items a { width: 100%; } }
.services-items-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  flex: 1 1;
}
@media(max-width: 768px) { .services-items-item { gap: .5rem; width: 100%; } }
.services-items-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s;
}
.services-items-item:hover img { transform: scale(1.03); }
.services-items-item h3 {
  color: #333;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.1rem;
  text-align: center;
}

/* ===== ORIGINAL SERVICE DETAIL HEADER ===== */
.header {
  align-items: center;
  background-position: top;
  background-size: cover;
  display: flex;
  height: 500px;
  justify-content: center;
  margin-top: 73px;
  position: relative;
  top: -4px;
}
@media(max-width: 992px) { .header { height: 350px; } }
.header h1 {
  color: #fff;
  position: relative;
  z-index: 2;
  font-family: 'Quicksand', sans-serif;
  font-size: 3rem;
}
.header:before {
  background-color: #0d0d0d80;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

/* ===== ORIGINAL SERVICE LIST (content block) ===== */
.ServiceList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media(max-width: 768px) { .ServiceList { gap: .5rem; } }
.ServiceList p { margin-bottom: .5rem; color: #6c6d6f; line-height: 1.8; }
.ServiceList h2, .ServiceList h3 { color: #d8590e; font-family: 'Quicksand', sans-serif; }
.ServiceList ul { display: flex; flex-direction: column; gap: .5rem; list-style: none; padding: 0; }
.ServiceList ul li {
  align-items: center;
  display: flex;
  gap: .5rem;
  color: #333;
  font-size: 1rem;
}
@media(max-width: 768px) { .ServiceList ul li { align-items: start; } }
.ServiceList ul li svg { flex-shrink: 0; }

/* ===== SERVICE DETAIL SECTIONS (original layout) ===== */
.service-detail-section {
  padding: 4rem 0;
}
.service-detail-section .container {
  flex-direction: column;
}
.service-detail-section.alt {
  background-color: #fff;
}

.service-detail-split {
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
@media(max-width: 768px) { .service-detail-split { flex-direction: column; gap: 1rem; } }
.service-detail-split__left {
  flex: 1 1;
}
.service-detail-split__left img {
  width: 100%;
  border-radius: 10px;
}
.service-detail-split__right {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-detail-two-col {
  display: flex;
  flex: 1 1;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
}
@media(max-width: 768px) { .service-detail-two-col { flex-direction: column; } }
.service-detail-two-col__image {
  flex: 2 1;
  display: flex;
  align-items: center;
}
.service-detail-two-col__image img {
  flex: .9 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media(max-width: 768px) {
  .service-detail-two-col { flex-direction: column; }
  .service-detail-two-col__image img { width: 100%; }
}
.service-detail-two-col__content {
  flex: 1 1;
  padding: 1rem;
}

/* ===== ORIGINAL BUTTON COMPONENT (from React bundle) ===== */
.button {
  align-items: center;
  border-radius: 50px;
  border-style: solid;
  cursor: pointer;
  display: inline-flex;
  gap: 1rem;
  padding: 1rem 3.2rem;
  width: fit-content;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  transition: box-shadow 0.3s, transform 0.2s;
}
.button:hover { box-shadow: 0 .5rem 2rem rgba(37,37,37,0.85); transform: translateY(-1px); }
.button.primary { background-color: #d8590e; border-color: #d8590e; color: #fff; }
.button.primary-outline { background-color: transparent; border-color: #d8590e; color: #d8590e; }
.button.primary-outline:hover { background-color: #f5f5f5; }
.button.white { background-color: #fff; border-color: #fff; color: #0d0d0d; }
.button.white-outline { background-color: transparent; border-color: #fff; color: #fff; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .services-items { flex-wrap: wrap; row-gap: 2.4rem; }
  .services-items-item { gap: .5rem; width: 100%; }
  .services-items-item img { width: 100%; height: auto; }
  .services-items a { width: 100%; }
  .service-detail-two-col { flex-direction: column; }
  .service-detail-two-col__image { flex: 1 1; }
  .service-detail-two-col__image img { width: 100%; }
  .service-detail-split { flex-direction: column; gap: 1rem; }
  .service-detail-split__left,
  .service-detail-split__right { flex: 1 1; width: 100%; }
  .service-detail-split__left img { width: 100%; }
  .header { height: 350px; }
  .header h1 { font-size: 2rem; }
  .admin-sidebar { display: none; }
  .admin-main { margin-left: 0; }
  .admin-table-wrapper { overflow-x: auto; }
  .page-header h1 { font-size: 1.8rem; }
  .services-grid { grid-template-columns: 1fr; }
}

/* ===== GALLERY PAGE ===== */
.gallery-page-section { padding: 3rem 0 5rem; background-color: #fff; }
.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.2rem;
}
.gallery-page-item {
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s;
  background: #f5f5f5;
  aspect-ratio: 4 / 3;
}
.gallery-page-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gallery-page-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== HOMEPAGE OUR WORK GALLERY OVERRIDE ===== */
section.HomeGallery { text-align: center; padding: 3rem 0; background-color: #f5f5f5; }
section.HomeGallery h2 { color: #d8590e; font-family: 'Quicksand', sans-serif; font-size: 2rem; margin-bottom: 1.5rem; }
section.HomeGallery img { max-width: 900px; width: 90%; border-radius: var(--radius); margin: 0 auto 1.5rem; display: block; box-shadow: var(--shadow); }
.our-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}
.our-work-item {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 0.3s, box-shadow 0.3s;
  background: #fff;
  cursor: pointer;
}
.our-work-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.our-work-item img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.our-work-more {
  display: inline-block;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .our-work-grid { grid-template-columns: repeat(2, 1fr); }
}
