/* Architectural Studio Theme - Royal Blue & Gold */

:root {
  --primary-color: #1A4D8F;
  --secondary-color: #C49A3C;
  --dark-blue: #0F2F5F;
  --light-blue: #2E6AB8;
  --gold-light: #D4B054;
  --gold-dark: #A47F2F;
  --white: #FFFFFF;
  --light-gray: #F5F5F5;
  --medium-gray: #E0E0E0;
  --text-dark: #2C2C2C;
  --text-light: #6C6C6C;
}

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

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--white);
  overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark-blue);
}

.display-2 {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -2px;
}

.display-4 {
  font-size: 3rem;
  font-weight: 700;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 700;
}

.lead {
  font-size: 1.25rem;
  color: var(--text-light);
}

/* Navigation */
.navbar {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-blue) 100%) !important;
  padding: 1rem 0;
  box-shadow: 0 4px 20px rgba(26, 77, 143, 0.2);
  transition: all 0.3s ease;
}

.navbar.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar-brand {
  font-size: 1.75rem;
  color: var(--white) !important;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.navbar-brand:hover {
  color: var(--secondary-color) !important;
  transform: translateY(-2px);
}

.navbar-toggler {
  border: 2px solid var(--white) !important;
  padding: 0.5rem 0.75rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  margin: 0 0.25rem;
  transition: all 0.3s ease;
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--secondary-color);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover,
.nav-link.active {
  color: var(--secondary-color) !important;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 80%;
}

/* Buttons */
.btn {
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-lg {
  padding: 1rem 2.5rem !important;
  font-size: 1.1rem;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--light-blue) 100%) !important;
  color: var(--white) !important;
  border: 2px solid var(--primary-color) !important;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--light-blue) 0%, var(--primary-color) 100%) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(26, 77, 143, 0.4) !important;
}

.btn-secondary {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--gold-dark) 100%) !important;
  color: var(--white) !important;
  border: 2px solid var(--secondary-color) !important;
}

.btn-secondary:hover {
  background: linear-gradient(135deg, var(--gold-dark) 0%, var(--secondary-color) 100%) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(196, 154, 60, 0.4) !important;
}

.btn-outline-light {
  color: var(--white) !important;
  border: 2px solid var(--white) !important;
  background: transparent !important;
}

.btn-outline-light:hover {
  background: var(--white) !important;
  color: var(--primary-color) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3) !important;
}

.btn-outline-secondary {
  color: var(--secondary-color) !important;
  border: 2px solid var(--secondary-color) !important;
  background: transparent !important;
}

.btn-outline-secondary:hover {
  background: var(--secondary-color) !important;
  color: var(--white) !important;
  transform: translateY(-3px);
}

.btn-sm {
  padding: 0.5rem 1.5rem !important;
  font-size: 0.9rem;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-blue) 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C49A3C' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.3;
}

.hero-section .text-white {
  color: var(--white) !important;
  position: relative;
  z-index: 2;
}

.hero-section .display-2 {
  color: var(--white) !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1s ease;
}

.hero-section .lead {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.3rem;
  animation: fadeInUp 1.3s ease;
}

.hero-about {
  background: linear-gradient(135deg, rgba(26, 77, 143, 0.95) 0%, rgba(15, 47, 95, 0.95) 100%);
  min-height: 60vh;
}

/* Scale Justice Animation */
.scale-justice-animation {
  animation: float 3s ease-in-out infinite;
  max-width: 100%;
  height: auto;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Service Cards */
.service-card {
  background: var(--white);
  border-radius: 15px;
  transition: all 0.4s ease;
  border: 2px solid var(--medium-gray);
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(26, 77, 143, 0.3) !important;
  border-color: var(--primary-color);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card .bi {
  font-size: 3rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.service-card:hover .bi {
  transform: scale(1.1) rotate(5deg);
  color: var(--primary-color);
}

.service-card .h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  font-weight: 700;
}

/* Timeline */
.timeline-container {
  position: relative;
  padding: 3rem 0;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem;
  animation: fadeInUp 0.6s ease;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background: var(--secondary-color);
  border: 4px solid var(--primary-color);
  border-radius: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  box-shadow: 0 0 0 8px rgba(196, 154, 60, 0.2);
}

.timeline-content {
  background: var(--white);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.timeline-content:hover {
  box-shadow: 0 10px 35px rgba(26, 77, 143, 0.2);
  transform: translateY(-5px);
}

.timeline-year {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

/* Attorney Profile */
.attorney-profile {
  padding: 4rem 0;
  background: var(--light-gray);
}

.profile-card {
  background: var(--white);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  margin-bottom: 3rem;
}

.profile-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(26, 77, 143, 0.2);
}

.offset-left {
  margin-left: 5%;
}

.offset-right {
  margin-right: 5%;
}

/* Hexagon */
.hexagon-wrapper {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  position: relative;
}

.hexagon {
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.hexagon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* Values Section */
.values-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-blue) 100%);
  padding: 5rem 0;
  position: relative;
}

.values-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23C49A3C' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.3;
}

.value-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 2.5rem;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
}

.value-box:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.value-box .bi {
  font-size: 3.5rem;
  color: var(--secondary-color);
  margin-bottom: 1.5rem;
}

.value-box h4 {
  color: var(--white) !important;
  margin-bottom: 1rem;
  font-weight: 700;
}

.value-box p {
  color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 0;
}

/* Practice Areas Masonry */
.practice-areas-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}

.practice-hex {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.practice-hex-tall {
  height: 400px;
}

.practice-hex-wide {
  grid-column: span 2;
}

.hex-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
}

.practice-hex:hover .hex-inner {
  transform: rotateY(180deg);
}

.hex-front,
.hex-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  border-radius: 15px;
}

.hex-front {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--light-blue) 100%);
  color: var(--white) !important;
}

.hex-back {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--gold-dark) 100%);
  color: var(--white) !important;
  transform: rotateY(180deg);
}

.hex-front .bi,
.hex-back .bi {
  font-size: 4rem;
  margin-bottom: 1rem;
  color: var(--white) !important;
}

.hex-front h3,
.hex-back h3 {
  color: var(--white) !important;
  font-weight: 700;
  text-align: center;
}

.hex-back p {
  color: rgba(255, 255, 255, 0.95) !important;
  text-align: center;
  margin: 0;
}

/* Forms */
.form-label {
  color: var(--text-dark);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.form-control,
.form-select {
  border: 2px solid var(--medium-gray);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--white);
  color: var(--text-dark) !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0 0 0 0.2rem rgba(26, 77, 143, 0.25) !important;
  outline: none;
}

.form-control-lg,
.form-select-lg {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--primary-color);
  margin-top: 0.1rem;
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.form-check-label {
  color: var(--text-dark);
  margin-left: 0.5rem;
}

/* Card */
.card {
  border-radius: 15px;
  border: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.card.shadow,
.card.shadow-sm {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(26, 77, 143, 0.2) !important;
}

.card-body {
  padding: 2rem;
}

.card-title {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 1rem;
}

/* Accordion */
.accordion {
  border-radius: 15px;
  overflow: hidden;
}

.accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button {
  background: var(--light-gray) !important;
  color: var(--primary-color) !important;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1.5rem;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--light-blue) 100%) !important;
  color: var(--white) !important;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-body {
  padding: 2rem;
  background: var(--white);
  color: var(--text-dark);
}

/* Alert */
.alert {
  border-radius: 12px;
  border: none;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.alert .bi {
  font-size: 1.5rem;
  margin-right: 1rem;
}

/* Badge */
.badge {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
}

/* Navigation (Privacy Nav) */
.privacy-nav {
  position: sticky;
  top: 100px;
}

.privacy-nav .nav-link {
  color: var(--text-dark) !important;
  padding: 0.75rem 1.5rem !important;
  border-left: 3px solid var(--medium-gray);
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.privacy-nav .nav-link:hover,
.privacy-nav .nav-link.active {
  color: var(--primary-color) !important;
  border-left-color: var(--primary-color);
  background: rgba(26, 77, 143, 0.05);
}

/* Case Study */
.case-study-item {
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  margin-bottom: 2rem;
}

.case-study-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(26, 77, 143, 0.2);
}

.case-study-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.case-study-item:hover img {
  transform: scale(1.05);
}

/* Filter Tags */
.filter-tag {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin: 0.25rem;
  background: var(--light-gray);
  color: var(--text-dark) !important;
  border: 2px solid var(--medium-gray);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}

.filter-tag:hover,
.filter-tag.active {
  background: var(--primary-color) !important;
  color: var(--white) !important;
  border-color: var(--primary-color) !important;
  transform: translateY(-2px);
}

/* Pagination */
.pagination-btn {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-color);
  border-radius: 8px;
  color: var(--primary-color) !important;
  background: var(--white);
  transition: all 0.3s ease;
  margin: 0 0.25rem;
  font-weight: 600;
}

.pagination-btn:hover,
.pagination-btn.active {
  background: var(--primary-color) !important;
  color: var(--white) !important;
  transform: translateY(-2px);
}

.pagination-num {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--medium-gray);
  border-radius: 8px;
  color: var(--text-dark) !important;
  background: var(--white);
  transition: all 0.3s ease;
  margin: 0 0.25rem;
  font-weight: 600;
  cursor: pointer;
}

.pagination-num:hover,
.pagination-num.active {
  background: var(--primary-color) !important;
  color: var(--white) !important;
  border-color: var(--primary-color) !important;
}

/* Footer */
footer {
  background: linear-gradient(135deg, var(--dark-blue) 0%, #0A1F3F 100%);
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 3rem 0 1rem;
}

footer h5 {
  color: var(--secondary-color) !important;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

footer a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

footer a:hover {
  color: var(--secondary-color) !important;
  transform: translateX(5px);
}

footer .bi {
  color: var(--secondary-color);
  margin-right: 0.5rem;
}

/* Utilities */
.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}

.text-white {
  color: var(--white) !important;
}

.text-muted {
  color: var(--text-light) !important;
}

.shadow {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
}

.rounded {
  border-radius: 12px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

/* Responsive Images */
.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* List Styles */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-unstyled li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.list-unstyled li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
}

/* Animations */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 1199px) {
  .display-2 {
    font-size: 3.5rem;
  }
  
  .timeline-line {
    left: 30px;
  }
  
  .timeline-marker {
    left: 30px;
  }
  
  .practice-hex-wide {
    grid-column: span 1;
  }
}

@media (max-width: 991px) {
  .display-2 {
    font-size: 3rem;
  }
  
  .display-4 {
    font-size: 2.5rem;
  }
  
  .display-5 {
    font-size: 2rem;
  }
  
  .hero-section {
    min-height: auto;
    padding: 4rem 0;
  }
  
  .navbar-collapse {
    background: rgba(15, 47, 95, 0.98);
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 1rem;
  }
  
  .nav-link {
    margin: 0.5rem 0;
  }
  
  .offset-left,
  .offset-right {
    margin-left: 0;
    margin-right: 0;
  }
  
  .hexagon-wrapper {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .display-2 {
    font-size: 2.5rem;
  }
  
  .display-4 {
    font-size: 2rem;
  }
  
  .display-5 {
    font-size: 1.75rem;
  }
  
  .lead {
    font-size: 1.1rem;
  }
  
  .btn-lg {
    padding: 0.875rem 2rem !important;
    font-size: 1rem;
  }
  
  .timeline-line {
    display: none;
  }
  
  .timeline-marker {
    display: none;
  }
  
  .service-card,
  .value-box,
  .profile-card {
    padding: 2rem;
  }
  
  .practice-areas-masonry {
    grid-template-columns: 1fr;
  }
  
  .practice-hex {
    height: 250px;
  }
  
  .practice-hex-tall {
    height: 250px;
  }
  
  .px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 575px) {
  .display-2 {
    font-size: 2rem;
  }
  
  .display-4 {
    font-size: 1.75rem;
  }
  
  .display-5 {
    font-size: 1.5rem;
  }
  
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  .btn-lg {
    padding: 0.75rem 1.5rem !important;
    font-size: 0.95rem;
  }
  
  .hexagon-wrapper {
    width: 150px;
    height: 150px;
  }
  
  .service-card .bi,
  .value-box .bi {
    font-size: 2.5rem;
  }
}

/* Print Styles */
@media print {
  .navbar,
  .btn,
  footer {
    display: none !important;
  }
  
  body {
    color: #000;
    background: #fff;
  }
  
  .hero-section {
    background: none;
    color: #000 !important;
  }
}