@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
  --primary: #0073ce;
  --primary-dark: #02356c;
  --accent: #1ec3e1;
  --gray-50: #f7fbff;
  --gray-700: #1b2331;
  --neutral: #fff;
  --footer-bg: #112030;
  --footer-link: #aad7fa;
  --footer-social-bg: linear-gradient(135deg, #0073ce 50%, #1ec3e1 100%);
  --border-radius: 16px;
  --card-radius: 18px;
  --card-shadow: 0 8px 40px rgba(0,115,206,0.08);
}

/* === Universal Typography === */
html, body {
  margin: 0; padding: 0; box-sizing: border-box;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--gray-50); color: var(--gray-700); min-width: 0;
  scroll-behavior: smooth; line-height: 1.6;
}
img { max-width: 100%; display: block; border: none; }

/* Improved Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

p, .description-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

/* === TWO-ROW HEADER === */
header {
  background: var(--neutral);
  box-shadow: 0 2px 8px rgba(0, 115, 206, 0.05);
  position: sticky; top: 0; z-index: 1170;
}
.header-top {
  display: flex; justify-content: center; align-items: center;
  padding: 1rem 1.4rem 0.5rem 1.4rem;
  border-bottom: 1px solid #e2e8f0;
}
.logo-brand img { height: 58px; border-radius: 6px; }
.header-bottom {
  display: flex; justify-content: center; align-items: center;
  padding: 0.8rem 1.4rem;
}
.nav-container {
  display: flex; align-items: center; gap: 2rem;
}
.nav-links {
  display: flex; gap: 1.2rem; list-style: none; margin: 0; padding: 0;
  justify-content: center; align-items: center;
}
.nav-links a {
  color: var(--gray-700); text-decoration: none; padding: 0.6rem 1rem;
  font-weight: 500; border-radius: 8px; font-size: 1rem; 
  transition: background .13s, color .13s; white-space: nowrap;
    border:1px solid transparent;
}
.nav-links a.active, .nav-links a:hover, .nav-links a:focus {
	border:1px solid #ebebeb;
	color:#1691cc;
}
.quote-btn {
  background: linear-gradient(92deg, var(--primary) 63%, var(--accent) 100%);
  color: #fff; padding: 0.7rem 1.4rem;
  border: none; border-radius: 14px; font-weight: 700; font-size: 1.04rem;
  box-shadow: 0 2px 12px rgba(1, 115, 206, .09);
  display: flex; align-items: center; gap: 0.5rem; text-decoration: none; 
  transition: transform .14s;
}
.quote-btn:hover, .quote-btn:focus { 
  transform: translateY(-2px) scale(1.03); filter: brightness(1.08);
}
.mobile-nav { display: none; }

@media (max-width: 1025px) {
  .header-bottom { display: none; }
  .header-top { 
    justify-content: space-between; 
    padding: 1rem 1rem;
    border-bottom: none;
  }
  .mobile-nav { 
    display: block; background: none; border: none; cursor: pointer;
    padding: 0.5rem; color: var(--primary-dark);
  }
}

.nav-mobile-menu {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: #fff; box-shadow: 0 8px 24px 0 rgba(0,50,110,0.14);
  border-radius: 0 0 14px 14px; z-index: 400;
}
.nav-mobile-inner {
  padding: 1rem 1.2rem; display: flex; flex-direction: column; gap: 0.25rem;
}
.nav-mobile-inner a {
  text-decoration: none; color: var(--gray-700); padding: 0.7rem 0.2rem; 
  border-radius: 7px; font-weight: 500; font-size: 1.04rem; 
  transition: background 0.13s;
}
.nav-mobile-inner a.active, .nav-mobile-inner a:hover, .nav-mobile-inner a:focus {
  background: linear-gradient(91deg, var(--primary) 67%, var(--accent) 100%);
  color: #fff; outline: none;
  padding-left: 16px;
    padding-right: 16px;
	
}
.nav-mobile-inner .quote-btn { 
  margin: 0.6rem 0 0 0; width: 100%; justify-content: center; 
}
.hero {
  background: linear-gradient(115deg, rgba(2,53,108,0.85) 65%, rgba(30,195,225,0.75) 180%),
              url('../assets/banner.jpg') center/cover no-repeat;
  background-position: 0;
  background-attachment: fixed;
  padding: 6rem 1.2rem 4rem 1.2rem;
  text-align: center; color: #fff; position: relative; min-height: 65vh; 
  display: flex; flex-direction: column; justify-content: center;
}
.hero::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(25,73,124, 0.2); pointer-events: none; z-index: 1;
}
.hero-content { position: relative; z-index: 2; max-width: 780px; margin: 0 auto;}
.hero-badge {
  display: inline-flex; align-items: center;
  background: rgba(255,255,255,0.15); backdrop-filter: blur(10px);
  border-radius: 100px; font-size: 1.02rem; font-weight: 600; color: #bffcff;
  padding: 0.5rem 1.2rem; margin-bottom: 2.2rem; gap: 0.45rem; 
  letter-spacing: 0.02em; border: 1px solid rgba(255,255,255,0.2);
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5.5vw, 3.1rem); font-weight: 700;
  letter-spacing: -1px; line-height: 1.2; margin-bottom: 1.5rem;
  display: flex; flex-direction: column; align-items: center; text-align: center;
}
.hero-title-mark {
  color: var(--accent); background: linear-gradient(86deg, var(--accent), var(--primary));
  background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.hero-sub {
  font-size: 1.18rem; color: #e4f8fc; margin-bottom: 2.5rem; font-weight: 400;
  max-width: 520px; margin: 0 auto 2.5rem auto; letter-spacing: 0.01em;
  text-shadow: 0 3px 28px #02356c55; line-height: 1.6;
}
.hero .cta-main {
  background: linear-gradient(89deg, var(--accent) 0%, var(--primary) 105%);
  color: #fff; border: none; border-radius: 999px;
  padding: 1rem 2.2rem; font-size: 1.15rem; font-weight: 700;
  box-shadow: 0 4px 20px rgba(1,115,206,.22);
  display: inline-flex; align-items: center; gap: 0.55rem;
  margin-top: 1rem; text-decoration: none; transition: 0.15s; outline: none;
}
.hero .cta-main:hover {
  filter: brightness(1.12); transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 40px 0 rgba(30,195,225,0.28);
}

.scroll-indicator {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  z-index: 3; animation: pulse 2s infinite;
}
.scroll-indicator::after {
  content: '';
  display: block;
  width: 6px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.3));
  border-radius: 3px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}
@keyframes pulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* === ABOUT PAGE BANNER === */
.about-banner {
  background: linear-gradient(112deg, rgba(2,53,108,0.77) 66%, rgba(30,195,225,0.69) 176%),
    url('../assets/banner.png') center/cover no-repeat;
  background-attachment: fixed; min-height: 35vh;
  display: flex; align-items: center; justify-content: center;
  position: relative; text-align: center;
      background-size: cover;
    background-position: 0 -32rem;
}
.about-banner::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(36, 86, 153, 0.18); pointer-events: none; z-index: 1;
}
.about-banner-content {
  position: relative; z-index: 2; max-width: 760px; margin: 0 auto; 
  padding: 4rem 1.2rem; display: flex; flex-direction: column; align-items: center;
}
.about-page-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.5vw, 3rem); font-weight: 700; color: #fff; 
  text-align: center; letter-spacing: -0.8px; margin-bottom: 1rem; 
  text-shadow: 0 4px 24px #000a1d55;
}
.about-page-subtitle {
  font-size: 1.12rem; color: #d3f4fa; font-weight: 400; max-width: 590px;
  text-shadow: 0 2px 18px #1ec3e1dd; line-height: 1.6;
  text-align:center;
}

/* === IMPROVED SECTION TITLES === */
.section-header { 
  display: flex; flex-direction: column; align-items: center; 
  margin-bottom: 3rem; width: 100%; text-align: center; 
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 600; color: var(--primary-dark); 
  letter-spacing: -0.5px; margin: 0 0 0.8rem 0; text-align: center;
  position: relative; padding-bottom: 0.8rem;
}
.section-title::after {
  content: '';
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
  border-radius: 2px;
}

/* === SINGLE WHO WE ARE SECTION === */
.about-section { max-width: 1170px; margin: 0 auto; padding: 4rem 1.2rem;}
.who-we-are-content {
  background: #fff; border-radius: var(--card-radius);
  box-shadow: var(--card-shadow); padding: 2.8rem 2.5rem;
  text-align: left;
}
.who-we-are-content h3 {
  font-size: 1.4rem; color: var(--primary-dark); margin-bottom: 1.5rem;
  font-weight: 600;
}
.who-we-are-content p {
  font-size: 1.1rem; color: var(--gray-700); line-height: 1.8;
  margin-bottom: 1.5rem;
}
.who-we-are-content p:last-child {
  margin-bottom: 0;
}

/* === EQUAL HEIGHT MISSION/VISION CARDS === */
.mv-section { 
  background: linear-gradient(88deg, var(--gray-50) 55%, #eaf6fd 145%); 
  padding-bottom: 4rem !important; 
}
.mv-grid {
  max-width: 1170px; margin: 0 auto; display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; 
  align-items: stretch;
}
.mv-block {
  background: #fff; border-radius: var(--border-radius); 
  box-shadow: 0 4px 20px 0 rgba(30,195,225,0.08);
  padding: 2rem 1.5rem; text-align: center; 
  display: flex; flex-direction: column; 
  transition: box-shadow .14s, transform .14s;
  min-height: 220px;
}
.mv-block:hover { 
  box-shadow: 0 12px 36px 0 rgba(1,115,206,.12); 
  transform: translateY(-4px) scale(1.015);
}
.mv-block h3 {
  font-size: 1.2rem; margin-bottom: 1rem; color: var(--primary); 
  font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
}
.mv-block p, .mv-values { 
  font-size: 1.05rem; color: var(--gray-700); flex-grow: 1;
  line-height: 1.7;
}
.mv-values { 
  display: flex; flex-direction: column; gap: .6rem; font-weight: 600;
}

/* === IMPROVED TEAM SECTION (2 CARDS PER ROW) === */
.team-section { 
  padding: 4rem 1.2rem; background: #fff;
}
.team-grid {
  max-width: 1170px; margin: 0 auto; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); gap: 2rem;
}
.team-member {
  background: linear-gradient(118deg, #fff 70%, #eaf6fd 155%);
  border-radius: 16px; box-shadow: 0 6px 28px 0 rgba(30,195,225,0.09);
  padding: 2rem; display: flex; align-items: flex-start; gap: 1.5rem;
  transition: box-shadow .14s, transform .12s;
  border: 2px solid #e8f2fd; min-height: auto;
}
.team-member:hover { 
  transform: translateY(-4px) scale(1.02); 
  box-shadow: 0 16px 40px 0 rgba(1,115,206,.15);
}
.team-img {
  width: 160px; height: 160px; border-radius: 12px; overflow: hidden;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  box-shadow: 0 4px 16px rgba(0,115,206,0.15); flex-shrink: 0;
}
.team-img img { 
  width: 100%; height: 100%; object-fit: cover; 
  filter: grayscale(0) brightness(1.08); transition: filter .16s; 
}
.team-member:hover .team-img img { filter: grayscale(.15) brightness(1.12);}
.team-content {
  flex: 1; display: flex; flex-direction: column;
}
.team-meta { margin-bottom: 1rem; }
.team-member h4 { 
  font-weight: 700; color: var(--primary-dark); margin: 0 0 0.3rem 0; 
  font-size: 1.2rem; letter-spacing: -0.3px; 
}
.team-member .team-title {
  font-size: 0.95rem; color: var(--accent); margin-bottom: 0.8rem; 
  font-weight: 600; text-transform: uppercase; letter-spacing: .12em;
}
.team-member .team-divider {
  height: 2px; width: 40px; 
  background: linear-gradient(90deg, var(--primary) 0, var(--accent) 100%);
  margin-bottom: 1rem; border-radius: 3px; opacity: .4;
}
.team-member p { 
  font-size: 1rem; color: var(--gray-700); margin: 0; 
  text-align: left; line-height: 1.7;
}

/* === FOUNDER WITH IMAGE === */
.founder-section { 
  background: linear-gradient(98deg, #eaf6fd 75%, var(--gray-50) 165%); 
  padding: 4rem 1.2rem;
}
.founder-block {
  max-width: 1080px; margin: 0 auto; background: #fff;
  border-radius: 20px; box-shadow: 0 8px 36px 0 rgba(30,195,225,0.08);
  padding: 2.5rem; text-align: left; 
  color: var(--primary-dark); font-weight: 400; font-size: 1.1rem;
  border-left: 6px solid var(--primary); line-height: 1.8;
  display: flex; gap: 2rem; align-items: flex-start;
}
.founder-image {
  width: 120px; height: 120px; border-radius: 50%; overflow: hidden;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  box-shadow: 0 6px 24px rgba(0,115,206,0.2); flex-shrink: 0;
}
.founder-image img {
  width: 100%; height: 100%; object-fit: cover;
}
.founder-text {
  flex: 1;
}
.founder-block h3 {
  margin-top: 0; color: var(--primary-dark); font-size: 1.4rem; 
  font-weight: 700; letter-spacing: -0.5px; margin-bottom: 1.5rem;
}

/* === Services (HOME ONLY) === */
.services-section { background: var(--neutral); padding: 4rem 0; }
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
  gap: 2rem; max-width: 1170px; margin: 3rem auto 0; padding: 0 1.2rem;
}
.service-card {
  background: #fff; border-radius: 16px;
  box-shadow: 0 6px 28px 0 rgba(0, 80, 200, .1);
  padding: 2rem 1.2rem 1.6rem; display: flex; flex-direction: column; 
  align-items: center; justify-content: center; min-height: 200px; 
  border: 1px solid #e8f2fd; transition: box-shadow .14s, transform .14s;
  text-align: center;
}
.service-card:hover { 
  transform: translateY(-4px) scale(1.025); 
  box-shadow: 0 16px 48px 0 rgba(1,115,206,.15);
}
.service-icon { 
  margin-bottom: 1.2rem; margin-top: -0.2rem; display: inline-block; 
}
.service-icon svg { 
  width: 48px; height: 48px; stroke-width: 2.6px; fill: none; 
}
.service-card h3 { 
  font-size: 1.15rem; font-weight: 600; margin: .6rem 0 .8rem 0; 
  color: var(--primary-dark); line-height: 1.4;
}
.service-card p { 
  color: #285a6f; font-size: 1rem; line-height: 1.6; text-align: left;
}
.service-link {
  color: var(--primary); text-decoration: none; font-weight: 600;
  display: flex; align-items: center; gap: 0.3rem; margin-top: 1.1rem; 
  font-size: 1rem; transition: color 0.16s; justify-content: center;
}
.service-link:hover { color: var(--accent);}

/* === What Makes Us Different === */
.diff-section { 
  padding: 4rem 1.2rem 0 1.2rem; margin-bottom: 0;
  background: linear-gradient(115deg, rgb(6 21 38 / 85%) 65%, #000000 180%), url(../assets/about.jpg) center / cover no-repeat;
  background-position: 0 -40px;
  background-attachment: fixed;
  
}
.diff-section .section-header { margin-bottom: 2.5rem; text-align: center;}
.diff-section .section-title { color: #fff; }
.diff-section .section-title::after {
  background: linear-gradient(90deg, var(--accent) 0%, #fff 100%);
}
.diff-content {
  max-width: 1170px; margin: 0 auto; font-size: 1.15rem; text-align: left;
  border-radius: 20px; 
  padding: 0 0 4rem 0; line-height: 1.8;
  color:#fff;
  
}

/* === BACK TO TOP BUTTON === */
.back-to-top {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 999;
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,115,206,0.2); font-size: 1.4rem;
  opacity: 0; visibility: hidden; transition: all 0.3s ease;
}
.back-to-top.visible {
  opacity: 1; visibility: visible;
}
.back-to-top:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 8px 24px rgba(30,195,225,0.3);
}

/* === LOCATIONS PAGE STYLES === */
.locations-banner {
  background: linear-gradient(112deg, rgba(2,53,108,0.85) 66%, rgba(30,195,225,0.75) 176%), 
              url('https://images.unsplash.com/photo-1494515843206-f3117d3f51b7?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
  background-attachment: fixed;
  min-height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.locations-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 86, 153, 0.18);
  pointer-events: none;
  z-index: 1;
}

.locations-container {
  max-width: 1200px;
  margin: 2rem auto 4rem auto;
  padding: 0 1.2rem;
}

.location-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: flex-start;
  margin-bottom: 4rem;
  background: white;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 8px 32px rgba(0,115,206,0.06);
}

.location-card.headquarters,
.location-card.border-facility {
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 8px 32px rgba(0,115,206,0.08);
}

.location-info {
  display: flex;
  flex-direction: column;
}

.location-image {
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,115,206,0.12);
}

.location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-badges {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.badge {
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.headquarters-badge {
  background: linear-gradient(135deg, #0073ce 0%, #1ec3e1 100%);
  color: white;
}

.office-badge {
  background: #f1f5f9;
  color: #475569;
}

.border-badge {
  background: linear-gradient(135deg, #0073ce 0%, #1ec3e1 100%);
  color: white;
}

.port-badge {
  background: linear-gradient(135deg, #1ec3e1 0%, #0073ce 100%);
  color: white;
}

.location-title {
  font-size: 2rem;
  color: #02356c;
  margin-bottom: 1rem;
  font-weight: 700;
}

.location-description {
  color: #64748b;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.contact-details {
  margin-bottom: 2rem;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(0,115,206,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon i {
  width: 18px;
  height: 18px;
  color: #0073ce;
}

.contact-icon.denver i {
  color: #1ec3e1;
}

.contact-icon.denver {
  background: rgba(30,195,225,0.1);
}

.contact-icon.tacoma i {
  color: #1ec3e1;
}

.contact-icon.tacoma {
  background: rgba(30,195,225,0.1);
}

.contact-text {
  display: flex;
  flex-direction: column;
}

.contact-primary {
  font-weight: 600;
  color: #02356c;
}

.contact-primary.email {
  color: #0073ce;
}

.contact-primary.denver-email {
  color: #1ec3e1;
}

.contact-primary.tacoma-email {
  color: #1ec3e1;
}

.contact-secondary {
  color: #64748b;
}

.services-expandable {
  background: white;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.services-header {
  padding: 1.2rem;
  border-bottom: 1px solid #e2e8f0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-header h4 {
  margin: 0;
  color: #02356c;
  font-size: 1.1rem;
  font-weight: 600;
}

.chevron-icon {
  width: 20px;
  height: 20px;
  color: #0073ce;
  transition: transform 0.3s;
}

.chevron-icon.denver-chevron {
  color: #1ec3e1;
}

.services-content {
  display: none;
  padding: 1.5rem;
  background: #f8fafc;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.services-grid:last-child {
  margin-bottom: 0;
}

.service-column {
}

.service-category {
  color: #0073ce;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-category.denver-category {
  color: #1ec3e1;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  color: #475569;
}

.service-list li {
  margin-bottom: 0.3rem;
}

.service-list li::before {
  content: '• ';
  color: #0073ce;
  font-weight: bold;
}

.warehouse-highlight {
  background: linear-gradient(135deg, #0073ce 0%, #1ec3e1 100%);
  color: white;
  padding: 1rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.warehouse-highlight h5 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 600;
}

.warehouse-highlight p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.9;
}

.tacoma-features,
.brownfield-features,
.saltlake-features {
  background: linear-gradient(135deg, #1ec3e1 0%, #0073ce 100%);
  color: white;
  padding: 1.5rem;
  border-radius: 12px;
}

.tacoma-features h5,
.brownfield-features h5,
.saltlake-features h5 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 600;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.feature-list li {
  margin-bottom: 0.5rem;
}

.feature-list li::before {
  content: '• ';
  color: white;
  font-weight: bold;
}

.locations-cta {
  background: linear-gradient(135deg, #02356c 0%, #0073ce 100%);
  padding: 4rem 1.2rem;
  text-align: center;
  color: white;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem auto;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-icon i {
  width: 28px;
  height: 28px;
  color: #1ec3e1;
}

.cta-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.cta-content p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  text-align:center;
  margin-right: auto;
}

.cta-button {
  background: #1ec3e1;
  color: #02356c;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px) scale(1.02);
}

.cta-button i {
  width: 20px;
  height: 20px;
}

/* === Mobile Responsive === */
@media (max-width: 768px) {
  .location-card {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  
  .location-image {
    height: 250px;
  }
  
  .services-grid {
    grid-template-columns: 1fr !important;
  }
  
  .locations-container {
    padding: 0 1rem;
  }
  
  .location-card {
    padding: 2rem;
  }
}

/* ===  FOOTER === */
footer { 
  background: linear-gradient(135deg, var(--footer-bg) 0%, #0a1a28 100%);
  color: #fff; 
  padding: 3rem 1.2rem 1.2rem 1.2rem; margin-top: 0; 
}
.footer-container {
  max-width: 1170px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 0.8fr;
  gap: 2rem; padding-bottom: 1.5rem; 
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand { 
  display: flex; flex-direction: column; align-items: flex-start; gap: 1rem;
}
.footer-company-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 700; color: var(--accent);
  margin-bottom: 0.5rem; letter-spacing: -0.5px;
}
.footer-desc { 
  color: #b8d4e8; font-size: 0.9rem; line-height: 1.6; 
  margin-bottom: 0; font-weight: 400;
}
.footer-col { 
  display: flex; flex-direction: column; gap: 0.4rem;
}
.footer-col-title {
  font-size: 0.85rem; font-weight: 700; color: var(--accent);
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 0.8rem;
}
.footer-links a {
  color: #b8d4e8; text-decoration: none; font-size: 0.85rem; 
  font-weight: 400; border-radius: 4px; padding: 0.2rem 0;
  transition: color 0.15s ease; text-transform: capitalize;
  display: block;
}
.footer-links a:hover { 
  color: var(--accent); padding-left: 4px;
}
.footer-social-col {
  display: flex; flex-direction: column; align-items: flex-end;
}
.footer-social-title {
  font-size: 0.85rem; font-weight: 700; color: var(--accent);
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 0.8rem;
}
.footer-social {
  display: flex; gap: 0.8rem; align-items: center;
}
.social-link {
  width: 36px; height: 36px; border-radius: 8px; 
  background: rgba(255,255,255,0.08); color: #b8d4e8;
  display: flex; align-items: center; justify-content: center; 
  font-size: 1.1rem; text-decoration: none; 
  transition: all 0.2s ease; border: 1px solid rgba(255,255,255,0.1);
}
.social-link:hover { 
  background: var(--accent); color: #fff; 
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(30,195,225,0.3);
}
.footer-bottom {
  color: #8bbfdc; font-size: 0.8rem; text-align: center; 
  margin-top: 1.5rem; opacity: 0.9; display: flex;
  justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  max-width: 1170px;
  margin: 24px auto 0;
}
.footer-copyright {
  font-weight: 400;
}
.footer-credits {
  font-weight: 400;
}
.footer-bottom a { 
  color: var(--accent); text-decoration: none; font-weight: 500;
  transition: color 0.15s ease;
}
.footer-bottom a:hover {
  color: #fff;
}

/

/* === Media Queries === */
@media (max-width: 650px) {
  .hero { padding: 4rem 1rem 3rem 1rem; min-height: 50vh; }
  .team-grid { grid-template-columns: 1fr; }
  .team-member { flex-direction: column; text-align: center; }
  .team-img { margin: 0 auto 1rem auto; }
  .founder-block { flex-direction: column; text-align: center; }
  .founder-image { margin: 0 auto 1.5rem auto; }
}
@media (max-width: 1170px) {
  .footer-container { 
    grid-template-columns: 1fr 1fr; 
    gap: 1.5rem;
  }
  .footer-social-col { 
    align-items: flex-start; 
  }
}
@media (max-width: 600px) {
  .footer-container { 
    grid-template-columns: 1fr; 
    text-align: center;
  }
  .footer-brand, .footer-col, .footer-social-col { 
    align-items: center; text-align: center;
  }
  .footer-bottom {
    flex-direction: column; text-align: center;
  }
  footer { 
    padding: 2rem 1rem 1rem 1rem; 
  }
  .about-section, .mv-section, .founder-section, .team-section { 
    padding: 2rem 1rem; 
  }
  .back-to-top { bottom: 1.5rem; right: 1.5rem; }
}

