/* ============================================
   Maverick Chartered Accountants - Static Site
   Color Palette:
   Primary:   #900910 (Burgundy/Maroon)
   Dark:      #191828 (Dark Navy)
   Light BG:  #E8E8EA (Light Gray)
   Footer:    #1A1A1A (Near Black)
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Montserrat', 'Segoe UI', sans-serif;
  color: #000;
  line-height: 1.7;
  background: #fff;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: color .3s; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* --- Buttons --- */
.btn {
  display: inline-block; padding: 14px 34px; border-radius: 4px;
  font-weight: 600; font-size: .95rem; letter-spacing: .5px;
  text-transform: uppercase; transition: all .3s; cursor: pointer; border: none;
}
.btn-primary { background: #900910; color: #fff; }
.btn-primary:hover { background: #b80d16; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(144,9,16,.35); }
.btn-outline { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-outline:hover { background: #fff; color: #191828; }
.btn-outline-dark { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.5); }
.btn-outline-dark:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }
.btn-outline-maroon {
  background: transparent; color: #900910; border: 2px solid #900910;
}
.btn-outline-maroon:hover {
  background: #900910; color: #fff; transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(144,9,16,.25);
}
.btn-dark { background: #191828; color: #fff; }
.btn-dark:hover { background: #2a2945; transform: translateY(-2px); }

/* --- Section Utility --- */
.section { padding: 100px 0; }
.section-light { background: #E8E8EA; }
.section-dark { background: #191828; color: #fff; position: relative; overflow: hidden; }
.section-dark#services {
  background: linear-gradient(rgba(25,24,40,0.85), rgba(25,24,40,0.9)), url('../images/services-dark-landscape.jpg') center/cover no-repeat;
}
.section-title {
  font-size: 2.4rem; font-weight: 700; margin-bottom: 16px;
  position: relative;
}
.section-title::after {
  content: ''; display: block; width: 60px; height: 4px;
  background: #900910; margin-top: 16px; border-radius: 2px;
}
.section-title-center { text-align: center; }
.section-title-center::after { margin-left: auto; margin-right: auto; }
.section-subtitle {
  font-size: 1.1rem; color: #666; max-width: 680px; margin-bottom: 50px;
}
.text-center { text-align: center; }
.text-center .section-subtitle { margin-left: auto; margin-right: auto; }

/* Section label (small red text above headings) */
.section-label {
  display: inline-block; font-size: .8rem; font-weight: 700;
  color: #900910; letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 12px;
}
.section-label-light { color: rgba(255,255,255,.6); }

/* --- Header / Navbar --- */
.header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  padding: 18px 0; transition: all .4s;
}
.header.scrolled {
  background: #FFFFFF; padding: 10px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
}
.header.scrolled .logo { color: #191828; }
.header.scrolled .logo span { color: #900910; }
.header.scrolled .nav-links a { color: #191828; }
.header.scrolled .nav-links a:hover { color: #900910; }
.header.scrolled .hamburger span { background: #191828; }
.header .container { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo .logo-icon { height: 36px; width: 36px; flex-shrink: 0; transition: opacity .4s; }
.logo .logo-icon-dark { opacity: 1; }
.logo .logo-icon-red { opacity: 0; position: absolute; left: 0; }
.header.scrolled .logo .logo-icon-dark { opacity: 0; }
.header.scrolled .logo .logo-icon-red { opacity: 1; }
.logo .logo-text { height: 32px; width: auto; transition: opacity .4s; }
.logo .logo-text-white { opacity: 1; }
.logo .logo-text-dark { opacity: 0; position: absolute; left: 0; }
.header.scrolled .logo .logo-text-white { opacity: 0; }
.header.scrolled .logo .logo-text-dark { opacity: 1; }
.logo .logo-text-wrap { position: relative; display: flex; }
.logo .logo-icon-wrap { position: relative; width: 36px; height: 36px; flex-shrink: 0; }

.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,.85); font-weight: 500; font-size: .95rem;
  position: relative; padding-bottom: 4px; transition: color .4s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background: #900910; transition: width .3s;
}
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 26px; height: 2px; background: #fff; transition: .3s; border-radius: 2px; }

/* --- Hero --- */
.hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(rgba(25,24,40,0.78), rgba(25,24,40,0.88)), url('../images/hero-highway-night.jpg') center/cover no-repeat;
  position: relative; overflow: hidden; text-align: center;
  padding-bottom: 80px;
}
/* Curved white wave at the bottom of the hero */
.hero::after {
  content: ""; position: absolute; left: -5%; right: -5%; bottom: -1px; height: 80px;
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1;
}
.circle-deco {
  position: absolute; pointer-events: none; z-index: 0;
}
/* Red ring outlines flanking the hero title — matches live site composition */
.circle-deco img {
  width: 100%; height: 100%;
  opacity: 1;
  filter: invert(13%) sepia(86%) saturate(4933%) hue-rotate(345deg) brightness(85%) contrast(112%);
}
.circle-deco.circle-1 {
  top: 38%; left: 18%; width: 140px; height: 140px;
  transform: translateY(-50%);
}
.circle-deco.circle-2 {
  top: 50%; right: 18%; width: 170px; height: 170px;
  transform: translateY(-30%);
}
.circle-deco.circle-services { bottom: -15%; left: -8%; width: 400px; height: 400px; opacity: 0.15; }
.circle-deco.circle-services img { opacity: .15; filter: none; }

.hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 0 20px; }
.hero h1 {
  font-size: 4.2rem; font-weight: 800; color: #fff; line-height: 1.05;
  margin-bottom: 16px; text-transform: uppercase; letter-spacing: 2px;
}
.hero .hero-italic {
  font-size: 1.3rem; color: rgba(255,255,255,.85); font-style: italic;
  margin-bottom: 20px; font-weight: 400;
}
.hero .hero-desc {
  font-size: 1.1rem; color: rgba(255,255,255,.65); margin-bottom: 36px;
  max-width: 600px; margin-left: auto; margin-right: auto;
}
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* Hero fade-in animation */
.hero-fade-in {
  opacity: 0; transform: translateY(30px);
  animation: heroFadeIn 1.2s ease forwards;
  animation-delay: .3s;
}
@keyframes heroFadeIn {
  to { opacity: 1; transform: translateY(0); }
}

/* --- Split Section Layout (What We Do / Why / Mindset) --- */
.split-section {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.split-section.split-reverse { direction: rtl; }
.split-section.split-reverse > * { direction: ltr; }

.split-heading {
  font-size: 2.2rem; font-weight: 700; color: #191828; margin-bottom: 20px; line-height: 1.25;
}
.split-text p { color: #555; margin-bottom: 20px; line-height: 1.8; }
.split-text .btn { margin-top: 10px; }

/* Decorative circle areas */
.deco-circle-area {
  position: relative; width: 100%; padding-bottom: 100%; max-width: 420px; margin: 0 auto;
}
.deco-ring {
  position: absolute; pointer-events: none;
}
.deco-ring img { width: 100%; height: 100%; opacity: .25; }
.deco-ring-1 { top: 5%; left: 5%; width: 85%; height: 85%; }
.deco-ring-2 { top: 15%; left: 15%; width: 65%; height: 65%; }
.deco-ring-3 { top: -5%; left: -5%; width: 60%; height: 60%; }
.deco-center-icon {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 80px; height: 80px;
}
.deco-center-icon img { width: 100%; height: 100%; }
.deco-plus {
  position: absolute; top: 10%; right: 5%; font-size: 3rem;
  color: #900910; font-weight: 300; line-height: 1;
}

/* --- Services Section --- */
.services-heading {
  font-size: 2.4rem; font-weight: 700; color: #fff; margin-bottom: 16px;
}
.services-desc {
  font-size: 1.1rem; color: rgba(255,255,255,.6); max-width: 650px;
  margin: 0 auto 50px;
}
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.service-card {
  background: #fff; border-radius: 10px; padding: 40px 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06); transition: all .4s;
  text-align: center; position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: #900910; transform: scaleX(0); transform-origin: left; transition: transform .4s;
}
.service-card:hover { transform: translateY(-8px); box-shadow: 0 12px 40px rgba(0,0,0,.12); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 70px; height: 70px; border-radius: 50%; background: rgba(144,9,16,.08);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px; font-size: 1.8rem; color: #900910;
}
.service-card h3 { font-size: 1.15rem; margin-bottom: 14px; color: #191828; }
.service-card p { font-size: .95rem; color: #666; line-height: 1.6; }

/* --- Starting Line Banner + Timeline --- */
.starting-line-banner {
  background: #900910; padding: 60px 0; text-align: center; color: #fff;
}
.starting-line-banner h2 {
  font-size: 2.4rem; font-weight: 800; letter-spacing: 2px; margin-bottom: 12px;
  text-transform: uppercase;
}
.starting-line-banner p {
  font-size: 1.1rem; opacity: .85;
}

.starting-line-body { padding: 80px 0; background: #fff; }
.timeline-split { display: grid; grid-template-columns: 1fr 2fr; gap: 0; min-height: 600px; }
.timeline-bg-col {
  position: relative; border-radius: 12px 0 0 12px; overflow: hidden;
  background: url('../images/timeline-railway-containers.webp') center/cover no-repeat;
}
.timeline-bg-gradient {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(180deg, rgba(25,24,40,0.6), rgba(42,21,32,0.6), rgba(25,24,40,0.6));
  border-radius: 12px 0 0 12px;
}
.timeline-content-col { padding: 20px 0 20px 40px; }

.timeline { position: relative; max-width: 700px; padding-left: 60px; }
.timeline-line {
  position: absolute; left: 24px; top: 0; bottom: 0; width: 2px;
  background: rgba(144,9,16,.3);
}
.timeline-step {
  position: relative; margin-bottom: 32px; display: flex; align-items: flex-start; gap: 24px;
}
.timeline-icon {
  width: 48px; height: 48px; border-radius: 50%; background: #900910;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; position: relative; z-index: 1; margin-left: -36px;
}
.timeline-icon svg { width: 22px; height: 22px; }
.timeline-card {
  background: #fff; border-radius: 10px; padding: 28px 32px;
  flex: 1; box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.timeline-card h3 {
  font-size: 1.2rem; color: #900910; margin-bottom: 8px; font-weight: 700;
}
.timeline-card p { font-size: .95rem; color: #555; margin: 0; }

/* --- Blog Section --- */
.blog-heading {
  font-size: 2.4rem; font-weight: 700; color: #191828; margin-bottom: 30px;
  letter-spacing: 1px;
}

/* --- Testimonials Split Layout --- */
.testimonials-split {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch;
}
.testimonials-info {
  background: #fff; border-radius: 12px; padding: 50px 40px;
  display: flex; flex-direction: column; justify-content: center;
}
.testimonials-info .split-heading { margin-bottom: 16px; }
.testimonials-info p { margin-bottom: 30px; }
.testimonial-nav-arrows { display: flex; gap: 12px; }

.testimonials-carousel {
  position: relative; display: flex; flex-direction: column; justify-content: center;
  overflow: hidden; min-width: 0; border-radius: 10px;
  background: linear-gradient(rgba(144,9,16,0.85), rgba(144,9,16,0.9)), url('../images/testimonials-red-books.jpg') center/cover no-repeat;
}
.carousel-viewport { overflow: hidden; border-radius: 10px; }
.carousel-track {
  display: flex; transition: transform .6s cubic-bezier(.25,.46,.45,.94);
}
.testimonial-slide { min-width: 100%; padding: 0 4px; box-sizing: border-box; }

/* Dark testimonial card for homepage */
.testimonial-dark-card {
  padding: 40px; min-height: 280px; display: flex; flex-direction: column; justify-content: center;
}
.testimonial-dark-card .quote-icon {
  font-size: 4rem; color: rgba(144,9,16,.5); font-family: Georgia, serif; line-height: .8;
  margin-bottom: 20px;
}
.testimonial-dark-card p {
  font-style: italic; color: rgba(255,255,255,.85); font-size: 1.05rem;
  line-height: 1.8; margin-bottom: 24px;
}
.testimonial-author-dark {
  color: rgba(255,255,255,.6); font-size: .95rem; font-weight: 500;
}

.carousel-dots {
  display: flex; gap: 10px; justify-content: center; margin-top: 20px;
}
.carousel-dot {
  width: 12px; height: 12px; border-radius: 50%; border: 2px solid rgba(255,255,255,.3);
  background: transparent; cursor: pointer; padding: 0; transition: background .3s;
}
.carousel-dot.active { background: #900910; border-color: #900910; }

/* Carousel controls (arrows) */
.carousel-prev, .carousel-next {
  width: 44px; height: 44px; border-radius: 50%; border: 2px solid #900910;
  background: transparent; color: #900910; font-size: 1.5rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .3s;
}
.carousel-prev:hover, .carousel-next:hover {
  background: #900910; color: #fff;
}
.carousel-controls {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  margin-top: 28px;
}

/* --- Light testimonial card (used on other pages) --- */
.testimonial-card {
  background: #fff; border-radius: 10px; padding: 40px 48px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06); position: relative;
  min-height: 200px;
}
.testimonial-card::before {
  content: '\201C'; position: absolute; top: 16px; left: 24px;
  font-size: 4rem; color: rgba(144,9,16,.12); font-family: Georgia, serif; line-height: 1;
}
.testimonial-card p { font-style: italic; color: #555; margin-bottom: 20px; padding-top: 20px; font-size: 1.05rem; line-height: 1.8; }
.testimonial-author { font-weight: 700; color: #191828; font-size: .95rem; }
.testimonial-company { color: #900910; font-size: .85rem; }

/* --- Footer --- */
.footer { background: #1A1A1A; color: rgba(255,255,255,.65); padding: 40px 0; position: relative; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
.footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.footer-logo { margin-bottom: 12px; }
.footer p { font-size: .9rem; line-height: 1.7; }
.footer-links a { display: block; font-size: .9rem; padding: 4px 0; transition: color .3s; }
.footer-links a:hover { color: #900910; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px;
  text-align: center; font-size: .85rem;
}

/* Back to top button */
.back-to-top {
  position: fixed; bottom: 30px; right: 30px; width: 44px; height: 44px;
  border-radius: 50%; background: #900910; color: #fff; border: none;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden; transition: all .3s;
  box-shadow: 0 4px 12px rgba(144,9,16,.3); z-index: 999;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: #b80d16; transform: translateY(-3px); }

/* --- CTA / Let's Talk (kept for other pages) --- */
.cta-section {
  background: #191828;
  padding: 80px 0; text-align: center; color: #fff;
  position: relative; overflow: hidden;
}
.cta-section h2 { font-size: 2.4rem; font-weight: 700; margin-bottom: 16px; }
.cta-section p { font-size: 1.1rem; opacity: .85; max-width: 600px; margin: 0 auto 36px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* --- Contact Page --- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact-info-card {
  display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px;
}
.contact-info-card .icon {
  width: 50px; height: 50px; border-radius: 50%; background: rgba(144,9,16,.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #900910; flex-shrink: 0;
}
.contact-info-card h4 { font-size: 1rem; color: #191828; margin-bottom: 4px; }
.contact-info-card p { font-size: .93rem; color: #666; }

.contact-form { background: #fff; border-radius: 10px; padding: 40px; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: #191828; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 12px 16px; border: 1.5px solid #ddd; border-radius: 6px;
  font-size: .95rem; font-family: inherit; transition: border-color .3s;
  background: #fafafa;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none; border-color: #900910; background: #fff;
}
.form-group textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* --- About Page --- */
.about-hero {
  padding: 160px 0 80px; background: #191828;
  color: #fff; text-align: center;
}
.about-hero h1 { font-size: 2.8rem; margin-bottom: 16px; }
.about-hero p { font-size: 1.1rem; opacity: .75; max-width: 600px; margin: 0 auto; }

.directors-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 700px; margin: 0 auto; }
.director-card { text-align: center; }
.director-avatar {
  width: 120px; height: 120px; border-radius: 50%;
  background: linear-gradient(135deg, #900910, #191828);
  margin: 0 auto 20px; display: flex; align-items: center; justify-content: center;
  font-size: 2.4rem; color: #fff; font-weight: 700;
}
.director-card h3 { font-size: 1.15rem; color: #191828; margin-bottom: 4px; }
.director-card p { color: #900910; font-weight: 600; font-size: .9rem; }

/* --- Solutions Page --- */
.solutions-detail { padding: 100px 0; }
.solution-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  margin-bottom: 80px;
}
.solution-row:nth-child(even) .solution-visual { order: -1; }
.solution-visual {
  background: linear-gradient(135deg, #191828, #900910);
  border-radius: 12px; min-height: 280px; display: flex;
  align-items: center; justify-content: center;
  padding: 40px;
}
.solution-visual img {
  width: 140px; height: 140px; object-fit: contain;
  filter: brightness(0) invert(1); /* render the dark/red SVG as white over the dark bg */
  opacity: .9;
}
.solution-content h3 { font-size: 1.6rem; color: #191828; margin-bottom: 14px; }
.solution-content p { color: #555; margin-bottom: 20px; }

/* --- What We Do / Why grids (kept for other pages) --- */
.what-we-do-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.what-we-do-text h3 { font-size: 1.3rem; color: #900910; margin-bottom: 12px; font-weight: 600; }
.what-we-do-text p { color: #555; margin-bottom: 24px; }
.what-we-do-image {
  background: linear-gradient(135deg, #191828, #900910);
  border-radius: 12px; padding: 60px; text-align: center; color: #fff;
  min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.what-we-do-image .icon-large { font-size: 4rem; margin-bottom: 20px; }
/* New: icon-mark image style for feature-mark replacements */
.what-we-do-image .feature-mark {
  width: 90px; height: 90px; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
}
.what-we-do-image .feature-mark img { width: 100%; height: 100%; object-fit: contain; }

.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-image {
  background: linear-gradient(135deg, #900910, #191828); border-radius: 12px;
  min-height: 350px; display: flex; align-items: center; justify-content: center;
  font-size: 5rem; color: rgba(255,255,255,.15);
  padding: 40px;
}
.why-image img { max-width: 140px; max-height: 140px; }
.why-text h3 { font-size: 1.2rem; color: #900910; margin-bottom: 14px; }
.why-text p { color: #555; margin-bottom: 20px; }
.benefits-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-top: 24px; }
.benefits-list li {
  font-size: .95rem; color: #444; padding-left: 24px; position: relative;
}
.benefits-list li::before {
  content: '\2713'; position: absolute; left: 0; color: #900910; font-weight: 700;
}

/* --- Page Header (inner pages) --- */
.page-header {
  padding: 160px 0 60px;
  background: #191828;
  color: #fff; text-align: center;
  position: relative; overflow: hidden;
}
.page-header h1 { font-size: 2.6rem; font-weight: 700; margin-bottom: 12px; }
.page-header p { font-size: 1.05rem; opacity: .75; max-width: 550px; margin: 0 auto; }

/* --- Photo compositions in split sections --- */
.deco-photo-main {
  width: 380px; height: 380px; border-radius: 50%; overflow: hidden;
  position: relative; z-index: 1; margin: 0 auto;
}
.deco-photo-main img {
  width: 100%; height: 100%; object-fit: cover;
}
.deco-photo-inset {
  position: absolute; bottom: 10px; right: 10px; width: 140px; height: 140px;
  border-radius: 16px; overflow: hidden; border: 4px solid #fff; z-index: 3;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.deco-photo-inset img {
  width: 100%; height: 100%; object-fit: cover;
}

/* Service icon images — !important to defeat any stale cache / browser default */
.service-icon img,
.service-card .service-icon img,
.services-grid .service-card .service-icon img {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  object-fit: contain;
  display: block;
}
/* Lock the icon container hard too in case it grows */
.service-icon,
.service-card .service-icon {
  width: 70px !important;
  height: 70px !important;
  max-width: 70px !important;
  max-height: 70px !important;
  flex: none;
}

/* Services intro 2-column layout */
.services-intro {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start;
  margin-bottom: 50px; text-align: left;
}
.services-intro .section-label-light { display: block; }
.services-intro .services-desc {
  margin: 0; max-width: none; color: rgba(255,255,255,.6); font-size: 1.1rem;
  padding-top: 40px;
}

/* ---- Responsive ---- */
@media (max-width: 992px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline { padding-left: 50px; }
  .split-section,
  .what-we-do-grid, .why-grid, .contact-grid, .solution-row { grid-template-columns: 1fr; }
  .split-section.split-reverse { direction: ltr; }
  .testimonials-split { grid-template-columns: 1fr; }
  .timeline-split { grid-template-columns: 1fr; }
  .timeline-bg-col { display: none; }
  .timeline-content-col { padding-left: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 2.6rem; }
  .deco-circle-area { max-width: 300px; }
  .deco-photo-main { width: 280px; height: 280px; }
  .deco-photo-inset { width: 110px; height: 110px; }
  .services-intro { grid-template-columns: 1fr; }
  .services-intro .services-desc { padding-top: 0; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
    background: #191828; flex-direction: column; align-items: center;
    justify-content: center; gap: 28px;
  }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .timeline { padding-left: 40px; }
  .timeline-icon { width: 40px; height: 40px; margin-left: -30px; }
  .timeline-card { padding: 20px 24px; }
  .hero h1 { font-size: 2rem; letter-spacing: 1px; }
  .hero .hero-italic { font-size: 1.1rem; }
  .section { padding: 70px 0; }
  .section-title { font-size: 1.8rem; }
  .split-heading { font-size: 1.7rem; }
  .services-heading { font-size: 1.8rem; }
  .blog-heading { font-size: 1.8rem; }
  .starting-line-banner h2 { font-size: 1.8rem; }
  .directors-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .testimonials-info { padding: 30px 24px; }
  .deco-circle-area { max-width: 250px; }
  .deco-photo-main { width: 230px; height: 230px; }
  .deco-photo-inset { width: 90px; height: 90px; bottom: 5px; right: 5px; }
}
