/* ------------------------------ */
/* HERO SECTION                   */
/* ------------------------------ */

.service-hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.service-hero .hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
}

.service-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.service-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}


/* ------------------------------ */
/* CONTAINERS                     */
/* ------------------------------ */

.service-container {
  background: #0a2342; /* premium dark blue */
  color: #ffffff;
  padding: 3rem 1.5rem;
  margin: 0;
}

.container-inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-container h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.service-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}


/* ------------------------------ */
/* BUTTONS                        */
/* ------------------------------ */

.button-block {
  text-align: center;
  padding: 3rem 1.5rem;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  margin: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.05rem;
}

.primary-btn {
  background: #0a2342;
  color: #ffffff;
}

.secondary-btn {
  background: #ffffff;
  color: #0a2342;
  border: 2px solid #0a2342;
}


/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #666;
}


/* ------------------------------ */
/* MOBILE RESPONSIVENESS          */
/* ------------------------------ */

@media (max-width: 768px) {
  .service-hero {
    height: 240px;
  }

  .service-hero h1 {
    font-size: 1.8rem;
  }

  .service-hero p {
    font-size: 1rem;
  }

  .service-container {
    padding: 2.5rem 1.2rem;
  }
}
/* ------------------------------ */
/* HERO SECTION                   */
/* ------------------------------ */

.service-hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.service-hero .hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
}

.service-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.service-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}


/* ------------------------------ */
/* CONTAINERS                     */
/* ------------------------------ */

.service-container {
  background: #0a2342; /* premium dark blue */
  color: #ffffff;
  padding: 3rem 1.5rem;
  margin: 0;
}

.container-inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-container h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.service-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}


/* ------------------------------ */
/* BUTTONS                        */
/* ------------------------------ */

.button-block {
  text-align: center;
  padding: 3rem 1.5rem;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  margin: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.05rem;
}

.primary-btn {
  background: #0a2342;
  color: #ffffff;
}

.secondary-btn {
  background: #ffffff;
  color: #0a2342;
  border: 2px solid #0a2342;
}


/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #666;
}


/* ------------------------------ */
/* MOBILE RESPONSIVENESS          */
/* ------------------------------ */

@media (max-width: 768px) {
  .service-hero {
    height: 240px;
  }

  .service-hero h1 {
    font-size: 1.8rem;
  }

  .service-hero p {
    font-size: 1rem;
  }

  .service-container {
    padding: 2.5rem 1.2rem;
  }
}
/* ------------------------------ */
/* HERO SECTION                   */
/* ------------------------------ */

.service-hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.service-hero .hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
}

.service-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.service-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}


/* ------------------------------ */
/* CONTAINERS                     */
/* ------------------------------ */

.service-container {
  background: #0a2342; /* premium dark blue */
  color: #ffffff;
  padding: 3rem 1.5rem;
  margin: 0;
}

.container-inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-container h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.service-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}


/* ------------------------------ */
/* BUTTONS                        */
/* ------------------------------ */

.button-block {
  text-align: center;
  padding: 3rem 1.5rem;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  margin: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.05rem;
}

.primary-btn {
  background: #0a2342;
  color: #ffffff;
}

.secondary-btn {
  background: #ffffff;
  color: #0a2342;
  border: 2px solid #0a2342;
}


/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #666;
}


/* ------------------------------ */
/* MOBILE RESPONSIVENESS          */
/* ------------------------------ */

@media (max-width: 768px) {
  .service-hero {
    height: 240px;
  }

  .service-hero h1 {
    font-size: 1.8rem;
  }

  .service-hero p {
    font-size: 1rem;
  }

  .service-container {
    padding: 2.5rem 1.2rem;
  }
}
/* ------------------------------ */
/* HERO SECTION                   */
/* ------------------------------ */

.service-hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.service-hero .hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
}

.service-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.service-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}


/* ------------------------------ */
/* CONTAINERS                     */
/* ------------------------------ */

.service-container {
  background: #0a2342; /* premium dark blue */
  color: #ffffff;
  padding: 3rem 1.5rem;
  margin: 0;
}

.container-inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-container h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.service-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}


/* ------------------------------ */
/* BUTTONS                        */
/* ------------------------------ */

.button-block {
  text-align: center;
  padding: 3rem 1.5rem;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  margin: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.05rem;
}

.primary-btn {
  background: #0a2342;
  color: #ffffff;
}

.secondary-btn {
  background: #ffffff;
  color: #0a2342;
  border: 2px solid #0a2342;
}


/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #666;
}


/* ------------------------------ */
/* MOBILE RESPONSIVENESS          */
/* ------------------------------ */

@media (max-width: 768px) {
  .service-hero {
    height: 240px;
  }

  .service-hero h1 {
    font-size: 1.8rem;
  }

  .service-hero p {
    font-size: 1rem;
  }

  .service-container {
    padding: 2.5rem 1.2rem;
  }
}/* ------------------------------ */
/* HERO SECTION                   */
/* ------------------------------ */

.service-hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.service-hero .hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
}

.service-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.service-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}


/* ------------------------------ */
/* CONTAINERS                     */
/* ------------------------------ */

.service-container {
  background: #0a2342; /* premium dark blue */
  color: #ffffff;
  padding: 3rem 1.5rem;
  margin: 0;
}

.container-inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-container h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.service-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}


/* ------------------------------ */
/* BUTTONS                        */
/* ------------------------------ */

.button-block {
  text-align: center;
  padding: 3rem 1.5rem;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  margin: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.05rem;
}

.primary-btn {
  background: #0a2342;
  color: #ffffff;
}

.secondary-btn {
  background: #ffffff;
  color: #0a2342;
  border: 2px solid #0a2342;
}


/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #666;
}


/* ------------------------------ */
/* MOBILE RESPONSIVENESS          */
/* ------------------------------ */

@media (max-width: 768px) {
  .service-hero {
    height: 240px;
  }

  .service-hero h1 {
    font-size: 1.8rem;
  }

  .service-hero p {
    font-size: 1rem;
  }

  .service-container {
    padding: 2.5rem 1.2rem;
  }
}/* ------------------------------ */
/* HERO SECTION                   */
/* ------------------------------ */

.service-hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.service-hero .hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
}

.service-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.service-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}


/* ------------------------------ */
/* CONTAINERS                     */
/* ------------------------------ */

.service-container {
  background: #0a2342; /* premium dark blue */
  color: #ffffff;
  padding: 3rem 1.5rem;
  margin: 0;
}

.container-inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-container h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.service-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}


/* ------------------------------ */
/* BUTTONS                        */
/* ------------------------------ */

.button-block {
  text-align: center;
  padding: 3rem 1.5rem;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  margin: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.05rem;
}

.primary-btn {
  background: #0a2342;
  color: #ffffff;
}

.secondary-btn {
  background: #ffffff;
  color: #0a2342;
  border: 2px solid #0a2342;
}


/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #666;
}


/* ------------------------------ */
/* MOBILE RESPONSIVENESS          */
/* ------------------------------ */

@media (max-width: 768px) {
  .service-hero {
    height: 240px;
  }

  .service-hero h1 {
    font-size: 1.8rem;
  }

  .service-hero p {
    font-size: 1rem;
  }

  .service-container {
    padding: 2.5rem 1.2rem;
  }
}/* ------------------------------ */
/* HERO SECTION                   */
/* ------------------------------ */

.service-hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.service-hero .hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
}

.service-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.service-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}


/* ------------------------------ */
/* CONTAINERS                     */
/* ------------------------------ */

.service-container {
  background: #0a2342; /* premium dark blue */
  color: #ffffff;
  padding: 3rem 1.5rem;
  margin: 0;
}

.container-inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-container h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.service-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}


/* ------------------------------ */
/* BUTTONS                        */
/* ------------------------------ */

.button-block {
  text-align: center;
  padding: 3rem 1.5rem;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  margin: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.05rem;
}

.primary-btn {
  background: #0a2342;
  color: #ffffff;
}

.secondary-btn {
  background: #ffffff;
  color: #0a2342;
  border: 2px solid #0a2342;
}


/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #666;
}


/* ------------------------------ */
/* MOBILE RESPONSIVENESS          */
/* ------------------------------ */

@media (max-width: 768px) {
  .service-hero {
    height: 240px;
  }

  .service-hero h1 {
    font-size: 1.8rem;
  }

  .service-hero p {
    font-size: 1rem;
  }

  .service-container {
    padding: 2.5rem 1.2rem;
  }
}/* ------------------------------ */
/* HERO SECTION                   */
/* ------------------------------ */

.service-hero {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}

.service-hero .hero-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  padding: 0 1.5rem;
}

.service-hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.service-hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}


/* ------------------------------ */
/* CONTAINERS                     */
/* ------------------------------ */

.service-container {
  background: #0a2342; /* premium dark blue */
  color: #ffffff;
  padding: 3rem 1.5rem;
  margin: 0;
}

.container-inner {
  max-width: 900px;
  margin: 0 auto;
}

.service-container h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

.service-container p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}


/* ------------------------------ */
/* BUTTONS                        */
/* ------------------------------ */

.button-block {
  text-align: center;
  padding: 3rem 1.5rem;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  margin: 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.05rem;
}

.primary-btn {
  background: #0a2342;
  color: #ffffff;
}

.secondary-btn {
  background: #ffffff;
  color: #0a2342;
  border: 2px solid #0a2342;
}


/* ------------------------------ */
/* FOOTER                         */
/* ------------------------------ */

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
  color: #666;
}


/* ------------------------------ */
/* MOBILE RESPONSIVENESS          */
/* ------------------------------ */

@media (max-width: 768px) {
  .service-hero {
    height: 240px;
  }

  .service-hero h1 {
    font-size: 1.8rem;
  }

  .service-hero p {
    font-size: 1rem;
  }

  .service-container {
    padding: 2.5rem 1.2rem;
  }
}/* ------------------------------
   Layout Containers
------------------------------ */

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* ------------------------------
   Header + Footer
------------------------------ */

.site-header,
.site-footer {
  padding: 1.8rem 0;
  text-align: center;
}

.site-footer p {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  opacity: 0.7;
}

/* ------------------------------
   Contact Page Structure
------------------------------ */

.contact-page h1 {
  margin-bottom: 2.2rem;
  font-size: 1.9rem;
  font-weight: 600;
}

.office {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem 0;
  border-bottom: 1px solid #e5e5e5;
  gap: 2rem;
}

.office-info h2 {
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
}

.office-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}

/* ------------------------------
   Premium Button System
------------------------------ */

.btn {
  display: inline-block;
  padding: 0.45rem 1.1rem;
  background: #ff6a00;        /* softened orange */
  color: #111;
  border-radius: 999px;
  font-size: 0.82rem;         /* slightly smaller */
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}

.btn:hover {
  background: #e05f00;        /* deeper, premium hover */
  transform: translateY(-1px);
}

.home-btn {
  margin-bottom: 0.6rem;
}

/* ------------------------------
   Mobile
------------------------------ */

@media (max-width: 700px) {

  .office {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .office-actions {
    width: 100%;
  }

  .office-actions .btn {
    width: 100%;
    text-align: center;
  }
}
/* ------------------------------
   Layout Containers
------------------------------ */

.container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* ------------------------------
   Header + Footer
------------------------------ */

.site-header,
.site-footer {
  padding: 1.8rem 0;
  text-align: center;
}

.site-footer p {
  margin-top: 0.8rem;
  font-size: 0.85rem;
  opacity: 0.7;
}

/* ------------------------------
   Contact Page Structure
------------------------------ */

.contact-page h1 {
  margin-bottom: 2.2rem;
  font-size: 1.9rem;
  font-weight: 600;
}

.office {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.8rem 0;
  border-bottom: 1px solid #e5e5e5;
  gap: 2rem;
}

.office-info h2 {
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
}

.office-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 180px;
}

/* ------------------------------
   Premium Button System
------------------------------ */

.btn {
  display: inline-block;
  padding: 0.45rem 1.1rem;
  background: #ff6a00;        /* softened orange */
  color: #111;
  border-radius: 999px;
  font-size: 0.82rem;         /* slightly smaller */
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}

.btn:hover {
  background: #e05f00;        /* deeper, premium hover */
  transform: translateY(-1px);
}

.home-btn {
  margin-bottom: 0.6rem;
}

/* ------------------------------
   Mobile
------------------------------ */

@media (max-width: 700px) {

  .office {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .office-actions {
    width: 100%;
  }

  .office-actions .btn {
    width: 100%;
    text-align: center;
  }
}
/* Wrap the entire offices section in a centred grid */
.contact-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-top: 40px;
}
/* Wrap the entire offices section in a centred grid */
.contact-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-top: 40px;
}
/* Wrap the entire offices section in a centred grid */
.contact-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-top: 40px;
}
/* Wrap the entire offices section in a centred grid */
.contact-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-top: 40px;
}
/* Wrap the entire offices section in a centred grid */
.contact-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-top: 40px;
}
/* Wrap the entire offices section in a centred grid */
.contact-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-top: 40px;
}
/* Wrap the entire offices section in a centred grid */
.contact-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-top: 40px;
}
/* Wrap the entire offices section in a centred grid */
.contact-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  justify-items: center;
  margin-top: 40px;
}
/* ---------- Root Variables ---------- */
:root {
  --bg: #050608;
  --fg: #f5f5f5;
  --accent: #ff5a3c;
  --muted: #9ca3af;
  --border: #111827;
  --max-width: 1120px;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ---------- Base ---------- */
* {
  box-sizing: border-box;
  background-image: none !important;
  box-shadow: none !important;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  background: #050608 !important;
  color: #f5f5f5 !important;
  line-height: 1.6;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ---------- Layout ---------- */
header, main, footer, section, nav, div {
  background-color: transparent !important;
  color: inherit !important;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 1.5rem;
}

/* ---------- Navigation ---------- */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
}

nav a {
  margin-left: 1.5rem;
  color: var(--muted);
  font-size: 0.9rem;
}

nav a:hover {
  color: var(--fg);
}

.nav-logo {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

/* ---------- Hero ---------- */
.hero {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.hero-inner {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 3rem;
  padding: 4rem 1.5rem;
}

.hero-title {
  font-size: clamp(2.4rem, 3.4vw, 3.1rem);
  font-weight: 650;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 1rem;
  color: var(--muted);
  max-width: 34rem;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  color: var(--muted);
}

/* ---------- Buttons ---------- */
.btn-primary,
.btn-ghost {
  padding: 0.7rem 1.3rem;
  border-radius: 999px;
  font-size: 0.9rem;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: #0b0b0f;
  border-color: var(--accent);
  font-weight: 600;
}

.btn-ghost {
  background: transparent;
  color: var(--fg);
  border-color: #374151;
}

/* Orange pill buttons (global) */
a.btn,
.social-buttons .btn,
.office-buttons .btn {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background: #ff7a00;
  color: #000;
  text-decoration: none;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  transition: all 0.25s ease;
}

a.btn:hover,
.social-buttons .btn:hover,
.office-buttons .btn:hover {
  background: #e56d00;
  transform: translateY(-2px);
}

/* ---------- Sections ---------- */
.section {
  padding: 3.5rem 1.5rem;
  border-bottom: 1px solid var(--border);
}

.section-title {
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  font-size: 0.95rem;
  color: var(--muted);
  max-width: 36rem;
  margin-bottom: 2rem;
}

/* ---------- Cards & Grids ---------- */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.card {
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 1.25rem;
  background: radial-gradient(circle at top left, #111827 0, #020617 55%);
}

.card h3 {
  margin-top: 0;
}

/* ---------- Lists ---------- */
.list {
  list-style: none;
  padding: 0;
}

.list li {
  margin-bottom: 0.75rem;
  color: var(--muted);
}

.list li strong {
  color: var(--fg);
}

/* ---------- Contact ---------- */
.contact-block input,
.contact-block textarea {
  width: 100%;
  padding: 0.6rem;
  border-radius: 0.5rem;
  border: 1px solid #374151;
  background: #020617;
  color: var(--fg);
  margin-bottom: 0.9rem;
}

/* ---------- Footer ---------- */
footer {
  padding: 2rem 1.5rem;
  font-size: 0.8rem;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
}

/* ---------- Header Branding ---------- */
.site-header {
  padding: 10px 0;
}

.nav-brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.logo {
  height: 77px;
  width: auto;
}

.brand-text {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  margin-left: 4px;
}

/* ---------- Social Buttons ---------- */
.social-buttons {
  display: flex;
  gap: 16px;
  margin-top: 10px;
}


/* ------------------------------------------
   CLEAN OFFICE LAYOUT (no overrides, no hacks)
------------------------------------------- */

.offices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 48px;
  justify-items: center;
  margin-top: 40px;
}

/* Office block container */
.office-content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 480px;
}

/* Office image */
.office-image img {
  width: 150px;
  height: auto;
  object-fit: contain;
  padding-top: 6px;
}

/* Office details */
.office-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Address + phone */
.office-info-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* ------------------------------------------
   PREMIUM BUTTONS (smaller, softer, elegant)
------------------------------------------- */

.office-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 6px;
}

.office-buttons .btn {
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  background: #e86a1a;      /* softened orange */
  color: #111;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}

.office-buttons .btn:hover {
  background: #c95c16;      /* deeper, premium hover */
  transform: translateY(-1px);
}

/* ------------------------------------------
   MOBILE
------------------------------------------- */

@media (max-width: 700px) {
  .office-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .office-image img {
    width: 130px;
  }

  .office-buttons .btn {
    width: 100%;
    text-align: center;
  }
}
/* ------------------------------------------
   CLEAN SINGLE-COLUMN OFFICE LAYOUT
   (image left, text right, centred)
------------------------------------------- */

.office-content {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 620px;
  margin: 0 auto 48px auto; /* centres each office block */
}

/* Image left */
.office-image img {
  width: 150px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

/* Text block */
.office-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Address + buttons stack vertically */
.office-info-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Premium, smaller buttons */
.office-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.office-buttons .btn {
  padding: 6px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  background: #e86a1a;
  color: #111;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}

.office-buttons .btn:hover {
  background: #c95c16;
  transform: translateY(-1px);
}

/* Mobile refinements */
@media (max-width: 700px) {
  .office-content {
    flex-direction: column;
    gap: 18px;
  }

  .office-image img {
    width: 130px;
  }

  .office-buttons .btn {
    width: 100%;
    text-align: center;
  }
}
/* ------------------------------------------
   Premium Service Line Containers
------------------------------------------- */

.service-page {
  padding-top: 40px;
}

.service-section {
  background: #f7f9fc; /* subtle premium grey-blue */
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  padding: 48px;
  margin: 48px auto;
  width: min(900px, 92%);
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
/* ------------------------------------------
   FIX SERVICE PAGE CONTAINERS (NO BACKGROUND LOSS)
------------------------------------------- */

.service-section {
  background: #0d1b2a !important; /* your dark blue */
  color: #ffffff !important;
  border-radius: 14px;
  padding: 48px;
  margin: 48px auto;
  width: min(900px, 92%);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  position: relative;
  z-index: 5;
  overflow: visible !important;
}

/* Fix headings */
.service-section h2 {
  color: #ffffff !important;
}

/* Fix text */
.service-section p,
.service-section li {
  color: #e6e6e6 !important;
}
.service-section {
  background: #0d1b2a !important;
}
.service-hero img {
  display: block;
  margin: 0 auto 32px auto;
  max-width: 900px;
  width: 100%;
}
.service-footer-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 40px auto 60px auto;
  width: min(900px, 92%);
}


