/* More space between Portfolio bullets */
.portfolio-section ul li {
  margin-bottom: 1.2em;
}
/* Portfolio places bold and burgundy */
.portfolio-place {
  color: #a61d2a;
  font-weight: 800;
  font-family: 'Montserrat', Arial, sans-serif;
}
/* About section side-by-side layout */
.about-flex {
  display: flex;
  align-items: flex-start;
  gap: 3.5rem;
  flex-wrap: wrap;
}
.about-img img {
  max-width: 320px;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(26,35,65,0.10);
}
.about-text {
  flex: 1 1 320px;
  min-width: 260px;
  padding-left: 1.5rem;
}
/* Services section background and layout */
.services-bg {
  background: linear-gradient(rgba(26,35,65,0.92), rgba(26,35,65,0.92)), url('Jon-ALAConference.jpeg') center center/cover no-repeat;
  border-radius: 22px;
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
    position: relative;
  overflow: hidden;
}
.services-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
/* Ensure service boxes are always side by side on desktop */
.services-boxes {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .services-boxes {
    flex-wrap: wrap;
  }
}

.service-box {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 2rem;
  flex: 1 1 0;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-box h4,
.service-box ul,
.service-box li {
  color: #fff !important;
}
.service-box:hover {
  box-shadow: 0 8px 32px rgba(26,35,65,0.13);
  border-color: #a61d2a;
}
.service-box h4 {
  font-size: 1.25rem;
  color: #fff !important;
  margin-bottom: 1rem;
  font-weight: 700;
}
.service-box li {
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
  color: #fff !important;
}
@media (max-width: 600px) {
  .service-box {
    padding: 0 1rem;
  }
}
/* Navy bar above hero section */
.navy-bar {
  background: #1a2341; /* Palette-matching blue */
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(20,33,61,0.07);
  margin-bottom: 0;
  padding: 0;
  min-height: 80px;
}

.navy-bar-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  height: 80px;
}

.navy-bar-logo {
  height: 68px;
  width: 68px;
  object-fit: contain;
  margin-right: 1.7rem;
  margin-left: -0.5rem;
  align-self: center;
}

.navy-bar-text {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: left;
  flex: 1;
  align-self: center;
}

.navy-bar-img {
  height: 100%;
  max-height: 80px;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 8px;
  margin-left: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  align-self: stretch;
}
body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #f8f5f1;
    color: #2d1a1a;
    line-height: 1.7;
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2d1a1a;
    color: #fff;
    padding: 0.5rem 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
}
.top-bar .logo {
    height: 40px;
    width: auto;
}
.top-bar nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.top-bar a, .top-bar nav a {
    color: #fff;
    text-decoration: none;
    margin-left: 2rem;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s;
}
.top-bar a:hover, .top-bar nav a:hover {
    color: #d2c2a6;
    text-decoration: underline;
}
    font-size: 1rem;
    transition: color 0.2s;
}
.top-bar a:hover, .top-bar nav a:hover {
    color: #f8f5f1;
    text-decoration: underline;
}
    align-items: center;
.logo {
    height: 40px;
    width: auto;
}
.nav-links a {
    color: #fff;
    text-decoration: none;
    margin-left: 2rem;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s;
}
.nav-links a:hover {
    color: #f8f5f1;
    text-decoration: underline;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #ede5d9;
    color: #2d1a1a;
    margin: 0;
    padding: 0;
}
/* Hero Section */
.hero {
    position: relative;
    background: #d2c2a6;
    padding: 3.5rem 0 2.5rem 0;
    overflow: hidden;
}
.hero-bg-conference {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('conference-bg.jpg') center/cover no-repeat;
    opacity: 0.13;
    z-index: 1;
}
.hero-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2.5rem;
    position: relative;
    z-index: 2;
}
.hero-photo-left {
    flex: 1 1 350px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 220px;
    max-width: 420px;
    height: 420px;
}
.hero-img-left {
    width: 100%;
    max-width: 380px;
    height: 420px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 2px 18px rgba(44, 26, 26, 0.10);
}
.hero-text-right {
    flex: 1 1 400px;
    min-width: 280px;
    max-width: 540px;
    z-index: 2;
}
.hero-text-right h1 {
    font-size: 26pt;
    color: #7c162e;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 0;
    text-align: left;
}
.hero-text-right h2 {
    font-size: 14pt;
    color: #2d1a1a;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
}
@keyframes fadeInHeroImg {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}
/* Boxed Section Styles */
.boxed-section {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 18px rgba(44, 26, 26, 0.08);
    max-width: 700px;
    margin: 2.5rem auto;
    padding: 2.5rem 2rem;
}
.about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    padding-top: 3rem;
    background: none;
}
.about-img img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: none;
    box-shadow: 0 2px 12px rgba(44, 26, 26, 0.08);
    border-radius: 12px;
}
footer.cta-footer {
  background: #7c162e;
  color: #fff;
  padding: 3rem 0 3rem 0;
  text-align: center;
}
@media (max-width: 900px) {
    .hero-flex {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
    .hero-photo-fade {
        justify-content: center;
        height: 320px;
        max-width: 320px;
    }
    .hero-img-fade {
        max-width: 320px;
        height: 320px;
    }
    .hero-text h1 {
        font-size: 20pt;
    }
}
@media (max-width: 900px) {
    .hero-flex {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
    .hero-photo-fade {
        justify-content: center;
        height: 220px;
        max-width: 320px;
    }
    .hero-img-fade {
        max-width: 220px;
    }
    .hero-text h1 {
        font-size: 20pt;
    }
}

.about {
    background: #f8f5f1;
    padding: 3rem 0 2rem 0;
}
.about-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    gap: 2rem;
    justify-content: center;
}
.about-photo {
    flex: 1 1 220px;
    min-width: 220px;
    display: flex;
    justify-content: center;
}
.about-img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border: none;
    box-shadow: 0 2px 12px rgba(44, 26, 26, 0.08);
}
.about-text {
    flex: 2 1 350px;
    min-width: 300px;
}
.about-text h3 {
    font-size: 23pt;
    color: #7c162e;
    margin-bottom: 0.5rem;
    margin-top: 0;
}
.about-text p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.about-link {
    color: #7c162e;
    font-weight: 600;
    text-decoration: underline;
    font-size: 1rem;
    transition: color 0.2s;
}
.about-link:hover {
    color: #2d1a1a;
}

.services {
    background: #f8f5f1;
    padding: 2rem 0 2rem 0;
    max-width: 1100px;
    margin: 0 auto;
}
.services h3 {
    font-size: 23pt;
    color: #7c162e;
    margin-bottom: 1.5rem;
    text-align: center;
}
.services-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}
.service-column {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(44, 26, 26, 0.07);
    padding: 2rem 1.5rem;
    min-width: 260px;
    max-width: 350px;
    flex: 1 1 300px;
}
.service-column h4 {
    color: #7c162e;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.service-column ul {
    padding-left: 1.2rem;
    margin: 0;
}
.service-column li {
    font-size: 1rem;
    margin-bottom: 0.7rem;
    color: #2d1a1a;
}

.portfolio {
    background: #f8f5f1;
    padding: 2rem 0 2rem 0;
    max-width: 1100px;
    margin: 0 auto;
}
.portfolio h3 {
    font-size: 23pt;
    color: #7c162e;
    margin-bottom: 1.5rem;
    text-align: center;
}
.portfolio ul {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 1.5rem;
}
.portfolio li {
    font-size: 1rem;
    margin-bottom: 0.7rem;
    color: #2d1a1a;
}

.testimonials {
    background: #f8f5f1;
    padding: 2rem 0 2rem 0;
    max-width: 900px;
    margin: 0 auto;
}
.testimonials h3 {
    font-size: 23pt;
    color: #7c162e;
    margin-bottom: 1.5rem;
    text-align: center;
}
.testimonial {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(44, 26, 26, 0.07);
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    margin-bottom: 1.5rem;
    text-align: left;
}
.stars {
    color: #7c162e;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.testimonial span {
    display: block;
    margin-top: 0.5rem;
    color: #7c162e;
    font-weight: 600;
    font-size: 0.95rem;
}

.cta-section {
    background: #7c162e;
    color: #fff;
    padding: 2.5rem 0 2.5rem 0;
    text-align: center;
}
.cta-content h4 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
    align-items: center;
}
.cta-bubble {
  background: #fff;
  color: #7c162e;
  border-radius: 30px;
  padding: 0.7rem 1.7rem;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  margin: 0 0.5rem;
  box-shadow: 0 2px 8px rgba(44, 26, 26, 0.08);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  display: inline-block;
  outline: none;
}
.cta-bubble:focus {
  box-shadow: 0 0 0 3px #a61d2a55;
}
.cta-bubble:hover {
  background: #f8f5f1;
  color: #7c162e;
  box-shadow: 0 4px 16px rgba(44, 26, 26, 0.15);
}
.cta-icon {
  color: #fff;
  font-size: 2rem;
  margin: 0 0.5rem;
  transition: color 0.2s, box-shadow 0.2s;
  display: inline-block;
  outline: none;
}
.cta-icon:focus {
  box-shadow: 0 0 0 3px #a61d2a55;
}
.cta-icon:hover {
  color: #f8f5f1;
  text-shadow: 0 2px 8px #a61d2a44;
}

@media (max-width: 900px) {
    .about-container, .services-columns {
        flex-direction: column;
        align-items: stretch;
    }
    .about-photo, .about-text {
        min-width: 0;
    }
}
@media (max-width: 900px) {
  .services-boxes {
    flex-wrap: wrap;
  }
  .service-box {
    max-width: 100%;
    flex: 1 1 100%;
  }
}
    }
    .nav-links {
        margin-top: 0.5rem;
    }
    .hero-content h1 {
        font-size: 20pt;
    }
    .about-img {
        width: 140px;
        height: 140px;
    }
    .service-column {
        padding: 1.2rem 0.7rem;
    }
}
